]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - MAINTAINERS
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso...
[mirror_ubuntu-bionic-kernel.git] / MAINTAINERS
1
2
3 List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below. This will make things
6 easier on the maintainers. Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
11
12 2. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
19
20 3. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
23
24 4. When you are happy with a change make it generally available for
25 testing and await feedback.
26
27 5. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
35
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trivial style violations.
38 See Documentation/process/coding-style.rst for guidance here.
39
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/process/submitting-patches.rst for details.
45
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
49
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
52
53 PLEASE remember that submissions must be made under the terms
54 of the Linux Foundation certificate of contribution and should
55 include a Signed-off-by: line. The current version of this
56 "Developer's Certificate of Origin" (DCO) is listed in the file
57 Documentation/process/submitting-patches.rst.
58
59 6. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
61 not you.
62
63 7. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
65 does not respond.
66
67 8. Happy hacking.
68
69 Descriptions of section entries:
70
71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
73 R: Designated reviewer: FullName <address@domain>
74 These reviewers should be CCed on patches.
75 L: Mailing list that is relevant to this area
76 W: Web-page with status/info
77 B: URI for where to file bugs. A web-page with detailed bug
78 filing info, a direct bug tracker link, or a mailto: URI.
79 C: URI for chat protocol, server and channel where developers
80 usually hang out, for example irc://server/channel.
81 Q: Patchwork web based patch tracking system site
82 T: SCM tree type and location.
83 Type is one of: git, hg, quilt, stgit, topgit
84 B: Bug tracking system location.
85 S: Status, one of the following:
86 Supported: Someone is actually paid to look after this.
87 Maintained: Someone actually looks after it.
88 Odd Fixes: It has a maintainer but they don't have time to do
89 much other than throw the odd patch in. See below..
90 Orphan: No current maintainer [but maybe you could take the
91 role as you write your new code].
92 Obsolete: Old code. Something tagged obsolete generally means
93 it has been replaced by a better system and you
94 should be using that.
95 F: Files and directories with wildcard patterns.
96 A trailing slash includes all files and subdirectory files.
97 F: drivers/net/ all files in and below drivers/net
98 F: drivers/net/* all files in drivers/net, but not below
99 F: */net/* all files in "any top level directory"/net
100 One pattern per line. Multiple F: lines acceptable.
101 N: Files and directories with regex patterns.
102 N: [^a-z]tegra all files whose path contains the word tegra
103 One pattern per line. Multiple N: lines acceptable.
104 scripts/get_maintainer.pl has different behavior for files that
105 match F: pattern and matches of N: patterns. By default,
106 get_maintainer will not look at git log history when an F: pattern
107 match occurs. When an N: match occurs, git log history is used
108 to also notify the people that have git commit signatures.
109 X: Files and directories that are NOT maintained, same rules as F:
110 Files exclusions are tested before file matches.
111 Can be useful for excluding a specific subdirectory, for instance:
112 F: net/
113 X: net/ipv6/
114 matches all files in and below net excluding net/ipv6/
115 K: Keyword perl extended regex pattern to match content in a
116 patch or file. For instance:
117 K: of_get_profile
118 matches patches or files that contain "of_get_profile"
119 K: \b(printk|pr_(info|err))\b
120 matches patches or files that contain one or more of the words
121 printk, pr_info or pr_err
122 One regex pattern per line. Multiple K: lines acceptable.
123
124 Note: For the hard of thinking, this list is meant to remain in alphabetical
125 order. If you could add yourselves to it in alphabetical order that would be
126 so much easier [Ed]
127
128 Maintainers List (try to look for most precise areas first)
129
130 -----------------------------------
131
132 3C59X NETWORK DRIVER
133 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
134 L: netdev@vger.kernel.org
135 S: Maintained
136 F: Documentation/networking/vortex.txt
137 F: drivers/net/ethernet/3com/3c59x.c
138
139 3CR990 NETWORK DRIVER
140 M: David Dillow <dave@thedillows.org>
141 L: netdev@vger.kernel.org
142 S: Maintained
143 F: drivers/net/ethernet/3com/typhoon*
144
145 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
146 M: Adam Radford <linuxraid@lsi.com>
147 L: linux-scsi@vger.kernel.org
148 W: http://www.lsi.com
149 S: Supported
150 F: drivers/scsi/3w-*
151
152 53C700 AND 53C700-66 SCSI DRIVER
153 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
154 L: linux-scsi@vger.kernel.org
155 S: Maintained
156 F: drivers/scsi/53c700*
157
158 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
159 M: Alexander Aring <aar@pengutronix.de>
160 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
161 L: linux-bluetooth@vger.kernel.org
162 L: linux-wpan@vger.kernel.org
163 S: Maintained
164 F: net/6lowpan/
165 F: include/net/6lowpan.h
166 F: Documentation/networking/6lowpan.txt
167
168 6PACK NETWORK DRIVER FOR AX.25
169 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
170 L: linux-hams@vger.kernel.org
171 S: Maintained
172 F: drivers/net/hamradio/6pack.c
173
174 8169 10/100/1000 GIGABIT ETHERNET DRIVER
175 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
176 L: netdev@vger.kernel.org
177 S: Maintained
178 F: drivers/net/ethernet/realtek/r8169.c
179
180 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
181 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
182 L: linux-serial@vger.kernel.org
183 S: Maintained
184 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
185 F: drivers/tty/serial/8250*
186 F: include/linux/serial_8250.h
187
188 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
189 L: netdev@vger.kernel.org
190 S: Orphan / Obsolete
191 F: drivers/net/ethernet/8390/
192
193 9P FILE SYSTEM
194 M: Eric Van Hensbergen <ericvh@gmail.com>
195 M: Ron Minnich <rminnich@sandia.gov>
196 M: Latchesar Ionkov <lucho@ionkov.net>
197 L: v9fs-developer@lists.sourceforge.net
198 W: http://swik.net/v9fs
199 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
200 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
201 S: Maintained
202 F: Documentation/filesystems/9p.txt
203 F: fs/9p/
204 F: net/9p/
205 F: include/net/9p/
206 F: include/uapi/linux/virtio_9p.h
207 F: include/trace/events/9p.h
208
209
210 A8293 MEDIA DRIVER
211 M: Antti Palosaari <crope@iki.fi>
212 L: linux-media@vger.kernel.org
213 W: https://linuxtv.org
214 W: http://palosaari.fi/linux/
215 Q: http://patchwork.linuxtv.org/project/linux-media/list/
216 T: git git://linuxtv.org/anttip/media_tree.git
217 S: Maintained
218 F: drivers/media/dvb-frontends/a8293*
219
220 AACRAID SCSI RAID DRIVER
221 M: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
222 L: linux-scsi@vger.kernel.org
223 W: http://www.adaptec.com/
224 S: Supported
225 F: Documentation/scsi/aacraid.txt
226 F: drivers/scsi/aacraid/
227
228 ABI/API
229 L: linux-api@vger.kernel.org
230 F: include/linux/syscalls.h
231 F: kernel/sys_ni.c
232
233 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
234 M: Hans de Goede <hdegoede@redhat.com>
235 L: linux-hwmon@vger.kernel.org
236 S: Maintained
237 F: drivers/hwmon/abituguru.c
238
239 ABIT UGURU 3 HARDWARE MONITOR DRIVER
240 M: Alistair John Strachan <alistair@devzero.co.uk>
241 L: linux-hwmon@vger.kernel.org
242 S: Maintained
243 F: drivers/hwmon/abituguru3.c
244
245 ACCES 104-DIO-48E GPIO DRIVER
246 M: William Breathitt Gray <vilhelm.gray@gmail.com>
247 L: linux-gpio@vger.kernel.org
248 S: Maintained
249 F: drivers/gpio/gpio-104-dio-48e.c
250
251 ACCES 104-IDI-48 GPIO DRIVER
252 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
253 L: linux-gpio@vger.kernel.org
254 S: Maintained
255 F: drivers/gpio/gpio-104-idi-48.c
256
257 ACCES 104-IDIO-16 GPIO DRIVER
258 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
259 L: linux-gpio@vger.kernel.org
260 S: Maintained
261 F: drivers/gpio/gpio-104-idio-16.c
262
263 ACCES 104-QUAD-8 IIO DRIVER
264 M: William Breathitt Gray <vilhelm.gray@gmail.com>
265 L: linux-iio@vger.kernel.org
266 S: Maintained
267 F: drivers/iio/counter/104-quad-8.c
268
269 ACENIC DRIVER
270 M: Jes Sorensen <jes@trained-monkey.org>
271 L: linux-acenic@sunsite.dk
272 S: Maintained
273 F: drivers/net/ethernet/alteon/acenic*
274
275 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
276 M: Peter Feuerer <peter@piie.net>
277 L: platform-driver-x86@vger.kernel.org
278 W: http://piie.net/?section=acerhdf
279 S: Maintained
280 F: drivers/platform/x86/acerhdf.c
281
282 ACER WMI LAPTOP EXTRAS
283 M: "Lee, Chun-Yi" <jlee@suse.com>
284 L: platform-driver-x86@vger.kernel.org
285 S: Maintained
286 F: drivers/platform/x86/acer-wmi.c
287
288 ACPI
289 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
290 M: Len Brown <lenb@kernel.org>
291 L: linux-acpi@vger.kernel.org
292 W: https://01.org/linux-acpi
293 Q: https://patchwork.kernel.org/project/linux-acpi/list/
294 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
295 B: https://bugzilla.kernel.org
296 S: Supported
297 F: drivers/acpi/
298 F: drivers/pnp/pnpacpi/
299 F: include/linux/acpi.h
300 F: include/acpi/
301 F: Documentation/acpi/
302 F: Documentation/ABI/testing/sysfs-bus-acpi
303 F: Documentation/ABI/testing/configfs-acpi
304 F: drivers/pci/*acpi*
305 F: drivers/pci/*/*acpi*
306 F: drivers/pci/*/*/*acpi*
307 F: tools/power/acpi/
308
309 ACPI COMPONENT ARCHITECTURE (ACPICA)
310 M: Robert Moore <robert.moore@intel.com>
311 M: Lv Zheng <lv.zheng@intel.com>
312 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
313 L: linux-acpi@vger.kernel.org
314 L: devel@acpica.org
315 W: https://acpica.org/
316 W: https://github.com/acpica/acpica/
317 Q: https://patchwork.kernel.org/project/linux-acpi/list/
318 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
319 B: https://bugzilla.kernel.org
320 B: https://bugs.acpica.org
321 S: Supported
322 F: drivers/acpi/acpica/
323 F: include/acpi/
324 F: tools/power/acpi/
325
326 ACPI FAN DRIVER
327 M: Zhang Rui <rui.zhang@intel.com>
328 L: linux-acpi@vger.kernel.org
329 W: https://01.org/linux-acpi
330 B: https://bugzilla.kernel.org
331 S: Supported
332 F: drivers/acpi/fan.c
333
334 ACPI FOR ARM64 (ACPI/arm64)
335 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
336 M: Hanjun Guo <hanjun.guo@linaro.org>
337 M: Sudeep Holla <sudeep.holla@arm.com>
338 L: linux-acpi@vger.kernel.org
339 S: Maintained
340 F: drivers/acpi/arm64
341
342 ACPI THERMAL DRIVER
343 M: Zhang Rui <rui.zhang@intel.com>
344 L: linux-acpi@vger.kernel.org
345 W: https://01.org/linux-acpi
346 B: https://bugzilla.kernel.org
347 S: Supported
348 F: drivers/acpi/*thermal*
349
350 ACPI VIDEO DRIVER
351 M: Zhang Rui <rui.zhang@intel.com>
352 L: linux-acpi@vger.kernel.org
353 W: https://01.org/linux-acpi
354 B: https://bugzilla.kernel.org
355 S: Supported
356 F: drivers/acpi/acpi_video.c
357
358 ACPI WMI DRIVER
359 L: platform-driver-x86@vger.kernel.org
360 S: Orphan
361 F: drivers/platform/x86/wmi.c
362
363 AD1889 ALSA SOUND DRIVER
364 M: Thibaut Varene <T-Bone@parisc-linux.org>
365 W: http://wiki.parisc-linux.org/AD1889
366 L: linux-parisc@vger.kernel.org
367 S: Maintained
368 F: sound/pci/ad1889.*
369
370 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
371 M: Michael Hennerich <michael.hennerich@analog.com>
372 W: http://wiki.analog.com/AD5254
373 W: http://ez.analog.com/community/linux-device-drivers
374 S: Supported
375 F: drivers/misc/ad525x_dpot.c
376
377 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
378 M: Michael Hennerich <michael.hennerich@analog.com>
379 W: http://wiki.analog.com/AD5398
380 W: http://ez.analog.com/community/linux-device-drivers
381 S: Supported
382 F: drivers/regulator/ad5398.c
383
384 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
385 M: Michael Hennerich <michael.hennerich@analog.com>
386 W: http://wiki.analog.com/AD7142
387 W: http://ez.analog.com/community/linux-device-drivers
388 S: Supported
389 F: drivers/input/misc/ad714x.c
390
391 AD7877 TOUCHSCREEN DRIVER
392 M: Michael Hennerich <michael.hennerich@analog.com>
393 W: http://wiki.analog.com/AD7877
394 W: http://ez.analog.com/community/linux-device-drivers
395 S: Supported
396 F: drivers/input/touchscreen/ad7877.c
397
398 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
399 M: Michael Hennerich <michael.hennerich@analog.com>
400 W: http://wiki.analog.com/AD7879
401 W: http://ez.analog.com/community/linux-device-drivers
402 S: Supported
403 F: drivers/input/touchscreen/ad7879.c
404
405 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
406 M: Jiri Kosina <jikos@kernel.org>
407 S: Maintained
408
409 ADF7242 IEEE 802.15.4 RADIO DRIVER
410 M: Michael Hennerich <michael.hennerich@analog.com>
411 W: https://wiki.analog.com/ADF7242
412 W: http://ez.analog.com/community/linux-device-drivers
413 L: linux-wpan@vger.kernel.org
414 S: Supported
415 F: drivers/net/ieee802154/adf7242.c
416 F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
417
418 ADM1025 HARDWARE MONITOR DRIVER
419 M: Jean Delvare <jdelvare@suse.com>
420 L: linux-hwmon@vger.kernel.org
421 S: Maintained
422 F: Documentation/hwmon/adm1025
423 F: drivers/hwmon/adm1025.c
424
425 ADM1029 HARDWARE MONITOR DRIVER
426 M: Corentin Labbe <clabbe.montjoie@gmail.com>
427 L: linux-hwmon@vger.kernel.org
428 S: Maintained
429 F: drivers/hwmon/adm1029.c
430
431 ADM8211 WIRELESS DRIVER
432 L: linux-wireless@vger.kernel.org
433 W: http://wireless.kernel.org/
434 S: Orphan
435 F: drivers/net/wireless/admtek/adm8211.*
436
437 ADP1653 FLASH CONTROLLER DRIVER
438 M: Sakari Ailus <sakari.ailus@iki.fi>
439 L: linux-media@vger.kernel.org
440 S: Maintained
441 F: drivers/media/i2c/adp1653.c
442 F: include/media/i2c/adp1653.h
443
444 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
445 M: Michael Hennerich <michael.hennerich@analog.com>
446 W: http://wiki.analog.com/ADP5520
447 W: http://ez.analog.com/community/linux-device-drivers
448 S: Supported
449 F: drivers/mfd/adp5520.c
450 F: drivers/video/backlight/adp5520_bl.c
451 F: drivers/leds/leds-adp5520.c
452 F: drivers/gpio/gpio-adp5520.c
453 F: drivers/input/keyboard/adp5520-keys.c
454
455 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
456 M: Michael Hennerich <michael.hennerich@analog.com>
457 W: http://wiki.analog.com/ADP5588
458 W: http://ez.analog.com/community/linux-device-drivers
459 S: Supported
460 F: drivers/input/keyboard/adp5588-keys.c
461 F: drivers/gpio/gpio-adp5588.c
462
463 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
464 M: Michael Hennerich <michael.hennerich@analog.com>
465 W: http://wiki.analog.com/ADP8860
466 W: http://ez.analog.com/community/linux-device-drivers
467 S: Supported
468 F: drivers/video/backlight/adp8860_bl.c
469
470 ADS1015 HARDWARE MONITOR DRIVER
471 M: Dirk Eibach <eibach@gdsys.de>
472 L: linux-hwmon@vger.kernel.org
473 S: Maintained
474 F: Documentation/hwmon/ads1015
475 F: drivers/hwmon/ads1015.c
476 F: include/linux/i2c/ads1015.h
477
478 ADT746X FAN DRIVER
479 M: Colin Leroy <colin@colino.net>
480 S: Maintained
481 F: drivers/macintosh/therm_adt746x.c
482
483 ADT7475 HARDWARE MONITOR DRIVER
484 M: Jean Delvare <jdelvare@suse.com>
485 L: linux-hwmon@vger.kernel.org
486 S: Maintained
487 F: Documentation/hwmon/adt7475
488 F: drivers/hwmon/adt7475.c
489
490 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
491 M: Michael Hennerich <michael.hennerich@analog.com>
492 W: http://wiki.analog.com/ADXL345
493 W: http://ez.analog.com/community/linux-device-drivers
494 S: Supported
495 F: drivers/input/misc/adxl34x.c
496
497 ADVANSYS SCSI DRIVER
498 M: Matthew Wilcox <matthew@wil.cx>
499 M: Hannes Reinecke <hare@suse.com>
500 L: linux-scsi@vger.kernel.org
501 S: Maintained
502 F: Documentation/scsi/advansys.txt
503 F: drivers/scsi/advansys.c
504
505 AEDSP16 DRIVER
506 M: Riccardo Facchetti <fizban@tin.it>
507 S: Maintained
508 F: sound/oss/aedsp16.c
509
510 AF9013 MEDIA DRIVER
511 M: Antti Palosaari <crope@iki.fi>
512 L: linux-media@vger.kernel.org
513 W: https://linuxtv.org
514 W: http://palosaari.fi/linux/
515 Q: http://patchwork.linuxtv.org/project/linux-media/list/
516 T: git git://linuxtv.org/anttip/media_tree.git
517 S: Maintained
518 F: drivers/media/dvb-frontends/af9013*
519
520 AF9033 MEDIA DRIVER
521 M: Antti Palosaari <crope@iki.fi>
522 L: linux-media@vger.kernel.org
523 W: https://linuxtv.org
524 W: http://palosaari.fi/linux/
525 Q: http://patchwork.linuxtv.org/project/linux-media/list/
526 T: git git://linuxtv.org/anttip/media_tree.git
527 S: Maintained
528 F: drivers/media/dvb-frontends/af9033*
529
530 AFFS FILE SYSTEM
531 L: linux-fsdevel@vger.kernel.org
532 S: Orphan
533 F: Documentation/filesystems/affs.txt
534 F: fs/affs/
535
536 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
537 M: David Howells <dhowells@redhat.com>
538 L: linux-afs@lists.infradead.org
539 S: Supported
540 F: fs/afs/
541 F: include/net/af_rxrpc.h
542 F: net/rxrpc/af_rxrpc.c
543
544 AGPGART DRIVER
545 M: David Airlie <airlied@linux.ie>
546 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
547 S: Maintained
548 F: drivers/char/agp/
549 F: include/linux/agp*
550 F: include/uapi/linux/agp*
551
552 AHA152X SCSI DRIVER
553 M: "Juergen E. Fischer" <fischer@norbit.de>
554 L: linux-scsi@vger.kernel.org
555 S: Maintained
556 F: drivers/scsi/aha152x*
557 F: drivers/scsi/pcmcia/aha152x*
558
559 AIC7XXX / AIC79XX SCSI DRIVER
560 M: Hannes Reinecke <hare@suse.com>
561 L: linux-scsi@vger.kernel.org
562 S: Maintained
563 F: drivers/scsi/aic7xxx/
564
565 AIMSLAB FM RADIO RECEIVER DRIVER
566 M: Hans Verkuil <hverkuil@xs4all.nl>
567 L: linux-media@vger.kernel.org
568 T: git git://linuxtv.org/media_tree.git
569 W: https://linuxtv.org
570 S: Maintained
571 F: drivers/media/radio/radio-aimslab*
572
573 AIO
574 M: Benjamin LaHaise <bcrl@kvack.org>
575 L: linux-aio@kvack.org
576 S: Supported
577 F: fs/aio.c
578 F: include/linux/*aio*.h
579
580 AIRSPY MEDIA DRIVER
581 M: Antti Palosaari <crope@iki.fi>
582 L: linux-media@vger.kernel.org
583 W: https://linuxtv.org
584 W: http://palosaari.fi/linux/
585 Q: http://patchwork.linuxtv.org/project/linux-media/list/
586 T: git git://linuxtv.org/anttip/media_tree.git
587 S: Maintained
588 F: drivers/media/usb/airspy/
589
590 ALACRITECH GIGABIT ETHERNET DRIVER
591 M: Lino Sanfilippo <LinoSanfilippo@gmx.de>
592 S: Maintained
593 F: drivers/net/ethernet/alacritech/*
594
595 ALCATEL SPEEDTOUCH USB DRIVER
596 M: Duncan Sands <duncan.sands@free.fr>
597 L: linux-usb@vger.kernel.org
598 W: http://www.linux-usb.org/SpeedTouch/
599 S: Maintained
600 F: drivers/usb/atm/speedtch.c
601 F: drivers/usb/atm/usbatm.c
602
603 ALCHEMY AU1XX0 MMC DRIVER
604 M: Manuel Lauss <manuel.lauss@gmail.com>
605 S: Maintained
606 F: drivers/mmc/host/au1xmmc.c
607
608 ALI1563 I2C DRIVER
609 M: Rudolf Marek <r.marek@assembler.cz>
610 L: linux-i2c@vger.kernel.org
611 S: Maintained
612 F: Documentation/i2c/busses/i2c-ali1563
613 F: drivers/i2c/busses/i2c-ali1563.c
614
615 ALLWINNER SECURITY SYSTEM
616 M: Corentin Labbe <clabbe.montjoie@gmail.com>
617 L: linux-crypto@vger.kernel.org
618 S: Maintained
619 F: drivers/crypto/sunxi-ss/
620
621 ALPHA PORT
622 M: Richard Henderson <rth@twiddle.net>
623 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
624 M: Matt Turner <mattst88@gmail.com>
625 S: Odd Fixes
626 L: linux-alpha@vger.kernel.org
627 F: arch/alpha/
628
629 ALPS PS/2 TOUCHPAD DRIVER
630 R: Pali Rohár <pali.rohar@gmail.com>
631 F: drivers/input/mouse/alps.*
632
633 ALTERA MAILBOX DRIVER
634 M: Ley Foon Tan <lftan@altera.com>
635 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
636 S: Maintained
637 F: drivers/mailbox/mailbox-altera.c
638
639 ALTERA PIO DRIVER
640 M: Tien Hock Loh <thloh@altera.com>
641 L: linux-gpio@vger.kernel.org
642 S: Maintained
643 F: drivers/gpio/gpio-altera.c
644
645 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
646 M: Thor Thayer <tthayer@opensource.altera.com>
647 S: Maintained
648 F: drivers/gpio/gpio-altera-a10sr.c
649 F: drivers/mfd/altera-a10sr.c
650 F: include/linux/mfd/altera-a10sr.h
651
652 ALTERA TRIPLE SPEED ETHERNET DRIVER
653 M: Vince Bridgers <vbridger@opensource.altera.com>
654 L: netdev@vger.kernel.org
655 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
656 S: Maintained
657 F: drivers/net/ethernet/altera/
658
659 ALTERA UART/JTAG UART SERIAL DRIVERS
660 M: Tobias Klauser <tklauser@distanz.ch>
661 L: linux-serial@vger.kernel.org
662 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
663 S: Maintained
664 F: drivers/tty/serial/altera_uart.c
665 F: drivers/tty/serial/altera_jtaguart.c
666 F: include/linux/altera_uart.h
667 F: include/linux/altera_jtaguart.h
668
669 AMAZON ETHERNET DRIVERS
670 M: Netanel Belgazal <netanel@annapurnalabs.com>
671 R: Saeed Bishara <saeed@annapurnalabs.com>
672 R: Zorik Machulsky <zorik@annapurnalabs.com>
673 L: netdev@vger.kernel.org
674 S: Supported
675 F: Documentation/networking/ena.txt
676 F: drivers/net/ethernet/amazon/
677
678 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
679 M: Tom Lendacky <thomas.lendacky@amd.com>
680 M: Gary Hook <gary.hook@amd.com>
681 L: linux-crypto@vger.kernel.org
682 S: Supported
683 F: drivers/crypto/ccp/
684 F: include/linux/ccp.h
685
686 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
687 M: Huang Rui <ray.huang@amd.com>
688 L: linux-hwmon@vger.kernel.org
689 S: Supported
690 F: Documentation/hwmon/fam15h_power
691 F: drivers/hwmon/fam15h_power.c
692
693 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
694 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
695 S: Orphan
696 F: drivers/usb/gadget/udc/amd5536udc.*
697
698 AMD GEODE PROCESSOR/CHIPSET SUPPORT
699 P: Andres Salomon <dilinger@queued.net>
700 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
701 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
702 S: Supported
703 F: drivers/char/hw_random/geode-rng.c
704 F: drivers/crypto/geode*
705 F: drivers/video/fbdev/geode/
706 F: arch/x86/include/asm/geode.h
707
708 AMD IOMMU (AMD-VI)
709 M: Joerg Roedel <joro@8bytes.org>
710 L: iommu@lists.linux-foundation.org
711 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
712 S: Maintained
713 F: drivers/iommu/amd_iommu*.[ch]
714 F: include/linux/amd-iommu.h
715
716 AMD KFD
717 M: Oded Gabbay <oded.gabbay@gmail.com>
718 L: dri-devel@lists.freedesktop.org
719 T: git git://people.freedesktop.org/~gabbayo/linux.git
720 S: Supported
721 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
722 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
723 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
724 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
725 F: drivers/gpu/drm/amd/amdkfd/
726 F: drivers/gpu/drm/amd/include/cik_structs.h
727 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
728 F: drivers/gpu/drm/amd/include/vi_structs.h
729 F: drivers/gpu/drm/radeon/radeon_kfd.c
730 F: drivers/gpu/drm/radeon/radeon_kfd.h
731 F: include/uapi/linux/kfd_ioctl.h
732
733 AMD SEATTLE DEVICE TREE SUPPORT
734 M: Brijesh Singh <brijeshkumar.singh@amd.com>
735 M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
736 M: Tom Lendacky <thomas.lendacky@amd.com>
737 S: Supported
738 F: arch/arm64/boot/dts/amd/
739
740 AMD XGBE DRIVER
741 M: Tom Lendacky <thomas.lendacky@amd.com>
742 L: netdev@vger.kernel.org
743 S: Supported
744 F: drivers/net/ethernet/amd/xgbe/
745 F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
746
747 AMS (Apple Motion Sensor) DRIVER
748 M: Michael Hanselmann <linux-kernel@hansmi.ch>
749 S: Supported
750 F: drivers/macintosh/ams/
751
752 ANALOG DEVICES INC AD9389B DRIVER
753 M: Hans Verkuil <hans.verkuil@cisco.com>
754 L: linux-media@vger.kernel.org
755 S: Maintained
756 F: drivers/media/i2c/ad9389b*
757
758 ANALOG DEVICES INC ADV7180 DRIVER
759 M: Lars-Peter Clausen <lars@metafoo.de>
760 L: linux-media@vger.kernel.org
761 W: http://ez.analog.com/community/linux-device-drivers
762 S: Supported
763 F: drivers/media/i2c/adv7180.c
764
765 ANALOG DEVICES INC ADV7511 DRIVER
766 M: Hans Verkuil <hans.verkuil@cisco.com>
767 L: linux-media@vger.kernel.org
768 S: Maintained
769 F: drivers/media/i2c/adv7511*
770
771 ANALOG DEVICES INC ADV7604 DRIVER
772 M: Hans Verkuil <hans.verkuil@cisco.com>
773 L: linux-media@vger.kernel.org
774 S: Maintained
775 F: drivers/media/i2c/adv7604*
776
777 ANALOG DEVICES INC ADV7842 DRIVER
778 M: Hans Verkuil <hans.verkuil@cisco.com>
779 L: linux-media@vger.kernel.org
780 S: Maintained
781 F: drivers/media/i2c/adv7842*
782
783 ANALOG DEVICES INC ASOC CODEC DRIVERS
784 M: Lars-Peter Clausen <lars@metafoo.de>
785 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
786 W: http://wiki.analog.com/
787 W: http://ez.analog.com/community/linux-device-drivers
788 S: Supported
789 F: sound/soc/codecs/adau*
790 F: sound/soc/codecs/adav*
791 F: sound/soc/codecs/ad1*
792 F: sound/soc/codecs/ad7*
793 F: sound/soc/codecs/ssm*
794 F: sound/soc/codecs/sigmadsp.*
795
796 ANALOG DEVICES INC ASOC DRIVERS
797 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
798 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
799 W: http://blackfin.uclinux.org/
800 S: Supported
801 F: sound/soc/blackfin/*
802
803 ANALOG DEVICES INC IIO DRIVERS
804 M: Lars-Peter Clausen <lars@metafoo.de>
805 M: Michael Hennerich <Michael.Hennerich@analog.com>
806 W: http://wiki.analog.com/
807 W: http://ez.analog.com/community/linux-device-drivers
808 S: Supported
809 F: drivers/iio/*/ad*
810 X: drivers/iio/*/adjd*
811 F: drivers/staging/iio/*/ad*
812 F: drivers/staging/iio/trigger/iio-trig-bfin-timer.c
813
814 ANALOG DEVICES INC DMA DRIVERS
815 M: Lars-Peter Clausen <lars@metafoo.de>
816 W: http://ez.analog.com/community/linux-device-drivers
817 S: Supported
818 F: drivers/dma/dma-axi-dmac.c
819
820 ANDROID CONFIG FRAGMENTS
821 M: Rob Herring <robh@kernel.org>
822 S: Supported
823 F: kernel/configs/android*
824
825 ANDROID DRIVERS
826 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
827 M: Arve Hjønnevåg <arve@android.com>
828 M: Riley Andrews <riandrews@android.com>
829 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
830 L: devel@driverdev.osuosl.org
831 S: Supported
832 F: drivers/android/
833 F: drivers/staging/android/
834
835 ANDROID ION DRIVER
836 M: Laura Abbott <labbott@redhat.com>
837 M: Sumit Semwal <sumit.semwal@linaro.org>
838 L: devel@driverdev.osuosl.org
839 S: Supported
840 F: Documentation/devicetree/bindings/staging/ion/
841 F: drivers/staging/android/ion
842 F: drivers/staging/android/uapi/ion.h
843 F: drivers/staging/android/uapi/ion_test.h
844
845 AOA (Apple Onboard Audio) ALSA DRIVER
846 M: Johannes Berg <johannes@sipsolutions.net>
847 L: linuxppc-dev@lists.ozlabs.org
848 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
849 S: Maintained
850 F: sound/aoa/
851
852 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
853 M: William Breathitt Gray <vilhelm.gray@gmail.com>
854 L: linux-iio@vger.kernel.org
855 S: Maintained
856 F: drivers/iio/adc/stx104.c
857
858 APM DRIVER
859 M: Jiri Kosina <jikos@kernel.org>
860 S: Odd fixes
861 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
862 F: arch/x86/kernel/apm_32.c
863 F: include/linux/apm_bios.h
864 F: include/uapi/linux/apm_bios.h
865 F: drivers/char/apm-emulation.c
866
867 APPLE BCM5974 MULTITOUCH DRIVER
868 M: Henrik Rydberg <rydberg@bitmath.org>
869 L: linux-input@vger.kernel.org
870 S: Odd fixes
871 F: drivers/input/mouse/bcm5974.c
872
873 APPLE SMC DRIVER
874 M: Henrik Rydberg <rydberg@bitmath.org>
875 L: linux-hwmon@vger.kernel.org
876 S: Odd fixes
877 F: drivers/hwmon/applesmc.c
878
879 APPLETALK NETWORK LAYER
880 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
881 S: Maintained
882 F: drivers/net/appletalk/
883 F: net/appletalk/
884
885 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
886 M: Duc Dang <dhdang@apm.com>
887 S: Supported
888 F: arch/arm64/boot/dts/apm/
889
890 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
891 M: Iyappan Subramanian <isubramanian@apm.com>
892 M: Keyur Chudgar <kchudgar@apm.com>
893 S: Supported
894 F: drivers/net/ethernet/apm/xgene/
895 F: drivers/net/phy/mdio-xgene.c
896 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
897 F: Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
898
899 APPLIED MICRO (APM) X-GENE SOC PMU
900 M: Tai Nguyen <ttnguyen@apm.com>
901 S: Supported
902 F: drivers/perf/xgene_pmu.c
903 F: Documentation/perf/xgene-pmu.txt
904 F: Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
905
906 APTINA CAMERA SENSOR PLL
907 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
908 L: linux-media@vger.kernel.org
909 S: Maintained
910 F: drivers/media/i2c/aptina-pll.*
911
912 ARC FRAMEBUFFER DRIVER
913 M: Jaya Kumar <jayalk@intworks.biz>
914 S: Maintained
915 F: drivers/video/fbdev/arcfb.c
916 F: drivers/video/fbdev/core/fb_defio.c
917
918 ARCNET NETWORK LAYER
919 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
920 L: netdev@vger.kernel.org
921 S: Maintained
922 F: drivers/net/arcnet/
923 F: include/uapi/linux/if_arcnet.h
924
925 ARC PGU DRM DRIVER
926 M: Alexey Brodkin <abrodkin@synopsys.com>
927 S: Supported
928 F: drivers/gpu/drm/arc/
929 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
930
931 ARM ARCHITECTED TIMER DRIVER
932 M: Mark Rutland <mark.rutland@arm.com>
933 M: Marc Zyngier <marc.zyngier@arm.com>
934 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935 S: Maintained
936 F: arch/arm/include/asm/arch_timer.h
937 F: arch/arm64/include/asm/arch_timer.h
938 F: drivers/clocksource/arm_arch_timer.c
939
940 ARM HDLCD DRM DRIVER
941 M: Liviu Dudau <liviu.dudau@arm.com>
942 S: Supported
943 F: drivers/gpu/drm/arm/hdlcd_*
944 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
945
946 ARM MALI-DP DRM DRIVER
947 M: Liviu Dudau <liviu.dudau@arm.com>
948 M: Brian Starkey <brian.starkey@arm.com>
949 M: Mali DP Maintainers <malidp@foss.arm.com>
950 S: Supported
951 F: drivers/gpu/drm/arm/
952 F: Documentation/devicetree/bindings/display/arm,malidp.txt
953
954 ARM MFM AND FLOPPY DRIVERS
955 M: Ian Molton <spyro@f2s.com>
956 S: Maintained
957 F: arch/arm/lib/floppydma.S
958 F: arch/arm/include/asm/floppy.h
959
960 ARM PMU PROFILING AND DEBUGGING
961 M: Will Deacon <will.deacon@arm.com>
962 M: Mark Rutland <mark.rutland@arm.com>
963 S: Maintained
964 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
965 F: arch/arm*/kernel/perf_*
966 F: arch/arm/oprofile/common.c
967 F: arch/arm*/kernel/hw_breakpoint.c
968 F: arch/arm*/include/asm/hw_breakpoint.h
969 F: arch/arm*/include/asm/perf_event.h
970 F: drivers/perf/*
971 F: include/linux/perf/arm_pmu.h
972 F: Documentation/devicetree/bindings/arm/pmu.txt
973
974 ARM PORT
975 M: Russell King <linux@armlinux.org.uk>
976 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
977 W: http://www.armlinux.org.uk/
978 S: Maintained
979 F: arch/arm/
980
981 ARM SUB-ARCHITECTURES
982 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 S: Maintained
984 F: arch/arm/mach-*/
985 F: arch/arm/plat-*/
986 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
987
988 ARM PRIMECELL AACI PL041 DRIVER
989 M: Russell King <linux@armlinux.org.uk>
990 S: Maintained
991 F: sound/arm/aaci.*
992
993 ARM PRIMECELL CLCD PL110 DRIVER
994 M: Russell King <linux@armlinux.org.uk>
995 S: Maintained
996 F: drivers/video/fbdev/amba-clcd.*
997
998 ARM PRIMECELL KMI PL050 DRIVER
999 M: Russell King <linux@armlinux.org.uk>
1000 S: Maintained
1001 F: drivers/input/serio/ambakmi.*
1002 F: include/linux/amba/kmi.h
1003
1004 ARM PRIMECELL MMCI PL180/1 DRIVER
1005 M: Russell King <linux@armlinux.org.uk>
1006 S: Maintained
1007 F: drivers/mmc/host/mmci.*
1008 F: include/linux/amba/mmci.h
1009
1010 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1011 M: Russell King <linux@armlinux.org.uk>
1012 S: Maintained
1013 F: drivers/tty/serial/amba-pl01*.c
1014 F: include/linux/amba/serial.h
1015
1016 ARM PRIMECELL BUS SUPPORT
1017 M: Russell King <linux@armlinux.org.uk>
1018 S: Maintained
1019 F: drivers/amba/
1020 F: include/linux/amba/bus.h
1021
1022 ARM/ADS SPHERE MACHINE SUPPORT
1023 M: Lennert Buytenhek <kernel@wantstofly.org>
1024 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1025 S: Maintained
1026
1027 ARM/AFEB9260 MACHINE SUPPORT
1028 M: Sergey Lapin <slapin@ossfans.org>
1029 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1030 S: Maintained
1031
1032 ARM/AJECO 1ARM MACHINE SUPPORT
1033 M: Lennert Buytenhek <kernel@wantstofly.org>
1034 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1035 S: Maintained
1036
1037 ARM/Allwinner sunXi SoC support
1038 M: Maxime Ripard <maxime.ripard@free-electrons.com>
1039 M: Chen-Yu Tsai <wens@csie.org>
1040 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1041 S: Maintained
1042 N: sun[x456789]i
1043 F: arch/arm/boot/dts/ntc-gr8*
1044
1045 ARM/Allwinner SoC Clock Support
1046 M: Emilio López <emilio@elopez.com.ar>
1047 S: Maintained
1048 F: drivers/clk/sunxi/
1049
1050 ARM/Amlogic Meson SoC support
1051 M: Carlo Caione <carlo@caione.org>
1052 M: Kevin Hilman <khilman@baylibre.com>
1053 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1054 L: linux-amlogic@lists.infradead.org
1055 W: http://linux-meson.com/
1056 S: Maintained
1057 F: arch/arm/mach-meson/
1058 F: arch/arm/boot/dts/meson*
1059 F: arch/arm64/boot/dts/amlogic/
1060 F: drivers/pinctrl/meson/
1061 F: drivers/mmc/host/meson*
1062 N: meson
1063
1064 ARM/Annapurna Labs ALPINE ARCHITECTURE
1065 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
1066 M: Antoine Tenart <antoine.tenart@free-electrons.com>
1067 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 S: Maintained
1069 F: arch/arm/mach-alpine/
1070 F: arch/arm/boot/dts/alpine*
1071 F: arch/arm64/boot/dts/al/
1072 F: drivers/*/*alpine*
1073
1074 ARM/ARTPEC MACHINE SUPPORT
1075 M: Jesper Nilsson <jesper.nilsson@axis.com>
1076 M: Lars Persson <lars.persson@axis.com>
1077 M: Niklas Cassel <niklas.cassel@axis.com>
1078 S: Maintained
1079 L: linux-arm-kernel@axis.com
1080 F: arch/arm/mach-artpec
1081 F: arch/arm/boot/dts/artpec6*
1082 F: drivers/clk/axis
1083
1084 ARM/ASPEED MACHINE SUPPORT
1085 M: Joel Stanley <joel@jms.id.au>
1086 S: Maintained
1087 F: arch/arm/mach-aspeed/
1088 F: arch/arm/boot/dts/aspeed-*
1089 F: drivers/*/*aspeed*
1090
1091 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1092 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1093 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1094 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1095 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1096 W: http://www.linux4sam.org
1097 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1098 S: Supported
1099 F: arch/arm/mach-at91/
1100 F: include/soc/at91/
1101 F: arch/arm/boot/dts/at91*.dts
1102 F: arch/arm/boot/dts/at91*.dtsi
1103 F: arch/arm/boot/dts/sama*.dts
1104 F: arch/arm/boot/dts/sama*.dtsi
1105 F: arch/arm/include/debug/at91.S
1106
1107 ARM/ATMEL AT91 Clock Support
1108 M: Boris Brezillon <boris.brezillon@free-electrons.com>
1109 S: Maintained
1110 F: drivers/clk/at91
1111
1112 ARM/CALXEDA HIGHBANK ARCHITECTURE
1113 M: Rob Herring <robh@kernel.org>
1114 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115 S: Maintained
1116 F: arch/arm/mach-highbank/
1117 F: arch/arm/boot/dts/highbank.dts
1118 F: arch/arm/boot/dts/ecx-*.dts*
1119
1120 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1121 M: Krzysztof Halasa <khalasa@piap.pl>
1122 S: Maintained
1123 F: arch/arm/mach-cns3xxx/
1124
1125 ARM/CAVIUM THUNDER NETWORK DRIVER
1126 M: Sunil Goutham <sgoutham@cavium.com>
1127 M: Robert Richter <rric@kernel.org>
1128 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1129 S: Supported
1130 F: drivers/net/ethernet/cavium/thunder/
1131
1132 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1133 M: Alexander Shiyan <shc_work@mail.ru>
1134 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1135 S: Odd Fixes
1136 N: clps711x
1137
1138 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1139 M: Hartley Sweeten <hsweeten@visionengravers.com>
1140 M: Ryan Mallon <rmallon@gmail.com>
1141 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1142 S: Maintained
1143 F: arch/arm/mach-ep93xx/
1144 F: arch/arm/mach-ep93xx/include/mach/
1145
1146 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1147 M: Lennert Buytenhek <kernel@wantstofly.org>
1148 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1149 S: Maintained
1150
1151 ARM/CLKDEV SUPPORT
1152 M: Russell King <linux@armlinux.org.uk>
1153 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1154 S: Maintained
1155 F: arch/arm/include/asm/clkdev.h
1156 F: drivers/clk/clkdev.c
1157
1158 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1159 M: Mike Rapoport <mike@compulab.co.il>
1160 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1161 S: Maintained
1162
1163 ARM/CONTEC MICRO9 MACHINE SUPPORT
1164 M: Hubert Feurstein <hubert.feurstein@contec.at>
1165 S: Maintained
1166 F: arch/arm/mach-ep93xx/micro9.c
1167
1168 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1169 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1170 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171 S: Maintained
1172 F: drivers/hwtracing/coresight/*
1173 F: Documentation/trace/coresight.txt
1174 F: Documentation/devicetree/bindings/arm/coresight.txt
1175 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1176 F: tools/perf/arch/arm/util/pmu.c
1177 F: tools/perf/arch/arm/util/auxtrace.c
1178 F: tools/perf/arch/arm/util/cs-etm.c
1179 F: tools/perf/arch/arm/util/cs-etm.h
1180 F: tools/perf/util/cs-etm.h
1181
1182 ARM/CORGI MACHINE SUPPORT
1183 M: Richard Purdie <rpurdie@rpsys.net>
1184 S: Maintained
1185
1186 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1187 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1188 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1189 T: git git://github.com/ulli-kroll/linux.git
1190 S: Maintained
1191 F: arch/arm/mach-gemini/
1192 F: drivers/rtc/rtc-gemini.c
1193
1194 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1195 M: Barry Song <baohua@kernel.org>
1196 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1198 S: Maintained
1199 F: arch/arm/boot/dts/prima2*
1200 F: arch/arm/mach-prima2/
1201 F: drivers/clk/sirf/
1202 F: drivers/clocksource/timer-prima2.c
1203 F: drivers/clocksource/timer-atlas7.c
1204 N: [^a-z]sirf
1205
1206 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1207 M: Baruch Siach <baruch@tkos.co.il>
1208 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 S: Maintained
1210 F: arch/arm/boot/dts/cx92755*
1211 N: digicolor
1212
1213 ARM/EBSA110 MACHINE SUPPORT
1214 M: Russell King <linux@armlinux.org.uk>
1215 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1216 W: http://www.armlinux.org.uk/
1217 S: Maintained
1218 F: arch/arm/mach-ebsa110/
1219 F: drivers/net/ethernet/amd/am79c961a.*
1220
1221 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1222 M: Uwe Kleine-König <kernel@pengutronix.de>
1223 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1224 S: Maintained
1225 N: efm32
1226
1227 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1228 M: Daniel Ribeiro <drwyrm@gmail.com>
1229 M: Stefan Schmidt <stefan@openezx.org>
1230 M: Harald Welte <laforge@openezx.org>
1231 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1232 W: http://www.openezx.org/
1233 S: Maintained
1234 T: topgit git://git.openezx.org/openezx.git
1235 F: arch/arm/mach-pxa/ezx.c
1236
1237 ARM/FARADAY FA526 PORT
1238 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1239 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1240 S: Maintained
1241 T: git git://git.berlios.de/gemini-board
1242 F: arch/arm/mm/*-fa*
1243
1244 ARM/FOOTBRIDGE ARCHITECTURE
1245 M: Russell King <linux@armlinux.org.uk>
1246 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1247 W: http://www.armlinux.org.uk/
1248 S: Maintained
1249 F: arch/arm/include/asm/hardware/dec21285.h
1250 F: arch/arm/mach-footbridge/
1251
1252 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1253 M: Shawn Guo <shawnguo@kernel.org>
1254 M: Sascha Hauer <kernel@pengutronix.de>
1255 R: Fabio Estevam <fabio.estevam@nxp.com>
1256 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1257 S: Maintained
1258 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1259 F: arch/arm/mach-imx/
1260 F: arch/arm/mach-mxs/
1261 F: arch/arm/boot/dts/imx*
1262 F: arch/arm/configs/imx*_defconfig
1263 F: drivers/clk/imx/
1264 F: include/soc/imx/
1265
1266 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1267 M: Shawn Guo <shawnguo@kernel.org>
1268 M: Sascha Hauer <kernel@pengutronix.de>
1269 R: Stefan Agner <stefan@agner.ch>
1270 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1271 S: Maintained
1272 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1273 F: arch/arm/mach-imx/*vf610*
1274 F: arch/arm/boot/dts/vf*
1275
1276 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1277 M: Lennert Buytenhek <kernel@wantstofly.org>
1278 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1279 S: Maintained
1280
1281 ARM/GUMSTIX MACHINE SUPPORT
1282 M: Steve Sakoman <sakoman@gmail.com>
1283 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1284 S: Maintained
1285
1286 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1287 M: Philipp Zabel <philipp.zabel@gmail.com>
1288 M: Paul Parsons <lost.distance@yahoo.com>
1289 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1290 S: Maintained
1291 F: arch/arm/mach-pxa/hx4700.c
1292 F: arch/arm/mach-pxa/include/mach/hx4700.h
1293 F: sound/soc/pxa/hx4700.c
1294
1295 ARM/HISILICON SOC SUPPORT
1296 M: Wei Xu <xuwei5@hisilicon.com>
1297 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1298 W: http://www.hisilicon.com
1299 S: Supported
1300 T: git git://github.com/hisilicon/linux-hisi.git
1301 F: arch/arm/mach-hisi/
1302 F: arch/arm/boot/dts/hi3*
1303 F: arch/arm/boot/dts/hip*
1304 F: arch/arm/boot/dts/hisi*
1305 F: arch/arm64/boot/dts/hisilicon/
1306
1307 ARM/HP JORNADA 7XX MACHINE SUPPORT
1308 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1309 W: www.jlime.com
1310 S: Maintained
1311 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1312 F: arch/arm/mach-sa1100/jornada720.c
1313 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1314
1315 ARM/IGEP MACHINE SUPPORT
1316 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1317 M: Javier Martinez Canillas <javier@dowhile0.org>
1318 L: linux-omap@vger.kernel.org
1319 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1320 S: Maintained
1321 F: arch/arm/boot/dts/omap3-igep*
1322
1323 ARM/INCOME PXA270 SUPPORT
1324 M: Marek Vasut <marek.vasut@gmail.com>
1325 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1326 S: Maintained
1327 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1328
1329 ARM/INTEL IOP32X ARM ARCHITECTURE
1330 M: Lennert Buytenhek <kernel@wantstofly.org>
1331 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1332 S: Maintained
1333
1334 ARM/INTEL IOP33X ARM ARCHITECTURE
1335 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1336 S: Orphan
1337
1338 ARM/INTEL IOP13XX ARM ARCHITECTURE
1339 M: Lennert Buytenhek <kernel@wantstofly.org>
1340 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1341 S: Maintained
1342
1343 ARM/INTEL IQ81342EX MACHINE SUPPORT
1344 M: Lennert Buytenhek <kernel@wantstofly.org>
1345 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1346 S: Maintained
1347
1348 ARM/INTEL IXDP2850 MACHINE SUPPORT
1349 M: Lennert Buytenhek <kernel@wantstofly.org>
1350 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1351 S: Maintained
1352
1353 ARM/INTEL IXP4XX ARM ARCHITECTURE
1354 M: Imre Kaloz <kaloz@openwrt.org>
1355 M: Krzysztof Halasa <khalasa@piap.pl>
1356 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1357 S: Maintained
1358 F: arch/arm/mach-ixp4xx/
1359
1360 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1361 M: Jonathan Cameron <jic23@cam.ac.uk>
1362 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1363 S: Maintained
1364 F: arch/arm/mach-pxa/stargate2.c
1365 F: drivers/pcmcia/pxa2xx_stargate2.c
1366
1367 ARM/INTEL XSC3 (MANZANO) ARM CORE
1368 M: Lennert Buytenhek <kernel@wantstofly.org>
1369 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1370 S: Maintained
1371
1372 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1373 M: Lennert Buytenhek <kernel@wantstofly.org>
1374 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1375 S: Maintained
1376
1377 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1378 M: Santosh Shilimkar <ssantosh@kernel.org>
1379 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1380 S: Maintained
1381 F: arch/arm/mach-keystone/
1382 F: arch/arm/boot/dts/keystone-*
1383 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1384
1385 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1386 M: Santosh Shilimkar <ssantosh@kernel.org>
1387 L: linux-kernel@vger.kernel.org
1388 S: Maintained
1389 F: drivers/clk/keystone/
1390
1391 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1392 M: Santosh Shilimkar <ssantosh@kernel.org>
1393 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1394 L: linux-kernel@vger.kernel.org
1395 S: Maintained
1396 F: drivers/clocksource/timer-keystone.c
1397
1398 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1399 M: Santosh Shilimkar <ssantosh@kernel.org>
1400 L: linux-kernel@vger.kernel.org
1401 S: Maintained
1402 F: drivers/power/reset/keystone-reset.c
1403
1404 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1405 M: Santosh Shilimkar <ssantosh@kernel.org>
1406 L: linux-kernel@vger.kernel.org
1407 S: Maintained
1408 F: drivers/memory/*emif*
1409
1410 ARM/LG1K ARCHITECTURE
1411 M: Chanho Min <chanho.min@lge.com>
1412 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1413 S: Maintained
1414 F: arch/arm64/boot/dts/lg/
1415
1416 ARM/LOGICPD PXA270 MACHINE SUPPORT
1417 M: Lennert Buytenhek <kernel@wantstofly.org>
1418 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1419 S: Maintained
1420
1421 ARM/LPC18XX ARCHITECTURE
1422 M: Joachim Eastwood <manabian@gmail.com>
1423 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1424 S: Maintained
1425 F: arch/arm/boot/dts/lpc43*
1426 F: drivers/clk/nxp/clk-lpc18xx*
1427 F: drivers/clocksource/time-lpc32xx.c
1428 F: drivers/i2c/busses/i2c-lpc2k.c
1429 F: drivers/memory/pl172.c
1430 F: drivers/mtd/spi-nor/nxp-spifi.c
1431 F: drivers/rtc/rtc-lpc24xx.c
1432 N: lpc18xx
1433
1434 ARM/LPC32XX SOC SUPPORT
1435 M: Vladimir Zapolskiy <vz@mleia.com>
1436 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1437 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1438 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1439 S: Maintained
1440 F: arch/arm/boot/dts/lpc32*
1441 F: arch/arm/mach-lpc32xx/
1442 F: drivers/i2c/busses/i2c-pnx.c
1443 F: drivers/net/ethernet/nxp/lpc_eth.c
1444 F: drivers/usb/host/ohci-nxp.c
1445 F: drivers/watchdog/pnx4008_wdt.c
1446 N: lpc32xx
1447
1448 ARM/MAGICIAN MACHINE SUPPORT
1449 M: Philipp Zabel <philipp.zabel@gmail.com>
1450 S: Maintained
1451
1452 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1453 M: Jason Cooper <jason@lakedaemon.net>
1454 M: Andrew Lunn <andrew@lunn.ch>
1455 M: Gregory Clement <gregory.clement@free-electrons.com>
1456 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1457 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1458 S: Maintained
1459 F: arch/arm/mach-mvebu/
1460 F: drivers/rtc/rtc-armada38x.c
1461 F: arch/arm/boot/dts/armada*
1462 F: arch/arm/boot/dts/kirkwood*
1463 F: arch/arm64/boot/dts/marvell/armada*
1464 F: drivers/cpufreq/mvebu-cpufreq.c
1465 F: arch/arm/configs/mvebu_*_defconfig
1466
1467 ARM/Marvell Berlin SoC support
1468 M: Jisheng Zhang <jszhang@marvell.com>
1469 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1470 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1471 S: Maintained
1472 F: arch/arm/mach-berlin/
1473 F: arch/arm/boot/dts/berlin*
1474 F: arch/arm64/boot/dts/marvell/berlin*
1475
1476
1477 ARM/Marvell Dove/MV78xx0/Orion SOC support
1478 M: Jason Cooper <jason@lakedaemon.net>
1479 M: Andrew Lunn <andrew@lunn.ch>
1480 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1481 M: Gregory Clement <gregory.clement@free-electrons.com>
1482 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1483 S: Maintained
1484 F: arch/arm/mach-dove/
1485 F: arch/arm/mach-mv78xx0/
1486 F: arch/arm/mach-orion5x/
1487 F: arch/arm/plat-orion/
1488 F: arch/arm/boot/dts/dove*
1489 F: arch/arm/boot/dts/orion5x*
1490
1491
1492 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1493 M: Alexander Clouter <alex@digriz.org.uk>
1494 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1495 W: http://www.digriz.org.uk/ts78xx/kernel
1496 S: Maintained
1497 F: arch/arm/mach-orion5x/ts78xx-*
1498
1499 ARM/OXNAS platform support
1500 M: Neil Armstrong <narmstrong@baylibre.com>
1501 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1502 L: linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1503 S: Maintained
1504 F: arch/arm/mach-oxnas/
1505 F: arch/arm/boot/dts/oxnas*
1506 F: arch/arm/boot/dts/wd-mbwe.dts
1507 N: oxnas
1508
1509 ARM/Mediatek RTC DRIVER
1510 M: Eddie Huang <eddie.huang@mediatek.com>
1511 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1512 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1513 S: Maintained
1514 F: drivers/rtc/rtc-mt6397.c
1515
1516 ARM/Mediatek SoC support
1517 M: Matthias Brugger <matthias.bgg@gmail.com>
1518 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1519 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1520 S: Maintained
1521 F: arch/arm/boot/dts/mt6*
1522 F: arch/arm/boot/dts/mt8*
1523 F: arch/arm/mach-mediatek/
1524 N: mtk
1525 K: mediatek
1526
1527 ARM/Mediatek USB3 PHY DRIVER
1528 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1529 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1530 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1531 S: Maintained
1532 F: drivers/phy/phy-mt65xx-usb3.c
1533
1534 ARM/MICREL KS8695 ARCHITECTURE
1535 M: Greg Ungerer <gerg@uclinux.org>
1536 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1537 F: arch/arm/mach-ks8695/
1538 S: Odd Fixes
1539
1540 ARM/MIOA701 MACHINE SUPPORT
1541 M: Robert Jarzmik <robert.jarzmik@free.fr>
1542 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1543 F: arch/arm/mach-pxa/mioa701.c
1544 S: Maintained
1545
1546 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1547 M: Michael Petchkovsky <mkpetch@internode.on.net>
1548 S: Maintained
1549
1550 ARM/NOMADIK ARCHITECTURE
1551 M: Alessandro Rubini <rubini@unipv.it>
1552 M: Linus Walleij <linus.walleij@linaro.org>
1553 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1554 S: Maintained
1555 F: arch/arm/mach-nomadik/
1556 F: drivers/pinctrl/nomadik/
1557 F: drivers/i2c/busses/i2c-nomadik.c
1558 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1559
1560 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1561 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1562 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1563 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1564 S: Supported
1565
1566 ARM/TOSA MACHINE SUPPORT
1567 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1568 M: Dirk Opfer <dirk@opfer-online.de>
1569 S: Maintained
1570
1571 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1572 M: Marek Vasut <marek.vasut@gmail.com>
1573 L: linux-arm-kernel@lists.infradead.org
1574 W: http://hackndev.com
1575 S: Maintained
1576 F: arch/arm/mach-pxa/include/mach/palmtx.h
1577 F: arch/arm/mach-pxa/palmtx.c
1578 F: arch/arm/mach-pxa/include/mach/palmt5.h
1579 F: arch/arm/mach-pxa/palmt5.c
1580 F: arch/arm/mach-pxa/include/mach/palmld.h
1581 F: arch/arm/mach-pxa/palmld.c
1582 F: arch/arm/mach-pxa/include/mach/palmte2.h
1583 F: arch/arm/mach-pxa/palmte2.c
1584 F: arch/arm/mach-pxa/include/mach/palmtc.h
1585 F: arch/arm/mach-pxa/palmtc.c
1586
1587 ARM/PALM TREO SUPPORT
1588 M: Tomas Cech <sleep_walker@suse.com>
1589 L: linux-arm-kernel@lists.infradead.org
1590 W: http://hackndev.com
1591 S: Maintained
1592 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1593 F: arch/arm/mach-pxa/palmtreo.c
1594
1595 ARM/PALMZ72 SUPPORT
1596 M: Sergey Lapin <slapin@ossfans.org>
1597 L: linux-arm-kernel@lists.infradead.org
1598 W: http://hackndev.com
1599 S: Maintained
1600 F: arch/arm/mach-pxa/include/mach/palmz72.h
1601 F: arch/arm/mach-pxa/palmz72.c
1602
1603 ARM/PLEB SUPPORT
1604 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1605 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1606 S: Maintained
1607
1608 ARM/PT DIGITAL BOARD PORT
1609 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1610 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1611 W: http://www.armlinux.org.uk/
1612 S: Maintained
1613
1614 ARM/QUALCOMM SUPPORT
1615 M: Andy Gross <andy.gross@linaro.org>
1616 M: David Brown <david.brown@linaro.org>
1617 L: linux-arm-msm@vger.kernel.org
1618 L: linux-soc@vger.kernel.org
1619 S: Maintained
1620 F: Documentation/devicetree/bindings/soc/qcom/
1621 F: arch/arm/boot/dts/qcom-*.dts
1622 F: arch/arm/boot/dts/qcom-*.dtsi
1623 F: arch/arm/mach-qcom/
1624 F: arch/arm64/boot/dts/qcom/*
1625 F: drivers/i2c/busses/i2c-qup.c
1626 F: drivers/clk/qcom/
1627 F: drivers/soc/qcom/
1628 F: drivers/spi/spi-qup.c
1629 F: drivers/tty/serial/msm_serial.h
1630 F: drivers/tty/serial/msm_serial.c
1631 F: drivers/*/pm8???-*
1632 F: drivers/mfd/ssbi.c
1633 F: drivers/firmware/qcom_scm.c
1634 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1635
1636 ARM/RADISYS ENP2611 MACHINE SUPPORT
1637 M: Lennert Buytenhek <kernel@wantstofly.org>
1638 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1639 S: Maintained
1640
1641 ARM/RENESAS ARM64 ARCHITECTURE
1642 M: Simon Horman <horms@verge.net.au>
1643 M: Magnus Damm <magnus.damm@gmail.com>
1644 L: linux-renesas-soc@vger.kernel.org
1645 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1646 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1647 S: Supported
1648 F: arch/arm64/boot/dts/renesas/
1649 F: drivers/soc/renesas/
1650 F: include/linux/soc/renesas/
1651
1652 ARM/RISCPC ARCHITECTURE
1653 M: Russell King <linux@armlinux.org.uk>
1654 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1655 W: http://www.armlinux.org.uk/
1656 S: Maintained
1657 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1658 F: arch/arm/include/asm/hardware/ioc.h
1659 F: arch/arm/include/asm/hardware/iomd.h
1660 F: arch/arm/include/asm/hardware/memc.h
1661 F: arch/arm/mach-rpc/
1662 F: drivers/net/ethernet/8390/etherh.c
1663 F: drivers/net/ethernet/i825xx/ether1*
1664 F: drivers/net/ethernet/seeq/ether3*
1665 F: drivers/scsi/arm/
1666
1667 ARM/Rockchip SoC support
1668 M: Heiko Stuebner <heiko@sntech.de>
1669 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1670 L: linux-rockchip@lists.infradead.org
1671 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1672 S: Maintained
1673 F: arch/arm/boot/dts/rk3*
1674 F: arch/arm/mach-rockchip/
1675 F: drivers/clk/rockchip/
1676 F: drivers/i2c/busses/i2c-rk3x.c
1677 F: drivers/*/*rockchip*
1678 F: drivers/*/*/*rockchip*
1679 F: sound/soc/rockchip/
1680 N: rockchip
1681
1682 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1683 M: Kukjin Kim <kgene@kernel.org>
1684 M: Krzysztof Kozlowski <krzk@kernel.org>
1685 R: Javier Martinez Canillas <javier@osg.samsung.com>
1686 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1687 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1688 S: Maintained
1689 F: arch/arm/boot/dts/s3c*
1690 F: arch/arm/boot/dts/s5p*
1691 F: arch/arm/boot/dts/samsung*
1692 F: arch/arm/boot/dts/exynos*
1693 F: arch/arm64/boot/dts/exynos/
1694 F: arch/arm/plat-samsung/
1695 F: arch/arm/mach-s3c24*/
1696 F: arch/arm/mach-s3c64xx/
1697 F: arch/arm/mach-s5p*/
1698 F: arch/arm/mach-exynos*/
1699 F: drivers/*/*s3c24*
1700 F: drivers/*/*/*s3c24*
1701 F: drivers/*/*s3c64xx*
1702 F: drivers/*/*s5pv210*
1703 F: drivers/memory/samsung/*
1704 F: drivers/soc/samsung/*
1705 F: Documentation/arm/Samsung/
1706 F: Documentation/devicetree/bindings/arm/samsung/
1707 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1708 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1709 N: exynos
1710
1711 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1712 M: Kyungmin Park <kyungmin.park@samsung.com>
1713 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1714 S: Maintained
1715 F: arch/arm/mach-s5pv210/
1716
1717 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1718 M: Kyungmin Park <kyungmin.park@samsung.com>
1719 M: Kamil Debski <kamil@wypas.org>
1720 M: Andrzej Hajda <a.hajda@samsung.com>
1721 L: linux-arm-kernel@lists.infradead.org
1722 L: linux-media@vger.kernel.org
1723 S: Maintained
1724 F: drivers/media/platform/s5p-g2d/
1725
1726 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1727 M: Kyungmin Park <kyungmin.park@samsung.com>
1728 M: Kamil Debski <kamil@wypas.org>
1729 M: Jeongtae Park <jtp.park@samsung.com>
1730 M: Andrzej Hajda <a.hajda@samsung.com>
1731 L: linux-arm-kernel@lists.infradead.org
1732 L: linux-media@vger.kernel.org
1733 S: Maintained
1734 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1735 F: drivers/media/platform/s5p-mfc/
1736
1737 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1738 M: Kyungmin Park <kyungmin.park@samsung.com>
1739 L: linux-arm-kernel@lists.infradead.org
1740 L: linux-media@vger.kernel.org
1741 S: Maintained
1742 F: drivers/staging/media/platform/s5p-cec/
1743
1744 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1745 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1746 M: Jacek Anaszewski <j.anaszewski@samsung.com>
1747 L: linux-arm-kernel@lists.infradead.org
1748 L: linux-media@vger.kernel.org
1749 S: Maintained
1750 F: drivers/media/platform/s5p-jpeg/
1751
1752 ARM/SHMOBILE ARM ARCHITECTURE
1753 M: Simon Horman <horms@verge.net.au>
1754 M: Magnus Damm <magnus.damm@gmail.com>
1755 L: linux-renesas-soc@vger.kernel.org
1756 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1757 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1758 S: Supported
1759 F: arch/arm/boot/dts/emev2*
1760 F: arch/arm/boot/dts/r7s*
1761 F: arch/arm/boot/dts/r8a*
1762 F: arch/arm/boot/dts/sh*
1763 F: arch/arm/configs/shmobile_defconfig
1764 F: arch/arm/include/debug/renesas-scif.S
1765 F: arch/arm/mach-shmobile/
1766 F: drivers/soc/renesas/
1767 F: include/linux/soc/renesas/
1768
1769 ARM/SOCFPGA ARCHITECTURE
1770 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1771 S: Maintained
1772 F: arch/arm/mach-socfpga/
1773 F: arch/arm/boot/dts/socfpga*
1774 F: arch/arm/configs/socfpga_defconfig
1775 F: arch/arm64/boot/dts/altera/
1776 W: http://www.rocketboards.org
1777 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1778
1779 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1780 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1781 S: Maintained
1782 F: drivers/clk/socfpga/
1783
1784 ARM/SOCFPGA EDAC SUPPORT
1785 M: Thor Thayer <tthayer@opensource.altera.com>
1786 S: Maintained
1787 F: drivers/edac/altera_edac.
1788
1789 ARM/STI ARCHITECTURE
1790 M: Patrice Chotard <patrice.chotard@st.com>
1791 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1792 L: kernel@stlinux.com
1793 W: http://www.stlinux.com
1794 S: Maintained
1795 F: arch/arm/mach-sti/
1796 F: arch/arm/boot/dts/sti*
1797 F: drivers/char/hw_random/st-rng.c
1798 F: drivers/clocksource/arm_global_timer.c
1799 F: drivers/clocksource/clksrc_st_lpc.c
1800 F: drivers/cpufreq/sti-cpufreq.c
1801 F: drivers/dma/st_fdma*
1802 F: drivers/i2c/busses/i2c-st.c
1803 F: drivers/media/rc/st_rc.c
1804 F: drivers/media/platform/sti/c8sectpfe/
1805 F: drivers/mmc/host/sdhci-st.c
1806 F: drivers/phy/phy-miphy28lp.c
1807 F: drivers/phy/phy-miphy365x.c
1808 F: drivers/phy/phy-stih407-usb.c
1809 F: drivers/phy/phy-stih41x-usb.c
1810 F: drivers/pinctrl/pinctrl-st.c
1811 F: drivers/remoteproc/st_remoteproc.c
1812 F: drivers/remoteproc/st_slim_rproc.c
1813 F: drivers/reset/sti/
1814 F: drivers/rtc/rtc-st-lpc.c
1815 F: drivers/tty/serial/st-asc.c
1816 F: drivers/usb/dwc3/dwc3-st.c
1817 F: drivers/usb/host/ehci-st.c
1818 F: drivers/usb/host/ohci-st.c
1819 F: drivers/watchdog/st_lpc_wdt.c
1820 F: drivers/ata/ahci_st.c
1821 F: include/linux/remoteproc/st_slim_rproc.h
1822
1823 ARM/STM32 ARCHITECTURE
1824 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1825 M: Alexandre Torgue <alexandre.torgue@st.com>
1826 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1827 S: Maintained
1828 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1829 N: stm32
1830 F: drivers/clocksource/armv7m_systick.c
1831
1832 ARM/TANGO ARCHITECTURE
1833 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1834 L: linux-arm-kernel@lists.infradead.org
1835 S: Maintained
1836 N: tango
1837
1838 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1839 M: Lennert Buytenhek <kernel@wantstofly.org>
1840 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1841 S: Maintained
1842
1843 ARM/TETON BGA MACHINE SUPPORT
1844 M: "Mark F. Brown" <mark.brown314@gmail.com>
1845 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1846 S: Maintained
1847
1848 ARM/THECUS N2100 MACHINE SUPPORT
1849 M: Lennert Buytenhek <kernel@wantstofly.org>
1850 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1851 S: Maintained
1852
1853 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1854 M: Wan ZongShun <mcuos.com@gmail.com>
1855 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1856 W: http://www.mcuos.com
1857 S: Maintained
1858 F: arch/arm/mach-w90x900/
1859 F: drivers/input/keyboard/w90p910_keypad.c
1860 F: drivers/input/touchscreen/w90p910_ts.c
1861 F: drivers/watchdog/nuc900_wdt.c
1862 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1863 F: drivers/mtd/nand/nuc900_nand.c
1864 F: drivers/rtc/rtc-nuc900.c
1865 F: drivers/spi/spi-nuc900.c
1866 F: drivers/usb/host/ehci-w90x900.c
1867 F: drivers/video/fbdev/nuc900fb.c
1868
1869 ARM/U300 MACHINE SUPPORT
1870 M: Linus Walleij <linus.walleij@linaro.org>
1871 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1872 S: Supported
1873 F: arch/arm/mach-u300/
1874 F: drivers/clocksource/timer-u300.c
1875 F: drivers/i2c/busses/i2c-stu300.c
1876 F: drivers/rtc/rtc-coh901331.c
1877 F: drivers/watchdog/coh901327_wdt.c
1878 F: drivers/dma/coh901318*
1879 F: drivers/mfd/ab3100*
1880 F: drivers/rtc/rtc-ab3100.c
1881 F: drivers/rtc/rtc-coh901331.c
1882 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1883
1884 ARM/UNIPHIER ARCHITECTURE
1885 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1886 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1887 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1888 S: Maintained
1889 F: arch/arm/boot/dts/uniphier*
1890 F: arch/arm/include/asm/hardware/cache-uniphier.h
1891 F: arch/arm/mach-uniphier/
1892 F: arch/arm/mm/cache-uniphier.c
1893 F: arch/arm64/boot/dts/socionext/
1894 F: drivers/bus/uniphier-system-bus.c
1895 F: drivers/clk/uniphier/
1896 F: drivers/i2c/busses/i2c-uniphier*
1897 F: drivers/pinctrl/uniphier/
1898 F: drivers/reset/reset-uniphier.c
1899 F: drivers/tty/serial/8250/8250_uniphier.c
1900 N: uniphier
1901
1902 ARM/Ux500 ARM ARCHITECTURE
1903 M: Linus Walleij <linus.walleij@linaro.org>
1904 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1905 S: Maintained
1906 F: arch/arm/mach-ux500/
1907 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1908 F: drivers/dma/ste_dma40*
1909 F: drivers/hwspinlock/u8500_hsem.c
1910 F: drivers/mfd/abx500*
1911 F: drivers/mfd/ab8500*
1912 F: drivers/mfd/dbx500*
1913 F: drivers/mfd/db8500*
1914 F: drivers/pinctrl/nomadik/pinctrl-ab*
1915 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1916 F: drivers/rtc/rtc-ab8500.c
1917 F: drivers/rtc/rtc-pl031.c
1918 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1919
1920 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1921 M: Ulf Hansson <ulf.hansson@linaro.org>
1922 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1923 T: git git://git.linaro.org/people/ulfh/clk.git
1924 S: Maintained
1925 F: drivers/clk/ux500/
1926
1927 ARM/VERSATILE EXPRESS PLATFORM
1928 M: Liviu Dudau <liviu.dudau@arm.com>
1929 M: Sudeep Holla <sudeep.holla@arm.com>
1930 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1931 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1932 S: Maintained
1933 F: arch/arm/boot/dts/vexpress*
1934 F: arch/arm64/boot/dts/arm/
1935 F: arch/arm/mach-vexpress/
1936 F: */*/vexpress*
1937 F: */*/*/vexpress*
1938 F: drivers/clk/versatile/clk-vexpress-osc.c
1939 F: drivers/clocksource/versatile.c
1940 N: mps2
1941
1942 ARM/VFP SUPPORT
1943 M: Russell King <linux@armlinux.org.uk>
1944 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1945 W: http://www.armlinux.org.uk/
1946 S: Maintained
1947 F: arch/arm/vfp/
1948
1949 ARM/VOIPAC PXA270 SUPPORT
1950 M: Marek Vasut <marek.vasut@gmail.com>
1951 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1952 S: Maintained
1953 F: arch/arm/mach-pxa/vpac270.c
1954 F: arch/arm/mach-pxa/include/mach/vpac270.h
1955
1956 ARM/VT8500 ARM ARCHITECTURE
1957 M: Tony Prisk <linux@prisktech.co.nz>
1958 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1959 S: Maintained
1960 F: arch/arm/mach-vt8500/
1961 F: drivers/clocksource/vt8500_timer.c
1962 F: drivers/i2c/busses/i2c-wmt.c
1963 F: drivers/mmc/host/wmt-sdmmc.c
1964 F: drivers/pwm/pwm-vt8500.c
1965 F: drivers/rtc/rtc-vt8500.c
1966 F: drivers/tty/serial/vt8500_serial.c
1967 F: drivers/usb/host/ehci-platform.c
1968 F: drivers/usb/host/uhci-platform.c
1969 F: drivers/video/fbdev/vt8500lcdfb.*
1970 F: drivers/video/fbdev/wm8505fb*
1971 F: drivers/video/fbdev/wmt_ge_rops.*
1972
1973 ARM/ZIPIT Z2 SUPPORT
1974 M: Marek Vasut <marek.vasut@gmail.com>
1975 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1976 S: Maintained
1977 F: arch/arm/mach-pxa/z2.c
1978 F: arch/arm/mach-pxa/include/mach/z2.h
1979
1980 ARM/ZTE ARCHITECTURE
1981 M: Jun Nie <jun.nie@linaro.org>
1982 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1983 S: Maintained
1984 F: arch/arm/mach-zx/
1985 F: drivers/clk/zte/
1986 F: Documentation/devicetree/bindings/arm/zte.txt
1987 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1988
1989 ARM/ZYNQ ARCHITECTURE
1990 M: Michal Simek <michal.simek@xilinx.com>
1991 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1992 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1993 W: http://wiki.xilinx.com
1994 T: git https://github.com/Xilinx/linux-xlnx.git
1995 S: Supported
1996 F: arch/arm/mach-zynq/
1997 F: drivers/cpuidle/cpuidle-zynq.c
1998 F: drivers/block/xsysace.c
1999 N: zynq
2000 N: xilinx
2001 F: drivers/clocksource/cadence_ttc_timer.c
2002 F: drivers/i2c/busses/i2c-cadence.c
2003 F: drivers/mmc/host/sdhci-of-arasan.c
2004 F: drivers/edac/synopsys_edac.c
2005
2006 ARM SMMU DRIVERS
2007 M: Will Deacon <will.deacon@arm.com>
2008 R: Robin Murphy <robin.murphy@arm.com>
2009 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2010 S: Maintained
2011 F: drivers/iommu/arm-smmu.c
2012 F: drivers/iommu/arm-smmu-v3.c
2013 F: drivers/iommu/io-pgtable-arm.c
2014 F: drivers/iommu/io-pgtable-arm-v7s.c
2015
2016 ARM64 PORT (AARCH64 ARCHITECTURE)
2017 M: Catalin Marinas <catalin.marinas@arm.com>
2018 M: Will Deacon <will.deacon@arm.com>
2019 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2020 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2021 S: Maintained
2022 F: arch/arm64/
2023 F: Documentation/arm64/
2024
2025 AS3645A LED FLASH CONTROLLER DRIVER
2026 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2027 L: linux-media@vger.kernel.org
2028 T: git git://linuxtv.org/media_tree.git
2029 S: Maintained
2030 F: drivers/media/i2c/as3645a.c
2031 F: include/media/i2c/as3645a.h
2032
2033 ASAHI KASEI AK8974 DRIVER
2034 M: Linus Walleij <linus.walleij@linaro.org>
2035 L: linux-iio@vger.kernel.org
2036 W: http://www.akm.com/
2037 S: Supported
2038 F: drivers/iio/magnetometer/ak8974.c
2039
2040 ASC7621 HARDWARE MONITOR DRIVER
2041 M: George Joseph <george.joseph@fairview5.com>
2042 L: linux-hwmon@vger.kernel.org
2043 S: Maintained
2044 F: Documentation/hwmon/asc7621
2045 F: drivers/hwmon/asc7621.c
2046
2047 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2048 M: Corentin Chary <corentin.chary@gmail.com>
2049 L: acpi4asus-user@lists.sourceforge.net
2050 L: platform-driver-x86@vger.kernel.org
2051 W: http://acpi4asus.sf.net
2052 S: Maintained
2053 F: drivers/platform/x86/asus*.c
2054 F: drivers/platform/x86/eeepc*.c
2055
2056 ASUS WIRELESS RADIO CONTROL DRIVER
2057 M: João Paulo Rechi Vita <jprvita@gmail.com>
2058 L: platform-driver-x86@vger.kernel.org
2059 S: Maintained
2060 F: drivers/platform/x86/asus-wireless.c
2061
2062 ASYMMETRIC KEYS
2063 M: David Howells <dhowells@redhat.com>
2064 L: keyrings@vger.kernel.org
2065 S: Maintained
2066 F: Documentation/crypto/asymmetric-keys.txt
2067 F: include/linux/verification.h
2068 F: include/crypto/public_key.h
2069 F: include/crypto/pkcs7.h
2070 F: crypto/asymmetric_keys/
2071
2072 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2073 R: Dan Williams <dan.j.williams@intel.com>
2074 W: http://sourceforge.net/projects/xscaleiop
2075 S: Odd fixes
2076 F: Documentation/crypto/async-tx-api.txt
2077 F: crypto/async_tx/
2078 F: drivers/dma/
2079 F: include/linux/dmaengine.h
2080 F: include/linux/async_tx.h
2081
2082 AT24 EEPROM DRIVER
2083 M: Wolfram Sang <wsa@the-dreams.de>
2084 L: linux-i2c@vger.kernel.org
2085 S: Maintained
2086 F: drivers/misc/eeprom/at24.c
2087 F: include/linux/platform_data/at24.h
2088
2089 ATA OVER ETHERNET (AOE) DRIVER
2090 M: "Ed L. Cashin" <ed.cashin@acm.org>
2091 W: http://www.openaoe.org/
2092 S: Supported
2093 F: Documentation/aoe/
2094 F: drivers/block/aoe/
2095
2096 ATHEROS 71XX/9XXX GPIO DRIVER
2097 M: Alban Bedel <albeu@free.fr>
2098 W: https://github.com/AlbanBedel/linux
2099 T: git git://github.com/AlbanBedel/linux
2100 S: Maintained
2101 F: drivers/gpio/gpio-ath79.c
2102 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2103
2104 ATHEROS ATH GENERIC UTILITIES
2105 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2106 L: linux-wireless@vger.kernel.org
2107 S: Supported
2108 F: drivers/net/wireless/ath/*
2109
2110 ATHEROS ATH5K WIRELESS DRIVER
2111 M: Jiri Slaby <jirislaby@gmail.com>
2112 M: Nick Kossifidis <mickflemm@gmail.com>
2113 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2114 L: linux-wireless@vger.kernel.org
2115 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2116 S: Maintained
2117 F: drivers/net/wireless/ath/ath5k/
2118
2119 ATHEROS ATH6KL WIRELESS DRIVER
2120 M: Kalle Valo <kvalo@qca.qualcomm.com>
2121 L: linux-wireless@vger.kernel.org
2122 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2123 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2124 S: Supported
2125 F: drivers/net/wireless/ath/ath6kl/
2126
2127 WILOCITY WIL6210 WIRELESS DRIVER
2128 M: Maya Erez <qca_merez@qca.qualcomm.com>
2129 L: linux-wireless@vger.kernel.org
2130 L: wil6210@qca.qualcomm.com
2131 S: Supported
2132 W: http://wireless.kernel.org/en/users/Drivers/wil6210
2133 F: drivers/net/wireless/ath/wil6210/
2134 F: include/uapi/linux/wil6210_uapi.h
2135
2136 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2137 M: Christian Lamparter <chunkeey@googlemail.com>
2138 L: linux-wireless@vger.kernel.org
2139 W: http://wireless.kernel.org/en/users/Drivers/carl9170
2140 S: Maintained
2141 F: drivers/net/wireless/ath/carl9170/
2142
2143 ATK0110 HWMON DRIVER
2144 M: Luca Tettamanti <kronos.it@gmail.com>
2145 L: linux-hwmon@vger.kernel.org
2146 S: Maintained
2147 F: drivers/hwmon/asus_atk0110.c
2148
2149 ATI_REMOTE2 DRIVER
2150 M: Ville Syrjala <syrjala@sci.fi>
2151 S: Maintained
2152 F: drivers/input/misc/ati_remote2.c
2153
2154 ATLX ETHERNET DRIVERS
2155 M: Jay Cliburn <jcliburn@gmail.com>
2156 M: Chris Snook <chris.snook@gmail.com>
2157 L: netdev@vger.kernel.org
2158 W: http://sourceforge.net/projects/atl1
2159 W: http://atl1.sourceforge.net
2160 S: Maintained
2161 F: drivers/net/ethernet/atheros/
2162
2163 ATM
2164 M: Chas Williams <3chas3@gmail.com>
2165 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2166 L: netdev@vger.kernel.org
2167 W: http://linux-atm.sourceforge.net
2168 S: Maintained
2169 F: drivers/atm/
2170 F: include/linux/atm*
2171 F: include/uapi/linux/atm*
2172
2173 ATMEL AT91 / AT32 MCI DRIVER
2174 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2175 S: Maintained
2176 F: drivers/mmc/host/atmel-mci.c
2177
2178 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2179 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2180 S: Supported
2181 F: drivers/power/reset/at91-sama5d2_shdwc.c
2182
2183 ATMEL SAMA5D2 ADC DRIVER
2184 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2185 L: linux-iio@vger.kernel.org
2186 S: Supported
2187 F: drivers/iio/adc/at91-sama5d2_adc.c
2188
2189 ATMEL Audio ALSA driver
2190 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2191 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2192 S: Supported
2193 F: sound/soc/atmel
2194
2195 ATMEL DMA DRIVER
2196 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2197 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2198 S: Supported
2199 F: drivers/dma/at_hdmac.c
2200 F: drivers/dma/at_hdmac_regs.h
2201 F: include/linux/platform_data/dma-atmel.h
2202
2203 ATMEL XDMA DRIVER
2204 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2205 L: linux-arm-kernel@lists.infradead.org
2206 L: dmaengine@vger.kernel.org
2207 S: Supported
2208 F: drivers/dma/at_xdmac.c
2209
2210 ATMEL I2C DRIVER
2211 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2212 L: linux-i2c@vger.kernel.org
2213 S: Supported
2214 F: drivers/i2c/busses/i2c-at91.c
2215
2216 ATMEL ISI DRIVER
2217 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2218 L: linux-media@vger.kernel.org
2219 S: Supported
2220 F: drivers/media/platform/soc_camera/atmel-isi.c
2221 F: include/media/atmel-isi.h
2222
2223 ATMEL LCDFB DRIVER
2224 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2225 L: linux-fbdev@vger.kernel.org
2226 S: Maintained
2227 F: drivers/video/fbdev/atmel_lcdfb.c
2228 F: include/video/atmel_lcdc.h
2229
2230 ATMEL MACB ETHERNET DRIVER
2231 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2232 S: Supported
2233 F: drivers/net/ethernet/cadence/
2234
2235 ATMEL NAND DRIVER
2236 M: Wenyou Yang <wenyou.yang@atmel.com>
2237 M: Josh Wu <rainyfeeling@outlook.com>
2238 L: linux-mtd@lists.infradead.org
2239 S: Supported
2240 F: drivers/mtd/nand/atmel_nand*
2241
2242 ATMEL SDMMC DRIVER
2243 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2244 L: linux-mmc@vger.kernel.org
2245 S: Supported
2246 F: drivers/mmc/host/sdhci-of-at91.c
2247
2248 ATMEL SPI DRIVER
2249 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2250 S: Supported
2251 F: drivers/spi/spi-atmel.*
2252
2253 ATMEL SSC DRIVER
2254 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2255 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2256 S: Supported
2257 F: drivers/misc/atmel-ssc.c
2258 F: include/linux/atmel-ssc.h
2259
2260 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2261 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2262 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2263 S: Supported
2264 F: drivers/misc/atmel_tclib.c
2265 F: drivers/clocksource/tcb_clksrc.c
2266
2267 ATMEL USBA UDC DRIVER
2268 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2269 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2270 S: Supported
2271 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2272
2273 ATMEL WIRELESS DRIVER
2274 M: Simon Kelley <simon@thekelleys.org.uk>
2275 L: linux-wireless@vger.kernel.org
2276 W: http://www.thekelleys.org.uk/atmel
2277 W: http://atmelwlandriver.sourceforge.net/
2278 S: Maintained
2279 F: drivers/net/wireless/atmel/atmel*
2280
2281 ATMEL MAXTOUCH DRIVER
2282 M: Nick Dyer <nick@shmanahar.org>
2283 T: git git://github.com/ndyer/linux.git
2284 S: Maintained
2285 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2286 F: drivers/input/touchscreen/atmel_mxt_ts.c
2287 F: include/linux/platform_data/atmel_mxt_ts.h
2288
2289 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2290 M: Bradley Grove <linuxdrivers@attotech.com>
2291 L: linux-scsi@vger.kernel.org
2292 W: http://www.attotech.com
2293 S: Supported
2294 F: drivers/scsi/esas2r
2295
2296 ATUSB IEEE 802.15.4 RADIO DRIVER
2297 M: Stefan Schmidt <stefan@osg.samsung.com>
2298 L: linux-wpan@vger.kernel.org
2299 S: Maintained
2300 F: drivers/net/ieee802154/atusb.c
2301 F: drivers/net/ieee802154/atusb.h
2302 F: drivers/net/ieee802154/at86rf230.h
2303
2304 AUDIT SUBSYSTEM
2305 M: Paul Moore <paul@paul-moore.com>
2306 M: Eric Paris <eparis@redhat.com>
2307 L: linux-audit@redhat.com (moderated for non-subscribers)
2308 W: http://people.redhat.com/sgrubb/audit/
2309 T: git git://git.infradead.org/users/pcmoore/audit
2310 S: Maintained
2311 F: include/linux/audit.h
2312 F: include/uapi/linux/audit.h
2313 F: kernel/audit*
2314
2315 AUXILIARY DISPLAY DRIVERS
2316 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2317 W: http://miguelojeda.es/auxdisplay.htm
2318 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2319 S: Maintained
2320 F: drivers/auxdisplay/
2321 F: include/linux/cfag12864b.h
2322
2323 AVR32 ARCHITECTURE
2324 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2325 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2326 W: http://www.atmel.com/products/AVR32/
2327 W: http://mirror.egtvedt.no/avr32linux.org/
2328 W: http://avrfreaks.net/
2329 S: Maintained
2330 F: arch/avr32/
2331
2332 AVR32/AT32AP MACHINE SUPPORT
2333 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2334 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2335 S: Maintained
2336 F: arch/avr32/mach-at32ap/
2337
2338 AX.25 NETWORK LAYER
2339 M: Ralf Baechle <ralf@linux-mips.org>
2340 L: linux-hams@vger.kernel.org
2341 W: http://www.linux-ax25.org/
2342 S: Maintained
2343 F: include/uapi/linux/ax25.h
2344 F: include/net/ax25.h
2345 F: net/ax25/
2346
2347 AZ6007 DVB DRIVER
2348 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2349 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2350 L: linux-media@vger.kernel.org
2351 W: https://linuxtv.org
2352 T: git git://linuxtv.org/media_tree.git
2353 S: Maintained
2354 F: drivers/media/usb/dvb-usb-v2/az6007.c
2355
2356 AZTECH FM RADIO RECEIVER DRIVER
2357 M: Hans Verkuil <hverkuil@xs4all.nl>
2358 L: linux-media@vger.kernel.org
2359 T: git git://linuxtv.org/media_tree.git
2360 W: https://linuxtv.org
2361 S: Maintained
2362 F: drivers/media/radio/radio-aztech*
2363
2364 B43 WIRELESS DRIVER
2365 L: linux-wireless@vger.kernel.org
2366 L: b43-dev@lists.infradead.org
2367 W: http://wireless.kernel.org/en/users/Drivers/b43
2368 S: Odd Fixes
2369 F: drivers/net/wireless/broadcom/b43/
2370
2371 B43LEGACY WIRELESS DRIVER
2372 M: Larry Finger <Larry.Finger@lwfinger.net>
2373 L: linux-wireless@vger.kernel.org
2374 L: b43-dev@lists.infradead.org
2375 W: http://wireless.kernel.org/en/users/Drivers/b43
2376 S: Maintained
2377 F: drivers/net/wireless/broadcom/b43legacy/
2378
2379 BACKLIGHT CLASS/SUBSYSTEM
2380 M: Jingoo Han <jingoohan1@gmail.com>
2381 M: Lee Jones <lee.jones@linaro.org>
2382 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2383 S: Maintained
2384 F: drivers/video/backlight/
2385 F: include/linux/backlight.h
2386
2387 BATMAN ADVANCED
2388 M: Marek Lindner <mareklindner@neomailbox.ch>
2389 M: Simon Wunderlich <sw@simonwunderlich.de>
2390 M: Antonio Quartulli <a@unstable.cc>
2391 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2392 W: https://www.open-mesh.org/
2393 Q: https://patchwork.open-mesh.org/project/batman/list/
2394 S: Maintained
2395 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2396 F: Documentation/ABI/testing/sysfs-class-net-mesh
2397 F: Documentation/networking/batman-adv.txt
2398 F: include/uapi/linux/batman_adv.h
2399 F: net/batman-adv/
2400
2401 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2402 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2403 L: linux-hams@vger.kernel.org
2404 W: http://www.baycom.org/~tom/ham/ham.html
2405 S: Maintained
2406 F: drivers/net/hamradio/baycom*
2407
2408 BCACHE (BLOCK LAYER CACHE)
2409 M: Kent Overstreet <kent.overstreet@gmail.com>
2410 L: linux-bcache@vger.kernel.org
2411 W: http://bcache.evilpiepirate.org
2412 S: Orphan
2413 F: drivers/md/bcache/
2414
2415 BDISP ST MEDIA DRIVER
2416 M: Fabien Dessenne <fabien.dessenne@st.com>
2417 L: linux-media@vger.kernel.org
2418 T: git git://linuxtv.org/media_tree.git
2419 W: https://linuxtv.org
2420 S: Supported
2421 F: drivers/media/platform/sti/bdisp
2422
2423 BEFS FILE SYSTEM
2424 M: Luis de Bethencourt <luisbg@osg.samsung.com>
2425 M: Salah Triki <salah.triki@gmail.com>
2426 S: Maintained
2427 T: git git://github.com/luisbg/linux-befs.git
2428 F: Documentation/filesystems/befs.txt
2429 F: fs/befs/
2430
2431 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2432 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2433 L: netdev@vger.kernel.org
2434 S: Maintained
2435 F: drivers/net/ethernet/ec_bhf.c
2436
2437 BFS FILE SYSTEM
2438 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2439 S: Maintained
2440 F: Documentation/filesystems/bfs.txt
2441 F: fs/bfs/
2442 F: include/uapi/linux/bfs_fs.h
2443
2444 BLACKFIN ARCHITECTURE
2445 M: Steven Miao <realmz6@gmail.com>
2446 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2447 T: git git://git.code.sf.net/p/adi-linux/code
2448 W: http://blackfin.uclinux.org
2449 S: Supported
2450 F: arch/blackfin/
2451
2452 BLACKFIN EMAC DRIVER
2453 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2454 W: http://blackfin.uclinux.org
2455 S: Supported
2456 F: drivers/net/ethernet/adi/
2457
2458 BLACKFIN RTC DRIVER
2459 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2460 W: http://blackfin.uclinux.org
2461 S: Supported
2462 F: drivers/rtc/rtc-bfin.c
2463
2464 BLACKFIN SDH DRIVER
2465 M: Sonic Zhang <sonic.zhang@analog.com>
2466 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2467 W: http://blackfin.uclinux.org
2468 S: Supported
2469 F: drivers/mmc/host/bfin_sdh.c
2470
2471 BLACKFIN SERIAL DRIVER
2472 M: Sonic Zhang <sonic.zhang@analog.com>
2473 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2474 W: http://blackfin.uclinux.org
2475 S: Supported
2476 F: drivers/tty/serial/bfin_uart.c
2477
2478 BLACKFIN WATCHDOG DRIVER
2479 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2480 W: http://blackfin.uclinux.org
2481 S: Supported
2482 F: drivers/watchdog/bfin_wdt.c
2483
2484 BLACKFIN I2C TWI DRIVER
2485 M: Sonic Zhang <sonic.zhang@analog.com>
2486 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2487 W: http://blackfin.uclinux.org/
2488 S: Supported
2489 F: drivers/i2c/busses/i2c-bfin-twi.c
2490
2491 BLACKFIN MEDIA DRIVER
2492 M: Scott Jiang <scott.jiang.linux@gmail.com>
2493 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2494 W: http://blackfin.uclinux.org/
2495 S: Supported
2496 F: drivers/media/platform/blackfin/
2497 F: drivers/media/i2c/adv7183*
2498 F: drivers/media/i2c/vs6624*
2499
2500 BLINKM RGB LED DRIVER
2501 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2502 S: Maintained
2503 F: drivers/leds/leds-blinkm.c
2504
2505 BLOCK LAYER
2506 M: Jens Axboe <axboe@kernel.dk>
2507 L: linux-block@vger.kernel.org
2508 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2509 S: Maintained
2510 F: block/
2511 F: kernel/trace/blktrace.c
2512 F: lib/sbitmap.c
2513
2514 BLOCK2MTD DRIVER
2515 M: Joern Engel <joern@lazybastard.org>
2516 L: linux-mtd@lists.infradead.org
2517 S: Maintained
2518 F: drivers/mtd/devices/block2mtd.c
2519
2520 BLUETOOTH DRIVERS
2521 M: Marcel Holtmann <marcel@holtmann.org>
2522 M: Gustavo Padovan <gustavo@padovan.org>
2523 M: Johan Hedberg <johan.hedberg@gmail.com>
2524 L: linux-bluetooth@vger.kernel.org
2525 W: http://www.bluez.org/
2526 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2527 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2528 S: Maintained
2529 F: drivers/bluetooth/
2530
2531 BLUETOOTH SUBSYSTEM
2532 M: Marcel Holtmann <marcel@holtmann.org>
2533 M: Gustavo Padovan <gustavo@padovan.org>
2534 M: Johan Hedberg <johan.hedberg@gmail.com>
2535 L: linux-bluetooth@vger.kernel.org
2536 W: http://www.bluez.org/
2537 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2538 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2539 S: Maintained
2540 F: net/bluetooth/
2541 F: include/net/bluetooth/
2542
2543 BONDING DRIVER
2544 M: Jay Vosburgh <j.vosburgh@gmail.com>
2545 M: Veaceslav Falico <vfalico@gmail.com>
2546 M: Andy Gospodarek <andy@greyhouse.net>
2547 L: netdev@vger.kernel.org
2548 W: http://sourceforge.net/projects/bonding/
2549 S: Supported
2550 F: drivers/net/bonding/
2551 F: include/uapi/linux/if_bonding.h
2552
2553 BPF (Safe dynamic programs and tools)
2554 M: Alexei Starovoitov <ast@kernel.org>
2555 L: netdev@vger.kernel.org
2556 L: linux-kernel@vger.kernel.org
2557 S: Supported
2558 F: kernel/bpf/
2559 F: tools/testing/selftests/bpf/
2560 F: lib/test_bpf.c
2561
2562 BROADCOM B44 10/100 ETHERNET DRIVER
2563 M: Michael Chan <michael.chan@broadcom.com>
2564 L: netdev@vger.kernel.org
2565 S: Supported
2566 F: drivers/net/ethernet/broadcom/b44.*
2567
2568 BROADCOM B53 ETHERNET SWITCH DRIVER
2569 M: Florian Fainelli <f.fainelli@gmail.com>
2570 L: netdev@vger.kernel.org
2571 L: openwrt-devel@lists.openwrt.org (subscribers-only)
2572 S: Supported
2573 F: drivers/net/dsa/b53/*
2574 F: include/linux/platform_data/b53.h
2575
2576 BROADCOM GENET ETHERNET DRIVER
2577 M: Florian Fainelli <f.fainelli@gmail.com>
2578 L: netdev@vger.kernel.org
2579 S: Supported
2580 F: drivers/net/ethernet/broadcom/genet/
2581
2582 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2583 M: Rasesh Mody <rasesh.mody@cavium.com>
2584 M: Harish Patil <harish.patil@cavium.com>
2585 M: Dept-GELinuxNICDev@cavium.com
2586 L: netdev@vger.kernel.org
2587 S: Supported
2588 F: drivers/net/ethernet/broadcom/bnx2.*
2589 F: drivers/net/ethernet/broadcom/bnx2_*
2590
2591 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2592 M: Yuval Mintz <Yuval.Mintz@cavium.com>
2593 M: Ariel Elior <ariel.elior@cavium.com>
2594 M: everest-linux-l2@cavium.com
2595 L: netdev@vger.kernel.org
2596 S: Supported
2597 F: drivers/net/ethernet/broadcom/bnx2x/
2598
2599 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2600 M: Florian Fainelli <f.fainelli@gmail.com>
2601 M: Ray Jui <rjui@broadcom.com>
2602 M: Scott Branden <sbranden@broadcom.com>
2603 M: bcm-kernel-feedback-list@broadcom.com
2604 T: git git://github.com/broadcom/mach-bcm
2605 S: Maintained
2606 N: bcm281*
2607 N: bcm113*
2608 N: bcm216*
2609 N: kona
2610 F: arch/arm/mach-bcm/
2611
2612 BROADCOM BCM2835 ARM ARCHITECTURE
2613 M: Stephen Warren <swarren@wwwdotorg.org>
2614 M: Lee Jones <lee@kernel.org>
2615 M: Eric Anholt <eric@anholt.net>
2616 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2617 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2618 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2619 S: Maintained
2620 N: bcm2835
2621 F: drivers/staging/vc04_services
2622
2623 BROADCOM BCM47XX MIPS ARCHITECTURE
2624 M: Hauke Mehrtens <hauke@hauke-m.de>
2625 M: Rafał Miłecki <zajec5@gmail.com>
2626 L: linux-mips@linux-mips.org
2627 S: Maintained
2628 F: Documentation/devicetree/bindings/mips/brcm/
2629 F: arch/mips/bcm47xx/*
2630 F: arch/mips/include/asm/mach-bcm47xx/*
2631
2632 BROADCOM BCM5301X ARM ARCHITECTURE
2633 M: Hauke Mehrtens <hauke@hauke-m.de>
2634 M: Rafał Miłecki <zajec5@gmail.com>
2635 M: bcm-kernel-feedback-list@broadcom.com
2636 L: linux-arm-kernel@lists.infradead.org
2637 S: Maintained
2638 F: arch/arm/mach-bcm/bcm_5301x.c
2639 F: arch/arm/boot/dts/bcm5301x*.dtsi
2640 F: arch/arm/boot/dts/bcm470*
2641
2642 BROADCOM BCM53573 ARM ARCHITECTURE
2643 M: Rafał Miłecki <rafal@milecki.pl>
2644 L: linux-arm-kernel@lists.infradead.org
2645 S: Maintained
2646 F: arch/arm/boot/dts/bcm53573*
2647 F: arch/arm/boot/dts/bcm47189*
2648
2649 BROADCOM BCM63XX ARM ARCHITECTURE
2650 M: Florian Fainelli <f.fainelli@gmail.com>
2651 M: bcm-kernel-feedback-list@broadcom.com
2652 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2653 T: git git://github.com/broadcom/stblinux.git
2654 S: Maintained
2655 N: bcm63xx
2656
2657 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2658 M: Kevin Cernekee <cernekee@gmail.com>
2659 L: linux-usb@vger.kernel.org
2660 S: Maintained
2661 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2662
2663 BROADCOM BCM7XXX ARM ARCHITECTURE
2664 M: Brian Norris <computersforpeace@gmail.com>
2665 M: Gregory Fong <gregory.0xf0@gmail.com>
2666 M: Florian Fainelli <f.fainelli@gmail.com>
2667 M: bcm-kernel-feedback-list@broadcom.com
2668 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2669 T: git git://github.com/broadcom/stblinux.git
2670 S: Maintained
2671 F: arch/arm/mach-bcm/*brcmstb*
2672 F: arch/arm/boot/dts/bcm7*.dts*
2673 F: drivers/bus/brcmstb_gisb.c
2674 N: brcmstb
2675
2676 BROADCOM BMIPS MIPS ARCHITECTURE
2677 M: Kevin Cernekee <cernekee@gmail.com>
2678 M: Florian Fainelli <f.fainelli@gmail.com>
2679 L: linux-mips@linux-mips.org
2680 T: git git://github.com/broadcom/stblinux.git
2681 S: Maintained
2682 F: arch/mips/bmips/*
2683 F: arch/mips/include/asm/mach-bmips/*
2684 F: arch/mips/kernel/*bmips*
2685 F: arch/mips/boot/dts/brcm/bcm*.dts*
2686 F: drivers/irqchip/irq-bcm63*
2687 F: drivers/irqchip/irq-bcm7*
2688 F: drivers/irqchip/irq-brcmstb*
2689 F: include/linux/bcm963xx_nvram.h
2690 F: include/linux/bcm963xx_tag.h
2691
2692 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2693 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2694 M: Prashant Sreedharan <prashant@broadcom.com>
2695 M: Michael Chan <mchan@broadcom.com>
2696 L: netdev@vger.kernel.org
2697 S: Supported
2698 F: drivers/net/ethernet/broadcom/tg3.*
2699
2700 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2701 M: Arend van Spriel <arend.vanspriel@broadcom.com>
2702 M: Franky Lin <franky.lin@broadcom.com>
2703 M: Hante Meuleman <hante.meuleman@broadcom.com>
2704 L: linux-wireless@vger.kernel.org
2705 L: brcm80211-dev-list.pdl@broadcom.com
2706 S: Supported
2707 F: drivers/net/wireless/broadcom/brcm80211/
2708
2709 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2710 M: QLogic-Storage-Upstream@qlogic.com
2711 L: linux-scsi@vger.kernel.org
2712 S: Supported
2713 F: drivers/scsi/bnx2fc/
2714
2715 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2716 M: QLogic-Storage-Upstream@qlogic.com
2717 L: linux-scsi@vger.kernel.org
2718 S: Supported
2719 F: drivers/scsi/bnx2i/
2720
2721 BROADCOM IPROC ARM ARCHITECTURE
2722 M: Ray Jui <rjui@broadcom.com>
2723 M: Scott Branden <sbranden@broadcom.com>
2724 M: Jon Mason <jonmason@broadcom.com>
2725 M: bcm-kernel-feedback-list@broadcom.com
2726 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2727 T: git git://github.com/broadcom/cygnus-linux.git
2728 S: Maintained
2729 N: iproc
2730 N: cygnus
2731 N: bcm[-_]nsp
2732 N: bcm9113*
2733 N: bcm9583*
2734 N: bcm9585*
2735 N: bcm9586*
2736 N: bcm988312
2737 N: bcm113*
2738 N: bcm583*
2739 N: bcm585*
2740 N: bcm586*
2741 N: bcm88312
2742 F: arch/arm64/boot/dts/broadcom/ns2*
2743 F: drivers/clk/bcm/clk-ns*
2744 F: drivers/pinctrl/bcm/pinctrl-ns*
2745
2746 BROADCOM BRCMSTB GPIO DRIVER
2747 M: Gregory Fong <gregory.0xf0@gmail.com>
2748 L: bcm-kernel-feedback-list@broadcom.com
2749 S: Supported
2750 F: drivers/gpio/gpio-brcmstb.c
2751 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2752
2753 BROADCOM KONA GPIO DRIVER
2754 M: Ray Jui <rjui@broadcom.com>
2755 L: bcm-kernel-feedback-list@broadcom.com
2756 S: Supported
2757 F: drivers/gpio/gpio-bcm-kona.c
2758 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2759
2760 BROADCOM NVRAM DRIVER
2761 M: Rafał Miłecki <zajec5@gmail.com>
2762 L: linux-mips@linux-mips.org
2763 S: Maintained
2764 F: drivers/firmware/broadcom/*
2765
2766 BROADCOM STB NAND FLASH DRIVER
2767 M: Brian Norris <computersforpeace@gmail.com>
2768 M: Kamal Dasu <kdasu.kdev@gmail.com>
2769 L: linux-mtd@lists.infradead.org
2770 L: bcm-kernel-feedback-list@broadcom.com
2771 S: Maintained
2772 F: drivers/mtd/nand/brcmnand/
2773
2774 BROADCOM STB AVS CPUFREQ DRIVER
2775 M: Markus Mayer <mmayer@broadcom.com>
2776 M: bcm-kernel-feedback-list@broadcom.com
2777 L: linux-pm@vger.kernel.org
2778 S: Maintained
2779 F: Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2780 F: drivers/cpufreq/brcmstb*
2781
2782 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2783 M: Rafał Miłecki <zajec5@gmail.com>
2784 L: linux-wireless@vger.kernel.org
2785 S: Maintained
2786 F: drivers/bcma/
2787 F: include/linux/bcma/
2788
2789 BROADCOM SYSTEMPORT ETHERNET DRIVER
2790 M: Florian Fainelli <f.fainelli@gmail.com>
2791 L: netdev@vger.kernel.org
2792 S: Supported
2793 F: drivers/net/ethernet/broadcom/bcmsysport.*
2794
2795 BROADCOM VULCAN ARM64 SOC
2796 M: Jayachandran C. <jchandra@broadcom.com>
2797 M: bcm-kernel-feedback-list@broadcom.com
2798 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2799 S: Maintained
2800 F: arch/arm64/boot/dts/broadcom/vulcan*
2801
2802 BROCADE BFA FC SCSI DRIVER
2803 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2804 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2805 L: linux-scsi@vger.kernel.org
2806 S: Supported
2807 F: drivers/scsi/bfa/
2808
2809 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2810 M: Rasesh Mody <rasesh.mody@cavium.com>
2811 M: Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2812 M: Dept-GELinuxNICDev@cavium.com
2813 L: netdev@vger.kernel.org
2814 S: Supported
2815 F: drivers/net/ethernet/brocade/bna/
2816
2817 BSG (block layer generic sg v4 driver)
2818 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2819 L: linux-scsi@vger.kernel.org
2820 S: Supported
2821 F: block/bsg.c
2822 F: include/linux/bsg.h
2823 F: include/uapi/linux/bsg.h
2824
2825 BT87X AUDIO DRIVER
2826 M: Clemens Ladisch <clemens@ladisch.de>
2827 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2828 T: git git://git.alsa-project.org/alsa-kernel.git
2829 S: Maintained
2830 F: Documentation/sound/alsa/Bt87x.txt
2831 F: sound/pci/bt87x.c
2832
2833 BT8XXGPIO DRIVER
2834 M: Michael Buesch <m@bues.ch>
2835 W: http://bu3sch.de/btgpio.php
2836 S: Maintained
2837 F: drivers/gpio/gpio-bt8xx.c
2838
2839 BTRFS FILE SYSTEM
2840 M: Chris Mason <clm@fb.com>
2841 M: Josef Bacik <jbacik@fb.com>
2842 M: David Sterba <dsterba@suse.com>
2843 L: linux-btrfs@vger.kernel.org
2844 W: http://btrfs.wiki.kernel.org/
2845 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2846 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2847 S: Maintained
2848 F: Documentation/filesystems/btrfs.txt
2849 F: fs/btrfs/
2850
2851 BTTV VIDEO4LINUX DRIVER
2852 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2853 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2854 L: linux-media@vger.kernel.org
2855 W: https://linuxtv.org
2856 T: git git://linuxtv.org/media_tree.git
2857 S: Odd fixes
2858 F: Documentation/media/v4l-drivers/bttv*
2859 F: drivers/media/pci/bt8xx/bttv*
2860
2861 BUSLOGIC SCSI DRIVER
2862 M: Khalid Aziz <khalid@gonehiking.org>
2863 L: linux-scsi@vger.kernel.org
2864 S: Maintained
2865 F: drivers/scsi/BusLogic.*
2866 F: drivers/scsi/FlashPoint.*
2867
2868 C-MEDIA CMI8788 DRIVER
2869 M: Clemens Ladisch <clemens@ladisch.de>
2870 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2871 T: git git://git.alsa-project.org/alsa-kernel.git
2872 S: Maintained
2873 F: sound/pci/oxygen/
2874
2875 C6X ARCHITECTURE
2876 M: Mark Salter <msalter@redhat.com>
2877 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2878 L: linux-c6x-dev@linux-c6x.org
2879 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2880 S: Maintained
2881 F: arch/c6x/
2882
2883 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2884 M: David Howells <dhowells@redhat.com>
2885 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2886 S: Supported
2887 F: Documentation/filesystems/caching/cachefiles.txt
2888 F: fs/cachefiles/
2889
2890 CADET FM/AM RADIO RECEIVER DRIVER
2891 M: Hans Verkuil <hverkuil@xs4all.nl>
2892 L: linux-media@vger.kernel.org
2893 T: git git://linuxtv.org/media_tree.git
2894 W: https://linuxtv.org
2895 S: Maintained
2896 F: drivers/media/radio/radio-cadet*
2897
2898 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2899 M: Jonathan Corbet <corbet@lwn.net>
2900 L: linux-media@vger.kernel.org
2901 T: git git://linuxtv.org/media_tree.git
2902 S: Maintained
2903 F: Documentation/media/v4l-drivers/cafe_ccic*
2904 F: drivers/media/platform/marvell-ccic/
2905
2906 CAIF NETWORK LAYER
2907 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2908 L: netdev@vger.kernel.org
2909 S: Supported
2910 F: Documentation/networking/caif/
2911 F: drivers/net/caif/
2912 F: include/uapi/linux/caif/
2913 F: include/net/caif/
2914 F: net/caif/
2915
2916 CALGARY x86-64 IOMMU
2917 M: Muli Ben-Yehuda <mulix@mulix.org>
2918 M: Jon Mason <jdmason@kudzu.us>
2919 L: iommu@lists.linux-foundation.org
2920 S: Maintained
2921 F: arch/x86/kernel/pci-calgary_64.c
2922 F: arch/x86/kernel/tce_64.c
2923 F: arch/x86/include/asm/calgary.h
2924 F: arch/x86/include/asm/tce.h
2925
2926 CAN NETWORK LAYER
2927 M: Oliver Hartkopp <socketcan@hartkopp.net>
2928 M: Marc Kleine-Budde <mkl@pengutronix.de>
2929 L: linux-can@vger.kernel.org
2930 W: https://github.com/linux-can
2931 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2932 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2933 S: Maintained
2934 F: Documentation/networking/can.txt
2935 F: net/can/
2936 F: include/linux/can/core.h
2937 F: include/uapi/linux/can.h
2938 F: include/uapi/linux/can/bcm.h
2939 F: include/uapi/linux/can/raw.h
2940 F: include/uapi/linux/can/gw.h
2941
2942 CAN NETWORK DRIVERS
2943 M: Wolfgang Grandegger <wg@grandegger.com>
2944 M: Marc Kleine-Budde <mkl@pengutronix.de>
2945 L: linux-can@vger.kernel.org
2946 W: https://github.com/linux-can
2947 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2948 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2949 S: Maintained
2950 F: Documentation/devicetree/bindings/net/can/
2951 F: drivers/net/can/
2952 F: include/linux/can/dev.h
2953 F: include/linux/can/platform/
2954 F: include/uapi/linux/can/error.h
2955 F: include/uapi/linux/can/netlink.h
2956
2957 CAPABILITIES
2958 M: Serge Hallyn <serge@hallyn.com>
2959 L: linux-security-module@vger.kernel.org
2960 S: Supported
2961 F: include/linux/capability.h
2962 F: include/uapi/linux/capability.h
2963 F: security/commoncap.c
2964 F: kernel/capability.c
2965
2966 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2967 M: Kevin Tsai <ktsai@capellamicro.com>
2968 S: Maintained
2969 F: drivers/iio/light/cm*
2970 F: Documentation/devicetree/bindings/i2c/trivial-admin-guide/devices.rst
2971
2972 CAVIUM I2C DRIVER
2973 M: Jan Glauber <jglauber@cavium.com>
2974 M: David Daney <david.daney@cavium.com>
2975 W: http://www.cavium.com
2976 S: Supported
2977 F: drivers/i2c/busses/i2c-octeon*
2978 F: drivers/i2c/busses/i2c-thunderx*
2979
2980 CAVIUM LIQUIDIO NETWORK DRIVER
2981 M: Derek Chickles <derek.chickles@caviumnetworks.com>
2982 M: Satanand Burla <satananda.burla@caviumnetworks.com>
2983 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2984 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2985 L: netdev@vger.kernel.org
2986 W: http://www.cavium.com
2987 S: Supported
2988 F: drivers/net/ethernet/cavium/liquidio/
2989
2990 CC2520 IEEE-802.15.4 RADIO DRIVER
2991 M: Varka Bhadram <varkabhadram@gmail.com>
2992 L: linux-wpan@vger.kernel.org
2993 S: Maintained
2994 F: drivers/net/ieee802154/cc2520.c
2995 F: include/linux/spi/cc2520.h
2996 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2997
2998 CEC DRIVER
2999 M: Hans Verkuil <hans.verkuil@cisco.com>
3000 L: linux-media@vger.kernel.org
3001 T: git git://linuxtv.org/media_tree.git
3002 W: http://linuxtv.org
3003 S: Supported
3004 F: Documentation/cec.txt
3005 F: Documentation/media/uapi/cec
3006 F: drivers/staging/media/cec/
3007 F: drivers/media/cec-edid.c
3008 F: drivers/media/rc/keymaps/rc-cec.c
3009 F: include/media/cec.h
3010 F: include/media/cec-edid.h
3011 F: include/linux/cec.h
3012 F: include/linux/cec-funcs.h
3013
3014 CELL BROADBAND ENGINE ARCHITECTURE
3015 M: Arnd Bergmann <arnd@arndb.de>
3016 L: linuxppc-dev@lists.ozlabs.org
3017 W: http://www.ibm.com/developerworks/power/cell/
3018 S: Supported
3019 F: arch/powerpc/include/asm/cell*.h
3020 F: arch/powerpc/include/asm/spu*.h
3021 F: arch/powerpc/include/uapi/asm/spu*.h
3022 F: arch/powerpc/oprofile/*cell*
3023 F: arch/powerpc/platforms/cell/
3024
3025 CEPH COMMON CODE (LIBCEPH)
3026 M: Ilya Dryomov <idryomov@gmail.com>
3027 M: "Yan, Zheng" <zyan@redhat.com>
3028 M: Sage Weil <sage@redhat.com>
3029 L: ceph-devel@vger.kernel.org
3030 W: http://ceph.com/
3031 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3032 T: git git://github.com/ceph/ceph-client.git
3033 S: Supported
3034 F: net/ceph/
3035 F: include/linux/ceph/
3036 F: include/linux/crush/
3037
3038 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3039 M: "Yan, Zheng" <zyan@redhat.com>
3040 M: Sage Weil <sage@redhat.com>
3041 M: Ilya Dryomov <idryomov@gmail.com>
3042 L: ceph-devel@vger.kernel.org
3043 W: http://ceph.com/
3044 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3045 T: git git://github.com/ceph/ceph-client.git
3046 S: Supported
3047 F: Documentation/filesystems/ceph.txt
3048 F: fs/ceph/
3049
3050 CERTIFICATE HANDLING:
3051 M: David Howells <dhowells@redhat.com>
3052 M: David Woodhouse <dwmw2@infradead.org>
3053 L: keyrings@vger.kernel.org
3054 S: Maintained
3055 F: Documentation/module-signing.txt
3056 F: certs/
3057 F: scripts/sign-file.c
3058 F: scripts/extract-cert.c
3059
3060 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3061 L: linux-usb@vger.kernel.org
3062 S: Orphan
3063 F: Documentation/usb/WUSB-Design-overview.txt
3064 F: Documentation/usb/wusb-cbaf
3065 F: drivers/usb/host/hwa-hc.c
3066 F: drivers/usb/host/whci/
3067 F: drivers/usb/wusbcore/
3068 F: include/linux/usb/wusb*
3069
3070 HT16K33 LED CONTROLLER DRIVER
3071 M: Robin van der Gracht <robin@protonic.nl>
3072 S: Maintained
3073 F: drivers/auxdisplay/ht16k33.c
3074 F: Documentation/devicetree/bindings/display/ht16k33.txt
3075
3076 CFAG12864B LCD DRIVER
3077 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3078 W: http://miguelojeda.es/auxdisplay.htm
3079 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3080 S: Maintained
3081 F: drivers/auxdisplay/cfag12864b.c
3082 F: include/linux/cfag12864b.h
3083
3084 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3085 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3086 W: http://miguelojeda.es/auxdisplay.htm
3087 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3088 S: Maintained
3089 F: drivers/auxdisplay/cfag12864bfb.c
3090 F: include/linux/cfag12864b.h
3091
3092 CFG80211 and NL80211
3093 M: Johannes Berg <johannes@sipsolutions.net>
3094 L: linux-wireless@vger.kernel.org
3095 W: http://wireless.kernel.org/
3096 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3097 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3098 S: Maintained
3099 F: include/uapi/linux/nl80211.h
3100 F: include/net/cfg80211.h
3101 F: net/wireless/*
3102 X: net/wireless/wext*
3103
3104 CHAR and MISC DRIVERS
3105 M: Arnd Bergmann <arnd@arndb.de>
3106 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3107 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3108 S: Supported
3109 F: drivers/char/*
3110 F: drivers/misc/*
3111 F: include/linux/miscdevice.h
3112
3113 CHECKPATCH
3114 M: Andy Whitcroft <apw@canonical.com>
3115 M: Joe Perches <joe@perches.com>
3116 S: Maintained
3117 F: scripts/checkpatch.pl
3118
3119 CHINESE DOCUMENTATION
3120 M: Harry Wei <harryxiyou@gmail.com>
3121 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3122 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
3123 S: Maintained
3124 F: Documentation/translations/zh_CN/
3125
3126 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3127 M: Peter Chen <Peter.Chen@nxp.com>
3128 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3129 L: linux-usb@vger.kernel.org
3130 S: Maintained
3131 F: drivers/usb/chipidea/
3132
3133 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3134 M: Hans de Goede <hdegoede@redhat.com>
3135 L: linux-input@vger.kernel.org
3136 S: Maintained
3137 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3138 F: drivers/input/touchscreen/chipone_icn8318.c
3139
3140 CHROME HARDWARE PLATFORM SUPPORT
3141 M: Olof Johansson <olof@lixom.net>
3142 S: Maintained
3143 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3144 F: drivers/platform/chrome/
3145
3146 CISCO VIC ETHERNET NIC DRIVER
3147 M: Christian Benvenuti <benve@cisco.com>
3148 M: Sujith Sankar <ssujith@cisco.com>
3149 M: Govindarajulu Varadarajan <_govind@gmx.com>
3150 M: Neel Patel <neepatel@cisco.com>
3151 S: Supported
3152 F: drivers/net/ethernet/cisco/enic/
3153
3154 CISCO VIC LOW LATENCY NIC DRIVER
3155 M: Christian Benvenuti <benve@cisco.com>
3156 M: Dave Goodell <dgoodell@cisco.com>
3157 S: Supported
3158 F: drivers/infiniband/hw/usnic/
3159
3160 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3161 M: Hartley Sweeten <hsweeten@visionengravers.com>
3162 L: netdev@vger.kernel.org
3163 S: Maintained
3164 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3165
3166 CIRRUS LOGIC AUDIO CODEC DRIVERS
3167 M: Brian Austin <brian.austin@cirrus.com>
3168 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3169 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3170 S: Maintained
3171 F: sound/soc/codecs/cs*
3172
3173 CLEANCACHE API
3174 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3175 L: linux-kernel@vger.kernel.org
3176 S: Maintained
3177 F: mm/cleancache.c
3178 F: include/linux/cleancache.h
3179
3180 CLK API
3181 M: Russell King <linux@armlinux.org.uk>
3182 L: linux-clk@vger.kernel.org
3183 S: Maintained
3184 F: include/linux/clk.h
3185
3186 CLOCKSOURCE, CLOCKEVENT DRIVERS
3187 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3188 M: Thomas Gleixner <tglx@linutronix.de>
3189 L: linux-kernel@vger.kernel.org
3190 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3191 S: Supported
3192 F: drivers/clocksource
3193
3194 CISCO FCOE HBA DRIVER
3195 M: Hiral Patel <hiralpat@cisco.com>
3196 M: Suma Ramars <sramars@cisco.com>
3197 M: Brian Uchino <buchino@cisco.com>
3198 L: linux-scsi@vger.kernel.org
3199 S: Supported
3200 F: drivers/scsi/fnic/
3201
3202 CISCO SCSI HBA DRIVER
3203 M: Narsimhulu Musini <nmusini@cisco.com>
3204 M: Sesidhar Baddela <sebaddel@cisco.com>
3205 L: linux-scsi@vger.kernel.org
3206 S: Supported
3207 F: drivers/scsi/snic/
3208
3209 CMPC ACPI DRIVER
3210 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3211 M: Daniel Oliveira Nascimento <don@syst.com.br>
3212 L: platform-driver-x86@vger.kernel.org
3213 S: Supported
3214 F: drivers/platform/x86/classmate-laptop.c
3215
3216 COBALT MEDIA DRIVER
3217 M: Hans Verkuil <hans.verkuil@cisco.com>
3218 L: linux-media@vger.kernel.org
3219 T: git git://linuxtv.org/media_tree.git
3220 W: https://linuxtv.org
3221 S: Supported
3222 F: drivers/media/pci/cobalt/
3223
3224 COCCINELLE/Semantic Patches (SmPL)
3225 M: Julia Lawall <Julia.Lawall@lip6.fr>
3226 M: Gilles Muller <Gilles.Muller@lip6.fr>
3227 M: Nicolas Palix <nicolas.palix@imag.fr>
3228 M: Michal Marek <mmarek@suse.com>
3229 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3230 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3231 W: http://coccinelle.lip6.fr/
3232 S: Supported
3233 F: Documentation/dev-tools/coccinelle.rst
3234 F: scripts/coccinelle/
3235 F: scripts/coccicheck
3236
3237 CODA FILE SYSTEM
3238 M: Jan Harkes <jaharkes@cs.cmu.edu>
3239 M: coda@cs.cmu.edu
3240 L: codalist@coda.cs.cmu.edu
3241 W: http://www.coda.cs.cmu.edu/
3242 S: Maintained
3243 F: Documentation/filesystems/coda.txt
3244 F: fs/coda/
3245 F: include/linux/coda*.h
3246 F: include/uapi/linux/coda*.h
3247
3248 CODA V4L2 MEM2MEM DRIVER
3249 M: Philipp Zabel <p.zabel@pengutronix.de>
3250 L: linux-media@vger.kernel.org
3251 S: Maintained
3252 F: Documentation/devicetree/bindings/media/coda.txt
3253 F: drivers/media/platform/coda/
3254
3255 COMMON CLK FRAMEWORK
3256 M: Michael Turquette <mturquette@baylibre.com>
3257 M: Stephen Boyd <sboyd@codeaurora.org>
3258 L: linux-clk@vger.kernel.org
3259 Q: http://patchwork.kernel.org/project/linux-clk/list/
3260 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3261 S: Maintained
3262 F: Documentation/devicetree/bindings/clock/
3263 F: drivers/clk/
3264 X: drivers/clk/clkdev.c
3265 F: include/linux/clk-pr*
3266 F: include/linux/clk/
3267
3268 COMMON INTERNET FILE SYSTEM (CIFS)
3269 M: Steve French <sfrench@samba.org>
3270 L: linux-cifs@vger.kernel.org
3271 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3272 W: http://linux-cifs.samba.org/
3273 T: git git://git.samba.org/sfrench/cifs-2.6.git
3274 S: Supported
3275 F: Documentation/filesystems/cifs/
3276 F: fs/cifs/
3277
3278 COMPACTPCI HOTPLUG CORE
3279 M: Scott Murray <scott@spiteful.org>
3280 L: linux-pci@vger.kernel.org
3281 S: Maintained
3282 F: drivers/pci/hotplug/cpci_hotplug*
3283
3284 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3285 M: Scott Murray <scott@spiteful.org>
3286 L: linux-pci@vger.kernel.org
3287 S: Maintained
3288 F: drivers/pci/hotplug/cpcihp_zt5550.*
3289
3290 COMPACTPCI HOTPLUG GENERIC DRIVER
3291 M: Scott Murray <scott@spiteful.org>
3292 L: linux-pci@vger.kernel.org
3293 S: Maintained
3294 F: drivers/pci/hotplug/cpcihp_generic.c
3295
3296 COMPAL LAPTOP SUPPORT
3297 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3298 L: platform-driver-x86@vger.kernel.org
3299 S: Maintained
3300 F: drivers/platform/x86/compal-laptop.c
3301
3302 CONEXANT ACCESSRUNNER USB DRIVER
3303 L: accessrunner-general@lists.sourceforge.net
3304 W: http://accessrunner.sourceforge.net/
3305 S: Orphan
3306 F: drivers/usb/atm/cxacru.c
3307
3308 CONFIGFS
3309 M: Joel Becker <jlbec@evilplan.org>
3310 M: Christoph Hellwig <hch@lst.de>
3311 T: git git://git.infradead.org/users/hch/configfs.git
3312 S: Supported
3313 F: fs/configfs/
3314 F: include/linux/configfs.h
3315
3316 CONNECTOR
3317 M: Evgeniy Polyakov <zbr@ioremap.net>
3318 L: netdev@vger.kernel.org
3319 S: Maintained
3320 F: drivers/connector/
3321
3322 CONTROL GROUP (CGROUP)
3323 M: Tejun Heo <tj@kernel.org>
3324 M: Li Zefan <lizefan@huawei.com>
3325 M: Johannes Weiner <hannes@cmpxchg.org>
3326 L: cgroups@vger.kernel.org
3327 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3328 S: Maintained
3329 F: Documentation/cgroup*
3330 F: include/linux/cgroup*
3331 F: kernel/cgroup*
3332
3333 CONTROL GROUP - CPUSET
3334 M: Li Zefan <lizefan@huawei.com>
3335 L: cgroups@vger.kernel.org
3336 W: http://www.bullopensource.org/cpuset/
3337 W: http://oss.sgi.com/projects/cpusets/
3338 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3339 S: Maintained
3340 F: Documentation/cgroup-v1/cpusets.txt
3341 F: include/linux/cpuset.h
3342 F: kernel/cpuset.c
3343
3344 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3345 M: Johannes Weiner <hannes@cmpxchg.org>
3346 M: Michal Hocko <mhocko@kernel.org>
3347 M: Vladimir Davydov <vdavydov.dev@gmail.com>
3348 L: cgroups@vger.kernel.org
3349 L: linux-mm@kvack.org
3350 S: Maintained
3351 F: mm/memcontrol.c
3352 F: mm/swap_cgroup.c
3353
3354 CORETEMP HARDWARE MONITORING DRIVER
3355 M: Fenghua Yu <fenghua.yu@intel.com>
3356 L: linux-hwmon@vger.kernel.org
3357 S: Maintained
3358 F: Documentation/hwmon/coretemp
3359 F: drivers/hwmon/coretemp.c
3360
3361 COSA/SRP SYNC SERIAL DRIVER
3362 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3363 W: http://www.fi.muni.cz/~kas/cosa/
3364 S: Maintained
3365 F: drivers/net/wan/cosa*
3366
3367 CPMAC ETHERNET DRIVER
3368 M: Florian Fainelli <f.fainelli@gmail.com>
3369 L: netdev@vger.kernel.org
3370 S: Maintained
3371 F: drivers/net/ethernet/ti/cpmac.c
3372
3373 CPU FREQUENCY DRIVERS
3374 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3375 M: Viresh Kumar <viresh.kumar@linaro.org>
3376 L: linux-pm@vger.kernel.org
3377 S: Maintained
3378 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3379 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3380 B: https://bugzilla.kernel.org
3381 F: Documentation/cpu-freq/
3382 F: drivers/cpufreq/
3383 F: include/linux/cpufreq.h
3384
3385 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3386 M: Viresh Kumar <viresh.kumar@linaro.org>
3387 M: Sudeep Holla <sudeep.holla@arm.com>
3388 L: linux-pm@vger.kernel.org
3389 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3390 S: Maintained
3391 F: drivers/cpufreq/arm_big_little.h
3392 F: drivers/cpufreq/arm_big_little.c
3393 F: drivers/cpufreq/arm_big_little_dt.c
3394
3395 CPUIDLE DRIVER - ARM BIG LITTLE
3396 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3397 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3398 L: linux-pm@vger.kernel.org
3399 L: linux-arm-kernel@lists.infradead.org
3400 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3401 S: Maintained
3402 F: drivers/cpuidle/cpuidle-big_little.c
3403
3404 CPUIDLE DRIVER - ARM EXYNOS
3405 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3406 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3407 M: Kukjin Kim <kgene@kernel.org>
3408 L: linux-pm@vger.kernel.org
3409 L: linux-samsung-soc@vger.kernel.org
3410 S: Supported
3411 F: drivers/cpuidle/cpuidle-exynos.c
3412 F: arch/arm/mach-exynos/pm.c
3413
3414 CPUIDLE DRIVERS
3415 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3416 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3417 L: linux-pm@vger.kernel.org
3418 S: Maintained
3419 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3420 B: https://bugzilla.kernel.org
3421 F: drivers/cpuidle/*
3422 F: include/linux/cpuidle.h
3423
3424 CPUID/MSR DRIVER
3425 M: "H. Peter Anvin" <hpa@zytor.com>
3426 S: Maintained
3427 F: arch/x86/kernel/cpuid.c
3428 F: arch/x86/kernel/msr.c
3429
3430 CPU POWER MONITORING SUBSYSTEM
3431 M: Thomas Renninger <trenn@suse.com>
3432 L: linux-pm@vger.kernel.org
3433 S: Maintained
3434 F: tools/power/cpupower/
3435
3436 CRAMFS FILESYSTEM
3437 W: http://sourceforge.net/projects/cramfs/
3438 S: Orphan / Obsolete
3439 F: Documentation/filesystems/cramfs.txt
3440 F: fs/cramfs/
3441
3442 CRIS PORT
3443 M: Mikael Starvik <starvik@axis.com>
3444 M: Jesper Nilsson <jesper.nilsson@axis.com>
3445 L: linux-cris-kernel@axis.com
3446 W: http://developer.axis.com
3447 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3448 S: Maintained
3449 F: arch/cris/
3450 F: drivers/tty/serial/crisv10.*
3451
3452 CRYPTO API
3453 M: Herbert Xu <herbert@gondor.apana.org.au>
3454 M: "David S. Miller" <davem@davemloft.net>
3455 L: linux-crypto@vger.kernel.org
3456 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3457 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3458 S: Maintained
3459 F: Documentation/crypto/
3460 F: Documentation/devicetree/bindings/crypto/
3461 F: Documentation/DocBook/crypto-API.tmpl
3462 F: arch/*/crypto/
3463 F: crypto/
3464 F: drivers/crypto/
3465 F: include/crypto/
3466
3467 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3468 M: Neil Horman <nhorman@tuxdriver.com>
3469 L: linux-crypto@vger.kernel.org
3470 S: Maintained
3471 F: crypto/ansi_cprng.c
3472 F: crypto/rng.c
3473
3474 CS3308 MEDIA DRIVER
3475 M: Hans Verkuil <hverkuil@xs4all.nl>
3476 L: linux-media@vger.kernel.org
3477 T: git git://linuxtv.org/media_tree.git
3478 W: http://linuxtv.org
3479 S: Odd Fixes
3480 F: drivers/media/i2c/cs3308.c
3481 F: drivers/media/i2c/cs3308.h
3482
3483 CS5535 Audio ALSA driver
3484 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3485 S: Maintained
3486 F: sound/pci/cs5535audio/
3487
3488 CW1200 WLAN driver
3489 M: Solomon Peachy <pizza@shaftnet.org>
3490 S: Maintained
3491 F: drivers/net/wireless/st/cw1200/
3492
3493 CX18 VIDEO4LINUX DRIVER
3494 M: Andy Walls <awalls@md.metrocast.net>
3495 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3496 L: linux-media@vger.kernel.org
3497 T: git git://linuxtv.org/media_tree.git
3498 W: https://linuxtv.org
3499 W: http://www.ivtvdriver.org/index.php/Cx18
3500 S: Maintained
3501 F: Documentation/media/v4l-drivers/cx18*
3502 F: drivers/media/pci/cx18/
3503 F: include/uapi/linux/ivtv*
3504
3505 CX2341X MPEG ENCODER HELPER MODULE
3506 M: Hans Verkuil <hverkuil@xs4all.nl>
3507 L: linux-media@vger.kernel.org
3508 T: git git://linuxtv.org/media_tree.git
3509 W: https://linuxtv.org
3510 S: Maintained
3511 F: drivers/media/common/cx2341x*
3512 F: include/media/cx2341x*
3513
3514 CX24120 MEDIA DRIVER
3515 M: Jemma Denson <jdenson@gmail.com>
3516 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3517 L: linux-media@vger.kernel.org
3518 W: https://linuxtv.org
3519 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3520 S: Maintained
3521 F: drivers/media/dvb-frontends/cx24120*
3522
3523 CX88 VIDEO4LINUX DRIVER
3524 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3525 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3526 L: linux-media@vger.kernel.org
3527 W: https://linuxtv.org
3528 T: git git://linuxtv.org/media_tree.git
3529 S: Odd fixes
3530 F: Documentation/media/v4l-drivers/cx88*
3531 F: drivers/media/pci/cx88/
3532
3533 CXD2820R MEDIA DRIVER
3534 M: Antti Palosaari <crope@iki.fi>
3535 L: linux-media@vger.kernel.org
3536 W: https://linuxtv.org
3537 W: http://palosaari.fi/linux/
3538 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3539 T: git git://linuxtv.org/anttip/media_tree.git
3540 S: Maintained
3541 F: drivers/media/dvb-frontends/cxd2820r*
3542
3543 CXGB3 ETHERNET DRIVER (CXGB3)
3544 M: Santosh Raspatur <santosh@chelsio.com>
3545 L: netdev@vger.kernel.org
3546 W: http://www.chelsio.com
3547 S: Supported
3548 F: drivers/net/ethernet/chelsio/cxgb3/
3549
3550 CXGB3 ISCSI DRIVER (CXGB3I)
3551 M: Karen Xie <kxie@chelsio.com>
3552 L: linux-scsi@vger.kernel.org
3553 W: http://www.chelsio.com
3554 S: Supported
3555 F: drivers/scsi/cxgbi/cxgb3i
3556
3557 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3558 M: Steve Wise <swise@chelsio.com>
3559 L: linux-rdma@vger.kernel.org
3560 W: http://www.openfabrics.org
3561 S: Supported
3562 F: drivers/infiniband/hw/cxgb3/
3563 F: include/uapi/rdma/cxgb3-abi.h
3564
3565 CXGB4 ETHERNET DRIVER (CXGB4)
3566 M: Hariprasad S <hariprasad@chelsio.com>
3567 L: netdev@vger.kernel.org
3568 W: http://www.chelsio.com
3569 S: Supported
3570 F: drivers/net/ethernet/chelsio/cxgb4/
3571
3572 CXGB4 ISCSI DRIVER (CXGB4I)
3573 M: Karen Xie <kxie@chelsio.com>
3574 L: linux-scsi@vger.kernel.org
3575 W: http://www.chelsio.com
3576 S: Supported
3577 F: drivers/scsi/cxgbi/cxgb4i
3578
3579 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3580 M: Steve Wise <swise@chelsio.com>
3581 L: linux-rdma@vger.kernel.org
3582 W: http://www.openfabrics.org
3583 S: Supported
3584 F: drivers/infiniband/hw/cxgb4/
3585 F: include/uapi/rdma/cxgb4-abi.h
3586
3587 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3588 M: Casey Leedom <leedom@chelsio.com>
3589 L: netdev@vger.kernel.org
3590 W: http://www.chelsio.com
3591 S: Supported
3592 F: drivers/net/ethernet/chelsio/cxgb4vf/
3593
3594 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3595 M: Ian Munsie <imunsie@au1.ibm.com>
3596 M: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3597 L: linuxppc-dev@lists.ozlabs.org
3598 S: Supported
3599 F: arch/powerpc/platforms/powernv/pci-cxl.c
3600 F: drivers/misc/cxl/
3601 F: include/misc/cxl*
3602 F: include/uapi/misc/cxl.h
3603 F: Documentation/powerpc/cxl.txt
3604 F: Documentation/ABI/testing/sysfs-class-cxl
3605
3606 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3607 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3608 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3609 M: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3610 L: linux-scsi@vger.kernel.org
3611 S: Supported
3612 F: drivers/scsi/cxlflash/
3613 F: include/uapi/scsi/cxlflash_ioctls.h
3614 F: Documentation/powerpc/cxlflash.txt
3615
3616 STMMAC ETHERNET DRIVER
3617 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3618 M: Alexandre Torgue <alexandre.torgue@st.com>
3619 L: netdev@vger.kernel.org
3620 W: http://www.stlinux.com
3621 S: Supported
3622 F: drivers/net/ethernet/stmicro/stmmac/
3623
3624 CYBERPRO FB DRIVER
3625 M: Russell King <linux@armlinux.org.uk>
3626 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3627 W: http://www.armlinux.org.uk/
3628 S: Maintained
3629 F: drivers/video/fbdev/cyber2000fb.*
3630
3631 CYCLADES ASYNC MUX DRIVER
3632 W: http://www.cyclades.com/
3633 S: Orphan
3634 F: drivers/tty/cyclades.c
3635 F: include/linux/cyclades.h
3636 F: include/uapi/linux/cyclades.h
3637
3638 CYCLADES PC300 DRIVER
3639 W: http://www.cyclades.com/
3640 S: Orphan
3641 F: drivers/net/wan/pc300*
3642
3643 CYPRESS_FIRMWARE MEDIA DRIVER
3644 M: Antti Palosaari <crope@iki.fi>
3645 L: linux-media@vger.kernel.org
3646 W: https://linuxtv.org
3647 W: http://palosaari.fi/linux/
3648 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3649 T: git git://linuxtv.org/anttip/media_tree.git
3650 S: Maintained
3651 F: drivers/media/common/cypress_firmware*
3652
3653 CYTTSP TOUCHSCREEN DRIVER
3654 M: Ferruh Yigit <fery@cypress.com>
3655 L: linux-input@vger.kernel.org
3656 S: Supported
3657 F: drivers/input/touchscreen/cyttsp*
3658 F: include/linux/input/cyttsp.h
3659
3660 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3661 M: Joshua Kinard <kumba@gentoo.org>
3662 S: Maintained
3663 F: drivers/rtc/rtc-ds1685.c
3664 F: include/linux/rtc/ds1685.h
3665
3666 DAMA SLAVE for AX.25
3667 M: Joerg Reuter <jreuter@yaina.de>
3668 W: http://yaina.de/jreuter/
3669 W: http://www.qsl.net/dl1bke/
3670 L: linux-hams@vger.kernel.org
3671 S: Maintained
3672 F: net/ax25/af_ax25.c
3673 F: net/ax25/ax25_dev.c
3674 F: net/ax25/ax25_ds_*
3675 F: net/ax25/ax25_in.c
3676 F: net/ax25/ax25_out.c
3677 F: net/ax25/ax25_timer.c
3678 F: net/ax25/sysctl_net_ax25.c
3679
3680 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3681 L: netdev@vger.kernel.org
3682 S: Orphan
3683 F: Documentation/networking/dmfe.txt
3684 F: drivers/net/ethernet/dec/tulip/dmfe.c
3685
3686 DC390/AM53C974 SCSI driver
3687 M: Hannes Reinecke <hare@suse.com>
3688 L: linux-scsi@vger.kernel.org
3689 S: Maintained
3690 F: drivers/scsi/am53c974.c
3691
3692 DC395x SCSI driver
3693 M: Oliver Neukum <oliver@neukum.org>
3694 M: Ali Akcaagac <aliakc@web.de>
3695 M: Jamie Lenehan <lenehan@twibble.org>
3696 L: dc395x@twibble.org
3697 W: http://twibble.org/dist/dc395x/
3698 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3699 S: Maintained
3700 F: Documentation/scsi/dc395x.txt
3701 F: drivers/scsi/dc395x.*
3702
3703 DCCP PROTOCOL
3704 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3705 L: dccp@vger.kernel.org
3706 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3707 S: Maintained
3708 F: include/linux/dccp.h
3709 F: include/uapi/linux/dccp.h
3710 F: include/linux/tfrc.h
3711 F: net/dccp/
3712
3713 DECnet NETWORK LAYER
3714 W: http://linux-decnet.sourceforge.net
3715 L: linux-decnet-user@lists.sourceforge.net
3716 S: Orphan
3717 F: Documentation/networking/decnet.txt
3718 F: net/decnet/
3719
3720 DECSTATION PLATFORM SUPPORT
3721 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3722 L: linux-mips@linux-mips.org
3723 W: http://www.linux-mips.org/wiki/DECstation
3724 S: Maintained
3725 F: arch/mips/dec/
3726 F: arch/mips/include/asm/dec/
3727 F: arch/mips/include/asm/mach-dec/
3728
3729 DEFXX FDDI NETWORK DRIVER
3730 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3731 S: Maintained
3732 F: drivers/net/fddi/defxx.*
3733
3734 DELL LAPTOP DRIVER
3735 M: Matthew Garrett <mjg59@srcf.ucam.org>
3736 M: Pali Rohár <pali.rohar@gmail.com>
3737 L: platform-driver-x86@vger.kernel.org
3738 S: Maintained
3739 F: drivers/platform/x86/dell-laptop.c
3740
3741 DELL LAPTOP RBTN DRIVER
3742 M: Pali Rohár <pali.rohar@gmail.com>
3743 S: Maintained
3744 F: drivers/platform/x86/dell-rbtn.*
3745
3746 DELL LAPTOP FREEFALL DRIVER
3747 M: Pali Rohár <pali.rohar@gmail.com>
3748 S: Maintained
3749 F: drivers/platform/x86/dell-smo8800.c
3750
3751 DELL LAPTOP SMM DRIVER
3752 M: Pali Rohár <pali.rohar@gmail.com>
3753 S: Maintained
3754 F: drivers/hwmon/dell-smm-hwmon.c
3755 F: include/uapi/linux/i8k.h
3756
3757 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3758 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3759 S: Maintained
3760 F: Documentation/dcdbas.txt
3761 F: drivers/firmware/dcdbas.*
3762
3763 DELL WMI EXTRAS DRIVER
3764 M: Matthew Garrett <mjg59@srcf.ucam.org>
3765 M: Pali Rohár <pali.rohar@gmail.com>
3766 S: Maintained
3767 F: drivers/platform/x86/dell-wmi.c
3768
3769 DESIGNWARE USB2 DRD IP DRIVER
3770 M: John Youn <johnyoun@synopsys.com>
3771 L: linux-usb@vger.kernel.org
3772 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3773 S: Maintained
3774 F: drivers/usb/dwc2/
3775
3776 DESIGNWARE USB3 DRD IP DRIVER
3777 M: Felipe Balbi <balbi@kernel.org>
3778 L: linux-usb@vger.kernel.org
3779 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3780 S: Maintained
3781 F: drivers/usb/dwc3/
3782
3783 DEVICE COREDUMP (DEV_COREDUMP)
3784 M: Johannes Berg <johannes@sipsolutions.net>
3785 L: linux-kernel@vger.kernel.org
3786 S: Maintained
3787 F: drivers/base/devcoredump.c
3788 F: include/linux/devcoredump.h
3789
3790 DEVICE FREQUENCY (DEVFREQ)
3791 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3792 M: Kyungmin Park <kyungmin.park@samsung.com>
3793 L: linux-pm@vger.kernel.org
3794 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3795 S: Maintained
3796 F: drivers/devfreq/
3797 F: include/linux/devfreq.h
3798 F: Documentation/devicetree/bindings/devfreq/
3799
3800 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3801 M: Chanwoo Choi <cw00.choi@samsung.com>
3802 L: linux-pm@vger.kernel.org
3803 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3804 S: Supported
3805 F: drivers/devfreq/event/
3806 F: drivers/devfreq/devfreq-event.c
3807 F: include/linux/devfreq-event.h
3808 F: Documentation/devicetree/bindings/devfreq/event/
3809
3810 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3811 M: Chanwoo Choi <cw00.choi@samsung.com>
3812 L: linux-pm@vger.kernel.org
3813 L: linux-samsung-soc@vger.kernel.org
3814 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3815 S: Maintained
3816 F: drivers/devfreq/exynos-bus.c
3817 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3818
3819 DEVICE NUMBER REGISTRY
3820 M: Torben Mathiasen <device@lanana.org>
3821 W: http://lanana.org/docs/device-list/index.html
3822 S: Maintained
3823
3824 DEVICE-MAPPER (LVM)
3825 M: Alasdair Kergon <agk@redhat.com>
3826 M: Mike Snitzer <snitzer@redhat.com>
3827 M: dm-devel@redhat.com
3828 L: dm-devel@redhat.com
3829 W: http://sources.redhat.com/dm
3830 Q: http://patchwork.kernel.org/project/dm-devel/list/
3831 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3832 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3833 S: Maintained
3834 F: Documentation/device-mapper/
3835 F: drivers/md/dm*
3836 F: drivers/md/persistent-data/
3837 F: include/linux/device-mapper.h
3838 F: include/linux/dm-*.h
3839 F: include/uapi/linux/dm-*.h
3840
3841 DEVLINK
3842 M: Jiri Pirko <jiri@mellanox.com>
3843 L: netdev@vger.kernel.org
3844 S: Supported
3845 F: net/core/devlink.c
3846 F: include/net/devlink.h
3847 F: include/uapi/linux/devlink.h
3848
3849 DIALOG SEMICONDUCTOR DRIVERS
3850 M: Support Opensource <support.opensource@diasemi.com>
3851 W: http://www.dialog-semiconductor.com/products
3852 S: Supported
3853 F: Documentation/hwmon/da90??
3854 F: Documentation/devicetree/bindings/mfd/da90*.txt
3855 F: Documentation/devicetree/bindings/regulator/da92*.txt
3856 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3857 F: drivers/gpio/gpio-da90??.c
3858 F: drivers/hwmon/da90??-hwmon.c
3859 F: drivers/iio/adc/da91??-*.c
3860 F: drivers/input/misc/da90??_onkey.c
3861 F: drivers/input/touchscreen/da9052_tsi.c
3862 F: drivers/leds/leds-da90??.c
3863 F: drivers/mfd/da903x.c
3864 F: drivers/mfd/da90??-*.c
3865 F: drivers/mfd/da91??-*.c
3866 F: drivers/power/supply/da9052-battery.c
3867 F: drivers/power/supply/da91??-*.c
3868 F: drivers/regulator/da903x.c
3869 F: drivers/regulator/da9???-regulator.[ch]
3870 F: drivers/rtc/rtc-da90??.c
3871 F: drivers/video/backlight/da90??_bl.c
3872 F: drivers/watchdog/da90??_wdt.c
3873 F: include/linux/mfd/da903x.h
3874 F: include/linux/mfd/da9052/
3875 F: include/linux/mfd/da9055/
3876 F: include/linux/mfd/da9062/
3877 F: include/linux/mfd/da9063/
3878 F: include/linux/mfd/da9150/
3879 F: include/linux/regulator/da9211.h
3880 F: include/sound/da[79]*.h
3881 F: sound/soc/codecs/da[79]*.[ch]
3882
3883 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3884 M: William Breathitt Gray <vilhelm.gray@gmail.com>
3885 L: linux-gpio@vger.kernel.org
3886 S: Maintained
3887 F: drivers/gpio/gpio-gpio-mm.c
3888
3889 DIGI NEO AND CLASSIC PCI PRODUCTS
3890 M: Lidza Louina <lidza.louina@gmail.com>
3891 M: Mark Hounschell <markh@compro.net>
3892 L: driverdev-devel@linuxdriverproject.org
3893 S: Maintained
3894 F: drivers/staging/dgnc/
3895
3896 DIOLAN U2C-12 I2C DRIVER
3897 M: Guenter Roeck <linux@roeck-us.net>
3898 L: linux-i2c@vger.kernel.org
3899 S: Maintained
3900 F: drivers/i2c/busses/i2c-diolan-u2c.c
3901
3902 DIRECT ACCESS (DAX)
3903 M: Matthew Wilcox <willy@linux.intel.com>
3904 L: linux-fsdevel@vger.kernel.org
3905 S: Supported
3906 F: fs/dax.c
3907
3908 DIRECTORY NOTIFICATION (DNOTIFY)
3909 M: Eric Paris <eparis@parisplace.org>
3910 S: Maintained
3911 F: Documentation/filesystems/dnotify.txt
3912 F: fs/notify/dnotify/
3913 F: include/linux/dnotify.h
3914
3915 DISK GEOMETRY AND PARTITION HANDLING
3916 M: Andries Brouwer <aeb@cwi.nl>
3917 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3918 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3919 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3920 S: Maintained
3921
3922 DISKQUOTA
3923 M: Jan Kara <jack@suse.com>
3924 S: Maintained
3925 F: Documentation/filesystems/quota.txt
3926 F: fs/quota/
3927 F: include/linux/quota*.h
3928 F: include/uapi/linux/quota*.h
3929
3930 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3931 M: Bernie Thompson <bernie@plugable.com>
3932 L: linux-fbdev@vger.kernel.org
3933 S: Maintained
3934 W: http://plugable.com/category/projects/udlfb/
3935 F: drivers/video/fbdev/udlfb.c
3936 F: include/video/udlfb.h
3937 F: Documentation/fb/udlfb.txt
3938
3939 DISTRIBUTED LOCK MANAGER (DLM)
3940 M: Christine Caulfield <ccaulfie@redhat.com>
3941 M: David Teigland <teigland@redhat.com>
3942 L: cluster-devel@redhat.com
3943 W: http://sources.redhat.com/cluster/
3944 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3945 S: Supported
3946 F: fs/dlm/
3947
3948 DMA BUFFER SHARING FRAMEWORK
3949 M: Sumit Semwal <sumit.semwal@linaro.org>
3950 S: Maintained
3951 L: linux-media@vger.kernel.org
3952 L: dri-devel@lists.freedesktop.org
3953 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3954 F: drivers/dma-buf/
3955 F: include/linux/dma-buf*
3956 F: include/linux/reservation.h
3957 F: include/linux/*fence.h
3958 F: Documentation/dma-buf-sharing.txt
3959 T: git git://anongit.freedesktop.org/drm/drm-misc
3960
3961 SYNC FILE FRAMEWORK
3962 M: Sumit Semwal <sumit.semwal@linaro.org>
3963 R: Gustavo Padovan <gustavo@padovan.org>
3964 S: Maintained
3965 L: linux-media@vger.kernel.org
3966 L: dri-devel@lists.freedesktop.org
3967 F: drivers/dma-buf/sync_*
3968 F: drivers/dma-buf/sw_sync.c
3969 F: include/linux/sync_file.h
3970 F: include/uapi/linux/sync_file.h
3971 F: Documentation/sync_file.txt
3972 T: git git://anongit.freedesktop.org/drm/drm-misc
3973
3974 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3975 M: Vinod Koul <vinod.koul@intel.com>
3976 L: dmaengine@vger.kernel.org
3977 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3978 S: Maintained
3979 F: drivers/dma/
3980 F: include/linux/dmaengine.h
3981 F: Documentation/devicetree/bindings/dma/
3982 F: Documentation/dmaengine/
3983 T: git git://git.infradead.org/users/vkoul/slave-dma.git
3984
3985 DME1737 HARDWARE MONITOR DRIVER
3986 M: Juerg Haefliger <juergh@gmail.com>
3987 L: linux-hwmon@vger.kernel.org
3988 S: Maintained
3989 F: Documentation/hwmon/dme1737
3990 F: drivers/hwmon/dme1737.c
3991
3992 DMI/SMBIOS SUPPORT
3993 M: Jean Delvare <jdelvare@suse.com>
3994 S: Maintained
3995 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3996 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3997 F: drivers/firmware/dmi-id.c
3998 F: drivers/firmware/dmi_scan.c
3999 F: include/linux/dmi.h
4000
4001 DOCUMENTATION
4002 M: Jonathan Corbet <corbet@lwn.net>
4003 L: linux-doc@vger.kernel.org
4004 S: Maintained
4005 F: Documentation/
4006 F: scripts/docproc.c
4007 F: scripts/kernel-doc*
4008 X: Documentation/ABI/
4009 X: Documentation/devicetree/
4010 X: Documentation/acpi
4011 X: Documentation/power
4012 X: Documentation/spi
4013 X: Documentation/media
4014 T: git git://git.lwn.net/linux.git docs-next
4015
4016 DOUBLETALK DRIVER
4017 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
4018 L: blinux-list@redhat.com
4019 S: Maintained
4020 F: drivers/char/dtlk.c
4021 F: include/linux/dtlk.h
4022
4023 DPT_I2O SCSI RAID DRIVER
4024 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4025 L: linux-scsi@vger.kernel.org
4026 W: http://www.adaptec.com/
4027 S: Maintained
4028 F: drivers/scsi/dpt*
4029 F: drivers/scsi/dpt/
4030
4031 DRBD DRIVER
4032 M: Philipp Reisner <philipp.reisner@linbit.com>
4033 M: Lars Ellenberg <lars.ellenberg@linbit.com>
4034 L: drbd-dev@lists.linbit.com
4035 W: http://www.drbd.org
4036 T: git git://git.linbit.com/linux-drbd.git
4037 T: git git://git.linbit.com/drbd-8.4.git
4038 S: Supported
4039 F: drivers/block/drbd/
4040 F: lib/lru_cache.c
4041 F: Documentation/blockdev/drbd/
4042
4043 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
4044 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4045 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4046 S: Supported
4047 F: Documentation/kobject.txt
4048 F: drivers/base/
4049 F: fs/debugfs/
4050 F: fs/kernfs/
4051 F: fs/sysfs/
4052 F: include/linux/debugfs.h
4053 F: include/linux/kobj*
4054 F: lib/kobj*
4055
4056 DRM DRIVERS
4057 M: David Airlie <airlied@linux.ie>
4058 L: dri-devel@lists.freedesktop.org
4059 T: git git://people.freedesktop.org/~airlied/linux
4060 B: https://bugs.freedesktop.org/
4061 C: irc://chat.freenode.net/dri-devel
4062 S: Maintained
4063 F: drivers/gpu/drm/
4064 F: drivers/gpu/vga/
4065 F: Documentation/devicetree/bindings/display/
4066 F: Documentation/devicetree/bindings/gpu/
4067 F: Documentation/devicetree/bindings/video/
4068 F: Documentation/gpu/
4069 F: include/drm/
4070 F: include/uapi/drm/
4071
4072 DRM DRIVERS AND MISC GPU PATCHES
4073 M: Daniel Vetter <daniel.vetter@intel.com>
4074 M: Jani Nikula <jani.nikula@linux.intel.com>
4075 M: Sean Paul <seanpaul@chromium.org>
4076 W: https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4077 S: Maintained
4078 T: git git://anongit.freedesktop.org/drm/drm-misc
4079 F: Documentation/gpu/
4080 F: drivers/gpu/vga/
4081 F: drivers/gpu/drm/*
4082 F: include/drm/drm*
4083 F: include/uapi/drm/drm*
4084
4085 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4086 M: Dave Airlie <airlied@redhat.com>
4087 S: Odd Fixes
4088 F: drivers/gpu/drm/ast/
4089
4090 DRM DRIVERS FOR BRIDGE CHIPS
4091 M: Archit Taneja <architt@codeaurora.org>
4092 S: Maintained
4093 T: git git://anongit.freedesktop.org/drm/drm-misc
4094 F: drivers/gpu/drm/bridge/
4095
4096 DRM DRIVER FOR BOCHS VIRTUAL GPU
4097 M: Gerd Hoffmann <kraxel@redhat.com>
4098 S: Odd Fixes
4099 F: drivers/gpu/drm/bochs/
4100
4101 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4102 M: Dave Airlie <airlied@redhat.com>
4103 S: Odd Fixes
4104 F: drivers/gpu/drm/cirrus/
4105
4106 RADEON and AMDGPU DRM DRIVERS
4107 M: Alex Deucher <alexander.deucher@amd.com>
4108 M: Christian König <christian.koenig@amd.com>
4109 L: dri-devel@lists.freedesktop.org
4110 T: git git://people.freedesktop.org/~agd5f/linux
4111 S: Supported
4112 F: drivers/gpu/drm/radeon/
4113 F: include/uapi/drm/radeon_drm.h
4114 F: drivers/gpu/drm/amd/
4115 F: include/uapi/drm/amdgpu_drm.h
4116
4117 DRM PANEL DRIVERS
4118 M: Thierry Reding <thierry.reding@gmail.com>
4119 L: dri-devel@lists.freedesktop.org
4120 T: git git://anongit.freedesktop.org/tegra/linux.git
4121 S: Maintained
4122 F: drivers/gpu/drm/drm_panel.c
4123 F: drivers/gpu/drm/panel/
4124 F: include/drm/drm_panel.h
4125 F: Documentation/devicetree/bindings/display/panel/
4126
4127 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4128 M: Daniel Vetter <daniel.vetter@intel.com>
4129 M: Jani Nikula <jani.nikula@linux.intel.com>
4130 L: intel-gfx@lists.freedesktop.org
4131 W: https://01.org/linuxgraphics/
4132 B: https://01.org/linuxgraphics/documentation/how-report-bugs
4133 C: irc://chat.freenode.net/intel-gfx
4134 Q: http://patchwork.freedesktop.org/project/intel-gfx/
4135 T: git git://anongit.freedesktop.org/drm-intel
4136 S: Supported
4137 F: drivers/gpu/drm/i915/
4138 F: include/drm/i915*
4139 F: include/uapi/drm/i915_drm.h
4140 F: Documentation/gpu/i915.rst
4141
4142 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4143 M: Zhenyu Wang <zhenyuw@linux.intel.com>
4144 M: Zhi Wang <zhi.a.wang@intel.com>
4145 L: igvt-g-dev@lists.01.org
4146 L: intel-gfx@lists.freedesktop.org
4147 W: https://01.org/igvt-g
4148 T: git https://github.com/01org/gvt-linux.git
4149 S: Supported
4150 F: drivers/gpu/drm/i915/gvt/
4151
4152 DRM DRIVERS FOR ATMEL HLCDC
4153 M: Boris Brezillon <boris.brezillon@free-electrons.com>
4154 L: dri-devel@lists.freedesktop.org
4155 S: Supported
4156 F: drivers/gpu/drm/atmel-hlcdc/
4157 F: Documentation/devicetree/bindings/drm/atmel/
4158
4159 DRM DRIVERS FOR ALLWINNER A10
4160 M: Maxime Ripard <maxime.ripard@free-electrons.com>
4161 L: dri-devel@lists.freedesktop.org
4162 S: Supported
4163 F: drivers/gpu/drm/sun4i/
4164 F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4165
4166 DRM DRIVERS FOR AMLOGIC SOCS
4167 M: Neil Armstrong <narmstrong@baylibre.com>
4168 L: dri-devel@lists.freedesktop.org
4169 L: linux-amlogic@lists.infradead.org
4170 W: http://linux-meson.com/
4171 S: Supported
4172 F: drivers/gpu/drm/meson/
4173 F: Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4174
4175 DRM DRIVERS FOR EXYNOS
4176 M: Inki Dae <inki.dae@samsung.com>
4177 M: Joonyoung Shim <jy0922.shim@samsung.com>
4178 M: Seung-Woo Kim <sw0312.kim@samsung.com>
4179 M: Kyungmin Park <kyungmin.park@samsung.com>
4180 L: dri-devel@lists.freedesktop.org
4181 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4182 S: Supported
4183 F: drivers/gpu/drm/exynos/
4184 F: include/uapi/drm/exynos_drm.h
4185 F: Documentation/devicetree/bindings/display/exynos/
4186
4187 DRM DRIVERS FOR FREESCALE DCU
4188 M: Stefan Agner <stefan@agner.ch>
4189 M: Alison Wang <alison.wang@freescale.com>
4190 L: dri-devel@lists.freedesktop.org
4191 S: Supported
4192 F: drivers/gpu/drm/fsl-dcu/
4193 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
4194 F: Documentation/devicetree/bindings/display/fsl,tcon.txt
4195 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4196
4197 DRM DRIVERS FOR FREESCALE IMX
4198 M: Philipp Zabel <p.zabel@pengutronix.de>
4199 L: dri-devel@lists.freedesktop.org
4200 S: Maintained
4201 F: drivers/gpu/drm/imx/
4202 F: drivers/gpu/ipu-v3/
4203 F: Documentation/devicetree/bindings/display/imx/
4204
4205 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4206 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4207 L: dri-devel@lists.freedesktop.org
4208 T: git git://github.com/patjak/drm-gma500
4209 S: Maintained
4210 F: drivers/gpu/drm/gma500/
4211
4212 DRM DRIVERS FOR HISILICON
4213 M: Xinliang Liu <z.liuxinliang@hisilicon.com>
4214 M: Rongrong Zou <zourongrong@gmail.com>
4215 R: Xinwei Kong <kong.kongxinwei@hisilicon.com>
4216 R: Chen Feng <puck.chen@hisilicon.com>
4217 L: dri-devel@lists.freedesktop.org
4218 T: git git://github.com/xin3liang/linux.git
4219 S: Maintained
4220 F: drivers/gpu/drm/hisilicon/
4221 F: Documentation/devicetree/bindings/display/hisilicon/
4222
4223 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4224 S: Orphan / Obsolete
4225 F: drivers/gpu/drm/i810/
4226 F: include/uapi/drm/i810_drm.h
4227
4228 DRM DRIVERS FOR MEDIATEK
4229 M: CK Hu <ck.hu@mediatek.com>
4230 M: Philipp Zabel <p.zabel@pengutronix.de>
4231 L: dri-devel@lists.freedesktop.org
4232 S: Supported
4233 F: drivers/gpu/drm/mediatek/
4234 F: Documentation/devicetree/bindings/display/mediatek/
4235
4236 DRM DRIVER FOR MSM ADRENO GPU
4237 M: Rob Clark <robdclark@gmail.com>
4238 L: linux-arm-msm@vger.kernel.org
4239 L: dri-devel@lists.freedesktop.org
4240 L: freedreno@lists.freedesktop.org
4241 T: git git://people.freedesktop.org/~robclark/linux
4242 S: Maintained
4243 F: drivers/gpu/drm/msm/
4244 F: include/uapi/drm/msm_drm.h
4245 F: Documentation/devicetree/bindings/display/msm/
4246
4247 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4248 M: Ben Skeggs <bskeggs@redhat.com>
4249 L: dri-devel@lists.freedesktop.org
4250 L: nouveau@lists.freedesktop.org
4251 T: git git://github.com/skeggsb/linux
4252 S: Supported
4253 F: drivers/gpu/drm/nouveau/
4254 F: include/uapi/drm/nouveau_drm.h
4255
4256 DRM DRIVERS FOR NVIDIA TEGRA
4257 M: Thierry Reding <thierry.reding@gmail.com>
4258 L: dri-devel@lists.freedesktop.org
4259 L: linux-tegra@vger.kernel.org
4260 T: git git://anongit.freedesktop.org/tegra/linux.git
4261 S: Supported
4262 F: drivers/gpu/drm/tegra/
4263 F: drivers/gpu/host1x/
4264 F: include/linux/host1x.h
4265 F: include/uapi/drm/tegra_drm.h
4266 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4267
4268 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4269 S: Orphan / Obsolete
4270 F: drivers/gpu/drm/mga/
4271 F: include/uapi/drm/mga_drm.h
4272
4273 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4274 M: Dave Airlie <airlied@redhat.com>
4275 S: Odd Fixes
4276 F: drivers/gpu/drm/mgag200/
4277
4278 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4279 S: Orphan / Obsolete
4280 F: drivers/gpu/drm/r128/
4281 F: include/uapi/drm/r128_drm.h
4282
4283 DRM DRIVERS FOR RENESAS
4284 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4285 L: dri-devel@lists.freedesktop.org
4286 L: linux-renesas-soc@vger.kernel.org
4287 T: git git://linuxtv.org/pinchartl/fbdev
4288 S: Supported
4289 F: drivers/gpu/drm/rcar-du/
4290 F: drivers/gpu/drm/shmobile/
4291 F: include/linux/platform_data/shmob_drm.h
4292 F: Documentation/devicetree/bindings/display/renesas,du.txt
4293
4294 DRM DRIVER FOR QXL VIRTUAL GPU
4295 M: Dave Airlie <airlied@redhat.com>
4296 S: Odd Fixes
4297 F: drivers/gpu/drm/qxl/
4298 F: include/uapi/drm/qxl_drm.h
4299
4300 DRM DRIVERS FOR ROCKCHIP
4301 M: Mark Yao <mark.yao@rock-chips.com>
4302 L: dri-devel@lists.freedesktop.org
4303 S: Maintained
4304 F: drivers/gpu/drm/rockchip/
4305 F: Documentation/devicetree/bindings/display/rockchip/
4306
4307 DRM DRIVER FOR SAVAGE VIDEO CARDS
4308 S: Orphan / Obsolete
4309 F: drivers/gpu/drm/savage/
4310 F: include/uapi/drm/savage_drm.h
4311
4312 DRM DRIVER FOR SIS VIDEO CARDS
4313 S: Orphan / Obsolete
4314 F: drivers/gpu/drm/sis/
4315 F: include/uapi/drm/sis_drm.h
4316
4317 DRM DRIVERS FOR STI
4318 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
4319 M: Vincent Abriou <vincent.abriou@st.com>
4320 L: dri-devel@lists.freedesktop.org
4321 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4322 S: Maintained
4323 F: drivers/gpu/drm/sti
4324 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
4325
4326 DRM DRIVER FOR TDFX VIDEO CARDS
4327 S: Orphan / Obsolete
4328 F: drivers/gpu/drm/tdfx/
4329
4330 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4331 M: Dave Airlie <airlied@redhat.com>
4332 S: Odd Fixes
4333 F: drivers/gpu/drm/udl/
4334
4335 DRM DRIVERS FOR VIVANTE GPU IP
4336 M: Lucas Stach <l.stach@pengutronix.de>
4337 R: Russell King <linux+etnaviv@armlinux.org.uk>
4338 R: Christian Gmeiner <christian.gmeiner@gmail.com>
4339 L: etnaviv@lists.freedesktop.org
4340 L: dri-devel@lists.freedesktop.org
4341 S: Maintained
4342 F: drivers/gpu/drm/etnaviv/
4343 F: include/uapi/drm/etnaviv_drm.h
4344 F: Documentation/devicetree/bindings/display/etnaviv/
4345
4346 DRM DRIVER FOR VMWARE VIRTUAL GPU
4347 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4348 M: Sinclair Yeh <syeh@vmware.com>
4349 M: Thomas Hellstrom <thellstrom@vmware.com>
4350 L: dri-devel@lists.freedesktop.org
4351 T: git git://people.freedesktop.org/~syeh/repos_linux
4352 T: git git://people.freedesktop.org/~thomash/linux
4353 S: Supported
4354 F: drivers/gpu/drm/vmwgfx/
4355 F: include/uapi/drm/vmwgfx_drm.h
4356
4357 DRM DRIVERS FOR VC4
4358 M: Eric Anholt <eric@anholt.net>
4359 T: git git://github.com/anholt/linux
4360 S: Supported
4361 F: drivers/gpu/drm/vc4/
4362 F: include/uapi/drm/vc4_drm.h
4363 F: Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4364
4365 DRM DRIVERS FOR TI OMAP
4366 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4367 L: dri-devel@lists.freedesktop.org
4368 S: Maintained
4369 F: drivers/gpu/drm/omapdrm/
4370 F: Documentation/devicetree/bindings/display/ti/
4371
4372 DRM DRIVERS FOR TI LCDC
4373 M: Jyri Sarha <jsarha@ti.com>
4374 R: Tomi Valkeinen <tomi.valkeinen@ti.com>
4375 L: dri-devel@lists.freedesktop.org
4376 S: Maintained
4377 F: drivers/gpu/drm/tilcdc/
4378 F: Documentation/devicetree/bindings/display/tilcdc/
4379
4380 DRM DRIVERS FOR ZTE ZX
4381 M: Shawn Guo <shawnguo@kernel.org>
4382 L: dri-devel@lists.freedesktop.org
4383 S: Maintained
4384 F: drivers/gpu/drm/zte/
4385 F: Documentation/devicetree/bindings/display/zte,vou.txt
4386
4387 DSBR100 USB FM RADIO DRIVER
4388 M: Alexey Klimov <klimov.linux@gmail.com>
4389 L: linux-media@vger.kernel.org
4390 T: git git://linuxtv.org/media_tree.git
4391 S: Maintained
4392 F: drivers/media/radio/dsbr100.c
4393
4394 DSCC4 DRIVER
4395 M: Francois Romieu <romieu@fr.zoreil.com>
4396 L: netdev@vger.kernel.org
4397 S: Maintained
4398 F: drivers/net/wan/dscc4.c
4399
4400 DT3155 MEDIA DRIVER
4401 M: Hans Verkuil <hverkuil@xs4all.nl>
4402 L: linux-media@vger.kernel.org
4403 T: git git://linuxtv.org/media_tree.git
4404 W: https://linuxtv.org
4405 S: Odd Fixes
4406 F: drivers/media/pci/dt3155/
4407
4408 DVB_USB_AF9015 MEDIA DRIVER
4409 M: Antti Palosaari <crope@iki.fi>
4410 L: linux-media@vger.kernel.org
4411 W: https://linuxtv.org
4412 W: http://palosaari.fi/linux/
4413 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4414 T: git git://linuxtv.org/anttip/media_tree.git
4415 S: Maintained
4416 F: drivers/media/usb/dvb-usb-v2/af9015*
4417
4418 DVB_USB_AF9035 MEDIA DRIVER
4419 M: Antti Palosaari <crope@iki.fi>
4420 L: linux-media@vger.kernel.org
4421 W: https://linuxtv.org
4422 W: http://palosaari.fi/linux/
4423 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4424 T: git git://linuxtv.org/anttip/media_tree.git
4425 S: Maintained
4426 F: drivers/media/usb/dvb-usb-v2/af9035*
4427
4428 DVB_USB_ANYSEE MEDIA DRIVER
4429 M: Antti Palosaari <crope@iki.fi>
4430 L: linux-media@vger.kernel.org
4431 W: https://linuxtv.org
4432 W: http://palosaari.fi/linux/
4433 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4434 T: git git://linuxtv.org/anttip/media_tree.git
4435 S: Maintained
4436 F: drivers/media/usb/dvb-usb-v2/anysee*
4437
4438 DVB_USB_AU6610 MEDIA DRIVER
4439 M: Antti Palosaari <crope@iki.fi>
4440 L: linux-media@vger.kernel.org
4441 W: https://linuxtv.org
4442 W: http://palosaari.fi/linux/
4443 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4444 T: git git://linuxtv.org/anttip/media_tree.git
4445 S: Maintained
4446 F: drivers/media/usb/dvb-usb-v2/au6610*
4447
4448 DVB_USB_CE6230 MEDIA DRIVER
4449 M: Antti Palosaari <crope@iki.fi>
4450 L: linux-media@vger.kernel.org
4451 W: https://linuxtv.org
4452 W: http://palosaari.fi/linux/
4453 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4454 T: git git://linuxtv.org/anttip/media_tree.git
4455 S: Maintained
4456 F: drivers/media/usb/dvb-usb-v2/ce6230*
4457
4458 DVB_USB_CXUSB MEDIA DRIVER
4459 M: Michael Krufky <mkrufky@linuxtv.org>
4460 L: linux-media@vger.kernel.org
4461 W: https://linuxtv.org
4462 W: http://github.com/mkrufky
4463 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4464 T: git git://linuxtv.org/media_tree.git
4465 S: Maintained
4466 F: drivers/media/usb/dvb-usb/cxusb*
4467
4468 DVB_USB_EC168 MEDIA DRIVER
4469 M: Antti Palosaari <crope@iki.fi>
4470 L: linux-media@vger.kernel.org
4471 W: https://linuxtv.org
4472 W: http://palosaari.fi/linux/
4473 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4474 T: git git://linuxtv.org/anttip/media_tree.git
4475 S: Maintained
4476 F: drivers/media/usb/dvb-usb-v2/ec168*
4477
4478 DVB_USB_GL861 MEDIA DRIVER
4479 M: Antti Palosaari <crope@iki.fi>
4480 L: linux-media@vger.kernel.org
4481 W: https://linuxtv.org
4482 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4483 T: git git://linuxtv.org/anttip/media_tree.git
4484 S: Maintained
4485 F: drivers/media/usb/dvb-usb-v2/gl861*
4486
4487 DVB_USB_MXL111SF MEDIA DRIVER
4488 M: Michael Krufky <mkrufky@linuxtv.org>
4489 L: linux-media@vger.kernel.org
4490 W: https://linuxtv.org
4491 W: http://github.com/mkrufky
4492 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4493 T: git git://linuxtv.org/mkrufky/mxl111sf.git
4494 S: Maintained
4495 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
4496
4497 DVB_USB_RTL28XXU MEDIA DRIVER
4498 M: Antti Palosaari <crope@iki.fi>
4499 L: linux-media@vger.kernel.org
4500 W: https://linuxtv.org
4501 W: http://palosaari.fi/linux/
4502 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4503 T: git git://linuxtv.org/anttip/media_tree.git
4504 S: Maintained
4505 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
4506
4507 DVB_USB_V2 MEDIA DRIVER
4508 M: Antti Palosaari <crope@iki.fi>
4509 L: linux-media@vger.kernel.org
4510 W: https://linuxtv.org
4511 W: http://palosaari.fi/linux/
4512 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4513 T: git git://linuxtv.org/anttip/media_tree.git
4514 S: Maintained
4515 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
4516 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
4517
4518 DYNAMIC DEBUG
4519 M: Jason Baron <jbaron@akamai.com>
4520 S: Maintained
4521 F: lib/dynamic_debug.c
4522 F: include/linux/dynamic_debug.h
4523
4524 DZ DECSTATION DZ11 SERIAL DRIVER
4525 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4526 S: Maintained
4527 F: drivers/tty/serial/dz.*
4528
4529 E3X0 POWER BUTTON DRIVER
4530 M: Moritz Fischer <moritz.fischer@ettus.com>
4531 L: usrp-users@lists.ettus.com
4532 W: http://www.ettus.com
4533 S: Supported
4534 F: drivers/input/misc/e3x0-button.c
4535 F: Documentation/devicetree/bindings/input/e3x0-button.txt
4536
4537 E4000 MEDIA DRIVER
4538 M: Antti Palosaari <crope@iki.fi>
4539 L: linux-media@vger.kernel.org
4540 W: https://linuxtv.org
4541 W: http://palosaari.fi/linux/
4542 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4543 T: git git://linuxtv.org/anttip/media_tree.git
4544 S: Maintained
4545 F: drivers/media/tuners/e4000*
4546
4547 EATA ISA/EISA/PCI SCSI DRIVER
4548 M: Dario Ballabio <ballabio_dario@emc.com>
4549 L: linux-scsi@vger.kernel.org
4550 S: Maintained
4551 F: drivers/scsi/eata.c
4552
4553 EC100 MEDIA DRIVER
4554 M: Antti Palosaari <crope@iki.fi>
4555 L: linux-media@vger.kernel.org
4556 W: https://linuxtv.org
4557 W: http://palosaari.fi/linux/
4558 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4559 T: git git://linuxtv.org/anttip/media_tree.git
4560 S: Maintained
4561 F: drivers/media/dvb-frontends/ec100*
4562
4563 ECRYPT FILE SYSTEM
4564 M: Tyler Hicks <tyhicks@canonical.com>
4565 L: ecryptfs@vger.kernel.org
4566 W: http://ecryptfs.org
4567 W: https://launchpad.net/ecryptfs
4568 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4569 S: Supported
4570 F: Documentation/filesystems/ecryptfs.txt
4571 F: fs/ecryptfs/
4572
4573 EDAC-CORE
4574 M: Borislav Petkov <bp@alien8.de>
4575 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4576 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4577 L: linux-edac@vger.kernel.org
4578 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4579 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4580 S: Supported
4581 F: Documentation/edac.txt
4582 F: drivers/edac/
4583 F: include/linux/edac.h
4584
4585 EDAC-AMD64
4586 M: Borislav Petkov <bp@alien8.de>
4587 L: linux-edac@vger.kernel.org
4588 S: Maintained
4589 F: drivers/edac/amd64_edac*
4590
4591 EDAC-CALXEDA
4592 M: Robert Richter <rric@kernel.org>
4593 L: linux-edac@vger.kernel.org
4594 S: Maintained
4595 F: drivers/edac/highbank*
4596
4597 EDAC-CAVIUM
4598 M: Ralf Baechle <ralf@linux-mips.org>
4599 M: David Daney <david.daney@cavium.com>
4600 L: linux-edac@vger.kernel.org
4601 L: linux-mips@linux-mips.org
4602 S: Supported
4603 F: drivers/edac/octeon_edac*
4604
4605 EDAC-E752X
4606 M: Mark Gross <mark.gross@intel.com>
4607 L: linux-edac@vger.kernel.org
4608 S: Maintained
4609 F: drivers/edac/e752x_edac.c
4610
4611 EDAC-E7XXX
4612 L: linux-edac@vger.kernel.org
4613 S: Maintained
4614 F: drivers/edac/e7xxx_edac.c
4615
4616 EDAC-FSL_DDR
4617 M: York Sun <york.sun@nxp.com>
4618 L: linux-edac@vger.kernel.org
4619 S: Maintained
4620 F: drivers/edac/fsl_ddr_edac.*
4621
4622 EDAC-GHES
4623 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4624 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4625 L: linux-edac@vger.kernel.org
4626 S: Maintained
4627 F: drivers/edac/ghes_edac.c
4628
4629 EDAC-I82443BXGX
4630 M: Tim Small <tim@buttersideup.com>
4631 L: linux-edac@vger.kernel.org
4632 S: Maintained
4633 F: drivers/edac/i82443bxgx_edac.c
4634
4635 EDAC-I3000
4636 L: linux-edac@vger.kernel.org
4637 S: Orphan
4638 F: drivers/edac/i3000_edac.c
4639
4640 EDAC-I5000
4641 L: linux-edac@vger.kernel.org
4642 S: Maintained
4643 F: drivers/edac/i5000_edac.c
4644
4645 EDAC-I5400
4646 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4647 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4648 L: linux-edac@vger.kernel.org
4649 S: Maintained
4650 F: drivers/edac/i5400_edac.c
4651
4652 EDAC-I7300
4653 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4654 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4655 L: linux-edac@vger.kernel.org
4656 S: Maintained
4657 F: drivers/edac/i7300_edac.c
4658
4659 EDAC-I7CORE
4660 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4661 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4662 L: linux-edac@vger.kernel.org
4663 S: Maintained
4664 F: drivers/edac/i7core_edac.c
4665
4666 EDAC-I82975X
4667 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4668 M: "Arvind R." <arvino55@gmail.com>
4669 L: linux-edac@vger.kernel.org
4670 S: Maintained
4671 F: drivers/edac/i82975x_edac.c
4672
4673 EDAC-IE31200
4674 M: Jason Baron <jbaron@akamai.com>
4675 L: linux-edac@vger.kernel.org
4676 S: Maintained
4677 F: drivers/edac/ie31200_edac.c
4678
4679 EDAC-MPC85XX
4680 M: Johannes Thumshirn <morbidrsa@gmail.com>
4681 L: linux-edac@vger.kernel.org
4682 S: Maintained
4683 F: drivers/edac/mpc85xx_edac.[ch]
4684
4685 EDAC-PASEMI
4686 M: Egor Martovetsky <egor@pasemi.com>
4687 L: linux-edac@vger.kernel.org
4688 S: Maintained
4689 F: drivers/edac/pasemi_edac.c
4690
4691 EDAC-R82600
4692 M: Tim Small <tim@buttersideup.com>
4693 L: linux-edac@vger.kernel.org
4694 S: Maintained
4695 F: drivers/edac/r82600_edac.c
4696
4697 EDAC-SBRIDGE
4698 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4699 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4700 L: linux-edac@vger.kernel.org
4701 S: Maintained
4702 F: drivers/edac/sb_edac.c
4703
4704 EDAC-SKYLAKE
4705 M: Tony Luck <tony.luck@intel.com>
4706 L: linux-edac@vger.kernel.org
4707 S: Maintained
4708 F: drivers/edac/skx_edac.c
4709
4710 EDAC-XGENE
4711 APPLIED MICRO (APM) X-GENE SOC EDAC
4712 M: Loc Ho <lho@apm.com>
4713 S: Supported
4714 F: drivers/edac/xgene_edac.c
4715 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4716
4717 EDIROL UA-101/UA-1000 DRIVER
4718 M: Clemens Ladisch <clemens@ladisch.de>
4719 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4720 T: git git://git.alsa-project.org/alsa-kernel.git
4721 S: Maintained
4722 F: sound/usb/misc/ua101.c
4723
4724 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4725 M: Matt Fleming <matt@codeblueprint.co.uk>
4726 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
4727 L: linux-efi@vger.kernel.org
4728 T: git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4729 S: Maintained
4730 F: Documentation/efi-stub.txt
4731 F: arch/*/kernel/efi.c
4732 F: arch/x86/boot/compressed/eboot.[ch]
4733 F: arch/*/include/asm/efi.h
4734 F: arch/x86/platform/efi/
4735 F: drivers/firmware/efi/
4736 F: include/linux/efi*.h
4737 F: arch/arm/boot/compressed/efi-header.S
4738 F: arch/arm64/kernel/efi-entry.S
4739
4740 EFI VARIABLE FILESYSTEM
4741 M: Matthew Garrett <matthew.garrett@nebula.com>
4742 M: Jeremy Kerr <jk@ozlabs.org>
4743 M: Matt Fleming <matt@codeblueprint.co.uk>
4744 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4745 L: linux-efi@vger.kernel.org
4746 S: Maintained
4747 F: fs/efivarfs/
4748
4749 EFIFB FRAMEBUFFER DRIVER
4750 L: linux-fbdev@vger.kernel.org
4751 M: Peter Jones <pjones@redhat.com>
4752 S: Maintained
4753 F: drivers/video/fbdev/efifb.c
4754
4755 EFI TEST DRIVER
4756 L: linux-efi@vger.kernel.org
4757 M: Ivan Hu <ivan.hu@canonical.com>
4758 M: Matt Fleming <matt@codeblueprint.co.uk>
4759 S: Maintained
4760 F: drivers/firmware/efi/test/
4761
4762 EFS FILESYSTEM
4763 W: http://aeschi.ch.eu.org/efs/
4764 S: Orphan
4765 F: fs/efs/
4766
4767 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4768 M: Douglas Miller <dougmill@linux.vnet.ibm.com>
4769 L: netdev@vger.kernel.org
4770 S: Maintained
4771 F: drivers/net/ethernet/ibm/ehea/
4772
4773 EM28XX VIDEO4LINUX DRIVER
4774 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4775 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4776 L: linux-media@vger.kernel.org
4777 W: https://linuxtv.org
4778 T: git git://linuxtv.org/media_tree.git
4779 S: Maintained
4780 F: drivers/media/usb/em28xx/
4781 F: Documentation/media/v4l-drivers/em28xx*
4782
4783 EMBEDDED LINUX
4784 M: Paul Gortmaker <paul.gortmaker@windriver.com>
4785 M: Matt Mackall <mpm@selenic.com>
4786 M: David Woodhouse <dwmw2@infradead.org>
4787 L: linux-embedded@vger.kernel.org
4788 S: Maintained
4789
4790 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4791 M: James Smart <james.smart@avagotech.com>
4792 M: Dick Kennedy <dick.kennedy@avagotech.com>
4793 L: linux-scsi@vger.kernel.org
4794 W: http://www.avagotech.com
4795 S: Supported
4796 F: drivers/scsi/lpfc/
4797
4798 ENE CB710 FLASH CARD READER DRIVER
4799 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4800 S: Maintained
4801 F: drivers/misc/cb710/
4802 F: drivers/mmc/host/cb710-mmc.*
4803 F: include/linux/cb710.h
4804
4805 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4806 M: Maxim Levitsky <maximlevitsky@gmail.com>
4807 S: Maintained
4808 F: drivers/media/rc/ene_ir.*
4809
4810 EPSON S1D13XXX FRAMEBUFFER DRIVER
4811 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4812 S: Maintained
4813 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4814 F: drivers/video/fbdev/s1d13xxxfb.c
4815 F: include/video/s1d13xxxfb.h
4816
4817 ET131X NETWORK DRIVER
4818 M: Mark Einon <mark.einon@gmail.com>
4819 S: Odd Fixes
4820 F: drivers/net/ethernet/agere/
4821
4822 ETHERNET BRIDGE
4823 M: Stephen Hemminger <stephen@networkplumber.org>
4824 L: bridge@lists.linux-foundation.org (moderated for non-subscribers)
4825 L: netdev@vger.kernel.org
4826 W: http://www.linuxfoundation.org/en/Net:Bridge
4827 S: Maintained
4828 F: include/linux/netfilter_bridge/
4829 F: net/bridge/
4830
4831 ETHERNET PHY LIBRARY
4832 M: Florian Fainelli <f.fainelli@gmail.com>
4833 L: netdev@vger.kernel.org
4834 S: Maintained
4835 F: include/linux/phy.h
4836 F: include/linux/phy_fixed.h
4837 F: drivers/net/phy/
4838 F: Documentation/networking/phy.txt
4839 F: drivers/of/of_mdio.c
4840 F: drivers/of/of_net.c
4841
4842 EXT2 FILE SYSTEM
4843 M: Jan Kara <jack@suse.com>
4844 L: linux-ext4@vger.kernel.org
4845 S: Maintained
4846 F: Documentation/filesystems/ext2.txt
4847 F: fs/ext2/
4848 F: include/linux/ext2*
4849
4850 EXT4 FILE SYSTEM
4851 M: "Theodore Ts'o" <tytso@mit.edu>
4852 M: Andreas Dilger <adilger.kernel@dilger.ca>
4853 L: linux-ext4@vger.kernel.org
4854 W: http://ext4.wiki.kernel.org
4855 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4856 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4857 S: Maintained
4858 F: Documentation/filesystems/ext4.txt
4859 F: fs/ext4/
4860
4861 Extended Verification Module (EVM)
4862 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4863 L: linux-ima-devel@lists.sourceforge.net
4864 L: linux-security-module@vger.kernel.org
4865 S: Supported
4866 F: security/integrity/evm/
4867
4868 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4869 M: MyungJoo Ham <myungjoo.ham@samsung.com>
4870 M: Chanwoo Choi <cw00.choi@samsung.com>
4871 L: linux-kernel@vger.kernel.org
4872 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4873 S: Maintained
4874 F: drivers/extcon/
4875 F: include/linux/extcon/
4876 F: include/linux/extcon.h
4877 F: Documentation/extcon/
4878 F: Documentation/devicetree/bindings/extcon/
4879
4880 EXYNOS DP DRIVER
4881 M: Jingoo Han <jingoohan1@gmail.com>
4882 L: dri-devel@lists.freedesktop.org
4883 S: Maintained
4884 F: drivers/gpu/drm/exynos/exynos_dp*
4885
4886 EXYNOS SYSMMU (IOMMU) driver
4887 M: Marek Szyprowski <m.szyprowski@samsung.com>
4888 L: iommu@lists.linux-foundation.org
4889 S: Maintained
4890 F: drivers/iommu/exynos-iommu.c
4891
4892 EZchip NPS platform support
4893 M: Noam Camus <noamc@ezchip.com>
4894 S: Supported
4895 F: arch/arc/plat-eznps
4896 F: arch/arc/boot/dts/eznps.dts
4897
4898 F71805F HARDWARE MONITORING DRIVER
4899 M: Jean Delvare <jdelvare@suse.com>
4900 L: linux-hwmon@vger.kernel.org
4901 S: Maintained
4902 F: Documentation/hwmon/f71805f
4903 F: drivers/hwmon/f71805f.c
4904
4905 FC0011 TUNER DRIVER
4906 M: Michael Buesch <m@bues.ch>
4907 L: linux-media@vger.kernel.org
4908 S: Maintained
4909 F: drivers/media/tuners/fc0011.h
4910 F: drivers/media/tuners/fc0011.c
4911
4912 FC2580 MEDIA DRIVER
4913 M: Antti Palosaari <crope@iki.fi>
4914 L: linux-media@vger.kernel.org
4915 W: https://linuxtv.org
4916 W: http://palosaari.fi/linux/
4917 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4918 T: git git://linuxtv.org/anttip/media_tree.git
4919 S: Maintained
4920 F: drivers/media/tuners/fc2580*
4921
4922 FANOTIFY
4923 M: Eric Paris <eparis@redhat.com>
4924 S: Maintained
4925 F: fs/notify/fanotify/
4926 F: include/linux/fanotify.h
4927 F: include/uapi/linux/fanotify.h
4928
4929 FARSYNC SYNCHRONOUS DRIVER
4930 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4931 W: http://www.farsite.co.uk/
4932 S: Supported
4933 F: drivers/net/wan/farsync.*
4934
4935 FAULT INJECTION SUPPORT
4936 M: Akinobu Mita <akinobu.mita@gmail.com>
4937 S: Supported
4938 F: Documentation/fault-injection/
4939 F: lib/fault-inject.c
4940
4941 FBTFT Framebuffer drivers
4942 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4943 M: Noralf Trønnes <noralf@tronnes.org>
4944 S: Maintained
4945 F: drivers/staging/fbtft/
4946
4947 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4948 M: Johannes Thumshirn <jth@kernel.org>
4949 L: fcoe-devel@open-fcoe.org
4950 W: www.Open-FCoE.org
4951 S: Supported
4952 F: drivers/scsi/libfc/
4953 F: drivers/scsi/fcoe/
4954 F: include/scsi/fc/
4955 F: include/scsi/libfc.h
4956 F: include/scsi/libfcoe.h
4957 F: include/uapi/scsi/fc/
4958
4959 FILE LOCKING (flock() and fcntl()/lockf())
4960 M: Jeff Layton <jlayton@poochiereds.net>
4961 M: "J. Bruce Fields" <bfields@fieldses.org>
4962 L: linux-fsdevel@vger.kernel.org
4963 S: Maintained
4964 F: include/linux/fcntl.h
4965 F: include/linux/fs.h
4966 F: include/uapi/linux/fcntl.h
4967 F: include/uapi/linux/fs.h
4968 F: fs/fcntl.c
4969 F: fs/locks.c
4970
4971 FILESYSTEMS (VFS and infrastructure)
4972 M: Alexander Viro <viro@zeniv.linux.org.uk>
4973 L: linux-fsdevel@vger.kernel.org
4974 S: Maintained
4975 F: fs/*
4976
4977 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4978 M: Riku Voipio <riku.voipio@iki.fi>
4979 L: linux-hwmon@vger.kernel.org
4980 S: Maintained
4981 F: drivers/hwmon/f75375s.c
4982 F: include/linux/f75375s.h
4983
4984 FIREWIRE AUDIO DRIVERS
4985 M: Clemens Ladisch <clemens@ladisch.de>
4986 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4987 T: git git://git.alsa-project.org/alsa-kernel.git
4988 S: Maintained
4989 F: sound/firewire/
4990
4991 FIREWIRE MEDIA DRIVERS (firedtv)
4992 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4993 L: linux-media@vger.kernel.org
4994 L: linux1394-devel@lists.sourceforge.net
4995 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4996 S: Maintained
4997 F: drivers/media/firewire/
4998
4999 FIREWIRE SBP-2 TARGET
5000 M: Chris Boot <bootc@bootc.net>
5001 L: linux-scsi@vger.kernel.org
5002 L: target-devel@vger.kernel.org
5003 L: linux1394-devel@lists.sourceforge.net
5004 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5005 S: Maintained
5006 F: drivers/target/sbp/
5007
5008 FIREWIRE SUBSYSTEM
5009 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
5010 L: linux1394-devel@lists.sourceforge.net
5011 W: http://ieee1394.wiki.kernel.org/
5012 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5013 S: Maintained
5014 F: drivers/firewire/
5015 F: include/linux/firewire.h
5016 F: include/uapi/linux/firewire*.h
5017 F: tools/firewire/
5018
5019 FIRMWARE LOADER (request_firmware)
5020 M: Ming Lei <ming.lei@canonical.com>
5021 M: Luis R. Rodriguez <mcgrof@kernel.org>
5022 L: linux-kernel@vger.kernel.org
5023 S: Maintained
5024 F: Documentation/firmware_class/
5025 F: drivers/base/firmware*.c
5026 F: include/linux/firmware.h
5027
5028 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5029 M: Joshua Morris <josh.h.morris@us.ibm.com>
5030 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5031 S: Maintained
5032 F: drivers/block/rsxx/
5033
5034 FLOPPY DRIVER
5035 M: Jiri Kosina <jikos@kernel.org>
5036 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5037 S: Odd fixes
5038 F: drivers/block/floppy.c
5039
5040 FMC SUBSYSTEM
5041 M: Alessandro Rubini <rubini@gnudd.com>
5042 W: http://www.ohwr.org/projects/fmc-bus
5043 S: Supported
5044 F: drivers/fmc/
5045 F: include/linux/fmc*.h
5046 F: include/linux/ipmi-fru.h
5047 K: fmc_d.*register
5048
5049 FPGA MANAGER FRAMEWORK
5050 M: Alan Tull <atull@opensource.altera.com>
5051 R: Moritz Fischer <moritz.fischer@ettus.com>
5052 L: linux-fpga@vger.kernel.org
5053 S: Maintained
5054 T: git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5055 F: drivers/fpga/
5056 F: include/linux/fpga/fpga-mgr.h
5057 W: http://www.rocketboards.org
5058
5059 FPU EMULATOR
5060 M: Bill Metzenthen <billm@melbpc.org.au>
5061 W: http://floatingpoint.sourceforge.net/emulator/index.html
5062 S: Maintained
5063 F: arch/x86/math-emu/
5064
5065 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5066 L: netdev@vger.kernel.org
5067 S: Orphan
5068 F: drivers/net/wan/dlci.c
5069 F: drivers/net/wan/sdla.c
5070
5071 FRAMEBUFFER LAYER
5072 L: linux-fbdev@vger.kernel.org
5073 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
5074 S: Orphan
5075 F: Documentation/fb/
5076 F: drivers/video/
5077 F: include/video/
5078 F: include/linux/fb.h
5079 F: include/uapi/video/
5080 F: include/uapi/linux/fb.h
5081
5082 FREESCALE DIU FRAMEBUFFER DRIVER
5083 M: Timur Tabi <timur@tabi.org>
5084 L: linux-fbdev@vger.kernel.org
5085 S: Maintained
5086 F: drivers/video/fbdev/fsl-diu-fb.*
5087
5088 FREESCALE DMA DRIVER
5089 M: Li Yang <leoli@freescale.com>
5090 M: Zhang Wei <zw@zh-kernel.org>
5091 L: linuxppc-dev@lists.ozlabs.org
5092 S: Maintained
5093 F: drivers/dma/fsldma.*
5094
5095 FREESCALE GPMI NAND DRIVER
5096 M: Han Xu <han.xu@nxp.com>
5097 L: linux-mtd@lists.infradead.org
5098 S: Maintained
5099 F: drivers/mtd/nand/gpmi-nand/*
5100
5101 FREESCALE I2C CPM DRIVER
5102 M: Jochen Friedrich <jochen@scram.de>
5103 L: linuxppc-dev@lists.ozlabs.org
5104 L: linux-i2c@vger.kernel.org
5105 S: Maintained
5106 F: drivers/i2c/busses/i2c-cpm.c
5107
5108 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5109 M: Sascha Hauer <kernel@pengutronix.de>
5110 L: linux-fbdev@vger.kernel.org
5111 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5112 S: Maintained
5113 F: include/linux/platform_data/video-imxfb.h
5114 F: drivers/video/fbdev/imxfb.c
5115
5116 FREESCALE QUAD SPI DRIVER
5117 M: Han Xu <han.xu@nxp.com>
5118 L: linux-mtd@lists.infradead.org
5119 S: Maintained
5120 F: drivers/mtd/spi-nor/fsl-quadspi.c
5121
5122 FREESCALE SOC FS_ENET DRIVER
5123 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
5124 M: Vitaly Bordug <vbordug@ru.mvista.com>
5125 L: linuxppc-dev@lists.ozlabs.org
5126 L: netdev@vger.kernel.org
5127 S: Maintained
5128 F: drivers/net/ethernet/freescale/fs_enet/
5129 F: include/linux/fs_enet_pd.h
5130
5131 FREESCALE IMX / MXC FEC DRIVER
5132 M: Fugang Duan <fugang.duan@nxp.com>
5133 L: netdev@vger.kernel.org
5134 S: Maintained
5135 F: drivers/net/ethernet/freescale/fec_main.c
5136 F: drivers/net/ethernet/freescale/fec_ptp.c
5137 F: drivers/net/ethernet/freescale/fec.h
5138 F: Documentation/devicetree/bindings/net/fsl-fec.txt
5139
5140 FREESCALE QORIQ DPAA FMAN DRIVER
5141 M: Madalin Bucur <madalin.bucur@nxp.com>
5142 L: netdev@vger.kernel.org
5143 S: Maintained
5144 F: drivers/net/ethernet/freescale/fman
5145 F: Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5146
5147 FREESCALE SOC DRIVERS
5148 M: Scott Wood <oss@buserror.net>
5149 L: linuxppc-dev@lists.ozlabs.org
5150 L: linux-arm-kernel@lists.infradead.org
5151 S: Maintained
5152 F: drivers/soc/fsl/
5153 F: include/linux/fsl/
5154
5155 FREESCALE QUICC ENGINE LIBRARY
5156 M: Qiang Zhao <qiang.zhao@nxp.com>
5157 L: linuxppc-dev@lists.ozlabs.org
5158 S: Maintained
5159 F: drivers/soc/fsl/qe/
5160 F: include/soc/fsl/*qe*.h
5161 F: include/soc/fsl/*ucc*.h
5162
5163 FREESCALE USB PERIPHERAL DRIVERS
5164 M: Li Yang <leoli@freescale.com>
5165 L: linux-usb@vger.kernel.org
5166 L: linuxppc-dev@lists.ozlabs.org
5167 S: Maintained
5168 F: drivers/usb/gadget/udc/fsl*
5169
5170 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5171 M: Li Yang <leoli@freescale.com>
5172 L: netdev@vger.kernel.org
5173 L: linuxppc-dev@lists.ozlabs.org
5174 S: Maintained
5175 F: drivers/net/ethernet/freescale/ucc_geth*
5176
5177 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5178 M: Claudiu Manoil <claudiu.manoil@freescale.com>
5179 L: netdev@vger.kernel.org
5180 S: Maintained
5181 F: drivers/net/ethernet/freescale/gianfar*
5182 X: drivers/net/ethernet/freescale/gianfar_ptp.c
5183 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5184
5185 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5186 M: Zhao Qiang <qiang.zhao@nxp.com>
5187 L: netdev@vger.kernel.org
5188 L: linuxppc-dev@lists.ozlabs.org
5189 S: Maintained
5190 F: drivers/net/wan/fsl_ucc_hdlc*
5191
5192 FREESCALE QUICC ENGINE UCC UART DRIVER
5193 M: Timur Tabi <timur@tabi.org>
5194 L: linuxppc-dev@lists.ozlabs.org
5195 S: Maintained
5196 F: drivers/tty/serial/ucc_uart.c
5197
5198 FREESCALE SOC SOUND DRIVERS
5199 M: Timur Tabi <timur@tabi.org>
5200 M: Nicolin Chen <nicoleotsuka@gmail.com>
5201 M: Xiubo Li <Xiubo.Lee@gmail.com>
5202 R: Fabio Estevam <fabio.estevam@nxp.com>
5203 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5204 L: linuxppc-dev@lists.ozlabs.org
5205 S: Maintained
5206 F: sound/soc/fsl/fsl*
5207 F: sound/soc/fsl/imx*
5208 F: sound/soc/fsl/mpc8610_hpcd.c
5209
5210 FREEVXFS FILESYSTEM
5211 M: Christoph Hellwig <hch@infradead.org>
5212 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
5213 S: Maintained
5214 F: fs/freevxfs/
5215
5216 FREEZER
5217 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5218 M: Pavel Machek <pavel@ucw.cz>
5219 L: linux-pm@vger.kernel.org
5220 S: Supported
5221 F: Documentation/power/freezing-of-tasks.txt
5222 F: include/linux/freezer.h
5223 F: kernel/freezer.c
5224
5225 FRONTSWAP API
5226 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5227 L: linux-kernel@vger.kernel.org
5228 S: Maintained
5229 F: mm/frontswap.c
5230 F: include/linux/frontswap.h
5231
5232 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5233 M: David Howells <dhowells@redhat.com>
5234 L: linux-cachefs@redhat.com (moderated for non-subscribers)
5235 S: Supported
5236 F: Documentation/filesystems/caching/
5237 F: fs/fscache/
5238 F: include/linux/fscache*.h
5239
5240 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5241 M: Theodore Y. Ts'o <tytso@mit.edu>
5242 M: Jaegeuk Kim <jaegeuk@kernel.org>
5243 L: linux-fsdevel@vger.kernel.org
5244 S: Supported
5245 F: fs/crypto/
5246 F: include/linux/fscrypto.h
5247
5248 F2FS FILE SYSTEM
5249 M: Jaegeuk Kim <jaegeuk@kernel.org>
5250 M: Chao Yu <yuchao0@huawei.com>
5251 L: linux-f2fs-devel@lists.sourceforge.net
5252 W: https://f2fs.wiki.kernel.org/
5253 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5254 S: Maintained
5255 F: Documentation/filesystems/f2fs.txt
5256 F: Documentation/ABI/testing/sysfs-fs-f2fs
5257 F: fs/f2fs/
5258 F: include/linux/f2fs_fs.h
5259 F: include/trace/events/f2fs.h
5260
5261 FUJITSU FR-V (FRV) PORT
5262 S: Orphan
5263 F: arch/frv/
5264
5265 FUJITSU LAPTOP EXTRAS
5266 M: Jonathan Woithe <jwoithe@just42.net>
5267 L: platform-driver-x86@vger.kernel.org
5268 S: Maintained
5269 F: drivers/platform/x86/fujitsu-laptop.c
5270
5271 FUJITSU M-5MO LS CAMERA ISP DRIVER
5272 M: Kyungmin Park <kyungmin.park@samsung.com>
5273 M: Heungjun Kim <riverful.kim@samsung.com>
5274 L: linux-media@vger.kernel.org
5275 S: Maintained
5276 F: drivers/media/i2c/m5mols/
5277 F: include/media/i2c/m5mols.h
5278
5279 FUJITSU TABLET EXTRAS
5280 M: Robert Gerlach <khnz@gmx.de>
5281 L: platform-driver-x86@vger.kernel.org
5282 S: Maintained
5283 F: drivers/platform/x86/fujitsu-tablet.c
5284
5285 FUSE: FILESYSTEM IN USERSPACE
5286 M: Miklos Szeredi <miklos@szeredi.hu>
5287 L: linux-fsdevel@vger.kernel.org
5288 W: http://fuse.sourceforge.net/
5289 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5290 S: Maintained
5291 F: fs/fuse/
5292 F: include/uapi/linux/fuse.h
5293 F: Documentation/filesystems/fuse.txt
5294
5295 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5296 M: Rik Faith <faith@cs.unc.edu>
5297 L: linux-scsi@vger.kernel.org
5298 S: Odd Fixes (e.g., new signatures)
5299 F: drivers/scsi/fdomain.*
5300
5301 GCC PLUGINS
5302 M: Kees Cook <keescook@chromium.org>
5303 R: Emese Revfy <re.emese@gmail.com>
5304 L: kernel-hardening@lists.openwall.com
5305 S: Maintained
5306 F: scripts/gcc-plugins/
5307 F: scripts/gcc-plugin.sh
5308 F: scripts/Makefile.gcc-plugins
5309 F: Documentation/gcc-plugins.txt
5310
5311 GCOV BASED KERNEL PROFILING
5312 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5313 S: Maintained
5314 F: kernel/gcov/
5315 F: Documentation/dev-tools/gcov.rst
5316
5317 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5318 M: Achim Leubner <achim_leubner@adaptec.com>
5319 L: linux-scsi@vger.kernel.org
5320 W: http://www.icp-vortex.com/
5321 S: Supported
5322 F: drivers/scsi/gdt*
5323
5324 GDB KERNEL DEBUGGING HELPER SCRIPTS
5325 M: Jan Kiszka <jan.kiszka@siemens.com>
5326 M: Kieran Bingham <kieran@bingham.xyz>
5327 S: Supported
5328 F: scripts/gdb/
5329
5330 GEMTEK FM RADIO RECEIVER DRIVER
5331 M: Hans Verkuil <hverkuil@xs4all.nl>
5332 L: linux-media@vger.kernel.org
5333 T: git git://linuxtv.org/media_tree.git
5334 W: https://linuxtv.org
5335 S: Maintained
5336 F: drivers/media/radio/radio-gemtek*
5337
5338 GENERIC GPIO I2C DRIVER
5339 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
5340 S: Supported
5341 F: drivers/i2c/busses/i2c-gpio.c
5342 F: include/linux/i2c-gpio.h
5343
5344 GENERIC GPIO I2C MULTIPLEXER DRIVER
5345 M: Peter Korsgaard <peter.korsgaard@barco.com>
5346 L: linux-i2c@vger.kernel.org
5347 S: Supported
5348 F: drivers/i2c/muxes/i2c-mux-gpio.c
5349 F: include/linux/i2c-mux-gpio.h
5350 F: Documentation/i2c/muxes/i2c-mux-gpio
5351
5352 GENERIC HDLC (WAN) DRIVERS
5353 M: Krzysztof Halasa <khc@pm.waw.pl>
5354 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
5355 S: Maintained
5356 F: drivers/net/wan/c101.c
5357 F: drivers/net/wan/hd6457*
5358 F: drivers/net/wan/hdlc*
5359 F: drivers/net/wan/n2.c
5360 F: drivers/net/wan/pc300too.c
5361 F: drivers/net/wan/pci200syn.c
5362 F: drivers/net/wan/wanxl*
5363
5364 GENERIC INCLUDE/ASM HEADER FILES
5365 M: Arnd Bergmann <arnd@arndb.de>
5366 L: linux-arch@vger.kernel.org
5367 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5368 S: Maintained
5369 F: include/asm-generic/
5370 F: include/uapi/asm-generic/
5371
5372 GENERIC PHY FRAMEWORK
5373 M: Kishon Vijay Abraham I <kishon@ti.com>
5374 L: linux-kernel@vger.kernel.org
5375 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5376 S: Supported
5377 F: drivers/phy/
5378 F: include/linux/phy/
5379
5380 GENERIC PM DOMAINS
5381 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5382 M: Kevin Hilman <khilman@kernel.org>
5383 M: Ulf Hansson <ulf.hansson@linaro.org>
5384 L: linux-pm@vger.kernel.org
5385 S: Supported
5386 F: drivers/base/power/domain*.c
5387 F: include/linux/pm_domain.h
5388
5389 GENERIC UIO DRIVER FOR PCI DEVICES
5390 M: "Michael S. Tsirkin" <mst@redhat.com>
5391 L: kvm@vger.kernel.org
5392 S: Supported
5393 F: drivers/uio/uio_pci_generic.c
5394
5395 GET_MAINTAINER SCRIPT
5396 M: Joe Perches <joe@perches.com>
5397 S: Maintained
5398 F: scripts/get_maintainer.pl
5399
5400 GENWQE (IBM Generic Workqueue Card)
5401 M: Frank Haverkamp <haver@linux.vnet.ibm.com>
5402 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
5403 S: Supported
5404 F: drivers/misc/genwqe/
5405
5406 GFS2 FILE SYSTEM
5407 M: Steven Whitehouse <swhiteho@redhat.com>
5408 M: Bob Peterson <rpeterso@redhat.com>
5409 L: cluster-devel@redhat.com
5410 W: http://sources.redhat.com/cluster/
5411 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5412 S: Supported
5413 F: Documentation/filesystems/gfs2*.txt
5414 F: fs/gfs2/
5415 F: include/uapi/linux/gfs2_ondisk.h
5416
5417 GIGASET ISDN DRIVERS
5418 M: Paul Bolle <pebolle@tiscali.nl>
5419 L: gigaset307x-common@lists.sourceforge.net
5420 W: http://gigaset307x.sourceforge.net/
5421 S: Odd Fixes
5422 F: Documentation/isdn/README.gigaset
5423 F: drivers/isdn/gigaset/
5424 F: include/uapi/linux/gigaset_dev.h
5425
5426 GO7007 MPEG CODEC
5427 M: Hans Verkuil <hans.verkuil@cisco.com>
5428 L: linux-media@vger.kernel.org
5429 S: Maintained
5430 F: drivers/media/usb/go7007/
5431
5432 GOODIX TOUCHSCREEN
5433 M: Bastien Nocera <hadess@hadess.net>
5434 L: linux-input@vger.kernel.org
5435 S: Maintained
5436 F: drivers/input/touchscreen/goodix.c
5437
5438 GPIO MOCKUP DRIVER
5439 M: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5440 L: linux-gpio@vger.kernel.org
5441 S: Maintained
5442 F: drivers/gpio/gpio-mockup.c
5443 F: tools/testing/selftests/gpio/
5444
5445 GPIO SUBSYSTEM
5446 M: Linus Walleij <linus.walleij@linaro.org>
5447 M: Alexandre Courbot <gnurou@gmail.com>
5448 L: linux-gpio@vger.kernel.org
5449 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5450 S: Maintained
5451 F: Documentation/devicetree/bindings/gpio/
5452 F: Documentation/gpio/
5453 F: Documentation/ABI/testing/gpio-cdev
5454 F: Documentation/ABI/obsolete/sysfs-gpio
5455 F: drivers/gpio/
5456 F: include/linux/gpio/
5457 F: include/linux/gpio.h
5458 F: include/asm-generic/gpio.h
5459 F: include/uapi/linux/gpio.h
5460 F: tools/gpio/
5461
5462 GRE DEMULTIPLEXER DRIVER
5463 M: Dmitry Kozlov <xeb@mail.ru>
5464 L: netdev@vger.kernel.org
5465 S: Maintained
5466 F: net/ipv4/gre_demux.c
5467 F: net/ipv4/gre_offload.c
5468 F: include/net/gre.h
5469
5470 GRETH 10/100/1G Ethernet MAC device driver
5471 M: Andreas Larsson <andreas@gaisler.com>
5472 L: netdev@vger.kernel.org
5473 S: Maintained
5474 F: drivers/net/ethernet/aeroflex/
5475
5476 GREYBUS SUBSYSTEM
5477 M: Johan Hovold <johan@kernel.org>
5478 M: Alex Elder <elder@kernel.org>
5479 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5480 S: Maintained
5481 F: drivers/staging/greybus/
5482
5483 GREYBUS AUDIO PROTOCOLS DRIVERS
5484 M: Vaibhav Agarwal <vaibhav.sr@gmail.com>
5485 M: Mark Greer <mgreer@animalcreek.com>
5486 S: Maintained
5487 F: drivers/staging/greybus/audio_apbridgea.c
5488 F: drivers/staging/greybus/audio_apbridgea.h
5489 F: drivers/staging/greybus/audio_codec.c
5490 F: drivers/staging/greybus/audio_codec.h
5491 F: drivers/staging/greybus/audio_gb.c
5492 F: drivers/staging/greybus/audio_manager.c
5493 F: drivers/staging/greybus/audio_manager.h
5494 F: drivers/staging/greybus/audio_manager_module.c
5495 F: drivers/staging/greybus/audio_manager_private.h
5496 F: drivers/staging/greybus/audio_manager_sysfs.c
5497 F: drivers/staging/greybus/audio_module.c
5498 F: drivers/staging/greybus/audio_topology.c
5499
5500 GREYBUS PROTOCOLS DRIVERS
5501 M: Rui Miguel Silva <rmfrfs@gmail.com>
5502 S: Maintained
5503 F: drivers/staging/greybus/sdio.c
5504 F: drivers/staging/greybus/light.c
5505 F: drivers/staging/greybus/gpio.c
5506 F: drivers/staging/greybus/power_supply.c
5507 F: drivers/staging/greybus/spi.c
5508 F: drivers/staging/greybus/spilib.c
5509
5510 GREYBUS PROTOCOLS DRIVERS
5511 M: Bryan O'Donoghue <pure.logic@nexus-software.ie>
5512 S: Maintained
5513 F: drivers/staging/greybus/loopback.c
5514 F: drivers/staging/greybus/timesync.c
5515 F: drivers/staging/greybus/timesync_platform.c
5516
5517 GREYBUS PROTOCOLS DRIVERS
5518 M: Viresh Kumar <vireshk@kernel.org>
5519 S: Maintained
5520 F: drivers/staging/greybus/authentication.c
5521 F: drivers/staging/greybus/bootrom.c
5522 F: drivers/staging/greybus/firmware.h
5523 F: drivers/staging/greybus/fw-core.c
5524 F: drivers/staging/greybus/fw-download.c
5525 F: drivers/staging/greybus/fw-managament.c
5526 F: drivers/staging/greybus/greybus_authentication.h
5527 F: drivers/staging/greybus/greybus_firmware.h
5528 F: drivers/staging/greybus/hid.c
5529 F: drivers/staging/greybus/i2c.c
5530 F: drivers/staging/greybus/spi.c
5531 F: drivers/staging/greybus/spilib.c
5532 F: drivers/staging/greybus/spilib.h
5533
5534 GREYBUS PROTOCOLS DRIVERS
5535 M: David Lin <dtwlin@gmail.com>
5536 S: Maintained
5537 F: drivers/staging/greybus/uart.c
5538 F: drivers/staging/greybus/log.c
5539
5540 GREYBUS PLATFORM DRIVERS
5541 M: Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5542 S: Maintained
5543 F: drivers/staging/greybus/arche-platform.c
5544 F: drivers/staging/greybus/arche-apb-ctrl.c
5545 F: drivers/staging/greybus/arche_platform.h
5546
5547 GS1662 VIDEO SERIALIZER
5548 M: Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5549 L: linux-media@vger.kernel.org
5550 T: git git://linuxtv.org/media_tree.git
5551 S: Maintained
5552 F: drivers/media/spi/gs1662.c
5553
5554 GSPCA FINEPIX SUBDRIVER
5555 M: Frank Zago <frank@zago.net>
5556 L: linux-media@vger.kernel.org
5557 T: git git://linuxtv.org/media_tree.git
5558 S: Maintained
5559 F: drivers/media/usb/gspca/finepix.c
5560
5561 GSPCA GL860 SUBDRIVER
5562 M: Olivier Lorin <o.lorin@laposte.net>
5563 L: linux-media@vger.kernel.org
5564 T: git git://linuxtv.org/media_tree.git
5565 S: Maintained
5566 F: drivers/media/usb/gspca/gl860/
5567
5568 GSPCA M5602 SUBDRIVER
5569 M: Erik Andren <erik.andren@gmail.com>
5570 L: linux-media@vger.kernel.org
5571 T: git git://linuxtv.org/media_tree.git
5572 S: Maintained
5573 F: drivers/media/usb/gspca/m5602/
5574
5575 GSPCA PAC207 SONIXB SUBDRIVER
5576 M: Hans Verkuil <hverkuil@xs4all.nl>
5577 L: linux-media@vger.kernel.org
5578 T: git git://linuxtv.org/media_tree.git
5579 S: Odd Fixes
5580 F: drivers/media/usb/gspca/pac207.c
5581
5582 GSPCA SN9C20X SUBDRIVER
5583 M: Brian Johnson <brijohn@gmail.com>
5584 L: linux-media@vger.kernel.org
5585 T: git git://linuxtv.org/media_tree.git
5586 S: Maintained
5587 F: drivers/media/usb/gspca/sn9c20x.c
5588
5589 GSPCA T613 SUBDRIVER
5590 M: Leandro Costantino <lcostantino@gmail.com>
5591 L: linux-media@vger.kernel.org
5592 T: git git://linuxtv.org/media_tree.git
5593 S: Maintained
5594 F: drivers/media/usb/gspca/t613.c
5595
5596 GSPCA USB WEBCAM DRIVER
5597 M: Hans Verkuil <hverkuil@xs4all.nl>
5598 L: linux-media@vger.kernel.org
5599 T: git git://linuxtv.org/media_tree.git
5600 S: Odd Fixes
5601 F: drivers/media/usb/gspca/
5602
5603 GUID PARTITION TABLE (GPT)
5604 M: Davidlohr Bueso <dave@stgolabs.net>
5605 L: linux-efi@vger.kernel.org
5606 S: Maintained
5607 F: block/partitions/efi.*
5608
5609 STK1160 USB VIDEO CAPTURE DRIVER
5610 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5611 L: linux-media@vger.kernel.org
5612 T: git git://linuxtv.org/media_tree.git
5613 S: Maintained
5614 F: drivers/media/usb/stk1160/
5615
5616 H8/300 ARCHITECTURE
5617 M: Yoshinori Sato <ysato@users.sourceforge.jp>
5618 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5619 W: http://uclinux-h8.sourceforge.jp
5620 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5621 S: Maintained
5622 F: arch/h8300/
5623 F: drivers/clocksource/h8300_*.c
5624 F: drivers/clk/h8300/
5625 F: drivers/irqchip/irq-renesas-h8*.c
5626
5627 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5628 M: Frank Seidel <frank@f-seidel.de>
5629 L: platform-driver-x86@vger.kernel.org
5630 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5631 S: Maintained
5632 F: drivers/platform/x86/hdaps.c
5633
5634 HDPVR USB VIDEO ENCODER DRIVER
5635 M: Hans Verkuil <hverkuil@xs4all.nl>
5636 L: linux-media@vger.kernel.org
5637 T: git git://linuxtv.org/media_tree.git
5638 W: https://linuxtv.org
5639 S: Odd Fixes
5640 F: drivers/media/usb/hdpvr/
5641
5642 HWPOISON MEMORY FAILURE HANDLING
5643 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5644 L: linux-mm@kvack.org
5645 S: Maintained
5646 F: mm/memory-failure.c
5647 F: mm/hwpoison-inject.c
5648
5649 HYPERVISOR VIRTUAL CONSOLE DRIVER
5650 L: linuxppc-dev@lists.ozlabs.org
5651 S: Odd Fixes
5652 F: drivers/tty/hvc/
5653
5654 HACKRF MEDIA DRIVER
5655 M: Antti Palosaari <crope@iki.fi>
5656 L: linux-media@vger.kernel.org
5657 W: https://linuxtv.org
5658 W: http://palosaari.fi/linux/
5659 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5660 T: git git://linuxtv.org/anttip/media_tree.git
5661 S: Maintained
5662 F: drivers/media/usb/hackrf/
5663
5664 HARDWARE MONITORING
5665 M: Jean Delvare <jdelvare@suse.com>
5666 M: Guenter Roeck <linux@roeck-us.net>
5667 L: linux-hwmon@vger.kernel.org
5668 W: http://hwmon.wiki.kernel.org/
5669 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5670 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5671 S: Maintained
5672 F: Documentation/hwmon/
5673 F: drivers/hwmon/
5674 F: include/linux/hwmon*.h
5675
5676 HARDWARE RANDOM NUMBER GENERATOR CORE
5677 M: Matt Mackall <mpm@selenic.com>
5678 M: Herbert Xu <herbert@gondor.apana.org.au>
5679 L: linux-crypto@vger.kernel.org
5680 S: Odd fixes
5681 F: Documentation/devicetree/bindings/rng/
5682 F: Documentation/hw_random.txt
5683 F: drivers/char/hw_random/
5684 F: include/linux/hw_random.h
5685
5686 HARDWARE SPINLOCK CORE
5687 M: Ohad Ben-Cohen <ohad@wizery.com>
5688 M: Bjorn Andersson <bjorn.andersson@linaro.org>
5689 L: linux-remoteproc@vger.kernel.org
5690 S: Maintained
5691 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5692 F: Documentation/devicetree/bindings/hwlock/
5693 F: Documentation/hwspinlock.txt
5694 F: drivers/hwspinlock/
5695 F: include/linux/hwspinlock.h
5696
5697 HARMONY SOUND DRIVER
5698 L: linux-parisc@vger.kernel.org
5699 S: Maintained
5700 F: sound/parisc/harmony.*
5701
5702 HD29L2 MEDIA DRIVER
5703 M: Antti Palosaari <crope@iki.fi>
5704 L: linux-media@vger.kernel.org
5705 W: https://linuxtv.org
5706 W: http://palosaari.fi/linux/
5707 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5708 T: git git://linuxtv.org/anttip/media_tree.git
5709 S: Maintained
5710 F: drivers/media/dvb-frontends/hd29l2*
5711
5712 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5713 M: Brian Boylston <brian.boylston@hpe.com>
5714 S: Supported
5715 F: Documentation/watchdog/hpwdt.txt
5716 F: drivers/watchdog/hpwdt.c
5717
5718 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5719 M: Don Brace <don.brace@microsemi.com>
5720 L: iss_storagedev@hp.com
5721 L: esc.storagedev@microsemi.com
5722 L: linux-scsi@vger.kernel.org
5723 S: Supported
5724 F: Documentation/scsi/hpsa.txt
5725 F: drivers/scsi/hpsa*.[ch]
5726 F: include/linux/cciss*.h
5727 F: include/uapi/linux/cciss*.h
5728
5729 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5730 M: Don Brace <don.brace@microsemi.com>
5731 L: iss_storagedev@hp.com
5732 L: esc.storagedev@microsemi.com
5733 L: linux-scsi@vger.kernel.org
5734 S: Supported
5735 F: Documentation/blockdev/cciss.txt
5736 F: drivers/block/cciss*
5737 F: include/linux/cciss_ioctl.h
5738 F: include/uapi/linux/cciss_ioctl.h
5739
5740 HFI1 DRIVER
5741 M: Mike Marciniszyn <mike.marciniszyn@intel.com>
5742 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
5743 L: linux-rdma@vger.kernel.org
5744 S: Supported
5745 F: drivers/infiniband/hw/hfi1
5746
5747 HFS FILESYSTEM
5748 L: linux-fsdevel@vger.kernel.org
5749 S: Orphan
5750 F: Documentation/filesystems/hfs.txt
5751 F: fs/hfs/
5752
5753 HFSPLUS FILESYSTEM
5754 L: linux-fsdevel@vger.kernel.org
5755 S: Orphan
5756 F: Documentation/filesystems/hfsplus.txt
5757 F: fs/hfsplus/
5758
5759 HGA FRAMEBUFFER DRIVER
5760 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5761 L: linux-nvidia@lists.surfsouth.com
5762 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5763 S: Maintained
5764 F: drivers/video/fbdev/hgafb.c
5765
5766 HIBERNATION (aka Software Suspend, aka swsusp)
5767 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5768 M: Pavel Machek <pavel@ucw.cz>
5769 L: linux-pm@vger.kernel.org
5770 B: https://bugzilla.kernel.org
5771 S: Supported
5772 F: arch/x86/power/
5773 F: drivers/base/power/
5774 F: kernel/power/
5775 F: include/linux/suspend.h
5776 F: include/linux/freezer.h
5777 F: include/linux/pm.h
5778 F: arch/*/include/asm/suspend*.h
5779
5780 HID CORE LAYER
5781 M: Jiri Kosina <jikos@kernel.org>
5782 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5783 L: linux-input@vger.kernel.org
5784 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5785 S: Maintained
5786 F: drivers/hid/
5787 F: include/linux/hid*
5788 F: include/uapi/linux/hid*
5789
5790 HID SENSOR HUB DRIVERS
5791 M: Jiri Kosina <jikos@kernel.org>
5792 M: Jonathan Cameron <jic23@kernel.org>
5793 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5794 L: linux-input@vger.kernel.org
5795 L: linux-iio@vger.kernel.org
5796 S: Maintained
5797 F: Documentation/hid/hid-sensor*
5798 F: drivers/hid/hid-sensor-*
5799 F: drivers/iio/*/hid-*
5800 F: include/linux/hid-sensor-*
5801
5802 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5803 M: Thomas Gleixner <tglx@linutronix.de>
5804 L: linux-kernel@vger.kernel.org
5805 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5806 S: Maintained
5807 F: Documentation/timers/
5808 F: kernel/time/hrtimer.c
5809 F: kernel/time/clockevents.c
5810 F: kernel/time/tick*.*
5811 F: kernel/time/timer_*.c
5812 F: include/linux/clockchips.h
5813 F: include/linux/hrtimer.h
5814
5815 HIGH-SPEED SCC DRIVER FOR AX.25
5816 L: linux-hams@vger.kernel.org
5817 S: Orphan
5818 F: drivers/net/hamradio/dmascc.c
5819 F: drivers/net/hamradio/scc.c
5820
5821 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5822 M: HighPoint Linux Team <linux@highpoint-tech.com>
5823 W: http://www.highpoint-tech.com
5824 S: Supported
5825 F: Documentation/scsi/hptiop.txt
5826 F: drivers/scsi/hptiop.c
5827
5828 HIPPI
5829 M: Jes Sorensen <jes@trained-monkey.org>
5830 L: linux-hippi@sunsite.dk
5831 S: Maintained
5832 F: include/linux/hippidevice.h
5833 F: include/uapi/linux/if_hippi.h
5834 F: net/802/hippi.c
5835 F: drivers/net/hippi/
5836
5837 HISILICON NETWORK SUBSYSTEM DRIVER
5838 M: Yisen Zhuang <yisen.zhuang@huawei.com>
5839 M: Salil Mehta <salil.mehta@huawei.com>
5840 L: netdev@vger.kernel.org
5841 W: http://www.hisilicon.com
5842 S: Maintained
5843 F: drivers/net/ethernet/hisilicon/
5844 F: Documentation/devicetree/bindings/net/hisilicon*.txt
5845
5846 HISILICON ROCE DRIVER
5847 M: Lijun Ou <oulijun@huawei.com>
5848 M: Wei Hu(Xavier) <xavier.huwei@huawei.com>
5849 L: linux-rdma@vger.kernel.org
5850 S: Maintained
5851 F: drivers/infiniband/hw/hns/
5852 F: Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5853
5854 HISILICON SAS Controller
5855 M: John Garry <john.garry@huawei.com>
5856 W: http://www.hisilicon.com
5857 S: Supported
5858 F: drivers/scsi/hisi_sas/
5859 F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5860
5861 HOST AP DRIVER
5862 M: Jouni Malinen <j@w1.fi>
5863 L: linux-wireless@vger.kernel.org
5864 W: http://w1.fi/hostap-driver.html
5865 S: Obsolete
5866 F: drivers/net/wireless/intersil/hostap/
5867
5868 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5869 L: platform-driver-x86@vger.kernel.org
5870 S: Orphan
5871 F: drivers/platform/x86/tc1100-wmi.c
5872
5873 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5874 M: Jaroslav Kysela <perex@perex.cz>
5875 S: Maintained
5876 F: drivers/net/ethernet/hp/hp100.*
5877
5878 HPET: High Precision Event Timers driver
5879 M: Clemens Ladisch <clemens@ladisch.de>
5880 S: Maintained
5881 F: Documentation/timers/hpet.txt
5882 F: drivers/char/hpet.c
5883 F: include/linux/hpet.h
5884 F: include/uapi/linux/hpet.h
5885
5886 HPET: x86
5887 S: Orphan
5888 F: arch/x86/kernel/hpet.c
5889 F: arch/x86/include/asm/hpet.h
5890
5891 HPFS FILESYSTEM
5892 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5893 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5894 S: Maintained
5895 F: fs/hpfs/
5896
5897 HSI SUBSYSTEM
5898 M: Sebastian Reichel <sre@kernel.org>
5899 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5900 S: Maintained
5901 F: Documentation/ABI/testing/sysfs-bus-hsi
5902 F: Documentation/device-drivers/serial-interfaces.rst
5903 F: drivers/hsi/
5904 F: include/linux/hsi/
5905 F: include/uapi/linux/hsi/
5906
5907 HSO 3G MODEM DRIVER
5908 M: Jan Dumon <j.dumon@option.com>
5909 W: http://www.pharscape.org
5910 S: Maintained
5911 F: drivers/net/usb/hso.c
5912
5913 HSR NETWORK PROTOCOL
5914 M: Arvid Brodin <arvid.brodin@alten.se>
5915 L: netdev@vger.kernel.org
5916 S: Maintained
5917 F: net/hsr/
5918
5919 HTCPEN TOUCHSCREEN DRIVER
5920 M: Pau Oliva Fora <pof@eslack.org>
5921 L: linux-input@vger.kernel.org
5922 S: Maintained
5923 F: drivers/input/touchscreen/htcpen.c
5924
5925 HUGETLB FILESYSTEM
5926 M: Nadia Yvette Chambers <nyc@holomorphy.com>
5927 S: Maintained
5928 F: fs/hugetlbfs/
5929
5930 HVA ST MEDIA DRIVER
5931 M: Jean-Christophe Trotin <jean-christophe.trotin@st.com>
5932 L: linux-media@vger.kernel.org
5933 T: git git://linuxtv.org/media_tree.git
5934 W: https://linuxtv.org
5935 S: Supported
5936 F: drivers/media/platform/sti/hva
5937
5938 Hyper-V CORE AND DRIVERS
5939 M: "K. Y. Srinivasan" <kys@microsoft.com>
5940 M: Haiyang Zhang <haiyangz@microsoft.com>
5941 L: devel@linuxdriverproject.org
5942 S: Maintained
5943 F: arch/x86/include/asm/mshyperv.h
5944 F: arch/x86/include/uapi/asm/hyperv.h
5945 F: arch/x86/kernel/cpu/mshyperv.c
5946 F: drivers/hid/hid-hyperv.c
5947 F: drivers/hv/
5948 F: drivers/input/serio/hyperv-keyboard.c
5949 F: drivers/pci/host/pci-hyperv.c
5950 F: drivers/net/hyperv/
5951 F: drivers/scsi/storvsc_drv.c
5952 F: drivers/uio/uio_hv_generic.c
5953 F: drivers/video/fbdev/hyperv_fb.c
5954 F: include/linux/hyperv.h
5955 F: tools/hv/
5956 F: Documentation/ABI/stable/sysfs-bus-vmbus
5957
5958 I2C MUXES
5959 M: Peter Rosin <peda@axentia.se>
5960 L: linux-i2c@vger.kernel.org
5961 S: Maintained
5962 F: Documentation/i2c/i2c-topology
5963 F: Documentation/i2c/muxes/
5964 F: Documentation/devicetree/bindings/i2c/i2c-mux*
5965 F: Documentation/devicetree/bindings/i2c/i2c-arb*
5966 F: Documentation/devicetree/bindings/i2c/i2c-gate*
5967 F: drivers/i2c/i2c-mux.c
5968 F: drivers/i2c/muxes/
5969 F: include/linux/i2c-mux.h
5970
5971 I2C OVER PARALLEL PORT
5972 M: Jean Delvare <jdelvare@suse.com>
5973 L: linux-i2c@vger.kernel.org
5974 S: Maintained
5975 F: Documentation/i2c/busses/i2c-parport
5976 F: Documentation/i2c/busses/i2c-parport-light
5977 F: drivers/i2c/busses/i2c-parport.c
5978 F: drivers/i2c/busses/i2c-parport-light.c
5979
5980 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5981 M: Jean Delvare <jdelvare@suse.com>
5982 L: linux-i2c@vger.kernel.org
5983 S: Maintained
5984 F: Documentation/i2c/busses/i2c-ali1535
5985 F: Documentation/i2c/busses/i2c-ali1563
5986 F: Documentation/i2c/busses/i2c-ali15x3
5987 F: Documentation/i2c/busses/i2c-amd756
5988 F: Documentation/i2c/busses/i2c-amd8111
5989 F: Documentation/i2c/busses/i2c-i801
5990 F: Documentation/i2c/busses/i2c-nforce2
5991 F: Documentation/i2c/busses/i2c-piix4
5992 F: Documentation/i2c/busses/i2c-sis5595
5993 F: Documentation/i2c/busses/i2c-sis630
5994 F: Documentation/i2c/busses/i2c-sis96x
5995 F: Documentation/i2c/busses/i2c-via
5996 F: Documentation/i2c/busses/i2c-viapro
5997 F: drivers/i2c/busses/i2c-ali1535.c
5998 F: drivers/i2c/busses/i2c-ali1563.c
5999 F: drivers/i2c/busses/i2c-ali15x3.c
6000 F: drivers/i2c/busses/i2c-amd756.c
6001 F: drivers/i2c/busses/i2c-amd756-s4882.c
6002 F: drivers/i2c/busses/i2c-amd8111.c
6003 F: drivers/i2c/busses/i2c-i801.c
6004 F: drivers/i2c/busses/i2c-isch.c
6005 F: drivers/i2c/busses/i2c-nforce2.c
6006 F: drivers/i2c/busses/i2c-nforce2-s4985.c
6007 F: drivers/i2c/busses/i2c-piix4.c
6008 F: drivers/i2c/busses/i2c-sis5595.c
6009 F: drivers/i2c/busses/i2c-sis630.c
6010 F: drivers/i2c/busses/i2c-sis96x.c
6011 F: drivers/i2c/busses/i2c-via.c
6012 F: drivers/i2c/busses/i2c-viapro.c
6013
6014 I2C/SMBUS ISMT DRIVER
6015 M: Seth Heasley <seth.heasley@intel.com>
6016 M: Neil Horman <nhorman@tuxdriver.com>
6017 L: linux-i2c@vger.kernel.org
6018 F: drivers/i2c/busses/i2c-ismt.c
6019 F: Documentation/i2c/busses/i2c-ismt
6020
6021 I2C/SMBUS STUB DRIVER
6022 M: Jean Delvare <jdelvare@suse.com>
6023 L: linux-i2c@vger.kernel.org
6024 S: Maintained
6025 F: drivers/i2c/i2c-stub.c
6026
6027 I2C SUBSYSTEM
6028 M: Wolfram Sang <wsa@the-dreams.de>
6029 L: linux-i2c@vger.kernel.org
6030 W: https://i2c.wiki.kernel.org/
6031 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
6032 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6033 S: Maintained
6034 F: Documentation/devicetree/bindings/i2c/
6035 F: Documentation/i2c/
6036 F: drivers/i2c/
6037 F: drivers/i2c/*/
6038 F: include/linux/i2c.h
6039 F: include/linux/i2c-*.h
6040 F: include/uapi/linux/i2c.h
6041 F: include/uapi/linux/i2c-*.h
6042
6043 I2C ACPI SUPPORT
6044 M: Mika Westerberg <mika.westerberg@linux.intel.com>
6045 L: linux-i2c@vger.kernel.org
6046 L: linux-acpi@vger.kernel.org
6047 S: Maintained
6048
6049 I2C-TAOS-EVM DRIVER
6050 M: Jean Delvare <jdelvare@suse.com>
6051 L: linux-i2c@vger.kernel.org
6052 S: Maintained
6053 F: Documentation/i2c/busses/i2c-taos-evm
6054 F: drivers/i2c/busses/i2c-taos-evm.c
6055
6056 I2C-TINY-USB DRIVER
6057 M: Till Harbaum <till@harbaum.org>
6058 L: linux-i2c@vger.kernel.org
6059 W: http://www.harbaum.org/till/i2c_tiny_usb
6060 S: Maintained
6061 F: drivers/i2c/busses/i2c-tiny-usb.c
6062
6063 i386 BOOT CODE
6064 M: "H. Peter Anvin" <hpa@zytor.com>
6065 S: Maintained
6066 F: arch/x86/boot/
6067
6068 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6069 M: "H. Peter Anvin" <hpa@zytor.com>
6070 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6071 S: Maintained
6072
6073 IA64 (Itanium) PLATFORM
6074 M: Tony Luck <tony.luck@intel.com>
6075 M: Fenghua Yu <fenghua.yu@intel.com>
6076 L: linux-ia64@vger.kernel.org
6077 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6078 S: Maintained
6079 F: arch/ia64/
6080
6081 IBM Power VMX Cryptographic instructions
6082 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6083 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6084 L: linux-crypto@vger.kernel.org
6085 S: Supported
6086 F: drivers/crypto/vmx/Makefile
6087 F: drivers/crypto/vmx/Kconfig
6088 F: drivers/crypto/vmx/vmx.c
6089 F: drivers/crypto/vmx/aes*
6090 F: drivers/crypto/vmx/ghash*
6091 F: drivers/crypto/vmx/ppc-xlate.pl
6092
6093 IBM Power in-Nest Crypto Acceleration
6094 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6095 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6096 L: linux-crypto@vger.kernel.org
6097 S: Supported
6098 F: drivers/crypto/nx/Makefile
6099 F: drivers/crypto/nx/Kconfig
6100 F: drivers/crypto/nx/nx-aes*
6101 F: drivers/crypto/nx/nx-sha*
6102 F: drivers/crypto/nx/nx.*
6103 F: drivers/crypto/nx/nx_csbcpb.h
6104 F: drivers/crypto/nx/nx_debugfs.h
6105
6106 IBM Power 842 compression accelerator
6107 M: Dan Streetman <ddstreet@ieee.org>
6108 S: Supported
6109 F: drivers/crypto/nx/Makefile
6110 F: drivers/crypto/nx/Kconfig
6111 F: drivers/crypto/nx/nx-842*
6112 F: include/linux/sw842.h
6113 F: crypto/842.c
6114 F: lib/842/
6115
6116 IBM Power Linux RAID adapter
6117 M: Brian King <brking@us.ibm.com>
6118 S: Supported
6119 F: drivers/scsi/ipr.*
6120
6121 IBM Power Virtual Ethernet Device Driver
6122 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6123 L: netdev@vger.kernel.org
6124 S: Supported
6125 F: drivers/net/ethernet/ibm/ibmveth.*
6126
6127 IBM Power SRIOV Virtual NIC Device Driver
6128 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6129 M: John Allen <jallen@linux.vnet.ibm.com>
6130 L: netdev@vger.kernel.org
6131 S: Supported
6132 F: drivers/net/ethernet/ibm/ibmvnic.*
6133
6134 IBM Power Virtual SCSI Device Drivers
6135 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6136 L: linux-scsi@vger.kernel.org
6137 S: Supported
6138 F: drivers/scsi/ibmvscsi/ibmvscsi*
6139 F: include/scsi/viosrp.h
6140
6141 IBM Power Virtual SCSI Device Target Driver
6142 M: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6143 M: Michael Cyr <mikecyr@linux.vnet.ibm.com>
6144 L: linux-scsi@vger.kernel.org
6145 L: target-devel@vger.kernel.org
6146 S: Supported
6147 F: drivers/scsi/ibmvscsi_tgt/
6148
6149 IBM Power Virtual FC Device Drivers
6150 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6151 L: linux-scsi@vger.kernel.org
6152 S: Supported
6153 F: drivers/scsi/ibmvscsi/ibmvfc*
6154
6155 IBM ServeRAID RAID DRIVER
6156 S: Orphan
6157 F: drivers/scsi/ips.*
6158
6159 ICH LPC AND GPIO DRIVER
6160 M: Peter Tyser <ptyser@xes-inc.com>
6161 S: Maintained
6162 F: drivers/mfd/lpc_ich.c
6163 F: drivers/gpio/gpio-ich.c
6164
6165 IDE SUBSYSTEM
6166 M: "David S. Miller" <davem@davemloft.net>
6167 L: linux-ide@vger.kernel.org
6168 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
6169 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6170 S: Maintained
6171 F: Documentation/ide/
6172 F: drivers/ide/
6173 F: include/linux/ide.h
6174
6175 IDEAPAD LAPTOP EXTRAS DRIVER
6176 M: Ike Panhc <ike.pan@canonical.com>
6177 L: platform-driver-x86@vger.kernel.org
6178 W: http://launchpad.net/ideapad-laptop
6179 S: Maintained
6180 F: drivers/platform/x86/ideapad-laptop.c
6181
6182 IDEAPAD LAPTOP SLIDEBAR DRIVER
6183 M: Andrey Moiseev <o2g.org.ru@gmail.com>
6184 L: linux-input@vger.kernel.org
6185 W: https://github.com/o2genum/ideapad-slidebar
6186 S: Maintained
6187 F: drivers/input/misc/ideapad_slidebar.c
6188
6189 IDE/ATAPI DRIVERS
6190 M: Borislav Petkov <bp@alien8.de>
6191 L: linux-ide@vger.kernel.org
6192 S: Maintained
6193 F: Documentation/cdrom/ide-cd
6194 F: drivers/ide/ide-cd*
6195
6196 IEEE 802.15.4 SUBSYSTEM
6197 M: Alexander Aring <aar@pengutronix.de>
6198 M: Stefan Schmidt <stefan@osg.samsung.com>
6199 L: linux-wpan@vger.kernel.org
6200 W: http://wpan.cakelab.org/
6201 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6202 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6203 S: Maintained
6204 F: net/ieee802154/
6205 F: net/mac802154/
6206 F: drivers/net/ieee802154/
6207 F: include/linux/nl802154.h
6208 F: include/linux/ieee802154.h
6209 F: include/net/nl802154.h
6210 F: include/net/mac802154.h
6211 F: include/net/af_ieee802154.h
6212 F: include/net/cfg802154.h
6213 F: include/net/ieee802154_netdev.h
6214 F: Documentation/networking/ieee802154.txt
6215
6216 IGORPLUG-USB IR RECEIVER
6217 M: Sean Young <sean@mess.org>
6218 L: linux-media@vger.kernel.org
6219 S: Maintained
6220 F: drivers/media/rc/igorplugusb.c
6221
6222 IGUANAWORKS USB IR TRANSCEIVER
6223 M: Sean Young <sean@mess.org>
6224 L: linux-media@vger.kernel.org
6225 S: Maintained
6226 F: drivers/media/rc/iguanair.c
6227
6228 IIO DIGITAL POTENTIOMETER DAC
6229 M: Peter Rosin <peda@axentia.se>
6230 L: linux-iio@vger.kernel.org
6231 S: Maintained
6232 F: Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6233 F: Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6234 F: drivers/iio/dac/dpot-dac.c
6235
6236 IIO ENVELOPE DETECTOR
6237 M: Peter Rosin <peda@axentia.se>
6238 L: linux-iio@vger.kernel.org
6239 S: Maintained
6240 F: Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6241 F: Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6242 F: drivers/iio/adc/envelope-detector.c
6243
6244 IIO SUBSYSTEM AND DRIVERS
6245 M: Jonathan Cameron <jic23@kernel.org>
6246 R: Hartmut Knaack <knaack.h@gmx.de>
6247 R: Lars-Peter Clausen <lars@metafoo.de>
6248 R: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6249 L: linux-iio@vger.kernel.org
6250 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6251 S: Maintained
6252 F: Documentation/devicetree/bindings/iio/
6253 F: drivers/iio/
6254 F: drivers/staging/iio/
6255 F: include/linux/iio/
6256 F: tools/iio/
6257
6258 IKANOS/ADI EAGLE ADSL USB DRIVER
6259 M: Matthieu Castet <castet.matthieu@free.fr>
6260 M: Stanislaw Gruszka <stf_xl@wp.pl>
6261 S: Maintained
6262 F: drivers/usb/atm/ueagle-atm.c
6263
6264 IMGTEC ASCII LCD DRIVER
6265 M: Paul Burton <paul.burton@imgtec.com>
6266 S: Maintained
6267 F: Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6268 F: drivers/auxdisplay/img-ascii-lcd.c
6269
6270 INA209 HARDWARE MONITOR DRIVER
6271 M: Guenter Roeck <linux@roeck-us.net>
6272 L: linux-hwmon@vger.kernel.org
6273 S: Maintained
6274 F: Documentation/hwmon/ina209
6275 F: Documentation/devicetree/bindings/i2c/ina209.txt
6276 F: drivers/hwmon/ina209.c
6277
6278 INA2XX HARDWARE MONITOR DRIVER
6279 M: Guenter Roeck <linux@roeck-us.net>
6280 L: linux-hwmon@vger.kernel.org
6281 S: Maintained
6282 F: Documentation/hwmon/ina2xx
6283 F: drivers/hwmon/ina2xx.c
6284 F: include/linux/platform_data/ina2xx.h
6285
6286 INDUSTRY PACK SUBSYSTEM (IPACK)
6287 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6288 M: Jens Taprogge <jens.taprogge@taprogge.org>
6289 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6290 L: industrypack-devel@lists.sourceforge.net
6291 W: http://industrypack.sourceforge.net
6292 S: Maintained
6293 F: drivers/ipack/
6294
6295 INGENIC JZ4780 DMA Driver
6296 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6297 S: Maintained
6298 F: drivers/dma/dma-jz4780.c
6299
6300 INGENIC JZ4780 NAND DRIVER
6301 M: Harvey Hunt <harveyhuntnexus@gmail.com>
6302 L: linux-mtd@lists.infradead.org
6303 S: Maintained
6304 F: drivers/mtd/nand/jz4780_*
6305
6306 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6307 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6308 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6309 L: linux-ima-devel@lists.sourceforge.net
6310 L: linux-ima-user@lists.sourceforge.net
6311 L: linux-security-module@vger.kernel.org
6312 T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6313 S: Supported
6314 F: security/integrity/ima/
6315
6316 IMGTEC IR DECODER DRIVER
6317 M: James Hogan <james.hogan@imgtec.com>
6318 S: Maintained
6319 F: drivers/media/rc/img-ir/
6320
6321 IMS TWINTURBO FRAMEBUFFER DRIVER
6322 L: linux-fbdev@vger.kernel.org
6323 S: Orphan
6324 F: drivers/video/fbdev/imsttfb.c
6325
6326 INFINIBAND SUBSYSTEM
6327 M: Doug Ledford <dledford@redhat.com>
6328 M: Sean Hefty <sean.hefty@intel.com>
6329 M: Hal Rosenstock <hal.rosenstock@gmail.com>
6330 L: linux-rdma@vger.kernel.org
6331 W: http://www.openfabrics.org/
6332 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6333 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6334 S: Supported
6335 F: Documentation/infiniband/
6336 F: drivers/infiniband/
6337 F: include/uapi/linux/if_infiniband.h
6338 F: include/uapi/rdma/
6339 F: include/rdma/
6340
6341 INOTIFY
6342 M: John McCutchan <john@johnmccutchan.com>
6343 M: Robert Love <rlove@rlove.org>
6344 M: Eric Paris <eparis@parisplace.org>
6345 S: Maintained
6346 F: Documentation/filesystems/inotify.txt
6347 F: fs/notify/inotify/
6348 F: include/linux/inotify.h
6349 F: include/uapi/linux/inotify.h
6350
6351 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6352 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
6353 L: linux-input@vger.kernel.org
6354 Q: http://patchwork.kernel.org/project/linux-input/list/
6355 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6356 S: Maintained
6357 F: drivers/input/
6358 F: include/linux/input.h
6359 F: include/uapi/linux/input.h
6360 F: include/linux/input/
6361 F: Documentation/devicetree/bindings/input/
6362
6363 INPUT MULTITOUCH (MT) PROTOCOL
6364 M: Henrik Rydberg <rydberg@bitmath.org>
6365 L: linux-input@vger.kernel.org
6366 S: Odd fixes
6367 F: Documentation/input/multi-touch-protocol.txt
6368 F: drivers/input/input-mt.c
6369 K: \b(ABS|SYN)_MT_
6370
6371 INTEL ASoC BDW/HSW DRIVERS
6372 M: Jie Yang <yang.jie@linux.intel.com>
6373 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6374 S: Supported
6375 F: sound/soc/intel/common/sst-dsp*
6376 F: sound/soc/intel/common/sst-firmware.c
6377 F: sound/soc/intel/boards/broadwell.c
6378 F: sound/soc/intel/haswell/
6379
6380 INTEL C600 SERIES SAS CONTROLLER DRIVER
6381 M: Intel SCU Linux support <intel-linux-scu@intel.com>
6382 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6383 L: linux-scsi@vger.kernel.org
6384 T: git git://git.code.sf.net/p/intel-sas/isci
6385 S: Supported
6386 F: drivers/scsi/isci/
6387
6388 INTEL HID EVENT DRIVER
6389 M: Alex Hung <alex.hung@canonical.com>
6390 L: platform-driver-x86@vger.kernel.org
6391 S: Maintained
6392 F: drivers/platform/x86/intel-hid.c
6393
6394 INTEL VIRTUAL BUTTON DRIVER
6395 M: AceLan Kao <acelan.kao@canonical.com>
6396 L: platform-driver-x86@vger.kernel.org
6397 S: Maintained
6398 F: drivers/platform/x86/intel-vbtn.c
6399
6400 INTEL IDLE DRIVER
6401 M: Jacob Pan <jacob.jun.pan@linux.intel.com>
6402 M: Len Brown <lenb@kernel.org>
6403 L: linux-pm@vger.kernel.org
6404 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6405 B: https://bugzilla.kernel.org
6406 S: Supported
6407 F: drivers/idle/intel_idle.c
6408
6409 INTEL INTEGRATED SENSOR HUB DRIVER
6410 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6411 M: Jiri Kosina <jikos@kernel.org>
6412 L: linux-input@vger.kernel.org
6413 S: Maintained
6414 F: drivers/hid/intel-ish-hid/
6415
6416 INTEL PSTATE DRIVER
6417 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6418 M: Len Brown <lenb@kernel.org>
6419 L: linux-pm@vger.kernel.org
6420 S: Supported
6421 F: drivers/cpufreq/intel_pstate.c
6422
6423 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6424 M: Maik Broemme <mbroemme@libmpq.org>
6425 L: linux-fbdev@vger.kernel.org
6426 S: Maintained
6427 F: Documentation/fb/intelfb.txt
6428 F: drivers/video/fbdev/intelfb/
6429
6430 INTEL 810/815 FRAMEBUFFER DRIVER
6431 M: Antonino Daplas <adaplas@gmail.com>
6432 L: linux-fbdev@vger.kernel.org
6433 S: Maintained
6434 F: drivers/video/fbdev/i810/
6435
6436 INTEL MENLOW THERMAL DRIVER
6437 M: Sujith Thomas <sujith.thomas@intel.com>
6438 L: platform-driver-x86@vger.kernel.org
6439 W: https://01.org/linux-acpi
6440 S: Supported
6441 F: drivers/platform/x86/intel_menlow.c
6442
6443 INTEL I/OAT DMA DRIVER
6444 M: Dave Jiang <dave.jiang@intel.com>
6445 R: Dan Williams <dan.j.williams@intel.com>
6446 L: dmaengine@vger.kernel.org
6447 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
6448 S: Supported
6449 F: drivers/dma/ioat*
6450
6451 INTEL IOMMU (VT-d)
6452 M: David Woodhouse <dwmw2@infradead.org>
6453 L: iommu@lists.linux-foundation.org
6454 T: git git://git.infradead.org/iommu-2.6.git
6455 S: Supported
6456 F: drivers/iommu/intel-iommu.c
6457 F: include/linux/intel-iommu.h
6458
6459 INTEL IOP-ADMA DMA DRIVER
6460 R: Dan Williams <dan.j.williams@intel.com>
6461 S: Odd fixes
6462 F: drivers/dma/iop-adma.c
6463
6464 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6465 M: Krzysztof Halasa <khalasa@piap.pl>
6466 S: Maintained
6467 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
6468 F: arch/arm/mach-ixp4xx/include/mach/npe.h
6469 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6470 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
6471 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
6472 F: drivers/net/wan/ixp4xx_hss.c
6473
6474 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6475 M: Deepak Saxena <dsaxena@plexity.net>
6476 S: Maintained
6477 F: drivers/char/hw_random/ixp4xx-rng.c
6478
6479 INTEL ETHERNET DRIVERS
6480 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6481 L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6482 W: http://www.intel.com/support/feedback.htm
6483 W: http://e1000.sourceforge.net/
6484 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6485 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6486 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6487 S: Supported
6488 F: Documentation/networking/e100.txt
6489 F: Documentation/networking/e1000.txt
6490 F: Documentation/networking/e1000e.txt
6491 F: Documentation/networking/igb.txt
6492 F: Documentation/networking/igbvf.txt
6493 F: Documentation/networking/ixgb.txt
6494 F: Documentation/networking/ixgbe.txt
6495 F: Documentation/networking/ixgbevf.txt
6496 F: Documentation/networking/i40e.txt
6497 F: Documentation/networking/i40evf.txt
6498 F: drivers/net/ethernet/intel/
6499 F: drivers/net/ethernet/intel/*/
6500
6501 INTEL RDMA RNIC DRIVER
6502 M: Faisal Latif <faisal.latif@intel.com>
6503 R: Chien Tin Tung <chien.tin.tung@intel.com>
6504 R: Mustafa Ismail <mustafa.ismail@intel.com>
6505 R: Shiraz Saleem <shiraz.saleem@intel.com>
6506 R: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6507 L: linux-rdma@vger.kernel.org
6508 S: Supported
6509 F: drivers/infiniband/hw/i40iw/
6510
6511 INTEL MERRIFIELD GPIO DRIVER
6512 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6513 L: linux-gpio@vger.kernel.org
6514 S: Maintained
6515 F: drivers/gpio/gpio-merrifield.c
6516
6517 INTEL-MID GPIO DRIVER
6518 M: David Cohen <david.a.cohen@linux.intel.com>
6519 L: linux-gpio@vger.kernel.org
6520 S: Maintained
6521 F: drivers/gpio/gpio-intel-mid.c
6522
6523 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6524 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
6525 L: linux-wireless@vger.kernel.org
6526 S: Maintained
6527 F: Documentation/networking/README.ipw2100
6528 F: Documentation/networking/README.ipw2200
6529 F: drivers/net/wireless/intel/ipw2x00/
6530
6531 INTEL(R) TRACE HUB
6532 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
6533 S: Supported
6534 F: Documentation/trace/intel_th.txt
6535 F: drivers/hwtracing/intel_th/
6536
6537 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6538 M: Ning Sun <ning.sun@intel.com>
6539 L: tboot-devel@lists.sourceforge.net
6540 W: http://tboot.sourceforge.net
6541 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6542 S: Supported
6543 F: Documentation/intel_txt.txt
6544 F: include/linux/tboot.h
6545 F: arch/x86/kernel/tboot.c
6546
6547 INTEL WIRELESS WIMAX CONNECTION 2400
6548 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6549 M: linux-wimax@intel.com
6550 L: wimax@linuxwimax.org (subscribers-only)
6551 S: Supported
6552 W: http://linuxwimax.org
6553 F: Documentation/wimax/README.i2400m
6554 F: drivers/net/wimax/i2400m/
6555 F: include/uapi/linux/wimax/i2400m.h
6556
6557 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6558 M: Stanislaw Gruszka <sgruszka@redhat.com>
6559 L: linux-wireless@vger.kernel.org
6560 S: Supported
6561 F: drivers/net/wireless/intel/iwlegacy/
6562
6563 INTEL WIRELESS WIFI LINK (iwlwifi)
6564 M: Johannes Berg <johannes.berg@intel.com>
6565 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6566 M: Luca Coelho <luciano.coelho@intel.com>
6567 M: Intel Linux Wireless <linuxwifi@intel.com>
6568 L: linux-wireless@vger.kernel.org
6569 W: http://intellinuxwireless.org
6570 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6571 S: Supported
6572 F: drivers/net/wireless/intel/iwlwifi/
6573
6574 INTEL MANAGEMENT ENGINE (mei)
6575 M: Tomas Winkler <tomas.winkler@intel.com>
6576 L: linux-kernel@vger.kernel.org
6577 S: Supported
6578 F: include/uapi/linux/mei.h
6579 F: include/linux/mei_cl_bus.h
6580 F: drivers/misc/mei/*
6581 F: drivers/watchdog/mei_wdt.c
6582 F: Documentation/misc-devices/mei/*
6583 F: samples/mei/*
6584
6585 INTEL MIC DRIVERS (mic)
6586 M: Sudeep Dutt <sudeep.dutt@intel.com>
6587 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
6588 S: Supported
6589 W: https://github.com/sudeepdutt/mic
6590 W: http://software.intel.com/en-us/mic-developer
6591 F: include/linux/mic_bus.h
6592 F: include/linux/scif.h
6593 F: include/uapi/linux/mic_common.h
6594 F: include/uapi/linux/mic_ioctl.h
6595 F: include/uapi/linux/scif_ioctl.h
6596 F: drivers/misc/mic/
6597 F: drivers/dma/mic_x100_dma.c
6598 F: drivers/dma/mic_x100_dma.h
6599 F: Documentation/mic/
6600
6601 INTEL PMC/P-Unit IPC DRIVER
6602 M: Zha Qipeng<qipeng.zha@intel.com>
6603 L: platform-driver-x86@vger.kernel.org
6604 S: Maintained
6605 F: drivers/platform/x86/intel_pmc_ipc.c
6606 F: drivers/platform/x86/intel_punit_ipc.c
6607 F: arch/x86/include/asm/intel_pmc_ipc.h
6608 F: arch/x86/include/asm/intel_punit_ipc.h
6609
6610 INTEL TELEMETRY DRIVER
6611 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6612 L: platform-driver-x86@vger.kernel.org
6613 S: Maintained
6614 F: arch/x86/include/asm/intel_telemetry.h
6615 F: drivers/platform/x86/intel_telemetry*
6616
6617 INTEL PMC CORE DRIVER
6618 M: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6619 M: Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6620 L: platform-driver-x86@vger.kernel.org
6621 S: Maintained
6622 F: arch/x86/include/asm/pmc_core.h
6623 F: drivers/platform/x86/intel_pmc_core*
6624
6625 INVENSENSE MPU-3050 GYROSCOPE DRIVER
6626 M: Linus Walleij <linus.walleij@linaro.org>
6627 L: linux-iio@vger.kernel.org
6628 S: Maintained
6629 F: drivers/iio/gyro/mpu3050*
6630 F: Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
6631
6632 IOC3 ETHERNET DRIVER
6633 M: Ralf Baechle <ralf@linux-mips.org>
6634 L: linux-mips@linux-mips.org
6635 S: Maintained
6636 F: drivers/net/ethernet/sgi/ioc3-eth.c
6637
6638 IOC3 SERIAL DRIVER
6639 M: Pat Gefre <pfg@sgi.com>
6640 L: linux-serial@vger.kernel.org
6641 S: Maintained
6642 F: drivers/tty/serial/ioc3_serial.c
6643
6644 IOMMU DRIVERS
6645 M: Joerg Roedel <joro@8bytes.org>
6646 L: iommu@lists.linux-foundation.org
6647 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6648 S: Maintained
6649 F: Documentation/devicetree/bindings/iommu/
6650 F: drivers/iommu/
6651
6652 IP MASQUERADING
6653 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6654 S: Maintained
6655 F: net/ipv4/netfilter/ipt_MASQUERADE.c
6656
6657 IPMI SUBSYSTEM
6658 M: Corey Minyard <minyard@acm.org>
6659 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6660 W: http://openipmi.sourceforge.net/
6661 S: Supported
6662 F: Documentation/IPMI.txt
6663 F: drivers/char/ipmi/
6664 F: include/linux/ipmi*
6665 F: include/uapi/linux/ipmi*
6666
6667 QCOM AUDIO (ASoC) DRIVERS
6668 M: Patrick Lai <plai@codeaurora.org>
6669 M: Banajit Goswami <bgoswami@codeaurora.org>
6670 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6671 S: Supported
6672 F: sound/soc/qcom/
6673
6674 IPS SCSI RAID DRIVER
6675 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6676 L: linux-scsi@vger.kernel.org
6677 W: http://www.adaptec.com/
6678 S: Maintained
6679 F: drivers/scsi/ips*
6680
6681 IPVS
6682 M: Wensong Zhang <wensong@linux-vs.org>
6683 M: Simon Horman <horms@verge.net.au>
6684 M: Julian Anastasov <ja@ssi.bg>
6685 L: netdev@vger.kernel.org
6686 L: lvs-devel@vger.kernel.org
6687 S: Maintained
6688 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6689 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6690 F: Documentation/networking/ipvs-sysctl.txt
6691 F: include/net/ip_vs.h
6692 F: include/uapi/linux/ip_vs.h
6693 F: net/netfilter/ipvs/
6694
6695 IPWIRELESS DRIVER
6696 M: Jiri Kosina <jikos@kernel.org>
6697 M: David Sterba <dsterba@suse.com>
6698 S: Odd Fixes
6699 F: drivers/tty/ipwireless/
6700
6701 IPX NETWORK LAYER
6702 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6703 L: netdev@vger.kernel.org
6704 S: Maintained
6705 F: include/net/ipx.h
6706 F: include/uapi/linux/ipx.h
6707 F: net/ipx/
6708
6709 IRDA SUBSYSTEM
6710 M: Samuel Ortiz <samuel@sortiz.org>
6711 L: irda-users@lists.sourceforge.net (subscribers-only)
6712 L: netdev@vger.kernel.org
6713 W: http://irda.sourceforge.net/
6714 S: Maintained
6715 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6716 F: Documentation/networking/irda.txt
6717 F: drivers/net/irda/
6718 F: include/net/irda/
6719 F: net/irda/
6720
6721 IRQ SUBSYSTEM
6722 M: Thomas Gleixner <tglx@linutronix.de>
6723 L: linux-kernel@vger.kernel.org
6724 S: Maintained
6725 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6726 F: kernel/irq/
6727
6728 IRQCHIP DRIVERS
6729 M: Thomas Gleixner <tglx@linutronix.de>
6730 M: Jason Cooper <jason@lakedaemon.net>
6731 M: Marc Zyngier <marc.zyngier@arm.com>
6732 L: linux-kernel@vger.kernel.org
6733 S: Maintained
6734 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6735 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6736 F: Documentation/devicetree/bindings/interrupt-controller/
6737 F: drivers/irqchip/
6738
6739 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6740 M: Marc Zyngier <marc.zyngier@arm.com>
6741 S: Maintained
6742 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6743 F: Documentation/IRQ-domain.txt
6744 F: include/linux/irqdomain.h
6745 F: kernel/irq/irqdomain.c
6746 F: kernel/irq/msi.c
6747
6748 ISA
6749 M: William Breathitt Gray <vilhelm.gray@gmail.com>
6750 S: Maintained
6751 F: Documentation/isa.txt
6752 F: drivers/base/isa.c
6753 F: include/linux/isa.h
6754
6755 ISAPNP
6756 M: Jaroslav Kysela <perex@perex.cz>
6757 S: Maintained
6758 F: Documentation/isapnp.txt
6759 F: drivers/pnp/isapnp/
6760 F: include/linux/isapnp.h
6761
6762 ISA RADIO MODULE
6763 M: Hans Verkuil <hverkuil@xs4all.nl>
6764 L: linux-media@vger.kernel.org
6765 T: git git://linuxtv.org/media_tree.git
6766 W: https://linuxtv.org
6767 S: Maintained
6768 F: drivers/media/radio/radio-isa*
6769
6770 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6771 M: Peter Jones <pjones@redhat.com>
6772 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
6773 S: Maintained
6774 F: drivers/firmware/iscsi_ibft*
6775
6776 ISCSI
6777 M: Lee Duncan <lduncan@suse.com>
6778 M: Chris Leech <cleech@redhat.com>
6779 L: open-iscsi@googlegroups.com
6780 W: www.open-iscsi.com
6781 S: Maintained
6782 F: drivers/scsi/*iscsi*
6783 F: include/scsi/*iscsi*
6784
6785 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6786 M: Or Gerlitz <ogerlitz@mellanox.com>
6787 M: Sagi Grimberg <sagi@grimberg.me>
6788 M: Roi Dayan <roid@mellanox.com>
6789 L: linux-rdma@vger.kernel.org
6790 S: Supported
6791 W: http://www.openfabrics.org
6792 W: www.open-iscsi.org
6793 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6794 F: drivers/infiniband/ulp/iser/
6795
6796 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6797 M: Sagi Grimberg <sagi@grimberg.me>
6798 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6799 L: linux-rdma@vger.kernel.org
6800 L: target-devel@vger.kernel.org
6801 S: Supported
6802 W: http://www.linux-iscsi.org
6803 F: drivers/infiniband/ulp/isert
6804
6805 ISDN SUBSYSTEM
6806 M: Karsten Keil <isdn@linux-pingi.de>
6807 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6808 L: netdev@vger.kernel.org
6809 W: http://www.isdn4linux.de
6810 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6811 S: Maintained
6812 F: Documentation/isdn/
6813 F: drivers/isdn/
6814 F: include/linux/isdn.h
6815 F: include/linux/isdn/
6816 F: include/uapi/linux/isdn.h
6817 F: include/uapi/linux/isdn/
6818
6819 ISDN SUBSYSTEM (Eicon active card driver)
6820 M: Armin Schindler <mac@melware.de>
6821 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6822 W: http://www.melware.de
6823 S: Maintained
6824 F: drivers/isdn/hardware/eicon/
6825
6826 IT87 HARDWARE MONITORING DRIVER
6827 M: Jean Delvare <jdelvare@suse.com>
6828 L: linux-hwmon@vger.kernel.org
6829 S: Maintained
6830 F: Documentation/hwmon/it87
6831 F: drivers/hwmon/it87.c
6832
6833 IT913X MEDIA DRIVER
6834 M: Antti Palosaari <crope@iki.fi>
6835 L: linux-media@vger.kernel.org
6836 W: https://linuxtv.org
6837 W: http://palosaari.fi/linux/
6838 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6839 T: git git://linuxtv.org/anttip/media_tree.git
6840 S: Maintained
6841 F: drivers/media/tuners/it913x*
6842
6843 IVTV VIDEO4LINUX DRIVER
6844 M: Andy Walls <awalls@md.metrocast.net>
6845 L: ivtv-devel@ivtvdriver.org (subscribers-only)
6846 L: linux-media@vger.kernel.org
6847 T: git git://linuxtv.org/media_tree.git
6848 W: http://www.ivtvdriver.org
6849 S: Maintained
6850 F: Documentation/media/v4l-drivers/ivtv*
6851 F: drivers/media/pci/ivtv/
6852 F: include/uapi/linux/ivtv*
6853
6854 IX2505V MEDIA DRIVER
6855 M: Malcolm Priestley <tvboxspy@gmail.com>
6856 L: linux-media@vger.kernel.org
6857 W: https://linuxtv.org
6858 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6859 S: Maintained
6860 F: drivers/media/dvb-frontends/ix2505v*
6861
6862 JC42.4 TEMPERATURE SENSOR DRIVER
6863 M: Guenter Roeck <linux@roeck-us.net>
6864 L: linux-hwmon@vger.kernel.org
6865 S: Maintained
6866 F: drivers/hwmon/jc42.c
6867 F: Documentation/hwmon/jc42
6868
6869 JFS FILESYSTEM
6870 M: Dave Kleikamp <shaggy@kernel.org>
6871 L: jfs-discussion@lists.sourceforge.net
6872 W: http://jfs.sourceforge.net/
6873 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6874 S: Maintained
6875 F: Documentation/filesystems/jfs.txt
6876 F: fs/jfs/
6877
6878 JME NETWORK DRIVER
6879 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6880 L: netdev@vger.kernel.org
6881 S: Maintained
6882 F: drivers/net/ethernet/jme.*
6883
6884 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6885 M: David Woodhouse <dwmw2@infradead.org>
6886 L: linux-mtd@lists.infradead.org
6887 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6888 S: Maintained
6889 F: fs/jffs2/
6890 F: include/uapi/linux/jffs2.h
6891
6892 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6893 M: "Theodore Ts'o" <tytso@mit.edu>
6894 M: Jan Kara <jack@suse.com>
6895 L: linux-ext4@vger.kernel.org
6896 S: Maintained
6897 F: fs/jbd2/
6898 F: include/linux/jbd2.h
6899
6900 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6901 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6902 L: linux-media@vger.kernel.org
6903 S: Maintained
6904 F: drivers/media/platform/rcar_jpu.c
6905
6906 JSM Neo PCI based serial card
6907 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6908 L: linux-serial@vger.kernel.org
6909 S: Maintained
6910 F: drivers/tty/serial/jsm/
6911
6912 K10TEMP HARDWARE MONITORING DRIVER
6913 M: Clemens Ladisch <clemens@ladisch.de>
6914 L: linux-hwmon@vger.kernel.org
6915 S: Maintained
6916 F: Documentation/hwmon/k10temp
6917 F: drivers/hwmon/k10temp.c
6918
6919 K8TEMP HARDWARE MONITORING DRIVER
6920 M: Rudolf Marek <r.marek@assembler.cz>
6921 L: linux-hwmon@vger.kernel.org
6922 S: Maintained
6923 F: Documentation/hwmon/k8temp
6924 F: drivers/hwmon/k8temp.c
6925
6926 KASAN
6927 M: Andrey Ryabinin <aryabinin@virtuozzo.com>
6928 R: Alexander Potapenko <glider@google.com>
6929 R: Dmitry Vyukov <dvyukov@google.com>
6930 L: kasan-dev@googlegroups.com
6931 S: Maintained
6932 F: arch/*/include/asm/kasan.h
6933 F: arch/*/mm/kasan_init*
6934 F: Documentation/dev-tools/kasan.rst
6935 F: include/linux/kasan*.h
6936 F: lib/test_kasan.c
6937 F: mm/kasan/
6938 F: scripts/Makefile.kasan
6939
6940 KCONFIG
6941 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
6942 L: linux-kbuild@vger.kernel.org
6943 T: git git://gitorious.org/linux-kconfig/linux-kconfig
6944 S: Maintained
6945 F: Documentation/kbuild/kconfig-language.txt
6946 F: scripts/kconfig/
6947
6948 KDUMP
6949 M: Dave Young <dyoung@redhat.com>
6950 M: Baoquan He <bhe@redhat.com>
6951 R: Vivek Goyal <vgoyal@redhat.com>
6952 L: kexec@lists.infradead.org
6953 W: http://lse.sourceforge.net/kdump/
6954 S: Maintained
6955 F: Documentation/kdump/
6956
6957 KEENE FM RADIO TRANSMITTER DRIVER
6958 M: Hans Verkuil <hverkuil@xs4all.nl>
6959 L: linux-media@vger.kernel.org
6960 T: git git://linuxtv.org/media_tree.git
6961 W: https://linuxtv.org
6962 S: Maintained
6963 F: drivers/media/radio/radio-keene*
6964
6965 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6966 M: Ian Kent <raven@themaw.net>
6967 L: autofs@vger.kernel.org
6968 S: Maintained
6969 F: fs/autofs4/
6970
6971 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6972 M: Michal Marek <mmarek@suse.com>
6973 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6974 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6975 L: linux-kbuild@vger.kernel.org
6976 S: Maintained
6977 F: Documentation/kbuild/
6978 F: Makefile
6979 F: scripts/Makefile.*
6980 F: scripts/basic/
6981 F: scripts/mk*
6982 F: scripts/package/
6983
6984 KERNEL JANITORS
6985 L: kernel-janitors@vger.kernel.org
6986 W: http://kernelnewbies.org/KernelJanitors
6987 S: Odd Fixes
6988
6989 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6990 M: "J. Bruce Fields" <bfields@fieldses.org>
6991 M: Jeff Layton <jlayton@poochiereds.net>
6992 L: linux-nfs@vger.kernel.org
6993 W: http://nfs.sourceforge.net/
6994 T: git git://linux-nfs.org/~bfields/linux.git
6995 S: Supported
6996 F: fs/nfsd/
6997 F: include/uapi/linux/nfsd/
6998 F: fs/lockd/
6999 F: fs/nfs_common/
7000 F: net/sunrpc/
7001 F: include/linux/lockd/
7002 F: include/linux/sunrpc/
7003 F: include/uapi/linux/sunrpc/
7004
7005 KERNEL SELFTEST FRAMEWORK
7006 M: Shuah Khan <shuahkh@osg.samsung.com>
7007 M: Shuah Khan <shuah@kernel.org>
7008 L: linux-kselftest@vger.kernel.org
7009 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
7010 S: Maintained
7011 F: tools/testing/selftests
7012
7013 KERNEL VIRTUAL MACHINE (KVM)
7014 M: Paolo Bonzini <pbonzini@redhat.com>
7015 M: Radim Krčmář <rkrcmar@redhat.com>
7016 L: kvm@vger.kernel.org
7017 W: http://www.linux-kvm.org
7018 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7019 S: Supported
7020 F: Documentation/*/kvm*.txt
7021 F: Documentation/virtual/kvm/
7022 F: arch/*/kvm/
7023 F: arch/x86/kernel/kvm.c
7024 F: arch/x86/kernel/kvmclock.c
7025 F: arch/*/include/asm/kvm*
7026 F: include/linux/kvm*
7027 F: include/uapi/linux/kvm*
7028 F: virt/kvm/
7029 F: tools/kvm/
7030
7031 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7032 M: Joerg Roedel <joro@8bytes.org>
7033 L: kvm@vger.kernel.org
7034 W: http://www.linux-kvm.org/
7035 S: Maintained
7036 F: arch/x86/include/asm/svm.h
7037 F: arch/x86/kvm/svm.c
7038
7039 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7040 M: Alexander Graf <agraf@suse.com>
7041 L: kvm-ppc@vger.kernel.org
7042 W: http://www.linux-kvm.org/
7043 T: git git://github.com/agraf/linux-2.6.git
7044 S: Supported
7045 F: arch/powerpc/include/asm/kvm*
7046 F: arch/powerpc/kvm/
7047
7048 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7049 M: Christian Borntraeger <borntraeger@de.ibm.com>
7050 M: Cornelia Huck <cornelia.huck@de.ibm.com>
7051 L: linux-s390@vger.kernel.org
7052 W: http://www.ibm.com/developerworks/linux/linux390/
7053 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7054 S: Supported
7055 F: Documentation/s390/kvm.txt
7056 F: arch/s390/include/asm/kvm*
7057 F: arch/s390/kvm/
7058
7059 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7060 M: Christoffer Dall <christoffer.dall@linaro.org>
7061 M: Marc Zyngier <marc.zyngier@arm.com>
7062 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7063 L: kvmarm@lists.cs.columbia.edu
7064 W: http://systems.cs.columbia.edu/projects/kvm-arm
7065 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7066 S: Supported
7067 F: arch/arm/include/uapi/asm/kvm*
7068 F: arch/arm/include/asm/kvm*
7069 F: arch/arm/kvm/
7070 F: virt/kvm/arm/
7071 F: include/kvm/arm_*
7072
7073 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7074 M: Christoffer Dall <christoffer.dall@linaro.org>
7075 M: Marc Zyngier <marc.zyngier@arm.com>
7076 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7077 L: kvmarm@lists.cs.columbia.edu
7078 S: Maintained
7079 F: arch/arm64/include/uapi/asm/kvm*
7080 F: arch/arm64/include/asm/kvm*
7081 F: arch/arm64/kvm/
7082
7083 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7084 M: James Hogan <james.hogan@imgtec.com>
7085 L: linux-mips@linux-mips.org
7086 S: Supported
7087 F: arch/mips/include/uapi/asm/kvm*
7088 F: arch/mips/include/asm/kvm*
7089 F: arch/mips/kvm/
7090
7091 KEXEC
7092 M: Eric Biederman <ebiederm@xmission.com>
7093 W: http://kernel.org/pub/linux/utils/kernel/kexec/
7094 L: kexec@lists.infradead.org
7095 S: Maintained
7096 F: include/linux/kexec.h
7097 F: include/uapi/linux/kexec.h
7098 F: kernel/kexec*
7099
7100 KEYS/KEYRINGS:
7101 M: David Howells <dhowells@redhat.com>
7102 L: keyrings@vger.kernel.org
7103 S: Maintained
7104 F: Documentation/security/keys.txt
7105 F: include/linux/key.h
7106 F: include/linux/key-type.h
7107 F: include/linux/keyctl.h
7108 F: include/uapi/linux/keyctl.h
7109 F: include/keys/
7110 F: security/keys/
7111
7112 KEYS-TRUSTED
7113 M: David Safford <safford@us.ibm.com>
7114 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7115 L: linux-security-module@vger.kernel.org
7116 L: keyrings@vger.kernel.org
7117 S: Supported
7118 F: Documentation/security/keys-trusted-encrypted.txt
7119 F: include/keys/trusted-type.h
7120 F: security/keys/trusted.c
7121 F: security/keys/trusted.h
7122
7123 KEYS-ENCRYPTED
7124 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7125 M: David Safford <safford@us.ibm.com>
7126 L: linux-security-module@vger.kernel.org
7127 L: keyrings@vger.kernel.org
7128 S: Supported
7129 F: Documentation/security/keys-trusted-encrypted.txt
7130 F: include/keys/encrypted-type.h
7131 F: security/keys/encrypted-keys/
7132
7133 KGDB / KDB /debug_core
7134 M: Jason Wessel <jason.wessel@windriver.com>
7135 W: http://kgdb.wiki.kernel.org/
7136 L: kgdb-bugreport@lists.sourceforge.net
7137 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7138 S: Maintained
7139 F: Documentation/DocBook/kgdb.tmpl
7140 F: drivers/misc/kgdbts.c
7141 F: drivers/tty/serial/kgdboc.c
7142 F: include/linux/kdb.h
7143 F: include/linux/kgdb.h
7144 F: kernel/debug/
7145
7146 KMEMCHECK
7147 M: Vegard Nossum <vegardno@ifi.uio.no>
7148 M: Pekka Enberg <penberg@kernel.org>
7149 S: Maintained
7150 F: Documentation/dev-tools/kmemcheck.rst
7151 F: arch/x86/include/asm/kmemcheck.h
7152 F: arch/x86/mm/kmemcheck/
7153 F: include/linux/kmemcheck.h
7154 F: mm/kmemcheck.c
7155
7156 KMEMLEAK
7157 M: Catalin Marinas <catalin.marinas@arm.com>
7158 S: Maintained
7159 F: Documentation/dev-tools/kmemleak.rst
7160 F: include/linux/kmemleak.h
7161 F: mm/kmemleak.c
7162 F: mm/kmemleak-test.c
7163
7164 KPROBES
7165 M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7166 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7167 M: "David S. Miller" <davem@davemloft.net>
7168 M: Masami Hiramatsu <mhiramat@kernel.org>
7169 S: Maintained
7170 F: Documentation/kprobes.txt
7171 F: include/linux/kprobes.h
7172 F: kernel/kprobes.c
7173
7174 KS0108 LCD CONTROLLER DRIVER
7175 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7176 W: http://miguelojeda.es/auxdisplay.htm
7177 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7178 S: Maintained
7179 F: Documentation/auxdisplay/ks0108
7180 F: drivers/auxdisplay/ks0108.c
7181 F: include/linux/ks0108.h
7182
7183 L3MDEV
7184 M: David Ahern <dsa@cumulusnetworks.com>
7185 L: netdev@vger.kernel.org
7186 S: Maintained
7187 F: net/l3mdev
7188 F: include/net/l3mdev.h
7189
7190 LANTIQ MIPS ARCHITECTURE
7191 M: John Crispin <john@phrozen.org>
7192 L: linux-mips@linux-mips.org
7193 S: Maintained
7194 F: arch/mips/lantiq
7195
7196 LAPB module
7197 L: linux-x25@vger.kernel.org
7198 S: Orphan
7199 F: Documentation/networking/lapb-module.txt
7200 F: include/*/lapb.h
7201 F: net/lapb/
7202
7203 LASI 53c700 driver for PARISC
7204 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7205 L: linux-scsi@vger.kernel.org
7206 S: Maintained
7207 F: Documentation/scsi/53c700.txt
7208 F: drivers/scsi/53c700*
7209
7210 LED SUBSYSTEM
7211 M: Richard Purdie <rpurdie@rpsys.net>
7212 M: Jacek Anaszewski <j.anaszewski@samsung.com>
7213 M: Pavel Machek <pavel@ucw.cz>
7214 L: linux-leds@vger.kernel.org
7215 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7216 S: Maintained
7217 F: Documentation/devicetree/bindings/leds/
7218 F: drivers/leds/
7219 F: include/linux/leds.h
7220
7221 LEGACY EEPROM DRIVER
7222 M: Jean Delvare <jdelvare@suse.com>
7223 S: Maintained
7224 F: Documentation/misc-devices/eeprom
7225 F: drivers/misc/eeprom/eeprom.c
7226
7227 LEGO USB Tower driver
7228 M: Juergen Stuber <starblue@users.sourceforge.net>
7229 L: legousb-devel@lists.sourceforge.net
7230 W: http://legousb.sourceforge.net/
7231 S: Maintained
7232 F: drivers/usb/misc/legousbtower.c
7233
7234 LG2160 MEDIA DRIVER
7235 M: Michael Krufky <mkrufky@linuxtv.org>
7236 L: linux-media@vger.kernel.org
7237 W: https://linuxtv.org
7238 W: http://github.com/mkrufky
7239 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7240 T: git git://linuxtv.org/mkrufky/tuners.git
7241 S: Maintained
7242 F: drivers/media/dvb-frontends/lg2160.*
7243
7244 LGDT3305 MEDIA DRIVER
7245 M: Michael Krufky <mkrufky@linuxtv.org>
7246 L: linux-media@vger.kernel.org
7247 W: https://linuxtv.org
7248 W: http://github.com/mkrufky
7249 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7250 T: git git://linuxtv.org/mkrufky/tuners.git
7251 S: Maintained
7252 F: drivers/media/dvb-frontends/lgdt3305.*
7253
7254 LGUEST
7255 M: Rusty Russell <rusty@rustcorp.com.au>
7256 L: lguest@lists.ozlabs.org
7257 W: http://lguest.ozlabs.org/
7258 S: Odd Fixes
7259 F: arch/x86/include/asm/lguest*.h
7260 F: arch/x86/lguest/
7261 F: drivers/lguest/
7262 F: include/linux/lguest*.h
7263 F: tools/lguest/
7264
7265 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7266 M: Tejun Heo <tj@kernel.org>
7267 L: linux-ide@vger.kernel.org
7268 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7269 S: Maintained
7270 F: drivers/ata/
7271 F: include/linux/ata.h
7272 F: include/linux/libata.h
7273 F: Documentation/devicetree/bindings/ata/
7274
7275 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7276 M: Viresh Kumar <vireshk@kernel.org>
7277 L: linux-ide@vger.kernel.org
7278 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7279 S: Maintained
7280 F: include/linux/pata_arasan_cf_data.h
7281 F: drivers/ata/pata_arasan_cf.c
7282
7283 LIBATA PATA DRIVERS
7284 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7285 M: Tejun Heo <tj@kernel.org>
7286 L: linux-ide@vger.kernel.org
7287 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7288 S: Maintained
7289 F: drivers/ata/pata_*.c
7290 F: drivers/ata/ata_generic.c
7291
7292 LIBATA SATA AHCI PLATFORM devices support
7293 M: Hans de Goede <hdegoede@redhat.com>
7294 M: Tejun Heo <tj@kernel.org>
7295 L: linux-ide@vger.kernel.org
7296 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7297 S: Maintained
7298 F: drivers/ata/ahci_platform.c
7299 F: drivers/ata/libahci_platform.c
7300 F: include/linux/ahci_platform.h
7301
7302 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7303 M: Mikael Pettersson <mikpelinux@gmail.com>
7304 L: linux-ide@vger.kernel.org
7305 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7306 S: Maintained
7307 F: drivers/ata/sata_promise.*
7308
7309 LIBLOCKDEP
7310 M: Sasha Levin <sasha.levin@oracle.com>
7311 S: Maintained
7312 F: tools/lib/lockdep/
7313
7314 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7315 M: Dan Williams <dan.j.williams@intel.com>
7316 L: linux-nvdimm@lists.01.org
7317 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7318 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7319 S: Supported
7320 F: drivers/nvdimm/*
7321 F: include/linux/nd.h
7322 F: include/linux/libnvdimm.h
7323 F: include/uapi/linux/ndctl.h
7324
7325 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7326 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7327 L: linux-nvdimm@lists.01.org
7328 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7329 S: Supported
7330 F: drivers/nvdimm/blk.c
7331 F: drivers/nvdimm/region_devs.c
7332 F: drivers/acpi/nfit*
7333
7334 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7335 M: Vishal Verma <vishal.l.verma@intel.com>
7336 L: linux-nvdimm@lists.01.org
7337 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7338 S: Supported
7339 F: drivers/nvdimm/btt*
7340
7341 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7342 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7343 L: linux-nvdimm@lists.01.org
7344 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7345 S: Supported
7346 F: drivers/nvdimm/pmem.c
7347 F: include/linux/pmem.h
7348 F: arch/*/include/asm/pmem.h
7349
7350 LIGHTNVM PLATFORM SUPPORT
7351 M: Matias Bjorling <mb@lightnvm.io>
7352 W: http://github/OpenChannelSSD
7353 L: linux-block@vger.kernel.org
7354 S: Maintained
7355 F: drivers/lightnvm/
7356 F: include/linux/lightnvm.h
7357 F: include/uapi/linux/lightnvm.h
7358
7359 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7360 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7361 M: Paul Mackerras <paulus@samba.org>
7362 M: Michael Ellerman <mpe@ellerman.id.au>
7363 W: https://github.com/linuxppc/linux/wiki
7364 L: linuxppc-dev@lists.ozlabs.org
7365 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7366 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7367 S: Supported
7368 F: Documentation/powerpc/
7369 F: arch/powerpc/
7370 F: drivers/char/tpm/tpm_ibmvtpm*
7371 F: drivers/crypto/nx/
7372 F: drivers/crypto/vmx/
7373 F: drivers/net/ethernet/ibm/ibmveth.*
7374 F: drivers/net/ethernet/ibm/ibmvnic.*
7375 F: drivers/pci/hotplug/pnv_php.c
7376 F: drivers/pci/hotplug/rpa*
7377 F: drivers/scsi/ibmvscsi/
7378 F: tools/testing/selftests/powerpc
7379 N: opal
7380 N: /pmac
7381 N: powermac
7382 N: powernv
7383 N: [^a-z0-9]ps3
7384 N: pseries
7385
7386 LINUX FOR POWER MACINTOSH
7387 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7388 W: http://www.penguinppc.org/
7389 L: linuxppc-dev@lists.ozlabs.org
7390 S: Maintained
7391 F: arch/powerpc/platforms/powermac/
7392 F: drivers/macintosh/
7393
7394 LINUX FOR POWERPC EMBEDDED MPC5XXX
7395 M: Anatolij Gustschin <agust@denx.de>
7396 L: linuxppc-dev@lists.ozlabs.org
7397 T: git git://git.denx.de/linux-denx-agust.git
7398 S: Maintained
7399 F: arch/powerpc/platforms/512x/
7400 F: arch/powerpc/platforms/52xx/
7401
7402 LINUX FOR POWERPC EMBEDDED PPC4XX
7403 M: Alistair Popple <alistair@popple.id.au>
7404 M: Matt Porter <mporter@kernel.crashing.org>
7405 W: http://www.penguinppc.org/
7406 L: linuxppc-dev@lists.ozlabs.org
7407 S: Maintained
7408 F: arch/powerpc/platforms/40x/
7409 F: arch/powerpc/platforms/44x/
7410
7411 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7412 L: linuxppc-dev@lists.ozlabs.org
7413 S: Orphan
7414 F: arch/powerpc/*/*virtex*
7415 F: arch/powerpc/*/*/*virtex*
7416
7417 LINUX FOR POWERPC EMBEDDED PPC8XX
7418 M: Vitaly Bordug <vitb@kernel.crashing.org>
7419 W: http://www.penguinppc.org/
7420 L: linuxppc-dev@lists.ozlabs.org
7421 S: Maintained
7422 F: arch/powerpc/platforms/8xx/
7423
7424 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7425 M: Scott Wood <oss@buserror.net>
7426 M: Kumar Gala <galak@kernel.crashing.org>
7427 W: http://www.penguinppc.org/
7428 L: linuxppc-dev@lists.ozlabs.org
7429 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7430 S: Maintained
7431 F: arch/powerpc/platforms/83xx/
7432 F: arch/powerpc/platforms/85xx/
7433
7434 LINUX FOR POWERPC PA SEMI PWRFICIENT
7435 L: linuxppc-dev@lists.ozlabs.org
7436 S: Orphan
7437 F: arch/powerpc/platforms/pasemi/
7438 F: drivers/*/*pasemi*
7439 F: drivers/*/*/*pasemi*
7440
7441 LINUX SECURITY MODULE (LSM) FRAMEWORK
7442 M: Chris Wright <chrisw@sous-sol.org>
7443 L: linux-security-module@vger.kernel.org
7444 S: Supported
7445
7446 LIS3LV02D ACCELEROMETER DRIVER
7447 M: Eric Piel <eric.piel@tremplin-utc.net>
7448 S: Maintained
7449 F: Documentation/misc-devices/lis3lv02d
7450 F: drivers/misc/lis3lv02d/
7451 F: drivers/platform/x86/hp_accel.c
7452
7453 LIVE PATCHING
7454 M: Josh Poimboeuf <jpoimboe@redhat.com>
7455 M: Jessica Yu <jeyu@redhat.com>
7456 M: Jiri Kosina <jikos@kernel.org>
7457 M: Miroslav Benes <mbenes@suse.cz>
7458 R: Petr Mladek <pmladek@suse.com>
7459 S: Maintained
7460 F: kernel/livepatch/
7461 F: include/linux/livepatch.h
7462 F: arch/x86/include/asm/livepatch.h
7463 F: arch/x86/kernel/livepatch.c
7464 F: Documentation/livepatch/
7465 F: Documentation/ABI/testing/sysfs-kernel-livepatch
7466 F: samples/livepatch/
7467 L: live-patching@vger.kernel.org
7468 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7469
7470 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7471 M: Kees Cook <keescook@chromium.org>
7472 S: Maintained
7473 F: drivers/misc/lkdtm*
7474
7475 LLC (802.2)
7476 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7477 S: Maintained
7478 F: include/linux/llc.h
7479 F: include/uapi/linux/llc.h
7480 F: include/net/llc*
7481 F: net/llc/
7482
7483 LM73 HARDWARE MONITOR DRIVER
7484 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
7485 L: linux-hwmon@vger.kernel.org
7486 S: Maintained
7487 F: drivers/hwmon/lm73.c
7488
7489 LM78 HARDWARE MONITOR DRIVER
7490 M: Jean Delvare <jdelvare@suse.com>
7491 L: linux-hwmon@vger.kernel.org
7492 S: Maintained
7493 F: Documentation/hwmon/lm78
7494 F: drivers/hwmon/lm78.c
7495
7496 LM83 HARDWARE MONITOR DRIVER
7497 M: Jean Delvare <jdelvare@suse.com>
7498 L: linux-hwmon@vger.kernel.org
7499 S: Maintained
7500 F: Documentation/hwmon/lm83
7501 F: drivers/hwmon/lm83.c
7502
7503 LM90 HARDWARE MONITOR DRIVER
7504 M: Jean Delvare <jdelvare@suse.com>
7505 L: linux-hwmon@vger.kernel.org
7506 S: Maintained
7507 F: Documentation/hwmon/lm90
7508 F: Documentation/devicetree/bindings/hwmon/lm90.txt
7509 F: drivers/hwmon/lm90.c
7510
7511 LM95234 HARDWARE MONITOR DRIVER
7512 M: Guenter Roeck <linux@roeck-us.net>
7513 L: linux-hwmon@vger.kernel.org
7514 S: Maintained
7515 F: Documentation/hwmon/lm95234
7516 F: drivers/hwmon/lm95234.c
7517
7518 LME2510 MEDIA DRIVER
7519 M: Malcolm Priestley <tvboxspy@gmail.com>
7520 L: linux-media@vger.kernel.org
7521 W: https://linuxtv.org
7522 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7523 S: Maintained
7524 F: drivers/media/usb/dvb-usb-v2/lmedm04*
7525
7526 LOCKING PRIMITIVES
7527 M: Peter Zijlstra <peterz@infradead.org>
7528 M: Ingo Molnar <mingo@redhat.com>
7529 L: linux-kernel@vger.kernel.org
7530 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7531 S: Maintained
7532 F: Documentation/locking/
7533 F: include/linux/lockdep.h
7534 F: include/linux/spinlock*.h
7535 F: arch/*/include/asm/spinlock*.h
7536 F: include/linux/rwlock*.h
7537 F: include/linux/mutex*.h
7538 F: arch/*/include/asm/mutex*.h
7539 F: include/linux/rwsem*.h
7540 F: arch/*/include/asm/rwsem.h
7541 F: include/linux/seqlock.h
7542 F: lib/locking*.[ch]
7543 F: kernel/locking/
7544
7545 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7546 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
7547 L: linux-ntfs-dev@lists.sourceforge.net
7548 W: http://www.linux-ntfs.org/content/view/19/37/
7549 S: Maintained
7550 F: Documentation/ldm.txt
7551 F: block/partitions/ldm.*
7552
7553 LogFS
7554 M: Joern Engel <joern@logfs.org>
7555 M: Prasad Joshi <prasadjoshi.linux@gmail.com>
7556 L: logfs@logfs.org
7557 W: logfs.org
7558 S: Maintained
7559 F: fs/logfs/
7560
7561 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7562 M: Sathya Prakash <sathya.prakash@broadcom.com>
7563 M: Chaitra P B <chaitra.basappa@broadcom.com>
7564 M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7565 L: MPT-FusionLinux.pdl@broadcom.com
7566 L: linux-scsi@vger.kernel.org
7567 W: http://www.avagotech.com/support/
7568 S: Supported
7569 F: drivers/message/fusion/
7570 F: drivers/scsi/mpt2sas/
7571 F: drivers/scsi/mpt3sas/
7572
7573 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7574 M: Matthew Wilcox <matthew@wil.cx>
7575 L: linux-scsi@vger.kernel.org
7576 S: Maintained
7577 F: drivers/scsi/sym53c8xx_2/
7578
7579 LTC4261 HARDWARE MONITOR DRIVER
7580 M: Guenter Roeck <linux@roeck-us.net>
7581 L: linux-hwmon@vger.kernel.org
7582 S: Maintained
7583 F: Documentation/hwmon/ltc4261
7584 F: drivers/hwmon/ltc4261.c
7585
7586 LTP (Linux Test Project)
7587 M: Mike Frysinger <vapier@gentoo.org>
7588 M: Cyril Hrubis <chrubis@suse.cz>
7589 M: Wanlong Gao <wanlong.gao@gmail.com>
7590 M: Jan Stancek <jstancek@redhat.com>
7591 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7592 M: Alexey Kodanev <alexey.kodanev@oracle.com>
7593 L: ltp@lists.linux.it (subscribers-only)
7594 W: http://linux-test-project.github.io/
7595 T: git git://github.com/linux-test-project/ltp.git
7596 S: Maintained
7597
7598 M32R ARCHITECTURE
7599 W: http://www.linux-m32r.org/
7600 S: Orphan
7601 F: arch/m32r/
7602
7603 M68K ARCHITECTURE
7604 M: Geert Uytterhoeven <geert@linux-m68k.org>
7605 L: linux-m68k@lists.linux-m68k.org
7606 W: http://www.linux-m68k.org/
7607 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7608 S: Maintained
7609 F: arch/m68k/
7610 F: drivers/zorro/
7611
7612 M68K ON APPLE MACINTOSH
7613 M: Joshua Thompson <funaho@jurai.org>
7614 W: http://www.mac.linux-m68k.org/
7615 L: linux-m68k@lists.linux-m68k.org
7616 S: Maintained
7617 F: arch/m68k/mac/
7618
7619 M68K ON HP9000/300
7620 M: Philip Blundell <philb@gnu.org>
7621 W: http://www.tazenda.demon.co.uk/phil/linux-hp
7622 S: Maintained
7623 F: arch/m68k/hp300/
7624
7625 M88DS3103 MEDIA DRIVER
7626 M: Antti Palosaari <crope@iki.fi>
7627 L: linux-media@vger.kernel.org
7628 W: https://linuxtv.org
7629 W: http://palosaari.fi/linux/
7630 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7631 T: git git://linuxtv.org/anttip/media_tree.git
7632 S: Maintained
7633 F: drivers/media/dvb-frontends/m88ds3103*
7634
7635 M88RS2000 MEDIA DRIVER
7636 M: Malcolm Priestley <tvboxspy@gmail.com>
7637 L: linux-media@vger.kernel.org
7638 W: https://linuxtv.org
7639 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7640 S: Maintained
7641 F: drivers/media/dvb-frontends/m88rs2000*
7642
7643 MA901 MASTERKIT USB FM RADIO DRIVER
7644 M: Alexey Klimov <klimov.linux@gmail.com>
7645 L: linux-media@vger.kernel.org
7646 T: git git://linuxtv.org/media_tree.git
7647 S: Maintained
7648 F: drivers/media/radio/radio-ma901.c
7649
7650 MAC80211
7651 M: Johannes Berg <johannes@sipsolutions.net>
7652 L: linux-wireless@vger.kernel.org
7653 W: http://wireless.kernel.org/
7654 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7655 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7656 S: Maintained
7657 F: Documentation/networking/mac80211-injection.txt
7658 F: include/net/mac80211.h
7659 F: net/mac80211/
7660 F: drivers/net/wireless/mac80211_hwsim.[ch]
7661
7662 MACVLAN DRIVER
7663 M: Patrick McHardy <kaber@trash.net>
7664 L: netdev@vger.kernel.org
7665 S: Maintained
7666 F: drivers/net/macvlan.c
7667 F: include/linux/if_macvlan.h
7668
7669 MAILBOX API
7670 M: Jassi Brar <jassisinghbrar@gmail.com>
7671 L: linux-kernel@vger.kernel.org
7672 S: Maintained
7673 F: drivers/mailbox/
7674 F: include/linux/mailbox_client.h
7675 F: include/linux/mailbox_controller.h
7676
7677 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7678 M: Michael Kerrisk <mtk.manpages@gmail.com>
7679 W: http://www.kernel.org/doc/man-pages
7680 L: linux-man@vger.kernel.org
7681 S: Maintained
7682
7683 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7684 M: Andrew Lunn <andrew@lunn.ch>
7685 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7686 L: netdev@vger.kernel.org
7687 S: Maintained
7688 F: drivers/net/dsa/mv88e6xxx/
7689 F: Documentation/devicetree/bindings/net/dsa/marvell.txt
7690
7691 MARVELL ARMADA DRM SUPPORT
7692 M: Russell King <rmk+kernel@armlinux.org.uk>
7693 S: Maintained
7694 F: drivers/gpu/drm/armada/
7695 F: include/uapi/drm/armada_drm.h
7696 F: Documentation/devicetree/bindings/display/armada/
7697
7698 MARVELL CRYPTO DRIVER
7699 M: Boris Brezillon <boris.brezillon@free-electrons.com>
7700 M: Arnaud Ebalard <arno@natisbad.org>
7701 F: drivers/crypto/marvell/
7702 S: Maintained
7703 L: linux-crypto@vger.kernel.org
7704
7705 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7706 M: Mirko Lindner <mlindner@marvell.com>
7707 M: Stephen Hemminger <stephen@networkplumber.org>
7708 L: netdev@vger.kernel.org
7709 S: Maintained
7710 F: drivers/net/ethernet/marvell/sk*
7711
7712 MARVELL LIBERTAS WIRELESS DRIVER
7713 L: libertas-dev@lists.infradead.org
7714 S: Orphan
7715 F: drivers/net/wireless/marvell/libertas/
7716
7717 MARVELL MV643XX ETHERNET DRIVER
7718 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7719 L: netdev@vger.kernel.org
7720 S: Maintained
7721 F: drivers/net/ethernet/marvell/mv643xx_eth.*
7722 F: include/linux/mv643xx.h
7723
7724 MARVELL MVNETA ETHERNET DRIVER
7725 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7726 L: netdev@vger.kernel.org
7727 S: Maintained
7728 F: drivers/net/ethernet/marvell/mvneta.*
7729
7730 MARVELL MWIFIEX WIRELESS DRIVER
7731 M: Amitkumar Karwar <akarwar@marvell.com>
7732 M: Nishant Sarmukadam <nishants@marvell.com>
7733 L: linux-wireless@vger.kernel.org
7734 S: Maintained
7735 F: drivers/net/wireless/marvell/mwifiex/
7736
7737 MARVELL MWL8K WIRELESS DRIVER
7738 M: Lennert Buytenhek <buytenh@wantstofly.org>
7739 L: linux-wireless@vger.kernel.org
7740 S: Odd Fixes
7741 F: drivers/net/wireless/marvell/mwl8k.c
7742
7743 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7744 M: Nicolas Pitre <nico@fluxnic.net>
7745 S: Odd Fixes
7746 F: drivers/mmc/host/mvsdio.*
7747
7748 MATROX FRAMEBUFFER DRIVER
7749 L: linux-fbdev@vger.kernel.org
7750 S: Orphan
7751 F: drivers/video/fbdev/matrox/matroxfb_*
7752 F: include/uapi/linux/matroxfb.h
7753
7754 MAX16065 HARDWARE MONITOR DRIVER
7755 M: Guenter Roeck <linux@roeck-us.net>
7756 L: linux-hwmon@vger.kernel.org
7757 S: Maintained
7758 F: Documentation/hwmon/max16065
7759 F: drivers/hwmon/max16065.c
7760
7761 MAX20751 HARDWARE MONITOR DRIVER
7762 M: Guenter Roeck <linux@roeck-us.net>
7763 L: linux-hwmon@vger.kernel.org
7764 S: Maintained
7765 F: Documentation/hwmon/max20751
7766 F: drivers/hwmon/max20751.c
7767
7768 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7769 L: linux-hwmon@vger.kernel.org
7770 S: Orphan
7771 F: Documentation/hwmon/max6650
7772 F: drivers/hwmon/max6650.c
7773
7774 MAX6697 HARDWARE MONITOR DRIVER
7775 M: Guenter Roeck <linux@roeck-us.net>
7776 L: linux-hwmon@vger.kernel.org
7777 S: Maintained
7778 F: Documentation/hwmon/max6697
7779 F: Documentation/devicetree/bindings/i2c/max6697.txt
7780 F: drivers/hwmon/max6697.c
7781 F: include/linux/platform_data/max6697.h
7782
7783 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7784 M: Peter Rosin <peda@axentia.se>
7785 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7786 S: Maintained
7787 F: Documentation/devicetree/bindings/sound/max9860.txt
7788 F: sound/soc/codecs/max9860.*
7789
7790 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7791 M: Krzysztof Kozlowski <krzk@kernel.org>
7792 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7793 L: linux-pm@vger.kernel.org
7794 S: Supported
7795 F: drivers/power/supply/max14577_charger.c
7796 F: drivers/power/supply/max77693_charger.c
7797
7798 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7799 M: Javier Martinez Canillas <javier@osg.samsung.com>
7800 L: linux-kernel@vger.kernel.org
7801 S: Supported
7802 F: drivers/*/*max77802*.c
7803 F: Documentation/devicetree/bindings/*/*max77802.txt
7804 F: include/dt-bindings/*/*max77802.h
7805
7806 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7807 M: Chanwoo Choi <cw00.choi@samsung.com>
7808 M: Krzysztof Kozlowski <krzk@kernel.org>
7809 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7810 L: linux-kernel@vger.kernel.org
7811 S: Supported
7812 F: drivers/*/max14577*.c
7813 F: drivers/*/max77686*.c
7814 F: drivers/*/max77693*.c
7815 F: drivers/extcon/extcon-max14577.c
7816 F: drivers/extcon/extcon-max77693.c
7817 F: drivers/rtc/rtc-max77686.c
7818 F: drivers/clk/clk-max77686.c
7819 F: Documentation/devicetree/bindings/mfd/max14577.txt
7820 F: Documentation/devicetree/bindings/*/max77686.txt
7821 F: Documentation/devicetree/bindings/mfd/max77693.txt
7822 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
7823 F: include/linux/mfd/max14577*.h
7824 F: include/linux/mfd/max77686*.h
7825 F: include/linux/mfd/max77693*.h
7826
7827 MAXIRADIO FM RADIO RECEIVER DRIVER
7828 M: Hans Verkuil <hverkuil@xs4all.nl>
7829 L: linux-media@vger.kernel.org
7830 T: git git://linuxtv.org/media_tree.git
7831 W: https://linuxtv.org
7832 S: Maintained
7833 F: drivers/media/radio/radio-maxiradio*
7834
7835 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7836 M: Peter Rosin <peda@axentia.se>
7837 L: linux-iio@vger.kernel.org
7838 S: Maintained
7839 F: Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
7840 F: drivers/iio/potentiometer/mcp4531.c
7841
7842 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7843 M: William Breathitt Gray <vilhelm.gray@gmail.com>
7844 L: linux-iio@vger.kernel.org
7845 S: Maintained
7846 F: drivers/iio/dac/cio-dac.c
7847
7848 MEDIA DRIVERS FOR RENESAS - FCP
7849 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7850 L: linux-media@vger.kernel.org
7851 L: linux-renesas-soc@vger.kernel.org
7852 T: git git://linuxtv.org/media_tree.git
7853 S: Supported
7854 F: Documentation/devicetree/bindings/media/renesas,fcp.txt
7855 F: drivers/media/platform/rcar-fcp.c
7856 F: include/media/rcar-fcp.h
7857
7858 MEDIA DRIVERS FOR RENESAS - VIN
7859 M: Niklas Söderlund <niklas.soderlund@ragnatech.se>
7860 L: linux-media@vger.kernel.org
7861 L: linux-renesas-soc@vger.kernel.org
7862 T: git git://linuxtv.org/media_tree.git
7863 S: Supported
7864 F: Documentation/devicetree/bindings/media/rcar_vin.txt
7865 F: drivers/media/platform/rcar-vin/
7866
7867 MEDIA DRIVERS FOR RENESAS - VSP1
7868 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7869 L: linux-media@vger.kernel.org
7870 L: linux-renesas-soc@vger.kernel.org
7871 T: git git://linuxtv.org/media_tree.git
7872 S: Supported
7873 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
7874 F: drivers/media/platform/vsp1/
7875
7876 MEDIA DRIVERS FOR HELENE
7877 M: Abylay Ospan <aospan@netup.ru>
7878 L: linux-media@vger.kernel.org
7879 W: https://linuxtv.org
7880 W: http://netup.tv/
7881 T: git git://linuxtv.org/media_tree.git
7882 S: Supported
7883 F: drivers/media/dvb-frontends/helene*
7884
7885 MEDIA DRIVERS FOR ASCOT2E
7886 M: Sergey Kozlov <serjk@netup.ru>
7887 M: Abylay Ospan <aospan@netup.ru>
7888 L: linux-media@vger.kernel.org
7889 W: https://linuxtv.org
7890 W: http://netup.tv/
7891 T: git git://linuxtv.org/media_tree.git
7892 S: Supported
7893 F: drivers/media/dvb-frontends/ascot2e*
7894
7895 MEDIA DRIVERS FOR CXD2841ER
7896 M: Sergey Kozlov <serjk@netup.ru>
7897 M: Abylay Ospan <aospan@netup.ru>
7898 L: linux-media@vger.kernel.org
7899 W: https://linuxtv.org
7900 W: http://netup.tv/
7901 T: git git://linuxtv.org/media_tree.git
7902 S: Supported
7903 F: drivers/media/dvb-frontends/cxd2841er*
7904
7905 MEDIA DRIVERS FOR HORUS3A
7906 M: Sergey Kozlov <serjk@netup.ru>
7907 M: Abylay Ospan <aospan@netup.ru>
7908 L: linux-media@vger.kernel.org
7909 W: https://linuxtv.org
7910 W: http://netup.tv/
7911 T: git git://linuxtv.org/media_tree.git
7912 S: Supported
7913 F: drivers/media/dvb-frontends/horus3a*
7914
7915 MEDIA DRIVERS FOR LNBH25
7916 M: Sergey Kozlov <serjk@netup.ru>
7917 M: Abylay Ospan <aospan@netup.ru>
7918 L: linux-media@vger.kernel.org
7919 W: https://linuxtv.org
7920 W: http://netup.tv/
7921 T: git git://linuxtv.org/media_tree.git
7922 S: Supported
7923 F: drivers/media/dvb-frontends/lnbh25*
7924
7925 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7926 M: Sergey Kozlov <serjk@netup.ru>
7927 M: Abylay Ospan <aospan@netup.ru>
7928 L: linux-media@vger.kernel.org
7929 W: https://linuxtv.org
7930 W: http://netup.tv/
7931 T: git git://linuxtv.org/media_tree.git
7932 S: Supported
7933 F: drivers/media/pci/netup_unidvb/*
7934
7935 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7936 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
7937 M: Mauro Carvalho Chehab <mchehab@kernel.org>
7938 P: LinuxTV.org Project
7939 L: linux-media@vger.kernel.org
7940 W: https://linuxtv.org
7941 Q: http://patchwork.kernel.org/project/linux-media/list/
7942 T: git git://linuxtv.org/media_tree.git
7943 S: Maintained
7944 F: Documentation/media/
7945 F: drivers/media/
7946 F: drivers/staging/media/
7947 F: include/linux/platform_data/media/
7948 F: include/media/
7949 F: include/uapi/linux/dvb/
7950 F: include/uapi/linux/videodev2.h
7951 F: include/uapi/linux/media.h
7952 F: include/uapi/linux/v4l2-*
7953 F: include/uapi/linux/meye.h
7954 F: include/uapi/linux/ivtv*
7955 F: include/uapi/linux/uvcvideo.h
7956
7957 MEDIATEK ETHERNET DRIVER
7958 M: Felix Fietkau <nbd@openwrt.org>
7959 M: John Crispin <blogic@openwrt.org>
7960 L: netdev@vger.kernel.org
7961 S: Maintained
7962 F: drivers/net/ethernet/mediatek/
7963
7964 MEDIATEK MT7601U WIRELESS LAN DRIVER
7965 M: Jakub Kicinski <kubakici@wp.pl>
7966 L: linux-wireless@vger.kernel.org
7967 S: Maintained
7968 F: drivers/net/wireless/mediatek/mt7601u/
7969
7970 MEGARAID SCSI/SAS DRIVERS
7971 M: Kashyap Desai <kashyap.desai@avagotech.com>
7972 M: Sumit Saxena <sumit.saxena@avagotech.com>
7973 M: Uday Lingala <uday.lingala@avagotech.com>
7974 L: megaraidlinux.pdl@avagotech.com
7975 L: linux-scsi@vger.kernel.org
7976 W: http://www.lsi.com
7977 S: Maintained
7978 F: Documentation/scsi/megaraid.txt
7979 F: drivers/scsi/megaraid.*
7980 F: drivers/scsi/megaraid/
7981
7982 MELFAS MIP4 TOUCHSCREEN DRIVER
7983 M: Sangwon Jee <jeesw@melfas.com>
7984 W: http://www.melfas.com
7985 S: Supported
7986 F: drivers/input/touchscreen/melfas_mip4.c
7987 F: Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
7988
7989 MELLANOX ETHERNET DRIVER (mlx4_en)
7990 M: Tariq Toukan <tariqt@mellanox.com>
7991 L: netdev@vger.kernel.org
7992 S: Supported
7993 W: http://www.mellanox.com
7994 Q: http://patchwork.ozlabs.org/project/netdev/list/
7995 F: drivers/net/ethernet/mellanox/mlx4/en_*
7996
7997 MELLANOX ETHERNET DRIVER (mlx5e)
7998 M: Saeed Mahameed <saeedm@mellanox.com>
7999 L: netdev@vger.kernel.org
8000 S: Supported
8001 W: http://www.mellanox.com
8002 Q: http://patchwork.ozlabs.org/project/netdev/list/
8003 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
8004
8005 MELLANOX ETHERNET SWITCH DRIVERS
8006 M: Jiri Pirko <jiri@mellanox.com>
8007 M: Ido Schimmel <idosch@mellanox.com>
8008 L: netdev@vger.kernel.org
8009 S: Supported
8010 W: http://www.mellanox.com
8011 Q: http://patchwork.ozlabs.org/project/netdev/list/
8012 F: drivers/net/ethernet/mellanox/mlxsw/
8013
8014 MELLANOX MLXCPLD LED DRIVER
8015 M: Vadim Pasternak <vadimp@mellanox.com>
8016 L: linux-leds@vger.kernel.org
8017 S: Supported
8018 F: drivers/leds/leds-mlxcpld.c
8019 F: Documentation/leds/leds-mlxcpld.txt
8020
8021 MELLANOX PLATFORM DRIVER
8022 M: Vadim Pasternak <vadimp@mellanox.com>
8023 L: platform-driver-x86@vger.kernel.org
8024 S: Supported
8025 F: arch/x86/platform/mellanox/mlx-platform.c
8026
8027 SOFT-ROCE DRIVER (rxe)
8028 M: Moni Shoua <monis@mellanox.com>
8029 L: linux-rdma@vger.kernel.org
8030 S: Supported
8031 W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
8032 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8033 F: drivers/infiniband/sw/rxe/
8034 F: include/uapi/rdma/rdma_user_rxe.h
8035
8036 MEMBARRIER SUPPORT
8037 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8038 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8039 L: linux-kernel@vger.kernel.org
8040 S: Supported
8041 F: kernel/membarrier.c
8042 F: include/uapi/linux/membarrier.h
8043
8044 MEMORY MANAGEMENT
8045 L: linux-mm@kvack.org
8046 W: http://www.linux-mm.org
8047 S: Maintained
8048 F: include/linux/mm.h
8049 F: include/linux/gfp.h
8050 F: include/linux/mmzone.h
8051 F: include/linux/memory_hotplug.h
8052 F: include/linux/vmalloc.h
8053 F: mm/
8054
8055 MEMORY TECHNOLOGY DEVICES (MTD)
8056 M: David Woodhouse <dwmw2@infradead.org>
8057 M: Brian Norris <computersforpeace@gmail.com>
8058 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8059 M: Marek Vasut <marek.vasut@gmail.com>
8060 M: Richard Weinberger <richard@nod.at>
8061 M: Cyrille Pitchen <cyrille.pitchen@atmel.com>
8062 L: linux-mtd@lists.infradead.org
8063 W: http://www.linux-mtd.infradead.org/
8064 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8065 T: git git://git.infradead.org/linux-mtd.git
8066 T: git git://git.infradead.org/l2-mtd.git
8067 S: Maintained
8068 F: Documentation/devicetree/bindings/mtd/
8069 F: drivers/mtd/
8070 F: include/linux/mtd/
8071 F: include/uapi/mtd/
8072
8073 MEN A21 WATCHDOG DRIVER
8074 M: Johannes Thumshirn <morbidrsa@gmail.com>
8075 L: linux-watchdog@vger.kernel.org
8076 S: Maintained
8077 F: drivers/watchdog/mena21_wdt.c
8078
8079 MEN CHAMELEON BUS (mcb)
8080 M: Johannes Thumshirn <morbidrsa@gmail.com>
8081 S: Maintained
8082 F: drivers/mcb/
8083 F: include/linux/mcb.h
8084 F: Documentation/men-chameleon-bus.txt
8085
8086 MEN F21BMC (Board Management Controller)
8087 M: Andreas Werner <andreas.werner@men.de>
8088 S: Supported
8089 F: drivers/mfd/menf21bmc.c
8090 F: drivers/watchdog/menf21bmc_wdt.c
8091 F: drivers/leds/leds-menf21bmc.c
8092 F: drivers/hwmon/menf21bmc_hwmon.c
8093 F: Documentation/hwmon/menf21bmc
8094
8095 METAG ARCHITECTURE
8096 M: James Hogan <james.hogan@imgtec.com>
8097 L: linux-metag@vger.kernel.org
8098 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8099 S: Odd Fixes
8100 F: arch/metag/
8101 F: Documentation/metag/
8102 F: Documentation/devicetree/bindings/metag/
8103 F: Documentation/devicetree/bindings/interrupt-controller/img,*
8104 F: drivers/clocksource/metag_generic.c
8105 F: drivers/irqchip/irq-metag.c
8106 F: drivers/irqchip/irq-metag-ext.c
8107 F: drivers/tty/metag_da.c
8108
8109 MICROBLAZE ARCHITECTURE
8110 M: Michal Simek <monstr@monstr.eu>
8111 W: http://www.monstr.eu/fdt/
8112 T: git git://git.monstr.eu/linux-2.6-microblaze.git
8113 S: Supported
8114 F: arch/microblaze/
8115
8116 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
8117 M: Richard Genoud <richard.genoud@gmail.com>
8118 S: Maintained
8119 F: drivers/tty/serial/atmel_serial.c
8120 F: include/linux/atmel_serial.h
8121
8122 MICROCHIP / ATMEL ISC DRIVER
8123 M: Songjun Wu <songjun.wu@microchip.com>
8124 L: linux-media@vger.kernel.org
8125 S: Supported
8126 F: drivers/media/platform/atmel/atmel-isc.c
8127 F: drivers/media/platform/atmel/atmel-isc-regs.h
8128 F: devicetree/bindings/media/atmel-isc.txt
8129
8130 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8131 M: Chen Yu <yu.c.chen@intel.com>
8132 L: platform-driver-x86@vger.kernel.org
8133 S: Supported
8134 F: drivers/platform/x86/surfacepro3_button.c
8135
8136 MICROTEK X6 SCANNER
8137 M: Oliver Neukum <oliver@neukum.org>
8138 S: Maintained
8139 F: drivers/usb/image/microtek.*
8140
8141 MIPS
8142 M: Ralf Baechle <ralf@linux-mips.org>
8143 L: linux-mips@linux-mips.org
8144 W: http://www.linux-mips.org/
8145 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
8146 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
8147 S: Supported
8148 F: Documentation/devicetree/bindings/mips/
8149 F: Documentation/mips/
8150 F: arch/mips/
8151
8152 MIPS/LOONGSON1 ARCHITECTURE
8153 M: Keguang Zhang <keguang.zhang@gmail.com>
8154 L: linux-mips@linux-mips.org
8155 S: Maintained
8156 F: arch/mips/loongson32/
8157 F: arch/mips/include/asm/mach-loongson32/
8158 F: drivers/*/*loongson1*
8159 F: drivers/*/*/*loongson1*
8160
8161 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8162 M: Hans Verkuil <hverkuil@xs4all.nl>
8163 L: linux-media@vger.kernel.org
8164 T: git git://linuxtv.org/media_tree.git
8165 W: https://linuxtv.org
8166 S: Odd Fixes
8167 F: drivers/media/radio/radio-miropcm20*
8168
8169 MELLANOX MLX4 core VPI driver
8170 M: Yishai Hadas <yishaih@mellanox.com>
8171 L: netdev@vger.kernel.org
8172 L: linux-rdma@vger.kernel.org
8173 W: http://www.mellanox.com
8174 Q: http://patchwork.ozlabs.org/project/netdev/list/
8175 S: Supported
8176 F: drivers/net/ethernet/mellanox/mlx4/
8177 F: include/linux/mlx4/
8178 F: include/uapi/rdma/mlx4-abi.h
8179
8180 MELLANOX MLX4 IB driver
8181 M: Yishai Hadas <yishaih@mellanox.com>
8182 L: linux-rdma@vger.kernel.org
8183 W: http://www.mellanox.com
8184 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8185 S: Supported
8186 F: drivers/infiniband/hw/mlx4/
8187 F: include/linux/mlx4/
8188
8189 MELLANOX MLX5 core VPI driver
8190 M: Saeed Mahameed <saeedm@mellanox.com>
8191 M: Matan Barak <matanb@mellanox.com>
8192 M: Leon Romanovsky <leonro@mellanox.com>
8193 L: netdev@vger.kernel.org
8194 L: linux-rdma@vger.kernel.org
8195 W: http://www.mellanox.com
8196 Q: http://patchwork.ozlabs.org/project/netdev/list/
8197 S: Supported
8198 F: drivers/net/ethernet/mellanox/mlx5/core/
8199 F: include/linux/mlx5/
8200 F: include/uapi/rdma/mlx5-abi.h
8201
8202 MELLANOX MLX5 IB driver
8203 M: Matan Barak <matanb@mellanox.com>
8204 M: Leon Romanovsky <leonro@mellanox.com>
8205 L: linux-rdma@vger.kernel.org
8206 W: http://www.mellanox.com
8207 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8208 S: Supported
8209 F: drivers/infiniband/hw/mlx5/
8210 F: include/linux/mlx5/
8211
8212 MELEXIS MLX90614 DRIVER
8213 M: Crt Mori <cmo@melexis.com>
8214 L: linux-iio@vger.kernel.org
8215 W: http://www.melexis.com
8216 S: Supported
8217 F: drivers/iio/temperature/mlx90614.c
8218
8219 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8220 M: Don Brace <don.brace@microsemi.com>
8221 L: esc.storagedev@microsemi.com
8222 L: linux-scsi@vger.kernel.org
8223 S: Supported
8224 F: drivers/scsi/smartpqi/smartpqi*.[ch]
8225 F: drivers/scsi/smartpqi/Kconfig
8226 F: drivers/scsi/smartpqi/Makefile
8227 F: include/linux/cciss*.h
8228 F: include/uapi/linux/cciss*.h
8229 F: Documentation/scsi/smartpqi.txt
8230
8231 MN88472 MEDIA DRIVER
8232 M: Antti Palosaari <crope@iki.fi>
8233 L: linux-media@vger.kernel.org
8234 W: https://linuxtv.org
8235 W: http://palosaari.fi/linux/
8236 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8237 S: Maintained
8238 F: drivers/media/dvb-frontends/mn88472*
8239
8240 MN88473 MEDIA DRIVER
8241 M: Antti Palosaari <crope@iki.fi>
8242 L: linux-media@vger.kernel.org
8243 W: https://linuxtv.org
8244 W: http://palosaari.fi/linux/
8245 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8246 S: Maintained
8247 F: drivers/media/dvb-frontends/mn88473*
8248
8249 MODULE SUPPORT
8250 M: Jessica Yu <jeyu@redhat.com>
8251 M: Rusty Russell <rusty@rustcorp.com.au>
8252 S: Maintained
8253 F: include/linux/module.h
8254 F: kernel/module.c
8255
8256 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8257 W: http://popies.net/meye/
8258 S: Orphan
8259 F: Documentation/media/v4l-drivers/meye*
8260 F: drivers/media/pci/meye/
8261 F: include/uapi/linux/meye.h
8262
8263 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8264 M: Jiri Slaby <jirislaby@gmail.com>
8265 S: Maintained
8266 F: Documentation/serial/moxa-smartio
8267 F: drivers/tty/mxser.*
8268
8269 MR800 AVERMEDIA USB FM RADIO DRIVER
8270 M: Alexey Klimov <klimov.linux@gmail.com>
8271 L: linux-media@vger.kernel.org
8272 T: git git://linuxtv.org/media_tree.git
8273 S: Maintained
8274 F: drivers/media/radio/radio-mr800.c
8275
8276 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8277 M: Alan Ott <alan@signal11.us>
8278 L: linux-wpan@vger.kernel.org
8279 S: Maintained
8280 F: drivers/net/ieee802154/mrf24j40.c
8281 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8282
8283 MSI LAPTOP SUPPORT
8284 M: "Lee, Chun-Yi" <jlee@suse.com>
8285 L: platform-driver-x86@vger.kernel.org
8286 S: Maintained
8287 F: drivers/platform/x86/msi-laptop.c
8288
8289 MSI WMI SUPPORT
8290 L: platform-driver-x86@vger.kernel.org
8291 S: Orphan
8292 F: drivers/platform/x86/msi-wmi.c
8293
8294 MSI001 MEDIA DRIVER
8295 M: Antti Palosaari <crope@iki.fi>
8296 L: linux-media@vger.kernel.org
8297 W: https://linuxtv.org
8298 W: http://palosaari.fi/linux/
8299 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8300 T: git git://linuxtv.org/anttip/media_tree.git
8301 S: Maintained
8302 F: drivers/media/tuners/msi001*
8303
8304 MSI2500 MEDIA DRIVER
8305 M: Antti Palosaari <crope@iki.fi>
8306 L: linux-media@vger.kernel.org
8307 W: https://linuxtv.org
8308 W: http://palosaari.fi/linux/
8309 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8310 T: git git://linuxtv.org/anttip/media_tree.git
8311 S: Maintained
8312 F: drivers/media/usb/msi2500/
8313
8314 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8315 M: Robert Jarzmik <robert.jarzmik@free.fr>
8316 L: linux-mtd@lists.infradead.org
8317 S: Maintained
8318 F: drivers/mtd/devices/docg3*
8319
8320 MT9M032 APTINA SENSOR DRIVER
8321 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8322 L: linux-media@vger.kernel.org
8323 T: git git://linuxtv.org/media_tree.git
8324 S: Maintained
8325 F: drivers/media/i2c/mt9m032.c
8326 F: include/media/i2c/mt9m032.h
8327
8328 MT9P031 APTINA CAMERA SENSOR
8329 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8330 L: linux-media@vger.kernel.org
8331 T: git git://linuxtv.org/media_tree.git
8332 S: Maintained
8333 F: drivers/media/i2c/mt9p031.c
8334 F: include/media/i2c/mt9p031.h
8335
8336 MT9T001 APTINA CAMERA SENSOR
8337 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8338 L: linux-media@vger.kernel.org
8339 T: git git://linuxtv.org/media_tree.git
8340 S: Maintained
8341 F: drivers/media/i2c/mt9t001.c
8342 F: include/media/i2c/mt9t001.h
8343
8344 MT9V032 APTINA CAMERA SENSOR
8345 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8346 L: linux-media@vger.kernel.org
8347 T: git git://linuxtv.org/media_tree.git
8348 S: Maintained
8349 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8350 F: drivers/media/i2c/mt9v032.c
8351 F: include/media/i2c/mt9v032.h
8352
8353 MULTIFUNCTION DEVICES (MFD)
8354 M: Lee Jones <lee.jones@linaro.org>
8355 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8356 S: Supported
8357 F: Documentation/devicetree/bindings/mfd/
8358 F: drivers/mfd/
8359 F: include/linux/mfd/
8360
8361 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8362 M: Ulf Hansson <ulf.hansson@linaro.org>
8363 L: linux-mmc@vger.kernel.org
8364 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8365 S: Maintained
8366 F: Documentation/devicetree/bindings/mmc/
8367 F: drivers/mmc/
8368 F: include/linux/mmc/
8369 F: include/uapi/linux/mmc/
8370
8371 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8372 S: Orphan
8373 F: drivers/mmc/host/mmc_spi.c
8374 F: include/linux/spi/mmc_spi.h
8375
8376 MULTISOUND SOUND DRIVER
8377 M: Andrew Veliath <andrewtv@usa.net>
8378 S: Maintained
8379 F: Documentation/sound/oss/MultiSound
8380 F: sound/oss/msnd*
8381
8382 MULTITECH MULTIPORT CARD (ISICOM)
8383 S: Orphan
8384 F: drivers/tty/isicom.c
8385 F: include/linux/isicom.h
8386
8387 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8388 M: Bin Liu <b-liu@ti.com>
8389 L: linux-usb@vger.kernel.org
8390 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8391 S: Maintained
8392 F: drivers/usb/musb/
8393
8394 MXL5007T MEDIA DRIVER
8395 M: Michael Krufky <mkrufky@linuxtv.org>
8396 L: linux-media@vger.kernel.org
8397 W: https://linuxtv.org
8398 W: http://github.com/mkrufky
8399 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8400 T: git git://linuxtv.org/mkrufky/tuners.git
8401 S: Maintained
8402 F: drivers/media/tuners/mxl5007t.*
8403
8404 MXSFB DRM DRIVER
8405 M: Marek Vasut <marex@denx.de>
8406 S: Supported
8407 F: drivers/gpu/drm/mxsfb/
8408 F: Documentation/devicetree/bindings/display/mxsfb-drm.txt
8409
8410 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8411 M: Hyong-Youb Kim <hykim@myri.com>
8412 L: netdev@vger.kernel.org
8413 W: https://www.myricom.com/support/downloads/myri10ge.html
8414 S: Supported
8415 F: drivers/net/ethernet/myricom/myri10ge/
8416
8417 NAND FLASH SUBSYSTEM
8418 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8419 R: Richard Weinberger <richard@nod.at>
8420 L: linux-mtd@lists.infradead.org
8421 W: http://www.linux-mtd.infradead.org/
8422 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8423 T: git git://github.com/linux-nand/linux.git
8424 S: Maintained
8425 F: drivers/mtd/nand/
8426 F: include/linux/mtd/nand*.h
8427
8428 NATSEMI ETHERNET DRIVER (DP8381x)
8429 S: Orphan
8430 F: drivers/net/ethernet/natsemi/natsemi.c
8431
8432 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8433 M: Daniel Mack <zonque@gmail.com>
8434 S: Maintained
8435 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8436 W: http://www.native-instruments.com
8437 F: sound/usb/caiaq/
8438
8439 NCP FILESYSTEM
8440 M: Petr Vandrovec <petr@vandrovec.name>
8441 S: Odd Fixes
8442 F: fs/ncpfs/
8443
8444 NCR 5380 SCSI DRIVERS
8445 M: Finn Thain <fthain@telegraphics.com.au>
8446 M: Michael Schmitz <schmitzmic@gmail.com>
8447 L: linux-scsi@vger.kernel.org
8448 S: Maintained
8449 F: Documentation/scsi/g_NCR5380.txt
8450 F: drivers/scsi/NCR5380.*
8451 F: drivers/scsi/arm/cumana_1.c
8452 F: drivers/scsi/arm/oak.c
8453 F: drivers/scsi/atari_scsi.*
8454 F: drivers/scsi/dmx3191d.c
8455 F: drivers/scsi/g_NCR5380.*
8456 F: drivers/scsi/g_NCR5380_mmio.c
8457 F: drivers/scsi/mac_scsi.*
8458 F: drivers/scsi/sun3_scsi.*
8459 F: drivers/scsi/sun3_scsi_vme.c
8460
8461 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8462 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8463 L: linux-scsi@vger.kernel.org
8464 S: Maintained
8465 F: drivers/scsi/NCR_D700.*
8466
8467 NCT6775 HARDWARE MONITOR DRIVER
8468 M: Guenter Roeck <linux@roeck-us.net>
8469 L: linux-hwmon@vger.kernel.org
8470 S: Maintained
8471 F: Documentation/hwmon/nct6775
8472 F: drivers/hwmon/nct6775.c
8473
8474 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8475 M: Faisal Latif <faisal.latif@intel.com>
8476 L: linux-rdma@vger.kernel.org
8477 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8478 S: Supported
8479 F: drivers/infiniband/hw/nes/
8480 F: include/uapi/rdma/nes-abi.h
8481
8482 NETEM NETWORK EMULATOR
8483 M: Stephen Hemminger <stephen@networkplumber.org>
8484 L: netem@lists.linux-foundation.org (moderated for non-subscribers)
8485 S: Maintained
8486 F: net/sched/sch_netem.c
8487
8488 NETERION 10GbE DRIVERS (s2io/vxge)
8489 M: Jon Mason <jdmason@kudzu.us>
8490 L: netdev@vger.kernel.org
8491 S: Supported
8492 F: Documentation/networking/s2io.txt
8493 F: Documentation/networking/vxge.txt
8494 F: drivers/net/ethernet/neterion/
8495
8496 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8497 M: Pablo Neira Ayuso <pablo@netfilter.org>
8498 M: Patrick McHardy <kaber@trash.net>
8499 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8500 L: netfilter-devel@vger.kernel.org
8501 L: coreteam@netfilter.org
8502 W: http://www.netfilter.org/
8503 W: http://www.iptables.org/
8504 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
8505 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8506 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8507 S: Supported
8508 F: include/linux/netfilter*
8509 F: include/linux/netfilter/
8510 F: include/net/netfilter/
8511 F: include/uapi/linux/netfilter*
8512 F: include/uapi/linux/netfilter/
8513 F: net/*/netfilter.c
8514 F: net/*/netfilter/
8515 F: net/netfilter/
8516 F: net/bridge/br_netfilter*.c
8517
8518 NETLABEL
8519 M: Paul Moore <paul@paul-moore.com>
8520 W: http://netlabel.sf.net
8521 L: netdev@vger.kernel.org
8522 S: Maintained
8523 F: Documentation/netlabel/
8524 F: include/net/netlabel.h
8525 F: net/netlabel/
8526
8527 NETROM NETWORK LAYER
8528 M: Ralf Baechle <ralf@linux-mips.org>
8529 L: linux-hams@vger.kernel.org
8530 W: http://www.linux-ax25.org/
8531 S: Maintained
8532 F: include/net/netrom.h
8533 F: include/uapi/linux/netrom.h
8534 F: net/netrom/
8535
8536 NETRONOME ETHERNET DRIVERS
8537 M: Jakub Kicinski <jakub.kicinski@netronome.com>
8538 L: oss-drivers@netronome.com
8539 S: Maintained
8540 F: drivers/net/ethernet/netronome/
8541
8542 NETWORK BLOCK DEVICE (NBD)
8543 M: Markus Pargmann <mpa@pengutronix.de>
8544 S: Maintained
8545 L: nbd-general@lists.sourceforge.net
8546 T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
8547 F: Documentation/blockdev/nbd.txt
8548 F: drivers/block/nbd.c
8549 F: include/uapi/linux/nbd.h
8550
8551 NETWORK DROP MONITOR
8552 M: Neil Horman <nhorman@tuxdriver.com>
8553 L: netdev@vger.kernel.org
8554 S: Maintained
8555 W: https://fedorahosted.org/dropwatch/
8556 F: net/core/drop_monitor.c
8557
8558 NETWORKING [DSA]
8559 M: Andrew Lunn <andrew@lunn.ch>
8560 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8561 M: Florian Fainelli <f.fainelli@gmail.com>
8562 S: Maintained
8563 F: net/dsa/
8564 F: include/net/dsa.h
8565 F: drivers/net/dsa/
8566
8567 NETWORKING [GENERAL]
8568 M: "David S. Miller" <davem@davemloft.net>
8569 L: netdev@vger.kernel.org
8570 W: http://www.linuxfoundation.org/en/Net
8571 Q: http://patchwork.ozlabs.org/project/netdev/list/
8572 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8573 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8574 S: Maintained
8575 F: net/
8576 F: include/net/
8577 F: include/linux/in.h
8578 F: include/linux/net.h
8579 F: include/linux/netdevice.h
8580 F: include/uapi/linux/in.h
8581 F: include/uapi/linux/net.h
8582 F: include/uapi/linux/netdevice.h
8583 F: include/uapi/linux/net_namespace.h
8584 F: tools/net/
8585 F: tools/testing/selftests/net/
8586 F: lib/random32.c
8587
8588 NETWORKING [IPv4/IPv6]
8589 M: "David S. Miller" <davem@davemloft.net>
8590 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8591 M: James Morris <jmorris@namei.org>
8592 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8593 M: Patrick McHardy <kaber@trash.net>
8594 L: netdev@vger.kernel.org
8595 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8596 S: Maintained
8597 F: net/ipv4/
8598 F: net/ipv6/
8599 F: include/net/ip*
8600 F: arch/x86/net/*
8601
8602 NETWORKING [IPSEC]
8603 M: Steffen Klassert <steffen.klassert@secunet.com>
8604 M: Herbert Xu <herbert@gondor.apana.org.au>
8605 M: "David S. Miller" <davem@davemloft.net>
8606 L: netdev@vger.kernel.org
8607 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8608 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8609 S: Maintained
8610 F: net/core/flow.c
8611 F: net/xfrm/
8612 F: net/key/
8613 F: net/ipv4/xfrm*
8614 F: net/ipv4/esp4.c
8615 F: net/ipv4/ah4.c
8616 F: net/ipv4/ipcomp.c
8617 F: net/ipv4/ip_vti.c
8618 F: net/ipv6/xfrm*
8619 F: net/ipv6/esp6.c
8620 F: net/ipv6/ah6.c
8621 F: net/ipv6/ipcomp6.c
8622 F: net/ipv6/ip6_vti.c
8623 F: include/uapi/linux/xfrm.h
8624 F: include/net/xfrm.h
8625
8626 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8627 M: Paul Moore <paul@paul-moore.com>
8628 L: netdev@vger.kernel.org
8629 S: Maintained
8630
8631 NETWORKING [WIRELESS]
8632 L: linux-wireless@vger.kernel.org
8633 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8634
8635 NETWORKING DRIVERS
8636 L: netdev@vger.kernel.org
8637 W: http://www.linuxfoundation.org/en/Net
8638 Q: http://patchwork.ozlabs.org/project/netdev/list/
8639 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8640 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8641 S: Odd Fixes
8642 F: Documentation/devicetree/bindings/net/
8643 F: drivers/net/
8644 F: include/linux/if_*
8645 F: include/linux/netdevice.h
8646 F: include/linux/etherdevice.h
8647 F: include/linux/fcdevice.h
8648 F: include/linux/fddidevice.h
8649 F: include/linux/hippidevice.h
8650 F: include/linux/inetdevice.h
8651 F: include/uapi/linux/if_*
8652 F: include/uapi/linux/netdevice.h
8653
8654 NETWORKING DRIVERS (WIRELESS)
8655 M: Kalle Valo <kvalo@codeaurora.org>
8656 L: linux-wireless@vger.kernel.org
8657 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8658 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8659 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8660 S: Maintained
8661 F: Documentation/devicetree/bindings/net/wireless/
8662 F: drivers/net/wireless/
8663
8664 NETXEN (1/10) GbE SUPPORT
8665 M: Manish Chopra <manish.chopra@cavium.com>
8666 M: Rahul Verma <rahul.verma@cavium.com>
8667 M: Dept-GELinuxNICDev@cavium.com
8668 L: netdev@vger.kernel.org
8669 S: Supported
8670 F: drivers/net/ethernet/qlogic/netxen/
8671
8672 NFC SUBSYSTEM
8673 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8674 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8675 M: Samuel Ortiz <sameo@linux.intel.com>
8676 L: linux-wireless@vger.kernel.org
8677 L: linux-nfc@lists.01.org (subscribers-only)
8678 S: Supported
8679 F: net/nfc/
8680 F: include/net/nfc/
8681 F: include/uapi/linux/nfc.h
8682 F: drivers/nfc/
8683 F: include/linux/platform_data/nfcmrvl.h
8684 F: include/linux/platform_data/nxp-nci.h
8685 F: include/linux/platform_data/pn544.h
8686 F: include/linux/platform_data/st21nfca.h
8687 F: include/linux/platform_data/st-nci.h
8688 F: Documentation/devicetree/bindings/net/nfc/
8689
8690 NFS, SUNRPC, AND LOCKD CLIENTS
8691 M: Trond Myklebust <trond.myklebust@primarydata.com>
8692 M: Anna Schumaker <anna.schumaker@netapp.com>
8693 L: linux-nfs@vger.kernel.org
8694 W: http://client.linux-nfs.org
8695 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8696 S: Maintained
8697 F: fs/lockd/
8698 F: fs/nfs/
8699 F: fs/nfs_common/
8700 F: net/sunrpc/
8701 F: include/linux/lockd/
8702 F: include/linux/nfs*
8703 F: include/linux/sunrpc/
8704 F: include/uapi/linux/nfs*
8705 F: include/uapi/linux/sunrpc/
8706
8707 NILFS2 FILESYSTEM
8708 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8709 L: linux-nilfs@vger.kernel.org
8710 W: http://nilfs.sourceforge.net/
8711 W: http://nilfs.osdn.jp/
8712 T: git git://github.com/konis/nilfs2.git
8713 S: Supported
8714 F: Documentation/filesystems/nilfs2.txt
8715 F: fs/nilfs2/
8716 F: include/trace/events/nilfs2.h
8717 F: include/uapi/linux/nilfs2_api.h
8718 F: include/uapi/linux/nilfs2_ondisk.h
8719
8720 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8721 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8722 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8723 S: Maintained
8724 F: Documentation/scsi/NinjaSCSI.txt
8725 F: drivers/scsi/pcmcia/nsp_*
8726
8727 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8728 M: GOTO Masanori <gotom@debian.or.jp>
8729 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8730 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8731 S: Maintained
8732 F: Documentation/scsi/NinjaSCSI.txt
8733 F: drivers/scsi/nsp32*
8734
8735 NIOS2 ARCHITECTURE
8736 M: Ley Foon Tan <lftan@altera.com>
8737 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8738 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8739 S: Maintained
8740 F: arch/nios2/
8741
8742 NOKIA N900 POWER SUPPLY DRIVERS
8743 R: Pali Rohár <pali.rohar@gmail.com>
8744 F: include/linux/power/bq2415x_charger.h
8745 F: include/linux/power/bq27xxx_battery.h
8746 F: include/linux/power/isp1704_charger.h
8747 F: drivers/power/supply/bq2415x_charger.c
8748 F: drivers/power/supply/bq27xxx_battery.c
8749 F: drivers/power/supply/bq27xxx_battery_i2c.c
8750 F: drivers/power/supply/isp1704_charger.c
8751 F: drivers/power/supply/rx51_battery.c
8752
8753 NTB DRIVER CORE
8754 M: Jon Mason <jdmason@kudzu.us>
8755 M: Dave Jiang <dave.jiang@intel.com>
8756 M: Allen Hubbe <Allen.Hubbe@emc.com>
8757 L: linux-ntb@googlegroups.com
8758 S: Supported
8759 W: https://github.com/jonmason/ntb/wiki
8760 T: git git://github.com/jonmason/ntb.git
8761 F: drivers/ntb/
8762 F: drivers/net/ntb_netdev.c
8763 F: include/linux/ntb.h
8764 F: include/linux/ntb_transport.h
8765 F: tools/testing/selftests/ntb/
8766
8767 NTB INTEL DRIVER
8768 M: Jon Mason <jdmason@kudzu.us>
8769 M: Dave Jiang <dave.jiang@intel.com>
8770 L: linux-ntb@googlegroups.com
8771 S: Supported
8772 W: https://github.com/jonmason/ntb/wiki
8773 T: git git://github.com/jonmason/ntb.git
8774 F: drivers/ntb/hw/intel/
8775
8776 NTB AMD DRIVER
8777 M: Xiangliang Yu <Xiangliang.Yu@amd.com>
8778 L: linux-ntb@googlegroups.com
8779 S: Supported
8780 F: drivers/ntb/hw/amd/
8781
8782 NTFS FILESYSTEM
8783 M: Anton Altaparmakov <anton@tuxera.com>
8784 L: linux-ntfs-dev@lists.sourceforge.net
8785 W: http://www.tuxera.com/
8786 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8787 S: Supported
8788 F: Documentation/filesystems/ntfs.txt
8789 F: fs/ntfs/
8790
8791 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8792 M: Antonino Daplas <adaplas@gmail.com>
8793 L: linux-fbdev@vger.kernel.org
8794 S: Maintained
8795 F: drivers/video/fbdev/riva/
8796 F: drivers/video/fbdev/nvidia/
8797
8798 NVM EXPRESS DRIVER
8799 M: Keith Busch <keith.busch@intel.com>
8800 M: Jens Axboe <axboe@fb.com>
8801 L: linux-nvme@lists.infradead.org
8802 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8803 W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8804 S: Supported
8805 F: drivers/nvme/host/
8806 F: include/linux/nvme.h
8807
8808 NVM EXPRESS TARGET DRIVER
8809 M: Christoph Hellwig <hch@lst.de>
8810 M: Sagi Grimberg <sagi@grimberg.me>
8811 L: linux-nvme@lists.infradead.org
8812 S: Supported
8813 F: drivers/nvme/target/
8814
8815 NVM EXPRESS FC TRANSPORT DRIVERS
8816 M: James Smart <james.smart@broadcom.com>
8817 L: linux-nvme@lists.infradead.org
8818 S: Supported
8819 F: include/linux/nvme-fc.h
8820 F: include/linux/nvme-fc-driver.h
8821 F: drivers/nvme/host/fc.c
8822 F: drivers/nvme/target/fc.c
8823 F: drivers/nvme/target/fcloop.c
8824
8825 NVMEM FRAMEWORK
8826 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8827 M: Maxime Ripard <maxime.ripard@free-electrons.com>
8828 S: Maintained
8829 F: drivers/nvmem/
8830 F: Documentation/devicetree/bindings/nvmem/
8831 F: include/linux/nvmem-consumer.h
8832 F: include/linux/nvmem-provider.h
8833
8834 NXP-NCI NFC DRIVER
8835 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
8836 R: Charles Gorand <charles.gorand@effinnov.com>
8837 L: linux-nfc@lists.01.org (moderated for non-subscribers)
8838 S: Supported
8839 F: drivers/nfc/nxp-nci
8840
8841 NXP TDA998X DRM DRIVER
8842 M: Russell King <rmk+kernel@armlinux.org.uk>
8843 S: Supported
8844 F: drivers/gpu/drm/i2c/tda998x_drv.c
8845 F: include/drm/i2c/tda998x.h
8846
8847 NXP TFA9879 DRIVER
8848 M: Peter Rosin <peda@axentia.se>
8849 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8850 S: Maintained
8851 F: sound/soc/codecs/tfa9879*
8852
8853 OBJTOOL
8854 M: Josh Poimboeuf <jpoimboe@redhat.com>
8855 S: Supported
8856 F: tools/objtool/
8857
8858 OMAP SUPPORT
8859 M: Tony Lindgren <tony@atomide.com>
8860 L: linux-omap@vger.kernel.org
8861 W: http://www.muru.com/linux/omap/
8862 W: http://linux.omap.com/
8863 Q: http://patchwork.kernel.org/project/linux-omap/list/
8864 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8865 S: Maintained
8866 F: arch/arm/*omap*/
8867 F: arch/arm/configs/omap1_defconfig
8868 F: arch/arm/configs/omap2plus_defconfig
8869 F: drivers/i2c/busses/i2c-omap.c
8870 F: drivers/irqchip/irq-omap-intc.c
8871 F: drivers/mfd/*omap*.c
8872 F: drivers/mfd/menelaus.c
8873 F: drivers/mfd/palmas.c
8874 F: drivers/mfd/tps65217.c
8875 F: drivers/mfd/tps65218.c
8876 F: drivers/mfd/tps65910.c
8877 F: drivers/mfd/twl-core.[ch]
8878 F: drivers/mfd/twl4030*.c
8879 F: drivers/mfd/twl6030*.c
8880 F: drivers/mfd/twl6040*.c
8881 F: drivers/regulator/palmas-regulator*.c
8882 F: drivers/regulator/pbias-regulator.c
8883 F: drivers/regulator/tps65217-regulator.c
8884 F: drivers/regulator/tps65218-regulator.c
8885 F: drivers/regulator/tps65910-regulator.c
8886 F: drivers/regulator/twl-regulator.c
8887 F: drivers/regulator/twl6030-regulator.c
8888 F: include/linux/i2c-omap.h
8889
8890 OMAP DEVICE TREE SUPPORT
8891 M: Benoît Cousson <bcousson@baylibre.com>
8892 M: Tony Lindgren <tony@atomide.com>
8893 L: linux-omap@vger.kernel.org
8894 L: devicetree@vger.kernel.org
8895 S: Maintained
8896 F: arch/arm/boot/dts/*omap*
8897 F: arch/arm/boot/dts/*am3*
8898 F: arch/arm/boot/dts/*am4*
8899 F: arch/arm/boot/dts/*am5*
8900 F: arch/arm/boot/dts/*dra7*
8901
8902 OMAP CLOCK FRAMEWORK SUPPORT
8903 M: Paul Walmsley <paul@pwsan.com>
8904 L: linux-omap@vger.kernel.org
8905 S: Maintained
8906 F: arch/arm/*omap*/*clock*
8907
8908 OMAP POWER MANAGEMENT SUPPORT
8909 M: Kevin Hilman <khilman@kernel.org>
8910 L: linux-omap@vger.kernel.org
8911 S: Maintained
8912 F: arch/arm/*omap*/*pm*
8913 F: drivers/cpufreq/omap-cpufreq.c
8914
8915 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8916 M: Rajendra Nayak <rnayak@codeaurora.org>
8917 M: Paul Walmsley <paul@pwsan.com>
8918 L: linux-omap@vger.kernel.org
8919 S: Maintained
8920 F: arch/arm/mach-omap2/prm*
8921
8922 OMAP AUDIO SUPPORT
8923 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
8924 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
8925 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8926 L: linux-omap@vger.kernel.org
8927 S: Maintained
8928 F: sound/soc/omap/
8929
8930 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8931 M: Roger Quadros <rogerq@ti.com>
8932 M: Tony Lindgren <tony@atomide.com>
8933 L: linux-omap@vger.kernel.org
8934 S: Maintained
8935 F: drivers/memory/omap-gpmc.c
8936 F: arch/arm/mach-omap2/*gpmc*
8937
8938 OMAP FRAMEBUFFER SUPPORT
8939 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8940 L: linux-fbdev@vger.kernel.org
8941 L: linux-omap@vger.kernel.org
8942 S: Maintained
8943 F: drivers/video/fbdev/omap/
8944
8945 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8946 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8947 L: linux-omap@vger.kernel.org
8948 L: linux-fbdev@vger.kernel.org
8949 S: Maintained
8950 F: drivers/video/fbdev/omap2/
8951 F: Documentation/arm/OMAP/DSS
8952
8953 OMAP HARDWARE SPINLOCK SUPPORT
8954 M: Ohad Ben-Cohen <ohad@wizery.com>
8955 L: linux-omap@vger.kernel.org
8956 S: Maintained
8957 F: drivers/hwspinlock/omap_hwspinlock.c
8958
8959 OMAP MMC SUPPORT
8960 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
8961 L: linux-omap@vger.kernel.org
8962 S: Maintained
8963 F: drivers/mmc/host/omap.c
8964
8965 OMAP HS MMC SUPPORT
8966 L: linux-mmc@vger.kernel.org
8967 L: linux-omap@vger.kernel.org
8968 S: Orphan
8969 F: drivers/mmc/host/omap_hsmmc.c
8970
8971 OMAP RANDOM NUMBER GENERATOR SUPPORT
8972 M: Deepak Saxena <dsaxena@plexity.net>
8973 S: Maintained
8974 F: drivers/char/hw_random/omap-rng.c
8975
8976 OMAP HWMOD SUPPORT
8977 M: Benoît Cousson <bcousson@baylibre.com>
8978 M: Paul Walmsley <paul@pwsan.com>
8979 L: linux-omap@vger.kernel.org
8980 S: Maintained
8981 F: arch/arm/mach-omap2/omap_hwmod.*
8982
8983 OMAP HWMOD DATA
8984 M: Paul Walmsley <paul@pwsan.com>
8985 L: linux-omap@vger.kernel.org
8986 S: Maintained
8987 F: arch/arm/mach-omap2/omap_hwmod*data*
8988
8989 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8990 M: Benoît Cousson <bcousson@baylibre.com>
8991 L: linux-omap@vger.kernel.org
8992 S: Maintained
8993 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8994
8995 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8996 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8997 L: linux-media@vger.kernel.org
8998 S: Maintained
8999 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
9000 F: drivers/media/platform/omap3isp/
9001 F: drivers/staging/media/omap4iss/
9002
9003 OMAP USB SUPPORT
9004 L: linux-usb@vger.kernel.org
9005 L: linux-omap@vger.kernel.org
9006 S: Orphan
9007 F: drivers/usb/*/*omap*
9008 F: arch/arm/*omap*/usb*
9009
9010 OMAP GPIO DRIVER
9011 M: Grygorii Strashko <grygorii.strashko@ti.com>
9012 M: Santosh Shilimkar <ssantosh@kernel.org>
9013 M: Kevin Hilman <khilman@kernel.org>
9014 L: linux-omap@vger.kernel.org
9015 S: Maintained
9016 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
9017 F: drivers/gpio/gpio-omap.c
9018
9019 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9020 M: Mark Jackson <mpfj@newflow.co.uk>
9021 L: linux-omap@vger.kernel.org
9022 S: Maintained
9023 F: arch/arm/boot/dts/am335x-nano.dts
9024
9025 OMFS FILESYSTEM
9026 M: Bob Copeland <me@bobcopeland.com>
9027 L: linux-karma-devel@lists.sourceforge.net
9028 S: Maintained
9029 F: Documentation/filesystems/omfs.txt
9030 F: fs/omfs/
9031
9032 OMNIKEY CARDMAN 4000 DRIVER
9033 M: Harald Welte <laforge@gnumonks.org>
9034 S: Maintained
9035 F: drivers/char/pcmcia/cm4000_cs.c
9036 F: include/linux/cm4000_cs.h
9037 F: include/uapi/linux/cm4000_cs.h
9038
9039 OMNIKEY CARDMAN 4040 DRIVER
9040 M: Harald Welte <laforge@gnumonks.org>
9041 S: Maintained
9042 F: drivers/char/pcmcia/cm4040_cs.*
9043
9044 OMNIVISION OV7670 SENSOR DRIVER
9045 M: Jonathan Corbet <corbet@lwn.net>
9046 L: linux-media@vger.kernel.org
9047 T: git git://linuxtv.org/media_tree.git
9048 S: Maintained
9049 F: drivers/media/i2c/ov7670.c
9050
9051 ONENAND FLASH DRIVER
9052 M: Kyungmin Park <kyungmin.park@samsung.com>
9053 L: linux-mtd@lists.infradead.org
9054 S: Maintained
9055 F: drivers/mtd/onenand/
9056 F: include/linux/mtd/onenand*.h
9057
9058 ONSTREAM SCSI TAPE DRIVER
9059 M: Willem Riede <osst@riede.org>
9060 L: osst-users@lists.sourceforge.net
9061 L: linux-scsi@vger.kernel.org
9062 S: Maintained
9063 F: Documentation/scsi/osst.txt
9064 F: drivers/scsi/osst.*
9065 F: drivers/scsi/osst_*.h
9066 F: drivers/scsi/st.h
9067
9068 OPENCORES I2C BUS DRIVER
9069 M: Peter Korsgaard <jacmet@sunsite.dk>
9070 L: linux-i2c@vger.kernel.org
9071 S: Maintained
9072 F: Documentation/i2c/busses/i2c-ocores
9073 F: drivers/i2c/busses/i2c-ocores.c
9074
9075 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9076 M: Rob Herring <robh+dt@kernel.org>
9077 M: Frank Rowand <frowand.list@gmail.com>
9078 L: devicetree@vger.kernel.org
9079 W: http://www.devicetree.org/
9080 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9081 S: Maintained
9082 F: drivers/of/
9083 F: include/linux/of*.h
9084 F: scripts/dtc/
9085
9086 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9087 M: Rob Herring <robh+dt@kernel.org>
9088 M: Mark Rutland <mark.rutland@arm.com>
9089 L: devicetree@vger.kernel.org
9090 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9091 Q: http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9092 S: Maintained
9093 F: Documentation/devicetree/
9094 F: arch/*/boot/dts/
9095 F: include/dt-bindings/
9096
9097 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9098 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
9099 L: devicetree@vger.kernel.org
9100 S: Maintained
9101 F: Documentation/devicetree/dynamic-resolution-notes.txt
9102 F: Documentation/devicetree/overlay-notes.txt
9103 F: drivers/of/overlay.c
9104 F: drivers/of/resolver.c
9105
9106 OPENRISC ARCHITECTURE
9107 M: Jonas Bonn <jonas@southpole.se>
9108 M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
9109 M: Stafford Horne <shorne@gmail.com>
9110 L: openrisc@lists.librecores.org
9111 W: http://openrisc.io
9112 S: Maintained
9113 F: arch/openrisc/
9114
9115 OPENVSWITCH
9116 M: Pravin Shelar <pshelar@nicira.com>
9117 L: netdev@vger.kernel.org
9118 L: dev@openvswitch.org
9119 W: http://openvswitch.org
9120 S: Maintained
9121 F: net/openvswitch/
9122 F: include/uapi/linux/openvswitch.h
9123
9124 OPERATING PERFORMANCE POINTS (OPP)
9125 M: Viresh Kumar <vireshk@kernel.org>
9126 M: Nishanth Menon <nm@ti.com>
9127 M: Stephen Boyd <sboyd@codeaurora.org>
9128 L: linux-pm@vger.kernel.org
9129 S: Maintained
9130 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9131 F: drivers/base/power/opp/
9132 F: include/linux/pm_opp.h
9133 F: Documentation/power/opp.txt
9134 F: Documentation/devicetree/bindings/opp/
9135
9136 OPL4 DRIVER
9137 M: Clemens Ladisch <clemens@ladisch.de>
9138 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9139 T: git git://git.alsa-project.org/alsa-kernel.git
9140 S: Maintained
9141 F: sound/drivers/opl4/
9142
9143 OPROFILE
9144 M: Robert Richter <rric@kernel.org>
9145 L: oprofile-list@lists.sf.net
9146 S: Maintained
9147 F: arch/*/include/asm/oprofile*.h
9148 F: arch/*/oprofile/
9149 F: drivers/oprofile/
9150 F: include/linux/oprofile.h
9151
9152 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9153 M: Mark Fasheh <mfasheh@versity.com>
9154 M: Joel Becker <jlbec@evilplan.org>
9155 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
9156 W: http://ocfs2.wiki.kernel.org
9157 S: Supported
9158 F: Documentation/filesystems/ocfs2.txt
9159 F: Documentation/filesystems/dlmfs.txt
9160 F: fs/ocfs2/
9161
9162 ORINOCO DRIVER
9163 L: linux-wireless@vger.kernel.org
9164 W: http://wireless.kernel.org/en/users/Drivers/orinoco
9165 W: http://www.nongnu.org/orinoco/
9166 S: Orphan
9167 F: drivers/net/wireless/intersil/orinoco/
9168
9169 OSD LIBRARY and FILESYSTEM
9170 M: Boaz Harrosh <ooo@electrozaur.com>
9171 M: Benny Halevy <bhalevy@primarydata.com>
9172 L: osd-dev@open-osd.org
9173 W: http://open-osd.org
9174 T: git git://git.open-osd.org/open-osd.git
9175 S: Maintained
9176 F: drivers/scsi/osd/
9177 F: include/scsi/osd_*
9178 F: fs/exofs/
9179
9180 OVERLAY FILESYSTEM
9181 M: Miklos Szeredi <miklos@szeredi.hu>
9182 L: linux-unionfs@vger.kernel.org
9183 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9184 S: Supported
9185 F: fs/overlayfs/
9186 F: Documentation/filesystems/overlayfs.txt
9187
9188 ORANGEFS FILESYSTEM
9189 M: Mike Marshall <hubcap@omnibond.com>
9190 L: pvfs2-developers@beowulf-underground.org (subscribers-only)
9191 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9192 S: Supported
9193 F: fs/orangefs/
9194 F: Documentation/filesystems/orangefs.txt
9195
9196 P54 WIRELESS DRIVER
9197 M: Christian Lamparter <chunkeey@googlemail.com>
9198 L: linux-wireless@vger.kernel.org
9199 W: http://wireless.kernel.org/en/users/Drivers/p54
9200 S: Maintained
9201 F: drivers/net/wireless/intersil/p54/
9202
9203 PA SEMI ETHERNET DRIVER
9204 L: netdev@vger.kernel.org
9205 S: Orphan
9206 F: drivers/net/ethernet/pasemi/*
9207
9208 PA SEMI SMBUS DRIVER
9209 L: linux-i2c@vger.kernel.org
9210 S: Orphan
9211 F: drivers/i2c/busses/i2c-pasemi.c
9212
9213 PADATA PARALLEL EXECUTION MECHANISM
9214 M: Steffen Klassert <steffen.klassert@secunet.com>
9215 L: linux-crypto@vger.kernel.org
9216 S: Maintained
9217 F: kernel/padata.c
9218 F: include/linux/padata.h
9219 F: Documentation/padata.txt
9220
9221 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9222 M: Harald Welte <laforge@gnumonks.org>
9223 L: platform-driver-x86@vger.kernel.org
9224 S: Maintained
9225 F: drivers/platform/x86/panasonic-laptop.c
9226
9227 PANASONIC MN10300/AM33/AM34 PORT
9228 M: David Howells <dhowells@redhat.com>
9229 L: linux-am33-list@redhat.com (moderated for non-subscribers)
9230 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9231 S: Maintained
9232 F: Documentation/mn10300/
9233 F: arch/mn10300/
9234
9235 PARALLEL LCD/KEYPAD PANEL DRIVER
9236 M: Willy Tarreau <willy@haproxy.com>
9237 M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9238 S: Odd Fixes
9239 F: Documentation/misc-devices/lcd-panel-cgram.txt
9240 F: drivers/misc/panel.c
9241
9242 PARALLEL PORT SUBSYSTEM
9243 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9244 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
9245 L: linux-parport@lists.infradead.org (subscribers-only)
9246 S: Maintained
9247 F: drivers/parport/
9248 F: include/linux/parport*.h
9249 F: drivers/char/ppdev.c
9250 F: include/uapi/linux/ppdev.h
9251 F: Documentation/parport*.txt
9252
9253 PARAVIRT_OPS INTERFACE
9254 M: Jeremy Fitzhardinge <jeremy@goop.org>
9255 M: Chris Wright <chrisw@sous-sol.org>
9256 M: Alok Kataria <akataria@vmware.com>
9257 M: Rusty Russell <rusty@rustcorp.com.au>
9258 L: virtualization@lists.linux-foundation.org
9259 S: Supported
9260 F: Documentation/virtual/paravirt_ops.txt
9261 F: arch/*/kernel/paravirt*
9262 F: arch/*/include/asm/paravirt.h
9263 F: include/linux/hypervisor.h
9264
9265 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9266 M: Tim Waugh <tim@cyberelk.net>
9267 L: linux-parport@lists.infradead.org (subscribers-only)
9268 S: Maintained
9269 F: Documentation/blockdev/paride.txt
9270 F: drivers/block/paride/
9271
9272 PARISC ARCHITECTURE
9273 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
9274 M: Helge Deller <deller@gmx.de>
9275 L: linux-parisc@vger.kernel.org
9276 W: http://www.parisc-linux.org/
9277 Q: http://patchwork.kernel.org/project/linux-parisc/list/
9278 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9279 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9280 S: Maintained
9281 F: arch/parisc/
9282 F: Documentation/parisc/
9283 F: drivers/parisc/
9284 F: drivers/char/agp/parisc-agp.c
9285 F: drivers/input/serio/gscps2.c
9286 F: drivers/parport/parport_gsc.*
9287 F: drivers/tty/serial/8250/8250_gsc.c
9288 F: drivers/video/fbdev/sti*
9289 F: drivers/video/console/sti*
9290 F: drivers/video/logo/logo_parisc*
9291
9292 PC87360 HARDWARE MONITORING DRIVER
9293 M: Jim Cromie <jim.cromie@gmail.com>
9294 L: linux-hwmon@vger.kernel.org
9295 S: Maintained
9296 F: Documentation/hwmon/pc87360
9297 F: drivers/hwmon/pc87360.c
9298
9299 PC8736x GPIO DRIVER
9300 M: Jim Cromie <jim.cromie@gmail.com>
9301 S: Maintained
9302 F: drivers/char/pc8736x_gpio.c
9303
9304 PC87427 HARDWARE MONITORING DRIVER
9305 M: Jean Delvare <jdelvare@suse.com>
9306 L: linux-hwmon@vger.kernel.org
9307 S: Maintained
9308 F: Documentation/hwmon/pc87427
9309 F: drivers/hwmon/pc87427.c
9310
9311 PCA9532 LED DRIVER
9312 M: Riku Voipio <riku.voipio@iki.fi>
9313 S: Maintained
9314 F: drivers/leds/leds-pca9532.c
9315 F: include/linux/leds-pca9532.h
9316
9317 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9318 M: Guenter Roeck <linux@roeck-us.net>
9319 L: linux-i2c@vger.kernel.org
9320 S: Maintained
9321 F: drivers/i2c/muxes/i2c-mux-pca9541.c
9322
9323 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9324 M: Khalid Aziz <khalid@gonehiking.org>
9325 S: Maintained
9326 F: drivers/firmware/pcdp.*
9327
9328 PCI ERROR RECOVERY
9329 M: Linas Vepstas <linasvepstas@gmail.com>
9330 L: linux-pci@vger.kernel.org
9331 S: Supported
9332 F: Documentation/PCI/pci-error-recovery.txt
9333
9334 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9335 M: Russell Currey <ruscur@russell.cc>
9336 L: linuxppc-dev@lists.ozlabs.org
9337 S: Supported
9338 F: Documentation/powerpc/eeh-pci-error-recovery.txt
9339 F: arch/powerpc/kernel/eeh*.c
9340 F: arch/powerpc/platforms/*/eeh*.c
9341 F: arch/powerpc/include/*/eeh*.h
9342
9343 PCI SUBSYSTEM
9344 M: Bjorn Helgaas <bhelgaas@google.com>
9345 L: linux-pci@vger.kernel.org
9346 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
9347 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9348 S: Supported
9349 F: Documentation/devicetree/bindings/pci/
9350 F: Documentation/PCI/
9351 F: drivers/pci/
9352 F: include/linux/pci*
9353 F: arch/x86/pci/
9354 F: arch/x86/kernel/quirks.c
9355
9356 PCI DRIVER FOR ALTERA PCIE IP
9357 M: Ley Foon Tan <lftan@altera.com>
9358 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9359 L: linux-pci@vger.kernel.org
9360 S: Supported
9361 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
9362 F: drivers/pci/host/pcie-altera.c
9363
9364 PCI DRIVER FOR ARM VERSATILE PLATFORM
9365 M: Rob Herring <robh@kernel.org>
9366 L: linux-pci@vger.kernel.org
9367 L: linux-arm-kernel@lists.infradead.org
9368 S: Maintained
9369 F: Documentation/devicetree/bindings/pci/versatile.txt
9370 F: drivers/pci/host/pci-versatile.c
9371
9372 PCI DRIVER FOR ARMADA 8K
9373 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9374 L: linux-pci@vger.kernel.org
9375 L: linux-arm-kernel@lists.infradead.org
9376 S: Maintained
9377 F: Documentation/devicetree/bindings/pci/pci-armada8k.txt
9378 F: drivers/pci/host/pcie-armada8k.c
9379
9380 PCI DRIVER FOR APPLIEDMICRO XGENE
9381 M: Tanmay Inamdar <tinamdar@apm.com>
9382 L: linux-pci@vger.kernel.org
9383 L: linux-arm-kernel@lists.infradead.org
9384 S: Maintained
9385 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
9386 F: drivers/pci/host/pci-xgene.c
9387
9388 PCI DRIVER FOR FREESCALE LAYERSCAPE
9389 M: Minghuan Lian <minghuan.Lian@freescale.com>
9390 M: Mingkai Hu <mingkai.hu@freescale.com>
9391 M: Roy Zang <tie-fei.zang@freescale.com>
9392 L: linuxppc-dev@lists.ozlabs.org
9393 L: linux-pci@vger.kernel.org
9394 L: linux-arm-kernel@lists.infradead.org
9395 S: Maintained
9396 F: drivers/pci/host/*layerscape*
9397
9398 PCI DRIVER FOR IMX6
9399 M: Richard Zhu <hongxing.zhu@nxp.com>
9400 M: Lucas Stach <l.stach@pengutronix.de>
9401 L: linux-pci@vger.kernel.org
9402 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9403 S: Maintained
9404 F: Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9405 F: drivers/pci/host/*imx6*
9406
9407 PCI DRIVER FOR TI KEYSTONE
9408 M: Murali Karicheri <m-karicheri2@ti.com>
9409 L: linux-pci@vger.kernel.org
9410 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9411 S: Maintained
9412 F: drivers/pci/host/*keystone*
9413
9414 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9415 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9416 M: Jason Cooper <jason@lakedaemon.net>
9417 L: linux-pci@vger.kernel.org
9418 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9419 S: Maintained
9420 F: drivers/pci/host/*mvebu*
9421
9422 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9423 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9424 L: linux-pci@vger.kernel.org
9425 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9426 S: Maintained
9427 F: Documentation/devicetree/bindings/pci/aardvark-pci.txt
9428 F: drivers/pci/host/pci-aardvark.c
9429
9430 PCI DRIVER FOR NVIDIA TEGRA
9431 M: Thierry Reding <thierry.reding@gmail.com>
9432 L: linux-tegra@vger.kernel.org
9433 L: linux-pci@vger.kernel.org
9434 S: Supported
9435 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9436 F: drivers/pci/host/pci-tegra.c
9437
9438 PCI DRIVER FOR TI DRA7XX
9439 M: Kishon Vijay Abraham I <kishon@ti.com>
9440 L: linux-omap@vger.kernel.org
9441 L: linux-pci@vger.kernel.org
9442 S: Supported
9443 F: Documentation/devicetree/bindings/pci/ti-pci.txt
9444 F: drivers/pci/host/pci-dra7xx.c
9445
9446 PCI DRIVER FOR RENESAS R-CAR
9447 M: Simon Horman <horms@verge.net.au>
9448 L: linux-pci@vger.kernel.org
9449 L: linux-renesas-soc@vger.kernel.org
9450 S: Maintained
9451 F: drivers/pci/host/*rcar*
9452
9453 PCI DRIVER FOR SAMSUNG EXYNOS
9454 M: Jingoo Han <jingoohan1@gmail.com>
9455 L: linux-pci@vger.kernel.org
9456 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9457 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9458 S: Maintained
9459 F: drivers/pci/host/pci-exynos.c
9460
9461 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9462 M: Jingoo Han <jingoohan1@gmail.com>
9463 M: Joao Pinto <Joao.Pinto@synopsys.com>
9464 L: linux-pci@vger.kernel.org
9465 S: Maintained
9466 F: Documentation/devicetree/bindings/pci/designware-pcie.txt
9467 F: drivers/pci/host/*designware*
9468
9469 PCI DRIVER FOR GENERIC OF HOSTS
9470 M: Will Deacon <will.deacon@arm.com>
9471 L: linux-pci@vger.kernel.org
9472 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9473 S: Maintained
9474 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
9475 F: drivers/pci/host/pci-host-common.c
9476 F: drivers/pci/host/pci-host-generic.c
9477
9478 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9479 M: Keith Busch <keith.busch@intel.com>
9480 L: linux-pci@vger.kernel.org
9481 S: Supported
9482 F: drivers/pci/host/vmd.c
9483
9484 PCIE DRIVER FOR ST SPEAR13XX
9485 M: Pratyush Anand <pratyush.anand@gmail.com>
9486 L: linux-pci@vger.kernel.org
9487 S: Maintained
9488 F: drivers/pci/host/*spear*
9489
9490 PCI MSI DRIVER FOR ALTERA MSI IP
9491 M: Ley Foon Tan <lftan@altera.com>
9492 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9493 L: linux-pci@vger.kernel.org
9494 S: Supported
9495 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9496 F: drivers/pci/host/pcie-altera-msi.c
9497
9498 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9499 M: Duc Dang <dhdang@apm.com>
9500 L: linux-pci@vger.kernel.org
9501 L: linux-arm-kernel@lists.infradead.org
9502 S: Maintained
9503 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9504 F: drivers/pci/host/pci-xgene-msi.c
9505
9506 PCIE DRIVER FOR AXIS ARTPEC
9507 M: Niklas Cassel <niklas.cassel@axis.com>
9508 M: Jesper Nilsson <jesper.nilsson@axis.com>
9509 L: linux-arm-kernel@axis.com
9510 L: linux-pci@vger.kernel.org
9511 S: Maintained
9512 F: Documentation/devicetree/bindings/pci/axis,artpec*
9513 F: drivers/pci/host/*artpec*
9514
9515 PCIE DRIVER FOR HISILICON
9516 M: Zhou Wang <wangzhou1@hisilicon.com>
9517 M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
9518 L: linux-pci@vger.kernel.org
9519 S: Maintained
9520 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9521 F: drivers/pci/host/pcie-hisi.c
9522
9523 PCIE DRIVER FOR ROCKCHIP
9524 M: Shawn Lin <shawn.lin@rock-chips.com>
9525 M: Wenrui Li <wenrui.li@rock-chips.com>
9526 L: linux-pci@vger.kernel.org
9527 L: linux-rockchip@lists.infradead.org
9528 S: Maintained
9529 F: Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9530 F: drivers/pci/host/pcie-rockchip.c
9531
9532 PCIE DRIVER FOR QUALCOMM MSM
9533 M: Stanimir Varbanov <svarbanov@mm-sol.com>
9534 L: linux-pci@vger.kernel.org
9535 L: linux-arm-msm@vger.kernel.org
9536 S: Maintained
9537 F: drivers/pci/host/*qcom*
9538
9539 PCIE DRIVER FOR CAVIUM THUNDERX
9540 M: David Daney <david.daney@cavium.com>
9541 L: linux-pci@vger.kernel.org
9542 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9543 S: Supported
9544 F: Documentation/devicetree/bindings/pci/pci-thunder-*
9545 F: drivers/pci/host/pci-thunder-*
9546
9547 PCMCIA SUBSYSTEM
9548 P: Linux PCMCIA Team
9549 L: linux-pcmcia@lists.infradead.org
9550 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9551 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9552 S: Maintained
9553 F: Documentation/pcmcia/
9554 F: tools/pcmcia/
9555 F: drivers/pcmcia/
9556 F: include/pcmcia/
9557
9558 PCNET32 NETWORK DRIVER
9559 M: Don Fry <pcnet32@frontier.com>
9560 L: netdev@vger.kernel.org
9561 S: Maintained
9562 F: drivers/net/ethernet/amd/pcnet32.c
9563
9564 PCRYPT PARALLEL CRYPTO ENGINE
9565 M: Steffen Klassert <steffen.klassert@secunet.com>
9566 L: linux-crypto@vger.kernel.org
9567 S: Maintained
9568 F: crypto/pcrypt.c
9569 F: include/crypto/pcrypt.h
9570
9571 PER-CPU MEMORY ALLOCATOR
9572 M: Tejun Heo <tj@kernel.org>
9573 M: Christoph Lameter <cl@linux.com>
9574 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9575 S: Maintained
9576 F: include/linux/percpu*.h
9577 F: mm/percpu*.c
9578 F: arch/*/include/asm/percpu.h
9579
9580 PER-TASK DELAY ACCOUNTING
9581 M: Balbir Singh <bsingharora@gmail.com>
9582 S: Maintained
9583 F: include/linux/delayacct.h
9584 F: kernel/delayacct.c
9585
9586 PERFORMANCE EVENTS SUBSYSTEM
9587 M: Peter Zijlstra <peterz@infradead.org>
9588 M: Ingo Molnar <mingo@redhat.com>
9589 M: Arnaldo Carvalho de Melo <acme@kernel.org>
9590 R: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9591 L: linux-kernel@vger.kernel.org
9592 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9593 S: Supported
9594 F: kernel/events/*
9595 F: include/linux/perf_event.h
9596 F: include/uapi/linux/perf_event.h
9597 F: arch/*/kernel/perf_event*.c
9598 F: arch/*/kernel/*/perf_event*.c
9599 F: arch/*/kernel/*/*/perf_event*.c
9600 F: arch/*/include/asm/perf_event.h
9601 F: arch/*/kernel/perf_callchain.c
9602 F: arch/*/events/*
9603 F: tools/perf/
9604
9605 PERSONALITY HANDLING
9606 M: Christoph Hellwig <hch@infradead.org>
9607 L: linux-abi-devel@lists.sourceforge.net
9608 S: Maintained
9609 F: include/linux/personality.h
9610 F: include/uapi/linux/personality.h
9611
9612 PHONET PROTOCOL
9613 M: Remi Denis-Courmont <courmisch@gmail.com>
9614 S: Supported
9615 F: Documentation/networking/phonet.txt
9616 F: include/linux/phonet.h
9617 F: include/net/phonet/
9618 F: include/uapi/linux/phonet.h
9619 F: net/phonet/
9620
9621 PHRAM MTD DRIVER
9622 M: Joern Engel <joern@lazybastard.org>
9623 L: linux-mtd@lists.infradead.org
9624 S: Maintained
9625 F: drivers/mtd/devices/phram.c
9626
9627 PICOLCD HID DRIVER
9628 M: Bruno Prémont <bonbons@linux-vserver.org>
9629 L: linux-input@vger.kernel.org
9630 S: Maintained
9631 F: drivers/hid/hid-picolcd*
9632
9633 PICOXCELL SUPPORT
9634 M: Jamie Iles <jamie@jamieiles.com>
9635 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9636 T: git git://github.com/jamieiles/linux-2.6-ji.git
9637 S: Supported
9638 F: arch/arm/boot/dts/picoxcell*
9639 F: arch/arm/mach-picoxcell/
9640 F: drivers/crypto/picoxcell*
9641
9642 PIN CONTROL SUBSYSTEM
9643 M: Linus Walleij <linus.walleij@linaro.org>
9644 L: linux-gpio@vger.kernel.org
9645 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9646 S: Maintained
9647 F: Documentation/devicetree/bindings/pinctrl/
9648 F: Documentation/pinctrl.txt
9649 F: drivers/pinctrl/
9650 F: include/linux/pinctrl/
9651
9652 PIN CONTROLLER - ATMEL AT91
9653 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9654 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9655 S: Maintained
9656 F: drivers/pinctrl/pinctrl-at91.*
9657
9658 PIN CONTROLLER - ATMEL AT91 PIO4
9659 M: Ludovic Desroches <ludovic.desroches@atmel.com>
9660 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9661 L: linux-gpio@vger.kernel.org
9662 S: Supported
9663 F: drivers/pinctrl/pinctrl-at91-pio4.*
9664
9665 PIN CONTROLLER - INTEL
9666 M: Mika Westerberg <mika.westerberg@linux.intel.com>
9667 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
9668 S: Maintained
9669 F: drivers/pinctrl/intel/
9670
9671 PIN CONTROLLER - RENESAS
9672 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9673 M: Geert Uytterhoeven <geert+renesas@glider.be>
9674 L: linux-renesas-soc@vger.kernel.org
9675 S: Maintained
9676 F: drivers/pinctrl/sh-pfc/
9677
9678 PIN CONTROLLER - SAMSUNG
9679 M: Tomasz Figa <tomasz.figa@gmail.com>
9680 M: Krzysztof Kozlowski <krzk@kernel.org>
9681 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9682 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9683 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9684 S: Maintained
9685 F: drivers/pinctrl/samsung/
9686 F: include/dt-bindings/pinctrl/samsung.h
9687 F: Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9688
9689 PIN CONTROLLER - SINGLE
9690 M: Tony Lindgren <tony@atomide.com>
9691 M: Haojian Zhuang <haojian.zhuang@linaro.org>
9692 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9693 L: linux-omap@vger.kernel.org
9694 S: Maintained
9695 F: drivers/pinctrl/pinctrl-single.c
9696
9697 PIN CONTROLLER - ST SPEAR
9698 M: Viresh Kumar <vireshk@kernel.org>
9699 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9700 W: http://www.st.com/spear
9701 S: Maintained
9702 F: drivers/pinctrl/spear/
9703
9704 PISTACHIO SOC SUPPORT
9705 M: James Hartley <james.hartley@imgtec.com>
9706 M: Ionela Voinescu <ionela.voinescu@imgtec.com>
9707 L: linux-mips@linux-mips.org
9708 S: Maintained
9709 F: arch/mips/pistachio/
9710 F: arch/mips/include/asm/mach-pistachio/
9711 F: arch/mips/boot/dts/pistachio/
9712 F: arch/mips/configs/pistachio*_defconfig
9713
9714 PKTCDVD DRIVER
9715 S: Orphan
9716 M: linux-block@vger.kernel.org
9717 F: drivers/block/pktcdvd.c
9718 F: include/linux/pktcdvd.h
9719 F: include/uapi/linux/pktcdvd.h
9720
9721 PKUNITY SOC DRIVERS
9722 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
9723 W: http://mprc.pku.edu.cn/~guanxuetao/linux
9724 S: Maintained
9725 T: git git://github.com/gxt/linux.git
9726 F: drivers/input/serio/i8042-unicore32io.h
9727 F: drivers/i2c/busses/i2c-puv3.c
9728 F: drivers/video/fbdev/fb-puv3.c
9729 F: drivers/rtc/rtc-puv3.c
9730
9731 PMBUS HARDWARE MONITORING DRIVERS
9732 M: Guenter Roeck <linux@roeck-us.net>
9733 L: linux-hwmon@vger.kernel.org
9734 W: http://hwmon.wiki.kernel.org/
9735 W: http://www.roeck-us.net/linux/drivers/
9736 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9737 S: Maintained
9738 F: Documentation/hwmon/pmbus
9739 F: drivers/hwmon/pmbus/
9740 F: include/linux/i2c/pmbus.h
9741
9742 PMC SIERRA MaxRAID DRIVER
9743 L: linux-scsi@vger.kernel.org
9744 W: http://www.pmc-sierra.com/
9745 S: Orphan
9746 F: drivers/scsi/pmcraid.*
9747
9748 PMC SIERRA PM8001 DRIVER
9749 M: Jack Wang <jinpu.wang@profitbricks.com>
9750 M: lindar_liu@usish.com
9751 L: pmchba@pmcs.com
9752 L: linux-scsi@vger.kernel.org
9753 S: Supported
9754 F: drivers/scsi/pm8001/
9755
9756 POSIX CLOCKS and TIMERS
9757 M: Thomas Gleixner <tglx@linutronix.de>
9758 L: linux-kernel@vger.kernel.org
9759 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9760 S: Maintained
9761 F: fs/timerfd.c
9762 F: include/linux/timer*
9763 F: kernel/time/*timer*
9764
9765 POWER MANAGEMENT CORE
9766 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
9767 L: linux-pm@vger.kernel.org
9768 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9769 B: https://bugzilla.kernel.org
9770 S: Supported
9771 F: drivers/base/power/
9772 F: include/linux/pm.h
9773 F: include/linux/pm_*
9774 F: include/linux/powercap.h
9775 F: drivers/powercap/
9776
9777 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9778 M: Sebastian Reichel <sre@kernel.org>
9779 L: linux-pm@vger.kernel.org
9780 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9781 S: Maintained
9782 F: Documentation/devicetree/bindings/power/supply/
9783 F: include/linux/power_supply.h
9784 F: drivers/power/supply/
9785
9786 POWER STATE COORDINATION INTERFACE (PSCI)
9787 M: Mark Rutland <mark.rutland@arm.com>
9788 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9789 L: linux-arm-kernel@lists.infradead.org
9790 S: Maintained
9791 F: drivers/firmware/psci.c
9792 F: include/linux/psci.h
9793 F: include/uapi/linux/psci.h
9794
9795 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9796 M: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9797 L: linuxppc-dev@lists.ozlabs.org
9798 S: Maintained
9799 F: drivers/char/powernv-op-panel.c
9800
9801 PNP SUPPORT
9802 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9803 S: Maintained
9804 F: drivers/pnp/
9805
9806 PPP PROTOCOL DRIVERS AND COMPRESSORS
9807 M: Paul Mackerras <paulus@samba.org>
9808 L: linux-ppp@vger.kernel.org
9809 S: Maintained
9810 F: drivers/net/ppp/ppp_*
9811
9812 PPP OVER ATM (RFC 2364)
9813 M: Mitchell Blank Jr <mitch@sfgoth.com>
9814 S: Maintained
9815 F: net/atm/pppoatm.c
9816 F: include/uapi/linux/atmppp.h
9817
9818 PPP OVER ETHERNET
9819 M: Michal Ostrowski <mostrows@earthlink.net>
9820 S: Maintained
9821 F: drivers/net/ppp/pppoe.c
9822 F: drivers/net/ppp/pppox.c
9823
9824 PPP OVER L2TP
9825 M: James Chapman <jchapman@katalix.com>
9826 S: Maintained
9827 F: net/l2tp/l2tp_ppp.c
9828 F: include/linux/if_pppol2tp.h
9829 F: include/uapi/linux/if_pppol2tp.h
9830
9831 PPS SUPPORT
9832 M: Rodolfo Giometti <giometti@enneenne.com>
9833 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
9834 L: linuxpps@ml.enneenne.com (subscribers-only)
9835 S: Maintained
9836 F: Documentation/pps/
9837 F: drivers/pps/
9838 F: include/linux/pps*.h
9839
9840 PPTP DRIVER
9841 M: Dmitry Kozlov <xeb@mail.ru>
9842 L: netdev@vger.kernel.org
9843 S: Maintained
9844 F: drivers/net/ppp/pptp.c
9845 W: http://sourceforge.net/projects/accel-pptp
9846
9847 PREEMPTIBLE KERNEL
9848 M: Robert Love <rml@tech9.net>
9849 L: kpreempt-tech@lists.sourceforge.net
9850 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9851 S: Supported
9852 F: Documentation/preempt-locking.txt
9853 F: include/linux/preempt.h
9854
9855 PRISM54 WIRELESS DRIVER
9856 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
9857 L: linux-wireless@vger.kernel.org
9858 W: http://wireless.kernel.org/en/users/Drivers/p54
9859 S: Obsolete
9860 F: drivers/net/wireless/intersil/prism54/
9861
9862 PS3 NETWORK SUPPORT
9863 M: Geoff Levand <geoff@infradead.org>
9864 L: netdev@vger.kernel.org
9865 L: linuxppc-dev@lists.ozlabs.org
9866 S: Maintained
9867 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
9868
9869 PS3 PLATFORM SUPPORT
9870 M: Geoff Levand <geoff@infradead.org>
9871 L: linuxppc-dev@lists.ozlabs.org
9872 S: Maintained
9873 F: arch/powerpc/boot/ps3*
9874 F: arch/powerpc/include/asm/lv1call.h
9875 F: arch/powerpc/include/asm/ps3*.h
9876 F: arch/powerpc/platforms/ps3/
9877 F: drivers/*/ps3*
9878 F: drivers/ps3/
9879 F: drivers/rtc/rtc-ps3.c
9880 F: drivers/usb/host/*ps3.c
9881 F: sound/ppc/snd_ps3*
9882
9883 PS3VRAM DRIVER
9884 M: Jim Paris <jim@jtan.com>
9885 M: Geoff Levand <geoff@infradead.org>
9886 L: linuxppc-dev@lists.ozlabs.org
9887 S: Maintained
9888 F: drivers/block/ps3vram.c
9889
9890 PSTORE FILESYSTEM
9891 M: Anton Vorontsov <anton@enomsg.org>
9892 M: Colin Cross <ccross@android.com>
9893 M: Kees Cook <keescook@chromium.org>
9894 M: Tony Luck <tony.luck@intel.com>
9895 S: Maintained
9896 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9897 F: fs/pstore/
9898 F: include/linux/pstore*
9899 F: drivers/firmware/efi/efi-pstore.c
9900 F: drivers/acpi/apei/erst.c
9901
9902 PTP HARDWARE CLOCK SUPPORT
9903 M: Richard Cochran <richardcochran@gmail.com>
9904 L: netdev@vger.kernel.org
9905 S: Maintained
9906 W: http://linuxptp.sourceforge.net/
9907 F: Documentation/ABI/testing/sysfs-ptp
9908 F: Documentation/ptp/*
9909 F: drivers/net/ethernet/freescale/gianfar_ptp.c
9910 F: drivers/net/phy/dp83640*
9911 F: drivers/ptp/*
9912 F: include/linux/ptp_cl*
9913
9914 PTRACE SUPPORT
9915 M: Roland McGrath <roland@hack.frob.com>
9916 M: Oleg Nesterov <oleg@redhat.com>
9917 S: Maintained
9918 F: include/asm-generic/syscall.h
9919 F: include/linux/ptrace.h
9920 F: include/linux/regset.h
9921 F: include/linux/tracehook.h
9922 F: include/uapi/linux/ptrace.h
9923 F: kernel/ptrace.c
9924
9925 PULSE8-CEC DRIVER
9926 M: Hans Verkuil <hverkuil@xs4all.nl>
9927 L: linux-media@vger.kernel.org
9928 T: git git://linuxtv.org/media_tree.git
9929 S: Maintained
9930 F: drivers/staging/media/pulse8-cec
9931
9932 PVRUSB2 VIDEO4LINUX DRIVER
9933 M: Mike Isely <isely@pobox.com>
9934 L: pvrusb2@isely.net (subscribers-only)
9935 L: linux-media@vger.kernel.org
9936 W: http://www.isely.net/pvrusb2/
9937 T: git git://linuxtv.org/media_tree.git
9938 S: Maintained
9939 F: Documentation/media/v4l-drivers/pvrusb2*
9940 F: drivers/media/usb/pvrusb2/
9941
9942 PWC WEBCAM DRIVER
9943 M: Hans Verkuil <hverkuil@xs4all.nl>
9944 L: linux-media@vger.kernel.org
9945 T: git git://linuxtv.org/media_tree.git
9946 S: Odd Fixes
9947 F: drivers/media/usb/pwc/*
9948
9949 PWM FAN DRIVER
9950 M: Kamil Debski <kamil@wypas.org>
9951 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
9952 L: linux-hwmon@vger.kernel.org
9953 S: Supported
9954 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9955 F: Documentation/hwmon/pwm-fan
9956 F: drivers/hwmon/pwm-fan.c
9957
9958 PWM SUBSYSTEM
9959 M: Thierry Reding <thierry.reding@gmail.com>
9960 L: linux-pwm@vger.kernel.org
9961 S: Maintained
9962 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9963 F: Documentation/pwm.txt
9964 F: Documentation/devicetree/bindings/pwm/
9965 F: include/linux/pwm.h
9966 F: drivers/pwm/
9967 F: drivers/video/backlight/pwm_bl.c
9968 F: include/linux/pwm_backlight.h
9969
9970 PXA2xx/PXA3xx SUPPORT
9971 M: Daniel Mack <daniel@zonque.org>
9972 M: Haojian Zhuang <haojian.zhuang@gmail.com>
9973 M: Robert Jarzmik <robert.jarzmik@free.fr>
9974 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9975 T: git git://github.com/hzhuang1/linux.git
9976 T: git git://github.com/rjarzmik/linux.git
9977 S: Maintained
9978 F: arch/arm/boot/dts/pxa*
9979 F: arch/arm/mach-pxa/
9980 F: drivers/dma/pxa*
9981 F: drivers/pcmcia/pxa2xx*
9982 F: drivers/pinctrl/pxa/
9983 F: drivers/spi/spi-pxa2xx*
9984 F: drivers/usb/gadget/udc/pxa2*
9985 F: include/sound/pxa2xx-lib.h
9986 F: sound/arm/pxa*
9987 F: sound/soc/pxa/
9988
9989 PXA GPIO DRIVER
9990 M: Robert Jarzmik <robert.jarzmik@free.fr>
9991 L: linux-gpio@vger.kernel.org
9992 S: Maintained
9993 F: drivers/gpio/gpio-pxa.c
9994
9995 PXA3xx NAND FLASH DRIVER
9996 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9997 L: linux-mtd@lists.infradead.org
9998 S: Maintained
9999 F: drivers/mtd/nand/pxa3xx_nand.c
10000
10001 MMP SUPPORT
10002 M: Eric Miao <eric.y.miao@gmail.com>
10003 M: Haojian Zhuang <haojian.zhuang@gmail.com>
10004 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10005 T: git git://github.com/hzhuang1/linux.git
10006 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
10007 S: Maintained
10008 F: arch/arm/boot/dts/mmp*
10009 F: arch/arm/mach-mmp/
10010
10011 PXA MMCI DRIVER
10012 S: Orphan
10013
10014 PXA RTC DRIVER
10015 M: Robert Jarzmik <robert.jarzmik@free.fr>
10016 L: rtc-linux@googlegroups.com
10017 S: Maintained
10018
10019 QAT DRIVER
10020 M: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
10021 M: Salvatore Benedetto <salvatore.benedetto@intel.com>
10022 L: qat-linux@intel.com
10023 S: Supported
10024 F: drivers/crypto/qat/
10025
10026 QIB DRIVER
10027 M: Mike Marciniszyn <infinipath@intel.com>
10028 L: linux-rdma@vger.kernel.org
10029 S: Supported
10030 F: drivers/infiniband/hw/qib/
10031
10032 QLOGIC QLA1280 SCSI DRIVER
10033 M: Michael Reed <mdr@sgi.com>
10034 L: linux-scsi@vger.kernel.org
10035 S: Maintained
10036 F: drivers/scsi/qla1280.[ch]
10037
10038 QLOGIC QLA2XXX FC-SCSI DRIVER
10039 M: qla2xxx-upstream@qlogic.com
10040 L: linux-scsi@vger.kernel.org
10041 S: Supported
10042 F: Documentation/scsi/LICENSE.qla2xxx
10043 F: drivers/scsi/qla2xxx/
10044
10045 QLOGIC QLA4XXX iSCSI DRIVER
10046 M: QLogic-Storage-Upstream@qlogic.com
10047 L: linux-scsi@vger.kernel.org
10048 S: Supported
10049 F: Documentation/scsi/LICENSE.qla4xxx
10050 F: drivers/scsi/qla4xxx/
10051
10052 QLOGIC QLA3XXX NETWORK DRIVER
10053 M: Dept-GELinuxNICDev@cavium.com
10054 L: netdev@vger.kernel.org
10055 S: Supported
10056 F: Documentation/networking/LICENSE.qla3xxx
10057 F: drivers/net/ethernet/qlogic/qla3xxx.*
10058
10059 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10060 M: Harish Patil <harish.patil@cavium.com>
10061 M: Manish Chopra <manish.chopra@cavium.com>
10062 M: Dept-GELinuxNICDev@cavium.com
10063 L: netdev@vger.kernel.org
10064 S: Supported
10065 F: drivers/net/ethernet/qlogic/qlcnic/
10066
10067 QLOGIC QLGE 10Gb ETHERNET DRIVER
10068 M: Harish Patil <harish.patil@cavium.com>
10069 M: Manish Chopra <manish.chopra@cavium.com>
10070 M: Dept-GELinuxNICDev@cavium.com
10071 L: netdev@vger.kernel.org
10072 S: Supported
10073 F: drivers/net/ethernet/qlogic/qlge/
10074
10075 QLOGIC QL4xxx ETHERNET DRIVER
10076 M: Yuval Mintz <Yuval.Mintz@cavium.com>
10077 M: Ariel Elior <Ariel.Elior@cavium.com>
10078 M: everest-linux-l2@cavium.com
10079 L: netdev@vger.kernel.org
10080 S: Supported
10081 F: drivers/net/ethernet/qlogic/qed/
10082 F: include/linux/qed/
10083 F: drivers/net/ethernet/qlogic/qede/
10084
10085 QNX4 FILESYSTEM
10086 M: Anders Larsen <al@alarsen.net>
10087 W: http://www.alarsen.net/linux/qnx4fs/
10088 S: Maintained
10089 F: fs/qnx4/
10090 F: include/uapi/linux/qnx4_fs.h
10091 F: include/uapi/linux/qnxtypes.h
10092
10093 QORIQ DPAA2 FSL-MC BUS DRIVER
10094 M: Stuart Yoder <stuart.yoder@nxp.com>
10095 L: linux-kernel@vger.kernel.org
10096 S: Maintained
10097 F: drivers/staging/fsl-mc/
10098
10099 QT1010 MEDIA DRIVER
10100 M: Antti Palosaari <crope@iki.fi>
10101 L: linux-media@vger.kernel.org
10102 W: https://linuxtv.org
10103 W: http://palosaari.fi/linux/
10104 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10105 T: git git://linuxtv.org/anttip/media_tree.git
10106 S: Maintained
10107 F: drivers/media/tuners/qt1010*
10108
10109 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10110 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
10111 L: linux-wireless@vger.kernel.org
10112 L: ath9k-devel@lists.ath9k.org
10113 W: http://wireless.kernel.org/en/users/Drivers/ath9k
10114 S: Supported
10115 F: drivers/net/wireless/ath/ath9k/
10116
10117 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10118 M: Kalle Valo <kvalo@qca.qualcomm.com>
10119 L: ath10k@lists.infradead.org
10120 W: http://wireless.kernel.org/en/users/Drivers/ath10k
10121 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10122 S: Supported
10123 F: drivers/net/wireless/ath/ath10k/
10124
10125 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10126 M: Timur Tabi <timur@codeaurora.org>
10127 L: netdev@vger.kernel.org
10128 S: Supported
10129 F: drivers/net/ethernet/qualcomm/emac/
10130
10131 QUALCOMM HEXAGON ARCHITECTURE
10132 M: Richard Kuo <rkuo@codeaurora.org>
10133 L: linux-hexagon@vger.kernel.org
10134 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10135 S: Supported
10136 F: arch/hexagon/
10137
10138 QUALCOMM WCN36XX WIRELESS DRIVER
10139 M: Eugene Krasnikov <k.eugene.e@gmail.com>
10140 L: wcn36xx@lists.infradead.org
10141 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
10142 T: git git://github.com/KrasnikovEugene/wcn36xx.git
10143 S: Supported
10144 F: drivers/net/wireless/ath/wcn36xx/
10145
10146 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10147 M: Gabriel Somlo <somlo@cmu.edu>
10148 M: "Michael S. Tsirkin" <mst@redhat.com>
10149 L: qemu-devel@nongnu.org
10150 S: Maintained
10151 F: drivers/firmware/qemu_fw_cfg.c
10152
10153 RADOS BLOCK DEVICE (RBD)
10154 M: Ilya Dryomov <idryomov@gmail.com>
10155 M: Sage Weil <sage@redhat.com>
10156 M: Alex Elder <elder@kernel.org>
10157 L: ceph-devel@vger.kernel.org
10158 W: http://ceph.com/
10159 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10160 T: git git://github.com/ceph/ceph-client.git
10161 S: Supported
10162 F: Documentation/ABI/testing/sysfs-bus-rbd
10163 F: drivers/block/rbd.c
10164 F: drivers/block/rbd_types.h
10165
10166 RADEON FRAMEBUFFER DISPLAY DRIVER
10167 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
10168 L: linux-fbdev@vger.kernel.org
10169 S: Maintained
10170 F: drivers/video/fbdev/aty/radeon*
10171 F: include/uapi/linux/radeonfb.h
10172
10173 RADIOSHARK RADIO DRIVER
10174 M: Hans Verkuil <hverkuil@xs4all.nl>
10175 L: linux-media@vger.kernel.org
10176 T: git git://linuxtv.org/media_tree.git
10177 S: Maintained
10178 F: drivers/media/radio/radio-shark.c
10179
10180 RADIOSHARK2 RADIO DRIVER
10181 M: Hans Verkuil <hverkuil@xs4all.nl>
10182 L: linux-media@vger.kernel.org
10183 T: git git://linuxtv.org/media_tree.git
10184 S: Maintained
10185 F: drivers/media/radio/radio-shark2.c
10186 F: drivers/media/radio/radio-tea5777.c
10187
10188 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10189 M: Paul Mackerras <paulus@samba.org>
10190 L: linux-fbdev@vger.kernel.org
10191 S: Maintained
10192 F: drivers/video/fbdev/aty/aty128fb.c
10193
10194 RALINK MIPS ARCHITECTURE
10195 M: John Crispin <john@phrozen.org>
10196 L: linux-mips@linux-mips.org
10197 S: Maintained
10198 F: arch/mips/ralink
10199
10200 RALINK RT2X00 WIRELESS LAN DRIVER
10201 P: rt2x00 project
10202 M: Stanislaw Gruszka <sgruszka@redhat.com>
10203 M: Helmut Schaa <helmut.schaa@googlemail.com>
10204 L: linux-wireless@vger.kernel.org
10205 S: Maintained
10206 F: drivers/net/wireless/ralink/rt2x00/
10207
10208 RAMDISK RAM BLOCK DEVICE DRIVER
10209 M: Jens Axboe <axboe@kernel.dk>
10210 S: Maintained
10211 F: Documentation/blockdev/ramdisk.txt
10212 F: drivers/block/brd.c
10213
10214 RANDOM NUMBER DRIVER
10215 M: "Theodore Ts'o" <tytso@mit.edu>
10216 S: Maintained
10217 F: drivers/char/random.c
10218
10219 RAPIDIO SUBSYSTEM
10220 M: Matt Porter <mporter@kernel.crashing.org>
10221 M: Alexandre Bounine <alexandre.bounine@idt.com>
10222 S: Maintained
10223 F: drivers/rapidio/
10224
10225 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10226 L: linux-wireless@vger.kernel.org
10227 S: Orphan
10228 F: drivers/net/wireless/ray*
10229
10230 RCUTORTURE MODULE
10231 M: Josh Triplett <josh@joshtriplett.org>
10232 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10233 L: linux-kernel@vger.kernel.org
10234 S: Supported
10235 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10236 F: Documentation/RCU/torture.txt
10237 F: kernel/rcu/rcutorture.c
10238
10239 RCUTORTURE TEST FRAMEWORK
10240 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10241 M: Josh Triplett <josh@joshtriplett.org>
10242 R: Steven Rostedt <rostedt@goodmis.org>
10243 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10244 R: Lai Jiangshan <jiangshanlai@gmail.com>
10245 L: linux-kernel@vger.kernel.org
10246 S: Supported
10247 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10248 F: tools/testing/selftests/rcutorture
10249
10250 RDC R-321X SoC
10251 M: Florian Fainelli <florian@openwrt.org>
10252 S: Maintained
10253
10254 RDC R6040 FAST ETHERNET DRIVER
10255 M: Florian Fainelli <f.fainelli@gmail.com>
10256 L: netdev@vger.kernel.org
10257 S: Maintained
10258 F: drivers/net/ethernet/rdc/r6040.c
10259
10260 RDS - RELIABLE DATAGRAM SOCKETS
10261 M: Santosh Shilimkar <santosh.shilimkar@oracle.com>
10262 L: netdev@vger.kernel.org
10263 L: linux-rdma@vger.kernel.org
10264 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
10265 W: https://oss.oracle.com/projects/rds/
10266 S: Supported
10267 F: net/rds/
10268 F: Documentation/networking/rds.txt
10269
10270 RDMAVT - RDMA verbs software
10271 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
10272 L: linux-rdma@vger.kernel.org
10273 S: Supported
10274 F: drivers/infiniband/sw/rdmavt
10275
10276 READ-COPY UPDATE (RCU)
10277 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10278 M: Josh Triplett <josh@joshtriplett.org>
10279 R: Steven Rostedt <rostedt@goodmis.org>
10280 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10281 R: Lai Jiangshan <jiangshanlai@gmail.com>
10282 L: linux-kernel@vger.kernel.org
10283 W: http://www.rdrop.com/users/paulmck/RCU/
10284 S: Supported
10285 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10286 F: Documentation/RCU/
10287 X: Documentation/RCU/torture.txt
10288 F: include/linux/rcu*
10289 X: include/linux/srcu.h
10290 F: kernel/rcu/
10291 X: kernel/torture.c
10292
10293 REAL TIME CLOCK (RTC) SUBSYSTEM
10294 M: Alessandro Zummo <a.zummo@towertech.it>
10295 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
10296 L: rtc-linux@googlegroups.com
10297 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
10298 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10299 S: Maintained
10300 F: Documentation/devicetree/bindings/rtc/
10301 F: Documentation/rtc.txt
10302 F: drivers/rtc/
10303 F: include/linux/rtc.h
10304 F: include/uapi/linux/rtc.h
10305 F: include/linux/rtc/
10306 F: include/linux/platform_data/rtc-*
10307 F: tools/testing/selftests/timers/rtctest.c
10308
10309 REALTEK AUDIO CODECS
10310 M: Bard Liao <bardliao@realtek.com>
10311 M: Oder Chiou <oder_chiou@realtek.com>
10312 S: Maintained
10313 F: sound/soc/codecs/rt*
10314 F: include/sound/rt*.h
10315
10316 REISERFS FILE SYSTEM
10317 L: reiserfs-devel@vger.kernel.org
10318 S: Supported
10319 F: fs/reiserfs/
10320
10321 REGISTER MAP ABSTRACTION
10322 M: Mark Brown <broonie@kernel.org>
10323 L: linux-kernel@vger.kernel.org
10324 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10325 S: Supported
10326 F: Documentation/devicetree/bindings/regmap/
10327 F: drivers/base/regmap/
10328 F: include/linux/regmap.h
10329
10330 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10331 M: Ohad Ben-Cohen <ohad@wizery.com>
10332 M: Bjorn Andersson <bjorn.andersson@linaro.org>
10333 L: linux-remoteproc@vger.kernel.org
10334 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10335 S: Maintained
10336 F: Documentation/devicetree/bindings/remoteproc/
10337 F: Documentation/remoteproc.txt
10338 F: drivers/remoteproc/
10339 F: include/linux/remoteproc.h
10340
10341 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10342 M: Ohad Ben-Cohen <ohad@wizery.com>
10343 M: Bjorn Andersson <bjorn.andersson@linaro.org>
10344 L: linux-remoteproc@vger.kernel.org
10345 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10346 S: Maintained
10347 F: drivers/rpmsg/
10348 F: Documentation/rpmsg.txt
10349 F: include/linux/rpmsg.h
10350
10351 RENESAS CLOCK DRIVERS
10352 M: Geert Uytterhoeven <geert+renesas@glider.be>
10353 L: linux-renesas-soc@vger.kernel.org
10354 S: Supported
10355 F: drivers/clk/renesas/
10356
10357 RENESAS ETHERNET DRIVERS
10358 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10359 L: netdev@vger.kernel.org
10360 L: linux-renesas-soc@vger.kernel.org
10361 F: drivers/net/ethernet/renesas/
10362 F: include/linux/sh_eth.h
10363
10364 RENESAS USB2 PHY DRIVER
10365 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10366 L: linux-renesas-soc@vger.kernel.org
10367 S: Maintained
10368 F: drivers/phy/phy-rcar-gen3-usb2.c
10369
10370 RESET CONTROLLER FRAMEWORK
10371 M: Philipp Zabel <p.zabel@pengutronix.de>
10372 T: git git://git.pengutronix.de/git/pza/linux
10373 S: Maintained
10374 F: drivers/reset/
10375 F: Documentation/devicetree/bindings/reset/
10376 F: include/dt-bindings/reset/
10377 F: include/linux/reset.h
10378 F: include/linux/reset-controller.h
10379
10380 RFKILL
10381 M: Johannes Berg <johannes@sipsolutions.net>
10382 L: linux-wireless@vger.kernel.org
10383 W: http://wireless.kernel.org/
10384 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10385 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10386 S: Maintained
10387 F: Documentation/rfkill.txt
10388 F: net/rfkill/
10389
10390 RHASHTABLE
10391 M: Thomas Graf <tgraf@suug.ch>
10392 M: Herbert Xu <herbert@gondor.apana.org.au>
10393 L: netdev@vger.kernel.org
10394 S: Maintained
10395 F: lib/rhashtable.c
10396 F: include/linux/rhashtable.h
10397
10398 RICOH SMARTMEDIA/XD DRIVER
10399 M: Maxim Levitsky <maximlevitsky@gmail.com>
10400 S: Maintained
10401 F: drivers/mtd/nand/r852.c
10402 F: drivers/mtd/nand/r852.h
10403
10404 RICOH R5C592 MEMORYSTICK DRIVER
10405 M: Maxim Levitsky <maximlevitsky@gmail.com>
10406 S: Maintained
10407 F: drivers/memstick/host/r592.*
10408
10409 ROCCAT DRIVERS
10410 M: Stefan Achatz <erazor_de@users.sourceforge.net>
10411 W: http://sourceforge.net/projects/roccat/
10412 S: Maintained
10413 F: drivers/hid/hid-roccat*
10414 F: include/linux/hid-roccat*
10415 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
10416
10417 ROCKER DRIVER
10418 M: Jiri Pirko <jiri@resnulli.us>
10419 L: netdev@vger.kernel.org
10420 S: Supported
10421 F: drivers/net/ethernet/rocker/
10422
10423 ROCKETPORT DRIVER
10424 P: Comtrol Corp.
10425 W: http://www.comtrol.com
10426 S: Maintained
10427 F: Documentation/serial/rocket.txt
10428 F: drivers/tty/rocket*
10429
10430 ROCKETPORT EXPRESS/INFINITY DRIVER
10431 M: Kevin Cernekee <cernekee@gmail.com>
10432 L: linux-serial@vger.kernel.org
10433 S: Odd Fixes
10434 F: drivers/tty/serial/rp2.*
10435
10436 ROSE NETWORK LAYER
10437 M: Ralf Baechle <ralf@linux-mips.org>
10438 L: linux-hams@vger.kernel.org
10439 W: http://www.linux-ax25.org/
10440 S: Maintained
10441 F: include/net/rose.h
10442 F: include/uapi/linux/rose.h
10443 F: net/rose/
10444
10445 RTL2830 MEDIA DRIVER
10446 M: Antti Palosaari <crope@iki.fi>
10447 L: linux-media@vger.kernel.org
10448 W: https://linuxtv.org
10449 W: http://palosaari.fi/linux/
10450 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10451 T: git git://linuxtv.org/anttip/media_tree.git
10452 S: Maintained
10453 F: drivers/media/dvb-frontends/rtl2830*
10454
10455 RTL2832 MEDIA DRIVER
10456 M: Antti Palosaari <crope@iki.fi>
10457 L: linux-media@vger.kernel.org
10458 W: https://linuxtv.org
10459 W: http://palosaari.fi/linux/
10460 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10461 T: git git://linuxtv.org/anttip/media_tree.git
10462 S: Maintained
10463 F: drivers/media/dvb-frontends/rtl2832*
10464
10465 RTL2832_SDR MEDIA DRIVER
10466 M: Antti Palosaari <crope@iki.fi>
10467 L: linux-media@vger.kernel.org
10468 W: https://linuxtv.org
10469 W: http://palosaari.fi/linux/
10470 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10471 T: git git://linuxtv.org/anttip/media_tree.git
10472 S: Maintained
10473 F: drivers/media/dvb-frontends/rtl2832_sdr*
10474
10475 RTL8180 WIRELESS DRIVER
10476 L: linux-wireless@vger.kernel.org
10477 W: http://wireless.kernel.org/
10478 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10479 S: Orphan
10480 F: drivers/net/wireless/realtek/rtl818x/rtl8180/
10481
10482 RTL8187 WIRELESS DRIVER
10483 M: Herton Ronaldo Krzesinski <herton@canonical.com>
10484 M: Hin-Tak Leung <htl10@users.sourceforge.net>
10485 M: Larry Finger <Larry.Finger@lwfinger.net>
10486 L: linux-wireless@vger.kernel.org
10487 W: http://wireless.kernel.org/
10488 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10489 S: Maintained
10490 F: drivers/net/wireless/realtek/rtl818x/rtl8187/
10491
10492 RTL8192CE WIRELESS DRIVER
10493 M: Larry Finger <Larry.Finger@lwfinger.net>
10494 M: Chaoming Li <chaoming_li@realsil.com.cn>
10495 L: linux-wireless@vger.kernel.org
10496 W: http://wireless.kernel.org/
10497 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10498 S: Maintained
10499 F: drivers/net/wireless/realtek/rtlwifi/
10500 F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10501
10502 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10503 M: Jes Sorensen <Jes.Sorensen@redhat.com>
10504 L: linux-wireless@vger.kernel.org
10505 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10506 S: Maintained
10507 F: drivers/net/wireless/realtek/rtl8xxxu/
10508
10509 S3 SAVAGE FRAMEBUFFER DRIVER
10510 M: Antonino Daplas <adaplas@gmail.com>
10511 L: linux-fbdev@vger.kernel.org
10512 S: Maintained
10513 F: drivers/video/fbdev/savage/
10514
10515 S390
10516 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
10517 M: Heiko Carstens <heiko.carstens@de.ibm.com>
10518 L: linux-s390@vger.kernel.org
10519 W: http://www.ibm.com/developerworks/linux/linux390/
10520 T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10521 S: Supported
10522 F: arch/s390/
10523 F: drivers/s390/
10524 F: Documentation/s390/
10525 F: Documentation/DocBook/s390*
10526
10527 S390 COMMON I/O LAYER
10528 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10529 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10530 L: linux-s390@vger.kernel.org
10531 W: http://www.ibm.com/developerworks/linux/linux390/
10532 S: Supported
10533 F: drivers/s390/cio/
10534
10535 S390 DASD DRIVER
10536 M: Stefan Haberland <sth@linux.vnet.ibm.com>
10537 M: Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
10538 L: linux-s390@vger.kernel.org
10539 W: http://www.ibm.com/developerworks/linux/linux390/
10540 S: Supported
10541 F: drivers/s390/block/dasd*
10542 F: block/partitions/ibm.c
10543
10544 S390 NETWORK DRIVERS
10545 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10546 L: linux-s390@vger.kernel.org
10547 W: http://www.ibm.com/developerworks/linux/linux390/
10548 S: Supported
10549 F: drivers/s390/net/
10550
10551 S390 PCI SUBSYSTEM
10552 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10553 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10554 L: linux-s390@vger.kernel.org
10555 W: http://www.ibm.com/developerworks/linux/linux390/
10556 S: Supported
10557 F: arch/s390/pci/
10558 F: drivers/pci/hotplug/s390_pci_hpc.c
10559
10560 S390 ZCRYPT DRIVER
10561 M: Harald Freudenberger <freude@de.ibm.com>
10562 L: linux-s390@vger.kernel.org
10563 W: http://www.ibm.com/developerworks/linux/linux390/
10564 S: Supported
10565 F: drivers/s390/crypto/
10566
10567 S390 ZFCP DRIVER
10568 M: Steffen Maier <maier@linux.vnet.ibm.com>
10569 L: linux-s390@vger.kernel.org
10570 W: http://www.ibm.com/developerworks/linux/linux390/
10571 S: Supported
10572 F: drivers/s390/scsi/zfcp_*
10573
10574 S390 IUCV NETWORK LAYER
10575 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10576 L: linux-s390@vger.kernel.org
10577 W: http://www.ibm.com/developerworks/linux/linux390/
10578 S: Supported
10579 F: drivers/s390/net/*iucv*
10580 F: include/net/iucv/
10581 F: net/iucv/
10582
10583 S390 IOMMU (PCI)
10584 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10585 L: linux-s390@vger.kernel.org
10586 W: http://www.ibm.com/developerworks/linux/linux390/
10587 S: Supported
10588 F: drivers/iommu/s390-iommu.c
10589
10590 S3C24XX SD/MMC Driver
10591 M: Ben Dooks <ben-linux@fluff.org>
10592 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10593 S: Supported
10594 F: drivers/mmc/host/s3cmci.*
10595
10596 SAA6588 RDS RECEIVER DRIVER
10597 M: Hans Verkuil <hverkuil@xs4all.nl>
10598 L: linux-media@vger.kernel.org
10599 T: git git://linuxtv.org/media_tree.git
10600 W: https://linuxtv.org
10601 S: Odd Fixes
10602 F: drivers/media/i2c/saa6588*
10603
10604 SAA7134 VIDEO4LINUX DRIVER
10605 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10606 M: Mauro Carvalho Chehab <mchehab@kernel.org>
10607 L: linux-media@vger.kernel.org
10608 W: https://linuxtv.org
10609 T: git git://linuxtv.org/media_tree.git
10610 S: Odd fixes
10611 F: Documentation/media/v4l-drivers/saa7134*
10612 F: drivers/media/pci/saa7134/
10613
10614 SAA7146 VIDEO4LINUX-2 DRIVER
10615 M: Hans Verkuil <hverkuil@xs4all.nl>
10616 L: linux-media@vger.kernel.org
10617 T: git git://linuxtv.org/media_tree.git
10618 S: Maintained
10619 F: drivers/media/common/saa7146/
10620 F: drivers/media/pci/saa7146/
10621 F: include/media/saa7146*
10622
10623 SAMSUNG LAPTOP DRIVER
10624 M: Corentin Chary <corentin.chary@gmail.com>
10625 L: platform-driver-x86@vger.kernel.org
10626 S: Maintained
10627 F: drivers/platform/x86/samsung-laptop.c
10628
10629 SAMSUNG AUDIO (ASoC) DRIVERS
10630 M: Krzysztof Kozlowski <krzk@kernel.org>
10631 M: Sangbeom Kim <sbkim73@samsung.com>
10632 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10633 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10634 S: Supported
10635 F: sound/soc/samsung/
10636
10637 SAMSUNG FRAMEBUFFER DRIVER
10638 M: Jingoo Han <jingoohan1@gmail.com>
10639 L: linux-fbdev@vger.kernel.org
10640 S: Maintained
10641 F: drivers/video/fbdev/s3c-fb.c
10642
10643 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10644 M: Sangbeom Kim <sbkim73@samsung.com>
10645 M: Krzysztof Kozlowski <krzk@kernel.org>
10646 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10647 L: linux-kernel@vger.kernel.org
10648 L: linux-samsung-soc@vger.kernel.org
10649 S: Supported
10650 F: drivers/mfd/sec*.c
10651 F: drivers/regulator/s2m*.c
10652 F: drivers/regulator/s5m*.c
10653 F: drivers/clk/clk-s2mps11.c
10654 F: drivers/rtc/rtc-s5m.c
10655 F: include/linux/mfd/samsung/
10656 F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10657 F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10658 F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10659 F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10660
10661 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10662 M: Kyungmin Park <kyungmin.park@samsung.com>
10663 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10664 L: linux-media@vger.kernel.org
10665 Q: https://patchwork.linuxtv.org/project/linux-media/list/
10666 S: Supported
10667 F: drivers/media/platform/exynos4-is/
10668
10669 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10670 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10671 L: linux-media@vger.kernel.org
10672 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10673 S: Maintained
10674 F: drivers/media/platform/s3c-camif/
10675 F: include/media/drv-intf/s3c_camif.h
10676
10677 SAMSUNG S5C73M3 CAMERA DRIVER
10678 M: Kyungmin Park <kyungmin.park@samsung.com>
10679 M: Andrzej Hajda <a.hajda@samsung.com>
10680 L: linux-media@vger.kernel.org
10681 S: Supported
10682 F: drivers/media/i2c/s5c73m3/*
10683
10684 SAMSUNG S5K5BAF CAMERA DRIVER
10685 M: Kyungmin Park <kyungmin.park@samsung.com>
10686 M: Andrzej Hajda <a.hajda@samsung.com>
10687 L: linux-media@vger.kernel.org
10688 S: Supported
10689 F: drivers/media/i2c/s5k5baf.c
10690
10691 SAMSUNG S3FWRN5 NFC DRIVER
10692 M: Robert Baldyga <r.baldyga@samsung.com>
10693 M: Krzysztof Opasiak <k.opasiak@samsung.com>
10694 L: linux-nfc@lists.01.org (moderated for non-subscribers)
10695 S: Supported
10696 F: drivers/nfc/s3fwrn5
10697
10698 SAMSUNG SOC CLOCK DRIVERS
10699 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10700 M: Tomasz Figa <tomasz.figa@gmail.com>
10701 M: Chanwoo Choi <cw00.choi@samsung.com>
10702 S: Supported
10703 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10704 F: drivers/clk/samsung/
10705 F: include/dt-bindings/clock/exynos*.h
10706 F: Documentation/devicetree/bindings/clock/exynos*.txt
10707
10708 SAMSUNG SPI DRIVERS
10709 M: Kukjin Kim <kgene@kernel.org>
10710 M: Krzysztof Kozlowski <krzk@kernel.org>
10711 M: Andi Shyti <andi.shyti@samsung.com>
10712 L: linux-spi@vger.kernel.org
10713 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10714 S: Maintained
10715 F: Documentation/devicetree/bindings/spi/spi-samsung.txt
10716 F: drivers/spi/spi-s3c*
10717 F: include/linux/platform_data/spi-s3c64xx.h
10718
10719 SAMSUNG SXGBE DRIVERS
10720 M: Byungho An <bh74.an@samsung.com>
10721 M: Girish K S <ks.giri@samsung.com>
10722 M: Vipul Pandya <vipul.pandya@samsung.com>
10723 S: Supported
10724 L: netdev@vger.kernel.org
10725 F: drivers/net/ethernet/samsung/sxgbe/
10726
10727 SAMSUNG THERMAL DRIVER
10728 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10729 L: linux-pm@vger.kernel.org
10730 L: linux-samsung-soc@vger.kernel.org
10731 S: Supported
10732 T: git https://github.com/lmajewski/linux-samsung-thermal.git
10733 F: drivers/thermal/samsung/
10734
10735 SAMSUNG USB2 PHY DRIVER
10736 M: Kamil Debski <kamil@wypas.org>
10737 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10738 L: linux-kernel@vger.kernel.org
10739 S: Supported
10740 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
10741 F: Documentation/phy/samsung-usb2.txt
10742 F: drivers/phy/phy-exynos4210-usb2.c
10743 F: drivers/phy/phy-exynos4x12-usb2.c
10744 F: drivers/phy/phy-exynos5250-usb2.c
10745 F: drivers/phy/phy-s5pv210-usb2.c
10746 F: drivers/phy/phy-samsung-usb2.c
10747 F: drivers/phy/phy-samsung-usb2.h
10748
10749 SERIAL DRIVERS
10750 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10751 L: linux-serial@vger.kernel.org
10752 S: Maintained
10753 F: Documentation/devicetree/bindings/serial/
10754 F: drivers/tty/serial/
10755
10756 STI CEC DRIVER
10757 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
10758 L: kernel@stlinux.com
10759 S: Maintained
10760 F: drivers/staging/media/st-cec/
10761 F: Documentation/devicetree/bindings/media/stih-cec.txt
10762
10763 SYNOPSYS DESIGNWARE DMAC DRIVER
10764 M: Viresh Kumar <vireshk@kernel.org>
10765 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10766 S: Maintained
10767 F: include/linux/dma/dw.h
10768 F: include/linux/platform_data/dma-dw.h
10769 F: drivers/dma/dw/
10770
10771 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10772 M: Lars Persson <lars.persson@axis.com>
10773 L: netdev@vger.kernel.org
10774 S: Supported
10775 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10776 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10777
10778 SYNOPSYS DESIGNWARE I2C DRIVER
10779 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
10780 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10781 R: Mika Westerberg <mika.westerberg@linux.intel.com>
10782 L: linux-i2c@vger.kernel.org
10783 S: Maintained
10784 F: drivers/i2c/busses/i2c-designware-*
10785 F: include/linux/platform_data/i2c-designware.h
10786
10787 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10788 M: Jaehoon Chung <jh80.chung@samsung.com>
10789 L: linux-mmc@vger.kernel.org
10790 S: Maintained
10791 F: include/linux/mmc/dw_mmc.h
10792 F: drivers/mmc/host/dw_mmc*
10793
10794 SYSTEM TRACE MODULE CLASS
10795 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
10796 S: Maintained
10797 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10798 F: Documentation/trace/stm.txt
10799 F: drivers/hwtracing/stm/
10800 F: include/linux/stm.h
10801 F: include/uapi/linux/stm.h
10802
10803 THUNDERBOLT DRIVER
10804 M: Andreas Noever <andreas.noever@gmail.com>
10805 S: Maintained
10806 F: drivers/thunderbolt/
10807
10808 TI BQ27XXX POWER SUPPLY DRIVER
10809 R: Andrew F. Davis <afd@ti.com>
10810 F: include/linux/power/bq27xxx_battery.h
10811 F: drivers/power/supply/bq27xxx_battery.c
10812 F: drivers/power/supply/bq27xxx_battery_i2c.c
10813
10814 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10815 M: John Stultz <john.stultz@linaro.org>
10816 M: Thomas Gleixner <tglx@linutronix.de>
10817 L: linux-kernel@vger.kernel.org
10818 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10819 S: Supported
10820 F: include/linux/clocksource.h
10821 F: include/linux/time.h
10822 F: include/linux/timex.h
10823 F: include/uapi/linux/time.h
10824 F: include/uapi/linux/timex.h
10825 F: kernel/time/clocksource.c
10826 F: kernel/time/time*.c
10827 F: kernel/time/alarmtimer.c
10828 F: kernel/time/ntp.c
10829 F: tools/testing/selftests/timers/
10830
10831 SC1200 WDT DRIVER
10832 M: Zwane Mwaikambo <zwanem@gmail.com>
10833 S: Maintained
10834 F: drivers/watchdog/sc1200wdt.c
10835
10836 SCHEDULER
10837 M: Ingo Molnar <mingo@redhat.com>
10838 M: Peter Zijlstra <peterz@infradead.org>
10839 L: linux-kernel@vger.kernel.org
10840 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10841 S: Maintained
10842 F: kernel/sched/
10843 F: include/linux/sched.h
10844 F: include/uapi/linux/sched.h
10845 F: include/linux/wait.h
10846
10847 SCORE ARCHITECTURE
10848 M: Chen Liqin <liqin.linux@gmail.com>
10849 M: Lennox Wu <lennox.wu@gmail.com>
10850 W: http://www.sunplus.com
10851 S: Supported
10852 F: arch/score/
10853
10854 SCR24X CHIP CARD INTERFACE DRIVER
10855 M: Lubomir Rintel <lkundrak@v3.sk>
10856 S: Supported
10857 F: drivers/char/pcmcia/scr24x_cs.c
10858
10859 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10860 M: Sudeep Holla <sudeep.holla@arm.com>
10861 L: linux-arm-kernel@lists.infradead.org
10862 S: Maintained
10863 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
10864 F: drivers/clk/clk-scpi.c
10865 F: drivers/cpufreq/scpi-cpufreq.c
10866 F: drivers/firmware/arm_scpi.c
10867 F: include/linux/scpi_protocol.h
10868
10869 SCSI CDROM DRIVER
10870 M: Jens Axboe <axboe@kernel.dk>
10871 L: linux-scsi@vger.kernel.org
10872 W: http://www.kernel.dk
10873 S: Maintained
10874 F: drivers/scsi/sr*
10875
10876 SCSI RDMA PROTOCOL (SRP) INITIATOR
10877 M: Bart Van Assche <bart.vanassche@sandisk.com>
10878 L: linux-rdma@vger.kernel.org
10879 S: Supported
10880 W: http://www.openfabrics.org
10881 Q: http://patchwork.kernel.org/project/linux-rdma/list/
10882 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10883 F: drivers/infiniband/ulp/srp/
10884 F: include/scsi/srp.h
10885
10886 SCSI SG DRIVER
10887 M: Doug Gilbert <dgilbert@interlog.com>
10888 L: linux-scsi@vger.kernel.org
10889 W: http://sg.danny.cz/sg
10890 S: Maintained
10891 F: Documentation/scsi/scsi-generic.txt
10892 F: drivers/scsi/sg.c
10893 F: include/scsi/sg.h
10894
10895 SCSI SUBSYSTEM
10896 M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10897 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10898 M: "Martin K. Petersen" <martin.petersen@oracle.com>
10899 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10900 L: linux-scsi@vger.kernel.org
10901 S: Maintained
10902 F: Documentation/devicetree/bindings/scsi/
10903 F: drivers/scsi/
10904 F: include/scsi/
10905
10906 SCSI TAPE DRIVER
10907 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10908 L: linux-scsi@vger.kernel.org
10909 S: Maintained
10910 F: Documentation/scsi/st.txt
10911 F: drivers/scsi/st.*
10912 F: drivers/scsi/st_*.h
10913
10914 SCTP PROTOCOL
10915 M: Vlad Yasevich <vyasevich@gmail.com>
10916 M: Neil Horman <nhorman@tuxdriver.com>
10917 L: linux-sctp@vger.kernel.org
10918 W: http://lksctp.sourceforge.net
10919 S: Maintained
10920 F: Documentation/networking/sctp.txt
10921 F: include/linux/sctp.h
10922 F: include/uapi/linux/sctp.h
10923 F: include/net/sctp/
10924 F: net/sctp/
10925
10926 SCx200 CPU SUPPORT
10927 M: Jim Cromie <jim.cromie@gmail.com>
10928 S: Odd Fixes
10929 F: Documentation/i2c/busses/scx200_acb
10930 F: arch/x86/platform/scx200/
10931 F: drivers/watchdog/scx200_wdt.c
10932 F: drivers/i2c/busses/scx200*
10933 F: drivers/mtd/maps/scx200_docflash.c
10934 F: include/linux/scx200.h
10935
10936 SCx200 GPIO DRIVER
10937 M: Jim Cromie <jim.cromie@gmail.com>
10938 S: Maintained
10939 F: drivers/char/scx200_gpio.c
10940 F: include/linux/scx200_gpio.h
10941
10942 SCx200 HRT CLOCKSOURCE DRIVER
10943 M: Jim Cromie <jim.cromie@gmail.com>
10944 S: Maintained
10945 F: drivers/clocksource/scx200_hrt.c
10946
10947 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10948 M: Sascha Sommer <saschasommer@freenet.de>
10949 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10950 S: Maintained
10951 F: drivers/mmc/host/sdricoh_cs.c
10952
10953 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10954 M: Adrian Hunter <adrian.hunter@intel.com>
10955 L: linux-mmc@vger.kernel.org
10956 T: git git://git.infradead.org/users/ahunter/linux-sdhci.git
10957 S: Maintained
10958 F: drivers/mmc/host/sdhci*
10959 F: include/linux/mmc/sdhci*
10960
10961 SECURE COMPUTING
10962 M: Kees Cook <keescook@chromium.org>
10963 R: Andy Lutomirski <luto@amacapital.net>
10964 R: Will Drewry <wad@chromium.org>
10965 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10966 S: Supported
10967 F: kernel/seccomp.c
10968 F: include/uapi/linux/seccomp.h
10969 F: include/linux/seccomp.h
10970 F: tools/testing/selftests/seccomp/*
10971 K: \bsecure_computing
10972 K: \bTIF_SECCOMP\b
10973
10974 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10975 M: Al Cooper <alcooperx@gmail.com>
10976 L: linux-mmc@vger.kernel.org
10977 L: bcm-kernel-feedback-list@broadcom.com
10978 S: Maintained
10979 F: drivers/mmc/host/sdhci-brcmstb*
10980
10981 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10982 M: Ben Dooks <ben-linux@fluff.org>
10983 M: Jaehoon Chung <jh80.chung@samsung.com>
10984 L: linux-mmc@vger.kernel.org
10985 S: Maintained
10986 F: drivers/mmc/host/sdhci-s3c*
10987
10988 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10989 M: Viresh Kumar <vireshk@kernel.org>
10990 L: linux-mmc@vger.kernel.org
10991 S: Maintained
10992 F: drivers/mmc/host/sdhci-spear.c
10993
10994 SECURITY SUBSYSTEM
10995 M: James Morris <james.l.morris@oracle.com>
10996 M: "Serge E. Hallyn" <serge@hallyn.com>
10997 L: linux-security-module@vger.kernel.org (suggested Cc:)
10998 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10999 W: http://kernsec.org/
11000 S: Supported
11001 F: security/
11002
11003 SECURITY CONTACT
11004 M: Security Officers <security@kernel.org>
11005 S: Supported
11006
11007 SELINUX SECURITY MODULE
11008 M: Paul Moore <paul@paul-moore.com>
11009 M: Stephen Smalley <sds@tycho.nsa.gov>
11010 M: Eric Paris <eparis@parisplace.org>
11011 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
11012 W: http://selinuxproject.org
11013 T: git git://git.infradead.org/users/pcmoore/selinux
11014 S: Supported
11015 F: include/linux/selinux*
11016 F: security/selinux/
11017 F: scripts/selinux/
11018
11019 APPARMOR SECURITY MODULE
11020 M: John Johansen <john.johansen@canonical.com>
11021 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
11022 W: apparmor.wiki.kernel.org
11023 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
11024 S: Supported
11025 F: security/apparmor/
11026
11027 LOADPIN SECURITY MODULE
11028 M: Kees Cook <keescook@chromium.org>
11029 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
11030 S: Supported
11031 F: security/loadpin/
11032
11033 YAMA SECURITY MODULE
11034 M: Kees Cook <keescook@chromium.org>
11035 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
11036 S: Supported
11037 F: security/yama/
11038
11039 SENSABLE PHANTOM
11040 M: Jiri Slaby <jirislaby@gmail.com>
11041 S: Maintained
11042 F: drivers/misc/phantom.c
11043 F: include/uapi/linux/phantom.h
11044
11045 Emulex 10Gbps iSCSI - OneConnect DRIVER
11046 M: Subbu Seetharaman <subbu.seetharaman@broadcom.com>
11047 M: Ketan Mukadam <ketan.mukadam@broadcom.com>
11048 M: Jitendra Bhivare <jitendra.bhivare@broadcom.com>
11049 L: linux-scsi@vger.kernel.org
11050 W: http://www.broadcom.com
11051 S: Supported
11052 F: drivers/scsi/be2iscsi/
11053
11054 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11055 M: Sathya Perla <sathya.perla@broadcom.com>
11056 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
11057 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
11058 M: Somnath Kotur <somnath.kotur@broadcom.com>
11059 L: netdev@vger.kernel.org
11060 W: http://www.emulex.com
11061 S: Supported
11062 F: drivers/net/ethernet/emulex/benet/
11063
11064 EMULEX ONECONNECT ROCE DRIVER
11065 M: Selvin Xavier <selvin.xavier@avagotech.com>
11066 M: Devesh Sharma <devesh.sharma@avagotech.com>
11067 M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
11068 L: linux-rdma@vger.kernel.org
11069 W: http://www.emulex.com
11070 S: Supported
11071 F: drivers/infiniband/hw/ocrdma/
11072 F: include/uapi/rdma/ocrdma-abi.h
11073
11074 SFC NETWORK DRIVER
11075 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
11076 M: Edward Cree <ecree@solarflare.com>
11077 M: Bert Kenward <bkenward@solarflare.com>
11078 L: netdev@vger.kernel.org
11079 S: Supported
11080 F: drivers/net/ethernet/sfc/
11081
11082 SGI GRU DRIVER
11083 M: Dimitri Sivanich <sivanich@sgi.com>
11084 S: Maintained
11085 F: drivers/misc/sgi-gru/
11086
11087 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11088 M: Pat Gefre <pfg@sgi.com>
11089 L: linux-ia64@vger.kernel.org
11090 S: Supported
11091 F: Documentation/ia64/serial.txt
11092 F: drivers/tty/serial/ioc?_serial.c
11093 F: include/linux/ioc?.h
11094
11095 SGI XP/XPC/XPNET DRIVER
11096 M: Cliff Whickman <cpw@sgi.com>
11097 M: Robin Holt <robinmholt@gmail.com>
11098 S: Maintained
11099 F: drivers/misc/sgi-xp/
11100
11101 SI2157 MEDIA DRIVER
11102 M: Antti Palosaari <crope@iki.fi>
11103 L: linux-media@vger.kernel.org
11104 W: https://linuxtv.org
11105 W: http://palosaari.fi/linux/
11106 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11107 T: git git://linuxtv.org/anttip/media_tree.git
11108 S: Maintained
11109 F: drivers/media/tuners/si2157*
11110
11111 SI2168 MEDIA DRIVER
11112 M: Antti Palosaari <crope@iki.fi>
11113 L: linux-media@vger.kernel.org
11114 W: https://linuxtv.org
11115 W: http://palosaari.fi/linux/
11116 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11117 T: git git://linuxtv.org/anttip/media_tree.git
11118 S: Maintained
11119 F: drivers/media/dvb-frontends/si2168*
11120
11121 SI470X FM RADIO RECEIVER I2C DRIVER
11122 M: Hans Verkuil <hverkuil@xs4all.nl>
11123 L: linux-media@vger.kernel.org
11124 T: git git://linuxtv.org/media_tree.git
11125 W: https://linuxtv.org
11126 S: Odd Fixes
11127 F: drivers/media/radio/si470x/radio-si470x-i2c.c
11128
11129 SI470X FM RADIO RECEIVER USB DRIVER
11130 M: Hans Verkuil <hverkuil@xs4all.nl>
11131 L: linux-media@vger.kernel.org
11132 T: git git://linuxtv.org/media_tree.git
11133 W: https://linuxtv.org
11134 S: Maintained
11135 F: drivers/media/radio/si470x/radio-si470x-common.c
11136 F: drivers/media/radio/si470x/radio-si470x.h
11137 F: drivers/media/radio/si470x/radio-si470x-usb.c
11138
11139 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11140 M: Eduardo Valentin <edubezval@gmail.com>
11141 L: linux-media@vger.kernel.org
11142 T: git git://linuxtv.org/media_tree.git
11143 W: https://linuxtv.org
11144 S: Odd Fixes
11145 F: drivers/media/radio/si4713/si4713.?
11146
11147 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11148 M: Eduardo Valentin <edubezval@gmail.com>
11149 L: linux-media@vger.kernel.org
11150 T: git git://linuxtv.org/media_tree.git
11151 W: https://linuxtv.org
11152 S: Odd Fixes
11153 F: drivers/media/radio/si4713/radio-platform-si4713.c
11154
11155 SI4713 FM RADIO TRANSMITTER USB DRIVER
11156 M: Hans Verkuil <hverkuil@xs4all.nl>
11157 L: linux-media@vger.kernel.org
11158 T: git git://linuxtv.org/media_tree.git
11159 W: https://linuxtv.org
11160 S: Maintained
11161 F: drivers/media/radio/si4713/radio-usb-si4713.c
11162
11163 SIANO DVB DRIVER
11164 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11165 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11166 L: linux-media@vger.kernel.org
11167 W: https://linuxtv.org
11168 T: git git://linuxtv.org/media_tree.git
11169 S: Odd fixes
11170 F: drivers/media/common/siano/
11171 F: drivers/media/usb/siano/
11172 F: drivers/media/usb/siano/
11173 F: drivers/media/mmc/siano/
11174
11175 SIMPLEFB FB DRIVER
11176 M: Hans de Goede <hdegoede@redhat.com>
11177 L: linux-fbdev@vger.kernel.org
11178 S: Maintained
11179 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
11180 F: drivers/video/fbdev/simplefb.c
11181 F: include/linux/platform_data/simplefb.h
11182
11183 SH_VEU V4L2 MEM2MEM DRIVER
11184 L: linux-media@vger.kernel.org
11185 S: Orphan
11186 F: drivers/media/platform/sh_veu.c
11187
11188 SH_VOU V4L2 OUTPUT DRIVER
11189 L: linux-media@vger.kernel.org
11190 S: Orphan
11191 F: drivers/media/platform/sh_vou.c
11192 F: include/media/drv-intf/sh_vou.h
11193
11194 SIMPLE FIRMWARE INTERFACE (SFI)
11195 M: Len Brown <lenb@kernel.org>
11196 L: sfi-devel@simplefirmware.org
11197 W: http://simplefirmware.org/
11198 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11199 S: Supported
11200 F: arch/x86/platform/sfi/
11201 F: drivers/sfi/
11202 F: include/linux/sfi*.h
11203
11204 SIMTEC EB110ATX (Chalice CATS)
11205 P: Ben Dooks
11206 P: Vincent Sanders <vince@simtec.co.uk>
11207 M: Simtec Linux Team <linux@simtec.co.uk>
11208 W: http://www.simtec.co.uk/products/EB110ATX/
11209 S: Supported
11210
11211 SIMTEC EB2410ITX (BAST)
11212 P: Ben Dooks
11213 P: Vincent Sanders <vince@simtec.co.uk>
11214 M: Simtec Linux Team <linux@simtec.co.uk>
11215 W: http://www.simtec.co.uk/products/EB2410ITX/
11216 S: Supported
11217 F: arch/arm/mach-s3c24xx/mach-bast.c
11218 F: arch/arm/mach-s3c24xx/bast-ide.c
11219 F: arch/arm/mach-s3c24xx/bast-irq.c
11220
11221 TI DAVINCI MACHINE SUPPORT
11222 M: Sekhar Nori <nsekhar@ti.com>
11223 M: Kevin Hilman <khilman@kernel.org>
11224 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11225 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11226 S: Supported
11227 F: arch/arm/mach-davinci/
11228 F: drivers/i2c/busses/i2c-davinci.c
11229
11230 TI DAVINCI SERIES MEDIA DRIVER
11231 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11232 L: linux-media@vger.kernel.org
11233 W: https://linuxtv.org
11234 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11235 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11236 S: Maintained
11237 F: drivers/media/platform/davinci/
11238 F: include/media/davinci/
11239
11240 TI AM437X VPFE DRIVER
11241 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11242 L: linux-media@vger.kernel.org
11243 W: https://linuxtv.org
11244 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11245 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11246 S: Maintained
11247 F: drivers/media/platform/am437x/
11248
11249 OV2659 OMNIVISION SENSOR DRIVER
11250 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11251 L: linux-media@vger.kernel.org
11252 W: https://linuxtv.org
11253 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11254 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11255 S: Maintained
11256 F: drivers/media/i2c/ov2659.c
11257 F: include/media/i2c/ov2659.h
11258
11259 SILICON MOTION SM712 FRAME BUFFER DRIVER
11260 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11261 M: Teddy Wang <teddy.wang@siliconmotion.com>
11262 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11263 L: linux-fbdev@vger.kernel.org
11264 S: Maintained
11265 F: drivers/video/fbdev/sm712*
11266 F: Documentation/fb/sm712fb.txt
11267
11268 SIS 190 ETHERNET DRIVER
11269 M: Francois Romieu <romieu@fr.zoreil.com>
11270 L: netdev@vger.kernel.org
11271 S: Maintained
11272 F: drivers/net/ethernet/sis/sis190.c
11273
11274 SIS 900/7016 FAST ETHERNET DRIVER
11275 M: Daniele Venzano <venza@brownhat.org>
11276 W: http://www.brownhat.org/sis900.html
11277 L: netdev@vger.kernel.org
11278 S: Maintained
11279 F: drivers/net/ethernet/sis/sis900.*
11280
11281 SIS FRAMEBUFFER DRIVER
11282 M: Thomas Winischhofer <thomas@winischhofer.net>
11283 W: http://www.winischhofer.net/linuxsisvga.shtml
11284 S: Maintained
11285 F: Documentation/fb/sisfb.txt
11286 F: drivers/video/fbdev/sis/
11287 F: include/video/sisfb.h
11288
11289 SIS USB2VGA DRIVER
11290 M: Thomas Winischhofer <thomas@winischhofer.net>
11291 W: http://www.winischhofer.at/linuxsisusbvga.shtml
11292 S: Maintained
11293 F: drivers/usb/misc/sisusbvga/
11294
11295 SLAB ALLOCATOR
11296 M: Christoph Lameter <cl@linux.com>
11297 M: Pekka Enberg <penberg@kernel.org>
11298 M: David Rientjes <rientjes@google.com>
11299 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
11300 M: Andrew Morton <akpm@linux-foundation.org>
11301 L: linux-mm@kvack.org
11302 S: Maintained
11303 F: include/linux/sl?b*.h
11304 F: mm/sl?b*
11305
11306 SLEEPABLE READ-COPY UPDATE (SRCU)
11307 M: Lai Jiangshan <jiangshanlai@gmail.com>
11308 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11309 M: Josh Triplett <josh@joshtriplett.org>
11310 R: Steven Rostedt <rostedt@goodmis.org>
11311 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11312 L: linux-kernel@vger.kernel.org
11313 W: http://www.rdrop.com/users/paulmck/RCU/
11314 S: Supported
11315 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11316 F: include/linux/srcu.h
11317 F: kernel/rcu/srcu.c
11318
11319 SMACK SECURITY MODULE
11320 M: Casey Schaufler <casey@schaufler-ca.com>
11321 L: linux-security-module@vger.kernel.org
11322 W: http://schaufler-ca.com
11323 T: git git://github.com/cschaufler/smack-next
11324 S: Maintained
11325 F: Documentation/security/Smack.txt
11326 F: security/smack/
11327
11328 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11329 M: Kevin Hilman <khilman@kernel.org>
11330 M: Nishanth Menon <nm@ti.com>
11331 S: Maintained
11332 F: drivers/power/avs/
11333 F: include/linux/power/smartreflex.h
11334 L: linux-pm@vger.kernel.org
11335
11336 SMC91x ETHERNET DRIVER
11337 M: Nicolas Pitre <nico@fluxnic.net>
11338 S: Odd Fixes
11339 F: drivers/net/ethernet/smsc/smc91x.*
11340
11341 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11342 M: Sakari Ailus <sakari.ailus@iki.fi>
11343 L: linux-media@vger.kernel.org
11344 S: Maintained
11345 F: drivers/media/i2c/smiapp/
11346 F: include/media/i2c/smiapp.h
11347 F: drivers/media/i2c/smiapp-pll.c
11348 F: drivers/media/i2c/smiapp-pll.h
11349 F: include/uapi/linux/smiapp.h
11350 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11351
11352 SMM665 HARDWARE MONITOR DRIVER
11353 M: Guenter Roeck <linux@roeck-us.net>
11354 L: linux-hwmon@vger.kernel.org
11355 S: Maintained
11356 F: Documentation/hwmon/smm665
11357 F: drivers/hwmon/smm665.c
11358
11359 SMSC EMC2103 HARDWARE MONITOR DRIVER
11360 M: Steve Glendinning <steve.glendinning@shawell.net>
11361 L: linux-hwmon@vger.kernel.org
11362 S: Maintained
11363 F: Documentation/hwmon/emc2103
11364 F: drivers/hwmon/emc2103.c
11365
11366 SMSC SCH5627 HARDWARE MONITOR DRIVER
11367 M: Hans de Goede <hdegoede@redhat.com>
11368 L: linux-hwmon@vger.kernel.org
11369 S: Supported
11370 F: Documentation/hwmon/sch5627
11371 F: drivers/hwmon/sch5627.c
11372
11373 SMSC47B397 HARDWARE MONITOR DRIVER
11374 M: Jean Delvare <jdelvare@suse.com>
11375 L: linux-hwmon@vger.kernel.org
11376 S: Maintained
11377 F: Documentation/hwmon/smsc47b397
11378 F: drivers/hwmon/smsc47b397.c
11379
11380 SMSC911x ETHERNET DRIVER
11381 M: Steve Glendinning <steve.glendinning@shawell.net>
11382 L: netdev@vger.kernel.org
11383 S: Maintained
11384 F: include/linux/smsc911x.h
11385 F: drivers/net/ethernet/smsc/smsc911x.*
11386
11387 SMSC9420 PCI ETHERNET DRIVER
11388 M: Steve Glendinning <steve.glendinning@shawell.net>
11389 L: netdev@vger.kernel.org
11390 S: Maintained
11391 F: drivers/net/ethernet/smsc/smsc9420.*
11392
11393 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11394 M: Steve Glendinning <steve.glendinning@shawell.net>
11395 L: linux-fbdev@vger.kernel.org
11396 S: Maintained
11397 F: drivers/video/fbdev/smscufx.c
11398
11399 SOC-CAMERA V4L2 SUBSYSTEM
11400 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11401 L: linux-media@vger.kernel.org
11402 T: git git://linuxtv.org/media_tree.git
11403 S: Maintained
11404 F: include/media/soc*
11405 F: drivers/media/i2c/soc_camera/
11406 F: drivers/media/platform/soc_camera/
11407
11408 SOEKRIS NET48XX LED SUPPORT
11409 M: Chris Boot <bootc@bootc.net>
11410 S: Maintained
11411 F: drivers/leds/leds-net48xx.c
11412
11413 SOFTLOGIC 6x10 MPEG CODEC
11414 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11415 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11416 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
11417 M: Ismael Luceno <ismael@iodev.co.uk>
11418 L: linux-media@vger.kernel.org
11419 S: Supported
11420 F: drivers/media/pci/solo6x10/
11421
11422 SOFTWARE RAID (Multiple Disks) SUPPORT
11423 M: Shaohua Li <shli@kernel.org>
11424 L: linux-raid@vger.kernel.org
11425 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11426 S: Supported
11427 F: drivers/md/
11428 F: include/linux/raid/
11429 F: include/uapi/linux/raid/
11430
11431 SONIC NETWORK DRIVER
11432 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11433 L: netdev@vger.kernel.org
11434 S: Maintained
11435 F: drivers/net/ethernet/natsemi/sonic.*
11436
11437 SONICS SILICON BACKPLANE DRIVER (SSB)
11438 M: Michael Buesch <m@bues.ch>
11439 L: linux-wireless@vger.kernel.org
11440 S: Maintained
11441 F: drivers/ssb/
11442 F: include/linux/ssb/
11443
11444 SONY VAIO CONTROL DEVICE DRIVER
11445 M: Mattia Dongili <malattia@linux.it>
11446 L: platform-driver-x86@vger.kernel.org
11447 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11448 S: Maintained
11449 F: Documentation/laptops/sony-laptop.txt
11450 F: drivers/char/sonypi.c
11451 F: drivers/platform/x86/sony-laptop.c
11452 F: include/linux/sony-laptop.h
11453
11454 SONY MEMORYSTICK CARD SUPPORT
11455 M: Alex Dubov <oakad@yahoo.com>
11456 W: http://tifmxx.berlios.de/
11457 S: Maintained
11458 F: drivers/memstick/host/tifm_ms.c
11459
11460 SONY MEMORYSTICK STANDARD SUPPORT
11461 M: Maxim Levitsky <maximlevitsky@gmail.com>
11462 S: Maintained
11463 F: drivers/memstick/core/ms_block.*
11464
11465 SOUND
11466 M: Jaroslav Kysela <perex@perex.cz>
11467 M: Takashi Iwai <tiwai@suse.com>
11468 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11469 W: http://www.alsa-project.org/
11470 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11471 T: git git://git.alsa-project.org/alsa-kernel.git
11472 Q: http://patchwork.kernel.org/project/alsa-devel/list/
11473 S: Maintained
11474 F: Documentation/sound/
11475 F: include/sound/
11476 F: include/uapi/sound/
11477 F: sound/
11478
11479 SOUND - COMPRESSED AUDIO
11480 M: Vinod Koul <vinod.koul@intel.com>
11481 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11482 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11483 S: Supported
11484 F: Documentation/sound/alsa/compress_offload.txt
11485 F: include/sound/compress_driver.h
11486 F: include/uapi/sound/compress_*
11487 F: sound/core/compress_offload.c
11488 F: sound/soc/soc-compress.c
11489
11490 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11491 M: Liam Girdwood <lgirdwood@gmail.com>
11492 M: Mark Brown <broonie@kernel.org>
11493 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11494 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11495 W: http://alsa-project.org/main/index.php/ASoC
11496 S: Supported
11497 F: Documentation/devicetree/bindings/sound/
11498 F: Documentation/sound/alsa/soc/
11499 F: sound/soc/
11500 F: include/sound/soc*
11501
11502 SOUND - DMAENGINE HELPERS
11503 M: Lars-Peter Clausen <lars@metafoo.de>
11504 S: Supported
11505 F: include/sound/dmaengine_pcm.h
11506 F: sound/core/pcm_dmaengine.c
11507 F: sound/soc/soc-generic-dmaengine-pcm.c
11508
11509 SP2 MEDIA DRIVER
11510 M: Olli Salonen <olli.salonen@iki.fi>
11511 L: linux-media@vger.kernel.org
11512 W: https://linuxtv.org
11513 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11514 S: Maintained
11515 F: drivers/media/dvb-frontends/sp2*
11516
11517 SPARC + UltraSPARC (sparc/sparc64)
11518 M: "David S. Miller" <davem@davemloft.net>
11519 L: sparclinux@vger.kernel.org
11520 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
11521 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11522 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11523 S: Maintained
11524 F: arch/sparc/
11525 F: drivers/sbus/
11526
11527 SPARC SERIAL DRIVERS
11528 M: "David S. Miller" <davem@davemloft.net>
11529 L: sparclinux@vger.kernel.org
11530 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11531 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11532 S: Maintained
11533 F: include/linux/sunserialcore.h
11534 F: drivers/tty/serial/suncore.c
11535 F: drivers/tty/serial/sunhv.c
11536 F: drivers/tty/serial/sunsab.c
11537 F: drivers/tty/serial/sunsab.h
11538 F: drivers/tty/serial/sunsu.c
11539 F: drivers/tty/serial/sunzilog.c
11540 F: drivers/tty/serial/sunzilog.h
11541
11542 SPARSE CHECKER
11543 M: "Christopher Li" <sparse@chrisli.org>
11544 L: linux-sparse@vger.kernel.org
11545 W: https://sparse.wiki.kernel.org/
11546 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11547 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11548 S: Maintained
11549 F: include/linux/compiler.h
11550
11551 SPEAR PLATFORM SUPPORT
11552 M: Viresh Kumar <vireshk@kernel.org>
11553 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11554 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11555 W: http://www.st.com/spear
11556 S: Maintained
11557 F: arch/arm/boot/dts/spear*
11558 F: arch/arm/mach-spear/
11559
11560 SPEAR CLOCK FRAMEWORK SUPPORT
11561 M: Viresh Kumar <vireshk@kernel.org>
11562 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11563 W: http://www.st.com/spear
11564 S: Maintained
11565 F: drivers/clk/spear/
11566
11567 SPI NOR SUBSYSTEM
11568 M: Cyrille Pitchen <cyrille.pitchen@atmel.com>
11569 M: Marek Vasut <marek.vasut@gmail.com>
11570 L: linux-mtd@lists.infradead.org
11571 W: http://www.linux-mtd.infradead.org/
11572 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
11573 T: git git://github.com/spi-nor/linux.git
11574 S: Maintained
11575 F: drivers/mtd/spi-nor/
11576 F: include/linux/mtd/spi-nor.h
11577
11578 SPI SUBSYSTEM
11579 M: Mark Brown <broonie@kernel.org>
11580 L: linux-spi@vger.kernel.org
11581 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11582 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
11583 S: Maintained
11584 F: Documentation/devicetree/bindings/spi/
11585 F: Documentation/spi/
11586 F: drivers/spi/
11587 F: include/linux/spi/
11588 F: include/uapi/linux/spi/
11589 F: tools/spi/
11590
11591 SPIDERNET NETWORK DRIVER for CELL
11592 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11593 L: netdev@vger.kernel.org
11594 S: Supported
11595 F: Documentation/networking/spider_net.txt
11596 F: drivers/net/ethernet/toshiba/spider_net*
11597
11598 SPU FILE SYSTEM
11599 M: Jeremy Kerr <jk@ozlabs.org>
11600 L: linuxppc-dev@lists.ozlabs.org
11601 W: http://www.ibm.com/developerworks/power/cell/
11602 S: Supported
11603 F: Documentation/filesystems/spufs.txt
11604 F: arch/powerpc/platforms/cell/spufs/
11605
11606 SQUASHFS FILE SYSTEM
11607 M: Phillip Lougher <phillip@squashfs.org.uk>
11608 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
11609 W: http://squashfs.org.uk
11610 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11611 S: Maintained
11612 F: Documentation/filesystems/squashfs.txt
11613 F: fs/squashfs/
11614
11615 SRM (Alpha) environment access
11616 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
11617 S: Maintained
11618 F: arch/alpha/kernel/srm_env.c
11619
11620 STABLE BRANCH
11621 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11622 L: stable@vger.kernel.org
11623 S: Supported
11624 F: Documentation/process/stable-kernel-rules.rst
11625
11626 STAGING SUBSYSTEM
11627 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11628 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11629 L: devel@driverdev.osuosl.org
11630 S: Supported
11631 F: drivers/staging/
11632
11633 STAGING - COMEDI
11634 M: Ian Abbott <abbotti@mev.co.uk>
11635 M: H Hartley Sweeten <hsweeten@visionengravers.com>
11636 S: Odd Fixes
11637 F: drivers/staging/comedi/
11638
11639 STAGING - FLARION FT1000 DRIVERS
11640 M: Marek Belisko <marek.belisko@gmail.com>
11641 S: Odd Fixes
11642 F: drivers/staging/ft1000/
11643
11644 STAGING - INDUSTRIAL IO
11645 M: Jonathan Cameron <jic23@kernel.org>
11646 L: linux-iio@vger.kernel.org
11647 S: Odd Fixes
11648 F: Documentation/devicetree/bindings/staging/iio/
11649 F: drivers/staging/iio/
11650
11651 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11652 M: Jarod Wilson <jarod@wilsonet.com>
11653 W: http://www.lirc.org/
11654 S: Odd Fixes
11655 F: drivers/staging/media/lirc/
11656
11657 STAGING - LUSTRE PARALLEL FILESYSTEM
11658 M: Oleg Drokin <oleg.drokin@intel.com>
11659 M: Andreas Dilger <andreas.dilger@intel.com>
11660 M: James Simmons <jsimmons@infradead.org>
11661 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
11662 W: http://wiki.lustre.org/
11663 S: Maintained
11664 F: drivers/staging/lustre
11665
11666 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11667 M: Marc Dietrich <marvin24@gmx.de>
11668 L: ac100@lists.launchpad.net (moderated for non-subscribers)
11669 L: linux-tegra@vger.kernel.org
11670 S: Maintained
11671 F: drivers/staging/nvec/
11672
11673 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11674 M: Jens Frederich <jfrederich@gmail.com>
11675 M: Daniel Drake <dsd@laptop.org>
11676 M: Jon Nettleton <jon.nettleton@gmail.com>
11677 W: http://wiki.laptop.org/go/DCON
11678 S: Maintained
11679 F: drivers/staging/olpc_dcon/
11680
11681 STAGING - REALTEK RTL8712U DRIVERS
11682 M: Larry Finger <Larry.Finger@lwfinger.net>
11683 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11684 S: Odd Fixes
11685 F: drivers/staging/rtl8712/
11686
11687 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11688 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11689 M: Teddy Wang <teddy.wang@siliconmotion.com>
11690 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11691 L: linux-fbdev@vger.kernel.org
11692 S: Maintained
11693 F: drivers/staging/sm750fb/
11694
11695 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11696 M: William Hubbs <w.d.hubbs@gmail.com>
11697 M: Chris Brannon <chris@the-brannons.com>
11698 M: Kirk Reiser <kirk@reisers.ca>
11699 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
11700 L: speakup@linux-speakup.org
11701 W: http://www.linux-speakup.org/
11702 S: Odd Fixes
11703 F: drivers/staging/speakup/
11704
11705 STAGING - VIA VT665X DRIVERS
11706 M: Forest Bond <forest@alittletooquiet.net>
11707 S: Odd Fixes
11708 F: drivers/staging/vt665?/
11709
11710 STAGING - WILC1000 WIFI DRIVER
11711 M: Aditya Shankar <aditya.shankar@microchip.com>
11712 M: Ganesh Krishna <ganesh.krishna@microchip.com>
11713 L: linux-wireless@vger.kernel.org
11714 S: Supported
11715 F: drivers/staging/wilc1000/
11716
11717 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11718 M: Arnaud Patard <arnaud.patard@rtp-net.org>
11719 S: Odd Fixes
11720 F: drivers/staging/xgifb/
11721
11722 STARFIRE/DURALAN NETWORK DRIVER
11723 M: Ion Badulescu <ionut@badula.org>
11724 S: Odd Fixes
11725 F: drivers/net/ethernet/adaptec/starfire*
11726
11727 SUN3/3X
11728 M: Sam Creasey <sammy@sammy.net>
11729 W: http://sammy.net/sun3/
11730 S: Maintained
11731 F: arch/m68k/kernel/*sun3*
11732 F: arch/m68k/sun3*/
11733 F: arch/m68k/include/asm/sun3*
11734 F: drivers/net/ethernet/i825xx/sun3*
11735
11736 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11737 M: Hans de Goede <hdegoede@redhat.com>
11738 L: linux-input@vger.kernel.org
11739 S: Maintained
11740 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11741 F: drivers/input/keyboard/sun4i-lradc-keys.c
11742
11743 SUNDANCE NETWORK DRIVER
11744 M: Denis Kirjanov <kda@linux-powerpc.org>
11745 L: netdev@vger.kernel.org
11746 S: Maintained
11747 F: drivers/net/ethernet/dlink/sundance.c
11748
11749 SUPERH
11750 M: Yoshinori Sato <ysato@users.sourceforge.jp>
11751 M: Rich Felker <dalias@libc.org>
11752 L: linux-sh@vger.kernel.org
11753 Q: http://patchwork.kernel.org/project/linux-sh/list/
11754 S: Maintained
11755 F: Documentation/sh/
11756 F: arch/sh/
11757 F: drivers/sh/
11758
11759 SUSPEND TO RAM
11760 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
11761 M: Len Brown <len.brown@intel.com>
11762 M: Pavel Machek <pavel@ucw.cz>
11763 L: linux-pm@vger.kernel.org
11764 B: https://bugzilla.kernel.org
11765 S: Supported
11766 F: Documentation/power/
11767 F: arch/x86/kernel/acpi/
11768 F: drivers/base/power/
11769 F: kernel/power/
11770 F: include/linux/suspend.h
11771 F: include/linux/freezer.h
11772 F: include/linux/pm.h
11773
11774 SVGA HANDLING
11775 M: Martin Mares <mj@ucw.cz>
11776 L: linux-video@atrey.karlin.mff.cuni.cz
11777 S: Maintained
11778 F: Documentation/svga.txt
11779 F: arch/x86/boot/video*
11780
11781 SWIOTLB SUBSYSTEM
11782 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11783 L: linux-kernel@vger.kernel.org
11784 T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11785 S: Supported
11786 F: lib/swiotlb.c
11787 F: arch/*/kernel/pci-swiotlb.c
11788 F: include/linux/swiotlb.h
11789
11790 SWITCHDEV
11791 M: Jiri Pirko <jiri@resnulli.us>
11792 L: netdev@vger.kernel.org
11793 S: Supported
11794 F: net/switchdev/
11795 F: include/net/switchdev.h
11796
11797 SYNOPSYS ARC ARCHITECTURE
11798 M: Vineet Gupta <vgupta@synopsys.com>
11799 L: linux-snps-arc@lists.infradead.org
11800 S: Supported
11801 F: arch/arc/
11802 F: Documentation/devicetree/bindings/arc/*
11803 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11804 F: drivers/tty/serial/arc_uart.c
11805 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11806
11807 SYNOPSYS ARC SDP platform support
11808 M: Alexey Brodkin <abrodkin@synopsys.com>
11809 S: Supported
11810 F: arch/arc/plat-axs10x
11811 F: arch/arc/boot/dts/ax*
11812 F: Documentation/devicetree/bindings/arc/axs10*
11813
11814 SYSTEM CONFIGURATION (SYSCON)
11815 M: Lee Jones <lee.jones@linaro.org>
11816 M: Arnd Bergmann <arnd@arndb.de>
11817 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11818 S: Supported
11819 F: drivers/mfd/syscon.c
11820
11821 SYSTEM RESET/SHUTDOWN DRIVERS
11822 M: Sebastian Reichel <sre@kernel.org>
11823 L: linux-pm@vger.kernel.org
11824 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11825 S: Maintained
11826 F: Documentation/devicetree/bindings/power/reset/
11827 F: drivers/power/reset/
11828
11829 SYSV FILESYSTEM
11830 M: Christoph Hellwig <hch@infradead.org>
11831 S: Maintained
11832 F: Documentation/filesystems/sysv-fs.txt
11833 F: fs/sysv/
11834 F: include/linux/sysv_fs.h
11835
11836 TARGET SUBSYSTEM
11837 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11838 L: linux-scsi@vger.kernel.org
11839 L: target-devel@vger.kernel.org
11840 W: http://www.linux-iscsi.org
11841 W: http://groups.google.com/group/linux-iscsi-target-dev
11842 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11843 S: Supported
11844 F: drivers/target/
11845 F: include/target/
11846 F: Documentation/target/
11847
11848 TASKSTATS STATISTICS INTERFACE
11849 M: Balbir Singh <bsingharora@gmail.com>
11850 S: Maintained
11851 F: Documentation/accounting/taskstats*
11852 F: include/linux/taskstats*
11853 F: kernel/taskstats.c
11854
11855 TC CLASSIFIER
11856 M: Jamal Hadi Salim <jhs@mojatatu.com>
11857 L: netdev@vger.kernel.org
11858 S: Maintained
11859 F: include/net/pkt_cls.h
11860 F: include/uapi/linux/pkt_cls.h
11861 F: net/sched/
11862
11863 TCP LOW PRIORITY MODULE
11864 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11865 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11866 W: http://tcp-lp-mod.sourceforge.net/
11867 S: Maintained
11868 F: net/ipv4/tcp_lp.c
11869
11870 TDA10071 MEDIA DRIVER
11871 M: Antti Palosaari <crope@iki.fi>
11872 L: linux-media@vger.kernel.org
11873 W: https://linuxtv.org
11874 W: http://palosaari.fi/linux/
11875 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11876 T: git git://linuxtv.org/anttip/media_tree.git
11877 S: Maintained
11878 F: drivers/media/dvb-frontends/tda10071*
11879
11880 TDA18212 MEDIA DRIVER
11881 M: Antti Palosaari <crope@iki.fi>
11882 L: linux-media@vger.kernel.org
11883 W: https://linuxtv.org
11884 W: http://palosaari.fi/linux/
11885 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11886 T: git git://linuxtv.org/anttip/media_tree.git
11887 S: Maintained
11888 F: drivers/media/tuners/tda18212*
11889
11890 TDA18218 MEDIA DRIVER
11891 M: Antti Palosaari <crope@iki.fi>
11892 L: linux-media@vger.kernel.org
11893 W: https://linuxtv.org
11894 W: http://palosaari.fi/linux/
11895 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11896 T: git git://linuxtv.org/anttip/media_tree.git
11897 S: Maintained
11898 F: drivers/media/tuners/tda18218*
11899
11900 TDA18271 MEDIA DRIVER
11901 M: Michael Krufky <mkrufky@linuxtv.org>
11902 L: linux-media@vger.kernel.org
11903 W: https://linuxtv.org
11904 W: http://github.com/mkrufky
11905 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11906 T: git git://linuxtv.org/mkrufky/tuners.git
11907 S: Maintained
11908 F: drivers/media/tuners/tda18271*
11909
11910 TDA827x MEDIA DRIVER
11911 M: Michael Krufky <mkrufky@linuxtv.org>
11912 L: linux-media@vger.kernel.org
11913 W: https://linuxtv.org
11914 W: http://github.com/mkrufky
11915 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11916 T: git git://linuxtv.org/mkrufky/tuners.git
11917 S: Maintained
11918 F: drivers/media/tuners/tda8290.*
11919
11920 TDA8290 MEDIA DRIVER
11921 M: Michael Krufky <mkrufky@linuxtv.org>
11922 L: linux-media@vger.kernel.org
11923 W: https://linuxtv.org
11924 W: http://github.com/mkrufky
11925 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11926 T: git git://linuxtv.org/mkrufky/tuners.git
11927 S: Maintained
11928 F: drivers/media/tuners/tda8290.*
11929
11930 TDA9840 MEDIA DRIVER
11931 M: Hans Verkuil <hverkuil@xs4all.nl>
11932 L: linux-media@vger.kernel.org
11933 T: git git://linuxtv.org/media_tree.git
11934 W: https://linuxtv.org
11935 S: Maintained
11936 F: drivers/media/i2c/tda9840*
11937
11938 TEA5761 TUNER DRIVER
11939 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11940 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11941 L: linux-media@vger.kernel.org
11942 W: https://linuxtv.org
11943 T: git git://linuxtv.org/media_tree.git
11944 S: Odd fixes
11945 F: drivers/media/tuners/tea5761.*
11946
11947 TEA5767 TUNER DRIVER
11948 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11949 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11950 L: linux-media@vger.kernel.org
11951 W: https://linuxtv.org
11952 T: git git://linuxtv.org/media_tree.git
11953 S: Maintained
11954 F: drivers/media/tuners/tea5767.*
11955
11956 TEA6415C MEDIA DRIVER
11957 M: Hans Verkuil <hverkuil@xs4all.nl>
11958 L: linux-media@vger.kernel.org
11959 T: git git://linuxtv.org/media_tree.git
11960 W: https://linuxtv.org
11961 S: Maintained
11962 F: drivers/media/i2c/tea6415c*
11963
11964 TEA6420 MEDIA DRIVER
11965 M: Hans Verkuil <hverkuil@xs4all.nl>
11966 L: linux-media@vger.kernel.org
11967 T: git git://linuxtv.org/media_tree.git
11968 W: https://linuxtv.org
11969 S: Maintained
11970 F: drivers/media/i2c/tea6420*
11971
11972 TEAM DRIVER
11973 M: Jiri Pirko <jiri@resnulli.us>
11974 L: netdev@vger.kernel.org
11975 S: Supported
11976 F: drivers/net/team/
11977 F: include/linux/if_team.h
11978 F: include/uapi/linux/if_team.h
11979
11980 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11981 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11982 S: Maintained
11983 F: arch/x86/platform/ts5500/
11984
11985 TECHNOTREND USB IR RECEIVER
11986 M: Sean Young <sean@mess.org>
11987 L: linux-media@vger.kernel.org
11988 S: Maintained
11989 F: drivers/media/rc/ttusbir.c
11990
11991 TEGRA ARCHITECTURE SUPPORT
11992 M: Stephen Warren <swarren@wwwdotorg.org>
11993 M: Thierry Reding <thierry.reding@gmail.com>
11994 M: Alexandre Courbot <gnurou@gmail.com>
11995 L: linux-tegra@vger.kernel.org
11996 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
11997 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11998 S: Supported
11999 N: [^a-z]tegra
12000
12001 TEGRA CLOCK DRIVER
12002 M: Peter De Schrijver <pdeschrijver@nvidia.com>
12003 M: Prashant Gaikwad <pgaikwad@nvidia.com>
12004 S: Supported
12005 F: drivers/clk/tegra/
12006
12007 TEGRA DMA DRIVERS
12008 M: Laxman Dewangan <ldewangan@nvidia.com>
12009 M: Jon Hunter <jonathanh@nvidia.com>
12010 S: Supported
12011 F: drivers/dma/tegra*
12012
12013 TEGRA I2C DRIVER
12014 M: Laxman Dewangan <ldewangan@nvidia.com>
12015 S: Supported
12016 F: drivers/i2c/busses/i2c-tegra.c
12017
12018 TEGRA IOMMU DRIVERS
12019 M: Hiroshi Doyu <hdoyu@nvidia.com>
12020 S: Supported
12021 F: drivers/iommu/tegra*
12022
12023 TEGRA KBC DRIVER
12024 M: Rakesh Iyer <riyer@nvidia.com>
12025 M: Laxman Dewangan <ldewangan@nvidia.com>
12026 S: Supported
12027 F: drivers/input/keyboard/tegra-kbc.c
12028
12029 TEGRA PWM DRIVER
12030 M: Thierry Reding <thierry.reding@gmail.com>
12031 S: Supported
12032 F: drivers/pwm/pwm-tegra.c
12033
12034 TEGRA SERIAL DRIVER
12035 M: Laxman Dewangan <ldewangan@nvidia.com>
12036 S: Supported
12037 F: drivers/tty/serial/serial-tegra.c
12038
12039 TEGRA SPI DRIVER
12040 M: Laxman Dewangan <ldewangan@nvidia.com>
12041 S: Supported
12042 F: drivers/spi/spi-tegra*
12043
12044 TEHUTI ETHERNET DRIVER
12045 M: Andy Gospodarek <andy@greyhouse.net>
12046 L: netdev@vger.kernel.org
12047 S: Supported
12048 F: drivers/net/ethernet/tehuti/*
12049
12050 Telecom Clock Driver for MCPL0010
12051 M: Mark Gross <mark.gross@intel.com>
12052 S: Supported
12053 F: drivers/char/tlclk.c
12054
12055 TENSILICA XTENSA PORT (xtensa)
12056 M: Chris Zankel <chris@zankel.net>
12057 M: Max Filippov <jcmvbkbc@gmail.com>
12058 L: linux-xtensa@linux-xtensa.org
12059 T: git git://github.com/czankel/xtensa-linux.git
12060 S: Maintained
12061 F: arch/xtensa/
12062 F: drivers/irqchip/irq-xtensa-*
12063
12064 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
12065 M: Hans Verkuil <hverkuil@xs4all.nl>
12066 L: linux-media@vger.kernel.org
12067 T: git git://linuxtv.org/media_tree.git
12068 W: https://linuxtv.org
12069 S: Maintained
12070 F: drivers/media/radio/radio-raremono.c
12071
12072 THERMAL
12073 M: Zhang Rui <rui.zhang@intel.com>
12074 M: Eduardo Valentin <edubezval@gmail.com>
12075 L: linux-pm@vger.kernel.org
12076 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
12077 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
12078 Q: https://patchwork.kernel.org/project/linux-pm/list/
12079 S: Supported
12080 F: drivers/thermal/
12081 F: include/linux/thermal.h
12082 F: include/uapi/linux/thermal.h
12083 F: include/linux/cpu_cooling.h
12084 F: Documentation/devicetree/bindings/thermal/
12085
12086 THERMAL/CPU_COOLING
12087 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
12088 M: Viresh Kumar <viresh.kumar@linaro.org>
12089 M: Javi Merino <javi.merino@kernel.org>
12090 L: linux-pm@vger.kernel.org
12091 S: Supported
12092 F: Documentation/thermal/cpu-cooling-api.txt
12093 F: drivers/thermal/cpu_cooling.c
12094 F: include/linux/cpu_cooling.h
12095
12096 THINKPAD ACPI EXTRAS DRIVER
12097 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
12098 L: ibm-acpi-devel@lists.sourceforge.net
12099 L: platform-driver-x86@vger.kernel.org
12100 W: http://ibm-acpi.sourceforge.net
12101 W: http://thinkwiki.org/wiki/Ibm-acpi
12102 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
12103 S: Maintained
12104 F: drivers/platform/x86/thinkpad_acpi.c
12105
12106 TI BANDGAP AND THERMAL DRIVER
12107 M: Eduardo Valentin <edubezval@gmail.com>
12108 M: Keerthy <j-keerthy@ti.com>
12109 L: linux-pm@vger.kernel.org
12110 L: linux-omap@vger.kernel.org
12111 S: Maintained
12112 F: drivers/thermal/ti-soc-thermal/
12113
12114 TI VPE/CAL DRIVERS
12115 M: Benoit Parrot <bparrot@ti.com>
12116 L: linux-media@vger.kernel.org
12117 W: http://linuxtv.org/
12118 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12119 S: Maintained
12120 F: drivers/media/platform/ti-vpe/
12121
12122 TI CDCE706 CLOCK DRIVER
12123 M: Max Filippov <jcmvbkbc@gmail.com>
12124 S: Maintained
12125 F: drivers/clk/clk-cdce706.c
12126
12127 TI CLOCK DRIVER
12128 M: Tero Kristo <t-kristo@ti.com>
12129 L: linux-omap@vger.kernel.org
12130 S: Maintained
12131 F: drivers/clk/ti/
12132 F: include/linux/clk/ti.h
12133
12134 TI ETHERNET SWITCH DRIVER (CPSW)
12135 M: Mugunthan V N <mugunthanvnm@ti.com>
12136 R: Grygorii Strashko <grygorii.strashko@ti.com>
12137 L: linux-omap@vger.kernel.org
12138 L: netdev@vger.kernel.org
12139 S: Maintained
12140 F: drivers/net/ethernet/ti/cpsw*
12141 F: drivers/net/ethernet/ti/davinci*
12142
12143 TI FLASH MEDIA INTERFACE DRIVER
12144 M: Alex Dubov <oakad@yahoo.com>
12145 S: Maintained
12146 F: drivers/misc/tifm*
12147 F: drivers/mmc/host/tifm_sd.c
12148 F: include/linux/tifm.h
12149
12150 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12151 M: Santosh Shilimkar <ssantosh@kernel.org>
12152 L: linux-kernel@vger.kernel.org
12153 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12154 S: Maintained
12155 F: drivers/soc/ti/*
12156 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12157
12158
12159 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12160 M: M R Swami Reddy <mr.swami.reddy@ti.com>
12161 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
12162 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12163 S: Maintained
12164 F: sound/soc/codecs/lm49453*
12165 F: sound/soc/codecs/isabelle*
12166
12167 TI LP855x BACKLIGHT DRIVER
12168 M: Milo Kim <milo.kim@ti.com>
12169 S: Maintained
12170 F: Documentation/backlight/lp855x-driver.txt
12171 F: drivers/video/backlight/lp855x_bl.c
12172 F: include/linux/platform_data/lp855x.h
12173
12174 TI LP8727 CHARGER DRIVER
12175 M: Milo Kim <milo.kim@ti.com>
12176 S: Maintained
12177 F: drivers/power/supply/lp8727_charger.c
12178 F: include/linux/platform_data/lp8727.h
12179
12180 TI LP8788 MFD DRIVER
12181 M: Milo Kim <milo.kim@ti.com>
12182 S: Maintained
12183 F: drivers/iio/adc/lp8788_adc.c
12184 F: drivers/leds/leds-lp8788.c
12185 F: drivers/mfd/lp8788*.c
12186 F: drivers/power/supply/lp8788-charger.c
12187 F: drivers/regulator/lp8788-*.c
12188 F: include/linux/mfd/lp8788*.h
12189
12190 TI NETCP ETHERNET DRIVER
12191 M: Wingman Kwok <w-kwok2@ti.com>
12192 M: Murali Karicheri <m-karicheri2@ti.com>
12193 L: netdev@vger.kernel.org
12194 S: Maintained
12195 F: drivers/net/ethernet/ti/netcp*
12196
12197 TI TAS571X FAMILY ASoC CODEC DRIVER
12198 M: Kevin Cernekee <cernekee@chromium.org>
12199 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12200 S: Odd Fixes
12201 F: sound/soc/codecs/tas571x*
12202
12203 TI TWL4030 SERIES SOC CODEC DRIVER
12204 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
12205 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12206 S: Maintained
12207 F: sound/soc/codecs/twl4030*
12208
12209 TI WILINK WIRELESS DRIVERS
12210 L: linux-wireless@vger.kernel.org
12211 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
12212 W: http://wireless.kernel.org/en/users/Drivers/wl1251
12213 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12214 S: Orphan
12215 F: drivers/net/wireless/ti/
12216 F: include/linux/wl12xx.h
12217
12218 TIPC NETWORK LAYER
12219 M: Jon Maloy <jon.maloy@ericsson.com>
12220 M: Ying Xue <ying.xue@windriver.com>
12221 L: netdev@vger.kernel.org (core kernel code)
12222 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12223 W: http://tipc.sourceforge.net/
12224 S: Maintained
12225 F: include/uapi/linux/tipc*.h
12226 F: net/tipc/
12227
12228 TILE ARCHITECTURE
12229 M: Chris Metcalf <cmetcalf@mellanox.com>
12230 W: http://www.mellanox.com/repository/solutions/tile-scm/
12231 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12232 S: Supported
12233 F: arch/tile/
12234 F: drivers/char/tile-srom.c
12235 F: drivers/edac/tile_edac.c
12236 F: drivers/net/ethernet/tile/
12237 F: drivers/rtc/rtc-tile.c
12238 F: drivers/tty/hvc/hvc_tile.c
12239 F: drivers/tty/serial/tilegx.c
12240 F: drivers/usb/host/*-tilegx.c
12241 F: include/linux/usb/tilegx.h
12242
12243 TLAN NETWORK DRIVER
12244 M: Samuel Chessman <chessman@tux.org>
12245 L: tlan-devel@lists.sourceforge.net (subscribers-only)
12246 W: http://sourceforge.net/projects/tlan/
12247 S: Maintained
12248 F: Documentation/networking/tlan.txt
12249 F: drivers/net/ethernet/ti/tlan.*
12250
12251 TOMOYO SECURITY MODULE
12252 M: Kentaro Takeda <takedakn@nttdata.co.jp>
12253 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12254 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12255 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12256 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12257 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12258 W: http://tomoyo.sourceforge.jp/
12259 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12260 S: Maintained
12261 F: security/tomoyo/
12262
12263 TOPSTAR LAPTOP EXTRAS DRIVER
12264 M: Herton Ronaldo Krzesinski <herton@canonical.com>
12265 L: platform-driver-x86@vger.kernel.org
12266 S: Maintained
12267 F: drivers/platform/x86/topstar-laptop.c
12268
12269 TOSHIBA ACPI EXTRAS DRIVER
12270 M: Azael Avalos <coproscefalo@gmail.com>
12271 L: platform-driver-x86@vger.kernel.org
12272 S: Maintained
12273 F: drivers/platform/x86/toshiba_acpi.c
12274
12275 TOSHIBA BLUETOOTH DRIVER
12276 M: Azael Avalos <coproscefalo@gmail.com>
12277 L: platform-driver-x86@vger.kernel.org
12278 S: Maintained
12279 F: drivers/platform/x86/toshiba_bluetooth.c
12280
12281 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12282 M: Azael Avalos <coproscefalo@gmail.com>
12283 L: platform-driver-x86@vger.kernel.org
12284 S: Maintained
12285 F: drivers/platform/x86/toshiba_haps.c
12286
12287 TOSHIBA WMI HOTKEYS DRIVER
12288 M: Azael Avalos <coproscefalo@gmail.com>
12289 L: platform-driver-x86@vger.kernel.org
12290 S: Maintained
12291 F: drivers/platform/x86/toshiba-wmi.c
12292
12293 TOSHIBA SMM DRIVER
12294 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
12295 W: http://www.buzzard.org.uk/toshiba/
12296 S: Maintained
12297 F: drivers/char/toshiba.c
12298 F: include/linux/toshiba.h
12299 F: include/uapi/linux/toshiba.h
12300
12301 TOSHIBA TC358743 DRIVER
12302 M: Mats Randgaard <matrandg@cisco.com>
12303 L: linux-media@vger.kernel.org
12304 S: Maintained
12305 F: drivers/media/i2c/tc358743*
12306 F: include/media/i2c/tc358743.h
12307
12308 TMIO/SDHI MMC DRIVER
12309 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
12310 L: linux-mmc@vger.kernel.org
12311 S: Supported
12312 F: drivers/mmc/host/tmio_mmc*
12313 F: drivers/mmc/host/sh_mobile_sdhi.c
12314 F: include/linux/mfd/tmio.h
12315
12316 TMP401 HARDWARE MONITOR DRIVER
12317 M: Guenter Roeck <linux@roeck-us.net>
12318 L: linux-hwmon@vger.kernel.org
12319 S: Maintained
12320 F: Documentation/hwmon/tmp401
12321 F: drivers/hwmon/tmp401.c
12322
12323 TMPFS (SHMEM FILESYSTEM)
12324 M: Hugh Dickins <hughd@google.com>
12325 L: linux-mm@kvack.org
12326 S: Maintained
12327 F: include/linux/shmem_fs.h
12328 F: mm/shmem.c
12329
12330 TM6000 VIDEO4LINUX DRIVER
12331 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12332 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12333 L: linux-media@vger.kernel.org
12334 W: https://linuxtv.org
12335 T: git git://linuxtv.org/media_tree.git
12336 S: Odd fixes
12337 F: drivers/media/usb/tm6000/
12338 F: Documentation/media/v4l-drivers/tm6000*
12339
12340 TW5864 VIDEO4LINUX DRIVER
12341 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12342 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12343 M: Andrey Utkin <andrey_utkin@fastmail.com>
12344 L: linux-media@vger.kernel.org
12345 S: Supported
12346 F: drivers/media/pci/tw5864/
12347
12348 TW68 VIDEO4LINUX DRIVER
12349 M: Hans Verkuil <hverkuil@xs4all.nl>
12350 L: linux-media@vger.kernel.org
12351 T: git git://linuxtv.org/media_tree.git
12352 W: https://linuxtv.org
12353 S: Odd Fixes
12354 F: drivers/media/pci/tw68/
12355
12356 TW686X VIDEO4LINUX DRIVER
12357 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12358 L: linux-media@vger.kernel.org
12359 T: git git://linuxtv.org/media_tree.git
12360 W: http://linuxtv.org
12361 S: Maintained
12362 F: drivers/media/pci/tw686x/
12363
12364 TPM DEVICE DRIVER
12365 M: Peter Huewe <peterhuewe@gmx.de>
12366 M: Marcel Selhorst <tpmdd@selhorst.net>
12367 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12368 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12369 W: http://tpmdd.sourceforge.net
12370 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12371 Q: https://patchwork.kernel.org/project/tpmdd-devel/list/
12372 T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
12373 S: Maintained
12374 F: drivers/char/tpm/
12375
12376 TPM IBM_VTPM DEVICE DRIVER
12377 M: Ashley Lai <ashleydlai@gmail.com>
12378 W: http://tpmdd.sourceforge.net
12379 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12380 S: Maintained
12381 F: drivers/char/tpm/tpm_ibmvtpm*
12382
12383 TRACING
12384 M: Steven Rostedt <rostedt@goodmis.org>
12385 M: Ingo Molnar <mingo@redhat.com>
12386 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12387 S: Maintained
12388 F: Documentation/trace/ftrace.txt
12389 F: arch/*/*/*/ftrace.h
12390 F: arch/*/kernel/ftrace.c
12391 F: include/*/ftrace.h
12392 F: include/linux/trace*.h
12393 F: include/trace/
12394 F: kernel/trace/
12395 F: tools/testing/selftests/ftrace/
12396
12397 TRACING MMIO ACCESSES (MMIOTRACE)
12398 M: Steven Rostedt <rostedt@goodmis.org>
12399 M: Ingo Molnar <mingo@kernel.org>
12400 R: Karol Herbst <karolherbst@gmail.com>
12401 R: Pekka Paalanen <ppaalanen@gmail.com>
12402 S: Maintained
12403 L: linux-kernel@vger.kernel.org
12404 L: nouveau@lists.freedesktop.org
12405 F: kernel/trace/trace_mmiotrace.c
12406 F: include/linux/mmiotrace.h
12407 F: arch/x86/mm/kmmio.c
12408 F: arch/x86/mm/mmio-mod.c
12409 F: arch/x86/mm/testmmiotrace.c
12410
12411 TRIVIAL PATCHES
12412 M: Jiri Kosina <trivial@kernel.org>
12413 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12414 S: Maintained
12415 K: ^Subject:.*(?i)trivial
12416
12417 TTY LAYER
12418 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12419 M: Jiri Slaby <jslaby@suse.com>
12420 S: Supported
12421 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12422 F: Documentation/serial/
12423 F: drivers/tty/
12424 F: drivers/tty/serial/serial_core.c
12425 F: include/linux/serial_core.h
12426 F: include/linux/serial.h
12427 F: include/linux/tty.h
12428 F: include/uapi/linux/serial_core.h
12429 F: include/uapi/linux/serial.h
12430 F: include/uapi/linux/tty.h
12431
12432 TUA9001 MEDIA DRIVER
12433 M: Antti Palosaari <crope@iki.fi>
12434 L: linux-media@vger.kernel.org
12435 W: https://linuxtv.org
12436 W: http://palosaari.fi/linux/
12437 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12438 T: git git://linuxtv.org/anttip/media_tree.git
12439 S: Maintained
12440 F: drivers/media/tuners/tua9001*
12441
12442 TULIP NETWORK DRIVERS
12443 L: netdev@vger.kernel.org
12444 L: linux-parisc@vger.kernel.org
12445 S: Orphan
12446 F: drivers/net/ethernet/dec/tulip/
12447
12448 TUN/TAP driver
12449 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
12450 W: http://vtun.sourceforge.net/tun
12451 S: Maintained
12452 F: Documentation/networking/tuntap.txt
12453 F: arch/um/os-Linux/drivers/
12454
12455 TURBOCHANNEL SUBSYSTEM
12456 M: "Maciej W. Rozycki" <macro@linux-mips.org>
12457 M: Ralf Baechle <ralf@linux-mips.org>
12458 L: linux-mips@linux-mips.org
12459 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
12460 S: Maintained
12461 F: drivers/tc/
12462 F: include/linux/tc.h
12463
12464 UBI FILE SYSTEM (UBIFS)
12465 M: Richard Weinberger <richard@nod.at>
12466 M: Artem Bityutskiy <dedekind1@gmail.com>
12467 M: Adrian Hunter <adrian.hunter@intel.com>
12468 L: linux-mtd@lists.infradead.org
12469 T: git git://git.infradead.org/ubifs-2.6.git
12470 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
12471 S: Supported
12472 F: Documentation/filesystems/ubifs.txt
12473 F: fs/ubifs/
12474
12475 UCLINUX (M68KNOMMU AND COLDFIRE)
12476 M: Greg Ungerer <gerg@linux-m68k.org>
12477 W: http://www.linux-m68k.org/
12478 W: http://www.uclinux.org/
12479 L: linux-m68k@lists.linux-m68k.org
12480 L: uclinux-dev@uclinux.org (subscribers-only)
12481 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12482 S: Maintained
12483 F: arch/m68k/coldfire/
12484 F: arch/m68k/68*/
12485 F: arch/m68k/*/*_no.*
12486 F: arch/m68k/include/asm/*_no.*
12487
12488 UDF FILESYSTEM
12489 M: Jan Kara <jack@suse.com>
12490 S: Maintained
12491 F: Documentation/filesystems/udf.txt
12492 F: fs/udf/
12493
12494 UFS FILESYSTEM
12495 M: Evgeniy Dushistov <dushistov@mail.ru>
12496 S: Maintained
12497 F: Documentation/filesystems/ufs.txt
12498 F: fs/ufs/
12499
12500 UHID USERSPACE HID IO DRIVER:
12501 M: David Herrmann <dh.herrmann@googlemail.com>
12502 L: linux-input@vger.kernel.org
12503 S: Maintained
12504 F: drivers/hid/uhid.c
12505 F: include/uapi/linux/uhid.h
12506
12507 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12508 L: linux-usb@vger.kernel.org
12509 S: Orphan
12510 F: drivers/uwb/
12511 F: include/linux/uwb.h
12512 F: include/linux/uwb/
12513
12514 UNICORE32 ARCHITECTURE:
12515 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
12516 W: http://mprc.pku.edu.cn/~guanxuetao/linux
12517 S: Maintained
12518 T: git git://github.com/gxt/linux.git
12519 F: arch/unicore32/
12520
12521 UNIFDEF
12522 M: Tony Finch <dot@dotat.at>
12523 W: http://dotat.at/prog/unifdef
12524 S: Maintained
12525 F: scripts/unifdef.c
12526
12527 UNIFORM CDROM DRIVER
12528 M: Jens Axboe <axboe@kernel.dk>
12529 W: http://www.kernel.dk
12530 S: Maintained
12531 F: Documentation/cdrom/
12532 F: drivers/cdrom/cdrom.c
12533 F: include/linux/cdrom.h
12534 F: include/uapi/linux/cdrom.h
12535
12536 UNISYS S-PAR DRIVERS
12537 M: David Kershner <david.kershner@unisys.com>
12538 L: sparmaintainer@unisys.com (Unisys internal)
12539 S: Supported
12540 F: drivers/staging/unisys/
12541
12542 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12543 M: Vinayak Holikatti <vinholikatti@gmail.com>
12544 L: linux-scsi@vger.kernel.org
12545 S: Supported
12546 F: Documentation/scsi/ufs.txt
12547 F: drivers/scsi/ufs/
12548
12549 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12550 M: Joao Pinto <Joao.Pinto@synopsys.com>
12551 L: linux-scsi@vger.kernel.org
12552 S: Supported
12553 F: drivers/scsi/ufs/*dwc*
12554
12555 UNSORTED BLOCK IMAGES (UBI)
12556 M: Artem Bityutskiy <dedekind1@gmail.com>
12557 M: Richard Weinberger <richard@nod.at>
12558 W: http://www.linux-mtd.infradead.org/
12559 L: linux-mtd@lists.infradead.org
12560 T: git git://git.infradead.org/ubifs-2.6.git
12561 S: Supported
12562 F: drivers/mtd/ubi/
12563 F: include/linux/mtd/ubi.h
12564 F: include/uapi/mtd/ubi-user.h
12565
12566 USB ACM DRIVER
12567 M: Oliver Neukum <oneukum@suse.com>
12568 L: linux-usb@vger.kernel.org
12569 S: Maintained
12570 F: Documentation/usb/acm.txt
12571 F: drivers/usb/class/cdc-acm.*
12572
12573 USB AR5523 WIRELESS DRIVER
12574 M: Pontus Fuchs <pontus.fuchs@gmail.com>
12575 L: linux-wireless@vger.kernel.org
12576 S: Maintained
12577 F: drivers/net/wireless/ath/ar5523/
12578
12579 USB ATTACHED SCSI
12580 M: Oliver Neukum <oneukum@suse.com>
12581 L: linux-usb@vger.kernel.org
12582 L: linux-scsi@vger.kernel.org
12583 S: Maintained
12584 F: drivers/usb/storage/uas.c
12585
12586 USB CDC ETHERNET DRIVER
12587 M: Oliver Neukum <oliver@neukum.org>
12588 L: linux-usb@vger.kernel.org
12589 S: Maintained
12590 F: drivers/net/usb/cdc_*.c
12591 F: include/uapi/linux/usb/cdc.h
12592
12593 USB CHAOSKEY DRIVER
12594 M: Keith Packard <keithp@keithp.com>
12595 L: linux-usb@vger.kernel.org
12596 S: Maintained
12597 F: drivers/usb/misc/chaoskey.c
12598
12599 USB CYPRESS C67X00 DRIVER
12600 M: Peter Korsgaard <jacmet@sunsite.dk>
12601 L: linux-usb@vger.kernel.org
12602 S: Maintained
12603 F: drivers/usb/c67x00/
12604
12605 USB DAVICOM DM9601 DRIVER
12606 M: Peter Korsgaard <jacmet@sunsite.dk>
12607 L: netdev@vger.kernel.org
12608 W: http://www.linux-usb.org/usbnet
12609 S: Maintained
12610 F: drivers/net/usb/dm9601.c
12611
12612 USB DIAMOND RIO500 DRIVER
12613 M: Cesar Miquel <miquel@df.uba.ar>
12614 L: rio500-users@lists.sourceforge.net
12615 W: http://rio500.sourceforge.net
12616 S: Maintained
12617 F: drivers/usb/misc/rio500*
12618
12619 USB EHCI DRIVER
12620 M: Alan Stern <stern@rowland.harvard.edu>
12621 L: linux-usb@vger.kernel.org
12622 S: Maintained
12623 F: Documentation/usb/ehci.txt
12624 F: drivers/usb/host/ehci*
12625
12626 USB GADGET/PERIPHERAL SUBSYSTEM
12627 M: Felipe Balbi <balbi@kernel.org>
12628 L: linux-usb@vger.kernel.org
12629 W: http://www.linux-usb.org/gadget
12630 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12631 S: Maintained
12632 F: drivers/usb/gadget/
12633 F: include/linux/usb/gadget*
12634
12635 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12636 M: Jiri Kosina <jikos@kernel.org>
12637 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
12638 L: linux-usb@vger.kernel.org
12639 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12640 S: Maintained
12641 F: Documentation/hid/hiddev.txt
12642 F: drivers/hid/usbhid/
12643
12644 USB ISP116X DRIVER
12645 M: Olav Kongas <ok@artecdesign.ee>
12646 L: linux-usb@vger.kernel.org
12647 S: Maintained
12648 F: drivers/usb/host/isp116x*
12649 F: include/linux/usb/isp116x.h
12650
12651 USB LAN78XX ETHERNET DRIVER
12652 M: Woojung Huh <woojung.huh@microchip.com>
12653 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12654 L: netdev@vger.kernel.org
12655 S: Maintained
12656 F: drivers/net/usb/lan78xx.*
12657
12658 USB MASS STORAGE DRIVER
12659 M: Alan Stern <stern@rowland.harvard.edu>
12660 L: linux-usb@vger.kernel.org
12661 L: usb-storage@lists.one-eyed-alien.net
12662 S: Maintained
12663 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
12664 F: drivers/usb/storage/
12665
12666 USB MIDI DRIVER
12667 M: Clemens Ladisch <clemens@ladisch.de>
12668 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12669 T: git git://git.alsa-project.org/alsa-kernel.git
12670 S: Maintained
12671 F: sound/usb/midi.*
12672
12673 USB NETWORKING DRIVERS
12674 L: linux-usb@vger.kernel.org
12675 S: Odd Fixes
12676 F: drivers/net/usb/
12677
12678 USB OHCI DRIVER
12679 M: Alan Stern <stern@rowland.harvard.edu>
12680 L: linux-usb@vger.kernel.org
12681 S: Maintained
12682 F: Documentation/usb/ohci.txt
12683 F: drivers/usb/host/ohci*
12684
12685 USB OTG FSM (Finite State Machine)
12686 M: Peter Chen <Peter.Chen@nxp.com>
12687 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12688 L: linux-usb@vger.kernel.org
12689 S: Maintained
12690 F: drivers/usb/common/usb-otg-fsm.c
12691
12692 USB OVER IP DRIVER
12693 M: Valentina Manea <valentina.manea.m@gmail.com>
12694 M: Shuah Khan <shuahkh@osg.samsung.com>
12695 M: Shuah Khan <shuah@kernel.org>
12696 L: linux-usb@vger.kernel.org
12697 S: Maintained
12698 F: Documentation/usb/usbip_protocol.txt
12699 F: drivers/usb/usbip/
12700 F: tools/usb/usbip/
12701
12702 USB PEGASUS DRIVER
12703 M: Petko Manolov <petkan@nucleusys.com>
12704 L: linux-usb@vger.kernel.org
12705 L: netdev@vger.kernel.org
12706 T: git git://github.com/petkan/pegasus.git
12707 W: https://github.com/petkan/pegasus
12708 S: Maintained
12709 F: drivers/net/usb/pegasus.*
12710
12711 USB PHY LAYER
12712 M: Felipe Balbi <balbi@kernel.org>
12713 L: linux-usb@vger.kernel.org
12714 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12715 S: Maintained
12716 F: drivers/usb/phy/
12717
12718 USB PRINTER DRIVER (usblp)
12719 M: Pete Zaitcev <zaitcev@redhat.com>
12720 L: linux-usb@vger.kernel.org
12721 S: Supported
12722 F: drivers/usb/class/usblp.c
12723
12724 USB QMI WWAN NETWORK DRIVER
12725 M: Bjørn Mork <bjorn@mork.no>
12726 L: netdev@vger.kernel.org
12727 S: Maintained
12728 F: Documentation/ABI/testing/sysfs-class-net-qmi
12729 F: drivers/net/usb/qmi_wwan.c
12730
12731 USB RTL8150 DRIVER
12732 M: Petko Manolov <petkan@nucleusys.com>
12733 L: linux-usb@vger.kernel.org
12734 L: netdev@vger.kernel.org
12735 T: git git://github.com/petkan/rtl8150.git
12736 W: https://github.com/petkan/rtl8150
12737 S: Maintained
12738 F: drivers/net/usb/rtl8150.c
12739
12740 USB SERIAL SUBSYSTEM
12741 M: Johan Hovold <johan@kernel.org>
12742 L: linux-usb@vger.kernel.org
12743 T: git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12744 S: Maintained
12745 F: Documentation/usb/usb-serial.txt
12746 F: drivers/usb/serial/
12747 F: include/linux/usb/serial.h
12748
12749 USB SMSC75XX ETHERNET DRIVER
12750 M: Steve Glendinning <steve.glendinning@shawell.net>
12751 L: netdev@vger.kernel.org
12752 S: Maintained
12753 F: drivers/net/usb/smsc75xx.*
12754
12755 USB SMSC95XX ETHERNET DRIVER
12756 M: Steve Glendinning <steve.glendinning@shawell.net>
12757 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12758 L: netdev@vger.kernel.org
12759 S: Maintained
12760 F: drivers/net/usb/smsc95xx.*
12761
12762 USB SUBSYSTEM
12763 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12764 L: linux-usb@vger.kernel.org
12765 W: http://www.linux-usb.org
12766 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12767 S: Supported
12768 F: Documentation/devicetree/bindings/usb/
12769 F: Documentation/usb/
12770 F: drivers/usb/
12771 F: include/linux/usb.h
12772 F: include/linux/usb/
12773
12774 USB UHCI DRIVER
12775 M: Alan Stern <stern@rowland.harvard.edu>
12776 L: linux-usb@vger.kernel.org
12777 S: Maintained
12778 F: drivers/usb/host/uhci*
12779
12780 USB "USBNET" DRIVER FRAMEWORK
12781 M: Oliver Neukum <oneukum@suse.com>
12782 L: netdev@vger.kernel.org
12783 W: http://www.linux-usb.org/usbnet
12784 S: Maintained
12785 F: drivers/net/usb/usbnet.c
12786 F: include/linux/usb/usbnet.h
12787
12788 USB VIDEO CLASS
12789 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12790 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12791 L: linux-media@vger.kernel.org
12792 T: git git://linuxtv.org/media_tree.git
12793 W: http://www.ideasonboard.org/uvc/
12794 S: Maintained
12795 F: drivers/media/usb/uvc/
12796 F: include/uapi/linux/uvcvideo.h
12797
12798 USB VISION DRIVER
12799 M: Hans Verkuil <hverkuil@xs4all.nl>
12800 L: linux-media@vger.kernel.org
12801 T: git git://linuxtv.org/media_tree.git
12802 W: https://linuxtv.org
12803 S: Odd Fixes
12804 F: drivers/media/usb/usbvision/
12805
12806 USB WEBCAM GADGET
12807 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12808 L: linux-usb@vger.kernel.org
12809 S: Maintained
12810 F: drivers/usb/gadget/function/*uvc*
12811 F: drivers/usb/gadget/legacy/webcam.c
12812
12813 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12814 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
12815 L: linux-wireless@vger.kernel.org
12816 S: Maintained
12817 F: drivers/net/wireless/rndis_wlan.c
12818
12819 USB XHCI DRIVER
12820 M: Mathias Nyman <mathias.nyman@intel.com>
12821 L: linux-usb@vger.kernel.org
12822 S: Supported
12823 F: drivers/usb/host/xhci*
12824 F: drivers/usb/host/pci-quirks*
12825
12826 USB ZD1201 DRIVER
12827 L: linux-wireless@vger.kernel.org
12828 W: http://linux-lc100020.sourceforge.net
12829 S: Orphan
12830 F: drivers/net/wireless/zydas/zd1201.*
12831
12832 USB ZR364XX DRIVER
12833 M: Antoine Jacquet <royale@zerezo.com>
12834 L: linux-usb@vger.kernel.org
12835 L: linux-media@vger.kernel.org
12836 T: git git://linuxtv.org/media_tree.git
12837 W: http://royale.zerezo.com/zr364xx/
12838 S: Maintained
12839 F: Documentation/media/v4l-drivers/zr364xx*
12840 F: drivers/media/usb/zr364xx/
12841
12842 ULPI BUS
12843 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
12844 L: linux-usb@vger.kernel.org
12845 S: Maintained
12846 F: drivers/usb/common/ulpi.c
12847 F: include/linux/ulpi/
12848
12849 USER-MODE LINUX (UML)
12850 M: Jeff Dike <jdike@addtoit.com>
12851 M: Richard Weinberger <richard@nod.at>
12852 L: user-mode-linux-devel@lists.sourceforge.net
12853 L: user-mode-linux-user@lists.sourceforge.net
12854 W: http://user-mode-linux.sourceforge.net
12855 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12856 S: Maintained
12857 F: Documentation/virtual/uml/
12858 F: arch/um/
12859 F: arch/x86/um/
12860 F: fs/hostfs/
12861 F: fs/hppfs/
12862
12863 USERSPACE I/O (UIO)
12864 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12865 S: Maintained
12866 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12867 F: Documentation/DocBook/uio-howto.tmpl
12868 F: drivers/uio/
12869 F: include/linux/uio*.h
12870
12871 UTIL-LINUX PACKAGE
12872 M: Karel Zak <kzak@redhat.com>
12873 L: util-linux@vger.kernel.org
12874 W: http://en.wikipedia.org/wiki/Util-linux
12875 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12876 S: Maintained
12877
12878 UVESAFB DRIVER
12879 M: Michal Januszewski <spock@gentoo.org>
12880 L: linux-fbdev@vger.kernel.org
12881 W: http://dev.gentoo.org/~spock/projects/uvesafb/
12882 S: Maintained
12883 F: Documentation/fb/uvesafb.txt
12884 F: drivers/video/fbdev/uvesafb.*
12885
12886 VF610 NAND DRIVER
12887 M: Stefan Agner <stefan@agner.ch>
12888 L: linux-mtd@lists.infradead.org
12889 S: Supported
12890 F: drivers/mtd/nand/vf610_nfc.c
12891
12892 VFAT/FAT/MSDOS FILESYSTEM
12893 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12894 S: Maintained
12895 F: Documentation/filesystems/vfat.txt
12896 F: fs/fat/
12897
12898 VFIO DRIVER
12899 M: Alex Williamson <alex.williamson@redhat.com>
12900 L: kvm@vger.kernel.org
12901 T: git git://github.com/awilliam/linux-vfio.git
12902 S: Maintained
12903 F: Documentation/vfio.txt
12904 F: drivers/vfio/
12905 F: include/linux/vfio.h
12906 F: include/uapi/linux/vfio.h
12907
12908 VFIO MEDIATED DEVICE DRIVERS
12909 M: Kirti Wankhede <kwankhede@nvidia.com>
12910 L: kvm@vger.kernel.org
12911 S: Maintained
12912 F: Documentation/vfio-mediated-device.txt
12913 F: drivers/vfio/mdev/
12914 F: include/linux/mdev.h
12915 F: samples/vfio-mdev/
12916
12917 VFIO PLATFORM DRIVER
12918 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
12919 L: kvm@vger.kernel.org
12920 S: Maintained
12921 F: drivers/vfio/platform/
12922
12923 VIDEOBUF2 FRAMEWORK
12924 M: Pawel Osciak <pawel@osciak.com>
12925 M: Marek Szyprowski <m.szyprowski@samsung.com>
12926 M: Kyungmin Park <kyungmin.park@samsung.com>
12927 L: linux-media@vger.kernel.org
12928 S: Maintained
12929 F: drivers/media/v4l2-core/videobuf2-*
12930 F: include/media/videobuf2-*
12931
12932 VIRTIO AND VHOST VSOCK DRIVER
12933 M: Stefan Hajnoczi <stefanha@redhat.com>
12934 L: kvm@vger.kernel.org
12935 L: virtualization@lists.linux-foundation.org
12936 L: netdev@vger.kernel.org
12937 S: Maintained
12938 F: include/linux/virtio_vsock.h
12939 F: include/uapi/linux/virtio_vsock.h
12940 F: net/vmw_vsock/virtio_transport_common.c
12941 F: net/vmw_vsock/virtio_transport.c
12942 F: drivers/vhost/vsock.c
12943 F: drivers/vhost/vsock.h
12944
12945 VIRTUAL SERIO DEVICE DRIVER
12946 M: Stephen Chandler Paul <thatslyude@gmail.com>
12947 S: Maintained
12948 F: drivers/input/serio/userio.c
12949 F: include/uapi/linux/userio.h
12950
12951 VIRTIO CONSOLE DRIVER
12952 M: Amit Shah <amit.shah@redhat.com>
12953 L: virtualization@lists.linux-foundation.org
12954 S: Maintained
12955 F: drivers/char/virtio_console.c
12956 F: include/linux/virtio_console.h
12957 F: include/uapi/linux/virtio_console.h
12958
12959 VIRTIO CORE, NET AND BLOCK DRIVERS
12960 M: "Michael S. Tsirkin" <mst@redhat.com>
12961 M: Jason Wang <jasowang@redhat.com>
12962 L: virtualization@lists.linux-foundation.org
12963 S: Maintained
12964 F: Documentation/devicetree/bindings/virtio/
12965 F: drivers/virtio/
12966 F: tools/virtio/
12967 F: drivers/net/virtio_net.c
12968 F: drivers/block/virtio_blk.c
12969 F: include/linux/virtio_*.h
12970 F: include/uapi/linux/virtio_*.h
12971
12972 VIRTIO DRIVERS FOR S390
12973 M: Christian Borntraeger <borntraeger@de.ibm.com>
12974 M: Cornelia Huck <cornelia.huck@de.ibm.com>
12975 L: linux-s390@vger.kernel.org
12976 L: virtualization@lists.linux-foundation.org
12977 L: kvm@vger.kernel.org
12978 S: Supported
12979 F: drivers/s390/virtio/
12980
12981 VIRTIO GPU DRIVER
12982 M: David Airlie <airlied@linux.ie>
12983 M: Gerd Hoffmann <kraxel@redhat.com>
12984 L: dri-devel@lists.freedesktop.org
12985 L: virtualization@lists.linux-foundation.org
12986 S: Maintained
12987 F: drivers/gpu/drm/virtio/
12988 F: include/uapi/linux/virtio_gpu.h
12989
12990 VIRTIO HOST (VHOST)
12991 M: "Michael S. Tsirkin" <mst@redhat.com>
12992 M: Jason Wang <jasowang@redhat.com>
12993 L: kvm@vger.kernel.org
12994 L: virtualization@lists.linux-foundation.org
12995 L: netdev@vger.kernel.org
12996 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12997 S: Maintained
12998 F: drivers/vhost/
12999 F: include/uapi/linux/vhost.h
13000
13001 VIRTIO INPUT DRIVER
13002 M: Gerd Hoffmann <kraxel@redhat.com>
13003 S: Maintained
13004 F: drivers/virtio/virtio_input.c
13005 F: include/uapi/linux/virtio_input.h
13006
13007 VIA RHINE NETWORK DRIVER
13008 S: Orphan
13009 F: drivers/net/ethernet/via/via-rhine.c
13010
13011 VIA SD/MMC CARD CONTROLLER DRIVER
13012 M: Bruce Chang <brucechang@via.com.tw>
13013 M: Harald Welte <HaraldWelte@viatech.com>
13014 S: Maintained
13015 F: drivers/mmc/host/via-sdmmc.c
13016
13017 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
13018 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
13019 L: linux-fbdev@vger.kernel.org
13020 S: Maintained
13021 F: include/linux/via-core.h
13022 F: include/linux/via-gpio.h
13023 F: include/linux/via_i2c.h
13024 F: drivers/video/fbdev/via/
13025
13026 VIA VELOCITY NETWORK DRIVER
13027 M: Francois Romieu <romieu@fr.zoreil.com>
13028 L: netdev@vger.kernel.org
13029 S: Maintained
13030 F: drivers/net/ethernet/via/via-velocity.*
13031
13032 VIRT LIB
13033 M: Alex Williamson <alex.williamson@redhat.com>
13034 M: Paolo Bonzini <pbonzini@redhat.com>
13035 L: kvm@vger.kernel.org
13036 S: Supported
13037 F: virt/lib/
13038
13039 VIVID VIRTUAL VIDEO DRIVER
13040 M: Hans Verkuil <hverkuil@xs4all.nl>
13041 L: linux-media@vger.kernel.org
13042 T: git git://linuxtv.org/media_tree.git
13043 W: https://linuxtv.org
13044 S: Maintained
13045 F: drivers/media/platform/vivid/*
13046
13047 VLAN (802.1Q)
13048 M: Patrick McHardy <kaber@trash.net>
13049 L: netdev@vger.kernel.org
13050 S: Maintained
13051 F: drivers/net/macvlan.c
13052 F: include/linux/if_*vlan.h
13053 F: net/8021q/
13054
13055 VLYNQ BUS
13056 M: Florian Fainelli <f.fainelli@gmail.com>
13057 L: openwrt-devel@lists.openwrt.org (subscribers-only)
13058 S: Maintained
13059 F: drivers/vlynq/vlynq.c
13060 F: include/linux/vlynq.h
13061
13062 VME SUBSYSTEM
13063 M: Martyn Welch <martyn@welchs.me.uk>
13064 M: Manohar Vanga <manohar.vanga@gmail.com>
13065 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13066 L: devel@driverdev.osuosl.org
13067 S: Maintained
13068 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
13069 F: Documentation/driver-api/vme.rst
13070 F: drivers/staging/vme/
13071 F: drivers/vme/
13072 F: include/linux/vme*
13073
13074 VMWARE HYPERVISOR INTERFACE
13075 M: Alok Kataria <akataria@vmware.com>
13076 L: virtualization@lists.linux-foundation.org
13077 S: Supported
13078 F: arch/x86/kernel/cpu/vmware.c
13079
13080 VMWARE BALLOON DRIVER
13081 M: Xavier Deguillard <xdeguillard@vmware.com>
13082 M: Philip Moltmann <moltmann@vmware.com>
13083 M: "VMware, Inc." <pv-drivers@vmware.com>
13084 L: linux-kernel@vger.kernel.org
13085 S: Maintained
13086 F: drivers/misc/vmw_balloon.c
13087
13088 VMWARE VMMOUSE SUBDRIVER
13089 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
13090 M: "VMware, Inc." <pv-drivers@vmware.com>
13091 L: linux-input@vger.kernel.org
13092 S: Maintained
13093 F: drivers/input/mouse/vmmouse.c
13094 F: drivers/input/mouse/vmmouse.h
13095
13096 VMWARE VMXNET3 ETHERNET DRIVER
13097 M: Shrikrishna Khare <skhare@vmware.com>
13098 M: "VMware, Inc." <pv-drivers@vmware.com>
13099 L: netdev@vger.kernel.org
13100 S: Maintained
13101 F: drivers/net/vmxnet3/
13102
13103 VMware PVSCSI driver
13104 M: Jim Gill <jgill@vmware.com>
13105 M: VMware PV-Drivers <pv-drivers@vmware.com>
13106 L: linux-scsi@vger.kernel.org
13107 S: Maintained
13108 F: drivers/scsi/vmw_pvscsi.c
13109 F: drivers/scsi/vmw_pvscsi.h
13110
13111 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
13112 M: Liam Girdwood <lgirdwood@gmail.com>
13113 M: Mark Brown <broonie@kernel.org>
13114 L: linux-kernel@vger.kernel.org
13115 W: http://www.slimlogic.co.uk/?p=48
13116 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
13117 S: Supported
13118 F: Documentation/devicetree/bindings/regulator/
13119 F: drivers/regulator/
13120 F: include/dt-bindings/regulator/
13121 F: include/linux/regulator/
13122
13123 VRF
13124 M: David Ahern <dsa@cumulusnetworks.com>
13125 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
13126 L: netdev@vger.kernel.org
13127 S: Maintained
13128 F: drivers/net/vrf.c
13129 F: Documentation/networking/vrf.txt
13130
13131 VT1211 HARDWARE MONITOR DRIVER
13132 M: Juerg Haefliger <juergh@gmail.com>
13133 L: linux-hwmon@vger.kernel.org
13134 S: Maintained
13135 F: Documentation/hwmon/vt1211
13136 F: drivers/hwmon/vt1211.c
13137
13138 VT8231 HARDWARE MONITOR DRIVER
13139 M: Roger Lucas <vt8231@hiddenengine.co.uk>
13140 L: linux-hwmon@vger.kernel.org
13141 S: Maintained
13142 F: drivers/hwmon/vt8231.c
13143
13144 VUB300 USB to SDIO/SD/MMC bridge chip
13145 M: Tony Olech <tony.olech@elandigitalsystems.com>
13146 L: linux-mmc@vger.kernel.org
13147 L: linux-usb@vger.kernel.org
13148 S: Supported
13149 F: drivers/mmc/host/vub300.c
13150
13151 W1 DALLAS'S 1-WIRE BUS
13152 M: Evgeniy Polyakov <zbr@ioremap.net>
13153 S: Maintained
13154 F: Documentation/w1/
13155 F: drivers/w1/
13156
13157 W83791D HARDWARE MONITORING DRIVER
13158 M: Marc Hulsman <m.hulsman@tudelft.nl>
13159 L: linux-hwmon@vger.kernel.org
13160 S: Maintained
13161 F: Documentation/hwmon/w83791d
13162 F: drivers/hwmon/w83791d.c
13163
13164 W83793 HARDWARE MONITORING DRIVER
13165 M: Rudolf Marek <r.marek@assembler.cz>
13166 L: linux-hwmon@vger.kernel.org
13167 S: Maintained
13168 F: Documentation/hwmon/w83793
13169 F: drivers/hwmon/w83793.c
13170
13171 W83795 HARDWARE MONITORING DRIVER
13172 M: Jean Delvare <jdelvare@suse.com>
13173 L: linux-hwmon@vger.kernel.org
13174 S: Maintained
13175 F: drivers/hwmon/w83795.c
13176
13177 W83L51xD SD/MMC CARD INTERFACE DRIVER
13178 M: Pierre Ossman <pierre@ossman.eu>
13179 S: Maintained
13180 F: drivers/mmc/host/wbsd.*
13181
13182 WACOM PROTOCOL 4 SERIAL TABLETS
13183 M: Julian Squires <julian@cipht.net>
13184 M: Hans de Goede <hdegoede@redhat.com>
13185 L: linux-input@vger.kernel.org
13186 S: Maintained
13187 F: drivers/input/tablet/wacom_serial4.c
13188
13189 WATCHDOG DEVICE DRIVERS
13190 M: Wim Van Sebroeck <wim@iguana.be>
13191 R: Guenter Roeck <linux@roeck-us.net>
13192 L: linux-watchdog@vger.kernel.org
13193 W: http://www.linux-watchdog.org/
13194 T: git git://www.linux-watchdog.org/linux-watchdog.git
13195 S: Maintained
13196 F: Documentation/devicetree/bindings/watchdog/
13197 F: Documentation/watchdog/
13198 F: drivers/watchdog/
13199 F: include/linux/watchdog.h
13200 F: include/uapi/linux/watchdog.h
13201
13202 WIIMOTE HID DRIVER
13203 M: David Herrmann <dh.herrmann@googlemail.com>
13204 L: linux-input@vger.kernel.org
13205 S: Maintained
13206 F: drivers/hid/hid-wiimote*
13207
13208 WINBOND CIR DRIVER
13209 M: David Härdeman <david@hardeman.nu>
13210 S: Maintained
13211 F: drivers/media/rc/winbond-cir.c
13212
13213 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13214 M: William Breathitt Gray <vilhelm.gray@gmail.com>
13215 L: linux-watchdog@vger.kernel.org
13216 S: Maintained
13217 F: drivers/watchdog/ebc-c384_wdt.c
13218
13219 WINSYSTEMS WS16C48 GPIO DRIVER
13220 M: William Breathitt Gray <vilhelm.gray@gmail.com>
13221 L: linux-gpio@vger.kernel.org
13222 S: Maintained
13223 F: drivers/gpio/gpio-ws16c48.c
13224
13225 WIMAX STACK
13226 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
13227 M: linux-wimax@intel.com
13228 L: wimax@linuxwimax.org (subscribers-only)
13229 S: Supported
13230 W: http://linuxwimax.org
13231 F: Documentation/wimax/README.wimax
13232 F: include/linux/wimax/debug.h
13233 F: include/net/wimax.h
13234 F: include/uapi/linux/wimax.h
13235 F: net/wimax/
13236
13237 WISTRON LAPTOP BUTTON DRIVER
13238 M: Miloslav Trmac <mitr@volny.cz>
13239 S: Maintained
13240 F: drivers/input/misc/wistron_btns.c
13241
13242 WL3501 WIRELESS PCMCIA CARD DRIVER
13243 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
13244 L: linux-wireless@vger.kernel.org
13245 W: http://oops.ghostprotocols.net:81/blog
13246 S: Maintained
13247 F: drivers/net/wireless/wl3501*
13248
13249 WOLFSON MICROELECTRONICS DRIVERS
13250 L: patches@opensource.wolfsonmicro.com
13251 T: git https://github.com/CirrusLogic/linux-drivers.git
13252 W: https://github.com/CirrusLogic/linux-drivers/wiki
13253 S: Supported
13254 F: Documentation/hwmon/wm83??
13255 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13256 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13257 F: Documentation/devicetree/bindings/mfd/arizona.txt
13258 F: arch/arm/mach-s3c64xx/mach-crag6410*
13259 F: drivers/clk/clk-wm83*.c
13260 F: drivers/extcon/extcon-arizona.c
13261 F: drivers/leds/leds-wm83*.c
13262 F: drivers/gpio/gpio-*wm*.c
13263 F: drivers/gpio/gpio-arizona.c
13264 F: drivers/hwmon/wm83??-hwmon.c
13265 F: drivers/input/misc/wm831x-on.c
13266 F: drivers/input/touchscreen/wm831x-ts.c
13267 F: drivers/input/touchscreen/wm97*.c
13268 F: drivers/mfd/arizona*
13269 F: drivers/mfd/wm*.c
13270 F: drivers/mfd/cs47l24*
13271 F: drivers/power/supply/wm83*.c
13272 F: drivers/rtc/rtc-wm83*.c
13273 F: drivers/regulator/wm8*.c
13274 F: drivers/video/backlight/wm83*_bl.c
13275 F: drivers/watchdog/wm83*_wdt.c
13276 F: include/linux/mfd/arizona/
13277 F: include/linux/mfd/wm831x/
13278 F: include/linux/mfd/wm8350/
13279 F: include/linux/mfd/wm8400*
13280 F: include/linux/wm97xx.h
13281 F: include/sound/wm????.h
13282 F: sound/soc/codecs/arizona.?
13283 F: sound/soc/codecs/wm*
13284 F: sound/soc/codecs/cs47l24*
13285
13286 WORKQUEUE
13287 M: Tejun Heo <tj@kernel.org>
13288 R: Lai Jiangshan <jiangshanlai@gmail.com>
13289 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13290 S: Maintained
13291 F: include/linux/workqueue.h
13292 F: kernel/workqueue.c
13293 F: Documentation/core-api/workqueue.rst
13294
13295 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13296 M: Chen-Yu Tsai <wens@csie.org>
13297 L: linux-kernel@vger.kernel.org
13298 S: Maintained
13299 N: axp[128]
13300
13301 X.25 NETWORK LAYER
13302 M: Andrew Hendry <andrew.hendry@gmail.com>
13303 L: linux-x25@vger.kernel.org
13304 S: Odd Fixes
13305 F: Documentation/networking/x25*
13306 F: include/net/x25*
13307 F: net/x25/
13308
13309 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13310 M: Thomas Gleixner <tglx@linutronix.de>
13311 M: Ingo Molnar <mingo@redhat.com>
13312 M: "H. Peter Anvin" <hpa@zytor.com>
13313 M: x86@kernel.org
13314 L: linux-kernel@vger.kernel.org
13315 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13316 S: Maintained
13317 F: Documentation/x86/
13318 F: arch/x86/
13319
13320 X86 PLATFORM DRIVERS
13321 M: Darren Hart <dvhart@infradead.org>
13322 L: platform-driver-x86@vger.kernel.org
13323 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13324 S: Maintained
13325 F: drivers/platform/x86/
13326 F: drivers/platform/olpc/
13327
13328 X86 MCE INFRASTRUCTURE
13329 M: Tony Luck <tony.luck@intel.com>
13330 M: Borislav Petkov <bp@alien8.de>
13331 L: linux-edac@vger.kernel.org
13332 S: Maintained
13333 F: arch/x86/kernel/cpu/mcheck/*
13334
13335 X86 MICROCODE UPDATE SUPPORT
13336 M: Borislav Petkov <bp@alien8.de>
13337 S: Maintained
13338 F: arch/x86/kernel/cpu/microcode/*
13339
13340 X86 VDSO
13341 M: Andy Lutomirski <luto@amacapital.net>
13342 L: linux-kernel@vger.kernel.org
13343 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13344 S: Maintained
13345 F: arch/x86/entry/vdso/
13346
13347 XC2028/3028 TUNER DRIVER
13348 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
13349 M: Mauro Carvalho Chehab <mchehab@kernel.org>
13350 L: linux-media@vger.kernel.org
13351 W: https://linuxtv.org
13352 T: git git://linuxtv.org/media_tree.git
13353 S: Maintained
13354 F: drivers/media/tuners/tuner-xc2028.*
13355
13356 XEN HYPERVISOR INTERFACE
13357 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
13358 M: Juergen Gross <jgross@suse.com>
13359 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13360 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13361 S: Supported
13362 F: arch/x86/xen/
13363 F: drivers/*/xen-*front.c
13364 F: drivers/xen/
13365 F: arch/x86/include/asm/xen/
13366 F: include/xen/
13367 F: include/uapi/xen/
13368
13369 XEN HYPERVISOR ARM
13370 M: Stefano Stabellini <sstabellini@kernel.org>
13371 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13372 S: Maintained
13373 F: arch/arm/xen/
13374 F: arch/arm/include/asm/xen/
13375
13376 XEN HYPERVISOR ARM64
13377 M: Stefano Stabellini <sstabellini@kernel.org>
13378 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13379 S: Maintained
13380 F: arch/arm64/xen/
13381 F: arch/arm64/include/asm/xen/
13382
13383 XEN NETWORK BACKEND DRIVER
13384 M: Wei Liu <wei.liu2@citrix.com>
13385 M: Paul Durrant <paul.durrant@citrix.com>
13386 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13387 L: netdev@vger.kernel.org
13388 S: Supported
13389 F: drivers/net/xen-netback/*
13390
13391 XEN PCI SUBSYSTEM
13392 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13393 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13394 S: Supported
13395 F: arch/x86/pci/*xen*
13396 F: drivers/pci/*xen*
13397
13398 XEN BLOCK SUBSYSTEM
13399 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13400 M: Roger Pau Monné <roger.pau@citrix.com>
13401 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13402 S: Supported
13403 F: drivers/block/xen-blkback/*
13404 F: drivers/block/xen*
13405
13406 XEN PVSCSI DRIVERS
13407 M: Juergen Gross <jgross@suse.com>
13408 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13409 L: linux-scsi@vger.kernel.org
13410 S: Supported
13411 F: drivers/scsi/xen-scsifront.c
13412 F: drivers/xen/xen-scsiback.c
13413 F: include/xen/interface/io/vscsiif.h
13414
13415 XEN SWIOTLB SUBSYSTEM
13416 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13417 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13418 S: Supported
13419 F: arch/x86/xen/*swiotlb*
13420 F: drivers/xen/*swiotlb*
13421
13422 XFS FILESYSTEM
13423 M: Dave Chinner <david@fromorbit.com>
13424 M: linux-xfs@vger.kernel.org
13425 L: linux-xfs@vger.kernel.org
13426 W: http://xfs.org/
13427 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13428 S: Supported
13429 F: Documentation/filesystems/xfs.txt
13430 F: fs/xfs/
13431
13432 XILINX AXI ETHERNET DRIVER
13433 M: Anirudha Sarangi <anirudh@xilinx.com>
13434 M: John Linn <John.Linn@xilinx.com>
13435 S: Maintained
13436 F: drivers/net/ethernet/xilinx/xilinx_axienet*
13437
13438 XILINX UARTLITE SERIAL DRIVER
13439 M: Peter Korsgaard <jacmet@sunsite.dk>
13440 L: linux-serial@vger.kernel.org
13441 S: Maintained
13442 F: drivers/tty/serial/uartlite.c
13443
13444 XILINX VIDEO IP CORES
13445 M: Hyun Kwon <hyun.kwon@xilinx.com>
13446 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13447 L: linux-media@vger.kernel.org
13448 T: git git://linuxtv.org/media_tree.git
13449 S: Supported
13450 F: Documentation/devicetree/bindings/media/xilinx/
13451 F: drivers/media/platform/xilinx/
13452 F: include/uapi/linux/xilinx-v4l2-controls.h
13453
13454 XILLYBUS DRIVER
13455 M: Eli Billauer <eli.billauer@gmail.com>
13456 L: linux-kernel@vger.kernel.org
13457 S: Supported
13458 F: drivers/char/xillybus/
13459
13460 XTENSA XTFPGA PLATFORM SUPPORT
13461 M: Max Filippov <jcmvbkbc@gmail.com>
13462 L: linux-xtensa@linux-xtensa.org
13463 S: Maintained
13464 F: drivers/spi/spi-xtensa-xtfpga.c
13465 F: sound/soc/xtensa/xtfpga-i2s.c
13466
13467 YAM DRIVER FOR AX.25
13468 M: Jean-Paul Roubelat <jpr@f6fbb.org>
13469 L: linux-hams@vger.kernel.org
13470 S: Maintained
13471 F: drivers/net/hamradio/yam*
13472 F: include/linux/yam.h
13473
13474 YEALINK PHONE DRIVER
13475 M: Henk Vergonet <Henk.Vergonet@gmail.com>
13476 L: usbb2k-api-dev@nongnu.org
13477 S: Maintained
13478 F: Documentation/input/yealink.txt
13479 F: drivers/input/misc/yealink.*
13480
13481 Z8530 DRIVER FOR AX.25
13482 M: Joerg Reuter <jreuter@yaina.de>
13483 W: http://yaina.de/jreuter/
13484 W: http://www.qsl.net/dl1bke/
13485 L: linux-hams@vger.kernel.org
13486 S: Maintained
13487 F: Documentation/networking/z8530drv.txt
13488 F: drivers/net/hamradio/*scc.c
13489 F: drivers/net/hamradio/z8530.h
13490
13491 ZBUD COMPRESSED PAGE ALLOCATOR
13492 M: Seth Jennings <sjenning@redhat.com>
13493 L: linux-mm@kvack.org
13494 S: Maintained
13495 F: mm/zbud.c
13496 F: include/linux/zbud.h
13497
13498 ZD1211RW WIRELESS DRIVER
13499 M: Daniel Drake <dsd@gentoo.org>
13500 M: Ulrich Kunitz <kune@deine-taler.de>
13501 W: http://zd1211.ath.cx/wiki/DriverRewrite
13502 L: linux-wireless@vger.kernel.org
13503 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
13504 S: Maintained
13505 F: drivers/net/wireless/zydas/zd1211rw/
13506
13507 ZPOOL COMPRESSED PAGE STORAGE API
13508 M: Dan Streetman <ddstreet@ieee.org>
13509 L: linux-mm@kvack.org
13510 S: Maintained
13511 F: mm/zpool.c
13512 F: include/linux/zpool.h
13513
13514 ZR36067 VIDEO FOR LINUX DRIVER
13515 L: mjpeg-users@lists.sourceforge.net
13516 L: linux-media@vger.kernel.org
13517 W: http://mjpeg.sourceforge.net/driver-zoran/
13518 T: hg https://linuxtv.org/hg/v4l-dvb
13519 S: Odd Fixes
13520 F: drivers/media/pci/zoran/
13521
13522 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13523 M: Minchan Kim <minchan@kernel.org>
13524 M: Nitin Gupta <ngupta@vflare.org>
13525 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13526 L: linux-kernel@vger.kernel.org
13527 S: Maintained
13528 F: drivers/block/zram/
13529 F: Documentation/blockdev/zram.txt
13530
13531 ZS DECSTATION Z85C30 SERIAL DRIVER
13532 M: "Maciej W. Rozycki" <macro@linux-mips.org>
13533 S: Maintained
13534 F: drivers/tty/serial/zs.*
13535
13536 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13537 M: Minchan Kim <minchan@kernel.org>
13538 M: Nitin Gupta <ngupta@vflare.org>
13539 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13540 L: linux-mm@kvack.org
13541 S: Maintained
13542 F: mm/zsmalloc.c
13543 F: include/linux/zsmalloc.h
13544 F: Documentation/vm/zsmalloc.txt
13545
13546 ZSWAP COMPRESSED SWAP CACHING
13547 M: Seth Jennings <sjenning@redhat.com>
13548 L: linux-mm@kvack.org
13549 S: Maintained
13550 F: mm/zswap.c
13551
13552 THE REST
13553 M: Linus Torvalds <torvalds@linux-foundation.org>
13554 L: linux-kernel@vger.kernel.org
13555 Q: http://patchwork.kernel.org/project/LKML/list/
13556 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13557 S: Buried alive in reporters
13558 F: *
13559 F: */