]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - MAINTAINERS
Merge tag 'gpio-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[mirror_ubuntu-bionic-kernel.git] / MAINTAINERS
1
2
3 List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below. This will make things
6 easier on the maintainers. Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
11
12 2. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
19
20 3. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
23
24 4. When you are happy with a change make it generally available for
25 testing and await feedback.
26
27 5. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
35
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trivial style violations.
38 See Documentation/process/coding-style.rst for guidance here.
39
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/process/submitting-patches.rst for details.
45
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
49
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
52
53 PLEASE remember that submissions must be made under the terms
54 of the Linux Foundation certificate of contribution and should
55 include a Signed-off-by: line. The current version of this
56 "Developer's Certificate of Origin" (DCO) is listed in the file
57 Documentation/process/submitting-patches.rst.
58
59 6. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
61 not you.
62
63 7. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
65 does not respond.
66
67 8. Happy hacking.
68
69 Descriptions of section entries:
70
71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
73 R: Designated reviewer: FullName <address@domain>
74 These reviewers should be CCed on patches.
75 L: Mailing list that is relevant to this area
76 W: Web-page with status/info
77 B: URI for where to file bugs. A web-page with detailed bug
78 filing info, a direct bug tracker link, or a mailto: URI.
79 C: URI for chat protocol, server and channel where developers
80 usually hang out, for example irc://server/channel.
81 Q: Patchwork web based patch tracking system site
82 T: SCM tree type and location.
83 Type is one of: git, hg, quilt, stgit, topgit
84 S: Status, one of the following:
85 Supported: Someone is actually paid to look after this.
86 Maintained: Someone actually looks after it.
87 Odd Fixes: It has a maintainer but they don't have time to do
88 much other than throw the odd patch in. See below..
89 Orphan: No current maintainer [but maybe you could take the
90 role as you write your new code].
91 Obsolete: Old code. Something tagged obsolete generally means
92 it has been replaced by a better system and you
93 should be using that.
94 F: Files and directories with wildcard patterns.
95 A trailing slash includes all files and subdirectory files.
96 F: drivers/net/ all files in and below drivers/net
97 F: drivers/net/* all files in drivers/net, but not below
98 F: */net/* all files in "any top level directory"/net
99 One pattern per line. Multiple F: lines acceptable.
100 N: Files and directories with regex patterns.
101 N: [^a-z]tegra all files whose path contains the word tegra
102 One pattern per line. Multiple N: lines acceptable.
103 scripts/get_maintainer.pl has different behavior for files that
104 match F: pattern and matches of N: patterns. By default,
105 get_maintainer will not look at git log history when an F: pattern
106 match occurs. When an N: match occurs, git log history is used
107 to also notify the people that have git commit signatures.
108 X: Files and directories that are NOT maintained, same rules as F:
109 Files exclusions are tested before file matches.
110 Can be useful for excluding a specific subdirectory, for instance:
111 F: net/
112 X: net/ipv6/
113 matches all files in and below net excluding net/ipv6/
114 K: Keyword perl extended regex pattern to match content in a
115 patch or file. For instance:
116 K: of_get_profile
117 matches patches or files that contain "of_get_profile"
118 K: \b(printk|pr_(info|err))\b
119 matches patches or files that contain one or more of the words
120 printk, pr_info or pr_err
121 One regex pattern per line. Multiple K: lines acceptable.
122
123 Note: For the hard of thinking, this list is meant to remain in alphabetical
124 order. If you could add yourselves to it in alphabetical order that would be
125 so much easier [Ed]
126
127 Maintainers List (try to look for most precise areas first)
128
129 -----------------------------------
130
131 3C59X NETWORK DRIVER
132 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
133 L: netdev@vger.kernel.org
134 S: Maintained
135 F: Documentation/networking/vortex.txt
136 F: drivers/net/ethernet/3com/3c59x.c
137
138 3CR990 NETWORK DRIVER
139 M: David Dillow <dave@thedillows.org>
140 L: netdev@vger.kernel.org
141 S: Maintained
142 F: drivers/net/ethernet/3com/typhoon*
143
144 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
145 M: Adam Radford <aradford@gmail.com>
146 L: linux-scsi@vger.kernel.org
147 W: http://www.lsi.com
148 S: Supported
149 F: drivers/scsi/3w-*
150
151 53C700 AND 53C700-66 SCSI DRIVER
152 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
153 L: linux-scsi@vger.kernel.org
154 S: Maintained
155 F: drivers/scsi/53c700*
156
157 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
158 M: Alexander Aring <aar@pengutronix.de>
159 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
160 L: linux-bluetooth@vger.kernel.org
161 L: linux-wpan@vger.kernel.org
162 S: Maintained
163 F: net/6lowpan/
164 F: include/net/6lowpan.h
165 F: Documentation/networking/6lowpan.txt
166
167 6PACK NETWORK DRIVER FOR AX.25
168 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
169 L: linux-hams@vger.kernel.org
170 S: Maintained
171 F: drivers/net/hamradio/6pack.c
172
173 8169 10/100/1000 GIGABIT ETHERNET DRIVER
174 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
175 L: netdev@vger.kernel.org
176 S: Maintained
177 F: drivers/net/ethernet/realtek/r8169.c
178
179 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
180 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
181 L: linux-serial@vger.kernel.org
182 S: Maintained
183 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
184 F: drivers/tty/serial/8250*
185 F: include/linux/serial_8250.h
186
187 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
188 L: netdev@vger.kernel.org
189 S: Orphan / Obsolete
190 F: drivers/net/ethernet/8390/
191
192 9P FILE SYSTEM
193 M: Eric Van Hensbergen <ericvh@gmail.com>
194 M: Ron Minnich <rminnich@sandia.gov>
195 M: Latchesar Ionkov <lucho@ionkov.net>
196 L: v9fs-developer@lists.sourceforge.net
197 W: http://swik.net/v9fs
198 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
199 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
200 S: Maintained
201 F: Documentation/filesystems/9p.txt
202 F: fs/9p/
203 F: net/9p/
204 F: include/net/9p/
205 F: include/uapi/linux/virtio_9p.h
206 F: include/trace/events/9p.h
207
208
209 A8293 MEDIA DRIVER
210 M: Antti Palosaari <crope@iki.fi>
211 L: linux-media@vger.kernel.org
212 W: https://linuxtv.org
213 W: http://palosaari.fi/linux/
214 Q: http://patchwork.linuxtv.org/project/linux-media/list/
215 T: git git://linuxtv.org/anttip/media_tree.git
216 S: Maintained
217 F: drivers/media/dvb-frontends/a8293*
218
219 AACRAID SCSI RAID DRIVER
220 M: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
221 L: linux-scsi@vger.kernel.org
222 W: http://www.adaptec.com/
223 S: Supported
224 F: Documentation/scsi/aacraid.txt
225 F: drivers/scsi/aacraid/
226
227 ABI/API
228 L: linux-api@vger.kernel.org
229 F: include/linux/syscalls.h
230 F: kernel/sys_ni.c
231
232 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
233 M: Hans de Goede <hdegoede@redhat.com>
234 L: linux-hwmon@vger.kernel.org
235 S: Maintained
236 F: drivers/hwmon/abituguru.c
237
238 ABIT UGURU 3 HARDWARE MONITOR DRIVER
239 M: Alistair John Strachan <alistair@devzero.co.uk>
240 L: linux-hwmon@vger.kernel.org
241 S: Maintained
242 F: drivers/hwmon/abituguru3.c
243
244 ACCES 104-DIO-48E GPIO DRIVER
245 M: William Breathitt Gray <vilhelm.gray@gmail.com>
246 L: linux-gpio@vger.kernel.org
247 S: Maintained
248 F: drivers/gpio/gpio-104-dio-48e.c
249
250 ACCES 104-IDI-48 GPIO DRIVER
251 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
252 L: linux-gpio@vger.kernel.org
253 S: Maintained
254 F: drivers/gpio/gpio-104-idi-48.c
255
256 ACCES 104-IDIO-16 GPIO DRIVER
257 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
258 L: linux-gpio@vger.kernel.org
259 S: Maintained
260 F: drivers/gpio/gpio-104-idio-16.c
261
262 ACCES 104-QUAD-8 IIO DRIVER
263 M: William Breathitt Gray <vilhelm.gray@gmail.com>
264 L: linux-iio@vger.kernel.org
265 S: Maintained
266 F: drivers/iio/counter/104-quad-8.c
267
268 ACCES PCI-IDIO-16 GPIO DRIVER
269 M: William Breathitt Gray <vilhelm.gray@gmail.com>
270 L: linux-gpio@vger.kernel.org
271 S: Maintained
272 F: drivers/gpio/gpio-pci-idio-16.c
273
274 ACENIC DRIVER
275 M: Jes Sorensen <jes@trained-monkey.org>
276 L: linux-acenic@sunsite.dk
277 S: Maintained
278 F: drivers/net/ethernet/alteon/acenic*
279
280 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
281 M: Peter Feuerer <peter@piie.net>
282 L: platform-driver-x86@vger.kernel.org
283 W: http://piie.net/?section=acerhdf
284 S: Maintained
285 F: drivers/platform/x86/acerhdf.c
286
287 ACER WMI LAPTOP EXTRAS
288 M: "Lee, Chun-Yi" <jlee@suse.com>
289 L: platform-driver-x86@vger.kernel.org
290 S: Maintained
291 F: drivers/platform/x86/acer-wmi.c
292
293 ACPI
294 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
295 M: Len Brown <lenb@kernel.org>
296 L: linux-acpi@vger.kernel.org
297 W: https://01.org/linux-acpi
298 Q: https://patchwork.kernel.org/project/linux-acpi/list/
299 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
300 B: https://bugzilla.kernel.org
301 S: Supported
302 F: drivers/acpi/
303 F: drivers/pnp/pnpacpi/
304 F: include/linux/acpi.h
305 F: include/acpi/
306 F: Documentation/acpi/
307 F: Documentation/ABI/testing/sysfs-bus-acpi
308 F: Documentation/ABI/testing/configfs-acpi
309 F: drivers/pci/*acpi*
310 F: drivers/pci/*/*acpi*
311 F: drivers/pci/*/*/*acpi*
312 F: tools/power/acpi/
313
314 ACPI COMPONENT ARCHITECTURE (ACPICA)
315 M: Robert Moore <robert.moore@intel.com>
316 M: Lv Zheng <lv.zheng@intel.com>
317 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
318 L: linux-acpi@vger.kernel.org
319 L: devel@acpica.org
320 W: https://acpica.org/
321 W: https://github.com/acpica/acpica/
322 Q: https://patchwork.kernel.org/project/linux-acpi/list/
323 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
324 B: https://bugzilla.kernel.org
325 B: https://bugs.acpica.org
326 S: Supported
327 F: drivers/acpi/acpica/
328 F: include/acpi/
329 F: tools/power/acpi/
330
331 ACPI FAN DRIVER
332 M: Zhang Rui <rui.zhang@intel.com>
333 L: linux-acpi@vger.kernel.org
334 W: https://01.org/linux-acpi
335 B: https://bugzilla.kernel.org
336 S: Supported
337 F: drivers/acpi/fan.c
338
339 ACPI FOR ARM64 (ACPI/arm64)
340 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
341 M: Hanjun Guo <hanjun.guo@linaro.org>
342 M: Sudeep Holla <sudeep.holla@arm.com>
343 L: linux-acpi@vger.kernel.org
344 S: Maintained
345 F: drivers/acpi/arm64
346
347 ACPI THERMAL DRIVER
348 M: Zhang Rui <rui.zhang@intel.com>
349 L: linux-acpi@vger.kernel.org
350 W: https://01.org/linux-acpi
351 B: https://bugzilla.kernel.org
352 S: Supported
353 F: drivers/acpi/*thermal*
354
355 ACPI VIDEO DRIVER
356 M: Zhang Rui <rui.zhang@intel.com>
357 L: linux-acpi@vger.kernel.org
358 W: https://01.org/linux-acpi
359 B: https://bugzilla.kernel.org
360 S: Supported
361 F: drivers/acpi/acpi_video.c
362
363 ACPI WMI DRIVER
364 L: platform-driver-x86@vger.kernel.org
365 S: Orphan
366 F: drivers/platform/x86/wmi.c
367
368 AD1889 ALSA SOUND DRIVER
369 M: Thibaut Varene <T-Bone@parisc-linux.org>
370 W: http://wiki.parisc-linux.org/AD1889
371 L: linux-parisc@vger.kernel.org
372 S: Maintained
373 F: sound/pci/ad1889.*
374
375 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
376 M: Michael Hennerich <michael.hennerich@analog.com>
377 W: http://wiki.analog.com/AD5254
378 W: http://ez.analog.com/community/linux-device-drivers
379 S: Supported
380 F: drivers/misc/ad525x_dpot.c
381
382 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
383 M: Michael Hennerich <michael.hennerich@analog.com>
384 W: http://wiki.analog.com/AD5398
385 W: http://ez.analog.com/community/linux-device-drivers
386 S: Supported
387 F: drivers/regulator/ad5398.c
388
389 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
390 M: Michael Hennerich <michael.hennerich@analog.com>
391 W: http://wiki.analog.com/AD7142
392 W: http://ez.analog.com/community/linux-device-drivers
393 S: Supported
394 F: drivers/input/misc/ad714x.c
395
396 AD7877 TOUCHSCREEN DRIVER
397 M: Michael Hennerich <michael.hennerich@analog.com>
398 W: http://wiki.analog.com/AD7877
399 W: http://ez.analog.com/community/linux-device-drivers
400 S: Supported
401 F: drivers/input/touchscreen/ad7877.c
402
403 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
404 M: Michael Hennerich <michael.hennerich@analog.com>
405 W: http://wiki.analog.com/AD7879
406 W: http://ez.analog.com/community/linux-device-drivers
407 S: Supported
408 F: drivers/input/touchscreen/ad7879.c
409
410 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
411 M: Jiri Kosina <jikos@kernel.org>
412 S: Maintained
413
414 ADF7242 IEEE 802.15.4 RADIO DRIVER
415 M: Michael Hennerich <michael.hennerich@analog.com>
416 W: https://wiki.analog.com/ADF7242
417 W: http://ez.analog.com/community/linux-device-drivers
418 L: linux-wpan@vger.kernel.org
419 S: Supported
420 F: drivers/net/ieee802154/adf7242.c
421 F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
422
423 ADM1025 HARDWARE MONITOR DRIVER
424 M: Jean Delvare <jdelvare@suse.com>
425 L: linux-hwmon@vger.kernel.org
426 S: Maintained
427 F: Documentation/hwmon/adm1025
428 F: drivers/hwmon/adm1025.c
429
430 ADM1029 HARDWARE MONITOR DRIVER
431 M: Corentin Labbe <clabbe.montjoie@gmail.com>
432 L: linux-hwmon@vger.kernel.org
433 S: Maintained
434 F: drivers/hwmon/adm1029.c
435
436 ADM8211 WIRELESS DRIVER
437 L: linux-wireless@vger.kernel.org
438 W: http://wireless.kernel.org/
439 S: Orphan
440 F: drivers/net/wireless/admtek/adm8211.*
441
442 ADP1653 FLASH CONTROLLER DRIVER
443 M: Sakari Ailus <sakari.ailus@iki.fi>
444 L: linux-media@vger.kernel.org
445 S: Maintained
446 F: drivers/media/i2c/adp1653.c
447 F: include/media/i2c/adp1653.h
448
449 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
450 M: Michael Hennerich <michael.hennerich@analog.com>
451 W: http://wiki.analog.com/ADP5520
452 W: http://ez.analog.com/community/linux-device-drivers
453 S: Supported
454 F: drivers/mfd/adp5520.c
455 F: drivers/video/backlight/adp5520_bl.c
456 F: drivers/leds/leds-adp5520.c
457 F: drivers/gpio/gpio-adp5520.c
458 F: drivers/input/keyboard/adp5520-keys.c
459
460 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
461 M: Michael Hennerich <michael.hennerich@analog.com>
462 W: http://wiki.analog.com/ADP5588
463 W: http://ez.analog.com/community/linux-device-drivers
464 S: Supported
465 F: drivers/input/keyboard/adp5588-keys.c
466 F: drivers/gpio/gpio-adp5588.c
467
468 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
469 M: Michael Hennerich <michael.hennerich@analog.com>
470 W: http://wiki.analog.com/ADP8860
471 W: http://ez.analog.com/community/linux-device-drivers
472 S: Supported
473 F: drivers/video/backlight/adp8860_bl.c
474
475 ADS1015 HARDWARE MONITOR DRIVER
476 M: Dirk Eibach <eibach@gdsys.de>
477 L: linux-hwmon@vger.kernel.org
478 S: Maintained
479 F: Documentation/hwmon/ads1015
480 F: drivers/hwmon/ads1015.c
481 F: include/linux/i2c/ads1015.h
482
483 ADT746X FAN DRIVER
484 M: Colin Leroy <colin@colino.net>
485 S: Maintained
486 F: drivers/macintosh/therm_adt746x.c
487
488 ADT7475 HARDWARE MONITOR DRIVER
489 M: Jean Delvare <jdelvare@suse.com>
490 L: linux-hwmon@vger.kernel.org
491 S: Maintained
492 F: Documentation/hwmon/adt7475
493 F: drivers/hwmon/adt7475.c
494
495 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
496 M: Michael Hennerich <michael.hennerich@analog.com>
497 W: http://wiki.analog.com/ADXL345
498 W: http://ez.analog.com/community/linux-device-drivers
499 S: Supported
500 F: drivers/input/misc/adxl34x.c
501
502 ADVANSYS SCSI DRIVER
503 M: Matthew Wilcox <matthew@wil.cx>
504 M: Hannes Reinecke <hare@suse.com>
505 L: linux-scsi@vger.kernel.org
506 S: Maintained
507 F: Documentation/scsi/advansys.txt
508 F: drivers/scsi/advansys.c
509
510 AEDSP16 DRIVER
511 M: Riccardo Facchetti <fizban@tin.it>
512 S: Maintained
513 F: sound/oss/aedsp16.c
514
515 AF9013 MEDIA DRIVER
516 M: Antti Palosaari <crope@iki.fi>
517 L: linux-media@vger.kernel.org
518 W: https://linuxtv.org
519 W: http://palosaari.fi/linux/
520 Q: http://patchwork.linuxtv.org/project/linux-media/list/
521 T: git git://linuxtv.org/anttip/media_tree.git
522 S: Maintained
523 F: drivers/media/dvb-frontends/af9013*
524
525 AF9033 MEDIA DRIVER
526 M: Antti Palosaari <crope@iki.fi>
527 L: linux-media@vger.kernel.org
528 W: https://linuxtv.org
529 W: http://palosaari.fi/linux/
530 Q: http://patchwork.linuxtv.org/project/linux-media/list/
531 T: git git://linuxtv.org/anttip/media_tree.git
532 S: Maintained
533 F: drivers/media/dvb-frontends/af9033*
534
535 AFFS FILE SYSTEM
536 L: linux-fsdevel@vger.kernel.org
537 S: Orphan
538 F: Documentation/filesystems/affs.txt
539 F: fs/affs/
540
541 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
542 M: David Howells <dhowells@redhat.com>
543 L: linux-afs@lists.infradead.org
544 S: Supported
545 F: fs/afs/
546 F: include/net/af_rxrpc.h
547 F: net/rxrpc/af_rxrpc.c
548 W: https://www.infradead.org/~dhowells/kafs/
549
550 AGPGART DRIVER
551 M: David Airlie <airlied@linux.ie>
552 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
553 S: Maintained
554 F: drivers/char/agp/
555 F: include/linux/agp*
556 F: include/uapi/linux/agp*
557
558 AHA152X SCSI DRIVER
559 M: "Juergen E. Fischer" <fischer@norbit.de>
560 L: linux-scsi@vger.kernel.org
561 S: Maintained
562 F: drivers/scsi/aha152x*
563 F: drivers/scsi/pcmcia/aha152x*
564
565 AIC7XXX / AIC79XX SCSI DRIVER
566 M: Hannes Reinecke <hare@suse.com>
567 L: linux-scsi@vger.kernel.org
568 S: Maintained
569 F: drivers/scsi/aic7xxx/
570
571 AIMSLAB FM RADIO RECEIVER DRIVER
572 M: Hans Verkuil <hverkuil@xs4all.nl>
573 L: linux-media@vger.kernel.org
574 T: git git://linuxtv.org/media_tree.git
575 W: https://linuxtv.org
576 S: Maintained
577 F: drivers/media/radio/radio-aimslab*
578
579 AIO
580 M: Benjamin LaHaise <bcrl@kvack.org>
581 L: linux-aio@kvack.org
582 S: Supported
583 F: fs/aio.c
584 F: include/linux/*aio*.h
585
586 AIRSPY MEDIA DRIVER
587 M: Antti Palosaari <crope@iki.fi>
588 L: linux-media@vger.kernel.org
589 W: https://linuxtv.org
590 W: http://palosaari.fi/linux/
591 Q: http://patchwork.linuxtv.org/project/linux-media/list/
592 T: git git://linuxtv.org/anttip/media_tree.git
593 S: Maintained
594 F: drivers/media/usb/airspy/
595
596 ALACRITECH GIGABIT ETHERNET DRIVER
597 M: Lino Sanfilippo <LinoSanfilippo@gmx.de>
598 S: Maintained
599 F: drivers/net/ethernet/alacritech/*
600
601 ALCATEL SPEEDTOUCH USB DRIVER
602 M: Duncan Sands <duncan.sands@free.fr>
603 L: linux-usb@vger.kernel.org
604 W: http://www.linux-usb.org/SpeedTouch/
605 S: Maintained
606 F: drivers/usb/atm/speedtch.c
607 F: drivers/usb/atm/usbatm.c
608
609 ALCHEMY AU1XX0 MMC DRIVER
610 M: Manuel Lauss <manuel.lauss@gmail.com>
611 S: Maintained
612 F: drivers/mmc/host/au1xmmc.c
613
614 ALI1563 I2C DRIVER
615 M: Rudolf Marek <r.marek@assembler.cz>
616 L: linux-i2c@vger.kernel.org
617 S: Maintained
618 F: Documentation/i2c/busses/i2c-ali1563
619 F: drivers/i2c/busses/i2c-ali1563.c
620
621 ALLWINNER SECURITY SYSTEM
622 M: Corentin Labbe <clabbe.montjoie@gmail.com>
623 L: linux-crypto@vger.kernel.org
624 S: Maintained
625 F: drivers/crypto/sunxi-ss/
626
627 ALPHA PORT
628 M: Richard Henderson <rth@twiddle.net>
629 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
630 M: Matt Turner <mattst88@gmail.com>
631 S: Odd Fixes
632 L: linux-alpha@vger.kernel.org
633 F: arch/alpha/
634
635 ALPS PS/2 TOUCHPAD DRIVER
636 R: Pali Rohár <pali.rohar@gmail.com>
637 F: drivers/input/mouse/alps.*
638
639 ALTERA MAILBOX DRIVER
640 M: Ley Foon Tan <lftan@altera.com>
641 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
642 S: Maintained
643 F: drivers/mailbox/mailbox-altera.c
644
645 ALTERA PIO DRIVER
646 M: Tien Hock Loh <thloh@altera.com>
647 L: linux-gpio@vger.kernel.org
648 S: Maintained
649 F: drivers/gpio/gpio-altera.c
650
651 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
652 M: Thor Thayer <thor.thayer@linux.intel.com>
653 S: Maintained
654 F: drivers/gpio/gpio-altera-a10sr.c
655 F: drivers/mfd/altera-a10sr.c
656 F: include/linux/mfd/altera-a10sr.h
657
658 ALTERA TRIPLE SPEED ETHERNET DRIVER
659 M: Vince Bridgers <vbridger@opensource.altera.com>
660 L: netdev@vger.kernel.org
661 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
662 S: Maintained
663 F: drivers/net/ethernet/altera/
664
665 ALTERA UART/JTAG UART SERIAL DRIVERS
666 M: Tobias Klauser <tklauser@distanz.ch>
667 L: linux-serial@vger.kernel.org
668 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
669 S: Maintained
670 F: drivers/tty/serial/altera_uart.c
671 F: drivers/tty/serial/altera_jtaguart.c
672 F: include/linux/altera_uart.h
673 F: include/linux/altera_jtaguart.h
674
675 AMAZON ETHERNET DRIVERS
676 M: Netanel Belgazal <netanel@annapurnalabs.com>
677 R: Saeed Bishara <saeed@annapurnalabs.com>
678 R: Zorik Machulsky <zorik@annapurnalabs.com>
679 L: netdev@vger.kernel.org
680 S: Supported
681 F: Documentation/networking/ena.txt
682 F: drivers/net/ethernet/amazon/
683
684 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
685 M: Tom Lendacky <thomas.lendacky@amd.com>
686 M: Gary Hook <gary.hook@amd.com>
687 L: linux-crypto@vger.kernel.org
688 S: Supported
689 F: drivers/crypto/ccp/
690 F: include/linux/ccp.h
691
692 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
693 M: Huang Rui <ray.huang@amd.com>
694 L: linux-hwmon@vger.kernel.org
695 S: Supported
696 F: Documentation/hwmon/fam15h_power
697 F: drivers/hwmon/fam15h_power.c
698
699 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
700 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
701 S: Orphan
702 F: drivers/usb/gadget/udc/amd5536udc.*
703
704 AMD GEODE PROCESSOR/CHIPSET SUPPORT
705 P: Andres Salomon <dilinger@queued.net>
706 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
707 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
708 S: Supported
709 F: drivers/char/hw_random/geode-rng.c
710 F: drivers/crypto/geode*
711 F: drivers/video/fbdev/geode/
712 F: arch/x86/include/asm/geode.h
713
714 AMD IOMMU (AMD-VI)
715 M: Joerg Roedel <joro@8bytes.org>
716 L: iommu@lists.linux-foundation.org
717 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
718 S: Maintained
719 F: drivers/iommu/amd_iommu*.[ch]
720 F: include/linux/amd-iommu.h
721
722 AMD KFD
723 M: Oded Gabbay <oded.gabbay@gmail.com>
724 L: dri-devel@lists.freedesktop.org
725 T: git git://people.freedesktop.org/~gabbayo/linux.git
726 S: Supported
727 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
728 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
729 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
730 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
731 F: drivers/gpu/drm/amd/amdkfd/
732 F: drivers/gpu/drm/amd/include/cik_structs.h
733 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
734 F: drivers/gpu/drm/amd/include/vi_structs.h
735 F: drivers/gpu/drm/radeon/radeon_kfd.c
736 F: drivers/gpu/drm/radeon/radeon_kfd.h
737 F: include/uapi/linux/kfd_ioctl.h
738
739 AMD SEATTLE DEVICE TREE SUPPORT
740 M: Brijesh Singh <brijeshkumar.singh@amd.com>
741 M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
742 M: Tom Lendacky <thomas.lendacky@amd.com>
743 S: Supported
744 F: arch/arm64/boot/dts/amd/
745
746 AMD XGBE DRIVER
747 M: Tom Lendacky <thomas.lendacky@amd.com>
748 L: netdev@vger.kernel.org
749 S: Supported
750 F: drivers/net/ethernet/amd/xgbe/
751 F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
752
753 AMS (Apple Motion Sensor) DRIVER
754 M: Michael Hanselmann <linux-kernel@hansmi.ch>
755 S: Supported
756 F: drivers/macintosh/ams/
757
758 ANALOG DEVICES INC AD9389B DRIVER
759 M: Hans Verkuil <hans.verkuil@cisco.com>
760 L: linux-media@vger.kernel.org
761 S: Maintained
762 F: drivers/media/i2c/ad9389b*
763
764 ANALOG DEVICES INC ADV7180 DRIVER
765 M: Lars-Peter Clausen <lars@metafoo.de>
766 L: linux-media@vger.kernel.org
767 W: http://ez.analog.com/community/linux-device-drivers
768 S: Supported
769 F: drivers/media/i2c/adv7180.c
770
771 ANALOG DEVICES INC ADV7511 DRIVER
772 M: Hans Verkuil <hans.verkuil@cisco.com>
773 L: linux-media@vger.kernel.org
774 S: Maintained
775 F: drivers/media/i2c/adv7511*
776
777 ANALOG DEVICES INC ADV7604 DRIVER
778 M: Hans Verkuil <hans.verkuil@cisco.com>
779 L: linux-media@vger.kernel.org
780 S: Maintained
781 F: drivers/media/i2c/adv7604*
782
783 ANALOG DEVICES INC ADV7842 DRIVER
784 M: Hans Verkuil <hans.verkuil@cisco.com>
785 L: linux-media@vger.kernel.org
786 S: Maintained
787 F: drivers/media/i2c/adv7842*
788
789 ANALOG DEVICES INC ASOC CODEC DRIVERS
790 M: Lars-Peter Clausen <lars@metafoo.de>
791 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
792 W: http://wiki.analog.com/
793 W: http://ez.analog.com/community/linux-device-drivers
794 S: Supported
795 F: sound/soc/codecs/adau*
796 F: sound/soc/codecs/adav*
797 F: sound/soc/codecs/ad1*
798 F: sound/soc/codecs/ad7*
799 F: sound/soc/codecs/ssm*
800 F: sound/soc/codecs/sigmadsp.*
801
802 ANALOG DEVICES INC ASOC DRIVERS
803 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
804 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
805 W: http://blackfin.uclinux.org/
806 S: Supported
807 F: sound/soc/blackfin/*
808
809 ANALOG DEVICES INC IIO DRIVERS
810 M: Lars-Peter Clausen <lars@metafoo.de>
811 M: Michael Hennerich <Michael.Hennerich@analog.com>
812 W: http://wiki.analog.com/
813 W: http://ez.analog.com/community/linux-device-drivers
814 S: Supported
815 F: drivers/iio/*/ad*
816 X: drivers/iio/*/adjd*
817 F: drivers/staging/iio/*/ad*
818 F: drivers/staging/iio/trigger/iio-trig-bfin-timer.c
819
820 ANALOG DEVICES INC DMA DRIVERS
821 M: Lars-Peter Clausen <lars@metafoo.de>
822 W: http://ez.analog.com/community/linux-device-drivers
823 S: Supported
824 F: drivers/dma/dma-axi-dmac.c
825
826 ANDROID CONFIG FRAGMENTS
827 M: Rob Herring <robh@kernel.org>
828 S: Supported
829 F: kernel/configs/android*
830
831 ANDROID DRIVERS
832 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
833 M: Arve Hjønnevåg <arve@android.com>
834 M: Riley Andrews <riandrews@android.com>
835 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
836 L: devel@driverdev.osuosl.org
837 S: Supported
838 F: drivers/android/
839 F: drivers/staging/android/
840
841 ANDROID ION DRIVER
842 M: Laura Abbott <labbott@redhat.com>
843 M: Sumit Semwal <sumit.semwal@linaro.org>
844 L: devel@driverdev.osuosl.org
845 S: Supported
846 F: Documentation/devicetree/bindings/staging/ion/
847 F: drivers/staging/android/ion
848 F: drivers/staging/android/uapi/ion.h
849 F: drivers/staging/android/uapi/ion_test.h
850
851 AOA (Apple Onboard Audio) ALSA DRIVER
852 M: Johannes Berg <johannes@sipsolutions.net>
853 L: linuxppc-dev@lists.ozlabs.org
854 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
855 S: Maintained
856 F: sound/aoa/
857
858 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
859 M: William Breathitt Gray <vilhelm.gray@gmail.com>
860 L: linux-iio@vger.kernel.org
861 S: Maintained
862 F: drivers/iio/adc/stx104.c
863
864 APM DRIVER
865 M: Jiri Kosina <jikos@kernel.org>
866 S: Odd fixes
867 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
868 F: arch/x86/kernel/apm_32.c
869 F: include/linux/apm_bios.h
870 F: include/uapi/linux/apm_bios.h
871 F: drivers/char/apm-emulation.c
872
873 APPLE BCM5974 MULTITOUCH DRIVER
874 M: Henrik Rydberg <rydberg@bitmath.org>
875 L: linux-input@vger.kernel.org
876 S: Odd fixes
877 F: drivers/input/mouse/bcm5974.c
878
879 APPLE SMC DRIVER
880 M: Henrik Rydberg <rydberg@bitmath.org>
881 L: linux-hwmon@vger.kernel.org
882 S: Odd fixes
883 F: drivers/hwmon/applesmc.c
884
885 APPLETALK NETWORK LAYER
886 L: netdev@vger.kernel.org
887 S: Odd fixes
888 F: drivers/net/appletalk/
889 F: net/appletalk/
890
891 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
892 M: Duc Dang <dhdang@apm.com>
893 S: Supported
894 F: arch/arm64/boot/dts/apm/
895
896 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
897 M: Iyappan Subramanian <isubramanian@apm.com>
898 M: Keyur Chudgar <kchudgar@apm.com>
899 S: Supported
900 F: drivers/net/ethernet/apm/xgene/
901 F: drivers/net/phy/mdio-xgene.c
902 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
903 F: Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
904
905 APPLIED MICRO (APM) X-GENE SOC PMU
906 M: Tai Nguyen <ttnguyen@apm.com>
907 S: Supported
908 F: drivers/perf/xgene_pmu.c
909 F: Documentation/perf/xgene-pmu.txt
910 F: Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
911
912 APTINA CAMERA SENSOR PLL
913 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
914 L: linux-media@vger.kernel.org
915 S: Maintained
916 F: drivers/media/i2c/aptina-pll.*
917
918 ARC FRAMEBUFFER DRIVER
919 M: Jaya Kumar <jayalk@intworks.biz>
920 S: Maintained
921 F: drivers/video/fbdev/arcfb.c
922 F: drivers/video/fbdev/core/fb_defio.c
923
924 ARCNET NETWORK LAYER
925 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
926 L: netdev@vger.kernel.org
927 S: Maintained
928 F: drivers/net/arcnet/
929 F: include/uapi/linux/if_arcnet.h
930
931 ARC PGU DRM DRIVER
932 M: Alexey Brodkin <abrodkin@synopsys.com>
933 S: Supported
934 F: drivers/gpu/drm/arc/
935 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
936
937 ARM ARCHITECTED TIMER DRIVER
938 M: Mark Rutland <mark.rutland@arm.com>
939 M: Marc Zyngier <marc.zyngier@arm.com>
940 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
941 S: Maintained
942 F: arch/arm/include/asm/arch_timer.h
943 F: arch/arm64/include/asm/arch_timer.h
944 F: drivers/clocksource/arm_arch_timer.c
945
946 ARM HDLCD DRM DRIVER
947 M: Liviu Dudau <liviu.dudau@arm.com>
948 S: Supported
949 F: drivers/gpu/drm/arm/hdlcd_*
950 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
951
952 ARM MALI-DP DRM DRIVER
953 M: Liviu Dudau <liviu.dudau@arm.com>
954 M: Brian Starkey <brian.starkey@arm.com>
955 M: Mali DP Maintainers <malidp@foss.arm.com>
956 S: Supported
957 F: drivers/gpu/drm/arm/
958 F: Documentation/devicetree/bindings/display/arm,malidp.txt
959
960 ARM MFM AND FLOPPY DRIVERS
961 M: Ian Molton <spyro@f2s.com>
962 S: Maintained
963 F: arch/arm/lib/floppydma.S
964 F: arch/arm/include/asm/floppy.h
965
966 ARM PMU PROFILING AND DEBUGGING
967 M: Will Deacon <will.deacon@arm.com>
968 M: Mark Rutland <mark.rutland@arm.com>
969 S: Maintained
970 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
971 F: arch/arm*/kernel/perf_*
972 F: arch/arm/oprofile/common.c
973 F: arch/arm*/kernel/hw_breakpoint.c
974 F: arch/arm*/include/asm/hw_breakpoint.h
975 F: arch/arm*/include/asm/perf_event.h
976 F: drivers/perf/*
977 F: include/linux/perf/arm_pmu.h
978 F: Documentation/devicetree/bindings/arm/pmu.txt
979
980 ARM PORT
981 M: Russell King <linux@armlinux.org.uk>
982 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 W: http://www.armlinux.org.uk/
984 S: Maintained
985 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git
986 F: arch/arm/
987
988 ARM SUB-ARCHITECTURES
989 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
990 S: Maintained
991 F: arch/arm/mach-*/
992 F: arch/arm/plat-*/
993 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
994
995 ARM PRIMECELL AACI PL041 DRIVER
996 M: Russell King <linux@armlinux.org.uk>
997 S: Maintained
998 F: sound/arm/aaci.*
999
1000 ARM PRIMECELL CLCD PL110 DRIVER
1001 M: Russell King <linux@armlinux.org.uk>
1002 S: Maintained
1003 F: drivers/video/fbdev/amba-clcd.*
1004
1005 ARM PRIMECELL KMI PL050 DRIVER
1006 M: Russell King <linux@armlinux.org.uk>
1007 S: Maintained
1008 F: drivers/input/serio/ambakmi.*
1009 F: include/linux/amba/kmi.h
1010
1011 ARM PRIMECELL MMCI PL180/1 DRIVER
1012 M: Russell King <linux@armlinux.org.uk>
1013 S: Maintained
1014 F: drivers/mmc/host/mmci.*
1015 F: include/linux/amba/mmci.h
1016
1017 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1018 M: Russell King <linux@armlinux.org.uk>
1019 S: Maintained
1020 F: drivers/tty/serial/amba-pl01*.c
1021 F: include/linux/amba/serial.h
1022
1023 ARM PRIMECELL BUS SUPPORT
1024 M: Russell King <linux@armlinux.org.uk>
1025 S: Maintained
1026 F: drivers/amba/
1027 F: include/linux/amba/bus.h
1028
1029 ARM/ADS SPHERE MACHINE SUPPORT
1030 M: Lennert Buytenhek <kernel@wantstofly.org>
1031 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032 S: Maintained
1033
1034 ARM/AFEB9260 MACHINE SUPPORT
1035 M: Sergey Lapin <slapin@ossfans.org>
1036 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1037 S: Maintained
1038
1039 ARM/AJECO 1ARM MACHINE SUPPORT
1040 M: Lennert Buytenhek <kernel@wantstofly.org>
1041 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1042 S: Maintained
1043
1044 ARM/Allwinner sunXi SoC support
1045 M: Maxime Ripard <maxime.ripard@free-electrons.com>
1046 M: Chen-Yu Tsai <wens@csie.org>
1047 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1048 S: Maintained
1049 N: sun[x456789]i
1050 F: arch/arm/boot/dts/ntc-gr8*
1051 F: arch/arm64/boot/dts/allwinner/
1052
1053 ARM/Allwinner SoC Clock Support
1054 M: Emilio López <emilio@elopez.com.ar>
1055 S: Maintained
1056 F: drivers/clk/sunxi/
1057
1058 ARM/Amlogic Meson SoC support
1059 M: Carlo Caione <carlo@caione.org>
1060 M: Kevin Hilman <khilman@baylibre.com>
1061 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1062 L: linux-amlogic@lists.infradead.org
1063 W: http://linux-meson.com/
1064 S: Maintained
1065 F: arch/arm/mach-meson/
1066 F: arch/arm/boot/dts/meson*
1067 F: arch/arm64/boot/dts/amlogic/
1068 F: drivers/pinctrl/meson/
1069 F: drivers/mmc/host/meson*
1070 N: meson
1071
1072 ARM/Annapurna Labs ALPINE ARCHITECTURE
1073 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
1074 M: Antoine Tenart <antoine.tenart@free-electrons.com>
1075 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1076 S: Maintained
1077 F: arch/arm/mach-alpine/
1078 F: arch/arm/boot/dts/alpine*
1079 F: arch/arm64/boot/dts/al/
1080 F: drivers/*/*alpine*
1081
1082 ARM/ARTPEC MACHINE SUPPORT
1083 M: Jesper Nilsson <jesper.nilsson@axis.com>
1084 M: Lars Persson <lars.persson@axis.com>
1085 M: Niklas Cassel <niklas.cassel@axis.com>
1086 S: Maintained
1087 L: linux-arm-kernel@axis.com
1088 F: arch/arm/mach-artpec
1089 F: arch/arm/boot/dts/artpec6*
1090 F: drivers/clk/axis
1091
1092 ARM/ASPEED MACHINE SUPPORT
1093 M: Joel Stanley <joel@jms.id.au>
1094 S: Maintained
1095 F: arch/arm/mach-aspeed/
1096 F: arch/arm/boot/dts/aspeed-*
1097 F: drivers/*/*aspeed*
1098
1099 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1100 M: Nicolas Ferre <nicolas.ferre@microchip.com>
1101 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1102 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1103 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 W: http://www.linux4sam.org
1105 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1106 S: Supported
1107 F: arch/arm/mach-at91/
1108 F: include/soc/at91/
1109 F: arch/arm/boot/dts/at91*.dts
1110 F: arch/arm/boot/dts/at91*.dtsi
1111 F: arch/arm/boot/dts/sama*.dts
1112 F: arch/arm/boot/dts/sama*.dtsi
1113 F: arch/arm/include/debug/at91.S
1114
1115 ARM/ATMEL AT91 Clock Support
1116 M: Boris Brezillon <boris.brezillon@free-electrons.com>
1117 S: Maintained
1118 F: drivers/clk/at91
1119
1120 ARM/CALXEDA HIGHBANK ARCHITECTURE
1121 M: Rob Herring <robh@kernel.org>
1122 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1123 S: Maintained
1124 F: arch/arm/mach-highbank/
1125 F: arch/arm/boot/dts/highbank.dts
1126 F: arch/arm/boot/dts/ecx-*.dts*
1127
1128 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1129 M: Krzysztof Halasa <khalasa@piap.pl>
1130 S: Maintained
1131 F: arch/arm/mach-cns3xxx/
1132
1133 ARM/CAVIUM THUNDER NETWORK DRIVER
1134 M: Sunil Goutham <sgoutham@cavium.com>
1135 M: Robert Richter <rric@kernel.org>
1136 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1137 S: Supported
1138 F: drivers/net/ethernet/cavium/thunder/
1139
1140 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1141 M: Alexander Shiyan <shc_work@mail.ru>
1142 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1143 S: Odd Fixes
1144 N: clps711x
1145
1146 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1147 M: Hartley Sweeten <hsweeten@visionengravers.com>
1148 M: Ryan Mallon <rmallon@gmail.com>
1149 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1150 S: Maintained
1151 F: arch/arm/mach-ep93xx/
1152 F: arch/arm/mach-ep93xx/include/mach/
1153
1154 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1155 M: Lennert Buytenhek <kernel@wantstofly.org>
1156 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1157 S: Maintained
1158
1159 ARM/CLKDEV SUPPORT
1160 M: Russell King <linux@armlinux.org.uk>
1161 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1162 S: Maintained
1163 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1164 F: arch/arm/include/asm/clkdev.h
1165 F: drivers/clk/clkdev.c
1166
1167 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1168 M: Mike Rapoport <mike@compulab.co.il>
1169 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1170 S: Maintained
1171
1172 ARM/CONTEC MICRO9 MACHINE SUPPORT
1173 M: Hubert Feurstein <hubert.feurstein@contec.at>
1174 S: Maintained
1175 F: arch/arm/mach-ep93xx/micro9.c
1176
1177 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1178 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1179 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1180 S: Maintained
1181 F: drivers/hwtracing/coresight/*
1182 F: Documentation/trace/coresight.txt
1183 F: Documentation/devicetree/bindings/arm/coresight.txt
1184 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1185 F: tools/perf/arch/arm/util/pmu.c
1186 F: tools/perf/arch/arm/util/auxtrace.c
1187 F: tools/perf/arch/arm/util/cs-etm.c
1188 F: tools/perf/arch/arm/util/cs-etm.h
1189 F: tools/perf/util/cs-etm.h
1190
1191 ARM/CORGI MACHINE SUPPORT
1192 M: Richard Purdie <rpurdie@rpsys.net>
1193 S: Maintained
1194
1195 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1196 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1197 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 T: git git://github.com/ulli-kroll/linux.git
1199 S: Maintained
1200 F: arch/arm/mach-gemini/
1201 F: drivers/rtc/rtc-gemini.c
1202
1203 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1204 M: Barry Song <baohua@kernel.org>
1205 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1206 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1207 S: Maintained
1208 F: arch/arm/boot/dts/prima2*
1209 F: arch/arm/mach-prima2/
1210 F: drivers/clk/sirf/
1211 F: drivers/clocksource/timer-prima2.c
1212 F: drivers/clocksource/timer-atlas7.c
1213 N: [^a-z]sirf
1214
1215 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1216 M: Baruch Siach <baruch@tkos.co.il>
1217 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1218 S: Maintained
1219 F: arch/arm/boot/dts/cx92755*
1220 N: digicolor
1221
1222 ARM/EBSA110 MACHINE SUPPORT
1223 M: Russell King <linux@armlinux.org.uk>
1224 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1225 W: http://www.armlinux.org.uk/
1226 S: Maintained
1227 F: arch/arm/mach-ebsa110/
1228 F: drivers/net/ethernet/amd/am79c961a.*
1229
1230 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1231 M: Uwe Kleine-König <kernel@pengutronix.de>
1232 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1233 S: Maintained
1234 N: efm32
1235
1236 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1237 M: Daniel Ribeiro <drwyrm@gmail.com>
1238 M: Stefan Schmidt <stefan@openezx.org>
1239 M: Harald Welte <laforge@openezx.org>
1240 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1241 W: http://www.openezx.org/
1242 S: Maintained
1243 T: topgit git://git.openezx.org/openezx.git
1244 F: arch/arm/mach-pxa/ezx.c
1245
1246 ARM/FARADAY FA526 PORT
1247 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1248 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1249 S: Maintained
1250 T: git git://git.berlios.de/gemini-board
1251 F: arch/arm/mm/*-fa*
1252
1253 ARM/FOOTBRIDGE ARCHITECTURE
1254 M: Russell King <linux@armlinux.org.uk>
1255 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1256 W: http://www.armlinux.org.uk/
1257 S: Maintained
1258 F: arch/arm/include/asm/hardware/dec21285.h
1259 F: arch/arm/mach-footbridge/
1260
1261 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1262 M: Shawn Guo <shawnguo@kernel.org>
1263 M: Sascha Hauer <kernel@pengutronix.de>
1264 R: Fabio Estevam <fabio.estevam@nxp.com>
1265 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1266 S: Maintained
1267 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1268 F: arch/arm/mach-imx/
1269 F: arch/arm/mach-mxs/
1270 F: arch/arm/boot/dts/imx*
1271 F: arch/arm/configs/imx*_defconfig
1272 F: drivers/clk/imx/
1273 F: include/soc/imx/
1274
1275 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1276 M: Shawn Guo <shawnguo@kernel.org>
1277 M: Sascha Hauer <kernel@pengutronix.de>
1278 R: Stefan Agner <stefan@agner.ch>
1279 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1280 S: Maintained
1281 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1282 F: arch/arm/mach-imx/*vf610*
1283 F: arch/arm/boot/dts/vf*
1284
1285 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1286 M: Lennert Buytenhek <kernel@wantstofly.org>
1287 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1288 S: Maintained
1289
1290 ARM/GUMSTIX MACHINE SUPPORT
1291 M: Steve Sakoman <sakoman@gmail.com>
1292 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1293 S: Maintained
1294
1295 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1296 M: Philipp Zabel <philipp.zabel@gmail.com>
1297 M: Paul Parsons <lost.distance@yahoo.com>
1298 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1299 S: Maintained
1300 F: arch/arm/mach-pxa/hx4700.c
1301 F: arch/arm/mach-pxa/include/mach/hx4700.h
1302 F: sound/soc/pxa/hx4700.c
1303
1304 ARM/HISILICON SOC SUPPORT
1305 M: Wei Xu <xuwei5@hisilicon.com>
1306 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1307 W: http://www.hisilicon.com
1308 S: Supported
1309 T: git git://github.com/hisilicon/linux-hisi.git
1310 F: arch/arm/mach-hisi/
1311 F: arch/arm/boot/dts/hi3*
1312 F: arch/arm/boot/dts/hip*
1313 F: arch/arm/boot/dts/hisi*
1314 F: arch/arm64/boot/dts/hisilicon/
1315
1316 ARM/HP JORNADA 7XX MACHINE SUPPORT
1317 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1318 W: www.jlime.com
1319 S: Maintained
1320 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1321 F: arch/arm/mach-sa1100/jornada720.c
1322 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1323
1324 ARM/IGEP MACHINE SUPPORT
1325 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1326 M: Javier Martinez Canillas <javier@dowhile0.org>
1327 L: linux-omap@vger.kernel.org
1328 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1329 S: Maintained
1330 F: arch/arm/boot/dts/omap3-igep*
1331
1332 ARM/INCOME PXA270 SUPPORT
1333 M: Marek Vasut <marek.vasut@gmail.com>
1334 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1335 S: Maintained
1336 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1337
1338 ARM/INTEL IOP32X 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 IOP33X ARM ARCHITECTURE
1344 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1345 S: Orphan
1346
1347 ARM/INTEL IOP13XX ARM ARCHITECTURE
1348 M: Lennert Buytenhek <kernel@wantstofly.org>
1349 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1350 S: Maintained
1351
1352 ARM/INTEL IQ81342EX MACHINE SUPPORT
1353 M: Lennert Buytenhek <kernel@wantstofly.org>
1354 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1355 S: Maintained
1356
1357 ARM/INTEL IXDP2850 MACHINE SUPPORT
1358 M: Lennert Buytenhek <kernel@wantstofly.org>
1359 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1360 S: Maintained
1361
1362 ARM/INTEL IXP4XX ARM ARCHITECTURE
1363 M: Imre Kaloz <kaloz@openwrt.org>
1364 M: Krzysztof Halasa <khalasa@piap.pl>
1365 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1366 S: Maintained
1367 F: arch/arm/mach-ixp4xx/
1368
1369 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1370 M: Jonathan Cameron <jic23@cam.ac.uk>
1371 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1372 S: Maintained
1373 F: arch/arm/mach-pxa/stargate2.c
1374 F: drivers/pcmcia/pxa2xx_stargate2.c
1375
1376 ARM/INTEL XSC3 (MANZANO) ARM CORE
1377 M: Lennert Buytenhek <kernel@wantstofly.org>
1378 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1379 S: Maintained
1380
1381 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1382 M: Lennert Buytenhek <kernel@wantstofly.org>
1383 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1384 S: Maintained
1385
1386 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1387 M: Santosh Shilimkar <ssantosh@kernel.org>
1388 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1389 S: Maintained
1390 F: arch/arm/mach-keystone/
1391 F: arch/arm/boot/dts/keystone-*
1392 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1393
1394 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1395 M: Santosh Shilimkar <ssantosh@kernel.org>
1396 L: linux-kernel@vger.kernel.org
1397 S: Maintained
1398 F: drivers/clk/keystone/
1399
1400 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1401 M: Santosh Shilimkar <ssantosh@kernel.org>
1402 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1403 L: linux-kernel@vger.kernel.org
1404 S: Maintained
1405 F: drivers/clocksource/timer-keystone.c
1406
1407 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1408 M: Santosh Shilimkar <ssantosh@kernel.org>
1409 L: linux-kernel@vger.kernel.org
1410 S: Maintained
1411 F: drivers/power/reset/keystone-reset.c
1412
1413 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1414 M: Santosh Shilimkar <ssantosh@kernel.org>
1415 L: linux-kernel@vger.kernel.org
1416 S: Maintained
1417 F: drivers/memory/*emif*
1418
1419 ARM/LG1K ARCHITECTURE
1420 M: Chanho Min <chanho.min@lge.com>
1421 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1422 S: Maintained
1423 F: arch/arm64/boot/dts/lg/
1424
1425 ARM/LOGICPD PXA270 MACHINE SUPPORT
1426 M: Lennert Buytenhek <kernel@wantstofly.org>
1427 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1428 S: Maintained
1429
1430 ARM/LPC18XX ARCHITECTURE
1431 M: Joachim Eastwood <manabian@gmail.com>
1432 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1433 S: Maintained
1434 F: arch/arm/boot/dts/lpc43*
1435 F: drivers/clk/nxp/clk-lpc18xx*
1436 F: drivers/clocksource/time-lpc32xx.c
1437 F: drivers/i2c/busses/i2c-lpc2k.c
1438 F: drivers/memory/pl172.c
1439 F: drivers/mtd/spi-nor/nxp-spifi.c
1440 F: drivers/rtc/rtc-lpc24xx.c
1441 N: lpc18xx
1442
1443 ARM/LPC32XX SOC SUPPORT
1444 M: Vladimir Zapolskiy <vz@mleia.com>
1445 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1446 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1447 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1448 S: Maintained
1449 F: arch/arm/boot/dts/lpc32*
1450 F: arch/arm/mach-lpc32xx/
1451 F: drivers/i2c/busses/i2c-pnx.c
1452 F: drivers/net/ethernet/nxp/lpc_eth.c
1453 F: drivers/usb/host/ohci-nxp.c
1454 F: drivers/watchdog/pnx4008_wdt.c
1455 N: lpc32xx
1456
1457 ARM/MAGICIAN MACHINE SUPPORT
1458 M: Philipp Zabel <philipp.zabel@gmail.com>
1459 S: Maintained
1460
1461 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1462 M: Jason Cooper <jason@lakedaemon.net>
1463 M: Andrew Lunn <andrew@lunn.ch>
1464 M: Gregory Clement <gregory.clement@free-electrons.com>
1465 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1466 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1467 S: Maintained
1468 F: arch/arm/mach-mvebu/
1469 F: drivers/rtc/rtc-armada38x.c
1470 F: arch/arm/boot/dts/armada*
1471 F: arch/arm/boot/dts/kirkwood*
1472 F: arch/arm64/boot/dts/marvell/armada*
1473 F: drivers/cpufreq/mvebu-cpufreq.c
1474 F: arch/arm/configs/mvebu_*_defconfig
1475
1476 ARM/Marvell Berlin SoC support
1477 M: Jisheng Zhang <jszhang@marvell.com>
1478 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1479 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1480 S: Maintained
1481 F: arch/arm/mach-berlin/
1482 F: arch/arm/boot/dts/berlin*
1483 F: arch/arm64/boot/dts/marvell/berlin*
1484
1485
1486 ARM/Marvell Dove/MV78xx0/Orion SOC support
1487 M: Jason Cooper <jason@lakedaemon.net>
1488 M: Andrew Lunn <andrew@lunn.ch>
1489 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1490 M: Gregory Clement <gregory.clement@free-electrons.com>
1491 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1492 S: Maintained
1493 F: arch/arm/mach-dove/
1494 F: arch/arm/mach-mv78xx0/
1495 F: arch/arm/mach-orion5x/
1496 F: arch/arm/plat-orion/
1497 F: arch/arm/boot/dts/dove*
1498 F: arch/arm/boot/dts/orion5x*
1499
1500
1501 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1502 M: Alexander Clouter <alex@digriz.org.uk>
1503 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1504 W: http://www.digriz.org.uk/ts78xx/kernel
1505 S: Maintained
1506 F: arch/arm/mach-orion5x/ts78xx-*
1507
1508 ARM/OXNAS platform support
1509 M: Neil Armstrong <narmstrong@baylibre.com>
1510 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1511 L: linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1512 S: Maintained
1513 F: arch/arm/mach-oxnas/
1514 F: arch/arm/boot/dts/ox8*.dtsi
1515 F: arch/arm/boot/dts/wd-mbwe.dts
1516 F: arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
1517 N: oxnas
1518
1519 ARM/Mediatek RTC DRIVER
1520 M: Eddie Huang <eddie.huang@mediatek.com>
1521 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1522 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1523 S: Maintained
1524 F: drivers/rtc/rtc-mt6397.c
1525
1526 ARM/Mediatek SoC support
1527 M: Matthias Brugger <matthias.bgg@gmail.com>
1528 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1529 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1530 S: Maintained
1531 F: arch/arm/boot/dts/mt6*
1532 F: arch/arm/boot/dts/mt8*
1533 F: arch/arm/mach-mediatek/
1534 N: mtk
1535 K: mediatek
1536
1537 ARM/Mediatek USB3 PHY DRIVER
1538 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1539 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1540 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1541 S: Maintained
1542 F: drivers/phy/phy-mt65xx-usb3.c
1543
1544 ARM/MICREL KS8695 ARCHITECTURE
1545 M: Greg Ungerer <gerg@uclinux.org>
1546 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1547 F: arch/arm/mach-ks8695/
1548 S: Odd Fixes
1549
1550 ARM/MIOA701 MACHINE SUPPORT
1551 M: Robert Jarzmik <robert.jarzmik@free.fr>
1552 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1553 F: arch/arm/mach-pxa/mioa701.c
1554 S: Maintained
1555
1556 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1557 M: Michael Petchkovsky <mkpetch@internode.on.net>
1558 S: Maintained
1559
1560 ARM/NOMADIK ARCHITECTURE
1561 M: Alessandro Rubini <rubini@unipv.it>
1562 M: Linus Walleij <linus.walleij@linaro.org>
1563 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1564 S: Maintained
1565 F: arch/arm/mach-nomadik/
1566 F: drivers/pinctrl/nomadik/
1567 F: drivers/i2c/busses/i2c-nomadik.c
1568 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1569
1570 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1571 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1572 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1573 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1574 S: Supported
1575
1576 ARM/TOSA MACHINE SUPPORT
1577 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1578 M: Dirk Opfer <dirk@opfer-online.de>
1579 S: Maintained
1580
1581 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1582 M: Marek Vasut <marek.vasut@gmail.com>
1583 L: linux-arm-kernel@lists.infradead.org
1584 W: http://hackndev.com
1585 S: Maintained
1586 F: arch/arm/mach-pxa/include/mach/palmtx.h
1587 F: arch/arm/mach-pxa/palmtx.c
1588 F: arch/arm/mach-pxa/include/mach/palmt5.h
1589 F: arch/arm/mach-pxa/palmt5.c
1590 F: arch/arm/mach-pxa/include/mach/palmld.h
1591 F: arch/arm/mach-pxa/palmld.c
1592 F: arch/arm/mach-pxa/include/mach/palmte2.h
1593 F: arch/arm/mach-pxa/palmte2.c
1594 F: arch/arm/mach-pxa/include/mach/palmtc.h
1595 F: arch/arm/mach-pxa/palmtc.c
1596
1597 ARM/PALM TREO SUPPORT
1598 M: Tomas Cech <sleep_walker@suse.com>
1599 L: linux-arm-kernel@lists.infradead.org
1600 W: http://hackndev.com
1601 S: Maintained
1602 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1603 F: arch/arm/mach-pxa/palmtreo.c
1604
1605 ARM/PALMZ72 SUPPORT
1606 M: Sergey Lapin <slapin@ossfans.org>
1607 L: linux-arm-kernel@lists.infradead.org
1608 W: http://hackndev.com
1609 S: Maintained
1610 F: arch/arm/mach-pxa/include/mach/palmz72.h
1611 F: arch/arm/mach-pxa/palmz72.c
1612
1613 ARM/PLEB SUPPORT
1614 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1615 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1616 S: Maintained
1617
1618 ARM/PT DIGITAL BOARD PORT
1619 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1620 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1621 W: http://www.armlinux.org.uk/
1622 S: Maintained
1623
1624 ARM/QUALCOMM SUPPORT
1625 M: Andy Gross <andy.gross@linaro.org>
1626 M: David Brown <david.brown@linaro.org>
1627 L: linux-arm-msm@vger.kernel.org
1628 L: linux-soc@vger.kernel.org
1629 S: Maintained
1630 F: Documentation/devicetree/bindings/soc/qcom/
1631 F: arch/arm/boot/dts/qcom-*.dts
1632 F: arch/arm/boot/dts/qcom-*.dtsi
1633 F: arch/arm/mach-qcom/
1634 F: arch/arm64/boot/dts/qcom/*
1635 F: drivers/i2c/busses/i2c-qup.c
1636 F: drivers/clk/qcom/
1637 F: drivers/pinctrl/qcom/
1638 F: drivers/soc/qcom/
1639 F: drivers/spi/spi-qup.c
1640 F: drivers/tty/serial/msm_serial.h
1641 F: drivers/tty/serial/msm_serial.c
1642 F: drivers/*/pm8???-*
1643 F: drivers/mfd/ssbi.c
1644 F: drivers/firmware/qcom_scm.c
1645 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1646
1647 ARM/RADISYS ENP2611 MACHINE SUPPORT
1648 M: Lennert Buytenhek <kernel@wantstofly.org>
1649 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1650 S: Maintained
1651
1652 ARM/RENESAS ARM64 ARCHITECTURE
1653 M: Simon Horman <horms@verge.net.au>
1654 M: Magnus Damm <magnus.damm@gmail.com>
1655 L: linux-renesas-soc@vger.kernel.org
1656 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1657 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1658 S: Supported
1659 F: arch/arm64/boot/dts/renesas/
1660 F: drivers/soc/renesas/
1661 F: include/linux/soc/renesas/
1662
1663 ARM/RISCPC ARCHITECTURE
1664 M: Russell King <linux@armlinux.org.uk>
1665 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1666 W: http://www.armlinux.org.uk/
1667 S: Maintained
1668 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1669 F: arch/arm/include/asm/hardware/ioc.h
1670 F: arch/arm/include/asm/hardware/iomd.h
1671 F: arch/arm/include/asm/hardware/memc.h
1672 F: arch/arm/mach-rpc/
1673 F: drivers/net/ethernet/8390/etherh.c
1674 F: drivers/net/ethernet/i825xx/ether1*
1675 F: drivers/net/ethernet/seeq/ether3*
1676 F: drivers/scsi/arm/
1677
1678 ARM/Rockchip SoC support
1679 M: Heiko Stuebner <heiko@sntech.de>
1680 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1681 L: linux-rockchip@lists.infradead.org
1682 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1683 S: Maintained
1684 F: arch/arm/boot/dts/rk3*
1685 F: arch/arm/mach-rockchip/
1686 F: drivers/clk/rockchip/
1687 F: drivers/i2c/busses/i2c-rk3x.c
1688 F: drivers/*/*rockchip*
1689 F: drivers/*/*/*rockchip*
1690 F: sound/soc/rockchip/
1691 N: rockchip
1692
1693 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1694 M: Kukjin Kim <kgene@kernel.org>
1695 M: Krzysztof Kozlowski <krzk@kernel.org>
1696 R: Javier Martinez Canillas <javier@osg.samsung.com>
1697 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1698 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1699 Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
1700 S: Maintained
1701 F: arch/arm/boot/dts/s3c*
1702 F: arch/arm/boot/dts/s5p*
1703 F: arch/arm/boot/dts/samsung*
1704 F: arch/arm/boot/dts/exynos*
1705 F: arch/arm64/boot/dts/exynos/
1706 F: arch/arm/plat-samsung/
1707 F: arch/arm/mach-s3c24*/
1708 F: arch/arm/mach-s3c64xx/
1709 F: arch/arm/mach-s5p*/
1710 F: arch/arm/mach-exynos*/
1711 F: drivers/*/*s3c24*
1712 F: drivers/*/*/*s3c24*
1713 F: drivers/*/*s3c64xx*
1714 F: drivers/*/*s5pv210*
1715 F: drivers/memory/samsung/*
1716 F: drivers/soc/samsung/*
1717 F: Documentation/arm/Samsung/
1718 F: Documentation/devicetree/bindings/arm/samsung/
1719 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1720 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1721 N: exynos
1722
1723 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1724 M: Kyungmin Park <kyungmin.park@samsung.com>
1725 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1726 S: Maintained
1727 F: arch/arm/mach-s5pv210/
1728
1729 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1730 M: Kyungmin Park <kyungmin.park@samsung.com>
1731 M: Kamil Debski <kamil@wypas.org>
1732 M: Andrzej Hajda <a.hajda@samsung.com>
1733 L: linux-arm-kernel@lists.infradead.org
1734 L: linux-media@vger.kernel.org
1735 S: Maintained
1736 F: drivers/media/platform/s5p-g2d/
1737
1738 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1739 M: Kyungmin Park <kyungmin.park@samsung.com>
1740 M: Kamil Debski <kamil@wypas.org>
1741 M: Jeongtae Park <jtp.park@samsung.com>
1742 M: Andrzej Hajda <a.hajda@samsung.com>
1743 L: linux-arm-kernel@lists.infradead.org
1744 L: linux-media@vger.kernel.org
1745 S: Maintained
1746 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1747 F: drivers/media/platform/s5p-mfc/
1748
1749 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1750 M: Kyungmin Park <kyungmin.park@samsung.com>
1751 L: linux-arm-kernel@lists.infradead.org
1752 L: linux-media@vger.kernel.org
1753 S: Maintained
1754 F: drivers/staging/media/platform/s5p-cec/
1755
1756 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1757 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1758 M: Jacek Anaszewski <jacek.anaszewski@gmail.com>
1759 L: linux-arm-kernel@lists.infradead.org
1760 L: linux-media@vger.kernel.org
1761 S: Maintained
1762 F: drivers/media/platform/s5p-jpeg/
1763
1764 ARM/SHMOBILE ARM ARCHITECTURE
1765 M: Simon Horman <horms@verge.net.au>
1766 M: Magnus Damm <magnus.damm@gmail.com>
1767 L: linux-renesas-soc@vger.kernel.org
1768 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1769 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1770 S: Supported
1771 F: arch/arm/boot/dts/emev2*
1772 F: arch/arm/boot/dts/r7s*
1773 F: arch/arm/boot/dts/r8a*
1774 F: arch/arm/boot/dts/sh*
1775 F: arch/arm/configs/shmobile_defconfig
1776 F: arch/arm/include/debug/renesas-scif.S
1777 F: arch/arm/mach-shmobile/
1778 F: drivers/soc/renesas/
1779 F: include/linux/soc/renesas/
1780
1781 ARM/SOCFPGA ARCHITECTURE
1782 M: Dinh Nguyen <dinguyen@kernel.org>
1783 S: Maintained
1784 F: arch/arm/mach-socfpga/
1785 F: arch/arm/boot/dts/socfpga*
1786 F: arch/arm/configs/socfpga_defconfig
1787 F: arch/arm64/boot/dts/altera/
1788 W: http://www.rocketboards.org
1789 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1790
1791 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1792 M: Dinh Nguyen <dinguyen@kernel.org>
1793 S: Maintained
1794 F: drivers/clk/socfpga/
1795
1796 ARM/SOCFPGA EDAC SUPPORT
1797 M: Thor Thayer <thor.thayer@linux.intel.com>
1798 S: Maintained
1799 F: drivers/edac/altera_edac.
1800
1801 ARM/STI ARCHITECTURE
1802 M: Patrice Chotard <patrice.chotard@st.com>
1803 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1804 L: kernel@stlinux.com
1805 W: http://www.stlinux.com
1806 S: Maintained
1807 F: arch/arm/mach-sti/
1808 F: arch/arm/boot/dts/sti*
1809 F: drivers/char/hw_random/st-rng.c
1810 F: drivers/clocksource/arm_global_timer.c
1811 F: drivers/clocksource/clksrc_st_lpc.c
1812 F: drivers/cpufreq/sti-cpufreq.c
1813 F: drivers/dma/st_fdma*
1814 F: drivers/i2c/busses/i2c-st.c
1815 F: drivers/media/rc/st_rc.c
1816 F: drivers/media/platform/sti/c8sectpfe/
1817 F: drivers/mmc/host/sdhci-st.c
1818 F: drivers/phy/phy-miphy28lp.c
1819 F: drivers/phy/phy-stih407-usb.c
1820 F: drivers/pinctrl/pinctrl-st.c
1821 F: drivers/remoteproc/st_remoteproc.c
1822 F: drivers/remoteproc/st_slim_rproc.c
1823 F: drivers/reset/sti/
1824 F: drivers/rtc/rtc-st-lpc.c
1825 F: drivers/tty/serial/st-asc.c
1826 F: drivers/usb/dwc3/dwc3-st.c
1827 F: drivers/usb/host/ehci-st.c
1828 F: drivers/usb/host/ohci-st.c
1829 F: drivers/watchdog/st_lpc_wdt.c
1830 F: drivers/ata/ahci_st.c
1831 F: include/linux/remoteproc/st_slim_rproc.h
1832
1833 ARM/STM32 ARCHITECTURE
1834 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1835 M: Alexandre Torgue <alexandre.torgue@st.com>
1836 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1837 S: Maintained
1838 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1839 N: stm32
1840 F: drivers/clocksource/armv7m_systick.c
1841
1842 ARM/TANGO ARCHITECTURE
1843 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1844 L: linux-arm-kernel@lists.infradead.org
1845 S: Maintained
1846 N: tango
1847
1848 ARM/TECHNOLOGIC SYSTEMS TS7250 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/TETON BGA MACHINE SUPPORT
1854 M: "Mark F. Brown" <mark.brown314@gmail.com>
1855 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1856 S: Maintained
1857
1858 ARM/THECUS N2100 MACHINE SUPPORT
1859 M: Lennert Buytenhek <kernel@wantstofly.org>
1860 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1861 S: Maintained
1862
1863 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1864 M: Wan ZongShun <mcuos.com@gmail.com>
1865 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1866 W: http://www.mcuos.com
1867 S: Maintained
1868 F: arch/arm/mach-w90x900/
1869 F: drivers/input/keyboard/w90p910_keypad.c
1870 F: drivers/input/touchscreen/w90p910_ts.c
1871 F: drivers/watchdog/nuc900_wdt.c
1872 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1873 F: drivers/mtd/nand/nuc900_nand.c
1874 F: drivers/rtc/rtc-nuc900.c
1875 F: drivers/spi/spi-nuc900.c
1876 F: drivers/usb/host/ehci-w90x900.c
1877 F: drivers/video/fbdev/nuc900fb.c
1878
1879 ARM/U300 MACHINE SUPPORT
1880 M: Linus Walleij <linus.walleij@linaro.org>
1881 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1882 S: Supported
1883 F: arch/arm/mach-u300/
1884 F: drivers/clocksource/timer-u300.c
1885 F: drivers/i2c/busses/i2c-stu300.c
1886 F: drivers/rtc/rtc-coh901331.c
1887 F: drivers/watchdog/coh901327_wdt.c
1888 F: drivers/dma/coh901318*
1889 F: drivers/mfd/ab3100*
1890 F: drivers/rtc/rtc-ab3100.c
1891 F: drivers/rtc/rtc-coh901331.c
1892 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1893
1894 ARM/UNIPHIER ARCHITECTURE
1895 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1896 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1897 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1898 S: Maintained
1899 F: arch/arm/boot/dts/uniphier*
1900 F: arch/arm/include/asm/hardware/cache-uniphier.h
1901 F: arch/arm/mach-uniphier/
1902 F: arch/arm/mm/cache-uniphier.c
1903 F: arch/arm64/boot/dts/socionext/
1904 F: drivers/bus/uniphier-system-bus.c
1905 F: drivers/clk/uniphier/
1906 F: drivers/i2c/busses/i2c-uniphier*
1907 F: drivers/pinctrl/uniphier/
1908 F: drivers/reset/reset-uniphier.c
1909 F: drivers/tty/serial/8250/8250_uniphier.c
1910 N: uniphier
1911
1912 ARM/Ux500 ARM ARCHITECTURE
1913 M: Linus Walleij <linus.walleij@linaro.org>
1914 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1915 S: Maintained
1916 F: arch/arm/mach-ux500/
1917 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1918 F: drivers/dma/ste_dma40*
1919 F: drivers/hwspinlock/u8500_hsem.c
1920 F: drivers/mfd/abx500*
1921 F: drivers/mfd/ab8500*
1922 F: drivers/mfd/dbx500*
1923 F: drivers/mfd/db8500*
1924 F: drivers/pinctrl/nomadik/pinctrl-ab*
1925 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1926 F: drivers/rtc/rtc-ab8500.c
1927 F: drivers/rtc/rtc-pl031.c
1928 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1929
1930 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1931 M: Ulf Hansson <ulf.hansson@linaro.org>
1932 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1933 T: git git://git.linaro.org/people/ulfh/clk.git
1934 S: Maintained
1935 F: drivers/clk/ux500/
1936
1937 ARM/VERSATILE EXPRESS PLATFORM
1938 M: Liviu Dudau <liviu.dudau@arm.com>
1939 M: Sudeep Holla <sudeep.holla@arm.com>
1940 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1941 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1942 S: Maintained
1943 F: arch/arm/boot/dts/vexpress*
1944 F: arch/arm64/boot/dts/arm/
1945 F: arch/arm/mach-vexpress/
1946 F: */*/vexpress*
1947 F: */*/*/vexpress*
1948 F: drivers/clk/versatile/clk-vexpress-osc.c
1949 F: drivers/clocksource/versatile.c
1950 N: mps2
1951
1952 ARM/VFP SUPPORT
1953 M: Russell King <linux@armlinux.org.uk>
1954 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1955 W: http://www.armlinux.org.uk/
1956 S: Maintained
1957 F: arch/arm/vfp/
1958
1959 ARM/VOIPAC PXA270 SUPPORT
1960 M: Marek Vasut <marek.vasut@gmail.com>
1961 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1962 S: Maintained
1963 F: arch/arm/mach-pxa/vpac270.c
1964 F: arch/arm/mach-pxa/include/mach/vpac270.h
1965
1966 ARM/VT8500 ARM ARCHITECTURE
1967 M: Tony Prisk <linux@prisktech.co.nz>
1968 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1969 S: Maintained
1970 F: arch/arm/mach-vt8500/
1971 F: drivers/clocksource/vt8500_timer.c
1972 F: drivers/i2c/busses/i2c-wmt.c
1973 F: drivers/mmc/host/wmt-sdmmc.c
1974 F: drivers/pwm/pwm-vt8500.c
1975 F: drivers/rtc/rtc-vt8500.c
1976 F: drivers/tty/serial/vt8500_serial.c
1977 F: drivers/usb/host/ehci-platform.c
1978 F: drivers/usb/host/uhci-platform.c
1979 F: drivers/video/fbdev/vt8500lcdfb.*
1980 F: drivers/video/fbdev/wm8505fb*
1981 F: drivers/video/fbdev/wmt_ge_rops.*
1982
1983 ARM/ZIPIT Z2 SUPPORT
1984 M: Marek Vasut <marek.vasut@gmail.com>
1985 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1986 S: Maintained
1987 F: arch/arm/mach-pxa/z2.c
1988 F: arch/arm/mach-pxa/include/mach/z2.h
1989
1990 ARM/ZTE ARCHITECTURE
1991 M: Jun Nie <jun.nie@linaro.org>
1992 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1993 S: Maintained
1994 F: arch/arm/mach-zx/
1995 F: drivers/clk/zte/
1996 F: Documentation/devicetree/bindings/arm/zte.txt
1997 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1998
1999 ARM/ZYNQ ARCHITECTURE
2000 M: Michal Simek <michal.simek@xilinx.com>
2001 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
2002 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2003 W: http://wiki.xilinx.com
2004 T: git https://github.com/Xilinx/linux-xlnx.git
2005 S: Supported
2006 F: arch/arm/mach-zynq/
2007 F: drivers/cpuidle/cpuidle-zynq.c
2008 F: drivers/block/xsysace.c
2009 N: zynq
2010 N: xilinx
2011 F: drivers/clocksource/cadence_ttc_timer.c
2012 F: drivers/i2c/busses/i2c-cadence.c
2013 F: drivers/mmc/host/sdhci-of-arasan.c
2014 F: drivers/edac/synopsys_edac.c
2015
2016 ARM SMMU DRIVERS
2017 M: Will Deacon <will.deacon@arm.com>
2018 R: Robin Murphy <robin.murphy@arm.com>
2019 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2020 S: Maintained
2021 F: drivers/iommu/arm-smmu.c
2022 F: drivers/iommu/arm-smmu-v3.c
2023 F: drivers/iommu/io-pgtable-arm.c
2024 F: drivers/iommu/io-pgtable-arm-v7s.c
2025
2026 ARM64 PORT (AARCH64 ARCHITECTURE)
2027 M: Catalin Marinas <catalin.marinas@arm.com>
2028 M: Will Deacon <will.deacon@arm.com>
2029 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2030 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2031 S: Maintained
2032 F: arch/arm64/
2033 F: Documentation/arm64/
2034
2035 AS3645A LED FLASH CONTROLLER DRIVER
2036 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2037 L: linux-media@vger.kernel.org
2038 T: git git://linuxtv.org/media_tree.git
2039 S: Maintained
2040 F: drivers/media/i2c/as3645a.c
2041 F: include/media/i2c/as3645a.h
2042
2043 ASAHI KASEI AK8974 DRIVER
2044 M: Linus Walleij <linus.walleij@linaro.org>
2045 L: linux-iio@vger.kernel.org
2046 W: http://www.akm.com/
2047 S: Supported
2048 F: drivers/iio/magnetometer/ak8974.c
2049
2050 ASC7621 HARDWARE MONITOR DRIVER
2051 M: George Joseph <george.joseph@fairview5.com>
2052 L: linux-hwmon@vger.kernel.org
2053 S: Maintained
2054 F: Documentation/hwmon/asc7621
2055 F: drivers/hwmon/asc7621.c
2056
2057 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2058 M: Corentin Chary <corentin.chary@gmail.com>
2059 L: acpi4asus-user@lists.sourceforge.net
2060 L: platform-driver-x86@vger.kernel.org
2061 W: http://acpi4asus.sf.net
2062 S: Maintained
2063 F: drivers/platform/x86/asus*.c
2064 F: drivers/platform/x86/eeepc*.c
2065
2066 ASUS WIRELESS RADIO CONTROL DRIVER
2067 M: João Paulo Rechi Vita <jprvita@gmail.com>
2068 L: platform-driver-x86@vger.kernel.org
2069 S: Maintained
2070 F: drivers/platform/x86/asus-wireless.c
2071
2072 ASYMMETRIC KEYS
2073 M: David Howells <dhowells@redhat.com>
2074 L: keyrings@vger.kernel.org
2075 S: Maintained
2076 F: Documentation/crypto/asymmetric-keys.txt
2077 F: include/linux/verification.h
2078 F: include/crypto/public_key.h
2079 F: include/crypto/pkcs7.h
2080 F: crypto/asymmetric_keys/
2081
2082 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2083 R: Dan Williams <dan.j.williams@intel.com>
2084 W: http://sourceforge.net/projects/xscaleiop
2085 S: Odd fixes
2086 F: Documentation/crypto/async-tx-api.txt
2087 F: crypto/async_tx/
2088 F: drivers/dma/
2089 F: include/linux/dmaengine.h
2090 F: include/linux/async_tx.h
2091
2092 AT24 EEPROM DRIVER
2093 M: Wolfram Sang <wsa@the-dreams.de>
2094 L: linux-i2c@vger.kernel.org
2095 S: Maintained
2096 F: drivers/misc/eeprom/at24.c
2097 F: include/linux/platform_data/at24.h
2098
2099 ATA OVER ETHERNET (AOE) DRIVER
2100 M: "Ed L. Cashin" <ed.cashin@acm.org>
2101 W: http://www.openaoe.org/
2102 S: Supported
2103 F: Documentation/aoe/
2104 F: drivers/block/aoe/
2105
2106 ATHEROS 71XX/9XXX GPIO DRIVER
2107 M: Alban Bedel <albeu@free.fr>
2108 W: https://github.com/AlbanBedel/linux
2109 T: git git://github.com/AlbanBedel/linux
2110 S: Maintained
2111 F: drivers/gpio/gpio-ath79.c
2112 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2113
2114 ATHEROS ATH GENERIC UTILITIES
2115 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2116 L: linux-wireless@vger.kernel.org
2117 S: Supported
2118 F: drivers/net/wireless/ath/*
2119
2120 ATHEROS ATH5K WIRELESS DRIVER
2121 M: Jiri Slaby <jirislaby@gmail.com>
2122 M: Nick Kossifidis <mickflemm@gmail.com>
2123 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2124 L: linux-wireless@vger.kernel.org
2125 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2126 S: Maintained
2127 F: drivers/net/wireless/ath/ath5k/
2128
2129 ATHEROS ATH6KL WIRELESS DRIVER
2130 M: Kalle Valo <kvalo@qca.qualcomm.com>
2131 L: linux-wireless@vger.kernel.org
2132 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2133 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2134 S: Supported
2135 F: drivers/net/wireless/ath/ath6kl/
2136
2137 WILOCITY WIL6210 WIRELESS DRIVER
2138 M: Maya Erez <qca_merez@qca.qualcomm.com>
2139 L: linux-wireless@vger.kernel.org
2140 L: wil6210@qca.qualcomm.com
2141 S: Supported
2142 W: http://wireless.kernel.org/en/users/Drivers/wil6210
2143 F: drivers/net/wireless/ath/wil6210/
2144 F: include/uapi/linux/wil6210_uapi.h
2145
2146 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2147 M: Christian Lamparter <chunkeey@googlemail.com>
2148 L: linux-wireless@vger.kernel.org
2149 W: http://wireless.kernel.org/en/users/Drivers/carl9170
2150 S: Maintained
2151 F: drivers/net/wireless/ath/carl9170/
2152
2153 ATK0110 HWMON DRIVER
2154 M: Luca Tettamanti <kronos.it@gmail.com>
2155 L: linux-hwmon@vger.kernel.org
2156 S: Maintained
2157 F: drivers/hwmon/asus_atk0110.c
2158
2159 ATI_REMOTE2 DRIVER
2160 M: Ville Syrjala <syrjala@sci.fi>
2161 S: Maintained
2162 F: drivers/input/misc/ati_remote2.c
2163
2164 ATLX ETHERNET DRIVERS
2165 M: Jay Cliburn <jcliburn@gmail.com>
2166 M: Chris Snook <chris.snook@gmail.com>
2167 L: netdev@vger.kernel.org
2168 W: http://sourceforge.net/projects/atl1
2169 W: http://atl1.sourceforge.net
2170 S: Maintained
2171 F: drivers/net/ethernet/atheros/
2172
2173 ATM
2174 M: Chas Williams <3chas3@gmail.com>
2175 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2176 L: netdev@vger.kernel.org
2177 W: http://linux-atm.sourceforge.net
2178 S: Maintained
2179 F: drivers/atm/
2180 F: include/linux/atm*
2181 F: include/uapi/linux/atm*
2182
2183 ATMEL AT91 / AT32 MCI DRIVER
2184 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2185 S: Maintained
2186 F: drivers/mmc/host/atmel-mci.c
2187
2188 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2189 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2190 S: Supported
2191 F: drivers/power/reset/at91-sama5d2_shdwc.c
2192
2193 ATMEL SAMA5D2 ADC DRIVER
2194 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2195 L: linux-iio@vger.kernel.org
2196 S: Supported
2197 F: drivers/iio/adc/at91-sama5d2_adc.c
2198
2199 ATMEL Audio ALSA driver
2200 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2201 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2202 S: Supported
2203 F: sound/soc/atmel
2204
2205 ATMEL XDMA DRIVER
2206 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2207 L: linux-arm-kernel@lists.infradead.org
2208 L: dmaengine@vger.kernel.org
2209 S: Supported
2210 F: drivers/dma/at_xdmac.c
2211
2212 ATMEL I2C DRIVER
2213 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2214 L: linux-i2c@vger.kernel.org
2215 S: Supported
2216 F: drivers/i2c/busses/i2c-at91.c
2217
2218 ATMEL ISI DRIVER
2219 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2220 L: linux-media@vger.kernel.org
2221 S: Supported
2222 F: drivers/media/platform/soc_camera/atmel-isi.c
2223 F: include/media/atmel-isi.h
2224
2225 ATMEL LCDFB DRIVER
2226 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2227 L: linux-fbdev@vger.kernel.org
2228 S: Maintained
2229 F: drivers/video/fbdev/atmel_lcdfb.c
2230 F: include/video/atmel_lcdc.h
2231
2232 ATMEL MACB ETHERNET DRIVER
2233 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2234 S: Supported
2235 F: drivers/net/ethernet/cadence/
2236
2237 ATMEL NAND DRIVER
2238 M: Wenyou Yang <wenyou.yang@atmel.com>
2239 M: Josh Wu <rainyfeeling@outlook.com>
2240 L: linux-mtd@lists.infradead.org
2241 S: Supported
2242 F: drivers/mtd/nand/atmel_nand*
2243
2244 ATMEL SDMMC DRIVER
2245 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2246 L: linux-mmc@vger.kernel.org
2247 S: Supported
2248 F: drivers/mmc/host/sdhci-of-at91.c
2249
2250 ATMEL SPI DRIVER
2251 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2252 S: Supported
2253 F: drivers/spi/spi-atmel.*
2254
2255 ATMEL SSC DRIVER
2256 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2257 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2258 S: Supported
2259 F: drivers/misc/atmel-ssc.c
2260 F: include/linux/atmel-ssc.h
2261
2262 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2263 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2264 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2265 S: Supported
2266 F: drivers/misc/atmel_tclib.c
2267 F: drivers/clocksource/tcb_clksrc.c
2268
2269 ATMEL USBA UDC DRIVER
2270 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2271 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2272 S: Supported
2273 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2274
2275 ATMEL WIRELESS DRIVER
2276 M: Simon Kelley <simon@thekelleys.org.uk>
2277 L: linux-wireless@vger.kernel.org
2278 W: http://www.thekelleys.org.uk/atmel
2279 W: http://atmelwlandriver.sourceforge.net/
2280 S: Maintained
2281 F: drivers/net/wireless/atmel/atmel*
2282
2283 ATMEL MAXTOUCH DRIVER
2284 M: Nick Dyer <nick@shmanahar.org>
2285 T: git git://github.com/ndyer/linux.git
2286 S: Maintained
2287 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2288 F: drivers/input/touchscreen/atmel_mxt_ts.c
2289 F: include/linux/platform_data/atmel_mxt_ts.h
2290
2291 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2292 M: Bradley Grove <linuxdrivers@attotech.com>
2293 L: linux-scsi@vger.kernel.org
2294 W: http://www.attotech.com
2295 S: Supported
2296 F: drivers/scsi/esas2r
2297
2298 ATUSB IEEE 802.15.4 RADIO DRIVER
2299 M: Stefan Schmidt <stefan@osg.samsung.com>
2300 L: linux-wpan@vger.kernel.org
2301 S: Maintained
2302 F: drivers/net/ieee802154/atusb.c
2303 F: drivers/net/ieee802154/atusb.h
2304 F: drivers/net/ieee802154/at86rf230.h
2305
2306 AUDIT SUBSYSTEM
2307 M: Paul Moore <paul@paul-moore.com>
2308 M: Eric Paris <eparis@redhat.com>
2309 L: linux-audit@redhat.com (moderated for non-subscribers)
2310 W: http://people.redhat.com/sgrubb/audit/
2311 T: git git://git.infradead.org/users/pcmoore/audit
2312 S: Maintained
2313 F: include/linux/audit.h
2314 F: include/uapi/linux/audit.h
2315 F: kernel/audit*
2316
2317 AUXILIARY DISPLAY DRIVERS
2318 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2319 W: http://miguelojeda.es/auxdisplay.htm
2320 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2321 S: Maintained
2322 F: drivers/auxdisplay/
2323 F: include/linux/cfag12864b.h
2324
2325 AVR32 ARCHITECTURE
2326 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2327 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2328 W: http://www.atmel.com/products/AVR32/
2329 W: http://mirror.egtvedt.no/avr32linux.org/
2330 W: http://avrfreaks.net/
2331 S: Maintained
2332 F: arch/avr32/
2333
2334 AVR32/AT32AP MACHINE SUPPORT
2335 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2336 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2337 S: Maintained
2338 F: arch/avr32/mach-at32ap/
2339
2340 AX.25 NETWORK LAYER
2341 M: Ralf Baechle <ralf@linux-mips.org>
2342 L: linux-hams@vger.kernel.org
2343 W: http://www.linux-ax25.org/
2344 S: Maintained
2345 F: include/uapi/linux/ax25.h
2346 F: include/net/ax25.h
2347 F: net/ax25/
2348
2349 AXENTIA ASOC DRIVERS
2350 M: Peter Rosin <peda@axentia.se>
2351 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2352 S: Maintained
2353 F: Documentation/devicetree/bindings/sound/axentia,*
2354 F: sound/soc/atmel/tse850-pcm5142.c
2355
2356 AZ6007 DVB DRIVER
2357 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2358 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2359 L: linux-media@vger.kernel.org
2360 W: https://linuxtv.org
2361 T: git git://linuxtv.org/media_tree.git
2362 S: Maintained
2363 F: drivers/media/usb/dvb-usb-v2/az6007.c
2364
2365 AZTECH FM RADIO RECEIVER DRIVER
2366 M: Hans Verkuil <hverkuil@xs4all.nl>
2367 L: linux-media@vger.kernel.org
2368 T: git git://linuxtv.org/media_tree.git
2369 W: https://linuxtv.org
2370 S: Maintained
2371 F: drivers/media/radio/radio-aztech*
2372
2373 B43 WIRELESS DRIVER
2374 L: linux-wireless@vger.kernel.org
2375 L: b43-dev@lists.infradead.org
2376 W: http://wireless.kernel.org/en/users/Drivers/b43
2377 S: Odd Fixes
2378 F: drivers/net/wireless/broadcom/b43/
2379
2380 B43LEGACY WIRELESS DRIVER
2381 M: Larry Finger <Larry.Finger@lwfinger.net>
2382 L: linux-wireless@vger.kernel.org
2383 L: b43-dev@lists.infradead.org
2384 W: http://wireless.kernel.org/en/users/Drivers/b43
2385 S: Maintained
2386 F: drivers/net/wireless/broadcom/b43legacy/
2387
2388 BACKLIGHT CLASS/SUBSYSTEM
2389 M: Lee Jones <lee.jones@linaro.org>
2390 M: Daniel Thompson <daniel.thompson@linaro.org>
2391 M: Jingoo Han <jingoohan1@gmail.com>
2392 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2393 S: Maintained
2394 F: drivers/video/backlight/
2395 F: include/linux/backlight.h
2396 F: include/linux/pwm_backlight.h
2397 F: Documentation/devicetree/bindings/leds/backlight
2398
2399 BATMAN ADVANCED
2400 M: Marek Lindner <mareklindner@neomailbox.ch>
2401 M: Simon Wunderlich <sw@simonwunderlich.de>
2402 M: Antonio Quartulli <a@unstable.cc>
2403 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2404 W: https://www.open-mesh.org/
2405 Q: https://patchwork.open-mesh.org/project/batman/list/
2406 S: Maintained
2407 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2408 F: Documentation/ABI/testing/sysfs-class-net-mesh
2409 F: Documentation/networking/batman-adv.txt
2410 F: include/uapi/linux/batman_adv.h
2411 F: net/batman-adv/
2412
2413 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2414 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2415 L: linux-hams@vger.kernel.org
2416 W: http://www.baycom.org/~tom/ham/ham.html
2417 S: Maintained
2418 F: drivers/net/hamradio/baycom*
2419
2420 BCACHE (BLOCK LAYER CACHE)
2421 M: Kent Overstreet <kent.overstreet@gmail.com>
2422 L: linux-bcache@vger.kernel.org
2423 W: http://bcache.evilpiepirate.org
2424 S: Orphan
2425 F: drivers/md/bcache/
2426
2427 BDISP ST MEDIA DRIVER
2428 M: Fabien Dessenne <fabien.dessenne@st.com>
2429 L: linux-media@vger.kernel.org
2430 T: git git://linuxtv.org/media_tree.git
2431 W: https://linuxtv.org
2432 S: Supported
2433 F: drivers/media/platform/sti/bdisp
2434
2435 DELTA ST MEDIA DRIVER
2436 M: Hugues Fruchet <hugues.fruchet@st.com>
2437 L: linux-media@vger.kernel.org
2438 T: git git://linuxtv.org/media_tree.git
2439 W: https://linuxtv.org
2440 S: Supported
2441 F: drivers/media/platform/sti/delta
2442
2443 BEFS FILE SYSTEM
2444 M: Luis de Bethencourt <luisbg@osg.samsung.com>
2445 M: Salah Triki <salah.triki@gmail.com>
2446 S: Maintained
2447 T: git git://github.com/luisbg/linux-befs.git
2448 F: Documentation/filesystems/befs.txt
2449 F: fs/befs/
2450
2451 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2452 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2453 L: netdev@vger.kernel.org
2454 S: Maintained
2455 F: drivers/net/ethernet/ec_bhf.c
2456
2457 BFS FILE SYSTEM
2458 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2459 S: Maintained
2460 F: Documentation/filesystems/bfs.txt
2461 F: fs/bfs/
2462 F: include/uapi/linux/bfs_fs.h
2463
2464 BLACKFIN ARCHITECTURE
2465 M: Steven Miao <realmz6@gmail.com>
2466 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2467 T: git git://git.code.sf.net/p/adi-linux/code
2468 W: http://blackfin.uclinux.org
2469 S: Supported
2470 F: arch/blackfin/
2471
2472 BLACKFIN EMAC DRIVER
2473 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2474 W: http://blackfin.uclinux.org
2475 S: Supported
2476 F: drivers/net/ethernet/adi/
2477
2478 BLACKFIN RTC 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/rtc/rtc-bfin.c
2483
2484 BLACKFIN SDH 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/mmc/host/bfin_sdh.c
2490
2491 BLACKFIN SERIAL DRIVER
2492 M: Sonic Zhang <sonic.zhang@analog.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/tty/serial/bfin_uart.c
2497
2498 BLACKFIN WATCHDOG DRIVER
2499 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2500 W: http://blackfin.uclinux.org
2501 S: Supported
2502 F: drivers/watchdog/bfin_wdt.c
2503
2504 BLACKFIN I2C TWI DRIVER
2505 M: Sonic Zhang <sonic.zhang@analog.com>
2506 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2507 W: http://blackfin.uclinux.org/
2508 S: Supported
2509 F: drivers/i2c/busses/i2c-bfin-twi.c
2510
2511 BLACKFIN MEDIA DRIVER
2512 M: Scott Jiang <scott.jiang.linux@gmail.com>
2513 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2514 W: http://blackfin.uclinux.org/
2515 S: Supported
2516 F: drivers/media/platform/blackfin/
2517 F: drivers/media/i2c/adv7183*
2518 F: drivers/media/i2c/vs6624*
2519
2520 BLINKM RGB LED DRIVER
2521 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2522 S: Maintained
2523 F: drivers/leds/leds-blinkm.c
2524
2525 BLOCK LAYER
2526 M: Jens Axboe <axboe@kernel.dk>
2527 L: linux-block@vger.kernel.org
2528 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2529 S: Maintained
2530 F: block/
2531 F: kernel/trace/blktrace.c
2532 F: lib/sbitmap.c
2533
2534 BLOCK2MTD DRIVER
2535 M: Joern Engel <joern@lazybastard.org>
2536 L: linux-mtd@lists.infradead.org
2537 S: Maintained
2538 F: drivers/mtd/devices/block2mtd.c
2539
2540 BLUETOOTH DRIVERS
2541 M: Marcel Holtmann <marcel@holtmann.org>
2542 M: Gustavo Padovan <gustavo@padovan.org>
2543 M: Johan Hedberg <johan.hedberg@gmail.com>
2544 L: linux-bluetooth@vger.kernel.org
2545 W: http://www.bluez.org/
2546 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2547 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2548 S: Maintained
2549 F: drivers/bluetooth/
2550
2551 BLUETOOTH SUBSYSTEM
2552 M: Marcel Holtmann <marcel@holtmann.org>
2553 M: Gustavo Padovan <gustavo@padovan.org>
2554 M: Johan Hedberg <johan.hedberg@gmail.com>
2555 L: linux-bluetooth@vger.kernel.org
2556 W: http://www.bluez.org/
2557 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2558 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2559 S: Maintained
2560 F: net/bluetooth/
2561 F: include/net/bluetooth/
2562
2563 BONDING DRIVER
2564 M: Jay Vosburgh <j.vosburgh@gmail.com>
2565 M: Veaceslav Falico <vfalico@gmail.com>
2566 M: Andy Gospodarek <andy@greyhouse.net>
2567 L: netdev@vger.kernel.org
2568 W: http://sourceforge.net/projects/bonding/
2569 S: Supported
2570 F: drivers/net/bonding/
2571 F: include/uapi/linux/if_bonding.h
2572
2573 BPF (Safe dynamic programs and tools)
2574 M: Alexei Starovoitov <ast@kernel.org>
2575 L: netdev@vger.kernel.org
2576 L: linux-kernel@vger.kernel.org
2577 S: Supported
2578 F: kernel/bpf/
2579 F: tools/testing/selftests/bpf/
2580 F: lib/test_bpf.c
2581
2582 BROADCOM B44 10/100 ETHERNET DRIVER
2583 M: Michael Chan <michael.chan@broadcom.com>
2584 L: netdev@vger.kernel.org
2585 S: Supported
2586 F: drivers/net/ethernet/broadcom/b44.*
2587
2588 BROADCOM B53 ETHERNET SWITCH DRIVER
2589 M: Florian Fainelli <f.fainelli@gmail.com>
2590 L: netdev@vger.kernel.org
2591 L: openwrt-devel@lists.openwrt.org (subscribers-only)
2592 S: Supported
2593 F: drivers/net/dsa/b53/*
2594 F: include/linux/platform_data/b53.h
2595
2596 BROADCOM GENET ETHERNET DRIVER
2597 M: Florian Fainelli <f.fainelli@gmail.com>
2598 L: netdev@vger.kernel.org
2599 S: Supported
2600 F: drivers/net/ethernet/broadcom/genet/
2601
2602 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2603 M: Rasesh Mody <rasesh.mody@cavium.com>
2604 M: Harish Patil <harish.patil@cavium.com>
2605 M: Dept-GELinuxNICDev@cavium.com
2606 L: netdev@vger.kernel.org
2607 S: Supported
2608 F: drivers/net/ethernet/broadcom/bnx2.*
2609 F: drivers/net/ethernet/broadcom/bnx2_*
2610
2611 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2612 M: Yuval Mintz <Yuval.Mintz@cavium.com>
2613 M: Ariel Elior <ariel.elior@cavium.com>
2614 M: everest-linux-l2@cavium.com
2615 L: netdev@vger.kernel.org
2616 S: Supported
2617 F: drivers/net/ethernet/broadcom/bnx2x/
2618
2619 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2620 M: Michael Chan <michael.chan@broadcom.com>
2621 L: netdev@vger.kernel.org
2622 S: Supported
2623 F: drivers/net/ethernet/broadcom/bnxt/
2624
2625 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2626 M: Florian Fainelli <f.fainelli@gmail.com>
2627 M: Ray Jui <rjui@broadcom.com>
2628 M: Scott Branden <sbranden@broadcom.com>
2629 M: bcm-kernel-feedback-list@broadcom.com
2630 T: git git://github.com/broadcom/mach-bcm
2631 S: Maintained
2632 N: bcm281*
2633 N: bcm113*
2634 N: bcm216*
2635 N: kona
2636 F: arch/arm/mach-bcm/
2637
2638 BROADCOM BCM2835 ARM ARCHITECTURE
2639 M: Stephen Warren <swarren@wwwdotorg.org>
2640 M: Lee Jones <lee@kernel.org>
2641 M: Eric Anholt <eric@anholt.net>
2642 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2643 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2644 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2645 S: Maintained
2646 N: bcm2835
2647 F: drivers/staging/vc04_services
2648
2649 BROADCOM BCM47XX MIPS ARCHITECTURE
2650 M: Hauke Mehrtens <hauke@hauke-m.de>
2651 M: Rafał Miłecki <zajec5@gmail.com>
2652 L: linux-mips@linux-mips.org
2653 S: Maintained
2654 F: Documentation/devicetree/bindings/mips/brcm/
2655 F: arch/mips/bcm47xx/*
2656 F: arch/mips/include/asm/mach-bcm47xx/*
2657
2658 BROADCOM BCM5301X ARM ARCHITECTURE
2659 M: Hauke Mehrtens <hauke@hauke-m.de>
2660 M: Rafał Miłecki <zajec5@gmail.com>
2661 M: bcm-kernel-feedback-list@broadcom.com
2662 L: linux-arm-kernel@lists.infradead.org
2663 S: Maintained
2664 F: arch/arm/mach-bcm/bcm_5301x.c
2665 F: arch/arm/boot/dts/bcm5301x*.dtsi
2666 F: arch/arm/boot/dts/bcm470*
2667
2668 BROADCOM BCM53573 ARM ARCHITECTURE
2669 M: Rafał Miłecki <rafal@milecki.pl>
2670 L: linux-arm-kernel@lists.infradead.org
2671 S: Maintained
2672 F: arch/arm/boot/dts/bcm53573*
2673 F: arch/arm/boot/dts/bcm47189*
2674
2675 BROADCOM BCM63XX ARM ARCHITECTURE
2676 M: Florian Fainelli <f.fainelli@gmail.com>
2677 M: bcm-kernel-feedback-list@broadcom.com
2678 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2679 T: git git://github.com/broadcom/stblinux.git
2680 S: Maintained
2681 N: bcm63xx
2682
2683 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2684 M: Kevin Cernekee <cernekee@gmail.com>
2685 L: linux-usb@vger.kernel.org
2686 S: Maintained
2687 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2688
2689 BROADCOM BCM7XXX ARM ARCHITECTURE
2690 M: Brian Norris <computersforpeace@gmail.com>
2691 M: Gregory Fong <gregory.0xf0@gmail.com>
2692 M: Florian Fainelli <f.fainelli@gmail.com>
2693 M: bcm-kernel-feedback-list@broadcom.com
2694 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2695 T: git git://github.com/broadcom/stblinux.git
2696 S: Maintained
2697 F: arch/arm/mach-bcm/*brcmstb*
2698 F: arch/arm/boot/dts/bcm7*.dts*
2699 F: drivers/bus/brcmstb_gisb.c
2700 N: brcmstb
2701
2702 BROADCOM BMIPS MIPS ARCHITECTURE
2703 M: Kevin Cernekee <cernekee@gmail.com>
2704 M: Florian Fainelli <f.fainelli@gmail.com>
2705 L: linux-mips@linux-mips.org
2706 T: git git://github.com/broadcom/stblinux.git
2707 S: Maintained
2708 F: arch/mips/bmips/*
2709 F: arch/mips/include/asm/mach-bmips/*
2710 F: arch/mips/kernel/*bmips*
2711 F: arch/mips/boot/dts/brcm/bcm*.dts*
2712 F: drivers/irqchip/irq-bcm63*
2713 F: drivers/irqchip/irq-bcm7*
2714 F: drivers/irqchip/irq-brcmstb*
2715 F: include/linux/bcm963xx_nvram.h
2716 F: include/linux/bcm963xx_tag.h
2717
2718 BROADCOM BMIPS CPUFREQ DRIVER
2719 M: Markus Mayer <mmayer@broadcom.com>
2720 M: bcm-kernel-feedback-list@broadcom.com
2721 L: linux-pm@vger.kernel.org
2722 S: Maintained
2723 F: drivers/cpufreq/bmips-cpufreq.c
2724
2725 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2726 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2727 M: Prashant Sreedharan <prashant@broadcom.com>
2728 M: Michael Chan <mchan@broadcom.com>
2729 L: netdev@vger.kernel.org
2730 S: Supported
2731 F: drivers/net/ethernet/broadcom/tg3.*
2732
2733 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2734 M: Arend van Spriel <arend.vanspriel@broadcom.com>
2735 M: Franky Lin <franky.lin@broadcom.com>
2736 M: Hante Meuleman <hante.meuleman@broadcom.com>
2737 L: linux-wireless@vger.kernel.org
2738 L: brcm80211-dev-list.pdl@broadcom.com
2739 S: Supported
2740 F: drivers/net/wireless/broadcom/brcm80211/
2741
2742 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2743 M: QLogic-Storage-Upstream@qlogic.com
2744 L: linux-scsi@vger.kernel.org
2745 S: Supported
2746 F: drivers/scsi/bnx2fc/
2747
2748 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2749 M: QLogic-Storage-Upstream@qlogic.com
2750 L: linux-scsi@vger.kernel.org
2751 S: Supported
2752 F: drivers/scsi/bnx2i/
2753
2754 BROADCOM IPROC ARM ARCHITECTURE
2755 M: Ray Jui <rjui@broadcom.com>
2756 M: Scott Branden <sbranden@broadcom.com>
2757 M: Jon Mason <jonmason@broadcom.com>
2758 M: bcm-kernel-feedback-list@broadcom.com
2759 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2760 T: git git://github.com/broadcom/cygnus-linux.git
2761 S: Maintained
2762 N: iproc
2763 N: cygnus
2764 N: bcm[-_]nsp
2765 N: bcm9113*
2766 N: bcm9583*
2767 N: bcm9585*
2768 N: bcm9586*
2769 N: bcm988312
2770 N: bcm113*
2771 N: bcm583*
2772 N: bcm585*
2773 N: bcm586*
2774 N: bcm88312
2775 F: arch/arm64/boot/dts/broadcom/ns2*
2776 F: drivers/clk/bcm/clk-ns*
2777 F: drivers/pinctrl/bcm/pinctrl-ns*
2778
2779 BROADCOM BRCMSTB GPIO DRIVER
2780 M: Gregory Fong <gregory.0xf0@gmail.com>
2781 L: bcm-kernel-feedback-list@broadcom.com
2782 S: Supported
2783 F: drivers/gpio/gpio-brcmstb.c
2784 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2785
2786 BROADCOM KONA GPIO DRIVER
2787 M: Ray Jui <rjui@broadcom.com>
2788 L: bcm-kernel-feedback-list@broadcom.com
2789 S: Supported
2790 F: drivers/gpio/gpio-bcm-kona.c
2791 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2792
2793 BROADCOM NVRAM DRIVER
2794 M: Rafał Miłecki <zajec5@gmail.com>
2795 L: linux-mips@linux-mips.org
2796 S: Maintained
2797 F: drivers/firmware/broadcom/*
2798
2799 BROADCOM STB NAND FLASH DRIVER
2800 M: Brian Norris <computersforpeace@gmail.com>
2801 M: Kamal Dasu <kdasu.kdev@gmail.com>
2802 L: linux-mtd@lists.infradead.org
2803 L: bcm-kernel-feedback-list@broadcom.com
2804 S: Maintained
2805 F: drivers/mtd/nand/brcmnand/
2806
2807 BROADCOM STB AVS CPUFREQ DRIVER
2808 M: Markus Mayer <mmayer@broadcom.com>
2809 M: bcm-kernel-feedback-list@broadcom.com
2810 L: linux-pm@vger.kernel.org
2811 S: Maintained
2812 F: Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2813 F: drivers/cpufreq/brcmstb*
2814
2815 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2816 M: Rafał Miłecki <zajec5@gmail.com>
2817 L: linux-wireless@vger.kernel.org
2818 S: Maintained
2819 F: drivers/bcma/
2820 F: include/linux/bcma/
2821
2822 BROADCOM SYSTEMPORT ETHERNET DRIVER
2823 M: Florian Fainelli <f.fainelli@gmail.com>
2824 L: netdev@vger.kernel.org
2825 S: Supported
2826 F: drivers/net/ethernet/broadcom/bcmsysport.*
2827
2828 BROADCOM VULCAN ARM64 SOC
2829 M: Jayachandran C. <c.jayachandran@gmail.com>
2830 M: bcm-kernel-feedback-list@broadcom.com
2831 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2832 S: Maintained
2833 F: arch/arm64/boot/dts/broadcom/vulcan*
2834
2835 BROADCOM NETXTREME-E ROCE DRIVER
2836 M: Selvin Xavier <selvin.xavier@broadcom.com>
2837 M: Devesh Sharma <devesh.sharma@broadcom.com>
2838 M: Somnath Kotur <somnath.kotur@broadcom.com>
2839 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
2840 L: linux-rdma@vger.kernel.org
2841 W: http://www.broadcom.com
2842 S: Supported
2843 F: drivers/infiniband/hw/bnxt_re/
2844 F: include/uapi/rdma/bnxt_re-abi.h
2845
2846 BROCADE BFA FC SCSI DRIVER
2847 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2848 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2849 L: linux-scsi@vger.kernel.org
2850 S: Supported
2851 F: drivers/scsi/bfa/
2852
2853 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2854 M: Rasesh Mody <rasesh.mody@cavium.com>
2855 M: Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2856 M: Dept-GELinuxNICDev@cavium.com
2857 L: netdev@vger.kernel.org
2858 S: Supported
2859 F: drivers/net/ethernet/brocade/bna/
2860
2861 BSG (block layer generic sg v4 driver)
2862 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2863 L: linux-scsi@vger.kernel.org
2864 S: Supported
2865 F: block/bsg.c
2866 F: include/linux/bsg.h
2867 F: include/uapi/linux/bsg.h
2868
2869 BT87X AUDIO DRIVER
2870 M: Clemens Ladisch <clemens@ladisch.de>
2871 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2872 T: git git://git.alsa-project.org/alsa-kernel.git
2873 S: Maintained
2874 F: Documentation/sound/alsa/Bt87x.txt
2875 F: sound/pci/bt87x.c
2876
2877 BT8XXGPIO DRIVER
2878 M: Michael Buesch <m@bues.ch>
2879 W: http://bu3sch.de/btgpio.php
2880 S: Maintained
2881 F: drivers/gpio/gpio-bt8xx.c
2882
2883 BTRFS FILE SYSTEM
2884 M: Chris Mason <clm@fb.com>
2885 M: Josef Bacik <jbacik@fb.com>
2886 M: David Sterba <dsterba@suse.com>
2887 L: linux-btrfs@vger.kernel.org
2888 W: http://btrfs.wiki.kernel.org/
2889 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2890 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2891 S: Maintained
2892 F: Documentation/filesystems/btrfs.txt
2893 F: fs/btrfs/
2894
2895 BTTV VIDEO4LINUX DRIVER
2896 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2897 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2898 L: linux-media@vger.kernel.org
2899 W: https://linuxtv.org
2900 T: git git://linuxtv.org/media_tree.git
2901 S: Odd fixes
2902 F: Documentation/media/v4l-drivers/bttv*
2903 F: drivers/media/pci/bt8xx/bttv*
2904
2905 BUSLOGIC SCSI DRIVER
2906 M: Khalid Aziz <khalid@gonehiking.org>
2907 L: linux-scsi@vger.kernel.org
2908 S: Maintained
2909 F: drivers/scsi/BusLogic.*
2910 F: drivers/scsi/FlashPoint.*
2911
2912 C-MEDIA CMI8788 DRIVER
2913 M: Clemens Ladisch <clemens@ladisch.de>
2914 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2915 T: git git://git.alsa-project.org/alsa-kernel.git
2916 S: Maintained
2917 F: sound/pci/oxygen/
2918
2919 C6X ARCHITECTURE
2920 M: Mark Salter <msalter@redhat.com>
2921 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2922 L: linux-c6x-dev@linux-c6x.org
2923 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2924 S: Maintained
2925 F: arch/c6x/
2926
2927 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2928 M: David Howells <dhowells@redhat.com>
2929 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2930 S: Supported
2931 F: Documentation/filesystems/caching/cachefiles.txt
2932 F: fs/cachefiles/
2933
2934 CADET FM/AM RADIO RECEIVER DRIVER
2935 M: Hans Verkuil <hverkuil@xs4all.nl>
2936 L: linux-media@vger.kernel.org
2937 T: git git://linuxtv.org/media_tree.git
2938 W: https://linuxtv.org
2939 S: Maintained
2940 F: drivers/media/radio/radio-cadet*
2941
2942 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2943 M: Jonathan Corbet <corbet@lwn.net>
2944 L: linux-media@vger.kernel.org
2945 T: git git://linuxtv.org/media_tree.git
2946 S: Maintained
2947 F: Documentation/media/v4l-drivers/cafe_ccic*
2948 F: drivers/media/platform/marvell-ccic/
2949
2950 CAIF NETWORK LAYER
2951 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2952 L: netdev@vger.kernel.org
2953 S: Supported
2954 F: Documentation/networking/caif/
2955 F: drivers/net/caif/
2956 F: include/uapi/linux/caif/
2957 F: include/net/caif/
2958 F: net/caif/
2959
2960 CALGARY x86-64 IOMMU
2961 M: Muli Ben-Yehuda <mulix@mulix.org>
2962 M: Jon Mason <jdmason@kudzu.us>
2963 L: iommu@lists.linux-foundation.org
2964 S: Maintained
2965 F: arch/x86/kernel/pci-calgary_64.c
2966 F: arch/x86/kernel/tce_64.c
2967 F: arch/x86/include/asm/calgary.h
2968 F: arch/x86/include/asm/tce.h
2969
2970 CAN NETWORK LAYER
2971 M: Oliver Hartkopp <socketcan@hartkopp.net>
2972 M: Marc Kleine-Budde <mkl@pengutronix.de>
2973 L: linux-can@vger.kernel.org
2974 W: https://github.com/linux-can
2975 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2976 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2977 S: Maintained
2978 F: Documentation/networking/can.txt
2979 F: net/can/
2980 F: include/linux/can/core.h
2981 F: include/uapi/linux/can.h
2982 F: include/uapi/linux/can/bcm.h
2983 F: include/uapi/linux/can/raw.h
2984 F: include/uapi/linux/can/gw.h
2985
2986 CAN NETWORK DRIVERS
2987 M: Wolfgang Grandegger <wg@grandegger.com>
2988 M: Marc Kleine-Budde <mkl@pengutronix.de>
2989 L: linux-can@vger.kernel.org
2990 W: https://github.com/linux-can
2991 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2992 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2993 S: Maintained
2994 F: Documentation/devicetree/bindings/net/can/
2995 F: drivers/net/can/
2996 F: include/linux/can/dev.h
2997 F: include/linux/can/platform/
2998 F: include/uapi/linux/can/error.h
2999 F: include/uapi/linux/can/netlink.h
3000
3001 CAPABILITIES
3002 M: Serge Hallyn <serge@hallyn.com>
3003 L: linux-security-module@vger.kernel.org
3004 S: Supported
3005 F: include/linux/capability.h
3006 F: include/uapi/linux/capability.h
3007 F: security/commoncap.c
3008 F: kernel/capability.c
3009
3010 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3011 M: Kevin Tsai <ktsai@capellamicro.com>
3012 S: Maintained
3013 F: drivers/iio/light/cm*
3014 F: Documentation/devicetree/bindings/i2c/trivial-admin-guide/devices.rst
3015
3016 CAVIUM I2C DRIVER
3017 M: Jan Glauber <jglauber@cavium.com>
3018 M: David Daney <david.daney@cavium.com>
3019 W: http://www.cavium.com
3020 S: Supported
3021 F: drivers/i2c/busses/i2c-octeon*
3022 F: drivers/i2c/busses/i2c-thunderx*
3023
3024 CAVIUM LIQUIDIO NETWORK DRIVER
3025 M: Derek Chickles <derek.chickles@caviumnetworks.com>
3026 M: Satanand Burla <satananda.burla@caviumnetworks.com>
3027 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
3028 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
3029 L: netdev@vger.kernel.org
3030 W: http://www.cavium.com
3031 S: Supported
3032 F: drivers/net/ethernet/cavium/liquidio/
3033
3034 CC2520 IEEE-802.15.4 RADIO DRIVER
3035 M: Varka Bhadram <varkabhadram@gmail.com>
3036 L: linux-wpan@vger.kernel.org
3037 S: Maintained
3038 F: drivers/net/ieee802154/cc2520.c
3039 F: include/linux/spi/cc2520.h
3040 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3041
3042 CEC DRIVER
3043 M: Hans Verkuil <hans.verkuil@cisco.com>
3044 L: linux-media@vger.kernel.org
3045 T: git git://linuxtv.org/media_tree.git
3046 W: http://linuxtv.org
3047 S: Supported
3048 F: Documentation/media/kapi/cec-core.rst
3049 F: Documentation/media/uapi/cec
3050 F: drivers/media/cec/
3051 F: drivers/media/cec-edid.c
3052 F: drivers/media/rc/keymaps/rc-cec.c
3053 F: include/media/cec.h
3054 F: include/media/cec-edid.h
3055 F: include/uapi/linux/cec.h
3056 F: include/uapi/linux/cec-funcs.h
3057
3058 CELL BROADBAND ENGINE ARCHITECTURE
3059 M: Arnd Bergmann <arnd@arndb.de>
3060 L: linuxppc-dev@lists.ozlabs.org
3061 W: http://www.ibm.com/developerworks/power/cell/
3062 S: Supported
3063 F: arch/powerpc/include/asm/cell*.h
3064 F: arch/powerpc/include/asm/spu*.h
3065 F: arch/powerpc/include/uapi/asm/spu*.h
3066 F: arch/powerpc/oprofile/*cell*
3067 F: arch/powerpc/platforms/cell/
3068
3069 CEPH COMMON CODE (LIBCEPH)
3070 M: Ilya Dryomov <idryomov@gmail.com>
3071 M: "Yan, Zheng" <zyan@redhat.com>
3072 M: Sage Weil <sage@redhat.com>
3073 L: ceph-devel@vger.kernel.org
3074 W: http://ceph.com/
3075 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3076 T: git git://github.com/ceph/ceph-client.git
3077 S: Supported
3078 F: net/ceph/
3079 F: include/linux/ceph/
3080 F: include/linux/crush/
3081
3082 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3083 M: "Yan, Zheng" <zyan@redhat.com>
3084 M: Sage Weil <sage@redhat.com>
3085 M: Ilya Dryomov <idryomov@gmail.com>
3086 L: ceph-devel@vger.kernel.org
3087 W: http://ceph.com/
3088 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3089 T: git git://github.com/ceph/ceph-client.git
3090 S: Supported
3091 F: Documentation/filesystems/ceph.txt
3092 F: fs/ceph/
3093
3094 CERTIFICATE HANDLING:
3095 M: David Howells <dhowells@redhat.com>
3096 M: David Woodhouse <dwmw2@infradead.org>
3097 L: keyrings@vger.kernel.org
3098 S: Maintained
3099 F: Documentation/module-signing.txt
3100 F: certs/
3101 F: scripts/sign-file.c
3102 F: scripts/extract-cert.c
3103
3104 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3105 L: linux-usb@vger.kernel.org
3106 S: Orphan
3107 F: Documentation/usb/WUSB-Design-overview.txt
3108 F: Documentation/usb/wusb-cbaf
3109 F: drivers/usb/host/hwa-hc.c
3110 F: drivers/usb/host/whci/
3111 F: drivers/usb/wusbcore/
3112 F: include/linux/usb/wusb*
3113
3114 HT16K33 LED CONTROLLER DRIVER
3115 M: Robin van der Gracht <robin@protonic.nl>
3116 S: Maintained
3117 F: drivers/auxdisplay/ht16k33.c
3118 F: Documentation/devicetree/bindings/display/ht16k33.txt
3119
3120 CFAG12864B LCD DRIVER
3121 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3122 W: http://miguelojeda.es/auxdisplay.htm
3123 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3124 S: Maintained
3125 F: drivers/auxdisplay/cfag12864b.c
3126 F: include/linux/cfag12864b.h
3127
3128 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3129 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3130 W: http://miguelojeda.es/auxdisplay.htm
3131 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3132 S: Maintained
3133 F: drivers/auxdisplay/cfag12864bfb.c
3134 F: include/linux/cfag12864b.h
3135
3136 CFG80211 and NL80211
3137 M: Johannes Berg <johannes@sipsolutions.net>
3138 L: linux-wireless@vger.kernel.org
3139 W: http://wireless.kernel.org/
3140 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3141 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3142 S: Maintained
3143 F: include/uapi/linux/nl80211.h
3144 F: include/net/cfg80211.h
3145 F: net/wireless/*
3146 X: net/wireless/wext*
3147
3148 CHAR and MISC DRIVERS
3149 M: Arnd Bergmann <arnd@arndb.de>
3150 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3151 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3152 S: Supported
3153 F: drivers/char/*
3154 F: drivers/misc/*
3155 F: include/linux/miscdevice.h
3156
3157 CHECKPATCH
3158 M: Andy Whitcroft <apw@canonical.com>
3159 M: Joe Perches <joe@perches.com>
3160 S: Maintained
3161 F: scripts/checkpatch.pl
3162
3163 CHINESE DOCUMENTATION
3164 M: Harry Wei <harryxiyou@gmail.com>
3165 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3166 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
3167 S: Maintained
3168 F: Documentation/translations/zh_CN/
3169
3170 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3171 M: Peter Chen <Peter.Chen@nxp.com>
3172 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3173 L: linux-usb@vger.kernel.org
3174 S: Maintained
3175 F: drivers/usb/chipidea/
3176
3177 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3178 M: Hans de Goede <hdegoede@redhat.com>
3179 L: linux-input@vger.kernel.org
3180 S: Maintained
3181 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3182 F: drivers/input/touchscreen/chipone_icn8318.c
3183
3184 CHROME HARDWARE PLATFORM SUPPORT
3185 M: Olof Johansson <olof@lixom.net>
3186 S: Maintained
3187 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3188 F: drivers/platform/chrome/
3189
3190 CISCO VIC ETHERNET NIC DRIVER
3191 M: Christian Benvenuti <benve@cisco.com>
3192 M: Sujith Sankar <ssujith@cisco.com>
3193 M: Govindarajulu Varadarajan <_govind@gmx.com>
3194 M: Neel Patel <neepatel@cisco.com>
3195 S: Supported
3196 F: drivers/net/ethernet/cisco/enic/
3197
3198 CISCO VIC LOW LATENCY NIC DRIVER
3199 M: Christian Benvenuti <benve@cisco.com>
3200 M: Dave Goodell <dgoodell@cisco.com>
3201 S: Supported
3202 F: drivers/infiniband/hw/usnic/
3203
3204 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3205 M: Hartley Sweeten <hsweeten@visionengravers.com>
3206 L: netdev@vger.kernel.org
3207 S: Maintained
3208 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3209
3210 CIRRUS LOGIC AUDIO CODEC DRIVERS
3211 M: Brian Austin <brian.austin@cirrus.com>
3212 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3213 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3214 S: Maintained
3215 F: sound/soc/codecs/cs*
3216
3217 CLEANCACHE API
3218 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3219 L: linux-kernel@vger.kernel.org
3220 S: Maintained
3221 F: mm/cleancache.c
3222 F: include/linux/cleancache.h
3223
3224 CLK API
3225 M: Russell King <linux@armlinux.org.uk>
3226 L: linux-clk@vger.kernel.org
3227 S: Maintained
3228 F: include/linux/clk.h
3229
3230 CLOCKSOURCE, CLOCKEVENT DRIVERS
3231 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3232 M: Thomas Gleixner <tglx@linutronix.de>
3233 L: linux-kernel@vger.kernel.org
3234 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3235 S: Supported
3236 F: drivers/clocksource
3237
3238 CISCO FCOE HBA DRIVER
3239 M: Satish Kharat <satishkh@cisco.com>
3240 M: Sesidhar Baddela <sebaddel@cisco.com>
3241 M: Karan Tilak Kumar <kartilak@cisco.com>
3242 L: linux-scsi@vger.kernel.org
3243 S: Supported
3244 F: drivers/scsi/fnic/
3245
3246 CISCO SCSI HBA DRIVER
3247 M: Karan Tilak Kumar <kartilak@cisco.com>
3248 M: Sesidhar Baddela <sebaddel@cisco.com>
3249 L: linux-scsi@vger.kernel.org
3250 S: Supported
3251 F: drivers/scsi/snic/
3252
3253 CMPC ACPI DRIVER
3254 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3255 M: Daniel Oliveira Nascimento <don@syst.com.br>
3256 L: platform-driver-x86@vger.kernel.org
3257 S: Supported
3258 F: drivers/platform/x86/classmate-laptop.c
3259
3260 COBALT MEDIA DRIVER
3261 M: Hans Verkuil <hans.verkuil@cisco.com>
3262 L: linux-media@vger.kernel.org
3263 T: git git://linuxtv.org/media_tree.git
3264 W: https://linuxtv.org
3265 S: Supported
3266 F: drivers/media/pci/cobalt/
3267
3268 COCCINELLE/Semantic Patches (SmPL)
3269 M: Julia Lawall <Julia.Lawall@lip6.fr>
3270 M: Gilles Muller <Gilles.Muller@lip6.fr>
3271 M: Nicolas Palix <nicolas.palix@imag.fr>
3272 M: Michal Marek <mmarek@suse.com>
3273 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3274 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3275 W: http://coccinelle.lip6.fr/
3276 S: Supported
3277 F: Documentation/dev-tools/coccinelle.rst
3278 F: scripts/coccinelle/
3279 F: scripts/coccicheck
3280
3281 CODA FILE SYSTEM
3282 M: Jan Harkes <jaharkes@cs.cmu.edu>
3283 M: coda@cs.cmu.edu
3284 L: codalist@coda.cs.cmu.edu
3285 W: http://www.coda.cs.cmu.edu/
3286 S: Maintained
3287 F: Documentation/filesystems/coda.txt
3288 F: fs/coda/
3289 F: include/linux/coda*.h
3290 F: include/uapi/linux/coda*.h
3291
3292 CODA V4L2 MEM2MEM DRIVER
3293 M: Philipp Zabel <p.zabel@pengutronix.de>
3294 L: linux-media@vger.kernel.org
3295 S: Maintained
3296 F: Documentation/devicetree/bindings/media/coda.txt
3297 F: drivers/media/platform/coda/
3298
3299 COMMON CLK FRAMEWORK
3300 M: Michael Turquette <mturquette@baylibre.com>
3301 M: Stephen Boyd <sboyd@codeaurora.org>
3302 L: linux-clk@vger.kernel.org
3303 Q: http://patchwork.kernel.org/project/linux-clk/list/
3304 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3305 S: Maintained
3306 F: Documentation/devicetree/bindings/clock/
3307 F: drivers/clk/
3308 X: drivers/clk/clkdev.c
3309 F: include/linux/clk-pr*
3310 F: include/linux/clk/
3311
3312 COMMON INTERNET FILE SYSTEM (CIFS)
3313 M: Steve French <sfrench@samba.org>
3314 L: linux-cifs@vger.kernel.org
3315 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3316 W: http://linux-cifs.samba.org/
3317 T: git git://git.samba.org/sfrench/cifs-2.6.git
3318 S: Supported
3319 F: Documentation/filesystems/cifs/
3320 F: fs/cifs/
3321
3322 COMPACTPCI HOTPLUG CORE
3323 M: Scott Murray <scott@spiteful.org>
3324 L: linux-pci@vger.kernel.org
3325 S: Maintained
3326 F: drivers/pci/hotplug/cpci_hotplug*
3327
3328 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3329 M: Scott Murray <scott@spiteful.org>
3330 L: linux-pci@vger.kernel.org
3331 S: Maintained
3332 F: drivers/pci/hotplug/cpcihp_zt5550.*
3333
3334 COMPACTPCI HOTPLUG GENERIC DRIVER
3335 M: Scott Murray <scott@spiteful.org>
3336 L: linux-pci@vger.kernel.org
3337 S: Maintained
3338 F: drivers/pci/hotplug/cpcihp_generic.c
3339
3340 COMPAL LAPTOP SUPPORT
3341 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3342 L: platform-driver-x86@vger.kernel.org
3343 S: Maintained
3344 F: drivers/platform/x86/compal-laptop.c
3345
3346 CONEXANT ACCESSRUNNER USB DRIVER
3347 L: accessrunner-general@lists.sourceforge.net
3348 W: http://accessrunner.sourceforge.net/
3349 S: Orphan
3350 F: drivers/usb/atm/cxacru.c
3351
3352 CONFIGFS
3353 M: Joel Becker <jlbec@evilplan.org>
3354 M: Christoph Hellwig <hch@lst.de>
3355 T: git git://git.infradead.org/users/hch/configfs.git
3356 S: Supported
3357 F: fs/configfs/
3358 F: include/linux/configfs.h
3359
3360 CONNECTOR
3361 M: Evgeniy Polyakov <zbr@ioremap.net>
3362 L: netdev@vger.kernel.org
3363 S: Maintained
3364 F: drivers/connector/
3365
3366 CONTROL GROUP (CGROUP)
3367 M: Tejun Heo <tj@kernel.org>
3368 M: Li Zefan <lizefan@huawei.com>
3369 M: Johannes Weiner <hannes@cmpxchg.org>
3370 L: cgroups@vger.kernel.org
3371 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3372 S: Maintained
3373 F: Documentation/cgroup*
3374 F: include/linux/cgroup*
3375 F: kernel/cgroup*
3376
3377 CONTROL GROUP - CPUSET
3378 M: Li Zefan <lizefan@huawei.com>
3379 L: cgroups@vger.kernel.org
3380 W: http://www.bullopensource.org/cpuset/
3381 W: http://oss.sgi.com/projects/cpusets/
3382 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3383 S: Maintained
3384 F: Documentation/cgroup-v1/cpusets.txt
3385 F: include/linux/cpuset.h
3386 F: kernel/cpuset.c
3387
3388 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3389 M: Johannes Weiner <hannes@cmpxchg.org>
3390 M: Michal Hocko <mhocko@kernel.org>
3391 M: Vladimir Davydov <vdavydov.dev@gmail.com>
3392 L: cgroups@vger.kernel.org
3393 L: linux-mm@kvack.org
3394 S: Maintained
3395 F: mm/memcontrol.c
3396 F: mm/swap_cgroup.c
3397
3398 CORETEMP HARDWARE MONITORING DRIVER
3399 M: Fenghua Yu <fenghua.yu@intel.com>
3400 L: linux-hwmon@vger.kernel.org
3401 S: Maintained
3402 F: Documentation/hwmon/coretemp
3403 F: drivers/hwmon/coretemp.c
3404
3405 COSA/SRP SYNC SERIAL DRIVER
3406 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3407 W: http://www.fi.muni.cz/~kas/cosa/
3408 S: Maintained
3409 F: drivers/net/wan/cosa*
3410
3411 CPMAC ETHERNET DRIVER
3412 M: Florian Fainelli <f.fainelli@gmail.com>
3413 L: netdev@vger.kernel.org
3414 S: Maintained
3415 F: drivers/net/ethernet/ti/cpmac.c
3416
3417 CPU FREQUENCY DRIVERS
3418 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3419 M: Viresh Kumar <viresh.kumar@linaro.org>
3420 L: linux-pm@vger.kernel.org
3421 S: Maintained
3422 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3423 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3424 B: https://bugzilla.kernel.org
3425 F: Documentation/cpu-freq/
3426 F: drivers/cpufreq/
3427 F: include/linux/cpufreq.h
3428
3429 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3430 M: Viresh Kumar <viresh.kumar@linaro.org>
3431 M: Sudeep Holla <sudeep.holla@arm.com>
3432 L: linux-pm@vger.kernel.org
3433 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3434 S: Maintained
3435 F: drivers/cpufreq/arm_big_little.h
3436 F: drivers/cpufreq/arm_big_little.c
3437 F: drivers/cpufreq/arm_big_little_dt.c
3438
3439 CPUIDLE DRIVER - ARM BIG LITTLE
3440 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3441 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3442 L: linux-pm@vger.kernel.org
3443 L: linux-arm-kernel@lists.infradead.org
3444 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3445 S: Maintained
3446 F: drivers/cpuidle/cpuidle-big_little.c
3447
3448 CPUIDLE DRIVER - ARM EXYNOS
3449 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3450 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3451 M: Kukjin Kim <kgene@kernel.org>
3452 L: linux-pm@vger.kernel.org
3453 L: linux-samsung-soc@vger.kernel.org
3454 S: Supported
3455 F: drivers/cpuidle/cpuidle-exynos.c
3456 F: arch/arm/mach-exynos/pm.c
3457
3458 CPUIDLE DRIVERS
3459 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3460 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3461 L: linux-pm@vger.kernel.org
3462 S: Maintained
3463 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3464 B: https://bugzilla.kernel.org
3465 F: drivers/cpuidle/*
3466 F: include/linux/cpuidle.h
3467
3468 CPUID/MSR DRIVER
3469 M: "H. Peter Anvin" <hpa@zytor.com>
3470 S: Maintained
3471 F: arch/x86/kernel/cpuid.c
3472 F: arch/x86/kernel/msr.c
3473
3474 CPU POWER MONITORING SUBSYSTEM
3475 M: Thomas Renninger <trenn@suse.com>
3476 L: linux-pm@vger.kernel.org
3477 S: Maintained
3478 F: tools/power/cpupower/
3479
3480 CRAMFS FILESYSTEM
3481 W: http://sourceforge.net/projects/cramfs/
3482 S: Orphan / Obsolete
3483 F: Documentation/filesystems/cramfs.txt
3484 F: fs/cramfs/
3485
3486 CRIS PORT
3487 M: Mikael Starvik <starvik@axis.com>
3488 M: Jesper Nilsson <jesper.nilsson@axis.com>
3489 L: linux-cris-kernel@axis.com
3490 W: http://developer.axis.com
3491 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3492 S: Maintained
3493 F: arch/cris/
3494 F: drivers/tty/serial/crisv10.*
3495
3496 CRYPTO API
3497 M: Herbert Xu <herbert@gondor.apana.org.au>
3498 M: "David S. Miller" <davem@davemloft.net>
3499 L: linux-crypto@vger.kernel.org
3500 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3501 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3502 S: Maintained
3503 F: Documentation/crypto/
3504 F: Documentation/devicetree/bindings/crypto/
3505 F: Documentation/DocBook/crypto-API.tmpl
3506 F: arch/*/crypto/
3507 F: crypto/
3508 F: drivers/crypto/
3509 F: include/crypto/
3510 F: include/linux/crypto*
3511
3512 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3513 M: Neil Horman <nhorman@tuxdriver.com>
3514 L: linux-crypto@vger.kernel.org
3515 S: Maintained
3516 F: crypto/ansi_cprng.c
3517 F: crypto/rng.c
3518
3519 CS3308 MEDIA DRIVER
3520 M: Hans Verkuil <hverkuil@xs4all.nl>
3521 L: linux-media@vger.kernel.org
3522 T: git git://linuxtv.org/media_tree.git
3523 W: http://linuxtv.org
3524 S: Odd Fixes
3525 F: drivers/media/i2c/cs3308.c
3526 F: drivers/media/i2c/cs3308.h
3527
3528 CS5535 Audio ALSA driver
3529 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3530 S: Maintained
3531 F: sound/pci/cs5535audio/
3532
3533 CW1200 WLAN driver
3534 M: Solomon Peachy <pizza@shaftnet.org>
3535 S: Maintained
3536 F: drivers/net/wireless/st/cw1200/
3537
3538 CX18 VIDEO4LINUX DRIVER
3539 M: Andy Walls <awalls@md.metrocast.net>
3540 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3541 L: linux-media@vger.kernel.org
3542 T: git git://linuxtv.org/media_tree.git
3543 W: https://linuxtv.org
3544 W: http://www.ivtvdriver.org/index.php/Cx18
3545 S: Maintained
3546 F: Documentation/media/v4l-drivers/cx18*
3547 F: drivers/media/pci/cx18/
3548 F: include/uapi/linux/ivtv*
3549
3550 CX2341X MPEG ENCODER HELPER MODULE
3551 M: Hans Verkuil <hverkuil@xs4all.nl>
3552 L: linux-media@vger.kernel.org
3553 T: git git://linuxtv.org/media_tree.git
3554 W: https://linuxtv.org
3555 S: Maintained
3556 F: drivers/media/common/cx2341x*
3557 F: include/media/cx2341x*
3558
3559 CX24120 MEDIA DRIVER
3560 M: Jemma Denson <jdenson@gmail.com>
3561 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3562 L: linux-media@vger.kernel.org
3563 W: https://linuxtv.org
3564 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3565 S: Maintained
3566 F: drivers/media/dvb-frontends/cx24120*
3567
3568 CX88 VIDEO4LINUX DRIVER
3569 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3570 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3571 L: linux-media@vger.kernel.org
3572 W: https://linuxtv.org
3573 T: git git://linuxtv.org/media_tree.git
3574 S: Odd fixes
3575 F: Documentation/media/v4l-drivers/cx88*
3576 F: drivers/media/pci/cx88/
3577
3578 CXD2820R MEDIA DRIVER
3579 M: Antti Palosaari <crope@iki.fi>
3580 L: linux-media@vger.kernel.org
3581 W: https://linuxtv.org
3582 W: http://palosaari.fi/linux/
3583 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3584 T: git git://linuxtv.org/anttip/media_tree.git
3585 S: Maintained
3586 F: drivers/media/dvb-frontends/cxd2820r*
3587
3588 CXGB3 ETHERNET DRIVER (CXGB3)
3589 M: Santosh Raspatur <santosh@chelsio.com>
3590 L: netdev@vger.kernel.org
3591 W: http://www.chelsio.com
3592 S: Supported
3593 F: drivers/net/ethernet/chelsio/cxgb3/
3594
3595 CXGB3 ISCSI DRIVER (CXGB3I)
3596 M: Karen Xie <kxie@chelsio.com>
3597 L: linux-scsi@vger.kernel.org
3598 W: http://www.chelsio.com
3599 S: Supported
3600 F: drivers/scsi/cxgbi/cxgb3i
3601
3602 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3603 M: Steve Wise <swise@chelsio.com>
3604 L: linux-rdma@vger.kernel.org
3605 W: http://www.openfabrics.org
3606 S: Supported
3607 F: drivers/infiniband/hw/cxgb3/
3608 F: include/uapi/rdma/cxgb3-abi.h
3609
3610 CXGB4 ETHERNET DRIVER (CXGB4)
3611 M: Ganesh Goudar <ganeshgr@chelsio.com>
3612 L: netdev@vger.kernel.org
3613 W: http://www.chelsio.com
3614 S: Supported
3615 F: drivers/net/ethernet/chelsio/cxgb4/
3616
3617 CXGB4 ISCSI DRIVER (CXGB4I)
3618 M: Karen Xie <kxie@chelsio.com>
3619 L: linux-scsi@vger.kernel.org
3620 W: http://www.chelsio.com
3621 S: Supported
3622 F: drivers/scsi/cxgbi/cxgb4i
3623
3624 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3625 M: Steve Wise <swise@chelsio.com>
3626 L: linux-rdma@vger.kernel.org
3627 W: http://www.openfabrics.org
3628 S: Supported
3629 F: drivers/infiniband/hw/cxgb4/
3630 F: include/uapi/rdma/cxgb4-abi.h
3631
3632 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3633 M: Casey Leedom <leedom@chelsio.com>
3634 L: netdev@vger.kernel.org
3635 W: http://www.chelsio.com
3636 S: Supported
3637 F: drivers/net/ethernet/chelsio/cxgb4vf/
3638
3639 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3640 M: Ian Munsie <imunsie@au1.ibm.com>
3641 M: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3642 L: linuxppc-dev@lists.ozlabs.org
3643 S: Supported
3644 F: arch/powerpc/platforms/powernv/pci-cxl.c
3645 F: drivers/misc/cxl/
3646 F: include/misc/cxl*
3647 F: include/uapi/misc/cxl.h
3648 F: Documentation/powerpc/cxl.txt
3649 F: Documentation/ABI/testing/sysfs-class-cxl
3650
3651 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3652 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3653 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3654 M: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3655 L: linux-scsi@vger.kernel.org
3656 S: Supported
3657 F: drivers/scsi/cxlflash/
3658 F: include/uapi/scsi/cxlflash_ioctls.h
3659 F: Documentation/powerpc/cxlflash.txt
3660
3661 STMMAC ETHERNET DRIVER
3662 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3663 M: Alexandre Torgue <alexandre.torgue@st.com>
3664 L: netdev@vger.kernel.org
3665 W: http://www.stlinux.com
3666 S: Supported
3667 F: drivers/net/ethernet/stmicro/stmmac/
3668
3669 CYBERPRO FB DRIVER
3670 M: Russell King <linux@armlinux.org.uk>
3671 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3672 W: http://www.armlinux.org.uk/
3673 S: Maintained
3674 F: drivers/video/fbdev/cyber2000fb.*
3675
3676 CYCLADES ASYNC MUX DRIVER
3677 W: http://www.cyclades.com/
3678 S: Orphan
3679 F: drivers/tty/cyclades.c
3680 F: include/linux/cyclades.h
3681 F: include/uapi/linux/cyclades.h
3682
3683 CYCLADES PC300 DRIVER
3684 W: http://www.cyclades.com/
3685 S: Orphan
3686 F: drivers/net/wan/pc300*
3687
3688 CYPRESS_FIRMWARE MEDIA DRIVER
3689 M: Antti Palosaari <crope@iki.fi>
3690 L: linux-media@vger.kernel.org
3691 W: https://linuxtv.org
3692 W: http://palosaari.fi/linux/
3693 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3694 T: git git://linuxtv.org/anttip/media_tree.git
3695 S: Maintained
3696 F: drivers/media/common/cypress_firmware*
3697
3698 CYTTSP TOUCHSCREEN DRIVER
3699 M: Ferruh Yigit <fery@cypress.com>
3700 L: linux-input@vger.kernel.org
3701 S: Supported
3702 F: drivers/input/touchscreen/cyttsp*
3703 F: include/linux/input/cyttsp.h
3704
3705 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3706 M: Joshua Kinard <kumba@gentoo.org>
3707 S: Maintained
3708 F: drivers/rtc/rtc-ds1685.c
3709 F: include/linux/rtc/ds1685.h
3710
3711 DAMA SLAVE for AX.25
3712 M: Joerg Reuter <jreuter@yaina.de>
3713 W: http://yaina.de/jreuter/
3714 W: http://www.qsl.net/dl1bke/
3715 L: linux-hams@vger.kernel.org
3716 S: Maintained
3717 F: net/ax25/af_ax25.c
3718 F: net/ax25/ax25_dev.c
3719 F: net/ax25/ax25_ds_*
3720 F: net/ax25/ax25_in.c
3721 F: net/ax25/ax25_out.c
3722 F: net/ax25/ax25_timer.c
3723 F: net/ax25/sysctl_net_ax25.c
3724
3725 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3726 L: netdev@vger.kernel.org
3727 S: Orphan
3728 F: Documentation/networking/dmfe.txt
3729 F: drivers/net/ethernet/dec/tulip/dmfe.c
3730
3731 DC390/AM53C974 SCSI driver
3732 M: Hannes Reinecke <hare@suse.com>
3733 L: linux-scsi@vger.kernel.org
3734 S: Maintained
3735 F: drivers/scsi/am53c974.c
3736
3737 DC395x SCSI driver
3738 M: Oliver Neukum <oliver@neukum.org>
3739 M: Ali Akcaagac <aliakc@web.de>
3740 M: Jamie Lenehan <lenehan@twibble.org>
3741 L: dc395x@twibble.org
3742 W: http://twibble.org/dist/dc395x/
3743 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3744 S: Maintained
3745 F: Documentation/scsi/dc395x.txt
3746 F: drivers/scsi/dc395x.*
3747
3748 DCCP PROTOCOL
3749 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3750 L: dccp@vger.kernel.org
3751 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3752 S: Maintained
3753 F: include/linux/dccp.h
3754 F: include/uapi/linux/dccp.h
3755 F: include/linux/tfrc.h
3756 F: net/dccp/
3757
3758 DECnet NETWORK LAYER
3759 W: http://linux-decnet.sourceforge.net
3760 L: linux-decnet-user@lists.sourceforge.net
3761 S: Orphan
3762 F: Documentation/networking/decnet.txt
3763 F: net/decnet/
3764
3765 DECSTATION PLATFORM SUPPORT
3766 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3767 L: linux-mips@linux-mips.org
3768 W: http://www.linux-mips.org/wiki/DECstation
3769 S: Maintained
3770 F: arch/mips/dec/
3771 F: arch/mips/include/asm/dec/
3772 F: arch/mips/include/asm/mach-dec/
3773
3774 DEFXX FDDI NETWORK DRIVER
3775 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3776 S: Maintained
3777 F: drivers/net/fddi/defxx.*
3778
3779 DELL LAPTOP DRIVER
3780 M: Matthew Garrett <mjg59@srcf.ucam.org>
3781 M: Pali Rohár <pali.rohar@gmail.com>
3782 L: platform-driver-x86@vger.kernel.org
3783 S: Maintained
3784 F: drivers/platform/x86/dell-laptop.c
3785
3786 DELL LAPTOP RBTN DRIVER
3787 M: Pali Rohár <pali.rohar@gmail.com>
3788 S: Maintained
3789 F: drivers/platform/x86/dell-rbtn.*
3790
3791 DELL LAPTOP FREEFALL DRIVER
3792 M: Pali Rohár <pali.rohar@gmail.com>
3793 S: Maintained
3794 F: drivers/platform/x86/dell-smo8800.c
3795
3796 DELL LAPTOP SMM DRIVER
3797 M: Pali Rohár <pali.rohar@gmail.com>
3798 S: Maintained
3799 F: drivers/hwmon/dell-smm-hwmon.c
3800 F: include/uapi/linux/i8k.h
3801
3802 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3803 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3804 S: Maintained
3805 F: Documentation/dcdbas.txt
3806 F: drivers/firmware/dcdbas.*
3807
3808 DELL WMI EXTRAS DRIVER
3809 M: Matthew Garrett <mjg59@srcf.ucam.org>
3810 M: Pali Rohár <pali.rohar@gmail.com>
3811 S: Maintained
3812 F: drivers/platform/x86/dell-wmi.c
3813
3814 DESIGNWARE USB2 DRD IP DRIVER
3815 M: John Youn <johnyoun@synopsys.com>
3816 L: linux-usb@vger.kernel.org
3817 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3818 S: Maintained
3819 F: drivers/usb/dwc2/
3820
3821 DESIGNWARE USB3 DRD IP DRIVER
3822 M: Felipe Balbi <balbi@kernel.org>
3823 L: linux-usb@vger.kernel.org
3824 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3825 S: Maintained
3826 F: drivers/usb/dwc3/
3827
3828 DEVICE COREDUMP (DEV_COREDUMP)
3829 M: Johannes Berg <johannes@sipsolutions.net>
3830 L: linux-kernel@vger.kernel.org
3831 S: Maintained
3832 F: drivers/base/devcoredump.c
3833 F: include/linux/devcoredump.h
3834
3835 DEVICE FREQUENCY (DEVFREQ)
3836 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3837 M: Kyungmin Park <kyungmin.park@samsung.com>
3838 R: Chanwoo Choi <cw00.choi@samsung.com>
3839 L: linux-pm@vger.kernel.org
3840 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3841 S: Maintained
3842 F: drivers/devfreq/
3843 F: include/linux/devfreq.h
3844 F: Documentation/devicetree/bindings/devfreq/
3845
3846 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3847 M: Chanwoo Choi <cw00.choi@samsung.com>
3848 L: linux-pm@vger.kernel.org
3849 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3850 S: Supported
3851 F: drivers/devfreq/event/
3852 F: drivers/devfreq/devfreq-event.c
3853 F: include/linux/devfreq-event.h
3854 F: Documentation/devicetree/bindings/devfreq/event/
3855
3856 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3857 M: Chanwoo Choi <cw00.choi@samsung.com>
3858 L: linux-pm@vger.kernel.org
3859 L: linux-samsung-soc@vger.kernel.org
3860 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3861 S: Maintained
3862 F: drivers/devfreq/exynos-bus.c
3863 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3864
3865 DEVICE NUMBER REGISTRY
3866 M: Torben Mathiasen <device@lanana.org>
3867 W: http://lanana.org/docs/device-list/index.html
3868 S: Maintained
3869
3870 DEVICE-MAPPER (LVM)
3871 M: Alasdair Kergon <agk@redhat.com>
3872 M: Mike Snitzer <snitzer@redhat.com>
3873 M: dm-devel@redhat.com
3874 L: dm-devel@redhat.com
3875 W: http://sources.redhat.com/dm
3876 Q: http://patchwork.kernel.org/project/dm-devel/list/
3877 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3878 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3879 S: Maintained
3880 F: Documentation/device-mapper/
3881 F: drivers/md/dm*
3882 F: drivers/md/persistent-data/
3883 F: include/linux/device-mapper.h
3884 F: include/linux/dm-*.h
3885 F: include/uapi/linux/dm-*.h
3886
3887 DEVLINK
3888 M: Jiri Pirko <jiri@mellanox.com>
3889 L: netdev@vger.kernel.org
3890 S: Supported
3891 F: net/core/devlink.c
3892 F: include/net/devlink.h
3893 F: include/uapi/linux/devlink.h
3894
3895 DIALOG SEMICONDUCTOR DRIVERS
3896 M: Support Opensource <support.opensource@diasemi.com>
3897 W: http://www.dialog-semiconductor.com/products
3898 S: Supported
3899 F: Documentation/hwmon/da90??
3900 F: Documentation/devicetree/bindings/mfd/da90*.txt
3901 F: Documentation/devicetree/bindings/regulator/da92*.txt
3902 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3903 F: drivers/gpio/gpio-da90??.c
3904 F: drivers/hwmon/da90??-hwmon.c
3905 F: drivers/iio/adc/da91??-*.c
3906 F: drivers/input/misc/da90??_onkey.c
3907 F: drivers/input/touchscreen/da9052_tsi.c
3908 F: drivers/leds/leds-da90??.c
3909 F: drivers/mfd/da903x.c
3910 F: drivers/mfd/da90??-*.c
3911 F: drivers/mfd/da91??-*.c
3912 F: drivers/power/supply/da9052-battery.c
3913 F: drivers/power/supply/da91??-*.c
3914 F: drivers/regulator/da903x.c
3915 F: drivers/regulator/da9???-regulator.[ch]
3916 F: drivers/rtc/rtc-da90??.c
3917 F: drivers/video/backlight/da90??_bl.c
3918 F: drivers/watchdog/da90??_wdt.c
3919 F: include/linux/mfd/da903x.h
3920 F: include/linux/mfd/da9052/
3921 F: include/linux/mfd/da9055/
3922 F: include/linux/mfd/da9062/
3923 F: include/linux/mfd/da9063/
3924 F: include/linux/mfd/da9150/
3925 F: include/linux/regulator/da9211.h
3926 F: include/sound/da[79]*.h
3927 F: sound/soc/codecs/da[79]*.[ch]
3928
3929 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3930 M: William Breathitt Gray <vilhelm.gray@gmail.com>
3931 L: linux-gpio@vger.kernel.org
3932 S: Maintained
3933 F: drivers/gpio/gpio-gpio-mm.c
3934
3935 DIGI NEO AND CLASSIC PCI PRODUCTS
3936 M: Lidza Louina <lidza.louina@gmail.com>
3937 M: Mark Hounschell <markh@compro.net>
3938 L: driverdev-devel@linuxdriverproject.org
3939 S: Maintained
3940 F: drivers/staging/dgnc/
3941
3942 DIOLAN U2C-12 I2C DRIVER
3943 M: Guenter Roeck <linux@roeck-us.net>
3944 L: linux-i2c@vger.kernel.org
3945 S: Maintained
3946 F: drivers/i2c/busses/i2c-diolan-u2c.c
3947
3948 DIRECT ACCESS (DAX)
3949 M: Matthew Wilcox <mawilcox@microsoft.com>
3950 M: Ross Zwisler <ross.zwisler@linux.intel.com>
3951 L: linux-fsdevel@vger.kernel.org
3952 S: Supported
3953 F: fs/dax.c
3954 F: include/linux/dax.h
3955 F: include/trace/events/fs_dax.h
3956
3957 DIRECTORY NOTIFICATION (DNOTIFY)
3958 M: Eric Paris <eparis@parisplace.org>
3959 S: Maintained
3960 F: Documentation/filesystems/dnotify.txt
3961 F: fs/notify/dnotify/
3962 F: include/linux/dnotify.h
3963
3964 DISK GEOMETRY AND PARTITION HANDLING
3965 M: Andries Brouwer <aeb@cwi.nl>
3966 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3967 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3968 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3969 S: Maintained
3970
3971 DISKQUOTA
3972 M: Jan Kara <jack@suse.com>
3973 S: Maintained
3974 F: Documentation/filesystems/quota.txt
3975 F: fs/quota/
3976 F: include/linux/quota*.h
3977 F: include/uapi/linux/quota*.h
3978
3979 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3980 M: Bernie Thompson <bernie@plugable.com>
3981 L: linux-fbdev@vger.kernel.org
3982 S: Maintained
3983 W: http://plugable.com/category/projects/udlfb/
3984 F: drivers/video/fbdev/udlfb.c
3985 F: include/video/udlfb.h
3986 F: Documentation/fb/udlfb.txt
3987
3988 DISTRIBUTED LOCK MANAGER (DLM)
3989 M: Christine Caulfield <ccaulfie@redhat.com>
3990 M: David Teigland <teigland@redhat.com>
3991 L: cluster-devel@redhat.com
3992 W: http://sources.redhat.com/cluster/
3993 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3994 S: Supported
3995 F: fs/dlm/
3996
3997 DMA BUFFER SHARING FRAMEWORK
3998 M: Sumit Semwal <sumit.semwal@linaro.org>
3999 S: Maintained
4000 L: linux-media@vger.kernel.org
4001 L: dri-devel@lists.freedesktop.org
4002 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
4003 F: drivers/dma-buf/
4004 F: include/linux/dma-buf*
4005 F: include/linux/reservation.h
4006 F: include/linux/*fence.h
4007 F: Documentation/dma-buf-sharing.txt
4008 T: git git://anongit.freedesktop.org/drm/drm-misc
4009
4010 SYNC FILE FRAMEWORK
4011 M: Sumit Semwal <sumit.semwal@linaro.org>
4012 R: Gustavo Padovan <gustavo@padovan.org>
4013 S: Maintained
4014 L: linux-media@vger.kernel.org
4015 L: dri-devel@lists.freedesktop.org
4016 F: drivers/dma-buf/sync_*
4017 F: drivers/dma-buf/sw_sync.c
4018 F: include/linux/sync_file.h
4019 F: include/uapi/linux/sync_file.h
4020 F: Documentation/sync_file.txt
4021 T: git git://anongit.freedesktop.org/drm/drm-misc
4022
4023 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4024 M: Vinod Koul <vinod.koul@intel.com>
4025 L: dmaengine@vger.kernel.org
4026 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
4027 S: Maintained
4028 F: drivers/dma/
4029 F: include/linux/dmaengine.h
4030 F: Documentation/devicetree/bindings/dma/
4031 F: Documentation/dmaengine/
4032 T: git git://git.infradead.org/users/vkoul/slave-dma.git
4033
4034 DME1737 HARDWARE MONITOR DRIVER
4035 M: Juerg Haefliger <juergh@gmail.com>
4036 L: linux-hwmon@vger.kernel.org
4037 S: Maintained
4038 F: Documentation/hwmon/dme1737
4039 F: drivers/hwmon/dme1737.c
4040
4041 DMI/SMBIOS SUPPORT
4042 M: Jean Delvare <jdelvare@suse.com>
4043 S: Maintained
4044 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4045 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
4046 F: drivers/firmware/dmi-id.c
4047 F: drivers/firmware/dmi_scan.c
4048 F: include/linux/dmi.h
4049
4050 DOCUMENTATION
4051 M: Jonathan Corbet <corbet@lwn.net>
4052 L: linux-doc@vger.kernel.org
4053 S: Maintained
4054 F: Documentation/
4055 F: scripts/docproc.c
4056 F: scripts/kernel-doc*
4057 X: Documentation/ABI/
4058 X: Documentation/devicetree/
4059 X: Documentation/acpi
4060 X: Documentation/power
4061 X: Documentation/spi
4062 X: Documentation/media
4063 T: git git://git.lwn.net/linux.git docs-next
4064
4065 DOUBLETALK DRIVER
4066 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
4067 L: blinux-list@redhat.com
4068 S: Maintained
4069 F: drivers/char/dtlk.c
4070 F: include/linux/dtlk.h
4071
4072 DPT_I2O SCSI RAID DRIVER
4073 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4074 L: linux-scsi@vger.kernel.org
4075 W: http://www.adaptec.com/
4076 S: Maintained
4077 F: drivers/scsi/dpt*
4078 F: drivers/scsi/dpt/
4079
4080 DRBD DRIVER
4081 M: Philipp Reisner <philipp.reisner@linbit.com>
4082 M: Lars Ellenberg <lars.ellenberg@linbit.com>
4083 L: drbd-dev@lists.linbit.com
4084 W: http://www.drbd.org
4085 T: git git://git.linbit.com/linux-drbd.git
4086 T: git git://git.linbit.com/drbd-8.4.git
4087 S: Supported
4088 F: drivers/block/drbd/
4089 F: lib/lru_cache.c
4090 F: Documentation/blockdev/drbd/
4091
4092 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
4093 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4094 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4095 S: Supported
4096 F: Documentation/kobject.txt
4097 F: drivers/base/
4098 F: fs/debugfs/
4099 F: fs/kernfs/
4100 F: fs/sysfs/
4101 F: include/linux/debugfs.h
4102 F: include/linux/kobj*
4103 F: lib/kobj*
4104
4105 DRM DRIVERS
4106 M: David Airlie <airlied@linux.ie>
4107 L: dri-devel@lists.freedesktop.org
4108 T: git git://people.freedesktop.org/~airlied/linux
4109 B: https://bugs.freedesktop.org/
4110 C: irc://chat.freenode.net/dri-devel
4111 S: Maintained
4112 F: drivers/gpu/drm/
4113 F: drivers/gpu/vga/
4114 F: Documentation/devicetree/bindings/display/
4115 F: Documentation/devicetree/bindings/gpu/
4116 F: Documentation/devicetree/bindings/video/
4117 F: Documentation/gpu/
4118 F: include/drm/
4119 F: include/uapi/drm/
4120
4121 DRM DRIVERS AND MISC GPU PATCHES
4122 M: Daniel Vetter <daniel.vetter@intel.com>
4123 M: Jani Nikula <jani.nikula@linux.intel.com>
4124 M: Sean Paul <seanpaul@chromium.org>
4125 W: https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4126 S: Maintained
4127 T: git git://anongit.freedesktop.org/drm/drm-misc
4128 F: Documentation/gpu/
4129 F: drivers/gpu/vga/
4130 F: drivers/gpu/drm/*
4131 F: include/drm/drm*
4132 F: include/uapi/drm/drm*
4133
4134 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4135 M: Dave Airlie <airlied@redhat.com>
4136 S: Odd Fixes
4137 F: drivers/gpu/drm/ast/
4138
4139 DRM DRIVERS FOR BRIDGE CHIPS
4140 M: Archit Taneja <architt@codeaurora.org>
4141 S: Maintained
4142 T: git git://anongit.freedesktop.org/drm/drm-misc
4143 F: drivers/gpu/drm/bridge/
4144
4145 DRM DRIVER FOR BOCHS VIRTUAL GPU
4146 M: Gerd Hoffmann <kraxel@redhat.com>
4147 L: virtualization@lists.linux-foundation.org
4148 T: git git://git.kraxel.org/linux drm-qemu
4149 S: Maintained
4150 F: drivers/gpu/drm/bochs/
4151
4152 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4153 M: Dave Airlie <airlied@redhat.com>
4154 M: Gerd Hoffmann <kraxel@redhat.com>
4155 L: virtualization@lists.linux-foundation.org
4156 T: git git://git.kraxel.org/linux drm-qemu
4157 S: Obsolete
4158 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
4159 F: drivers/gpu/drm/cirrus/
4160
4161 RADEON and AMDGPU DRM DRIVERS
4162 M: Alex Deucher <alexander.deucher@amd.com>
4163 M: Christian König <christian.koenig@amd.com>
4164 L: amd-gfx@lists.freedesktop.org
4165 T: git git://people.freedesktop.org/~agd5f/linux
4166 S: Supported
4167 F: drivers/gpu/drm/radeon/
4168 F: include/uapi/drm/radeon_drm.h
4169 F: drivers/gpu/drm/amd/
4170 F: include/uapi/drm/amdgpu_drm.h
4171
4172 DRM PANEL DRIVERS
4173 M: Thierry Reding <thierry.reding@gmail.com>
4174 L: dri-devel@lists.freedesktop.org
4175 T: git git://anongit.freedesktop.org/tegra/linux.git
4176 S: Maintained
4177 F: drivers/gpu/drm/drm_panel.c
4178 F: drivers/gpu/drm/panel/
4179 F: include/drm/drm_panel.h
4180 F: Documentation/devicetree/bindings/display/panel/
4181
4182 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4183 M: Daniel Vetter <daniel.vetter@intel.com>
4184 M: Jani Nikula <jani.nikula@linux.intel.com>
4185 L: intel-gfx@lists.freedesktop.org
4186 W: https://01.org/linuxgraphics/
4187 B: https://01.org/linuxgraphics/documentation/how-report-bugs
4188 C: irc://chat.freenode.net/intel-gfx
4189 Q: http://patchwork.freedesktop.org/project/intel-gfx/
4190 T: git git://anongit.freedesktop.org/drm-intel
4191 S: Supported
4192 F: drivers/gpu/drm/i915/
4193 F: include/drm/i915*
4194 F: include/uapi/drm/i915_drm.h
4195 F: Documentation/gpu/i915.rst
4196
4197 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4198 M: Zhenyu Wang <zhenyuw@linux.intel.com>
4199 M: Zhi Wang <zhi.a.wang@intel.com>
4200 L: intel-gvt-dev@lists.freedesktop.org
4201 L: intel-gfx@lists.freedesktop.org
4202 W: https://01.org/igvt-g
4203 T: git https://github.com/01org/gvt-linux.git
4204 S: Supported
4205 F: drivers/gpu/drm/i915/gvt/
4206
4207 DRM DRIVERS FOR ATMEL HLCDC
4208 M: Boris Brezillon <boris.brezillon@free-electrons.com>
4209 L: dri-devel@lists.freedesktop.org
4210 S: Supported
4211 F: drivers/gpu/drm/atmel-hlcdc/
4212 F: Documentation/devicetree/bindings/drm/atmel/
4213
4214 DRM DRIVERS FOR ALLWINNER A10
4215 M: Maxime Ripard <maxime.ripard@free-electrons.com>
4216 L: dri-devel@lists.freedesktop.org
4217 S: Supported
4218 F: drivers/gpu/drm/sun4i/
4219 F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4220
4221 DRM DRIVERS FOR AMLOGIC SOCS
4222 M: Neil Armstrong <narmstrong@baylibre.com>
4223 L: dri-devel@lists.freedesktop.org
4224 L: linux-amlogic@lists.infradead.org
4225 W: http://linux-meson.com/
4226 S: Supported
4227 F: drivers/gpu/drm/meson/
4228 F: Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4229
4230 DRM DRIVERS FOR EXYNOS
4231 M: Inki Dae <inki.dae@samsung.com>
4232 M: Joonyoung Shim <jy0922.shim@samsung.com>
4233 M: Seung-Woo Kim <sw0312.kim@samsung.com>
4234 M: Kyungmin Park <kyungmin.park@samsung.com>
4235 L: dri-devel@lists.freedesktop.org
4236 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4237 S: Supported
4238 F: drivers/gpu/drm/exynos/
4239 F: include/uapi/drm/exynos_drm.h
4240 F: Documentation/devicetree/bindings/display/exynos/
4241
4242 DRM DRIVERS FOR FREESCALE DCU
4243 M: Stefan Agner <stefan@agner.ch>
4244 M: Alison Wang <alison.wang@freescale.com>
4245 L: dri-devel@lists.freedesktop.org
4246 S: Supported
4247 F: drivers/gpu/drm/fsl-dcu/
4248 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
4249 F: Documentation/devicetree/bindings/display/fsl,tcon.txt
4250 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4251
4252 DRM DRIVERS FOR FREESCALE IMX
4253 M: Philipp Zabel <p.zabel@pengutronix.de>
4254 L: dri-devel@lists.freedesktop.org
4255 S: Maintained
4256 F: drivers/gpu/drm/imx/
4257 F: drivers/gpu/ipu-v3/
4258 F: Documentation/devicetree/bindings/display/imx/
4259
4260 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4261 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4262 L: dri-devel@lists.freedesktop.org
4263 T: git git://github.com/patjak/drm-gma500
4264 S: Maintained
4265 F: drivers/gpu/drm/gma500/
4266
4267 DRM DRIVERS FOR HISILICON
4268 M: Xinliang Liu <z.liuxinliang@hisilicon.com>
4269 M: Rongrong Zou <zourongrong@gmail.com>
4270 R: Xinwei Kong <kong.kongxinwei@hisilicon.com>
4271 R: Chen Feng <puck.chen@hisilicon.com>
4272 L: dri-devel@lists.freedesktop.org
4273 T: git git://github.com/xin3liang/linux.git
4274 S: Maintained
4275 F: drivers/gpu/drm/hisilicon/
4276 F: Documentation/devicetree/bindings/display/hisilicon/
4277
4278 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4279 S: Orphan / Obsolete
4280 F: drivers/gpu/drm/i810/
4281 F: include/uapi/drm/i810_drm.h
4282
4283 DRM DRIVERS FOR MEDIATEK
4284 M: CK Hu <ck.hu@mediatek.com>
4285 M: Philipp Zabel <p.zabel@pengutronix.de>
4286 L: dri-devel@lists.freedesktop.org
4287 S: Supported
4288 F: drivers/gpu/drm/mediatek/
4289 F: Documentation/devicetree/bindings/display/mediatek/
4290
4291 DRM DRIVER FOR MSM ADRENO GPU
4292 M: Rob Clark <robdclark@gmail.com>
4293 L: linux-arm-msm@vger.kernel.org
4294 L: dri-devel@lists.freedesktop.org
4295 L: freedreno@lists.freedesktop.org
4296 T: git git://people.freedesktop.org/~robclark/linux
4297 S: Maintained
4298 F: drivers/gpu/drm/msm/
4299 F: include/uapi/drm/msm_drm.h
4300 F: Documentation/devicetree/bindings/display/msm/
4301
4302 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4303 M: Ben Skeggs <bskeggs@redhat.com>
4304 L: dri-devel@lists.freedesktop.org
4305 L: nouveau@lists.freedesktop.org
4306 T: git git://github.com/skeggsb/linux
4307 S: Supported
4308 F: drivers/gpu/drm/nouveau/
4309 F: include/uapi/drm/nouveau_drm.h
4310
4311 DRM DRIVERS FOR NVIDIA TEGRA
4312 M: Thierry Reding <thierry.reding@gmail.com>
4313 L: dri-devel@lists.freedesktop.org
4314 L: linux-tegra@vger.kernel.org
4315 T: git git://anongit.freedesktop.org/tegra/linux.git
4316 S: Supported
4317 F: drivers/gpu/drm/tegra/
4318 F: drivers/gpu/host1x/
4319 F: include/linux/host1x.h
4320 F: include/uapi/drm/tegra_drm.h
4321 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4322
4323 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4324 S: Orphan / Obsolete
4325 F: drivers/gpu/drm/mga/
4326 F: include/uapi/drm/mga_drm.h
4327
4328 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4329 M: Dave Airlie <airlied@redhat.com>
4330 S: Odd Fixes
4331 F: drivers/gpu/drm/mgag200/
4332
4333 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4334 S: Orphan / Obsolete
4335 F: drivers/gpu/drm/r128/
4336 F: include/uapi/drm/r128_drm.h
4337
4338 DRM DRIVERS FOR RENESAS
4339 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4340 L: dri-devel@lists.freedesktop.org
4341 L: linux-renesas-soc@vger.kernel.org
4342 T: git git://linuxtv.org/pinchartl/fbdev
4343 S: Supported
4344 F: drivers/gpu/drm/rcar-du/
4345 F: drivers/gpu/drm/shmobile/
4346 F: include/linux/platform_data/shmob_drm.h
4347 F: Documentation/devicetree/bindings/display/renesas,du.txt
4348
4349 DRM DRIVER FOR QXL VIRTUAL GPU
4350 M: Dave Airlie <airlied@redhat.com>
4351 M: Gerd Hoffmann <kraxel@redhat.com>
4352 L: virtualization@lists.linux-foundation.org
4353 T: git git://git.kraxel.org/linux drm-qemu
4354 S: Maintained
4355 F: drivers/gpu/drm/qxl/
4356 F: include/uapi/drm/qxl_drm.h
4357
4358 DRM DRIVERS FOR ROCKCHIP
4359 M: Mark Yao <mark.yao@rock-chips.com>
4360 L: dri-devel@lists.freedesktop.org
4361 S: Maintained
4362 F: drivers/gpu/drm/rockchip/
4363 F: Documentation/devicetree/bindings/display/rockchip/
4364
4365 DRM DRIVER FOR SAVAGE VIDEO CARDS
4366 S: Orphan / Obsolete
4367 F: drivers/gpu/drm/savage/
4368 F: include/uapi/drm/savage_drm.h
4369
4370 DRM DRIVER FOR SIS VIDEO CARDS
4371 S: Orphan / Obsolete
4372 F: drivers/gpu/drm/sis/
4373 F: include/uapi/drm/sis_drm.h
4374
4375 DRM DRIVERS FOR STI
4376 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
4377 M: Vincent Abriou <vincent.abriou@st.com>
4378 L: dri-devel@lists.freedesktop.org
4379 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4380 S: Maintained
4381 F: drivers/gpu/drm/sti
4382 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
4383
4384 DRM DRIVER FOR TDFX VIDEO CARDS
4385 S: Orphan / Obsolete
4386 F: drivers/gpu/drm/tdfx/
4387
4388 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4389 M: Dave Airlie <airlied@redhat.com>
4390 S: Odd Fixes
4391 F: drivers/gpu/drm/udl/
4392
4393 DRM DRIVERS FOR VIVANTE GPU IP
4394 M: Lucas Stach <l.stach@pengutronix.de>
4395 R: Russell King <linux+etnaviv@armlinux.org.uk>
4396 R: Christian Gmeiner <christian.gmeiner@gmail.com>
4397 L: etnaviv@lists.freedesktop.org
4398 L: dri-devel@lists.freedesktop.org
4399 S: Maintained
4400 F: drivers/gpu/drm/etnaviv/
4401 F: include/uapi/drm/etnaviv_drm.h
4402 F: Documentation/devicetree/bindings/display/etnaviv/
4403
4404 DRM DRIVER FOR VMWARE VIRTUAL GPU
4405 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4406 M: Sinclair Yeh <syeh@vmware.com>
4407 M: Thomas Hellstrom <thellstrom@vmware.com>
4408 L: dri-devel@lists.freedesktop.org
4409 T: git git://people.freedesktop.org/~syeh/repos_linux
4410 T: git git://people.freedesktop.org/~thomash/linux
4411 S: Supported
4412 F: drivers/gpu/drm/vmwgfx/
4413 F: include/uapi/drm/vmwgfx_drm.h
4414
4415 DRM DRIVERS FOR VC4
4416 M: Eric Anholt <eric@anholt.net>
4417 T: git git://github.com/anholt/linux
4418 S: Supported
4419 F: drivers/gpu/drm/vc4/
4420 F: include/uapi/drm/vc4_drm.h
4421 F: Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4422
4423 DRM DRIVERS FOR TI OMAP
4424 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4425 L: dri-devel@lists.freedesktop.org
4426 S: Maintained
4427 F: drivers/gpu/drm/omapdrm/
4428 F: Documentation/devicetree/bindings/display/ti/
4429
4430 DRM DRIVERS FOR TI LCDC
4431 M: Jyri Sarha <jsarha@ti.com>
4432 R: Tomi Valkeinen <tomi.valkeinen@ti.com>
4433 L: dri-devel@lists.freedesktop.org
4434 S: Maintained
4435 F: drivers/gpu/drm/tilcdc/
4436 F: Documentation/devicetree/bindings/display/tilcdc/
4437
4438 DRM DRIVERS FOR ZTE ZX
4439 M: Shawn Guo <shawnguo@kernel.org>
4440 L: dri-devel@lists.freedesktop.org
4441 S: Maintained
4442 F: drivers/gpu/drm/zte/
4443 F: Documentation/devicetree/bindings/display/zte,vou.txt
4444
4445 DSBR100 USB FM RADIO DRIVER
4446 M: Alexey Klimov <klimov.linux@gmail.com>
4447 L: linux-media@vger.kernel.org
4448 T: git git://linuxtv.org/media_tree.git
4449 S: Maintained
4450 F: drivers/media/radio/dsbr100.c
4451
4452 DSCC4 DRIVER
4453 M: Francois Romieu <romieu@fr.zoreil.com>
4454 L: netdev@vger.kernel.org
4455 S: Maintained
4456 F: drivers/net/wan/dscc4.c
4457
4458 DT3155 MEDIA DRIVER
4459 M: Hans Verkuil <hverkuil@xs4all.nl>
4460 L: linux-media@vger.kernel.org
4461 T: git git://linuxtv.org/media_tree.git
4462 W: https://linuxtv.org
4463 S: Odd Fixes
4464 F: drivers/media/pci/dt3155/
4465
4466 DVB_USB_AF9015 MEDIA DRIVER
4467 M: Antti Palosaari <crope@iki.fi>
4468 L: linux-media@vger.kernel.org
4469 W: https://linuxtv.org
4470 W: http://palosaari.fi/linux/
4471 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4472 T: git git://linuxtv.org/anttip/media_tree.git
4473 S: Maintained
4474 F: drivers/media/usb/dvb-usb-v2/af9015*
4475
4476 DVB_USB_AF9035 MEDIA DRIVER
4477 M: Antti Palosaari <crope@iki.fi>
4478 L: linux-media@vger.kernel.org
4479 W: https://linuxtv.org
4480 W: http://palosaari.fi/linux/
4481 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4482 T: git git://linuxtv.org/anttip/media_tree.git
4483 S: Maintained
4484 F: drivers/media/usb/dvb-usb-v2/af9035*
4485
4486 DVB_USB_ANYSEE MEDIA DRIVER
4487 M: Antti Palosaari <crope@iki.fi>
4488 L: linux-media@vger.kernel.org
4489 W: https://linuxtv.org
4490 W: http://palosaari.fi/linux/
4491 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4492 T: git git://linuxtv.org/anttip/media_tree.git
4493 S: Maintained
4494 F: drivers/media/usb/dvb-usb-v2/anysee*
4495
4496 DVB_USB_AU6610 MEDIA DRIVER
4497 M: Antti Palosaari <crope@iki.fi>
4498 L: linux-media@vger.kernel.org
4499 W: https://linuxtv.org
4500 W: http://palosaari.fi/linux/
4501 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4502 T: git git://linuxtv.org/anttip/media_tree.git
4503 S: Maintained
4504 F: drivers/media/usb/dvb-usb-v2/au6610*
4505
4506 DVB_USB_CE6230 MEDIA DRIVER
4507 M: Antti Palosaari <crope@iki.fi>
4508 L: linux-media@vger.kernel.org
4509 W: https://linuxtv.org
4510 W: http://palosaari.fi/linux/
4511 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4512 T: git git://linuxtv.org/anttip/media_tree.git
4513 S: Maintained
4514 F: drivers/media/usb/dvb-usb-v2/ce6230*
4515
4516 DVB_USB_CXUSB MEDIA DRIVER
4517 M: Michael Krufky <mkrufky@linuxtv.org>
4518 L: linux-media@vger.kernel.org
4519 W: https://linuxtv.org
4520 W: http://github.com/mkrufky
4521 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4522 T: git git://linuxtv.org/media_tree.git
4523 S: Maintained
4524 F: drivers/media/usb/dvb-usb/cxusb*
4525
4526 DVB_USB_EC168 MEDIA DRIVER
4527 M: Antti Palosaari <crope@iki.fi>
4528 L: linux-media@vger.kernel.org
4529 W: https://linuxtv.org
4530 W: http://palosaari.fi/linux/
4531 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4532 T: git git://linuxtv.org/anttip/media_tree.git
4533 S: Maintained
4534 F: drivers/media/usb/dvb-usb-v2/ec168*
4535
4536 DVB_USB_GL861 MEDIA DRIVER
4537 M: Antti Palosaari <crope@iki.fi>
4538 L: linux-media@vger.kernel.org
4539 W: https://linuxtv.org
4540 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4541 T: git git://linuxtv.org/anttip/media_tree.git
4542 S: Maintained
4543 F: drivers/media/usb/dvb-usb-v2/gl861*
4544
4545 DVB_USB_MXL111SF MEDIA DRIVER
4546 M: Michael Krufky <mkrufky@linuxtv.org>
4547 L: linux-media@vger.kernel.org
4548 W: https://linuxtv.org
4549 W: http://github.com/mkrufky
4550 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4551 T: git git://linuxtv.org/mkrufky/mxl111sf.git
4552 S: Maintained
4553 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
4554
4555 DVB_USB_RTL28XXU MEDIA DRIVER
4556 M: Antti Palosaari <crope@iki.fi>
4557 L: linux-media@vger.kernel.org
4558 W: https://linuxtv.org
4559 W: http://palosaari.fi/linux/
4560 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4561 T: git git://linuxtv.org/anttip/media_tree.git
4562 S: Maintained
4563 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
4564
4565 DVB_USB_V2 MEDIA DRIVER
4566 M: Antti Palosaari <crope@iki.fi>
4567 L: linux-media@vger.kernel.org
4568 W: https://linuxtv.org
4569 W: http://palosaari.fi/linux/
4570 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4571 T: git git://linuxtv.org/anttip/media_tree.git
4572 S: Maintained
4573 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
4574 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
4575
4576 DYNAMIC DEBUG
4577 M: Jason Baron <jbaron@akamai.com>
4578 S: Maintained
4579 F: lib/dynamic_debug.c
4580 F: include/linux/dynamic_debug.h
4581
4582 DZ DECSTATION DZ11 SERIAL DRIVER
4583 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4584 S: Maintained
4585 F: drivers/tty/serial/dz.*
4586
4587 E3X0 POWER BUTTON DRIVER
4588 M: Moritz Fischer <moritz.fischer@ettus.com>
4589 L: usrp-users@lists.ettus.com
4590 W: http://www.ettus.com
4591 S: Supported
4592 F: drivers/input/misc/e3x0-button.c
4593 F: Documentation/devicetree/bindings/input/e3x0-button.txt
4594
4595 E4000 MEDIA DRIVER
4596 M: Antti Palosaari <crope@iki.fi>
4597 L: linux-media@vger.kernel.org
4598 W: https://linuxtv.org
4599 W: http://palosaari.fi/linux/
4600 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4601 T: git git://linuxtv.org/anttip/media_tree.git
4602 S: Maintained
4603 F: drivers/media/tuners/e4000*
4604
4605 EATA ISA/EISA/PCI SCSI DRIVER
4606 M: Dario Ballabio <ballabio_dario@emc.com>
4607 L: linux-scsi@vger.kernel.org
4608 S: Maintained
4609 F: drivers/scsi/eata.c
4610
4611 EC100 MEDIA DRIVER
4612 M: Antti Palosaari <crope@iki.fi>
4613 L: linux-media@vger.kernel.org
4614 W: https://linuxtv.org
4615 W: http://palosaari.fi/linux/
4616 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4617 T: git git://linuxtv.org/anttip/media_tree.git
4618 S: Maintained
4619 F: drivers/media/dvb-frontends/ec100*
4620
4621 ECRYPT FILE SYSTEM
4622 M: Tyler Hicks <tyhicks@canonical.com>
4623 L: ecryptfs@vger.kernel.org
4624 W: http://ecryptfs.org
4625 W: https://launchpad.net/ecryptfs
4626 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4627 S: Supported
4628 F: Documentation/filesystems/ecryptfs.txt
4629 F: fs/ecryptfs/
4630
4631 EDAC-CORE
4632 M: Borislav Petkov <bp@alien8.de>
4633 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4634 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4635 L: linux-edac@vger.kernel.org
4636 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4637 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4638 S: Supported
4639 F: Documentation/admin-guide/ras.rst
4640 F: Documentation/driver-api/edac.rst
4641 F: drivers/edac/
4642 F: include/linux/edac.h
4643
4644 EDAC-AMD64
4645 M: Borislav Petkov <bp@alien8.de>
4646 L: linux-edac@vger.kernel.org
4647 S: Maintained
4648 F: drivers/edac/amd64_edac*
4649
4650 EDAC-CALXEDA
4651 M: Robert Richter <rric@kernel.org>
4652 L: linux-edac@vger.kernel.org
4653 S: Maintained
4654 F: drivers/edac/highbank*
4655
4656 EDAC-CAVIUM
4657 M: Ralf Baechle <ralf@linux-mips.org>
4658 M: David Daney <david.daney@cavium.com>
4659 L: linux-edac@vger.kernel.org
4660 L: linux-mips@linux-mips.org
4661 S: Supported
4662 F: drivers/edac/octeon_edac*
4663
4664 EDAC-E752X
4665 M: Mark Gross <mark.gross@intel.com>
4666 L: linux-edac@vger.kernel.org
4667 S: Maintained
4668 F: drivers/edac/e752x_edac.c
4669
4670 EDAC-E7XXX
4671 L: linux-edac@vger.kernel.org
4672 S: Maintained
4673 F: drivers/edac/e7xxx_edac.c
4674
4675 EDAC-FSL_DDR
4676 M: York Sun <york.sun@nxp.com>
4677 L: linux-edac@vger.kernel.org
4678 S: Maintained
4679 F: drivers/edac/fsl_ddr_edac.*
4680
4681 EDAC-GHES
4682 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4683 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4684 L: linux-edac@vger.kernel.org
4685 S: Maintained
4686 F: drivers/edac/ghes_edac.c
4687
4688 EDAC-I82443BXGX
4689 M: Tim Small <tim@buttersideup.com>
4690 L: linux-edac@vger.kernel.org
4691 S: Maintained
4692 F: drivers/edac/i82443bxgx_edac.c
4693
4694 EDAC-I3000
4695 L: linux-edac@vger.kernel.org
4696 S: Orphan
4697 F: drivers/edac/i3000_edac.c
4698
4699 EDAC-I5000
4700 L: linux-edac@vger.kernel.org
4701 S: Maintained
4702 F: drivers/edac/i5000_edac.c
4703
4704 EDAC-I5400
4705 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4706 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4707 L: linux-edac@vger.kernel.org
4708 S: Maintained
4709 F: drivers/edac/i5400_edac.c
4710
4711 EDAC-I7300
4712 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4713 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4714 L: linux-edac@vger.kernel.org
4715 S: Maintained
4716 F: drivers/edac/i7300_edac.c
4717
4718 EDAC-I7CORE
4719 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4720 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4721 L: linux-edac@vger.kernel.org
4722 S: Maintained
4723 F: drivers/edac/i7core_edac.c
4724
4725 EDAC-I82975X
4726 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4727 M: "Arvind R." <arvino55@gmail.com>
4728 L: linux-edac@vger.kernel.org
4729 S: Maintained
4730 F: drivers/edac/i82975x_edac.c
4731
4732 EDAC-IE31200
4733 M: Jason Baron <jbaron@akamai.com>
4734 L: linux-edac@vger.kernel.org
4735 S: Maintained
4736 F: drivers/edac/ie31200_edac.c
4737
4738 EDAC-MPC85XX
4739 M: Johannes Thumshirn <morbidrsa@gmail.com>
4740 L: linux-edac@vger.kernel.org
4741 S: Maintained
4742 F: drivers/edac/mpc85xx_edac.[ch]
4743
4744 EDAC-PASEMI
4745 M: Egor Martovetsky <egor@pasemi.com>
4746 L: linux-edac@vger.kernel.org
4747 S: Maintained
4748 F: drivers/edac/pasemi_edac.c
4749
4750 EDAC-R82600
4751 M: Tim Small <tim@buttersideup.com>
4752 L: linux-edac@vger.kernel.org
4753 S: Maintained
4754 F: drivers/edac/r82600_edac.c
4755
4756 EDAC-SBRIDGE
4757 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4758 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4759 L: linux-edac@vger.kernel.org
4760 S: Maintained
4761 F: drivers/edac/sb_edac.c
4762
4763 EDAC-SKYLAKE
4764 M: Tony Luck <tony.luck@intel.com>
4765 L: linux-edac@vger.kernel.org
4766 S: Maintained
4767 F: drivers/edac/skx_edac.c
4768
4769 EDAC-XGENE
4770 APPLIED MICRO (APM) X-GENE SOC EDAC
4771 M: Loc Ho <lho@apm.com>
4772 S: Supported
4773 F: drivers/edac/xgene_edac.c
4774 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4775
4776 EDIROL UA-101/UA-1000 DRIVER
4777 M: Clemens Ladisch <clemens@ladisch.de>
4778 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4779 T: git git://git.alsa-project.org/alsa-kernel.git
4780 S: Maintained
4781 F: sound/usb/misc/ua101.c
4782
4783 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4784 M: Matt Fleming <matt@codeblueprint.co.uk>
4785 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
4786 L: linux-efi@vger.kernel.org
4787 T: git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4788 S: Maintained
4789 F: Documentation/efi-stub.txt
4790 F: arch/*/kernel/efi.c
4791 F: arch/x86/boot/compressed/eboot.[ch]
4792 F: arch/*/include/asm/efi.h
4793 F: arch/x86/platform/efi/
4794 F: drivers/firmware/efi/
4795 F: include/linux/efi*.h
4796 F: arch/arm/boot/compressed/efi-header.S
4797 F: arch/arm64/kernel/efi-entry.S
4798
4799 EFI VARIABLE FILESYSTEM
4800 M: Matthew Garrett <matthew.garrett@nebula.com>
4801 M: Jeremy Kerr <jk@ozlabs.org>
4802 M: Matt Fleming <matt@codeblueprint.co.uk>
4803 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4804 L: linux-efi@vger.kernel.org
4805 S: Maintained
4806 F: fs/efivarfs/
4807
4808 EFIFB FRAMEBUFFER DRIVER
4809 L: linux-fbdev@vger.kernel.org
4810 M: Peter Jones <pjones@redhat.com>
4811 S: Maintained
4812 F: drivers/video/fbdev/efifb.c
4813
4814 EFI TEST DRIVER
4815 L: linux-efi@vger.kernel.org
4816 M: Ivan Hu <ivan.hu@canonical.com>
4817 M: Matt Fleming <matt@codeblueprint.co.uk>
4818 S: Maintained
4819 F: drivers/firmware/efi/test/
4820
4821 EFS FILESYSTEM
4822 W: http://aeschi.ch.eu.org/efs/
4823 S: Orphan
4824 F: fs/efs/
4825
4826 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4827 M: Douglas Miller <dougmill@linux.vnet.ibm.com>
4828 L: netdev@vger.kernel.org
4829 S: Maintained
4830 F: drivers/net/ethernet/ibm/ehea/
4831
4832 EM28XX VIDEO4LINUX DRIVER
4833 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4834 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4835 L: linux-media@vger.kernel.org
4836 W: https://linuxtv.org
4837 T: git git://linuxtv.org/media_tree.git
4838 S: Maintained
4839 F: drivers/media/usb/em28xx/
4840 F: Documentation/media/v4l-drivers/em28xx*
4841
4842 EMBEDDED LINUX
4843 M: Paul Gortmaker <paul.gortmaker@windriver.com>
4844 M: Matt Mackall <mpm@selenic.com>
4845 M: David Woodhouse <dwmw2@infradead.org>
4846 L: linux-embedded@vger.kernel.org
4847 S: Maintained
4848
4849 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
4850 M: James Smart <james.smart@broadcom.com>
4851 M: Dick Kennedy <dick.kennedy@broadcom.com>
4852 L: linux-scsi@vger.kernel.org
4853 W: http://www.broadcom.com
4854 S: Supported
4855 F: drivers/scsi/lpfc/
4856
4857 ENE CB710 FLASH CARD READER DRIVER
4858 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4859 S: Maintained
4860 F: drivers/misc/cb710/
4861 F: drivers/mmc/host/cb710-mmc.*
4862 F: include/linux/cb710.h
4863
4864 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4865 M: Maxim Levitsky <maximlevitsky@gmail.com>
4866 S: Maintained
4867 F: drivers/media/rc/ene_ir.*
4868
4869 EPSON S1D13XXX FRAMEBUFFER DRIVER
4870 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4871 S: Maintained
4872 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4873 F: drivers/video/fbdev/s1d13xxxfb.c
4874 F: include/video/s1d13xxxfb.h
4875
4876 ET131X NETWORK DRIVER
4877 M: Mark Einon <mark.einon@gmail.com>
4878 S: Odd Fixes
4879 F: drivers/net/ethernet/agere/
4880
4881 ETHERNET BRIDGE
4882 M: Stephen Hemminger <stephen@networkplumber.org>
4883 L: bridge@lists.linux-foundation.org (moderated for non-subscribers)
4884 L: netdev@vger.kernel.org
4885 W: http://www.linuxfoundation.org/en/Net:Bridge
4886 S: Maintained
4887 F: include/linux/netfilter_bridge/
4888 F: net/bridge/
4889
4890 ETHERNET PHY LIBRARY
4891 M: Florian Fainelli <f.fainelli@gmail.com>
4892 L: netdev@vger.kernel.org
4893 S: Maintained
4894 F: include/linux/phy.h
4895 F: include/linux/phy_fixed.h
4896 F: drivers/net/phy/
4897 F: Documentation/networking/phy.txt
4898 F: drivers/of/of_mdio.c
4899 F: drivers/of/of_net.c
4900
4901 EXT2 FILE SYSTEM
4902 M: Jan Kara <jack@suse.com>
4903 L: linux-ext4@vger.kernel.org
4904 S: Maintained
4905 F: Documentation/filesystems/ext2.txt
4906 F: fs/ext2/
4907 F: include/linux/ext2*
4908
4909 EXT4 FILE SYSTEM
4910 M: "Theodore Ts'o" <tytso@mit.edu>
4911 M: Andreas Dilger <adilger.kernel@dilger.ca>
4912 L: linux-ext4@vger.kernel.org
4913 W: http://ext4.wiki.kernel.org
4914 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4915 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4916 S: Maintained
4917 F: Documentation/filesystems/ext4.txt
4918 F: fs/ext4/
4919
4920 Extended Verification Module (EVM)
4921 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4922 L: linux-ima-devel@lists.sourceforge.net
4923 L: linux-security-module@vger.kernel.org
4924 S: Supported
4925 F: security/integrity/evm/
4926
4927 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4928 M: MyungJoo Ham <myungjoo.ham@samsung.com>
4929 M: Chanwoo Choi <cw00.choi@samsung.com>
4930 L: linux-kernel@vger.kernel.org
4931 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4932 S: Maintained
4933 F: drivers/extcon/
4934 F: include/linux/extcon/
4935 F: include/linux/extcon.h
4936 F: Documentation/extcon/
4937 F: Documentation/devicetree/bindings/extcon/
4938
4939 EXYNOS DP DRIVER
4940 M: Jingoo Han <jingoohan1@gmail.com>
4941 L: dri-devel@lists.freedesktop.org
4942 S: Maintained
4943 F: drivers/gpu/drm/exynos/exynos_dp*
4944
4945 EXYNOS SYSMMU (IOMMU) driver
4946 M: Marek Szyprowski <m.szyprowski@samsung.com>
4947 L: iommu@lists.linux-foundation.org
4948 S: Maintained
4949 F: drivers/iommu/exynos-iommu.c
4950
4951 EZchip NPS platform support
4952 M: Noam Camus <noamc@ezchip.com>
4953 S: Supported
4954 F: arch/arc/plat-eznps
4955 F: arch/arc/boot/dts/eznps.dts
4956
4957 F71805F HARDWARE MONITORING DRIVER
4958 M: Jean Delvare <jdelvare@suse.com>
4959 L: linux-hwmon@vger.kernel.org
4960 S: Maintained
4961 F: Documentation/hwmon/f71805f
4962 F: drivers/hwmon/f71805f.c
4963
4964 FC0011 TUNER DRIVER
4965 M: Michael Buesch <m@bues.ch>
4966 L: linux-media@vger.kernel.org
4967 S: Maintained
4968 F: drivers/media/tuners/fc0011.h
4969 F: drivers/media/tuners/fc0011.c
4970
4971 FC2580 MEDIA DRIVER
4972 M: Antti Palosaari <crope@iki.fi>
4973 L: linux-media@vger.kernel.org
4974 W: https://linuxtv.org
4975 W: http://palosaari.fi/linux/
4976 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4977 T: git git://linuxtv.org/anttip/media_tree.git
4978 S: Maintained
4979 F: drivers/media/tuners/fc2580*
4980
4981 FANOTIFY
4982 M: Eric Paris <eparis@redhat.com>
4983 S: Maintained
4984 F: fs/notify/fanotify/
4985 F: include/linux/fanotify.h
4986 F: include/uapi/linux/fanotify.h
4987
4988 FARSYNC SYNCHRONOUS DRIVER
4989 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4990 W: http://www.farsite.co.uk/
4991 S: Supported
4992 F: drivers/net/wan/farsync.*
4993
4994 FAULT INJECTION SUPPORT
4995 M: Akinobu Mita <akinobu.mita@gmail.com>
4996 S: Supported
4997 F: Documentation/fault-injection/
4998 F: lib/fault-inject.c
4999
5000 FBTFT Framebuffer drivers
5001 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5002 M: Noralf Trønnes <noralf@tronnes.org>
5003 S: Maintained
5004 F: drivers/staging/fbtft/
5005
5006 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
5007 M: Johannes Thumshirn <jth@kernel.org>
5008 L: fcoe-devel@open-fcoe.org
5009 W: www.Open-FCoE.org
5010 S: Supported
5011 F: drivers/scsi/libfc/
5012 F: drivers/scsi/fcoe/
5013 F: include/scsi/fc/
5014 F: include/scsi/libfc.h
5015 F: include/scsi/libfcoe.h
5016 F: include/uapi/scsi/fc/
5017
5018 FILE LOCKING (flock() and fcntl()/lockf())
5019 M: Jeff Layton <jlayton@poochiereds.net>
5020 M: "J. Bruce Fields" <bfields@fieldses.org>
5021 L: linux-fsdevel@vger.kernel.org
5022 S: Maintained
5023 F: include/linux/fcntl.h
5024 F: include/linux/fs.h
5025 F: include/uapi/linux/fcntl.h
5026 F: include/uapi/linux/fs.h
5027 F: fs/fcntl.c
5028 F: fs/locks.c
5029
5030 FILESYSTEMS (VFS and infrastructure)
5031 M: Alexander Viro <viro@zeniv.linux.org.uk>
5032 L: linux-fsdevel@vger.kernel.org
5033 S: Maintained
5034 F: fs/*
5035
5036 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5037 M: Riku Voipio <riku.voipio@iki.fi>
5038 L: linux-hwmon@vger.kernel.org
5039 S: Maintained
5040 F: drivers/hwmon/f75375s.c
5041 F: include/linux/f75375s.h
5042
5043 FIREWIRE AUDIO DRIVERS
5044 M: Clemens Ladisch <clemens@ladisch.de>
5045 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5046 T: git git://git.alsa-project.org/alsa-kernel.git
5047 S: Maintained
5048 F: sound/firewire/
5049
5050 FIREWIRE MEDIA DRIVERS (firedtv)
5051 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
5052 L: linux-media@vger.kernel.org
5053 L: linux1394-devel@lists.sourceforge.net
5054 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5055 S: Maintained
5056 F: drivers/media/firewire/
5057
5058 FIREWIRE SBP-2 TARGET
5059 M: Chris Boot <bootc@bootc.net>
5060 L: linux-scsi@vger.kernel.org
5061 L: target-devel@vger.kernel.org
5062 L: linux1394-devel@lists.sourceforge.net
5063 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5064 S: Maintained
5065 F: drivers/target/sbp/
5066
5067 FIREWIRE SUBSYSTEM
5068 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
5069 L: linux1394-devel@lists.sourceforge.net
5070 W: http://ieee1394.wiki.kernel.org/
5071 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5072 S: Maintained
5073 F: drivers/firewire/
5074 F: include/linux/firewire.h
5075 F: include/uapi/linux/firewire*.h
5076 F: tools/firewire/
5077
5078 FIRMWARE LOADER (request_firmware)
5079 M: Ming Lei <ming.lei@canonical.com>
5080 M: Luis R. Rodriguez <mcgrof@kernel.org>
5081 L: linux-kernel@vger.kernel.org
5082 S: Maintained
5083 F: Documentation/firmware_class/
5084 F: drivers/base/firmware*.c
5085 F: include/linux/firmware.h
5086
5087 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5088 M: Joshua Morris <josh.h.morris@us.ibm.com>
5089 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5090 S: Maintained
5091 F: drivers/block/rsxx/
5092
5093 FLOPPY DRIVER
5094 M: Jiri Kosina <jikos@kernel.org>
5095 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5096 S: Odd fixes
5097 F: drivers/block/floppy.c
5098
5099 FMC SUBSYSTEM
5100 M: Alessandro Rubini <rubini@gnudd.com>
5101 W: http://www.ohwr.org/projects/fmc-bus
5102 S: Supported
5103 F: drivers/fmc/
5104 F: include/linux/fmc*.h
5105 F: include/linux/ipmi-fru.h
5106 K: fmc_d.*register
5107
5108 FPGA MANAGER FRAMEWORK
5109 M: Alan Tull <atull@opensource.altera.com>
5110 R: Moritz Fischer <moritz.fischer@ettus.com>
5111 L: linux-fpga@vger.kernel.org
5112 S: Maintained
5113 T: git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5114 F: drivers/fpga/
5115 F: include/linux/fpga/fpga-mgr.h
5116 W: http://www.rocketboards.org
5117
5118 FPU EMULATOR
5119 M: Bill Metzenthen <billm@melbpc.org.au>
5120 W: http://floatingpoint.sourceforge.net/emulator/index.html
5121 S: Maintained
5122 F: arch/x86/math-emu/
5123
5124 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5125 L: netdev@vger.kernel.org
5126 S: Orphan
5127 F: drivers/net/wan/dlci.c
5128 F: drivers/net/wan/sdla.c
5129
5130 FRAMEBUFFER LAYER
5131 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5132 L: linux-fbdev@vger.kernel.org
5133 T: git git://github.com/bzolnier/linux.git
5134 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
5135 S: Maintained
5136 F: Documentation/fb/
5137 F: drivers/video/
5138 F: include/video/
5139 F: include/linux/fb.h
5140 F: include/uapi/video/
5141 F: include/uapi/linux/fb.h
5142
5143 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5144 M: Horia Geantă <horia.geanta@nxp.com>
5145 M: Dan Douglass <dan.douglass@nxp.com>
5146 L: linux-crypto@vger.kernel.org
5147 S: Maintained
5148 F: drivers/crypto/caam/
5149 F: Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5150
5151 FREESCALE DIU FRAMEBUFFER DRIVER
5152 M: Timur Tabi <timur@tabi.org>
5153 L: linux-fbdev@vger.kernel.org
5154 S: Maintained
5155 F: drivers/video/fbdev/fsl-diu-fb.*
5156
5157 FREESCALE DMA DRIVER
5158 M: Li Yang <leoli@freescale.com>
5159 M: Zhang Wei <zw@zh-kernel.org>
5160 L: linuxppc-dev@lists.ozlabs.org
5161 S: Maintained
5162 F: drivers/dma/fsldma.*
5163
5164 FREESCALE GPMI NAND DRIVER
5165 M: Han Xu <han.xu@nxp.com>
5166 L: linux-mtd@lists.infradead.org
5167 S: Maintained
5168 F: drivers/mtd/nand/gpmi-nand/*
5169
5170 FREESCALE I2C CPM DRIVER
5171 M: Jochen Friedrich <jochen@scram.de>
5172 L: linuxppc-dev@lists.ozlabs.org
5173 L: linux-i2c@vger.kernel.org
5174 S: Maintained
5175 F: drivers/i2c/busses/i2c-cpm.c
5176
5177 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5178 M: Sascha Hauer <kernel@pengutronix.de>
5179 L: linux-fbdev@vger.kernel.org
5180 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5181 S: Maintained
5182 F: include/linux/platform_data/video-imxfb.h
5183 F: drivers/video/fbdev/imxfb.c
5184
5185 FREESCALE QUAD SPI DRIVER
5186 M: Han Xu <han.xu@nxp.com>
5187 L: linux-mtd@lists.infradead.org
5188 S: Maintained
5189 F: drivers/mtd/spi-nor/fsl-quadspi.c
5190
5191 FREESCALE SOC FS_ENET DRIVER
5192 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
5193 M: Vitaly Bordug <vbordug@ru.mvista.com>
5194 L: linuxppc-dev@lists.ozlabs.org
5195 L: netdev@vger.kernel.org
5196 S: Maintained
5197 F: drivers/net/ethernet/freescale/fs_enet/
5198 F: include/linux/fs_enet_pd.h
5199
5200 FREESCALE IMX / MXC FEC DRIVER
5201 M: Fugang Duan <fugang.duan@nxp.com>
5202 L: netdev@vger.kernel.org
5203 S: Maintained
5204 F: drivers/net/ethernet/freescale/fec_main.c
5205 F: drivers/net/ethernet/freescale/fec_ptp.c
5206 F: drivers/net/ethernet/freescale/fec.h
5207 F: Documentation/devicetree/bindings/net/fsl-fec.txt
5208
5209 FREESCALE QORIQ DPAA FMAN DRIVER
5210 M: Madalin Bucur <madalin.bucur@nxp.com>
5211 L: netdev@vger.kernel.org
5212 S: Maintained
5213 F: drivers/net/ethernet/freescale/fman
5214 F: Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5215
5216 FREESCALE QORIQ DPAA ETHERNET DRIVER
5217 M: Madalin Bucur <madalin.bucur@nxp.com>
5218 L: netdev@vger.kernel.org
5219 S: Maintained
5220 F: drivers/net/ethernet/freescale/dpaa
5221
5222 FREESCALE SOC DRIVERS
5223 M: Scott Wood <oss@buserror.net>
5224 L: linuxppc-dev@lists.ozlabs.org
5225 L: linux-arm-kernel@lists.infradead.org
5226 S: Maintained
5227 F: drivers/soc/fsl/
5228 F: include/linux/fsl/
5229
5230 FREESCALE QUICC ENGINE LIBRARY
5231 M: Qiang Zhao <qiang.zhao@nxp.com>
5232 L: linuxppc-dev@lists.ozlabs.org
5233 S: Maintained
5234 F: drivers/soc/fsl/qe/
5235 F: include/soc/fsl/*qe*.h
5236 F: include/soc/fsl/*ucc*.h
5237
5238 FREESCALE USB PERIPHERAL DRIVERS
5239 M: Li Yang <leoli@freescale.com>
5240 L: linux-usb@vger.kernel.org
5241 L: linuxppc-dev@lists.ozlabs.org
5242 S: Maintained
5243 F: drivers/usb/gadget/udc/fsl*
5244
5245 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5246 M: Li Yang <leoli@freescale.com>
5247 L: netdev@vger.kernel.org
5248 L: linuxppc-dev@lists.ozlabs.org
5249 S: Maintained
5250 F: drivers/net/ethernet/freescale/ucc_geth*
5251
5252 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5253 M: Claudiu Manoil <claudiu.manoil@freescale.com>
5254 L: netdev@vger.kernel.org
5255 S: Maintained
5256 F: drivers/net/ethernet/freescale/gianfar*
5257 X: drivers/net/ethernet/freescale/gianfar_ptp.c
5258 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5259
5260 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5261 M: Zhao Qiang <qiang.zhao@nxp.com>
5262 L: netdev@vger.kernel.org
5263 L: linuxppc-dev@lists.ozlabs.org
5264 S: Maintained
5265 F: drivers/net/wan/fsl_ucc_hdlc*
5266
5267 FREESCALE QUICC ENGINE UCC UART DRIVER
5268 M: Timur Tabi <timur@tabi.org>
5269 L: linuxppc-dev@lists.ozlabs.org
5270 S: Maintained
5271 F: drivers/tty/serial/ucc_uart.c
5272
5273 FREESCALE SOC SOUND DRIVERS
5274 M: Timur Tabi <timur@tabi.org>
5275 M: Nicolin Chen <nicoleotsuka@gmail.com>
5276 M: Xiubo Li <Xiubo.Lee@gmail.com>
5277 R: Fabio Estevam <fabio.estevam@nxp.com>
5278 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5279 L: linuxppc-dev@lists.ozlabs.org
5280 S: Maintained
5281 F: sound/soc/fsl/fsl*
5282 F: sound/soc/fsl/imx*
5283 F: sound/soc/fsl/mpc8610_hpcd.c
5284
5285 FREEVXFS FILESYSTEM
5286 M: Christoph Hellwig <hch@infradead.org>
5287 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
5288 S: Maintained
5289 F: fs/freevxfs/
5290
5291 FREEZER
5292 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5293 M: Pavel Machek <pavel@ucw.cz>
5294 L: linux-pm@vger.kernel.org
5295 S: Supported
5296 F: Documentation/power/freezing-of-tasks.txt
5297 F: include/linux/freezer.h
5298 F: kernel/freezer.c
5299
5300 FRONTSWAP API
5301 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5302 L: linux-kernel@vger.kernel.org
5303 S: Maintained
5304 F: mm/frontswap.c
5305 F: include/linux/frontswap.h
5306
5307 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5308 M: David Howells <dhowells@redhat.com>
5309 L: linux-cachefs@redhat.com (moderated for non-subscribers)
5310 S: Supported
5311 F: Documentation/filesystems/caching/
5312 F: fs/fscache/
5313 F: include/linux/fscache*.h
5314
5315 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5316 M: Theodore Y. Ts'o <tytso@mit.edu>
5317 M: Jaegeuk Kim <jaegeuk@kernel.org>
5318 L: linux-fsdevel@vger.kernel.org
5319 S: Supported
5320 F: fs/crypto/
5321 F: include/linux/fscrypt*.h
5322
5323 F2FS FILE SYSTEM
5324 M: Jaegeuk Kim <jaegeuk@kernel.org>
5325 M: Chao Yu <yuchao0@huawei.com>
5326 L: linux-f2fs-devel@lists.sourceforge.net
5327 W: https://f2fs.wiki.kernel.org/
5328 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5329 S: Maintained
5330 F: Documentation/filesystems/f2fs.txt
5331 F: Documentation/ABI/testing/sysfs-fs-f2fs
5332 F: fs/f2fs/
5333 F: include/linux/f2fs_fs.h
5334 F: include/trace/events/f2fs.h
5335
5336 FUJITSU FR-V (FRV) PORT
5337 S: Orphan
5338 F: arch/frv/
5339
5340 FUJITSU LAPTOP EXTRAS
5341 M: Jonathan Woithe <jwoithe@just42.net>
5342 L: platform-driver-x86@vger.kernel.org
5343 S: Maintained
5344 F: drivers/platform/x86/fujitsu-laptop.c
5345
5346 FUJITSU M-5MO LS CAMERA ISP DRIVER
5347 M: Kyungmin Park <kyungmin.park@samsung.com>
5348 M: Heungjun Kim <riverful.kim@samsung.com>
5349 L: linux-media@vger.kernel.org
5350 S: Maintained
5351 F: drivers/media/i2c/m5mols/
5352 F: include/media/i2c/m5mols.h
5353
5354 FUJITSU TABLET EXTRAS
5355 M: Robert Gerlach <khnz@gmx.de>
5356 L: platform-driver-x86@vger.kernel.org
5357 S: Maintained
5358 F: drivers/platform/x86/fujitsu-tablet.c
5359
5360 FUSE: FILESYSTEM IN USERSPACE
5361 M: Miklos Szeredi <miklos@szeredi.hu>
5362 L: linux-fsdevel@vger.kernel.org
5363 W: http://fuse.sourceforge.net/
5364 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5365 S: Maintained
5366 F: fs/fuse/
5367 F: include/uapi/linux/fuse.h
5368 F: Documentation/filesystems/fuse.txt
5369
5370 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5371 M: Rik Faith <faith@cs.unc.edu>
5372 L: linux-scsi@vger.kernel.org
5373 S: Odd Fixes (e.g., new signatures)
5374 F: drivers/scsi/fdomain.*
5375
5376 GCC PLUGINS
5377 M: Kees Cook <keescook@chromium.org>
5378 R: Emese Revfy <re.emese@gmail.com>
5379 L: kernel-hardening@lists.openwall.com
5380 S: Maintained
5381 F: scripts/gcc-plugins/
5382 F: scripts/gcc-plugin.sh
5383 F: scripts/Makefile.gcc-plugins
5384 F: Documentation/gcc-plugins.txt
5385
5386 GCOV BASED KERNEL PROFILING
5387 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5388 S: Maintained
5389 F: kernel/gcov/
5390 F: Documentation/dev-tools/gcov.rst
5391
5392 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5393 M: Achim Leubner <achim_leubner@adaptec.com>
5394 L: linux-scsi@vger.kernel.org
5395 W: http://www.icp-vortex.com/
5396 S: Supported
5397 F: drivers/scsi/gdt*
5398
5399 GDB KERNEL DEBUGGING HELPER SCRIPTS
5400 M: Jan Kiszka <jan.kiszka@siemens.com>
5401 M: Kieran Bingham <kieran@bingham.xyz>
5402 S: Supported
5403 F: scripts/gdb/
5404
5405 GEMTEK FM RADIO RECEIVER DRIVER
5406 M: Hans Verkuil <hverkuil@xs4all.nl>
5407 L: linux-media@vger.kernel.org
5408 T: git git://linuxtv.org/media_tree.git
5409 W: https://linuxtv.org
5410 S: Maintained
5411 F: drivers/media/radio/radio-gemtek*
5412
5413 GENERIC GPIO I2C DRIVER
5414 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
5415 S: Supported
5416 F: drivers/i2c/busses/i2c-gpio.c
5417 F: include/linux/i2c-gpio.h
5418
5419 GENERIC GPIO I2C MULTIPLEXER DRIVER
5420 M: Peter Korsgaard <peter.korsgaard@barco.com>
5421 L: linux-i2c@vger.kernel.org
5422 S: Supported
5423 F: drivers/i2c/muxes/i2c-mux-gpio.c
5424 F: include/linux/i2c-mux-gpio.h
5425 F: Documentation/i2c/muxes/i2c-mux-gpio
5426
5427 GENERIC HDLC (WAN) DRIVERS
5428 M: Krzysztof Halasa <khc@pm.waw.pl>
5429 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
5430 S: Maintained
5431 F: drivers/net/wan/c101.c
5432 F: drivers/net/wan/hd6457*
5433 F: drivers/net/wan/hdlc*
5434 F: drivers/net/wan/n2.c
5435 F: drivers/net/wan/pc300too.c
5436 F: drivers/net/wan/pci200syn.c
5437 F: drivers/net/wan/wanxl*
5438
5439 GENERIC INCLUDE/ASM HEADER FILES
5440 M: Arnd Bergmann <arnd@arndb.de>
5441 L: linux-arch@vger.kernel.org
5442 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5443 S: Maintained
5444 F: include/asm-generic/
5445 F: include/uapi/asm-generic/
5446
5447 GENERIC PHY FRAMEWORK
5448 M: Kishon Vijay Abraham I <kishon@ti.com>
5449 L: linux-kernel@vger.kernel.org
5450 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5451 S: Supported
5452 F: drivers/phy/
5453 F: include/linux/phy/
5454
5455 GENERIC PM DOMAINS
5456 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5457 M: Kevin Hilman <khilman@kernel.org>
5458 M: Ulf Hansson <ulf.hansson@linaro.org>
5459 L: linux-pm@vger.kernel.org
5460 S: Supported
5461 F: drivers/base/power/domain*.c
5462 F: include/linux/pm_domain.h
5463
5464 GENERIC UIO DRIVER FOR PCI DEVICES
5465 M: "Michael S. Tsirkin" <mst@redhat.com>
5466 L: kvm@vger.kernel.org
5467 S: Supported
5468 F: drivers/uio/uio_pci_generic.c
5469
5470 GET_MAINTAINER SCRIPT
5471 M: Joe Perches <joe@perches.com>
5472 S: Maintained
5473 F: scripts/get_maintainer.pl
5474
5475 GENWQE (IBM Generic Workqueue Card)
5476 M: Frank Haverkamp <haver@linux.vnet.ibm.com>
5477 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
5478 S: Supported
5479 F: drivers/misc/genwqe/
5480
5481 GFS2 FILE SYSTEM
5482 M: Steven Whitehouse <swhiteho@redhat.com>
5483 M: Bob Peterson <rpeterso@redhat.com>
5484 L: cluster-devel@redhat.com
5485 W: http://sources.redhat.com/cluster/
5486 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5487 S: Supported
5488 F: Documentation/filesystems/gfs2*.txt
5489 F: fs/gfs2/
5490 F: include/uapi/linux/gfs2_ondisk.h
5491
5492 GIGASET ISDN DRIVERS
5493 M: Paul Bolle <pebolle@tiscali.nl>
5494 L: gigaset307x-common@lists.sourceforge.net
5495 W: http://gigaset307x.sourceforge.net/
5496 S: Odd Fixes
5497 F: Documentation/isdn/README.gigaset
5498 F: drivers/isdn/gigaset/
5499 F: include/uapi/linux/gigaset_dev.h
5500
5501 GO7007 MPEG CODEC
5502 M: Hans Verkuil <hans.verkuil@cisco.com>
5503 L: linux-media@vger.kernel.org
5504 S: Maintained
5505 F: drivers/media/usb/go7007/
5506
5507 GOODIX TOUCHSCREEN
5508 M: Bastien Nocera <hadess@hadess.net>
5509 L: linux-input@vger.kernel.org
5510 S: Maintained
5511 F: drivers/input/touchscreen/goodix.c
5512
5513 GPIO MOCKUP DRIVER
5514 M: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5515 L: linux-gpio@vger.kernel.org
5516 S: Maintained
5517 F: drivers/gpio/gpio-mockup.c
5518 F: tools/testing/selftests/gpio/
5519
5520 GPIO SUBSYSTEM
5521 M: Linus Walleij <linus.walleij@linaro.org>
5522 M: Alexandre Courbot <gnurou@gmail.com>
5523 L: linux-gpio@vger.kernel.org
5524 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5525 S: Maintained
5526 F: Documentation/devicetree/bindings/gpio/
5527 F: Documentation/gpio/
5528 F: Documentation/ABI/testing/gpio-cdev
5529 F: Documentation/ABI/obsolete/sysfs-gpio
5530 F: drivers/gpio/
5531 F: include/linux/gpio/
5532 F: include/linux/gpio.h
5533 F: include/asm-generic/gpio.h
5534 F: include/uapi/linux/gpio.h
5535 F: tools/gpio/
5536
5537 GRE DEMULTIPLEXER DRIVER
5538 M: Dmitry Kozlov <xeb@mail.ru>
5539 L: netdev@vger.kernel.org
5540 S: Maintained
5541 F: net/ipv4/gre_demux.c
5542 F: net/ipv4/gre_offload.c
5543 F: include/net/gre.h
5544
5545 GRETH 10/100/1G Ethernet MAC device driver
5546 M: Andreas Larsson <andreas@gaisler.com>
5547 L: netdev@vger.kernel.org
5548 S: Maintained
5549 F: drivers/net/ethernet/aeroflex/
5550
5551 GREYBUS SUBSYSTEM
5552 M: Johan Hovold <johan@kernel.org>
5553 M: Alex Elder <elder@kernel.org>
5554 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5555 S: Maintained
5556 F: drivers/staging/greybus/
5557 L: greybus-dev@lists.linaro.org
5558
5559 GREYBUS AUDIO PROTOCOLS DRIVERS
5560 M: Vaibhav Agarwal <vaibhav.sr@gmail.com>
5561 M: Mark Greer <mgreer@animalcreek.com>
5562 S: Maintained
5563 F: drivers/staging/greybus/audio_apbridgea.c
5564 F: drivers/staging/greybus/audio_apbridgea.h
5565 F: drivers/staging/greybus/audio_codec.c
5566 F: drivers/staging/greybus/audio_codec.h
5567 F: drivers/staging/greybus/audio_gb.c
5568 F: drivers/staging/greybus/audio_manager.c
5569 F: drivers/staging/greybus/audio_manager.h
5570 F: drivers/staging/greybus/audio_manager_module.c
5571 F: drivers/staging/greybus/audio_manager_private.h
5572 F: drivers/staging/greybus/audio_manager_sysfs.c
5573 F: drivers/staging/greybus/audio_module.c
5574 F: drivers/staging/greybus/audio_topology.c
5575
5576 GREYBUS PROTOCOLS DRIVERS
5577 M: Rui Miguel Silva <rmfrfs@gmail.com>
5578 S: Maintained
5579 F: drivers/staging/greybus/sdio.c
5580 F: drivers/staging/greybus/light.c
5581 F: drivers/staging/greybus/gpio.c
5582 F: drivers/staging/greybus/power_supply.c
5583 F: drivers/staging/greybus/spi.c
5584 F: drivers/staging/greybus/spilib.c
5585
5586 GREYBUS PROTOCOLS DRIVERS
5587 M: Bryan O'Donoghue <pure.logic@nexus-software.ie>
5588 S: Maintained
5589 F: drivers/staging/greybus/loopback.c
5590 F: drivers/staging/greybus/timesync.c
5591 F: drivers/staging/greybus/timesync_platform.c
5592
5593 GREYBUS PROTOCOLS DRIVERS
5594 M: Viresh Kumar <vireshk@kernel.org>
5595 S: Maintained
5596 F: drivers/staging/greybus/authentication.c
5597 F: drivers/staging/greybus/bootrom.c
5598 F: drivers/staging/greybus/firmware.h
5599 F: drivers/staging/greybus/fw-core.c
5600 F: drivers/staging/greybus/fw-download.c
5601 F: drivers/staging/greybus/fw-managament.c
5602 F: drivers/staging/greybus/greybus_authentication.h
5603 F: drivers/staging/greybus/greybus_firmware.h
5604 F: drivers/staging/greybus/hid.c
5605 F: drivers/staging/greybus/i2c.c
5606 F: drivers/staging/greybus/spi.c
5607 F: drivers/staging/greybus/spilib.c
5608 F: drivers/staging/greybus/spilib.h
5609
5610 GREYBUS PROTOCOLS DRIVERS
5611 M: David Lin <dtwlin@gmail.com>
5612 S: Maintained
5613 F: drivers/staging/greybus/uart.c
5614 F: drivers/staging/greybus/log.c
5615
5616 GREYBUS PLATFORM DRIVERS
5617 M: Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5618 S: Maintained
5619 F: drivers/staging/greybus/arche-platform.c
5620 F: drivers/staging/greybus/arche-apb-ctrl.c
5621 F: drivers/staging/greybus/arche_platform.h
5622
5623 GS1662 VIDEO SERIALIZER
5624 M: Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5625 L: linux-media@vger.kernel.org
5626 T: git git://linuxtv.org/media_tree.git
5627 S: Maintained
5628 F: drivers/media/spi/gs1662.c
5629
5630 GSPCA FINEPIX SUBDRIVER
5631 M: Frank Zago <frank@zago.net>
5632 L: linux-media@vger.kernel.org
5633 T: git git://linuxtv.org/media_tree.git
5634 S: Maintained
5635 F: drivers/media/usb/gspca/finepix.c
5636
5637 GSPCA GL860 SUBDRIVER
5638 M: Olivier Lorin <o.lorin@laposte.net>
5639 L: linux-media@vger.kernel.org
5640 T: git git://linuxtv.org/media_tree.git
5641 S: Maintained
5642 F: drivers/media/usb/gspca/gl860/
5643
5644 GSPCA M5602 SUBDRIVER
5645 M: Erik Andren <erik.andren@gmail.com>
5646 L: linux-media@vger.kernel.org
5647 T: git git://linuxtv.org/media_tree.git
5648 S: Maintained
5649 F: drivers/media/usb/gspca/m5602/
5650
5651 GSPCA PAC207 SONIXB SUBDRIVER
5652 M: Hans Verkuil <hverkuil@xs4all.nl>
5653 L: linux-media@vger.kernel.org
5654 T: git git://linuxtv.org/media_tree.git
5655 S: Odd Fixes
5656 F: drivers/media/usb/gspca/pac207.c
5657
5658 GSPCA SN9C20X SUBDRIVER
5659 M: Brian Johnson <brijohn@gmail.com>
5660 L: linux-media@vger.kernel.org
5661 T: git git://linuxtv.org/media_tree.git
5662 S: Maintained
5663 F: drivers/media/usb/gspca/sn9c20x.c
5664
5665 GSPCA T613 SUBDRIVER
5666 M: Leandro Costantino <lcostantino@gmail.com>
5667 L: linux-media@vger.kernel.org
5668 T: git git://linuxtv.org/media_tree.git
5669 S: Maintained
5670 F: drivers/media/usb/gspca/t613.c
5671
5672 GSPCA USB WEBCAM DRIVER
5673 M: Hans Verkuil <hverkuil@xs4all.nl>
5674 L: linux-media@vger.kernel.org
5675 T: git git://linuxtv.org/media_tree.git
5676 S: Odd Fixes
5677 F: drivers/media/usb/gspca/
5678
5679 GTP (GPRS Tunneling Protocol)
5680 M: Pablo Neira Ayuso <pablo@netfilter.org>
5681 M: Harald Welte <laforge@gnumonks.org>
5682 L: osmocom-net-gprs@lists.osmocom.org
5683 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
5684 S: Maintained
5685 F: drivers/net/gtp.c
5686
5687 GUID PARTITION TABLE (GPT)
5688 M: Davidlohr Bueso <dave@stgolabs.net>
5689 L: linux-efi@vger.kernel.org
5690 S: Maintained
5691 F: block/partitions/efi.*
5692
5693 STK1160 USB VIDEO CAPTURE DRIVER
5694 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5695 L: linux-media@vger.kernel.org
5696 T: git git://linuxtv.org/media_tree.git
5697 S: Maintained
5698 F: drivers/media/usb/stk1160/
5699
5700 H8/300 ARCHITECTURE
5701 M: Yoshinori Sato <ysato@users.sourceforge.jp>
5702 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5703 W: http://uclinux-h8.sourceforge.jp
5704 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5705 S: Maintained
5706 F: arch/h8300/
5707 F: drivers/clocksource/h8300_*.c
5708 F: drivers/clk/h8300/
5709 F: drivers/irqchip/irq-renesas-h8*.c
5710
5711 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5712 M: Frank Seidel <frank@f-seidel.de>
5713 L: platform-driver-x86@vger.kernel.org
5714 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5715 S: Maintained
5716 F: drivers/platform/x86/hdaps.c
5717
5718 HDPVR USB VIDEO ENCODER DRIVER
5719 M: Hans Verkuil <hverkuil@xs4all.nl>
5720 L: linux-media@vger.kernel.org
5721 T: git git://linuxtv.org/media_tree.git
5722 W: https://linuxtv.org
5723 S: Odd Fixes
5724 F: drivers/media/usb/hdpvr/
5725
5726 HWPOISON MEMORY FAILURE HANDLING
5727 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5728 L: linux-mm@kvack.org
5729 S: Maintained
5730 F: mm/memory-failure.c
5731 F: mm/hwpoison-inject.c
5732
5733 HYPERVISOR VIRTUAL CONSOLE DRIVER
5734 L: linuxppc-dev@lists.ozlabs.org
5735 S: Odd Fixes
5736 F: drivers/tty/hvc/
5737
5738 HACKRF MEDIA DRIVER
5739 M: Antti Palosaari <crope@iki.fi>
5740 L: linux-media@vger.kernel.org
5741 W: https://linuxtv.org
5742 W: http://palosaari.fi/linux/
5743 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5744 T: git git://linuxtv.org/anttip/media_tree.git
5745 S: Maintained
5746 F: drivers/media/usb/hackrf/
5747
5748 HARDWARE MONITORING
5749 M: Jean Delvare <jdelvare@suse.com>
5750 M: Guenter Roeck <linux@roeck-us.net>
5751 L: linux-hwmon@vger.kernel.org
5752 W: http://hwmon.wiki.kernel.org/
5753 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5754 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5755 S: Maintained
5756 F: Documentation/hwmon/
5757 F: drivers/hwmon/
5758 F: include/linux/hwmon*.h
5759
5760 HARDWARE RANDOM NUMBER GENERATOR CORE
5761 M: Matt Mackall <mpm@selenic.com>
5762 M: Herbert Xu <herbert@gondor.apana.org.au>
5763 L: linux-crypto@vger.kernel.org
5764 S: Odd fixes
5765 F: Documentation/devicetree/bindings/rng/
5766 F: Documentation/hw_random.txt
5767 F: drivers/char/hw_random/
5768 F: include/linux/hw_random.h
5769
5770 HARDWARE SPINLOCK CORE
5771 M: Ohad Ben-Cohen <ohad@wizery.com>
5772 M: Bjorn Andersson <bjorn.andersson@linaro.org>
5773 L: linux-remoteproc@vger.kernel.org
5774 S: Maintained
5775 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5776 F: Documentation/devicetree/bindings/hwlock/
5777 F: Documentation/hwspinlock.txt
5778 F: drivers/hwspinlock/
5779 F: include/linux/hwspinlock.h
5780
5781 HARMONY SOUND DRIVER
5782 L: linux-parisc@vger.kernel.org
5783 S: Maintained
5784 F: sound/parisc/harmony.*
5785
5786 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5787 M: Jimmy Vance <jimmy.vance@hpe.com>
5788 S: Supported
5789 F: Documentation/watchdog/hpwdt.txt
5790 F: drivers/watchdog/hpwdt.c
5791
5792 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5793 M: Don Brace <don.brace@microsemi.com>
5794 L: esc.storagedev@microsemi.com
5795 L: linux-scsi@vger.kernel.org
5796 S: Supported
5797 F: Documentation/scsi/hpsa.txt
5798 F: drivers/scsi/hpsa*.[ch]
5799 F: include/linux/cciss*.h
5800 F: include/uapi/linux/cciss*.h
5801
5802 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5803 M: Don Brace <don.brace@microsemi.com>
5804 L: esc.storagedev@microsemi.com
5805 L: linux-scsi@vger.kernel.org
5806 S: Supported
5807 F: Documentation/blockdev/cciss.txt
5808 F: drivers/block/cciss*
5809 F: include/linux/cciss_ioctl.h
5810 F: include/uapi/linux/cciss_ioctl.h
5811
5812 HFI1 DRIVER
5813 M: Mike Marciniszyn <mike.marciniszyn@intel.com>
5814 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
5815 L: linux-rdma@vger.kernel.org
5816 S: Supported
5817 F: drivers/infiniband/hw/hfi1
5818
5819 HFS FILESYSTEM
5820 L: linux-fsdevel@vger.kernel.org
5821 S: Orphan
5822 F: Documentation/filesystems/hfs.txt
5823 F: fs/hfs/
5824
5825 HFSPLUS FILESYSTEM
5826 L: linux-fsdevel@vger.kernel.org
5827 S: Orphan
5828 F: Documentation/filesystems/hfsplus.txt
5829 F: fs/hfsplus/
5830
5831 HGA FRAMEBUFFER DRIVER
5832 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5833 L: linux-nvidia@lists.surfsouth.com
5834 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5835 S: Maintained
5836 F: drivers/video/fbdev/hgafb.c
5837
5838 HIBERNATION (aka Software Suspend, aka swsusp)
5839 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5840 M: Pavel Machek <pavel@ucw.cz>
5841 L: linux-pm@vger.kernel.org
5842 B: https://bugzilla.kernel.org
5843 S: Supported
5844 F: arch/x86/power/
5845 F: drivers/base/power/
5846 F: kernel/power/
5847 F: include/linux/suspend.h
5848 F: include/linux/freezer.h
5849 F: include/linux/pm.h
5850 F: arch/*/include/asm/suspend*.h
5851
5852 HID CORE LAYER
5853 M: Jiri Kosina <jikos@kernel.org>
5854 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5855 L: linux-input@vger.kernel.org
5856 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5857 S: Maintained
5858 F: drivers/hid/
5859 F: include/linux/hid*
5860 F: include/uapi/linux/hid*
5861
5862 HID SENSOR HUB DRIVERS
5863 M: Jiri Kosina <jikos@kernel.org>
5864 M: Jonathan Cameron <jic23@kernel.org>
5865 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5866 L: linux-input@vger.kernel.org
5867 L: linux-iio@vger.kernel.org
5868 S: Maintained
5869 F: Documentation/hid/hid-sensor*
5870 F: drivers/hid/hid-sensor-*
5871 F: drivers/iio/*/hid-*
5872 F: include/linux/hid-sensor-*
5873
5874 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5875 M: Thomas Gleixner <tglx@linutronix.de>
5876 L: linux-kernel@vger.kernel.org
5877 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5878 S: Maintained
5879 F: Documentation/timers/
5880 F: kernel/time/hrtimer.c
5881 F: kernel/time/clockevents.c
5882 F: kernel/time/tick*.*
5883 F: kernel/time/timer_*.c
5884 F: include/linux/clockchips.h
5885 F: include/linux/hrtimer.h
5886
5887 HIGH-SPEED SCC DRIVER FOR AX.25
5888 L: linux-hams@vger.kernel.org
5889 S: Orphan
5890 F: drivers/net/hamradio/dmascc.c
5891 F: drivers/net/hamradio/scc.c
5892
5893 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5894 M: HighPoint Linux Team <linux@highpoint-tech.com>
5895 W: http://www.highpoint-tech.com
5896 S: Supported
5897 F: Documentation/scsi/hptiop.txt
5898 F: drivers/scsi/hptiop.c
5899
5900 HIPPI
5901 M: Jes Sorensen <jes@trained-monkey.org>
5902 L: linux-hippi@sunsite.dk
5903 S: Maintained
5904 F: include/linux/hippidevice.h
5905 F: include/uapi/linux/if_hippi.h
5906 F: net/802/hippi.c
5907 F: drivers/net/hippi/
5908
5909 HISILICON NETWORK SUBSYSTEM DRIVER
5910 M: Yisen Zhuang <yisen.zhuang@huawei.com>
5911 M: Salil Mehta <salil.mehta@huawei.com>
5912 L: netdev@vger.kernel.org
5913 W: http://www.hisilicon.com
5914 S: Maintained
5915 F: drivers/net/ethernet/hisilicon/
5916 F: Documentation/devicetree/bindings/net/hisilicon*.txt
5917
5918 HISILICON ROCE DRIVER
5919 M: Lijun Ou <oulijun@huawei.com>
5920 M: Wei Hu(Xavier) <xavier.huwei@huawei.com>
5921 L: linux-rdma@vger.kernel.org
5922 S: Maintained
5923 F: drivers/infiniband/hw/hns/
5924 F: Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5925
5926 HISILICON SAS Controller
5927 M: John Garry <john.garry@huawei.com>
5928 W: http://www.hisilicon.com
5929 S: Supported
5930 F: drivers/scsi/hisi_sas/
5931 F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5932
5933 HOST AP DRIVER
5934 M: Jouni Malinen <j@w1.fi>
5935 L: linux-wireless@vger.kernel.org
5936 W: http://w1.fi/hostap-driver.html
5937 S: Obsolete
5938 F: drivers/net/wireless/intersil/hostap/
5939
5940 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5941 L: platform-driver-x86@vger.kernel.org
5942 S: Orphan
5943 F: drivers/platform/x86/tc1100-wmi.c
5944
5945 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5946 M: Jaroslav Kysela <perex@perex.cz>
5947 S: Maintained
5948 F: drivers/net/ethernet/hp/hp100.*
5949
5950 HPET: High Precision Event Timers driver
5951 M: Clemens Ladisch <clemens@ladisch.de>
5952 S: Maintained
5953 F: Documentation/timers/hpet.txt
5954 F: drivers/char/hpet.c
5955 F: include/linux/hpet.h
5956 F: include/uapi/linux/hpet.h
5957
5958 HPET: x86
5959 S: Orphan
5960 F: arch/x86/kernel/hpet.c
5961 F: arch/x86/include/asm/hpet.h
5962
5963 HPFS FILESYSTEM
5964 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5965 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5966 S: Maintained
5967 F: fs/hpfs/
5968
5969 HSI SUBSYSTEM
5970 M: Sebastian Reichel <sre@kernel.org>
5971 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5972 S: Maintained
5973 F: Documentation/ABI/testing/sysfs-bus-hsi
5974 F: Documentation/device-drivers/serial-interfaces.rst
5975 F: drivers/hsi/
5976 F: include/linux/hsi/
5977 F: include/uapi/linux/hsi/
5978
5979 HSO 3G MODEM DRIVER
5980 M: Jan Dumon <j.dumon@option.com>
5981 W: http://www.pharscape.org
5982 S: Maintained
5983 F: drivers/net/usb/hso.c
5984
5985 HSR NETWORK PROTOCOL
5986 M: Arvid Brodin <arvid.brodin@alten.se>
5987 L: netdev@vger.kernel.org
5988 S: Maintained
5989 F: net/hsr/
5990
5991 HTCPEN TOUCHSCREEN DRIVER
5992 M: Pau Oliva Fora <pof@eslack.org>
5993 L: linux-input@vger.kernel.org
5994 S: Maintained
5995 F: drivers/input/touchscreen/htcpen.c
5996
5997 HUGETLB FILESYSTEM
5998 M: Nadia Yvette Chambers <nyc@holomorphy.com>
5999 S: Maintained
6000 F: fs/hugetlbfs/
6001
6002 HVA ST MEDIA DRIVER
6003 M: Jean-Christophe Trotin <jean-christophe.trotin@st.com>
6004 L: linux-media@vger.kernel.org
6005 T: git git://linuxtv.org/media_tree.git
6006 W: https://linuxtv.org
6007 S: Supported
6008 F: drivers/media/platform/sti/hva
6009
6010 Hyper-V CORE AND DRIVERS
6011 M: "K. Y. Srinivasan" <kys@microsoft.com>
6012 M: Haiyang Zhang <haiyangz@microsoft.com>
6013 M: Stephen Hemminger <sthemmin@microsoft.com>
6014 L: devel@linuxdriverproject.org
6015 S: Maintained
6016 F: arch/x86/include/asm/mshyperv.h
6017 F: arch/x86/include/uapi/asm/hyperv.h
6018 F: arch/x86/kernel/cpu/mshyperv.c
6019 F: arch/x86/hyperv
6020 F: drivers/hid/hid-hyperv.c
6021 F: drivers/hv/
6022 F: drivers/input/serio/hyperv-keyboard.c
6023 F: drivers/pci/host/pci-hyperv.c
6024 F: drivers/net/hyperv/
6025 F: drivers/scsi/storvsc_drv.c
6026 F: drivers/uio/uio_hv_generic.c
6027 F: drivers/video/fbdev/hyperv_fb.c
6028 F: include/linux/hyperv.h
6029 F: tools/hv/
6030 F: Documentation/ABI/stable/sysfs-bus-vmbus
6031
6032 I2C MUXES
6033 M: Peter Rosin <peda@axentia.se>
6034 L: linux-i2c@vger.kernel.org
6035 S: Maintained
6036 F: Documentation/i2c/i2c-topology
6037 F: Documentation/i2c/muxes/
6038 F: Documentation/devicetree/bindings/i2c/i2c-mux*
6039 F: Documentation/devicetree/bindings/i2c/i2c-arb*
6040 F: Documentation/devicetree/bindings/i2c/i2c-gate*
6041 F: drivers/i2c/i2c-mux.c
6042 F: drivers/i2c/muxes/
6043 F: include/linux/i2c-mux.h
6044
6045 I2C OVER PARALLEL PORT
6046 M: Jean Delvare <jdelvare@suse.com>
6047 L: linux-i2c@vger.kernel.org
6048 S: Maintained
6049 F: Documentation/i2c/busses/i2c-parport
6050 F: Documentation/i2c/busses/i2c-parport-light
6051 F: drivers/i2c/busses/i2c-parport.c
6052 F: drivers/i2c/busses/i2c-parport-light.c
6053
6054 I2C/SMBUS CONTROLLER DRIVERS FOR PC
6055 M: Jean Delvare <jdelvare@suse.com>
6056 L: linux-i2c@vger.kernel.org
6057 S: Maintained
6058 F: Documentation/i2c/busses/i2c-ali1535
6059 F: Documentation/i2c/busses/i2c-ali1563
6060 F: Documentation/i2c/busses/i2c-ali15x3
6061 F: Documentation/i2c/busses/i2c-amd756
6062 F: Documentation/i2c/busses/i2c-amd8111
6063 F: Documentation/i2c/busses/i2c-i801
6064 F: Documentation/i2c/busses/i2c-nforce2
6065 F: Documentation/i2c/busses/i2c-piix4
6066 F: Documentation/i2c/busses/i2c-sis5595
6067 F: Documentation/i2c/busses/i2c-sis630
6068 F: Documentation/i2c/busses/i2c-sis96x
6069 F: Documentation/i2c/busses/i2c-via
6070 F: Documentation/i2c/busses/i2c-viapro
6071 F: drivers/i2c/busses/i2c-ali1535.c
6072 F: drivers/i2c/busses/i2c-ali1563.c
6073 F: drivers/i2c/busses/i2c-ali15x3.c
6074 F: drivers/i2c/busses/i2c-amd756.c
6075 F: drivers/i2c/busses/i2c-amd756-s4882.c
6076 F: drivers/i2c/busses/i2c-amd8111.c
6077 F: drivers/i2c/busses/i2c-i801.c
6078 F: drivers/i2c/busses/i2c-isch.c
6079 F: drivers/i2c/busses/i2c-nforce2.c
6080 F: drivers/i2c/busses/i2c-nforce2-s4985.c
6081 F: drivers/i2c/busses/i2c-piix4.c
6082 F: drivers/i2c/busses/i2c-sis5595.c
6083 F: drivers/i2c/busses/i2c-sis630.c
6084 F: drivers/i2c/busses/i2c-sis96x.c
6085 F: drivers/i2c/busses/i2c-via.c
6086 F: drivers/i2c/busses/i2c-viapro.c
6087
6088 I2C/SMBUS ISMT DRIVER
6089 M: Seth Heasley <seth.heasley@intel.com>
6090 M: Neil Horman <nhorman@tuxdriver.com>
6091 L: linux-i2c@vger.kernel.org
6092 F: drivers/i2c/busses/i2c-ismt.c
6093 F: Documentation/i2c/busses/i2c-ismt
6094
6095 I2C/SMBUS STUB DRIVER
6096 M: Jean Delvare <jdelvare@suse.com>
6097 L: linux-i2c@vger.kernel.org
6098 S: Maintained
6099 F: drivers/i2c/i2c-stub.c
6100
6101 I2C SUBSYSTEM
6102 M: Wolfram Sang <wsa@the-dreams.de>
6103 L: linux-i2c@vger.kernel.org
6104 W: https://i2c.wiki.kernel.org/
6105 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
6106 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6107 S: Maintained
6108 F: Documentation/devicetree/bindings/i2c/
6109 F: Documentation/i2c/
6110 F: drivers/i2c/
6111 F: drivers/i2c/*/
6112 F: include/linux/i2c.h
6113 F: include/linux/i2c-*.h
6114 F: include/uapi/linux/i2c.h
6115 F: include/uapi/linux/i2c-*.h
6116
6117 I2C ACPI SUPPORT
6118 M: Mika Westerberg <mika.westerberg@linux.intel.com>
6119 L: linux-i2c@vger.kernel.org
6120 L: linux-acpi@vger.kernel.org
6121 S: Maintained
6122
6123 I2C-TAOS-EVM DRIVER
6124 M: Jean Delvare <jdelvare@suse.com>
6125 L: linux-i2c@vger.kernel.org
6126 S: Maintained
6127 F: Documentation/i2c/busses/i2c-taos-evm
6128 F: drivers/i2c/busses/i2c-taos-evm.c
6129
6130 I2C-TINY-USB DRIVER
6131 M: Till Harbaum <till@harbaum.org>
6132 L: linux-i2c@vger.kernel.org
6133 W: http://www.harbaum.org/till/i2c_tiny_usb
6134 S: Maintained
6135 F: drivers/i2c/busses/i2c-tiny-usb.c
6136
6137 i386 BOOT CODE
6138 M: "H. Peter Anvin" <hpa@zytor.com>
6139 S: Maintained
6140 F: arch/x86/boot/
6141
6142 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6143 M: "H. Peter Anvin" <hpa@zytor.com>
6144 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6145 S: Maintained
6146
6147 IA64 (Itanium) PLATFORM
6148 M: Tony Luck <tony.luck@intel.com>
6149 M: Fenghua Yu <fenghua.yu@intel.com>
6150 L: linux-ia64@vger.kernel.org
6151 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6152 S: Maintained
6153 F: arch/ia64/
6154
6155 IBM Power VMX Cryptographic instructions
6156 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6157 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6158 L: linux-crypto@vger.kernel.org
6159 S: Supported
6160 F: drivers/crypto/vmx/Makefile
6161 F: drivers/crypto/vmx/Kconfig
6162 F: drivers/crypto/vmx/vmx.c
6163 F: drivers/crypto/vmx/aes*
6164 F: drivers/crypto/vmx/ghash*
6165 F: drivers/crypto/vmx/ppc-xlate.pl
6166
6167 IBM Power in-Nest Crypto Acceleration
6168 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6169 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6170 L: linux-crypto@vger.kernel.org
6171 S: Supported
6172 F: drivers/crypto/nx/Makefile
6173 F: drivers/crypto/nx/Kconfig
6174 F: drivers/crypto/nx/nx-aes*
6175 F: drivers/crypto/nx/nx-sha*
6176 F: drivers/crypto/nx/nx.*
6177 F: drivers/crypto/nx/nx_csbcpb.h
6178 F: drivers/crypto/nx/nx_debugfs.h
6179
6180 IBM Power 842 compression accelerator
6181 M: Dan Streetman <ddstreet@ieee.org>
6182 S: Supported
6183 F: drivers/crypto/nx/Makefile
6184 F: drivers/crypto/nx/Kconfig
6185 F: drivers/crypto/nx/nx-842*
6186 F: include/linux/sw842.h
6187 F: crypto/842.c
6188 F: lib/842/
6189
6190 IBM Power Linux RAID adapter
6191 M: Brian King <brking@us.ibm.com>
6192 S: Supported
6193 F: drivers/scsi/ipr.*
6194
6195 IBM Power Virtual Ethernet Device Driver
6196 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6197 L: netdev@vger.kernel.org
6198 S: Supported
6199 F: drivers/net/ethernet/ibm/ibmveth.*
6200
6201 IBM Power SRIOV Virtual NIC Device Driver
6202 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6203 M: John Allen <jallen@linux.vnet.ibm.com>
6204 L: netdev@vger.kernel.org
6205 S: Supported
6206 F: drivers/net/ethernet/ibm/ibmvnic.*
6207
6208 IBM Power Virtual SCSI Device Drivers
6209 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6210 L: linux-scsi@vger.kernel.org
6211 S: Supported
6212 F: drivers/scsi/ibmvscsi/ibmvscsi*
6213 F: include/scsi/viosrp.h
6214
6215 IBM Power Virtual SCSI Device Target Driver
6216 M: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6217 M: Michael Cyr <mikecyr@linux.vnet.ibm.com>
6218 L: linux-scsi@vger.kernel.org
6219 L: target-devel@vger.kernel.org
6220 S: Supported
6221 F: drivers/scsi/ibmvscsi_tgt/
6222
6223 IBM Power Virtual FC Device Drivers
6224 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6225 L: linux-scsi@vger.kernel.org
6226 S: Supported
6227 F: drivers/scsi/ibmvscsi/ibmvfc*
6228
6229 IBM ServeRAID RAID DRIVER
6230 S: Orphan
6231 F: drivers/scsi/ips.*
6232
6233 ICH LPC AND GPIO DRIVER
6234 M: Peter Tyser <ptyser@xes-inc.com>
6235 S: Maintained
6236 F: drivers/mfd/lpc_ich.c
6237 F: drivers/gpio/gpio-ich.c
6238
6239 IDE SUBSYSTEM
6240 M: "David S. Miller" <davem@davemloft.net>
6241 L: linux-ide@vger.kernel.org
6242 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
6243 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6244 S: Maintained
6245 F: Documentation/ide/
6246 F: drivers/ide/
6247 F: include/linux/ide.h
6248
6249 IDEAPAD LAPTOP EXTRAS DRIVER
6250 M: Ike Panhc <ike.pan@canonical.com>
6251 L: platform-driver-x86@vger.kernel.org
6252 W: http://launchpad.net/ideapad-laptop
6253 S: Maintained
6254 F: drivers/platform/x86/ideapad-laptop.c
6255
6256 IDEAPAD LAPTOP SLIDEBAR DRIVER
6257 M: Andrey Moiseev <o2g.org.ru@gmail.com>
6258 L: linux-input@vger.kernel.org
6259 W: https://github.com/o2genum/ideapad-slidebar
6260 S: Maintained
6261 F: drivers/input/misc/ideapad_slidebar.c
6262
6263 IDE/ATAPI DRIVERS
6264 M: Borislav Petkov <bp@alien8.de>
6265 L: linux-ide@vger.kernel.org
6266 S: Maintained
6267 F: Documentation/cdrom/ide-cd
6268 F: drivers/ide/ide-cd*
6269
6270 IEEE 802.15.4 SUBSYSTEM
6271 M: Alexander Aring <aar@pengutronix.de>
6272 M: Stefan Schmidt <stefan@osg.samsung.com>
6273 L: linux-wpan@vger.kernel.org
6274 W: http://wpan.cakelab.org/
6275 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6276 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6277 S: Maintained
6278 F: net/ieee802154/
6279 F: net/mac802154/
6280 F: drivers/net/ieee802154/
6281 F: include/linux/nl802154.h
6282 F: include/linux/ieee802154.h
6283 F: include/net/nl802154.h
6284 F: include/net/mac802154.h
6285 F: include/net/af_ieee802154.h
6286 F: include/net/cfg802154.h
6287 F: include/net/ieee802154_netdev.h
6288 F: Documentation/networking/ieee802154.txt
6289
6290 IFE PROTOCOL
6291 M: Yotam Gigi <yotamg@mellanox.com>
6292 M: Jamal Hadi Salim <jhs@mojatatu.com>
6293 F: net/ife
6294 F: include/net/ife.h
6295 F: include/uapi/linux/ife.h
6296
6297 IGORPLUG-USB IR RECEIVER
6298 M: Sean Young <sean@mess.org>
6299 L: linux-media@vger.kernel.org
6300 S: Maintained
6301 F: drivers/media/rc/igorplugusb.c
6302
6303 IGUANAWORKS USB IR TRANSCEIVER
6304 M: Sean Young <sean@mess.org>
6305 L: linux-media@vger.kernel.org
6306 S: Maintained
6307 F: drivers/media/rc/iguanair.c
6308
6309 IIO DIGITAL POTENTIOMETER DAC
6310 M: Peter Rosin <peda@axentia.se>
6311 L: linux-iio@vger.kernel.org
6312 S: Maintained
6313 F: Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6314 F: Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6315 F: drivers/iio/dac/dpot-dac.c
6316
6317 IIO ENVELOPE DETECTOR
6318 M: Peter Rosin <peda@axentia.se>
6319 L: linux-iio@vger.kernel.org
6320 S: Maintained
6321 F: Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6322 F: Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6323 F: drivers/iio/adc/envelope-detector.c
6324
6325 IIO SUBSYSTEM AND DRIVERS
6326 M: Jonathan Cameron <jic23@kernel.org>
6327 R: Hartmut Knaack <knaack.h@gmx.de>
6328 R: Lars-Peter Clausen <lars@metafoo.de>
6329 R: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6330 L: linux-iio@vger.kernel.org
6331 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6332 S: Maintained
6333 F: Documentation/devicetree/bindings/iio/
6334 F: drivers/iio/
6335 F: drivers/staging/iio/
6336 F: include/linux/iio/
6337 F: tools/iio/
6338
6339 IKANOS/ADI EAGLE ADSL USB DRIVER
6340 M: Matthieu Castet <castet.matthieu@free.fr>
6341 M: Stanislaw Gruszka <stf_xl@wp.pl>
6342 S: Maintained
6343 F: drivers/usb/atm/ueagle-atm.c
6344
6345 IMGTEC ASCII LCD DRIVER
6346 M: Paul Burton <paul.burton@imgtec.com>
6347 S: Maintained
6348 F: Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6349 F: drivers/auxdisplay/img-ascii-lcd.c
6350
6351 INA209 HARDWARE MONITOR DRIVER
6352 M: Guenter Roeck <linux@roeck-us.net>
6353 L: linux-hwmon@vger.kernel.org
6354 S: Maintained
6355 F: Documentation/hwmon/ina209
6356 F: Documentation/devicetree/bindings/i2c/ina209.txt
6357 F: drivers/hwmon/ina209.c
6358
6359 INA2XX HARDWARE MONITOR DRIVER
6360 M: Guenter Roeck <linux@roeck-us.net>
6361 L: linux-hwmon@vger.kernel.org
6362 S: Maintained
6363 F: Documentation/hwmon/ina2xx
6364 F: drivers/hwmon/ina2xx.c
6365 F: include/linux/platform_data/ina2xx.h
6366
6367 INDUSTRY PACK SUBSYSTEM (IPACK)
6368 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6369 M: Jens Taprogge <jens.taprogge@taprogge.org>
6370 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6371 L: industrypack-devel@lists.sourceforge.net
6372 W: http://industrypack.sourceforge.net
6373 S: Maintained
6374 F: drivers/ipack/
6375
6376 INGENIC JZ4780 DMA Driver
6377 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6378 S: Maintained
6379 F: drivers/dma/dma-jz4780.c
6380
6381 INGENIC JZ4780 NAND DRIVER
6382 M: Harvey Hunt <harveyhuntnexus@gmail.com>
6383 L: linux-mtd@lists.infradead.org
6384 S: Maintained
6385 F: drivers/mtd/nand/jz4780_*
6386
6387 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6388 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6389 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6390 L: linux-ima-devel@lists.sourceforge.net
6391 L: linux-ima-user@lists.sourceforge.net
6392 L: linux-security-module@vger.kernel.org
6393 T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6394 S: Supported
6395 F: security/integrity/ima/
6396
6397 IMGTEC IR DECODER DRIVER
6398 M: James Hogan <james.hogan@imgtec.com>
6399 S: Maintained
6400 F: drivers/media/rc/img-ir/
6401
6402 IMS TWINTURBO FRAMEBUFFER DRIVER
6403 L: linux-fbdev@vger.kernel.org
6404 S: Orphan
6405 F: drivers/video/fbdev/imsttfb.c
6406
6407 INFINIBAND SUBSYSTEM
6408 M: Doug Ledford <dledford@redhat.com>
6409 M: Sean Hefty <sean.hefty@intel.com>
6410 M: Hal Rosenstock <hal.rosenstock@gmail.com>
6411 L: linux-rdma@vger.kernel.org
6412 W: http://www.openfabrics.org/
6413 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6414 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6415 S: Supported
6416 F: Documentation/infiniband/
6417 F: drivers/infiniband/
6418 F: include/uapi/linux/if_infiniband.h
6419 F: include/uapi/rdma/
6420 F: include/rdma/
6421
6422 INOTIFY
6423 M: John McCutchan <john@johnmccutchan.com>
6424 M: Robert Love <rlove@rlove.org>
6425 M: Eric Paris <eparis@parisplace.org>
6426 S: Maintained
6427 F: Documentation/filesystems/inotify.txt
6428 F: fs/notify/inotify/
6429 F: include/linux/inotify.h
6430 F: include/uapi/linux/inotify.h
6431
6432 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6433 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
6434 L: linux-input@vger.kernel.org
6435 Q: http://patchwork.kernel.org/project/linux-input/list/
6436 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6437 S: Maintained
6438 F: drivers/input/
6439 F: include/linux/input.h
6440 F: include/uapi/linux/input.h
6441 F: include/linux/input/
6442 F: Documentation/devicetree/bindings/input/
6443
6444 INPUT MULTITOUCH (MT) PROTOCOL
6445 M: Henrik Rydberg <rydberg@bitmath.org>
6446 L: linux-input@vger.kernel.org
6447 S: Odd fixes
6448 F: Documentation/input/multi-touch-protocol.txt
6449 F: drivers/input/input-mt.c
6450 K: \b(ABS|SYN)_MT_
6451
6452 INTEL ASoC BDW/HSW DRIVERS
6453 M: Jie Yang <yang.jie@linux.intel.com>
6454 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6455 S: Supported
6456 F: sound/soc/intel/common/sst-dsp*
6457 F: sound/soc/intel/common/sst-firmware.c
6458 F: sound/soc/intel/boards/broadwell.c
6459 F: sound/soc/intel/haswell/
6460
6461 INTEL C600 SERIES SAS CONTROLLER DRIVER
6462 M: Intel SCU Linux support <intel-linux-scu@intel.com>
6463 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6464 L: linux-scsi@vger.kernel.org
6465 T: git git://git.code.sf.net/p/intel-sas/isci
6466 S: Supported
6467 F: drivers/scsi/isci/
6468
6469 INTEL HID EVENT DRIVER
6470 M: Alex Hung <alex.hung@canonical.com>
6471 L: platform-driver-x86@vger.kernel.org
6472 S: Maintained
6473 F: drivers/platform/x86/intel-hid.c
6474
6475 INTEL VIRTUAL BUTTON DRIVER
6476 M: AceLan Kao <acelan.kao@canonical.com>
6477 L: platform-driver-x86@vger.kernel.org
6478 S: Maintained
6479 F: drivers/platform/x86/intel-vbtn.c
6480
6481 INTEL IDLE DRIVER
6482 M: Jacob Pan <jacob.jun.pan@linux.intel.com>
6483 M: Len Brown <lenb@kernel.org>
6484 L: linux-pm@vger.kernel.org
6485 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6486 B: https://bugzilla.kernel.org
6487 S: Supported
6488 F: drivers/idle/intel_idle.c
6489
6490 INTEL INTEGRATED SENSOR HUB DRIVER
6491 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6492 M: Jiri Kosina <jikos@kernel.org>
6493 L: linux-input@vger.kernel.org
6494 S: Maintained
6495 F: drivers/hid/intel-ish-hid/
6496
6497 INTEL PSTATE DRIVER
6498 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6499 M: Len Brown <lenb@kernel.org>
6500 L: linux-pm@vger.kernel.org
6501 S: Supported
6502 F: drivers/cpufreq/intel_pstate.c
6503
6504 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6505 M: Maik Broemme <mbroemme@libmpq.org>
6506 L: linux-fbdev@vger.kernel.org
6507 S: Maintained
6508 F: Documentation/fb/intelfb.txt
6509 F: drivers/video/fbdev/intelfb/
6510
6511 INTEL 810/815 FRAMEBUFFER DRIVER
6512 M: Antonino Daplas <adaplas@gmail.com>
6513 L: linux-fbdev@vger.kernel.org
6514 S: Maintained
6515 F: drivers/video/fbdev/i810/
6516
6517 INTEL MENLOW THERMAL DRIVER
6518 M: Sujith Thomas <sujith.thomas@intel.com>
6519 L: platform-driver-x86@vger.kernel.org
6520 W: https://01.org/linux-acpi
6521 S: Supported
6522 F: drivers/platform/x86/intel_menlow.c
6523
6524 INTEL I/OAT DMA DRIVER
6525 M: Dave Jiang <dave.jiang@intel.com>
6526 R: Dan Williams <dan.j.williams@intel.com>
6527 L: dmaengine@vger.kernel.org
6528 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
6529 S: Supported
6530 F: drivers/dma/ioat*
6531
6532 INTEL IOMMU (VT-d)
6533 M: David Woodhouse <dwmw2@infradead.org>
6534 L: iommu@lists.linux-foundation.org
6535 T: git git://git.infradead.org/iommu-2.6.git
6536 S: Supported
6537 F: drivers/iommu/intel-iommu.c
6538 F: include/linux/intel-iommu.h
6539
6540 INTEL IOP-ADMA DMA DRIVER
6541 R: Dan Williams <dan.j.williams@intel.com>
6542 S: Odd fixes
6543 F: drivers/dma/iop-adma.c
6544
6545 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6546 M: Krzysztof Halasa <khalasa@piap.pl>
6547 S: Maintained
6548 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
6549 F: arch/arm/mach-ixp4xx/include/mach/npe.h
6550 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6551 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
6552 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
6553 F: drivers/net/wan/ixp4xx_hss.c
6554
6555 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6556 M: Deepak Saxena <dsaxena@plexity.net>
6557 S: Maintained
6558 F: drivers/char/hw_random/ixp4xx-rng.c
6559
6560 INTEL ETHERNET DRIVERS
6561 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6562 L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6563 W: http://www.intel.com/support/feedback.htm
6564 W: http://e1000.sourceforge.net/
6565 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6566 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6567 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6568 S: Supported
6569 F: Documentation/networking/e100.txt
6570 F: Documentation/networking/e1000.txt
6571 F: Documentation/networking/e1000e.txt
6572 F: Documentation/networking/igb.txt
6573 F: Documentation/networking/igbvf.txt
6574 F: Documentation/networking/ixgb.txt
6575 F: Documentation/networking/ixgbe.txt
6576 F: Documentation/networking/ixgbevf.txt
6577 F: Documentation/networking/i40e.txt
6578 F: Documentation/networking/i40evf.txt
6579 F: drivers/net/ethernet/intel/
6580 F: drivers/net/ethernet/intel/*/
6581
6582 INTEL RDMA RNIC DRIVER
6583 M: Faisal Latif <faisal.latif@intel.com>
6584 M: Shiraz Saleem <shiraz.saleem@intel.com>
6585 L: linux-rdma@vger.kernel.org
6586 S: Supported
6587 F: drivers/infiniband/hw/i40iw/
6588
6589 INTEL MERRIFIELD GPIO DRIVER
6590 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6591 L: linux-gpio@vger.kernel.org
6592 S: Maintained
6593 F: drivers/gpio/gpio-merrifield.c
6594
6595 INTEL-MID GPIO DRIVER
6596 M: David Cohen <david.a.cohen@linux.intel.com>
6597 L: linux-gpio@vger.kernel.org
6598 S: Maintained
6599 F: drivers/gpio/gpio-intel-mid.c
6600
6601 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6602 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
6603 L: linux-wireless@vger.kernel.org
6604 S: Maintained
6605 F: Documentation/networking/README.ipw2100
6606 F: Documentation/networking/README.ipw2200
6607 F: drivers/net/wireless/intel/ipw2x00/
6608
6609 INTEL(R) TRACE HUB
6610 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
6611 S: Supported
6612 F: Documentation/trace/intel_th.txt
6613 F: drivers/hwtracing/intel_th/
6614
6615 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6616 M: Ning Sun <ning.sun@intel.com>
6617 L: tboot-devel@lists.sourceforge.net
6618 W: http://tboot.sourceforge.net
6619 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6620 S: Supported
6621 F: Documentation/intel_txt.txt
6622 F: include/linux/tboot.h
6623 F: arch/x86/kernel/tboot.c
6624
6625 INTEL WIRELESS WIMAX CONNECTION 2400
6626 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6627 M: linux-wimax@intel.com
6628 L: wimax@linuxwimax.org (subscribers-only)
6629 S: Supported
6630 W: http://linuxwimax.org
6631 F: Documentation/wimax/README.i2400m
6632 F: drivers/net/wimax/i2400m/
6633 F: include/uapi/linux/wimax/i2400m.h
6634
6635 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6636 M: Stanislaw Gruszka <sgruszka@redhat.com>
6637 L: linux-wireless@vger.kernel.org
6638 S: Supported
6639 F: drivers/net/wireless/intel/iwlegacy/
6640
6641 INTEL WIRELESS WIFI LINK (iwlwifi)
6642 M: Johannes Berg <johannes.berg@intel.com>
6643 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6644 M: Luca Coelho <luciano.coelho@intel.com>
6645 M: Intel Linux Wireless <linuxwifi@intel.com>
6646 L: linux-wireless@vger.kernel.org
6647 W: http://intellinuxwireless.org
6648 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6649 S: Supported
6650 F: drivers/net/wireless/intel/iwlwifi/
6651
6652 INTEL MANAGEMENT ENGINE (mei)
6653 M: Tomas Winkler <tomas.winkler@intel.com>
6654 L: linux-kernel@vger.kernel.org
6655 S: Supported
6656 F: include/uapi/linux/mei.h
6657 F: include/linux/mei_cl_bus.h
6658 F: drivers/misc/mei/*
6659 F: drivers/watchdog/mei_wdt.c
6660 F: Documentation/misc-devices/mei/*
6661 F: samples/mei/*
6662
6663 INTEL MIC DRIVERS (mic)
6664 M: Sudeep Dutt <sudeep.dutt@intel.com>
6665 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
6666 S: Supported
6667 W: https://github.com/sudeepdutt/mic
6668 W: http://software.intel.com/en-us/mic-developer
6669 F: include/linux/mic_bus.h
6670 F: include/linux/scif.h
6671 F: include/uapi/linux/mic_common.h
6672 F: include/uapi/linux/mic_ioctl.h
6673 F: include/uapi/linux/scif_ioctl.h
6674 F: drivers/misc/mic/
6675 F: drivers/dma/mic_x100_dma.c
6676 F: drivers/dma/mic_x100_dma.h
6677 F: Documentation/mic/
6678
6679 INTEL PMC/P-Unit IPC DRIVER
6680 M: Zha Qipeng<qipeng.zha@intel.com>
6681 L: platform-driver-x86@vger.kernel.org
6682 S: Maintained
6683 F: drivers/platform/x86/intel_pmc_ipc.c
6684 F: drivers/platform/x86/intel_punit_ipc.c
6685 F: arch/x86/include/asm/intel_pmc_ipc.h
6686 F: arch/x86/include/asm/intel_punit_ipc.h
6687
6688 INTEL TELEMETRY DRIVER
6689 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6690 L: platform-driver-x86@vger.kernel.org
6691 S: Maintained
6692 F: arch/x86/include/asm/intel_telemetry.h
6693 F: drivers/platform/x86/intel_telemetry*
6694
6695 INTEL PMC CORE DRIVER
6696 M: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6697 M: Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6698 L: platform-driver-x86@vger.kernel.org
6699 S: Maintained
6700 F: arch/x86/include/asm/pmc_core.h
6701 F: drivers/platform/x86/intel_pmc_core*
6702
6703 INVENSENSE MPU-3050 GYROSCOPE DRIVER
6704 M: Linus Walleij <linus.walleij@linaro.org>
6705 L: linux-iio@vger.kernel.org
6706 S: Maintained
6707 F: drivers/iio/gyro/mpu3050*
6708 F: Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
6709
6710 IOC3 ETHERNET DRIVER
6711 M: Ralf Baechle <ralf@linux-mips.org>
6712 L: linux-mips@linux-mips.org
6713 S: Maintained
6714 F: drivers/net/ethernet/sgi/ioc3-eth.c
6715
6716 IOC3 SERIAL DRIVER
6717 M: Pat Gefre <pfg@sgi.com>
6718 L: linux-serial@vger.kernel.org
6719 S: Maintained
6720 F: drivers/tty/serial/ioc3_serial.c
6721
6722 IOMMU DRIVERS
6723 M: Joerg Roedel <joro@8bytes.org>
6724 L: iommu@lists.linux-foundation.org
6725 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6726 S: Maintained
6727 F: Documentation/devicetree/bindings/iommu/
6728 F: drivers/iommu/
6729
6730 IP MASQUERADING
6731 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6732 S: Maintained
6733 F: net/ipv4/netfilter/ipt_MASQUERADE.c
6734
6735 IPMI SUBSYSTEM
6736 M: Corey Minyard <minyard@acm.org>
6737 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6738 W: http://openipmi.sourceforge.net/
6739 S: Supported
6740 F: Documentation/IPMI.txt
6741 F: drivers/char/ipmi/
6742 F: include/linux/ipmi*
6743 F: include/uapi/linux/ipmi*
6744
6745 QCOM AUDIO (ASoC) DRIVERS
6746 M: Patrick Lai <plai@codeaurora.org>
6747 M: Banajit Goswami <bgoswami@codeaurora.org>
6748 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6749 S: Supported
6750 F: sound/soc/qcom/
6751
6752 IPS SCSI RAID DRIVER
6753 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6754 L: linux-scsi@vger.kernel.org
6755 W: http://www.adaptec.com/
6756 S: Maintained
6757 F: drivers/scsi/ips*
6758
6759 IPVS
6760 M: Wensong Zhang <wensong@linux-vs.org>
6761 M: Simon Horman <horms@verge.net.au>
6762 M: Julian Anastasov <ja@ssi.bg>
6763 L: netdev@vger.kernel.org
6764 L: lvs-devel@vger.kernel.org
6765 S: Maintained
6766 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6767 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6768 F: Documentation/networking/ipvs-sysctl.txt
6769 F: include/net/ip_vs.h
6770 F: include/uapi/linux/ip_vs.h
6771 F: net/netfilter/ipvs/
6772
6773 IPWIRELESS DRIVER
6774 M: Jiri Kosina <jikos@kernel.org>
6775 M: David Sterba <dsterba@suse.com>
6776 S: Odd Fixes
6777 F: drivers/tty/ipwireless/
6778
6779 IPX NETWORK LAYER
6780 L: netdev@vger.kernel.org
6781 S: Odd fixes
6782 F: include/net/ipx.h
6783 F: include/uapi/linux/ipx.h
6784 F: net/ipx/
6785
6786 IRDA SUBSYSTEM
6787 M: Samuel Ortiz <samuel@sortiz.org>
6788 L: irda-users@lists.sourceforge.net (subscribers-only)
6789 L: netdev@vger.kernel.org
6790 W: http://irda.sourceforge.net/
6791 S: Maintained
6792 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6793 F: Documentation/networking/irda.txt
6794 F: drivers/net/irda/
6795 F: include/net/irda/
6796 F: net/irda/
6797
6798 IRQ SUBSYSTEM
6799 M: Thomas Gleixner <tglx@linutronix.de>
6800 L: linux-kernel@vger.kernel.org
6801 S: Maintained
6802 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6803 F: kernel/irq/
6804
6805 IRQCHIP DRIVERS
6806 M: Thomas Gleixner <tglx@linutronix.de>
6807 M: Jason Cooper <jason@lakedaemon.net>
6808 M: Marc Zyngier <marc.zyngier@arm.com>
6809 L: linux-kernel@vger.kernel.org
6810 S: Maintained
6811 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6812 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6813 F: Documentation/devicetree/bindings/interrupt-controller/
6814 F: drivers/irqchip/
6815
6816 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6817 M: Marc Zyngier <marc.zyngier@arm.com>
6818 S: Maintained
6819 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6820 F: Documentation/IRQ-domain.txt
6821 F: include/linux/irqdomain.h
6822 F: kernel/irq/irqdomain.c
6823 F: kernel/irq/msi.c
6824
6825 ISA
6826 M: William Breathitt Gray <vilhelm.gray@gmail.com>
6827 S: Maintained
6828 F: Documentation/isa.txt
6829 F: drivers/base/isa.c
6830 F: include/linux/isa.h
6831
6832 ISAPNP
6833 M: Jaroslav Kysela <perex@perex.cz>
6834 S: Maintained
6835 F: Documentation/isapnp.txt
6836 F: drivers/pnp/isapnp/
6837 F: include/linux/isapnp.h
6838
6839 ISA RADIO MODULE
6840 M: Hans Verkuil <hverkuil@xs4all.nl>
6841 L: linux-media@vger.kernel.org
6842 T: git git://linuxtv.org/media_tree.git
6843 W: https://linuxtv.org
6844 S: Maintained
6845 F: drivers/media/radio/radio-isa*
6846
6847 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6848 M: Peter Jones <pjones@redhat.com>
6849 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
6850 S: Maintained
6851 F: drivers/firmware/iscsi_ibft*
6852
6853 ISCSI
6854 M: Lee Duncan <lduncan@suse.com>
6855 M: Chris Leech <cleech@redhat.com>
6856 L: open-iscsi@googlegroups.com
6857 W: www.open-iscsi.com
6858 S: Maintained
6859 F: drivers/scsi/*iscsi*
6860 F: include/scsi/*iscsi*
6861
6862 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6863 M: Or Gerlitz <ogerlitz@mellanox.com>
6864 M: Sagi Grimberg <sagi@grimberg.me>
6865 M: Roi Dayan <roid@mellanox.com>
6866 L: linux-rdma@vger.kernel.org
6867 S: Supported
6868 W: http://www.openfabrics.org
6869 W: www.open-iscsi.org
6870 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6871 F: drivers/infiniband/ulp/iser/
6872
6873 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6874 M: Sagi Grimberg <sagi@grimberg.me>
6875 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6876 L: linux-rdma@vger.kernel.org
6877 L: target-devel@vger.kernel.org
6878 S: Supported
6879 W: http://www.linux-iscsi.org
6880 F: drivers/infiniband/ulp/isert
6881
6882 ISDN SUBSYSTEM
6883 M: Karsten Keil <isdn@linux-pingi.de>
6884 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6885 L: netdev@vger.kernel.org
6886 W: http://www.isdn4linux.de
6887 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6888 S: Maintained
6889 F: Documentation/isdn/
6890 F: drivers/isdn/
6891 F: include/linux/isdn.h
6892 F: include/linux/isdn/
6893 F: include/uapi/linux/isdn.h
6894 F: include/uapi/linux/isdn/
6895
6896 ISDN SUBSYSTEM (Eicon active card driver)
6897 M: Armin Schindler <mac@melware.de>
6898 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6899 W: http://www.melware.de
6900 S: Maintained
6901 F: drivers/isdn/hardware/eicon/
6902
6903 IT87 HARDWARE MONITORING DRIVER
6904 M: Jean Delvare <jdelvare@suse.com>
6905 L: linux-hwmon@vger.kernel.org
6906 S: Maintained
6907 F: Documentation/hwmon/it87
6908 F: drivers/hwmon/it87.c
6909
6910 IT913X MEDIA DRIVER
6911 M: Antti Palosaari <crope@iki.fi>
6912 L: linux-media@vger.kernel.org
6913 W: https://linuxtv.org
6914 W: http://palosaari.fi/linux/
6915 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6916 T: git git://linuxtv.org/anttip/media_tree.git
6917 S: Maintained
6918 F: drivers/media/tuners/it913x*
6919
6920 IVTV VIDEO4LINUX DRIVER
6921 M: Andy Walls <awalls@md.metrocast.net>
6922 L: ivtv-devel@ivtvdriver.org (subscribers-only)
6923 L: linux-media@vger.kernel.org
6924 T: git git://linuxtv.org/media_tree.git
6925 W: http://www.ivtvdriver.org
6926 S: Maintained
6927 F: Documentation/media/v4l-drivers/ivtv*
6928 F: drivers/media/pci/ivtv/
6929 F: include/uapi/linux/ivtv*
6930
6931 IX2505V MEDIA DRIVER
6932 M: Malcolm Priestley <tvboxspy@gmail.com>
6933 L: linux-media@vger.kernel.org
6934 W: https://linuxtv.org
6935 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6936 S: Maintained
6937 F: drivers/media/dvb-frontends/ix2505v*
6938
6939 JC42.4 TEMPERATURE SENSOR DRIVER
6940 M: Guenter Roeck <linux@roeck-us.net>
6941 L: linux-hwmon@vger.kernel.org
6942 S: Maintained
6943 F: drivers/hwmon/jc42.c
6944 F: Documentation/hwmon/jc42
6945
6946 JFS FILESYSTEM
6947 M: Dave Kleikamp <shaggy@kernel.org>
6948 L: jfs-discussion@lists.sourceforge.net
6949 W: http://jfs.sourceforge.net/
6950 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6951 S: Maintained
6952 F: Documentation/filesystems/jfs.txt
6953 F: fs/jfs/
6954
6955 JME NETWORK DRIVER
6956 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6957 L: netdev@vger.kernel.org
6958 S: Maintained
6959 F: drivers/net/ethernet/jme.*
6960
6961 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6962 M: David Woodhouse <dwmw2@infradead.org>
6963 L: linux-mtd@lists.infradead.org
6964 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6965 S: Maintained
6966 F: fs/jffs2/
6967 F: include/uapi/linux/jffs2.h
6968
6969 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6970 M: "Theodore Ts'o" <tytso@mit.edu>
6971 M: Jan Kara <jack@suse.com>
6972 L: linux-ext4@vger.kernel.org
6973 S: Maintained
6974 F: fs/jbd2/
6975 F: include/linux/jbd2.h
6976
6977 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6978 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6979 L: linux-media@vger.kernel.org
6980 S: Maintained
6981 F: drivers/media/platform/rcar_jpu.c
6982
6983 JSM Neo PCI based serial card
6984 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6985 L: linux-serial@vger.kernel.org
6986 S: Maintained
6987 F: drivers/tty/serial/jsm/
6988
6989 K10TEMP HARDWARE MONITORING DRIVER
6990 M: Clemens Ladisch <clemens@ladisch.de>
6991 L: linux-hwmon@vger.kernel.org
6992 S: Maintained
6993 F: Documentation/hwmon/k10temp
6994 F: drivers/hwmon/k10temp.c
6995
6996 K8TEMP HARDWARE MONITORING DRIVER
6997 M: Rudolf Marek <r.marek@assembler.cz>
6998 L: linux-hwmon@vger.kernel.org
6999 S: Maintained
7000 F: Documentation/hwmon/k8temp
7001 F: drivers/hwmon/k8temp.c
7002
7003 KASAN
7004 M: Andrey Ryabinin <aryabinin@virtuozzo.com>
7005 R: Alexander Potapenko <glider@google.com>
7006 R: Dmitry Vyukov <dvyukov@google.com>
7007 L: kasan-dev@googlegroups.com
7008 S: Maintained
7009 F: arch/*/include/asm/kasan.h
7010 F: arch/*/mm/kasan_init*
7011 F: Documentation/dev-tools/kasan.rst
7012 F: include/linux/kasan*.h
7013 F: lib/test_kasan.c
7014 F: mm/kasan/
7015 F: scripts/Makefile.kasan
7016
7017 KCONFIG
7018 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
7019 L: linux-kbuild@vger.kernel.org
7020 T: git git://gitorious.org/linux-kconfig/linux-kconfig
7021 S: Maintained
7022 F: Documentation/kbuild/kconfig-language.txt
7023 F: scripts/kconfig/
7024
7025 KDUMP
7026 M: Dave Young <dyoung@redhat.com>
7027 M: Baoquan He <bhe@redhat.com>
7028 R: Vivek Goyal <vgoyal@redhat.com>
7029 L: kexec@lists.infradead.org
7030 W: http://lse.sourceforge.net/kdump/
7031 S: Maintained
7032 F: Documentation/kdump/
7033
7034 KEENE FM RADIO TRANSMITTER DRIVER
7035 M: Hans Verkuil <hverkuil@xs4all.nl>
7036 L: linux-media@vger.kernel.org
7037 T: git git://linuxtv.org/media_tree.git
7038 W: https://linuxtv.org
7039 S: Maintained
7040 F: drivers/media/radio/radio-keene*
7041
7042 KERNEL AUTOMOUNTER v4 (AUTOFS4)
7043 M: Ian Kent <raven@themaw.net>
7044 L: autofs@vger.kernel.org
7045 S: Maintained
7046 F: fs/autofs4/
7047
7048 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
7049 M: Michal Marek <mmarek@suse.com>
7050 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
7051 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
7052 L: linux-kbuild@vger.kernel.org
7053 S: Maintained
7054 F: Documentation/kbuild/
7055 F: Makefile
7056 F: scripts/Makefile.*
7057 F: scripts/basic/
7058 F: scripts/mk*
7059 F: scripts/package/
7060
7061 KERNEL JANITORS
7062 L: kernel-janitors@vger.kernel.org
7063 W: http://kernelnewbies.org/KernelJanitors
7064 S: Odd Fixes
7065
7066 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
7067 M: "J. Bruce Fields" <bfields@fieldses.org>
7068 M: Jeff Layton <jlayton@poochiereds.net>
7069 L: linux-nfs@vger.kernel.org
7070 W: http://nfs.sourceforge.net/
7071 T: git git://linux-nfs.org/~bfields/linux.git
7072 S: Supported
7073 F: fs/nfsd/
7074 F: include/uapi/linux/nfsd/
7075 F: fs/lockd/
7076 F: fs/nfs_common/
7077 F: net/sunrpc/
7078 F: include/linux/lockd/
7079 F: include/linux/sunrpc/
7080 F: include/uapi/linux/sunrpc/
7081
7082 KERNEL SELFTEST FRAMEWORK
7083 M: Shuah Khan <shuahkh@osg.samsung.com>
7084 M: Shuah Khan <shuah@kernel.org>
7085 L: linux-kselftest@vger.kernel.org
7086 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
7087 S: Maintained
7088 F: tools/testing/selftests
7089
7090 KERNEL VIRTUAL MACHINE (KVM)
7091 M: Paolo Bonzini <pbonzini@redhat.com>
7092 M: Radim Krčmář <rkrcmar@redhat.com>
7093 L: kvm@vger.kernel.org
7094 W: http://www.linux-kvm.org
7095 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7096 S: Supported
7097 F: Documentation/*/kvm*.txt
7098 F: Documentation/virtual/kvm/
7099 F: arch/*/kvm/
7100 F: arch/x86/kernel/kvm.c
7101 F: arch/x86/kernel/kvmclock.c
7102 F: arch/*/include/asm/kvm*
7103 F: include/linux/kvm*
7104 F: include/uapi/linux/kvm*
7105 F: virt/kvm/
7106 F: tools/kvm/
7107
7108 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7109 M: Joerg Roedel <joro@8bytes.org>
7110 L: kvm@vger.kernel.org
7111 W: http://www.linux-kvm.org/
7112 S: Maintained
7113 F: arch/x86/include/asm/svm.h
7114 F: arch/x86/kvm/svm.c
7115
7116 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7117 M: Alexander Graf <agraf@suse.com>
7118 L: kvm-ppc@vger.kernel.org
7119 W: http://www.linux-kvm.org/
7120 T: git git://github.com/agraf/linux-2.6.git
7121 S: Supported
7122 F: arch/powerpc/include/asm/kvm*
7123 F: arch/powerpc/kvm/
7124
7125 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7126 M: Christian Borntraeger <borntraeger@de.ibm.com>
7127 M: Cornelia Huck <cornelia.huck@de.ibm.com>
7128 L: linux-s390@vger.kernel.org
7129 W: http://www.ibm.com/developerworks/linux/linux390/
7130 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7131 S: Supported
7132 F: Documentation/s390/kvm.txt
7133 F: arch/s390/include/asm/kvm*
7134 F: arch/s390/kvm/
7135
7136 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7137 M: Christoffer Dall <christoffer.dall@linaro.org>
7138 M: Marc Zyngier <marc.zyngier@arm.com>
7139 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7140 L: kvmarm@lists.cs.columbia.edu
7141 W: http://systems.cs.columbia.edu/projects/kvm-arm
7142 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7143 S: Supported
7144 F: arch/arm/include/uapi/asm/kvm*
7145 F: arch/arm/include/asm/kvm*
7146 F: arch/arm/kvm/
7147 F: virt/kvm/arm/
7148 F: include/kvm/arm_*
7149
7150 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7151 M: Christoffer Dall <christoffer.dall@linaro.org>
7152 M: Marc Zyngier <marc.zyngier@arm.com>
7153 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7154 L: kvmarm@lists.cs.columbia.edu
7155 S: Maintained
7156 F: arch/arm64/include/uapi/asm/kvm*
7157 F: arch/arm64/include/asm/kvm*
7158 F: arch/arm64/kvm/
7159
7160 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7161 M: James Hogan <james.hogan@imgtec.com>
7162 L: linux-mips@linux-mips.org
7163 S: Supported
7164 F: arch/mips/include/uapi/asm/kvm*
7165 F: arch/mips/include/asm/kvm*
7166 F: arch/mips/kvm/
7167
7168 KEXEC
7169 M: Eric Biederman <ebiederm@xmission.com>
7170 W: http://kernel.org/pub/linux/utils/kernel/kexec/
7171 L: kexec@lists.infradead.org
7172 S: Maintained
7173 F: include/linux/kexec.h
7174 F: include/uapi/linux/kexec.h
7175 F: kernel/kexec*
7176
7177 KEYS/KEYRINGS:
7178 M: David Howells <dhowells@redhat.com>
7179 L: keyrings@vger.kernel.org
7180 S: Maintained
7181 F: Documentation/security/keys.txt
7182 F: include/linux/key.h
7183 F: include/linux/key-type.h
7184 F: include/linux/keyctl.h
7185 F: include/uapi/linux/keyctl.h
7186 F: include/keys/
7187 F: security/keys/
7188
7189 KEYS-TRUSTED
7190 M: David Safford <safford@us.ibm.com>
7191 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7192 L: linux-security-module@vger.kernel.org
7193 L: keyrings@vger.kernel.org
7194 S: Supported
7195 F: Documentation/security/keys-trusted-encrypted.txt
7196 F: include/keys/trusted-type.h
7197 F: security/keys/trusted.c
7198 F: security/keys/trusted.h
7199
7200 KEYS-ENCRYPTED
7201 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7202 M: David Safford <safford@us.ibm.com>
7203 L: linux-security-module@vger.kernel.org
7204 L: keyrings@vger.kernel.org
7205 S: Supported
7206 F: Documentation/security/keys-trusted-encrypted.txt
7207 F: include/keys/encrypted-type.h
7208 F: security/keys/encrypted-keys/
7209
7210 KGDB / KDB /debug_core
7211 M: Jason Wessel <jason.wessel@windriver.com>
7212 W: http://kgdb.wiki.kernel.org/
7213 L: kgdb-bugreport@lists.sourceforge.net
7214 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7215 S: Maintained
7216 F: Documentation/DocBook/kgdb.tmpl
7217 F: drivers/misc/kgdbts.c
7218 F: drivers/tty/serial/kgdboc.c
7219 F: include/linux/kdb.h
7220 F: include/linux/kgdb.h
7221 F: kernel/debug/
7222
7223 KMEMCHECK
7224 M: Vegard Nossum <vegardno@ifi.uio.no>
7225 M: Pekka Enberg <penberg@kernel.org>
7226 S: Maintained
7227 F: Documentation/dev-tools/kmemcheck.rst
7228 F: arch/x86/include/asm/kmemcheck.h
7229 F: arch/x86/mm/kmemcheck/
7230 F: include/linux/kmemcheck.h
7231 F: mm/kmemcheck.c
7232
7233 KMEMLEAK
7234 M: Catalin Marinas <catalin.marinas@arm.com>
7235 S: Maintained
7236 F: Documentation/dev-tools/kmemleak.rst
7237 F: include/linux/kmemleak.h
7238 F: mm/kmemleak.c
7239 F: mm/kmemleak-test.c
7240
7241 KPROBES
7242 M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7243 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7244 M: "David S. Miller" <davem@davemloft.net>
7245 M: Masami Hiramatsu <mhiramat@kernel.org>
7246 S: Maintained
7247 F: Documentation/kprobes.txt
7248 F: include/linux/kprobes.h
7249 F: kernel/kprobes.c
7250
7251 KS0108 LCD CONTROLLER DRIVER
7252 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7253 W: http://miguelojeda.es/auxdisplay.htm
7254 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7255 S: Maintained
7256 F: Documentation/auxdisplay/ks0108
7257 F: drivers/auxdisplay/ks0108.c
7258 F: include/linux/ks0108.h
7259
7260 L3MDEV
7261 M: David Ahern <dsa@cumulusnetworks.com>
7262 L: netdev@vger.kernel.org
7263 S: Maintained
7264 F: net/l3mdev
7265 F: include/net/l3mdev.h
7266
7267 LANTIQ MIPS ARCHITECTURE
7268 M: John Crispin <john@phrozen.org>
7269 L: linux-mips@linux-mips.org
7270 S: Maintained
7271 F: arch/mips/lantiq
7272
7273 LAPB module
7274 L: linux-x25@vger.kernel.org
7275 S: Orphan
7276 F: Documentation/networking/lapb-module.txt
7277 F: include/*/lapb.h
7278 F: net/lapb/
7279
7280 LASI 53c700 driver for PARISC
7281 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7282 L: linux-scsi@vger.kernel.org
7283 S: Maintained
7284 F: Documentation/scsi/53c700.txt
7285 F: drivers/scsi/53c700*
7286
7287 LED SUBSYSTEM
7288 M: Richard Purdie <rpurdie@rpsys.net>
7289 M: Jacek Anaszewski <jacek.anaszewski@gmail.com>
7290 M: Pavel Machek <pavel@ucw.cz>
7291 L: linux-leds@vger.kernel.org
7292 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7293 S: Maintained
7294 F: Documentation/devicetree/bindings/leds/
7295 F: drivers/leds/
7296 F: include/linux/leds.h
7297
7298 LEGACY EEPROM DRIVER
7299 M: Jean Delvare <jdelvare@suse.com>
7300 S: Maintained
7301 F: Documentation/misc-devices/eeprom
7302 F: drivers/misc/eeprom/eeprom.c
7303
7304 LEGO USB Tower driver
7305 M: Juergen Stuber <starblue@users.sourceforge.net>
7306 L: legousb-devel@lists.sourceforge.net
7307 W: http://legousb.sourceforge.net/
7308 S: Maintained
7309 F: drivers/usb/misc/legousbtower.c
7310
7311 LG2160 MEDIA DRIVER
7312 M: Michael Krufky <mkrufky@linuxtv.org>
7313 L: linux-media@vger.kernel.org
7314 W: https://linuxtv.org
7315 W: http://github.com/mkrufky
7316 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7317 T: git git://linuxtv.org/mkrufky/tuners.git
7318 S: Maintained
7319 F: drivers/media/dvb-frontends/lg2160.*
7320
7321 LGDT3305 MEDIA DRIVER
7322 M: Michael Krufky <mkrufky@linuxtv.org>
7323 L: linux-media@vger.kernel.org
7324 W: https://linuxtv.org
7325 W: http://github.com/mkrufky
7326 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7327 T: git git://linuxtv.org/mkrufky/tuners.git
7328 S: Maintained
7329 F: drivers/media/dvb-frontends/lgdt3305.*
7330
7331 LGUEST
7332 M: Rusty Russell <rusty@rustcorp.com.au>
7333 L: lguest@lists.ozlabs.org
7334 W: http://lguest.ozlabs.org/
7335 S: Odd Fixes
7336 F: arch/x86/include/asm/lguest*.h
7337 F: arch/x86/lguest/
7338 F: drivers/lguest/
7339 F: include/linux/lguest*.h
7340 F: tools/lguest/
7341
7342 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7343 M: Tejun Heo <tj@kernel.org>
7344 L: linux-ide@vger.kernel.org
7345 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7346 S: Maintained
7347 F: drivers/ata/
7348 F: include/linux/ata.h
7349 F: include/linux/libata.h
7350 F: Documentation/devicetree/bindings/ata/
7351
7352 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7353 M: Viresh Kumar <vireshk@kernel.org>
7354 L: linux-ide@vger.kernel.org
7355 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7356 S: Maintained
7357 F: include/linux/pata_arasan_cf_data.h
7358 F: drivers/ata/pata_arasan_cf.c
7359
7360 LIBATA PATA DRIVERS
7361 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7362 M: Tejun Heo <tj@kernel.org>
7363 L: linux-ide@vger.kernel.org
7364 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7365 S: Maintained
7366 F: drivers/ata/pata_*.c
7367 F: drivers/ata/ata_generic.c
7368
7369 LIBATA SATA AHCI PLATFORM devices support
7370 M: Hans de Goede <hdegoede@redhat.com>
7371 M: Tejun Heo <tj@kernel.org>
7372 L: linux-ide@vger.kernel.org
7373 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7374 S: Maintained
7375 F: drivers/ata/ahci_platform.c
7376 F: drivers/ata/libahci_platform.c
7377 F: include/linux/ahci_platform.h
7378
7379 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7380 M: Mikael Pettersson <mikpelinux@gmail.com>
7381 L: linux-ide@vger.kernel.org
7382 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7383 S: Maintained
7384 F: drivers/ata/sata_promise.*
7385
7386 LIBLOCKDEP
7387 M: Sasha Levin <sasha.levin@oracle.com>
7388 S: Maintained
7389 F: tools/lib/lockdep/
7390
7391 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7392 M: Dan Williams <dan.j.williams@intel.com>
7393 L: linux-nvdimm@lists.01.org
7394 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7395 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7396 S: Supported
7397 F: drivers/nvdimm/*
7398 F: include/linux/nd.h
7399 F: include/linux/libnvdimm.h
7400 F: include/uapi/linux/ndctl.h
7401
7402 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7403 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7404 L: linux-nvdimm@lists.01.org
7405 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7406 S: Supported
7407 F: drivers/nvdimm/blk.c
7408 F: drivers/nvdimm/region_devs.c
7409 F: drivers/acpi/nfit*
7410
7411 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7412 M: Vishal Verma <vishal.l.verma@intel.com>
7413 L: linux-nvdimm@lists.01.org
7414 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7415 S: Supported
7416 F: drivers/nvdimm/btt*
7417
7418 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7419 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7420 L: linux-nvdimm@lists.01.org
7421 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7422 S: Supported
7423 F: drivers/nvdimm/pmem.c
7424 F: include/linux/pmem.h
7425 F: arch/*/include/asm/pmem.h
7426
7427 LIGHTNVM PLATFORM SUPPORT
7428 M: Matias Bjorling <mb@lightnvm.io>
7429 W: http://github/OpenChannelSSD
7430 L: linux-block@vger.kernel.org
7431 S: Maintained
7432 F: drivers/lightnvm/
7433 F: include/linux/lightnvm.h
7434 F: include/uapi/linux/lightnvm.h
7435
7436 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7437 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7438 M: Paul Mackerras <paulus@samba.org>
7439 M: Michael Ellerman <mpe@ellerman.id.au>
7440 W: https://github.com/linuxppc/linux/wiki
7441 L: linuxppc-dev@lists.ozlabs.org
7442 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7443 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7444 S: Supported
7445 F: Documentation/powerpc/
7446 F: arch/powerpc/
7447 F: drivers/char/tpm/tpm_ibmvtpm*
7448 F: drivers/crypto/nx/
7449 F: drivers/crypto/vmx/
7450 F: drivers/net/ethernet/ibm/ibmveth.*
7451 F: drivers/net/ethernet/ibm/ibmvnic.*
7452 F: drivers/pci/hotplug/pnv_php.c
7453 F: drivers/pci/hotplug/rpa*
7454 F: drivers/scsi/ibmvscsi/
7455 F: tools/testing/selftests/powerpc
7456 N: opal
7457 N: /pmac
7458 N: powermac
7459 N: powernv
7460 N: [^a-z0-9]ps3
7461 N: pseries
7462
7463 LINUX FOR POWER MACINTOSH
7464 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7465 W: http://www.penguinppc.org/
7466 L: linuxppc-dev@lists.ozlabs.org
7467 S: Maintained
7468 F: arch/powerpc/platforms/powermac/
7469 F: drivers/macintosh/
7470
7471 LINUX FOR POWERPC EMBEDDED MPC5XXX
7472 M: Anatolij Gustschin <agust@denx.de>
7473 L: linuxppc-dev@lists.ozlabs.org
7474 T: git git://git.denx.de/linux-denx-agust.git
7475 S: Maintained
7476 F: arch/powerpc/platforms/512x/
7477 F: arch/powerpc/platforms/52xx/
7478
7479 LINUX FOR POWERPC EMBEDDED PPC4XX
7480 M: Alistair Popple <alistair@popple.id.au>
7481 M: Matt Porter <mporter@kernel.crashing.org>
7482 W: http://www.penguinppc.org/
7483 L: linuxppc-dev@lists.ozlabs.org
7484 S: Maintained
7485 F: arch/powerpc/platforms/40x/
7486 F: arch/powerpc/platforms/44x/
7487
7488 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7489 L: linuxppc-dev@lists.ozlabs.org
7490 S: Orphan
7491 F: arch/powerpc/*/*virtex*
7492 F: arch/powerpc/*/*/*virtex*
7493
7494 LINUX FOR POWERPC EMBEDDED PPC8XX
7495 M: Vitaly Bordug <vitb@kernel.crashing.org>
7496 W: http://www.penguinppc.org/
7497 L: linuxppc-dev@lists.ozlabs.org
7498 S: Maintained
7499 F: arch/powerpc/platforms/8xx/
7500
7501 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7502 M: Scott Wood <oss@buserror.net>
7503 M: Kumar Gala <galak@kernel.crashing.org>
7504 W: http://www.penguinppc.org/
7505 L: linuxppc-dev@lists.ozlabs.org
7506 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7507 S: Maintained
7508 F: arch/powerpc/platforms/83xx/
7509 F: arch/powerpc/platforms/85xx/
7510
7511 LINUX FOR POWERPC PA SEMI PWRFICIENT
7512 L: linuxppc-dev@lists.ozlabs.org
7513 S: Orphan
7514 F: arch/powerpc/platforms/pasemi/
7515 F: drivers/*/*pasemi*
7516 F: drivers/*/*/*pasemi*
7517
7518 LINUX SECURITY MODULE (LSM) FRAMEWORK
7519 M: Chris Wright <chrisw@sous-sol.org>
7520 L: linux-security-module@vger.kernel.org
7521 S: Supported
7522
7523 LIS3LV02D ACCELEROMETER DRIVER
7524 M: Eric Piel <eric.piel@tremplin-utc.net>
7525 S: Maintained
7526 F: Documentation/misc-devices/lis3lv02d
7527 F: drivers/misc/lis3lv02d/
7528 F: drivers/platform/x86/hp_accel.c
7529
7530 LIVE PATCHING
7531 M: Josh Poimboeuf <jpoimboe@redhat.com>
7532 M: Jessica Yu <jeyu@redhat.com>
7533 M: Jiri Kosina <jikos@kernel.org>
7534 M: Miroslav Benes <mbenes@suse.cz>
7535 R: Petr Mladek <pmladek@suse.com>
7536 S: Maintained
7537 F: kernel/livepatch/
7538 F: include/linux/livepatch.h
7539 F: arch/x86/include/asm/livepatch.h
7540 F: arch/x86/kernel/livepatch.c
7541 F: Documentation/livepatch/
7542 F: Documentation/ABI/testing/sysfs-kernel-livepatch
7543 F: samples/livepatch/
7544 L: live-patching@vger.kernel.org
7545 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7546
7547 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7548 M: Kees Cook <keescook@chromium.org>
7549 S: Maintained
7550 F: drivers/misc/lkdtm*
7551
7552 LLC (802.2)
7553 L: netdev@vger.kernel.org
7554 S: Odd fixes
7555 F: include/linux/llc.h
7556 F: include/uapi/linux/llc.h
7557 F: include/net/llc*
7558 F: net/llc/
7559
7560 LM73 HARDWARE MONITOR DRIVER
7561 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
7562 L: linux-hwmon@vger.kernel.org
7563 S: Maintained
7564 F: drivers/hwmon/lm73.c
7565
7566 LM78 HARDWARE MONITOR DRIVER
7567 M: Jean Delvare <jdelvare@suse.com>
7568 L: linux-hwmon@vger.kernel.org
7569 S: Maintained
7570 F: Documentation/hwmon/lm78
7571 F: drivers/hwmon/lm78.c
7572
7573 LM83 HARDWARE MONITOR DRIVER
7574 M: Jean Delvare <jdelvare@suse.com>
7575 L: linux-hwmon@vger.kernel.org
7576 S: Maintained
7577 F: Documentation/hwmon/lm83
7578 F: drivers/hwmon/lm83.c
7579
7580 LM90 HARDWARE MONITOR DRIVER
7581 M: Jean Delvare <jdelvare@suse.com>
7582 L: linux-hwmon@vger.kernel.org
7583 S: Maintained
7584 F: Documentation/hwmon/lm90
7585 F: Documentation/devicetree/bindings/hwmon/lm90.txt
7586 F: drivers/hwmon/lm90.c
7587 F: include/dt-bindings/thermal/lm90.h
7588
7589 LM95234 HARDWARE MONITOR DRIVER
7590 M: Guenter Roeck <linux@roeck-us.net>
7591 L: linux-hwmon@vger.kernel.org
7592 S: Maintained
7593 F: Documentation/hwmon/lm95234
7594 F: drivers/hwmon/lm95234.c
7595
7596 LME2510 MEDIA DRIVER
7597 M: Malcolm Priestley <tvboxspy@gmail.com>
7598 L: linux-media@vger.kernel.org
7599 W: https://linuxtv.org
7600 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7601 S: Maintained
7602 F: drivers/media/usb/dvb-usb-v2/lmedm04*
7603
7604 LOCKING PRIMITIVES
7605 M: Peter Zijlstra <peterz@infradead.org>
7606 M: Ingo Molnar <mingo@redhat.com>
7607 L: linux-kernel@vger.kernel.org
7608 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7609 S: Maintained
7610 F: Documentation/locking/
7611 F: include/linux/lockdep.h
7612 F: include/linux/spinlock*.h
7613 F: arch/*/include/asm/spinlock*.h
7614 F: include/linux/rwlock*.h
7615 F: include/linux/mutex*.h
7616 F: arch/*/include/asm/mutex*.h
7617 F: include/linux/rwsem*.h
7618 F: arch/*/include/asm/rwsem.h
7619 F: include/linux/seqlock.h
7620 F: lib/locking*.[ch]
7621 F: kernel/locking/
7622
7623 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7624 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
7625 L: linux-ntfs-dev@lists.sourceforge.net
7626 W: http://www.linux-ntfs.org/content/view/19/37/
7627 S: Maintained
7628 F: Documentation/ldm.txt
7629 F: block/partitions/ldm.*
7630
7631 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7632 M: Sathya Prakash <sathya.prakash@broadcom.com>
7633 M: Chaitra P B <chaitra.basappa@broadcom.com>
7634 M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7635 L: MPT-FusionLinux.pdl@broadcom.com
7636 L: linux-scsi@vger.kernel.org
7637 W: http://www.avagotech.com/support/
7638 S: Supported
7639 F: drivers/message/fusion/
7640 F: drivers/scsi/mpt2sas/
7641 F: drivers/scsi/mpt3sas/
7642
7643 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7644 M: Matthew Wilcox <matthew@wil.cx>
7645 L: linux-scsi@vger.kernel.org
7646 S: Maintained
7647 F: drivers/scsi/sym53c8xx_2/
7648
7649 LTC4261 HARDWARE MONITOR DRIVER
7650 M: Guenter Roeck <linux@roeck-us.net>
7651 L: linux-hwmon@vger.kernel.org
7652 S: Maintained
7653 F: Documentation/hwmon/ltc4261
7654 F: drivers/hwmon/ltc4261.c
7655
7656 LTP (Linux Test Project)
7657 M: Mike Frysinger <vapier@gentoo.org>
7658 M: Cyril Hrubis <chrubis@suse.cz>
7659 M: Wanlong Gao <wanlong.gao@gmail.com>
7660 M: Jan Stancek <jstancek@redhat.com>
7661 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7662 M: Alexey Kodanev <alexey.kodanev@oracle.com>
7663 L: ltp@lists.linux.it (subscribers-only)
7664 W: http://linux-test-project.github.io/
7665 T: git git://github.com/linux-test-project/ltp.git
7666 S: Maintained
7667
7668 M32R ARCHITECTURE
7669 W: http://www.linux-m32r.org/
7670 S: Orphan
7671 F: arch/m32r/
7672
7673 M68K ARCHITECTURE
7674 M: Geert Uytterhoeven <geert@linux-m68k.org>
7675 L: linux-m68k@lists.linux-m68k.org
7676 W: http://www.linux-m68k.org/
7677 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7678 S: Maintained
7679 F: arch/m68k/
7680 F: drivers/zorro/
7681
7682 M68K ON APPLE MACINTOSH
7683 M: Joshua Thompson <funaho@jurai.org>
7684 W: http://www.mac.linux-m68k.org/
7685 L: linux-m68k@lists.linux-m68k.org
7686 S: Maintained
7687 F: arch/m68k/mac/
7688
7689 M68K ON HP9000/300
7690 M: Philip Blundell <philb@gnu.org>
7691 W: http://www.tazenda.demon.co.uk/phil/linux-hp
7692 S: Maintained
7693 F: arch/m68k/hp300/
7694
7695 M88DS3103 MEDIA DRIVER
7696 M: Antti Palosaari <crope@iki.fi>
7697 L: linux-media@vger.kernel.org
7698 W: https://linuxtv.org
7699 W: http://palosaari.fi/linux/
7700 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7701 T: git git://linuxtv.org/anttip/media_tree.git
7702 S: Maintained
7703 F: drivers/media/dvb-frontends/m88ds3103*
7704
7705 M88RS2000 MEDIA DRIVER
7706 M: Malcolm Priestley <tvboxspy@gmail.com>
7707 L: linux-media@vger.kernel.org
7708 W: https://linuxtv.org
7709 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7710 S: Maintained
7711 F: drivers/media/dvb-frontends/m88rs2000*
7712
7713 MA901 MASTERKIT USB FM RADIO DRIVER
7714 M: Alexey Klimov <klimov.linux@gmail.com>
7715 L: linux-media@vger.kernel.org
7716 T: git git://linuxtv.org/media_tree.git
7717 S: Maintained
7718 F: drivers/media/radio/radio-ma901.c
7719
7720 MAC80211
7721 M: Johannes Berg <johannes@sipsolutions.net>
7722 L: linux-wireless@vger.kernel.org
7723 W: http://wireless.kernel.org/
7724 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7725 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7726 S: Maintained
7727 F: Documentation/networking/mac80211-injection.txt
7728 F: include/net/mac80211.h
7729 F: net/mac80211/
7730 F: drivers/net/wireless/mac80211_hwsim.[ch]
7731
7732 MACVLAN DRIVER
7733 M: Patrick McHardy <kaber@trash.net>
7734 L: netdev@vger.kernel.org
7735 S: Maintained
7736 F: drivers/net/macvlan.c
7737 F: include/linux/if_macvlan.h
7738
7739 MAILBOX API
7740 M: Jassi Brar <jassisinghbrar@gmail.com>
7741 L: linux-kernel@vger.kernel.org
7742 S: Maintained
7743 F: drivers/mailbox/
7744 F: include/linux/mailbox_client.h
7745 F: include/linux/mailbox_controller.h
7746
7747 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7748 M: Michael Kerrisk <mtk.manpages@gmail.com>
7749 W: http://www.kernel.org/doc/man-pages
7750 L: linux-man@vger.kernel.org
7751 S: Maintained
7752
7753 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
7754 M: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
7755 L: linux-mips@linux-mips.org
7756 S: Maintained
7757 F: arch/mips/boot/dts/img/pistachio_marduk.dts
7758
7759 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7760 M: Andrew Lunn <andrew@lunn.ch>
7761 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7762 L: netdev@vger.kernel.org
7763 S: Maintained
7764 F: drivers/net/dsa/mv88e6xxx/
7765 F: Documentation/devicetree/bindings/net/dsa/marvell.txt
7766
7767 MARVELL ARMADA DRM SUPPORT
7768 M: Russell King <linux@armlinux.org.uk>
7769 S: Maintained
7770 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
7771 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
7772 F: drivers/gpu/drm/armada/
7773 F: include/uapi/drm/armada_drm.h
7774 F: Documentation/devicetree/bindings/display/armada/
7775
7776 MARVELL CRYPTO DRIVER
7777 M: Boris Brezillon <boris.brezillon@free-electrons.com>
7778 M: Arnaud Ebalard <arno@natisbad.org>
7779 F: drivers/crypto/marvell/
7780 S: Maintained
7781 L: linux-crypto@vger.kernel.org
7782
7783 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7784 M: Mirko Lindner <mlindner@marvell.com>
7785 M: Stephen Hemminger <stephen@networkplumber.org>
7786 L: netdev@vger.kernel.org
7787 S: Maintained
7788 F: drivers/net/ethernet/marvell/sk*
7789
7790 MARVELL LIBERTAS WIRELESS DRIVER
7791 L: libertas-dev@lists.infradead.org
7792 S: Orphan
7793 F: drivers/net/wireless/marvell/libertas/
7794
7795 MARVELL MV643XX ETHERNET DRIVER
7796 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7797 L: netdev@vger.kernel.org
7798 S: Maintained
7799 F: drivers/net/ethernet/marvell/mv643xx_eth.*
7800 F: include/linux/mv643xx.h
7801
7802 MARVELL MVNETA ETHERNET DRIVER
7803 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7804 L: netdev@vger.kernel.org
7805 S: Maintained
7806 F: drivers/net/ethernet/marvell/mvneta.*
7807
7808 MARVELL MWIFIEX WIRELESS DRIVER
7809 M: Amitkumar Karwar <akarwar@marvell.com>
7810 M: Nishant Sarmukadam <nishants@marvell.com>
7811 L: linux-wireless@vger.kernel.org
7812 S: Maintained
7813 F: drivers/net/wireless/marvell/mwifiex/
7814
7815 MARVELL MWL8K WIRELESS DRIVER
7816 M: Lennert Buytenhek <buytenh@wantstofly.org>
7817 L: linux-wireless@vger.kernel.org
7818 S: Odd Fixes
7819 F: drivers/net/wireless/marvell/mwl8k.c
7820
7821 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7822 M: Nicolas Pitre <nico@fluxnic.net>
7823 S: Odd Fixes
7824 F: drivers/mmc/host/mvsdio.*
7825
7826 MATROX FRAMEBUFFER DRIVER
7827 L: linux-fbdev@vger.kernel.org
7828 S: Orphan
7829 F: drivers/video/fbdev/matrox/matroxfb_*
7830 F: include/uapi/linux/matroxfb.h
7831
7832 MAX16065 HARDWARE MONITOR DRIVER
7833 M: Guenter Roeck <linux@roeck-us.net>
7834 L: linux-hwmon@vger.kernel.org
7835 S: Maintained
7836 F: Documentation/hwmon/max16065
7837 F: drivers/hwmon/max16065.c
7838
7839 MAX20751 HARDWARE MONITOR DRIVER
7840 M: Guenter Roeck <linux@roeck-us.net>
7841 L: linux-hwmon@vger.kernel.org
7842 S: Maintained
7843 F: Documentation/hwmon/max20751
7844 F: drivers/hwmon/max20751.c
7845
7846 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7847 L: linux-hwmon@vger.kernel.org
7848 S: Orphan
7849 F: Documentation/hwmon/max6650
7850 F: drivers/hwmon/max6650.c
7851
7852 MAX6697 HARDWARE MONITOR DRIVER
7853 M: Guenter Roeck <linux@roeck-us.net>
7854 L: linux-hwmon@vger.kernel.org
7855 S: Maintained
7856 F: Documentation/hwmon/max6697
7857 F: Documentation/devicetree/bindings/i2c/max6697.txt
7858 F: drivers/hwmon/max6697.c
7859 F: include/linux/platform_data/max6697.h
7860
7861 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7862 M: Peter Rosin <peda@axentia.se>
7863 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7864 S: Maintained
7865 F: Documentation/devicetree/bindings/sound/max9860.txt
7866 F: sound/soc/codecs/max9860.*
7867
7868 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7869 M: Krzysztof Kozlowski <krzk@kernel.org>
7870 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7871 L: linux-pm@vger.kernel.org
7872 S: Supported
7873 F: drivers/power/supply/max14577_charger.c
7874 F: drivers/power/supply/max77693_charger.c
7875
7876 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7877 M: Javier Martinez Canillas <javier@osg.samsung.com>
7878 L: linux-kernel@vger.kernel.org
7879 S: Supported
7880 F: drivers/*/*max77802*.c
7881 F: Documentation/devicetree/bindings/*/*max77802.txt
7882 F: include/dt-bindings/*/*max77802.h
7883
7884 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7885 M: Chanwoo Choi <cw00.choi@samsung.com>
7886 M: Krzysztof Kozlowski <krzk@kernel.org>
7887 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7888 L: linux-kernel@vger.kernel.org
7889 S: Supported
7890 F: drivers/*/max14577*.c
7891 F: drivers/*/max77686*.c
7892 F: drivers/*/max77693*.c
7893 F: drivers/extcon/extcon-max14577.c
7894 F: drivers/extcon/extcon-max77693.c
7895 F: drivers/rtc/rtc-max77686.c
7896 F: drivers/clk/clk-max77686.c
7897 F: Documentation/devicetree/bindings/mfd/max14577.txt
7898 F: Documentation/devicetree/bindings/*/max77686.txt
7899 F: Documentation/devicetree/bindings/mfd/max77693.txt
7900 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
7901 F: include/linux/mfd/max14577*.h
7902 F: include/linux/mfd/max77686*.h
7903 F: include/linux/mfd/max77693*.h
7904
7905 MAXIRADIO FM RADIO RECEIVER DRIVER
7906 M: Hans Verkuil <hverkuil@xs4all.nl>
7907 L: linux-media@vger.kernel.org
7908 T: git git://linuxtv.org/media_tree.git
7909 W: https://linuxtv.org
7910 S: Maintained
7911 F: drivers/media/radio/radio-maxiradio*
7912
7913 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7914 M: Peter Rosin <peda@axentia.se>
7915 L: linux-iio@vger.kernel.org
7916 S: Maintained
7917 F: Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
7918 F: drivers/iio/potentiometer/mcp4531.c
7919
7920 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7921 M: William Breathitt Gray <vilhelm.gray@gmail.com>
7922 L: linux-iio@vger.kernel.org
7923 S: Maintained
7924 F: drivers/iio/dac/cio-dac.c
7925
7926 MEDIA DRIVERS FOR RENESAS - FCP
7927 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7928 L: linux-media@vger.kernel.org
7929 L: linux-renesas-soc@vger.kernel.org
7930 T: git git://linuxtv.org/media_tree.git
7931 S: Supported
7932 F: Documentation/devicetree/bindings/media/renesas,fcp.txt
7933 F: drivers/media/platform/rcar-fcp.c
7934 F: include/media/rcar-fcp.h
7935
7936 MEDIA DRIVERS FOR RENESAS - FDP1
7937 M: Kieran Bingham <kieran@bingham.xyz>
7938 L: linux-media@vger.kernel.org
7939 L: linux-renesas-soc@vger.kernel.org
7940 T: git git://linuxtv.org/media_tree.git
7941 S: Supported
7942 F: Documentation/devicetree/bindings/media/renesas,fdp1.txt
7943 F: drivers/media/platform/rcar_fdp1.c
7944
7945 MEDIA DRIVERS FOR RENESAS - VIN
7946 M: Niklas Söderlund <niklas.soderlund@ragnatech.se>
7947 L: linux-media@vger.kernel.org
7948 L: linux-renesas-soc@vger.kernel.org
7949 T: git git://linuxtv.org/media_tree.git
7950 S: Supported
7951 F: Documentation/devicetree/bindings/media/rcar_vin.txt
7952 F: drivers/media/platform/rcar-vin/
7953
7954 MEDIA DRIVERS FOR RENESAS - VSP1
7955 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7956 L: linux-media@vger.kernel.org
7957 L: linux-renesas-soc@vger.kernel.org
7958 T: git git://linuxtv.org/media_tree.git
7959 S: Supported
7960 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
7961 F: drivers/media/platform/vsp1/
7962
7963 MEDIA DRIVERS FOR HELENE
7964 M: Abylay Ospan <aospan@netup.ru>
7965 L: linux-media@vger.kernel.org
7966 W: https://linuxtv.org
7967 W: http://netup.tv/
7968 T: git git://linuxtv.org/media_tree.git
7969 S: Supported
7970 F: drivers/media/dvb-frontends/helene*
7971
7972 MEDIA DRIVERS FOR ASCOT2E
7973 M: Sergey Kozlov <serjk@netup.ru>
7974 M: Abylay Ospan <aospan@netup.ru>
7975 L: linux-media@vger.kernel.org
7976 W: https://linuxtv.org
7977 W: http://netup.tv/
7978 T: git git://linuxtv.org/media_tree.git
7979 S: Supported
7980 F: drivers/media/dvb-frontends/ascot2e*
7981
7982 MEDIA DRIVERS FOR CXD2841ER
7983 M: Sergey Kozlov <serjk@netup.ru>
7984 M: Abylay Ospan <aospan@netup.ru>
7985 L: linux-media@vger.kernel.org
7986 W: https://linuxtv.org
7987 W: http://netup.tv/
7988 T: git git://linuxtv.org/media_tree.git
7989 S: Supported
7990 F: drivers/media/dvb-frontends/cxd2841er*
7991
7992 MEDIA DRIVERS FOR HORUS3A
7993 M: Sergey Kozlov <serjk@netup.ru>
7994 M: Abylay Ospan <aospan@netup.ru>
7995 L: linux-media@vger.kernel.org
7996 W: https://linuxtv.org
7997 W: http://netup.tv/
7998 T: git git://linuxtv.org/media_tree.git
7999 S: Supported
8000 F: drivers/media/dvb-frontends/horus3a*
8001
8002 MEDIA DRIVERS FOR LNBH25
8003 M: Sergey Kozlov <serjk@netup.ru>
8004 M: Abylay Ospan <aospan@netup.ru>
8005 L: linux-media@vger.kernel.org
8006 W: https://linuxtv.org
8007 W: http://netup.tv/
8008 T: git git://linuxtv.org/media_tree.git
8009 S: Supported
8010 F: drivers/media/dvb-frontends/lnbh25*
8011
8012 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
8013 M: Sergey Kozlov <serjk@netup.ru>
8014 M: Abylay Ospan <aospan@netup.ru>
8015 L: linux-media@vger.kernel.org
8016 W: https://linuxtv.org
8017 W: http://netup.tv/
8018 T: git git://linuxtv.org/media_tree.git
8019 S: Supported
8020 F: drivers/media/pci/netup_unidvb/*
8021
8022 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
8023 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
8024 M: Mauro Carvalho Chehab <mchehab@kernel.org>
8025 P: LinuxTV.org Project
8026 L: linux-media@vger.kernel.org
8027 W: https://linuxtv.org
8028 Q: http://patchwork.kernel.org/project/linux-media/list/
8029 T: git git://linuxtv.org/media_tree.git
8030 S: Maintained
8031 F: Documentation/media/
8032 F: drivers/media/
8033 F: drivers/staging/media/
8034 F: include/linux/platform_data/media/
8035 F: include/media/
8036 F: include/uapi/linux/dvb/
8037 F: include/uapi/linux/videodev2.h
8038 F: include/uapi/linux/media.h
8039 F: include/uapi/linux/v4l2-*
8040 F: include/uapi/linux/meye.h
8041 F: include/uapi/linux/ivtv*
8042 F: include/uapi/linux/uvcvideo.h
8043
8044 MEDIATEK ETHERNET DRIVER
8045 M: Felix Fietkau <nbd@openwrt.org>
8046 M: John Crispin <blogic@openwrt.org>
8047 L: netdev@vger.kernel.org
8048 S: Maintained
8049 F: drivers/net/ethernet/mediatek/
8050
8051 MEDIATEK MEDIA DRIVER
8052 M: Tiffany Lin <tiffany.lin@mediatek.com>
8053 M: Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8054 S: Supported
8055 F: drivers/media/platform/mtk-vcodec/
8056 F: drivers/media/platform/mtk-vpu/
8057 F: Documentation/devicetree/bindings/media/mediatek-vcodec.txt
8058 F: Documentation/devicetree/bindings/media/mediatek-vpu.txt
8059
8060 MEDIATEK MDP DRIVER
8061 M: Minghsiu Tsai <minghsiu.tsai@mediatek.com>
8062 M: Houlong Wei <houlong.wei@mediatek.com>
8063 M: Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8064 S: Supported
8065 F: drivers/media/platform/mtk-mdp/
8066 F: drivers/media/platform/mtk-vpu/
8067 F: Documentation/devicetree/bindings/media/mediatek-mdp.txt
8068
8069 MEDIATEK MT7601U WIRELESS LAN DRIVER
8070 M: Jakub Kicinski <kubakici@wp.pl>
8071 L: linux-wireless@vger.kernel.org
8072 S: Maintained
8073 F: drivers/net/wireless/mediatek/mt7601u/
8074
8075 MEGARAID SCSI/SAS DRIVERS
8076 M: Kashyap Desai <kashyap.desai@broadcom.com>
8077 M: Sumit Saxena <sumit.saxena@broadcom.com>
8078 M: Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
8079 L: megaraidlinux.pdl@broadcom.com
8080 L: linux-scsi@vger.kernel.org
8081 W: http://www.avagotech.com/support/
8082 S: Maintained
8083 F: Documentation/scsi/megaraid.txt
8084 F: drivers/scsi/megaraid.*
8085 F: drivers/scsi/megaraid/
8086
8087 MELFAS MIP4 TOUCHSCREEN DRIVER
8088 M: Sangwon Jee <jeesw@melfas.com>
8089 W: http://www.melfas.com
8090 S: Supported
8091 F: drivers/input/touchscreen/melfas_mip4.c
8092 F: Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
8093
8094 MELLANOX ETHERNET DRIVER (mlx4_en)
8095 M: Tariq Toukan <tariqt@mellanox.com>
8096 L: netdev@vger.kernel.org
8097 S: Supported
8098 W: http://www.mellanox.com
8099 Q: http://patchwork.ozlabs.org/project/netdev/list/
8100 F: drivers/net/ethernet/mellanox/mlx4/en_*
8101
8102 MELLANOX ETHERNET DRIVER (mlx5e)
8103 M: Saeed Mahameed <saeedm@mellanox.com>
8104 L: netdev@vger.kernel.org
8105 S: Supported
8106 W: http://www.mellanox.com
8107 Q: http://patchwork.ozlabs.org/project/netdev/list/
8108 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
8109
8110 MELLANOX ETHERNET SWITCH DRIVERS
8111 M: Jiri Pirko <jiri@mellanox.com>
8112 M: Ido Schimmel <idosch@mellanox.com>
8113 L: netdev@vger.kernel.org
8114 S: Supported
8115 W: http://www.mellanox.com
8116 Q: http://patchwork.ozlabs.org/project/netdev/list/
8117 F: drivers/net/ethernet/mellanox/mlxsw/
8118
8119 MELLANOX MLXCPLD I2C AND MUX DRIVER
8120 M: Vadim Pasternak <vadimp@mellanox.com>
8121 M: Michael Shych <michaelsh@mellanox.com>
8122 L: linux-i2c@vger.kernel.org
8123 S: Supported
8124 F: drivers/i2c/busses/i2c-mlxcpld.c
8125 F: drivers/i2c/muxes/i2c-mux-mlxcpld.c
8126 F: Documentation/i2c/busses/i2c-mlxcpld
8127
8128 MELLANOX MLXCPLD LED DRIVER
8129 M: Vadim Pasternak <vadimp@mellanox.com>
8130 L: linux-leds@vger.kernel.org
8131 S: Supported
8132 F: drivers/leds/leds-mlxcpld.c
8133 F: Documentation/leds/leds-mlxcpld.txt
8134
8135 MELLANOX PLATFORM DRIVER
8136 M: Vadim Pasternak <vadimp@mellanox.com>
8137 L: platform-driver-x86@vger.kernel.org
8138 S: Supported
8139 F: drivers/platform/x86/mlx-platform.c
8140
8141 MELLANOX MLX CPLD HOTPLUG DRIVER
8142 M: Vadim Pasternak <vadimp@mellanox.com>
8143 L: platform-driver-x86@vger.kernel.org
8144 S: Supported
8145 F: drivers/platform/x86/mlxcpld-hotplug.c
8146 F: include/linux/platform_data/mlxcpld-hotplug.h
8147
8148 SOFT-ROCE DRIVER (rxe)
8149 M: Moni Shoua <monis@mellanox.com>
8150 L: linux-rdma@vger.kernel.org
8151 S: Supported
8152 W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
8153 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8154 F: drivers/infiniband/sw/rxe/
8155 F: include/uapi/rdma/rdma_user_rxe.h
8156
8157 MEMBARRIER SUPPORT
8158 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8159 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8160 L: linux-kernel@vger.kernel.org
8161 S: Supported
8162 F: kernel/membarrier.c
8163 F: include/uapi/linux/membarrier.h
8164
8165 MEMORY MANAGEMENT
8166 L: linux-mm@kvack.org
8167 W: http://www.linux-mm.org
8168 S: Maintained
8169 F: include/linux/mm.h
8170 F: include/linux/gfp.h
8171 F: include/linux/mmzone.h
8172 F: include/linux/memory_hotplug.h
8173 F: include/linux/vmalloc.h
8174 F: mm/
8175
8176 MEMORY TECHNOLOGY DEVICES (MTD)
8177 M: David Woodhouse <dwmw2@infradead.org>
8178 M: Brian Norris <computersforpeace@gmail.com>
8179 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8180 M: Marek Vasut <marek.vasut@gmail.com>
8181 M: Richard Weinberger <richard@nod.at>
8182 M: Cyrille Pitchen <cyrille.pitchen@atmel.com>
8183 L: linux-mtd@lists.infradead.org
8184 W: http://www.linux-mtd.infradead.org/
8185 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8186 T: git git://git.infradead.org/linux-mtd.git
8187 T: git git://git.infradead.org/l2-mtd.git
8188 S: Maintained
8189 F: Documentation/devicetree/bindings/mtd/
8190 F: drivers/mtd/
8191 F: include/linux/mtd/
8192 F: include/uapi/mtd/
8193
8194 MEN A21 WATCHDOG DRIVER
8195 M: Johannes Thumshirn <morbidrsa@gmail.com>
8196 L: linux-watchdog@vger.kernel.org
8197 S: Maintained
8198 F: drivers/watchdog/mena21_wdt.c
8199
8200 MEN CHAMELEON BUS (mcb)
8201 M: Johannes Thumshirn <morbidrsa@gmail.com>
8202 S: Maintained
8203 F: drivers/mcb/
8204 F: include/linux/mcb.h
8205 F: Documentation/men-chameleon-bus.txt
8206
8207 MEN F21BMC (Board Management Controller)
8208 M: Andreas Werner <andreas.werner@men.de>
8209 S: Supported
8210 F: drivers/mfd/menf21bmc.c
8211 F: drivers/watchdog/menf21bmc_wdt.c
8212 F: drivers/leds/leds-menf21bmc.c
8213 F: drivers/hwmon/menf21bmc_hwmon.c
8214 F: Documentation/hwmon/menf21bmc
8215
8216 METAG ARCHITECTURE
8217 M: James Hogan <james.hogan@imgtec.com>
8218 L: linux-metag@vger.kernel.org
8219 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8220 S: Odd Fixes
8221 F: arch/metag/
8222 F: Documentation/metag/
8223 F: Documentation/devicetree/bindings/metag/
8224 F: Documentation/devicetree/bindings/interrupt-controller/img,*
8225 F: drivers/clocksource/metag_generic.c
8226 F: drivers/irqchip/irq-metag.c
8227 F: drivers/irqchip/irq-metag-ext.c
8228 F: drivers/tty/metag_da.c
8229
8230 MICROBLAZE ARCHITECTURE
8231 M: Michal Simek <monstr@monstr.eu>
8232 W: http://www.monstr.eu/fdt/
8233 T: git git://git.monstr.eu/linux-2.6-microblaze.git
8234 S: Supported
8235 F: arch/microblaze/
8236
8237 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
8238 M: Richard Genoud <richard.genoud@gmail.com>
8239 S: Maintained
8240 F: drivers/tty/serial/atmel_serial.c
8241 F: include/linux/atmel_serial.h
8242
8243 MICROCHIP / ATMEL DMA DRIVER
8244 M: Ludovic Desroches <ludovic.desroches@microchip.com>
8245 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8246 L: dmaengine@vger.kernel.org
8247 S: Supported
8248 F: drivers/dma/at_hdmac.c
8249 F: drivers/dma/at_hdmac_regs.h
8250 F: include/linux/platform_data/dma-atmel.h
8251
8252 MICROCHIP / ATMEL ISC DRIVER
8253 M: Songjun Wu <songjun.wu@microchip.com>
8254 L: linux-media@vger.kernel.org
8255 S: Supported
8256 F: drivers/media/platform/atmel/atmel-isc.c
8257 F: drivers/media/platform/atmel/atmel-isc-regs.h
8258 F: devicetree/bindings/media/atmel-isc.txt
8259
8260 MICROCHIP USB251XB DRIVER
8261 M: Richard Leitner <richard.leitner@skidata.com>
8262 L: linux-usb@vger.kernel.org
8263 S: Maintained
8264 F: drivers/usb/misc/usb251xb.c
8265 F: include/linux/platform_data/usb251xb.h
8266 F: Documentation/devicetree/bindings/usb/usb251xb.txt
8267
8268 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8269 M: Chen Yu <yu.c.chen@intel.com>
8270 L: platform-driver-x86@vger.kernel.org
8271 S: Supported
8272 F: drivers/platform/x86/surfacepro3_button.c
8273
8274 MICROTEK X6 SCANNER
8275 M: Oliver Neukum <oliver@neukum.org>
8276 S: Maintained
8277 F: drivers/usb/image/microtek.*
8278
8279 MIPS
8280 M: Ralf Baechle <ralf@linux-mips.org>
8281 L: linux-mips@linux-mips.org
8282 W: http://www.linux-mips.org/
8283 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
8284 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
8285 S: Supported
8286 F: Documentation/devicetree/bindings/mips/
8287 F: Documentation/mips/
8288 F: arch/mips/
8289
8290 MIPS/LOONGSON1 ARCHITECTURE
8291 M: Keguang Zhang <keguang.zhang@gmail.com>
8292 L: linux-mips@linux-mips.org
8293 S: Maintained
8294 F: arch/mips/loongson32/
8295 F: arch/mips/include/asm/mach-loongson32/
8296 F: drivers/*/*loongson1*
8297 F: drivers/*/*/*loongson1*
8298
8299 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8300 M: Hans Verkuil <hverkuil@xs4all.nl>
8301 L: linux-media@vger.kernel.org
8302 T: git git://linuxtv.org/media_tree.git
8303 W: https://linuxtv.org
8304 S: Odd Fixes
8305 F: drivers/media/radio/radio-miropcm20*
8306
8307 MELLANOX MLX4 core VPI driver
8308 M: Yishai Hadas <yishaih@mellanox.com>
8309 L: netdev@vger.kernel.org
8310 L: linux-rdma@vger.kernel.org
8311 W: http://www.mellanox.com
8312 Q: http://patchwork.ozlabs.org/project/netdev/list/
8313 S: Supported
8314 F: drivers/net/ethernet/mellanox/mlx4/
8315 F: include/linux/mlx4/
8316 F: include/uapi/rdma/mlx4-abi.h
8317
8318 MELLANOX MLX4 IB driver
8319 M: Yishai Hadas <yishaih@mellanox.com>
8320 L: linux-rdma@vger.kernel.org
8321 W: http://www.mellanox.com
8322 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8323 S: Supported
8324 F: drivers/infiniband/hw/mlx4/
8325 F: include/linux/mlx4/
8326
8327 MELLANOX MLX5 core VPI driver
8328 M: Saeed Mahameed <saeedm@mellanox.com>
8329 M: Matan Barak <matanb@mellanox.com>
8330 M: Leon Romanovsky <leonro@mellanox.com>
8331 L: netdev@vger.kernel.org
8332 L: linux-rdma@vger.kernel.org
8333 W: http://www.mellanox.com
8334 Q: http://patchwork.ozlabs.org/project/netdev/list/
8335 S: Supported
8336 F: drivers/net/ethernet/mellanox/mlx5/core/
8337 F: include/linux/mlx5/
8338 F: include/uapi/rdma/mlx5-abi.h
8339
8340 MELLANOX MLX5 IB driver
8341 M: Matan Barak <matanb@mellanox.com>
8342 M: Leon Romanovsky <leonro@mellanox.com>
8343 L: linux-rdma@vger.kernel.org
8344 W: http://www.mellanox.com
8345 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8346 S: Supported
8347 F: drivers/infiniband/hw/mlx5/
8348 F: include/linux/mlx5/
8349
8350 MELEXIS MLX90614 DRIVER
8351 M: Crt Mori <cmo@melexis.com>
8352 L: linux-iio@vger.kernel.org
8353 W: http://www.melexis.com
8354 S: Supported
8355 F: drivers/iio/temperature/mlx90614.c
8356
8357 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8358 M: Don Brace <don.brace@microsemi.com>
8359 L: esc.storagedev@microsemi.com
8360 L: linux-scsi@vger.kernel.org
8361 S: Supported
8362 F: drivers/scsi/smartpqi/smartpqi*.[ch]
8363 F: drivers/scsi/smartpqi/Kconfig
8364 F: drivers/scsi/smartpqi/Makefile
8365 F: include/linux/cciss*.h
8366 F: include/uapi/linux/cciss*.h
8367 F: Documentation/scsi/smartpqi.txt
8368
8369 MN88472 MEDIA DRIVER
8370 M: Antti Palosaari <crope@iki.fi>
8371 L: linux-media@vger.kernel.org
8372 W: https://linuxtv.org
8373 W: http://palosaari.fi/linux/
8374 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8375 S: Maintained
8376 F: drivers/media/dvb-frontends/mn88472*
8377
8378 MN88473 MEDIA DRIVER
8379 M: Antti Palosaari <crope@iki.fi>
8380 L: linux-media@vger.kernel.org
8381 W: https://linuxtv.org
8382 W: http://palosaari.fi/linux/
8383 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8384 S: Maintained
8385 F: drivers/media/dvb-frontends/mn88473*
8386
8387 MODULE SUPPORT
8388 M: Jessica Yu <jeyu@redhat.com>
8389 M: Rusty Russell <rusty@rustcorp.com.au>
8390 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
8391 S: Maintained
8392 F: include/linux/module.h
8393 F: kernel/module.c
8394
8395 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8396 W: http://popies.net/meye/
8397 S: Orphan
8398 F: Documentation/media/v4l-drivers/meye*
8399 F: drivers/media/pci/meye/
8400 F: include/uapi/linux/meye.h
8401
8402 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8403 M: Jiri Slaby <jirislaby@gmail.com>
8404 S: Maintained
8405 F: Documentation/serial/moxa-smartio
8406 F: drivers/tty/mxser.*
8407
8408 MR800 AVERMEDIA USB FM RADIO DRIVER
8409 M: Alexey Klimov <klimov.linux@gmail.com>
8410 L: linux-media@vger.kernel.org
8411 T: git git://linuxtv.org/media_tree.git
8412 S: Maintained
8413 F: drivers/media/radio/radio-mr800.c
8414
8415 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8416 M: Alan Ott <alan@signal11.us>
8417 L: linux-wpan@vger.kernel.org
8418 S: Maintained
8419 F: drivers/net/ieee802154/mrf24j40.c
8420 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8421
8422 MSI LAPTOP SUPPORT
8423 M: "Lee, Chun-Yi" <jlee@suse.com>
8424 L: platform-driver-x86@vger.kernel.org
8425 S: Maintained
8426 F: drivers/platform/x86/msi-laptop.c
8427
8428 MSI WMI SUPPORT
8429 L: platform-driver-x86@vger.kernel.org
8430 S: Orphan
8431 F: drivers/platform/x86/msi-wmi.c
8432
8433 MSI001 MEDIA DRIVER
8434 M: Antti Palosaari <crope@iki.fi>
8435 L: linux-media@vger.kernel.org
8436 W: https://linuxtv.org
8437 W: http://palosaari.fi/linux/
8438 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8439 T: git git://linuxtv.org/anttip/media_tree.git
8440 S: Maintained
8441 F: drivers/media/tuners/msi001*
8442
8443 MSI2500 MEDIA DRIVER
8444 M: Antti Palosaari <crope@iki.fi>
8445 L: linux-media@vger.kernel.org
8446 W: https://linuxtv.org
8447 W: http://palosaari.fi/linux/
8448 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8449 T: git git://linuxtv.org/anttip/media_tree.git
8450 S: Maintained
8451 F: drivers/media/usb/msi2500/
8452
8453 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8454 M: Robert Jarzmik <robert.jarzmik@free.fr>
8455 L: linux-mtd@lists.infradead.org
8456 S: Maintained
8457 F: drivers/mtd/devices/docg3*
8458
8459 MT9M032 APTINA SENSOR DRIVER
8460 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8461 L: linux-media@vger.kernel.org
8462 T: git git://linuxtv.org/media_tree.git
8463 S: Maintained
8464 F: drivers/media/i2c/mt9m032.c
8465 F: include/media/i2c/mt9m032.h
8466
8467 MT9P031 APTINA CAMERA SENSOR
8468 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8469 L: linux-media@vger.kernel.org
8470 T: git git://linuxtv.org/media_tree.git
8471 S: Maintained
8472 F: drivers/media/i2c/mt9p031.c
8473 F: include/media/i2c/mt9p031.h
8474
8475 MT9T001 APTINA CAMERA SENSOR
8476 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8477 L: linux-media@vger.kernel.org
8478 T: git git://linuxtv.org/media_tree.git
8479 S: Maintained
8480 F: drivers/media/i2c/mt9t001.c
8481 F: include/media/i2c/mt9t001.h
8482
8483 MT9V032 APTINA CAMERA SENSOR
8484 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8485 L: linux-media@vger.kernel.org
8486 T: git git://linuxtv.org/media_tree.git
8487 S: Maintained
8488 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8489 F: drivers/media/i2c/mt9v032.c
8490 F: include/media/i2c/mt9v032.h
8491
8492 MULTIFUNCTION DEVICES (MFD)
8493 M: Lee Jones <lee.jones@linaro.org>
8494 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8495 S: Supported
8496 F: Documentation/devicetree/bindings/mfd/
8497 F: drivers/mfd/
8498 F: include/linux/mfd/
8499 F: include/dt-bindings/mfd/
8500
8501 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8502 M: Ulf Hansson <ulf.hansson@linaro.org>
8503 L: linux-mmc@vger.kernel.org
8504 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8505 S: Maintained
8506 F: Documentation/devicetree/bindings/mmc/
8507 F: drivers/mmc/
8508 F: include/linux/mmc/
8509 F: include/uapi/linux/mmc/
8510
8511 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8512 S: Orphan
8513 F: drivers/mmc/host/mmc_spi.c
8514 F: include/linux/spi/mmc_spi.h
8515
8516 MULTISOUND SOUND DRIVER
8517 M: Andrew Veliath <andrewtv@usa.net>
8518 S: Maintained
8519 F: Documentation/sound/oss/MultiSound
8520 F: sound/oss/msnd*
8521
8522 MULTITECH MULTIPORT CARD (ISICOM)
8523 S: Orphan
8524 F: drivers/tty/isicom.c
8525 F: include/linux/isicom.h
8526
8527 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8528 M: Bin Liu <b-liu@ti.com>
8529 L: linux-usb@vger.kernel.org
8530 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8531 S: Maintained
8532 F: drivers/usb/musb/
8533
8534 MXL5007T MEDIA DRIVER
8535 M: Michael Krufky <mkrufky@linuxtv.org>
8536 L: linux-media@vger.kernel.org
8537 W: https://linuxtv.org
8538 W: http://github.com/mkrufky
8539 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8540 T: git git://linuxtv.org/mkrufky/tuners.git
8541 S: Maintained
8542 F: drivers/media/tuners/mxl5007t.*
8543
8544 MXSFB DRM DRIVER
8545 M: Marek Vasut <marex@denx.de>
8546 S: Supported
8547 F: drivers/gpu/drm/mxsfb/
8548 F: Documentation/devicetree/bindings/display/mxsfb-drm.txt
8549
8550 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8551 M: Hyong-Youb Kim <hykim@myri.com>
8552 L: netdev@vger.kernel.org
8553 W: https://www.myricom.com/support/downloads/myri10ge.html
8554 S: Supported
8555 F: drivers/net/ethernet/myricom/myri10ge/
8556
8557 NAND FLASH SUBSYSTEM
8558 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8559 R: Richard Weinberger <richard@nod.at>
8560 L: linux-mtd@lists.infradead.org
8561 W: http://www.linux-mtd.infradead.org/
8562 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8563 T: git git://github.com/linux-nand/linux.git
8564 S: Maintained
8565 F: drivers/mtd/nand/
8566 F: include/linux/mtd/nand*.h
8567
8568 NATSEMI ETHERNET DRIVER (DP8381x)
8569 S: Orphan
8570 F: drivers/net/ethernet/natsemi/natsemi.c
8571
8572 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8573 M: Daniel Mack <zonque@gmail.com>
8574 S: Maintained
8575 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8576 W: http://www.native-instruments.com
8577 F: sound/usb/caiaq/
8578
8579 NCP FILESYSTEM
8580 M: Petr Vandrovec <petr@vandrovec.name>
8581 S: Odd Fixes
8582 F: fs/ncpfs/
8583
8584 NCR 5380 SCSI DRIVERS
8585 M: Finn Thain <fthain@telegraphics.com.au>
8586 M: Michael Schmitz <schmitzmic@gmail.com>
8587 L: linux-scsi@vger.kernel.org
8588 S: Maintained
8589 F: Documentation/scsi/g_NCR5380.txt
8590 F: drivers/scsi/NCR5380.*
8591 F: drivers/scsi/arm/cumana_1.c
8592 F: drivers/scsi/arm/oak.c
8593 F: drivers/scsi/atari_scsi.*
8594 F: drivers/scsi/dmx3191d.c
8595 F: drivers/scsi/g_NCR5380.*
8596 F: drivers/scsi/mac_scsi.*
8597 F: drivers/scsi/sun3_scsi.*
8598 F: drivers/scsi/sun3_scsi_vme.c
8599
8600 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8601 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8602 L: linux-scsi@vger.kernel.org
8603 S: Maintained
8604 F: drivers/scsi/NCR_D700.*
8605
8606 NCT6775 HARDWARE MONITOR DRIVER
8607 M: Guenter Roeck <linux@roeck-us.net>
8608 L: linux-hwmon@vger.kernel.org
8609 S: Maintained
8610 F: Documentation/hwmon/nct6775
8611 F: drivers/hwmon/nct6775.c
8612
8613 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8614 M: Faisal Latif <faisal.latif@intel.com>
8615 L: linux-rdma@vger.kernel.org
8616 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8617 S: Supported
8618 F: drivers/infiniband/hw/nes/
8619 F: include/uapi/rdma/nes-abi.h
8620
8621 NETEM NETWORK EMULATOR
8622 M: Stephen Hemminger <stephen@networkplumber.org>
8623 L: netem@lists.linux-foundation.org (moderated for non-subscribers)
8624 S: Maintained
8625 F: net/sched/sch_netem.c
8626
8627 NETERION 10GbE DRIVERS (s2io/vxge)
8628 M: Jon Mason <jdmason@kudzu.us>
8629 L: netdev@vger.kernel.org
8630 S: Supported
8631 F: Documentation/networking/s2io.txt
8632 F: Documentation/networking/vxge.txt
8633 F: drivers/net/ethernet/neterion/
8634
8635 NETFILTER
8636 M: Pablo Neira Ayuso <pablo@netfilter.org>
8637 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8638 L: netfilter-devel@vger.kernel.org
8639 L: coreteam@netfilter.org
8640 W: http://www.netfilter.org/
8641 W: http://www.iptables.org/
8642 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
8643 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8644 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8645 S: Supported
8646 F: include/linux/netfilter*
8647 F: include/linux/netfilter/
8648 F: include/net/netfilter/
8649 F: include/uapi/linux/netfilter*
8650 F: include/uapi/linux/netfilter/
8651 F: net/*/netfilter.c
8652 F: net/*/netfilter/
8653 F: net/netfilter/
8654 F: net/bridge/br_netfilter*.c
8655
8656 NETLABEL
8657 M: Paul Moore <paul@paul-moore.com>
8658 W: http://netlabel.sf.net
8659 L: netdev@vger.kernel.org
8660 S: Maintained
8661 F: Documentation/netlabel/
8662 F: include/net/netlabel.h
8663 F: net/netlabel/
8664
8665 NETROM NETWORK LAYER
8666 M: Ralf Baechle <ralf@linux-mips.org>
8667 L: linux-hams@vger.kernel.org
8668 W: http://www.linux-ax25.org/
8669 S: Maintained
8670 F: include/net/netrom.h
8671 F: include/uapi/linux/netrom.h
8672 F: net/netrom/
8673
8674 NETRONOME ETHERNET DRIVERS
8675 M: Jakub Kicinski <jakub.kicinski@netronome.com>
8676 L: oss-drivers@netronome.com
8677 S: Maintained
8678 F: drivers/net/ethernet/netronome/
8679
8680 NETWORK BLOCK DEVICE (NBD)
8681 M: Josef Bacik <jbacik@fb.com>
8682 S: Maintained
8683 L: linux-block@vger.kernel.org
8684 L: nbd-general@lists.sourceforge.net
8685 F: Documentation/blockdev/nbd.txt
8686 F: drivers/block/nbd.c
8687 F: include/uapi/linux/nbd.h
8688
8689 NETWORK DROP MONITOR
8690 M: Neil Horman <nhorman@tuxdriver.com>
8691 L: netdev@vger.kernel.org
8692 S: Maintained
8693 W: https://fedorahosted.org/dropwatch/
8694 F: net/core/drop_monitor.c
8695
8696 NETWORKING [DSA]
8697 M: Andrew Lunn <andrew@lunn.ch>
8698 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8699 M: Florian Fainelli <f.fainelli@gmail.com>
8700 S: Maintained
8701 F: net/dsa/
8702 F: include/net/dsa.h
8703 F: drivers/net/dsa/
8704
8705 NETWORKING [GENERAL]
8706 M: "David S. Miller" <davem@davemloft.net>
8707 L: netdev@vger.kernel.org
8708 W: http://www.linuxfoundation.org/en/Net
8709 Q: http://patchwork.ozlabs.org/project/netdev/list/
8710 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8711 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8712 S: Maintained
8713 F: net/
8714 F: include/net/
8715 F: include/linux/in.h
8716 F: include/linux/net.h
8717 F: include/linux/netdevice.h
8718 F: include/uapi/linux/in.h
8719 F: include/uapi/linux/net.h
8720 F: include/uapi/linux/netdevice.h
8721 F: include/uapi/linux/net_namespace.h
8722 F: tools/net/
8723 F: tools/testing/selftests/net/
8724 F: lib/random32.c
8725
8726 NETWORKING [IPv4/IPv6]
8727 M: "David S. Miller" <davem@davemloft.net>
8728 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8729 M: James Morris <jmorris@namei.org>
8730 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8731 M: Patrick McHardy <kaber@trash.net>
8732 L: netdev@vger.kernel.org
8733 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8734 S: Maintained
8735 F: net/ipv4/
8736 F: net/ipv6/
8737 F: include/net/ip*
8738 F: arch/x86/net/*
8739
8740 NETWORKING [IPSEC]
8741 M: Steffen Klassert <steffen.klassert@secunet.com>
8742 M: Herbert Xu <herbert@gondor.apana.org.au>
8743 M: "David S. Miller" <davem@davemloft.net>
8744 L: netdev@vger.kernel.org
8745 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8746 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8747 S: Maintained
8748 F: net/core/flow.c
8749 F: net/xfrm/
8750 F: net/key/
8751 F: net/ipv4/xfrm*
8752 F: net/ipv4/esp4.c
8753 F: net/ipv4/ah4.c
8754 F: net/ipv4/ipcomp.c
8755 F: net/ipv4/ip_vti.c
8756 F: net/ipv6/xfrm*
8757 F: net/ipv6/esp6.c
8758 F: net/ipv6/ah6.c
8759 F: net/ipv6/ipcomp6.c
8760 F: net/ipv6/ip6_vti.c
8761 F: include/uapi/linux/xfrm.h
8762 F: include/net/xfrm.h
8763
8764 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8765 M: Paul Moore <paul@paul-moore.com>
8766 L: netdev@vger.kernel.org
8767 S: Maintained
8768
8769 NETWORKING [WIRELESS]
8770 L: linux-wireless@vger.kernel.org
8771 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8772
8773 NETWORKING DRIVERS
8774 L: netdev@vger.kernel.org
8775 W: http://www.linuxfoundation.org/en/Net
8776 Q: http://patchwork.ozlabs.org/project/netdev/list/
8777 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8778 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8779 S: Odd Fixes
8780 F: Documentation/devicetree/bindings/net/
8781 F: drivers/net/
8782 F: include/linux/if_*
8783 F: include/linux/netdevice.h
8784 F: include/linux/etherdevice.h
8785 F: include/linux/fcdevice.h
8786 F: include/linux/fddidevice.h
8787 F: include/linux/hippidevice.h
8788 F: include/linux/inetdevice.h
8789 F: include/uapi/linux/if_*
8790 F: include/uapi/linux/netdevice.h
8791
8792 NETWORKING DRIVERS (WIRELESS)
8793 M: Kalle Valo <kvalo@codeaurora.org>
8794 L: linux-wireless@vger.kernel.org
8795 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8796 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8797 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8798 S: Maintained
8799 F: Documentation/devicetree/bindings/net/wireless/
8800 F: drivers/net/wireless/
8801
8802 NETXEN (1/10) GbE SUPPORT
8803 M: Manish Chopra <manish.chopra@cavium.com>
8804 M: Rahul Verma <rahul.verma@cavium.com>
8805 M: Dept-GELinuxNICDev@cavium.com
8806 L: netdev@vger.kernel.org
8807 S: Supported
8808 F: drivers/net/ethernet/qlogic/netxen/
8809
8810 NFC SUBSYSTEM
8811 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8812 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8813 M: Samuel Ortiz <sameo@linux.intel.com>
8814 L: linux-wireless@vger.kernel.org
8815 L: linux-nfc@lists.01.org (subscribers-only)
8816 S: Supported
8817 F: net/nfc/
8818 F: include/net/nfc/
8819 F: include/uapi/linux/nfc.h
8820 F: drivers/nfc/
8821 F: include/linux/platform_data/nfcmrvl.h
8822 F: include/linux/platform_data/nxp-nci.h
8823 F: include/linux/platform_data/pn544.h
8824 F: include/linux/platform_data/st21nfca.h
8825 F: include/linux/platform_data/st-nci.h
8826 F: Documentation/devicetree/bindings/net/nfc/
8827
8828 NFS, SUNRPC, AND LOCKD CLIENTS
8829 M: Trond Myklebust <trond.myklebust@primarydata.com>
8830 M: Anna Schumaker <anna.schumaker@netapp.com>
8831 L: linux-nfs@vger.kernel.org
8832 W: http://client.linux-nfs.org
8833 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8834 S: Maintained
8835 F: fs/lockd/
8836 F: fs/nfs/
8837 F: fs/nfs_common/
8838 F: net/sunrpc/
8839 F: include/linux/lockd/
8840 F: include/linux/nfs*
8841 F: include/linux/sunrpc/
8842 F: include/uapi/linux/nfs*
8843 F: include/uapi/linux/sunrpc/
8844
8845 NILFS2 FILESYSTEM
8846 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8847 L: linux-nilfs@vger.kernel.org
8848 W: http://nilfs.sourceforge.net/
8849 W: http://nilfs.osdn.jp/
8850 T: git git://github.com/konis/nilfs2.git
8851 S: Supported
8852 F: Documentation/filesystems/nilfs2.txt
8853 F: fs/nilfs2/
8854 F: include/trace/events/nilfs2.h
8855 F: include/uapi/linux/nilfs2_api.h
8856 F: include/uapi/linux/nilfs2_ondisk.h
8857
8858 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8859 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8860 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8861 S: Maintained
8862 F: Documentation/scsi/NinjaSCSI.txt
8863 F: drivers/scsi/pcmcia/nsp_*
8864
8865 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8866 M: GOTO Masanori <gotom@debian.or.jp>
8867 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8868 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8869 S: Maintained
8870 F: Documentation/scsi/NinjaSCSI.txt
8871 F: drivers/scsi/nsp32*
8872
8873 NIOS2 ARCHITECTURE
8874 M: Ley Foon Tan <lftan@altera.com>
8875 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8876 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8877 S: Maintained
8878 F: arch/nios2/
8879
8880 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
8881 M: Pavel Machek <pavel@ucw.cz>
8882 M: Sakari Ailus <sakari.ailus@iki.fi>
8883 L: linux-media@vger.kernel.org
8884 S: Maintained
8885 F: drivers/media/i2c/et8ek8
8886 F: drivers/media/i2c/ad5820.c
8887
8888 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
8889 M: Pavel Machek <pavel@ucw.cz>
8890 M: Sakari Ailus <sakari.ailus@iki.fi>
8891 L: linux-media@vger.kernel.org
8892 S: Maintained
8893 F: drivers/media/i2c/et8ek8
8894 F: drivers/media/i2c/ad5820.c
8895
8896 NOKIA N900 POWER SUPPLY DRIVERS
8897 R: Pali Rohár <pali.rohar@gmail.com>
8898 F: include/linux/power/bq2415x_charger.h
8899 F: include/linux/power/bq27xxx_battery.h
8900 F: include/linux/power/isp1704_charger.h
8901 F: drivers/power/supply/bq2415x_charger.c
8902 F: drivers/power/supply/bq27xxx_battery.c
8903 F: drivers/power/supply/bq27xxx_battery_i2c.c
8904 F: drivers/power/supply/isp1704_charger.c
8905 F: drivers/power/supply/rx51_battery.c
8906
8907 NTB DRIVER CORE
8908 M: Jon Mason <jdmason@kudzu.us>
8909 M: Dave Jiang <dave.jiang@intel.com>
8910 M: Allen Hubbe <Allen.Hubbe@emc.com>
8911 L: linux-ntb@googlegroups.com
8912 S: Supported
8913 W: https://github.com/jonmason/ntb/wiki
8914 T: git git://github.com/jonmason/ntb.git
8915 F: drivers/ntb/
8916 F: drivers/net/ntb_netdev.c
8917 F: include/linux/ntb.h
8918 F: include/linux/ntb_transport.h
8919 F: tools/testing/selftests/ntb/
8920
8921 NTB INTEL DRIVER
8922 M: Jon Mason <jdmason@kudzu.us>
8923 M: Dave Jiang <dave.jiang@intel.com>
8924 L: linux-ntb@googlegroups.com
8925 S: Supported
8926 W: https://github.com/jonmason/ntb/wiki
8927 T: git git://github.com/jonmason/ntb.git
8928 F: drivers/ntb/hw/intel/
8929
8930 NTB AMD DRIVER
8931 M: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
8932 L: linux-ntb@googlegroups.com
8933 S: Supported
8934 F: drivers/ntb/hw/amd/
8935
8936 NTFS FILESYSTEM
8937 M: Anton Altaparmakov <anton@tuxera.com>
8938 L: linux-ntfs-dev@lists.sourceforge.net
8939 W: http://www.tuxera.com/
8940 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8941 S: Supported
8942 F: Documentation/filesystems/ntfs.txt
8943 F: fs/ntfs/
8944
8945 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8946 M: Antonino Daplas <adaplas@gmail.com>
8947 L: linux-fbdev@vger.kernel.org
8948 S: Maintained
8949 F: drivers/video/fbdev/riva/
8950 F: drivers/video/fbdev/nvidia/
8951
8952 NVM EXPRESS DRIVER
8953 M: Keith Busch <keith.busch@intel.com>
8954 M: Jens Axboe <axboe@fb.com>
8955 M: Christoph Hellwig <hch@lst.de>
8956 M: Sagi Grimberg <sagi@grimberg.me>
8957 L: linux-nvme@lists.infradead.org
8958 T: git://git.infradead.org/nvme.git
8959 W: http://git.infradead.org/nvme.git
8960 S: Supported
8961 F: drivers/nvme/host/
8962 F: include/linux/nvme.h
8963 F: include/uapi/linux/nvme_ioctl.h
8964
8965 NVM EXPRESS TARGET DRIVER
8966 M: Christoph Hellwig <hch@lst.de>
8967 M: Sagi Grimberg <sagi@grimberg.me>
8968 L: linux-nvme@lists.infradead.org
8969 T: git://git.infradead.org/nvme.git
8970 W: http://git.infradead.org/nvme.git
8971 S: Supported
8972 F: drivers/nvme/target/
8973
8974 NVM EXPRESS FC TRANSPORT DRIVERS
8975 M: James Smart <james.smart@broadcom.com>
8976 L: linux-nvme@lists.infradead.org
8977 S: Supported
8978 F: include/linux/nvme-fc.h
8979 F: include/linux/nvme-fc-driver.h
8980 F: drivers/nvme/host/fc.c
8981 F: drivers/nvme/target/fc.c
8982 F: drivers/nvme/target/fcloop.c
8983
8984 NVMEM FRAMEWORK
8985 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8986 M: Maxime Ripard <maxime.ripard@free-electrons.com>
8987 S: Maintained
8988 F: drivers/nvmem/
8989 F: Documentation/devicetree/bindings/nvmem/
8990 F: include/linux/nvmem-consumer.h
8991 F: include/linux/nvmem-provider.h
8992
8993 NXP-NCI NFC DRIVER
8994 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
8995 R: Charles Gorand <charles.gorand@effinnov.com>
8996 L: linux-nfc@lists.01.org (moderated for non-subscribers)
8997 S: Supported
8998 F: drivers/nfc/nxp-nci
8999
9000 NXP TDA998X DRM DRIVER
9001 M: Russell King <linux@armlinux.org.uk>
9002 S: Supported
9003 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
9004 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
9005 F: drivers/gpu/drm/i2c/tda998x_drv.c
9006 F: include/drm/i2c/tda998x.h
9007
9008 NXP TFA9879 DRIVER
9009 M: Peter Rosin <peda@axentia.se>
9010 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9011 S: Maintained
9012 F: sound/soc/codecs/tfa9879*
9013
9014 OBJTOOL
9015 M: Josh Poimboeuf <jpoimboe@redhat.com>
9016 S: Supported
9017 F: tools/objtool/
9018
9019 OMAP SUPPORT
9020 M: Tony Lindgren <tony@atomide.com>
9021 L: linux-omap@vger.kernel.org
9022 W: http://www.muru.com/linux/omap/
9023 W: http://linux.omap.com/
9024 Q: http://patchwork.kernel.org/project/linux-omap/list/
9025 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9026 S: Maintained
9027 F: arch/arm/*omap*/
9028 F: arch/arm/configs/omap1_defconfig
9029 F: arch/arm/configs/omap2plus_defconfig
9030 F: drivers/i2c/busses/i2c-omap.c
9031 F: drivers/irqchip/irq-omap-intc.c
9032 F: drivers/mfd/*omap*.c
9033 F: drivers/mfd/menelaus.c
9034 F: drivers/mfd/palmas.c
9035 F: drivers/mfd/tps65217.c
9036 F: drivers/mfd/tps65218.c
9037 F: drivers/mfd/tps65910.c
9038 F: drivers/mfd/twl-core.[ch]
9039 F: drivers/mfd/twl4030*.c
9040 F: drivers/mfd/twl6030*.c
9041 F: drivers/mfd/twl6040*.c
9042 F: drivers/regulator/palmas-regulator*.c
9043 F: drivers/regulator/pbias-regulator.c
9044 F: drivers/regulator/tps65217-regulator.c
9045 F: drivers/regulator/tps65218-regulator.c
9046 F: drivers/regulator/tps65910-regulator.c
9047 F: drivers/regulator/twl-regulator.c
9048 F: drivers/regulator/twl6030-regulator.c
9049 F: include/linux/i2c-omap.h
9050
9051 OMAP DEVICE TREE SUPPORT
9052 M: Benoît Cousson <bcousson@baylibre.com>
9053 M: Tony Lindgren <tony@atomide.com>
9054 L: linux-omap@vger.kernel.org
9055 L: devicetree@vger.kernel.org
9056 S: Maintained
9057 F: arch/arm/boot/dts/*omap*
9058 F: arch/arm/boot/dts/*am3*
9059 F: arch/arm/boot/dts/*am4*
9060 F: arch/arm/boot/dts/*am5*
9061 F: arch/arm/boot/dts/*dra7*
9062
9063 OMAP CLOCK FRAMEWORK SUPPORT
9064 M: Paul Walmsley <paul@pwsan.com>
9065 L: linux-omap@vger.kernel.org
9066 S: Maintained
9067 F: arch/arm/*omap*/*clock*
9068
9069 OMAP POWER MANAGEMENT SUPPORT
9070 M: Kevin Hilman <khilman@kernel.org>
9071 L: linux-omap@vger.kernel.org
9072 S: Maintained
9073 F: arch/arm/*omap*/*pm*
9074 F: drivers/cpufreq/omap-cpufreq.c
9075
9076 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
9077 M: Rajendra Nayak <rnayak@codeaurora.org>
9078 M: Paul Walmsley <paul@pwsan.com>
9079 L: linux-omap@vger.kernel.org
9080 S: Maintained
9081 F: arch/arm/mach-omap2/prm*
9082
9083 OMAP AUDIO SUPPORT
9084 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
9085 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
9086 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9087 L: linux-omap@vger.kernel.org
9088 S: Maintained
9089 F: sound/soc/omap/
9090
9091 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
9092 M: Roger Quadros <rogerq@ti.com>
9093 M: Tony Lindgren <tony@atomide.com>
9094 L: linux-omap@vger.kernel.org
9095 S: Maintained
9096 F: drivers/memory/omap-gpmc.c
9097 F: arch/arm/mach-omap2/*gpmc*
9098
9099 OMAP FRAMEBUFFER SUPPORT
9100 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
9101 L: linux-fbdev@vger.kernel.org
9102 L: linux-omap@vger.kernel.org
9103 S: Maintained
9104 F: drivers/video/fbdev/omap/
9105
9106 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
9107 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
9108 L: linux-omap@vger.kernel.org
9109 L: linux-fbdev@vger.kernel.org
9110 S: Maintained
9111 F: drivers/video/fbdev/omap2/
9112 F: Documentation/arm/OMAP/DSS
9113
9114 OMAP HARDWARE SPINLOCK SUPPORT
9115 M: Ohad Ben-Cohen <ohad@wizery.com>
9116 L: linux-omap@vger.kernel.org
9117 S: Maintained
9118 F: drivers/hwspinlock/omap_hwspinlock.c
9119
9120 OMAP MMC SUPPORT
9121 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
9122 L: linux-omap@vger.kernel.org
9123 S: Maintained
9124 F: drivers/mmc/host/omap.c
9125
9126 OMAP HS MMC SUPPORT
9127 L: linux-mmc@vger.kernel.org
9128 L: linux-omap@vger.kernel.org
9129 S: Orphan
9130 F: drivers/mmc/host/omap_hsmmc.c
9131
9132 OMAP RANDOM NUMBER GENERATOR SUPPORT
9133 M: Deepak Saxena <dsaxena@plexity.net>
9134 S: Maintained
9135 F: drivers/char/hw_random/omap-rng.c
9136
9137 OMAP HWMOD SUPPORT
9138 M: Benoît Cousson <bcousson@baylibre.com>
9139 M: Paul Walmsley <paul@pwsan.com>
9140 L: linux-omap@vger.kernel.org
9141 S: Maintained
9142 F: arch/arm/mach-omap2/omap_hwmod.*
9143
9144 OMAP HWMOD DATA
9145 M: Paul Walmsley <paul@pwsan.com>
9146 L: linux-omap@vger.kernel.org
9147 S: Maintained
9148 F: arch/arm/mach-omap2/omap_hwmod*data*
9149
9150 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
9151 M: Benoît Cousson <bcousson@baylibre.com>
9152 L: linux-omap@vger.kernel.org
9153 S: Maintained
9154 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
9155
9156 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9157 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9158 L: linux-media@vger.kernel.org
9159 S: Maintained
9160 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
9161 F: drivers/media/platform/omap3isp/
9162 F: drivers/staging/media/omap4iss/
9163
9164 OMAP USB SUPPORT
9165 L: linux-usb@vger.kernel.org
9166 L: linux-omap@vger.kernel.org
9167 S: Orphan
9168 F: drivers/usb/*/*omap*
9169 F: arch/arm/*omap*/usb*
9170
9171 OMAP GPIO DRIVER
9172 M: Grygorii Strashko <grygorii.strashko@ti.com>
9173 M: Santosh Shilimkar <ssantosh@kernel.org>
9174 M: Kevin Hilman <khilman@kernel.org>
9175 L: linux-omap@vger.kernel.org
9176 S: Maintained
9177 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
9178 F: drivers/gpio/gpio-omap.c
9179
9180 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9181 M: Mark Jackson <mpfj@newflow.co.uk>
9182 L: linux-omap@vger.kernel.org
9183 S: Maintained
9184 F: arch/arm/boot/dts/am335x-nano.dts
9185
9186 OMFS FILESYSTEM
9187 M: Bob Copeland <me@bobcopeland.com>
9188 L: linux-karma-devel@lists.sourceforge.net
9189 S: Maintained
9190 F: Documentation/filesystems/omfs.txt
9191 F: fs/omfs/
9192
9193 OMNIKEY CARDMAN 4000 DRIVER
9194 M: Harald Welte <laforge@gnumonks.org>
9195 S: Maintained
9196 F: drivers/char/pcmcia/cm4000_cs.c
9197 F: include/linux/cm4000_cs.h
9198 F: include/uapi/linux/cm4000_cs.h
9199
9200 OMNIKEY CARDMAN 4040 DRIVER
9201 M: Harald Welte <laforge@gnumonks.org>
9202 S: Maintained
9203 F: drivers/char/pcmcia/cm4040_cs.*
9204
9205 OMNIVISION OV7670 SENSOR DRIVER
9206 M: Jonathan Corbet <corbet@lwn.net>
9207 L: linux-media@vger.kernel.org
9208 T: git git://linuxtv.org/media_tree.git
9209 S: Maintained
9210 F: drivers/media/i2c/ov7670.c
9211
9212 ONENAND FLASH DRIVER
9213 M: Kyungmin Park <kyungmin.park@samsung.com>
9214 L: linux-mtd@lists.infradead.org
9215 S: Maintained
9216 F: drivers/mtd/onenand/
9217 F: include/linux/mtd/onenand*.h
9218
9219 ONSTREAM SCSI TAPE DRIVER
9220 M: Willem Riede <osst@riede.org>
9221 L: osst-users@lists.sourceforge.net
9222 L: linux-scsi@vger.kernel.org
9223 S: Maintained
9224 F: Documentation/scsi/osst.txt
9225 F: drivers/scsi/osst.*
9226 F: drivers/scsi/osst_*.h
9227 F: drivers/scsi/st.h
9228
9229 OPENCORES I2C BUS DRIVER
9230 M: Peter Korsgaard <jacmet@sunsite.dk>
9231 L: linux-i2c@vger.kernel.org
9232 S: Maintained
9233 F: Documentation/i2c/busses/i2c-ocores
9234 F: drivers/i2c/busses/i2c-ocores.c
9235
9236 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9237 M: Rob Herring <robh+dt@kernel.org>
9238 M: Frank Rowand <frowand.list@gmail.com>
9239 L: devicetree@vger.kernel.org
9240 W: http://www.devicetree.org/
9241 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9242 S: Maintained
9243 F: drivers/of/
9244 F: include/linux/of*.h
9245 F: scripts/dtc/
9246
9247 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9248 M: Rob Herring <robh+dt@kernel.org>
9249 M: Mark Rutland <mark.rutland@arm.com>
9250 L: devicetree@vger.kernel.org
9251 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9252 Q: http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9253 S: Maintained
9254 F: Documentation/devicetree/
9255 F: arch/*/boot/dts/
9256 F: include/dt-bindings/
9257
9258 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9259 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
9260 L: devicetree@vger.kernel.org
9261 S: Maintained
9262 F: Documentation/devicetree/dynamic-resolution-notes.txt
9263 F: Documentation/devicetree/overlay-notes.txt
9264 F: drivers/of/overlay.c
9265 F: drivers/of/resolver.c
9266
9267 OPENRISC ARCHITECTURE
9268 M: Jonas Bonn <jonas@southpole.se>
9269 M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
9270 M: Stafford Horne <shorne@gmail.com>
9271 L: openrisc@lists.librecores.org
9272 W: http://openrisc.io
9273 S: Maintained
9274 F: arch/openrisc/
9275
9276 OPENVSWITCH
9277 M: Pravin Shelar <pshelar@nicira.com>
9278 L: netdev@vger.kernel.org
9279 L: dev@openvswitch.org
9280 W: http://openvswitch.org
9281 S: Maintained
9282 F: net/openvswitch/
9283 F: include/uapi/linux/openvswitch.h
9284
9285 OPERATING PERFORMANCE POINTS (OPP)
9286 M: Viresh Kumar <vireshk@kernel.org>
9287 M: Nishanth Menon <nm@ti.com>
9288 M: Stephen Boyd <sboyd@codeaurora.org>
9289 L: linux-pm@vger.kernel.org
9290 S: Maintained
9291 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9292 F: drivers/base/power/opp/
9293 F: include/linux/pm_opp.h
9294 F: Documentation/power/opp.txt
9295 F: Documentation/devicetree/bindings/opp/
9296
9297 OPL4 DRIVER
9298 M: Clemens Ladisch <clemens@ladisch.de>
9299 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9300 T: git git://git.alsa-project.org/alsa-kernel.git
9301 S: Maintained
9302 F: sound/drivers/opl4/
9303
9304 OPROFILE
9305 M: Robert Richter <rric@kernel.org>
9306 L: oprofile-list@lists.sf.net
9307 S: Maintained
9308 F: arch/*/include/asm/oprofile*.h
9309 F: arch/*/oprofile/
9310 F: drivers/oprofile/
9311 F: include/linux/oprofile.h
9312
9313 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9314 M: Mark Fasheh <mfasheh@versity.com>
9315 M: Joel Becker <jlbec@evilplan.org>
9316 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
9317 W: http://ocfs2.wiki.kernel.org
9318 S: Supported
9319 F: Documentation/filesystems/ocfs2.txt
9320 F: Documentation/filesystems/dlmfs.txt
9321 F: fs/ocfs2/
9322
9323 ORINOCO DRIVER
9324 L: linux-wireless@vger.kernel.org
9325 W: http://wireless.kernel.org/en/users/Drivers/orinoco
9326 W: http://www.nongnu.org/orinoco/
9327 S: Orphan
9328 F: drivers/net/wireless/intersil/orinoco/
9329
9330 OSD LIBRARY and FILESYSTEM
9331 M: Boaz Harrosh <ooo@electrozaur.com>
9332 M: Benny Halevy <bhalevy@primarydata.com>
9333 L: osd-dev@open-osd.org
9334 W: http://open-osd.org
9335 T: git git://git.open-osd.org/open-osd.git
9336 S: Maintained
9337 F: drivers/scsi/osd/
9338 F: include/scsi/osd_*
9339 F: fs/exofs/
9340
9341 OVERLAY FILESYSTEM
9342 M: Miklos Szeredi <miklos@szeredi.hu>
9343 L: linux-unionfs@vger.kernel.org
9344 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9345 S: Supported
9346 F: fs/overlayfs/
9347 F: Documentation/filesystems/overlayfs.txt
9348
9349 ORANGEFS FILESYSTEM
9350 M: Mike Marshall <hubcap@omnibond.com>
9351 L: pvfs2-developers@beowulf-underground.org (subscribers-only)
9352 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9353 S: Supported
9354 F: fs/orangefs/
9355 F: Documentation/filesystems/orangefs.txt
9356
9357 P54 WIRELESS DRIVER
9358 M: Christian Lamparter <chunkeey@googlemail.com>
9359 L: linux-wireless@vger.kernel.org
9360 W: http://wireless.kernel.org/en/users/Drivers/p54
9361 S: Maintained
9362 F: drivers/net/wireless/intersil/p54/
9363
9364 PA SEMI ETHERNET DRIVER
9365 L: netdev@vger.kernel.org
9366 S: Orphan
9367 F: drivers/net/ethernet/pasemi/*
9368
9369 PA SEMI SMBUS DRIVER
9370 L: linux-i2c@vger.kernel.org
9371 S: Orphan
9372 F: drivers/i2c/busses/i2c-pasemi.c
9373
9374 PADATA PARALLEL EXECUTION MECHANISM
9375 M: Steffen Klassert <steffen.klassert@secunet.com>
9376 L: linux-crypto@vger.kernel.org
9377 S: Maintained
9378 F: kernel/padata.c
9379 F: include/linux/padata.h
9380 F: Documentation/padata.txt
9381
9382 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9383 M: Harald Welte <laforge@gnumonks.org>
9384 L: platform-driver-x86@vger.kernel.org
9385 S: Maintained
9386 F: drivers/platform/x86/panasonic-laptop.c
9387
9388 PANASONIC MN10300/AM33/AM34 PORT
9389 M: David Howells <dhowells@redhat.com>
9390 L: linux-am33-list@redhat.com (moderated for non-subscribers)
9391 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9392 S: Maintained
9393 F: Documentation/mn10300/
9394 F: arch/mn10300/
9395
9396 PARALLEL LCD/KEYPAD PANEL DRIVER
9397 M: Willy Tarreau <willy@haproxy.com>
9398 M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9399 S: Odd Fixes
9400 F: Documentation/misc-devices/lcd-panel-cgram.txt
9401 F: drivers/misc/panel.c
9402
9403 PARALLEL PORT SUBSYSTEM
9404 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9405 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
9406 L: linux-parport@lists.infradead.org (subscribers-only)
9407 S: Maintained
9408 F: drivers/parport/
9409 F: include/linux/parport*.h
9410 F: drivers/char/ppdev.c
9411 F: include/uapi/linux/ppdev.h
9412 F: Documentation/parport*.txt
9413
9414 PARAVIRT_OPS INTERFACE
9415 M: Jeremy Fitzhardinge <jeremy@goop.org>
9416 M: Chris Wright <chrisw@sous-sol.org>
9417 M: Alok Kataria <akataria@vmware.com>
9418 M: Rusty Russell <rusty@rustcorp.com.au>
9419 L: virtualization@lists.linux-foundation.org
9420 S: Supported
9421 F: Documentation/virtual/paravirt_ops.txt
9422 F: arch/*/kernel/paravirt*
9423 F: arch/*/include/asm/paravirt.h
9424 F: include/linux/hypervisor.h
9425
9426 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9427 M: Tim Waugh <tim@cyberelk.net>
9428 L: linux-parport@lists.infradead.org (subscribers-only)
9429 S: Maintained
9430 F: Documentation/blockdev/paride.txt
9431 F: drivers/block/paride/
9432
9433 PARISC ARCHITECTURE
9434 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
9435 M: Helge Deller <deller@gmx.de>
9436 L: linux-parisc@vger.kernel.org
9437 W: http://www.parisc-linux.org/
9438 Q: http://patchwork.kernel.org/project/linux-parisc/list/
9439 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9440 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9441 S: Maintained
9442 F: arch/parisc/
9443 F: Documentation/parisc/
9444 F: drivers/parisc/
9445 F: drivers/char/agp/parisc-agp.c
9446 F: drivers/input/serio/gscps2.c
9447 F: drivers/parport/parport_gsc.*
9448 F: drivers/tty/serial/8250/8250_gsc.c
9449 F: drivers/video/fbdev/sti*
9450 F: drivers/video/console/sti*
9451 F: drivers/video/logo/logo_parisc*
9452
9453 PARMAN
9454 M: Jiri Pirko <jiri@mellanox.com>
9455 L: netdev@vger.kernel.org
9456 S: Supported
9457 F: lib/parman.c
9458 F: lib/test_parman.c
9459 F: include/linux/parman.h
9460
9461 PC87360 HARDWARE MONITORING DRIVER
9462 M: Jim Cromie <jim.cromie@gmail.com>
9463 L: linux-hwmon@vger.kernel.org
9464 S: Maintained
9465 F: Documentation/hwmon/pc87360
9466 F: drivers/hwmon/pc87360.c
9467
9468 PC8736x GPIO DRIVER
9469 M: Jim Cromie <jim.cromie@gmail.com>
9470 S: Maintained
9471 F: drivers/char/pc8736x_gpio.c
9472
9473 PC87427 HARDWARE MONITORING DRIVER
9474 M: Jean Delvare <jdelvare@suse.com>
9475 L: linux-hwmon@vger.kernel.org
9476 S: Maintained
9477 F: Documentation/hwmon/pc87427
9478 F: drivers/hwmon/pc87427.c
9479
9480 PCA9532 LED DRIVER
9481 M: Riku Voipio <riku.voipio@iki.fi>
9482 S: Maintained
9483 F: drivers/leds/leds-pca9532.c
9484 F: include/linux/leds-pca9532.h
9485
9486 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9487 M: Guenter Roeck <linux@roeck-us.net>
9488 L: linux-i2c@vger.kernel.org
9489 S: Maintained
9490 F: drivers/i2c/muxes/i2c-mux-pca9541.c
9491
9492 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9493 M: Khalid Aziz <khalid@gonehiking.org>
9494 S: Maintained
9495 F: drivers/firmware/pcdp.*
9496
9497 PCI ERROR RECOVERY
9498 M: Linas Vepstas <linasvepstas@gmail.com>
9499 L: linux-pci@vger.kernel.org
9500 S: Supported
9501 F: Documentation/PCI/pci-error-recovery.txt
9502
9503 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9504 M: Russell Currey <ruscur@russell.cc>
9505 L: linuxppc-dev@lists.ozlabs.org
9506 S: Supported
9507 F: Documentation/powerpc/eeh-pci-error-recovery.txt
9508 F: arch/powerpc/kernel/eeh*.c
9509 F: arch/powerpc/platforms/*/eeh*.c
9510 F: arch/powerpc/include/*/eeh*.h
9511
9512 PCI SUBSYSTEM
9513 M: Bjorn Helgaas <bhelgaas@google.com>
9514 L: linux-pci@vger.kernel.org
9515 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
9516 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9517 S: Supported
9518 F: Documentation/devicetree/bindings/pci/
9519 F: Documentation/PCI/
9520 F: drivers/pci/
9521 F: include/linux/pci*
9522 F: arch/x86/pci/
9523 F: arch/x86/kernel/quirks.c
9524
9525 PCI DRIVER FOR ALTERA PCIE IP
9526 M: Ley Foon Tan <lftan@altera.com>
9527 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9528 L: linux-pci@vger.kernel.org
9529 S: Supported
9530 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
9531 F: drivers/pci/host/pcie-altera.c
9532
9533 PCI DRIVER FOR ARM VERSATILE PLATFORM
9534 M: Rob Herring <robh@kernel.org>
9535 L: linux-pci@vger.kernel.org
9536 L: linux-arm-kernel@lists.infradead.org
9537 S: Maintained
9538 F: Documentation/devicetree/bindings/pci/versatile.txt
9539 F: drivers/pci/host/pci-versatile.c
9540
9541 PCI DRIVER FOR ARMADA 8K
9542 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9543 L: linux-pci@vger.kernel.org
9544 L: linux-arm-kernel@lists.infradead.org
9545 S: Maintained
9546 F: Documentation/devicetree/bindings/pci/pci-armada8k.txt
9547 F: drivers/pci/host/pcie-armada8k.c
9548
9549 PCI DRIVER FOR APPLIEDMICRO XGENE
9550 M: Tanmay Inamdar <tinamdar@apm.com>
9551 L: linux-pci@vger.kernel.org
9552 L: linux-arm-kernel@lists.infradead.org
9553 S: Maintained
9554 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
9555 F: drivers/pci/host/pci-xgene.c
9556
9557 PCI DRIVER FOR FREESCALE LAYERSCAPE
9558 M: Minghuan Lian <minghuan.Lian@freescale.com>
9559 M: Mingkai Hu <mingkai.hu@freescale.com>
9560 M: Roy Zang <tie-fei.zang@freescale.com>
9561 L: linuxppc-dev@lists.ozlabs.org
9562 L: linux-pci@vger.kernel.org
9563 L: linux-arm-kernel@lists.infradead.org
9564 S: Maintained
9565 F: drivers/pci/host/*layerscape*
9566
9567 PCI DRIVER FOR IMX6
9568 M: Richard Zhu <hongxing.zhu@nxp.com>
9569 M: Lucas Stach <l.stach@pengutronix.de>
9570 L: linux-pci@vger.kernel.org
9571 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9572 S: Maintained
9573 F: Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9574 F: drivers/pci/host/*imx6*
9575
9576 PCI DRIVER FOR TI KEYSTONE
9577 M: Murali Karicheri <m-karicheri2@ti.com>
9578 L: linux-pci@vger.kernel.org
9579 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9580 S: Maintained
9581 F: drivers/pci/host/*keystone*
9582
9583 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9584 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9585 M: Jason Cooper <jason@lakedaemon.net>
9586 L: linux-pci@vger.kernel.org
9587 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9588 S: Maintained
9589 F: drivers/pci/host/*mvebu*
9590
9591 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9592 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9593 L: linux-pci@vger.kernel.org
9594 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9595 S: Maintained
9596 F: Documentation/devicetree/bindings/pci/aardvark-pci.txt
9597 F: drivers/pci/host/pci-aardvark.c
9598
9599 PCI DRIVER FOR NVIDIA TEGRA
9600 M: Thierry Reding <thierry.reding@gmail.com>
9601 L: linux-tegra@vger.kernel.org
9602 L: linux-pci@vger.kernel.org
9603 S: Supported
9604 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9605 F: drivers/pci/host/pci-tegra.c
9606
9607 PCI DRIVER FOR TI DRA7XX
9608 M: Kishon Vijay Abraham I <kishon@ti.com>
9609 L: linux-omap@vger.kernel.org
9610 L: linux-pci@vger.kernel.org
9611 S: Supported
9612 F: Documentation/devicetree/bindings/pci/ti-pci.txt
9613 F: drivers/pci/host/pci-dra7xx.c
9614
9615 PCI DRIVER FOR RENESAS R-CAR
9616 M: Simon Horman <horms@verge.net.au>
9617 L: linux-pci@vger.kernel.org
9618 L: linux-renesas-soc@vger.kernel.org
9619 S: Maintained
9620 F: drivers/pci/host/*rcar*
9621
9622 PCI DRIVER FOR SAMSUNG EXYNOS
9623 M: Jingoo Han <jingoohan1@gmail.com>
9624 L: linux-pci@vger.kernel.org
9625 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9626 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9627 S: Maintained
9628 F: drivers/pci/host/pci-exynos.c
9629
9630 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9631 M: Jingoo Han <jingoohan1@gmail.com>
9632 M: Joao Pinto <Joao.Pinto@synopsys.com>
9633 L: linux-pci@vger.kernel.org
9634 S: Maintained
9635 F: Documentation/devicetree/bindings/pci/designware-pcie.txt
9636 F: drivers/pci/host/*designware*
9637
9638 PCI DRIVER FOR GENERIC OF HOSTS
9639 M: Will Deacon <will.deacon@arm.com>
9640 L: linux-pci@vger.kernel.org
9641 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9642 S: Maintained
9643 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
9644 F: drivers/pci/host/pci-host-common.c
9645 F: drivers/pci/host/pci-host-generic.c
9646
9647 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9648 M: Keith Busch <keith.busch@intel.com>
9649 L: linux-pci@vger.kernel.org
9650 S: Supported
9651 F: drivers/pci/host/vmd.c
9652
9653 PCIE DRIVER FOR ST SPEAR13XX
9654 M: Pratyush Anand <pratyush.anand@gmail.com>
9655 L: linux-pci@vger.kernel.org
9656 S: Maintained
9657 F: drivers/pci/host/*spear*
9658
9659 PCI MSI DRIVER FOR ALTERA MSI IP
9660 M: Ley Foon Tan <lftan@altera.com>
9661 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9662 L: linux-pci@vger.kernel.org
9663 S: Supported
9664 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9665 F: drivers/pci/host/pcie-altera-msi.c
9666
9667 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9668 M: Duc Dang <dhdang@apm.com>
9669 L: linux-pci@vger.kernel.org
9670 L: linux-arm-kernel@lists.infradead.org
9671 S: Maintained
9672 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9673 F: drivers/pci/host/pci-xgene-msi.c
9674
9675 PCIE DRIVER FOR AXIS ARTPEC
9676 M: Niklas Cassel <niklas.cassel@axis.com>
9677 M: Jesper Nilsson <jesper.nilsson@axis.com>
9678 L: linux-arm-kernel@axis.com
9679 L: linux-pci@vger.kernel.org
9680 S: Maintained
9681 F: Documentation/devicetree/bindings/pci/axis,artpec*
9682 F: drivers/pci/host/*artpec*
9683
9684 PCIE DRIVER FOR HISILICON
9685 M: Zhou Wang <wangzhou1@hisilicon.com>
9686 M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
9687 L: linux-pci@vger.kernel.org
9688 S: Maintained
9689 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9690 F: drivers/pci/host/pcie-hisi.c
9691
9692 PCIE DRIVER FOR ROCKCHIP
9693 M: Shawn Lin <shawn.lin@rock-chips.com>
9694 M: Wenrui Li <wenrui.li@rock-chips.com>
9695 L: linux-pci@vger.kernel.org
9696 L: linux-rockchip@lists.infradead.org
9697 S: Maintained
9698 F: Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9699 F: drivers/pci/host/pcie-rockchip.c
9700
9701 PCIE DRIVER FOR QUALCOMM MSM
9702 M: Stanimir Varbanov <svarbanov@mm-sol.com>
9703 L: linux-pci@vger.kernel.org
9704 L: linux-arm-msm@vger.kernel.org
9705 S: Maintained
9706 F: drivers/pci/host/*qcom*
9707
9708 PCIE DRIVER FOR CAVIUM THUNDERX
9709 M: David Daney <david.daney@cavium.com>
9710 L: linux-pci@vger.kernel.org
9711 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9712 S: Supported
9713 F: Documentation/devicetree/bindings/pci/pci-thunder-*
9714 F: drivers/pci/host/pci-thunder-*
9715
9716 PCMCIA SUBSYSTEM
9717 P: Linux PCMCIA Team
9718 L: linux-pcmcia@lists.infradead.org
9719 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9720 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9721 S: Maintained
9722 F: Documentation/pcmcia/
9723 F: tools/pcmcia/
9724 F: drivers/pcmcia/
9725 F: include/pcmcia/
9726
9727 PCNET32 NETWORK DRIVER
9728 M: Don Fry <pcnet32@frontier.com>
9729 L: netdev@vger.kernel.org
9730 S: Maintained
9731 F: drivers/net/ethernet/amd/pcnet32.c
9732
9733 PCRYPT PARALLEL CRYPTO ENGINE
9734 M: Steffen Klassert <steffen.klassert@secunet.com>
9735 L: linux-crypto@vger.kernel.org
9736 S: Maintained
9737 F: crypto/pcrypt.c
9738 F: include/crypto/pcrypt.h
9739
9740 PER-CPU MEMORY ALLOCATOR
9741 M: Tejun Heo <tj@kernel.org>
9742 M: Christoph Lameter <cl@linux.com>
9743 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9744 S: Maintained
9745 F: include/linux/percpu*.h
9746 F: mm/percpu*.c
9747 F: arch/*/include/asm/percpu.h
9748
9749 PER-TASK DELAY ACCOUNTING
9750 M: Balbir Singh <bsingharora@gmail.com>
9751 S: Maintained
9752 F: include/linux/delayacct.h
9753 F: kernel/delayacct.c
9754
9755 PERFORMANCE EVENTS SUBSYSTEM
9756 M: Peter Zijlstra <peterz@infradead.org>
9757 M: Ingo Molnar <mingo@redhat.com>
9758 M: Arnaldo Carvalho de Melo <acme@kernel.org>
9759 R: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9760 L: linux-kernel@vger.kernel.org
9761 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9762 S: Supported
9763 F: kernel/events/*
9764 F: include/linux/perf_event.h
9765 F: include/uapi/linux/perf_event.h
9766 F: arch/*/kernel/perf_event*.c
9767 F: arch/*/kernel/*/perf_event*.c
9768 F: arch/*/kernel/*/*/perf_event*.c
9769 F: arch/*/include/asm/perf_event.h
9770 F: arch/*/kernel/perf_callchain.c
9771 F: arch/*/events/*
9772 F: tools/perf/
9773
9774 PERSONALITY HANDLING
9775 M: Christoph Hellwig <hch@infradead.org>
9776 L: linux-abi-devel@lists.sourceforge.net
9777 S: Maintained
9778 F: include/linux/personality.h
9779 F: include/uapi/linux/personality.h
9780
9781 PHONET PROTOCOL
9782 M: Remi Denis-Courmont <courmisch@gmail.com>
9783 S: Supported
9784 F: Documentation/networking/phonet.txt
9785 F: include/linux/phonet.h
9786 F: include/net/phonet/
9787 F: include/uapi/linux/phonet.h
9788 F: net/phonet/
9789
9790 PHRAM MTD DRIVER
9791 M: Joern Engel <joern@lazybastard.org>
9792 L: linux-mtd@lists.infradead.org
9793 S: Maintained
9794 F: drivers/mtd/devices/phram.c
9795
9796 PICOLCD HID DRIVER
9797 M: Bruno Prémont <bonbons@linux-vserver.org>
9798 L: linux-input@vger.kernel.org
9799 S: Maintained
9800 F: drivers/hid/hid-picolcd*
9801
9802 PICOXCELL SUPPORT
9803 M: Jamie Iles <jamie@jamieiles.com>
9804 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9805 T: git git://github.com/jamieiles/linux-2.6-ji.git
9806 S: Supported
9807 F: arch/arm/boot/dts/picoxcell*
9808 F: arch/arm/mach-picoxcell/
9809 F: drivers/crypto/picoxcell*
9810
9811 PIN CONTROL SUBSYSTEM
9812 M: Linus Walleij <linus.walleij@linaro.org>
9813 L: linux-gpio@vger.kernel.org
9814 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9815 S: Maintained
9816 F: Documentation/devicetree/bindings/pinctrl/
9817 F: Documentation/pinctrl.txt
9818 F: drivers/pinctrl/
9819 F: include/linux/pinctrl/
9820
9821 PIN CONTROLLER - ATMEL AT91
9822 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9823 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9824 S: Maintained
9825 F: drivers/pinctrl/pinctrl-at91.*
9826
9827 PIN CONTROLLER - ATMEL AT91 PIO4
9828 M: Ludovic Desroches <ludovic.desroches@microchip.com>
9829 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9830 L: linux-gpio@vger.kernel.org
9831 S: Supported
9832 F: drivers/pinctrl/pinctrl-at91-pio4.*
9833
9834 PIN CONTROLLER - INTEL
9835 M: Mika Westerberg <mika.westerberg@linux.intel.com>
9836 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
9837 S: Maintained
9838 F: drivers/pinctrl/intel/
9839
9840 PIN CONTROLLER - RENESAS
9841 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9842 M: Geert Uytterhoeven <geert+renesas@glider.be>
9843 L: linux-renesas-soc@vger.kernel.org
9844 S: Maintained
9845 F: drivers/pinctrl/sh-pfc/
9846
9847 PIN CONTROLLER - SAMSUNG
9848 M: Tomasz Figa <tomasz.figa@gmail.com>
9849 M: Krzysztof Kozlowski <krzk@kernel.org>
9850 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9851 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9852 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9853 S: Maintained
9854 F: drivers/pinctrl/samsung/
9855 F: include/dt-bindings/pinctrl/samsung.h
9856 F: Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9857
9858 PIN CONTROLLER - SINGLE
9859 M: Tony Lindgren <tony@atomide.com>
9860 M: Haojian Zhuang <haojian.zhuang@linaro.org>
9861 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9862 L: linux-omap@vger.kernel.org
9863 S: Maintained
9864 F: drivers/pinctrl/pinctrl-single.c
9865
9866 PIN CONTROLLER - ST SPEAR
9867 M: Viresh Kumar <vireshk@kernel.org>
9868 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9869 W: http://www.st.com/spear
9870 S: Maintained
9871 F: drivers/pinctrl/spear/
9872
9873 PISTACHIO SOC SUPPORT
9874 M: James Hartley <james.hartley@imgtec.com>
9875 M: Ionela Voinescu <ionela.voinescu@imgtec.com>
9876 L: linux-mips@linux-mips.org
9877 S: Maintained
9878 F: arch/mips/pistachio/
9879 F: arch/mips/include/asm/mach-pistachio/
9880 F: arch/mips/boot/dts/img/pistachio*
9881 F: arch/mips/configs/pistachio*_defconfig
9882
9883 PKTCDVD DRIVER
9884 S: Orphan
9885 M: linux-block@vger.kernel.org
9886 F: drivers/block/pktcdvd.c
9887 F: include/linux/pktcdvd.h
9888 F: include/uapi/linux/pktcdvd.h
9889
9890 PKUNITY SOC DRIVERS
9891 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
9892 W: http://mprc.pku.edu.cn/~guanxuetao/linux
9893 S: Maintained
9894 T: git git://github.com/gxt/linux.git
9895 F: drivers/input/serio/i8042-unicore32io.h
9896 F: drivers/i2c/busses/i2c-puv3.c
9897 F: drivers/video/fbdev/fb-puv3.c
9898 F: drivers/rtc/rtc-puv3.c
9899
9900 PMBUS HARDWARE MONITORING DRIVERS
9901 M: Guenter Roeck <linux@roeck-us.net>
9902 L: linux-hwmon@vger.kernel.org
9903 W: http://hwmon.wiki.kernel.org/
9904 W: http://www.roeck-us.net/linux/drivers/
9905 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9906 S: Maintained
9907 F: Documentation/hwmon/pmbus
9908 F: drivers/hwmon/pmbus/
9909 F: include/linux/i2c/pmbus.h
9910
9911 PMC SIERRA MaxRAID DRIVER
9912 L: linux-scsi@vger.kernel.org
9913 W: http://www.pmc-sierra.com/
9914 S: Orphan
9915 F: drivers/scsi/pmcraid.*
9916
9917 PMC SIERRA PM8001 DRIVER
9918 M: Jack Wang <jinpu.wang@profitbricks.com>
9919 M: lindar_liu@usish.com
9920 L: pmchba@pmcs.com
9921 L: linux-scsi@vger.kernel.org
9922 S: Supported
9923 F: drivers/scsi/pm8001/
9924
9925 POSIX CLOCKS and TIMERS
9926 M: Thomas Gleixner <tglx@linutronix.de>
9927 L: linux-kernel@vger.kernel.org
9928 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9929 S: Maintained
9930 F: fs/timerfd.c
9931 F: include/linux/timer*
9932 F: kernel/time/*timer*
9933
9934 POWER MANAGEMENT CORE
9935 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
9936 L: linux-pm@vger.kernel.org
9937 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9938 B: https://bugzilla.kernel.org
9939 S: Supported
9940 F: drivers/base/power/
9941 F: include/linux/pm.h
9942 F: include/linux/pm_*
9943 F: include/linux/powercap.h
9944 F: drivers/powercap/
9945
9946 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9947 M: Sebastian Reichel <sre@kernel.org>
9948 L: linux-pm@vger.kernel.org
9949 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9950 S: Maintained
9951 F: Documentation/devicetree/bindings/power/supply/
9952 F: include/linux/power_supply.h
9953 F: drivers/power/supply/
9954
9955 POWER STATE COORDINATION INTERFACE (PSCI)
9956 M: Mark Rutland <mark.rutland@arm.com>
9957 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9958 L: linux-arm-kernel@lists.infradead.org
9959 S: Maintained
9960 F: drivers/firmware/psci*.c
9961 F: include/linux/psci.h
9962 F: include/uapi/linux/psci.h
9963
9964 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9965 M: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9966 L: linuxppc-dev@lists.ozlabs.org
9967 S: Maintained
9968 F: drivers/char/powernv-op-panel.c
9969
9970 PNP SUPPORT
9971 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9972 S: Maintained
9973 F: drivers/pnp/
9974
9975 PPP PROTOCOL DRIVERS AND COMPRESSORS
9976 M: Paul Mackerras <paulus@samba.org>
9977 L: linux-ppp@vger.kernel.org
9978 S: Maintained
9979 F: drivers/net/ppp/ppp_*
9980
9981 PPP OVER ATM (RFC 2364)
9982 M: Mitchell Blank Jr <mitch@sfgoth.com>
9983 S: Maintained
9984 F: net/atm/pppoatm.c
9985 F: include/uapi/linux/atmppp.h
9986
9987 PPP OVER ETHERNET
9988 M: Michal Ostrowski <mostrows@earthlink.net>
9989 S: Maintained
9990 F: drivers/net/ppp/pppoe.c
9991 F: drivers/net/ppp/pppox.c
9992
9993 PPP OVER L2TP
9994 M: James Chapman <jchapman@katalix.com>
9995 S: Maintained
9996 F: net/l2tp/l2tp_ppp.c
9997 F: include/linux/if_pppol2tp.h
9998 F: include/uapi/linux/if_pppol2tp.h
9999
10000 PPS SUPPORT
10001 M: Rodolfo Giometti <giometti@enneenne.com>
10002 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
10003 L: linuxpps@ml.enneenne.com (subscribers-only)
10004 S: Maintained
10005 F: Documentation/pps/
10006 F: drivers/pps/
10007 F: include/linux/pps*.h
10008
10009 PPTP DRIVER
10010 M: Dmitry Kozlov <xeb@mail.ru>
10011 L: netdev@vger.kernel.org
10012 S: Maintained
10013 F: drivers/net/ppp/pptp.c
10014 W: http://sourceforge.net/projects/accel-pptp
10015
10016 PREEMPTIBLE KERNEL
10017 M: Robert Love <rml@tech9.net>
10018 L: kpreempt-tech@lists.sourceforge.net
10019 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
10020 S: Supported
10021 F: Documentation/preempt-locking.txt
10022 F: include/linux/preempt.h
10023
10024 PRINTK
10025 M: Petr Mladek <pmladek@suse.com>
10026 M: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
10027 R: Steven Rostedt <rostedt@goodmis.org>
10028 S: Maintained
10029 F: kernel/printk/
10030 F: include/linux/printk.h
10031
10032 PRISM54 WIRELESS DRIVER
10033 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
10034 L: linux-wireless@vger.kernel.org
10035 W: http://wireless.kernel.org/en/users/Drivers/p54
10036 S: Obsolete
10037 F: drivers/net/wireless/intersil/prism54/
10038
10039 PS3 NETWORK SUPPORT
10040 M: Geoff Levand <geoff@infradead.org>
10041 L: netdev@vger.kernel.org
10042 L: linuxppc-dev@lists.ozlabs.org
10043 S: Maintained
10044 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
10045
10046 PS3 PLATFORM SUPPORT
10047 M: Geoff Levand <geoff@infradead.org>
10048 L: linuxppc-dev@lists.ozlabs.org
10049 S: Maintained
10050 F: arch/powerpc/boot/ps3*
10051 F: arch/powerpc/include/asm/lv1call.h
10052 F: arch/powerpc/include/asm/ps3*.h
10053 F: arch/powerpc/platforms/ps3/
10054 F: drivers/*/ps3*
10055 F: drivers/ps3/
10056 F: drivers/rtc/rtc-ps3.c
10057 F: drivers/usb/host/*ps3.c
10058 F: sound/ppc/snd_ps3*
10059
10060 PS3VRAM DRIVER
10061 M: Jim Paris <jim@jtan.com>
10062 M: Geoff Levand <geoff@infradead.org>
10063 L: linuxppc-dev@lists.ozlabs.org
10064 S: Maintained
10065 F: drivers/block/ps3vram.c
10066
10067 PSAMPLE PACKET SAMPLING SUPPORT:
10068 M: Yotam Gigi <yotamg@mellanox.com>
10069 S: Maintained
10070 F: net/psample
10071 F: include/net/psample.h
10072 F: include/uapi/linux/psample.h
10073
10074 PSTORE FILESYSTEM
10075 M: Kees Cook <keescook@chromium.org>
10076 M: Anton Vorontsov <anton@enomsg.org>
10077 M: Colin Cross <ccross@android.com>
10078 M: Tony Luck <tony.luck@intel.com>
10079 S: Maintained
10080 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
10081 F: fs/pstore/
10082 F: include/linux/pstore*
10083 F: drivers/firmware/efi/efi-pstore.c
10084 F: drivers/acpi/apei/erst.c
10085 F: Documentation/admin-guide/ramoops.rst
10086 F: Documentation/devicetree/bindings/reserved-memory/ramoops.txt
10087 K: \b(pstore|ramoops)
10088
10089 PTP HARDWARE CLOCK SUPPORT
10090 M: Richard Cochran <richardcochran@gmail.com>
10091 L: netdev@vger.kernel.org
10092 S: Maintained
10093 W: http://linuxptp.sourceforge.net/
10094 F: Documentation/ABI/testing/sysfs-ptp
10095 F: Documentation/ptp/*
10096 F: drivers/net/ethernet/freescale/gianfar_ptp.c
10097 F: drivers/net/phy/dp83640*
10098 F: drivers/ptp/*
10099 F: include/linux/ptp_cl*
10100
10101 PTRACE SUPPORT
10102 M: Roland McGrath <roland@hack.frob.com>
10103 M: Oleg Nesterov <oleg@redhat.com>
10104 S: Maintained
10105 F: include/asm-generic/syscall.h
10106 F: include/linux/ptrace.h
10107 F: include/linux/regset.h
10108 F: include/linux/tracehook.h
10109 F: include/uapi/linux/ptrace.h
10110 F: kernel/ptrace.c
10111
10112 PULSE8-CEC DRIVER
10113 M: Hans Verkuil <hverkuil@xs4all.nl>
10114 L: linux-media@vger.kernel.org
10115 T: git git://linuxtv.org/media_tree.git
10116 S: Maintained
10117 F: drivers/media/usb/pulse8-cec/*
10118
10119 PVRUSB2 VIDEO4LINUX DRIVER
10120 M: Mike Isely <isely@pobox.com>
10121 L: pvrusb2@isely.net (subscribers-only)
10122 L: linux-media@vger.kernel.org
10123 W: http://www.isely.net/pvrusb2/
10124 T: git git://linuxtv.org/media_tree.git
10125 S: Maintained
10126 F: Documentation/media/v4l-drivers/pvrusb2*
10127 F: drivers/media/usb/pvrusb2/
10128
10129 PWC WEBCAM DRIVER
10130 M: Hans Verkuil <hverkuil@xs4all.nl>
10131 L: linux-media@vger.kernel.org
10132 T: git git://linuxtv.org/media_tree.git
10133 S: Odd Fixes
10134 F: drivers/media/usb/pwc/*
10135
10136 PWM FAN DRIVER
10137 M: Kamil Debski <kamil@wypas.org>
10138 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10139 L: linux-hwmon@vger.kernel.org
10140 S: Supported
10141 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
10142 F: Documentation/hwmon/pwm-fan
10143 F: drivers/hwmon/pwm-fan.c
10144
10145 PWM SUBSYSTEM
10146 M: Thierry Reding <thierry.reding@gmail.com>
10147 L: linux-pwm@vger.kernel.org
10148 S: Maintained
10149 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
10150 F: Documentation/pwm.txt
10151 F: Documentation/devicetree/bindings/pwm/
10152 F: include/linux/pwm.h
10153 F: drivers/pwm/
10154 F: drivers/video/backlight/pwm_bl.c
10155 F: include/linux/pwm_backlight.h
10156
10157 PXA2xx/PXA3xx SUPPORT
10158 M: Daniel Mack <daniel@zonque.org>
10159 M: Haojian Zhuang <haojian.zhuang@gmail.com>
10160 M: Robert Jarzmik <robert.jarzmik@free.fr>
10161 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10162 T: git git://github.com/hzhuang1/linux.git
10163 T: git git://github.com/rjarzmik/linux.git
10164 S: Maintained
10165 F: arch/arm/boot/dts/pxa*
10166 F: arch/arm/mach-pxa/
10167 F: drivers/dma/pxa*
10168 F: drivers/pcmcia/pxa2xx*
10169 F: drivers/pinctrl/pxa/
10170 F: drivers/spi/spi-pxa2xx*
10171 F: drivers/usb/gadget/udc/pxa2*
10172 F: include/sound/pxa2xx-lib.h
10173 F: sound/arm/pxa*
10174 F: sound/soc/pxa/
10175
10176 PXA GPIO DRIVER
10177 M: Robert Jarzmik <robert.jarzmik@free.fr>
10178 L: linux-gpio@vger.kernel.org
10179 S: Maintained
10180 F: drivers/gpio/gpio-pxa.c
10181
10182 PXA3xx NAND FLASH DRIVER
10183 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
10184 L: linux-mtd@lists.infradead.org
10185 S: Maintained
10186 F: drivers/mtd/nand/pxa3xx_nand.c
10187
10188 MMP SUPPORT
10189 M: Eric Miao <eric.y.miao@gmail.com>
10190 M: Haojian Zhuang <haojian.zhuang@gmail.com>
10191 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10192 T: git git://github.com/hzhuang1/linux.git
10193 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
10194 S: Maintained
10195 F: arch/arm/boot/dts/mmp*
10196 F: arch/arm/mach-mmp/
10197
10198 PXA MMCI DRIVER
10199 S: Orphan
10200
10201 PXA RTC DRIVER
10202 M: Robert Jarzmik <robert.jarzmik@free.fr>
10203 L: rtc-linux@googlegroups.com
10204 S: Maintained
10205
10206 QAT DRIVER
10207 M: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
10208 M: Salvatore Benedetto <salvatore.benedetto@intel.com>
10209 L: qat-linux@intel.com
10210 S: Supported
10211 F: drivers/crypto/qat/
10212
10213 QIB DRIVER
10214 M: Mike Marciniszyn <infinipath@intel.com>
10215 L: linux-rdma@vger.kernel.org
10216 S: Supported
10217 F: drivers/infiniband/hw/qib/
10218
10219 QLOGIC QLA1280 SCSI DRIVER
10220 M: Michael Reed <mdr@sgi.com>
10221 L: linux-scsi@vger.kernel.org
10222 S: Maintained
10223 F: drivers/scsi/qla1280.[ch]
10224
10225 QLOGIC QLA2XXX FC-SCSI DRIVER
10226 M: qla2xxx-upstream@qlogic.com
10227 L: linux-scsi@vger.kernel.org
10228 S: Supported
10229 F: Documentation/scsi/LICENSE.qla2xxx
10230 F: drivers/scsi/qla2xxx/
10231
10232 QLOGIC QLA4XXX iSCSI DRIVER
10233 M: QLogic-Storage-Upstream@qlogic.com
10234 L: linux-scsi@vger.kernel.org
10235 S: Supported
10236 F: Documentation/scsi/LICENSE.qla4xxx
10237 F: drivers/scsi/qla4xxx/
10238
10239 QLOGIC QLA3XXX NETWORK DRIVER
10240 M: Dept-GELinuxNICDev@cavium.com
10241 L: netdev@vger.kernel.org
10242 S: Supported
10243 F: Documentation/networking/LICENSE.qla3xxx
10244 F: drivers/net/ethernet/qlogic/qla3xxx.*
10245
10246 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10247 M: Harish Patil <harish.patil@cavium.com>
10248 M: Manish Chopra <manish.chopra@cavium.com>
10249 M: Dept-GELinuxNICDev@cavium.com
10250 L: netdev@vger.kernel.org
10251 S: Supported
10252 F: drivers/net/ethernet/qlogic/qlcnic/
10253
10254 QLOGIC QLGE 10Gb ETHERNET DRIVER
10255 M: Harish Patil <harish.patil@cavium.com>
10256 M: Manish Chopra <manish.chopra@cavium.com>
10257 M: Dept-GELinuxNICDev@cavium.com
10258 L: netdev@vger.kernel.org
10259 S: Supported
10260 F: drivers/net/ethernet/qlogic/qlge/
10261
10262 QLOGIC QL4xxx ETHERNET DRIVER
10263 M: Yuval Mintz <Yuval.Mintz@cavium.com>
10264 M: Ariel Elior <Ariel.Elior@cavium.com>
10265 M: everest-linux-l2@cavium.com
10266 L: netdev@vger.kernel.org
10267 S: Supported
10268 F: drivers/net/ethernet/qlogic/qed/
10269 F: include/linux/qed/
10270 F: drivers/net/ethernet/qlogic/qede/
10271
10272 QLOGIC QL41xxx ISCSI DRIVER
10273 M: QLogic-Storage-Upstream@cavium.com
10274 L: linux-scsi@vger.kernel.org
10275 S: Supported
10276 F: drivers/scsi/qedi/
10277
10278 QNX4 FILESYSTEM
10279 M: Anders Larsen <al@alarsen.net>
10280 W: http://www.alarsen.net/linux/qnx4fs/
10281 S: Maintained
10282 F: fs/qnx4/
10283 F: include/uapi/linux/qnx4_fs.h
10284 F: include/uapi/linux/qnxtypes.h
10285
10286 QORIQ DPAA2 FSL-MC BUS DRIVER
10287 M: Stuart Yoder <stuyoder@gmail.com>
10288 M: Laurentiu Tudor <laurentiu.tudor@nxp.com>
10289 L: linux-kernel@vger.kernel.org
10290 S: Maintained
10291 F: drivers/staging/fsl-mc/
10292
10293 QT1010 MEDIA DRIVER
10294 M: Antti Palosaari <crope@iki.fi>
10295 L: linux-media@vger.kernel.org
10296 W: https://linuxtv.org
10297 W: http://palosaari.fi/linux/
10298 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10299 T: git git://linuxtv.org/anttip/media_tree.git
10300 S: Maintained
10301 F: drivers/media/tuners/qt1010*
10302
10303 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10304 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
10305 L: linux-wireless@vger.kernel.org
10306 W: http://wireless.kernel.org/en/users/Drivers/ath9k
10307 S: Supported
10308 F: drivers/net/wireless/ath/ath9k/
10309
10310 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10311 M: Kalle Valo <kvalo@qca.qualcomm.com>
10312 L: ath10k@lists.infradead.org
10313 W: http://wireless.kernel.org/en/users/Drivers/ath10k
10314 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10315 S: Supported
10316 F: drivers/net/wireless/ath/ath10k/
10317
10318 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10319 M: Timur Tabi <timur@codeaurora.org>
10320 L: netdev@vger.kernel.org
10321 S: Supported
10322 F: drivers/net/ethernet/qualcomm/emac/
10323
10324 QUALCOMM HEXAGON ARCHITECTURE
10325 M: Richard Kuo <rkuo@codeaurora.org>
10326 L: linux-hexagon@vger.kernel.org
10327 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10328 S: Supported
10329 F: arch/hexagon/
10330
10331 QUALCOMM WCN36XX WIRELESS DRIVER
10332 M: Eugene Krasnikov <k.eugene.e@gmail.com>
10333 L: wcn36xx@lists.infradead.org
10334 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
10335 T: git git://github.com/KrasnikovEugene/wcn36xx.git
10336 S: Supported
10337 F: drivers/net/wireless/ath/wcn36xx/
10338
10339 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10340 M: Gabriel Somlo <somlo@cmu.edu>
10341 M: "Michael S. Tsirkin" <mst@redhat.com>
10342 L: qemu-devel@nongnu.org
10343 S: Maintained
10344 F: drivers/firmware/qemu_fw_cfg.c
10345
10346 RADOS BLOCK DEVICE (RBD)
10347 M: Ilya Dryomov <idryomov@gmail.com>
10348 M: Sage Weil <sage@redhat.com>
10349 M: Alex Elder <elder@kernel.org>
10350 L: ceph-devel@vger.kernel.org
10351 W: http://ceph.com/
10352 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10353 T: git git://github.com/ceph/ceph-client.git
10354 S: Supported
10355 F: Documentation/ABI/testing/sysfs-bus-rbd
10356 F: drivers/block/rbd.c
10357 F: drivers/block/rbd_types.h
10358
10359 RADEON FRAMEBUFFER DISPLAY DRIVER
10360 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
10361 L: linux-fbdev@vger.kernel.org
10362 S: Maintained
10363 F: drivers/video/fbdev/aty/radeon*
10364 F: include/uapi/linux/radeonfb.h
10365
10366 RADIOSHARK RADIO DRIVER
10367 M: Hans Verkuil <hverkuil@xs4all.nl>
10368 L: linux-media@vger.kernel.org
10369 T: git git://linuxtv.org/media_tree.git
10370 S: Maintained
10371 F: drivers/media/radio/radio-shark.c
10372
10373 RADIOSHARK2 RADIO DRIVER
10374 M: Hans Verkuil <hverkuil@xs4all.nl>
10375 L: linux-media@vger.kernel.org
10376 T: git git://linuxtv.org/media_tree.git
10377 S: Maintained
10378 F: drivers/media/radio/radio-shark2.c
10379 F: drivers/media/radio/radio-tea5777.c
10380
10381 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10382 M: Paul Mackerras <paulus@samba.org>
10383 L: linux-fbdev@vger.kernel.org
10384 S: Maintained
10385 F: drivers/video/fbdev/aty/aty128fb.c
10386
10387 RALINK MIPS ARCHITECTURE
10388 M: John Crispin <john@phrozen.org>
10389 L: linux-mips@linux-mips.org
10390 S: Maintained
10391 F: arch/mips/ralink
10392
10393 RALINK RT2X00 WIRELESS LAN DRIVER
10394 P: rt2x00 project
10395 M: Stanislaw Gruszka <sgruszka@redhat.com>
10396 M: Helmut Schaa <helmut.schaa@googlemail.com>
10397 L: linux-wireless@vger.kernel.org
10398 S: Maintained
10399 F: drivers/net/wireless/ralink/rt2x00/
10400
10401 RAMDISK RAM BLOCK DEVICE DRIVER
10402 M: Jens Axboe <axboe@kernel.dk>
10403 S: Maintained
10404 F: Documentation/blockdev/ramdisk.txt
10405 F: drivers/block/brd.c
10406
10407 RANDOM NUMBER DRIVER
10408 M: "Theodore Ts'o" <tytso@mit.edu>
10409 S: Maintained
10410 F: drivers/char/random.c
10411
10412 RAPIDIO SUBSYSTEM
10413 M: Matt Porter <mporter@kernel.crashing.org>
10414 M: Alexandre Bounine <alexandre.bounine@idt.com>
10415 S: Maintained
10416 F: drivers/rapidio/
10417
10418 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10419 L: linux-wireless@vger.kernel.org
10420 S: Orphan
10421 F: drivers/net/wireless/ray*
10422
10423 RCUTORTURE MODULE
10424 M: Josh Triplett <josh@joshtriplett.org>
10425 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10426 L: linux-kernel@vger.kernel.org
10427 S: Supported
10428 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10429 F: Documentation/RCU/torture.txt
10430 F: kernel/rcu/rcutorture.c
10431
10432 RCUTORTURE TEST FRAMEWORK
10433 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10434 M: Josh Triplett <josh@joshtriplett.org>
10435 R: Steven Rostedt <rostedt@goodmis.org>
10436 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10437 R: Lai Jiangshan <jiangshanlai@gmail.com>
10438 L: linux-kernel@vger.kernel.org
10439 S: Supported
10440 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10441 F: tools/testing/selftests/rcutorture
10442
10443 RDC R-321X SoC
10444 M: Florian Fainelli <florian@openwrt.org>
10445 S: Maintained
10446
10447 RDC R6040 FAST ETHERNET DRIVER
10448 M: Florian Fainelli <f.fainelli@gmail.com>
10449 L: netdev@vger.kernel.org
10450 S: Maintained
10451 F: drivers/net/ethernet/rdc/r6040.c
10452
10453 RDS - RELIABLE DATAGRAM SOCKETS
10454 M: Santosh Shilimkar <santosh.shilimkar@oracle.com>
10455 L: netdev@vger.kernel.org
10456 L: linux-rdma@vger.kernel.org
10457 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
10458 W: https://oss.oracle.com/projects/rds/
10459 S: Supported
10460 F: net/rds/
10461 F: Documentation/networking/rds.txt
10462
10463 RDMAVT - RDMA verbs software
10464 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
10465 L: linux-rdma@vger.kernel.org
10466 S: Supported
10467 F: drivers/infiniband/sw/rdmavt
10468
10469 RDT - RESOURCE ALLOCATION
10470 M: Fenghua Yu <fenghua.yu@intel.com>
10471 L: linux-kernel@vger.kernel.org
10472 S: Supported
10473 F: arch/x86/kernel/cpu/intel_rdt*
10474 F: arch/x86/include/asm/intel_rdt*
10475 F: Documentation/x86/intel_rdt*
10476
10477 READ-COPY UPDATE (RCU)
10478 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10479 M: Josh Triplett <josh@joshtriplett.org>
10480 R: Steven Rostedt <rostedt@goodmis.org>
10481 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10482 R: Lai Jiangshan <jiangshanlai@gmail.com>
10483 L: linux-kernel@vger.kernel.org
10484 W: http://www.rdrop.com/users/paulmck/RCU/
10485 S: Supported
10486 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10487 F: Documentation/RCU/
10488 X: Documentation/RCU/torture.txt
10489 F: include/linux/rcu*
10490 X: include/linux/srcu.h
10491 F: kernel/rcu/
10492 X: kernel/torture.c
10493
10494 REAL TIME CLOCK (RTC) SUBSYSTEM
10495 M: Alessandro Zummo <a.zummo@towertech.it>
10496 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
10497 L: rtc-linux@googlegroups.com
10498 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
10499 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10500 S: Maintained
10501 F: Documentation/devicetree/bindings/rtc/
10502 F: Documentation/rtc.txt
10503 F: drivers/rtc/
10504 F: include/linux/rtc.h
10505 F: include/uapi/linux/rtc.h
10506 F: include/linux/rtc/
10507 F: include/linux/platform_data/rtc-*
10508 F: tools/testing/selftests/timers/rtctest.c
10509
10510 REALTEK AUDIO CODECS
10511 M: Bard Liao <bardliao@realtek.com>
10512 M: Oder Chiou <oder_chiou@realtek.com>
10513 S: Maintained
10514 F: sound/soc/codecs/rt*
10515 F: include/sound/rt*.h
10516
10517 REISERFS FILE SYSTEM
10518 L: reiserfs-devel@vger.kernel.org
10519 S: Supported
10520 F: fs/reiserfs/
10521
10522 REGISTER MAP ABSTRACTION
10523 M: Mark Brown <broonie@kernel.org>
10524 L: linux-kernel@vger.kernel.org
10525 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10526 S: Supported
10527 F: Documentation/devicetree/bindings/regmap/
10528 F: drivers/base/regmap/
10529 F: include/linux/regmap.h
10530
10531 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10532 M: Ohad Ben-Cohen <ohad@wizery.com>
10533 M: Bjorn Andersson <bjorn.andersson@linaro.org>
10534 L: linux-remoteproc@vger.kernel.org
10535 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10536 S: Maintained
10537 F: Documentation/devicetree/bindings/remoteproc/
10538 F: Documentation/remoteproc.txt
10539 F: drivers/remoteproc/
10540 F: include/linux/remoteproc.h
10541
10542 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10543 M: Ohad Ben-Cohen <ohad@wizery.com>
10544 M: Bjorn Andersson <bjorn.andersson@linaro.org>
10545 L: linux-remoteproc@vger.kernel.org
10546 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10547 S: Maintained
10548 F: drivers/rpmsg/
10549 F: Documentation/rpmsg.txt
10550 F: include/linux/rpmsg.h
10551
10552 RENESAS CLOCK DRIVERS
10553 M: Geert Uytterhoeven <geert+renesas@glider.be>
10554 L: linux-renesas-soc@vger.kernel.org
10555 S: Supported
10556 F: drivers/clk/renesas/
10557
10558 RENESAS ETHERNET DRIVERS
10559 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10560 L: netdev@vger.kernel.org
10561 L: linux-renesas-soc@vger.kernel.org
10562 F: drivers/net/ethernet/renesas/
10563 F: include/linux/sh_eth.h
10564
10565 RENESAS R-CAR GYROADC DRIVER
10566 M: Marek Vasut <marek.vasut@gmail.com>
10567 L: linux-iio@vger.kernel.org
10568 S: Supported
10569 F: drivers/iio/adc/rcar_gyro_adc.c
10570
10571 RENESAS USB2 PHY DRIVER
10572 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10573 L: linux-renesas-soc@vger.kernel.org
10574 S: Maintained
10575 F: drivers/phy/phy-rcar-gen3-usb2.c
10576
10577 RESET CONTROLLER FRAMEWORK
10578 M: Philipp Zabel <p.zabel@pengutronix.de>
10579 T: git git://git.pengutronix.de/git/pza/linux
10580 S: Maintained
10581 F: drivers/reset/
10582 F: Documentation/devicetree/bindings/reset/
10583 F: include/dt-bindings/reset/
10584 F: include/linux/reset.h
10585 F: include/linux/reset-controller.h
10586
10587 RFKILL
10588 M: Johannes Berg <johannes@sipsolutions.net>
10589 L: linux-wireless@vger.kernel.org
10590 W: http://wireless.kernel.org/
10591 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10592 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10593 S: Maintained
10594 F: Documentation/rfkill.txt
10595 F: net/rfkill/
10596
10597 RHASHTABLE
10598 M: Thomas Graf <tgraf@suug.ch>
10599 M: Herbert Xu <herbert@gondor.apana.org.au>
10600 L: netdev@vger.kernel.org
10601 S: Maintained
10602 F: lib/rhashtable.c
10603 F: include/linux/rhashtable.h
10604
10605 RICOH SMARTMEDIA/XD DRIVER
10606 M: Maxim Levitsky <maximlevitsky@gmail.com>
10607 S: Maintained
10608 F: drivers/mtd/nand/r852.c
10609 F: drivers/mtd/nand/r852.h
10610
10611 RICOH R5C592 MEMORYSTICK DRIVER
10612 M: Maxim Levitsky <maximlevitsky@gmail.com>
10613 S: Maintained
10614 F: drivers/memstick/host/r592.*
10615
10616 ROCCAT DRIVERS
10617 M: Stefan Achatz <erazor_de@users.sourceforge.net>
10618 W: http://sourceforge.net/projects/roccat/
10619 S: Maintained
10620 F: drivers/hid/hid-roccat*
10621 F: include/linux/hid-roccat*
10622 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
10623
10624 ROCKER DRIVER
10625 M: Jiri Pirko <jiri@resnulli.us>
10626 L: netdev@vger.kernel.org
10627 S: Supported
10628 F: drivers/net/ethernet/rocker/
10629
10630 ROCKETPORT DRIVER
10631 P: Comtrol Corp.
10632 W: http://www.comtrol.com
10633 S: Maintained
10634 F: Documentation/serial/rocket.txt
10635 F: drivers/tty/rocket*
10636
10637 ROCKETPORT EXPRESS/INFINITY DRIVER
10638 M: Kevin Cernekee <cernekee@gmail.com>
10639 L: linux-serial@vger.kernel.org
10640 S: Odd Fixes
10641 F: drivers/tty/serial/rp2.*
10642
10643 ROSE NETWORK LAYER
10644 M: Ralf Baechle <ralf@linux-mips.org>
10645 L: linux-hams@vger.kernel.org
10646 W: http://www.linux-ax25.org/
10647 S: Maintained
10648 F: include/net/rose.h
10649 F: include/uapi/linux/rose.h
10650 F: net/rose/
10651
10652 RTL2830 MEDIA DRIVER
10653 M: Antti Palosaari <crope@iki.fi>
10654 L: linux-media@vger.kernel.org
10655 W: https://linuxtv.org
10656 W: http://palosaari.fi/linux/
10657 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10658 T: git git://linuxtv.org/anttip/media_tree.git
10659 S: Maintained
10660 F: drivers/media/dvb-frontends/rtl2830*
10661
10662 RTL2832 MEDIA DRIVER
10663 M: Antti Palosaari <crope@iki.fi>
10664 L: linux-media@vger.kernel.org
10665 W: https://linuxtv.org
10666 W: http://palosaari.fi/linux/
10667 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10668 T: git git://linuxtv.org/anttip/media_tree.git
10669 S: Maintained
10670 F: drivers/media/dvb-frontends/rtl2832*
10671
10672 RTL2832_SDR MEDIA DRIVER
10673 M: Antti Palosaari <crope@iki.fi>
10674 L: linux-media@vger.kernel.org
10675 W: https://linuxtv.org
10676 W: http://palosaari.fi/linux/
10677 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10678 T: git git://linuxtv.org/anttip/media_tree.git
10679 S: Maintained
10680 F: drivers/media/dvb-frontends/rtl2832_sdr*
10681
10682 RTL8180 WIRELESS DRIVER
10683 L: linux-wireless@vger.kernel.org
10684 W: http://wireless.kernel.org/
10685 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10686 S: Orphan
10687 F: drivers/net/wireless/realtek/rtl818x/rtl8180/
10688
10689 RTL8187 WIRELESS DRIVER
10690 M: Herton Ronaldo Krzesinski <herton@canonical.com>
10691 M: Hin-Tak Leung <htl10@users.sourceforge.net>
10692 M: Larry Finger <Larry.Finger@lwfinger.net>
10693 L: linux-wireless@vger.kernel.org
10694 W: http://wireless.kernel.org/
10695 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10696 S: Maintained
10697 F: drivers/net/wireless/realtek/rtl818x/rtl8187/
10698
10699 RTL8192CE WIRELESS DRIVER
10700 M: Larry Finger <Larry.Finger@lwfinger.net>
10701 M: Chaoming Li <chaoming_li@realsil.com.cn>
10702 L: linux-wireless@vger.kernel.org
10703 W: http://wireless.kernel.org/
10704 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10705 S: Maintained
10706 F: drivers/net/wireless/realtek/rtlwifi/
10707 F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10708
10709 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10710 M: Jes Sorensen <Jes.Sorensen@gmail.com>
10711 L: linux-wireless@vger.kernel.org
10712 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10713 S: Maintained
10714 F: drivers/net/wireless/realtek/rtl8xxxu/
10715
10716 S3 SAVAGE FRAMEBUFFER DRIVER
10717 M: Antonino Daplas <adaplas@gmail.com>
10718 L: linux-fbdev@vger.kernel.org
10719 S: Maintained
10720 F: drivers/video/fbdev/savage/
10721
10722 S390
10723 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
10724 M: Heiko Carstens <heiko.carstens@de.ibm.com>
10725 L: linux-s390@vger.kernel.org
10726 W: http://www.ibm.com/developerworks/linux/linux390/
10727 T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10728 S: Supported
10729 F: arch/s390/
10730 F: drivers/s390/
10731 F: Documentation/s390/
10732 F: Documentation/DocBook/s390*
10733
10734 S390 COMMON I/O LAYER
10735 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10736 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10737 L: linux-s390@vger.kernel.org
10738 W: http://www.ibm.com/developerworks/linux/linux390/
10739 S: Supported
10740 F: drivers/s390/cio/
10741
10742 S390 DASD DRIVER
10743 M: Stefan Haberland <sth@linux.vnet.ibm.com>
10744 M: Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
10745 L: linux-s390@vger.kernel.org
10746 W: http://www.ibm.com/developerworks/linux/linux390/
10747 S: Supported
10748 F: drivers/s390/block/dasd*
10749 F: block/partitions/ibm.c
10750
10751 S390 NETWORK DRIVERS
10752 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10753 L: linux-s390@vger.kernel.org
10754 W: http://www.ibm.com/developerworks/linux/linux390/
10755 S: Supported
10756 F: drivers/s390/net/
10757
10758 S390 PCI SUBSYSTEM
10759 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10760 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10761 L: linux-s390@vger.kernel.org
10762 W: http://www.ibm.com/developerworks/linux/linux390/
10763 S: Supported
10764 F: arch/s390/pci/
10765 F: drivers/pci/hotplug/s390_pci_hpc.c
10766
10767 S390 ZCRYPT DRIVER
10768 M: Harald Freudenberger <freude@de.ibm.com>
10769 L: linux-s390@vger.kernel.org
10770 W: http://www.ibm.com/developerworks/linux/linux390/
10771 S: Supported
10772 F: drivers/s390/crypto/
10773
10774 S390 ZFCP DRIVER
10775 M: Steffen Maier <maier@linux.vnet.ibm.com>
10776 L: linux-s390@vger.kernel.org
10777 W: http://www.ibm.com/developerworks/linux/linux390/
10778 S: Supported
10779 F: drivers/s390/scsi/zfcp_*
10780
10781 S390 IUCV NETWORK LAYER
10782 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10783 L: linux-s390@vger.kernel.org
10784 W: http://www.ibm.com/developerworks/linux/linux390/
10785 S: Supported
10786 F: drivers/s390/net/*iucv*
10787 F: include/net/iucv/
10788 F: net/iucv/
10789
10790 S390 IOMMU (PCI)
10791 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10792 L: linux-s390@vger.kernel.org
10793 W: http://www.ibm.com/developerworks/linux/linux390/
10794 S: Supported
10795 F: drivers/iommu/s390-iommu.c
10796
10797 S3C24XX SD/MMC Driver
10798 M: Ben Dooks <ben-linux@fluff.org>
10799 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10800 S: Supported
10801 F: drivers/mmc/host/s3cmci.*
10802
10803 SAA6588 RDS RECEIVER DRIVER
10804 M: Hans Verkuil <hverkuil@xs4all.nl>
10805 L: linux-media@vger.kernel.org
10806 T: git git://linuxtv.org/media_tree.git
10807 W: https://linuxtv.org
10808 S: Odd Fixes
10809 F: drivers/media/i2c/saa6588*
10810
10811 SAA7134 VIDEO4LINUX DRIVER
10812 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10813 M: Mauro Carvalho Chehab <mchehab@kernel.org>
10814 L: linux-media@vger.kernel.org
10815 W: https://linuxtv.org
10816 T: git git://linuxtv.org/media_tree.git
10817 S: Odd fixes
10818 F: Documentation/media/v4l-drivers/saa7134*
10819 F: drivers/media/pci/saa7134/
10820
10821 SAA7146 VIDEO4LINUX-2 DRIVER
10822 M: Hans Verkuil <hverkuil@xs4all.nl>
10823 L: linux-media@vger.kernel.org
10824 T: git git://linuxtv.org/media_tree.git
10825 S: Maintained
10826 F: drivers/media/common/saa7146/
10827 F: drivers/media/pci/saa7146/
10828 F: include/media/saa7146*
10829
10830 SAMSUNG LAPTOP DRIVER
10831 M: Corentin Chary <corentin.chary@gmail.com>
10832 L: platform-driver-x86@vger.kernel.org
10833 S: Maintained
10834 F: drivers/platform/x86/samsung-laptop.c
10835
10836 SAMSUNG AUDIO (ASoC) DRIVERS
10837 M: Krzysztof Kozlowski <krzk@kernel.org>
10838 M: Sangbeom Kim <sbkim73@samsung.com>
10839 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10840 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10841 S: Supported
10842 F: sound/soc/samsung/
10843
10844 SAMSUNG FRAMEBUFFER DRIVER
10845 M: Jingoo Han <jingoohan1@gmail.com>
10846 L: linux-fbdev@vger.kernel.org
10847 S: Maintained
10848 F: drivers/video/fbdev/s3c-fb.c
10849
10850 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10851 M: Sangbeom Kim <sbkim73@samsung.com>
10852 M: Krzysztof Kozlowski <krzk@kernel.org>
10853 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10854 L: linux-kernel@vger.kernel.org
10855 L: linux-samsung-soc@vger.kernel.org
10856 S: Supported
10857 F: drivers/mfd/sec*.c
10858 F: drivers/regulator/s2m*.c
10859 F: drivers/regulator/s5m*.c
10860 F: drivers/clk/clk-s2mps11.c
10861 F: drivers/rtc/rtc-s5m.c
10862 F: include/linux/mfd/samsung/
10863 F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10864 F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10865 F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10866 F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10867
10868 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10869 M: Kyungmin Park <kyungmin.park@samsung.com>
10870 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10871 L: linux-media@vger.kernel.org
10872 Q: https://patchwork.linuxtv.org/project/linux-media/list/
10873 S: Supported
10874 F: drivers/media/platform/exynos4-is/
10875
10876 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10877 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10878 L: linux-media@vger.kernel.org
10879 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10880 S: Maintained
10881 F: drivers/media/platform/s3c-camif/
10882 F: include/media/drv-intf/s3c_camif.h
10883
10884 SAMSUNG S5C73M3 CAMERA DRIVER
10885 M: Kyungmin Park <kyungmin.park@samsung.com>
10886 M: Andrzej Hajda <a.hajda@samsung.com>
10887 L: linux-media@vger.kernel.org
10888 S: Supported
10889 F: drivers/media/i2c/s5c73m3/*
10890
10891 SAMSUNG S5K5BAF CAMERA DRIVER
10892 M: Kyungmin Park <kyungmin.park@samsung.com>
10893 M: Andrzej Hajda <a.hajda@samsung.com>
10894 L: linux-media@vger.kernel.org
10895 S: Supported
10896 F: drivers/media/i2c/s5k5baf.c
10897
10898 SAMSUNG S3FWRN5 NFC DRIVER
10899 M: Robert Baldyga <r.baldyga@samsung.com>
10900 M: Krzysztof Opasiak <k.opasiak@samsung.com>
10901 L: linux-nfc@lists.01.org (moderated for non-subscribers)
10902 S: Supported
10903 F: drivers/nfc/s3fwrn5
10904
10905 SAMSUNG SOC CLOCK DRIVERS
10906 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10907 M: Tomasz Figa <tomasz.figa@gmail.com>
10908 M: Chanwoo Choi <cw00.choi@samsung.com>
10909 S: Supported
10910 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10911 F: drivers/clk/samsung/
10912 F: include/dt-bindings/clock/exynos*.h
10913 F: Documentation/devicetree/bindings/clock/exynos*.txt
10914
10915 SAMSUNG SPI DRIVERS
10916 M: Kukjin Kim <kgene@kernel.org>
10917 M: Krzysztof Kozlowski <krzk@kernel.org>
10918 M: Andi Shyti <andi.shyti@samsung.com>
10919 L: linux-spi@vger.kernel.org
10920 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10921 S: Maintained
10922 F: Documentation/devicetree/bindings/spi/spi-samsung.txt
10923 F: drivers/spi/spi-s3c*
10924 F: include/linux/platform_data/spi-s3c64xx.h
10925
10926 SAMSUNG SXGBE DRIVERS
10927 M: Byungho An <bh74.an@samsung.com>
10928 M: Girish K S <ks.giri@samsung.com>
10929 M: Vipul Pandya <vipul.pandya@samsung.com>
10930 S: Supported
10931 L: netdev@vger.kernel.org
10932 F: drivers/net/ethernet/samsung/sxgbe/
10933
10934 SAMSUNG THERMAL DRIVER
10935 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10936 L: linux-pm@vger.kernel.org
10937 L: linux-samsung-soc@vger.kernel.org
10938 S: Supported
10939 T: git https://github.com/lmajewski/linux-samsung-thermal.git
10940 F: drivers/thermal/samsung/
10941
10942 SAMSUNG USB2 PHY DRIVER
10943 M: Kamil Debski <kamil@wypas.org>
10944 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10945 L: linux-kernel@vger.kernel.org
10946 S: Supported
10947 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
10948 F: Documentation/phy/samsung-usb2.txt
10949 F: drivers/phy/phy-exynos4210-usb2.c
10950 F: drivers/phy/phy-exynos4x12-usb2.c
10951 F: drivers/phy/phy-exynos5250-usb2.c
10952 F: drivers/phy/phy-s5pv210-usb2.c
10953 F: drivers/phy/phy-samsung-usb2.c
10954 F: drivers/phy/phy-samsung-usb2.h
10955
10956 SERIAL DRIVERS
10957 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10958 L: linux-serial@vger.kernel.org
10959 S: Maintained
10960 F: Documentation/devicetree/bindings/serial/
10961 F: drivers/tty/serial/
10962
10963 SERIAL DEVICE BUS
10964 M: Rob Herring <robh@kernel.org>
10965 L: linux-serial@vger.kernel.org
10966 S: Maintained
10967 F: Documentation/devicetree/bindings/serial/slave-device.txt
10968 F: drivers/tty/serdev/
10969 F: include/linux/serdev.h
10970
10971 SERIAL IR RECEIVER
10972 M: Sean Young <sean@mess.org>
10973 L: linux-media@vger.kernel.org
10974 S: Maintained
10975 F: drivers/media/rc/serial_ir.c
10976
10977 STI CEC DRIVER
10978 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
10979 L: kernel@stlinux.com
10980 S: Maintained
10981 F: drivers/staging/media/st-cec/
10982 F: Documentation/devicetree/bindings/media/stih-cec.txt
10983
10984 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
10985 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10986 L: linux-s390@vger.kernel.org
10987 W: http://www.ibm.com/developerworks/linux/linux390/
10988 S: Supported
10989 F: net/smc/
10990
10991 SYNOPSYS DESIGNWARE DMAC DRIVER
10992 M: Viresh Kumar <vireshk@kernel.org>
10993 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10994 S: Maintained
10995 F: include/linux/dma/dw.h
10996 F: include/linux/platform_data/dma-dw.h
10997 F: drivers/dma/dw/
10998
10999 SYNOPSYS DESIGNWARE I2C DRIVER
11000 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
11001 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
11002 R: Mika Westerberg <mika.westerberg@linux.intel.com>
11003 L: linux-i2c@vger.kernel.org
11004 S: Maintained
11005 F: drivers/i2c/busses/i2c-designware-*
11006 F: include/linux/platform_data/i2c-designware.h
11007
11008 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
11009 M: Jaehoon Chung <jh80.chung@samsung.com>
11010 L: linux-mmc@vger.kernel.org
11011 S: Maintained
11012 F: drivers/mmc/host/dw_mmc*
11013
11014 SYSTEM TRACE MODULE CLASS
11015 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
11016 S: Maintained
11017 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
11018 F: Documentation/trace/stm.txt
11019 F: drivers/hwtracing/stm/
11020 F: include/linux/stm.h
11021 F: include/uapi/linux/stm.h
11022
11023 THUNDERBOLT DRIVER
11024 M: Andreas Noever <andreas.noever@gmail.com>
11025 S: Maintained
11026 F: drivers/thunderbolt/
11027
11028 TI BQ27XXX POWER SUPPLY DRIVER
11029 R: Andrew F. Davis <afd@ti.com>
11030 F: include/linux/power/bq27xxx_battery.h
11031 F: drivers/power/supply/bq27xxx_battery.c
11032 F: drivers/power/supply/bq27xxx_battery_i2c.c
11033
11034 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
11035 M: John Stultz <john.stultz@linaro.org>
11036 M: Thomas Gleixner <tglx@linutronix.de>
11037 L: linux-kernel@vger.kernel.org
11038 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
11039 S: Supported
11040 F: include/linux/clocksource.h
11041 F: include/linux/time.h
11042 F: include/linux/timex.h
11043 F: include/uapi/linux/time.h
11044 F: include/uapi/linux/timex.h
11045 F: kernel/time/clocksource.c
11046 F: kernel/time/time*.c
11047 F: kernel/time/alarmtimer.c
11048 F: kernel/time/ntp.c
11049 F: tools/testing/selftests/timers/
11050
11051 SC1200 WDT DRIVER
11052 M: Zwane Mwaikambo <zwanem@gmail.com>
11053 S: Maintained
11054 F: drivers/watchdog/sc1200wdt.c
11055
11056 SCHEDULER
11057 M: Ingo Molnar <mingo@redhat.com>
11058 M: Peter Zijlstra <peterz@infradead.org>
11059 L: linux-kernel@vger.kernel.org
11060 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
11061 S: Maintained
11062 F: kernel/sched/
11063 F: include/linux/sched.h
11064 F: include/uapi/linux/sched.h
11065 F: include/linux/wait.h
11066
11067 SCORE ARCHITECTURE
11068 M: Chen Liqin <liqin.linux@gmail.com>
11069 M: Lennox Wu <lennox.wu@gmail.com>
11070 W: http://www.sunplus.com
11071 S: Supported
11072 F: arch/score/
11073
11074 SCR24X CHIP CARD INTERFACE DRIVER
11075 M: Lubomir Rintel <lkundrak@v3.sk>
11076 S: Supported
11077 F: drivers/char/pcmcia/scr24x_cs.c
11078
11079 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
11080 M: Sudeep Holla <sudeep.holla@arm.com>
11081 L: linux-arm-kernel@lists.infradead.org
11082 S: Maintained
11083 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
11084 F: drivers/clk/clk-scpi.c
11085 F: drivers/cpufreq/scpi-cpufreq.c
11086 F: drivers/firmware/arm_scpi.c
11087 F: include/linux/scpi_protocol.h
11088
11089 SCSI CDROM DRIVER
11090 M: Jens Axboe <axboe@kernel.dk>
11091 L: linux-scsi@vger.kernel.org
11092 W: http://www.kernel.dk
11093 S: Maintained
11094 F: drivers/scsi/sr*
11095
11096 SCSI RDMA PROTOCOL (SRP) INITIATOR
11097 M: Bart Van Assche <bart.vanassche@sandisk.com>
11098 L: linux-rdma@vger.kernel.org
11099 S: Supported
11100 W: http://www.openfabrics.org
11101 Q: http://patchwork.kernel.org/project/linux-rdma/list/
11102 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
11103 F: drivers/infiniband/ulp/srp/
11104 F: include/scsi/srp.h
11105
11106 SCSI SG DRIVER
11107 M: Doug Gilbert <dgilbert@interlog.com>
11108 L: linux-scsi@vger.kernel.org
11109 W: http://sg.danny.cz/sg
11110 S: Maintained
11111 F: Documentation/scsi/scsi-generic.txt
11112 F: drivers/scsi/sg.c
11113 F: include/scsi/sg.h
11114
11115 SCSI SUBSYSTEM
11116 M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
11117 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
11118 M: "Martin K. Petersen" <martin.petersen@oracle.com>
11119 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
11120 L: linux-scsi@vger.kernel.org
11121 S: Maintained
11122 F: Documentation/devicetree/bindings/scsi/
11123 F: drivers/scsi/
11124 F: include/scsi/
11125
11126 SCSI TAPE DRIVER
11127 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
11128 L: linux-scsi@vger.kernel.org
11129 S: Maintained
11130 F: Documentation/scsi/st.txt
11131 F: drivers/scsi/st.*
11132 F: drivers/scsi/st_*.h
11133
11134 SCTP PROTOCOL
11135 M: Vlad Yasevich <vyasevich@gmail.com>
11136 M: Neil Horman <nhorman@tuxdriver.com>
11137 L: linux-sctp@vger.kernel.org
11138 W: http://lksctp.sourceforge.net
11139 S: Maintained
11140 F: Documentation/networking/sctp.txt
11141 F: include/linux/sctp.h
11142 F: include/uapi/linux/sctp.h
11143 F: include/net/sctp/
11144 F: net/sctp/
11145
11146 SCx200 CPU SUPPORT
11147 M: Jim Cromie <jim.cromie@gmail.com>
11148 S: Odd Fixes
11149 F: Documentation/i2c/busses/scx200_acb
11150 F: arch/x86/platform/scx200/
11151 F: drivers/watchdog/scx200_wdt.c
11152 F: drivers/i2c/busses/scx200*
11153 F: drivers/mtd/maps/scx200_docflash.c
11154 F: include/linux/scx200.h
11155
11156 SCx200 GPIO DRIVER
11157 M: Jim Cromie <jim.cromie@gmail.com>
11158 S: Maintained
11159 F: drivers/char/scx200_gpio.c
11160 F: include/linux/scx200_gpio.h
11161
11162 SCx200 HRT CLOCKSOURCE DRIVER
11163 M: Jim Cromie <jim.cromie@gmail.com>
11164 S: Maintained
11165 F: drivers/clocksource/scx200_hrt.c
11166
11167 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
11168 M: Sascha Sommer <saschasommer@freenet.de>
11169 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
11170 S: Maintained
11171 F: drivers/mmc/host/sdricoh_cs.c
11172
11173 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
11174 M: Adrian Hunter <adrian.hunter@intel.com>
11175 L: linux-mmc@vger.kernel.org
11176 T: git git://git.infradead.org/users/ahunter/linux-sdhci.git
11177 S: Maintained
11178 F: drivers/mmc/host/sdhci*
11179 F: include/linux/mmc/sdhci*
11180
11181 SECURE COMPUTING
11182 M: Kees Cook <keescook@chromium.org>
11183 R: Andy Lutomirski <luto@amacapital.net>
11184 R: Will Drewry <wad@chromium.org>
11185 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
11186 S: Supported
11187 F: kernel/seccomp.c
11188 F: include/uapi/linux/seccomp.h
11189 F: include/linux/seccomp.h
11190 F: tools/testing/selftests/seccomp/*
11191 K: \bsecure_computing
11192 K: \bTIF_SECCOMP\b
11193
11194 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
11195 M: Al Cooper <alcooperx@gmail.com>
11196 L: linux-mmc@vger.kernel.org
11197 L: bcm-kernel-feedback-list@broadcom.com
11198 S: Maintained
11199 F: drivers/mmc/host/sdhci-brcmstb*
11200
11201 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
11202 M: Ben Dooks <ben-linux@fluff.org>
11203 M: Jaehoon Chung <jh80.chung@samsung.com>
11204 L: linux-mmc@vger.kernel.org
11205 S: Maintained
11206 F: drivers/mmc/host/sdhci-s3c*
11207
11208 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
11209 M: Viresh Kumar <vireshk@kernel.org>
11210 L: linux-mmc@vger.kernel.org
11211 S: Maintained
11212 F: drivers/mmc/host/sdhci-spear.c
11213
11214 SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
11215 M: Scott Bauer <scott.bauer@intel.com>
11216 M: Jonathan Derrick <jonathan.derrick@intel.com>
11217 M: Rafael Antognolli <rafael.antognolli@intel.com>
11218 L: linux-block@vger.kernel.org
11219 S: Supported
11220 F: block/sed*
11221 F: block/opal_proto.h
11222 F: include/linux/sed*
11223 F: include/uapi/linux/sed*
11224
11225 SECURITY SUBSYSTEM
11226 M: James Morris <james.l.morris@oracle.com>
11227 M: "Serge E. Hallyn" <serge@hallyn.com>
11228 L: linux-security-module@vger.kernel.org (suggested Cc:)
11229 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
11230 W: http://kernsec.org/
11231 S: Supported
11232 F: security/
11233
11234 SECURITY CONTACT
11235 M: Security Officers <security@kernel.org>
11236 S: Supported
11237
11238 SELINUX SECURITY MODULE
11239 M: Paul Moore <paul@paul-moore.com>
11240 M: Stephen Smalley <sds@tycho.nsa.gov>
11241 M: Eric Paris <eparis@parisplace.org>
11242 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
11243 W: http://selinuxproject.org
11244 T: git git://git.infradead.org/users/pcmoore/selinux
11245 S: Supported
11246 F: include/linux/selinux*
11247 F: security/selinux/
11248 F: scripts/selinux/
11249
11250 APPARMOR SECURITY MODULE
11251 M: John Johansen <john.johansen@canonical.com>
11252 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
11253 W: apparmor.wiki.kernel.org
11254 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
11255 S: Supported
11256 F: security/apparmor/
11257
11258 LOADPIN SECURITY MODULE
11259 M: Kees Cook <keescook@chromium.org>
11260 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
11261 S: Supported
11262 F: security/loadpin/
11263
11264 YAMA SECURITY MODULE
11265 M: Kees Cook <keescook@chromium.org>
11266 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
11267 S: Supported
11268 F: security/yama/
11269
11270 SENSABLE PHANTOM
11271 M: Jiri Slaby <jirislaby@gmail.com>
11272 S: Maintained
11273 F: drivers/misc/phantom.c
11274 F: include/uapi/linux/phantom.h
11275
11276 Emulex 10Gbps iSCSI - OneConnect DRIVER
11277 M: Subbu Seetharaman <subbu.seetharaman@broadcom.com>
11278 M: Ketan Mukadam <ketan.mukadam@broadcom.com>
11279 M: Jitendra Bhivare <jitendra.bhivare@broadcom.com>
11280 L: linux-scsi@vger.kernel.org
11281 W: http://www.broadcom.com
11282 S: Supported
11283 F: drivers/scsi/be2iscsi/
11284
11285 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11286 M: Sathya Perla <sathya.perla@broadcom.com>
11287 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
11288 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
11289 M: Somnath Kotur <somnath.kotur@broadcom.com>
11290 L: netdev@vger.kernel.org
11291 W: http://www.emulex.com
11292 S: Supported
11293 F: drivers/net/ethernet/emulex/benet/
11294
11295 EMULEX ONECONNECT ROCE DRIVER
11296 M: Selvin Xavier <selvin.xavier@avagotech.com>
11297 M: Devesh Sharma <devesh.sharma@avagotech.com>
11298 L: linux-rdma@vger.kernel.org
11299 W: http://www.emulex.com
11300 S: Supported
11301 F: drivers/infiniband/hw/ocrdma/
11302 F: include/uapi/rdma/ocrdma-abi.h
11303
11304 SFC NETWORK DRIVER
11305 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
11306 M: Edward Cree <ecree@solarflare.com>
11307 M: Bert Kenward <bkenward@solarflare.com>
11308 L: netdev@vger.kernel.org
11309 S: Supported
11310 F: drivers/net/ethernet/sfc/
11311
11312 SGI GRU DRIVER
11313 M: Dimitri Sivanich <sivanich@sgi.com>
11314 S: Maintained
11315 F: drivers/misc/sgi-gru/
11316
11317 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11318 M: Pat Gefre <pfg@sgi.com>
11319 L: linux-ia64@vger.kernel.org
11320 S: Supported
11321 F: Documentation/ia64/serial.txt
11322 F: drivers/tty/serial/ioc?_serial.c
11323 F: include/linux/ioc?.h
11324
11325 SGI XP/XPC/XPNET DRIVER
11326 M: Cliff Whickman <cpw@sgi.com>
11327 M: Robin Holt <robinmholt@gmail.com>
11328 S: Maintained
11329 F: drivers/misc/sgi-xp/
11330
11331 SI2157 MEDIA DRIVER
11332 M: Antti Palosaari <crope@iki.fi>
11333 L: linux-media@vger.kernel.org
11334 W: https://linuxtv.org
11335 W: http://palosaari.fi/linux/
11336 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11337 T: git git://linuxtv.org/anttip/media_tree.git
11338 S: Maintained
11339 F: drivers/media/tuners/si2157*
11340
11341 SI2168 MEDIA DRIVER
11342 M: Antti Palosaari <crope@iki.fi>
11343 L: linux-media@vger.kernel.org
11344 W: https://linuxtv.org
11345 W: http://palosaari.fi/linux/
11346 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11347 T: git git://linuxtv.org/anttip/media_tree.git
11348 S: Maintained
11349 F: drivers/media/dvb-frontends/si2168*
11350
11351 SI470X FM RADIO RECEIVER I2C DRIVER
11352 M: Hans Verkuil <hverkuil@xs4all.nl>
11353 L: linux-media@vger.kernel.org
11354 T: git git://linuxtv.org/media_tree.git
11355 W: https://linuxtv.org
11356 S: Odd Fixes
11357 F: drivers/media/radio/si470x/radio-si470x-i2c.c
11358
11359 SI470X FM RADIO RECEIVER USB DRIVER
11360 M: Hans Verkuil <hverkuil@xs4all.nl>
11361 L: linux-media@vger.kernel.org
11362 T: git git://linuxtv.org/media_tree.git
11363 W: https://linuxtv.org
11364 S: Maintained
11365 F: drivers/media/radio/si470x/radio-si470x-common.c
11366 F: drivers/media/radio/si470x/radio-si470x.h
11367 F: drivers/media/radio/si470x/radio-si470x-usb.c
11368
11369 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11370 M: Eduardo Valentin <edubezval@gmail.com>
11371 L: linux-media@vger.kernel.org
11372 T: git git://linuxtv.org/media_tree.git
11373 W: https://linuxtv.org
11374 S: Odd Fixes
11375 F: drivers/media/radio/si4713/si4713.?
11376
11377 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11378 M: Eduardo Valentin <edubezval@gmail.com>
11379 L: linux-media@vger.kernel.org
11380 T: git git://linuxtv.org/media_tree.git
11381 W: https://linuxtv.org
11382 S: Odd Fixes
11383 F: drivers/media/radio/si4713/radio-platform-si4713.c
11384
11385 SI4713 FM RADIO TRANSMITTER USB DRIVER
11386 M: Hans Verkuil <hverkuil@xs4all.nl>
11387 L: linux-media@vger.kernel.org
11388 T: git git://linuxtv.org/media_tree.git
11389 W: https://linuxtv.org
11390 S: Maintained
11391 F: drivers/media/radio/si4713/radio-usb-si4713.c
11392
11393 SIANO DVB DRIVER
11394 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11395 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11396 L: linux-media@vger.kernel.org
11397 W: https://linuxtv.org
11398 T: git git://linuxtv.org/media_tree.git
11399 S: Odd fixes
11400 F: drivers/media/common/siano/
11401 F: drivers/media/usb/siano/
11402 F: drivers/media/usb/siano/
11403 F: drivers/media/mmc/siano/
11404
11405 SIMPLEFB FB DRIVER
11406 M: Hans de Goede <hdegoede@redhat.com>
11407 L: linux-fbdev@vger.kernel.org
11408 S: Maintained
11409 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
11410 F: drivers/video/fbdev/simplefb.c
11411 F: include/linux/platform_data/simplefb.h
11412
11413 SH_VEU V4L2 MEM2MEM DRIVER
11414 L: linux-media@vger.kernel.org
11415 S: Orphan
11416 F: drivers/media/platform/sh_veu.c
11417
11418 SH_VOU V4L2 OUTPUT DRIVER
11419 L: linux-media@vger.kernel.org
11420 S: Orphan
11421 F: drivers/media/platform/sh_vou.c
11422 F: include/media/drv-intf/sh_vou.h
11423
11424 SIMPLE FIRMWARE INTERFACE (SFI)
11425 M: Len Brown <lenb@kernel.org>
11426 L: sfi-devel@simplefirmware.org
11427 W: http://simplefirmware.org/
11428 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11429 S: Supported
11430 F: arch/x86/platform/sfi/
11431 F: drivers/sfi/
11432 F: include/linux/sfi*.h
11433
11434 SIMTEC EB110ATX (Chalice CATS)
11435 P: Ben Dooks
11436 P: Vincent Sanders <vince@simtec.co.uk>
11437 M: Simtec Linux Team <linux@simtec.co.uk>
11438 W: http://www.simtec.co.uk/products/EB110ATX/
11439 S: Supported
11440
11441 SIMTEC EB2410ITX (BAST)
11442 P: Ben Dooks
11443 P: Vincent Sanders <vince@simtec.co.uk>
11444 M: Simtec Linux Team <linux@simtec.co.uk>
11445 W: http://www.simtec.co.uk/products/EB2410ITX/
11446 S: Supported
11447 F: arch/arm/mach-s3c24xx/mach-bast.c
11448 F: arch/arm/mach-s3c24xx/bast-ide.c
11449 F: arch/arm/mach-s3c24xx/bast-irq.c
11450
11451 SIPHASH PRF ROUTINES
11452 M: Jason A. Donenfeld <Jason@zx2c4.com>
11453 S: Maintained
11454 F: lib/siphash.c
11455 F: lib/test_siphash.c
11456 F: include/linux/siphash.h
11457
11458 TI DAVINCI MACHINE SUPPORT
11459 M: Sekhar Nori <nsekhar@ti.com>
11460 M: Kevin Hilman <khilman@kernel.org>
11461 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11462 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11463 S: Supported
11464 F: arch/arm/mach-davinci/
11465 F: drivers/i2c/busses/i2c-davinci.c
11466
11467 TI DAVINCI SERIES MEDIA DRIVER
11468 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11469 L: linux-media@vger.kernel.org
11470 W: https://linuxtv.org
11471 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11472 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11473 S: Maintained
11474 F: drivers/media/platform/davinci/
11475 F: include/media/davinci/
11476
11477 TI AM437X VPFE DRIVER
11478 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11479 L: linux-media@vger.kernel.org
11480 W: https://linuxtv.org
11481 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11482 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11483 S: Maintained
11484 F: drivers/media/platform/am437x/
11485
11486 OV2659 OMNIVISION SENSOR DRIVER
11487 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11488 L: linux-media@vger.kernel.org
11489 W: https://linuxtv.org
11490 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11491 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11492 S: Maintained
11493 F: drivers/media/i2c/ov2659.c
11494 F: include/media/i2c/ov2659.h
11495
11496 SILICON MOTION SM712 FRAME BUFFER DRIVER
11497 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11498 M: Teddy Wang <teddy.wang@siliconmotion.com>
11499 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11500 L: linux-fbdev@vger.kernel.org
11501 S: Maintained
11502 F: drivers/video/fbdev/sm712*
11503 F: Documentation/fb/sm712fb.txt
11504
11505 SIS 190 ETHERNET DRIVER
11506 M: Francois Romieu <romieu@fr.zoreil.com>
11507 L: netdev@vger.kernel.org
11508 S: Maintained
11509 F: drivers/net/ethernet/sis/sis190.c
11510
11511 SIS 900/7016 FAST ETHERNET DRIVER
11512 M: Daniele Venzano <venza@brownhat.org>
11513 W: http://www.brownhat.org/sis900.html
11514 L: netdev@vger.kernel.org
11515 S: Maintained
11516 F: drivers/net/ethernet/sis/sis900.*
11517
11518 SIS FRAMEBUFFER DRIVER
11519 M: Thomas Winischhofer <thomas@winischhofer.net>
11520 W: http://www.winischhofer.net/linuxsisvga.shtml
11521 S: Maintained
11522 F: Documentation/fb/sisfb.txt
11523 F: drivers/video/fbdev/sis/
11524 F: include/video/sisfb.h
11525
11526 SIS USB2VGA DRIVER
11527 M: Thomas Winischhofer <thomas@winischhofer.net>
11528 W: http://www.winischhofer.at/linuxsisusbvga.shtml
11529 S: Maintained
11530 F: drivers/usb/misc/sisusbvga/
11531
11532 SLAB ALLOCATOR
11533 M: Christoph Lameter <cl@linux.com>
11534 M: Pekka Enberg <penberg@kernel.org>
11535 M: David Rientjes <rientjes@google.com>
11536 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
11537 M: Andrew Morton <akpm@linux-foundation.org>
11538 L: linux-mm@kvack.org
11539 S: Maintained
11540 F: include/linux/sl?b*.h
11541 F: mm/sl?b*
11542
11543 SLEEPABLE READ-COPY UPDATE (SRCU)
11544 M: Lai Jiangshan <jiangshanlai@gmail.com>
11545 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11546 M: Josh Triplett <josh@joshtriplett.org>
11547 R: Steven Rostedt <rostedt@goodmis.org>
11548 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11549 L: linux-kernel@vger.kernel.org
11550 W: http://www.rdrop.com/users/paulmck/RCU/
11551 S: Supported
11552 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11553 F: include/linux/srcu.h
11554 F: kernel/rcu/srcu.c
11555
11556 SMACK SECURITY MODULE
11557 M: Casey Schaufler <casey@schaufler-ca.com>
11558 L: linux-security-module@vger.kernel.org
11559 W: http://schaufler-ca.com
11560 T: git git://github.com/cschaufler/smack-next
11561 S: Maintained
11562 F: Documentation/security/Smack.txt
11563 F: security/smack/
11564
11565 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11566 M: Kevin Hilman <khilman@kernel.org>
11567 M: Nishanth Menon <nm@ti.com>
11568 S: Maintained
11569 F: drivers/power/avs/
11570 F: include/linux/power/smartreflex.h
11571 L: linux-pm@vger.kernel.org
11572
11573 SMC91x ETHERNET DRIVER
11574 M: Nicolas Pitre <nico@fluxnic.net>
11575 S: Odd Fixes
11576 F: drivers/net/ethernet/smsc/smc91x.*
11577
11578 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11579 M: Sakari Ailus <sakari.ailus@iki.fi>
11580 L: linux-media@vger.kernel.org
11581 S: Maintained
11582 F: drivers/media/i2c/smiapp/
11583 F: include/media/i2c/smiapp.h
11584 F: drivers/media/i2c/smiapp-pll.c
11585 F: drivers/media/i2c/smiapp-pll.h
11586 F: include/uapi/linux/smiapp.h
11587 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11588
11589 SMM665 HARDWARE MONITOR DRIVER
11590 M: Guenter Roeck <linux@roeck-us.net>
11591 L: linux-hwmon@vger.kernel.org
11592 S: Maintained
11593 F: Documentation/hwmon/smm665
11594 F: drivers/hwmon/smm665.c
11595
11596 SMSC EMC2103 HARDWARE MONITOR DRIVER
11597 M: Steve Glendinning <steve.glendinning@shawell.net>
11598 L: linux-hwmon@vger.kernel.org
11599 S: Maintained
11600 F: Documentation/hwmon/emc2103
11601 F: drivers/hwmon/emc2103.c
11602
11603 SMSC SCH5627 HARDWARE MONITOR DRIVER
11604 M: Hans de Goede <hdegoede@redhat.com>
11605 L: linux-hwmon@vger.kernel.org
11606 S: Supported
11607 F: Documentation/hwmon/sch5627
11608 F: drivers/hwmon/sch5627.c
11609
11610 SMSC47B397 HARDWARE MONITOR DRIVER
11611 M: Jean Delvare <jdelvare@suse.com>
11612 L: linux-hwmon@vger.kernel.org
11613 S: Maintained
11614 F: Documentation/hwmon/smsc47b397
11615 F: drivers/hwmon/smsc47b397.c
11616
11617 SMSC911x ETHERNET DRIVER
11618 M: Steve Glendinning <steve.glendinning@shawell.net>
11619 L: netdev@vger.kernel.org
11620 S: Maintained
11621 F: include/linux/smsc911x.h
11622 F: drivers/net/ethernet/smsc/smsc911x.*
11623
11624 SMSC9420 PCI ETHERNET DRIVER
11625 M: Steve Glendinning <steve.glendinning@shawell.net>
11626 L: netdev@vger.kernel.org
11627 S: Maintained
11628 F: drivers/net/ethernet/smsc/smsc9420.*
11629
11630 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11631 M: Steve Glendinning <steve.glendinning@shawell.net>
11632 L: linux-fbdev@vger.kernel.org
11633 S: Maintained
11634 F: drivers/video/fbdev/smscufx.c
11635
11636 SOC-CAMERA V4L2 SUBSYSTEM
11637 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11638 L: linux-media@vger.kernel.org
11639 T: git git://linuxtv.org/media_tree.git
11640 S: Maintained
11641 F: include/media/soc*
11642 F: drivers/media/i2c/soc_camera/
11643 F: drivers/media/platform/soc_camera/
11644
11645 SOEKRIS NET48XX LED SUPPORT
11646 M: Chris Boot <bootc@bootc.net>
11647 S: Maintained
11648 F: drivers/leds/leds-net48xx.c
11649
11650 SOFTLOGIC 6x10 MPEG CODEC
11651 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11652 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11653 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
11654 M: Ismael Luceno <ismael@iodev.co.uk>
11655 L: linux-media@vger.kernel.org
11656 S: Supported
11657 F: drivers/media/pci/solo6x10/
11658
11659 SOFTWARE RAID (Multiple Disks) SUPPORT
11660 M: Shaohua Li <shli@kernel.org>
11661 L: linux-raid@vger.kernel.org
11662 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11663 S: Supported
11664 F: drivers/md/
11665 F: include/linux/raid/
11666 F: include/uapi/linux/raid/
11667
11668 SONIC NETWORK DRIVER
11669 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11670 L: netdev@vger.kernel.org
11671 S: Maintained
11672 F: drivers/net/ethernet/natsemi/sonic.*
11673
11674 SONICS SILICON BACKPLANE DRIVER (SSB)
11675 M: Michael Buesch <m@bues.ch>
11676 L: linux-wireless@vger.kernel.org
11677 S: Maintained
11678 F: drivers/ssb/
11679 F: include/linux/ssb/
11680
11681 SONY VAIO CONTROL DEVICE DRIVER
11682 M: Mattia Dongili <malattia@linux.it>
11683 L: platform-driver-x86@vger.kernel.org
11684 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11685 S: Maintained
11686 F: Documentation/laptops/sony-laptop.txt
11687 F: drivers/char/sonypi.c
11688 F: drivers/platform/x86/sony-laptop.c
11689 F: include/linux/sony-laptop.h
11690
11691 SONY MEMORYSTICK CARD SUPPORT
11692 M: Alex Dubov <oakad@yahoo.com>
11693 W: http://tifmxx.berlios.de/
11694 S: Maintained
11695 F: drivers/memstick/host/tifm_ms.c
11696
11697 SONY MEMORYSTICK STANDARD SUPPORT
11698 M: Maxim Levitsky <maximlevitsky@gmail.com>
11699 S: Maintained
11700 F: drivers/memstick/core/ms_block.*
11701
11702 SOUND
11703 M: Jaroslav Kysela <perex@perex.cz>
11704 M: Takashi Iwai <tiwai@suse.com>
11705 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11706 W: http://www.alsa-project.org/
11707 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11708 T: git git://git.alsa-project.org/alsa-kernel.git
11709 Q: http://patchwork.kernel.org/project/alsa-devel/list/
11710 S: Maintained
11711 F: Documentation/sound/
11712 F: include/sound/
11713 F: include/uapi/sound/
11714 F: sound/
11715
11716 SOUND - COMPRESSED AUDIO
11717 M: Vinod Koul <vinod.koul@intel.com>
11718 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11719 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11720 S: Supported
11721 F: Documentation/sound/alsa/compress_offload.txt
11722 F: include/sound/compress_driver.h
11723 F: include/uapi/sound/compress_*
11724 F: sound/core/compress_offload.c
11725 F: sound/soc/soc-compress.c
11726
11727 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11728 M: Liam Girdwood <lgirdwood@gmail.com>
11729 M: Mark Brown <broonie@kernel.org>
11730 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11731 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11732 W: http://alsa-project.org/main/index.php/ASoC
11733 S: Supported
11734 F: Documentation/devicetree/bindings/sound/
11735 F: Documentation/sound/alsa/soc/
11736 F: sound/soc/
11737 F: include/sound/soc*
11738
11739 SOUND - DMAENGINE HELPERS
11740 M: Lars-Peter Clausen <lars@metafoo.de>
11741 S: Supported
11742 F: include/sound/dmaengine_pcm.h
11743 F: sound/core/pcm_dmaengine.c
11744 F: sound/soc/soc-generic-dmaengine-pcm.c
11745
11746 SP2 MEDIA DRIVER
11747 M: Olli Salonen <olli.salonen@iki.fi>
11748 L: linux-media@vger.kernel.org
11749 W: https://linuxtv.org
11750 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11751 S: Maintained
11752 F: drivers/media/dvb-frontends/sp2*
11753
11754 SPARC + UltraSPARC (sparc/sparc64)
11755 M: "David S. Miller" <davem@davemloft.net>
11756 L: sparclinux@vger.kernel.org
11757 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
11758 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11759 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11760 S: Maintained
11761 F: arch/sparc/
11762 F: drivers/sbus/
11763
11764 SPARC SERIAL DRIVERS
11765 M: "David S. Miller" <davem@davemloft.net>
11766 L: sparclinux@vger.kernel.org
11767 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11768 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11769 S: Maintained
11770 F: include/linux/sunserialcore.h
11771 F: drivers/tty/serial/suncore.c
11772 F: drivers/tty/serial/sunhv.c
11773 F: drivers/tty/serial/sunsab.c
11774 F: drivers/tty/serial/sunsab.h
11775 F: drivers/tty/serial/sunsu.c
11776 F: drivers/tty/serial/sunzilog.c
11777 F: drivers/tty/serial/sunzilog.h
11778
11779 SPARSE CHECKER
11780 M: "Christopher Li" <sparse@chrisli.org>
11781 L: linux-sparse@vger.kernel.org
11782 W: https://sparse.wiki.kernel.org/
11783 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11784 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11785 S: Maintained
11786 F: include/linux/compiler.h
11787
11788 SPEAR PLATFORM SUPPORT
11789 M: Viresh Kumar <vireshk@kernel.org>
11790 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11791 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11792 W: http://www.st.com/spear
11793 S: Maintained
11794 F: arch/arm/boot/dts/spear*
11795 F: arch/arm/mach-spear/
11796
11797 SPEAR CLOCK FRAMEWORK SUPPORT
11798 M: Viresh Kumar <vireshk@kernel.org>
11799 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11800 W: http://www.st.com/spear
11801 S: Maintained
11802 F: drivers/clk/spear/
11803
11804 SPI NOR SUBSYSTEM
11805 M: Cyrille Pitchen <cyrille.pitchen@atmel.com>
11806 M: Marek Vasut <marek.vasut@gmail.com>
11807 L: linux-mtd@lists.infradead.org
11808 W: http://www.linux-mtd.infradead.org/
11809 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
11810 T: git git://github.com/spi-nor/linux.git
11811 S: Maintained
11812 F: drivers/mtd/spi-nor/
11813 F: include/linux/mtd/spi-nor.h
11814
11815 SPI SUBSYSTEM
11816 M: Mark Brown <broonie@kernel.org>
11817 L: linux-spi@vger.kernel.org
11818 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11819 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
11820 S: Maintained
11821 F: Documentation/devicetree/bindings/spi/
11822 F: Documentation/spi/
11823 F: drivers/spi/
11824 F: include/linux/spi/
11825 F: include/uapi/linux/spi/
11826 F: tools/spi/
11827
11828 SPIDERNET NETWORK DRIVER for CELL
11829 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11830 L: netdev@vger.kernel.org
11831 S: Supported
11832 F: Documentation/networking/spider_net.txt
11833 F: drivers/net/ethernet/toshiba/spider_net*
11834
11835 SPU FILE SYSTEM
11836 M: Jeremy Kerr <jk@ozlabs.org>
11837 L: linuxppc-dev@lists.ozlabs.org
11838 W: http://www.ibm.com/developerworks/power/cell/
11839 S: Supported
11840 F: Documentation/filesystems/spufs.txt
11841 F: arch/powerpc/platforms/cell/spufs/
11842
11843 SQUASHFS FILE SYSTEM
11844 M: Phillip Lougher <phillip@squashfs.org.uk>
11845 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
11846 W: http://squashfs.org.uk
11847 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11848 S: Maintained
11849 F: Documentation/filesystems/squashfs.txt
11850 F: fs/squashfs/
11851
11852 SRM (Alpha) environment access
11853 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
11854 S: Maintained
11855 F: arch/alpha/kernel/srm_env.c
11856
11857 STABLE BRANCH
11858 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11859 L: stable@vger.kernel.org
11860 S: Supported
11861 F: Documentation/process/stable-kernel-rules.rst
11862
11863 STAGING SUBSYSTEM
11864 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11865 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11866 L: devel@driverdev.osuosl.org
11867 S: Supported
11868 F: drivers/staging/
11869
11870 STAGING - COMEDI
11871 M: Ian Abbott <abbotti@mev.co.uk>
11872 M: H Hartley Sweeten <hsweeten@visionengravers.com>
11873 S: Odd Fixes
11874 F: drivers/staging/comedi/
11875
11876 STAGING - FLARION FT1000 DRIVERS
11877 M: Marek Belisko <marek.belisko@gmail.com>
11878 S: Odd Fixes
11879 F: drivers/staging/ft1000/
11880
11881 STAGING - INDUSTRIAL IO
11882 M: Jonathan Cameron <jic23@kernel.org>
11883 L: linux-iio@vger.kernel.org
11884 S: Odd Fixes
11885 F: Documentation/devicetree/bindings/staging/iio/
11886 F: drivers/staging/iio/
11887
11888 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11889 M: Jarod Wilson <jarod@wilsonet.com>
11890 W: http://www.lirc.org/
11891 S: Odd Fixes
11892 F: drivers/staging/media/lirc/
11893
11894 STAGING - LUSTRE PARALLEL FILESYSTEM
11895 M: Oleg Drokin <oleg.drokin@intel.com>
11896 M: Andreas Dilger <andreas.dilger@intel.com>
11897 M: James Simmons <jsimmons@infradead.org>
11898 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
11899 W: http://wiki.lustre.org/
11900 S: Maintained
11901 F: drivers/staging/lustre
11902
11903 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11904 M: Marc Dietrich <marvin24@gmx.de>
11905 L: ac100@lists.launchpad.net (moderated for non-subscribers)
11906 L: linux-tegra@vger.kernel.org
11907 S: Maintained
11908 F: drivers/staging/nvec/
11909
11910 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11911 M: Jens Frederich <jfrederich@gmail.com>
11912 M: Daniel Drake <dsd@laptop.org>
11913 M: Jon Nettleton <jon.nettleton@gmail.com>
11914 W: http://wiki.laptop.org/go/DCON
11915 S: Maintained
11916 F: drivers/staging/olpc_dcon/
11917
11918 STAGING - REALTEK RTL8712U DRIVERS
11919 M: Larry Finger <Larry.Finger@lwfinger.net>
11920 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11921 S: Odd Fixes
11922 F: drivers/staging/rtl8712/
11923
11924 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11925 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11926 M: Teddy Wang <teddy.wang@siliconmotion.com>
11927 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11928 L: linux-fbdev@vger.kernel.org
11929 S: Maintained
11930 F: drivers/staging/sm750fb/
11931
11932 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11933 M: William Hubbs <w.d.hubbs@gmail.com>
11934 M: Chris Brannon <chris@the-brannons.com>
11935 M: Kirk Reiser <kirk@reisers.ca>
11936 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
11937 L: speakup@linux-speakup.org
11938 W: http://www.linux-speakup.org/
11939 S: Odd Fixes
11940 F: drivers/staging/speakup/
11941
11942 STAGING - VIA VT665X DRIVERS
11943 M: Forest Bond <forest@alittletooquiet.net>
11944 S: Odd Fixes
11945 F: drivers/staging/vt665?/
11946
11947 STAGING - WILC1000 WIFI DRIVER
11948 M: Aditya Shankar <aditya.shankar@microchip.com>
11949 M: Ganesh Krishna <ganesh.krishna@microchip.com>
11950 L: linux-wireless@vger.kernel.org
11951 S: Supported
11952 F: drivers/staging/wilc1000/
11953
11954 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11955 M: Arnaud Patard <arnaud.patard@rtp-net.org>
11956 S: Odd Fixes
11957 F: drivers/staging/xgifb/
11958
11959 STARFIRE/DURALAN NETWORK DRIVER
11960 M: Ion Badulescu <ionut@badula.org>
11961 S: Odd Fixes
11962 F: drivers/net/ethernet/adaptec/starfire*
11963
11964 SUN3/3X
11965 M: Sam Creasey <sammy@sammy.net>
11966 W: http://sammy.net/sun3/
11967 S: Maintained
11968 F: arch/m68k/kernel/*sun3*
11969 F: arch/m68k/sun3*/
11970 F: arch/m68k/include/asm/sun3*
11971 F: drivers/net/ethernet/i825xx/sun3*
11972
11973 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11974 M: Hans de Goede <hdegoede@redhat.com>
11975 L: linux-input@vger.kernel.org
11976 S: Maintained
11977 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11978 F: drivers/input/keyboard/sun4i-lradc-keys.c
11979
11980 SUNDANCE NETWORK DRIVER
11981 M: Denis Kirjanov <kda@linux-powerpc.org>
11982 L: netdev@vger.kernel.org
11983 S: Maintained
11984 F: drivers/net/ethernet/dlink/sundance.c
11985
11986 SUPERH
11987 M: Yoshinori Sato <ysato@users.sourceforge.jp>
11988 M: Rich Felker <dalias@libc.org>
11989 L: linux-sh@vger.kernel.org
11990 Q: http://patchwork.kernel.org/project/linux-sh/list/
11991 S: Maintained
11992 F: Documentation/sh/
11993 F: arch/sh/
11994 F: drivers/sh/
11995
11996 SUSPEND TO RAM
11997 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
11998 M: Len Brown <len.brown@intel.com>
11999 M: Pavel Machek <pavel@ucw.cz>
12000 L: linux-pm@vger.kernel.org
12001 B: https://bugzilla.kernel.org
12002 S: Supported
12003 F: Documentation/power/
12004 F: arch/x86/kernel/acpi/
12005 F: drivers/base/power/
12006 F: kernel/power/
12007 F: include/linux/suspend.h
12008 F: include/linux/freezer.h
12009 F: include/linux/pm.h
12010
12011 SVGA HANDLING
12012 M: Martin Mares <mj@ucw.cz>
12013 L: linux-video@atrey.karlin.mff.cuni.cz
12014 S: Maintained
12015 F: Documentation/svga.txt
12016 F: arch/x86/boot/video*
12017
12018 SWIOTLB SUBSYSTEM
12019 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12020 L: linux-kernel@vger.kernel.org
12021 T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
12022 S: Supported
12023 F: lib/swiotlb.c
12024 F: arch/*/kernel/pci-swiotlb.c
12025 F: include/linux/swiotlb.h
12026
12027 SWITCHDEV
12028 M: Jiri Pirko <jiri@resnulli.us>
12029 M: Ivan Vecera <ivecera@redhat.com>
12030 L: netdev@vger.kernel.org
12031 S: Supported
12032 F: net/switchdev/
12033 F: include/net/switchdev.h
12034
12035 SYNOPSYS ARC ARCHITECTURE
12036 M: Vineet Gupta <vgupta@synopsys.com>
12037 L: linux-snps-arc@lists.infradead.org
12038 S: Supported
12039 F: arch/arc/
12040 F: Documentation/devicetree/bindings/arc/*
12041 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
12042 F: drivers/clocksource/arc_timer.c
12043 F: drivers/tty/serial/arc_uart.c
12044 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
12045
12046 SYNOPSYS ARC SDP platform support
12047 M: Alexey Brodkin <abrodkin@synopsys.com>
12048 S: Supported
12049 F: arch/arc/plat-axs10x
12050 F: arch/arc/boot/dts/ax*
12051 F: Documentation/devicetree/bindings/arc/axs10*
12052
12053 SYSTEM CONFIGURATION (SYSCON)
12054 M: Lee Jones <lee.jones@linaro.org>
12055 M: Arnd Bergmann <arnd@arndb.de>
12056 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
12057 S: Supported
12058 F: drivers/mfd/syscon.c
12059
12060 SYSTEM RESET/SHUTDOWN DRIVERS
12061 M: Sebastian Reichel <sre@kernel.org>
12062 L: linux-pm@vger.kernel.org
12063 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
12064 S: Maintained
12065 F: Documentation/devicetree/bindings/power/reset/
12066 F: drivers/power/reset/
12067
12068 SYSV FILESYSTEM
12069 M: Christoph Hellwig <hch@infradead.org>
12070 S: Maintained
12071 F: Documentation/filesystems/sysv-fs.txt
12072 F: fs/sysv/
12073 F: include/linux/sysv_fs.h
12074
12075 TARGET SUBSYSTEM
12076 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
12077 L: linux-scsi@vger.kernel.org
12078 L: target-devel@vger.kernel.org
12079 W: http://www.linux-iscsi.org
12080 W: http://groups.google.com/group/linux-iscsi-target-dev
12081 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
12082 S: Supported
12083 F: drivers/target/
12084 F: include/target/
12085 F: Documentation/target/
12086
12087 TASKSTATS STATISTICS INTERFACE
12088 M: Balbir Singh <bsingharora@gmail.com>
12089 S: Maintained
12090 F: Documentation/accounting/taskstats*
12091 F: include/linux/taskstats*
12092 F: kernel/taskstats.c
12093
12094 TC CLASSIFIER
12095 M: Jamal Hadi Salim <jhs@mojatatu.com>
12096 L: netdev@vger.kernel.org
12097 S: Maintained
12098 F: include/net/pkt_cls.h
12099 F: include/uapi/linux/pkt_cls.h
12100 F: net/sched/
12101
12102 TCP LOW PRIORITY MODULE
12103 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
12104 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
12105 W: http://tcp-lp-mod.sourceforge.net/
12106 S: Maintained
12107 F: net/ipv4/tcp_lp.c
12108
12109 TDA10071 MEDIA DRIVER
12110 M: Antti Palosaari <crope@iki.fi>
12111 L: linux-media@vger.kernel.org
12112 W: https://linuxtv.org
12113 W: http://palosaari.fi/linux/
12114 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12115 T: git git://linuxtv.org/anttip/media_tree.git
12116 S: Maintained
12117 F: drivers/media/dvb-frontends/tda10071*
12118
12119 TDA18212 MEDIA DRIVER
12120 M: Antti Palosaari <crope@iki.fi>
12121 L: linux-media@vger.kernel.org
12122 W: https://linuxtv.org
12123 W: http://palosaari.fi/linux/
12124 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12125 T: git git://linuxtv.org/anttip/media_tree.git
12126 S: Maintained
12127 F: drivers/media/tuners/tda18212*
12128
12129 TDA18218 MEDIA DRIVER
12130 M: Antti Palosaari <crope@iki.fi>
12131 L: linux-media@vger.kernel.org
12132 W: https://linuxtv.org
12133 W: http://palosaari.fi/linux/
12134 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12135 T: git git://linuxtv.org/anttip/media_tree.git
12136 S: Maintained
12137 F: drivers/media/tuners/tda18218*
12138
12139 TDA18271 MEDIA DRIVER
12140 M: Michael Krufky <mkrufky@linuxtv.org>
12141 L: linux-media@vger.kernel.org
12142 W: https://linuxtv.org
12143 W: http://github.com/mkrufky
12144 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12145 T: git git://linuxtv.org/mkrufky/tuners.git
12146 S: Maintained
12147 F: drivers/media/tuners/tda18271*
12148
12149 TDA827x MEDIA DRIVER
12150 M: Michael Krufky <mkrufky@linuxtv.org>
12151 L: linux-media@vger.kernel.org
12152 W: https://linuxtv.org
12153 W: http://github.com/mkrufky
12154 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12155 T: git git://linuxtv.org/mkrufky/tuners.git
12156 S: Maintained
12157 F: drivers/media/tuners/tda8290.*
12158
12159 TDA8290 MEDIA DRIVER
12160 M: Michael Krufky <mkrufky@linuxtv.org>
12161 L: linux-media@vger.kernel.org
12162 W: https://linuxtv.org
12163 W: http://github.com/mkrufky
12164 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12165 T: git git://linuxtv.org/mkrufky/tuners.git
12166 S: Maintained
12167 F: drivers/media/tuners/tda8290.*
12168
12169 TDA9840 MEDIA DRIVER
12170 M: Hans Verkuil <hverkuil@xs4all.nl>
12171 L: linux-media@vger.kernel.org
12172 T: git git://linuxtv.org/media_tree.git
12173 W: https://linuxtv.org
12174 S: Maintained
12175 F: drivers/media/i2c/tda9840*
12176
12177 TEA5761 TUNER DRIVER
12178 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12179 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12180 L: linux-media@vger.kernel.org
12181 W: https://linuxtv.org
12182 T: git git://linuxtv.org/media_tree.git
12183 S: Odd fixes
12184 F: drivers/media/tuners/tea5761.*
12185
12186 TEA5767 TUNER DRIVER
12187 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12188 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12189 L: linux-media@vger.kernel.org
12190 W: https://linuxtv.org
12191 T: git git://linuxtv.org/media_tree.git
12192 S: Maintained
12193 F: drivers/media/tuners/tea5767.*
12194
12195 TEA6415C MEDIA DRIVER
12196 M: Hans Verkuil <hverkuil@xs4all.nl>
12197 L: linux-media@vger.kernel.org
12198 T: git git://linuxtv.org/media_tree.git
12199 W: https://linuxtv.org
12200 S: Maintained
12201 F: drivers/media/i2c/tea6415c*
12202
12203 TEA6420 MEDIA DRIVER
12204 M: Hans Verkuil <hverkuil@xs4all.nl>
12205 L: linux-media@vger.kernel.org
12206 T: git git://linuxtv.org/media_tree.git
12207 W: https://linuxtv.org
12208 S: Maintained
12209 F: drivers/media/i2c/tea6420*
12210
12211 TEAM DRIVER
12212 M: Jiri Pirko <jiri@resnulli.us>
12213 L: netdev@vger.kernel.org
12214 S: Supported
12215 F: drivers/net/team/
12216 F: include/linux/if_team.h
12217 F: include/uapi/linux/if_team.h
12218
12219 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
12220 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
12221 S: Maintained
12222 F: arch/x86/platform/ts5500/
12223
12224 TECHNOTREND USB IR RECEIVER
12225 M: Sean Young <sean@mess.org>
12226 L: linux-media@vger.kernel.org
12227 S: Maintained
12228 F: drivers/media/rc/ttusbir.c
12229
12230 TEGRA ARCHITECTURE SUPPORT
12231 M: Stephen Warren <swarren@wwwdotorg.org>
12232 M: Thierry Reding <thierry.reding@gmail.com>
12233 M: Alexandre Courbot <gnurou@gmail.com>
12234 L: linux-tegra@vger.kernel.org
12235 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
12236 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
12237 S: Supported
12238 N: [^a-z]tegra
12239
12240 TEGRA CLOCK DRIVER
12241 M: Peter De Schrijver <pdeschrijver@nvidia.com>
12242 M: Prashant Gaikwad <pgaikwad@nvidia.com>
12243 S: Supported
12244 F: drivers/clk/tegra/
12245
12246 TEGRA DMA DRIVERS
12247 M: Laxman Dewangan <ldewangan@nvidia.com>
12248 M: Jon Hunter <jonathanh@nvidia.com>
12249 S: Supported
12250 F: drivers/dma/tegra*
12251
12252 TEGRA I2C DRIVER
12253 M: Laxman Dewangan <ldewangan@nvidia.com>
12254 S: Supported
12255 F: drivers/i2c/busses/i2c-tegra.c
12256
12257 TEGRA IOMMU DRIVERS
12258 M: Hiroshi Doyu <hdoyu@nvidia.com>
12259 S: Supported
12260 F: drivers/iommu/tegra*
12261
12262 TEGRA KBC DRIVER
12263 M: Rakesh Iyer <riyer@nvidia.com>
12264 M: Laxman Dewangan <ldewangan@nvidia.com>
12265 S: Supported
12266 F: drivers/input/keyboard/tegra-kbc.c
12267
12268 TEGRA PWM DRIVER
12269 M: Thierry Reding <thierry.reding@gmail.com>
12270 S: Supported
12271 F: drivers/pwm/pwm-tegra.c
12272
12273 TEGRA SERIAL DRIVER
12274 M: Laxman Dewangan <ldewangan@nvidia.com>
12275 S: Supported
12276 F: drivers/tty/serial/serial-tegra.c
12277
12278 TEGRA SPI DRIVER
12279 M: Laxman Dewangan <ldewangan@nvidia.com>
12280 S: Supported
12281 F: drivers/spi/spi-tegra*
12282
12283 TEHUTI ETHERNET DRIVER
12284 M: Andy Gospodarek <andy@greyhouse.net>
12285 L: netdev@vger.kernel.org
12286 S: Supported
12287 F: drivers/net/ethernet/tehuti/*
12288
12289 Telecom Clock Driver for MCPL0010
12290 M: Mark Gross <mark.gross@intel.com>
12291 S: Supported
12292 F: drivers/char/tlclk.c
12293
12294 TENSILICA XTENSA PORT (xtensa)
12295 M: Chris Zankel <chris@zankel.net>
12296 M: Max Filippov <jcmvbkbc@gmail.com>
12297 L: linux-xtensa@linux-xtensa.org
12298 T: git git://github.com/czankel/xtensa-linux.git
12299 S: Maintained
12300 F: arch/xtensa/
12301 F: drivers/irqchip/irq-xtensa-*
12302
12303 Texas Instruments' System Control Interface (TISCI) Protocol Driver
12304 M: Nishanth Menon <nm@ti.com>
12305 M: Tero Kristo <t-kristo@ti.com>
12306 M: Santosh Shilimkar <ssantosh@kernel.org>
12307 L: linux-arm-kernel@lists.infradead.org
12308 S: Maintained
12309 F: Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
12310 F: drivers/firmware/ti_sci*
12311 F: include/linux/soc/ti/ti_sci_protocol.h
12312
12313 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
12314 M: Hans Verkuil <hverkuil@xs4all.nl>
12315 L: linux-media@vger.kernel.org
12316 T: git git://linuxtv.org/media_tree.git
12317 W: https://linuxtv.org
12318 S: Maintained
12319 F: drivers/media/radio/radio-raremono.c
12320
12321 THERMAL
12322 M: Zhang Rui <rui.zhang@intel.com>
12323 M: Eduardo Valentin <edubezval@gmail.com>
12324 L: linux-pm@vger.kernel.org
12325 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
12326 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
12327 Q: https://patchwork.kernel.org/project/linux-pm/list/
12328 S: Supported
12329 F: drivers/thermal/
12330 F: include/linux/thermal.h
12331 F: include/uapi/linux/thermal.h
12332 F: include/linux/cpu_cooling.h
12333 F: Documentation/devicetree/bindings/thermal/
12334
12335 THERMAL/CPU_COOLING
12336 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
12337 M: Viresh Kumar <viresh.kumar@linaro.org>
12338 M: Javi Merino <javi.merino@kernel.org>
12339 L: linux-pm@vger.kernel.org
12340 S: Supported
12341 F: Documentation/thermal/cpu-cooling-api.txt
12342 F: drivers/thermal/cpu_cooling.c
12343 F: include/linux/cpu_cooling.h
12344
12345 THINKPAD ACPI EXTRAS DRIVER
12346 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
12347 L: ibm-acpi-devel@lists.sourceforge.net
12348 L: platform-driver-x86@vger.kernel.org
12349 W: http://ibm-acpi.sourceforge.net
12350 W: http://thinkwiki.org/wiki/Ibm-acpi
12351 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
12352 S: Maintained
12353 F: drivers/platform/x86/thinkpad_acpi.c
12354
12355 TI BANDGAP AND THERMAL DRIVER
12356 M: Eduardo Valentin <edubezval@gmail.com>
12357 M: Keerthy <j-keerthy@ti.com>
12358 L: linux-pm@vger.kernel.org
12359 L: linux-omap@vger.kernel.org
12360 S: Maintained
12361 F: drivers/thermal/ti-soc-thermal/
12362
12363 TI VPE/CAL DRIVERS
12364 M: Benoit Parrot <bparrot@ti.com>
12365 L: linux-media@vger.kernel.org
12366 W: http://linuxtv.org/
12367 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12368 S: Maintained
12369 F: drivers/media/platform/ti-vpe/
12370
12371 TI CDCE706 CLOCK DRIVER
12372 M: Max Filippov <jcmvbkbc@gmail.com>
12373 S: Maintained
12374 F: drivers/clk/clk-cdce706.c
12375
12376 TI CLOCK DRIVER
12377 M: Tero Kristo <t-kristo@ti.com>
12378 L: linux-omap@vger.kernel.org
12379 S: Maintained
12380 F: drivers/clk/ti/
12381 F: include/linux/clk/ti.h
12382
12383 TI ETHERNET SWITCH DRIVER (CPSW)
12384 M: Mugunthan V N <mugunthanvnm@ti.com>
12385 R: Grygorii Strashko <grygorii.strashko@ti.com>
12386 L: linux-omap@vger.kernel.org
12387 L: netdev@vger.kernel.org
12388 S: Maintained
12389 F: drivers/net/ethernet/ti/cpsw*
12390 F: drivers/net/ethernet/ti/davinci*
12391
12392 TI FLASH MEDIA INTERFACE DRIVER
12393 M: Alex Dubov <oakad@yahoo.com>
12394 S: Maintained
12395 F: drivers/misc/tifm*
12396 F: drivers/mmc/host/tifm_sd.c
12397 F: include/linux/tifm.h
12398
12399 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12400 M: Santosh Shilimkar <ssantosh@kernel.org>
12401 L: linux-kernel@vger.kernel.org
12402 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12403 S: Maintained
12404 F: drivers/soc/ti/*
12405 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12406
12407
12408 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12409 M: M R Swami Reddy <mr.swami.reddy@ti.com>
12410 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
12411 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12412 S: Maintained
12413 F: sound/soc/codecs/lm49453*
12414 F: sound/soc/codecs/isabelle*
12415
12416 TI LP855x BACKLIGHT DRIVER
12417 M: Milo Kim <milo.kim@ti.com>
12418 S: Maintained
12419 F: Documentation/backlight/lp855x-driver.txt
12420 F: drivers/video/backlight/lp855x_bl.c
12421 F: include/linux/platform_data/lp855x.h
12422
12423 TI LP8727 CHARGER DRIVER
12424 M: Milo Kim <milo.kim@ti.com>
12425 S: Maintained
12426 F: drivers/power/supply/lp8727_charger.c
12427 F: include/linux/platform_data/lp8727.h
12428
12429 TI LP8788 MFD DRIVER
12430 M: Milo Kim <milo.kim@ti.com>
12431 S: Maintained
12432 F: drivers/iio/adc/lp8788_adc.c
12433 F: drivers/leds/leds-lp8788.c
12434 F: drivers/mfd/lp8788*.c
12435 F: drivers/power/supply/lp8788-charger.c
12436 F: drivers/regulator/lp8788-*.c
12437 F: include/linux/mfd/lp8788*.h
12438
12439 TI NETCP ETHERNET DRIVER
12440 M: Wingman Kwok <w-kwok2@ti.com>
12441 M: Murali Karicheri <m-karicheri2@ti.com>
12442 L: netdev@vger.kernel.org
12443 S: Maintained
12444 F: drivers/net/ethernet/ti/netcp*
12445
12446 TI TAS571X FAMILY ASoC CODEC DRIVER
12447 M: Kevin Cernekee <cernekee@chromium.org>
12448 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12449 S: Odd Fixes
12450 F: sound/soc/codecs/tas571x*
12451
12452 TI TWL4030 SERIES SOC CODEC DRIVER
12453 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
12454 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12455 S: Maintained
12456 F: sound/soc/codecs/twl4030*
12457
12458 TI WILINK WIRELESS DRIVERS
12459 L: linux-wireless@vger.kernel.org
12460 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
12461 W: http://wireless.kernel.org/en/users/Drivers/wl1251
12462 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12463 S: Orphan
12464 F: drivers/net/wireless/ti/
12465 F: include/linux/wl12xx.h
12466
12467 TIPC NETWORK LAYER
12468 M: Jon Maloy <jon.maloy@ericsson.com>
12469 M: Ying Xue <ying.xue@windriver.com>
12470 L: netdev@vger.kernel.org (core kernel code)
12471 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12472 W: http://tipc.sourceforge.net/
12473 S: Maintained
12474 F: include/uapi/linux/tipc*.h
12475 F: net/tipc/
12476
12477 TILE ARCHITECTURE
12478 M: Chris Metcalf <cmetcalf@mellanox.com>
12479 W: http://www.mellanox.com/repository/solutions/tile-scm/
12480 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12481 S: Supported
12482 F: arch/tile/
12483 F: drivers/char/tile-srom.c
12484 F: drivers/edac/tile_edac.c
12485 F: drivers/net/ethernet/tile/
12486 F: drivers/rtc/rtc-tile.c
12487 F: drivers/tty/hvc/hvc_tile.c
12488 F: drivers/tty/serial/tilegx.c
12489 F: drivers/usb/host/*-tilegx.c
12490 F: include/linux/usb/tilegx.h
12491
12492 TLAN NETWORK DRIVER
12493 M: Samuel Chessman <chessman@tux.org>
12494 L: tlan-devel@lists.sourceforge.net (subscribers-only)
12495 W: http://sourceforge.net/projects/tlan/
12496 S: Maintained
12497 F: Documentation/networking/tlan.txt
12498 F: drivers/net/ethernet/ti/tlan.*
12499
12500 TOMOYO SECURITY MODULE
12501 M: Kentaro Takeda <takedakn@nttdata.co.jp>
12502 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12503 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12504 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12505 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12506 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12507 W: http://tomoyo.sourceforge.jp/
12508 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12509 S: Maintained
12510 F: security/tomoyo/
12511
12512 TOPSTAR LAPTOP EXTRAS DRIVER
12513 M: Herton Ronaldo Krzesinski <herton@canonical.com>
12514 L: platform-driver-x86@vger.kernel.org
12515 S: Maintained
12516 F: drivers/platform/x86/topstar-laptop.c
12517
12518 TOSHIBA ACPI EXTRAS DRIVER
12519 M: Azael Avalos <coproscefalo@gmail.com>
12520 L: platform-driver-x86@vger.kernel.org
12521 S: Maintained
12522 F: drivers/platform/x86/toshiba_acpi.c
12523
12524 TOSHIBA BLUETOOTH DRIVER
12525 M: Azael Avalos <coproscefalo@gmail.com>
12526 L: platform-driver-x86@vger.kernel.org
12527 S: Maintained
12528 F: drivers/platform/x86/toshiba_bluetooth.c
12529
12530 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12531 M: Azael Avalos <coproscefalo@gmail.com>
12532 L: platform-driver-x86@vger.kernel.org
12533 S: Maintained
12534 F: drivers/platform/x86/toshiba_haps.c
12535
12536 TOSHIBA WMI HOTKEYS DRIVER
12537 M: Azael Avalos <coproscefalo@gmail.com>
12538 L: platform-driver-x86@vger.kernel.org
12539 S: Maintained
12540 F: drivers/platform/x86/toshiba-wmi.c
12541
12542 TOSHIBA SMM DRIVER
12543 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
12544 W: http://www.buzzard.org.uk/toshiba/
12545 S: Maintained
12546 F: drivers/char/toshiba.c
12547 F: include/linux/toshiba.h
12548 F: include/uapi/linux/toshiba.h
12549
12550 TOSHIBA TC358743 DRIVER
12551 M: Mats Randgaard <matrandg@cisco.com>
12552 L: linux-media@vger.kernel.org
12553 S: Maintained
12554 F: drivers/media/i2c/tc358743*
12555 F: include/media/i2c/tc358743.h
12556
12557 TMIO/SDHI MMC DRIVER
12558 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
12559 L: linux-mmc@vger.kernel.org
12560 S: Supported
12561 F: drivers/mmc/host/tmio_mmc*
12562 F: drivers/mmc/host/sh_mobile_sdhi.c
12563 F: include/linux/mfd/tmio.h
12564
12565 TMP401 HARDWARE MONITOR DRIVER
12566 M: Guenter Roeck <linux@roeck-us.net>
12567 L: linux-hwmon@vger.kernel.org
12568 S: Maintained
12569 F: Documentation/hwmon/tmp401
12570 F: drivers/hwmon/tmp401.c
12571
12572 TMPFS (SHMEM FILESYSTEM)
12573 M: Hugh Dickins <hughd@google.com>
12574 L: linux-mm@kvack.org
12575 S: Maintained
12576 F: include/linux/shmem_fs.h
12577 F: mm/shmem.c
12578
12579 TM6000 VIDEO4LINUX DRIVER
12580 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12581 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12582 L: linux-media@vger.kernel.org
12583 W: https://linuxtv.org
12584 T: git git://linuxtv.org/media_tree.git
12585 S: Odd fixes
12586 F: drivers/media/usb/tm6000/
12587 F: Documentation/media/v4l-drivers/tm6000*
12588
12589 TW5864 VIDEO4LINUX DRIVER
12590 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12591 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12592 M: Andrey Utkin <andrey_utkin@fastmail.com>
12593 L: linux-media@vger.kernel.org
12594 S: Supported
12595 F: drivers/media/pci/tw5864/
12596
12597 TW68 VIDEO4LINUX DRIVER
12598 M: Hans Verkuil <hverkuil@xs4all.nl>
12599 L: linux-media@vger.kernel.org
12600 T: git git://linuxtv.org/media_tree.git
12601 W: https://linuxtv.org
12602 S: Odd Fixes
12603 F: drivers/media/pci/tw68/
12604
12605 TW686X VIDEO4LINUX DRIVER
12606 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12607 L: linux-media@vger.kernel.org
12608 T: git git://linuxtv.org/media_tree.git
12609 W: http://linuxtv.org
12610 S: Maintained
12611 F: drivers/media/pci/tw686x/
12612
12613 TPM DEVICE DRIVER
12614 M: Peter Huewe <peterhuewe@gmx.de>
12615 M: Marcel Selhorst <tpmdd@selhorst.net>
12616 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12617 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12618 W: http://tpmdd.sourceforge.net
12619 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12620 Q: https://patchwork.kernel.org/project/tpmdd-devel/list/
12621 T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
12622 S: Maintained
12623 F: drivers/char/tpm/
12624
12625 TPM IBM_VTPM DEVICE DRIVER
12626 M: Ashley Lai <ashleydlai@gmail.com>
12627 W: http://tpmdd.sourceforge.net
12628 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12629 S: Maintained
12630 F: drivers/char/tpm/tpm_ibmvtpm*
12631
12632 TRACING
12633 M: Steven Rostedt <rostedt@goodmis.org>
12634 M: Ingo Molnar <mingo@redhat.com>
12635 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12636 S: Maintained
12637 F: Documentation/trace/ftrace.txt
12638 F: arch/*/*/*/ftrace.h
12639 F: arch/*/kernel/ftrace.c
12640 F: include/*/ftrace.h
12641 F: include/linux/trace*.h
12642 F: include/trace/
12643 F: kernel/trace/
12644 F: tools/testing/selftests/ftrace/
12645
12646 TRACING MMIO ACCESSES (MMIOTRACE)
12647 M: Steven Rostedt <rostedt@goodmis.org>
12648 M: Ingo Molnar <mingo@kernel.org>
12649 R: Karol Herbst <karolherbst@gmail.com>
12650 R: Pekka Paalanen <ppaalanen@gmail.com>
12651 S: Maintained
12652 L: linux-kernel@vger.kernel.org
12653 L: nouveau@lists.freedesktop.org
12654 F: kernel/trace/trace_mmiotrace.c
12655 F: include/linux/mmiotrace.h
12656 F: arch/x86/mm/kmmio.c
12657 F: arch/x86/mm/mmio-mod.c
12658 F: arch/x86/mm/testmmiotrace.c
12659
12660 TRIVIAL PATCHES
12661 M: Jiri Kosina <trivial@kernel.org>
12662 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12663 S: Maintained
12664 K: ^Subject:.*(?i)trivial
12665
12666 TTY LAYER
12667 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12668 M: Jiri Slaby <jslaby@suse.com>
12669 S: Supported
12670 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12671 F: Documentation/serial/
12672 F: drivers/tty/
12673 F: drivers/tty/serial/serial_core.c
12674 F: include/linux/serial_core.h
12675 F: include/linux/serial.h
12676 F: include/linux/tty.h
12677 F: include/uapi/linux/serial_core.h
12678 F: include/uapi/linux/serial.h
12679 F: include/uapi/linux/tty.h
12680
12681 TUA9001 MEDIA DRIVER
12682 M: Antti Palosaari <crope@iki.fi>
12683 L: linux-media@vger.kernel.org
12684 W: https://linuxtv.org
12685 W: http://palosaari.fi/linux/
12686 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12687 T: git git://linuxtv.org/anttip/media_tree.git
12688 S: Maintained
12689 F: drivers/media/tuners/tua9001*
12690
12691 TULIP NETWORK DRIVERS
12692 L: netdev@vger.kernel.org
12693 L: linux-parisc@vger.kernel.org
12694 S: Orphan
12695 F: drivers/net/ethernet/dec/tulip/
12696
12697 TUN/TAP driver
12698 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
12699 W: http://vtun.sourceforge.net/tun
12700 S: Maintained
12701 F: Documentation/networking/tuntap.txt
12702 F: arch/um/os-Linux/drivers/
12703
12704 TURBOCHANNEL SUBSYSTEM
12705 M: "Maciej W. Rozycki" <macro@linux-mips.org>
12706 M: Ralf Baechle <ralf@linux-mips.org>
12707 L: linux-mips@linux-mips.org
12708 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
12709 S: Maintained
12710 F: drivers/tc/
12711 F: include/linux/tc.h
12712
12713 UBI FILE SYSTEM (UBIFS)
12714 M: Richard Weinberger <richard@nod.at>
12715 M: Artem Bityutskiy <dedekind1@gmail.com>
12716 M: Adrian Hunter <adrian.hunter@intel.com>
12717 L: linux-mtd@lists.infradead.org
12718 T: git git://git.infradead.org/ubifs-2.6.git
12719 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
12720 S: Supported
12721 F: Documentation/filesystems/ubifs.txt
12722 F: fs/ubifs/
12723
12724 UCLINUX (M68KNOMMU AND COLDFIRE)
12725 M: Greg Ungerer <gerg@linux-m68k.org>
12726 W: http://www.linux-m68k.org/
12727 W: http://www.uclinux.org/
12728 L: linux-m68k@lists.linux-m68k.org
12729 L: uclinux-dev@uclinux.org (subscribers-only)
12730 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12731 S: Maintained
12732 F: arch/m68k/coldfire/
12733 F: arch/m68k/68*/
12734 F: arch/m68k/*/*_no.*
12735 F: arch/m68k/include/asm/*_no.*
12736
12737 UDF FILESYSTEM
12738 M: Jan Kara <jack@suse.com>
12739 S: Maintained
12740 F: Documentation/filesystems/udf.txt
12741 F: fs/udf/
12742
12743 UDRAW TABLET
12744 M: Bastien Nocera <hadess@hadess.net>
12745 L: linux-input@vger.kernel.org
12746 S: Maintained
12747 F: drivers/hid/hid-udraw.c
12748
12749 UFS FILESYSTEM
12750 M: Evgeniy Dushistov <dushistov@mail.ru>
12751 S: Maintained
12752 F: Documentation/filesystems/ufs.txt
12753 F: fs/ufs/
12754
12755 UHID USERSPACE HID IO DRIVER:
12756 M: David Herrmann <dh.herrmann@googlemail.com>
12757 L: linux-input@vger.kernel.org
12758 S: Maintained
12759 F: drivers/hid/uhid.c
12760 F: include/uapi/linux/uhid.h
12761
12762 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12763 L: linux-usb@vger.kernel.org
12764 S: Orphan
12765 F: drivers/uwb/
12766 F: include/linux/uwb.h
12767 F: include/linux/uwb/
12768
12769 UNICORE32 ARCHITECTURE:
12770 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
12771 W: http://mprc.pku.edu.cn/~guanxuetao/linux
12772 S: Maintained
12773 T: git git://github.com/gxt/linux.git
12774 F: arch/unicore32/
12775
12776 UNIFDEF
12777 M: Tony Finch <dot@dotat.at>
12778 W: http://dotat.at/prog/unifdef
12779 S: Maintained
12780 F: scripts/unifdef.c
12781
12782 UNIFORM CDROM DRIVER
12783 M: Jens Axboe <axboe@kernel.dk>
12784 W: http://www.kernel.dk
12785 S: Maintained
12786 F: Documentation/cdrom/
12787 F: drivers/cdrom/cdrom.c
12788 F: include/linux/cdrom.h
12789 F: include/uapi/linux/cdrom.h
12790
12791 UNISYS S-PAR DRIVERS
12792 M: David Kershner <david.kershner@unisys.com>
12793 L: sparmaintainer@unisys.com (Unisys internal)
12794 S: Supported
12795 F: drivers/staging/unisys/
12796
12797 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12798 M: Vinayak Holikatti <vinholikatti@gmail.com>
12799 L: linux-scsi@vger.kernel.org
12800 S: Supported
12801 F: Documentation/scsi/ufs.txt
12802 F: drivers/scsi/ufs/
12803
12804 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12805 M: Manjunath M Bettegowda <manjumb@synopsys.com>
12806 M: Prabu Thangamuthu <prabut@synopsys.com>
12807 L: linux-scsi@vger.kernel.org
12808 S: Supported
12809 F: drivers/scsi/ufs/*dwc*
12810
12811 UNSORTED BLOCK IMAGES (UBI)
12812 M: Artem Bityutskiy <dedekind1@gmail.com>
12813 M: Richard Weinberger <richard@nod.at>
12814 W: http://www.linux-mtd.infradead.org/
12815 L: linux-mtd@lists.infradead.org
12816 T: git git://git.infradead.org/ubifs-2.6.git
12817 S: Supported
12818 F: drivers/mtd/ubi/
12819 F: include/linux/mtd/ubi.h
12820 F: include/uapi/mtd/ubi-user.h
12821
12822 USB ACM DRIVER
12823 M: Oliver Neukum <oneukum@suse.com>
12824 L: linux-usb@vger.kernel.org
12825 S: Maintained
12826 F: Documentation/usb/acm.txt
12827 F: drivers/usb/class/cdc-acm.*
12828
12829 USB AR5523 WIRELESS DRIVER
12830 M: Pontus Fuchs <pontus.fuchs@gmail.com>
12831 L: linux-wireless@vger.kernel.org
12832 S: Maintained
12833 F: drivers/net/wireless/ath/ar5523/
12834
12835 USB ATTACHED SCSI
12836 M: Oliver Neukum <oneukum@suse.com>
12837 L: linux-usb@vger.kernel.org
12838 L: linux-scsi@vger.kernel.org
12839 S: Maintained
12840 F: drivers/usb/storage/uas.c
12841
12842 USB CDC ETHERNET DRIVER
12843 M: Oliver Neukum <oliver@neukum.org>
12844 L: linux-usb@vger.kernel.org
12845 S: Maintained
12846 F: drivers/net/usb/cdc_*.c
12847 F: include/uapi/linux/usb/cdc.h
12848
12849 USB CHAOSKEY DRIVER
12850 M: Keith Packard <keithp@keithp.com>
12851 L: linux-usb@vger.kernel.org
12852 S: Maintained
12853 F: drivers/usb/misc/chaoskey.c
12854
12855 USB CYPRESS C67X00 DRIVER
12856 M: Peter Korsgaard <jacmet@sunsite.dk>
12857 L: linux-usb@vger.kernel.org
12858 S: Maintained
12859 F: drivers/usb/c67x00/
12860
12861 USB DAVICOM DM9601 DRIVER
12862 M: Peter Korsgaard <jacmet@sunsite.dk>
12863 L: netdev@vger.kernel.org
12864 W: http://www.linux-usb.org/usbnet
12865 S: Maintained
12866 F: drivers/net/usb/dm9601.c
12867
12868 USB DIAMOND RIO500 DRIVER
12869 M: Cesar Miquel <miquel@df.uba.ar>
12870 L: rio500-users@lists.sourceforge.net
12871 W: http://rio500.sourceforge.net
12872 S: Maintained
12873 F: drivers/usb/misc/rio500*
12874
12875 USB EHCI DRIVER
12876 M: Alan Stern <stern@rowland.harvard.edu>
12877 L: linux-usb@vger.kernel.org
12878 S: Maintained
12879 F: Documentation/usb/ehci.txt
12880 F: drivers/usb/host/ehci*
12881
12882 USB GADGET/PERIPHERAL SUBSYSTEM
12883 M: Felipe Balbi <balbi@kernel.org>
12884 L: linux-usb@vger.kernel.org
12885 W: http://www.linux-usb.org/gadget
12886 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12887 S: Maintained
12888 F: drivers/usb/gadget/
12889 F: include/linux/usb/gadget*
12890
12891 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12892 M: Jiri Kosina <jikos@kernel.org>
12893 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
12894 L: linux-usb@vger.kernel.org
12895 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12896 S: Maintained
12897 F: Documentation/hid/hiddev.txt
12898 F: drivers/hid/usbhid/
12899
12900 USB ISP116X DRIVER
12901 M: Olav Kongas <ok@artecdesign.ee>
12902 L: linux-usb@vger.kernel.org
12903 S: Maintained
12904 F: drivers/usb/host/isp116x*
12905 F: include/linux/usb/isp116x.h
12906
12907 USB LAN78XX ETHERNET DRIVER
12908 M: Woojung Huh <woojung.huh@microchip.com>
12909 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12910 L: netdev@vger.kernel.org
12911 S: Maintained
12912 F: drivers/net/usb/lan78xx.*
12913
12914 USB MASS STORAGE DRIVER
12915 M: Alan Stern <stern@rowland.harvard.edu>
12916 L: linux-usb@vger.kernel.org
12917 L: usb-storage@lists.one-eyed-alien.net
12918 S: Maintained
12919 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
12920 F: drivers/usb/storage/
12921
12922 USB MIDI DRIVER
12923 M: Clemens Ladisch <clemens@ladisch.de>
12924 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12925 T: git git://git.alsa-project.org/alsa-kernel.git
12926 S: Maintained
12927 F: sound/usb/midi.*
12928
12929 USB NETWORKING DRIVERS
12930 L: linux-usb@vger.kernel.org
12931 S: Odd Fixes
12932 F: drivers/net/usb/
12933
12934 USB OHCI DRIVER
12935 M: Alan Stern <stern@rowland.harvard.edu>
12936 L: linux-usb@vger.kernel.org
12937 S: Maintained
12938 F: Documentation/usb/ohci.txt
12939 F: drivers/usb/host/ohci*
12940
12941 USB OTG FSM (Finite State Machine)
12942 M: Peter Chen <Peter.Chen@nxp.com>
12943 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12944 L: linux-usb@vger.kernel.org
12945 S: Maintained
12946 F: drivers/usb/common/usb-otg-fsm.c
12947
12948 USB OVER IP DRIVER
12949 M: Valentina Manea <valentina.manea.m@gmail.com>
12950 M: Shuah Khan <shuahkh@osg.samsung.com>
12951 M: Shuah Khan <shuah@kernel.org>
12952 L: linux-usb@vger.kernel.org
12953 S: Maintained
12954 F: Documentation/usb/usbip_protocol.txt
12955 F: drivers/usb/usbip/
12956 F: tools/usb/usbip/
12957
12958 USB PEGASUS DRIVER
12959 M: Petko Manolov <petkan@nucleusys.com>
12960 L: linux-usb@vger.kernel.org
12961 L: netdev@vger.kernel.org
12962 T: git git://github.com/petkan/pegasus.git
12963 W: https://github.com/petkan/pegasus
12964 S: Maintained
12965 F: drivers/net/usb/pegasus.*
12966
12967 USB PHY LAYER
12968 M: Felipe Balbi <balbi@kernel.org>
12969 L: linux-usb@vger.kernel.org
12970 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12971 S: Maintained
12972 F: drivers/usb/phy/
12973
12974 USB PRINTER DRIVER (usblp)
12975 M: Pete Zaitcev <zaitcev@redhat.com>
12976 L: linux-usb@vger.kernel.org
12977 S: Supported
12978 F: drivers/usb/class/usblp.c
12979
12980 USB QMI WWAN NETWORK DRIVER
12981 M: Bjørn Mork <bjorn@mork.no>
12982 L: netdev@vger.kernel.org
12983 S: Maintained
12984 F: Documentation/ABI/testing/sysfs-class-net-qmi
12985 F: drivers/net/usb/qmi_wwan.c
12986
12987 USB RTL8150 DRIVER
12988 M: Petko Manolov <petkan@nucleusys.com>
12989 L: linux-usb@vger.kernel.org
12990 L: netdev@vger.kernel.org
12991 T: git git://github.com/petkan/rtl8150.git
12992 W: https://github.com/petkan/rtl8150
12993 S: Maintained
12994 F: drivers/net/usb/rtl8150.c
12995
12996 USB SERIAL SUBSYSTEM
12997 M: Johan Hovold <johan@kernel.org>
12998 L: linux-usb@vger.kernel.org
12999 T: git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
13000 S: Maintained
13001 F: Documentation/usb/usb-serial.txt
13002 F: drivers/usb/serial/
13003 F: include/linux/usb/serial.h
13004
13005 USB SMSC75XX ETHERNET DRIVER
13006 M: Steve Glendinning <steve.glendinning@shawell.net>
13007 L: netdev@vger.kernel.org
13008 S: Maintained
13009 F: drivers/net/usb/smsc75xx.*
13010
13011 USB SMSC95XX ETHERNET DRIVER
13012 M: Steve Glendinning <steve.glendinning@shawell.net>
13013 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
13014 L: netdev@vger.kernel.org
13015 S: Maintained
13016 F: drivers/net/usb/smsc95xx.*
13017
13018 USB SUBSYSTEM
13019 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13020 L: linux-usb@vger.kernel.org
13021 W: http://www.linux-usb.org
13022 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
13023 S: Supported
13024 F: Documentation/devicetree/bindings/usb/
13025 F: Documentation/usb/
13026 F: drivers/usb/
13027 F: include/linux/usb.h
13028 F: include/linux/usb/
13029
13030 USB UHCI DRIVER
13031 M: Alan Stern <stern@rowland.harvard.edu>
13032 L: linux-usb@vger.kernel.org
13033 S: Maintained
13034 F: drivers/usb/host/uhci*
13035
13036 USB "USBNET" DRIVER FRAMEWORK
13037 M: Oliver Neukum <oneukum@suse.com>
13038 L: netdev@vger.kernel.org
13039 W: http://www.linux-usb.org/usbnet
13040 S: Maintained
13041 F: drivers/net/usb/usbnet.c
13042 F: include/linux/usb/usbnet.h
13043
13044 USB VIDEO CLASS
13045 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13046 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
13047 L: linux-media@vger.kernel.org
13048 T: git git://linuxtv.org/media_tree.git
13049 W: http://www.ideasonboard.org/uvc/
13050 S: Maintained
13051 F: drivers/media/usb/uvc/
13052 F: include/uapi/linux/uvcvideo.h
13053
13054 USB VISION DRIVER
13055 M: Hans Verkuil <hverkuil@xs4all.nl>
13056 L: linux-media@vger.kernel.org
13057 T: git git://linuxtv.org/media_tree.git
13058 W: https://linuxtv.org
13059 S: Odd Fixes
13060 F: drivers/media/usb/usbvision/
13061
13062 USB WEBCAM GADGET
13063 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13064 L: linux-usb@vger.kernel.org
13065 S: Maintained
13066 F: drivers/usb/gadget/function/*uvc*
13067 F: drivers/usb/gadget/legacy/webcam.c
13068
13069 USB WIRELESS RNDIS DRIVER (rndis_wlan)
13070 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
13071 L: linux-wireless@vger.kernel.org
13072 S: Maintained
13073 F: drivers/net/wireless/rndis_wlan.c
13074
13075 USB XHCI DRIVER
13076 M: Mathias Nyman <mathias.nyman@intel.com>
13077 L: linux-usb@vger.kernel.org
13078 S: Supported
13079 F: drivers/usb/host/xhci*
13080 F: drivers/usb/host/pci-quirks*
13081
13082 USB ZD1201 DRIVER
13083 L: linux-wireless@vger.kernel.org
13084 W: http://linux-lc100020.sourceforge.net
13085 S: Orphan
13086 F: drivers/net/wireless/zydas/zd1201.*
13087
13088 USB ZR364XX DRIVER
13089 M: Antoine Jacquet <royale@zerezo.com>
13090 L: linux-usb@vger.kernel.org
13091 L: linux-media@vger.kernel.org
13092 T: git git://linuxtv.org/media_tree.git
13093 W: http://royale.zerezo.com/zr364xx/
13094 S: Maintained
13095 F: Documentation/media/v4l-drivers/zr364xx*
13096 F: drivers/media/usb/zr364xx/
13097
13098 ULPI BUS
13099 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
13100 L: linux-usb@vger.kernel.org
13101 S: Maintained
13102 F: drivers/usb/common/ulpi.c
13103 F: include/linux/ulpi/
13104
13105 USER-MODE LINUX (UML)
13106 M: Jeff Dike <jdike@addtoit.com>
13107 M: Richard Weinberger <richard@nod.at>
13108 L: user-mode-linux-devel@lists.sourceforge.net
13109 L: user-mode-linux-user@lists.sourceforge.net
13110 W: http://user-mode-linux.sourceforge.net
13111 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
13112 S: Maintained
13113 F: Documentation/virtual/uml/
13114 F: arch/um/
13115 F: arch/x86/um/
13116 F: fs/hostfs/
13117 F: fs/hppfs/
13118
13119 USERSPACE I/O (UIO)
13120 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13121 S: Maintained
13122 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
13123 F: Documentation/driver-api/uio-howto.rst
13124 F: drivers/uio/
13125 F: include/linux/uio*.h
13126
13127 UTIL-LINUX PACKAGE
13128 M: Karel Zak <kzak@redhat.com>
13129 L: util-linux@vger.kernel.org
13130 W: http://en.wikipedia.org/wiki/Util-linux
13131 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
13132 S: Maintained
13133
13134 UVESAFB DRIVER
13135 M: Michal Januszewski <spock@gentoo.org>
13136 L: linux-fbdev@vger.kernel.org
13137 W: http://dev.gentoo.org/~spock/projects/uvesafb/
13138 S: Maintained
13139 F: Documentation/fb/uvesafb.txt
13140 F: drivers/video/fbdev/uvesafb.*
13141
13142 VF610 NAND DRIVER
13143 M: Stefan Agner <stefan@agner.ch>
13144 L: linux-mtd@lists.infradead.org
13145 S: Supported
13146 F: drivers/mtd/nand/vf610_nfc.c
13147
13148 VFAT/FAT/MSDOS FILESYSTEM
13149 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
13150 S: Maintained
13151 F: Documentation/filesystems/vfat.txt
13152 F: fs/fat/
13153
13154 VFIO DRIVER
13155 M: Alex Williamson <alex.williamson@redhat.com>
13156 L: kvm@vger.kernel.org
13157 T: git git://github.com/awilliam/linux-vfio.git
13158 S: Maintained
13159 F: Documentation/vfio.txt
13160 F: drivers/vfio/
13161 F: include/linux/vfio.h
13162 F: include/uapi/linux/vfio.h
13163
13164 VFIO MEDIATED DEVICE DRIVERS
13165 M: Kirti Wankhede <kwankhede@nvidia.com>
13166 L: kvm@vger.kernel.org
13167 S: Maintained
13168 F: Documentation/vfio-mediated-device.txt
13169 F: drivers/vfio/mdev/
13170 F: include/linux/mdev.h
13171 F: samples/vfio-mdev/
13172
13173 VFIO PLATFORM DRIVER
13174 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
13175 L: kvm@vger.kernel.org
13176 S: Maintained
13177 F: drivers/vfio/platform/
13178
13179 VIDEOBUF2 FRAMEWORK
13180 M: Pawel Osciak <pawel@osciak.com>
13181 M: Marek Szyprowski <m.szyprowski@samsung.com>
13182 M: Kyungmin Park <kyungmin.park@samsung.com>
13183 L: linux-media@vger.kernel.org
13184 S: Maintained
13185 F: drivers/media/v4l2-core/videobuf2-*
13186 F: include/media/videobuf2-*
13187
13188 VIRTIO AND VHOST VSOCK DRIVER
13189 M: Stefan Hajnoczi <stefanha@redhat.com>
13190 L: kvm@vger.kernel.org
13191 L: virtualization@lists.linux-foundation.org
13192 L: netdev@vger.kernel.org
13193 S: Maintained
13194 F: include/linux/virtio_vsock.h
13195 F: include/uapi/linux/virtio_vsock.h
13196 F: net/vmw_vsock/virtio_transport_common.c
13197 F: net/vmw_vsock/virtio_transport.c
13198 F: drivers/vhost/vsock.c
13199 F: drivers/vhost/vsock.h
13200
13201 VIRTUAL SERIO DEVICE DRIVER
13202 M: Stephen Chandler Paul <thatslyude@gmail.com>
13203 S: Maintained
13204 F: drivers/input/serio/userio.c
13205 F: include/uapi/linux/userio.h
13206
13207 VIRTIO CONSOLE DRIVER
13208 M: Amit Shah <amit@kernel.org>
13209 L: virtualization@lists.linux-foundation.org
13210 S: Maintained
13211 F: drivers/char/virtio_console.c
13212 F: include/linux/virtio_console.h
13213 F: include/uapi/linux/virtio_console.h
13214
13215 VIRTIO CORE, NET AND BLOCK DRIVERS
13216 M: "Michael S. Tsirkin" <mst@redhat.com>
13217 M: Jason Wang <jasowang@redhat.com>
13218 L: virtualization@lists.linux-foundation.org
13219 S: Maintained
13220 F: Documentation/devicetree/bindings/virtio/
13221 F: drivers/virtio/
13222 F: tools/virtio/
13223 F: drivers/net/virtio_net.c
13224 F: drivers/block/virtio_blk.c
13225 F: include/linux/virtio_*.h
13226 F: include/uapi/linux/virtio_*.h
13227 F: drivers/crypto/virtio/
13228
13229 VIRTIO DRIVERS FOR S390
13230 M: Christian Borntraeger <borntraeger@de.ibm.com>
13231 M: Cornelia Huck <cornelia.huck@de.ibm.com>
13232 L: linux-s390@vger.kernel.org
13233 L: virtualization@lists.linux-foundation.org
13234 L: kvm@vger.kernel.org
13235 S: Supported
13236 F: drivers/s390/virtio/
13237
13238 VIRTIO GPU DRIVER
13239 M: David Airlie <airlied@linux.ie>
13240 M: Gerd Hoffmann <kraxel@redhat.com>
13241 L: dri-devel@lists.freedesktop.org
13242 L: virtualization@lists.linux-foundation.org
13243 T: git git://git.kraxel.org/linux drm-qemu
13244 S: Maintained
13245 F: drivers/gpu/drm/virtio/
13246 F: include/uapi/linux/virtio_gpu.h
13247
13248 VIRTIO HOST (VHOST)
13249 M: "Michael S. Tsirkin" <mst@redhat.com>
13250 M: Jason Wang <jasowang@redhat.com>
13251 L: kvm@vger.kernel.org
13252 L: virtualization@lists.linux-foundation.org
13253 L: netdev@vger.kernel.org
13254 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
13255 S: Maintained
13256 F: drivers/vhost/
13257 F: include/uapi/linux/vhost.h
13258
13259 VIRTIO INPUT DRIVER
13260 M: Gerd Hoffmann <kraxel@redhat.com>
13261 S: Maintained
13262 F: drivers/virtio/virtio_input.c
13263 F: include/uapi/linux/virtio_input.h
13264
13265 VIRTIO CRYPTO DRIVER
13266 M: Gonglei <arei.gonglei@huawei.com>
13267 L: virtualization@lists.linux-foundation.org
13268 L: linux-crypto@vger.kernel.org
13269 S: Maintained
13270 F: drivers/crypto/virtio/
13271 F: include/uapi/linux/virtio_crypto.h
13272
13273 VIA RHINE NETWORK DRIVER
13274 S: Orphan
13275 F: drivers/net/ethernet/via/via-rhine.c
13276
13277 VIA SD/MMC CARD CONTROLLER DRIVER
13278 M: Bruce Chang <brucechang@via.com.tw>
13279 M: Harald Welte <HaraldWelte@viatech.com>
13280 S: Maintained
13281 F: drivers/mmc/host/via-sdmmc.c
13282
13283 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
13284 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
13285 L: linux-fbdev@vger.kernel.org
13286 S: Maintained
13287 F: include/linux/via-core.h
13288 F: include/linux/via-gpio.h
13289 F: include/linux/via_i2c.h
13290 F: drivers/video/fbdev/via/
13291
13292 VIA VELOCITY NETWORK DRIVER
13293 M: Francois Romieu <romieu@fr.zoreil.com>
13294 L: netdev@vger.kernel.org
13295 S: Maintained
13296 F: drivers/net/ethernet/via/via-velocity.*
13297
13298 VIRT LIB
13299 M: Alex Williamson <alex.williamson@redhat.com>
13300 M: Paolo Bonzini <pbonzini@redhat.com>
13301 L: kvm@vger.kernel.org
13302 S: Supported
13303 F: virt/lib/
13304
13305 VIVID VIRTUAL VIDEO DRIVER
13306 M: Hans Verkuil <hverkuil@xs4all.nl>
13307 L: linux-media@vger.kernel.org
13308 T: git git://linuxtv.org/media_tree.git
13309 W: https://linuxtv.org
13310 S: Maintained
13311 F: drivers/media/platform/vivid/*
13312
13313 VLAN (802.1Q)
13314 M: Patrick McHardy <kaber@trash.net>
13315 L: netdev@vger.kernel.org
13316 S: Maintained
13317 F: drivers/net/macvlan.c
13318 F: include/linux/if_*vlan.h
13319 F: net/8021q/
13320
13321 VLYNQ BUS
13322 M: Florian Fainelli <f.fainelli@gmail.com>
13323 L: openwrt-devel@lists.openwrt.org (subscribers-only)
13324 S: Maintained
13325 F: drivers/vlynq/vlynq.c
13326 F: include/linux/vlynq.h
13327
13328 VME SUBSYSTEM
13329 M: Martyn Welch <martyn@welchs.me.uk>
13330 M: Manohar Vanga <manohar.vanga@gmail.com>
13331 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13332 L: devel@driverdev.osuosl.org
13333 S: Maintained
13334 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
13335 F: Documentation/driver-api/vme.rst
13336 F: drivers/staging/vme/
13337 F: drivers/vme/
13338 F: include/linux/vme*
13339
13340 VMWARE HYPERVISOR INTERFACE
13341 M: Alok Kataria <akataria@vmware.com>
13342 L: virtualization@lists.linux-foundation.org
13343 S: Supported
13344 F: arch/x86/kernel/cpu/vmware.c
13345
13346 VMWARE BALLOON DRIVER
13347 M: Xavier Deguillard <xdeguillard@vmware.com>
13348 M: Philip Moltmann <moltmann@vmware.com>
13349 M: "VMware, Inc." <pv-drivers@vmware.com>
13350 L: linux-kernel@vger.kernel.org
13351 S: Maintained
13352 F: drivers/misc/vmw_balloon.c
13353
13354 VMWARE VMMOUSE SUBDRIVER
13355 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
13356 M: "VMware, Inc." <pv-drivers@vmware.com>
13357 L: linux-input@vger.kernel.org
13358 S: Maintained
13359 F: drivers/input/mouse/vmmouse.c
13360 F: drivers/input/mouse/vmmouse.h
13361
13362 VMWARE VMXNET3 ETHERNET DRIVER
13363 M: Shrikrishna Khare <skhare@vmware.com>
13364 M: "VMware, Inc." <pv-drivers@vmware.com>
13365 L: netdev@vger.kernel.org
13366 S: Maintained
13367 F: drivers/net/vmxnet3/
13368
13369 VMware PVSCSI driver
13370 M: Jim Gill <jgill@vmware.com>
13371 M: VMware PV-Drivers <pv-drivers@vmware.com>
13372 L: linux-scsi@vger.kernel.org
13373 S: Maintained
13374 F: drivers/scsi/vmw_pvscsi.c
13375 F: drivers/scsi/vmw_pvscsi.h
13376
13377 VMWARE PVRDMA DRIVER
13378 M: Adit Ranadive <aditr@vmware.com>
13379 M: VMware PV-Drivers <pv-drivers@vmware.com>
13380 L: linux-rdma@vger.kernel.org
13381 S: Maintained
13382 F: drivers/infiniband/hw/vmw_pvrdma/
13383
13384 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
13385 M: Liam Girdwood <lgirdwood@gmail.com>
13386 M: Mark Brown <broonie@kernel.org>
13387 L: linux-kernel@vger.kernel.org
13388 W: http://www.slimlogic.co.uk/?p=48
13389 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
13390 S: Supported
13391 F: Documentation/devicetree/bindings/regulator/
13392 F: drivers/regulator/
13393 F: include/dt-bindings/regulator/
13394 F: include/linux/regulator/
13395
13396 VRF
13397 M: David Ahern <dsa@cumulusnetworks.com>
13398 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
13399 L: netdev@vger.kernel.org
13400 S: Maintained
13401 F: drivers/net/vrf.c
13402 F: Documentation/networking/vrf.txt
13403
13404 VT1211 HARDWARE MONITOR DRIVER
13405 M: Juerg Haefliger <juergh@gmail.com>
13406 L: linux-hwmon@vger.kernel.org
13407 S: Maintained
13408 F: Documentation/hwmon/vt1211
13409 F: drivers/hwmon/vt1211.c
13410
13411 VT8231 HARDWARE MONITOR DRIVER
13412 M: Roger Lucas <vt8231@hiddenengine.co.uk>
13413 L: linux-hwmon@vger.kernel.org
13414 S: Maintained
13415 F: drivers/hwmon/vt8231.c
13416
13417 VUB300 USB to SDIO/SD/MMC bridge chip
13418 M: Tony Olech <tony.olech@elandigitalsystems.com>
13419 L: linux-mmc@vger.kernel.org
13420 L: linux-usb@vger.kernel.org
13421 S: Supported
13422 F: drivers/mmc/host/vub300.c
13423
13424 W1 DALLAS'S 1-WIRE BUS
13425 M: Evgeniy Polyakov <zbr@ioremap.net>
13426 S: Maintained
13427 F: Documentation/w1/
13428 F: drivers/w1/
13429
13430 W83791D HARDWARE MONITORING DRIVER
13431 M: Marc Hulsman <m.hulsman@tudelft.nl>
13432 L: linux-hwmon@vger.kernel.org
13433 S: Maintained
13434 F: Documentation/hwmon/w83791d
13435 F: drivers/hwmon/w83791d.c
13436
13437 W83793 HARDWARE MONITORING DRIVER
13438 M: Rudolf Marek <r.marek@assembler.cz>
13439 L: linux-hwmon@vger.kernel.org
13440 S: Maintained
13441 F: Documentation/hwmon/w83793
13442 F: drivers/hwmon/w83793.c
13443
13444 W83795 HARDWARE MONITORING DRIVER
13445 M: Jean Delvare <jdelvare@suse.com>
13446 L: linux-hwmon@vger.kernel.org
13447 S: Maintained
13448 F: drivers/hwmon/w83795.c
13449
13450 W83L51xD SD/MMC CARD INTERFACE DRIVER
13451 M: Pierre Ossman <pierre@ossman.eu>
13452 S: Maintained
13453 F: drivers/mmc/host/wbsd.*
13454
13455 WACOM PROTOCOL 4 SERIAL TABLETS
13456 M: Julian Squires <julian@cipht.net>
13457 M: Hans de Goede <hdegoede@redhat.com>
13458 L: linux-input@vger.kernel.org
13459 S: Maintained
13460 F: drivers/input/tablet/wacom_serial4.c
13461
13462 WATCHDOG DEVICE DRIVERS
13463 M: Wim Van Sebroeck <wim@iguana.be>
13464 R: Guenter Roeck <linux@roeck-us.net>
13465 L: linux-watchdog@vger.kernel.org
13466 W: http://www.linux-watchdog.org/
13467 T: git git://www.linux-watchdog.org/linux-watchdog.git
13468 S: Maintained
13469 F: Documentation/devicetree/bindings/watchdog/
13470 F: Documentation/watchdog/
13471 F: drivers/watchdog/
13472 F: include/linux/watchdog.h
13473 F: include/uapi/linux/watchdog.h
13474
13475 WIIMOTE HID DRIVER
13476 M: David Herrmann <dh.herrmann@googlemail.com>
13477 L: linux-input@vger.kernel.org
13478 S: Maintained
13479 F: drivers/hid/hid-wiimote*
13480
13481 WINBOND CIR DRIVER
13482 M: David Härdeman <david@hardeman.nu>
13483 S: Maintained
13484 F: drivers/media/rc/winbond-cir.c
13485
13486 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13487 M: William Breathitt Gray <vilhelm.gray@gmail.com>
13488 L: linux-watchdog@vger.kernel.org
13489 S: Maintained
13490 F: drivers/watchdog/ebc-c384_wdt.c
13491
13492 WINSYSTEMS WS16C48 GPIO DRIVER
13493 M: William Breathitt Gray <vilhelm.gray@gmail.com>
13494 L: linux-gpio@vger.kernel.org
13495 S: Maintained
13496 F: drivers/gpio/gpio-ws16c48.c
13497
13498 WIMAX STACK
13499 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
13500 M: linux-wimax@intel.com
13501 L: wimax@linuxwimax.org (subscribers-only)
13502 S: Supported
13503 W: http://linuxwimax.org
13504 F: Documentation/wimax/README.wimax
13505 F: include/linux/wimax/debug.h
13506 F: include/net/wimax.h
13507 F: include/uapi/linux/wimax.h
13508 F: net/wimax/
13509
13510 WISTRON LAPTOP BUTTON DRIVER
13511 M: Miloslav Trmac <mitr@volny.cz>
13512 S: Maintained
13513 F: drivers/input/misc/wistron_btns.c
13514
13515 WL3501 WIRELESS PCMCIA CARD DRIVER
13516 L: linux-wireless@vger.kernel.org
13517 S: Odd fixes
13518 F: drivers/net/wireless/wl3501*
13519
13520 WOLFSON MICROELECTRONICS DRIVERS
13521 L: patches@opensource.wolfsonmicro.com
13522 T: git https://github.com/CirrusLogic/linux-drivers.git
13523 W: https://github.com/CirrusLogic/linux-drivers/wiki
13524 S: Supported
13525 F: Documentation/hwmon/wm83??
13526 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13527 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13528 F: Documentation/devicetree/bindings/mfd/arizona.txt
13529 F: arch/arm/mach-s3c64xx/mach-crag6410*
13530 F: drivers/clk/clk-wm83*.c
13531 F: drivers/extcon/extcon-arizona.c
13532 F: drivers/leds/leds-wm83*.c
13533 F: drivers/gpio/gpio-*wm*.c
13534 F: drivers/gpio/gpio-arizona.c
13535 F: drivers/hwmon/wm83??-hwmon.c
13536 F: drivers/input/misc/wm831x-on.c
13537 F: drivers/input/touchscreen/wm831x-ts.c
13538 F: drivers/input/touchscreen/wm97*.c
13539 F: drivers/mfd/arizona*
13540 F: drivers/mfd/wm*.c
13541 F: drivers/mfd/cs47l24*
13542 F: drivers/power/supply/wm83*.c
13543 F: drivers/rtc/rtc-wm83*.c
13544 F: drivers/regulator/wm8*.c
13545 F: drivers/video/backlight/wm83*_bl.c
13546 F: drivers/watchdog/wm83*_wdt.c
13547 F: include/linux/mfd/arizona/
13548 F: include/linux/mfd/wm831x/
13549 F: include/linux/mfd/wm8350/
13550 F: include/linux/mfd/wm8400*
13551 F: include/linux/wm97xx.h
13552 F: include/sound/wm????.h
13553 F: sound/soc/codecs/arizona.?
13554 F: sound/soc/codecs/wm*
13555 F: sound/soc/codecs/cs47l24*
13556
13557 WORKQUEUE
13558 M: Tejun Heo <tj@kernel.org>
13559 R: Lai Jiangshan <jiangshanlai@gmail.com>
13560 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13561 S: Maintained
13562 F: include/linux/workqueue.h
13563 F: kernel/workqueue.c
13564 F: Documentation/core-api/workqueue.rst
13565
13566 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13567 M: Chen-Yu Tsai <wens@csie.org>
13568 L: linux-kernel@vger.kernel.org
13569 S: Maintained
13570 N: axp[128]
13571
13572 X.25 NETWORK LAYER
13573 M: Andrew Hendry <andrew.hendry@gmail.com>
13574 L: linux-x25@vger.kernel.org
13575 S: Odd Fixes
13576 F: Documentation/networking/x25*
13577 F: include/net/x25*
13578 F: net/x25/
13579
13580 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13581 M: Thomas Gleixner <tglx@linutronix.de>
13582 M: Ingo Molnar <mingo@redhat.com>
13583 M: "H. Peter Anvin" <hpa@zytor.com>
13584 M: x86@kernel.org
13585 L: linux-kernel@vger.kernel.org
13586 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13587 S: Maintained
13588 F: Documentation/x86/
13589 F: arch/x86/
13590
13591 X86 PLATFORM DRIVERS
13592 M: Darren Hart <dvhart@infradead.org>
13593 M: Andy Shevchenko <andy@infradead.org>
13594 L: platform-driver-x86@vger.kernel.org
13595 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13596 S: Maintained
13597 F: drivers/platform/x86/
13598 F: drivers/platform/olpc/
13599
13600 X86 MCE INFRASTRUCTURE
13601 M: Tony Luck <tony.luck@intel.com>
13602 M: Borislav Petkov <bp@alien8.de>
13603 L: linux-edac@vger.kernel.org
13604 S: Maintained
13605 F: arch/x86/kernel/cpu/mcheck/*
13606
13607 X86 MICROCODE UPDATE SUPPORT
13608 M: Borislav Petkov <bp@alien8.de>
13609 S: Maintained
13610 F: arch/x86/kernel/cpu/microcode/*
13611
13612 X86 VDSO
13613 M: Andy Lutomirski <luto@amacapital.net>
13614 L: linux-kernel@vger.kernel.org
13615 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13616 S: Maintained
13617 F: arch/x86/entry/vdso/
13618
13619 XC2028/3028 TUNER DRIVER
13620 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
13621 M: Mauro Carvalho Chehab <mchehab@kernel.org>
13622 L: linux-media@vger.kernel.org
13623 W: https://linuxtv.org
13624 T: git git://linuxtv.org/media_tree.git
13625 S: Maintained
13626 F: drivers/media/tuners/tuner-xc2028.*
13627
13628 XEN HYPERVISOR INTERFACE
13629 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
13630 M: Juergen Gross <jgross@suse.com>
13631 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13632 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13633 S: Supported
13634 F: arch/x86/xen/
13635 F: drivers/*/xen-*front.c
13636 F: drivers/xen/
13637 F: arch/x86/include/asm/xen/
13638 F: include/xen/
13639 F: include/uapi/xen/
13640
13641 XEN HYPERVISOR ARM
13642 M: Stefano Stabellini <sstabellini@kernel.org>
13643 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13644 S: Maintained
13645 F: arch/arm/xen/
13646 F: arch/arm/include/asm/xen/
13647
13648 XEN HYPERVISOR ARM64
13649 M: Stefano Stabellini <sstabellini@kernel.org>
13650 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13651 S: Maintained
13652 F: arch/arm64/xen/
13653 F: arch/arm64/include/asm/xen/
13654
13655 XEN NETWORK BACKEND DRIVER
13656 M: Wei Liu <wei.liu2@citrix.com>
13657 M: Paul Durrant <paul.durrant@citrix.com>
13658 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13659 L: netdev@vger.kernel.org
13660 S: Supported
13661 F: drivers/net/xen-netback/*
13662
13663 XEN PCI SUBSYSTEM
13664 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13665 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13666 S: Supported
13667 F: arch/x86/pci/*xen*
13668 F: drivers/pci/*xen*
13669
13670 XEN BLOCK SUBSYSTEM
13671 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13672 M: Roger Pau Monné <roger.pau@citrix.com>
13673 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13674 S: Supported
13675 F: drivers/block/xen-blkback/*
13676 F: drivers/block/xen*
13677
13678 XEN PVSCSI DRIVERS
13679 M: Juergen Gross <jgross@suse.com>
13680 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13681 L: linux-scsi@vger.kernel.org
13682 S: Supported
13683 F: drivers/scsi/xen-scsifront.c
13684 F: drivers/xen/xen-scsiback.c
13685 F: include/xen/interface/io/vscsiif.h
13686
13687 XEN SWIOTLB SUBSYSTEM
13688 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13689 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13690 S: Supported
13691 F: arch/x86/xen/*swiotlb*
13692 F: drivers/xen/*swiotlb*
13693
13694 XFS FILESYSTEM
13695 M: Darrick J. Wong <darrick.wong@oracle.com>
13696 M: linux-xfs@vger.kernel.org
13697 L: linux-xfs@vger.kernel.org
13698 W: http://xfs.org/
13699 T: git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
13700 S: Supported
13701 F: Documentation/filesystems/xfs.txt
13702 F: fs/xfs/
13703
13704 XILINX AXI ETHERNET DRIVER
13705 M: Anirudha Sarangi <anirudh@xilinx.com>
13706 M: John Linn <John.Linn@xilinx.com>
13707 S: Maintained
13708 F: drivers/net/ethernet/xilinx/xilinx_axienet*
13709
13710 XILINX UARTLITE SERIAL DRIVER
13711 M: Peter Korsgaard <jacmet@sunsite.dk>
13712 L: linux-serial@vger.kernel.org
13713 S: Maintained
13714 F: drivers/tty/serial/uartlite.c
13715
13716 XILINX VIDEO IP CORES
13717 M: Hyun Kwon <hyun.kwon@xilinx.com>
13718 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13719 L: linux-media@vger.kernel.org
13720 T: git git://linuxtv.org/media_tree.git
13721 S: Supported
13722 F: Documentation/devicetree/bindings/media/xilinx/
13723 F: drivers/media/platform/xilinx/
13724 F: include/uapi/linux/xilinx-v4l2-controls.h
13725
13726 XILLYBUS DRIVER
13727 M: Eli Billauer <eli.billauer@gmail.com>
13728 L: linux-kernel@vger.kernel.org
13729 S: Supported
13730 F: drivers/char/xillybus/
13731
13732 XTENSA XTFPGA PLATFORM SUPPORT
13733 M: Max Filippov <jcmvbkbc@gmail.com>
13734 L: linux-xtensa@linux-xtensa.org
13735 S: Maintained
13736 F: drivers/spi/spi-xtensa-xtfpga.c
13737 F: sound/soc/xtensa/xtfpga-i2s.c
13738
13739 YAM DRIVER FOR AX.25
13740 M: Jean-Paul Roubelat <jpr@f6fbb.org>
13741 L: linux-hams@vger.kernel.org
13742 S: Maintained
13743 F: drivers/net/hamradio/yam*
13744 F: include/linux/yam.h
13745
13746 YEALINK PHONE DRIVER
13747 M: Henk Vergonet <Henk.Vergonet@gmail.com>
13748 L: usbb2k-api-dev@nongnu.org
13749 S: Maintained
13750 F: Documentation/input/yealink.txt
13751 F: drivers/input/misc/yealink.*
13752
13753 Z8530 DRIVER FOR AX.25
13754 M: Joerg Reuter <jreuter@yaina.de>
13755 W: http://yaina.de/jreuter/
13756 W: http://www.qsl.net/dl1bke/
13757 L: linux-hams@vger.kernel.org
13758 S: Maintained
13759 F: Documentation/networking/z8530drv.txt
13760 F: drivers/net/hamradio/*scc.c
13761 F: drivers/net/hamradio/z8530.h
13762
13763 ZBUD COMPRESSED PAGE ALLOCATOR
13764 M: Seth Jennings <sjenning@redhat.com>
13765 M: Dan Streetman <ddstreet@ieee.org>
13766 L: linux-mm@kvack.org
13767 S: Maintained
13768 F: mm/zbud.c
13769 F: include/linux/zbud.h
13770
13771 ZD1211RW WIRELESS DRIVER
13772 M: Daniel Drake <dsd@gentoo.org>
13773 M: Ulrich Kunitz <kune@deine-taler.de>
13774 W: http://zd1211.ath.cx/wiki/DriverRewrite
13775 L: linux-wireless@vger.kernel.org
13776 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
13777 S: Maintained
13778 F: drivers/net/wireless/zydas/zd1211rw/
13779
13780 ZD1301_DEMOD MEDIA DRIVER
13781 M: Antti Palosaari <crope@iki.fi>
13782 L: linux-media@vger.kernel.org
13783 W: https://linuxtv.org/
13784 W: http://palosaari.fi/linux/
13785 Q: https://patchwork.linuxtv.org/project/linux-media/list/
13786 S: Maintained
13787 F: drivers/media/dvb-frontends/zd1301_demod*
13788
13789 ZD1301 MEDIA DRIVER
13790 M: Antti Palosaari <crope@iki.fi>
13791 L: linux-media@vger.kernel.org
13792 W: https://linuxtv.org/
13793 W: http://palosaari.fi/linux/
13794 Q: https://patchwork.linuxtv.org/project/linux-media/list/
13795 S: Maintained
13796 F: drivers/media/usb/dvb-usb-v2/zd1301*
13797
13798 ZPOOL COMPRESSED PAGE STORAGE API
13799 M: Dan Streetman <ddstreet@ieee.org>
13800 L: linux-mm@kvack.org
13801 S: Maintained
13802 F: mm/zpool.c
13803 F: include/linux/zpool.h
13804
13805 ZR36067 VIDEO FOR LINUX DRIVER
13806 L: mjpeg-users@lists.sourceforge.net
13807 L: linux-media@vger.kernel.org
13808 W: http://mjpeg.sourceforge.net/driver-zoran/
13809 T: hg https://linuxtv.org/hg/v4l-dvb
13810 S: Odd Fixes
13811 F: drivers/media/pci/zoran/
13812
13813 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13814 M: Minchan Kim <minchan@kernel.org>
13815 M: Nitin Gupta <ngupta@vflare.org>
13816 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13817 L: linux-kernel@vger.kernel.org
13818 S: Maintained
13819 F: drivers/block/zram/
13820 F: Documentation/blockdev/zram.txt
13821
13822 ZS DECSTATION Z85C30 SERIAL DRIVER
13823 M: "Maciej W. Rozycki" <macro@linux-mips.org>
13824 S: Maintained
13825 F: drivers/tty/serial/zs.*
13826
13827 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13828 M: Minchan Kim <minchan@kernel.org>
13829 M: Nitin Gupta <ngupta@vflare.org>
13830 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13831 L: linux-mm@kvack.org
13832 S: Maintained
13833 F: mm/zsmalloc.c
13834 F: include/linux/zsmalloc.h
13835 F: Documentation/vm/zsmalloc.txt
13836
13837 ZSWAP COMPRESSED SWAP CACHING
13838 M: Seth Jennings <sjenning@redhat.com>
13839 M: Dan Streetman <ddstreet@ieee.org>
13840 L: linux-mm@kvack.org
13841 S: Maintained
13842 F: mm/zswap.c
13843
13844 THE REST
13845 M: Linus Torvalds <torvalds@linux-foundation.org>
13846 L: linux-kernel@vger.kernel.org
13847 Q: http://patchwork.kernel.org/project/LKML/list/
13848 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13849 S: Buried alive in reporters
13850 F: *
13851 F: */