]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - MAINTAINERS
MAINTAINERS: add drm and drm/i915 irc channels
[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/CodingStyle for guidance here.
39
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details.
45
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
49
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
52
53 PLEASE remember that submissions must be made under the terms
54 of the Linux Foundation certificate of contribution and should
55 include a Signed-off-by: line. The current version of this
56 "Developer's Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
58
59 6. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
61 not you.
62
63 7. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
65 does not respond.
66
67 8. Happy hacking.
68
69 Descriptions of section entries:
70
71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
73 R: Designated reviewer: FullName <address@domain>
74 These reviewers should be CCed on patches.
75 L: Mailing list that is relevant to this area
76 W: Web-page with status/info
77 B: URI for where to file bugs. A web-page with detailed bug
78 filing info, a direct bug tracker link, or a mailto: URI.
79 C: URI for chat protocol, server and channel where developers
80 usually hang out, for example irc://server/channel.
81 Q: Patchwork web based patch tracking system site
82 T: SCM tree type and location.
83 Type is one of: git, hg, quilt, stgit, topgit
84 B: Bug tracking system location.
85 S: Status, one of the following:
86 Supported: Someone is actually paid to look after this.
87 Maintained: Someone actually looks after it.
88 Odd Fixes: It has a maintainer but they don't have time to do
89 much other than throw the odd patch in. See below..
90 Orphan: No current maintainer [but maybe you could take the
91 role as you write your new code].
92 Obsolete: Old code. Something tagged obsolete generally means
93 it has been replaced by a better system and you
94 should be using that.
95 F: Files and directories with wildcard patterns.
96 A trailing slash includes all files and subdirectory files.
97 F: drivers/net/ all files in and below drivers/net
98 F: drivers/net/* all files in drivers/net, but not below
99 F: */net/* all files in "any top level directory"/net
100 One pattern per line. Multiple F: lines acceptable.
101 N: Files and directories with regex patterns.
102 N: [^a-z]tegra all files whose path contains the word tegra
103 One pattern per line. Multiple N: lines acceptable.
104 scripts/get_maintainer.pl has different behavior for files that
105 match F: pattern and matches of N: patterns. By default,
106 get_maintainer will not look at git log history when an F: pattern
107 match occurs. When an N: match occurs, git log history is used
108 to also notify the people that have git commit signatures.
109 X: Files and directories that are NOT maintained, same rules as F:
110 Files exclusions are tested before file matches.
111 Can be useful for excluding a specific subdirectory, for instance:
112 F: net/
113 X: net/ipv6/
114 matches all files in and below net excluding net/ipv6/
115 K: Keyword perl extended regex pattern to match content in a
116 patch or file. For instance:
117 K: of_get_profile
118 matches patches or files that contain "of_get_profile"
119 K: \b(printk|pr_(info|err))\b
120 matches patches or files that contain one or more of the words
121 printk, pr_info or pr_err
122 One regex pattern per line. Multiple K: lines acceptable.
123
124 Note: For the hard of thinking, this list is meant to remain in alphabetical
125 order. If you could add yourselves to it in alphabetical order that would be
126 so much easier [Ed]
127
128 Maintainers List (try to look for most precise areas first)
129
130 -----------------------------------
131
132 3C59X NETWORK DRIVER
133 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
134 L: netdev@vger.kernel.org
135 S: Maintained
136 F: Documentation/networking/vortex.txt
137 F: drivers/net/ethernet/3com/3c59x.c
138
139 3CR990 NETWORK DRIVER
140 M: David Dillow <dave@thedillows.org>
141 L: netdev@vger.kernel.org
142 S: Maintained
143 F: drivers/net/ethernet/3com/typhoon*
144
145 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
146 M: Adam Radford <linuxraid@lsi.com>
147 L: linux-scsi@vger.kernel.org
148 W: http://www.lsi.com
149 S: Supported
150 F: drivers/scsi/3w-*
151
152 53C700 AND 53C700-66 SCSI DRIVER
153 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
154 L: linux-scsi@vger.kernel.org
155 S: Maintained
156 F: drivers/scsi/53c700*
157
158 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
159 M: Alexander Aring <aar@pengutronix.de>
160 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
161 L: linux-bluetooth@vger.kernel.org
162 L: linux-wpan@vger.kernel.org
163 S: Maintained
164 F: net/6lowpan/
165 F: include/net/6lowpan.h
166 F: Documentation/networking/6lowpan.txt
167
168 6PACK NETWORK DRIVER FOR AX.25
169 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
170 L: linux-hams@vger.kernel.org
171 S: Maintained
172 F: drivers/net/hamradio/6pack.c
173
174 8169 10/100/1000 GIGABIT ETHERNET DRIVER
175 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
176 L: netdev@vger.kernel.org
177 S: Maintained
178 F: drivers/net/ethernet/realtek/r8169.c
179
180 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
181 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
182 L: linux-serial@vger.kernel.org
183 S: Maintained
184 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
185 F: drivers/tty/serial/8250*
186 F: include/linux/serial_8250.h
187
188 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
189 L: netdev@vger.kernel.org
190 S: Orphan / Obsolete
191 F: drivers/net/ethernet/8390/
192
193 9P FILE SYSTEM
194 M: Eric Van Hensbergen <ericvh@gmail.com>
195 M: Ron Minnich <rminnich@sandia.gov>
196 M: Latchesar Ionkov <lucho@ionkov.net>
197 L: v9fs-developer@lists.sourceforge.net
198 W: http://swik.net/v9fs
199 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
200 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
201 S: Maintained
202 F: Documentation/filesystems/9p.txt
203 F: fs/9p/
204 F: net/9p/
205 F: include/net/9p/
206 F: include/uapi/linux/virtio_9p.h
207 F: include/trace/events/9p.h
208
209
210 A8293 MEDIA DRIVER
211 M: Antti Palosaari <crope@iki.fi>
212 L: linux-media@vger.kernel.org
213 W: https://linuxtv.org
214 W: http://palosaari.fi/linux/
215 Q: http://patchwork.linuxtv.org/project/linux-media/list/
216 T: git git://linuxtv.org/anttip/media_tree.git
217 S: Maintained
218 F: drivers/media/dvb-frontends/a8293*
219
220 AACRAID SCSI RAID DRIVER
221 M: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
222 L: linux-scsi@vger.kernel.org
223 W: http://www.adaptec.com/
224 S: Supported
225 F: Documentation/scsi/aacraid.txt
226 F: drivers/scsi/aacraid/
227
228 ABI/API
229 L: linux-api@vger.kernel.org
230 F: include/linux/syscalls.h
231 F: kernel/sys_ni.c
232
233 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
234 M: Hans de Goede <hdegoede@redhat.com>
235 L: linux-hwmon@vger.kernel.org
236 S: Maintained
237 F: drivers/hwmon/abituguru.c
238
239 ABIT UGURU 3 HARDWARE MONITOR DRIVER
240 M: Alistair John Strachan <alistair@devzero.co.uk>
241 L: linux-hwmon@vger.kernel.org
242 S: Maintained
243 F: drivers/hwmon/abituguru3.c
244
245 ACCES 104-DIO-48E GPIO DRIVER
246 M: William Breathitt Gray <vilhelm.gray@gmail.com>
247 L: linux-gpio@vger.kernel.org
248 S: Maintained
249 F: drivers/gpio/gpio-104-dio-48e.c
250
251 ACCES 104-IDI-48 GPIO DRIVER
252 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
253 L: linux-gpio@vger.kernel.org
254 S: Maintained
255 F: drivers/gpio/gpio-104-idi-48.c
256
257 ACCES 104-IDIO-16 GPIO DRIVER
258 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
259 L: linux-gpio@vger.kernel.org
260 S: Maintained
261 F: drivers/gpio/gpio-104-idio-16.c
262
263 ACENIC DRIVER
264 M: Jes Sorensen <jes@trained-monkey.org>
265 L: linux-acenic@sunsite.dk
266 S: Maintained
267 F: drivers/net/ethernet/alteon/acenic*
268
269 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
270 M: Peter Feuerer <peter@piie.net>
271 L: platform-driver-x86@vger.kernel.org
272 W: http://piie.net/?section=acerhdf
273 S: Maintained
274 F: drivers/platform/x86/acerhdf.c
275
276 ACER WMI LAPTOP EXTRAS
277 M: "Lee, Chun-Yi" <jlee@suse.com>
278 L: platform-driver-x86@vger.kernel.org
279 S: Maintained
280 F: drivers/platform/x86/acer-wmi.c
281
282 ACPI
283 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
284 M: Len Brown <lenb@kernel.org>
285 L: linux-acpi@vger.kernel.org
286 W: https://01.org/linux-acpi
287 Q: https://patchwork.kernel.org/project/linux-acpi/list/
288 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
289 B: https://bugzilla.kernel.org
290 S: Supported
291 F: drivers/acpi/
292 F: drivers/pnp/pnpacpi/
293 F: include/linux/acpi.h
294 F: include/acpi/
295 F: Documentation/acpi/
296 F: Documentation/ABI/testing/sysfs-bus-acpi
297 F: Documentation/ABI/testing/configfs-acpi
298 F: drivers/pci/*acpi*
299 F: drivers/pci/*/*acpi*
300 F: drivers/pci/*/*/*acpi*
301 F: tools/power/acpi/
302
303 ACPI COMPONENT ARCHITECTURE (ACPICA)
304 M: Robert Moore <robert.moore@intel.com>
305 M: Lv Zheng <lv.zheng@intel.com>
306 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
307 L: linux-acpi@vger.kernel.org
308 L: devel@acpica.org
309 W: https://acpica.org/
310 W: https://github.com/acpica/acpica/
311 Q: https://patchwork.kernel.org/project/linux-acpi/list/
312 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
313 B: https://bugzilla.kernel.org
314 B: https://bugs.acpica.org
315 S: Supported
316 F: drivers/acpi/acpica/
317 F: include/acpi/
318 F: tools/power/acpi/
319
320 ACPI FAN DRIVER
321 M: Zhang Rui <rui.zhang@intel.com>
322 L: linux-acpi@vger.kernel.org
323 W: https://01.org/linux-acpi
324 B: https://bugzilla.kernel.org
325 S: Supported
326 F: drivers/acpi/fan.c
327
328 ACPI FOR ARM64 (ACPI/arm64)
329 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
330 M: Hanjun Guo <hanjun.guo@linaro.org>
331 M: Sudeep Holla <sudeep.holla@arm.com>
332 L: linux-acpi@vger.kernel.org
333 S: Maintained
334 F: drivers/acpi/arm64
335
336 ACPI THERMAL DRIVER
337 M: Zhang Rui <rui.zhang@intel.com>
338 L: linux-acpi@vger.kernel.org
339 W: https://01.org/linux-acpi
340 B: https://bugzilla.kernel.org
341 S: Supported
342 F: drivers/acpi/*thermal*
343
344 ACPI VIDEO DRIVER
345 M: Zhang Rui <rui.zhang@intel.com>
346 L: linux-acpi@vger.kernel.org
347 W: https://01.org/linux-acpi
348 B: https://bugzilla.kernel.org
349 S: Supported
350 F: drivers/acpi/acpi_video.c
351
352 ACPI WMI DRIVER
353 L: platform-driver-x86@vger.kernel.org
354 S: Orphan
355 F: drivers/platform/x86/wmi.c
356
357 AD1889 ALSA SOUND DRIVER
358 M: Thibaut Varene <T-Bone@parisc-linux.org>
359 W: http://wiki.parisc-linux.org/AD1889
360 L: linux-parisc@vger.kernel.org
361 S: Maintained
362 F: sound/pci/ad1889.*
363
364 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
365 M: Michael Hennerich <michael.hennerich@analog.com>
366 W: http://wiki.analog.com/AD5254
367 W: http://ez.analog.com/community/linux-device-drivers
368 S: Supported
369 F: drivers/misc/ad525x_dpot.c
370
371 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
372 M: Michael Hennerich <michael.hennerich@analog.com>
373 W: http://wiki.analog.com/AD5398
374 W: http://ez.analog.com/community/linux-device-drivers
375 S: Supported
376 F: drivers/regulator/ad5398.c
377
378 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
379 M: Michael Hennerich <michael.hennerich@analog.com>
380 W: http://wiki.analog.com/AD7142
381 W: http://ez.analog.com/community/linux-device-drivers
382 S: Supported
383 F: drivers/input/misc/ad714x.c
384
385 AD7877 TOUCHSCREEN DRIVER
386 M: Michael Hennerich <michael.hennerich@analog.com>
387 W: http://wiki.analog.com/AD7877
388 W: http://ez.analog.com/community/linux-device-drivers
389 S: Supported
390 F: drivers/input/touchscreen/ad7877.c
391
392 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
393 M: Michael Hennerich <michael.hennerich@analog.com>
394 W: http://wiki.analog.com/AD7879
395 W: http://ez.analog.com/community/linux-device-drivers
396 S: Supported
397 F: drivers/input/touchscreen/ad7879.c
398
399 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
400 M: Jiri Kosina <jikos@kernel.org>
401 S: Maintained
402
403 ADF7242 IEEE 802.15.4 RADIO DRIVER
404 M: Michael Hennerich <michael.hennerich@analog.com>
405 W: https://wiki.analog.com/ADF7242
406 W: http://ez.analog.com/community/linux-device-drivers
407 L: linux-wpan@vger.kernel.org
408 S: Supported
409 F: drivers/net/ieee802154/adf7242.c
410 F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
411
412 ADM1025 HARDWARE MONITOR DRIVER
413 M: Jean Delvare <jdelvare@suse.com>
414 L: linux-hwmon@vger.kernel.org
415 S: Maintained
416 F: Documentation/hwmon/adm1025
417 F: drivers/hwmon/adm1025.c
418
419 ADM1029 HARDWARE MONITOR DRIVER
420 M: Corentin Labbe <clabbe.montjoie@gmail.com>
421 L: linux-hwmon@vger.kernel.org
422 S: Maintained
423 F: drivers/hwmon/adm1029.c
424
425 ADM8211 WIRELESS DRIVER
426 L: linux-wireless@vger.kernel.org
427 W: http://wireless.kernel.org/
428 S: Orphan
429 F: drivers/net/wireless/admtek/adm8211.*
430
431 ADP1653 FLASH CONTROLLER DRIVER
432 M: Sakari Ailus <sakari.ailus@iki.fi>
433 L: linux-media@vger.kernel.org
434 S: Maintained
435 F: drivers/media/i2c/adp1653.c
436 F: include/media/i2c/adp1653.h
437
438 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
439 M: Michael Hennerich <michael.hennerich@analog.com>
440 W: http://wiki.analog.com/ADP5520
441 W: http://ez.analog.com/community/linux-device-drivers
442 S: Supported
443 F: drivers/mfd/adp5520.c
444 F: drivers/video/backlight/adp5520_bl.c
445 F: drivers/leds/leds-adp5520.c
446 F: drivers/gpio/gpio-adp5520.c
447 F: drivers/input/keyboard/adp5520-keys.c
448
449 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
450 M: Michael Hennerich <michael.hennerich@analog.com>
451 W: http://wiki.analog.com/ADP5588
452 W: http://ez.analog.com/community/linux-device-drivers
453 S: Supported
454 F: drivers/input/keyboard/adp5588-keys.c
455 F: drivers/gpio/gpio-adp5588.c
456
457 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
458 M: Michael Hennerich <michael.hennerich@analog.com>
459 W: http://wiki.analog.com/ADP8860
460 W: http://ez.analog.com/community/linux-device-drivers
461 S: Supported
462 F: drivers/video/backlight/adp8860_bl.c
463
464 ADS1015 HARDWARE MONITOR DRIVER
465 M: Dirk Eibach <eibach@gdsys.de>
466 L: linux-hwmon@vger.kernel.org
467 S: Maintained
468 F: Documentation/hwmon/ads1015
469 F: drivers/hwmon/ads1015.c
470 F: include/linux/i2c/ads1015.h
471
472 ADT746X FAN DRIVER
473 M: Colin Leroy <colin@colino.net>
474 S: Maintained
475 F: drivers/macintosh/therm_adt746x.c
476
477 ADT7475 HARDWARE MONITOR DRIVER
478 M: Jean Delvare <jdelvare@suse.com>
479 L: linux-hwmon@vger.kernel.org
480 S: Maintained
481 F: Documentation/hwmon/adt7475
482 F: drivers/hwmon/adt7475.c
483
484 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
485 M: Michael Hennerich <michael.hennerich@analog.com>
486 W: http://wiki.analog.com/ADXL345
487 W: http://ez.analog.com/community/linux-device-drivers
488 S: Supported
489 F: drivers/input/misc/adxl34x.c
490
491 ADVANSYS SCSI DRIVER
492 M: Matthew Wilcox <matthew@wil.cx>
493 M: Hannes Reinecke <hare@suse.com>
494 L: linux-scsi@vger.kernel.org
495 S: Maintained
496 F: Documentation/scsi/advansys.txt
497 F: drivers/scsi/advansys.c
498
499 AEDSP16 DRIVER
500 M: Riccardo Facchetti <fizban@tin.it>
501 S: Maintained
502 F: sound/oss/aedsp16.c
503
504 AF9013 MEDIA DRIVER
505 M: Antti Palosaari <crope@iki.fi>
506 L: linux-media@vger.kernel.org
507 W: https://linuxtv.org
508 W: http://palosaari.fi/linux/
509 Q: http://patchwork.linuxtv.org/project/linux-media/list/
510 T: git git://linuxtv.org/anttip/media_tree.git
511 S: Maintained
512 F: drivers/media/dvb-frontends/af9013*
513
514 AF9033 MEDIA DRIVER
515 M: Antti Palosaari <crope@iki.fi>
516 L: linux-media@vger.kernel.org
517 W: https://linuxtv.org
518 W: http://palosaari.fi/linux/
519 Q: http://patchwork.linuxtv.org/project/linux-media/list/
520 T: git git://linuxtv.org/anttip/media_tree.git
521 S: Maintained
522 F: drivers/media/dvb-frontends/af9033*
523
524 AFFS FILE SYSTEM
525 L: linux-fsdevel@vger.kernel.org
526 S: Orphan
527 F: Documentation/filesystems/affs.txt
528 F: fs/affs/
529
530 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
531 M: David Howells <dhowells@redhat.com>
532 L: linux-afs@lists.infradead.org
533 S: Supported
534 F: fs/afs/
535 F: include/net/af_rxrpc.h
536 F: net/rxrpc/af_rxrpc.c
537
538 AGPGART DRIVER
539 M: David Airlie <airlied@linux.ie>
540 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
541 S: Maintained
542 F: drivers/char/agp/
543 F: include/linux/agp*
544 F: include/uapi/linux/agp*
545
546 AHA152X SCSI DRIVER
547 M: "Juergen E. Fischer" <fischer@norbit.de>
548 L: linux-scsi@vger.kernel.org
549 S: Maintained
550 F: drivers/scsi/aha152x*
551 F: drivers/scsi/pcmcia/aha152x*
552
553 AIC7XXX / AIC79XX SCSI DRIVER
554 M: Hannes Reinecke <hare@suse.com>
555 L: linux-scsi@vger.kernel.org
556 S: Maintained
557 F: drivers/scsi/aic7xxx/
558
559 AIMSLAB FM RADIO RECEIVER DRIVER
560 M: Hans Verkuil <hverkuil@xs4all.nl>
561 L: linux-media@vger.kernel.org
562 T: git git://linuxtv.org/media_tree.git
563 W: https://linuxtv.org
564 S: Maintained
565 F: drivers/media/radio/radio-aimslab*
566
567 AIO
568 M: Benjamin LaHaise <bcrl@kvack.org>
569 L: linux-aio@kvack.org
570 S: Supported
571 F: fs/aio.c
572 F: include/linux/*aio*.h
573
574 AIRSPY MEDIA DRIVER
575 M: Antti Palosaari <crope@iki.fi>
576 L: linux-media@vger.kernel.org
577 W: https://linuxtv.org
578 W: http://palosaari.fi/linux/
579 Q: http://patchwork.linuxtv.org/project/linux-media/list/
580 T: git git://linuxtv.org/anttip/media_tree.git
581 S: Maintained
582 F: drivers/media/usb/airspy/
583
584 ALACRITECH GIGABIT ETHERNET DRIVER
585 M: Lino Sanfilippo <LinoSanfilippo@gmx.de>
586 S: Maintained
587 F: drivers/net/ethernet/alacritech/*
588
589 ALCATEL SPEEDTOUCH USB DRIVER
590 M: Duncan Sands <duncan.sands@free.fr>
591 L: linux-usb@vger.kernel.org
592 W: http://www.linux-usb.org/SpeedTouch/
593 S: Maintained
594 F: drivers/usb/atm/speedtch.c
595 F: drivers/usb/atm/usbatm.c
596
597 ALCHEMY AU1XX0 MMC DRIVER
598 M: Manuel Lauss <manuel.lauss@gmail.com>
599 S: Maintained
600 F: drivers/mmc/host/au1xmmc.c
601
602 ALI1563 I2C DRIVER
603 M: Rudolf Marek <r.marek@assembler.cz>
604 L: linux-i2c@vger.kernel.org
605 S: Maintained
606 F: Documentation/i2c/busses/i2c-ali1563
607 F: drivers/i2c/busses/i2c-ali1563.c
608
609 ALLWINNER SECURITY SYSTEM
610 M: Corentin Labbe <clabbe.montjoie@gmail.com>
611 L: linux-crypto@vger.kernel.org
612 S: Maintained
613 F: drivers/crypto/sunxi-ss/
614
615 ALPHA PORT
616 M: Richard Henderson <rth@twiddle.net>
617 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
618 M: Matt Turner <mattst88@gmail.com>
619 S: Odd Fixes
620 L: linux-alpha@vger.kernel.org
621 F: arch/alpha/
622
623 ALPS PS/2 TOUCHPAD DRIVER
624 R: Pali Rohár <pali.rohar@gmail.com>
625 F: drivers/input/mouse/alps.*
626
627 ALTERA MAILBOX DRIVER
628 M: Ley Foon Tan <lftan@altera.com>
629 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
630 S: Maintained
631 F: drivers/mailbox/mailbox-altera.c
632
633 ALTERA PIO DRIVER
634 M: Tien Hock Loh <thloh@altera.com>
635 L: linux-gpio@vger.kernel.org
636 S: Maintained
637 F: drivers/gpio/gpio-altera.c
638
639 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
640 M: Thor Thayer <tthayer@opensource.altera.com>
641 S: Maintained
642 F: drivers/gpio/gpio-altera-a10sr.c
643 F: drivers/mfd/altera-a10sr.c
644 F: include/linux/mfd/altera-a10sr.h
645
646 ALTERA TRIPLE SPEED ETHERNET DRIVER
647 M: Vince Bridgers <vbridger@opensource.altera.com>
648 L: netdev@vger.kernel.org
649 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
650 S: Maintained
651 F: drivers/net/ethernet/altera/
652
653 ALTERA UART/JTAG UART SERIAL DRIVERS
654 M: Tobias Klauser <tklauser@distanz.ch>
655 L: linux-serial@vger.kernel.org
656 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
657 S: Maintained
658 F: drivers/tty/serial/altera_uart.c
659 F: drivers/tty/serial/altera_jtaguart.c
660 F: include/linux/altera_uart.h
661 F: include/linux/altera_jtaguart.h
662
663 AMAZON ETHERNET DRIVERS
664 M: Netanel Belgazal <netanel@annapurnalabs.com>
665 R: Saeed Bishara <saeed@annapurnalabs.com>
666 R: Zorik Machulsky <zorik@annapurnalabs.com>
667 L: netdev@vger.kernel.org
668 S: Supported
669 F: Documentation/networking/ena.txt
670 F: drivers/net/ethernet/amazon/
671
672 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
673 M: Tom Lendacky <thomas.lendacky@amd.com>
674 M: Gary Hook <gary.hook@amd.com>
675 L: linux-crypto@vger.kernel.org
676 S: Supported
677 F: drivers/crypto/ccp/
678 F: include/linux/ccp.h
679
680 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
681 M: Huang Rui <ray.huang@amd.com>
682 L: linux-hwmon@vger.kernel.org
683 S: Supported
684 F: Documentation/hwmon/fam15h_power
685 F: drivers/hwmon/fam15h_power.c
686
687 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
688 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
689 S: Orphan
690 F: drivers/usb/gadget/udc/amd5536udc.*
691
692 AMD GEODE PROCESSOR/CHIPSET SUPPORT
693 P: Andres Salomon <dilinger@queued.net>
694 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
695 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
696 S: Supported
697 F: drivers/char/hw_random/geode-rng.c
698 F: drivers/crypto/geode*
699 F: drivers/video/fbdev/geode/
700 F: arch/x86/include/asm/geode.h
701
702 AMD IOMMU (AMD-VI)
703 M: Joerg Roedel <joro@8bytes.org>
704 L: iommu@lists.linux-foundation.org
705 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
706 S: Maintained
707 F: drivers/iommu/amd_iommu*.[ch]
708 F: include/linux/amd-iommu.h
709
710 AMD KFD
711 M: Oded Gabbay <oded.gabbay@gmail.com>
712 L: dri-devel@lists.freedesktop.org
713 T: git git://people.freedesktop.org/~gabbayo/linux.git
714 S: Supported
715 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
716 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
717 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
718 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
719 F: drivers/gpu/drm/amd/amdkfd/
720 F: drivers/gpu/drm/amd/include/cik_structs.h
721 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
722 F: drivers/gpu/drm/amd/include/vi_structs.h
723 F: drivers/gpu/drm/radeon/radeon_kfd.c
724 F: drivers/gpu/drm/radeon/radeon_kfd.h
725 F: include/uapi/linux/kfd_ioctl.h
726
727 AMD SEATTLE DEVICE TREE SUPPORT
728 M: Brijesh Singh <brijeshkumar.singh@amd.com>
729 M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
730 M: Tom Lendacky <thomas.lendacky@amd.com>
731 S: Supported
732 F: arch/arm64/boot/dts/amd/
733
734 AMD XGBE DRIVER
735 M: Tom Lendacky <thomas.lendacky@amd.com>
736 L: netdev@vger.kernel.org
737 S: Supported
738 F: drivers/net/ethernet/amd/xgbe/
739 F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
740
741 AMS (Apple Motion Sensor) DRIVER
742 M: Michael Hanselmann <linux-kernel@hansmi.ch>
743 S: Supported
744 F: drivers/macintosh/ams/
745
746 ANALOG DEVICES INC AD9389B DRIVER
747 M: Hans Verkuil <hans.verkuil@cisco.com>
748 L: linux-media@vger.kernel.org
749 S: Maintained
750 F: drivers/media/i2c/ad9389b*
751
752 ANALOG DEVICES INC ADV7180 DRIVER
753 M: Lars-Peter Clausen <lars@metafoo.de>
754 L: linux-media@vger.kernel.org
755 W: http://ez.analog.com/community/linux-device-drivers
756 S: Supported
757 F: drivers/media/i2c/adv7180.c
758
759 ANALOG DEVICES INC ADV7511 DRIVER
760 M: Hans Verkuil <hans.verkuil@cisco.com>
761 L: linux-media@vger.kernel.org
762 S: Maintained
763 F: drivers/media/i2c/adv7511*
764
765 ANALOG DEVICES INC ADV7604 DRIVER
766 M: Hans Verkuil <hans.verkuil@cisco.com>
767 L: linux-media@vger.kernel.org
768 S: Maintained
769 F: drivers/media/i2c/adv7604*
770
771 ANALOG DEVICES INC ADV7842 DRIVER
772 M: Hans Verkuil <hans.verkuil@cisco.com>
773 L: linux-media@vger.kernel.org
774 S: Maintained
775 F: drivers/media/i2c/adv7842*
776
777 ANALOG DEVICES INC ASOC CODEC DRIVERS
778 M: Lars-Peter Clausen <lars@metafoo.de>
779 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
780 W: http://wiki.analog.com/
781 W: http://ez.analog.com/community/linux-device-drivers
782 S: Supported
783 F: sound/soc/codecs/adau*
784 F: sound/soc/codecs/adav*
785 F: sound/soc/codecs/ad1*
786 F: sound/soc/codecs/ad7*
787 F: sound/soc/codecs/ssm*
788 F: sound/soc/codecs/sigmadsp.*
789
790 ANALOG DEVICES INC ASOC DRIVERS
791 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
792 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
793 W: http://blackfin.uclinux.org/
794 S: Supported
795 F: sound/soc/blackfin/*
796
797 ANALOG DEVICES INC IIO DRIVERS
798 M: Lars-Peter Clausen <lars@metafoo.de>
799 M: Michael Hennerich <Michael.Hennerich@analog.com>
800 W: http://wiki.analog.com/
801 W: http://ez.analog.com/community/linux-device-drivers
802 S: Supported
803 F: drivers/iio/*/ad*
804 X: drivers/iio/*/adjd*
805 F: drivers/staging/iio/*/ad*
806 F: staging/iio/trigger/iio-trig-bfin-timer.c
807
808 ANALOG DEVICES INC DMA DRIVERS
809 M: Lars-Peter Clausen <lars@metafoo.de>
810 W: http://ez.analog.com/community/linux-device-drivers
811 S: Supported
812 F: drivers/dma/dma-axi-dmac.c
813
814 ANDROID CONFIG FRAGMENTS
815 M: Rob Herring <robh@kernel.org>
816 S: Supported
817 F: kernel/configs/android*
818
819 ANDROID DRIVERS
820 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
821 M: Arve Hjønnevåg <arve@android.com>
822 M: Riley Andrews <riandrews@android.com>
823 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
824 L: devel@driverdev.osuosl.org
825 S: Supported
826 F: drivers/android/
827 F: drivers/staging/android/
828
829 ANDROID ION DRIVER
830 M: Laura Abbott <labbott@redhat.com>
831 M: Sumit Semwal <sumit.semwal@linaro.org>
832 L: devel@driverdev.osuosl.org
833 S: Supported
834 F: Documentation/devicetree/bindings/staging/ion/
835 F: drivers/staging/android/ion
836 F: drivers/staging/android/uapi/ion.h
837 F: drivers/staging/android/uapi/ion_test.h
838
839 AOA (Apple Onboard Audio) ALSA DRIVER
840 M: Johannes Berg <johannes@sipsolutions.net>
841 L: linuxppc-dev@lists.ozlabs.org
842 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
843 S: Maintained
844 F: sound/aoa/
845
846 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
847 M: William Breathitt Gray <vilhelm.gray@gmail.com>
848 L: linux-iio@vger.kernel.org
849 S: Maintained
850 F: drivers/iio/adc/stx104.c
851
852 APM DRIVER
853 M: Jiri Kosina <jikos@kernel.org>
854 S: Odd fixes
855 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
856 F: arch/x86/kernel/apm_32.c
857 F: include/linux/apm_bios.h
858 F: include/uapi/linux/apm_bios.h
859 F: drivers/char/apm-emulation.c
860
861 APPLE BCM5974 MULTITOUCH DRIVER
862 M: Henrik Rydberg <rydberg@bitmath.org>
863 L: linux-input@vger.kernel.org
864 S: Odd fixes
865 F: drivers/input/mouse/bcm5974.c
866
867 APPLE SMC DRIVER
868 M: Henrik Rydberg <rydberg@bitmath.org>
869 L: linux-hwmon@vger.kernel.org
870 S: Odd fixes
871 F: drivers/hwmon/applesmc.c
872
873 APPLETALK NETWORK LAYER
874 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
875 S: Maintained
876 F: drivers/net/appletalk/
877 F: net/appletalk/
878
879 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
880 M: Duc Dang <dhdang@apm.com>
881 S: Supported
882 F: arch/arm64/boot/dts/apm/
883
884 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
885 M: Iyappan Subramanian <isubramanian@apm.com>
886 M: Keyur Chudgar <kchudgar@apm.com>
887 S: Supported
888 F: drivers/net/ethernet/apm/xgene/
889 F: drivers/net/phy/mdio-xgene.c
890 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
891 F: Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
892
893 APPLIED MICRO (APM) X-GENE SOC PMU
894 M: Tai Nguyen <ttnguyen@apm.com>
895 S: Supported
896 F: drivers/perf/xgene_pmu.c
897 F: Documentation/perf/xgene-pmu.txt
898 F: Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
899
900 APTINA CAMERA SENSOR PLL
901 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
902 L: linux-media@vger.kernel.org
903 S: Maintained
904 F: drivers/media/i2c/aptina-pll.*
905
906 ARC FRAMEBUFFER DRIVER
907 M: Jaya Kumar <jayalk@intworks.biz>
908 S: Maintained
909 F: drivers/video/fbdev/arcfb.c
910 F: drivers/video/fbdev/core/fb_defio.c
911
912 ARCNET NETWORK LAYER
913 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
914 L: netdev@vger.kernel.org
915 S: Maintained
916 F: drivers/net/arcnet/
917 F: include/uapi/linux/if_arcnet.h
918
919 ARC PGU DRM DRIVER
920 M: Alexey Brodkin <abrodkin@synopsys.com>
921 S: Supported
922 F: drivers/gpu/drm/arc/
923 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
924
925 ARM ARCHITECTED TIMER DRIVER
926 M: Mark Rutland <mark.rutland@arm.com>
927 M: Marc Zyngier <marc.zyngier@arm.com>
928 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
929 S: Maintained
930 F: arch/arm/include/asm/arch_timer.h
931 F: arch/arm64/include/asm/arch_timer.h
932 F: drivers/clocksource/arm_arch_timer.c
933
934 ARM HDLCD DRM DRIVER
935 M: Liviu Dudau <liviu.dudau@arm.com>
936 S: Supported
937 F: drivers/gpu/drm/arm/hdlcd_*
938 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
939
940 ARM MALI-DP DRM DRIVER
941 M: Liviu Dudau <liviu.dudau@arm.com>
942 M: Brian Starkey <brian.starkey@arm.com>
943 M: Mali DP Maintainers <malidp@foss.arm.com>
944 S: Supported
945 F: drivers/gpu/drm/arm/
946 F: Documentation/devicetree/bindings/display/arm,malidp.txt
947
948 ARM MFM AND FLOPPY DRIVERS
949 M: Ian Molton <spyro@f2s.com>
950 S: Maintained
951 F: arch/arm/lib/floppydma.S
952 F: arch/arm/include/asm/floppy.h
953
954 ARM PMU PROFILING AND DEBUGGING
955 M: Will Deacon <will.deacon@arm.com>
956 M: Mark Rutland <mark.rutland@arm.com>
957 S: Maintained
958 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
959 F: arch/arm*/kernel/perf_*
960 F: arch/arm/oprofile/common.c
961 F: arch/arm*/kernel/hw_breakpoint.c
962 F: arch/arm*/include/asm/hw_breakpoint.h
963 F: arch/arm*/include/asm/perf_event.h
964 F: drivers/perf/*
965 F: include/linux/perf/arm_pmu.h
966 F: Documentation/devicetree/bindings/arm/pmu.txt
967
968 ARM PORT
969 M: Russell King <linux@armlinux.org.uk>
970 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
971 W: http://www.armlinux.org.uk/
972 S: Maintained
973 F: arch/arm/
974
975 ARM SUB-ARCHITECTURES
976 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
977 S: Maintained
978 F: arch/arm/mach-*/
979 F: arch/arm/plat-*/
980 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
981
982 ARM PRIMECELL AACI PL041 DRIVER
983 M: Russell King <linux@armlinux.org.uk>
984 S: Maintained
985 F: sound/arm/aaci.*
986
987 ARM PRIMECELL CLCD PL110 DRIVER
988 M: Russell King <linux@armlinux.org.uk>
989 S: Maintained
990 F: drivers/video/fbdev/amba-clcd.*
991
992 ARM PRIMECELL KMI PL050 DRIVER
993 M: Russell King <linux@armlinux.org.uk>
994 S: Maintained
995 F: drivers/input/serio/ambakmi.*
996 F: include/linux/amba/kmi.h
997
998 ARM PRIMECELL MMCI PL180/1 DRIVER
999 M: Russell King <linux@armlinux.org.uk>
1000 S: Maintained
1001 F: drivers/mmc/host/mmci.*
1002 F: include/linux/amba/mmci.h
1003
1004 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1005 M: Russell King <linux@armlinux.org.uk>
1006 S: Maintained
1007 F: drivers/tty/serial/amba-pl01*.c
1008 F: include/linux/amba/serial.h
1009
1010 ARM PRIMECELL BUS SUPPORT
1011 M: Russell King <linux@armlinux.org.uk>
1012 S: Maintained
1013 F: drivers/amba/
1014 F: include/linux/amba/bus.h
1015
1016 ARM/ADS SPHERE MACHINE SUPPORT
1017 M: Lennert Buytenhek <kernel@wantstofly.org>
1018 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1019 S: Maintained
1020
1021 ARM/AFEB9260 MACHINE SUPPORT
1022 M: Sergey Lapin <slapin@ossfans.org>
1023 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1024 S: Maintained
1025
1026 ARM/AJECO 1ARM MACHINE SUPPORT
1027 M: Lennert Buytenhek <kernel@wantstofly.org>
1028 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1029 S: Maintained
1030
1031 ARM/Allwinner sunXi SoC support
1032 M: Maxime Ripard <maxime.ripard@free-electrons.com>
1033 M: Chen-Yu Tsai <wens@csie.org>
1034 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1035 S: Maintained
1036 N: sun[x456789]i
1037 F: arch/arm/boot/dts/ntc-gr8*
1038
1039 ARM/Allwinner SoC Clock Support
1040 M: Emilio López <emilio@elopez.com.ar>
1041 S: Maintained
1042 F: drivers/clk/sunxi/
1043
1044 ARM/Amlogic Meson SoC support
1045 M: Carlo Caione <carlo@caione.org>
1046 M: Kevin Hilman <khilman@baylibre.com>
1047 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1048 L: linux-amlogic@lists.infradead.org
1049 W: http://linux-meson.com/
1050 S: Maintained
1051 F: arch/arm/mach-meson/
1052 F: arch/arm/boot/dts/meson*
1053 F: arch/arm64/boot/dts/amlogic/
1054 F: drivers/pinctrl/meson/
1055 N: meson
1056
1057 ARM/Annapurna Labs ALPINE ARCHITECTURE
1058 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
1059 M: Antoine Tenart <antoine.tenart@free-electrons.com>
1060 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 S: Maintained
1062 F: arch/arm/mach-alpine/
1063 F: arch/arm/boot/dts/alpine*
1064 F: arch/arm64/boot/dts/al/
1065 F: drivers/*/*alpine*
1066
1067 ARM/ARTPEC MACHINE SUPPORT
1068 M: Jesper Nilsson <jesper.nilsson@axis.com>
1069 M: Lars Persson <lars.persson@axis.com>
1070 M: Niklas Cassel <niklas.cassel@axis.com>
1071 S: Maintained
1072 L: linux-arm-kernel@axis.com
1073 F: arch/arm/mach-artpec
1074 F: arch/arm/boot/dts/artpec6*
1075 F: drivers/clk/axis
1076
1077 ARM/ASPEED MACHINE SUPPORT
1078 M: Joel Stanley <joel@jms.id.au>
1079 S: Maintained
1080 F: arch/arm/mach-aspeed/
1081 F: arch/arm/boot/dts/aspeed-*
1082 F: drivers/*/*aspeed*
1083
1084 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1085 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1086 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1087 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1088 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1089 W: http://www.linux4sam.org
1090 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1091 S: Supported
1092 F: arch/arm/mach-at91/
1093 F: include/soc/at91/
1094 F: arch/arm/boot/dts/at91*.dts
1095 F: arch/arm/boot/dts/at91*.dtsi
1096 F: arch/arm/boot/dts/sama*.dts
1097 F: arch/arm/boot/dts/sama*.dtsi
1098 F: arch/arm/include/debug/at91.S
1099
1100 ARM/ATMEL AT91 Clock Support
1101 M: Boris Brezillon <boris.brezillon@free-electrons.com>
1102 S: Maintained
1103 F: drivers/clk/at91
1104
1105 ARM/CALXEDA HIGHBANK ARCHITECTURE
1106 M: Rob Herring <robh@kernel.org>
1107 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1108 S: Maintained
1109 F: arch/arm/mach-highbank/
1110 F: arch/arm/boot/dts/highbank.dts
1111 F: arch/arm/boot/dts/ecx-*.dts*
1112
1113 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1114 M: Krzysztof Halasa <khalasa@piap.pl>
1115 S: Maintained
1116 F: arch/arm/mach-cns3xxx/
1117
1118 ARM/CAVIUM THUNDER NETWORK DRIVER
1119 M: Sunil Goutham <sgoutham@cavium.com>
1120 M: Robert Richter <rric@kernel.org>
1121 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1122 S: Supported
1123 F: drivers/net/ethernet/cavium/thunder/
1124
1125 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1126 M: Alexander Shiyan <shc_work@mail.ru>
1127 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1128 S: Odd Fixes
1129 N: clps711x
1130
1131 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1132 M: Hartley Sweeten <hsweeten@visionengravers.com>
1133 M: Ryan Mallon <rmallon@gmail.com>
1134 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1135 S: Maintained
1136 F: arch/arm/mach-ep93xx/
1137 F: arch/arm/mach-ep93xx/include/mach/
1138
1139 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1140 M: Lennert Buytenhek <kernel@wantstofly.org>
1141 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1142 S: Maintained
1143
1144 ARM/CLKDEV SUPPORT
1145 M: Russell King <linux@armlinux.org.uk>
1146 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1147 S: Maintained
1148 F: arch/arm/include/asm/clkdev.h
1149 F: drivers/clk/clkdev.c
1150
1151 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1152 M: Mike Rapoport <mike@compulab.co.il>
1153 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1154 S: Maintained
1155
1156 ARM/CONTEC MICRO9 MACHINE SUPPORT
1157 M: Hubert Feurstein <hubert.feurstein@contec.at>
1158 S: Maintained
1159 F: arch/arm/mach-ep93xx/micro9.c
1160
1161 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1162 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1163 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164 S: Maintained
1165 F: drivers/hwtracing/coresight/*
1166 F: Documentation/trace/coresight.txt
1167 F: Documentation/devicetree/bindings/arm/coresight.txt
1168 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1169 F: tools/perf/arch/arm/util/pmu.c
1170 F: tools/perf/arch/arm/util/auxtrace.c
1171 F: tools/perf/arch/arm/util/cs-etm.c
1172 F: tools/perf/arch/arm/util/cs-etm.h
1173 F: tools/perf/util/cs-etm.h
1174
1175 ARM/CORGI MACHINE SUPPORT
1176 M: Richard Purdie <rpurdie@rpsys.net>
1177 S: Maintained
1178
1179 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1180 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1181 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1182 T: git git://github.com/ulli-kroll/linux.git
1183 S: Maintained
1184 F: arch/arm/mach-gemini/
1185 F: drivers/rtc/rtc-gemini.c
1186
1187 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1188 M: Barry Song <baohua@kernel.org>
1189 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1190 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1191 S: Maintained
1192 F: arch/arm/boot/dts/prima2*
1193 F: arch/arm/mach-prima2/
1194 F: drivers/clk/sirf/
1195 F: drivers/clocksource/timer-prima2.c
1196 F: drivers/clocksource/timer-atlas7.c
1197 N: [^a-z]sirf
1198
1199 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1200 M: Baruch Siach <baruch@tkos.co.il>
1201 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1202 S: Maintained
1203 F: arch/arm/boot/dts/cx92755*
1204 N: digicolor
1205
1206 ARM/EBSA110 MACHINE SUPPORT
1207 M: Russell King <linux@armlinux.org.uk>
1208 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 W: http://www.armlinux.org.uk/
1210 S: Maintained
1211 F: arch/arm/mach-ebsa110/
1212 F: drivers/net/ethernet/amd/am79c961a.*
1213
1214 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1215 M: Uwe Kleine-König <kernel@pengutronix.de>
1216 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1217 S: Maintained
1218 N: efm32
1219
1220 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1221 M: Daniel Ribeiro <drwyrm@gmail.com>
1222 M: Stefan Schmidt <stefan@openezx.org>
1223 M: Harald Welte <laforge@openezx.org>
1224 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1225 W: http://www.openezx.org/
1226 S: Maintained
1227 T: topgit git://git.openezx.org/openezx.git
1228 F: arch/arm/mach-pxa/ezx.c
1229
1230 ARM/FARADAY FA526 PORT
1231 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1232 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1233 S: Maintained
1234 T: git git://git.berlios.de/gemini-board
1235 F: arch/arm/mm/*-fa*
1236
1237 ARM/FOOTBRIDGE ARCHITECTURE
1238 M: Russell King <linux@armlinux.org.uk>
1239 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1240 W: http://www.armlinux.org.uk/
1241 S: Maintained
1242 F: arch/arm/include/asm/hardware/dec21285.h
1243 F: arch/arm/mach-footbridge/
1244
1245 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1246 M: Shawn Guo <shawnguo@kernel.org>
1247 M: Sascha Hauer <kernel@pengutronix.de>
1248 R: Fabio Estevam <fabio.estevam@nxp.com>
1249 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1250 S: Maintained
1251 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1252 F: arch/arm/mach-imx/
1253 F: arch/arm/mach-mxs/
1254 F: arch/arm/boot/dts/imx*
1255 F: arch/arm/configs/imx*_defconfig
1256 F: drivers/clk/imx/
1257 F: include/soc/imx/
1258
1259 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1260 M: Shawn Guo <shawnguo@kernel.org>
1261 M: Sascha Hauer <kernel@pengutronix.de>
1262 R: Stefan Agner <stefan@agner.ch>
1263 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1264 S: Maintained
1265 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1266 F: arch/arm/mach-imx/*vf610*
1267 F: arch/arm/boot/dts/vf*
1268
1269 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1270 M: Lennert Buytenhek <kernel@wantstofly.org>
1271 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1272 S: Maintained
1273
1274 ARM/GUMSTIX MACHINE SUPPORT
1275 M: Steve Sakoman <sakoman@gmail.com>
1276 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1277 S: Maintained
1278
1279 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1280 M: Philipp Zabel <philipp.zabel@gmail.com>
1281 M: Paul Parsons <lost.distance@yahoo.com>
1282 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1283 S: Maintained
1284 F: arch/arm/mach-pxa/hx4700.c
1285 F: arch/arm/mach-pxa/include/mach/hx4700.h
1286 F: sound/soc/pxa/hx4700.c
1287
1288 ARM/HISILICON SOC SUPPORT
1289 M: Wei Xu <xuwei5@hisilicon.com>
1290 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1291 W: http://www.hisilicon.com
1292 S: Supported
1293 T: git git://github.com/hisilicon/linux-hisi.git
1294 F: arch/arm/mach-hisi/
1295 F: arch/arm/boot/dts/hi3*
1296 F: arch/arm/boot/dts/hip*
1297 F: arch/arm/boot/dts/hisi*
1298 F: arch/arm64/boot/dts/hisilicon/
1299
1300 ARM/HP JORNADA 7XX MACHINE SUPPORT
1301 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1302 W: www.jlime.com
1303 S: Maintained
1304 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1305 F: arch/arm/mach-sa1100/jornada720.c
1306 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1307
1308 ARM/IGEP MACHINE SUPPORT
1309 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1310 M: Javier Martinez Canillas <javier@dowhile0.org>
1311 L: linux-omap@vger.kernel.org
1312 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1313 S: Maintained
1314 F: arch/arm/boot/dts/omap3-igep*
1315
1316 ARM/INCOME PXA270 SUPPORT
1317 M: Marek Vasut <marek.vasut@gmail.com>
1318 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1319 S: Maintained
1320 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1321
1322 ARM/INTEL IOP32X ARM ARCHITECTURE
1323 M: Lennert Buytenhek <kernel@wantstofly.org>
1324 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1325 S: Maintained
1326
1327 ARM/INTEL IOP33X ARM ARCHITECTURE
1328 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1329 S: Orphan
1330
1331 ARM/INTEL IOP13XX ARM ARCHITECTURE
1332 M: Lennert Buytenhek <kernel@wantstofly.org>
1333 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1334 S: Maintained
1335
1336 ARM/INTEL IQ81342EX MACHINE SUPPORT
1337 M: Lennert Buytenhek <kernel@wantstofly.org>
1338 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1339 S: Maintained
1340
1341 ARM/INTEL IXDP2850 MACHINE SUPPORT
1342 M: Lennert Buytenhek <kernel@wantstofly.org>
1343 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1344 S: Maintained
1345
1346 ARM/INTEL IXP4XX ARM ARCHITECTURE
1347 M: Imre Kaloz <kaloz@openwrt.org>
1348 M: Krzysztof Halasa <khalasa@piap.pl>
1349 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1350 S: Maintained
1351 F: arch/arm/mach-ixp4xx/
1352
1353 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1354 M: Jonathan Cameron <jic23@cam.ac.uk>
1355 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1356 S: Maintained
1357 F: arch/arm/mach-pxa/stargate2.c
1358 F: drivers/pcmcia/pxa2xx_stargate2.c
1359
1360 ARM/INTEL XSC3 (MANZANO) ARM CORE
1361 M: Lennert Buytenhek <kernel@wantstofly.org>
1362 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1363 S: Maintained
1364
1365 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1366 M: Lennert Buytenhek <kernel@wantstofly.org>
1367 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1368 S: Maintained
1369
1370 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1371 M: Santosh Shilimkar <ssantosh@kernel.org>
1372 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1373 S: Maintained
1374 F: arch/arm/mach-keystone/
1375 F: arch/arm/boot/dts/keystone-*
1376 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1377
1378 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1379 M: Santosh Shilimkar <ssantosh@kernel.org>
1380 L: linux-kernel@vger.kernel.org
1381 S: Maintained
1382 F: drivers/clk/keystone/
1383
1384 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1385 M: Santosh Shilimkar <ssantosh@kernel.org>
1386 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1387 L: linux-kernel@vger.kernel.org
1388 S: Maintained
1389 F: drivers/clocksource/timer-keystone.c
1390
1391 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1392 M: Santosh Shilimkar <ssantosh@kernel.org>
1393 L: linux-kernel@vger.kernel.org
1394 S: Maintained
1395 F: drivers/power/reset/keystone-reset.c
1396
1397 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1398 M: Santosh Shilimkar <ssantosh@kernel.org>
1399 L: linux-kernel@vger.kernel.org
1400 S: Maintained
1401 F: drivers/memory/*emif*
1402
1403 ARM/LG1K ARCHITECTURE
1404 M: Chanho Min <chanho.min@lge.com>
1405 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1406 S: Maintained
1407 F: arch/arm64/boot/dts/lg/
1408
1409 ARM/LOGICPD PXA270 MACHINE SUPPORT
1410 M: Lennert Buytenhek <kernel@wantstofly.org>
1411 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1412 S: Maintained
1413
1414 ARM/LPC18XX ARCHITECTURE
1415 M: Joachim Eastwood <manabian@gmail.com>
1416 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1417 S: Maintained
1418 F: arch/arm/boot/dts/lpc43*
1419 F: drivers/clk/nxp/clk-lpc18xx*
1420 F: drivers/clocksource/time-lpc32xx.c
1421 F: drivers/i2c/busses/i2c-lpc2k.c
1422 F: drivers/memory/pl172.c
1423 F: drivers/mtd/spi-nor/nxp-spifi.c
1424 F: drivers/rtc/rtc-lpc24xx.c
1425 N: lpc18xx
1426
1427 ARM/LPC32XX SOC SUPPORT
1428 M: Vladimir Zapolskiy <vz@mleia.com>
1429 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1430 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1431 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1432 S: Maintained
1433 F: arch/arm/boot/dts/lpc32*
1434 F: arch/arm/mach-lpc32xx/
1435 F: drivers/i2c/busses/i2c-pnx.c
1436 F: drivers/net/ethernet/nxp/lpc_eth.c
1437 F: drivers/usb/host/ohci-nxp.c
1438 F: drivers/watchdog/pnx4008_wdt.c
1439 N: lpc32xx
1440
1441 ARM/MAGICIAN MACHINE SUPPORT
1442 M: Philipp Zabel <philipp.zabel@gmail.com>
1443 S: Maintained
1444
1445 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1446 M: Jason Cooper <jason@lakedaemon.net>
1447 M: Andrew Lunn <andrew@lunn.ch>
1448 M: Gregory Clement <gregory.clement@free-electrons.com>
1449 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1450 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1451 S: Maintained
1452 F: arch/arm/mach-mvebu/
1453 F: drivers/rtc/rtc-armada38x.c
1454 F: arch/arm/boot/dts/armada*
1455 F: arch/arm/boot/dts/kirkwood*
1456 F: arch/arm64/boot/dts/marvell/armada*
1457 F: drivers/cpufreq/mvebu-cpufreq.c
1458 F: arch/arm/configs/mvebu_*_defconfig
1459
1460 ARM/Marvell Berlin SoC support
1461 M: Jisheng Zhang <jszhang@marvell.com>
1462 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1463 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1464 S: Maintained
1465 F: arch/arm/mach-berlin/
1466 F: arch/arm/boot/dts/berlin*
1467 F: arch/arm64/boot/dts/marvell/berlin*
1468
1469
1470 ARM/Marvell Dove/MV78xx0/Orion SOC support
1471 M: Jason Cooper <jason@lakedaemon.net>
1472 M: Andrew Lunn <andrew@lunn.ch>
1473 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1474 M: Gregory Clement <gregory.clement@free-electrons.com>
1475 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1476 S: Maintained
1477 F: arch/arm/mach-dove/
1478 F: arch/arm/mach-mv78xx0/
1479 F: arch/arm/mach-orion5x/
1480 F: arch/arm/plat-orion/
1481 F: arch/arm/boot/dts/dove*
1482 F: arch/arm/boot/dts/orion5x*
1483
1484
1485 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1486 M: Alexander Clouter <alex@digriz.org.uk>
1487 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1488 W: http://www.digriz.org.uk/ts78xx/kernel
1489 S: Maintained
1490 F: arch/arm/mach-orion5x/ts78xx-*
1491
1492 ARM/OXNAS platform support
1493 M: Neil Armstrong <narmstrong@baylibre.com>
1494 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1495 L: linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1496 S: Maintained
1497 F: arch/arm/mach-oxnas/
1498 F: arch/arm/boot/dts/oxnas*
1499 F: arch/arm/boot/dts/wd-mbwe.dts
1500 N: oxnas
1501
1502 ARM/Mediatek RTC DRIVER
1503 M: Eddie Huang <eddie.huang@mediatek.com>
1504 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1505 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1506 S: Maintained
1507 F: drivers/rtc/rtc-mt6397.c
1508
1509 ARM/Mediatek SoC support
1510 M: Matthias Brugger <matthias.bgg@gmail.com>
1511 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1512 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1513 S: Maintained
1514 F: arch/arm/boot/dts/mt6*
1515 F: arch/arm/boot/dts/mt8*
1516 F: arch/arm/mach-mediatek/
1517 N: mtk
1518 K: mediatek
1519
1520 ARM/Mediatek USB3 PHY DRIVER
1521 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1522 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1523 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1524 S: Maintained
1525 F: drivers/phy/phy-mt65xx-usb3.c
1526
1527 ARM/MICREL KS8695 ARCHITECTURE
1528 M: Greg Ungerer <gerg@uclinux.org>
1529 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1530 F: arch/arm/mach-ks8695/
1531 S: Odd Fixes
1532
1533 ARM/MIOA701 MACHINE SUPPORT
1534 M: Robert Jarzmik <robert.jarzmik@free.fr>
1535 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1536 F: arch/arm/mach-pxa/mioa701.c
1537 S: Maintained
1538
1539 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1540 M: Michael Petchkovsky <mkpetch@internode.on.net>
1541 S: Maintained
1542
1543 ARM/NOMADIK ARCHITECTURE
1544 M: Alessandro Rubini <rubini@unipv.it>
1545 M: Linus Walleij <linus.walleij@linaro.org>
1546 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1547 S: Maintained
1548 F: arch/arm/mach-nomadik/
1549 F: drivers/pinctrl/nomadik/
1550 F: drivers/i2c/busses/i2c-nomadik.c
1551 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1552
1553 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1554 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1555 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1556 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1557 S: Supported
1558
1559 ARM/TOSA MACHINE SUPPORT
1560 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1561 M: Dirk Opfer <dirk@opfer-online.de>
1562 S: Maintained
1563
1564 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1565 M: Marek Vasut <marek.vasut@gmail.com>
1566 L: linux-arm-kernel@lists.infradead.org
1567 W: http://hackndev.com
1568 S: Maintained
1569 F: arch/arm/mach-pxa/include/mach/palmtx.h
1570 F: arch/arm/mach-pxa/palmtx.c
1571 F: arch/arm/mach-pxa/include/mach/palmt5.h
1572 F: arch/arm/mach-pxa/palmt5.c
1573 F: arch/arm/mach-pxa/include/mach/palmld.h
1574 F: arch/arm/mach-pxa/palmld.c
1575 F: arch/arm/mach-pxa/include/mach/palmte2.h
1576 F: arch/arm/mach-pxa/palmte2.c
1577 F: arch/arm/mach-pxa/include/mach/palmtc.h
1578 F: arch/arm/mach-pxa/palmtc.c
1579
1580 ARM/PALM TREO SUPPORT
1581 M: Tomas Cech <sleep_walker@suse.com>
1582 L: linux-arm-kernel@lists.infradead.org
1583 W: http://hackndev.com
1584 S: Maintained
1585 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1586 F: arch/arm/mach-pxa/palmtreo.c
1587
1588 ARM/PALMZ72 SUPPORT
1589 M: Sergey Lapin <slapin@ossfans.org>
1590 L: linux-arm-kernel@lists.infradead.org
1591 W: http://hackndev.com
1592 S: Maintained
1593 F: arch/arm/mach-pxa/include/mach/palmz72.h
1594 F: arch/arm/mach-pxa/palmz72.c
1595
1596 ARM/PLEB SUPPORT
1597 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1598 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1599 S: Maintained
1600
1601 ARM/PT DIGITAL BOARD PORT
1602 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1603 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1604 W: http://www.armlinux.org.uk/
1605 S: Maintained
1606
1607 ARM/QUALCOMM SUPPORT
1608 M: Andy Gross <andy.gross@linaro.org>
1609 M: David Brown <david.brown@linaro.org>
1610 L: linux-arm-msm@vger.kernel.org
1611 L: linux-soc@vger.kernel.org
1612 S: Maintained
1613 F: Documentation/devicetree/bindings/soc/qcom/
1614 F: arch/arm/boot/dts/qcom-*.dts
1615 F: arch/arm/boot/dts/qcom-*.dtsi
1616 F: arch/arm/mach-qcom/
1617 F: arch/arm64/boot/dts/qcom/*
1618 F: drivers/i2c/busses/i2c-qup.c
1619 F: drivers/clk/qcom/
1620 F: drivers/soc/qcom/
1621 F: drivers/spi/spi-qup.c
1622 F: drivers/tty/serial/msm_serial.h
1623 F: drivers/tty/serial/msm_serial.c
1624 F: drivers/*/pm8???-*
1625 F: drivers/mfd/ssbi.c
1626 F: drivers/firmware/qcom_scm.c
1627 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1628
1629 ARM/RADISYS ENP2611 MACHINE SUPPORT
1630 M: Lennert Buytenhek <kernel@wantstofly.org>
1631 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1632 S: Maintained
1633
1634 ARM/RENESAS ARM64 ARCHITECTURE
1635 M: Simon Horman <horms@verge.net.au>
1636 M: Magnus Damm <magnus.damm@gmail.com>
1637 L: linux-renesas-soc@vger.kernel.org
1638 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1639 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1640 S: Supported
1641 F: arch/arm64/boot/dts/renesas/
1642 F: drivers/soc/renesas/
1643 F: include/linux/soc/renesas/
1644
1645 ARM/RISCPC ARCHITECTURE
1646 M: Russell King <linux@armlinux.org.uk>
1647 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1648 W: http://www.armlinux.org.uk/
1649 S: Maintained
1650 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1651 F: arch/arm/include/asm/hardware/ioc.h
1652 F: arch/arm/include/asm/hardware/iomd.h
1653 F: arch/arm/include/asm/hardware/memc.h
1654 F: arch/arm/mach-rpc/
1655 F: drivers/net/ethernet/8390/etherh.c
1656 F: drivers/net/ethernet/i825xx/ether1*
1657 F: drivers/net/ethernet/seeq/ether3*
1658 F: drivers/scsi/arm/
1659
1660 ARM/Rockchip SoC support
1661 M: Heiko Stuebner <heiko@sntech.de>
1662 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1663 L: linux-rockchip@lists.infradead.org
1664 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1665 S: Maintained
1666 F: arch/arm/boot/dts/rk3*
1667 F: arch/arm/mach-rockchip/
1668 F: drivers/clk/rockchip/
1669 F: drivers/i2c/busses/i2c-rk3x.c
1670 F: drivers/*/*rockchip*
1671 F: drivers/*/*/*rockchip*
1672 F: sound/soc/rockchip/
1673 N: rockchip
1674
1675 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1676 M: Kukjin Kim <kgene@kernel.org>
1677 M: Krzysztof Kozlowski <krzk@kernel.org>
1678 R: Javier Martinez Canillas <javier@osg.samsung.com>
1679 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1680 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1681 S: Maintained
1682 F: arch/arm/boot/dts/s3c*
1683 F: arch/arm/boot/dts/s5p*
1684 F: arch/arm/boot/dts/samsung*
1685 F: arch/arm/boot/dts/exynos*
1686 F: arch/arm64/boot/dts/exynos/
1687 F: arch/arm/plat-samsung/
1688 F: arch/arm/mach-s3c24*/
1689 F: arch/arm/mach-s3c64xx/
1690 F: arch/arm/mach-s5p*/
1691 F: arch/arm/mach-exynos*/
1692 F: drivers/*/*s3c24*
1693 F: drivers/*/*/*s3c24*
1694 F: drivers/*/*s3c64xx*
1695 F: drivers/*/*s5pv210*
1696 F: drivers/memory/samsung/*
1697 F: drivers/soc/samsung/*
1698 F: Documentation/arm/Samsung/
1699 F: Documentation/devicetree/bindings/arm/samsung/
1700 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1701 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1702 N: exynos
1703
1704 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1705 M: Kyungmin Park <kyungmin.park@samsung.com>
1706 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1707 S: Maintained
1708 F: arch/arm/mach-s5pv210/
1709
1710 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1711 M: Kyungmin Park <kyungmin.park@samsung.com>
1712 M: Kamil Debski <kamil@wypas.org>
1713 M: Andrzej Hajda <a.hajda@samsung.com>
1714 L: linux-arm-kernel@lists.infradead.org
1715 L: linux-media@vger.kernel.org
1716 S: Maintained
1717 F: drivers/media/platform/s5p-g2d/
1718
1719 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1720 M: Kyungmin Park <kyungmin.park@samsung.com>
1721 M: Kamil Debski <kamil@wypas.org>
1722 M: Jeongtae Park <jtp.park@samsung.com>
1723 M: Andrzej Hajda <a.hajda@samsung.com>
1724 L: linux-arm-kernel@lists.infradead.org
1725 L: linux-media@vger.kernel.org
1726 S: Maintained
1727 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1728 F: drivers/media/platform/s5p-mfc/
1729
1730 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1731 M: Kyungmin Park <kyungmin.park@samsung.com>
1732 L: linux-arm-kernel@lists.infradead.org
1733 L: linux-media@vger.kernel.org
1734 S: Maintained
1735 F: drivers/staging/media/platform/s5p-cec/
1736
1737 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1738 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1739 M: Jacek Anaszewski <j.anaszewski@samsung.com>
1740 L: linux-arm-kernel@lists.infradead.org
1741 L: linux-media@vger.kernel.org
1742 S: Maintained
1743 F: drivers/media/platform/s5p-jpeg/
1744
1745 ARM/SHMOBILE ARM ARCHITECTURE
1746 M: Simon Horman <horms@verge.net.au>
1747 M: Magnus Damm <magnus.damm@gmail.com>
1748 L: linux-renesas-soc@vger.kernel.org
1749 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1750 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1751 S: Supported
1752 F: arch/arm/boot/dts/emev2*
1753 F: arch/arm/boot/dts/r7s*
1754 F: arch/arm/boot/dts/r8a*
1755 F: arch/arm/boot/dts/sh*
1756 F: arch/arm/configs/shmobile_defconfig
1757 F: arch/arm/include/debug/renesas-scif.S
1758 F: arch/arm/mach-shmobile/
1759 F: drivers/soc/renesas/
1760 F: include/linux/soc/renesas/
1761
1762 ARM/SOCFPGA ARCHITECTURE
1763 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1764 S: Maintained
1765 F: arch/arm/mach-socfpga/
1766 F: arch/arm/boot/dts/socfpga*
1767 F: arch/arm/configs/socfpga_defconfig
1768 F: arch/arm64/boot/dts/altera/
1769 W: http://www.rocketboards.org
1770 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1771
1772 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1773 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1774 S: Maintained
1775 F: drivers/clk/socfpga/
1776
1777 ARM/SOCFPGA EDAC SUPPORT
1778 M: Thor Thayer <tthayer@opensource.altera.com>
1779 S: Maintained
1780 F: drivers/edac/altera_edac.
1781
1782 ARM/STI ARCHITECTURE
1783 M: Patrice Chotard <patrice.chotard@st.com>
1784 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1785 L: kernel@stlinux.com
1786 W: http://www.stlinux.com
1787 S: Maintained
1788 F: arch/arm/mach-sti/
1789 F: arch/arm/boot/dts/sti*
1790 F: drivers/char/hw_random/st-rng.c
1791 F: drivers/clocksource/arm_global_timer.c
1792 F: drivers/clocksource/clksrc_st_lpc.c
1793 F: drivers/cpufreq/sti-cpufreq.c
1794 F: drivers/i2c/busses/i2c-st.c
1795 F: drivers/media/rc/st_rc.c
1796 F: drivers/media/platform/sti/c8sectpfe/
1797 F: drivers/mmc/host/sdhci-st.c
1798 F: drivers/phy/phy-miphy28lp.c
1799 F: drivers/phy/phy-miphy365x.c
1800 F: drivers/phy/phy-stih407-usb.c
1801 F: drivers/phy/phy-stih41x-usb.c
1802 F: drivers/pinctrl/pinctrl-st.c
1803 F: drivers/remoteproc/st_remoteproc.c
1804 F: drivers/reset/sti/
1805 F: drivers/rtc/rtc-st-lpc.c
1806 F: drivers/tty/serial/st-asc.c
1807 F: drivers/usb/dwc3/dwc3-st.c
1808 F: drivers/usb/host/ehci-st.c
1809 F: drivers/usb/host/ohci-st.c
1810 F: drivers/watchdog/st_lpc_wdt.c
1811 F: drivers/ata/ahci_st.c
1812
1813 ARM/STM32 ARCHITECTURE
1814 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1815 M: Alexandre Torgue <alexandre.torgue@st.com>
1816 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1817 S: Maintained
1818 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1819 N: stm32
1820 F: drivers/clocksource/armv7m_systick.c
1821
1822 ARM/TANGO ARCHITECTURE
1823 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1824 L: linux-arm-kernel@lists.infradead.org
1825 S: Maintained
1826 N: tango
1827
1828 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1829 M: Lennert Buytenhek <kernel@wantstofly.org>
1830 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1831 S: Maintained
1832
1833 ARM/TETON BGA MACHINE SUPPORT
1834 M: "Mark F. Brown" <mark.brown314@gmail.com>
1835 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1836 S: Maintained
1837
1838 ARM/THECUS N2100 MACHINE SUPPORT
1839 M: Lennert Buytenhek <kernel@wantstofly.org>
1840 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1841 S: Maintained
1842
1843 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1844 M: Wan ZongShun <mcuos.com@gmail.com>
1845 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1846 W: http://www.mcuos.com
1847 S: Maintained
1848 F: arch/arm/mach-w90x900/
1849 F: drivers/input/keyboard/w90p910_keypad.c
1850 F: drivers/input/touchscreen/w90p910_ts.c
1851 F: drivers/watchdog/nuc900_wdt.c
1852 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1853 F: drivers/mtd/nand/nuc900_nand.c
1854 F: drivers/rtc/rtc-nuc900.c
1855 F: drivers/spi/spi-nuc900.c
1856 F: drivers/usb/host/ehci-w90x900.c
1857 F: drivers/video/fbdev/nuc900fb.c
1858
1859 ARM/U300 MACHINE SUPPORT
1860 M: Linus Walleij <linus.walleij@linaro.org>
1861 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1862 S: Supported
1863 F: arch/arm/mach-u300/
1864 F: drivers/clocksource/timer-u300.c
1865 F: drivers/i2c/busses/i2c-stu300.c
1866 F: drivers/rtc/rtc-coh901331.c
1867 F: drivers/watchdog/coh901327_wdt.c
1868 F: drivers/dma/coh901318*
1869 F: drivers/mfd/ab3100*
1870 F: drivers/rtc/rtc-ab3100.c
1871 F: drivers/rtc/rtc-coh901331.c
1872 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1873
1874 ARM/UNIPHIER ARCHITECTURE
1875 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1876 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1877 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1878 S: Maintained
1879 F: arch/arm/boot/dts/uniphier*
1880 F: arch/arm/include/asm/hardware/cache-uniphier.h
1881 F: arch/arm/mach-uniphier/
1882 F: arch/arm/mm/cache-uniphier.c
1883 F: arch/arm64/boot/dts/socionext/
1884 F: drivers/bus/uniphier-system-bus.c
1885 F: drivers/clk/uniphier/
1886 F: drivers/i2c/busses/i2c-uniphier*
1887 F: drivers/pinctrl/uniphier/
1888 F: drivers/reset/reset-uniphier.c
1889 F: drivers/tty/serial/8250/8250_uniphier.c
1890 N: uniphier
1891
1892 ARM/Ux500 ARM ARCHITECTURE
1893 M: Linus Walleij <linus.walleij@linaro.org>
1894 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1895 S: Maintained
1896 F: arch/arm/mach-ux500/
1897 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1898 F: drivers/dma/ste_dma40*
1899 F: drivers/hwspinlock/u8500_hsem.c
1900 F: drivers/mfd/abx500*
1901 F: drivers/mfd/ab8500*
1902 F: drivers/mfd/dbx500*
1903 F: drivers/mfd/db8500*
1904 F: drivers/pinctrl/nomadik/pinctrl-ab*
1905 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1906 F: drivers/rtc/rtc-ab8500.c
1907 F: drivers/rtc/rtc-pl031.c
1908 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1909
1910 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1911 M: Ulf Hansson <ulf.hansson@linaro.org>
1912 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1913 T: git git://git.linaro.org/people/ulfh/clk.git
1914 S: Maintained
1915 F: drivers/clk/ux500/
1916
1917 ARM/VERSATILE EXPRESS PLATFORM
1918 M: Liviu Dudau <liviu.dudau@arm.com>
1919 M: Sudeep Holla <sudeep.holla@arm.com>
1920 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1921 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1922 S: Maintained
1923 F: arch/arm/boot/dts/vexpress*
1924 F: arch/arm64/boot/dts/arm/
1925 F: arch/arm/mach-vexpress/
1926 F: */*/vexpress*
1927 F: */*/*/vexpress*
1928 F: drivers/clk/versatile/clk-vexpress-osc.c
1929 F: drivers/clocksource/versatile.c
1930 N: mps2
1931
1932 ARM/VFP SUPPORT
1933 M: Russell King <linux@armlinux.org.uk>
1934 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1935 W: http://www.armlinux.org.uk/
1936 S: Maintained
1937 F: arch/arm/vfp/
1938
1939 ARM/VOIPAC PXA270 SUPPORT
1940 M: Marek Vasut <marek.vasut@gmail.com>
1941 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1942 S: Maintained
1943 F: arch/arm/mach-pxa/vpac270.c
1944 F: arch/arm/mach-pxa/include/mach/vpac270.h
1945
1946 ARM/VT8500 ARM ARCHITECTURE
1947 M: Tony Prisk <linux@prisktech.co.nz>
1948 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1949 S: Maintained
1950 F: arch/arm/mach-vt8500/
1951 F: drivers/clocksource/vt8500_timer.c
1952 F: drivers/i2c/busses/i2c-wmt.c
1953 F: drivers/mmc/host/wmt-sdmmc.c
1954 F: drivers/pwm/pwm-vt8500.c
1955 F: drivers/rtc/rtc-vt8500.c
1956 F: drivers/tty/serial/vt8500_serial.c
1957 F: drivers/usb/host/ehci-platform.c
1958 F: drivers/usb/host/uhci-platform.c
1959 F: drivers/video/fbdev/vt8500lcdfb.*
1960 F: drivers/video/fbdev/wm8505fb*
1961 F: drivers/video/fbdev/wmt_ge_rops.*
1962
1963 ARM/ZIPIT Z2 SUPPORT
1964 M: Marek Vasut <marek.vasut@gmail.com>
1965 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1966 S: Maintained
1967 F: arch/arm/mach-pxa/z2.c
1968 F: arch/arm/mach-pxa/include/mach/z2.h
1969
1970 ARM/ZTE ARCHITECTURE
1971 M: Jun Nie <jun.nie@linaro.org>
1972 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1973 S: Maintained
1974 F: arch/arm/mach-zx/
1975 F: drivers/clk/zte/
1976 F: Documentation/devicetree/bindings/arm/zte.txt
1977 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1978
1979 ARM/ZYNQ ARCHITECTURE
1980 M: Michal Simek <michal.simek@xilinx.com>
1981 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1982 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1983 W: http://wiki.xilinx.com
1984 T: git https://github.com/Xilinx/linux-xlnx.git
1985 S: Supported
1986 F: arch/arm/mach-zynq/
1987 F: drivers/cpuidle/cpuidle-zynq.c
1988 F: drivers/block/xsysace.c
1989 N: zynq
1990 N: xilinx
1991 F: drivers/clocksource/cadence_ttc_timer.c
1992 F: drivers/i2c/busses/i2c-cadence.c
1993 F: drivers/mmc/host/sdhci-of-arasan.c
1994 F: drivers/edac/synopsys_edac.c
1995
1996 ARM SMMU DRIVERS
1997 M: Will Deacon <will.deacon@arm.com>
1998 R: Robin Murphy <robin.murphy@arm.com>
1999 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2000 S: Maintained
2001 F: drivers/iommu/arm-smmu.c
2002 F: drivers/iommu/arm-smmu-v3.c
2003 F: drivers/iommu/io-pgtable-arm.c
2004 F: drivers/iommu/io-pgtable-arm-v7s.c
2005
2006 ARM64 PORT (AARCH64 ARCHITECTURE)
2007 M: Catalin Marinas <catalin.marinas@arm.com>
2008 M: Will Deacon <will.deacon@arm.com>
2009 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2010 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2011 S: Maintained
2012 F: arch/arm64/
2013 F: Documentation/arm64/
2014
2015 AS3645A LED FLASH CONTROLLER DRIVER
2016 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2017 L: linux-media@vger.kernel.org
2018 T: git git://linuxtv.org/media_tree.git
2019 S: Maintained
2020 F: drivers/media/i2c/as3645a.c
2021 F: include/media/i2c/as3645a.h
2022
2023 ASAHI KASEI AK8974 DRIVER
2024 M: Linus Walleij <linus.walleij@linaro.org>
2025 L: linux-iio@vger.kernel.org
2026 W: http://www.akm.com/
2027 S: Supported
2028 F: drivers/iio/magnetometer/ak8974.c
2029
2030 ASC7621 HARDWARE MONITOR DRIVER
2031 M: George Joseph <george.joseph@fairview5.com>
2032 L: linux-hwmon@vger.kernel.org
2033 S: Maintained
2034 F: Documentation/hwmon/asc7621
2035 F: drivers/hwmon/asc7621.c
2036
2037 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2038 M: Corentin Chary <corentin.chary@gmail.com>
2039 L: acpi4asus-user@lists.sourceforge.net
2040 L: platform-driver-x86@vger.kernel.org
2041 W: http://acpi4asus.sf.net
2042 S: Maintained
2043 F: drivers/platform/x86/asus*.c
2044 F: drivers/platform/x86/eeepc*.c
2045
2046 ASUS WIRELESS RADIO CONTROL DRIVER
2047 M: João Paulo Rechi Vita <jprvita@gmail.com>
2048 L: platform-driver-x86@vger.kernel.org
2049 S: Maintained
2050 F: drivers/platform/x86/asus-wireless.c
2051
2052 ASYMMETRIC KEYS
2053 M: David Howells <dhowells@redhat.com>
2054 L: keyrings@vger.kernel.org
2055 S: Maintained
2056 F: Documentation/crypto/asymmetric-keys.txt
2057 F: include/linux/verification.h
2058 F: include/crypto/public_key.h
2059 F: include/crypto/pkcs7.h
2060 F: crypto/asymmetric_keys/
2061
2062 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2063 R: Dan Williams <dan.j.williams@intel.com>
2064 W: http://sourceforge.net/projects/xscaleiop
2065 S: Odd fixes
2066 F: Documentation/crypto/async-tx-api.txt
2067 F: crypto/async_tx/
2068 F: drivers/dma/
2069 F: include/linux/dmaengine.h
2070 F: include/linux/async_tx.h
2071
2072 AT24 EEPROM DRIVER
2073 M: Wolfram Sang <wsa@the-dreams.de>
2074 L: linux-i2c@vger.kernel.org
2075 S: Maintained
2076 F: drivers/misc/eeprom/at24.c
2077 F: include/linux/platform_data/at24.h
2078
2079 ATA OVER ETHERNET (AOE) DRIVER
2080 M: "Ed L. Cashin" <ed.cashin@acm.org>
2081 W: http://www.openaoe.org/
2082 S: Supported
2083 F: Documentation/aoe/
2084 F: drivers/block/aoe/
2085
2086 ATHEROS 71XX/9XXX GPIO DRIVER
2087 M: Alban Bedel <albeu@free.fr>
2088 W: https://github.com/AlbanBedel/linux
2089 T: git git://github.com/AlbanBedel/linux
2090 S: Maintained
2091 F: drivers/gpio/gpio-ath79.c
2092 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2093
2094 ATHEROS ATH GENERIC UTILITIES
2095 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2096 L: linux-wireless@vger.kernel.org
2097 S: Supported
2098 F: drivers/net/wireless/ath/*
2099
2100 ATHEROS ATH5K WIRELESS DRIVER
2101 M: Jiri Slaby <jirislaby@gmail.com>
2102 M: Nick Kossifidis <mickflemm@gmail.com>
2103 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2104 L: linux-wireless@vger.kernel.org
2105 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2106 S: Maintained
2107 F: drivers/net/wireless/ath/ath5k/
2108
2109 ATHEROS ATH6KL WIRELESS DRIVER
2110 M: Kalle Valo <kvalo@qca.qualcomm.com>
2111 L: linux-wireless@vger.kernel.org
2112 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2113 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2114 S: Supported
2115 F: drivers/net/wireless/ath/ath6kl/
2116
2117 WILOCITY WIL6210 WIRELESS DRIVER
2118 M: Maya Erez <qca_merez@qca.qualcomm.com>
2119 L: linux-wireless@vger.kernel.org
2120 L: wil6210@qca.qualcomm.com
2121 S: Supported
2122 W: http://wireless.kernel.org/en/users/Drivers/wil6210
2123 F: drivers/net/wireless/ath/wil6210/
2124 F: include/uapi/linux/wil6210_uapi.h
2125
2126 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2127 M: Christian Lamparter <chunkeey@googlemail.com>
2128 L: linux-wireless@vger.kernel.org
2129 W: http://wireless.kernel.org/en/users/Drivers/carl9170
2130 S: Maintained
2131 F: drivers/net/wireless/ath/carl9170/
2132
2133 ATK0110 HWMON DRIVER
2134 M: Luca Tettamanti <kronos.it@gmail.com>
2135 L: linux-hwmon@vger.kernel.org
2136 S: Maintained
2137 F: drivers/hwmon/asus_atk0110.c
2138
2139 ATI_REMOTE2 DRIVER
2140 M: Ville Syrjala <syrjala@sci.fi>
2141 S: Maintained
2142 F: drivers/input/misc/ati_remote2.c
2143
2144 ATLX ETHERNET DRIVERS
2145 M: Jay Cliburn <jcliburn@gmail.com>
2146 M: Chris Snook <chris.snook@gmail.com>
2147 L: netdev@vger.kernel.org
2148 W: http://sourceforge.net/projects/atl1
2149 W: http://atl1.sourceforge.net
2150 S: Maintained
2151 F: drivers/net/ethernet/atheros/
2152
2153 ATM
2154 M: Chas Williams <3chas3@gmail.com>
2155 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2156 L: netdev@vger.kernel.org
2157 W: http://linux-atm.sourceforge.net
2158 S: Maintained
2159 F: drivers/atm/
2160 F: include/linux/atm*
2161 F: include/uapi/linux/atm*
2162
2163 ATMEL AT91 / AT32 MCI DRIVER
2164 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2165 S: Maintained
2166 F: drivers/mmc/host/atmel-mci.c
2167
2168 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2169 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2170 S: Supported
2171 F: drivers/power/reset/at91-sama5d2_shdwc.c
2172
2173 ATMEL SAMA5D2 ADC DRIVER
2174 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2175 L: linux-iio@vger.kernel.org
2176 S: Supported
2177 F: drivers/iio/adc/at91-sama5d2_adc.c
2178
2179 ATMEL Audio ALSA driver
2180 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2181 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2182 S: Supported
2183 F: sound/soc/atmel
2184
2185 ATMEL DMA DRIVER
2186 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2187 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2188 S: Supported
2189 F: drivers/dma/at_hdmac.c
2190 F: drivers/dma/at_hdmac_regs.h
2191 F: include/linux/platform_data/dma-atmel.h
2192
2193 ATMEL XDMA DRIVER
2194 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2195 L: linux-arm-kernel@lists.infradead.org
2196 L: dmaengine@vger.kernel.org
2197 S: Supported
2198 F: drivers/dma/at_xdmac.c
2199
2200 ATMEL I2C DRIVER
2201 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2202 L: linux-i2c@vger.kernel.org
2203 S: Supported
2204 F: drivers/i2c/busses/i2c-at91.c
2205
2206 ATMEL ISI DRIVER
2207 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2208 L: linux-media@vger.kernel.org
2209 S: Supported
2210 F: drivers/media/platform/soc_camera/atmel-isi.c
2211 F: include/media/atmel-isi.h
2212
2213 ATMEL LCDFB DRIVER
2214 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2215 L: linux-fbdev@vger.kernel.org
2216 S: Maintained
2217 F: drivers/video/fbdev/atmel_lcdfb.c
2218 F: include/video/atmel_lcdc.h
2219
2220 ATMEL MACB ETHERNET DRIVER
2221 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2222 S: Supported
2223 F: drivers/net/ethernet/cadence/
2224
2225 ATMEL NAND DRIVER
2226 M: Wenyou Yang <wenyou.yang@atmel.com>
2227 M: Josh Wu <rainyfeeling@outlook.com>
2228 L: linux-mtd@lists.infradead.org
2229 S: Supported
2230 F: drivers/mtd/nand/atmel_nand*
2231
2232 ATMEL SDMMC DRIVER
2233 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2234 L: linux-mmc@vger.kernel.org
2235 S: Supported
2236 F: drivers/mmc/host/sdhci-of-at91.c
2237
2238 ATMEL SPI DRIVER
2239 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2240 S: Supported
2241 F: drivers/spi/spi-atmel.*
2242
2243 ATMEL SSC DRIVER
2244 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2245 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2246 S: Supported
2247 F: drivers/misc/atmel-ssc.c
2248 F: include/linux/atmel-ssc.h
2249
2250 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2251 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2252 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2253 S: Supported
2254 F: drivers/misc/atmel_tclib.c
2255 F: drivers/clocksource/tcb_clksrc.c
2256
2257 ATMEL USBA UDC DRIVER
2258 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2259 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2260 S: Supported
2261 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2262
2263 ATMEL WIRELESS DRIVER
2264 M: Simon Kelley <simon@thekelleys.org.uk>
2265 L: linux-wireless@vger.kernel.org
2266 W: http://www.thekelleys.org.uk/atmel
2267 W: http://atmelwlandriver.sourceforge.net/
2268 S: Maintained
2269 F: drivers/net/wireless/atmel/atmel*
2270
2271 ATMEL MAXTOUCH DRIVER
2272 M: Nick Dyer <nick@shmanahar.org>
2273 T: git git://github.com/ndyer/linux.git
2274 S: Maintained
2275 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2276 F: drivers/input/touchscreen/atmel_mxt_ts.c
2277 F: include/linux/platform_data/atmel_mxt_ts.h
2278
2279 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2280 M: Bradley Grove <linuxdrivers@attotech.com>
2281 L: linux-scsi@vger.kernel.org
2282 W: http://www.attotech.com
2283 S: Supported
2284 F: drivers/scsi/esas2r
2285
2286 ATUSB IEEE 802.15.4 RADIO DRIVER
2287 M: Stefan Schmidt <stefan@osg.samsung.com>
2288 L: linux-wpan@vger.kernel.org
2289 S: Maintained
2290 F: drivers/net/ieee802154/atusb.c
2291 F: drivers/net/ieee802154/atusb.h
2292 F: drivers/net/ieee802154/at86rf230.h
2293
2294 AUDIT SUBSYSTEM
2295 M: Paul Moore <paul@paul-moore.com>
2296 M: Eric Paris <eparis@redhat.com>
2297 L: linux-audit@redhat.com (moderated for non-subscribers)
2298 W: http://people.redhat.com/sgrubb/audit/
2299 T: git git://git.infradead.org/users/pcmoore/audit
2300 S: Maintained
2301 F: include/linux/audit.h
2302 F: include/uapi/linux/audit.h
2303 F: kernel/audit*
2304
2305 AUXILIARY DISPLAY DRIVERS
2306 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2307 W: http://miguelojeda.es/auxdisplay.htm
2308 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2309 S: Maintained
2310 F: drivers/auxdisplay/
2311 F: include/linux/cfag12864b.h
2312
2313 AVR32 ARCHITECTURE
2314 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2315 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2316 W: http://www.atmel.com/products/AVR32/
2317 W: http://mirror.egtvedt.no/avr32linux.org/
2318 W: http://avrfreaks.net/
2319 S: Maintained
2320 F: arch/avr32/
2321
2322 AVR32/AT32AP MACHINE SUPPORT
2323 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2324 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2325 S: Maintained
2326 F: arch/avr32/mach-at32ap/
2327
2328 AX.25 NETWORK LAYER
2329 M: Ralf Baechle <ralf@linux-mips.org>
2330 L: linux-hams@vger.kernel.org
2331 W: http://www.linux-ax25.org/
2332 S: Maintained
2333 F: include/uapi/linux/ax25.h
2334 F: include/net/ax25.h
2335 F: net/ax25/
2336
2337 AZ6007 DVB DRIVER
2338 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2339 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2340 L: linux-media@vger.kernel.org
2341 W: https://linuxtv.org
2342 T: git git://linuxtv.org/media_tree.git
2343 S: Maintained
2344 F: drivers/media/usb/dvb-usb-v2/az6007.c
2345
2346 AZTECH FM RADIO RECEIVER DRIVER
2347 M: Hans Verkuil <hverkuil@xs4all.nl>
2348 L: linux-media@vger.kernel.org
2349 T: git git://linuxtv.org/media_tree.git
2350 W: https://linuxtv.org
2351 S: Maintained
2352 F: drivers/media/radio/radio-aztech*
2353
2354 B43 WIRELESS DRIVER
2355 L: linux-wireless@vger.kernel.org
2356 L: b43-dev@lists.infradead.org
2357 W: http://wireless.kernel.org/en/users/Drivers/b43
2358 S: Odd Fixes
2359 F: drivers/net/wireless/broadcom/b43/
2360
2361 B43LEGACY WIRELESS DRIVER
2362 M: Larry Finger <Larry.Finger@lwfinger.net>
2363 L: linux-wireless@vger.kernel.org
2364 L: b43-dev@lists.infradead.org
2365 W: http://wireless.kernel.org/en/users/Drivers/b43
2366 S: Maintained
2367 F: drivers/net/wireless/broadcom/b43legacy/
2368
2369 BACKLIGHT CLASS/SUBSYSTEM
2370 M: Jingoo Han <jingoohan1@gmail.com>
2371 M: Lee Jones <lee.jones@linaro.org>
2372 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2373 S: Maintained
2374 F: drivers/video/backlight/
2375 F: include/linux/backlight.h
2376
2377 BATMAN ADVANCED
2378 M: Marek Lindner <mareklindner@neomailbox.ch>
2379 M: Simon Wunderlich <sw@simonwunderlich.de>
2380 M: Antonio Quartulli <a@unstable.cc>
2381 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2382 W: https://www.open-mesh.org/
2383 Q: https://patchwork.open-mesh.org/project/batman/list/
2384 S: Maintained
2385 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2386 F: Documentation/ABI/testing/sysfs-class-net-mesh
2387 F: Documentation/networking/batman-adv.txt
2388 F: include/uapi/linux/batman_adv.h
2389 F: net/batman-adv/
2390
2391 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2392 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2393 L: linux-hams@vger.kernel.org
2394 W: http://www.baycom.org/~tom/ham/ham.html
2395 S: Maintained
2396 F: drivers/net/hamradio/baycom*
2397
2398 BCACHE (BLOCK LAYER CACHE)
2399 M: Kent Overstreet <kent.overstreet@gmail.com>
2400 L: linux-bcache@vger.kernel.org
2401 W: http://bcache.evilpiepirate.org
2402 S: Orphan
2403 F: drivers/md/bcache/
2404
2405 BDISP ST MEDIA DRIVER
2406 M: Fabien Dessenne <fabien.dessenne@st.com>
2407 L: linux-media@vger.kernel.org
2408 T: git git://linuxtv.org/media_tree.git
2409 W: https://linuxtv.org
2410 S: Supported
2411 F: drivers/media/platform/sti/bdisp
2412
2413 BEFS FILE SYSTEM
2414 M: Luis de Bethencourt <luisbg@osg.samsung.com>
2415 M: Salah Triki <salah.triki@gmail.com>
2416 S: Maintained
2417 T: git git://github.com/luisbg/linux-befs.git
2418 F: Documentation/filesystems/befs.txt
2419 F: fs/befs/
2420
2421 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2422 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2423 L: netdev@vger.kernel.org
2424 S: Maintained
2425 F: drivers/net/ethernet/ec_bhf.c
2426
2427 BFS FILE SYSTEM
2428 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2429 S: Maintained
2430 F: Documentation/filesystems/bfs.txt
2431 F: fs/bfs/
2432 F: include/uapi/linux/bfs_fs.h
2433
2434 BLACKFIN ARCHITECTURE
2435 M: Steven Miao <realmz6@gmail.com>
2436 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2437 T: git git://git.code.sf.net/p/adi-linux/code
2438 W: http://blackfin.uclinux.org
2439 S: Supported
2440 F: arch/blackfin/
2441
2442 BLACKFIN EMAC DRIVER
2443 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2444 W: http://blackfin.uclinux.org
2445 S: Supported
2446 F: drivers/net/ethernet/adi/
2447
2448 BLACKFIN RTC DRIVER
2449 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2450 W: http://blackfin.uclinux.org
2451 S: Supported
2452 F: drivers/rtc/rtc-bfin.c
2453
2454 BLACKFIN SDH DRIVER
2455 M: Sonic Zhang <sonic.zhang@analog.com>
2456 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2457 W: http://blackfin.uclinux.org
2458 S: Supported
2459 F: drivers/mmc/host/bfin_sdh.c
2460
2461 BLACKFIN SERIAL DRIVER
2462 M: Sonic Zhang <sonic.zhang@analog.com>
2463 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2464 W: http://blackfin.uclinux.org
2465 S: Supported
2466 F: drivers/tty/serial/bfin_uart.c
2467
2468 BLACKFIN WATCHDOG DRIVER
2469 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2470 W: http://blackfin.uclinux.org
2471 S: Supported
2472 F: drivers/watchdog/bfin_wdt.c
2473
2474 BLACKFIN I2C TWI DRIVER
2475 M: Sonic Zhang <sonic.zhang@analog.com>
2476 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2477 W: http://blackfin.uclinux.org/
2478 S: Supported
2479 F: drivers/i2c/busses/i2c-bfin-twi.c
2480
2481 BLACKFIN MEDIA DRIVER
2482 M: Scott Jiang <scott.jiang.linux@gmail.com>
2483 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2484 W: http://blackfin.uclinux.org/
2485 S: Supported
2486 F: drivers/media/platform/blackfin/
2487 F: drivers/media/i2c/adv7183*
2488 F: drivers/media/i2c/vs6624*
2489
2490 BLINKM RGB LED DRIVER
2491 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2492 S: Maintained
2493 F: drivers/leds/leds-blinkm.c
2494
2495 BLOCK LAYER
2496 M: Jens Axboe <axboe@kernel.dk>
2497 L: linux-block@vger.kernel.org
2498 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2499 S: Maintained
2500 F: block/
2501 F: kernel/trace/blktrace.c
2502 F: lib/sbitmap.c
2503
2504 BLOCK2MTD DRIVER
2505 M: Joern Engel <joern@lazybastard.org>
2506 L: linux-mtd@lists.infradead.org
2507 S: Maintained
2508 F: drivers/mtd/devices/block2mtd.c
2509
2510 BLUETOOTH DRIVERS
2511 M: Marcel Holtmann <marcel@holtmann.org>
2512 M: Gustavo Padovan <gustavo@padovan.org>
2513 M: Johan Hedberg <johan.hedberg@gmail.com>
2514 L: linux-bluetooth@vger.kernel.org
2515 W: http://www.bluez.org/
2516 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2517 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2518 S: Maintained
2519 F: drivers/bluetooth/
2520
2521 BLUETOOTH SUBSYSTEM
2522 M: Marcel Holtmann <marcel@holtmann.org>
2523 M: Gustavo Padovan <gustavo@padovan.org>
2524 M: Johan Hedberg <johan.hedberg@gmail.com>
2525 L: linux-bluetooth@vger.kernel.org
2526 W: http://www.bluez.org/
2527 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2528 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2529 S: Maintained
2530 F: net/bluetooth/
2531 F: include/net/bluetooth/
2532
2533 BONDING DRIVER
2534 M: Jay Vosburgh <j.vosburgh@gmail.com>
2535 M: Veaceslav Falico <vfalico@gmail.com>
2536 M: Andy Gospodarek <andy@greyhouse.net>
2537 L: netdev@vger.kernel.org
2538 W: http://sourceforge.net/projects/bonding/
2539 S: Supported
2540 F: drivers/net/bonding/
2541 F: include/uapi/linux/if_bonding.h
2542
2543 BPF (Safe dynamic programs and tools)
2544 M: Alexei Starovoitov <ast@kernel.org>
2545 L: netdev@vger.kernel.org
2546 L: linux-kernel@vger.kernel.org
2547 S: Supported
2548 F: kernel/bpf/
2549 F: tools/testing/selftests/bpf/
2550 F: lib/test_bpf.c
2551
2552 BROADCOM B44 10/100 ETHERNET DRIVER
2553 M: Michael Chan <michael.chan@broadcom.com>
2554 L: netdev@vger.kernel.org
2555 S: Supported
2556 F: drivers/net/ethernet/broadcom/b44.*
2557
2558 BROADCOM B53 ETHERNET SWITCH DRIVER
2559 M: Florian Fainelli <f.fainelli@gmail.com>
2560 L: netdev@vger.kernel.org
2561 L: openwrt-devel@lists.openwrt.org (subscribers-only)
2562 S: Supported
2563 F: drivers/net/dsa/b53/*
2564 F: include/linux/platform_data/b53.h
2565
2566 BROADCOM GENET ETHERNET DRIVER
2567 M: Florian Fainelli <f.fainelli@gmail.com>
2568 L: netdev@vger.kernel.org
2569 S: Supported
2570 F: drivers/net/ethernet/broadcom/genet/
2571
2572 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2573 M: Rasesh Mody <rasesh.mody@cavium.com>
2574 M: Harish Patil <harish.patil@cavium.com>
2575 M: Dept-GELinuxNICDev@cavium.com
2576 L: netdev@vger.kernel.org
2577 S: Supported
2578 F: drivers/net/ethernet/broadcom/bnx2.*
2579 F: drivers/net/ethernet/broadcom/bnx2_*
2580
2581 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2582 M: Yuval Mintz <Yuval.Mintz@cavium.com>
2583 M: Ariel Elior <ariel.elior@cavium.com>
2584 M: everest-linux-l2@cavium.com
2585 L: netdev@vger.kernel.org
2586 S: Supported
2587 F: drivers/net/ethernet/broadcom/bnx2x/
2588
2589 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2590 M: Florian Fainelli <f.fainelli@gmail.com>
2591 M: Ray Jui <rjui@broadcom.com>
2592 M: Scott Branden <sbranden@broadcom.com>
2593 M: bcm-kernel-feedback-list@broadcom.com
2594 T: git git://github.com/broadcom/mach-bcm
2595 S: Maintained
2596 N: bcm281*
2597 N: bcm113*
2598 N: bcm216*
2599 N: kona
2600 F: arch/arm/mach-bcm/
2601
2602 BROADCOM BCM2835 ARM ARCHITECTURE
2603 M: Stephen Warren <swarren@wwwdotorg.org>
2604 M: Lee Jones <lee@kernel.org>
2605 M: Eric Anholt <eric@anholt.net>
2606 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2607 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2608 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2609 S: Maintained
2610 N: bcm2835
2611
2612 BROADCOM BCM47XX MIPS ARCHITECTURE
2613 M: Hauke Mehrtens <hauke@hauke-m.de>
2614 M: Rafał Miłecki <zajec5@gmail.com>
2615 L: linux-mips@linux-mips.org
2616 S: Maintained
2617 F: Documentation/devicetree/bindings/mips/brcm/
2618 F: arch/mips/bcm47xx/*
2619 F: arch/mips/include/asm/mach-bcm47xx/*
2620
2621 BROADCOM BCM5301X ARM ARCHITECTURE
2622 M: Hauke Mehrtens <hauke@hauke-m.de>
2623 M: Rafał Miłecki <zajec5@gmail.com>
2624 M: bcm-kernel-feedback-list@broadcom.com
2625 L: linux-arm-kernel@lists.infradead.org
2626 S: Maintained
2627 F: arch/arm/mach-bcm/bcm_5301x.c
2628 F: arch/arm/boot/dts/bcm5301x*.dtsi
2629 F: arch/arm/boot/dts/bcm470*
2630
2631 BROADCOM BCM53573 ARM ARCHITECTURE
2632 M: Rafał Miłecki <rafal@milecki.pl>
2633 L: linux-arm-kernel@lists.infradead.org
2634 S: Maintained
2635 F: arch/arm/boot/dts/bcm53573*
2636 F: arch/arm/boot/dts/bcm47189*
2637
2638 BROADCOM BCM63XX ARM ARCHITECTURE
2639 M: Florian Fainelli <f.fainelli@gmail.com>
2640 M: bcm-kernel-feedback-list@broadcom.com
2641 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2642 T: git git://github.com/broadcom/stblinux.git
2643 S: Maintained
2644 N: bcm63xx
2645
2646 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2647 M: Kevin Cernekee <cernekee@gmail.com>
2648 L: linux-usb@vger.kernel.org
2649 S: Maintained
2650 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2651
2652 BROADCOM BCM7XXX ARM ARCHITECTURE
2653 M: Brian Norris <computersforpeace@gmail.com>
2654 M: Gregory Fong <gregory.0xf0@gmail.com>
2655 M: Florian Fainelli <f.fainelli@gmail.com>
2656 M: bcm-kernel-feedback-list@broadcom.com
2657 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2658 T: git git://github.com/broadcom/stblinux.git
2659 S: Maintained
2660 F: arch/arm/mach-bcm/*brcmstb*
2661 F: arch/arm/boot/dts/bcm7*.dts*
2662 F: drivers/bus/brcmstb_gisb.c
2663 N: brcmstb
2664
2665 BROADCOM BMIPS MIPS ARCHITECTURE
2666 M: Kevin Cernekee <cernekee@gmail.com>
2667 M: Florian Fainelli <f.fainelli@gmail.com>
2668 L: linux-mips@linux-mips.org
2669 T: git git://github.com/broadcom/stblinux.git
2670 S: Maintained
2671 F: arch/mips/bmips/*
2672 F: arch/mips/include/asm/mach-bmips/*
2673 F: arch/mips/kernel/*bmips*
2674 F: arch/mips/boot/dts/brcm/bcm*.dts*
2675 F: drivers/irqchip/irq-bcm63*
2676 F: drivers/irqchip/irq-bcm7*
2677 F: drivers/irqchip/irq-brcmstb*
2678 F: include/linux/bcm963xx_nvram.h
2679 F: include/linux/bcm963xx_tag.h
2680
2681 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2682 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2683 M: Prashant Sreedharan <prashant@broadcom.com>
2684 M: Michael Chan <mchan@broadcom.com>
2685 L: netdev@vger.kernel.org
2686 S: Supported
2687 F: drivers/net/ethernet/broadcom/tg3.*
2688
2689 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2690 M: Arend van Spriel <arend.vanspriel@broadcom.com>
2691 M: Franky Lin <franky.lin@broadcom.com>
2692 M: Hante Meuleman <hante.meuleman@broadcom.com>
2693 L: linux-wireless@vger.kernel.org
2694 L: brcm80211-dev-list.pdl@broadcom.com
2695 S: Supported
2696 F: drivers/net/wireless/broadcom/brcm80211/
2697
2698 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2699 M: QLogic-Storage-Upstream@qlogic.com
2700 L: linux-scsi@vger.kernel.org
2701 S: Supported
2702 F: drivers/scsi/bnx2fc/
2703
2704 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2705 M: QLogic-Storage-Upstream@qlogic.com
2706 L: linux-scsi@vger.kernel.org
2707 S: Supported
2708 F: drivers/scsi/bnx2i/
2709
2710 BROADCOM IPROC ARM ARCHITECTURE
2711 M: Ray Jui <rjui@broadcom.com>
2712 M: Scott Branden <sbranden@broadcom.com>
2713 M: Jon Mason <jonmason@broadcom.com>
2714 M: bcm-kernel-feedback-list@broadcom.com
2715 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2716 T: git git://github.com/broadcom/cygnus-linux.git
2717 S: Maintained
2718 N: iproc
2719 N: cygnus
2720 N: bcm[-_]nsp
2721 N: bcm9113*
2722 N: bcm9583*
2723 N: bcm9585*
2724 N: bcm9586*
2725 N: bcm988312
2726 N: bcm113*
2727 N: bcm583*
2728 N: bcm585*
2729 N: bcm586*
2730 N: bcm88312
2731 F: arch/arm64/boot/dts/broadcom/ns2*
2732 F: drivers/clk/bcm/clk-ns*
2733 F: drivers/pinctrl/bcm/pinctrl-ns*
2734
2735 BROADCOM BRCMSTB GPIO DRIVER
2736 M: Gregory Fong <gregory.0xf0@gmail.com>
2737 L: bcm-kernel-feedback-list@broadcom.com
2738 S: Supported
2739 F: drivers/gpio/gpio-brcmstb.c
2740 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2741
2742 BROADCOM KONA GPIO DRIVER
2743 M: Ray Jui <rjui@broadcom.com>
2744 L: bcm-kernel-feedback-list@broadcom.com
2745 S: Supported
2746 F: drivers/gpio/gpio-bcm-kona.c
2747 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2748
2749 BROADCOM NVRAM DRIVER
2750 M: Rafał Miłecki <zajec5@gmail.com>
2751 L: linux-mips@linux-mips.org
2752 S: Maintained
2753 F: drivers/firmware/broadcom/*
2754
2755 BROADCOM STB NAND FLASH DRIVER
2756 M: Brian Norris <computersforpeace@gmail.com>
2757 M: Kamal Dasu <kdasu.kdev@gmail.com>
2758 L: linux-mtd@lists.infradead.org
2759 L: bcm-kernel-feedback-list@broadcom.com
2760 S: Maintained
2761 F: drivers/mtd/nand/brcmnand/
2762
2763 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2764 M: Rafał Miłecki <zajec5@gmail.com>
2765 L: linux-wireless@vger.kernel.org
2766 S: Maintained
2767 F: drivers/bcma/
2768 F: include/linux/bcma/
2769
2770 BROADCOM SYSTEMPORT ETHERNET DRIVER
2771 M: Florian Fainelli <f.fainelli@gmail.com>
2772 L: netdev@vger.kernel.org
2773 S: Supported
2774 F: drivers/net/ethernet/broadcom/bcmsysport.*
2775
2776 BROADCOM VULCAN ARM64 SOC
2777 M: Jayachandran C. <jchandra@broadcom.com>
2778 M: bcm-kernel-feedback-list@broadcom.com
2779 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2780 S: Maintained
2781 F: arch/arm64/boot/dts/broadcom/vulcan*
2782
2783 BROCADE BFA FC SCSI DRIVER
2784 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2785 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2786 L: linux-scsi@vger.kernel.org
2787 S: Supported
2788 F: drivers/scsi/bfa/
2789
2790 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2791 M: Rasesh Mody <rasesh.mody@cavium.com>
2792 M: Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2793 M: Dept-GELinuxNICDev@cavium.com
2794 L: netdev@vger.kernel.org
2795 S: Supported
2796 F: drivers/net/ethernet/brocade/bna/
2797
2798 BSG (block layer generic sg v4 driver)
2799 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2800 L: linux-scsi@vger.kernel.org
2801 S: Supported
2802 F: block/bsg.c
2803 F: include/linux/bsg.h
2804 F: include/uapi/linux/bsg.h
2805
2806 BT87X AUDIO DRIVER
2807 M: Clemens Ladisch <clemens@ladisch.de>
2808 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2809 T: git git://git.alsa-project.org/alsa-kernel.git
2810 S: Maintained
2811 F: Documentation/sound/alsa/Bt87x.txt
2812 F: sound/pci/bt87x.c
2813
2814 BT8XXGPIO DRIVER
2815 M: Michael Buesch <m@bues.ch>
2816 W: http://bu3sch.de/btgpio.php
2817 S: Maintained
2818 F: drivers/gpio/gpio-bt8xx.c
2819
2820 BTRFS FILE SYSTEM
2821 M: Chris Mason <clm@fb.com>
2822 M: Josef Bacik <jbacik@fb.com>
2823 M: David Sterba <dsterba@suse.com>
2824 L: linux-btrfs@vger.kernel.org
2825 W: http://btrfs.wiki.kernel.org/
2826 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2827 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2828 S: Maintained
2829 F: Documentation/filesystems/btrfs.txt
2830 F: fs/btrfs/
2831
2832 BTTV VIDEO4LINUX DRIVER
2833 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2834 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2835 L: linux-media@vger.kernel.org
2836 W: https://linuxtv.org
2837 T: git git://linuxtv.org/media_tree.git
2838 S: Odd fixes
2839 F: Documentation/media/v4l-drivers/bttv*
2840 F: drivers/media/pci/bt8xx/bttv*
2841
2842 BUSLOGIC SCSI DRIVER
2843 M: Khalid Aziz <khalid@gonehiking.org>
2844 L: linux-scsi@vger.kernel.org
2845 S: Maintained
2846 F: drivers/scsi/BusLogic.*
2847 F: drivers/scsi/FlashPoint.*
2848
2849 C-MEDIA CMI8788 DRIVER
2850 M: Clemens Ladisch <clemens@ladisch.de>
2851 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2852 T: git git://git.alsa-project.org/alsa-kernel.git
2853 S: Maintained
2854 F: sound/pci/oxygen/
2855
2856 C6X ARCHITECTURE
2857 M: Mark Salter <msalter@redhat.com>
2858 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2859 L: linux-c6x-dev@linux-c6x.org
2860 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2861 S: Maintained
2862 F: arch/c6x/
2863
2864 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2865 M: David Howells <dhowells@redhat.com>
2866 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2867 S: Supported
2868 F: Documentation/filesystems/caching/cachefiles.txt
2869 F: fs/cachefiles/
2870
2871 CADET FM/AM RADIO RECEIVER DRIVER
2872 M: Hans Verkuil <hverkuil@xs4all.nl>
2873 L: linux-media@vger.kernel.org
2874 T: git git://linuxtv.org/media_tree.git
2875 W: https://linuxtv.org
2876 S: Maintained
2877 F: drivers/media/radio/radio-cadet*
2878
2879 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2880 M: Jonathan Corbet <corbet@lwn.net>
2881 L: linux-media@vger.kernel.org
2882 T: git git://linuxtv.org/media_tree.git
2883 S: Maintained
2884 F: Documentation/media/v4l-drivers/cafe_ccic*
2885 F: drivers/media/platform/marvell-ccic/
2886
2887 CAIF NETWORK LAYER
2888 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2889 L: netdev@vger.kernel.org
2890 S: Supported
2891 F: Documentation/networking/caif/
2892 F: drivers/net/caif/
2893 F: include/uapi/linux/caif/
2894 F: include/net/caif/
2895 F: net/caif/
2896
2897 CALGARY x86-64 IOMMU
2898 M: Muli Ben-Yehuda <mulix@mulix.org>
2899 M: Jon Mason <jdmason@kudzu.us>
2900 L: iommu@lists.linux-foundation.org
2901 S: Maintained
2902 F: arch/x86/kernel/pci-calgary_64.c
2903 F: arch/x86/kernel/tce_64.c
2904 F: arch/x86/include/asm/calgary.h
2905 F: arch/x86/include/asm/tce.h
2906
2907 CAN NETWORK LAYER
2908 M: Oliver Hartkopp <socketcan@hartkopp.net>
2909 M: Marc Kleine-Budde <mkl@pengutronix.de>
2910 L: linux-can@vger.kernel.org
2911 W: https://github.com/linux-can
2912 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2913 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2914 S: Maintained
2915 F: Documentation/networking/can.txt
2916 F: net/can/
2917 F: include/linux/can/core.h
2918 F: include/uapi/linux/can.h
2919 F: include/uapi/linux/can/bcm.h
2920 F: include/uapi/linux/can/raw.h
2921 F: include/uapi/linux/can/gw.h
2922
2923 CAN NETWORK DRIVERS
2924 M: Wolfgang Grandegger <wg@grandegger.com>
2925 M: Marc Kleine-Budde <mkl@pengutronix.de>
2926 L: linux-can@vger.kernel.org
2927 W: https://github.com/linux-can
2928 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2929 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2930 S: Maintained
2931 F: Documentation/devicetree/bindings/net/can/
2932 F: drivers/net/can/
2933 F: include/linux/can/dev.h
2934 F: include/linux/can/platform/
2935 F: include/uapi/linux/can/error.h
2936 F: include/uapi/linux/can/netlink.h
2937
2938 CAPABILITIES
2939 M: Serge Hallyn <serge@hallyn.com>
2940 L: linux-security-module@vger.kernel.org
2941 S: Supported
2942 F: include/linux/capability.h
2943 F: include/uapi/linux/capability.h
2944 F: security/commoncap.c
2945 F: kernel/capability.c
2946
2947 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2948 M: Kevin Tsai <ktsai@capellamicro.com>
2949 S: Maintained
2950 F: drivers/iio/light/cm*
2951 F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2952
2953 CAVIUM I2C DRIVER
2954 M: Jan Glauber <jglauber@cavium.com>
2955 M: David Daney <david.daney@cavium.com>
2956 W: http://www.cavium.com
2957 S: Supported
2958 F: drivers/i2c/busses/i2c-octeon*
2959 F: drivers/i2c/busses/i2c-thunderx*
2960
2961 CAVIUM LIQUIDIO NETWORK DRIVER
2962 M: Derek Chickles <derek.chickles@caviumnetworks.com>
2963 M: Satanand Burla <satananda.burla@caviumnetworks.com>
2964 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2965 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2966 L: netdev@vger.kernel.org
2967 W: http://www.cavium.com
2968 S: Supported
2969 F: drivers/net/ethernet/cavium/liquidio/
2970
2971 CC2520 IEEE-802.15.4 RADIO DRIVER
2972 M: Varka Bhadram <varkabhadram@gmail.com>
2973 L: linux-wpan@vger.kernel.org
2974 S: Maintained
2975 F: drivers/net/ieee802154/cc2520.c
2976 F: include/linux/spi/cc2520.h
2977 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2978
2979 CEC DRIVER
2980 M: Hans Verkuil <hans.verkuil@cisco.com>
2981 L: linux-media@vger.kernel.org
2982 T: git git://linuxtv.org/media_tree.git
2983 W: http://linuxtv.org
2984 S: Supported
2985 F: Documentation/cec.txt
2986 F: Documentation/media/uapi/cec
2987 F: drivers/staging/media/cec/
2988 F: drivers/media/cec-edid.c
2989 F: drivers/media/rc/keymaps/rc-cec.c
2990 F: include/media/cec.h
2991 F: include/media/cec-edid.h
2992 F: include/linux/cec.h
2993 F: include/linux/cec-funcs.h
2994
2995 CELL BROADBAND ENGINE ARCHITECTURE
2996 M: Arnd Bergmann <arnd@arndb.de>
2997 L: linuxppc-dev@lists.ozlabs.org
2998 W: http://www.ibm.com/developerworks/power/cell/
2999 S: Supported
3000 F: arch/powerpc/include/asm/cell*.h
3001 F: arch/powerpc/include/asm/spu*.h
3002 F: arch/powerpc/include/uapi/asm/spu*.h
3003 F: arch/powerpc/oprofile/*cell*
3004 F: arch/powerpc/platforms/cell/
3005
3006 CEPH COMMON CODE (LIBCEPH)
3007 M: Ilya Dryomov <idryomov@gmail.com>
3008 M: "Yan, Zheng" <zyan@redhat.com>
3009 M: Sage Weil <sage@redhat.com>
3010 L: ceph-devel@vger.kernel.org
3011 W: http://ceph.com/
3012 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3013 T: git git://github.com/ceph/ceph-client.git
3014 S: Supported
3015 F: net/ceph/
3016 F: include/linux/ceph/
3017 F: include/linux/crush/
3018
3019 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3020 M: "Yan, Zheng" <zyan@redhat.com>
3021 M: Sage Weil <sage@redhat.com>
3022 M: Ilya Dryomov <idryomov@gmail.com>
3023 L: ceph-devel@vger.kernel.org
3024 W: http://ceph.com/
3025 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3026 T: git git://github.com/ceph/ceph-client.git
3027 S: Supported
3028 F: Documentation/filesystems/ceph.txt
3029 F: fs/ceph/
3030
3031 CERTIFICATE HANDLING:
3032 M: David Howells <dhowells@redhat.com>
3033 M: David Woodhouse <dwmw2@infradead.org>
3034 L: keyrings@vger.kernel.org
3035 S: Maintained
3036 F: Documentation/module-signing.txt
3037 F: certs/
3038 F: scripts/sign-file.c
3039 F: scripts/extract-cert.c
3040
3041 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3042 L: linux-usb@vger.kernel.org
3043 S: Orphan
3044 F: Documentation/usb/WUSB-Design-overview.txt
3045 F: Documentation/usb/wusb-cbaf
3046 F: drivers/usb/host/hwa-hc.c
3047 F: drivers/usb/host/whci/
3048 F: drivers/usb/wusbcore/
3049 F: include/linux/usb/wusb*
3050
3051 CFAG12864B LCD DRIVER
3052 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3053 W: http://miguelojeda.es/auxdisplay.htm
3054 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3055 S: Maintained
3056 F: drivers/auxdisplay/cfag12864b.c
3057 F: include/linux/cfag12864b.h
3058
3059 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3060 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3061 W: http://miguelojeda.es/auxdisplay.htm
3062 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3063 S: Maintained
3064 F: drivers/auxdisplay/cfag12864bfb.c
3065 F: include/linux/cfag12864b.h
3066
3067 CFG80211 and NL80211
3068 M: Johannes Berg <johannes@sipsolutions.net>
3069 L: linux-wireless@vger.kernel.org
3070 W: http://wireless.kernel.org/
3071 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3072 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3073 S: Maintained
3074 F: include/uapi/linux/nl80211.h
3075 F: include/net/cfg80211.h
3076 F: net/wireless/*
3077 X: net/wireless/wext*
3078
3079 CHAR and MISC DRIVERS
3080 M: Arnd Bergmann <arnd@arndb.de>
3081 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3082 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3083 S: Supported
3084 F: drivers/char/*
3085 F: drivers/misc/*
3086 F: include/linux/miscdevice.h
3087
3088 CHECKPATCH
3089 M: Andy Whitcroft <apw@canonical.com>
3090 M: Joe Perches <joe@perches.com>
3091 S: Maintained
3092 F: scripts/checkpatch.pl
3093
3094 CHINESE DOCUMENTATION
3095 M: Harry Wei <harryxiyou@gmail.com>
3096 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3097 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
3098 S: Maintained
3099 F: Documentation/zh_CN/
3100
3101 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3102 M: Peter Chen <Peter.Chen@nxp.com>
3103 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3104 L: linux-usb@vger.kernel.org
3105 S: Maintained
3106 F: drivers/usb/chipidea/
3107
3108 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3109 M: Hans de Goede <hdegoede@redhat.com>
3110 L: linux-input@vger.kernel.org
3111 S: Maintained
3112 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3113 F: drivers/input/touchscreen/chipone_icn8318.c
3114
3115 CHROME HARDWARE PLATFORM SUPPORT
3116 M: Olof Johansson <olof@lixom.net>
3117 S: Maintained
3118 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3119 F: drivers/platform/chrome/
3120
3121 CISCO VIC ETHERNET NIC DRIVER
3122 M: Christian Benvenuti <benve@cisco.com>
3123 M: Sujith Sankar <ssujith@cisco.com>
3124 M: Govindarajulu Varadarajan <_govind@gmx.com>
3125 M: Neel Patel <neepatel@cisco.com>
3126 S: Supported
3127 F: drivers/net/ethernet/cisco/enic/
3128
3129 CISCO VIC LOW LATENCY NIC DRIVER
3130 M: Christian Benvenuti <benve@cisco.com>
3131 M: Dave Goodell <dgoodell@cisco.com>
3132 S: Supported
3133 F: drivers/infiniband/hw/usnic/
3134
3135 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3136 M: Hartley Sweeten <hsweeten@visionengravers.com>
3137 L: netdev@vger.kernel.org
3138 S: Maintained
3139 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3140
3141 CIRRUS LOGIC AUDIO CODEC DRIVERS
3142 M: Brian Austin <brian.austin@cirrus.com>
3143 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3144 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3145 S: Maintained
3146 F: sound/soc/codecs/cs*
3147
3148 CLEANCACHE API
3149 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3150 L: linux-kernel@vger.kernel.org
3151 S: Maintained
3152 F: mm/cleancache.c
3153 F: include/linux/cleancache.h
3154
3155 CLK API
3156 M: Russell King <linux@armlinux.org.uk>
3157 L: linux-clk@vger.kernel.org
3158 S: Maintained
3159 F: include/linux/clk.h
3160
3161 CLOCKSOURCE, CLOCKEVENT DRIVERS
3162 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3163 M: Thomas Gleixner <tglx@linutronix.de>
3164 L: linux-kernel@vger.kernel.org
3165 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3166 S: Supported
3167 F: drivers/clocksource
3168
3169 CISCO FCOE HBA DRIVER
3170 M: Hiral Patel <hiralpat@cisco.com>
3171 M: Suma Ramars <sramars@cisco.com>
3172 M: Brian Uchino <buchino@cisco.com>
3173 L: linux-scsi@vger.kernel.org
3174 S: Supported
3175 F: drivers/scsi/fnic/
3176
3177 CISCO SCSI HBA DRIVER
3178 M: Narsimhulu Musini <nmusini@cisco.com>
3179 M: Sesidhar Baddela <sebaddel@cisco.com>
3180 L: linux-scsi@vger.kernel.org
3181 S: Supported
3182 F: drivers/scsi/snic/
3183
3184 CMPC ACPI DRIVER
3185 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3186 M: Daniel Oliveira Nascimento <don@syst.com.br>
3187 L: platform-driver-x86@vger.kernel.org
3188 S: Supported
3189 F: drivers/platform/x86/classmate-laptop.c
3190
3191 COBALT MEDIA DRIVER
3192 M: Hans Verkuil <hans.verkuil@cisco.com>
3193 L: linux-media@vger.kernel.org
3194 T: git git://linuxtv.org/media_tree.git
3195 W: https://linuxtv.org
3196 S: Supported
3197 F: drivers/media/pci/cobalt/
3198
3199 COCCINELLE/Semantic Patches (SmPL)
3200 M: Julia Lawall <Julia.Lawall@lip6.fr>
3201 M: Gilles Muller <Gilles.Muller@lip6.fr>
3202 M: Nicolas Palix <nicolas.palix@imag.fr>
3203 M: Michal Marek <mmarek@suse.com>
3204 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3205 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3206 W: http://coccinelle.lip6.fr/
3207 S: Supported
3208 F: Documentation/dev-tools/coccinelle.rst
3209 F: scripts/coccinelle/
3210 F: scripts/coccicheck
3211
3212 CODA FILE SYSTEM
3213 M: Jan Harkes <jaharkes@cs.cmu.edu>
3214 M: coda@cs.cmu.edu
3215 L: codalist@coda.cs.cmu.edu
3216 W: http://www.coda.cs.cmu.edu/
3217 S: Maintained
3218 F: Documentation/filesystems/coda.txt
3219 F: fs/coda/
3220 F: include/linux/coda*.h
3221 F: include/uapi/linux/coda*.h
3222
3223 CODA V4L2 MEM2MEM DRIVER
3224 M: Philipp Zabel <p.zabel@pengutronix.de>
3225 L: linux-media@vger.kernel.org
3226 S: Maintained
3227 F: Documentation/devicetree/bindings/media/coda.txt
3228 F: drivers/media/platform/coda/
3229
3230 COMMON CLK FRAMEWORK
3231 M: Michael Turquette <mturquette@baylibre.com>
3232 M: Stephen Boyd <sboyd@codeaurora.org>
3233 L: linux-clk@vger.kernel.org
3234 Q: http://patchwork.kernel.org/project/linux-clk/list/
3235 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3236 S: Maintained
3237 F: Documentation/devicetree/bindings/clock/
3238 F: drivers/clk/
3239 X: drivers/clk/clkdev.c
3240 F: include/linux/clk-pr*
3241 F: include/linux/clk/
3242
3243 COMMON INTERNET FILE SYSTEM (CIFS)
3244 M: Steve French <sfrench@samba.org>
3245 L: linux-cifs@vger.kernel.org
3246 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3247 W: http://linux-cifs.samba.org/
3248 T: git git://git.samba.org/sfrench/cifs-2.6.git
3249 S: Supported
3250 F: Documentation/filesystems/cifs/
3251 F: fs/cifs/
3252
3253 COMPACTPCI HOTPLUG CORE
3254 M: Scott Murray <scott@spiteful.org>
3255 L: linux-pci@vger.kernel.org
3256 S: Maintained
3257 F: drivers/pci/hotplug/cpci_hotplug*
3258
3259 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3260 M: Scott Murray <scott@spiteful.org>
3261 L: linux-pci@vger.kernel.org
3262 S: Maintained
3263 F: drivers/pci/hotplug/cpcihp_zt5550.*
3264
3265 COMPACTPCI HOTPLUG GENERIC DRIVER
3266 M: Scott Murray <scott@spiteful.org>
3267 L: linux-pci@vger.kernel.org
3268 S: Maintained
3269 F: drivers/pci/hotplug/cpcihp_generic.c
3270
3271 COMPAL LAPTOP SUPPORT
3272 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3273 L: platform-driver-x86@vger.kernel.org
3274 S: Maintained
3275 F: drivers/platform/x86/compal-laptop.c
3276
3277 CONEXANT ACCESSRUNNER USB DRIVER
3278 L: accessrunner-general@lists.sourceforge.net
3279 W: http://accessrunner.sourceforge.net/
3280 S: Orphan
3281 F: drivers/usb/atm/cxacru.c
3282
3283 CONFIGFS
3284 M: Joel Becker <jlbec@evilplan.org>
3285 M: Christoph Hellwig <hch@lst.de>
3286 T: git git://git.infradead.org/users/hch/configfs.git
3287 S: Supported
3288 F: fs/configfs/
3289 F: include/linux/configfs.h
3290
3291 CONNECTOR
3292 M: Evgeniy Polyakov <zbr@ioremap.net>
3293 L: netdev@vger.kernel.org
3294 S: Maintained
3295 F: drivers/connector/
3296
3297 CONTROL GROUP (CGROUP)
3298 M: Tejun Heo <tj@kernel.org>
3299 M: Li Zefan <lizefan@huawei.com>
3300 M: Johannes Weiner <hannes@cmpxchg.org>
3301 L: cgroups@vger.kernel.org
3302 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3303 S: Maintained
3304 F: Documentation/cgroup*
3305 F: include/linux/cgroup*
3306 F: kernel/cgroup*
3307
3308 CONTROL GROUP - CPUSET
3309 M: Li Zefan <lizefan@huawei.com>
3310 L: cgroups@vger.kernel.org
3311 W: http://www.bullopensource.org/cpuset/
3312 W: http://oss.sgi.com/projects/cpusets/
3313 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3314 S: Maintained
3315 F: Documentation/cgroup-v1/cpusets.txt
3316 F: include/linux/cpuset.h
3317 F: kernel/cpuset.c
3318
3319 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3320 M: Johannes Weiner <hannes@cmpxchg.org>
3321 M: Michal Hocko <mhocko@kernel.org>
3322 M: Vladimir Davydov <vdavydov.dev@gmail.com>
3323 L: cgroups@vger.kernel.org
3324 L: linux-mm@kvack.org
3325 S: Maintained
3326 F: mm/memcontrol.c
3327 F: mm/swap_cgroup.c
3328
3329 CORETEMP HARDWARE MONITORING DRIVER
3330 M: Fenghua Yu <fenghua.yu@intel.com>
3331 L: linux-hwmon@vger.kernel.org
3332 S: Maintained
3333 F: Documentation/hwmon/coretemp
3334 F: drivers/hwmon/coretemp.c
3335
3336 COSA/SRP SYNC SERIAL DRIVER
3337 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3338 W: http://www.fi.muni.cz/~kas/cosa/
3339 S: Maintained
3340 F: drivers/net/wan/cosa*
3341
3342 CPMAC ETHERNET DRIVER
3343 M: Florian Fainelli <f.fainelli@gmail.com>
3344 L: netdev@vger.kernel.org
3345 S: Maintained
3346 F: drivers/net/ethernet/ti/cpmac.c
3347
3348 CPU FREQUENCY DRIVERS
3349 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3350 M: Viresh Kumar <viresh.kumar@linaro.org>
3351 L: linux-pm@vger.kernel.org
3352 S: Maintained
3353 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3354 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3355 F: Documentation/cpu-freq/
3356 F: drivers/cpufreq/
3357 F: include/linux/cpufreq.h
3358
3359 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3360 M: Viresh Kumar <viresh.kumar@linaro.org>
3361 M: Sudeep Holla <sudeep.holla@arm.com>
3362 L: linux-pm@vger.kernel.org
3363 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3364 S: Maintained
3365 F: drivers/cpufreq/arm_big_little.h
3366 F: drivers/cpufreq/arm_big_little.c
3367 F: drivers/cpufreq/arm_big_little_dt.c
3368
3369 CPUIDLE DRIVER - ARM BIG LITTLE
3370 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3371 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3372 L: linux-pm@vger.kernel.org
3373 L: linux-arm-kernel@lists.infradead.org
3374 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3375 S: Maintained
3376 F: drivers/cpuidle/cpuidle-big_little.c
3377
3378 CPUIDLE DRIVER - ARM EXYNOS
3379 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3380 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3381 M: Kukjin Kim <kgene@kernel.org>
3382 L: linux-pm@vger.kernel.org
3383 L: linux-samsung-soc@vger.kernel.org
3384 S: Supported
3385 F: drivers/cpuidle/cpuidle-exynos.c
3386 F: arch/arm/mach-exynos/pm.c
3387
3388 CPUIDLE DRIVERS
3389 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3390 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3391 L: linux-pm@vger.kernel.org
3392 S: Maintained
3393 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3394 F: drivers/cpuidle/*
3395 F: include/linux/cpuidle.h
3396
3397 CPUID/MSR DRIVER
3398 M: "H. Peter Anvin" <hpa@zytor.com>
3399 S: Maintained
3400 F: arch/x86/kernel/cpuid.c
3401 F: arch/x86/kernel/msr.c
3402
3403 CPU POWER MONITORING SUBSYSTEM
3404 M: Thomas Renninger <trenn@suse.com>
3405 L: linux-pm@vger.kernel.org
3406 S: Maintained
3407 F: tools/power/cpupower/
3408
3409 CRAMFS FILESYSTEM
3410 W: http://sourceforge.net/projects/cramfs/
3411 S: Orphan / Obsolete
3412 F: Documentation/filesystems/cramfs.txt
3413 F: fs/cramfs/
3414
3415 CRIS PORT
3416 M: Mikael Starvik <starvik@axis.com>
3417 M: Jesper Nilsson <jesper.nilsson@axis.com>
3418 L: linux-cris-kernel@axis.com
3419 W: http://developer.axis.com
3420 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3421 S: Maintained
3422 F: arch/cris/
3423 F: drivers/tty/serial/crisv10.*
3424
3425 CRYPTO API
3426 M: Herbert Xu <herbert@gondor.apana.org.au>
3427 M: "David S. Miller" <davem@davemloft.net>
3428 L: linux-crypto@vger.kernel.org
3429 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3430 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3431 S: Maintained
3432 F: Documentation/crypto/
3433 F: Documentation/devicetree/bindings/crypto/
3434 F: Documentation/DocBook/crypto-API.tmpl
3435 F: arch/*/crypto/
3436 F: crypto/
3437 F: drivers/crypto/
3438 F: include/crypto/
3439
3440 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3441 M: Neil Horman <nhorman@tuxdriver.com>
3442 L: linux-crypto@vger.kernel.org
3443 S: Maintained
3444 F: crypto/ansi_cprng.c
3445 F: crypto/rng.c
3446
3447 CS3308 MEDIA DRIVER
3448 M: Hans Verkuil <hverkuil@xs4all.nl>
3449 L: linux-media@vger.kernel.org
3450 T: git git://linuxtv.org/media_tree.git
3451 W: http://linuxtv.org
3452 S: Odd Fixes
3453 F: drivers/media/i2c/cs3308.c
3454 F: drivers/media/i2c/cs3308.h
3455
3456 CS5535 Audio ALSA driver
3457 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3458 S: Maintained
3459 F: sound/pci/cs5535audio/
3460
3461 CW1200 WLAN driver
3462 M: Solomon Peachy <pizza@shaftnet.org>
3463 S: Maintained
3464 F: drivers/net/wireless/st/cw1200/
3465
3466 CX18 VIDEO4LINUX DRIVER
3467 M: Andy Walls <awalls@md.metrocast.net>
3468 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3469 L: linux-media@vger.kernel.org
3470 T: git git://linuxtv.org/media_tree.git
3471 W: https://linuxtv.org
3472 W: http://www.ivtvdriver.org/index.php/Cx18
3473 S: Maintained
3474 F: Documentation/media/v4l-drivers/cx18*
3475 F: drivers/media/pci/cx18/
3476 F: include/uapi/linux/ivtv*
3477
3478 CX2341X MPEG ENCODER HELPER MODULE
3479 M: Hans Verkuil <hverkuil@xs4all.nl>
3480 L: linux-media@vger.kernel.org
3481 T: git git://linuxtv.org/media_tree.git
3482 W: https://linuxtv.org
3483 S: Maintained
3484 F: drivers/media/common/cx2341x*
3485 F: include/media/cx2341x*
3486
3487 CX24120 MEDIA DRIVER
3488 M: Jemma Denson <jdenson@gmail.com>
3489 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3490 L: linux-media@vger.kernel.org
3491 W: https://linuxtv.org
3492 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3493 S: Maintained
3494 F: drivers/media/dvb-frontends/cx24120*
3495
3496 CX88 VIDEO4LINUX DRIVER
3497 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3498 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3499 L: linux-media@vger.kernel.org
3500 W: https://linuxtv.org
3501 T: git git://linuxtv.org/media_tree.git
3502 S: Odd fixes
3503 F: Documentation/media/v4l-drivers/cx88*
3504 F: drivers/media/pci/cx88/
3505
3506 CXD2820R MEDIA DRIVER
3507 M: Antti Palosaari <crope@iki.fi>
3508 L: linux-media@vger.kernel.org
3509 W: https://linuxtv.org
3510 W: http://palosaari.fi/linux/
3511 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3512 T: git git://linuxtv.org/anttip/media_tree.git
3513 S: Maintained
3514 F: drivers/media/dvb-frontends/cxd2820r*
3515
3516 CXGB3 ETHERNET DRIVER (CXGB3)
3517 M: Santosh Raspatur <santosh@chelsio.com>
3518 L: netdev@vger.kernel.org
3519 W: http://www.chelsio.com
3520 S: Supported
3521 F: drivers/net/ethernet/chelsio/cxgb3/
3522
3523 CXGB3 ISCSI DRIVER (CXGB3I)
3524 M: Karen Xie <kxie@chelsio.com>
3525 L: linux-scsi@vger.kernel.org
3526 W: http://www.chelsio.com
3527 S: Supported
3528 F: drivers/scsi/cxgbi/cxgb3i
3529
3530 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3531 M: Steve Wise <swise@chelsio.com>
3532 L: linux-rdma@vger.kernel.org
3533 W: http://www.openfabrics.org
3534 S: Supported
3535 F: drivers/infiniband/hw/cxgb3/
3536 F: include/uapi/rdma/cxgb3-abi.h
3537
3538 CXGB4 ETHERNET DRIVER (CXGB4)
3539 M: Hariprasad S <hariprasad@chelsio.com>
3540 L: netdev@vger.kernel.org
3541 W: http://www.chelsio.com
3542 S: Supported
3543 F: drivers/net/ethernet/chelsio/cxgb4/
3544
3545 CXGB4 ISCSI DRIVER (CXGB4I)
3546 M: Karen Xie <kxie@chelsio.com>
3547 L: linux-scsi@vger.kernel.org
3548 W: http://www.chelsio.com
3549 S: Supported
3550 F: drivers/scsi/cxgbi/cxgb4i
3551
3552 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3553 M: Steve Wise <swise@chelsio.com>
3554 L: linux-rdma@vger.kernel.org
3555 W: http://www.openfabrics.org
3556 S: Supported
3557 F: drivers/infiniband/hw/cxgb4/
3558 F: include/uapi/rdma/cxgb4-abi.h
3559
3560 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3561 M: Casey Leedom <leedom@chelsio.com>
3562 L: netdev@vger.kernel.org
3563 W: http://www.chelsio.com
3564 S: Supported
3565 F: drivers/net/ethernet/chelsio/cxgb4vf/
3566
3567 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3568 M: Ian Munsie <imunsie@au1.ibm.com>
3569 M: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3570 L: linuxppc-dev@lists.ozlabs.org
3571 S: Supported
3572 F: arch/powerpc/platforms/powernv/pci-cxl.c
3573 F: drivers/misc/cxl/
3574 F: include/misc/cxl*
3575 F: include/uapi/misc/cxl.h
3576 F: Documentation/powerpc/cxl.txt
3577 F: Documentation/ABI/testing/sysfs-class-cxl
3578
3579 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3580 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3581 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3582 M: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3583 L: linux-scsi@vger.kernel.org
3584 S: Supported
3585 F: drivers/scsi/cxlflash/
3586 F: include/uapi/scsi/cxlflash_ioctls.h
3587 F: Documentation/powerpc/cxlflash.txt
3588
3589 STMMAC ETHERNET DRIVER
3590 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3591 M: Alexandre Torgue <alexandre.torgue@st.com>
3592 L: netdev@vger.kernel.org
3593 W: http://www.stlinux.com
3594 S: Supported
3595 F: drivers/net/ethernet/stmicro/stmmac/
3596
3597 CYBERPRO FB DRIVER
3598 M: Russell King <linux@armlinux.org.uk>
3599 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3600 W: http://www.armlinux.org.uk/
3601 S: Maintained
3602 F: drivers/video/fbdev/cyber2000fb.*
3603
3604 CYCLADES ASYNC MUX DRIVER
3605 W: http://www.cyclades.com/
3606 S: Orphan
3607 F: drivers/tty/cyclades.c
3608 F: include/linux/cyclades.h
3609 F: include/uapi/linux/cyclades.h
3610
3611 CYCLADES PC300 DRIVER
3612 W: http://www.cyclades.com/
3613 S: Orphan
3614 F: drivers/net/wan/pc300*
3615
3616 CYPRESS_FIRMWARE MEDIA DRIVER
3617 M: Antti Palosaari <crope@iki.fi>
3618 L: linux-media@vger.kernel.org
3619 W: https://linuxtv.org
3620 W: http://palosaari.fi/linux/
3621 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3622 T: git git://linuxtv.org/anttip/media_tree.git
3623 S: Maintained
3624 F: drivers/media/common/cypress_firmware*
3625
3626 CYTTSP TOUCHSCREEN DRIVER
3627 M: Ferruh Yigit <fery@cypress.com>
3628 L: linux-input@vger.kernel.org
3629 S: Supported
3630 F: drivers/input/touchscreen/cyttsp*
3631 F: include/linux/input/cyttsp.h
3632
3633 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3634 M: Joshua Kinard <kumba@gentoo.org>
3635 S: Maintained
3636 F: drivers/rtc/rtc-ds1685.c
3637 F: include/linux/rtc/ds1685.h
3638
3639 DAMA SLAVE for AX.25
3640 M: Joerg Reuter <jreuter@yaina.de>
3641 W: http://yaina.de/jreuter/
3642 W: http://www.qsl.net/dl1bke/
3643 L: linux-hams@vger.kernel.org
3644 S: Maintained
3645 F: net/ax25/af_ax25.c
3646 F: net/ax25/ax25_dev.c
3647 F: net/ax25/ax25_ds_*
3648 F: net/ax25/ax25_in.c
3649 F: net/ax25/ax25_out.c
3650 F: net/ax25/ax25_timer.c
3651 F: net/ax25/sysctl_net_ax25.c
3652
3653 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3654 L: netdev@vger.kernel.org
3655 S: Orphan
3656 F: Documentation/networking/dmfe.txt
3657 F: drivers/net/ethernet/dec/tulip/dmfe.c
3658
3659 DC390/AM53C974 SCSI driver
3660 M: Hannes Reinecke <hare@suse.com>
3661 L: linux-scsi@vger.kernel.org
3662 S: Maintained
3663 F: drivers/scsi/am53c974.c
3664
3665 DC395x SCSI driver
3666 M: Oliver Neukum <oliver@neukum.org>
3667 M: Ali Akcaagac <aliakc@web.de>
3668 M: Jamie Lenehan <lenehan@twibble.org>
3669 L: dc395x@twibble.org
3670 W: http://twibble.org/dist/dc395x/
3671 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3672 S: Maintained
3673 F: Documentation/scsi/dc395x.txt
3674 F: drivers/scsi/dc395x.*
3675
3676 DCCP PROTOCOL
3677 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3678 L: dccp@vger.kernel.org
3679 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3680 S: Maintained
3681 F: include/linux/dccp.h
3682 F: include/uapi/linux/dccp.h
3683 F: include/linux/tfrc.h
3684 F: net/dccp/
3685
3686 DECnet NETWORK LAYER
3687 W: http://linux-decnet.sourceforge.net
3688 L: linux-decnet-user@lists.sourceforge.net
3689 S: Orphan
3690 F: Documentation/networking/decnet.txt
3691 F: net/decnet/
3692
3693 DECSTATION PLATFORM SUPPORT
3694 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3695 L: linux-mips@linux-mips.org
3696 W: http://www.linux-mips.org/wiki/DECstation
3697 S: Maintained
3698 F: arch/mips/dec/
3699 F: arch/mips/include/asm/dec/
3700 F: arch/mips/include/asm/mach-dec/
3701
3702 DEFXX FDDI NETWORK DRIVER
3703 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3704 S: Maintained
3705 F: drivers/net/fddi/defxx.*
3706
3707 DELL LAPTOP DRIVER
3708 M: Matthew Garrett <mjg59@srcf.ucam.org>
3709 M: Pali Rohár <pali.rohar@gmail.com>
3710 L: platform-driver-x86@vger.kernel.org
3711 S: Maintained
3712 F: drivers/platform/x86/dell-laptop.c
3713
3714 DELL LAPTOP RBTN DRIVER
3715 M: Pali Rohár <pali.rohar@gmail.com>
3716 S: Maintained
3717 F: drivers/platform/x86/dell-rbtn.*
3718
3719 DELL LAPTOP FREEFALL DRIVER
3720 M: Pali Rohár <pali.rohar@gmail.com>
3721 S: Maintained
3722 F: drivers/platform/x86/dell-smo8800.c
3723
3724 DELL LAPTOP SMM DRIVER
3725 M: Pali Rohár <pali.rohar@gmail.com>
3726 S: Maintained
3727 F: drivers/hwmon/dell-smm-hwmon.c
3728 F: include/uapi/linux/i8k.h
3729
3730 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3731 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3732 S: Maintained
3733 F: Documentation/dcdbas.txt
3734 F: drivers/firmware/dcdbas.*
3735
3736 DELL WMI EXTRAS DRIVER
3737 M: Matthew Garrett <mjg59@srcf.ucam.org>
3738 M: Pali Rohár <pali.rohar@gmail.com>
3739 S: Maintained
3740 F: drivers/platform/x86/dell-wmi.c
3741
3742 DESIGNWARE USB2 DRD IP DRIVER
3743 M: John Youn <johnyoun@synopsys.com>
3744 L: linux-usb@vger.kernel.org
3745 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3746 S: Maintained
3747 F: drivers/usb/dwc2/
3748
3749 DESIGNWARE USB3 DRD IP DRIVER
3750 M: Felipe Balbi <balbi@kernel.org>
3751 L: linux-usb@vger.kernel.org
3752 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3753 S: Maintained
3754 F: drivers/usb/dwc3/
3755
3756 DEVICE COREDUMP (DEV_COREDUMP)
3757 M: Johannes Berg <johannes@sipsolutions.net>
3758 L: linux-kernel@vger.kernel.org
3759 S: Maintained
3760 F: drivers/base/devcoredump.c
3761 F: include/linux/devcoredump.h
3762
3763 DEVICE FREQUENCY (DEVFREQ)
3764 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3765 M: Kyungmin Park <kyungmin.park@samsung.com>
3766 L: linux-pm@vger.kernel.org
3767 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3768 S: Maintained
3769 F: drivers/devfreq/
3770 F: include/linux/devfreq.h
3771 F: Documentation/devicetree/bindings/devfreq/
3772
3773 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3774 M: Chanwoo Choi <cw00.choi@samsung.com>
3775 L: linux-pm@vger.kernel.org
3776 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3777 S: Supported
3778 F: drivers/devfreq/event/
3779 F: drivers/devfreq/devfreq-event.c
3780 F: include/linux/devfreq-event.h
3781 F: Documentation/devicetree/bindings/devfreq/event/
3782
3783 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3784 M: Chanwoo Choi <cw00.choi@samsung.com>
3785 L: linux-pm@vger.kernel.org
3786 L: linux-samsung-soc@vger.kernel.org
3787 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3788 S: Maintained
3789 F: drivers/devfreq/exynos-bus.c
3790 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3791
3792 DEVICE NUMBER REGISTRY
3793 M: Torben Mathiasen <device@lanana.org>
3794 W: http://lanana.org/docs/device-list/index.html
3795 S: Maintained
3796
3797 DEVICE-MAPPER (LVM)
3798 M: Alasdair Kergon <agk@redhat.com>
3799 M: Mike Snitzer <snitzer@redhat.com>
3800 M: dm-devel@redhat.com
3801 L: dm-devel@redhat.com
3802 W: http://sources.redhat.com/dm
3803 Q: http://patchwork.kernel.org/project/dm-devel/list/
3804 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3805 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3806 S: Maintained
3807 F: Documentation/device-mapper/
3808 F: drivers/md/dm*
3809 F: drivers/md/persistent-data/
3810 F: include/linux/device-mapper.h
3811 F: include/linux/dm-*.h
3812 F: include/uapi/linux/dm-*.h
3813
3814 DEVLINK
3815 M: Jiri Pirko <jiri@mellanox.com>
3816 L: netdev@vger.kernel.org
3817 S: Supported
3818 F: net/core/devlink.c
3819 F: include/net/devlink.h
3820 F: include/uapi/linux/devlink.h
3821
3822 DIALOG SEMICONDUCTOR DRIVERS
3823 M: Support Opensource <support.opensource@diasemi.com>
3824 W: http://www.dialog-semiconductor.com/products
3825 S: Supported
3826 F: Documentation/hwmon/da90??
3827 F: Documentation/devicetree/bindings/mfd/da90*.txt
3828 F: Documentation/devicetree/bindings/regulator/da92*.txt
3829 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3830 F: drivers/gpio/gpio-da90??.c
3831 F: drivers/hwmon/da90??-hwmon.c
3832 F: drivers/iio/adc/da91??-*.c
3833 F: drivers/input/misc/da90??_onkey.c
3834 F: drivers/input/touchscreen/da9052_tsi.c
3835 F: drivers/leds/leds-da90??.c
3836 F: drivers/mfd/da903x.c
3837 F: drivers/mfd/da90??-*.c
3838 F: drivers/mfd/da91??-*.c
3839 F: drivers/power/supply/da9052-battery.c
3840 F: drivers/power/supply/da91??-*.c
3841 F: drivers/regulator/da903x.c
3842 F: drivers/regulator/da9???-regulator.[ch]
3843 F: drivers/rtc/rtc-da90??.c
3844 F: drivers/video/backlight/da90??_bl.c
3845 F: drivers/watchdog/da90??_wdt.c
3846 F: include/linux/mfd/da903x.h
3847 F: include/linux/mfd/da9052/
3848 F: include/linux/mfd/da9055/
3849 F: include/linux/mfd/da9062/
3850 F: include/linux/mfd/da9063/
3851 F: include/linux/mfd/da9150/
3852 F: include/linux/regulator/da9211.h
3853 F: include/sound/da[79]*.h
3854 F: sound/soc/codecs/da[79]*.[ch]
3855
3856 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3857 M: William Breathitt Gray <vilhelm.gray@gmail.com>
3858 L: linux-gpio@vger.kernel.org
3859 S: Maintained
3860 F: drivers/gpio/gpio-gpio-mm.c
3861
3862 DIGI NEO AND CLASSIC PCI PRODUCTS
3863 M: Lidza Louina <lidza.louina@gmail.com>
3864 M: Mark Hounschell <markh@compro.net>
3865 L: driverdev-devel@linuxdriverproject.org
3866 S: Maintained
3867 F: drivers/staging/dgnc/
3868
3869 DIOLAN U2C-12 I2C DRIVER
3870 M: Guenter Roeck <linux@roeck-us.net>
3871 L: linux-i2c@vger.kernel.org
3872 S: Maintained
3873 F: drivers/i2c/busses/i2c-diolan-u2c.c
3874
3875 DIRECT ACCESS (DAX)
3876 M: Matthew Wilcox <willy@linux.intel.com>
3877 L: linux-fsdevel@vger.kernel.org
3878 S: Supported
3879 F: fs/dax.c
3880
3881 DIRECTORY NOTIFICATION (DNOTIFY)
3882 M: Eric Paris <eparis@parisplace.org>
3883 S: Maintained
3884 F: Documentation/filesystems/dnotify.txt
3885 F: fs/notify/dnotify/
3886 F: include/linux/dnotify.h
3887
3888 DISK GEOMETRY AND PARTITION HANDLING
3889 M: Andries Brouwer <aeb@cwi.nl>
3890 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3891 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3892 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3893 S: Maintained
3894
3895 DISKQUOTA
3896 M: Jan Kara <jack@suse.com>
3897 S: Maintained
3898 F: Documentation/filesystems/quota.txt
3899 F: fs/quota/
3900 F: include/linux/quota*.h
3901 F: include/uapi/linux/quota*.h
3902
3903 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3904 M: Bernie Thompson <bernie@plugable.com>
3905 L: linux-fbdev@vger.kernel.org
3906 S: Maintained
3907 W: http://plugable.com/category/projects/udlfb/
3908 F: drivers/video/fbdev/udlfb.c
3909 F: include/video/udlfb.h
3910 F: Documentation/fb/udlfb.txt
3911
3912 DISTRIBUTED LOCK MANAGER (DLM)
3913 M: Christine Caulfield <ccaulfie@redhat.com>
3914 M: David Teigland <teigland@redhat.com>
3915 L: cluster-devel@redhat.com
3916 W: http://sources.redhat.com/cluster/
3917 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3918 S: Supported
3919 F: fs/dlm/
3920
3921 DMA BUFFER SHARING FRAMEWORK
3922 M: Sumit Semwal <sumit.semwal@linaro.org>
3923 S: Maintained
3924 L: linux-media@vger.kernel.org
3925 L: dri-devel@lists.freedesktop.org
3926 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3927 F: drivers/dma-buf/
3928 F: include/linux/dma-buf*
3929 F: include/linux/reservation.h
3930 F: include/linux/*fence.h
3931 F: Documentation/dma-buf-sharing.txt
3932 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3933
3934 SYNC FILE FRAMEWORK
3935 M: Sumit Semwal <sumit.semwal@linaro.org>
3936 R: Gustavo Padovan <gustavo@padovan.org>
3937 S: Maintained
3938 L: linux-media@vger.kernel.org
3939 L: dri-devel@lists.freedesktop.org
3940 F: drivers/dma-buf/sync_file.c
3941 F: include/linux/sync_file.h
3942 F: Documentation/sync_file.txt
3943 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3944
3945 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3946 M: Vinod Koul <vinod.koul@intel.com>
3947 L: dmaengine@vger.kernel.org
3948 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3949 S: Maintained
3950 F: drivers/dma/
3951 F: include/linux/dmaengine.h
3952 F: Documentation/devicetree/bindings/dma/
3953 F: Documentation/dmaengine/
3954 T: git git://git.infradead.org/users/vkoul/slave-dma.git
3955
3956 DME1737 HARDWARE MONITOR DRIVER
3957 M: Juerg Haefliger <juergh@gmail.com>
3958 L: linux-hwmon@vger.kernel.org
3959 S: Maintained
3960 F: Documentation/hwmon/dme1737
3961 F: drivers/hwmon/dme1737.c
3962
3963 DMI/SMBIOS SUPPORT
3964 M: Jean Delvare <jdelvare@suse.com>
3965 S: Maintained
3966 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3967 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3968 F: drivers/firmware/dmi-id.c
3969 F: drivers/firmware/dmi_scan.c
3970 F: include/linux/dmi.h
3971
3972 DOCUMENTATION
3973 M: Jonathan Corbet <corbet@lwn.net>
3974 L: linux-doc@vger.kernel.org
3975 S: Maintained
3976 F: Documentation/
3977 F: scripts/docproc.c
3978 F: scripts/kernel-doc*
3979 X: Documentation/ABI/
3980 X: Documentation/devicetree/
3981 X: Documentation/acpi
3982 X: Documentation/power
3983 X: Documentation/spi
3984 X: Documentation/media
3985 T: git git://git.lwn.net/linux.git docs-next
3986
3987 DOUBLETALK DRIVER
3988 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3989 L: blinux-list@redhat.com
3990 S: Maintained
3991 F: drivers/char/dtlk.c
3992 F: include/linux/dtlk.h
3993
3994 DPT_I2O SCSI RAID DRIVER
3995 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3996 L: linux-scsi@vger.kernel.org
3997 W: http://www.adaptec.com/
3998 S: Maintained
3999 F: drivers/scsi/dpt*
4000 F: drivers/scsi/dpt/
4001
4002 DRBD DRIVER
4003 M: Philipp Reisner <philipp.reisner@linbit.com>
4004 M: Lars Ellenberg <lars.ellenberg@linbit.com>
4005 L: drbd-dev@lists.linbit.com
4006 W: http://www.drbd.org
4007 T: git git://git.linbit.com/linux-drbd.git
4008 T: git git://git.linbit.com/drbd-8.4.git
4009 S: Supported
4010 F: drivers/block/drbd/
4011 F: lib/lru_cache.c
4012 F: Documentation/blockdev/drbd/
4013
4014 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
4015 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4016 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4017 S: Supported
4018 F: Documentation/kobject.txt
4019 F: drivers/base/
4020 F: fs/debugfs/
4021 F: fs/kernfs/
4022 F: fs/sysfs/
4023 F: include/linux/debugfs.h
4024 F: include/linux/kobj*
4025 F: lib/kobj*
4026
4027 DRM DRIVERS
4028 M: David Airlie <airlied@linux.ie>
4029 L: dri-devel@lists.freedesktop.org
4030 T: git git://people.freedesktop.org/~airlied/linux
4031 B: https://bugs.freedesktop.org/
4032 C: irc://chat.freenode.net/dri-devel
4033 S: Maintained
4034 F: drivers/gpu/drm/
4035 F: drivers/gpu/vga/
4036 F: Documentation/devicetree/bindings/display/
4037 F: Documentation/devicetree/bindings/gpu/
4038 F: Documentation/devicetree/bindings/video/
4039 F: Documentation/gpu/
4040 F: include/drm/
4041 F: include/uapi/drm/
4042
4043 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4044 M: Dave Airlie <airlied@redhat.com>
4045 S: Odd Fixes
4046 F: drivers/gpu/drm/ast/
4047
4048 DRM DRIVER FOR BOCHS VIRTUAL GPU
4049 M: Gerd Hoffmann <kraxel@redhat.com>
4050 S: Odd Fixes
4051 F: drivers/gpu/drm/bochs/
4052
4053 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4054 M: Dave Airlie <airlied@redhat.com>
4055 S: Odd Fixes
4056 F: drivers/gpu/drm/cirrus/
4057
4058 RADEON and AMDGPU DRM DRIVERS
4059 M: Alex Deucher <alexander.deucher@amd.com>
4060 M: Christian König <christian.koenig@amd.com>
4061 L: dri-devel@lists.freedesktop.org
4062 T: git git://people.freedesktop.org/~agd5f/linux
4063 S: Supported
4064 F: drivers/gpu/drm/radeon/
4065 F: include/uapi/drm/radeon_drm.h
4066 F: drivers/gpu/drm/amd/
4067 F: include/uapi/drm/amdgpu_drm.h
4068
4069 DRM PANEL DRIVERS
4070 M: Thierry Reding <thierry.reding@gmail.com>
4071 L: dri-devel@lists.freedesktop.org
4072 T: git git://anongit.freedesktop.org/tegra/linux.git
4073 S: Maintained
4074 F: drivers/gpu/drm/drm_panel.c
4075 F: drivers/gpu/drm/panel/
4076 F: include/drm/drm_panel.h
4077 F: Documentation/devicetree/bindings/display/panel/
4078
4079 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4080 M: Daniel Vetter <daniel.vetter@intel.com>
4081 M: Jani Nikula <jani.nikula@linux.intel.com>
4082 L: intel-gfx@lists.freedesktop.org
4083 L: dri-devel@lists.freedesktop.org
4084 W: https://01.org/linuxgraphics/
4085 B: https://01.org/linuxgraphics/documentation/how-report-bugs
4086 C: irc://chat.freenode.net/intel-gfx
4087 Q: http://patchwork.freedesktop.org/project/intel-gfx/
4088 T: git git://anongit.freedesktop.org/drm-intel
4089 S: Supported
4090 F: drivers/gpu/drm/i915/
4091 F: include/drm/i915*
4092 F: include/uapi/drm/i915_drm.h
4093 F: Documentation/gpu/i915.rst
4094
4095 DRM DRIVERS FOR ATMEL HLCDC
4096 M: Boris Brezillon <boris.brezillon@free-electrons.com>
4097 L: dri-devel@lists.freedesktop.org
4098 S: Supported
4099 F: drivers/gpu/drm/atmel-hlcdc/
4100 F: Documentation/devicetree/bindings/drm/atmel/
4101
4102 DRM DRIVERS FOR ALLWINNER A10
4103 M: Maxime Ripard <maxime.ripard@free-electrons.com>
4104 L: dri-devel@lists.freedesktop.org
4105 S: Supported
4106 F: drivers/gpu/drm/sun4i/
4107 F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4108
4109 DRM DRIVERS FOR EXYNOS
4110 M: Inki Dae <inki.dae@samsung.com>
4111 M: Joonyoung Shim <jy0922.shim@samsung.com>
4112 M: Seung-Woo Kim <sw0312.kim@samsung.com>
4113 M: Kyungmin Park <kyungmin.park@samsung.com>
4114 L: dri-devel@lists.freedesktop.org
4115 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4116 S: Supported
4117 F: drivers/gpu/drm/exynos/
4118 F: include/uapi/drm/exynos_drm.h
4119 F: Documentation/devicetree/bindings/display/exynos/
4120
4121 DRM DRIVERS FOR FREESCALE DCU
4122 M: Stefan Agner <stefan@agner.ch>
4123 M: Alison Wang <alison.wang@freescale.com>
4124 L: dri-devel@lists.freedesktop.org
4125 S: Supported
4126 F: drivers/gpu/drm/fsl-dcu/
4127 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
4128 F: Documentation/devicetree/bindings/display/fsl,tcon.txt
4129 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4130
4131 DRM DRIVERS FOR FREESCALE IMX
4132 M: Philipp Zabel <p.zabel@pengutronix.de>
4133 L: dri-devel@lists.freedesktop.org
4134 S: Maintained
4135 F: drivers/gpu/drm/imx/
4136 F: drivers/gpu/ipu-v3/
4137 F: Documentation/devicetree/bindings/display/imx/
4138
4139 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4140 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4141 L: dri-devel@lists.freedesktop.org
4142 T: git git://github.com/patjak/drm-gma500
4143 S: Maintained
4144 F: drivers/gpu/drm/gma500/
4145
4146 DRM DRIVERS FOR HISILICON
4147 M: Xinliang Liu <z.liuxinliang@hisilicon.com>
4148 R: Xinwei Kong <kong.kongxinwei@hisilicon.com>
4149 R: Chen Feng <puck.chen@hisilicon.com>
4150 L: dri-devel@lists.freedesktop.org
4151 T: git git://github.com/xin3liang/linux.git
4152 S: Maintained
4153 F: drivers/gpu/drm/hisilicon/
4154 F: Documentation/devicetree/bindings/display/hisilicon/
4155
4156 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4157 S: Orphan / Obsolete
4158 F: drivers/gpu/drm/i810/
4159 F: include/uapi/drm/i810_drm.h
4160
4161 DRM DRIVERS FOR MEDIATEK
4162 M: CK Hu <ck.hu@mediatek.com>
4163 M: Philipp Zabel <p.zabel@pengutronix.de>
4164 L: dri-devel@lists.freedesktop.org
4165 S: Supported
4166 F: drivers/gpu/drm/mediatek/
4167 F: Documentation/devicetree/bindings/display/mediatek/
4168
4169 DRM DRIVER FOR MSM ADRENO GPU
4170 M: Rob Clark <robdclark@gmail.com>
4171 L: linux-arm-msm@vger.kernel.org
4172 L: dri-devel@lists.freedesktop.org
4173 L: freedreno@lists.freedesktop.org
4174 T: git git://people.freedesktop.org/~robclark/linux
4175 S: Maintained
4176 F: drivers/gpu/drm/msm/
4177 F: include/uapi/drm/msm_drm.h
4178 F: Documentation/devicetree/bindings/display/msm/
4179
4180 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4181 M: Ben Skeggs <bskeggs@redhat.com>
4182 L: dri-devel@lists.freedesktop.org
4183 L: nouveau@lists.freedesktop.org
4184 T: git git://github.com/skeggsb/linux
4185 S: Supported
4186 F: drivers/gpu/drm/nouveau/
4187 F: include/uapi/drm/nouveau_drm.h
4188
4189 DRM DRIVERS FOR NVIDIA TEGRA
4190 M: Thierry Reding <thierry.reding@gmail.com>
4191 L: dri-devel@lists.freedesktop.org
4192 L: linux-tegra@vger.kernel.org
4193 T: git git://anongit.freedesktop.org/tegra/linux.git
4194 S: Supported
4195 F: drivers/gpu/drm/tegra/
4196 F: drivers/gpu/host1x/
4197 F: include/linux/host1x.h
4198 F: include/uapi/drm/tegra_drm.h
4199 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4200
4201 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4202 S: Orphan / Obsolete
4203 F: drivers/gpu/drm/mga/
4204 F: include/uapi/drm/mga_drm.h
4205
4206 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4207 M: Dave Airlie <airlied@redhat.com>
4208 S: Odd Fixes
4209 F: drivers/gpu/drm/mgag200/
4210
4211 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4212 S: Orphan / Obsolete
4213 F: drivers/gpu/drm/r128/
4214 F: include/uapi/drm/r128_drm.h
4215
4216 DRM DRIVERS FOR RENESAS
4217 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4218 L: dri-devel@lists.freedesktop.org
4219 L: linux-renesas-soc@vger.kernel.org
4220 T: git git://linuxtv.org/pinchartl/fbdev
4221 S: Supported
4222 F: drivers/gpu/drm/rcar-du/
4223 F: drivers/gpu/drm/shmobile/
4224 F: include/linux/platform_data/shmob_drm.h
4225 F: Documentation/devicetree/bindings/display/renesas,du.txt
4226
4227 DRM DRIVER FOR QXL VIRTUAL GPU
4228 M: Dave Airlie <airlied@redhat.com>
4229 S: Odd Fixes
4230 F: drivers/gpu/drm/qxl/
4231 F: include/uapi/drm/qxl_drm.h
4232
4233 DRM DRIVERS FOR ROCKCHIP
4234 M: Mark Yao <mark.yao@rock-chips.com>
4235 L: dri-devel@lists.freedesktop.org
4236 S: Maintained
4237 F: drivers/gpu/drm/rockchip/
4238 F: Documentation/devicetree/bindings/display/rockchip/
4239
4240 DRM DRIVER FOR SAVAGE VIDEO CARDS
4241 S: Orphan / Obsolete
4242 F: drivers/gpu/drm/savage/
4243 F: include/uapi/drm/savage_drm.h
4244
4245 DRM DRIVER FOR SIS VIDEO CARDS
4246 S: Orphan / Obsolete
4247 F: drivers/gpu/drm/sis/
4248 F: include/uapi/drm/sis_drm.h
4249
4250 DRM DRIVERS FOR STI
4251 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
4252 M: Vincent Abriou <vincent.abriou@st.com>
4253 L: dri-devel@lists.freedesktop.org
4254 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4255 S: Maintained
4256 F: drivers/gpu/drm/sti
4257 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
4258
4259 DRM DRIVER FOR TDFX VIDEO CARDS
4260 S: Orphan / Obsolete
4261 F: drivers/gpu/drm/tdfx/
4262
4263 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4264 M: Dave Airlie <airlied@redhat.com>
4265 S: Odd Fixes
4266 F: drivers/gpu/drm/udl/
4267
4268 DRM DRIVERS FOR VIVANTE GPU IP
4269 M: Lucas Stach <l.stach@pengutronix.de>
4270 R: Russell King <linux+etnaviv@armlinux.org.uk>
4271 R: Christian Gmeiner <christian.gmeiner@gmail.com>
4272 L: dri-devel@lists.freedesktop.org
4273 S: Maintained
4274 F: drivers/gpu/drm/etnaviv/
4275 F: include/uapi/drm/etnaviv_drm.h
4276 F: Documentation/devicetree/bindings/display/etnaviv/
4277
4278 DRM DRIVER FOR VMWARE VIRTUAL GPU
4279 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4280 M: Sinclair Yeh <syeh@vmware.com>
4281 M: Thomas Hellstrom <thellstrom@vmware.com>
4282 L: dri-devel@lists.freedesktop.org
4283 T: git git://people.freedesktop.org/~syeh/repos_linux
4284 T: git git://people.freedesktop.org/~thomash/linux
4285 S: Supported
4286 F: drivers/gpu/drm/vmwgfx/
4287 F: include/uapi/drm/vmwgfx_drm.h
4288
4289 DRM DRIVERS FOR VC4
4290 M: Eric Anholt <eric@anholt.net>
4291 T: git git://github.com/anholt/linux
4292 S: Supported
4293 F: drivers/gpu/drm/vc4/
4294 F: include/uapi/drm/vc4_drm.h
4295 F: Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4296
4297 DRM DRIVERS FOR TI OMAP
4298 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4299 L: dri-devel@lists.freedesktop.org
4300 S: Maintained
4301 F: drivers/gpu/drm/omapdrm/
4302 F: Documentation/devicetree/bindings/display/ti/
4303
4304 DRM DRIVERS FOR TI LCDC
4305 M: Jyri Sarha <jsarha@ti.com>
4306 R: Tomi Valkeinen <tomi.valkeinen@ti.com>
4307 L: dri-devel@lists.freedesktop.org
4308 S: Maintained
4309 F: drivers/gpu/drm/tilcdc/
4310 F: Documentation/devicetree/bindings/display/tilcdc/
4311
4312 DSBR100 USB FM RADIO DRIVER
4313 M: Alexey Klimov <klimov.linux@gmail.com>
4314 L: linux-media@vger.kernel.org
4315 T: git git://linuxtv.org/media_tree.git
4316 S: Maintained
4317 F: drivers/media/radio/dsbr100.c
4318
4319 DSCC4 DRIVER
4320 M: Francois Romieu <romieu@fr.zoreil.com>
4321 L: netdev@vger.kernel.org
4322 S: Maintained
4323 F: drivers/net/wan/dscc4.c
4324
4325 DT3155 MEDIA DRIVER
4326 M: Hans Verkuil <hverkuil@xs4all.nl>
4327 L: linux-media@vger.kernel.org
4328 T: git git://linuxtv.org/media_tree.git
4329 W: https://linuxtv.org
4330 S: Odd Fixes
4331 F: drivers/media/pci/dt3155/
4332
4333 DVB_USB_AF9015 MEDIA DRIVER
4334 M: Antti Palosaari <crope@iki.fi>
4335 L: linux-media@vger.kernel.org
4336 W: https://linuxtv.org
4337 W: http://palosaari.fi/linux/
4338 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4339 T: git git://linuxtv.org/anttip/media_tree.git
4340 S: Maintained
4341 F: drivers/media/usb/dvb-usb-v2/af9015*
4342
4343 DVB_USB_AF9035 MEDIA DRIVER
4344 M: Antti Palosaari <crope@iki.fi>
4345 L: linux-media@vger.kernel.org
4346 W: https://linuxtv.org
4347 W: http://palosaari.fi/linux/
4348 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4349 T: git git://linuxtv.org/anttip/media_tree.git
4350 S: Maintained
4351 F: drivers/media/usb/dvb-usb-v2/af9035*
4352
4353 DVB_USB_ANYSEE MEDIA DRIVER
4354 M: Antti Palosaari <crope@iki.fi>
4355 L: linux-media@vger.kernel.org
4356 W: https://linuxtv.org
4357 W: http://palosaari.fi/linux/
4358 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4359 T: git git://linuxtv.org/anttip/media_tree.git
4360 S: Maintained
4361 F: drivers/media/usb/dvb-usb-v2/anysee*
4362
4363 DVB_USB_AU6610 MEDIA DRIVER
4364 M: Antti Palosaari <crope@iki.fi>
4365 L: linux-media@vger.kernel.org
4366 W: https://linuxtv.org
4367 W: http://palosaari.fi/linux/
4368 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4369 T: git git://linuxtv.org/anttip/media_tree.git
4370 S: Maintained
4371 F: drivers/media/usb/dvb-usb-v2/au6610*
4372
4373 DVB_USB_CE6230 MEDIA DRIVER
4374 M: Antti Palosaari <crope@iki.fi>
4375 L: linux-media@vger.kernel.org
4376 W: https://linuxtv.org
4377 W: http://palosaari.fi/linux/
4378 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4379 T: git git://linuxtv.org/anttip/media_tree.git
4380 S: Maintained
4381 F: drivers/media/usb/dvb-usb-v2/ce6230*
4382
4383 DVB_USB_CXUSB MEDIA DRIVER
4384 M: Michael Krufky <mkrufky@linuxtv.org>
4385 L: linux-media@vger.kernel.org
4386 W: https://linuxtv.org
4387 W: http://github.com/mkrufky
4388 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4389 T: git git://linuxtv.org/media_tree.git
4390 S: Maintained
4391 F: drivers/media/usb/dvb-usb/cxusb*
4392
4393 DVB_USB_EC168 MEDIA DRIVER
4394 M: Antti Palosaari <crope@iki.fi>
4395 L: linux-media@vger.kernel.org
4396 W: https://linuxtv.org
4397 W: http://palosaari.fi/linux/
4398 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4399 T: git git://linuxtv.org/anttip/media_tree.git
4400 S: Maintained
4401 F: drivers/media/usb/dvb-usb-v2/ec168*
4402
4403 DVB_USB_GL861 MEDIA DRIVER
4404 M: Antti Palosaari <crope@iki.fi>
4405 L: linux-media@vger.kernel.org
4406 W: https://linuxtv.org
4407 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4408 T: git git://linuxtv.org/anttip/media_tree.git
4409 S: Maintained
4410 F: drivers/media/usb/dvb-usb-v2/gl861*
4411
4412 DVB_USB_MXL111SF MEDIA DRIVER
4413 M: Michael Krufky <mkrufky@linuxtv.org>
4414 L: linux-media@vger.kernel.org
4415 W: https://linuxtv.org
4416 W: http://github.com/mkrufky
4417 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4418 T: git git://linuxtv.org/mkrufky/mxl111sf.git
4419 S: Maintained
4420 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
4421
4422 DVB_USB_RTL28XXU MEDIA DRIVER
4423 M: Antti Palosaari <crope@iki.fi>
4424 L: linux-media@vger.kernel.org
4425 W: https://linuxtv.org
4426 W: http://palosaari.fi/linux/
4427 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4428 T: git git://linuxtv.org/anttip/media_tree.git
4429 S: Maintained
4430 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
4431
4432 DVB_USB_V2 MEDIA DRIVER
4433 M: Antti Palosaari <crope@iki.fi>
4434 L: linux-media@vger.kernel.org
4435 W: https://linuxtv.org
4436 W: http://palosaari.fi/linux/
4437 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4438 T: git git://linuxtv.org/anttip/media_tree.git
4439 S: Maintained
4440 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
4441 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
4442
4443 DYNAMIC DEBUG
4444 M: Jason Baron <jbaron@akamai.com>
4445 S: Maintained
4446 F: lib/dynamic_debug.c
4447 F: include/linux/dynamic_debug.h
4448
4449 DZ DECSTATION DZ11 SERIAL DRIVER
4450 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4451 S: Maintained
4452 F: drivers/tty/serial/dz.*
4453
4454 E3X0 POWER BUTTON DRIVER
4455 M: Moritz Fischer <moritz.fischer@ettus.com>
4456 L: usrp-users@lists.ettus.com
4457 W: http://www.ettus.com
4458 S: Supported
4459 F: drivers/input/misc/e3x0-button.c
4460 F: Documentation/devicetree/bindings/input/e3x0-button.txt
4461
4462 E4000 MEDIA DRIVER
4463 M: Antti Palosaari <crope@iki.fi>
4464 L: linux-media@vger.kernel.org
4465 W: https://linuxtv.org
4466 W: http://palosaari.fi/linux/
4467 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4468 T: git git://linuxtv.org/anttip/media_tree.git
4469 S: Maintained
4470 F: drivers/media/tuners/e4000*
4471
4472 EATA ISA/EISA/PCI SCSI DRIVER
4473 M: Dario Ballabio <ballabio_dario@emc.com>
4474 L: linux-scsi@vger.kernel.org
4475 S: Maintained
4476 F: drivers/scsi/eata.c
4477
4478 EC100 MEDIA DRIVER
4479 M: Antti Palosaari <crope@iki.fi>
4480 L: linux-media@vger.kernel.org
4481 W: https://linuxtv.org
4482 W: http://palosaari.fi/linux/
4483 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4484 T: git git://linuxtv.org/anttip/media_tree.git
4485 S: Maintained
4486 F: drivers/media/dvb-frontends/ec100*
4487
4488 ECRYPT FILE SYSTEM
4489 M: Tyler Hicks <tyhicks@canonical.com>
4490 L: ecryptfs@vger.kernel.org
4491 W: http://ecryptfs.org
4492 W: https://launchpad.net/ecryptfs
4493 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4494 S: Supported
4495 F: Documentation/filesystems/ecryptfs.txt
4496 F: fs/ecryptfs/
4497
4498 EDAC-CORE
4499 M: Borislav Petkov <bp@alien8.de>
4500 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4501 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4502 L: linux-edac@vger.kernel.org
4503 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4504 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4505 S: Supported
4506 F: Documentation/edac.txt
4507 F: drivers/edac/
4508 F: include/linux/edac.h
4509
4510 EDAC-AMD64
4511 M: Borislav Petkov <bp@alien8.de>
4512 L: linux-edac@vger.kernel.org
4513 S: Maintained
4514 F: drivers/edac/amd64_edac*
4515
4516 EDAC-CALXEDA
4517 M: Robert Richter <rric@kernel.org>
4518 L: linux-edac@vger.kernel.org
4519 S: Maintained
4520 F: drivers/edac/highbank*
4521
4522 EDAC-CAVIUM
4523 M: Ralf Baechle <ralf@linux-mips.org>
4524 M: David Daney <david.daney@cavium.com>
4525 L: linux-edac@vger.kernel.org
4526 L: linux-mips@linux-mips.org
4527 S: Supported
4528 F: drivers/edac/octeon_edac*
4529
4530 EDAC-E752X
4531 M: Mark Gross <mark.gross@intel.com>
4532 L: linux-edac@vger.kernel.org
4533 S: Maintained
4534 F: drivers/edac/e752x_edac.c
4535
4536 EDAC-E7XXX
4537 L: linux-edac@vger.kernel.org
4538 S: Maintained
4539 F: drivers/edac/e7xxx_edac.c
4540
4541 EDAC-FSL_DDR
4542 M: York Sun <york.sun@nxp.com>
4543 L: linux-edac@vger.kernel.org
4544 S: Maintained
4545 F: drivers/edac/fsl_ddr_edac.*
4546
4547 EDAC-GHES
4548 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4549 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4550 L: linux-edac@vger.kernel.org
4551 S: Maintained
4552 F: drivers/edac/ghes_edac.c
4553
4554 EDAC-I82443BXGX
4555 M: Tim Small <tim@buttersideup.com>
4556 L: linux-edac@vger.kernel.org
4557 S: Maintained
4558 F: drivers/edac/i82443bxgx_edac.c
4559
4560 EDAC-I3000
4561 L: linux-edac@vger.kernel.org
4562 S: Orphan
4563 F: drivers/edac/i3000_edac.c
4564
4565 EDAC-I5000
4566 L: linux-edac@vger.kernel.org
4567 S: Maintained
4568 F: drivers/edac/i5000_edac.c
4569
4570 EDAC-I5400
4571 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4572 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4573 L: linux-edac@vger.kernel.org
4574 S: Maintained
4575 F: drivers/edac/i5400_edac.c
4576
4577 EDAC-I7300
4578 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4579 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4580 L: linux-edac@vger.kernel.org
4581 S: Maintained
4582 F: drivers/edac/i7300_edac.c
4583
4584 EDAC-I7CORE
4585 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4586 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4587 L: linux-edac@vger.kernel.org
4588 S: Maintained
4589 F: drivers/edac/i7core_edac.c
4590
4591 EDAC-I82975X
4592 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4593 M: "Arvind R." <arvino55@gmail.com>
4594 L: linux-edac@vger.kernel.org
4595 S: Maintained
4596 F: drivers/edac/i82975x_edac.c
4597
4598 EDAC-IE31200
4599 M: Jason Baron <jbaron@akamai.com>
4600 L: linux-edac@vger.kernel.org
4601 S: Maintained
4602 F: drivers/edac/ie31200_edac.c
4603
4604 EDAC-MPC85XX
4605 M: Johannes Thumshirn <morbidrsa@gmail.com>
4606 L: linux-edac@vger.kernel.org
4607 S: Maintained
4608 F: drivers/edac/mpc85xx_edac.[ch]
4609
4610 EDAC-PASEMI
4611 M: Egor Martovetsky <egor@pasemi.com>
4612 L: linux-edac@vger.kernel.org
4613 S: Maintained
4614 F: drivers/edac/pasemi_edac.c
4615
4616 EDAC-R82600
4617 M: Tim Small <tim@buttersideup.com>
4618 L: linux-edac@vger.kernel.org
4619 S: Maintained
4620 F: drivers/edac/r82600_edac.c
4621
4622 EDAC-SBRIDGE
4623 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4624 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4625 L: linux-edac@vger.kernel.org
4626 S: Maintained
4627 F: drivers/edac/sb_edac.c
4628
4629 EDAC-SKYLAKE
4630 M: Tony Luck <tony.luck@intel.com>
4631 L: linux-edac@vger.kernel.org
4632 S: Maintained
4633 F: drivers/edac/skx_edac.c
4634
4635 EDAC-XGENE
4636 APPLIED MICRO (APM) X-GENE SOC EDAC
4637 M: Loc Ho <lho@apm.com>
4638 S: Supported
4639 F: drivers/edac/xgene_edac.c
4640 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4641
4642 EDIROL UA-101/UA-1000 DRIVER
4643 M: Clemens Ladisch <clemens@ladisch.de>
4644 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4645 T: git git://git.alsa-project.org/alsa-kernel.git
4646 S: Maintained
4647 F: sound/usb/misc/ua101.c
4648
4649 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4650 M: Matt Fleming <matt@codeblueprint.co.uk>
4651 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
4652 L: linux-efi@vger.kernel.org
4653 T: git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4654 S: Maintained
4655 F: Documentation/efi-stub.txt
4656 F: arch/*/kernel/efi.c
4657 F: arch/x86/boot/compressed/eboot.[ch]
4658 F: arch/*/include/asm/efi.h
4659 F: arch/x86/platform/efi/
4660 F: drivers/firmware/efi/
4661 F: include/linux/efi*.h
4662 F: arch/arm/boot/compressed/efi-header.S
4663 F: arch/arm64/kernel/efi-entry.S
4664
4665 EFI VARIABLE FILESYSTEM
4666 M: Matthew Garrett <matthew.garrett@nebula.com>
4667 M: Jeremy Kerr <jk@ozlabs.org>
4668 M: Matt Fleming <matt@codeblueprint.co.uk>
4669 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4670 L: linux-efi@vger.kernel.org
4671 S: Maintained
4672 F: fs/efivarfs/
4673
4674 EFIFB FRAMEBUFFER DRIVER
4675 L: linux-fbdev@vger.kernel.org
4676 M: Peter Jones <pjones@redhat.com>
4677 S: Maintained
4678 F: drivers/video/fbdev/efifb.c
4679
4680 EFI TEST DRIVER
4681 L: linux-efi@vger.kernel.org
4682 M: Ivan Hu <ivan.hu@canonical.com>
4683 M: Matt Fleming <matt@codeblueprint.co.uk>
4684 S: Maintained
4685 F: drivers/firmware/efi/test/
4686
4687 EFS FILESYSTEM
4688 W: http://aeschi.ch.eu.org/efs/
4689 S: Orphan
4690 F: fs/efs/
4691
4692 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4693 M: Douglas Miller <dougmill@linux.vnet.ibm.com>
4694 L: netdev@vger.kernel.org
4695 S: Maintained
4696 F: drivers/net/ethernet/ibm/ehea/
4697
4698 EM28XX VIDEO4LINUX DRIVER
4699 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4700 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4701 L: linux-media@vger.kernel.org
4702 W: https://linuxtv.org
4703 T: git git://linuxtv.org/media_tree.git
4704 S: Maintained
4705 F: drivers/media/usb/em28xx/
4706 F: Documentation/media/v4l-drivers/em28xx*
4707
4708 EMBEDDED LINUX
4709 M: Paul Gortmaker <paul.gortmaker@windriver.com>
4710 M: Matt Mackall <mpm@selenic.com>
4711 M: David Woodhouse <dwmw2@infradead.org>
4712 L: linux-embedded@vger.kernel.org
4713 S: Maintained
4714
4715 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4716 M: James Smart <james.smart@avagotech.com>
4717 M: Dick Kennedy <dick.kennedy@avagotech.com>
4718 L: linux-scsi@vger.kernel.org
4719 W: http://www.avagotech.com
4720 S: Supported
4721 F: drivers/scsi/lpfc/
4722
4723 ENE CB710 FLASH CARD READER DRIVER
4724 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4725 S: Maintained
4726 F: drivers/misc/cb710/
4727 F: drivers/mmc/host/cb710-mmc.*
4728 F: include/linux/cb710.h
4729
4730 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4731 M: Maxim Levitsky <maximlevitsky@gmail.com>
4732 S: Maintained
4733 F: drivers/media/rc/ene_ir.*
4734
4735 EPSON S1D13XXX FRAMEBUFFER DRIVER
4736 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4737 S: Maintained
4738 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4739 F: drivers/video/fbdev/s1d13xxxfb.c
4740 F: include/video/s1d13xxxfb.h
4741
4742 ET131X NETWORK DRIVER
4743 M: Mark Einon <mark.einon@gmail.com>
4744 S: Odd Fixes
4745 F: drivers/net/ethernet/agere/
4746
4747 ETHERNET BRIDGE
4748 M: Stephen Hemminger <stephen@networkplumber.org>
4749 L: bridge@lists.linux-foundation.org (moderated for non-subscribers)
4750 L: netdev@vger.kernel.org
4751 W: http://www.linuxfoundation.org/en/Net:Bridge
4752 S: Maintained
4753 F: include/linux/netfilter_bridge/
4754 F: net/bridge/
4755
4756 ETHERNET PHY LIBRARY
4757 M: Florian Fainelli <f.fainelli@gmail.com>
4758 L: netdev@vger.kernel.org
4759 S: Maintained
4760 F: include/linux/phy.h
4761 F: include/linux/phy_fixed.h
4762 F: drivers/net/phy/
4763 F: Documentation/networking/phy.txt
4764 F: drivers/of/of_mdio.c
4765 F: drivers/of/of_net.c
4766
4767 EXT2 FILE SYSTEM
4768 M: Jan Kara <jack@suse.com>
4769 L: linux-ext4@vger.kernel.org
4770 S: Maintained
4771 F: Documentation/filesystems/ext2.txt
4772 F: fs/ext2/
4773 F: include/linux/ext2*
4774
4775 EXT4 FILE SYSTEM
4776 M: "Theodore Ts'o" <tytso@mit.edu>
4777 M: Andreas Dilger <adilger.kernel@dilger.ca>
4778 L: linux-ext4@vger.kernel.org
4779 W: http://ext4.wiki.kernel.org
4780 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4781 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4782 S: Maintained
4783 F: Documentation/filesystems/ext4.txt
4784 F: fs/ext4/
4785
4786 Extended Verification Module (EVM)
4787 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4788 L: linux-ima-devel@lists.sourceforge.net
4789 L: linux-security-module@vger.kernel.org
4790 S: Supported
4791 F: security/integrity/evm/
4792
4793 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4794 M: MyungJoo Ham <myungjoo.ham@samsung.com>
4795 M: Chanwoo Choi <cw00.choi@samsung.com>
4796 L: linux-kernel@vger.kernel.org
4797 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4798 S: Maintained
4799 F: drivers/extcon/
4800 F: include/linux/extcon/
4801 F: include/linux/extcon.h
4802 F: Documentation/extcon/
4803 F: Documentation/devicetree/bindings/extcon/
4804
4805 EXYNOS DP DRIVER
4806 M: Jingoo Han <jingoohan1@gmail.com>
4807 L: dri-devel@lists.freedesktop.org
4808 S: Maintained
4809 F: drivers/gpu/drm/exynos/exynos_dp*
4810
4811 EXYNOS SYSMMU (IOMMU) driver
4812 M: Marek Szyprowski <m.szyprowski@samsung.com>
4813 L: iommu@lists.linux-foundation.org
4814 S: Maintained
4815 F: drivers/iommu/exynos-iommu.c
4816
4817 EZchip NPS platform support
4818 M: Noam Camus <noamc@ezchip.com>
4819 S: Supported
4820 F: arch/arc/plat-eznps
4821 F: arch/arc/boot/dts/eznps.dts
4822
4823 F71805F HARDWARE MONITORING DRIVER
4824 M: Jean Delvare <jdelvare@suse.com>
4825 L: linux-hwmon@vger.kernel.org
4826 S: Maintained
4827 F: Documentation/hwmon/f71805f
4828 F: drivers/hwmon/f71805f.c
4829
4830 FC0011 TUNER DRIVER
4831 M: Michael Buesch <m@bues.ch>
4832 L: linux-media@vger.kernel.org
4833 S: Maintained
4834 F: drivers/media/tuners/fc0011.h
4835 F: drivers/media/tuners/fc0011.c
4836
4837 FC2580 MEDIA DRIVER
4838 M: Antti Palosaari <crope@iki.fi>
4839 L: linux-media@vger.kernel.org
4840 W: https://linuxtv.org
4841 W: http://palosaari.fi/linux/
4842 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4843 T: git git://linuxtv.org/anttip/media_tree.git
4844 S: Maintained
4845 F: drivers/media/tuners/fc2580*
4846
4847 FANOTIFY
4848 M: Eric Paris <eparis@redhat.com>
4849 S: Maintained
4850 F: fs/notify/fanotify/
4851 F: include/linux/fanotify.h
4852 F: include/uapi/linux/fanotify.h
4853
4854 FARSYNC SYNCHRONOUS DRIVER
4855 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4856 W: http://www.farsite.co.uk/
4857 S: Supported
4858 F: drivers/net/wan/farsync.*
4859
4860 FAULT INJECTION SUPPORT
4861 M: Akinobu Mita <akinobu.mita@gmail.com>
4862 S: Supported
4863 F: Documentation/fault-injection/
4864 F: lib/fault-inject.c
4865
4866 FBTFT Framebuffer drivers
4867 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4868 M: Noralf Trønnes <noralf@tronnes.org>
4869 S: Maintained
4870 F: drivers/staging/fbtft/
4871
4872 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4873 M: Johannes Thumshirn <jth@kernel.org>
4874 L: fcoe-devel@open-fcoe.org
4875 W: www.Open-FCoE.org
4876 S: Supported
4877 F: drivers/scsi/libfc/
4878 F: drivers/scsi/fcoe/
4879 F: include/scsi/fc/
4880 F: include/scsi/libfc.h
4881 F: include/scsi/libfcoe.h
4882 F: include/uapi/scsi/fc/
4883
4884 FILE LOCKING (flock() and fcntl()/lockf())
4885 M: Jeff Layton <jlayton@poochiereds.net>
4886 M: "J. Bruce Fields" <bfields@fieldses.org>
4887 L: linux-fsdevel@vger.kernel.org
4888 S: Maintained
4889 F: include/linux/fcntl.h
4890 F: include/linux/fs.h
4891 F: include/uapi/linux/fcntl.h
4892 F: include/uapi/linux/fs.h
4893 F: fs/fcntl.c
4894 F: fs/locks.c
4895
4896 FILESYSTEMS (VFS and infrastructure)
4897 M: Alexander Viro <viro@zeniv.linux.org.uk>
4898 L: linux-fsdevel@vger.kernel.org
4899 S: Maintained
4900 F: fs/*
4901
4902 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4903 M: Riku Voipio <riku.voipio@iki.fi>
4904 L: linux-hwmon@vger.kernel.org
4905 S: Maintained
4906 F: drivers/hwmon/f75375s.c
4907 F: include/linux/f75375s.h
4908
4909 FIREWIRE AUDIO DRIVERS
4910 M: Clemens Ladisch <clemens@ladisch.de>
4911 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4912 T: git git://git.alsa-project.org/alsa-kernel.git
4913 S: Maintained
4914 F: sound/firewire/
4915
4916 FIREWIRE MEDIA DRIVERS (firedtv)
4917 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4918 L: linux-media@vger.kernel.org
4919 L: linux1394-devel@lists.sourceforge.net
4920 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4921 S: Maintained
4922 F: drivers/media/firewire/
4923
4924 FIREWIRE SBP-2 TARGET
4925 M: Chris Boot <bootc@bootc.net>
4926 L: linux-scsi@vger.kernel.org
4927 L: target-devel@vger.kernel.org
4928 L: linux1394-devel@lists.sourceforge.net
4929 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4930 S: Maintained
4931 F: drivers/target/sbp/
4932
4933 FIREWIRE SUBSYSTEM
4934 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4935 L: linux1394-devel@lists.sourceforge.net
4936 W: http://ieee1394.wiki.kernel.org/
4937 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4938 S: Maintained
4939 F: drivers/firewire/
4940 F: include/linux/firewire.h
4941 F: include/uapi/linux/firewire*.h
4942 F: tools/firewire/
4943
4944 FIRMWARE LOADER (request_firmware)
4945 M: Ming Lei <ming.lei@canonical.com>
4946 M: Luis R. Rodriguez <mcgrof@kernel.org>
4947 L: linux-kernel@vger.kernel.org
4948 S: Maintained
4949 F: Documentation/firmware_class/
4950 F: drivers/base/firmware*.c
4951 F: include/linux/firmware.h
4952
4953 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4954 M: Joshua Morris <josh.h.morris@us.ibm.com>
4955 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4956 S: Maintained
4957 F: drivers/block/rsxx/
4958
4959 FLOPPY DRIVER
4960 M: Jiri Kosina <jikos@kernel.org>
4961 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4962 S: Odd fixes
4963 F: drivers/block/floppy.c
4964
4965 FMC SUBSYSTEM
4966 M: Alessandro Rubini <rubini@gnudd.com>
4967 W: http://www.ohwr.org/projects/fmc-bus
4968 S: Supported
4969 F: drivers/fmc/
4970 F: include/linux/fmc*.h
4971 F: include/linux/ipmi-fru.h
4972 K: fmc_d.*register
4973
4974 FPGA MANAGER FRAMEWORK
4975 M: Alan Tull <atull@opensource.altera.com>
4976 R: Moritz Fischer <moritz.fischer@ettus.com>
4977 S: Maintained
4978 F: drivers/fpga/
4979 F: include/linux/fpga/fpga-mgr.h
4980 W: http://www.rocketboards.org
4981
4982 FPU EMULATOR
4983 M: Bill Metzenthen <billm@melbpc.org.au>
4984 W: http://floatingpoint.sourceforge.net/emulator/index.html
4985 S: Maintained
4986 F: arch/x86/math-emu/
4987
4988 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4989 L: netdev@vger.kernel.org
4990 S: Orphan
4991 F: drivers/net/wan/dlci.c
4992 F: drivers/net/wan/sdla.c
4993
4994 FRAMEBUFFER LAYER
4995 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4996 L: linux-fbdev@vger.kernel.org
4997 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4998 S: Maintained
4999 F: Documentation/fb/
5000 F: drivers/video/
5001 F: include/video/
5002 F: include/linux/fb.h
5003 F: include/uapi/video/
5004 F: include/uapi/linux/fb.h
5005
5006 FREESCALE DIU FRAMEBUFFER DRIVER
5007 M: Timur Tabi <timur@tabi.org>
5008 L: linux-fbdev@vger.kernel.org
5009 S: Maintained
5010 F: drivers/video/fbdev/fsl-diu-fb.*
5011
5012 FREESCALE DMA DRIVER
5013 M: Li Yang <leoli@freescale.com>
5014 M: Zhang Wei <zw@zh-kernel.org>
5015 L: linuxppc-dev@lists.ozlabs.org
5016 S: Maintained
5017 F: drivers/dma/fsldma.*
5018
5019 FREESCALE GPMI NAND DRIVER
5020 M: Han Xu <han.xu@nxp.com>
5021 L: linux-mtd@lists.infradead.org
5022 S: Maintained
5023 F: drivers/mtd/nand/gpmi-nand/*
5024
5025 FREESCALE I2C CPM DRIVER
5026 M: Jochen Friedrich <jochen@scram.de>
5027 L: linuxppc-dev@lists.ozlabs.org
5028 L: linux-i2c@vger.kernel.org
5029 S: Maintained
5030 F: drivers/i2c/busses/i2c-cpm.c
5031
5032 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5033 M: Sascha Hauer <kernel@pengutronix.de>
5034 L: linux-fbdev@vger.kernel.org
5035 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5036 S: Maintained
5037 F: include/linux/platform_data/video-imxfb.h
5038 F: drivers/video/fbdev/imxfb.c
5039
5040 FREESCALE QUAD SPI DRIVER
5041 M: Han Xu <han.xu@nxp.com>
5042 L: linux-mtd@lists.infradead.org
5043 S: Maintained
5044 F: drivers/mtd/spi-nor/fsl-quadspi.c
5045
5046 FREESCALE SOC FS_ENET DRIVER
5047 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
5048 M: Vitaly Bordug <vbordug@ru.mvista.com>
5049 L: linuxppc-dev@lists.ozlabs.org
5050 L: netdev@vger.kernel.org
5051 S: Maintained
5052 F: drivers/net/ethernet/freescale/fs_enet/
5053 F: include/linux/fs_enet_pd.h
5054
5055 FREESCALE IMX / MXC FEC DRIVER
5056 M: Fugang Duan <fugang.duan@nxp.com>
5057 L: netdev@vger.kernel.org
5058 S: Maintained
5059 F: drivers/net/ethernet/freescale/fec_main.c
5060 F: drivers/net/ethernet/freescale/fec_ptp.c
5061 F: drivers/net/ethernet/freescale/fec.h
5062 F: Documentation/devicetree/bindings/net/fsl-fec.txt
5063
5064 FREESCALE QORIQ DPAA FMAN DRIVER
5065 M: Madalin Bucur <madalin.bucur@nxp.com>
5066 L: netdev@vger.kernel.org
5067 S: Maintained
5068 F: drivers/net/ethernet/freescale/fman
5069 F: Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5070
5071 FREESCALE QUICC ENGINE LIBRARY
5072 L: linuxppc-dev@lists.ozlabs.org
5073 S: Orphan
5074 F: drivers/soc/fsl/qe/
5075 F: include/soc/fsl/*qe*.h
5076 F: include/soc/fsl/*ucc*.h
5077
5078 FREESCALE USB PERIPHERAL DRIVERS
5079 M: Li Yang <leoli@freescale.com>
5080 L: linux-usb@vger.kernel.org
5081 L: linuxppc-dev@lists.ozlabs.org
5082 S: Maintained
5083 F: drivers/usb/gadget/udc/fsl*
5084
5085 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5086 M: Li Yang <leoli@freescale.com>
5087 L: netdev@vger.kernel.org
5088 L: linuxppc-dev@lists.ozlabs.org
5089 S: Maintained
5090 F: drivers/net/ethernet/freescale/ucc_geth*
5091
5092 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5093 M: Claudiu Manoil <claudiu.manoil@freescale.com>
5094 L: netdev@vger.kernel.org
5095 S: Maintained
5096 F: drivers/net/ethernet/freescale/gianfar*
5097 X: drivers/net/ethernet/freescale/gianfar_ptp.c
5098 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5099
5100 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5101 M: Zhao Qiang <qiang.zhao@nxp.com>
5102 L: netdev@vger.kernel.org
5103 L: linuxppc-dev@lists.ozlabs.org
5104 S: Maintained
5105 F: drivers/net/wan/fsl_ucc_hdlc*
5106
5107 FREESCALE QUICC ENGINE UCC UART DRIVER
5108 M: Timur Tabi <timur@tabi.org>
5109 L: linuxppc-dev@lists.ozlabs.org
5110 S: Maintained
5111 F: drivers/tty/serial/ucc_uart.c
5112
5113 FREESCALE SOC SOUND DRIVERS
5114 M: Timur Tabi <timur@tabi.org>
5115 M: Nicolin Chen <nicoleotsuka@gmail.com>
5116 M: Xiubo Li <Xiubo.Lee@gmail.com>
5117 R: Fabio Estevam <fabio.estevam@nxp.com>
5118 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5119 L: linuxppc-dev@lists.ozlabs.org
5120 S: Maintained
5121 F: sound/soc/fsl/fsl*
5122 F: sound/soc/fsl/imx*
5123 F: sound/soc/fsl/mpc8610_hpcd.c
5124
5125 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
5126 M: "J. German Rivera" <German.Rivera@freescale.com>
5127 M: Stuart Yoder <stuart.yoder@nxp.com>
5128 L: linux-kernel@vger.kernel.org
5129 S: Maintained
5130 F: drivers/staging/fsl-mc/
5131
5132 FREEVXFS FILESYSTEM
5133 M: Christoph Hellwig <hch@infradead.org>
5134 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
5135 S: Maintained
5136 F: fs/freevxfs/
5137
5138 FREEZER
5139 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5140 M: Pavel Machek <pavel@ucw.cz>
5141 L: linux-pm@vger.kernel.org
5142 S: Supported
5143 F: Documentation/power/freezing-of-tasks.txt
5144 F: include/linux/freezer.h
5145 F: kernel/freezer.c
5146
5147 FRONTSWAP API
5148 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5149 L: linux-kernel@vger.kernel.org
5150 S: Maintained
5151 F: mm/frontswap.c
5152 F: include/linux/frontswap.h
5153
5154 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5155 M: David Howells <dhowells@redhat.com>
5156 L: linux-cachefs@redhat.com (moderated for non-subscribers)
5157 S: Supported
5158 F: Documentation/filesystems/caching/
5159 F: fs/fscache/
5160 F: include/linux/fscache*.h
5161
5162 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5163 M: Theodore Y. Ts'o <tytso@mit.edu>
5164 M: Jaegeuk Kim <jaegeuk@kernel.org>
5165 S: Supported
5166 F: fs/crypto/
5167 F: include/linux/fscrypto.h
5168
5169 F2FS FILE SYSTEM
5170 M: Jaegeuk Kim <jaegeuk@kernel.org>
5171 M: Chao Yu <yuchao0@huawei.com>
5172 L: linux-f2fs-devel@lists.sourceforge.net
5173 W: https://f2fs.wiki.kernel.org/
5174 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5175 S: Maintained
5176 F: Documentation/filesystems/f2fs.txt
5177 F: Documentation/ABI/testing/sysfs-fs-f2fs
5178 F: fs/f2fs/
5179 F: include/linux/f2fs_fs.h
5180 F: include/trace/events/f2fs.h
5181
5182 FUJITSU FR-V (FRV) PORT
5183 S: Orphan
5184 F: arch/frv/
5185
5186 FUJITSU LAPTOP EXTRAS
5187 M: Jonathan Woithe <jwoithe@just42.net>
5188 L: platform-driver-x86@vger.kernel.org
5189 S: Maintained
5190 F: drivers/platform/x86/fujitsu-laptop.c
5191
5192 FUJITSU M-5MO LS CAMERA ISP DRIVER
5193 M: Kyungmin Park <kyungmin.park@samsung.com>
5194 M: Heungjun Kim <riverful.kim@samsung.com>
5195 L: linux-media@vger.kernel.org
5196 S: Maintained
5197 F: drivers/media/i2c/m5mols/
5198 F: include/media/i2c/m5mols.h
5199
5200 FUJITSU TABLET EXTRAS
5201 M: Robert Gerlach <khnz@gmx.de>
5202 L: platform-driver-x86@vger.kernel.org
5203 S: Maintained
5204 F: drivers/platform/x86/fujitsu-tablet.c
5205
5206 FUSE: FILESYSTEM IN USERSPACE
5207 M: Miklos Szeredi <miklos@szeredi.hu>
5208 L: linux-fsdevel@vger.kernel.org
5209 W: http://fuse.sourceforge.net/
5210 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5211 S: Maintained
5212 F: fs/fuse/
5213 F: include/uapi/linux/fuse.h
5214 F: Documentation/filesystems/fuse.txt
5215
5216 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5217 M: Rik Faith <faith@cs.unc.edu>
5218 L: linux-scsi@vger.kernel.org
5219 S: Odd Fixes (e.g., new signatures)
5220 F: drivers/scsi/fdomain.*
5221
5222 GCC PLUGINS
5223 M: Kees Cook <keescook@chromium.org>
5224 R: Emese Revfy <re.emese@gmail.com>
5225 L: kernel-hardening@lists.openwall.com
5226 S: Maintained
5227 F: scripts/gcc-plugins/
5228 F: scripts/gcc-plugin.sh
5229 F: Documentation/gcc-plugins.txt
5230
5231 GCOV BASED KERNEL PROFILING
5232 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5233 S: Maintained
5234 F: kernel/gcov/
5235 F: Documentation/dev-tools/gcov.rst
5236
5237 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5238 M: Achim Leubner <achim_leubner@adaptec.com>
5239 L: linux-scsi@vger.kernel.org
5240 W: http://www.icp-vortex.com/
5241 S: Supported
5242 F: drivers/scsi/gdt*
5243
5244 GDB KERNEL DEBUGGING HELPER SCRIPTS
5245 M: Jan Kiszka <jan.kiszka@siemens.com>
5246 M: Kieran Bingham <kieran@bingham.xyz>
5247 S: Supported
5248 F: scripts/gdb/
5249
5250 GEMTEK FM RADIO RECEIVER DRIVER
5251 M: Hans Verkuil <hverkuil@xs4all.nl>
5252 L: linux-media@vger.kernel.org
5253 T: git git://linuxtv.org/media_tree.git
5254 W: https://linuxtv.org
5255 S: Maintained
5256 F: drivers/media/radio/radio-gemtek*
5257
5258 GENERIC GPIO I2C DRIVER
5259 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
5260 S: Supported
5261 F: drivers/i2c/busses/i2c-gpio.c
5262 F: include/linux/i2c-gpio.h
5263
5264 GENERIC GPIO I2C MULTIPLEXER DRIVER
5265 M: Peter Korsgaard <peter.korsgaard@barco.com>
5266 L: linux-i2c@vger.kernel.org
5267 S: Supported
5268 F: drivers/i2c/muxes/i2c-mux-gpio.c
5269 F: include/linux/i2c-mux-gpio.h
5270 F: Documentation/i2c/muxes/i2c-mux-gpio
5271
5272 GENERIC HDLC (WAN) DRIVERS
5273 M: Krzysztof Halasa <khc@pm.waw.pl>
5274 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
5275 S: Maintained
5276 F: drivers/net/wan/c101.c
5277 F: drivers/net/wan/hd6457*
5278 F: drivers/net/wan/hdlc*
5279 F: drivers/net/wan/n2.c
5280 F: drivers/net/wan/pc300too.c
5281 F: drivers/net/wan/pci200syn.c
5282 F: drivers/net/wan/wanxl*
5283
5284 GENERIC INCLUDE/ASM HEADER FILES
5285 M: Arnd Bergmann <arnd@arndb.de>
5286 L: linux-arch@vger.kernel.org
5287 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5288 S: Maintained
5289 F: include/asm-generic/
5290 F: include/uapi/asm-generic/
5291
5292 GENERIC PHY FRAMEWORK
5293 M: Kishon Vijay Abraham I <kishon@ti.com>
5294 L: linux-kernel@vger.kernel.org
5295 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5296 S: Supported
5297 F: drivers/phy/
5298 F: include/linux/phy/
5299
5300 GENERIC PM DOMAINS
5301 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5302 M: Kevin Hilman <khilman@kernel.org>
5303 M: Ulf Hansson <ulf.hansson@linaro.org>
5304 L: linux-pm@vger.kernel.org
5305 S: Supported
5306 F: drivers/base/power/domain*.c
5307 F: include/linux/pm_domain.h
5308
5309 GENERIC UIO DRIVER FOR PCI DEVICES
5310 M: "Michael S. Tsirkin" <mst@redhat.com>
5311 L: kvm@vger.kernel.org
5312 S: Supported
5313 F: drivers/uio/uio_pci_generic.c
5314
5315 GET_MAINTAINER SCRIPT
5316 M: Joe Perches <joe@perches.com>
5317 S: Maintained
5318 F: scripts/get_maintainer.pl
5319
5320 GENWQE (IBM Generic Workqueue Card)
5321 M: Frank Haverkamp <haver@linux.vnet.ibm.com>
5322 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
5323 S: Supported
5324 F: drivers/misc/genwqe/
5325
5326 GFS2 FILE SYSTEM
5327 M: Steven Whitehouse <swhiteho@redhat.com>
5328 M: Bob Peterson <rpeterso@redhat.com>
5329 L: cluster-devel@redhat.com
5330 W: http://sources.redhat.com/cluster/
5331 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5332 S: Supported
5333 F: Documentation/filesystems/gfs2*.txt
5334 F: fs/gfs2/
5335 F: include/uapi/linux/gfs2_ondisk.h
5336
5337 GIGASET ISDN DRIVERS
5338 M: Paul Bolle <pebolle@tiscali.nl>
5339 L: gigaset307x-common@lists.sourceforge.net
5340 W: http://gigaset307x.sourceforge.net/
5341 S: Odd Fixes
5342 F: Documentation/isdn/README.gigaset
5343 F: drivers/isdn/gigaset/
5344 F: include/uapi/linux/gigaset_dev.h
5345
5346 GO7007 MPEG CODEC
5347 M: Hans Verkuil <hans.verkuil@cisco.com>
5348 L: linux-media@vger.kernel.org
5349 S: Maintained
5350 F: drivers/media/usb/go7007/
5351
5352 GOODIX TOUCHSCREEN
5353 M: Bastien Nocera <hadess@hadess.net>
5354 L: linux-input@vger.kernel.org
5355 S: Maintained
5356 F: drivers/input/touchscreen/goodix.c
5357
5358 GPIO MOCKUP DRIVER
5359 M: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5360 L: linux-gpio@vger.kernel.org
5361 S: Maintained
5362 F: drivers/gpio/gpio-mockup.c
5363 F: tools/testing/selftests/gpio/
5364
5365 GPIO SUBSYSTEM
5366 M: Linus Walleij <linus.walleij@linaro.org>
5367 M: Alexandre Courbot <gnurou@gmail.com>
5368 L: linux-gpio@vger.kernel.org
5369 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5370 S: Maintained
5371 F: Documentation/devicetree/bindings/gpio/
5372 F: Documentation/gpio/
5373 F: Documentation/ABI/testing/gpio-cdev
5374 F: Documentation/ABI/obsolete/sysfs-gpio
5375 F: drivers/gpio/
5376 F: include/linux/gpio/
5377 F: include/linux/gpio.h
5378 F: include/asm-generic/gpio.h
5379 F: include/uapi/linux/gpio.h
5380 F: tools/gpio/
5381
5382 GRE DEMULTIPLEXER DRIVER
5383 M: Dmitry Kozlov <xeb@mail.ru>
5384 L: netdev@vger.kernel.org
5385 S: Maintained
5386 F: net/ipv4/gre_demux.c
5387 F: net/ipv4/gre_offload.c
5388 F: include/net/gre.h
5389
5390 GRETH 10/100/1G Ethernet MAC device driver
5391 M: Andreas Larsson <andreas@gaisler.com>
5392 L: netdev@vger.kernel.org
5393 S: Maintained
5394 F: drivers/net/ethernet/aeroflex/
5395
5396 GREYBUS SUBSYSTEM
5397 M: Johan Hovold <johan@kernel.org>
5398 M: Alex Elder <elder@kernel.org>
5399 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5400 S: Maintained
5401 F: drivers/staging/greybus/
5402
5403 GREYBUS AUDIO PROTOCOLS DRIVERS
5404 M: Vaibhav Agarwal <vaibhav.sr@gmail.com>
5405 M: Mark Greer <mgreer@animalcreek.com>
5406 S: Maintained
5407 F: drivers/staging/greybus/audio_apbridgea.c
5408 F: drivers/staging/greybus/audio_apbridgea.h
5409 F: drivers/staging/greybus/audio_codec.c
5410 F: drivers/staging/greybus/audio_codec.h
5411 F: drivers/staging/greybus/audio_gb.c
5412 F: drivers/staging/greybus/audio_manager.c
5413 F: drivers/staging/greybus/audio_manager.h
5414 F: drivers/staging/greybus/audio_manager_module.c
5415 F: drivers/staging/greybus/audio_manager_private.h
5416 F: drivers/staging/greybus/audio_manager_sysfs.c
5417 F: drivers/staging/greybus/audio_module.c
5418 F: drivers/staging/greybus/audio_topology.c
5419
5420 GREYBUS PROTOCOLS DRIVERS
5421 M: Rui Miguel Silva <rmfrfs@gmail.com>
5422 S: Maintained
5423 F: drivers/staging/greybus/sdio.c
5424 F: drivers/staging/greybus/light.c
5425 F: drivers/staging/greybus/gpio.c
5426 F: drivers/staging/greybus/power_supply.c
5427 F: drivers/staging/greybus/spi.c
5428 F: drivers/staging/greybus/spilib.c
5429
5430 GREYBUS PROTOCOLS DRIVERS
5431 M: Bryan O'Donoghue <pure.logic@nexus-software.ie>
5432 S: Maintained
5433 F: drivers/staging/greybus/loopback.c
5434 F: drivers/staging/greybus/timesync.c
5435 F: drivers/staging/greybus/timesync_platform.c
5436
5437 GREYBUS PROTOCOLS DRIVERS
5438 M: Viresh Kumar <vireshk@kernel.org>
5439 S: Maintained
5440 F: drivers/staging/greybus/authentication.c
5441 F: drivers/staging/greybus/bootrom.c
5442 F: drivers/staging/greybus/firmware.h
5443 F: drivers/staging/greybus/fw-core.c
5444 F: drivers/staging/greybus/fw-download.c
5445 F: drivers/staging/greybus/fw-managament.c
5446 F: drivers/staging/greybus/greybus_authentication.h
5447 F: drivers/staging/greybus/greybus_firmware.h
5448 F: drivers/staging/greybus/hid.c
5449 F: drivers/staging/greybus/i2c.c
5450 F: drivers/staging/greybus/spi.c
5451 F: drivers/staging/greybus/spilib.c
5452 F: drivers/staging/greybus/spilib.h
5453
5454 GREYBUS PROTOCOLS DRIVERS
5455 M: David Lin <dtwlin@gmail.com>
5456 S: Maintained
5457 F: drivers/staging/greybus/uart.c
5458 F: drivers/staging/greybus/log.c
5459
5460 GREYBUS PLATFORM DRIVERS
5461 M: Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5462 S: Maintained
5463 F: drivers/staging/greybus/arche-platform.c
5464 F: drivers/staging/greybus/arche-apb-ctrl.c
5465 F: drivers/staging/greybus/arche_platform.h
5466
5467 GS1662 VIDEO SERIALIZER
5468 M: Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5469 L: linux-media@vger.kernel.org
5470 T: git git://linuxtv.org/media_tree.git
5471 S: Maintained
5472 F: drivers/media/spi/gs1662.c
5473
5474 GSPCA FINEPIX SUBDRIVER
5475 M: Frank Zago <frank@zago.net>
5476 L: linux-media@vger.kernel.org
5477 T: git git://linuxtv.org/media_tree.git
5478 S: Maintained
5479 F: drivers/media/usb/gspca/finepix.c
5480
5481 GSPCA GL860 SUBDRIVER
5482 M: Olivier Lorin <o.lorin@laposte.net>
5483 L: linux-media@vger.kernel.org
5484 T: git git://linuxtv.org/media_tree.git
5485 S: Maintained
5486 F: drivers/media/usb/gspca/gl860/
5487
5488 GSPCA M5602 SUBDRIVER
5489 M: Erik Andren <erik.andren@gmail.com>
5490 L: linux-media@vger.kernel.org
5491 T: git git://linuxtv.org/media_tree.git
5492 S: Maintained
5493 F: drivers/media/usb/gspca/m5602/
5494
5495 GSPCA PAC207 SONIXB SUBDRIVER
5496 M: Hans Verkuil <hverkuil@xs4all.nl>
5497 L: linux-media@vger.kernel.org
5498 T: git git://linuxtv.org/media_tree.git
5499 S: Odd Fixes
5500 F: drivers/media/usb/gspca/pac207.c
5501
5502 GSPCA SN9C20X SUBDRIVER
5503 M: Brian Johnson <brijohn@gmail.com>
5504 L: linux-media@vger.kernel.org
5505 T: git git://linuxtv.org/media_tree.git
5506 S: Maintained
5507 F: drivers/media/usb/gspca/sn9c20x.c
5508
5509 GSPCA T613 SUBDRIVER
5510 M: Leandro Costantino <lcostantino@gmail.com>
5511 L: linux-media@vger.kernel.org
5512 T: git git://linuxtv.org/media_tree.git
5513 S: Maintained
5514 F: drivers/media/usb/gspca/t613.c
5515
5516 GSPCA USB WEBCAM DRIVER
5517 M: Hans Verkuil <hverkuil@xs4all.nl>
5518 L: linux-media@vger.kernel.org
5519 T: git git://linuxtv.org/media_tree.git
5520 S: Odd Fixes
5521 F: drivers/media/usb/gspca/
5522
5523 GUID PARTITION TABLE (GPT)
5524 M: Davidlohr Bueso <dave@stgolabs.net>
5525 L: linux-efi@vger.kernel.org
5526 S: Maintained
5527 F: block/partitions/efi.*
5528
5529 STK1160 USB VIDEO CAPTURE DRIVER
5530 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5531 L: linux-media@vger.kernel.org
5532 T: git git://linuxtv.org/media_tree.git
5533 S: Maintained
5534 F: drivers/media/usb/stk1160/
5535
5536 H8/300 ARCHITECTURE
5537 M: Yoshinori Sato <ysato@users.sourceforge.jp>
5538 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5539 W: http://uclinux-h8.sourceforge.jp
5540 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5541 S: Maintained
5542 F: arch/h8300/
5543 F: drivers/clocksource/h8300_*.c
5544 F: drivers/clk/h8300/
5545 F: drivers/irqchip/irq-renesas-h8*.c
5546
5547 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5548 M: Frank Seidel <frank@f-seidel.de>
5549 L: platform-driver-x86@vger.kernel.org
5550 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5551 S: Maintained
5552 F: drivers/platform/x86/hdaps.c
5553
5554 HDPVR USB VIDEO ENCODER DRIVER
5555 M: Hans Verkuil <hverkuil@xs4all.nl>
5556 L: linux-media@vger.kernel.org
5557 T: git git://linuxtv.org/media_tree.git
5558 W: https://linuxtv.org
5559 S: Odd Fixes
5560 F: drivers/media/usb/hdpvr/
5561
5562 HWPOISON MEMORY FAILURE HANDLING
5563 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5564 L: linux-mm@kvack.org
5565 S: Maintained
5566 F: mm/memory-failure.c
5567 F: mm/hwpoison-inject.c
5568
5569 HYPERVISOR VIRTUAL CONSOLE DRIVER
5570 L: linuxppc-dev@lists.ozlabs.org
5571 S: Odd Fixes
5572 F: drivers/tty/hvc/
5573
5574 HACKRF MEDIA DRIVER
5575 M: Antti Palosaari <crope@iki.fi>
5576 L: linux-media@vger.kernel.org
5577 W: https://linuxtv.org
5578 W: http://palosaari.fi/linux/
5579 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5580 T: git git://linuxtv.org/anttip/media_tree.git
5581 S: Maintained
5582 F: drivers/media/usb/hackrf/
5583
5584 HARDWARE MONITORING
5585 M: Jean Delvare <jdelvare@suse.com>
5586 M: Guenter Roeck <linux@roeck-us.net>
5587 L: linux-hwmon@vger.kernel.org
5588 W: http://hwmon.wiki.kernel.org/
5589 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5590 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5591 S: Maintained
5592 F: Documentation/hwmon/
5593 F: drivers/hwmon/
5594 F: include/linux/hwmon*.h
5595
5596 HARDWARE RANDOM NUMBER GENERATOR CORE
5597 M: Matt Mackall <mpm@selenic.com>
5598 M: Herbert Xu <herbert@gondor.apana.org.au>
5599 L: linux-crypto@vger.kernel.org
5600 S: Odd fixes
5601 F: Documentation/devicetree/bindings/rng/
5602 F: Documentation/hw_random.txt
5603 F: drivers/char/hw_random/
5604 F: include/linux/hw_random.h
5605
5606 HARDWARE SPINLOCK CORE
5607 M: Ohad Ben-Cohen <ohad@wizery.com>
5608 M: Bjorn Andersson <bjorn.andersson@linaro.org>
5609 L: linux-remoteproc@vger.kernel.org
5610 S: Maintained
5611 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5612 F: Documentation/devicetree/bindings/hwlock/
5613 F: Documentation/hwspinlock.txt
5614 F: drivers/hwspinlock/
5615 F: include/linux/hwspinlock.h
5616
5617 HARMONY SOUND DRIVER
5618 L: linux-parisc@vger.kernel.org
5619 S: Maintained
5620 F: sound/parisc/harmony.*
5621
5622 HD29L2 MEDIA DRIVER
5623 M: Antti Palosaari <crope@iki.fi>
5624 L: linux-media@vger.kernel.org
5625 W: https://linuxtv.org
5626 W: http://palosaari.fi/linux/
5627 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5628 T: git git://linuxtv.org/anttip/media_tree.git
5629 S: Maintained
5630 F: drivers/media/dvb-frontends/hd29l2*
5631
5632 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5633 M: Brian Boylston <brian.boylston@hpe.com>
5634 S: Supported
5635 F: Documentation/watchdog/hpwdt.txt
5636 F: drivers/watchdog/hpwdt.c
5637
5638 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5639 M: Don Brace <don.brace@microsemi.com>
5640 L: iss_storagedev@hp.com
5641 L: esc.storagedev@microsemi.com
5642 L: linux-scsi@vger.kernel.org
5643 S: Supported
5644 F: Documentation/scsi/hpsa.txt
5645 F: drivers/scsi/hpsa*.[ch]
5646 F: include/linux/cciss*.h
5647 F: include/uapi/linux/cciss*.h
5648
5649 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5650 M: Don Brace <don.brace@microsemi.com>
5651 L: iss_storagedev@hp.com
5652 L: esc.storagedev@microsemi.com
5653 L: linux-scsi@vger.kernel.org
5654 S: Supported
5655 F: Documentation/blockdev/cciss.txt
5656 F: drivers/block/cciss*
5657 F: include/linux/cciss_ioctl.h
5658 F: include/uapi/linux/cciss_ioctl.h
5659
5660 HFI1 DRIVER
5661 M: Mike Marciniszyn <mike.marciniszyn@intel.com>
5662 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
5663 L: linux-rdma@vger.kernel.org
5664 S: Supported
5665 F: drivers/infiniband/hw/hfi1
5666
5667 HFS FILESYSTEM
5668 L: linux-fsdevel@vger.kernel.org
5669 S: Orphan
5670 F: Documentation/filesystems/hfs.txt
5671 F: fs/hfs/
5672
5673 HFSPLUS FILESYSTEM
5674 L: linux-fsdevel@vger.kernel.org
5675 S: Orphan
5676 F: Documentation/filesystems/hfsplus.txt
5677 F: fs/hfsplus/
5678
5679 HGA FRAMEBUFFER DRIVER
5680 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5681 L: linux-nvidia@lists.surfsouth.com
5682 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5683 S: Maintained
5684 F: drivers/video/fbdev/hgafb.c
5685
5686 HIBERNATION (aka Software Suspend, aka swsusp)
5687 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5688 M: Pavel Machek <pavel@ucw.cz>
5689 L: linux-pm@vger.kernel.org
5690 B: https://bugzilla.kernel.org
5691 S: Supported
5692 F: arch/x86/power/
5693 F: drivers/base/power/
5694 F: kernel/power/
5695 F: include/linux/suspend.h
5696 F: include/linux/freezer.h
5697 F: include/linux/pm.h
5698 F: arch/*/include/asm/suspend*.h
5699
5700 HID CORE LAYER
5701 M: Jiri Kosina <jikos@kernel.org>
5702 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5703 L: linux-input@vger.kernel.org
5704 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5705 S: Maintained
5706 F: drivers/hid/
5707 F: include/linux/hid*
5708 F: include/uapi/linux/hid*
5709
5710 HID SENSOR HUB DRIVERS
5711 M: Jiri Kosina <jikos@kernel.org>
5712 M: Jonathan Cameron <jic23@kernel.org>
5713 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5714 L: linux-input@vger.kernel.org
5715 L: linux-iio@vger.kernel.org
5716 S: Maintained
5717 F: Documentation/hid/hid-sensor*
5718 F: drivers/hid/hid-sensor-*
5719 F: drivers/iio/*/hid-*
5720 F: include/linux/hid-sensor-*
5721
5722 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5723 M: Thomas Gleixner <tglx@linutronix.de>
5724 L: linux-kernel@vger.kernel.org
5725 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5726 S: Maintained
5727 F: Documentation/timers/
5728 F: kernel/time/hrtimer.c
5729 F: kernel/time/clockevents.c
5730 F: kernel/time/tick*.*
5731 F: kernel/time/timer_*.c
5732 F: include/linux/clockchips.h
5733 F: include/linux/hrtimer.h
5734
5735 HIGH-SPEED SCC DRIVER FOR AX.25
5736 L: linux-hams@vger.kernel.org
5737 S: Orphan
5738 F: drivers/net/hamradio/dmascc.c
5739 F: drivers/net/hamradio/scc.c
5740
5741 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5742 M: HighPoint Linux Team <linux@highpoint-tech.com>
5743 W: http://www.highpoint-tech.com
5744 S: Supported
5745 F: Documentation/scsi/hptiop.txt
5746 F: drivers/scsi/hptiop.c
5747
5748 HIPPI
5749 M: Jes Sorensen <jes@trained-monkey.org>
5750 L: linux-hippi@sunsite.dk
5751 S: Maintained
5752 F: include/linux/hippidevice.h
5753 F: include/uapi/linux/if_hippi.h
5754 F: net/802/hippi.c
5755 F: drivers/net/hippi/
5756
5757 HISILICON NETWORK SUBSYSTEM DRIVER
5758 M: Yisen Zhuang <yisen.zhuang@huawei.com>
5759 M: Salil Mehta <salil.mehta@huawei.com>
5760 L: netdev@vger.kernel.org
5761 W: http://www.hisilicon.com
5762 S: Maintained
5763 F: drivers/net/ethernet/hisilicon/
5764 F: Documentation/devicetree/bindings/net/hisilicon*.txt
5765
5766 HISILICON ROCE DRIVER
5767 M: Lijun Ou <oulijun@huawei.com>
5768 M: Wei Hu(Xavier) <xavier.huwei@huawei.com>
5769 L: linux-rdma@vger.kernel.org
5770 S: Maintained
5771 F: drivers/infiniband/hw/hns/
5772 F: Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5773
5774 HISILICON SAS Controller
5775 M: John Garry <john.garry@huawei.com>
5776 W: http://www.hisilicon.com
5777 S: Supported
5778 F: drivers/scsi/hisi_sas/
5779 F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5780
5781 HOST AP DRIVER
5782 M: Jouni Malinen <j@w1.fi>
5783 L: linux-wireless@vger.kernel.org
5784 W: http://w1.fi/hostap-driver.html
5785 S: Obsolete
5786 F: drivers/net/wireless/intersil/hostap/
5787
5788 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5789 L: platform-driver-x86@vger.kernel.org
5790 S: Orphan
5791 F: drivers/platform/x86/tc1100-wmi.c
5792
5793 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5794 M: Jaroslav Kysela <perex@perex.cz>
5795 S: Maintained
5796 F: drivers/net/ethernet/hp/hp100.*
5797
5798 HPET: High Precision Event Timers driver
5799 M: Clemens Ladisch <clemens@ladisch.de>
5800 S: Maintained
5801 F: Documentation/timers/hpet.txt
5802 F: drivers/char/hpet.c
5803 F: include/linux/hpet.h
5804 F: include/uapi/linux/hpet.h
5805
5806 HPET: x86
5807 S: Orphan
5808 F: arch/x86/kernel/hpet.c
5809 F: arch/x86/include/asm/hpet.h
5810
5811 HPFS FILESYSTEM
5812 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5813 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5814 S: Maintained
5815 F: fs/hpfs/
5816
5817 HSI SUBSYSTEM
5818 M: Sebastian Reichel <sre@kernel.org>
5819 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5820 S: Maintained
5821 F: Documentation/ABI/testing/sysfs-bus-hsi
5822 F: Documentation/device-drivers/serial-interfaces.rst
5823 F: drivers/hsi/
5824 F: include/linux/hsi/
5825 F: include/uapi/linux/hsi/
5826
5827 HSO 3G MODEM DRIVER
5828 M: Jan Dumon <j.dumon@option.com>
5829 W: http://www.pharscape.org
5830 S: Maintained
5831 F: drivers/net/usb/hso.c
5832
5833 HSR NETWORK PROTOCOL
5834 M: Arvid Brodin <arvid.brodin@alten.se>
5835 L: netdev@vger.kernel.org
5836 S: Maintained
5837 F: net/hsr/
5838
5839 HTCPEN TOUCHSCREEN DRIVER
5840 M: Pau Oliva Fora <pof@eslack.org>
5841 L: linux-input@vger.kernel.org
5842 S: Maintained
5843 F: drivers/input/touchscreen/htcpen.c
5844
5845 HUGETLB FILESYSTEM
5846 M: Nadia Yvette Chambers <nyc@holomorphy.com>
5847 S: Maintained
5848 F: fs/hugetlbfs/
5849
5850 HVA ST MEDIA DRIVER
5851 M: Jean-Christophe Trotin <jean-christophe.trotin@st.com>
5852 L: linux-media@vger.kernel.org
5853 T: git git://linuxtv.org/media_tree.git
5854 W: https://linuxtv.org
5855 S: Supported
5856 F: drivers/media/platform/sti/hva
5857
5858 Hyper-V CORE AND DRIVERS
5859 M: "K. Y. Srinivasan" <kys@microsoft.com>
5860 M: Haiyang Zhang <haiyangz@microsoft.com>
5861 L: devel@linuxdriverproject.org
5862 S: Maintained
5863 F: arch/x86/include/asm/mshyperv.h
5864 F: arch/x86/include/uapi/asm/hyperv.h
5865 F: arch/x86/kernel/cpu/mshyperv.c
5866 F: drivers/hid/hid-hyperv.c
5867 F: drivers/hv/
5868 F: drivers/input/serio/hyperv-keyboard.c
5869 F: drivers/pci/host/pci-hyperv.c
5870 F: drivers/net/hyperv/
5871 F: drivers/scsi/storvsc_drv.c
5872 F: drivers/video/fbdev/hyperv_fb.c
5873 F: include/linux/hyperv.h
5874 F: tools/hv/
5875 F: Documentation/ABI/stable/sysfs-bus-vmbus
5876
5877 I2C MUXES
5878 M: Peter Rosin <peda@axentia.se>
5879 L: linux-i2c@vger.kernel.org
5880 S: Maintained
5881 F: Documentation/i2c/i2c-topology
5882 F: Documentation/i2c/muxes/
5883 F: Documentation/devicetree/bindings/i2c/i2c-mux*
5884 F: Documentation/devicetree/bindings/i2c/i2c-arb*
5885 F: Documentation/devicetree/bindings/i2c/i2c-gate*
5886 F: drivers/i2c/i2c-mux.c
5887 F: drivers/i2c/muxes/
5888 F: include/linux/i2c-mux.h
5889
5890 I2C OVER PARALLEL PORT
5891 M: Jean Delvare <jdelvare@suse.com>
5892 L: linux-i2c@vger.kernel.org
5893 S: Maintained
5894 F: Documentation/i2c/busses/i2c-parport
5895 F: Documentation/i2c/busses/i2c-parport-light
5896 F: drivers/i2c/busses/i2c-parport.c
5897 F: drivers/i2c/busses/i2c-parport-light.c
5898
5899 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5900 M: Jean Delvare <jdelvare@suse.com>
5901 L: linux-i2c@vger.kernel.org
5902 S: Maintained
5903 F: Documentation/i2c/busses/i2c-ali1535
5904 F: Documentation/i2c/busses/i2c-ali1563
5905 F: Documentation/i2c/busses/i2c-ali15x3
5906 F: Documentation/i2c/busses/i2c-amd756
5907 F: Documentation/i2c/busses/i2c-amd8111
5908 F: Documentation/i2c/busses/i2c-i801
5909 F: Documentation/i2c/busses/i2c-nforce2
5910 F: Documentation/i2c/busses/i2c-piix4
5911 F: Documentation/i2c/busses/i2c-sis5595
5912 F: Documentation/i2c/busses/i2c-sis630
5913 F: Documentation/i2c/busses/i2c-sis96x
5914 F: Documentation/i2c/busses/i2c-via
5915 F: Documentation/i2c/busses/i2c-viapro
5916 F: drivers/i2c/busses/i2c-ali1535.c
5917 F: drivers/i2c/busses/i2c-ali1563.c
5918 F: drivers/i2c/busses/i2c-ali15x3.c
5919 F: drivers/i2c/busses/i2c-amd756.c
5920 F: drivers/i2c/busses/i2c-amd756-s4882.c
5921 F: drivers/i2c/busses/i2c-amd8111.c
5922 F: drivers/i2c/busses/i2c-i801.c
5923 F: drivers/i2c/busses/i2c-isch.c
5924 F: drivers/i2c/busses/i2c-nforce2.c
5925 F: drivers/i2c/busses/i2c-nforce2-s4985.c
5926 F: drivers/i2c/busses/i2c-piix4.c
5927 F: drivers/i2c/busses/i2c-sis5595.c
5928 F: drivers/i2c/busses/i2c-sis630.c
5929 F: drivers/i2c/busses/i2c-sis96x.c
5930 F: drivers/i2c/busses/i2c-via.c
5931 F: drivers/i2c/busses/i2c-viapro.c
5932
5933 I2C/SMBUS ISMT DRIVER
5934 M: Seth Heasley <seth.heasley@intel.com>
5935 M: Neil Horman <nhorman@tuxdriver.com>
5936 L: linux-i2c@vger.kernel.org
5937 F: drivers/i2c/busses/i2c-ismt.c
5938 F: Documentation/i2c/busses/i2c-ismt
5939
5940 I2C/SMBUS STUB DRIVER
5941 M: Jean Delvare <jdelvare@suse.com>
5942 L: linux-i2c@vger.kernel.org
5943 S: Maintained
5944 F: drivers/i2c/i2c-stub.c
5945
5946 I2C SUBSYSTEM
5947 M: Wolfram Sang <wsa@the-dreams.de>
5948 L: linux-i2c@vger.kernel.org
5949 W: https://i2c.wiki.kernel.org/
5950 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
5951 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5952 S: Maintained
5953 F: Documentation/devicetree/bindings/i2c/
5954 F: Documentation/i2c/
5955 F: drivers/i2c/
5956 F: drivers/i2c/*/
5957 F: include/linux/i2c.h
5958 F: include/linux/i2c-*.h
5959 F: include/uapi/linux/i2c.h
5960 F: include/uapi/linux/i2c-*.h
5961
5962 I2C ACPI SUPPORT
5963 M: Mika Westerberg <mika.westerberg@linux.intel.com>
5964 L: linux-i2c@vger.kernel.org
5965 L: linux-acpi@vger.kernel.org
5966 S: Maintained
5967
5968 I2C-TAOS-EVM DRIVER
5969 M: Jean Delvare <jdelvare@suse.com>
5970 L: linux-i2c@vger.kernel.org
5971 S: Maintained
5972 F: Documentation/i2c/busses/i2c-taos-evm
5973 F: drivers/i2c/busses/i2c-taos-evm.c
5974
5975 I2C-TINY-USB DRIVER
5976 M: Till Harbaum <till@harbaum.org>
5977 L: linux-i2c@vger.kernel.org
5978 W: http://www.harbaum.org/till/i2c_tiny_usb
5979 S: Maintained
5980 F: drivers/i2c/busses/i2c-tiny-usb.c
5981
5982 i386 BOOT CODE
5983 M: "H. Peter Anvin" <hpa@zytor.com>
5984 S: Maintained
5985 F: arch/x86/boot/
5986
5987 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5988 M: "H. Peter Anvin" <hpa@zytor.com>
5989 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5990 S: Maintained
5991
5992 IA64 (Itanium) PLATFORM
5993 M: Tony Luck <tony.luck@intel.com>
5994 M: Fenghua Yu <fenghua.yu@intel.com>
5995 L: linux-ia64@vger.kernel.org
5996 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5997 S: Maintained
5998 F: arch/ia64/
5999
6000 IBM Power VMX Cryptographic instructions
6001 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6002 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6003 L: linux-crypto@vger.kernel.org
6004 S: Supported
6005 F: drivers/crypto/vmx/Makefile
6006 F: drivers/crypto/vmx/Kconfig
6007 F: drivers/crypto/vmx/vmx.c
6008 F: drivers/crypto/vmx/aes*
6009 F: drivers/crypto/vmx/ghash*
6010 F: drivers/crypto/vmx/ppc-xlate.pl
6011
6012 IBM Power in-Nest Crypto Acceleration
6013 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6014 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6015 L: linux-crypto@vger.kernel.org
6016 S: Supported
6017 F: drivers/crypto/nx/Makefile
6018 F: drivers/crypto/nx/Kconfig
6019 F: drivers/crypto/nx/nx-aes*
6020 F: drivers/crypto/nx/nx-sha*
6021 F: drivers/crypto/nx/nx.*
6022 F: drivers/crypto/nx/nx_csbcpb.h
6023 F: drivers/crypto/nx/nx_debugfs.h
6024
6025 IBM Power 842 compression accelerator
6026 M: Dan Streetman <ddstreet@ieee.org>
6027 S: Supported
6028 F: drivers/crypto/nx/Makefile
6029 F: drivers/crypto/nx/Kconfig
6030 F: drivers/crypto/nx/nx-842*
6031 F: include/linux/sw842.h
6032 F: crypto/842.c
6033 F: lib/842/
6034
6035 IBM Power Linux RAID adapter
6036 M: Brian King <brking@us.ibm.com>
6037 S: Supported
6038 F: drivers/scsi/ipr.*
6039
6040 IBM Power Virtual Ethernet Device Driver
6041 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6042 L: netdev@vger.kernel.org
6043 S: Supported
6044 F: drivers/net/ethernet/ibm/ibmveth.*
6045
6046 IBM Power SRIOV Virtual NIC Device Driver
6047 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6048 M: John Allen <jallen@linux.vnet.ibm.com>
6049 L: netdev@vger.kernel.org
6050 S: Supported
6051 F: drivers/net/ethernet/ibm/ibmvnic.*
6052
6053 IBM Power Virtual SCSI Device Drivers
6054 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6055 L: linux-scsi@vger.kernel.org
6056 S: Supported
6057 F: drivers/scsi/ibmvscsi/ibmvscsi*
6058 F: include/scsi/viosrp.h
6059
6060 IBM Power Virtual SCSI Device Target Driver
6061 M: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6062 M: Michael Cyr <mikecyr@linux.vnet.ibm.com>
6063 L: linux-scsi@vger.kernel.org
6064 L: target-devel@vger.kernel.org
6065 S: Supported
6066 F: drivers/scsi/ibmvscsi_tgt/
6067
6068 IBM Power Virtual FC Device Drivers
6069 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6070 L: linux-scsi@vger.kernel.org
6071 S: Supported
6072 F: drivers/scsi/ibmvscsi/ibmvfc*
6073
6074 IBM ServeRAID RAID DRIVER
6075 S: Orphan
6076 F: drivers/scsi/ips.*
6077
6078 ICH LPC AND GPIO DRIVER
6079 M: Peter Tyser <ptyser@xes-inc.com>
6080 S: Maintained
6081 F: drivers/mfd/lpc_ich.c
6082 F: drivers/gpio/gpio-ich.c
6083
6084 IDE SUBSYSTEM
6085 M: "David S. Miller" <davem@davemloft.net>
6086 L: linux-ide@vger.kernel.org
6087 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
6088 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6089 S: Maintained
6090 F: Documentation/ide/
6091 F: drivers/ide/
6092 F: include/linux/ide.h
6093
6094 IDEAPAD LAPTOP EXTRAS DRIVER
6095 M: Ike Panhc <ike.pan@canonical.com>
6096 L: platform-driver-x86@vger.kernel.org
6097 W: http://launchpad.net/ideapad-laptop
6098 S: Maintained
6099 F: drivers/platform/x86/ideapad-laptop.c
6100
6101 IDEAPAD LAPTOP SLIDEBAR DRIVER
6102 M: Andrey Moiseev <o2g.org.ru@gmail.com>
6103 L: linux-input@vger.kernel.org
6104 W: https://github.com/o2genum/ideapad-slidebar
6105 S: Maintained
6106 F: drivers/input/misc/ideapad_slidebar.c
6107
6108 IDE/ATAPI DRIVERS
6109 M: Borislav Petkov <bp@alien8.de>
6110 L: linux-ide@vger.kernel.org
6111 S: Maintained
6112 F: Documentation/cdrom/ide-cd
6113 F: drivers/ide/ide-cd*
6114
6115 IDLE-I7300
6116 M: Andy Henroid <andrew.d.henroid@intel.com>
6117 L: linux-pm@vger.kernel.org
6118 S: Supported
6119 F: drivers/idle/i7300_idle.c
6120
6121 IEEE 802.15.4 SUBSYSTEM
6122 M: Alexander Aring <aar@pengutronix.de>
6123 M: Stefan Schmidt <stefan@osg.samsung.com>
6124 L: linux-wpan@vger.kernel.org
6125 W: http://wpan.cakelab.org/
6126 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6127 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6128 S: Maintained
6129 F: net/ieee802154/
6130 F: net/mac802154/
6131 F: drivers/net/ieee802154/
6132 F: include/linux/nl802154.h
6133 F: include/linux/ieee802154.h
6134 F: include/net/nl802154.h
6135 F: include/net/mac802154.h
6136 F: include/net/af_ieee802154.h
6137 F: include/net/cfg802154.h
6138 F: include/net/ieee802154_netdev.h
6139 F: Documentation/networking/ieee802154.txt
6140
6141 IGORPLUG-USB IR RECEIVER
6142 M: Sean Young <sean@mess.org>
6143 L: linux-media@vger.kernel.org
6144 S: Maintained
6145 F: drivers/media/rc/igorplugusb.c
6146
6147 IGUANAWORKS USB IR TRANSCEIVER
6148 M: Sean Young <sean@mess.org>
6149 L: linux-media@vger.kernel.org
6150 S: Maintained
6151 F: drivers/media/rc/iguanair.c
6152
6153 IIO SUBSYSTEM AND DRIVERS
6154 M: Jonathan Cameron <jic23@kernel.org>
6155 R: Hartmut Knaack <knaack.h@gmx.de>
6156 R: Lars-Peter Clausen <lars@metafoo.de>
6157 R: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6158 L: linux-iio@vger.kernel.org
6159 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6160 S: Maintained
6161 F: Documentation/devicetree/bindings/iio/
6162 F: drivers/iio/
6163 F: drivers/staging/iio/
6164 F: include/linux/iio/
6165 F: tools/iio/
6166
6167 IKANOS/ADI EAGLE ADSL USB DRIVER
6168 M: Matthieu Castet <castet.matthieu@free.fr>
6169 M: Stanislaw Gruszka <stf_xl@wp.pl>
6170 S: Maintained
6171 F: drivers/usb/atm/ueagle-atm.c
6172
6173 IMGTEC ASCII LCD DRIVER
6174 M: Paul Burton <paul.burton@imgtec.com>
6175 S: Maintained
6176 F: Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6177 F: drivers/auxdisplay/img-ascii-lcd.c
6178
6179 INA209 HARDWARE MONITOR DRIVER
6180 M: Guenter Roeck <linux@roeck-us.net>
6181 L: linux-hwmon@vger.kernel.org
6182 S: Maintained
6183 F: Documentation/hwmon/ina209
6184 F: Documentation/devicetree/bindings/i2c/ina209.txt
6185 F: drivers/hwmon/ina209.c
6186
6187 INA2XX HARDWARE MONITOR DRIVER
6188 M: Guenter Roeck <linux@roeck-us.net>
6189 L: linux-hwmon@vger.kernel.org
6190 S: Maintained
6191 F: Documentation/hwmon/ina2xx
6192 F: drivers/hwmon/ina2xx.c
6193 F: include/linux/platform_data/ina2xx.h
6194
6195 INDUSTRY PACK SUBSYSTEM (IPACK)
6196 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6197 M: Jens Taprogge <jens.taprogge@taprogge.org>
6198 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6199 L: industrypack-devel@lists.sourceforge.net
6200 W: http://industrypack.sourceforge.net
6201 S: Maintained
6202 F: drivers/ipack/
6203
6204 INGENIC JZ4780 DMA Driver
6205 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6206 S: Maintained
6207 F: drivers/dma/dma-jz4780.c
6208
6209 INGENIC JZ4780 NAND DRIVER
6210 M: Harvey Hunt <harveyhuntnexus@gmail.com>
6211 L: linux-mtd@lists.infradead.org
6212 S: Maintained
6213 F: drivers/mtd/nand/jz4780_*
6214
6215 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6216 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6217 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6218 L: linux-ima-devel@lists.sourceforge.net
6219 L: linux-ima-user@lists.sourceforge.net
6220 L: linux-security-module@vger.kernel.org
6221 T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6222 S: Supported
6223 F: security/integrity/ima/
6224
6225 IMGTEC IR DECODER DRIVER
6226 M: James Hogan <james.hogan@imgtec.com>
6227 S: Maintained
6228 F: drivers/media/rc/img-ir/
6229
6230 IMS TWINTURBO FRAMEBUFFER DRIVER
6231 L: linux-fbdev@vger.kernel.org
6232 S: Orphan
6233 F: drivers/video/fbdev/imsttfb.c
6234
6235 INFINIBAND SUBSYSTEM
6236 M: Doug Ledford <dledford@redhat.com>
6237 M: Sean Hefty <sean.hefty@intel.com>
6238 M: Hal Rosenstock <hal.rosenstock@gmail.com>
6239 L: linux-rdma@vger.kernel.org
6240 W: http://www.openfabrics.org/
6241 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6242 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6243 S: Supported
6244 F: Documentation/infiniband/
6245 F: drivers/infiniband/
6246 F: include/uapi/linux/if_infiniband.h
6247 F: include/uapi/rdma/
6248 F: include/rdma/
6249
6250 INOTIFY
6251 M: John McCutchan <john@johnmccutchan.com>
6252 M: Robert Love <rlove@rlove.org>
6253 M: Eric Paris <eparis@parisplace.org>
6254 S: Maintained
6255 F: Documentation/filesystems/inotify.txt
6256 F: fs/notify/inotify/
6257 F: include/linux/inotify.h
6258 F: include/uapi/linux/inotify.h
6259
6260 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6261 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
6262 L: linux-input@vger.kernel.org
6263 Q: http://patchwork.kernel.org/project/linux-input/list/
6264 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6265 S: Maintained
6266 F: drivers/input/
6267 F: include/linux/input.h
6268 F: include/uapi/linux/input.h
6269 F: include/linux/input/
6270 F: Documentation/devicetree/bindings/input/
6271
6272 INPUT MULTITOUCH (MT) PROTOCOL
6273 M: Henrik Rydberg <rydberg@bitmath.org>
6274 L: linux-input@vger.kernel.org
6275 S: Odd fixes
6276 F: Documentation/input/multi-touch-protocol.txt
6277 F: drivers/input/input-mt.c
6278 K: \b(ABS|SYN)_MT_
6279
6280 INTEL ASoC BDW/HSW DRIVERS
6281 M: Jie Yang <yang.jie@linux.intel.com>
6282 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6283 S: Supported
6284 F: sound/soc/intel/common/sst-dsp*
6285 F: sound/soc/intel/common/sst-firmware.c
6286 F: sound/soc/intel/boards/broadwell.c
6287 F: sound/soc/intel/haswell/
6288
6289 INTEL C600 SERIES SAS CONTROLLER DRIVER
6290 M: Intel SCU Linux support <intel-linux-scu@intel.com>
6291 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6292 L: linux-scsi@vger.kernel.org
6293 T: git git://git.code.sf.net/p/intel-sas/isci
6294 S: Supported
6295 F: drivers/scsi/isci/
6296
6297 INTEL HID EVENT DRIVER
6298 M: Alex Hung <alex.hung@canonical.com>
6299 L: platform-driver-x86@vger.kernel.org
6300 S: Maintained
6301 F: drivers/platform/x86/intel-hid.c
6302
6303 INTEL VIRTUAL BUTTON DRIVER
6304 M: AceLan Kao <acelan.kao@canonical.com>
6305 L: platform-driver-x86@vger.kernel.org
6306 S: Maintained
6307 F: drivers/platform/x86/intel-vbtn.c
6308
6309 INTEL IDLE DRIVER
6310 M: Len Brown <lenb@kernel.org>
6311 L: linux-pm@vger.kernel.org
6312 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6313 S: Supported
6314 F: drivers/idle/intel_idle.c
6315
6316 INTEL INTEGRATED SENSOR HUB DRIVER
6317 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6318 M: Jiri Kosina <jikos@kernel.org>
6319 L: linux-input@vger.kernel.org
6320 S: Maintained
6321 F: drivers/hid/intel-ish-hid/
6322
6323 INTEL PSTATE DRIVER
6324 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6325 M: Len Brown <lenb@kernel.org>
6326 L: linux-pm@vger.kernel.org
6327 S: Supported
6328 F: drivers/cpufreq/intel_pstate.c
6329
6330 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6331 M: Maik Broemme <mbroemme@libmpq.org>
6332 L: linux-fbdev@vger.kernel.org
6333 S: Maintained
6334 F: Documentation/fb/intelfb.txt
6335 F: drivers/video/fbdev/intelfb/
6336
6337 INTEL 810/815 FRAMEBUFFER DRIVER
6338 M: Antonino Daplas <adaplas@gmail.com>
6339 L: linux-fbdev@vger.kernel.org
6340 S: Maintained
6341 F: drivers/video/fbdev/i810/
6342
6343 INTEL MENLOW THERMAL DRIVER
6344 M: Sujith Thomas <sujith.thomas@intel.com>
6345 L: platform-driver-x86@vger.kernel.org
6346 W: https://01.org/linux-acpi
6347 S: Supported
6348 F: drivers/platform/x86/intel_menlow.c
6349
6350 INTEL I/OAT DMA DRIVER
6351 M: Dave Jiang <dave.jiang@intel.com>
6352 R: Dan Williams <dan.j.williams@intel.com>
6353 L: dmaengine@vger.kernel.org
6354 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
6355 S: Supported
6356 F: drivers/dma/ioat*
6357
6358 INTEL IOMMU (VT-d)
6359 M: David Woodhouse <dwmw2@infradead.org>
6360 L: iommu@lists.linux-foundation.org
6361 T: git git://git.infradead.org/iommu-2.6.git
6362 S: Supported
6363 F: drivers/iommu/intel-iommu.c
6364 F: include/linux/intel-iommu.h
6365
6366 INTEL IOP-ADMA DMA DRIVER
6367 R: Dan Williams <dan.j.williams@intel.com>
6368 S: Odd fixes
6369 F: drivers/dma/iop-adma.c
6370
6371 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6372 M: Krzysztof Halasa <khalasa@piap.pl>
6373 S: Maintained
6374 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
6375 F: arch/arm/mach-ixp4xx/include/mach/npe.h
6376 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6377 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
6378 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
6379 F: drivers/net/wan/ixp4xx_hss.c
6380
6381 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6382 M: Deepak Saxena <dsaxena@plexity.net>
6383 S: Maintained
6384 F: drivers/char/hw_random/ixp4xx-rng.c
6385
6386 INTEL ETHERNET DRIVERS
6387 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6388 L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6389 W: http://www.intel.com/support/feedback.htm
6390 W: http://e1000.sourceforge.net/
6391 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6392 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6393 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6394 S: Supported
6395 F: Documentation/networking/e100.txt
6396 F: Documentation/networking/e1000.txt
6397 F: Documentation/networking/e1000e.txt
6398 F: Documentation/networking/igb.txt
6399 F: Documentation/networking/igbvf.txt
6400 F: Documentation/networking/ixgb.txt
6401 F: Documentation/networking/ixgbe.txt
6402 F: Documentation/networking/ixgbevf.txt
6403 F: Documentation/networking/i40e.txt
6404 F: Documentation/networking/i40evf.txt
6405 F: drivers/net/ethernet/intel/
6406 F: drivers/net/ethernet/intel/*/
6407
6408 INTEL RDMA RNIC DRIVER
6409 M: Faisal Latif <faisal.latif@intel.com>
6410 R: Chien Tin Tung <chien.tin.tung@intel.com>
6411 R: Mustafa Ismail <mustafa.ismail@intel.com>
6412 R: Shiraz Saleem <shiraz.saleem@intel.com>
6413 R: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6414 L: linux-rdma@vger.kernel.org
6415 S: Supported
6416 F: drivers/infiniband/hw/i40iw/
6417
6418 INTEL MERRIFIELD GPIO DRIVER
6419 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6420 L: linux-gpio@vger.kernel.org
6421 S: Maintained
6422 F: drivers/gpio/gpio-merrifield.c
6423
6424 INTEL-MID GPIO DRIVER
6425 M: David Cohen <david.a.cohen@linux.intel.com>
6426 L: linux-gpio@vger.kernel.org
6427 S: Maintained
6428 F: drivers/gpio/gpio-intel-mid.c
6429
6430 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6431 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
6432 L: linux-wireless@vger.kernel.org
6433 S: Maintained
6434 F: Documentation/networking/README.ipw2100
6435 F: Documentation/networking/README.ipw2200
6436 F: drivers/net/wireless/intel/ipw2x00/
6437
6438 INTEL(R) TRACE HUB
6439 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
6440 S: Supported
6441 F: Documentation/trace/intel_th.txt
6442 F: drivers/hwtracing/intel_th/
6443
6444 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6445 M: Ning Sun <ning.sun@intel.com>
6446 L: tboot-devel@lists.sourceforge.net
6447 W: http://tboot.sourceforge.net
6448 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6449 S: Supported
6450 F: Documentation/intel_txt.txt
6451 F: include/linux/tboot.h
6452 F: arch/x86/kernel/tboot.c
6453
6454 INTEL WIRELESS WIMAX CONNECTION 2400
6455 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6456 M: linux-wimax@intel.com
6457 L: wimax@linuxwimax.org (subscribers-only)
6458 S: Supported
6459 W: http://linuxwimax.org
6460 F: Documentation/wimax/README.i2400m
6461 F: drivers/net/wimax/i2400m/
6462 F: include/uapi/linux/wimax/i2400m.h
6463
6464 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6465 M: Stanislaw Gruszka <sgruszka@redhat.com>
6466 L: linux-wireless@vger.kernel.org
6467 S: Supported
6468 F: drivers/net/wireless/intel/iwlegacy/
6469
6470 INTEL WIRELESS WIFI LINK (iwlwifi)
6471 M: Johannes Berg <johannes.berg@intel.com>
6472 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6473 M: Luca Coelho <luciano.coelho@intel.com>
6474 M: Intel Linux Wireless <linuxwifi@intel.com>
6475 L: linux-wireless@vger.kernel.org
6476 W: http://intellinuxwireless.org
6477 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6478 S: Supported
6479 F: drivers/net/wireless/intel/iwlwifi/
6480
6481 INTEL MANAGEMENT ENGINE (mei)
6482 M: Tomas Winkler <tomas.winkler@intel.com>
6483 L: linux-kernel@vger.kernel.org
6484 S: Supported
6485 F: include/uapi/linux/mei.h
6486 F: include/linux/mei_cl_bus.h
6487 F: drivers/misc/mei/*
6488 F: drivers/watchdog/mei_wdt.c
6489 F: Documentation/misc-devices/mei/*
6490 F: samples/mei/*
6491
6492 INTEL MIC DRIVERS (mic)
6493 M: Sudeep Dutt <sudeep.dutt@intel.com>
6494 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
6495 S: Supported
6496 W: https://github.com/sudeepdutt/mic
6497 W: http://software.intel.com/en-us/mic-developer
6498 F: include/linux/mic_bus.h
6499 F: include/linux/scif.h
6500 F: include/uapi/linux/mic_common.h
6501 F: include/uapi/linux/mic_ioctl.h
6502 F: include/uapi/linux/scif_ioctl.h
6503 F: drivers/misc/mic/
6504 F: drivers/dma/mic_x100_dma.c
6505 F: drivers/dma/mic_x100_dma.h
6506 F: Documentation/mic/
6507
6508 INTEL PMC/P-Unit IPC DRIVER
6509 M: Zha Qipeng<qipeng.zha@intel.com>
6510 L: platform-driver-x86@vger.kernel.org
6511 S: Maintained
6512 F: drivers/platform/x86/intel_pmc_ipc.c
6513 F: drivers/platform/x86/intel_punit_ipc.c
6514 F: arch/x86/include/asm/intel_pmc_ipc.h
6515 F: arch/x86/include/asm/intel_punit_ipc.h
6516
6517 INTEL TELEMETRY DRIVER
6518 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6519 L: platform-driver-x86@vger.kernel.org
6520 S: Maintained
6521 F: arch/x86/include/asm/intel_telemetry.h
6522 F: drivers/platform/x86/intel_telemetry*
6523
6524 INTEL PMC CORE DRIVER
6525 M: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6526 M: Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6527 L: platform-driver-x86@vger.kernel.org
6528 S: Maintained
6529 F: arch/x86/include/asm/pmc_core.h
6530 F: drivers/platform/x86/intel_pmc_core*
6531
6532 IOC3 ETHERNET DRIVER
6533 M: Ralf Baechle <ralf@linux-mips.org>
6534 L: linux-mips@linux-mips.org
6535 S: Maintained
6536 F: drivers/net/ethernet/sgi/ioc3-eth.c
6537
6538 IOC3 SERIAL DRIVER
6539 M: Pat Gefre <pfg@sgi.com>
6540 L: linux-serial@vger.kernel.org
6541 S: Maintained
6542 F: drivers/tty/serial/ioc3_serial.c
6543
6544 IOMMU DRIVERS
6545 M: Joerg Roedel <joro@8bytes.org>
6546 L: iommu@lists.linux-foundation.org
6547 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6548 S: Maintained
6549 F: Documentation/devicetree/bindings/iommu/
6550 F: drivers/iommu/
6551
6552 IP MASQUERADING
6553 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6554 S: Maintained
6555 F: net/ipv4/netfilter/ipt_MASQUERADE.c
6556
6557 IPMI SUBSYSTEM
6558 M: Corey Minyard <minyard@acm.org>
6559 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6560 W: http://openipmi.sourceforge.net/
6561 S: Supported
6562 F: Documentation/IPMI.txt
6563 F: drivers/char/ipmi/
6564 F: include/linux/ipmi*
6565 F: include/uapi/linux/ipmi*
6566
6567 QCOM AUDIO (ASoC) DRIVERS
6568 M: Patrick Lai <plai@codeaurora.org>
6569 M: Banajit Goswami <bgoswami@codeaurora.org>
6570 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6571 S: Supported
6572 F: sound/soc/qcom/
6573
6574 IPS SCSI RAID DRIVER
6575 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6576 L: linux-scsi@vger.kernel.org
6577 W: http://www.adaptec.com/
6578 S: Maintained
6579 F: drivers/scsi/ips*
6580
6581 IPVS
6582 M: Wensong Zhang <wensong@linux-vs.org>
6583 M: Simon Horman <horms@verge.net.au>
6584 M: Julian Anastasov <ja@ssi.bg>
6585 L: netdev@vger.kernel.org
6586 L: lvs-devel@vger.kernel.org
6587 S: Maintained
6588 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6589 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6590 F: Documentation/networking/ipvs-sysctl.txt
6591 F: include/net/ip_vs.h
6592 F: include/uapi/linux/ip_vs.h
6593 F: net/netfilter/ipvs/
6594
6595 IPWIRELESS DRIVER
6596 M: Jiri Kosina <jikos@kernel.org>
6597 M: David Sterba <dsterba@suse.com>
6598 S: Odd Fixes
6599 F: drivers/tty/ipwireless/
6600
6601 IPX NETWORK LAYER
6602 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6603 L: netdev@vger.kernel.org
6604 S: Maintained
6605 F: include/net/ipx.h
6606 F: include/uapi/linux/ipx.h
6607 F: net/ipx/
6608
6609 IRDA SUBSYSTEM
6610 M: Samuel Ortiz <samuel@sortiz.org>
6611 L: irda-users@lists.sourceforge.net (subscribers-only)
6612 L: netdev@vger.kernel.org
6613 W: http://irda.sourceforge.net/
6614 S: Maintained
6615 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6616 F: Documentation/networking/irda.txt
6617 F: drivers/net/irda/
6618 F: include/net/irda/
6619 F: net/irda/
6620
6621 IRQ SUBSYSTEM
6622 M: Thomas Gleixner <tglx@linutronix.de>
6623 L: linux-kernel@vger.kernel.org
6624 S: Maintained
6625 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6626 F: kernel/irq/
6627
6628 IRQCHIP DRIVERS
6629 M: Thomas Gleixner <tglx@linutronix.de>
6630 M: Jason Cooper <jason@lakedaemon.net>
6631 M: Marc Zyngier <marc.zyngier@arm.com>
6632 L: linux-kernel@vger.kernel.org
6633 S: Maintained
6634 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6635 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6636 F: Documentation/devicetree/bindings/interrupt-controller/
6637 F: drivers/irqchip/
6638
6639 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6640 M: Marc Zyngier <marc.zyngier@arm.com>
6641 S: Maintained
6642 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6643 F: Documentation/IRQ-domain.txt
6644 F: include/linux/irqdomain.h
6645 F: kernel/irq/irqdomain.c
6646 F: kernel/irq/msi.c
6647
6648 ISA
6649 M: William Breathitt Gray <vilhelm.gray@gmail.com>
6650 S: Maintained
6651 F: Documentation/isa.txt
6652 F: drivers/base/isa.c
6653 F: include/linux/isa.h
6654
6655 ISAPNP
6656 M: Jaroslav Kysela <perex@perex.cz>
6657 S: Maintained
6658 F: Documentation/isapnp.txt
6659 F: drivers/pnp/isapnp/
6660 F: include/linux/isapnp.h
6661
6662 ISA RADIO MODULE
6663 M: Hans Verkuil <hverkuil@xs4all.nl>
6664 L: linux-media@vger.kernel.org
6665 T: git git://linuxtv.org/media_tree.git
6666 W: https://linuxtv.org
6667 S: Maintained
6668 F: drivers/media/radio/radio-isa*
6669
6670 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6671 M: Peter Jones <pjones@redhat.com>
6672 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
6673 S: Maintained
6674 F: drivers/firmware/iscsi_ibft*
6675
6676 ISCSI
6677 M: Lee Duncan <lduncan@suse.com>
6678 M: Chris Leech <cleech@redhat.com>
6679 L: open-iscsi@googlegroups.com
6680 W: www.open-iscsi.com
6681 S: Maintained
6682 F: drivers/scsi/*iscsi*
6683 F: include/scsi/*iscsi*
6684
6685 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6686 M: Or Gerlitz <ogerlitz@mellanox.com>
6687 M: Sagi Grimberg <sagi@grimberg.me>
6688 M: Roi Dayan <roid@mellanox.com>
6689 L: linux-rdma@vger.kernel.org
6690 S: Supported
6691 W: http://www.openfabrics.org
6692 W: www.open-iscsi.org
6693 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6694 F: drivers/infiniband/ulp/iser/
6695
6696 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6697 M: Sagi Grimberg <sagi@grimberg.me>
6698 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6699 L: linux-rdma@vger.kernel.org
6700 L: target-devel@vger.kernel.org
6701 S: Supported
6702 W: http://www.linux-iscsi.org
6703 F: drivers/infiniband/ulp/isert
6704
6705 ISDN SUBSYSTEM
6706 M: Karsten Keil <isdn@linux-pingi.de>
6707 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6708 L: netdev@vger.kernel.org
6709 W: http://www.isdn4linux.de
6710 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6711 S: Maintained
6712 F: Documentation/isdn/
6713 F: drivers/isdn/
6714 F: include/linux/isdn.h
6715 F: include/linux/isdn/
6716 F: include/uapi/linux/isdn.h
6717 F: include/uapi/linux/isdn/
6718
6719 ISDN SUBSYSTEM (Eicon active card driver)
6720 M: Armin Schindler <mac@melware.de>
6721 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6722 W: http://www.melware.de
6723 S: Maintained
6724 F: drivers/isdn/hardware/eicon/
6725
6726 IT87 HARDWARE MONITORING DRIVER
6727 M: Jean Delvare <jdelvare@suse.com>
6728 L: linux-hwmon@vger.kernel.org
6729 S: Maintained
6730 F: Documentation/hwmon/it87
6731 F: drivers/hwmon/it87.c
6732
6733 IT913X MEDIA DRIVER
6734 M: Antti Palosaari <crope@iki.fi>
6735 L: linux-media@vger.kernel.org
6736 W: https://linuxtv.org
6737 W: http://palosaari.fi/linux/
6738 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6739 T: git git://linuxtv.org/anttip/media_tree.git
6740 S: Maintained
6741 F: drivers/media/tuners/it913x*
6742
6743 IVTV VIDEO4LINUX DRIVER
6744 M: Andy Walls <awalls@md.metrocast.net>
6745 L: ivtv-devel@ivtvdriver.org (subscribers-only)
6746 L: linux-media@vger.kernel.org
6747 T: git git://linuxtv.org/media_tree.git
6748 W: http://www.ivtvdriver.org
6749 S: Maintained
6750 F: Documentation/media/v4l-drivers/ivtv*
6751 F: drivers/media/pci/ivtv/
6752 F: include/uapi/linux/ivtv*
6753
6754 IX2505V MEDIA DRIVER
6755 M: Malcolm Priestley <tvboxspy@gmail.com>
6756 L: linux-media@vger.kernel.org
6757 W: https://linuxtv.org
6758 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6759 S: Maintained
6760 F: drivers/media/dvb-frontends/ix2505v*
6761
6762 JC42.4 TEMPERATURE SENSOR DRIVER
6763 M: Guenter Roeck <linux@roeck-us.net>
6764 L: linux-hwmon@vger.kernel.org
6765 S: Maintained
6766 F: drivers/hwmon/jc42.c
6767 F: Documentation/hwmon/jc42
6768
6769 JFS FILESYSTEM
6770 M: Dave Kleikamp <shaggy@kernel.org>
6771 L: jfs-discussion@lists.sourceforge.net
6772 W: http://jfs.sourceforge.net/
6773 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6774 S: Maintained
6775 F: Documentation/filesystems/jfs.txt
6776 F: fs/jfs/
6777
6778 JME NETWORK DRIVER
6779 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6780 L: netdev@vger.kernel.org
6781 S: Maintained
6782 F: drivers/net/ethernet/jme.*
6783
6784 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6785 M: David Woodhouse <dwmw2@infradead.org>
6786 L: linux-mtd@lists.infradead.org
6787 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6788 S: Maintained
6789 F: fs/jffs2/
6790 F: include/uapi/linux/jffs2.h
6791
6792 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6793 M: "Theodore Ts'o" <tytso@mit.edu>
6794 M: Jan Kara <jack@suse.com>
6795 L: linux-ext4@vger.kernel.org
6796 S: Maintained
6797 F: fs/jbd2/
6798 F: include/linux/jbd2.h
6799
6800 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6801 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6802 L: linux-media@vger.kernel.org
6803 S: Maintained
6804 F: drivers/media/platform/rcar_jpu.c
6805
6806 JSM Neo PCI based serial card
6807 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6808 L: linux-serial@vger.kernel.org
6809 S: Maintained
6810 F: drivers/tty/serial/jsm/
6811
6812 K10TEMP HARDWARE MONITORING DRIVER
6813 M: Clemens Ladisch <clemens@ladisch.de>
6814 L: linux-hwmon@vger.kernel.org
6815 S: Maintained
6816 F: Documentation/hwmon/k10temp
6817 F: drivers/hwmon/k10temp.c
6818
6819 K8TEMP HARDWARE MONITORING DRIVER
6820 M: Rudolf Marek <r.marek@assembler.cz>
6821 L: linux-hwmon@vger.kernel.org
6822 S: Maintained
6823 F: Documentation/hwmon/k8temp
6824 F: drivers/hwmon/k8temp.c
6825
6826 KASAN
6827 M: Andrey Ryabinin <aryabinin@virtuozzo.com>
6828 R: Alexander Potapenko <glider@google.com>
6829 R: Dmitry Vyukov <dvyukov@google.com>
6830 L: kasan-dev@googlegroups.com
6831 S: Maintained
6832 F: arch/*/include/asm/kasan.h
6833 F: arch/*/mm/kasan_init*
6834 F: Documentation/dev-tools/kasan.rst
6835 F: include/linux/kasan*.h
6836 F: lib/test_kasan.c
6837 F: mm/kasan/
6838 F: scripts/Makefile.kasan
6839
6840 KCONFIG
6841 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
6842 L: linux-kbuild@vger.kernel.org
6843 T: git git://gitorious.org/linux-kconfig/linux-kconfig
6844 S: Maintained
6845 F: Documentation/kbuild/kconfig-language.txt
6846 F: scripts/kconfig/
6847
6848 KDUMP
6849 M: Dave Young <dyoung@redhat.com>
6850 M: Baoquan He <bhe@redhat.com>
6851 R: Vivek Goyal <vgoyal@redhat.com>
6852 L: kexec@lists.infradead.org
6853 W: http://lse.sourceforge.net/kdump/
6854 S: Maintained
6855 F: Documentation/kdump/
6856
6857 KEENE FM RADIO TRANSMITTER DRIVER
6858 M: Hans Verkuil <hverkuil@xs4all.nl>
6859 L: linux-media@vger.kernel.org
6860 T: git git://linuxtv.org/media_tree.git
6861 W: https://linuxtv.org
6862 S: Maintained
6863 F: drivers/media/radio/radio-keene*
6864
6865 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6866 M: Ian Kent <raven@themaw.net>
6867 L: autofs@vger.kernel.org
6868 S: Maintained
6869 F: fs/autofs4/
6870
6871 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6872 M: Michal Marek <mmarek@suse.com>
6873 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6874 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6875 L: linux-kbuild@vger.kernel.org
6876 S: Maintained
6877 F: Documentation/kbuild/
6878 F: Makefile
6879 F: scripts/Makefile.*
6880 F: scripts/basic/
6881 F: scripts/mk*
6882 F: scripts/package/
6883
6884 KERNEL JANITORS
6885 L: kernel-janitors@vger.kernel.org
6886 W: http://kernelnewbies.org/KernelJanitors
6887 S: Odd Fixes
6888
6889 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6890 M: "J. Bruce Fields" <bfields@fieldses.org>
6891 M: Jeff Layton <jlayton@poochiereds.net>
6892 L: linux-nfs@vger.kernel.org
6893 W: http://nfs.sourceforge.net/
6894 T: git git://linux-nfs.org/~bfields/linux.git
6895 S: Supported
6896 F: fs/nfsd/
6897 F: include/uapi/linux/nfsd/
6898 F: fs/lockd/
6899 F: fs/nfs_common/
6900 F: net/sunrpc/
6901 F: include/linux/lockd/
6902 F: include/linux/sunrpc/
6903 F: include/uapi/linux/sunrpc/
6904
6905 KERNEL SELFTEST FRAMEWORK
6906 M: Shuah Khan <shuahkh@osg.samsung.com>
6907 M: Shuah Khan <shuah@kernel.org>
6908 L: linux-kselftest@vger.kernel.org
6909 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6910 S: Maintained
6911 F: tools/testing/selftests
6912
6913 KERNEL VIRTUAL MACHINE (KVM)
6914 M: Paolo Bonzini <pbonzini@redhat.com>
6915 M: Radim Krčmář <rkrcmar@redhat.com>
6916 L: kvm@vger.kernel.org
6917 W: http://www.linux-kvm.org
6918 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6919 S: Supported
6920 F: Documentation/*/kvm*.txt
6921 F: Documentation/virtual/kvm/
6922 F: arch/*/kvm/
6923 F: arch/x86/kernel/kvm.c
6924 F: arch/x86/kernel/kvmclock.c
6925 F: arch/*/include/asm/kvm*
6926 F: include/linux/kvm*
6927 F: include/uapi/linux/kvm*
6928 F: virt/kvm/
6929 F: tools/kvm/
6930
6931 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6932 M: Joerg Roedel <joro@8bytes.org>
6933 L: kvm@vger.kernel.org
6934 W: http://www.linux-kvm.org/
6935 S: Maintained
6936 F: arch/x86/include/asm/svm.h
6937 F: arch/x86/kvm/svm.c
6938
6939 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6940 M: Alexander Graf <agraf@suse.com>
6941 L: kvm-ppc@vger.kernel.org
6942 W: http://www.linux-kvm.org/
6943 T: git git://github.com/agraf/linux-2.6.git
6944 S: Supported
6945 F: arch/powerpc/include/asm/kvm*
6946 F: arch/powerpc/kvm/
6947
6948 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6949 M: Christian Borntraeger <borntraeger@de.ibm.com>
6950 M: Cornelia Huck <cornelia.huck@de.ibm.com>
6951 L: linux-s390@vger.kernel.org
6952 W: http://www.ibm.com/developerworks/linux/linux390/
6953 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6954 S: Supported
6955 F: Documentation/s390/kvm.txt
6956 F: arch/s390/include/asm/kvm*
6957 F: arch/s390/kvm/
6958
6959 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6960 M: Christoffer Dall <christoffer.dall@linaro.org>
6961 M: Marc Zyngier <marc.zyngier@arm.com>
6962 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6963 L: kvmarm@lists.cs.columbia.edu
6964 W: http://systems.cs.columbia.edu/projects/kvm-arm
6965 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6966 S: Supported
6967 F: arch/arm/include/uapi/asm/kvm*
6968 F: arch/arm/include/asm/kvm*
6969 F: arch/arm/kvm/
6970 F: virt/kvm/arm/
6971 F: include/kvm/arm_*
6972
6973 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6974 M: Christoffer Dall <christoffer.dall@linaro.org>
6975 M: Marc Zyngier <marc.zyngier@arm.com>
6976 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6977 L: kvmarm@lists.cs.columbia.edu
6978 S: Maintained
6979 F: arch/arm64/include/uapi/asm/kvm*
6980 F: arch/arm64/include/asm/kvm*
6981 F: arch/arm64/kvm/
6982
6983 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6984 M: James Hogan <james.hogan@imgtec.com>
6985 L: linux-mips@linux-mips.org
6986 S: Supported
6987 F: arch/mips/include/uapi/asm/kvm*
6988 F: arch/mips/include/asm/kvm*
6989 F: arch/mips/kvm/
6990
6991 KEXEC
6992 M: Eric Biederman <ebiederm@xmission.com>
6993 W: http://kernel.org/pub/linux/utils/kernel/kexec/
6994 L: kexec@lists.infradead.org
6995 S: Maintained
6996 F: include/linux/kexec.h
6997 F: include/uapi/linux/kexec.h
6998 F: kernel/kexec*
6999
7000 KEYS/KEYRINGS:
7001 M: David Howells <dhowells@redhat.com>
7002 L: keyrings@vger.kernel.org
7003 S: Maintained
7004 F: Documentation/security/keys.txt
7005 F: include/linux/key.h
7006 F: include/linux/key-type.h
7007 F: include/linux/keyctl.h
7008 F: include/uapi/linux/keyctl.h
7009 F: include/keys/
7010 F: security/keys/
7011
7012 KEYS-TRUSTED
7013 M: David Safford <safford@us.ibm.com>
7014 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7015 L: linux-security-module@vger.kernel.org
7016 L: keyrings@vger.kernel.org
7017 S: Supported
7018 F: Documentation/security/keys-trusted-encrypted.txt
7019 F: include/keys/trusted-type.h
7020 F: security/keys/trusted.c
7021 F: security/keys/trusted.h
7022
7023 KEYS-ENCRYPTED
7024 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7025 M: David Safford <safford@us.ibm.com>
7026 L: linux-security-module@vger.kernel.org
7027 L: keyrings@vger.kernel.org
7028 S: Supported
7029 F: Documentation/security/keys-trusted-encrypted.txt
7030 F: include/keys/encrypted-type.h
7031 F: security/keys/encrypted-keys/
7032
7033 KGDB / KDB /debug_core
7034 M: Jason Wessel <jason.wessel@windriver.com>
7035 W: http://kgdb.wiki.kernel.org/
7036 L: kgdb-bugreport@lists.sourceforge.net
7037 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7038 S: Maintained
7039 F: Documentation/DocBook/kgdb.tmpl
7040 F: drivers/misc/kgdbts.c
7041 F: drivers/tty/serial/kgdboc.c
7042 F: include/linux/kdb.h
7043 F: include/linux/kgdb.h
7044 F: kernel/debug/
7045
7046 KMEMCHECK
7047 M: Vegard Nossum <vegardno@ifi.uio.no>
7048 M: Pekka Enberg <penberg@kernel.org>
7049 S: Maintained
7050 F: Documentation/dev-tools/kmemcheck.rst
7051 F: arch/x86/include/asm/kmemcheck.h
7052 F: arch/x86/mm/kmemcheck/
7053 F: include/linux/kmemcheck.h
7054 F: mm/kmemcheck.c
7055
7056 KMEMLEAK
7057 M: Catalin Marinas <catalin.marinas@arm.com>
7058 S: Maintained
7059 F: Documentation/dev-tools/kmemleak.rst
7060 F: include/linux/kmemleak.h
7061 F: mm/kmemleak.c
7062 F: mm/kmemleak-test.c
7063
7064 KPROBES
7065 M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7066 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7067 M: "David S. Miller" <davem@davemloft.net>
7068 M: Masami Hiramatsu <mhiramat@kernel.org>
7069 S: Maintained
7070 F: Documentation/kprobes.txt
7071 F: include/linux/kprobes.h
7072 F: kernel/kprobes.c
7073
7074 KS0108 LCD CONTROLLER DRIVER
7075 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7076 W: http://miguelojeda.es/auxdisplay.htm
7077 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7078 S: Maintained
7079 F: Documentation/auxdisplay/ks0108
7080 F: drivers/auxdisplay/ks0108.c
7081 F: include/linux/ks0108.h
7082
7083 L3MDEV
7084 M: David Ahern <dsa@cumulusnetworks.com>
7085 L: netdev@vger.kernel.org
7086 S: Maintained
7087 F: net/l3mdev
7088 F: include/net/l3mdev.h
7089
7090 LANTIQ MIPS ARCHITECTURE
7091 M: John Crispin <john@phrozen.org>
7092 L: linux-mips@linux-mips.org
7093 S: Maintained
7094 F: arch/mips/lantiq
7095
7096 LAPB module
7097 L: linux-x25@vger.kernel.org
7098 S: Orphan
7099 F: Documentation/networking/lapb-module.txt
7100 F: include/*/lapb.h
7101 F: net/lapb/
7102
7103 LASI 53c700 driver for PARISC
7104 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7105 L: linux-scsi@vger.kernel.org
7106 S: Maintained
7107 F: Documentation/scsi/53c700.txt
7108 F: drivers/scsi/53c700*
7109
7110 LED SUBSYSTEM
7111 M: Richard Purdie <rpurdie@rpsys.net>
7112 M: Jacek Anaszewski <j.anaszewski@samsung.com>
7113 M: Pavel Machek <pavel@ucw.cz>
7114 L: linux-leds@vger.kernel.org
7115 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7116 S: Maintained
7117 F: Documentation/devicetree/bindings/leds/
7118 F: drivers/leds/
7119 F: include/linux/leds.h
7120
7121 LEGACY EEPROM DRIVER
7122 M: Jean Delvare <jdelvare@suse.com>
7123 S: Maintained
7124 F: Documentation/misc-devices/eeprom
7125 F: drivers/misc/eeprom/eeprom.c
7126
7127 LEGO USB Tower driver
7128 M: Juergen Stuber <starblue@users.sourceforge.net>
7129 L: legousb-devel@lists.sourceforge.net
7130 W: http://legousb.sourceforge.net/
7131 S: Maintained
7132 F: drivers/usb/misc/legousbtower.c
7133
7134 LG2160 MEDIA DRIVER
7135 M: Michael Krufky <mkrufky@linuxtv.org>
7136 L: linux-media@vger.kernel.org
7137 W: https://linuxtv.org
7138 W: http://github.com/mkrufky
7139 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7140 T: git git://linuxtv.org/mkrufky/tuners.git
7141 S: Maintained
7142 F: drivers/media/dvb-frontends/lg2160.*
7143
7144 LGDT3305 MEDIA DRIVER
7145 M: Michael Krufky <mkrufky@linuxtv.org>
7146 L: linux-media@vger.kernel.org
7147 W: https://linuxtv.org
7148 W: http://github.com/mkrufky
7149 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7150 T: git git://linuxtv.org/mkrufky/tuners.git
7151 S: Maintained
7152 F: drivers/media/dvb-frontends/lgdt3305.*
7153
7154 LGUEST
7155 M: Rusty Russell <rusty@rustcorp.com.au>
7156 L: lguest@lists.ozlabs.org
7157 W: http://lguest.ozlabs.org/
7158 S: Odd Fixes
7159 F: arch/x86/include/asm/lguest*.h
7160 F: arch/x86/lguest/
7161 F: drivers/lguest/
7162 F: include/linux/lguest*.h
7163 F: tools/lguest/
7164
7165 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7166 M: Tejun Heo <tj@kernel.org>
7167 L: linux-ide@vger.kernel.org
7168 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7169 S: Maintained
7170 F: drivers/ata/
7171 F: include/linux/ata.h
7172 F: include/linux/libata.h
7173 F: Documentation/devicetree/bindings/ata/
7174
7175 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7176 M: Viresh Kumar <vireshk@kernel.org>
7177 L: linux-ide@vger.kernel.org
7178 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7179 S: Maintained
7180 F: include/linux/pata_arasan_cf_data.h
7181 F: drivers/ata/pata_arasan_cf.c
7182
7183 LIBATA PATA DRIVERS
7184 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7185 M: Tejun Heo <tj@kernel.org>
7186 L: linux-ide@vger.kernel.org
7187 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7188 S: Maintained
7189 F: drivers/ata/pata_*.c
7190 F: drivers/ata/ata_generic.c
7191
7192 LIBATA SATA AHCI PLATFORM devices support
7193 M: Hans de Goede <hdegoede@redhat.com>
7194 M: Tejun Heo <tj@kernel.org>
7195 L: linux-ide@vger.kernel.org
7196 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7197 S: Maintained
7198 F: drivers/ata/ahci_platform.c
7199 F: drivers/ata/libahci_platform.c
7200 F: include/linux/ahci_platform.h
7201
7202 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7203 M: Mikael Pettersson <mikpelinux@gmail.com>
7204 L: linux-ide@vger.kernel.org
7205 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7206 S: Maintained
7207 F: drivers/ata/sata_promise.*
7208
7209 LIBLOCKDEP
7210 M: Sasha Levin <sasha.levin@oracle.com>
7211 S: Maintained
7212 F: tools/lib/lockdep/
7213
7214 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7215 M: Dan Williams <dan.j.williams@intel.com>
7216 L: linux-nvdimm@lists.01.org
7217 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7218 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7219 S: Supported
7220 F: drivers/nvdimm/*
7221 F: include/linux/nd.h
7222 F: include/linux/libnvdimm.h
7223 F: include/uapi/linux/ndctl.h
7224
7225 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7226 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7227 L: linux-nvdimm@lists.01.org
7228 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7229 S: Supported
7230 F: drivers/nvdimm/blk.c
7231 F: drivers/nvdimm/region_devs.c
7232 F: drivers/acpi/nfit*
7233
7234 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7235 M: Vishal Verma <vishal.l.verma@intel.com>
7236 L: linux-nvdimm@lists.01.org
7237 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7238 S: Supported
7239 F: drivers/nvdimm/btt*
7240
7241 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7242 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7243 L: linux-nvdimm@lists.01.org
7244 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7245 S: Supported
7246 F: drivers/nvdimm/pmem.c
7247 F: include/linux/pmem.h
7248 F: arch/*/include/asm/pmem.h
7249
7250 LIGHTNVM PLATFORM SUPPORT
7251 M: Matias Bjorling <mb@lightnvm.io>
7252 W: http://github/OpenChannelSSD
7253 L: linux-block@vger.kernel.org
7254 S: Maintained
7255 F: drivers/lightnvm/
7256 F: include/linux/lightnvm.h
7257 F: include/uapi/linux/lightnvm.h
7258
7259 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7260 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7261 M: Paul Mackerras <paulus@samba.org>
7262 M: Michael Ellerman <mpe@ellerman.id.au>
7263 W: https://github.com/linuxppc/linux/wiki
7264 L: linuxppc-dev@lists.ozlabs.org
7265 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7266 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7267 S: Supported
7268 F: Documentation/powerpc/
7269 F: arch/powerpc/
7270 F: drivers/char/tpm/tpm_ibmvtpm*
7271 F: drivers/crypto/nx/
7272 F: drivers/crypto/vmx/
7273 F: drivers/net/ethernet/ibm/ibmveth.*
7274 F: drivers/net/ethernet/ibm/ibmvnic.*
7275 F: drivers/pci/hotplug/pnv_php.c
7276 F: drivers/pci/hotplug/rpa*
7277 F: drivers/scsi/ibmvscsi/
7278 F: tools/testing/selftests/powerpc
7279 N: opal
7280 N: /pmac
7281 N: powermac
7282 N: powernv
7283 N: [^a-z0-9]ps3
7284 N: pseries
7285
7286 LINUX FOR POWER MACINTOSH
7287 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7288 W: http://www.penguinppc.org/
7289 L: linuxppc-dev@lists.ozlabs.org
7290 S: Maintained
7291 F: arch/powerpc/platforms/powermac/
7292 F: drivers/macintosh/
7293
7294 LINUX FOR POWERPC EMBEDDED MPC5XXX
7295 M: Anatolij Gustschin <agust@denx.de>
7296 L: linuxppc-dev@lists.ozlabs.org
7297 T: git git://git.denx.de/linux-denx-agust.git
7298 S: Maintained
7299 F: arch/powerpc/platforms/512x/
7300 F: arch/powerpc/platforms/52xx/
7301
7302 LINUX FOR POWERPC EMBEDDED PPC4XX
7303 M: Alistair Popple <alistair@popple.id.au>
7304 M: Matt Porter <mporter@kernel.crashing.org>
7305 W: http://www.penguinppc.org/
7306 L: linuxppc-dev@lists.ozlabs.org
7307 S: Maintained
7308 F: arch/powerpc/platforms/40x/
7309 F: arch/powerpc/platforms/44x/
7310
7311 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7312 L: linuxppc-dev@lists.ozlabs.org
7313 S: Orphan
7314 F: arch/powerpc/*/*virtex*
7315 F: arch/powerpc/*/*/*virtex*
7316
7317 LINUX FOR POWERPC EMBEDDED PPC8XX
7318 M: Vitaly Bordug <vitb@kernel.crashing.org>
7319 W: http://www.penguinppc.org/
7320 L: linuxppc-dev@lists.ozlabs.org
7321 S: Maintained
7322 F: arch/powerpc/platforms/8xx/
7323
7324 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7325 M: Scott Wood <oss@buserror.net>
7326 M: Kumar Gala <galak@kernel.crashing.org>
7327 W: http://www.penguinppc.org/
7328 L: linuxppc-dev@lists.ozlabs.org
7329 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7330 S: Maintained
7331 F: arch/powerpc/platforms/83xx/
7332 F: arch/powerpc/platforms/85xx/
7333
7334 LINUX FOR POWERPC PA SEMI PWRFICIENT
7335 L: linuxppc-dev@lists.ozlabs.org
7336 S: Orphan
7337 F: arch/powerpc/platforms/pasemi/
7338 F: drivers/*/*pasemi*
7339 F: drivers/*/*/*pasemi*
7340
7341 LINUX SECURITY MODULE (LSM) FRAMEWORK
7342 M: Chris Wright <chrisw@sous-sol.org>
7343 L: linux-security-module@vger.kernel.org
7344 S: Supported
7345
7346 LIS3LV02D ACCELEROMETER DRIVER
7347 M: Eric Piel <eric.piel@tremplin-utc.net>
7348 S: Maintained
7349 F: Documentation/misc-devices/lis3lv02d
7350 F: drivers/misc/lis3lv02d/
7351 F: drivers/platform/x86/hp_accel.c
7352
7353 LIVE PATCHING
7354 M: Josh Poimboeuf <jpoimboe@redhat.com>
7355 M: Jessica Yu <jeyu@redhat.com>
7356 M: Jiri Kosina <jikos@kernel.org>
7357 M: Miroslav Benes <mbenes@suse.cz>
7358 R: Petr Mladek <pmladek@suse.com>
7359 S: Maintained
7360 F: kernel/livepatch/
7361 F: include/linux/livepatch.h
7362 F: arch/x86/include/asm/livepatch.h
7363 F: arch/x86/kernel/livepatch.c
7364 F: Documentation/livepatch/
7365 F: Documentation/ABI/testing/sysfs-kernel-livepatch
7366 F: samples/livepatch/
7367 L: live-patching@vger.kernel.org
7368 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7369
7370 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7371 M: Kees Cook <keescook@chromium.org>
7372 S: Maintained
7373 F: drivers/misc/lkdtm*
7374
7375 LLC (802.2)
7376 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7377 S: Maintained
7378 F: include/linux/llc.h
7379 F: include/uapi/linux/llc.h
7380 F: include/net/llc*
7381 F: net/llc/
7382
7383 LM73 HARDWARE MONITOR DRIVER
7384 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
7385 L: linux-hwmon@vger.kernel.org
7386 S: Maintained
7387 F: drivers/hwmon/lm73.c
7388
7389 LM78 HARDWARE MONITOR DRIVER
7390 M: Jean Delvare <jdelvare@suse.com>
7391 L: linux-hwmon@vger.kernel.org
7392 S: Maintained
7393 F: Documentation/hwmon/lm78
7394 F: drivers/hwmon/lm78.c
7395
7396 LM83 HARDWARE MONITOR DRIVER
7397 M: Jean Delvare <jdelvare@suse.com>
7398 L: linux-hwmon@vger.kernel.org
7399 S: Maintained
7400 F: Documentation/hwmon/lm83
7401 F: drivers/hwmon/lm83.c
7402
7403 LM90 HARDWARE MONITOR DRIVER
7404 M: Jean Delvare <jdelvare@suse.com>
7405 L: linux-hwmon@vger.kernel.org
7406 S: Maintained
7407 F: Documentation/hwmon/lm90
7408 F: Documentation/devicetree/bindings/hwmon/lm90.txt
7409 F: drivers/hwmon/lm90.c
7410
7411 LM95234 HARDWARE MONITOR DRIVER
7412 M: Guenter Roeck <linux@roeck-us.net>
7413 L: linux-hwmon@vger.kernel.org
7414 S: Maintained
7415 F: Documentation/hwmon/lm95234
7416 F: drivers/hwmon/lm95234.c
7417
7418 LME2510 MEDIA DRIVER
7419 M: Malcolm Priestley <tvboxspy@gmail.com>
7420 L: linux-media@vger.kernel.org
7421 W: https://linuxtv.org
7422 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7423 S: Maintained
7424 F: drivers/media/usb/dvb-usb-v2/lmedm04*
7425
7426 LOCKING PRIMITIVES
7427 M: Peter Zijlstra <peterz@infradead.org>
7428 M: Ingo Molnar <mingo@redhat.com>
7429 L: linux-kernel@vger.kernel.org
7430 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7431 S: Maintained
7432 F: Documentation/locking/
7433 F: include/linux/lockdep.h
7434 F: include/linux/spinlock*.h
7435 F: arch/*/include/asm/spinlock*.h
7436 F: include/linux/rwlock*.h
7437 F: include/linux/mutex*.h
7438 F: arch/*/include/asm/mutex*.h
7439 F: include/linux/rwsem*.h
7440 F: arch/*/include/asm/rwsem.h
7441 F: include/linux/seqlock.h
7442 F: lib/locking*.[ch]
7443 F: kernel/locking/
7444
7445 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7446 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
7447 L: linux-ntfs-dev@lists.sourceforge.net
7448 W: http://www.linux-ntfs.org/content/view/19/37/
7449 S: Maintained
7450 F: Documentation/ldm.txt
7451 F: block/partitions/ldm.*
7452
7453 LogFS
7454 M: Joern Engel <joern@logfs.org>
7455 M: Prasad Joshi <prasadjoshi.linux@gmail.com>
7456 L: logfs@logfs.org
7457 W: logfs.org
7458 S: Maintained
7459 F: fs/logfs/
7460
7461 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7462 M: Sathya Prakash <sathya.prakash@broadcom.com>
7463 M: Chaitra P B <chaitra.basappa@broadcom.com>
7464 M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7465 L: MPT-FusionLinux.pdl@broadcom.com
7466 L: linux-scsi@vger.kernel.org
7467 W: http://www.avagotech.com/support/
7468 S: Supported
7469 F: drivers/message/fusion/
7470 F: drivers/scsi/mpt2sas/
7471 F: drivers/scsi/mpt3sas/
7472
7473 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7474 M: Matthew Wilcox <matthew@wil.cx>
7475 L: linux-scsi@vger.kernel.org
7476 S: Maintained
7477 F: drivers/scsi/sym53c8xx_2/
7478
7479 LTC4261 HARDWARE MONITOR DRIVER
7480 M: Guenter Roeck <linux@roeck-us.net>
7481 L: linux-hwmon@vger.kernel.org
7482 S: Maintained
7483 F: Documentation/hwmon/ltc4261
7484 F: drivers/hwmon/ltc4261.c
7485
7486 LTP (Linux Test Project)
7487 M: Mike Frysinger <vapier@gentoo.org>
7488 M: Cyril Hrubis <chrubis@suse.cz>
7489 M: Wanlong Gao <wanlong.gao@gmail.com>
7490 M: Jan Stancek <jstancek@redhat.com>
7491 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7492 M: Alexey Kodanev <alexey.kodanev@oracle.com>
7493 L: ltp@lists.linux.it (subscribers-only)
7494 W: http://linux-test-project.github.io/
7495 T: git git://github.com/linux-test-project/ltp.git
7496 S: Maintained
7497
7498 M32R ARCHITECTURE
7499 W: http://www.linux-m32r.org/
7500 S: Orphan
7501 F: arch/m32r/
7502
7503 M68K ARCHITECTURE
7504 M: Geert Uytterhoeven <geert@linux-m68k.org>
7505 L: linux-m68k@lists.linux-m68k.org
7506 W: http://www.linux-m68k.org/
7507 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7508 S: Maintained
7509 F: arch/m68k/
7510 F: drivers/zorro/
7511
7512 M68K ON APPLE MACINTOSH
7513 M: Joshua Thompson <funaho@jurai.org>
7514 W: http://www.mac.linux-m68k.org/
7515 L: linux-m68k@lists.linux-m68k.org
7516 S: Maintained
7517 F: arch/m68k/mac/
7518
7519 M68K ON HP9000/300
7520 M: Philip Blundell <philb@gnu.org>
7521 W: http://www.tazenda.demon.co.uk/phil/linux-hp
7522 S: Maintained
7523 F: arch/m68k/hp300/
7524
7525 M88DS3103 MEDIA DRIVER
7526 M: Antti Palosaari <crope@iki.fi>
7527 L: linux-media@vger.kernel.org
7528 W: https://linuxtv.org
7529 W: http://palosaari.fi/linux/
7530 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7531 T: git git://linuxtv.org/anttip/media_tree.git
7532 S: Maintained
7533 F: drivers/media/dvb-frontends/m88ds3103*
7534
7535 M88RS2000 MEDIA DRIVER
7536 M: Malcolm Priestley <tvboxspy@gmail.com>
7537 L: linux-media@vger.kernel.org
7538 W: https://linuxtv.org
7539 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7540 S: Maintained
7541 F: drivers/media/dvb-frontends/m88rs2000*
7542
7543 MA901 MASTERKIT USB FM RADIO DRIVER
7544 M: Alexey Klimov <klimov.linux@gmail.com>
7545 L: linux-media@vger.kernel.org
7546 T: git git://linuxtv.org/media_tree.git
7547 S: Maintained
7548 F: drivers/media/radio/radio-ma901.c
7549
7550 MAC80211
7551 M: Johannes Berg <johannes@sipsolutions.net>
7552 L: linux-wireless@vger.kernel.org
7553 W: http://wireless.kernel.org/
7554 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7555 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7556 S: Maintained
7557 F: Documentation/networking/mac80211-injection.txt
7558 F: include/net/mac80211.h
7559 F: net/mac80211/
7560 F: drivers/net/wireless/mac80211_hwsim.[ch]
7561
7562 MACVLAN DRIVER
7563 M: Patrick McHardy <kaber@trash.net>
7564 L: netdev@vger.kernel.org
7565 S: Maintained
7566 F: drivers/net/macvlan.c
7567 F: include/linux/if_macvlan.h
7568
7569 MAILBOX API
7570 M: Jassi Brar <jassisinghbrar@gmail.com>
7571 L: linux-kernel@vger.kernel.org
7572 S: Maintained
7573 F: drivers/mailbox/
7574 F: include/linux/mailbox_client.h
7575 F: include/linux/mailbox_controller.h
7576
7577 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7578 M: Michael Kerrisk <mtk.manpages@gmail.com>
7579 W: http://www.kernel.org/doc/man-pages
7580 L: linux-man@vger.kernel.org
7581 S: Maintained
7582
7583 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7584 M: Andrew Lunn <andrew@lunn.ch>
7585 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7586 L: netdev@vger.kernel.org
7587 S: Maintained
7588 F: drivers/net/dsa/mv88e6xxx/
7589 F: Documentation/devicetree/bindings/net/dsa/marvell.txt
7590
7591 MARVELL ARMADA DRM SUPPORT
7592 M: Russell King <rmk+kernel@armlinux.org.uk>
7593 S: Maintained
7594 F: drivers/gpu/drm/armada/
7595 F: include/uapi/drm/armada_drm.h
7596 F: Documentation/devicetree/bindings/display/armada/
7597
7598 MARVELL CRYPTO DRIVER
7599 M: Boris Brezillon <boris.brezillon@free-electrons.com>
7600 M: Arnaud Ebalard <arno@natisbad.org>
7601 F: drivers/crypto/marvell/
7602 S: Maintained
7603 L: linux-crypto@vger.kernel.org
7604
7605 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7606 M: Mirko Lindner <mlindner@marvell.com>
7607 M: Stephen Hemminger <stephen@networkplumber.org>
7608 L: netdev@vger.kernel.org
7609 S: Maintained
7610 F: drivers/net/ethernet/marvell/sk*
7611
7612 MARVELL LIBERTAS WIRELESS DRIVER
7613 L: libertas-dev@lists.infradead.org
7614 S: Orphan
7615 F: drivers/net/wireless/marvell/libertas/
7616
7617 MARVELL MV643XX ETHERNET DRIVER
7618 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7619 L: netdev@vger.kernel.org
7620 S: Maintained
7621 F: drivers/net/ethernet/marvell/mv643xx_eth.*
7622 F: include/linux/mv643xx.h
7623
7624 MARVELL MVNETA ETHERNET DRIVER
7625 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7626 L: netdev@vger.kernel.org
7627 S: Maintained
7628 F: drivers/net/ethernet/marvell/mvneta.*
7629
7630 MARVELL MWIFIEX WIRELESS DRIVER
7631 M: Amitkumar Karwar <akarwar@marvell.com>
7632 M: Nishant Sarmukadam <nishants@marvell.com>
7633 L: linux-wireless@vger.kernel.org
7634 S: Maintained
7635 F: drivers/net/wireless/marvell/mwifiex/
7636
7637 MARVELL MWL8K WIRELESS DRIVER
7638 M: Lennert Buytenhek <buytenh@wantstofly.org>
7639 L: linux-wireless@vger.kernel.org
7640 S: Odd Fixes
7641 F: drivers/net/wireless/marvell/mwl8k.c
7642
7643 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7644 M: Nicolas Pitre <nico@fluxnic.net>
7645 S: Odd Fixes
7646 F: drivers/mmc/host/mvsdio.*
7647
7648 MATROX FRAMEBUFFER DRIVER
7649 L: linux-fbdev@vger.kernel.org
7650 S: Orphan
7651 F: drivers/video/fbdev/matrox/matroxfb_*
7652 F: include/uapi/linux/matroxfb.h
7653
7654 MAX16065 HARDWARE MONITOR DRIVER
7655 M: Guenter Roeck <linux@roeck-us.net>
7656 L: linux-hwmon@vger.kernel.org
7657 S: Maintained
7658 F: Documentation/hwmon/max16065
7659 F: drivers/hwmon/max16065.c
7660
7661 MAX20751 HARDWARE MONITOR DRIVER
7662 M: Guenter Roeck <linux@roeck-us.net>
7663 L: linux-hwmon@vger.kernel.org
7664 S: Maintained
7665 F: Documentation/hwmon/max20751
7666 F: drivers/hwmon/max20751.c
7667
7668 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7669 L: linux-hwmon@vger.kernel.org
7670 S: Orphan
7671 F: Documentation/hwmon/max6650
7672 F: drivers/hwmon/max6650.c
7673
7674 MAX6697 HARDWARE MONITOR DRIVER
7675 M: Guenter Roeck <linux@roeck-us.net>
7676 L: linux-hwmon@vger.kernel.org
7677 S: Maintained
7678 F: Documentation/hwmon/max6697
7679 F: Documentation/devicetree/bindings/i2c/max6697.txt
7680 F: drivers/hwmon/max6697.c
7681 F: include/linux/platform_data/max6697.h
7682
7683 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7684 M: Peter Rosin <peda@axentia.se>
7685 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7686 S: Maintained
7687 F: Documentation/devicetree/bindings/sound/max9860.txt
7688 F: sound/soc/codecs/max9860.*
7689
7690 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7691 M: Krzysztof Kozlowski <krzk@kernel.org>
7692 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7693 L: linux-pm@vger.kernel.org
7694 S: Supported
7695 F: drivers/power/supply/max14577_charger.c
7696 F: drivers/power/supply/max77693_charger.c
7697
7698 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7699 M: Javier Martinez Canillas <javier@osg.samsung.com>
7700 L: linux-kernel@vger.kernel.org
7701 S: Supported
7702 F: drivers/*/*max77802*.c
7703 F: Documentation/devicetree/bindings/*/*max77802.txt
7704 F: include/dt-bindings/*/*max77802.h
7705
7706 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7707 M: Chanwoo Choi <cw00.choi@samsung.com>
7708 M: Krzysztof Kozlowski <krzk@kernel.org>
7709 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7710 L: linux-kernel@vger.kernel.org
7711 S: Supported
7712 F: drivers/*/max14577*.c
7713 F: drivers/*/max77686*.c
7714 F: drivers/*/max77693*.c
7715 F: drivers/extcon/extcon-max14577.c
7716 F: drivers/extcon/extcon-max77693.c
7717 F: drivers/rtc/rtc-max77686.c
7718 F: drivers/clk/clk-max77686.c
7719 F: Documentation/devicetree/bindings/mfd/max14577.txt
7720 F: Documentation/devicetree/bindings/*/max77686.txt
7721 F: Documentation/devicetree/bindings/mfd/max77693.txt
7722 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
7723 F: include/linux/mfd/max14577*.h
7724 F: include/linux/mfd/max77686*.h
7725 F: include/linux/mfd/max77693*.h
7726
7727 MAXIRADIO FM RADIO RECEIVER DRIVER
7728 M: Hans Verkuil <hverkuil@xs4all.nl>
7729 L: linux-media@vger.kernel.org
7730 T: git git://linuxtv.org/media_tree.git
7731 W: https://linuxtv.org
7732 S: Maintained
7733 F: drivers/media/radio/radio-maxiradio*
7734
7735 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7736 M: Peter Rosin <peda@axentia.se>
7737 L: linux-iio@vger.kernel.org
7738 S: Maintained
7739 F: drivers/iio/potentiometer/mcp4531.c
7740
7741 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7742 M: William Breathitt Gray <vilhelm.gray@gmail.com>
7743 L: linux-iio@vger.kernel.org
7744 S: Maintained
7745 F: drivers/iio/dac/cio-dac.c
7746
7747 MEDIA DRIVERS FOR RENESAS - FCP
7748 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7749 L: linux-media@vger.kernel.org
7750 L: linux-renesas-soc@vger.kernel.org
7751 T: git git://linuxtv.org/media_tree.git
7752 S: Supported
7753 F: Documentation/devicetree/bindings/media/renesas,fcp.txt
7754 F: drivers/media/platform/rcar-fcp.c
7755 F: include/media/rcar-fcp.h
7756
7757 MEDIA DRIVERS FOR RENESAS - VIN
7758 M: Niklas Söderlund <niklas.soderlund@ragnatech.se>
7759 L: linux-media@vger.kernel.org
7760 L: linux-renesas-soc@vger.kernel.org
7761 T: git git://linuxtv.org/media_tree.git
7762 S: Supported
7763 F: Documentation/devicetree/bindings/media/rcar_vin.txt
7764 F: drivers/media/platform/rcar-vin/
7765
7766 MEDIA DRIVERS FOR RENESAS - VSP1
7767 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7768 L: linux-media@vger.kernel.org
7769 L: linux-renesas-soc@vger.kernel.org
7770 T: git git://linuxtv.org/media_tree.git
7771 S: Supported
7772 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
7773 F: drivers/media/platform/vsp1/
7774
7775 MEDIA DRIVERS FOR HELENE
7776 M: Abylay Ospan <aospan@netup.ru>
7777 L: linux-media@vger.kernel.org
7778 W: https://linuxtv.org
7779 W: http://netup.tv/
7780 T: git git://linuxtv.org/media_tree.git
7781 S: Supported
7782 F: drivers/media/dvb-frontends/helene*
7783
7784 MEDIA DRIVERS FOR ASCOT2E
7785 M: Sergey Kozlov <serjk@netup.ru>
7786 M: Abylay Ospan <aospan@netup.ru>
7787 L: linux-media@vger.kernel.org
7788 W: https://linuxtv.org
7789 W: http://netup.tv/
7790 T: git git://linuxtv.org/media_tree.git
7791 S: Supported
7792 F: drivers/media/dvb-frontends/ascot2e*
7793
7794 MEDIA DRIVERS FOR CXD2841ER
7795 M: Sergey Kozlov <serjk@netup.ru>
7796 M: Abylay Ospan <aospan@netup.ru>
7797 L: linux-media@vger.kernel.org
7798 W: https://linuxtv.org
7799 W: http://netup.tv/
7800 T: git git://linuxtv.org/media_tree.git
7801 S: Supported
7802 F: drivers/media/dvb-frontends/cxd2841er*
7803
7804 MEDIA DRIVERS FOR HORUS3A
7805 M: Sergey Kozlov <serjk@netup.ru>
7806 M: Abylay Ospan <aospan@netup.ru>
7807 L: linux-media@vger.kernel.org
7808 W: https://linuxtv.org
7809 W: http://netup.tv/
7810 T: git git://linuxtv.org/media_tree.git
7811 S: Supported
7812 F: drivers/media/dvb-frontends/horus3a*
7813
7814 MEDIA DRIVERS FOR LNBH25
7815 M: Sergey Kozlov <serjk@netup.ru>
7816 M: Abylay Ospan <aospan@netup.ru>
7817 L: linux-media@vger.kernel.org
7818 W: https://linuxtv.org
7819 W: http://netup.tv/
7820 T: git git://linuxtv.org/media_tree.git
7821 S: Supported
7822 F: drivers/media/dvb-frontends/lnbh25*
7823
7824 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7825 M: Sergey Kozlov <serjk@netup.ru>
7826 M: Abylay Ospan <aospan@netup.ru>
7827 L: linux-media@vger.kernel.org
7828 W: https://linuxtv.org
7829 W: http://netup.tv/
7830 T: git git://linuxtv.org/media_tree.git
7831 S: Supported
7832 F: drivers/media/pci/netup_unidvb/*
7833
7834 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7835 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
7836 M: Mauro Carvalho Chehab <mchehab@kernel.org>
7837 P: LinuxTV.org Project
7838 L: linux-media@vger.kernel.org
7839 W: https://linuxtv.org
7840 Q: http://patchwork.kernel.org/project/linux-media/list/
7841 T: git git://linuxtv.org/media_tree.git
7842 S: Maintained
7843 F: Documentation/media/
7844 F: drivers/media/
7845 F: drivers/staging/media/
7846 F: include/linux/platform_data/media/
7847 F: include/media/
7848 F: include/uapi/linux/dvb/
7849 F: include/uapi/linux/videodev2.h
7850 F: include/uapi/linux/media.h
7851 F: include/uapi/linux/v4l2-*
7852 F: include/uapi/linux/meye.h
7853 F: include/uapi/linux/ivtv*
7854 F: include/uapi/linux/uvcvideo.h
7855
7856 MEDIATEK ETHERNET DRIVER
7857 M: Felix Fietkau <nbd@openwrt.org>
7858 M: John Crispin <blogic@openwrt.org>
7859 L: netdev@vger.kernel.org
7860 S: Maintained
7861 F: drivers/net/ethernet/mediatek/
7862
7863 MEDIATEK MT7601U WIRELESS LAN DRIVER
7864 M: Jakub Kicinski <kubakici@wp.pl>
7865 L: linux-wireless@vger.kernel.org
7866 S: Maintained
7867 F: drivers/net/wireless/mediatek/mt7601u/
7868
7869 MEGARAID SCSI/SAS DRIVERS
7870 M: Kashyap Desai <kashyap.desai@avagotech.com>
7871 M: Sumit Saxena <sumit.saxena@avagotech.com>
7872 M: Uday Lingala <uday.lingala@avagotech.com>
7873 L: megaraidlinux.pdl@avagotech.com
7874 L: linux-scsi@vger.kernel.org
7875 W: http://www.lsi.com
7876 S: Maintained
7877 F: Documentation/scsi/megaraid.txt
7878 F: drivers/scsi/megaraid.*
7879 F: drivers/scsi/megaraid/
7880
7881 MELFAS MIP4 TOUCHSCREEN DRIVER
7882 M: Sangwon Jee <jeesw@melfas.com>
7883 W: http://www.melfas.com
7884 S: Supported
7885 F: drivers/input/touchscreen/melfas_mip4.c
7886 F: Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
7887
7888 MELLANOX ETHERNET DRIVER (mlx4_en)
7889 M: Tariq Toukan <tariqt@mellanox.com>
7890 L: netdev@vger.kernel.org
7891 S: Supported
7892 W: http://www.mellanox.com
7893 Q: http://patchwork.ozlabs.org/project/netdev/list/
7894 F: drivers/net/ethernet/mellanox/mlx4/en_*
7895
7896 MELLANOX ETHERNET DRIVER (mlx5e)
7897 M: Saeed Mahameed <saeedm@mellanox.com>
7898 L: netdev@vger.kernel.org
7899 S: Supported
7900 W: http://www.mellanox.com
7901 Q: http://patchwork.ozlabs.org/project/netdev/list/
7902 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
7903
7904 MELLANOX ETHERNET SWITCH DRIVERS
7905 M: Jiri Pirko <jiri@mellanox.com>
7906 M: Ido Schimmel <idosch@mellanox.com>
7907 L: netdev@vger.kernel.org
7908 S: Supported
7909 W: http://www.mellanox.com
7910 Q: http://patchwork.ozlabs.org/project/netdev/list/
7911 F: drivers/net/ethernet/mellanox/mlxsw/
7912
7913 MELLANOX MLXCPLD LED DRIVER
7914 M: Vadim Pasternak <vadimp@mellanox.com>
7915 L: linux-leds@vger.kernel.org
7916 S: Supported
7917 F: drivers/leds/leds-mlxcpld.c
7918 F: Documentation/leds/leds-mlxcpld.txt
7919
7920 MELLANOX PLATFORM DRIVER
7921 M: Vadim Pasternak <vadimp@mellanox.com>
7922 L: platform-driver-x86@vger.kernel.org
7923 S: Supported
7924 F: arch/x86/platform/mellanox/mlx-platform.c
7925
7926 SOFT-ROCE DRIVER (rxe)
7927 M: Moni Shoua <monis@mellanox.com>
7928 L: linux-rdma@vger.kernel.org
7929 S: Supported
7930 W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
7931 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7932 F: drivers/infiniband/sw/rxe/
7933 F: include/uapi/rdma/rdma_user_rxe.h
7934
7935 MEMBARRIER SUPPORT
7936 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7937 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7938 L: linux-kernel@vger.kernel.org
7939 S: Supported
7940 F: kernel/membarrier.c
7941 F: include/uapi/linux/membarrier.h
7942
7943 MEMORY MANAGEMENT
7944 L: linux-mm@kvack.org
7945 W: http://www.linux-mm.org
7946 S: Maintained
7947 F: include/linux/mm.h
7948 F: include/linux/gfp.h
7949 F: include/linux/mmzone.h
7950 F: include/linux/memory_hotplug.h
7951 F: include/linux/vmalloc.h
7952 F: mm/
7953
7954 MEMORY TECHNOLOGY DEVICES (MTD)
7955 M: David Woodhouse <dwmw2@infradead.org>
7956 M: Brian Norris <computersforpeace@gmail.com>
7957 M: Boris Brezillon <boris.brezillon@free-electrons.com>
7958 M: Marek Vasut <marek.vasut@gmail.com>
7959 M: Richard Weinberger <richard@nod.at>
7960 M: Cyrille Pitchen <cyrille.pitchen@atmel.com>
7961 L: linux-mtd@lists.infradead.org
7962 W: http://www.linux-mtd.infradead.org/
7963 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7964 T: git git://git.infradead.org/linux-mtd.git
7965 T: git git://git.infradead.org/l2-mtd.git
7966 S: Maintained
7967 F: Documentation/devicetree/bindings/mtd/
7968 F: drivers/mtd/
7969 F: include/linux/mtd/
7970 F: include/uapi/mtd/
7971
7972 MEN A21 WATCHDOG DRIVER
7973 M: Johannes Thumshirn <morbidrsa@gmail.com>
7974 L: linux-watchdog@vger.kernel.org
7975 S: Maintained
7976 F: drivers/watchdog/mena21_wdt.c
7977
7978 MEN CHAMELEON BUS (mcb)
7979 M: Johannes Thumshirn <morbidrsa@gmail.com>
7980 S: Maintained
7981 F: drivers/mcb/
7982 F: include/linux/mcb.h
7983 F: Documentation/men-chameleon-bus.txt
7984
7985 MEN F21BMC (Board Management Controller)
7986 M: Andreas Werner <andreas.werner@men.de>
7987 S: Supported
7988 F: drivers/mfd/menf21bmc.c
7989 F: drivers/watchdog/menf21bmc_wdt.c
7990 F: drivers/leds/leds-menf21bmc.c
7991 F: drivers/hwmon/menf21bmc_hwmon.c
7992 F: Documentation/hwmon/menf21bmc
7993
7994 METAG ARCHITECTURE
7995 M: James Hogan <james.hogan@imgtec.com>
7996 L: linux-metag@vger.kernel.org
7997 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7998 S: Odd Fixes
7999 F: arch/metag/
8000 F: Documentation/metag/
8001 F: Documentation/devicetree/bindings/metag/
8002 F: Documentation/devicetree/bindings/interrupt-controller/img,*
8003 F: drivers/clocksource/metag_generic.c
8004 F: drivers/irqchip/irq-metag.c
8005 F: drivers/irqchip/irq-metag-ext.c
8006 F: drivers/tty/metag_da.c
8007
8008 MICROBLAZE ARCHITECTURE
8009 M: Michal Simek <monstr@monstr.eu>
8010 W: http://www.monstr.eu/fdt/
8011 T: git git://git.monstr.eu/linux-2.6-microblaze.git
8012 S: Supported
8013 F: arch/microblaze/
8014
8015 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
8016 M: Richard Genoud <richard.genoud@gmail.com>
8017 S: Maintained
8018 F: drivers/tty/serial/atmel_serial.c
8019 F: include/linux/atmel_serial.h
8020
8021 MICROCHIP / ATMEL ISC DRIVER
8022 M: Songjun Wu <songjun.wu@microchip.com>
8023 L: linux-media@vger.kernel.org
8024 S: Supported
8025 F: drivers/media/platform/atmel/atmel-isc.c
8026 F: drivers/media/platform/atmel/atmel-isc-regs.h
8027 F: devicetree/bindings/media/atmel-isc.txt
8028
8029 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8030 M: Chen Yu <yu.c.chen@intel.com>
8031 L: platform-driver-x86@vger.kernel.org
8032 S: Supported
8033 F: drivers/platform/x86/surfacepro3_button.c
8034
8035 MICROTEK X6 SCANNER
8036 M: Oliver Neukum <oliver@neukum.org>
8037 S: Maintained
8038 F: drivers/usb/image/microtek.*
8039
8040 MIPS
8041 M: Ralf Baechle <ralf@linux-mips.org>
8042 L: linux-mips@linux-mips.org
8043 W: http://www.linux-mips.org/
8044 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
8045 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
8046 S: Supported
8047 F: Documentation/devicetree/bindings/mips/
8048 F: Documentation/mips/
8049 F: arch/mips/
8050
8051 MIPS/LOONGSON1 ARCHITECTURE
8052 M: Keguang Zhang <keguang.zhang@gmail.com>
8053 L: linux-mips@linux-mips.org
8054 S: Maintained
8055 F: arch/mips/loongson32/
8056 F: arch/mips/include/asm/mach-loongson32/
8057 F: drivers/*/*loongson1*
8058 F: drivers/*/*/*loongson1*
8059
8060 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8061 M: Hans Verkuil <hverkuil@xs4all.nl>
8062 L: linux-media@vger.kernel.org
8063 T: git git://linuxtv.org/media_tree.git
8064 W: https://linuxtv.org
8065 S: Odd Fixes
8066 F: drivers/media/radio/radio-miropcm20*
8067
8068 MELLANOX MLX4 core VPI driver
8069 M: Yishai Hadas <yishaih@mellanox.com>
8070 L: netdev@vger.kernel.org
8071 L: linux-rdma@vger.kernel.org
8072 W: http://www.mellanox.com
8073 Q: http://patchwork.ozlabs.org/project/netdev/list/
8074 S: Supported
8075 F: drivers/net/ethernet/mellanox/mlx4/
8076 F: include/linux/mlx4/
8077 F: include/uapi/rdma/mlx4-abi.h
8078
8079 MELLANOX MLX4 IB driver
8080 M: Yishai Hadas <yishaih@mellanox.com>
8081 L: linux-rdma@vger.kernel.org
8082 W: http://www.mellanox.com
8083 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8084 S: Supported
8085 F: drivers/infiniband/hw/mlx4/
8086 F: include/linux/mlx4/
8087
8088 MELLANOX MLX5 core VPI driver
8089 M: Saeed Mahameed <saeedm@mellanox.com>
8090 M: Matan Barak <matanb@mellanox.com>
8091 M: Leon Romanovsky <leonro@mellanox.com>
8092 L: netdev@vger.kernel.org
8093 L: linux-rdma@vger.kernel.org
8094 W: http://www.mellanox.com
8095 Q: http://patchwork.ozlabs.org/project/netdev/list/
8096 S: Supported
8097 F: drivers/net/ethernet/mellanox/mlx5/core/
8098 F: include/linux/mlx5/
8099 F: include/uapi/rdma/mlx5-abi.h
8100
8101 MELLANOX MLX5 IB driver
8102 M: Matan Barak <matanb@mellanox.com>
8103 M: Leon Romanovsky <leonro@mellanox.com>
8104 L: linux-rdma@vger.kernel.org
8105 W: http://www.mellanox.com
8106 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8107 S: Supported
8108 F: drivers/infiniband/hw/mlx5/
8109 F: include/linux/mlx5/
8110
8111 MELEXIS MLX90614 DRIVER
8112 M: Crt Mori <cmo@melexis.com>
8113 L: linux-iio@vger.kernel.org
8114 W: http://www.melexis.com
8115 S: Supported
8116 F: drivers/iio/temperature/mlx90614.c
8117
8118 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8119 M: Don Brace <don.brace@microsemi.com>
8120 L: esc.storagedev@microsemi.com
8121 L: linux-scsi@vger.kernel.org
8122 S: Supported
8123 F: drivers/scsi/smartpqi/smartpqi*.[ch]
8124 F: drivers/scsi/smartpqi/Kconfig
8125 F: drivers/scsi/smartpqi/Makefile
8126 F: include/linux/cciss*.h
8127 F: include/uapi/linux/cciss*.h
8128 F: Documentation/scsi/smartpqi.txt
8129
8130 MN88472 MEDIA DRIVER
8131 M: Antti Palosaari <crope@iki.fi>
8132 L: linux-media@vger.kernel.org
8133 W: https://linuxtv.org
8134 W: http://palosaari.fi/linux/
8135 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8136 S: Maintained
8137 F: drivers/media/dvb-frontends/mn88472*
8138
8139 MN88473 MEDIA DRIVER
8140 M: Antti Palosaari <crope@iki.fi>
8141 L: linux-media@vger.kernel.org
8142 W: https://linuxtv.org
8143 W: http://palosaari.fi/linux/
8144 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8145 S: Maintained
8146 F: drivers/media/dvb-frontends/mn88473*
8147
8148 MODULE SUPPORT
8149 M: Jessica Yu <jeyu@redhat.com>
8150 M: Rusty Russell <rusty@rustcorp.com.au>
8151 S: Maintained
8152 F: include/linux/module.h
8153 F: kernel/module.c
8154
8155 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8156 W: http://popies.net/meye/
8157 S: Orphan
8158 F: Documentation/media/v4l-drivers/meye*
8159 F: drivers/media/pci/meye/
8160 F: include/uapi/linux/meye.h
8161
8162 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8163 M: Jiri Slaby <jirislaby@gmail.com>
8164 S: Maintained
8165 F: Documentation/serial/moxa-smartio
8166 F: drivers/tty/mxser.*
8167
8168 MR800 AVERMEDIA USB FM RADIO DRIVER
8169 M: Alexey Klimov <klimov.linux@gmail.com>
8170 L: linux-media@vger.kernel.org
8171 T: git git://linuxtv.org/media_tree.git
8172 S: Maintained
8173 F: drivers/media/radio/radio-mr800.c
8174
8175 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8176 M: Alan Ott <alan@signal11.us>
8177 L: linux-wpan@vger.kernel.org
8178 S: Maintained
8179 F: drivers/net/ieee802154/mrf24j40.c
8180 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8181
8182 MSI LAPTOP SUPPORT
8183 M: "Lee, Chun-Yi" <jlee@suse.com>
8184 L: platform-driver-x86@vger.kernel.org
8185 S: Maintained
8186 F: drivers/platform/x86/msi-laptop.c
8187
8188 MSI WMI SUPPORT
8189 L: platform-driver-x86@vger.kernel.org
8190 S: Orphan
8191 F: drivers/platform/x86/msi-wmi.c
8192
8193 MSI001 MEDIA DRIVER
8194 M: Antti Palosaari <crope@iki.fi>
8195 L: linux-media@vger.kernel.org
8196 W: https://linuxtv.org
8197 W: http://palosaari.fi/linux/
8198 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8199 T: git git://linuxtv.org/anttip/media_tree.git
8200 S: Maintained
8201 F: drivers/media/tuners/msi001*
8202
8203 MSI2500 MEDIA DRIVER
8204 M: Antti Palosaari <crope@iki.fi>
8205 L: linux-media@vger.kernel.org
8206 W: https://linuxtv.org
8207 W: http://palosaari.fi/linux/
8208 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8209 T: git git://linuxtv.org/anttip/media_tree.git
8210 S: Maintained
8211 F: drivers/media/usb/msi2500/
8212
8213 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8214 M: Robert Jarzmik <robert.jarzmik@free.fr>
8215 L: linux-mtd@lists.infradead.org
8216 S: Maintained
8217 F: drivers/mtd/devices/docg3*
8218
8219 MT9M032 APTINA SENSOR DRIVER
8220 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8221 L: linux-media@vger.kernel.org
8222 T: git git://linuxtv.org/media_tree.git
8223 S: Maintained
8224 F: drivers/media/i2c/mt9m032.c
8225 F: include/media/i2c/mt9m032.h
8226
8227 MT9P031 APTINA CAMERA SENSOR
8228 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8229 L: linux-media@vger.kernel.org
8230 T: git git://linuxtv.org/media_tree.git
8231 S: Maintained
8232 F: drivers/media/i2c/mt9p031.c
8233 F: include/media/i2c/mt9p031.h
8234
8235 MT9T001 APTINA CAMERA SENSOR
8236 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8237 L: linux-media@vger.kernel.org
8238 T: git git://linuxtv.org/media_tree.git
8239 S: Maintained
8240 F: drivers/media/i2c/mt9t001.c
8241 F: include/media/i2c/mt9t001.h
8242
8243 MT9V032 APTINA CAMERA SENSOR
8244 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8245 L: linux-media@vger.kernel.org
8246 T: git git://linuxtv.org/media_tree.git
8247 S: Maintained
8248 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8249 F: drivers/media/i2c/mt9v032.c
8250 F: include/media/i2c/mt9v032.h
8251
8252 MULTIFUNCTION DEVICES (MFD)
8253 M: Lee Jones <lee.jones@linaro.org>
8254 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8255 S: Supported
8256 F: Documentation/devicetree/bindings/mfd/
8257 F: drivers/mfd/
8258 F: include/linux/mfd/
8259
8260 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8261 M: Ulf Hansson <ulf.hansson@linaro.org>
8262 L: linux-mmc@vger.kernel.org
8263 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8264 S: Maintained
8265 F: Documentation/devicetree/bindings/mmc/
8266 F: drivers/mmc/
8267 F: include/linux/mmc/
8268 F: include/uapi/linux/mmc/
8269
8270 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8271 S: Orphan
8272 F: drivers/mmc/host/mmc_spi.c
8273 F: include/linux/spi/mmc_spi.h
8274
8275 MULTISOUND SOUND DRIVER
8276 M: Andrew Veliath <andrewtv@usa.net>
8277 S: Maintained
8278 F: Documentation/sound/oss/MultiSound
8279 F: sound/oss/msnd*
8280
8281 MULTITECH MULTIPORT CARD (ISICOM)
8282 S: Orphan
8283 F: drivers/tty/isicom.c
8284 F: include/linux/isicom.h
8285
8286 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8287 M: Bin Liu <b-liu@ti.com>
8288 L: linux-usb@vger.kernel.org
8289 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8290 S: Maintained
8291 F: drivers/usb/musb/
8292
8293 MXL5007T MEDIA DRIVER
8294 M: Michael Krufky <mkrufky@linuxtv.org>
8295 L: linux-media@vger.kernel.org
8296 W: https://linuxtv.org
8297 W: http://github.com/mkrufky
8298 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8299 T: git git://linuxtv.org/mkrufky/tuners.git
8300 S: Maintained
8301 F: drivers/media/tuners/mxl5007t.*
8302
8303 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8304 M: Hyong-Youb Kim <hykim@myri.com>
8305 L: netdev@vger.kernel.org
8306 W: https://www.myricom.com/support/downloads/myri10ge.html
8307 S: Supported
8308 F: drivers/net/ethernet/myricom/myri10ge/
8309
8310 NAND FLASH SUBSYSTEM
8311 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8312 R: Richard Weinberger <richard@nod.at>
8313 L: linux-mtd@lists.infradead.org
8314 W: http://www.linux-mtd.infradead.org/
8315 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8316 T: git git://github.com/linux-nand/linux.git
8317 S: Maintained
8318 F: drivers/mtd/nand/
8319 F: include/linux/mtd/nand*.h
8320
8321 NATSEMI ETHERNET DRIVER (DP8381x)
8322 S: Orphan
8323 F: drivers/net/ethernet/natsemi/natsemi.c
8324
8325 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8326 M: Daniel Mack <zonque@gmail.com>
8327 S: Maintained
8328 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8329 W: http://www.native-instruments.com
8330 F: sound/usb/caiaq/
8331
8332 NCP FILESYSTEM
8333 M: Petr Vandrovec <petr@vandrovec.name>
8334 S: Odd Fixes
8335 F: fs/ncpfs/
8336
8337 NCR 5380 SCSI DRIVERS
8338 M: Finn Thain <fthain@telegraphics.com.au>
8339 M: Michael Schmitz <schmitzmic@gmail.com>
8340 L: linux-scsi@vger.kernel.org
8341 S: Maintained
8342 F: Documentation/scsi/g_NCR5380.txt
8343 F: drivers/scsi/NCR5380.*
8344 F: drivers/scsi/arm/cumana_1.c
8345 F: drivers/scsi/arm/oak.c
8346 F: drivers/scsi/atari_scsi.*
8347 F: drivers/scsi/dmx3191d.c
8348 F: drivers/scsi/g_NCR5380.*
8349 F: drivers/scsi/g_NCR5380_mmio.c
8350 F: drivers/scsi/mac_scsi.*
8351 F: drivers/scsi/sun3_scsi.*
8352 F: drivers/scsi/sun3_scsi_vme.c
8353
8354 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8355 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8356 L: linux-scsi@vger.kernel.org
8357 S: Maintained
8358 F: drivers/scsi/NCR_D700.*
8359
8360 NCT6775 HARDWARE MONITOR DRIVER
8361 M: Guenter Roeck <linux@roeck-us.net>
8362 L: linux-hwmon@vger.kernel.org
8363 S: Maintained
8364 F: Documentation/hwmon/nct6775
8365 F: drivers/hwmon/nct6775.c
8366
8367 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8368 M: Faisal Latif <faisal.latif@intel.com>
8369 L: linux-rdma@vger.kernel.org
8370 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8371 S: Supported
8372 F: drivers/infiniband/hw/nes/
8373 F: include/uapi/rdma/nes-abi.h
8374
8375 NETEM NETWORK EMULATOR
8376 M: Stephen Hemminger <stephen@networkplumber.org>
8377 L: netem@lists.linux-foundation.org (moderated for non-subscribers)
8378 S: Maintained
8379 F: net/sched/sch_netem.c
8380
8381 NETERION 10GbE DRIVERS (s2io/vxge)
8382 M: Jon Mason <jdmason@kudzu.us>
8383 L: netdev@vger.kernel.org
8384 S: Supported
8385 F: Documentation/networking/s2io.txt
8386 F: Documentation/networking/vxge.txt
8387 F: drivers/net/ethernet/neterion/
8388
8389 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8390 M: Pablo Neira Ayuso <pablo@netfilter.org>
8391 M: Patrick McHardy <kaber@trash.net>
8392 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8393 L: netfilter-devel@vger.kernel.org
8394 L: coreteam@netfilter.org
8395 W: http://www.netfilter.org/
8396 W: http://www.iptables.org/
8397 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
8398 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8399 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8400 S: Supported
8401 F: include/linux/netfilter*
8402 F: include/linux/netfilter/
8403 F: include/net/netfilter/
8404 F: include/uapi/linux/netfilter*
8405 F: include/uapi/linux/netfilter/
8406 F: net/*/netfilter.c
8407 F: net/*/netfilter/
8408 F: net/netfilter/
8409 F: net/bridge/br_netfilter*.c
8410
8411 NETLABEL
8412 M: Paul Moore <paul@paul-moore.com>
8413 W: http://netlabel.sf.net
8414 L: netdev@vger.kernel.org
8415 S: Maintained
8416 F: Documentation/netlabel/
8417 F: include/net/netlabel.h
8418 F: net/netlabel/
8419
8420 NETROM NETWORK LAYER
8421 M: Ralf Baechle <ralf@linux-mips.org>
8422 L: linux-hams@vger.kernel.org
8423 W: http://www.linux-ax25.org/
8424 S: Maintained
8425 F: include/net/netrom.h
8426 F: include/uapi/linux/netrom.h
8427 F: net/netrom/
8428
8429 NETRONOME ETHERNET DRIVERS
8430 M: Jakub Kicinski <jakub.kicinski@netronome.com>
8431 L: oss-drivers@netronome.com
8432 S: Maintained
8433 F: drivers/net/ethernet/netronome/
8434
8435 NETWORK BLOCK DEVICE (NBD)
8436 M: Markus Pargmann <mpa@pengutronix.de>
8437 S: Maintained
8438 L: nbd-general@lists.sourceforge.net
8439 T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
8440 F: Documentation/blockdev/nbd.txt
8441 F: drivers/block/nbd.c
8442 F: include/uapi/linux/nbd.h
8443
8444 NETWORK DROP MONITOR
8445 M: Neil Horman <nhorman@tuxdriver.com>
8446 L: netdev@vger.kernel.org
8447 S: Maintained
8448 W: https://fedorahosted.org/dropwatch/
8449 F: net/core/drop_monitor.c
8450
8451 NETWORKING [DSA]
8452 M: Andrew Lunn <andrew@lunn.ch>
8453 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8454 M: Florian Fainelli <f.fainelli@gmail.com>
8455 S: Maintained
8456 F: net/dsa/
8457 F: include/net/dsa.h
8458 F: drivers/net/dsa/
8459
8460 NETWORKING [GENERAL]
8461 M: "David S. Miller" <davem@davemloft.net>
8462 L: netdev@vger.kernel.org
8463 W: http://www.linuxfoundation.org/en/Net
8464 Q: http://patchwork.ozlabs.org/project/netdev/list/
8465 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8466 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8467 S: Maintained
8468 F: net/
8469 F: include/net/
8470 F: include/linux/in.h
8471 F: include/linux/net.h
8472 F: include/linux/netdevice.h
8473 F: include/uapi/linux/in.h
8474 F: include/uapi/linux/net.h
8475 F: include/uapi/linux/netdevice.h
8476 F: include/uapi/linux/net_namespace.h
8477 F: tools/net/
8478 F: tools/testing/selftests/net/
8479 F: lib/random32.c
8480
8481 NETWORKING [IPv4/IPv6]
8482 M: "David S. Miller" <davem@davemloft.net>
8483 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8484 M: James Morris <jmorris@namei.org>
8485 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8486 M: Patrick McHardy <kaber@trash.net>
8487 L: netdev@vger.kernel.org
8488 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8489 S: Maintained
8490 F: net/ipv4/
8491 F: net/ipv6/
8492 F: include/net/ip*
8493 F: arch/x86/net/*
8494
8495 NETWORKING [IPSEC]
8496 M: Steffen Klassert <steffen.klassert@secunet.com>
8497 M: Herbert Xu <herbert@gondor.apana.org.au>
8498 M: "David S. Miller" <davem@davemloft.net>
8499 L: netdev@vger.kernel.org
8500 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8501 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8502 S: Maintained
8503 F: net/core/flow.c
8504 F: net/xfrm/
8505 F: net/key/
8506 F: net/ipv4/xfrm*
8507 F: net/ipv4/esp4.c
8508 F: net/ipv4/ah4.c
8509 F: net/ipv4/ipcomp.c
8510 F: net/ipv4/ip_vti.c
8511 F: net/ipv6/xfrm*
8512 F: net/ipv6/esp6.c
8513 F: net/ipv6/ah6.c
8514 F: net/ipv6/ipcomp6.c
8515 F: net/ipv6/ip6_vti.c
8516 F: include/uapi/linux/xfrm.h
8517 F: include/net/xfrm.h
8518
8519 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8520 M: Paul Moore <paul@paul-moore.com>
8521 L: netdev@vger.kernel.org
8522 S: Maintained
8523
8524 NETWORKING [WIRELESS]
8525 L: linux-wireless@vger.kernel.org
8526 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8527
8528 NETWORKING DRIVERS
8529 L: netdev@vger.kernel.org
8530 W: http://www.linuxfoundation.org/en/Net
8531 Q: http://patchwork.ozlabs.org/project/netdev/list/
8532 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8533 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8534 S: Odd Fixes
8535 F: Documentation/devicetree/bindings/net/
8536 F: drivers/net/
8537 F: include/linux/if_*
8538 F: include/linux/netdevice.h
8539 F: include/linux/etherdevice.h
8540 F: include/linux/fcdevice.h
8541 F: include/linux/fddidevice.h
8542 F: include/linux/hippidevice.h
8543 F: include/linux/inetdevice.h
8544 F: include/uapi/linux/if_*
8545 F: include/uapi/linux/netdevice.h
8546
8547 NETWORKING DRIVERS (WIRELESS)
8548 M: Kalle Valo <kvalo@codeaurora.org>
8549 L: linux-wireless@vger.kernel.org
8550 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8551 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8552 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8553 S: Maintained
8554 F: Documentation/devicetree/bindings/net/wireless/
8555 F: drivers/net/wireless/
8556
8557 NETXEN (1/10) GbE SUPPORT
8558 M: Manish Chopra <manish.chopra@cavium.com>
8559 M: Rahul Verma <rahul.verma@cavium.com>
8560 M: Dept-GELinuxNICDev@cavium.com
8561 L: netdev@vger.kernel.org
8562 S: Supported
8563 F: drivers/net/ethernet/qlogic/netxen/
8564
8565 NFC SUBSYSTEM
8566 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8567 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8568 M: Samuel Ortiz <sameo@linux.intel.com>
8569 L: linux-wireless@vger.kernel.org
8570 L: linux-nfc@lists.01.org (subscribers-only)
8571 S: Supported
8572 F: net/nfc/
8573 F: include/net/nfc/
8574 F: include/uapi/linux/nfc.h
8575 F: drivers/nfc/
8576 F: include/linux/platform_data/nfcmrvl.h
8577 F: include/linux/platform_data/nxp-nci.h
8578 F: include/linux/platform_data/pn544.h
8579 F: include/linux/platform_data/st21nfca.h
8580 F: include/linux/platform_data/st-nci.h
8581 F: Documentation/devicetree/bindings/net/nfc/
8582
8583 NFS, SUNRPC, AND LOCKD CLIENTS
8584 M: Trond Myklebust <trond.myklebust@primarydata.com>
8585 M: Anna Schumaker <anna.schumaker@netapp.com>
8586 L: linux-nfs@vger.kernel.org
8587 W: http://client.linux-nfs.org
8588 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8589 S: Maintained
8590 F: fs/lockd/
8591 F: fs/nfs/
8592 F: fs/nfs_common/
8593 F: net/sunrpc/
8594 F: include/linux/lockd/
8595 F: include/linux/nfs*
8596 F: include/linux/sunrpc/
8597 F: include/uapi/linux/nfs*
8598 F: include/uapi/linux/sunrpc/
8599
8600 NILFS2 FILESYSTEM
8601 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8602 L: linux-nilfs@vger.kernel.org
8603 W: http://nilfs.sourceforge.net/
8604 W: http://nilfs.osdn.jp/
8605 T: git git://github.com/konis/nilfs2.git
8606 S: Supported
8607 F: Documentation/filesystems/nilfs2.txt
8608 F: fs/nilfs2/
8609 F: include/trace/events/nilfs2.h
8610 F: include/uapi/linux/nilfs2_api.h
8611 F: include/uapi/linux/nilfs2_ondisk.h
8612
8613 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8614 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8615 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8616 S: Maintained
8617 F: Documentation/scsi/NinjaSCSI.txt
8618 F: drivers/scsi/pcmcia/nsp_*
8619
8620 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8621 M: GOTO Masanori <gotom@debian.or.jp>
8622 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8623 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8624 S: Maintained
8625 F: Documentation/scsi/NinjaSCSI.txt
8626 F: drivers/scsi/nsp32*
8627
8628 NIOS2 ARCHITECTURE
8629 M: Ley Foon Tan <lftan@altera.com>
8630 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8631 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8632 S: Maintained
8633 F: arch/nios2/
8634
8635 NOKIA N900 POWER SUPPLY DRIVERS
8636 R: Pali Rohár <pali.rohar@gmail.com>
8637 F: include/linux/power/bq2415x_charger.h
8638 F: include/linux/power/bq27xxx_battery.h
8639 F: include/linux/power/isp1704_charger.h
8640 F: drivers/power/supply/bq2415x_charger.c
8641 F: drivers/power/supply/bq27xxx_battery.c
8642 F: drivers/power/supply/bq27xxx_battery_i2c.c
8643 F: drivers/power/supply/isp1704_charger.c
8644 F: drivers/power/supply/rx51_battery.c
8645
8646 NTB DRIVER CORE
8647 M: Jon Mason <jdmason@kudzu.us>
8648 M: Dave Jiang <dave.jiang@intel.com>
8649 M: Allen Hubbe <Allen.Hubbe@emc.com>
8650 L: linux-ntb@googlegroups.com
8651 S: Supported
8652 W: https://github.com/jonmason/ntb/wiki
8653 T: git git://github.com/jonmason/ntb.git
8654 F: drivers/ntb/
8655 F: drivers/net/ntb_netdev.c
8656 F: include/linux/ntb.h
8657 F: include/linux/ntb_transport.h
8658 F: tools/testing/selftests/ntb/
8659
8660 NTB INTEL DRIVER
8661 M: Jon Mason <jdmason@kudzu.us>
8662 M: Dave Jiang <dave.jiang@intel.com>
8663 L: linux-ntb@googlegroups.com
8664 S: Supported
8665 W: https://github.com/jonmason/ntb/wiki
8666 T: git git://github.com/jonmason/ntb.git
8667 F: drivers/ntb/hw/intel/
8668
8669 NTB AMD DRIVER
8670 M: Xiangliang Yu <Xiangliang.Yu@amd.com>
8671 L: linux-ntb@googlegroups.com
8672 S: Supported
8673 F: drivers/ntb/hw/amd/
8674
8675 NTFS FILESYSTEM
8676 M: Anton Altaparmakov <anton@tuxera.com>
8677 L: linux-ntfs-dev@lists.sourceforge.net
8678 W: http://www.tuxera.com/
8679 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8680 S: Supported
8681 F: Documentation/filesystems/ntfs.txt
8682 F: fs/ntfs/
8683
8684 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8685 M: Antonino Daplas <adaplas@gmail.com>
8686 L: linux-fbdev@vger.kernel.org
8687 S: Maintained
8688 F: drivers/video/fbdev/riva/
8689 F: drivers/video/fbdev/nvidia/
8690
8691 NVM EXPRESS DRIVER
8692 M: Keith Busch <keith.busch@intel.com>
8693 M: Jens Axboe <axboe@fb.com>
8694 L: linux-nvme@lists.infradead.org
8695 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8696 W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8697 S: Supported
8698 F: drivers/nvme/host/
8699 F: include/linux/nvme.h
8700
8701 NVM EXPRESS TARGET DRIVER
8702 M: Christoph Hellwig <hch@lst.de>
8703 M: Sagi Grimberg <sagi@grimberg.me>
8704 L: linux-nvme@lists.infradead.org
8705 S: Supported
8706 F: drivers/nvme/target/
8707
8708 NVMEM FRAMEWORK
8709 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8710 M: Maxime Ripard <maxime.ripard@free-electrons.com>
8711 S: Maintained
8712 F: drivers/nvmem/
8713 F: Documentation/devicetree/bindings/nvmem/
8714 F: include/linux/nvmem-consumer.h
8715 F: include/linux/nvmem-provider.h
8716
8717 NXP-NCI NFC DRIVER
8718 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
8719 R: Charles Gorand <charles.gorand@effinnov.com>
8720 L: linux-nfc@lists.01.org (moderated for non-subscribers)
8721 S: Supported
8722 F: drivers/nfc/nxp-nci
8723
8724 NXP TDA998X DRM DRIVER
8725 M: Russell King <rmk+kernel@armlinux.org.uk>
8726 S: Supported
8727 F: drivers/gpu/drm/i2c/tda998x_drv.c
8728 F: include/drm/i2c/tda998x.h
8729
8730 NXP TFA9879 DRIVER
8731 M: Peter Rosin <peda@axentia.se>
8732 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8733 S: Maintained
8734 F: sound/soc/codecs/tfa9879*
8735
8736 OBJTOOL
8737 M: Josh Poimboeuf <jpoimboe@redhat.com>
8738 S: Supported
8739 F: tools/objtool/
8740
8741 OMAP SUPPORT
8742 M: Tony Lindgren <tony@atomide.com>
8743 L: linux-omap@vger.kernel.org
8744 W: http://www.muru.com/linux/omap/
8745 W: http://linux.omap.com/
8746 Q: http://patchwork.kernel.org/project/linux-omap/list/
8747 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8748 S: Maintained
8749 F: arch/arm/*omap*/
8750 F: arch/arm/configs/omap1_defconfig
8751 F: arch/arm/configs/omap2plus_defconfig
8752 F: drivers/i2c/busses/i2c-omap.c
8753 F: drivers/irqchip/irq-omap-intc.c
8754 F: drivers/mfd/*omap*.c
8755 F: drivers/mfd/menelaus.c
8756 F: drivers/mfd/palmas.c
8757 F: drivers/mfd/tps65217.c
8758 F: drivers/mfd/tps65218.c
8759 F: drivers/mfd/tps65910.c
8760 F: drivers/mfd/twl-core.[ch]
8761 F: drivers/mfd/twl4030*.c
8762 F: drivers/mfd/twl6030*.c
8763 F: drivers/mfd/twl6040*.c
8764 F: drivers/regulator/palmas-regulator*.c
8765 F: drivers/regulator/pbias-regulator.c
8766 F: drivers/regulator/tps65217-regulator.c
8767 F: drivers/regulator/tps65218-regulator.c
8768 F: drivers/regulator/tps65910-regulator.c
8769 F: drivers/regulator/twl-regulator.c
8770 F: include/linux/i2c-omap.h
8771
8772 OMAP DEVICE TREE SUPPORT
8773 M: Benoît Cousson <bcousson@baylibre.com>
8774 M: Tony Lindgren <tony@atomide.com>
8775 L: linux-omap@vger.kernel.org
8776 L: devicetree@vger.kernel.org
8777 S: Maintained
8778 F: arch/arm/boot/dts/*omap*
8779 F: arch/arm/boot/dts/*am3*
8780 F: arch/arm/boot/dts/*am4*
8781 F: arch/arm/boot/dts/*am5*
8782 F: arch/arm/boot/dts/*dra7*
8783
8784 OMAP CLOCK FRAMEWORK SUPPORT
8785 M: Paul Walmsley <paul@pwsan.com>
8786 L: linux-omap@vger.kernel.org
8787 S: Maintained
8788 F: arch/arm/*omap*/*clock*
8789
8790 OMAP POWER MANAGEMENT SUPPORT
8791 M: Kevin Hilman <khilman@kernel.org>
8792 L: linux-omap@vger.kernel.org
8793 S: Maintained
8794 F: arch/arm/*omap*/*pm*
8795 F: drivers/cpufreq/omap-cpufreq.c
8796
8797 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8798 M: Rajendra Nayak <rnayak@codeaurora.org>
8799 M: Paul Walmsley <paul@pwsan.com>
8800 L: linux-omap@vger.kernel.org
8801 S: Maintained
8802 F: arch/arm/mach-omap2/prm*
8803
8804 OMAP AUDIO SUPPORT
8805 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
8806 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
8807 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8808 L: linux-omap@vger.kernel.org
8809 S: Maintained
8810 F: sound/soc/omap/
8811
8812 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8813 M: Roger Quadros <rogerq@ti.com>
8814 M: Tony Lindgren <tony@atomide.com>
8815 L: linux-omap@vger.kernel.org
8816 S: Maintained
8817 F: drivers/memory/omap-gpmc.c
8818 F: arch/arm/mach-omap2/*gpmc*
8819
8820 OMAP FRAMEBUFFER SUPPORT
8821 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8822 L: linux-fbdev@vger.kernel.org
8823 L: linux-omap@vger.kernel.org
8824 S: Maintained
8825 F: drivers/video/fbdev/omap/
8826
8827 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8828 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8829 L: linux-omap@vger.kernel.org
8830 L: linux-fbdev@vger.kernel.org
8831 S: Maintained
8832 F: drivers/video/fbdev/omap2/
8833 F: Documentation/arm/OMAP/DSS
8834
8835 OMAP HARDWARE SPINLOCK SUPPORT
8836 M: Ohad Ben-Cohen <ohad@wizery.com>
8837 L: linux-omap@vger.kernel.org
8838 S: Maintained
8839 F: drivers/hwspinlock/omap_hwspinlock.c
8840
8841 OMAP MMC SUPPORT
8842 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
8843 L: linux-omap@vger.kernel.org
8844 S: Maintained
8845 F: drivers/mmc/host/omap.c
8846
8847 OMAP HS MMC SUPPORT
8848 L: linux-mmc@vger.kernel.org
8849 L: linux-omap@vger.kernel.org
8850 S: Orphan
8851 F: drivers/mmc/host/omap_hsmmc.c
8852
8853 OMAP RANDOM NUMBER GENERATOR SUPPORT
8854 M: Deepak Saxena <dsaxena@plexity.net>
8855 S: Maintained
8856 F: drivers/char/hw_random/omap-rng.c
8857
8858 OMAP HWMOD SUPPORT
8859 M: Benoît Cousson <bcousson@baylibre.com>
8860 M: Paul Walmsley <paul@pwsan.com>
8861 L: linux-omap@vger.kernel.org
8862 S: Maintained
8863 F: arch/arm/mach-omap2/omap_hwmod.*
8864
8865 OMAP HWMOD DATA
8866 M: Paul Walmsley <paul@pwsan.com>
8867 L: linux-omap@vger.kernel.org
8868 S: Maintained
8869 F: arch/arm/mach-omap2/omap_hwmod*data*
8870
8871 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8872 M: Benoît Cousson <bcousson@baylibre.com>
8873 L: linux-omap@vger.kernel.org
8874 S: Maintained
8875 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8876
8877 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8878 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8879 L: linux-media@vger.kernel.org
8880 S: Maintained
8881 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
8882 F: drivers/media/platform/omap3isp/
8883 F: drivers/staging/media/omap4iss/
8884
8885 OMAP USB SUPPORT
8886 L: linux-usb@vger.kernel.org
8887 L: linux-omap@vger.kernel.org
8888 S: Orphan
8889 F: drivers/usb/*/*omap*
8890 F: arch/arm/*omap*/usb*
8891
8892 OMAP GPIO DRIVER
8893 M: Grygorii Strashko <grygorii.strashko@ti.com>
8894 M: Santosh Shilimkar <ssantosh@kernel.org>
8895 M: Kevin Hilman <khilman@kernel.org>
8896 L: linux-omap@vger.kernel.org
8897 S: Maintained
8898 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
8899 F: drivers/gpio/gpio-omap.c
8900
8901 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8902 M: Mark Jackson <mpfj@newflow.co.uk>
8903 L: linux-omap@vger.kernel.org
8904 S: Maintained
8905 F: arch/arm/boot/dts/am335x-nano.dts
8906
8907 OMFS FILESYSTEM
8908 M: Bob Copeland <me@bobcopeland.com>
8909 L: linux-karma-devel@lists.sourceforge.net
8910 S: Maintained
8911 F: Documentation/filesystems/omfs.txt
8912 F: fs/omfs/
8913
8914 OMNIKEY CARDMAN 4000 DRIVER
8915 M: Harald Welte <laforge@gnumonks.org>
8916 S: Maintained
8917 F: drivers/char/pcmcia/cm4000_cs.c
8918 F: include/linux/cm4000_cs.h
8919 F: include/uapi/linux/cm4000_cs.h
8920
8921 OMNIKEY CARDMAN 4040 DRIVER
8922 M: Harald Welte <laforge@gnumonks.org>
8923 S: Maintained
8924 F: drivers/char/pcmcia/cm4040_cs.*
8925
8926 OMNIVISION OV7670 SENSOR DRIVER
8927 M: Jonathan Corbet <corbet@lwn.net>
8928 L: linux-media@vger.kernel.org
8929 T: git git://linuxtv.org/media_tree.git
8930 S: Maintained
8931 F: drivers/media/i2c/ov7670.c
8932
8933 ONENAND FLASH DRIVER
8934 M: Kyungmin Park <kyungmin.park@samsung.com>
8935 L: linux-mtd@lists.infradead.org
8936 S: Maintained
8937 F: drivers/mtd/onenand/
8938 F: include/linux/mtd/onenand*.h
8939
8940 ONSTREAM SCSI TAPE DRIVER
8941 M: Willem Riede <osst@riede.org>
8942 L: osst-users@lists.sourceforge.net
8943 L: linux-scsi@vger.kernel.org
8944 S: Maintained
8945 F: Documentation/scsi/osst.txt
8946 F: drivers/scsi/osst.*
8947 F: drivers/scsi/osst_*.h
8948 F: drivers/scsi/st.h
8949
8950 OPENCORES I2C BUS DRIVER
8951 M: Peter Korsgaard <jacmet@sunsite.dk>
8952 L: linux-i2c@vger.kernel.org
8953 S: Maintained
8954 F: Documentation/i2c/busses/i2c-ocores
8955 F: drivers/i2c/busses/i2c-ocores.c
8956
8957 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8958 M: Rob Herring <robh+dt@kernel.org>
8959 M: Frank Rowand <frowand.list@gmail.com>
8960 L: devicetree@vger.kernel.org
8961 W: http://www.devicetree.org/
8962 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8963 S: Maintained
8964 F: drivers/of/
8965 F: include/linux/of*.h
8966 F: scripts/dtc/
8967
8968 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8969 M: Rob Herring <robh+dt@kernel.org>
8970 M: Mark Rutland <mark.rutland@arm.com>
8971 L: devicetree@vger.kernel.org
8972 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8973 Q: http://patchwork.ozlabs.org/project/devicetree-bindings/list/
8974 S: Maintained
8975 F: Documentation/devicetree/
8976 F: arch/*/boot/dts/
8977 F: include/dt-bindings/
8978
8979 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8980 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8981 L: devicetree@vger.kernel.org
8982 S: Maintained
8983 F: Documentation/devicetree/dynamic-resolution-notes.txt
8984 F: Documentation/devicetree/overlay-notes.txt
8985 F: drivers/of/overlay.c
8986 F: drivers/of/resolver.c
8987
8988 OPENRISC ARCHITECTURE
8989 M: Jonas Bonn <jonas@southpole.se>
8990 M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
8991 M: Stafford Horne <shorne@gmail.com>
8992 L: openrisc@lists.librecores.org
8993 W: http://openrisc.io
8994 S: Maintained
8995 F: arch/openrisc/
8996
8997 OPENVSWITCH
8998 M: Pravin Shelar <pshelar@nicira.com>
8999 L: netdev@vger.kernel.org
9000 L: dev@openvswitch.org
9001 W: http://openvswitch.org
9002 S: Maintained
9003 F: net/openvswitch/
9004 F: include/uapi/linux/openvswitch.h
9005
9006 OPERATING PERFORMANCE POINTS (OPP)
9007 M: Viresh Kumar <vireshk@kernel.org>
9008 M: Nishanth Menon <nm@ti.com>
9009 M: Stephen Boyd <sboyd@codeaurora.org>
9010 L: linux-pm@vger.kernel.org
9011 S: Maintained
9012 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9013 F: drivers/base/power/opp/
9014 F: include/linux/pm_opp.h
9015 F: Documentation/power/opp.txt
9016 F: Documentation/devicetree/bindings/opp/
9017
9018 OPL4 DRIVER
9019 M: Clemens Ladisch <clemens@ladisch.de>
9020 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9021 T: git git://git.alsa-project.org/alsa-kernel.git
9022 S: Maintained
9023 F: sound/drivers/opl4/
9024
9025 OPROFILE
9026 M: Robert Richter <rric@kernel.org>
9027 L: oprofile-list@lists.sf.net
9028 S: Maintained
9029 F: arch/*/include/asm/oprofile*.h
9030 F: arch/*/oprofile/
9031 F: drivers/oprofile/
9032 F: include/linux/oprofile.h
9033
9034 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9035 M: Mark Fasheh <mfasheh@versity.com>
9036 M: Joel Becker <jlbec@evilplan.org>
9037 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
9038 W: http://ocfs2.wiki.kernel.org
9039 S: Supported
9040 F: Documentation/filesystems/ocfs2.txt
9041 F: Documentation/filesystems/dlmfs.txt
9042 F: fs/ocfs2/
9043
9044 ORINOCO DRIVER
9045 L: linux-wireless@vger.kernel.org
9046 W: http://wireless.kernel.org/en/users/Drivers/orinoco
9047 W: http://www.nongnu.org/orinoco/
9048 S: Orphan
9049 F: drivers/net/wireless/intersil/orinoco/
9050
9051 OSD LIBRARY and FILESYSTEM
9052 M: Boaz Harrosh <ooo@electrozaur.com>
9053 M: Benny Halevy <bhalevy@primarydata.com>
9054 L: osd-dev@open-osd.org
9055 W: http://open-osd.org
9056 T: git git://git.open-osd.org/open-osd.git
9057 S: Maintained
9058 F: drivers/scsi/osd/
9059 F: include/scsi/osd_*
9060 F: fs/exofs/
9061
9062 OVERLAY FILESYSTEM
9063 M: Miklos Szeredi <miklos@szeredi.hu>
9064 L: linux-unionfs@vger.kernel.org
9065 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9066 S: Supported
9067 F: fs/overlayfs/
9068 F: Documentation/filesystems/overlayfs.txt
9069
9070 ORANGEFS FILESYSTEM
9071 M: Mike Marshall <hubcap@omnibond.com>
9072 L: pvfs2-developers@beowulf-underground.org (subscribers-only)
9073 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9074 S: Supported
9075 F: fs/orangefs/
9076 F: Documentation/filesystems/orangefs.txt
9077
9078 P54 WIRELESS DRIVER
9079 M: Christian Lamparter <chunkeey@googlemail.com>
9080 L: linux-wireless@vger.kernel.org
9081 W: http://wireless.kernel.org/en/users/Drivers/p54
9082 S: Maintained
9083 F: drivers/net/wireless/intersil/p54/
9084
9085 PA SEMI ETHERNET DRIVER
9086 L: netdev@vger.kernel.org
9087 S: Orphan
9088 F: drivers/net/ethernet/pasemi/*
9089
9090 PA SEMI SMBUS DRIVER
9091 L: linux-i2c@vger.kernel.org
9092 S: Orphan
9093 F: drivers/i2c/busses/i2c-pasemi.c
9094
9095 PADATA PARALLEL EXECUTION MECHANISM
9096 M: Steffen Klassert <steffen.klassert@secunet.com>
9097 L: linux-crypto@vger.kernel.org
9098 S: Maintained
9099 F: kernel/padata.c
9100 F: include/linux/padata.h
9101 F: Documentation/padata.txt
9102
9103 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9104 M: Harald Welte <laforge@gnumonks.org>
9105 L: platform-driver-x86@vger.kernel.org
9106 S: Maintained
9107 F: drivers/platform/x86/panasonic-laptop.c
9108
9109 PANASONIC MN10300/AM33/AM34 PORT
9110 M: David Howells <dhowells@redhat.com>
9111 L: linux-am33-list@redhat.com (moderated for non-subscribers)
9112 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9113 S: Maintained
9114 F: Documentation/mn10300/
9115 F: arch/mn10300/
9116
9117 PARALLEL LCD/KEYPAD PANEL DRIVER
9118 M: Willy Tarreau <willy@haproxy.com>
9119 M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9120 S: Odd Fixes
9121 F: Documentation/misc-devices/lcd-panel-cgram.txt
9122 F: drivers/misc/panel.c
9123
9124 PARALLEL PORT SUBSYSTEM
9125 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9126 M: Sudip Mukherjee <sudip@vectorindia.org>
9127 L: linux-parport@lists.infradead.org (subscribers-only)
9128 S: Maintained
9129 F: drivers/parport/
9130 F: include/linux/parport*.h
9131 F: drivers/char/ppdev.c
9132 F: include/uapi/linux/ppdev.h
9133 F: Documentation/parport*.txt
9134
9135 PARAVIRT_OPS INTERFACE
9136 M: Jeremy Fitzhardinge <jeremy@goop.org>
9137 M: Chris Wright <chrisw@sous-sol.org>
9138 M: Alok Kataria <akataria@vmware.com>
9139 M: Rusty Russell <rusty@rustcorp.com.au>
9140 L: virtualization@lists.linux-foundation.org
9141 S: Supported
9142 F: Documentation/virtual/paravirt_ops.txt
9143 F: arch/*/kernel/paravirt*
9144 F: arch/*/include/asm/paravirt.h
9145 F: include/linux/hypervisor.h
9146
9147 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9148 M: Tim Waugh <tim@cyberelk.net>
9149 L: linux-parport@lists.infradead.org (subscribers-only)
9150 S: Maintained
9151 F: Documentation/blockdev/paride.txt
9152 F: drivers/block/paride/
9153
9154 PARISC ARCHITECTURE
9155 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
9156 M: Helge Deller <deller@gmx.de>
9157 L: linux-parisc@vger.kernel.org
9158 W: http://www.parisc-linux.org/
9159 Q: http://patchwork.kernel.org/project/linux-parisc/list/
9160 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9161 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9162 S: Maintained
9163 F: arch/parisc/
9164 F: Documentation/parisc/
9165 F: drivers/parisc/
9166 F: drivers/char/agp/parisc-agp.c
9167 F: drivers/input/serio/gscps2.c
9168 F: drivers/parport/parport_gsc.*
9169 F: drivers/tty/serial/8250/8250_gsc.c
9170 F: drivers/video/fbdev/sti*
9171 F: drivers/video/console/sti*
9172 F: drivers/video/logo/logo_parisc*
9173
9174 PC87360 HARDWARE MONITORING DRIVER
9175 M: Jim Cromie <jim.cromie@gmail.com>
9176 L: linux-hwmon@vger.kernel.org
9177 S: Maintained
9178 F: Documentation/hwmon/pc87360
9179 F: drivers/hwmon/pc87360.c
9180
9181 PC8736x GPIO DRIVER
9182 M: Jim Cromie <jim.cromie@gmail.com>
9183 S: Maintained
9184 F: drivers/char/pc8736x_gpio.c
9185
9186 PC87427 HARDWARE MONITORING DRIVER
9187 M: Jean Delvare <jdelvare@suse.com>
9188 L: linux-hwmon@vger.kernel.org
9189 S: Maintained
9190 F: Documentation/hwmon/pc87427
9191 F: drivers/hwmon/pc87427.c
9192
9193 PCA9532 LED DRIVER
9194 M: Riku Voipio <riku.voipio@iki.fi>
9195 S: Maintained
9196 F: drivers/leds/leds-pca9532.c
9197 F: include/linux/leds-pca9532.h
9198
9199 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9200 M: Guenter Roeck <linux@roeck-us.net>
9201 L: linux-i2c@vger.kernel.org
9202 S: Maintained
9203 F: drivers/i2c/muxes/i2c-mux-pca9541.c
9204
9205 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9206 M: Khalid Aziz <khalid@gonehiking.org>
9207 S: Maintained
9208 F: drivers/firmware/pcdp.*
9209
9210 PCI ERROR RECOVERY
9211 M: Linas Vepstas <linasvepstas@gmail.com>
9212 L: linux-pci@vger.kernel.org
9213 S: Supported
9214 F: Documentation/PCI/pci-error-recovery.txt
9215
9216 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9217 M: Russell Currey <ruscur@russell.cc>
9218 L: linuxppc-dev@lists.ozlabs.org
9219 S: Supported
9220 F: Documentation/powerpc/eeh-pci-error-recovery.txt
9221 F: arch/powerpc/kernel/eeh*.c
9222 F: arch/powerpc/platforms/*/eeh*.c
9223 F: arch/powerpc/include/*/eeh*.h
9224
9225 PCI SUBSYSTEM
9226 M: Bjorn Helgaas <bhelgaas@google.com>
9227 L: linux-pci@vger.kernel.org
9228 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
9229 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9230 S: Supported
9231 F: Documentation/devicetree/bindings/pci/
9232 F: Documentation/PCI/
9233 F: drivers/pci/
9234 F: include/linux/pci*
9235 F: arch/x86/pci/
9236 F: arch/x86/kernel/quirks.c
9237
9238 PCI DRIVER FOR ALTERA PCIE IP
9239 M: Ley Foon Tan <lftan@altera.com>
9240 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9241 L: linux-pci@vger.kernel.org
9242 S: Supported
9243 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
9244 F: drivers/pci/host/pcie-altera.c
9245
9246 PCI DRIVER FOR ARM VERSATILE PLATFORM
9247 M: Rob Herring <robh@kernel.org>
9248 L: linux-pci@vger.kernel.org
9249 L: linux-arm-kernel@lists.infradead.org
9250 S: Maintained
9251 F: Documentation/devicetree/bindings/pci/versatile.txt
9252 F: drivers/pci/host/pci-versatile.c
9253
9254 PCI DRIVER FOR ARMADA 8K
9255 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9256 L: linux-pci@vger.kernel.org
9257 L: linux-arm-kernel@lists.infradead.org
9258 S: Maintained
9259 F: Documentation/devicetree/bindings/pci/pci-armada8k.txt
9260 F: drivers/pci/host/pcie-armada8k.c
9261
9262 PCI DRIVER FOR APPLIEDMICRO XGENE
9263 M: Tanmay Inamdar <tinamdar@apm.com>
9264 L: linux-pci@vger.kernel.org
9265 L: linux-arm-kernel@lists.infradead.org
9266 S: Maintained
9267 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
9268 F: drivers/pci/host/pci-xgene.c
9269
9270 PCI DRIVER FOR FREESCALE LAYERSCAPE
9271 M: Minghuan Lian <minghuan.Lian@freescale.com>
9272 M: Mingkai Hu <mingkai.hu@freescale.com>
9273 M: Roy Zang <tie-fei.zang@freescale.com>
9274 L: linuxppc-dev@lists.ozlabs.org
9275 L: linux-pci@vger.kernel.org
9276 L: linux-arm-kernel@lists.infradead.org
9277 S: Maintained
9278 F: drivers/pci/host/*layerscape*
9279
9280 PCI DRIVER FOR IMX6
9281 M: Richard Zhu <hongxing.zhu@nxp.com>
9282 M: Lucas Stach <l.stach@pengutronix.de>
9283 L: linux-pci@vger.kernel.org
9284 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9285 S: Maintained
9286 F: Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9287 F: drivers/pci/host/*imx6*
9288
9289 PCI DRIVER FOR TI KEYSTONE
9290 M: Murali Karicheri <m-karicheri2@ti.com>
9291 L: linux-pci@vger.kernel.org
9292 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9293 S: Maintained
9294 F: drivers/pci/host/*keystone*
9295
9296 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9297 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9298 M: Jason Cooper <jason@lakedaemon.net>
9299 L: linux-pci@vger.kernel.org
9300 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9301 S: Maintained
9302 F: drivers/pci/host/*mvebu*
9303
9304 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9305 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9306 L: linux-pci@vger.kernel.org
9307 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9308 S: Maintained
9309 F: Documentation/devicetree/bindings/pci/aardvark-pci.txt
9310 F: drivers/pci/host/pci-aardvark.c
9311
9312 PCI DRIVER FOR NVIDIA TEGRA
9313 M: Thierry Reding <thierry.reding@gmail.com>
9314 L: linux-tegra@vger.kernel.org
9315 L: linux-pci@vger.kernel.org
9316 S: Supported
9317 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9318 F: drivers/pci/host/pci-tegra.c
9319
9320 PCI DRIVER FOR TI DRA7XX
9321 M: Kishon Vijay Abraham I <kishon@ti.com>
9322 L: linux-omap@vger.kernel.org
9323 L: linux-pci@vger.kernel.org
9324 S: Supported
9325 F: Documentation/devicetree/bindings/pci/ti-pci.txt
9326 F: drivers/pci/host/pci-dra7xx.c
9327
9328 PCI DRIVER FOR RENESAS R-CAR
9329 M: Simon Horman <horms@verge.net.au>
9330 L: linux-pci@vger.kernel.org
9331 L: linux-renesas-soc@vger.kernel.org
9332 S: Maintained
9333 F: drivers/pci/host/*rcar*
9334
9335 PCI DRIVER FOR SAMSUNG EXYNOS
9336 M: Jingoo Han <jingoohan1@gmail.com>
9337 L: linux-pci@vger.kernel.org
9338 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9339 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9340 S: Maintained
9341 F: drivers/pci/host/pci-exynos.c
9342
9343 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9344 M: Jingoo Han <jingoohan1@gmail.com>
9345 M: Joao Pinto <Joao.Pinto@synopsys.com>
9346 L: linux-pci@vger.kernel.org
9347 S: Maintained
9348 F: Documentation/devicetree/bindings/pci/designware-pcie.txt
9349 F: drivers/pci/host/*designware*
9350
9351 PCI DRIVER FOR GENERIC OF HOSTS
9352 M: Will Deacon <will.deacon@arm.com>
9353 L: linux-pci@vger.kernel.org
9354 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9355 S: Maintained
9356 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
9357 F: drivers/pci/host/pci-host-common.c
9358 F: drivers/pci/host/pci-host-generic.c
9359
9360 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9361 M: Keith Busch <keith.busch@intel.com>
9362 L: linux-pci@vger.kernel.org
9363 S: Supported
9364 F: drivers/pci/host/vmd.c
9365
9366 PCIE DRIVER FOR ST SPEAR13XX
9367 M: Pratyush Anand <pratyush.anand@gmail.com>
9368 L: linux-pci@vger.kernel.org
9369 S: Maintained
9370 F: drivers/pci/host/*spear*
9371
9372 PCI MSI DRIVER FOR ALTERA MSI IP
9373 M: Ley Foon Tan <lftan@altera.com>
9374 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9375 L: linux-pci@vger.kernel.org
9376 S: Supported
9377 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9378 F: drivers/pci/host/pcie-altera-msi.c
9379
9380 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9381 M: Duc Dang <dhdang@apm.com>
9382 L: linux-pci@vger.kernel.org
9383 L: linux-arm-kernel@lists.infradead.org
9384 S: Maintained
9385 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9386 F: drivers/pci/host/pci-xgene-msi.c
9387
9388 PCIE DRIVER FOR AXIS ARTPEC
9389 M: Niklas Cassel <niklas.cassel@axis.com>
9390 M: Jesper Nilsson <jesper.nilsson@axis.com>
9391 L: linux-arm-kernel@axis.com
9392 L: linux-pci@vger.kernel.org
9393 S: Maintained
9394 F: Documentation/devicetree/bindings/pci/axis,artpec*
9395 F: drivers/pci/host/*artpec*
9396
9397 PCIE DRIVER FOR HISILICON
9398 M: Zhou Wang <wangzhou1@hisilicon.com>
9399 M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
9400 L: linux-pci@vger.kernel.org
9401 S: Maintained
9402 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9403 F: drivers/pci/host/pcie-hisi.c
9404
9405 PCIE DRIVER FOR ROCKCHIP
9406 M: Shawn Lin <shawn.lin@rock-chips.com>
9407 M: Wenrui Li <wenrui.li@rock-chips.com>
9408 L: linux-pci@vger.kernel.org
9409 L: linux-rockchip@lists.infradead.org
9410 S: Maintained
9411 F: Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9412 F: drivers/pci/host/pcie-rockchip.c
9413
9414 PCIE DRIVER FOR QUALCOMM MSM
9415 M: Stanimir Varbanov <svarbanov@mm-sol.com>
9416 L: linux-pci@vger.kernel.org
9417 L: linux-arm-msm@vger.kernel.org
9418 S: Maintained
9419 F: drivers/pci/host/*qcom*
9420
9421 PCIE DRIVER FOR CAVIUM THUNDERX
9422 M: David Daney <david.daney@cavium.com>
9423 L: linux-pci@vger.kernel.org
9424 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9425 S: Supported
9426 F: Documentation/devicetree/bindings/pci/pci-thunder-*
9427 F: drivers/pci/host/pci-thunder-*
9428
9429 PCMCIA SUBSYSTEM
9430 P: Linux PCMCIA Team
9431 L: linux-pcmcia@lists.infradead.org
9432 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9433 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9434 S: Maintained
9435 F: Documentation/pcmcia/
9436 F: tools/pcmcia/
9437 F: drivers/pcmcia/
9438 F: include/pcmcia/
9439
9440 PCNET32 NETWORK DRIVER
9441 M: Don Fry <pcnet32@frontier.com>
9442 L: netdev@vger.kernel.org
9443 S: Maintained
9444 F: drivers/net/ethernet/amd/pcnet32.c
9445
9446 PCRYPT PARALLEL CRYPTO ENGINE
9447 M: Steffen Klassert <steffen.klassert@secunet.com>
9448 L: linux-crypto@vger.kernel.org
9449 S: Maintained
9450 F: crypto/pcrypt.c
9451 F: include/crypto/pcrypt.h
9452
9453 PER-CPU MEMORY ALLOCATOR
9454 M: Tejun Heo <tj@kernel.org>
9455 M: Christoph Lameter <cl@linux.com>
9456 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9457 S: Maintained
9458 F: include/linux/percpu*.h
9459 F: mm/percpu*.c
9460 F: arch/*/include/asm/percpu.h
9461
9462 PER-TASK DELAY ACCOUNTING
9463 M: Balbir Singh <bsingharora@gmail.com>
9464 S: Maintained
9465 F: include/linux/delayacct.h
9466 F: kernel/delayacct.c
9467
9468 PERFORMANCE EVENTS SUBSYSTEM
9469 M: Peter Zijlstra <peterz@infradead.org>
9470 M: Ingo Molnar <mingo@redhat.com>
9471 M: Arnaldo Carvalho de Melo <acme@kernel.org>
9472 R: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9473 L: linux-kernel@vger.kernel.org
9474 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9475 S: Supported
9476 F: kernel/events/*
9477 F: include/linux/perf_event.h
9478 F: include/uapi/linux/perf_event.h
9479 F: arch/*/kernel/perf_event*.c
9480 F: arch/*/kernel/*/perf_event*.c
9481 F: arch/*/kernel/*/*/perf_event*.c
9482 F: arch/*/include/asm/perf_event.h
9483 F: arch/*/kernel/perf_callchain.c
9484 F: arch/*/events/*
9485 F: tools/perf/
9486
9487 PERSONALITY HANDLING
9488 M: Christoph Hellwig <hch@infradead.org>
9489 L: linux-abi-devel@lists.sourceforge.net
9490 S: Maintained
9491 F: include/linux/personality.h
9492 F: include/uapi/linux/personality.h
9493
9494 PHONET PROTOCOL
9495 M: Remi Denis-Courmont <courmisch@gmail.com>
9496 S: Supported
9497 F: Documentation/networking/phonet.txt
9498 F: include/linux/phonet.h
9499 F: include/net/phonet/
9500 F: include/uapi/linux/phonet.h
9501 F: net/phonet/
9502
9503 PHRAM MTD DRIVER
9504 M: Joern Engel <joern@lazybastard.org>
9505 L: linux-mtd@lists.infradead.org
9506 S: Maintained
9507 F: drivers/mtd/devices/phram.c
9508
9509 PICOLCD HID DRIVER
9510 M: Bruno Prémont <bonbons@linux-vserver.org>
9511 L: linux-input@vger.kernel.org
9512 S: Maintained
9513 F: drivers/hid/hid-picolcd*
9514
9515 PICOXCELL SUPPORT
9516 M: Jamie Iles <jamie@jamieiles.com>
9517 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9518 T: git git://github.com/jamieiles/linux-2.6-ji.git
9519 S: Supported
9520 F: arch/arm/boot/dts/picoxcell*
9521 F: arch/arm/mach-picoxcell/
9522 F: drivers/crypto/picoxcell*
9523
9524 PIN CONTROL SUBSYSTEM
9525 M: Linus Walleij <linus.walleij@linaro.org>
9526 L: linux-gpio@vger.kernel.org
9527 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9528 S: Maintained
9529 F: Documentation/devicetree/bindings/pinctrl/
9530 F: Documentation/pinctrl.txt
9531 F: drivers/pinctrl/
9532 F: include/linux/pinctrl/
9533
9534 PIN CONTROLLER - ATMEL AT91
9535 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9536 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9537 S: Maintained
9538 F: drivers/pinctrl/pinctrl-at91.*
9539
9540 PIN CONTROLLER - ATMEL AT91 PIO4
9541 M: Ludovic Desroches <ludovic.desroches@atmel.com>
9542 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9543 L: linux-gpio@vger.kernel.org
9544 S: Supported
9545 F: drivers/pinctrl/pinctrl-at91-pio4.*
9546
9547 PIN CONTROLLER - INTEL
9548 M: Mika Westerberg <mika.westerberg@linux.intel.com>
9549 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
9550 S: Maintained
9551 F: drivers/pinctrl/intel/
9552
9553 PIN CONTROLLER - RENESAS
9554 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9555 M: Geert Uytterhoeven <geert+renesas@glider.be>
9556 L: linux-renesas-soc@vger.kernel.org
9557 S: Maintained
9558 F: drivers/pinctrl/sh-pfc/
9559
9560 PIN CONTROLLER - SAMSUNG
9561 M: Tomasz Figa <tomasz.figa@gmail.com>
9562 M: Krzysztof Kozlowski <krzk@kernel.org>
9563 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9564 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9565 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9566 S: Maintained
9567 F: drivers/pinctrl/samsung/
9568 F: include/dt-bindings/pinctrl/samsung.h
9569 F: Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9570
9571 PIN CONTROLLER - SINGLE
9572 M: Tony Lindgren <tony@atomide.com>
9573 M: Haojian Zhuang <haojian.zhuang@linaro.org>
9574 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9575 L: linux-omap@vger.kernel.org
9576 S: Maintained
9577 F: drivers/pinctrl/pinctrl-single.c
9578
9579 PIN CONTROLLER - ST SPEAR
9580 M: Viresh Kumar <vireshk@kernel.org>
9581 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9582 W: http://www.st.com/spear
9583 S: Maintained
9584 F: drivers/pinctrl/spear/
9585
9586 PISTACHIO SOC SUPPORT
9587 M: James Hartley <james.hartley@imgtec.com>
9588 M: Ionela Voinescu <ionela.voinescu@imgtec.com>
9589 L: linux-mips@linux-mips.org
9590 S: Maintained
9591 F: arch/mips/pistachio/
9592 F: arch/mips/include/asm/mach-pistachio/
9593 F: arch/mips/boot/dts/pistachio/
9594 F: arch/mips/configs/pistachio*_defconfig
9595
9596 PKTCDVD DRIVER
9597 M: Jiri Kosina <jikos@kernel.org>
9598 S: Maintained
9599 F: drivers/block/pktcdvd.c
9600 F: include/linux/pktcdvd.h
9601 F: include/uapi/linux/pktcdvd.h
9602
9603 PKUNITY SOC DRIVERS
9604 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
9605 W: http://mprc.pku.edu.cn/~guanxuetao/linux
9606 S: Maintained
9607 T: git git://github.com/gxt/linux.git
9608 F: drivers/input/serio/i8042-unicore32io.h
9609 F: drivers/i2c/busses/i2c-puv3.c
9610 F: drivers/video/fbdev/fb-puv3.c
9611 F: drivers/rtc/rtc-puv3.c
9612
9613 PMBUS HARDWARE MONITORING DRIVERS
9614 M: Guenter Roeck <linux@roeck-us.net>
9615 L: linux-hwmon@vger.kernel.org
9616 W: http://hwmon.wiki.kernel.org/
9617 W: http://www.roeck-us.net/linux/drivers/
9618 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9619 S: Maintained
9620 F: Documentation/hwmon/pmbus
9621 F: drivers/hwmon/pmbus/
9622 F: include/linux/i2c/pmbus.h
9623
9624 PMC SIERRA MaxRAID DRIVER
9625 L: linux-scsi@vger.kernel.org
9626 W: http://www.pmc-sierra.com/
9627 S: Orphan
9628 F: drivers/scsi/pmcraid.*
9629
9630 PMC SIERRA PM8001 DRIVER
9631 M: Jack Wang <jinpu.wang@profitbricks.com>
9632 M: lindar_liu@usish.com
9633 L: pmchba@pmcs.com
9634 L: linux-scsi@vger.kernel.org
9635 S: Supported
9636 F: drivers/scsi/pm8001/
9637
9638 POSIX CLOCKS and TIMERS
9639 M: Thomas Gleixner <tglx@linutronix.de>
9640 L: linux-kernel@vger.kernel.org
9641 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9642 S: Maintained
9643 F: fs/timerfd.c
9644 F: include/linux/timer*
9645 F: kernel/time/*timer*
9646
9647 POWER MANAGEMENT CORE
9648 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
9649 L: linux-pm@vger.kernel.org
9650 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9651 B: https://bugzilla.kernel.org
9652 S: Supported
9653 F: drivers/base/power/
9654 F: include/linux/pm.h
9655 F: include/linux/pm_*
9656 F: include/linux/powercap.h
9657 F: drivers/powercap/
9658
9659 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9660 M: Sebastian Reichel <sre@kernel.org>
9661 L: linux-pm@vger.kernel.org
9662 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9663 S: Maintained
9664 F: Documentation/devicetree/bindings/power/supply/
9665 F: include/linux/power_supply.h
9666 F: drivers/power/supply/
9667
9668 POWER STATE COORDINATION INTERFACE (PSCI)
9669 M: Mark Rutland <mark.rutland@arm.com>
9670 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9671 L: linux-arm-kernel@lists.infradead.org
9672 S: Maintained
9673 F: drivers/firmware/psci.c
9674 F: include/linux/psci.h
9675 F: include/uapi/linux/psci.h
9676
9677 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9678 M: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9679 L: linuxppc-dev@lists.ozlabs.org
9680 S: Maintained
9681 F: drivers/char/powernv-op-panel.c
9682
9683 PNP SUPPORT
9684 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9685 S: Maintained
9686 F: drivers/pnp/
9687
9688 PPP PROTOCOL DRIVERS AND COMPRESSORS
9689 M: Paul Mackerras <paulus@samba.org>
9690 L: linux-ppp@vger.kernel.org
9691 S: Maintained
9692 F: drivers/net/ppp/ppp_*
9693
9694 PPP OVER ATM (RFC 2364)
9695 M: Mitchell Blank Jr <mitch@sfgoth.com>
9696 S: Maintained
9697 F: net/atm/pppoatm.c
9698 F: include/uapi/linux/atmppp.h
9699
9700 PPP OVER ETHERNET
9701 M: Michal Ostrowski <mostrows@earthlink.net>
9702 S: Maintained
9703 F: drivers/net/ppp/pppoe.c
9704 F: drivers/net/ppp/pppox.c
9705
9706 PPP OVER L2TP
9707 M: James Chapman <jchapman@katalix.com>
9708 S: Maintained
9709 F: net/l2tp/l2tp_ppp.c
9710 F: include/linux/if_pppol2tp.h
9711 F: include/uapi/linux/if_pppol2tp.h
9712
9713 PPS SUPPORT
9714 M: Rodolfo Giometti <giometti@enneenne.com>
9715 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
9716 L: linuxpps@ml.enneenne.com (subscribers-only)
9717 S: Maintained
9718 F: Documentation/pps/
9719 F: drivers/pps/
9720 F: include/linux/pps*.h
9721
9722 PPTP DRIVER
9723 M: Dmitry Kozlov <xeb@mail.ru>
9724 L: netdev@vger.kernel.org
9725 S: Maintained
9726 F: drivers/net/ppp/pptp.c
9727 W: http://sourceforge.net/projects/accel-pptp
9728
9729 PREEMPTIBLE KERNEL
9730 M: Robert Love <rml@tech9.net>
9731 L: kpreempt-tech@lists.sourceforge.net
9732 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9733 S: Supported
9734 F: Documentation/preempt-locking.txt
9735 F: include/linux/preempt.h
9736
9737 PRISM54 WIRELESS DRIVER
9738 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
9739 L: linux-wireless@vger.kernel.org
9740 W: http://wireless.kernel.org/en/users/Drivers/p54
9741 S: Obsolete
9742 F: drivers/net/wireless/intersil/prism54/
9743
9744 PS3 NETWORK SUPPORT
9745 M: Geoff Levand <geoff@infradead.org>
9746 L: netdev@vger.kernel.org
9747 L: linuxppc-dev@lists.ozlabs.org
9748 S: Maintained
9749 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
9750
9751 PS3 PLATFORM SUPPORT
9752 M: Geoff Levand <geoff@infradead.org>
9753 L: linuxppc-dev@lists.ozlabs.org
9754 S: Maintained
9755 F: arch/powerpc/boot/ps3*
9756 F: arch/powerpc/include/asm/lv1call.h
9757 F: arch/powerpc/include/asm/ps3*.h
9758 F: arch/powerpc/platforms/ps3/
9759 F: drivers/*/ps3*
9760 F: drivers/ps3/
9761 F: drivers/rtc/rtc-ps3.c
9762 F: drivers/usb/host/*ps3.c
9763 F: sound/ppc/snd_ps3*
9764
9765 PS3VRAM DRIVER
9766 M: Jim Paris <jim@jtan.com>
9767 M: Geoff Levand <geoff@infradead.org>
9768 L: linuxppc-dev@lists.ozlabs.org
9769 S: Maintained
9770 F: drivers/block/ps3vram.c
9771
9772 PSTORE FILESYSTEM
9773 M: Anton Vorontsov <anton@enomsg.org>
9774 M: Colin Cross <ccross@android.com>
9775 M: Kees Cook <keescook@chromium.org>
9776 M: Tony Luck <tony.luck@intel.com>
9777 S: Maintained
9778 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9779 F: fs/pstore/
9780 F: include/linux/pstore*
9781 F: drivers/firmware/efi/efi-pstore.c
9782 F: drivers/acpi/apei/erst.c
9783
9784 PTP HARDWARE CLOCK SUPPORT
9785 M: Richard Cochran <richardcochran@gmail.com>
9786 L: netdev@vger.kernel.org
9787 S: Maintained
9788 W: http://linuxptp.sourceforge.net/
9789 F: Documentation/ABI/testing/sysfs-ptp
9790 F: Documentation/ptp/*
9791 F: drivers/net/ethernet/freescale/gianfar_ptp.c
9792 F: drivers/net/phy/dp83640*
9793 F: drivers/ptp/*
9794 F: include/linux/ptp_cl*
9795
9796 PTRACE SUPPORT
9797 M: Roland McGrath <roland@hack.frob.com>
9798 M: Oleg Nesterov <oleg@redhat.com>
9799 S: Maintained
9800 F: include/asm-generic/syscall.h
9801 F: include/linux/ptrace.h
9802 F: include/linux/regset.h
9803 F: include/linux/tracehook.h
9804 F: include/uapi/linux/ptrace.h
9805 F: kernel/ptrace.c
9806
9807 PULSE8-CEC DRIVER
9808 M: Hans Verkuil <hverkuil@xs4all.nl>
9809 L: linux-media@vger.kernel.org
9810 T: git git://linuxtv.org/media_tree.git
9811 S: Maintained
9812 F: drivers/staging/media/pulse8-cec
9813
9814 PVRUSB2 VIDEO4LINUX DRIVER
9815 M: Mike Isely <isely@pobox.com>
9816 L: pvrusb2@isely.net (subscribers-only)
9817 L: linux-media@vger.kernel.org
9818 W: http://www.isely.net/pvrusb2/
9819 T: git git://linuxtv.org/media_tree.git
9820 S: Maintained
9821 F: Documentation/media/v4l-drivers/pvrusb2*
9822 F: drivers/media/usb/pvrusb2/
9823
9824 PWC WEBCAM DRIVER
9825 M: Hans Verkuil <hverkuil@xs4all.nl>
9826 L: linux-media@vger.kernel.org
9827 T: git git://linuxtv.org/media_tree.git
9828 S: Odd Fixes
9829 F: drivers/media/usb/pwc/*
9830
9831 PWM FAN DRIVER
9832 M: Kamil Debski <kamil@wypas.org>
9833 M: Lukasz Majewski <l.majewski@samsung.com>
9834 L: linux-hwmon@vger.kernel.org
9835 S: Supported
9836 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9837 F: Documentation/hwmon/pwm-fan
9838 F: drivers/hwmon/pwm-fan.c
9839
9840 PWM SUBSYSTEM
9841 M: Thierry Reding <thierry.reding@gmail.com>
9842 L: linux-pwm@vger.kernel.org
9843 S: Maintained
9844 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9845 F: Documentation/pwm.txt
9846 F: Documentation/devicetree/bindings/pwm/
9847 F: include/linux/pwm.h
9848 F: drivers/pwm/
9849 F: drivers/video/backlight/pwm_bl.c
9850 F: include/linux/pwm_backlight.h
9851
9852 PXA2xx/PXA3xx SUPPORT
9853 M: Daniel Mack <daniel@zonque.org>
9854 M: Haojian Zhuang <haojian.zhuang@gmail.com>
9855 M: Robert Jarzmik <robert.jarzmik@free.fr>
9856 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9857 T: git git://github.com/hzhuang1/linux.git
9858 T: git git://github.com/rjarzmik/linux.git
9859 S: Maintained
9860 F: arch/arm/boot/dts/pxa*
9861 F: arch/arm/mach-pxa/
9862 F: drivers/dma/pxa*
9863 F: drivers/pcmcia/pxa2xx*
9864 F: drivers/pinctrl/pxa/
9865 F: drivers/spi/spi-pxa2xx*
9866 F: drivers/usb/gadget/udc/pxa2*
9867 F: include/sound/pxa2xx-lib.h
9868 F: sound/arm/pxa*
9869 F: sound/soc/pxa/
9870
9871 PXA GPIO DRIVER
9872 M: Robert Jarzmik <robert.jarzmik@free.fr>
9873 L: linux-gpio@vger.kernel.org
9874 S: Maintained
9875 F: drivers/gpio/gpio-pxa.c
9876
9877 PXA3xx NAND FLASH DRIVER
9878 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9879 L: linux-mtd@lists.infradead.org
9880 S: Maintained
9881 F: drivers/mtd/nand/pxa3xx_nand.c
9882
9883 MMP SUPPORT
9884 M: Eric Miao <eric.y.miao@gmail.com>
9885 M: Haojian Zhuang <haojian.zhuang@gmail.com>
9886 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9887 T: git git://github.com/hzhuang1/linux.git
9888 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
9889 S: Maintained
9890 F: arch/arm/boot/dts/mmp*
9891 F: arch/arm/mach-mmp/
9892
9893 PXA MMCI DRIVER
9894 S: Orphan
9895
9896 PXA RTC DRIVER
9897 M: Robert Jarzmik <robert.jarzmik@free.fr>
9898 L: rtc-linux@googlegroups.com
9899 S: Maintained
9900
9901 QAT DRIVER
9902 M: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
9903 M: Salvatore Benedetto <salvatore.benedetto@intel.com>
9904 L: qat-linux@intel.com
9905 S: Supported
9906 F: drivers/crypto/qat/
9907
9908 QIB DRIVER
9909 M: Mike Marciniszyn <infinipath@intel.com>
9910 L: linux-rdma@vger.kernel.org
9911 S: Supported
9912 F: drivers/infiniband/hw/qib/
9913
9914 QLOGIC QLA1280 SCSI DRIVER
9915 M: Michael Reed <mdr@sgi.com>
9916 L: linux-scsi@vger.kernel.org
9917 S: Maintained
9918 F: drivers/scsi/qla1280.[ch]
9919
9920 QLOGIC QLA2XXX FC-SCSI DRIVER
9921 M: qla2xxx-upstream@qlogic.com
9922 L: linux-scsi@vger.kernel.org
9923 S: Supported
9924 F: Documentation/scsi/LICENSE.qla2xxx
9925 F: drivers/scsi/qla2xxx/
9926
9927 QLOGIC QLA4XXX iSCSI DRIVER
9928 M: QLogic-Storage-Upstream@qlogic.com
9929 L: linux-scsi@vger.kernel.org
9930 S: Supported
9931 F: Documentation/scsi/LICENSE.qla4xxx
9932 F: drivers/scsi/qla4xxx/
9933
9934 QLOGIC QLA3XXX NETWORK DRIVER
9935 M: Dept-GELinuxNICDev@cavium.com
9936 L: netdev@vger.kernel.org
9937 S: Supported
9938 F: Documentation/networking/LICENSE.qla3xxx
9939 F: drivers/net/ethernet/qlogic/qla3xxx.*
9940
9941 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9942 M: Harish Patil <harish.patil@cavium.com>
9943 M: Manish Chopra <manish.chopra@cavium.com>
9944 M: Dept-GELinuxNICDev@cavium.com
9945 L: netdev@vger.kernel.org
9946 S: Supported
9947 F: drivers/net/ethernet/qlogic/qlcnic/
9948
9949 QLOGIC QLGE 10Gb ETHERNET DRIVER
9950 M: Harish Patil <harish.patil@cavium.com>
9951 M: Manish Chopra <manish.chopra@cavium.com>
9952 M: Dept-GELinuxNICDev@cavium.com
9953 L: netdev@vger.kernel.org
9954 S: Supported
9955 F: drivers/net/ethernet/qlogic/qlge/
9956
9957 QLOGIC QL4xxx ETHERNET DRIVER
9958 M: Yuval Mintz <Yuval.Mintz@cavium.com>
9959 M: Ariel Elior <Ariel.Elior@cavium.com>
9960 M: everest-linux-l2@cavium.com
9961 L: netdev@vger.kernel.org
9962 S: Supported
9963 F: drivers/net/ethernet/qlogic/qed/
9964 F: include/linux/qed/
9965 F: drivers/net/ethernet/qlogic/qede/
9966
9967 QNX4 FILESYSTEM
9968 M: Anders Larsen <al@alarsen.net>
9969 W: http://www.alarsen.net/linux/qnx4fs/
9970 S: Maintained
9971 F: fs/qnx4/
9972 F: include/uapi/linux/qnx4_fs.h
9973 F: include/uapi/linux/qnxtypes.h
9974
9975 QT1010 MEDIA DRIVER
9976 M: Antti Palosaari <crope@iki.fi>
9977 L: linux-media@vger.kernel.org
9978 W: https://linuxtv.org
9979 W: http://palosaari.fi/linux/
9980 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9981 T: git git://linuxtv.org/anttip/media_tree.git
9982 S: Maintained
9983 F: drivers/media/tuners/qt1010*
9984
9985 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9986 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9987 L: linux-wireless@vger.kernel.org
9988 L: ath9k-devel@lists.ath9k.org
9989 W: http://wireless.kernel.org/en/users/Drivers/ath9k
9990 S: Supported
9991 F: drivers/net/wireless/ath/ath9k/
9992
9993 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9994 M: Kalle Valo <kvalo@qca.qualcomm.com>
9995 L: ath10k@lists.infradead.org
9996 W: http://wireless.kernel.org/en/users/Drivers/ath10k
9997 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9998 S: Supported
9999 F: drivers/net/wireless/ath/ath10k/
10000
10001 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10002 M: Timur Tabi <timur@codeaurora.org>
10003 L: netdev@vger.kernel.org
10004 S: Supported
10005 F: drivers/net/ethernet/qualcomm/emac/
10006
10007 QUALCOMM HEXAGON ARCHITECTURE
10008 M: Richard Kuo <rkuo@codeaurora.org>
10009 L: linux-hexagon@vger.kernel.org
10010 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10011 S: Supported
10012 F: arch/hexagon/
10013
10014 QUALCOMM WCN36XX WIRELESS DRIVER
10015 M: Eugene Krasnikov <k.eugene.e@gmail.com>
10016 L: wcn36xx@lists.infradead.org
10017 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
10018 T: git git://github.com/KrasnikovEugene/wcn36xx.git
10019 S: Supported
10020 F: drivers/net/wireless/ath/wcn36xx/
10021
10022 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10023 M: Gabriel Somlo <somlo@cmu.edu>
10024 M: "Michael S. Tsirkin" <mst@redhat.com>
10025 L: qemu-devel@nongnu.org
10026 S: Maintained
10027 F: drivers/firmware/qemu_fw_cfg.c
10028
10029 RADOS BLOCK DEVICE (RBD)
10030 M: Ilya Dryomov <idryomov@gmail.com>
10031 M: Sage Weil <sage@redhat.com>
10032 M: Alex Elder <elder@kernel.org>
10033 L: ceph-devel@vger.kernel.org
10034 W: http://ceph.com/
10035 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10036 T: git git://github.com/ceph/ceph-client.git
10037 S: Supported
10038 F: Documentation/ABI/testing/sysfs-bus-rbd
10039 F: drivers/block/rbd.c
10040 F: drivers/block/rbd_types.h
10041
10042 RADEON FRAMEBUFFER DISPLAY DRIVER
10043 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
10044 L: linux-fbdev@vger.kernel.org
10045 S: Maintained
10046 F: drivers/video/fbdev/aty/radeon*
10047 F: include/uapi/linux/radeonfb.h
10048
10049 RADIOSHARK RADIO DRIVER
10050 M: Hans Verkuil <hverkuil@xs4all.nl>
10051 L: linux-media@vger.kernel.org
10052 T: git git://linuxtv.org/media_tree.git
10053 S: Maintained
10054 F: drivers/media/radio/radio-shark.c
10055
10056 RADIOSHARK2 RADIO DRIVER
10057 M: Hans Verkuil <hverkuil@xs4all.nl>
10058 L: linux-media@vger.kernel.org
10059 T: git git://linuxtv.org/media_tree.git
10060 S: Maintained
10061 F: drivers/media/radio/radio-shark2.c
10062 F: drivers/media/radio/radio-tea5777.c
10063
10064 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10065 M: Paul Mackerras <paulus@samba.org>
10066 L: linux-fbdev@vger.kernel.org
10067 S: Maintained
10068 F: drivers/video/fbdev/aty/aty128fb.c
10069
10070 RALINK MIPS ARCHITECTURE
10071 M: John Crispin <john@phrozen.org>
10072 L: linux-mips@linux-mips.org
10073 S: Maintained
10074 F: arch/mips/ralink
10075
10076 RALINK RT2X00 WIRELESS LAN DRIVER
10077 P: rt2x00 project
10078 M: Stanislaw Gruszka <sgruszka@redhat.com>
10079 M: Helmut Schaa <helmut.schaa@googlemail.com>
10080 L: linux-wireless@vger.kernel.org
10081 S: Maintained
10082 F: drivers/net/wireless/ralink/rt2x00/
10083
10084 RAMDISK RAM BLOCK DEVICE DRIVER
10085 M: Jens Axboe <axboe@kernel.dk>
10086 S: Maintained
10087 F: Documentation/blockdev/ramdisk.txt
10088 F: drivers/block/brd.c
10089
10090 RANDOM NUMBER DRIVER
10091 M: "Theodore Ts'o" <tytso@mit.edu>
10092 S: Maintained
10093 F: drivers/char/random.c
10094
10095 RAPIDIO SUBSYSTEM
10096 M: Matt Porter <mporter@kernel.crashing.org>
10097 M: Alexandre Bounine <alexandre.bounine@idt.com>
10098 S: Maintained
10099 F: drivers/rapidio/
10100
10101 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10102 L: linux-wireless@vger.kernel.org
10103 S: Orphan
10104 F: drivers/net/wireless/ray*
10105
10106 RCUTORTURE MODULE
10107 M: Josh Triplett <josh@joshtriplett.org>
10108 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10109 L: linux-kernel@vger.kernel.org
10110 S: Supported
10111 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10112 F: Documentation/RCU/torture.txt
10113 F: kernel/rcu/rcutorture.c
10114
10115 RCUTORTURE TEST FRAMEWORK
10116 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10117 M: Josh Triplett <josh@joshtriplett.org>
10118 R: Steven Rostedt <rostedt@goodmis.org>
10119 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10120 R: Lai Jiangshan <jiangshanlai@gmail.com>
10121 L: linux-kernel@vger.kernel.org
10122 S: Supported
10123 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10124 F: tools/testing/selftests/rcutorture
10125
10126 RDC R-321X SoC
10127 M: Florian Fainelli <florian@openwrt.org>
10128 S: Maintained
10129
10130 RDC R6040 FAST ETHERNET DRIVER
10131 M: Florian Fainelli <f.fainelli@gmail.com>
10132 L: netdev@vger.kernel.org
10133 S: Maintained
10134 F: drivers/net/ethernet/rdc/r6040.c
10135
10136 RDS - RELIABLE DATAGRAM SOCKETS
10137 M: Santosh Shilimkar <santosh.shilimkar@oracle.com>
10138 L: netdev@vger.kernel.org
10139 L: linux-rdma@vger.kernel.org
10140 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
10141 W: https://oss.oracle.com/projects/rds/
10142 S: Supported
10143 F: net/rds/
10144 F: Documentation/networking/rds.txt
10145
10146 RDMAVT - RDMA verbs software
10147 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
10148 L: linux-rdma@vger.kernel.org
10149 S: Supported
10150 F: drivers/infiniband/sw/rdmavt
10151
10152 READ-COPY UPDATE (RCU)
10153 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10154 M: Josh Triplett <josh@joshtriplett.org>
10155 R: Steven Rostedt <rostedt@goodmis.org>
10156 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10157 R: Lai Jiangshan <jiangshanlai@gmail.com>
10158 L: linux-kernel@vger.kernel.org
10159 W: http://www.rdrop.com/users/paulmck/RCU/
10160 S: Supported
10161 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10162 F: Documentation/RCU/
10163 X: Documentation/RCU/torture.txt
10164 F: include/linux/rcu*
10165 X: include/linux/srcu.h
10166 F: kernel/rcu/
10167 X: kernel/torture.c
10168
10169 REAL TIME CLOCK (RTC) SUBSYSTEM
10170 M: Alessandro Zummo <a.zummo@towertech.it>
10171 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
10172 L: rtc-linux@googlegroups.com
10173 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
10174 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10175 S: Maintained
10176 F: Documentation/devicetree/bindings/rtc/
10177 F: Documentation/rtc.txt
10178 F: drivers/rtc/
10179 F: include/linux/rtc.h
10180 F: include/uapi/linux/rtc.h
10181 F: include/linux/rtc/
10182 F: include/linux/platform_data/rtc-*
10183 F: tools/testing/selftests/timers/rtctest.c
10184
10185 REALTEK AUDIO CODECS
10186 M: Bard Liao <bardliao@realtek.com>
10187 M: Oder Chiou <oder_chiou@realtek.com>
10188 S: Maintained
10189 F: sound/soc/codecs/rt*
10190 F: include/sound/rt*.h
10191
10192 REISERFS FILE SYSTEM
10193 L: reiserfs-devel@vger.kernel.org
10194 S: Supported
10195 F: fs/reiserfs/
10196
10197 REGISTER MAP ABSTRACTION
10198 M: Mark Brown <broonie@kernel.org>
10199 L: linux-kernel@vger.kernel.org
10200 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10201 S: Supported
10202 F: Documentation/devicetree/bindings/regmap/
10203 F: drivers/base/regmap/
10204 F: include/linux/regmap.h
10205
10206 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10207 M: Ohad Ben-Cohen <ohad@wizery.com>
10208 M: Bjorn Andersson <bjorn.andersson@linaro.org>
10209 L: linux-remoteproc@vger.kernel.org
10210 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10211 S: Maintained
10212 F: Documentation/devicetree/bindings/remoteproc/
10213 F: Documentation/remoteproc.txt
10214 F: drivers/remoteproc/
10215 F: include/linux/remoteproc.h
10216
10217 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10218 M: Ohad Ben-Cohen <ohad@wizery.com>
10219 M: Bjorn Andersson <bjorn.andersson@linaro.org>
10220 L: linux-remoteproc@vger.kernel.org
10221 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10222 S: Maintained
10223 F: drivers/rpmsg/
10224 F: Documentation/rpmsg.txt
10225 F: include/linux/rpmsg.h
10226
10227 RENESAS CLOCK DRIVERS
10228 M: Geert Uytterhoeven <geert+renesas@glider.be>
10229 L: linux-renesas-soc@vger.kernel.org
10230 S: Supported
10231 F: drivers/clk/renesas/
10232
10233 RENESAS ETHERNET DRIVERS
10234 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10235 L: netdev@vger.kernel.org
10236 L: linux-renesas-soc@vger.kernel.org
10237 F: drivers/net/ethernet/renesas/
10238 F: include/linux/sh_eth.h
10239
10240 RENESAS USB2 PHY DRIVER
10241 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10242 L: linux-renesas-soc@vger.kernel.org
10243 S: Maintained
10244 F: drivers/phy/phy-rcar-gen3-usb2.c
10245
10246 RESET CONTROLLER FRAMEWORK
10247 M: Philipp Zabel <p.zabel@pengutronix.de>
10248 T: git git://git.pengutronix.de/git/pza/linux
10249 S: Maintained
10250 F: drivers/reset/
10251 F: Documentation/devicetree/bindings/reset/
10252 F: include/dt-bindings/reset/
10253 F: include/linux/reset.h
10254 F: include/linux/reset-controller.h
10255
10256 RFKILL
10257 M: Johannes Berg <johannes@sipsolutions.net>
10258 L: linux-wireless@vger.kernel.org
10259 W: http://wireless.kernel.org/
10260 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10261 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10262 S: Maintained
10263 F: Documentation/rfkill.txt
10264 F: net/rfkill/
10265
10266 RHASHTABLE
10267 M: Thomas Graf <tgraf@suug.ch>
10268 M: Herbert Xu <herbert@gondor.apana.org.au>
10269 L: netdev@vger.kernel.org
10270 S: Maintained
10271 F: lib/rhashtable.c
10272 F: include/linux/rhashtable.h
10273
10274 RICOH SMARTMEDIA/XD DRIVER
10275 M: Maxim Levitsky <maximlevitsky@gmail.com>
10276 S: Maintained
10277 F: drivers/mtd/nand/r852.c
10278 F: drivers/mtd/nand/r852.h
10279
10280 RICOH R5C592 MEMORYSTICK DRIVER
10281 M: Maxim Levitsky <maximlevitsky@gmail.com>
10282 S: Maintained
10283 F: drivers/memstick/host/r592.*
10284
10285 ROCCAT DRIVERS
10286 M: Stefan Achatz <erazor_de@users.sourceforge.net>
10287 W: http://sourceforge.net/projects/roccat/
10288 S: Maintained
10289 F: drivers/hid/hid-roccat*
10290 F: include/linux/hid-roccat*
10291 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
10292
10293 ROCKER DRIVER
10294 M: Jiri Pirko <jiri@resnulli.us>
10295 L: netdev@vger.kernel.org
10296 S: Supported
10297 F: drivers/net/ethernet/rocker/
10298
10299 ROCKETPORT DRIVER
10300 P: Comtrol Corp.
10301 W: http://www.comtrol.com
10302 S: Maintained
10303 F: Documentation/serial/rocket.txt
10304 F: drivers/tty/rocket*
10305
10306 ROCKETPORT EXPRESS/INFINITY DRIVER
10307 M: Kevin Cernekee <cernekee@gmail.com>
10308 L: linux-serial@vger.kernel.org
10309 S: Odd Fixes
10310 F: drivers/tty/serial/rp2.*
10311
10312 ROSE NETWORK LAYER
10313 M: Ralf Baechle <ralf@linux-mips.org>
10314 L: linux-hams@vger.kernel.org
10315 W: http://www.linux-ax25.org/
10316 S: Maintained
10317 F: include/net/rose.h
10318 F: include/uapi/linux/rose.h
10319 F: net/rose/
10320
10321 RTL2830 MEDIA DRIVER
10322 M: Antti Palosaari <crope@iki.fi>
10323 L: linux-media@vger.kernel.org
10324 W: https://linuxtv.org
10325 W: http://palosaari.fi/linux/
10326 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10327 T: git git://linuxtv.org/anttip/media_tree.git
10328 S: Maintained
10329 F: drivers/media/dvb-frontends/rtl2830*
10330
10331 RTL2832 MEDIA DRIVER
10332 M: Antti Palosaari <crope@iki.fi>
10333 L: linux-media@vger.kernel.org
10334 W: https://linuxtv.org
10335 W: http://palosaari.fi/linux/
10336 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10337 T: git git://linuxtv.org/anttip/media_tree.git
10338 S: Maintained
10339 F: drivers/media/dvb-frontends/rtl2832*
10340
10341 RTL2832_SDR MEDIA DRIVER
10342 M: Antti Palosaari <crope@iki.fi>
10343 L: linux-media@vger.kernel.org
10344 W: https://linuxtv.org
10345 W: http://palosaari.fi/linux/
10346 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10347 T: git git://linuxtv.org/anttip/media_tree.git
10348 S: Maintained
10349 F: drivers/media/dvb-frontends/rtl2832_sdr*
10350
10351 RTL8180 WIRELESS DRIVER
10352 L: linux-wireless@vger.kernel.org
10353 W: http://wireless.kernel.org/
10354 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10355 S: Orphan
10356 F: drivers/net/wireless/realtek/rtl818x/rtl8180/
10357
10358 RTL8187 WIRELESS DRIVER
10359 M: Herton Ronaldo Krzesinski <herton@canonical.com>
10360 M: Hin-Tak Leung <htl10@users.sourceforge.net>
10361 M: Larry Finger <Larry.Finger@lwfinger.net>
10362 L: linux-wireless@vger.kernel.org
10363 W: http://wireless.kernel.org/
10364 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10365 S: Maintained
10366 F: drivers/net/wireless/realtek/rtl818x/rtl8187/
10367
10368 RTL8192CE WIRELESS DRIVER
10369 M: Larry Finger <Larry.Finger@lwfinger.net>
10370 M: Chaoming Li <chaoming_li@realsil.com.cn>
10371 L: linux-wireless@vger.kernel.org
10372 W: http://wireless.kernel.org/
10373 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10374 S: Maintained
10375 F: drivers/net/wireless/realtek/rtlwifi/
10376 F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10377
10378 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10379 M: Jes Sorensen <Jes.Sorensen@redhat.com>
10380 L: linux-wireless@vger.kernel.org
10381 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10382 S: Maintained
10383 F: drivers/net/wireless/realtek/rtl8xxxu/
10384
10385 S3 SAVAGE FRAMEBUFFER DRIVER
10386 M: Antonino Daplas <adaplas@gmail.com>
10387 L: linux-fbdev@vger.kernel.org
10388 S: Maintained
10389 F: drivers/video/fbdev/savage/
10390
10391 S390
10392 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
10393 M: Heiko Carstens <heiko.carstens@de.ibm.com>
10394 L: linux-s390@vger.kernel.org
10395 W: http://www.ibm.com/developerworks/linux/linux390/
10396 T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10397 S: Supported
10398 F: arch/s390/
10399 F: drivers/s390/
10400 F: Documentation/s390/
10401 F: Documentation/DocBook/s390*
10402
10403 S390 COMMON I/O LAYER
10404 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10405 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10406 L: linux-s390@vger.kernel.org
10407 W: http://www.ibm.com/developerworks/linux/linux390/
10408 S: Supported
10409 F: drivers/s390/cio/
10410
10411 S390 DASD DRIVER
10412 M: Stefan Haberland <sth@linux.vnet.ibm.com>
10413 M: Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
10414 L: linux-s390@vger.kernel.org
10415 W: http://www.ibm.com/developerworks/linux/linux390/
10416 S: Supported
10417 F: drivers/s390/block/dasd*
10418 F: block/partitions/ibm.c
10419
10420 S390 NETWORK DRIVERS
10421 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10422 L: linux-s390@vger.kernel.org
10423 W: http://www.ibm.com/developerworks/linux/linux390/
10424 S: Supported
10425 F: drivers/s390/net/
10426
10427 S390 PCI SUBSYSTEM
10428 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10429 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10430 L: linux-s390@vger.kernel.org
10431 W: http://www.ibm.com/developerworks/linux/linux390/
10432 S: Supported
10433 F: arch/s390/pci/
10434 F: drivers/pci/hotplug/s390_pci_hpc.c
10435
10436 S390 ZCRYPT DRIVER
10437 M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
10438 L: linux-s390@vger.kernel.org
10439 W: http://www.ibm.com/developerworks/linux/linux390/
10440 S: Supported
10441 F: drivers/s390/crypto/
10442
10443 S390 ZFCP DRIVER
10444 M: Steffen Maier <maier@linux.vnet.ibm.com>
10445 L: linux-s390@vger.kernel.org
10446 W: http://www.ibm.com/developerworks/linux/linux390/
10447 S: Supported
10448 F: drivers/s390/scsi/zfcp_*
10449
10450 S390 IUCV NETWORK LAYER
10451 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10452 L: linux-s390@vger.kernel.org
10453 W: http://www.ibm.com/developerworks/linux/linux390/
10454 S: Supported
10455 F: drivers/s390/net/*iucv*
10456 F: include/net/iucv/
10457 F: net/iucv/
10458
10459 S390 IOMMU (PCI)
10460 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10461 L: linux-s390@vger.kernel.org
10462 W: http://www.ibm.com/developerworks/linux/linux390/
10463 S: Supported
10464 F: drivers/iommu/s390-iommu.c
10465
10466 S3C24XX SD/MMC Driver
10467 M: Ben Dooks <ben-linux@fluff.org>
10468 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10469 S: Supported
10470 F: drivers/mmc/host/s3cmci.*
10471
10472 SAA6588 RDS RECEIVER DRIVER
10473 M: Hans Verkuil <hverkuil@xs4all.nl>
10474 L: linux-media@vger.kernel.org
10475 T: git git://linuxtv.org/media_tree.git
10476 W: https://linuxtv.org
10477 S: Odd Fixes
10478 F: drivers/media/i2c/saa6588*
10479
10480 SAA7134 VIDEO4LINUX DRIVER
10481 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10482 M: Mauro Carvalho Chehab <mchehab@kernel.org>
10483 L: linux-media@vger.kernel.org
10484 W: https://linuxtv.org
10485 T: git git://linuxtv.org/media_tree.git
10486 S: Odd fixes
10487 F: Documentation/media/v4l-drivers/saa7134*
10488 F: drivers/media/pci/saa7134/
10489
10490 SAA7146 VIDEO4LINUX-2 DRIVER
10491 M: Hans Verkuil <hverkuil@xs4all.nl>
10492 L: linux-media@vger.kernel.org
10493 T: git git://linuxtv.org/media_tree.git
10494 S: Maintained
10495 F: drivers/media/common/saa7146/
10496 F: drivers/media/pci/saa7146/
10497 F: include/media/saa7146*
10498
10499 SAMSUNG LAPTOP DRIVER
10500 M: Corentin Chary <corentin.chary@gmail.com>
10501 L: platform-driver-x86@vger.kernel.org
10502 S: Maintained
10503 F: drivers/platform/x86/samsung-laptop.c
10504
10505 SAMSUNG AUDIO (ASoC) DRIVERS
10506 M: Krzysztof Kozlowski <krzk@kernel.org>
10507 M: Sangbeom Kim <sbkim73@samsung.com>
10508 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10509 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10510 S: Supported
10511 F: sound/soc/samsung/
10512
10513 SAMSUNG FRAMEBUFFER DRIVER
10514 M: Jingoo Han <jingoohan1@gmail.com>
10515 L: linux-fbdev@vger.kernel.org
10516 S: Maintained
10517 F: drivers/video/fbdev/s3c-fb.c
10518
10519 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10520 M: Sangbeom Kim <sbkim73@samsung.com>
10521 M: Krzysztof Kozlowski <krzk@kernel.org>
10522 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10523 L: linux-kernel@vger.kernel.org
10524 L: linux-samsung-soc@vger.kernel.org
10525 S: Supported
10526 F: drivers/mfd/sec*.c
10527 F: drivers/regulator/s2m*.c
10528 F: drivers/regulator/s5m*.c
10529 F: drivers/clk/clk-s2mps11.c
10530 F: drivers/rtc/rtc-s5m.c
10531 F: include/linux/mfd/samsung/
10532 F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10533 F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10534 F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10535 F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10536
10537 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10538 M: Kyungmin Park <kyungmin.park@samsung.com>
10539 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10540 L: linux-media@vger.kernel.org
10541 Q: https://patchwork.linuxtv.org/project/linux-media/list/
10542 S: Supported
10543 F: drivers/media/platform/exynos4-is/
10544
10545 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10546 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10547 L: linux-media@vger.kernel.org
10548 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10549 S: Maintained
10550 F: drivers/media/platform/s3c-camif/
10551 F: include/media/drv-intf/s3c_camif.h
10552
10553 SAMSUNG S5C73M3 CAMERA DRIVER
10554 M: Kyungmin Park <kyungmin.park@samsung.com>
10555 M: Andrzej Hajda <a.hajda@samsung.com>
10556 L: linux-media@vger.kernel.org
10557 S: Supported
10558 F: drivers/media/i2c/s5c73m3/*
10559
10560 SAMSUNG S5K5BAF CAMERA DRIVER
10561 M: Kyungmin Park <kyungmin.park@samsung.com>
10562 M: Andrzej Hajda <a.hajda@samsung.com>
10563 L: linux-media@vger.kernel.org
10564 S: Supported
10565 F: drivers/media/i2c/s5k5baf.c
10566
10567 SAMSUNG S3FWRN5 NFC DRIVER
10568 M: Robert Baldyga <r.baldyga@samsung.com>
10569 M: Krzysztof Opasiak <k.opasiak@samsung.com>
10570 L: linux-nfc@lists.01.org (moderated for non-subscribers)
10571 S: Supported
10572 F: drivers/nfc/s3fwrn5
10573
10574 SAMSUNG SOC CLOCK DRIVERS
10575 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10576 M: Tomasz Figa <tomasz.figa@gmail.com>
10577 M: Chanwoo Choi <cw00.choi@samsung.com>
10578 S: Supported
10579 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10580 F: drivers/clk/samsung/
10581 F: include/dt-bindings/clock/exynos*.h
10582 F: Documentation/devicetree/bindings/clock/exynos*.txt
10583
10584 SAMSUNG SPI DRIVERS
10585 M: Kukjin Kim <kgene@kernel.org>
10586 M: Krzysztof Kozlowski <krzk@kernel.org>
10587 M: Andi Shyti <andi.shyti@samsung.com>
10588 L: linux-spi@vger.kernel.org
10589 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10590 S: Maintained
10591 F: Documentation/devicetree/bindings/spi/spi-samsung.txt
10592 F: drivers/spi/spi-s3c*
10593 F: include/linux/platform_data/spi-s3c64xx.h
10594
10595 SAMSUNG SXGBE DRIVERS
10596 M: Byungho An <bh74.an@samsung.com>
10597 M: Girish K S <ks.giri@samsung.com>
10598 M: Vipul Pandya <vipul.pandya@samsung.com>
10599 S: Supported
10600 L: netdev@vger.kernel.org
10601 F: drivers/net/ethernet/samsung/sxgbe/
10602
10603 SAMSUNG THERMAL DRIVER
10604 M: Lukasz Majewski <l.majewski@samsung.com>
10605 L: linux-pm@vger.kernel.org
10606 L: linux-samsung-soc@vger.kernel.org
10607 S: Supported
10608 T: git https://github.com/lmajewski/linux-samsung-thermal.git
10609 F: drivers/thermal/samsung/
10610
10611 SAMSUNG USB2 PHY DRIVER
10612 M: Kamil Debski <kamil@wypas.org>
10613 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10614 L: linux-kernel@vger.kernel.org
10615 S: Supported
10616 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
10617 F: Documentation/phy/samsung-usb2.txt
10618 F: drivers/phy/phy-exynos4210-usb2.c
10619 F: drivers/phy/phy-exynos4x12-usb2.c
10620 F: drivers/phy/phy-exynos5250-usb2.c
10621 F: drivers/phy/phy-s5pv210-usb2.c
10622 F: drivers/phy/phy-samsung-usb2.c
10623 F: drivers/phy/phy-samsung-usb2.h
10624
10625 SERIAL DRIVERS
10626 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10627 L: linux-serial@vger.kernel.org
10628 S: Maintained
10629 F: Documentation/devicetree/bindings/serial/
10630 F: drivers/tty/serial/
10631
10632 STI CEC DRIVER
10633 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
10634 L: kernel@stlinux.com
10635 S: Maintained
10636 F: drivers/staging/media/st-cec/
10637 F: Documentation/devicetree/bindings/media/stih-cec.txt
10638
10639 SYNOPSYS DESIGNWARE DMAC DRIVER
10640 M: Viresh Kumar <vireshk@kernel.org>
10641 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10642 S: Maintained
10643 F: include/linux/dma/dw.h
10644 F: include/linux/platform_data/dma-dw.h
10645 F: drivers/dma/dw/
10646
10647 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10648 M: Lars Persson <lars.persson@axis.com>
10649 L: netdev@vger.kernel.org
10650 S: Supported
10651 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10652 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10653
10654 SYNOPSYS DESIGNWARE I2C DRIVER
10655 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
10656 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10657 R: Mika Westerberg <mika.westerberg@linux.intel.com>
10658 L: linux-i2c@vger.kernel.org
10659 S: Maintained
10660 F: drivers/i2c/busses/i2c-designware-*
10661 F: include/linux/platform_data/i2c-designware.h
10662
10663 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10664 M: Jaehoon Chung <jh80.chung@samsung.com>
10665 L: linux-mmc@vger.kernel.org
10666 S: Maintained
10667 F: include/linux/mmc/dw_mmc.h
10668 F: drivers/mmc/host/dw_mmc*
10669
10670 SYSTEM TRACE MODULE CLASS
10671 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
10672 S: Maintained
10673 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10674 F: Documentation/trace/stm.txt
10675 F: drivers/hwtracing/stm/
10676 F: include/linux/stm.h
10677 F: include/uapi/linux/stm.h
10678
10679 THUNDERBOLT DRIVER
10680 M: Andreas Noever <andreas.noever@gmail.com>
10681 S: Maintained
10682 F: drivers/thunderbolt/
10683
10684 TI BQ27XXX POWER SUPPLY DRIVER
10685 R: Andrew F. Davis <afd@ti.com>
10686 F: include/linux/power/bq27xxx_battery.h
10687 F: drivers/power/supply/bq27xxx_battery.c
10688 F: drivers/power/supply/bq27xxx_battery_i2c.c
10689
10690 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10691 M: John Stultz <john.stultz@linaro.org>
10692 M: Thomas Gleixner <tglx@linutronix.de>
10693 L: linux-kernel@vger.kernel.org
10694 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10695 S: Supported
10696 F: include/linux/clocksource.h
10697 F: include/linux/time.h
10698 F: include/linux/timex.h
10699 F: include/uapi/linux/time.h
10700 F: include/uapi/linux/timex.h
10701 F: kernel/time/clocksource.c
10702 F: kernel/time/time*.c
10703 F: kernel/time/alarmtimer.c
10704 F: kernel/time/ntp.c
10705 F: tools/testing/selftests/timers/
10706
10707 SC1200 WDT DRIVER
10708 M: Zwane Mwaikambo <zwanem@gmail.com>
10709 S: Maintained
10710 F: drivers/watchdog/sc1200wdt.c
10711
10712 SCHEDULER
10713 M: Ingo Molnar <mingo@redhat.com>
10714 M: Peter Zijlstra <peterz@infradead.org>
10715 L: linux-kernel@vger.kernel.org
10716 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10717 S: Maintained
10718 F: kernel/sched/
10719 F: include/linux/sched.h
10720 F: include/uapi/linux/sched.h
10721 F: include/linux/wait.h
10722
10723 SCORE ARCHITECTURE
10724 M: Chen Liqin <liqin.linux@gmail.com>
10725 M: Lennox Wu <lennox.wu@gmail.com>
10726 W: http://www.sunplus.com
10727 S: Supported
10728 F: arch/score/
10729
10730 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10731 M: Sudeep Holla <sudeep.holla@arm.com>
10732 L: linux-arm-kernel@lists.infradead.org
10733 S: Maintained
10734 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
10735 F: drivers/clk/clk-scpi.c
10736 F: drivers/cpufreq/scpi-cpufreq.c
10737 F: drivers/firmware/arm_scpi.c
10738 F: include/linux/scpi_protocol.h
10739
10740 SCSI CDROM DRIVER
10741 M: Jens Axboe <axboe@kernel.dk>
10742 L: linux-scsi@vger.kernel.org
10743 W: http://www.kernel.dk
10744 S: Maintained
10745 F: drivers/scsi/sr*
10746
10747 SCSI RDMA PROTOCOL (SRP) INITIATOR
10748 M: Bart Van Assche <bart.vanassche@sandisk.com>
10749 L: linux-rdma@vger.kernel.org
10750 S: Supported
10751 W: http://www.openfabrics.org
10752 Q: http://patchwork.kernel.org/project/linux-rdma/list/
10753 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10754 F: drivers/infiniband/ulp/srp/
10755 F: include/scsi/srp.h
10756
10757 SCSI SG DRIVER
10758 M: Doug Gilbert <dgilbert@interlog.com>
10759 L: linux-scsi@vger.kernel.org
10760 W: http://sg.danny.cz/sg
10761 S: Maintained
10762 F: Documentation/scsi/scsi-generic.txt
10763 F: drivers/scsi/sg.c
10764 F: include/scsi/sg.h
10765
10766 SCSI SUBSYSTEM
10767 M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10768 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10769 M: "Martin K. Petersen" <martin.petersen@oracle.com>
10770 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10771 L: linux-scsi@vger.kernel.org
10772 S: Maintained
10773 F: Documentation/devicetree/bindings/scsi/
10774 F: drivers/scsi/
10775 F: include/scsi/
10776
10777 SCSI TAPE DRIVER
10778 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10779 L: linux-scsi@vger.kernel.org
10780 S: Maintained
10781 F: Documentation/scsi/st.txt
10782 F: drivers/scsi/st.*
10783 F: drivers/scsi/st_*.h
10784
10785 SCTP PROTOCOL
10786 M: Vlad Yasevich <vyasevich@gmail.com>
10787 M: Neil Horman <nhorman@tuxdriver.com>
10788 L: linux-sctp@vger.kernel.org
10789 W: http://lksctp.sourceforge.net
10790 S: Maintained
10791 F: Documentation/networking/sctp.txt
10792 F: include/linux/sctp.h
10793 F: include/uapi/linux/sctp.h
10794 F: include/net/sctp/
10795 F: net/sctp/
10796
10797 SCx200 CPU SUPPORT
10798 M: Jim Cromie <jim.cromie@gmail.com>
10799 S: Odd Fixes
10800 F: Documentation/i2c/busses/scx200_acb
10801 F: arch/x86/platform/scx200/
10802 F: drivers/watchdog/scx200_wdt.c
10803 F: drivers/i2c/busses/scx200*
10804 F: drivers/mtd/maps/scx200_docflash.c
10805 F: include/linux/scx200.h
10806
10807 SCx200 GPIO DRIVER
10808 M: Jim Cromie <jim.cromie@gmail.com>
10809 S: Maintained
10810 F: drivers/char/scx200_gpio.c
10811 F: include/linux/scx200_gpio.h
10812
10813 SCx200 HRT CLOCKSOURCE DRIVER
10814 M: Jim Cromie <jim.cromie@gmail.com>
10815 S: Maintained
10816 F: drivers/clocksource/scx200_hrt.c
10817
10818 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10819 M: Sascha Sommer <saschasommer@freenet.de>
10820 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10821 S: Maintained
10822 F: drivers/mmc/host/sdricoh_cs.c
10823
10824 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10825 M: Adrian Hunter <adrian.hunter@intel.com>
10826 L: linux-mmc@vger.kernel.org
10827 T: git git://git.infradead.org/users/ahunter/linux-sdhci.git
10828 S: Maintained
10829 F: drivers/mmc/host/sdhci*
10830 F: include/linux/mmc/sdhci*
10831
10832 SECURE COMPUTING
10833 M: Kees Cook <keescook@chromium.org>
10834 R: Andy Lutomirski <luto@amacapital.net>
10835 R: Will Drewry <wad@chromium.org>
10836 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10837 S: Supported
10838 F: kernel/seccomp.c
10839 F: include/uapi/linux/seccomp.h
10840 F: include/linux/seccomp.h
10841 F: tools/testing/selftests/seccomp/*
10842 K: \bsecure_computing
10843 K: \bTIF_SECCOMP\b
10844
10845 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10846 M: Al Cooper <alcooperx@gmail.com>
10847 L: linux-mmc@vger.kernel.org
10848 L: bcm-kernel-feedback-list@broadcom.com
10849 S: Maintained
10850 F: drivers/mmc/host/sdhci-brcmstb*
10851
10852 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10853 M: Ben Dooks <ben-linux@fluff.org>
10854 M: Jaehoon Chung <jh80.chung@samsung.com>
10855 L: linux-mmc@vger.kernel.org
10856 S: Maintained
10857 F: drivers/mmc/host/sdhci-s3c*
10858
10859 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10860 M: Viresh Kumar <vireshk@kernel.org>
10861 L: linux-mmc@vger.kernel.org
10862 S: Maintained
10863 F: drivers/mmc/host/sdhci-spear.c
10864
10865 SECURITY SUBSYSTEM
10866 M: James Morris <james.l.morris@oracle.com>
10867 M: "Serge E. Hallyn" <serge@hallyn.com>
10868 L: linux-security-module@vger.kernel.org (suggested Cc:)
10869 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10870 W: http://kernsec.org/
10871 S: Supported
10872 F: security/
10873
10874 SECURITY CONTACT
10875 M: Security Officers <security@kernel.org>
10876 S: Supported
10877
10878 SELINUX SECURITY MODULE
10879 M: Paul Moore <paul@paul-moore.com>
10880 M: Stephen Smalley <sds@tycho.nsa.gov>
10881 M: Eric Paris <eparis@parisplace.org>
10882 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
10883 W: http://selinuxproject.org
10884 T: git git://git.infradead.org/users/pcmoore/selinux
10885 S: Supported
10886 F: include/linux/selinux*
10887 F: security/selinux/
10888 F: scripts/selinux/
10889
10890 APPARMOR SECURITY MODULE
10891 M: John Johansen <john.johansen@canonical.com>
10892 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10893 W: apparmor.wiki.kernel.org
10894 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10895 S: Supported
10896 F: security/apparmor/
10897
10898 LOADPIN SECURITY MODULE
10899 M: Kees Cook <keescook@chromium.org>
10900 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10901 S: Supported
10902 F: security/loadpin/
10903
10904 YAMA SECURITY MODULE
10905 M: Kees Cook <keescook@chromium.org>
10906 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10907 S: Supported
10908 F: security/yama/
10909
10910 SENSABLE PHANTOM
10911 M: Jiri Slaby <jirislaby@gmail.com>
10912 S: Maintained
10913 F: drivers/misc/phantom.c
10914 F: include/uapi/linux/phantom.h
10915
10916 Emulex 10Gbps iSCSI - OneConnect DRIVER
10917 M: Subbu Seetharaman <subbu.seetharaman@broadcom.com>
10918 M: Ketan Mukadam <ketan.mukadam@broadcom.com>
10919 M: Jitendra Bhivare <jitendra.bhivare@broadcom.com>
10920 L: linux-scsi@vger.kernel.org
10921 W: http://www.broadcom.com
10922 S: Supported
10923 F: drivers/scsi/be2iscsi/
10924
10925 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
10926 M: Sathya Perla <sathya.perla@broadcom.com>
10927 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
10928 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10929 M: Somnath Kotur <somnath.kotur@broadcom.com>
10930 L: netdev@vger.kernel.org
10931 W: http://www.emulex.com
10932 S: Supported
10933 F: drivers/net/ethernet/emulex/benet/
10934
10935 EMULEX ONECONNECT ROCE DRIVER
10936 M: Selvin Xavier <selvin.xavier@avagotech.com>
10937 M: Devesh Sharma <devesh.sharma@avagotech.com>
10938 M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10939 L: linux-rdma@vger.kernel.org
10940 W: http://www.emulex.com
10941 S: Supported
10942 F: drivers/infiniband/hw/ocrdma/
10943 F: include/uapi/rdma/ocrdma-abi.h
10944
10945 SFC NETWORK DRIVER
10946 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10947 M: Edward Cree <ecree@solarflare.com>
10948 M: Bert Kenward <bkenward@solarflare.com>
10949 L: netdev@vger.kernel.org
10950 S: Supported
10951 F: drivers/net/ethernet/sfc/
10952
10953 SGI GRU DRIVER
10954 M: Dimitri Sivanich <sivanich@sgi.com>
10955 S: Maintained
10956 F: drivers/misc/sgi-gru/
10957
10958 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10959 M: Pat Gefre <pfg@sgi.com>
10960 L: linux-ia64@vger.kernel.org
10961 S: Supported
10962 F: Documentation/ia64/serial.txt
10963 F: drivers/tty/serial/ioc?_serial.c
10964 F: include/linux/ioc?.h
10965
10966 SGI XP/XPC/XPNET DRIVER
10967 M: Cliff Whickman <cpw@sgi.com>
10968 M: Robin Holt <robinmholt@gmail.com>
10969 S: Maintained
10970 F: drivers/misc/sgi-xp/
10971
10972 SI2157 MEDIA DRIVER
10973 M: Antti Palosaari <crope@iki.fi>
10974 L: linux-media@vger.kernel.org
10975 W: https://linuxtv.org
10976 W: http://palosaari.fi/linux/
10977 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10978 T: git git://linuxtv.org/anttip/media_tree.git
10979 S: Maintained
10980 F: drivers/media/tuners/si2157*
10981
10982 SI2168 MEDIA DRIVER
10983 M: Antti Palosaari <crope@iki.fi>
10984 L: linux-media@vger.kernel.org
10985 W: https://linuxtv.org
10986 W: http://palosaari.fi/linux/
10987 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10988 T: git git://linuxtv.org/anttip/media_tree.git
10989 S: Maintained
10990 F: drivers/media/dvb-frontends/si2168*
10991
10992 SI470X FM RADIO RECEIVER I2C DRIVER
10993 M: Hans Verkuil <hverkuil@xs4all.nl>
10994 L: linux-media@vger.kernel.org
10995 T: git git://linuxtv.org/media_tree.git
10996 W: https://linuxtv.org
10997 S: Odd Fixes
10998 F: drivers/media/radio/si470x/radio-si470x-i2c.c
10999
11000 SI470X FM RADIO RECEIVER USB DRIVER
11001 M: Hans Verkuil <hverkuil@xs4all.nl>
11002 L: linux-media@vger.kernel.org
11003 T: git git://linuxtv.org/media_tree.git
11004 W: https://linuxtv.org
11005 S: Maintained
11006 F: drivers/media/radio/si470x/radio-si470x-common.c
11007 F: drivers/media/radio/si470x/radio-si470x.h
11008 F: drivers/media/radio/si470x/radio-si470x-usb.c
11009
11010 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11011 M: Eduardo Valentin <edubezval@gmail.com>
11012 L: linux-media@vger.kernel.org
11013 T: git git://linuxtv.org/media_tree.git
11014 W: https://linuxtv.org
11015 S: Odd Fixes
11016 F: drivers/media/radio/si4713/si4713.?
11017
11018 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11019 M: Eduardo Valentin <edubezval@gmail.com>
11020 L: linux-media@vger.kernel.org
11021 T: git git://linuxtv.org/media_tree.git
11022 W: https://linuxtv.org
11023 S: Odd Fixes
11024 F: drivers/media/radio/si4713/radio-platform-si4713.c
11025
11026 SI4713 FM RADIO TRANSMITTER USB DRIVER
11027 M: Hans Verkuil <hverkuil@xs4all.nl>
11028 L: linux-media@vger.kernel.org
11029 T: git git://linuxtv.org/media_tree.git
11030 W: https://linuxtv.org
11031 S: Maintained
11032 F: drivers/media/radio/si4713/radio-usb-si4713.c
11033
11034 SIANO DVB DRIVER
11035 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11036 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11037 L: linux-media@vger.kernel.org
11038 W: https://linuxtv.org
11039 T: git git://linuxtv.org/media_tree.git
11040 S: Odd fixes
11041 F: drivers/media/common/siano/
11042 F: drivers/media/usb/siano/
11043 F: drivers/media/usb/siano/
11044 F: drivers/media/mmc/siano/
11045
11046 SIMPLEFB FB DRIVER
11047 M: Hans de Goede <hdegoede@redhat.com>
11048 L: linux-fbdev@vger.kernel.org
11049 S: Maintained
11050 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
11051 F: drivers/video/fbdev/simplefb.c
11052 F: include/linux/platform_data/simplefb.h
11053
11054 SH_VEU V4L2 MEM2MEM DRIVER
11055 L: linux-media@vger.kernel.org
11056 S: Orphan
11057 F: drivers/media/platform/sh_veu.c
11058
11059 SH_VOU V4L2 OUTPUT DRIVER
11060 L: linux-media@vger.kernel.org
11061 S: Orphan
11062 F: drivers/media/platform/sh_vou.c
11063 F: include/media/drv-intf/sh_vou.h
11064
11065 SIMPLE FIRMWARE INTERFACE (SFI)
11066 M: Len Brown <lenb@kernel.org>
11067 L: sfi-devel@simplefirmware.org
11068 W: http://simplefirmware.org/
11069 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11070 S: Supported
11071 F: arch/x86/platform/sfi/
11072 F: drivers/sfi/
11073 F: include/linux/sfi*.h
11074
11075 SIMTEC EB110ATX (Chalice CATS)
11076 P: Ben Dooks
11077 P: Vincent Sanders <vince@simtec.co.uk>
11078 M: Simtec Linux Team <linux@simtec.co.uk>
11079 W: http://www.simtec.co.uk/products/EB110ATX/
11080 S: Supported
11081
11082 SIMTEC EB2410ITX (BAST)
11083 P: Ben Dooks
11084 P: Vincent Sanders <vince@simtec.co.uk>
11085 M: Simtec Linux Team <linux@simtec.co.uk>
11086 W: http://www.simtec.co.uk/products/EB2410ITX/
11087 S: Supported
11088 F: arch/arm/mach-s3c24xx/mach-bast.c
11089 F: arch/arm/mach-s3c24xx/bast-ide.c
11090 F: arch/arm/mach-s3c24xx/bast-irq.c
11091
11092 TI DAVINCI MACHINE SUPPORT
11093 M: Sekhar Nori <nsekhar@ti.com>
11094 M: Kevin Hilman <khilman@kernel.org>
11095 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11096 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11097 S: Supported
11098 F: arch/arm/mach-davinci/
11099 F: drivers/i2c/busses/i2c-davinci.c
11100
11101 TI DAVINCI SERIES MEDIA DRIVER
11102 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11103 L: linux-media@vger.kernel.org
11104 W: https://linuxtv.org
11105 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11106 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11107 S: Maintained
11108 F: drivers/media/platform/davinci/
11109 F: include/media/davinci/
11110
11111 TI AM437X VPFE DRIVER
11112 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11113 L: linux-media@vger.kernel.org
11114 W: https://linuxtv.org
11115 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11116 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11117 S: Maintained
11118 F: drivers/media/platform/am437x/
11119
11120 OV2659 OMNIVISION SENSOR DRIVER
11121 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11122 L: linux-media@vger.kernel.org
11123 W: https://linuxtv.org
11124 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11125 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11126 S: Maintained
11127 F: drivers/media/i2c/ov2659.c
11128 F: include/media/i2c/ov2659.h
11129
11130 SILICON MOTION SM712 FRAME BUFFER DRIVER
11131 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11132 M: Teddy Wang <teddy.wang@siliconmotion.com>
11133 M: Sudip Mukherjee <sudip@vectorindia.org>
11134 L: linux-fbdev@vger.kernel.org
11135 S: Maintained
11136 F: drivers/video/fbdev/sm712*
11137 F: Documentation/fb/sm712fb.txt
11138
11139 SIS 190 ETHERNET DRIVER
11140 M: Francois Romieu <romieu@fr.zoreil.com>
11141 L: netdev@vger.kernel.org
11142 S: Maintained
11143 F: drivers/net/ethernet/sis/sis190.c
11144
11145 SIS 900/7016 FAST ETHERNET DRIVER
11146 M: Daniele Venzano <venza@brownhat.org>
11147 W: http://www.brownhat.org/sis900.html
11148 L: netdev@vger.kernel.org
11149 S: Maintained
11150 F: drivers/net/ethernet/sis/sis900.*
11151
11152 SIS FRAMEBUFFER DRIVER
11153 M: Thomas Winischhofer <thomas@winischhofer.net>
11154 W: http://www.winischhofer.net/linuxsisvga.shtml
11155 S: Maintained
11156 F: Documentation/fb/sisfb.txt
11157 F: drivers/video/fbdev/sis/
11158 F: include/video/sisfb.h
11159
11160 SIS USB2VGA DRIVER
11161 M: Thomas Winischhofer <thomas@winischhofer.net>
11162 W: http://www.winischhofer.at/linuxsisusbvga.shtml
11163 S: Maintained
11164 F: drivers/usb/misc/sisusbvga/
11165
11166 SLAB ALLOCATOR
11167 M: Christoph Lameter <cl@linux.com>
11168 M: Pekka Enberg <penberg@kernel.org>
11169 M: David Rientjes <rientjes@google.com>
11170 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
11171 M: Andrew Morton <akpm@linux-foundation.org>
11172 L: linux-mm@kvack.org
11173 S: Maintained
11174 F: include/linux/sl?b*.h
11175 F: mm/sl?b*
11176
11177 SLEEPABLE READ-COPY UPDATE (SRCU)
11178 M: Lai Jiangshan <jiangshanlai@gmail.com>
11179 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11180 M: Josh Triplett <josh@joshtriplett.org>
11181 R: Steven Rostedt <rostedt@goodmis.org>
11182 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11183 L: linux-kernel@vger.kernel.org
11184 W: http://www.rdrop.com/users/paulmck/RCU/
11185 S: Supported
11186 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11187 F: include/linux/srcu.h
11188 F: kernel/rcu/srcu.c
11189
11190 SMACK SECURITY MODULE
11191 M: Casey Schaufler <casey@schaufler-ca.com>
11192 L: linux-security-module@vger.kernel.org
11193 W: http://schaufler-ca.com
11194 T: git git://github.com/cschaufler/smack-next
11195 S: Maintained
11196 F: Documentation/security/Smack.txt
11197 F: security/smack/
11198
11199 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11200 M: Kevin Hilman <khilman@kernel.org>
11201 M: Nishanth Menon <nm@ti.com>
11202 S: Maintained
11203 F: drivers/power/avs/
11204 F: include/linux/power/smartreflex.h
11205 L: linux-pm@vger.kernel.org
11206
11207 SMC91x ETHERNET DRIVER
11208 M: Nicolas Pitre <nico@fluxnic.net>
11209 S: Odd Fixes
11210 F: drivers/net/ethernet/smsc/smc91x.*
11211
11212 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11213 M: Sakari Ailus <sakari.ailus@iki.fi>
11214 L: linux-media@vger.kernel.org
11215 S: Maintained
11216 F: drivers/media/i2c/smiapp/
11217 F: include/media/i2c/smiapp.h
11218 F: drivers/media/i2c/smiapp-pll.c
11219 F: drivers/media/i2c/smiapp-pll.h
11220 F: include/uapi/linux/smiapp.h
11221 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11222
11223 SMM665 HARDWARE MONITOR DRIVER
11224 M: Guenter Roeck <linux@roeck-us.net>
11225 L: linux-hwmon@vger.kernel.org
11226 S: Maintained
11227 F: Documentation/hwmon/smm665
11228 F: drivers/hwmon/smm665.c
11229
11230 SMSC EMC2103 HARDWARE MONITOR DRIVER
11231 M: Steve Glendinning <steve.glendinning@shawell.net>
11232 L: linux-hwmon@vger.kernel.org
11233 S: Maintained
11234 F: Documentation/hwmon/emc2103
11235 F: drivers/hwmon/emc2103.c
11236
11237 SMSC SCH5627 HARDWARE MONITOR DRIVER
11238 M: Hans de Goede <hdegoede@redhat.com>
11239 L: linux-hwmon@vger.kernel.org
11240 S: Supported
11241 F: Documentation/hwmon/sch5627
11242 F: drivers/hwmon/sch5627.c
11243
11244 SMSC47B397 HARDWARE MONITOR DRIVER
11245 M: Jean Delvare <jdelvare@suse.com>
11246 L: linux-hwmon@vger.kernel.org
11247 S: Maintained
11248 F: Documentation/hwmon/smsc47b397
11249 F: drivers/hwmon/smsc47b397.c
11250
11251 SMSC911x ETHERNET DRIVER
11252 M: Steve Glendinning <steve.glendinning@shawell.net>
11253 L: netdev@vger.kernel.org
11254 S: Maintained
11255 F: include/linux/smsc911x.h
11256 F: drivers/net/ethernet/smsc/smsc911x.*
11257
11258 SMSC9420 PCI ETHERNET DRIVER
11259 M: Steve Glendinning <steve.glendinning@shawell.net>
11260 L: netdev@vger.kernel.org
11261 S: Maintained
11262 F: drivers/net/ethernet/smsc/smsc9420.*
11263
11264 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11265 M: Steve Glendinning <steve.glendinning@shawell.net>
11266 L: linux-fbdev@vger.kernel.org
11267 S: Maintained
11268 F: drivers/video/fbdev/smscufx.c
11269
11270 SOC-CAMERA V4L2 SUBSYSTEM
11271 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11272 L: linux-media@vger.kernel.org
11273 T: git git://linuxtv.org/media_tree.git
11274 S: Maintained
11275 F: include/media/soc*
11276 F: drivers/media/i2c/soc_camera/
11277 F: drivers/media/platform/soc_camera/
11278
11279 SOEKRIS NET48XX LED SUPPORT
11280 M: Chris Boot <bootc@bootc.net>
11281 S: Maintained
11282 F: drivers/leds/leds-net48xx.c
11283
11284 SOFTLOGIC 6x10 MPEG CODEC
11285 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11286 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11287 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
11288 M: Ismael Luceno <ismael@iodev.co.uk>
11289 L: linux-media@vger.kernel.org
11290 S: Supported
11291 F: drivers/media/pci/solo6x10/
11292
11293 SOFTWARE RAID (Multiple Disks) SUPPORT
11294 M: Shaohua Li <shli@kernel.org>
11295 L: linux-raid@vger.kernel.org
11296 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11297 S: Supported
11298 F: drivers/md/
11299 F: include/linux/raid/
11300 F: include/uapi/linux/raid/
11301
11302 SONIC NETWORK DRIVER
11303 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11304 L: netdev@vger.kernel.org
11305 S: Maintained
11306 F: drivers/net/ethernet/natsemi/sonic.*
11307
11308 SONICS SILICON BACKPLANE DRIVER (SSB)
11309 M: Michael Buesch <m@bues.ch>
11310 L: linux-wireless@vger.kernel.org
11311 S: Maintained
11312 F: drivers/ssb/
11313 F: include/linux/ssb/
11314
11315 SONY VAIO CONTROL DEVICE DRIVER
11316 M: Mattia Dongili <malattia@linux.it>
11317 L: platform-driver-x86@vger.kernel.org
11318 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11319 S: Maintained
11320 F: Documentation/laptops/sony-laptop.txt
11321 F: drivers/char/sonypi.c
11322 F: drivers/platform/x86/sony-laptop.c
11323 F: include/linux/sony-laptop.h
11324
11325 SONY MEMORYSTICK CARD SUPPORT
11326 M: Alex Dubov <oakad@yahoo.com>
11327 W: http://tifmxx.berlios.de/
11328 S: Maintained
11329 F: drivers/memstick/host/tifm_ms.c
11330
11331 SONY MEMORYSTICK STANDARD SUPPORT
11332 M: Maxim Levitsky <maximlevitsky@gmail.com>
11333 S: Maintained
11334 F: drivers/memstick/core/ms_block.*
11335
11336 SOUND
11337 M: Jaroslav Kysela <perex@perex.cz>
11338 M: Takashi Iwai <tiwai@suse.com>
11339 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11340 W: http://www.alsa-project.org/
11341 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11342 T: git git://git.alsa-project.org/alsa-kernel.git
11343 Q: http://patchwork.kernel.org/project/alsa-devel/list/
11344 S: Maintained
11345 F: Documentation/sound/
11346 F: include/sound/
11347 F: include/uapi/sound/
11348 F: sound/
11349
11350 SOUND - COMPRESSED AUDIO
11351 M: Vinod Koul <vinod.koul@intel.com>
11352 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11353 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11354 S: Supported
11355 F: Documentation/sound/alsa/compress_offload.txt
11356 F: include/sound/compress_driver.h
11357 F: include/uapi/sound/compress_*
11358 F: sound/core/compress_offload.c
11359 F: sound/soc/soc-compress.c
11360
11361 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11362 M: Liam Girdwood <lgirdwood@gmail.com>
11363 M: Mark Brown <broonie@kernel.org>
11364 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11365 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11366 W: http://alsa-project.org/main/index.php/ASoC
11367 S: Supported
11368 F: Documentation/devicetree/bindings/sound/
11369 F: Documentation/sound/alsa/soc/
11370 F: sound/soc/
11371 F: include/sound/soc*
11372
11373 SOUND - DMAENGINE HELPERS
11374 M: Lars-Peter Clausen <lars@metafoo.de>
11375 S: Supported
11376 F: include/sound/dmaengine_pcm.h
11377 F: sound/core/pcm_dmaengine.c
11378 F: sound/soc/soc-generic-dmaengine-pcm.c
11379
11380 SP2 MEDIA DRIVER
11381 M: Olli Salonen <olli.salonen@iki.fi>
11382 L: linux-media@vger.kernel.org
11383 W: https://linuxtv.org
11384 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11385 S: Maintained
11386 F: drivers/media/dvb-frontends/sp2*
11387
11388 SPARC + UltraSPARC (sparc/sparc64)
11389 M: "David S. Miller" <davem@davemloft.net>
11390 L: sparclinux@vger.kernel.org
11391 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
11392 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11393 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11394 S: Maintained
11395 F: arch/sparc/
11396 F: drivers/sbus/
11397
11398 SPARC SERIAL DRIVERS
11399 M: "David S. Miller" <davem@davemloft.net>
11400 L: sparclinux@vger.kernel.org
11401 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11402 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11403 S: Maintained
11404 F: include/linux/sunserialcore.h
11405 F: drivers/tty/serial/suncore.c
11406 F: drivers/tty/serial/sunhv.c
11407 F: drivers/tty/serial/sunsab.c
11408 F: drivers/tty/serial/sunsab.h
11409 F: drivers/tty/serial/sunsu.c
11410 F: drivers/tty/serial/sunzilog.c
11411 F: drivers/tty/serial/sunzilog.h
11412
11413 SPARSE CHECKER
11414 M: "Christopher Li" <sparse@chrisli.org>
11415 L: linux-sparse@vger.kernel.org
11416 W: https://sparse.wiki.kernel.org/
11417 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11418 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11419 S: Maintained
11420 F: include/linux/compiler.h
11421
11422 SPEAR PLATFORM SUPPORT
11423 M: Viresh Kumar <vireshk@kernel.org>
11424 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11425 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11426 W: http://www.st.com/spear
11427 S: Maintained
11428 F: arch/arm/boot/dts/spear*
11429 F: arch/arm/mach-spear/
11430
11431 SPEAR CLOCK FRAMEWORK SUPPORT
11432 M: Viresh Kumar <vireshk@kernel.org>
11433 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11434 W: http://www.st.com/spear
11435 S: Maintained
11436 F: drivers/clk/spear/
11437
11438 SPI NOR SUBSYSTEM
11439 M: Cyrille Pitchen <cyrille.pitchen@atmel.com>
11440 M: Marek Vasut <marek.vasut@gmail.com>
11441 L: linux-mtd@lists.infradead.org
11442 W: http://www.linux-mtd.infradead.org/
11443 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
11444 T: git git://github.com/spi-nor/linux.git
11445 S: Maintained
11446 F: drivers/mtd/spi-nor/
11447 F: include/linux/mtd/spi-nor.h
11448
11449 SPI SUBSYSTEM
11450 M: Mark Brown <broonie@kernel.org>
11451 L: linux-spi@vger.kernel.org
11452 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11453 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
11454 S: Maintained
11455 F: Documentation/devicetree/bindings/spi/
11456 F: Documentation/spi/
11457 F: drivers/spi/
11458 F: include/linux/spi/
11459 F: include/uapi/linux/spi/
11460 F: tools/spi/
11461
11462 SPIDERNET NETWORK DRIVER for CELL
11463 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11464 L: netdev@vger.kernel.org
11465 S: Supported
11466 F: Documentation/networking/spider_net.txt
11467 F: drivers/net/ethernet/toshiba/spider_net*
11468
11469 SPU FILE SYSTEM
11470 M: Jeremy Kerr <jk@ozlabs.org>
11471 L: linuxppc-dev@lists.ozlabs.org
11472 W: http://www.ibm.com/developerworks/power/cell/
11473 S: Supported
11474 F: Documentation/filesystems/spufs.txt
11475 F: arch/powerpc/platforms/cell/spufs/
11476
11477 SQUASHFS FILE SYSTEM
11478 M: Phillip Lougher <phillip@squashfs.org.uk>
11479 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
11480 W: http://squashfs.org.uk
11481 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11482 S: Maintained
11483 F: Documentation/filesystems/squashfs.txt
11484 F: fs/squashfs/
11485
11486 SRM (Alpha) environment access
11487 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
11488 S: Maintained
11489 F: arch/alpha/kernel/srm_env.c
11490
11491 STABLE BRANCH
11492 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11493 L: stable@vger.kernel.org
11494 S: Supported
11495 F: Documentation/stable_kernel_rules.txt
11496
11497 STAGING SUBSYSTEM
11498 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11499 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11500 L: devel@driverdev.osuosl.org
11501 S: Supported
11502 F: drivers/staging/
11503
11504 STAGING - COMEDI
11505 M: Ian Abbott <abbotti@mev.co.uk>
11506 M: H Hartley Sweeten <hsweeten@visionengravers.com>
11507 S: Odd Fixes
11508 F: drivers/staging/comedi/
11509
11510 STAGING - FLARION FT1000 DRIVERS
11511 M: Marek Belisko <marek.belisko@gmail.com>
11512 S: Odd Fixes
11513 F: drivers/staging/ft1000/
11514
11515 STAGING - INDUSTRIAL IO
11516 M: Jonathan Cameron <jic23@kernel.org>
11517 L: linux-iio@vger.kernel.org
11518 S: Odd Fixes
11519 F: Documentation/devicetree/bindings/staging/iio/
11520 F: drivers/staging/iio/
11521
11522 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11523 M: Jarod Wilson <jarod@wilsonet.com>
11524 W: http://www.lirc.org/
11525 S: Odd Fixes
11526 F: drivers/staging/media/lirc/
11527
11528 STAGING - LUSTRE PARALLEL FILESYSTEM
11529 M: Oleg Drokin <oleg.drokin@intel.com>
11530 M: Andreas Dilger <andreas.dilger@intel.com>
11531 M: James Simmons <jsimmons@infradead.org>
11532 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
11533 W: http://wiki.lustre.org/
11534 S: Maintained
11535 F: drivers/staging/lustre
11536
11537 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11538 M: Marc Dietrich <marvin24@gmx.de>
11539 L: ac100@lists.launchpad.net (moderated for non-subscribers)
11540 L: linux-tegra@vger.kernel.org
11541 S: Maintained
11542 F: drivers/staging/nvec/
11543
11544 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11545 M: Jens Frederich <jfrederich@gmail.com>
11546 M: Daniel Drake <dsd@laptop.org>
11547 M: Jon Nettleton <jon.nettleton@gmail.com>
11548 W: http://wiki.laptop.org/go/DCON
11549 S: Maintained
11550 F: drivers/staging/olpc_dcon/
11551
11552 STAGING - REALTEK RTL8712U DRIVERS
11553 M: Larry Finger <Larry.Finger@lwfinger.net>
11554 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11555 S: Odd Fixes
11556 F: drivers/staging/rtl8712/
11557
11558 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11559 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11560 M: Teddy Wang <teddy.wang@siliconmotion.com>
11561 M: Sudip Mukherjee <sudip@vectorindia.org>
11562 L: linux-fbdev@vger.kernel.org
11563 S: Maintained
11564 F: drivers/staging/sm750fb/
11565
11566 STAGING - SLICOSS
11567 M: Lior Dotan <liodot@gmail.com>
11568 M: Christopher Harrer <charrer@alacritech.com>
11569 S: Odd Fixes
11570 F: drivers/staging/slicoss/
11571
11572 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11573 M: William Hubbs <w.d.hubbs@gmail.com>
11574 M: Chris Brannon <chris@the-brannons.com>
11575 M: Kirk Reiser <kirk@reisers.ca>
11576 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
11577 L: speakup@linux-speakup.org
11578 W: http://www.linux-speakup.org/
11579 S: Odd Fixes
11580 F: drivers/staging/speakup/
11581
11582 STAGING - VIA VT665X DRIVERS
11583 M: Forest Bond <forest@alittletooquiet.net>
11584 S: Odd Fixes
11585 F: drivers/staging/vt665?/
11586
11587 STAGING - WILC1000 WIFI DRIVER
11588 M: Aditya Shankar <aditya.shankar@microchip.com>
11589 M: Ganesh Krishna <ganesh.krishna@microchip.com>
11590 L: linux-wireless@vger.kernel.org
11591 S: Supported
11592 F: drivers/staging/wilc1000/
11593
11594 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11595 M: Arnaud Patard <arnaud.patard@rtp-net.org>
11596 S: Odd Fixes
11597 F: drivers/staging/xgifb/
11598
11599 STARFIRE/DURALAN NETWORK DRIVER
11600 M: Ion Badulescu <ionut@badula.org>
11601 S: Odd Fixes
11602 F: drivers/net/ethernet/adaptec/starfire*
11603
11604 SUN3/3X
11605 M: Sam Creasey <sammy@sammy.net>
11606 W: http://sammy.net/sun3/
11607 S: Maintained
11608 F: arch/m68k/kernel/*sun3*
11609 F: arch/m68k/sun3*/
11610 F: arch/m68k/include/asm/sun3*
11611 F: drivers/net/ethernet/i825xx/sun3*
11612
11613 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11614 M: Hans de Goede <hdegoede@redhat.com>
11615 L: linux-input@vger.kernel.org
11616 S: Maintained
11617 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11618 F: drivers/input/keyboard/sun4i-lradc-keys.c
11619
11620 SUNDANCE NETWORK DRIVER
11621 M: Denis Kirjanov <kda@linux-powerpc.org>
11622 L: netdev@vger.kernel.org
11623 S: Maintained
11624 F: drivers/net/ethernet/dlink/sundance.c
11625
11626 SUPERH
11627 M: Yoshinori Sato <ysato@users.sourceforge.jp>
11628 M: Rich Felker <dalias@libc.org>
11629 L: linux-sh@vger.kernel.org
11630 Q: http://patchwork.kernel.org/project/linux-sh/list/
11631 S: Maintained
11632 F: Documentation/sh/
11633 F: arch/sh/
11634 F: drivers/sh/
11635
11636 SUSPEND TO RAM
11637 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
11638 M: Len Brown <len.brown@intel.com>
11639 M: Pavel Machek <pavel@ucw.cz>
11640 L: linux-pm@vger.kernel.org
11641 B: https://bugzilla.kernel.org
11642 S: Supported
11643 F: Documentation/power/
11644 F: arch/x86/kernel/acpi/
11645 F: drivers/base/power/
11646 F: kernel/power/
11647 F: include/linux/suspend.h
11648 F: include/linux/freezer.h
11649 F: include/linux/pm.h
11650
11651 SVGA HANDLING
11652 M: Martin Mares <mj@ucw.cz>
11653 L: linux-video@atrey.karlin.mff.cuni.cz
11654 S: Maintained
11655 F: Documentation/svga.txt
11656 F: arch/x86/boot/video*
11657
11658 SWIOTLB SUBSYSTEM
11659 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11660 L: linux-kernel@vger.kernel.org
11661 T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11662 S: Supported
11663 F: lib/swiotlb.c
11664 F: arch/*/kernel/pci-swiotlb.c
11665 F: include/linux/swiotlb.h
11666
11667 SWITCHDEV
11668 M: Jiri Pirko <jiri@resnulli.us>
11669 L: netdev@vger.kernel.org
11670 S: Supported
11671 F: net/switchdev/
11672 F: include/net/switchdev.h
11673
11674 SYNOPSYS ARC ARCHITECTURE
11675 M: Vineet Gupta <vgupta@synopsys.com>
11676 L: linux-snps-arc@lists.infradead.org
11677 S: Supported
11678 F: arch/arc/
11679 F: Documentation/devicetree/bindings/arc/*
11680 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11681 F: drivers/tty/serial/arc_uart.c
11682 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11683
11684 SYNOPSYS ARC SDP platform support
11685 M: Alexey Brodkin <abrodkin@synopsys.com>
11686 S: Supported
11687 F: arch/arc/plat-axs10x
11688 F: arch/arc/boot/dts/ax*
11689 F: Documentation/devicetree/bindings/arc/axs10*
11690
11691 SYSTEM CONFIGURATION (SYSCON)
11692 M: Lee Jones <lee.jones@linaro.org>
11693 M: Arnd Bergmann <arnd@arndb.de>
11694 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11695 S: Supported
11696 F: drivers/mfd/syscon.c
11697
11698 SYSTEM RESET/SHUTDOWN DRIVERS
11699 M: Sebastian Reichel <sre@kernel.org>
11700 L: linux-pm@vger.kernel.org
11701 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11702 S: Maintained
11703 F: Documentation/devicetree/bindings/power/reset/
11704 F: drivers/power/reset/
11705
11706 SYSV FILESYSTEM
11707 M: Christoph Hellwig <hch@infradead.org>
11708 S: Maintained
11709 F: Documentation/filesystems/sysv-fs.txt
11710 F: fs/sysv/
11711 F: include/linux/sysv_fs.h
11712
11713 TARGET SUBSYSTEM
11714 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11715 L: linux-scsi@vger.kernel.org
11716 L: target-devel@vger.kernel.org
11717 W: http://www.linux-iscsi.org
11718 W: http://groups.google.com/group/linux-iscsi-target-dev
11719 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11720 S: Supported
11721 F: drivers/target/
11722 F: include/target/
11723 F: Documentation/target/
11724
11725 TASKSTATS STATISTICS INTERFACE
11726 M: Balbir Singh <bsingharora@gmail.com>
11727 S: Maintained
11728 F: Documentation/accounting/taskstats*
11729 F: include/linux/taskstats*
11730 F: kernel/taskstats.c
11731
11732 TC CLASSIFIER
11733 M: Jamal Hadi Salim <jhs@mojatatu.com>
11734 L: netdev@vger.kernel.org
11735 S: Maintained
11736 F: include/net/pkt_cls.h
11737 F: include/uapi/linux/pkt_cls.h
11738 F: net/sched/
11739
11740 TCP LOW PRIORITY MODULE
11741 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11742 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11743 W: http://tcp-lp-mod.sourceforge.net/
11744 S: Maintained
11745 F: net/ipv4/tcp_lp.c
11746
11747 TDA10071 MEDIA DRIVER
11748 M: Antti Palosaari <crope@iki.fi>
11749 L: linux-media@vger.kernel.org
11750 W: https://linuxtv.org
11751 W: http://palosaari.fi/linux/
11752 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11753 T: git git://linuxtv.org/anttip/media_tree.git
11754 S: Maintained
11755 F: drivers/media/dvb-frontends/tda10071*
11756
11757 TDA18212 MEDIA DRIVER
11758 M: Antti Palosaari <crope@iki.fi>
11759 L: linux-media@vger.kernel.org
11760 W: https://linuxtv.org
11761 W: http://palosaari.fi/linux/
11762 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11763 T: git git://linuxtv.org/anttip/media_tree.git
11764 S: Maintained
11765 F: drivers/media/tuners/tda18212*
11766
11767 TDA18218 MEDIA DRIVER
11768 M: Antti Palosaari <crope@iki.fi>
11769 L: linux-media@vger.kernel.org
11770 W: https://linuxtv.org
11771 W: http://palosaari.fi/linux/
11772 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11773 T: git git://linuxtv.org/anttip/media_tree.git
11774 S: Maintained
11775 F: drivers/media/tuners/tda18218*
11776
11777 TDA18271 MEDIA DRIVER
11778 M: Michael Krufky <mkrufky@linuxtv.org>
11779 L: linux-media@vger.kernel.org
11780 W: https://linuxtv.org
11781 W: http://github.com/mkrufky
11782 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11783 T: git git://linuxtv.org/mkrufky/tuners.git
11784 S: Maintained
11785 F: drivers/media/tuners/tda18271*
11786
11787 TDA827x MEDIA DRIVER
11788 M: Michael Krufky <mkrufky@linuxtv.org>
11789 L: linux-media@vger.kernel.org
11790 W: https://linuxtv.org
11791 W: http://github.com/mkrufky
11792 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11793 T: git git://linuxtv.org/mkrufky/tuners.git
11794 S: Maintained
11795 F: drivers/media/tuners/tda8290.*
11796
11797 TDA8290 MEDIA DRIVER
11798 M: Michael Krufky <mkrufky@linuxtv.org>
11799 L: linux-media@vger.kernel.org
11800 W: https://linuxtv.org
11801 W: http://github.com/mkrufky
11802 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11803 T: git git://linuxtv.org/mkrufky/tuners.git
11804 S: Maintained
11805 F: drivers/media/tuners/tda8290.*
11806
11807 TDA9840 MEDIA DRIVER
11808 M: Hans Verkuil <hverkuil@xs4all.nl>
11809 L: linux-media@vger.kernel.org
11810 T: git git://linuxtv.org/media_tree.git
11811 W: https://linuxtv.org
11812 S: Maintained
11813 F: drivers/media/i2c/tda9840*
11814
11815 TEA5761 TUNER DRIVER
11816 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11817 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11818 L: linux-media@vger.kernel.org
11819 W: https://linuxtv.org
11820 T: git git://linuxtv.org/media_tree.git
11821 S: Odd fixes
11822 F: drivers/media/tuners/tea5761.*
11823
11824 TEA5767 TUNER DRIVER
11825 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11826 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11827 L: linux-media@vger.kernel.org
11828 W: https://linuxtv.org
11829 T: git git://linuxtv.org/media_tree.git
11830 S: Maintained
11831 F: drivers/media/tuners/tea5767.*
11832
11833 TEA6415C MEDIA DRIVER
11834 M: Hans Verkuil <hverkuil@xs4all.nl>
11835 L: linux-media@vger.kernel.org
11836 T: git git://linuxtv.org/media_tree.git
11837 W: https://linuxtv.org
11838 S: Maintained
11839 F: drivers/media/i2c/tea6415c*
11840
11841 TEA6420 MEDIA DRIVER
11842 M: Hans Verkuil <hverkuil@xs4all.nl>
11843 L: linux-media@vger.kernel.org
11844 T: git git://linuxtv.org/media_tree.git
11845 W: https://linuxtv.org
11846 S: Maintained
11847 F: drivers/media/i2c/tea6420*
11848
11849 TEAM DRIVER
11850 M: Jiri Pirko <jiri@resnulli.us>
11851 L: netdev@vger.kernel.org
11852 S: Supported
11853 F: drivers/net/team/
11854 F: include/linux/if_team.h
11855 F: include/uapi/linux/if_team.h
11856
11857 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11858 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11859 S: Maintained
11860 F: arch/x86/platform/ts5500/
11861
11862 TECHNOTREND USB IR RECEIVER
11863 M: Sean Young <sean@mess.org>
11864 L: linux-media@vger.kernel.org
11865 S: Maintained
11866 F: drivers/media/rc/ttusbir.c
11867
11868 TEGRA ARCHITECTURE SUPPORT
11869 M: Stephen Warren <swarren@wwwdotorg.org>
11870 M: Thierry Reding <thierry.reding@gmail.com>
11871 M: Alexandre Courbot <gnurou@gmail.com>
11872 L: linux-tegra@vger.kernel.org
11873 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
11874 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11875 S: Supported
11876 N: [^a-z]tegra
11877
11878 TEGRA CLOCK DRIVER
11879 M: Peter De Schrijver <pdeschrijver@nvidia.com>
11880 M: Prashant Gaikwad <pgaikwad@nvidia.com>
11881 S: Supported
11882 F: drivers/clk/tegra/
11883
11884 TEGRA DMA DRIVERS
11885 M: Laxman Dewangan <ldewangan@nvidia.com>
11886 M: Jon Hunter <jonathanh@nvidia.com>
11887 S: Supported
11888 F: drivers/dma/tegra*
11889
11890 TEGRA I2C DRIVER
11891 M: Laxman Dewangan <ldewangan@nvidia.com>
11892 S: Supported
11893 F: drivers/i2c/busses/i2c-tegra.c
11894
11895 TEGRA IOMMU DRIVERS
11896 M: Hiroshi Doyu <hdoyu@nvidia.com>
11897 S: Supported
11898 F: drivers/iommu/tegra*
11899
11900 TEGRA KBC DRIVER
11901 M: Rakesh Iyer <riyer@nvidia.com>
11902 M: Laxman Dewangan <ldewangan@nvidia.com>
11903 S: Supported
11904 F: drivers/input/keyboard/tegra-kbc.c
11905
11906 TEGRA PWM DRIVER
11907 M: Thierry Reding <thierry.reding@gmail.com>
11908 S: Supported
11909 F: drivers/pwm/pwm-tegra.c
11910
11911 TEGRA SERIAL DRIVER
11912 M: Laxman Dewangan <ldewangan@nvidia.com>
11913 S: Supported
11914 F: drivers/tty/serial/serial-tegra.c
11915
11916 TEGRA SPI DRIVER
11917 M: Laxman Dewangan <ldewangan@nvidia.com>
11918 S: Supported
11919 F: drivers/spi/spi-tegra*
11920
11921 TEHUTI ETHERNET DRIVER
11922 M: Andy Gospodarek <andy@greyhouse.net>
11923 L: netdev@vger.kernel.org
11924 S: Supported
11925 F: drivers/net/ethernet/tehuti/*
11926
11927 Telecom Clock Driver for MCPL0010
11928 M: Mark Gross <mark.gross@intel.com>
11929 S: Supported
11930 F: drivers/char/tlclk.c
11931
11932 TENSILICA XTENSA PORT (xtensa)
11933 M: Chris Zankel <chris@zankel.net>
11934 M: Max Filippov <jcmvbkbc@gmail.com>
11935 L: linux-xtensa@linux-xtensa.org
11936 T: git git://github.com/czankel/xtensa-linux.git
11937 S: Maintained
11938 F: arch/xtensa/
11939 F: drivers/irqchip/irq-xtensa-*
11940
11941 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11942 M: Hans Verkuil <hverkuil@xs4all.nl>
11943 L: linux-media@vger.kernel.org
11944 T: git git://linuxtv.org/media_tree.git
11945 W: https://linuxtv.org
11946 S: Maintained
11947 F: drivers/media/radio/radio-raremono.c
11948
11949 THERMAL
11950 M: Zhang Rui <rui.zhang@intel.com>
11951 M: Eduardo Valentin <edubezval@gmail.com>
11952 L: linux-pm@vger.kernel.org
11953 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11954 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11955 Q: https://patchwork.kernel.org/project/linux-pm/list/
11956 S: Supported
11957 F: drivers/thermal/
11958 F: include/linux/thermal.h
11959 F: include/uapi/linux/thermal.h
11960 F: include/linux/cpu_cooling.h
11961 F: Documentation/devicetree/bindings/thermal/
11962
11963 THERMAL/CPU_COOLING
11964 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
11965 M: Viresh Kumar <viresh.kumar@linaro.org>
11966 M: Javi Merino <javi.merino@kernel.org>
11967 L: linux-pm@vger.kernel.org
11968 S: Supported
11969 F: Documentation/thermal/cpu-cooling-api.txt
11970 F: drivers/thermal/cpu_cooling.c
11971 F: include/linux/cpu_cooling.h
11972
11973 THINKPAD ACPI EXTRAS DRIVER
11974 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11975 L: ibm-acpi-devel@lists.sourceforge.net
11976 L: platform-driver-x86@vger.kernel.org
11977 W: http://ibm-acpi.sourceforge.net
11978 W: http://thinkwiki.org/wiki/Ibm-acpi
11979 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11980 S: Maintained
11981 F: drivers/platform/x86/thinkpad_acpi.c
11982
11983 TI BANDGAP AND THERMAL DRIVER
11984 M: Eduardo Valentin <edubezval@gmail.com>
11985 M: Keerthy <j-keerthy@ti.com>
11986 L: linux-pm@vger.kernel.org
11987 L: linux-omap@vger.kernel.org
11988 S: Maintained
11989 F: drivers/thermal/ti-soc-thermal/
11990
11991 TI VPE/CAL DRIVERS
11992 M: Benoit Parrot <bparrot@ti.com>
11993 L: linux-media@vger.kernel.org
11994 W: http://linuxtv.org/
11995 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11996 S: Maintained
11997 F: drivers/media/platform/ti-vpe/
11998
11999 TI CDCE706 CLOCK DRIVER
12000 M: Max Filippov <jcmvbkbc@gmail.com>
12001 S: Maintained
12002 F: drivers/clk/clk-cdce706.c
12003
12004 TI CLOCK DRIVER
12005 M: Tero Kristo <t-kristo@ti.com>
12006 L: linux-omap@vger.kernel.org
12007 S: Maintained
12008 F: drivers/clk/ti/
12009 F: include/linux/clk/ti.h
12010
12011 TI ETHERNET SWITCH DRIVER (CPSW)
12012 M: Mugunthan V N <mugunthanvnm@ti.com>
12013 R: Grygorii Strashko <grygorii.strashko@ti.com>
12014 L: linux-omap@vger.kernel.org
12015 L: netdev@vger.kernel.org
12016 S: Maintained
12017 F: drivers/net/ethernet/ti/cpsw*
12018 F: drivers/net/ethernet/ti/davinci*
12019
12020 TI FLASH MEDIA INTERFACE DRIVER
12021 M: Alex Dubov <oakad@yahoo.com>
12022 S: Maintained
12023 F: drivers/misc/tifm*
12024 F: drivers/mmc/host/tifm_sd.c
12025 F: include/linux/tifm.h
12026
12027 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12028 M: Santosh Shilimkar <ssantosh@kernel.org>
12029 L: linux-kernel@vger.kernel.org
12030 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12031 S: Maintained
12032 F: drivers/soc/ti/*
12033 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12034
12035
12036 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12037 M: M R Swami Reddy <mr.swami.reddy@ti.com>
12038 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
12039 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12040 S: Maintained
12041 F: sound/soc/codecs/lm49453*
12042 F: sound/soc/codecs/isabelle*
12043
12044 TI LP855x BACKLIGHT DRIVER
12045 M: Milo Kim <milo.kim@ti.com>
12046 S: Maintained
12047 F: Documentation/backlight/lp855x-driver.txt
12048 F: drivers/video/backlight/lp855x_bl.c
12049 F: include/linux/platform_data/lp855x.h
12050
12051 TI LP8727 CHARGER DRIVER
12052 M: Milo Kim <milo.kim@ti.com>
12053 S: Maintained
12054 F: drivers/power/supply/lp8727_charger.c
12055 F: include/linux/platform_data/lp8727.h
12056
12057 TI LP8788 MFD DRIVER
12058 M: Milo Kim <milo.kim@ti.com>
12059 S: Maintained
12060 F: drivers/iio/adc/lp8788_adc.c
12061 F: drivers/leds/leds-lp8788.c
12062 F: drivers/mfd/lp8788*.c
12063 F: drivers/power/supply/lp8788-charger.c
12064 F: drivers/regulator/lp8788-*.c
12065 F: include/linux/mfd/lp8788*.h
12066
12067 TI NETCP ETHERNET DRIVER
12068 M: Wingman Kwok <w-kwok2@ti.com>
12069 M: Murali Karicheri <m-karicheri2@ti.com>
12070 L: netdev@vger.kernel.org
12071 S: Maintained
12072 F: drivers/net/ethernet/ti/netcp*
12073
12074 TI TAS571X FAMILY ASoC CODEC DRIVER
12075 M: Kevin Cernekee <cernekee@chromium.org>
12076 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12077 S: Odd Fixes
12078 F: sound/soc/codecs/tas571x*
12079
12080 TI TWL4030 SERIES SOC CODEC DRIVER
12081 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
12082 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12083 S: Maintained
12084 F: sound/soc/codecs/twl4030*
12085
12086 TI WILINK WIRELESS DRIVERS
12087 L: linux-wireless@vger.kernel.org
12088 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
12089 W: http://wireless.kernel.org/en/users/Drivers/wl1251
12090 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12091 S: Orphan
12092 F: drivers/net/wireless/ti/
12093 F: include/linux/wl12xx.h
12094
12095 TIPC NETWORK LAYER
12096 M: Jon Maloy <jon.maloy@ericsson.com>
12097 M: Ying Xue <ying.xue@windriver.com>
12098 L: netdev@vger.kernel.org (core kernel code)
12099 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12100 W: http://tipc.sourceforge.net/
12101 S: Maintained
12102 F: include/uapi/linux/tipc*.h
12103 F: net/tipc/
12104
12105 TILE ARCHITECTURE
12106 M: Chris Metcalf <cmetcalf@mellanox.com>
12107 W: http://www.mellanox.com/repository/solutions/tile-scm/
12108 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12109 S: Supported
12110 F: arch/tile/
12111 F: drivers/char/tile-srom.c
12112 F: drivers/edac/tile_edac.c
12113 F: drivers/net/ethernet/tile/
12114 F: drivers/rtc/rtc-tile.c
12115 F: drivers/tty/hvc/hvc_tile.c
12116 F: drivers/tty/serial/tilegx.c
12117 F: drivers/usb/host/*-tilegx.c
12118 F: include/linux/usb/tilegx.h
12119
12120 TLAN NETWORK DRIVER
12121 M: Samuel Chessman <chessman@tux.org>
12122 L: tlan-devel@lists.sourceforge.net (subscribers-only)
12123 W: http://sourceforge.net/projects/tlan/
12124 S: Maintained
12125 F: Documentation/networking/tlan.txt
12126 F: drivers/net/ethernet/ti/tlan.*
12127
12128 TOMOYO SECURITY MODULE
12129 M: Kentaro Takeda <takedakn@nttdata.co.jp>
12130 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12131 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12132 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12133 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12134 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12135 W: http://tomoyo.sourceforge.jp/
12136 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12137 S: Maintained
12138 F: security/tomoyo/
12139
12140 TOPSTAR LAPTOP EXTRAS DRIVER
12141 M: Herton Ronaldo Krzesinski <herton@canonical.com>
12142 L: platform-driver-x86@vger.kernel.org
12143 S: Maintained
12144 F: drivers/platform/x86/topstar-laptop.c
12145
12146 TOSHIBA ACPI EXTRAS DRIVER
12147 M: Azael Avalos <coproscefalo@gmail.com>
12148 L: platform-driver-x86@vger.kernel.org
12149 S: Maintained
12150 F: drivers/platform/x86/toshiba_acpi.c
12151
12152 TOSHIBA BLUETOOTH DRIVER
12153 M: Azael Avalos <coproscefalo@gmail.com>
12154 L: platform-driver-x86@vger.kernel.org
12155 S: Maintained
12156 F: drivers/platform/x86/toshiba_bluetooth.c
12157
12158 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12159 M: Azael Avalos <coproscefalo@gmail.com>
12160 L: platform-driver-x86@vger.kernel.org
12161 S: Maintained
12162 F: drivers/platform/x86/toshiba_haps.c
12163
12164 TOSHIBA WMI HOTKEYS DRIVER
12165 M: Azael Avalos <coproscefalo@gmail.com>
12166 L: platform-driver-x86@vger.kernel.org
12167 S: Maintained
12168 F: drivers/platform/x86/toshiba-wmi.c
12169
12170 TOSHIBA SMM DRIVER
12171 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
12172 W: http://www.buzzard.org.uk/toshiba/
12173 S: Maintained
12174 F: drivers/char/toshiba.c
12175 F: include/linux/toshiba.h
12176 F: include/uapi/linux/toshiba.h
12177
12178 TOSHIBA TC358743 DRIVER
12179 M: Mats Randgaard <matrandg@cisco.com>
12180 L: linux-media@vger.kernel.org
12181 S: Maintained
12182 F: drivers/media/i2c/tc358743*
12183 F: include/media/i2c/tc358743.h
12184
12185 TMIO/SDHI MMC DRIVER
12186 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
12187 L: linux-mmc@vger.kernel.org
12188 S: Supported
12189 F: drivers/mmc/host/tmio_mmc*
12190 F: drivers/mmc/host/sh_mobile_sdhi.c
12191 F: include/linux/mfd/tmio.h
12192
12193 TMP401 HARDWARE MONITOR DRIVER
12194 M: Guenter Roeck <linux@roeck-us.net>
12195 L: linux-hwmon@vger.kernel.org
12196 S: Maintained
12197 F: Documentation/hwmon/tmp401
12198 F: drivers/hwmon/tmp401.c
12199
12200 TMPFS (SHMEM FILESYSTEM)
12201 M: Hugh Dickins <hughd@google.com>
12202 L: linux-mm@kvack.org
12203 S: Maintained
12204 F: include/linux/shmem_fs.h
12205 F: mm/shmem.c
12206
12207 TM6000 VIDEO4LINUX DRIVER
12208 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12209 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12210 L: linux-media@vger.kernel.org
12211 W: https://linuxtv.org
12212 T: git git://linuxtv.org/media_tree.git
12213 S: Odd fixes
12214 F: drivers/media/usb/tm6000/
12215 F: Documentation/media/v4l-drivers/tm6000*
12216
12217 TW5864 VIDEO4LINUX DRIVER
12218 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12219 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12220 M: Andrey Utkin <andrey_utkin@fastmail.com>
12221 L: linux-media@vger.kernel.org
12222 S: Supported
12223 F: drivers/media/pci/tw5864/
12224
12225 TW68 VIDEO4LINUX DRIVER
12226 M: Hans Verkuil <hverkuil@xs4all.nl>
12227 L: linux-media@vger.kernel.org
12228 T: git git://linuxtv.org/media_tree.git
12229 W: https://linuxtv.org
12230 S: Odd Fixes
12231 F: drivers/media/pci/tw68/
12232
12233 TW686X VIDEO4LINUX DRIVER
12234 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12235 L: linux-media@vger.kernel.org
12236 T: git git://linuxtv.org/media_tree.git
12237 W: http://linuxtv.org
12238 S: Maintained
12239 F: drivers/media/pci/tw686x/
12240
12241 TPM DEVICE DRIVER
12242 M: Peter Huewe <peterhuewe@gmx.de>
12243 M: Marcel Selhorst <tpmdd@selhorst.net>
12244 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12245 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12246 W: http://tpmdd.sourceforge.net
12247 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12248 Q: https://patchwork.kernel.org/project/tpmdd-devel/list/
12249 T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
12250 S: Maintained
12251 F: drivers/char/tpm/
12252
12253 TPM IBM_VTPM DEVICE DRIVER
12254 M: Ashley Lai <ashleydlai@gmail.com>
12255 W: http://tpmdd.sourceforge.net
12256 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12257 S: Maintained
12258 F: drivers/char/tpm/tpm_ibmvtpm*
12259
12260 TRACING
12261 M: Steven Rostedt <rostedt@goodmis.org>
12262 M: Ingo Molnar <mingo@redhat.com>
12263 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12264 S: Maintained
12265 F: Documentation/trace/ftrace.txt
12266 F: arch/*/*/*/ftrace.h
12267 F: arch/*/kernel/ftrace.c
12268 F: include/*/ftrace.h
12269 F: include/linux/trace*.h
12270 F: include/trace/
12271 F: kernel/trace/
12272 F: tools/testing/selftests/ftrace/
12273
12274 TRACING MMIO ACCESSES (MMIOTRACE)
12275 M: Steven Rostedt <rostedt@goodmis.org>
12276 M: Ingo Molnar <mingo@kernel.org>
12277 R: Karol Herbst <karolherbst@gmail.com>
12278 R: Pekka Paalanen <ppaalanen@gmail.com>
12279 S: Maintained
12280 L: linux-kernel@vger.kernel.org
12281 L: nouveau@lists.freedesktop.org
12282 F: kernel/trace/trace_mmiotrace.c
12283 F: include/linux/mmiotrace.h
12284 F: arch/x86/mm/kmmio.c
12285 F: arch/x86/mm/mmio-mod.c
12286 F: arch/x86/mm/testmmiotrace.c
12287
12288 TRIVIAL PATCHES
12289 M: Jiri Kosina <trivial@kernel.org>
12290 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12291 S: Maintained
12292 K: ^Subject:.*(?i)trivial
12293
12294 TTY LAYER
12295 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12296 M: Jiri Slaby <jslaby@suse.com>
12297 S: Supported
12298 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12299 F: Documentation/serial/
12300 F: drivers/tty/
12301 F: drivers/tty/serial/serial_core.c
12302 F: include/linux/serial_core.h
12303 F: include/linux/serial.h
12304 F: include/linux/tty.h
12305 F: include/uapi/linux/serial_core.h
12306 F: include/uapi/linux/serial.h
12307 F: include/uapi/linux/tty.h
12308
12309 TUA9001 MEDIA DRIVER
12310 M: Antti Palosaari <crope@iki.fi>
12311 L: linux-media@vger.kernel.org
12312 W: https://linuxtv.org
12313 W: http://palosaari.fi/linux/
12314 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12315 T: git git://linuxtv.org/anttip/media_tree.git
12316 S: Maintained
12317 F: drivers/media/tuners/tua9001*
12318
12319 TULIP NETWORK DRIVERS
12320 L: netdev@vger.kernel.org
12321 L: linux-parisc@vger.kernel.org
12322 S: Orphan
12323 F: drivers/net/ethernet/dec/tulip/
12324
12325 TUN/TAP driver
12326 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
12327 W: http://vtun.sourceforge.net/tun
12328 S: Maintained
12329 F: Documentation/networking/tuntap.txt
12330 F: arch/um/os-Linux/drivers/
12331
12332 TURBOCHANNEL SUBSYSTEM
12333 M: "Maciej W. Rozycki" <macro@linux-mips.org>
12334 M: Ralf Baechle <ralf@linux-mips.org>
12335 L: linux-mips@linux-mips.org
12336 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
12337 S: Maintained
12338 F: drivers/tc/
12339 F: include/linux/tc.h
12340
12341 UBI FILE SYSTEM (UBIFS)
12342 M: Richard Weinberger <richard@nod.at>
12343 M: Artem Bityutskiy <dedekind1@gmail.com>
12344 M: Adrian Hunter <adrian.hunter@intel.com>
12345 L: linux-mtd@lists.infradead.org
12346 T: git git://git.infradead.org/ubifs-2.6.git
12347 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
12348 S: Supported
12349 F: Documentation/filesystems/ubifs.txt
12350 F: fs/ubifs/
12351
12352 UCLINUX (M68KNOMMU AND COLDFIRE)
12353 M: Greg Ungerer <gerg@linux-m68k.org>
12354 W: http://www.linux-m68k.org/
12355 W: http://www.uclinux.org/
12356 L: linux-m68k@lists.linux-m68k.org
12357 L: uclinux-dev@uclinux.org (subscribers-only)
12358 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12359 S: Maintained
12360 F: arch/m68k/coldfire/
12361 F: arch/m68k/68*/
12362 F: arch/m68k/*/*_no.*
12363 F: arch/m68k/include/asm/*_no.*
12364
12365 UDF FILESYSTEM
12366 M: Jan Kara <jack@suse.com>
12367 S: Maintained
12368 F: Documentation/filesystems/udf.txt
12369 F: fs/udf/
12370
12371 UFS FILESYSTEM
12372 M: Evgeniy Dushistov <dushistov@mail.ru>
12373 S: Maintained
12374 F: Documentation/filesystems/ufs.txt
12375 F: fs/ufs/
12376
12377 UHID USERSPACE HID IO DRIVER:
12378 M: David Herrmann <dh.herrmann@googlemail.com>
12379 L: linux-input@vger.kernel.org
12380 S: Maintained
12381 F: drivers/hid/uhid.c
12382 F: include/uapi/linux/uhid.h
12383
12384 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12385 L: linux-usb@vger.kernel.org
12386 S: Orphan
12387 F: drivers/uwb/
12388 F: include/linux/uwb.h
12389 F: include/linux/uwb/
12390
12391 UNICORE32 ARCHITECTURE:
12392 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
12393 W: http://mprc.pku.edu.cn/~guanxuetao/linux
12394 S: Maintained
12395 T: git git://github.com/gxt/linux.git
12396 F: arch/unicore32/
12397
12398 UNIFDEF
12399 M: Tony Finch <dot@dotat.at>
12400 W: http://dotat.at/prog/unifdef
12401 S: Maintained
12402 F: scripts/unifdef.c
12403
12404 UNIFORM CDROM DRIVER
12405 M: Jens Axboe <axboe@kernel.dk>
12406 W: http://www.kernel.dk
12407 S: Maintained
12408 F: Documentation/cdrom/
12409 F: drivers/cdrom/cdrom.c
12410 F: include/linux/cdrom.h
12411 F: include/uapi/linux/cdrom.h
12412
12413 UNISYS S-PAR DRIVERS
12414 M: David Kershner <david.kershner@unisys.com>
12415 L: sparmaintainer@unisys.com (Unisys internal)
12416 S: Supported
12417 F: drivers/staging/unisys/
12418
12419 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12420 M: Vinayak Holikatti <vinholikatti@gmail.com>
12421 L: linux-scsi@vger.kernel.org
12422 S: Supported
12423 F: Documentation/scsi/ufs.txt
12424 F: drivers/scsi/ufs/
12425
12426 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12427 M: Joao Pinto <Joao.Pinto@synopsys.com>
12428 L: linux-scsi@vger.kernel.org
12429 S: Supported
12430 F: drivers/scsi/ufs/*dwc*
12431
12432 UNSORTED BLOCK IMAGES (UBI)
12433 M: Artem Bityutskiy <dedekind1@gmail.com>
12434 M: Richard Weinberger <richard@nod.at>
12435 W: http://www.linux-mtd.infradead.org/
12436 L: linux-mtd@lists.infradead.org
12437 T: git git://git.infradead.org/ubifs-2.6.git
12438 S: Supported
12439 F: drivers/mtd/ubi/
12440 F: include/linux/mtd/ubi.h
12441 F: include/uapi/mtd/ubi-user.h
12442
12443 USB ACM DRIVER
12444 M: Oliver Neukum <oneukum@suse.com>
12445 L: linux-usb@vger.kernel.org
12446 S: Maintained
12447 F: Documentation/usb/acm.txt
12448 F: drivers/usb/class/cdc-acm.*
12449
12450 USB AR5523 WIRELESS DRIVER
12451 M: Pontus Fuchs <pontus.fuchs@gmail.com>
12452 L: linux-wireless@vger.kernel.org
12453 S: Maintained
12454 F: drivers/net/wireless/ath/ar5523/
12455
12456 USB ATTACHED SCSI
12457 M: Oliver Neukum <oneukum@suse.com>
12458 L: linux-usb@vger.kernel.org
12459 L: linux-scsi@vger.kernel.org
12460 S: Maintained
12461 F: drivers/usb/storage/uas.c
12462
12463 USB CDC ETHERNET DRIVER
12464 M: Oliver Neukum <oliver@neukum.org>
12465 L: linux-usb@vger.kernel.org
12466 S: Maintained
12467 F: drivers/net/usb/cdc_*.c
12468 F: include/uapi/linux/usb/cdc.h
12469
12470 USB CHAOSKEY DRIVER
12471 M: Keith Packard <keithp@keithp.com>
12472 L: linux-usb@vger.kernel.org
12473 S: Maintained
12474 F: drivers/usb/misc/chaoskey.c
12475
12476 USB CYPRESS C67X00 DRIVER
12477 M: Peter Korsgaard <jacmet@sunsite.dk>
12478 L: linux-usb@vger.kernel.org
12479 S: Maintained
12480 F: drivers/usb/c67x00/
12481
12482 USB DAVICOM DM9601 DRIVER
12483 M: Peter Korsgaard <jacmet@sunsite.dk>
12484 L: netdev@vger.kernel.org
12485 W: http://www.linux-usb.org/usbnet
12486 S: Maintained
12487 F: drivers/net/usb/dm9601.c
12488
12489 USB DIAMOND RIO500 DRIVER
12490 M: Cesar Miquel <miquel@df.uba.ar>
12491 L: rio500-users@lists.sourceforge.net
12492 W: http://rio500.sourceforge.net
12493 S: Maintained
12494 F: drivers/usb/misc/rio500*
12495
12496 USB EHCI DRIVER
12497 M: Alan Stern <stern@rowland.harvard.edu>
12498 L: linux-usb@vger.kernel.org
12499 S: Maintained
12500 F: Documentation/usb/ehci.txt
12501 F: drivers/usb/host/ehci*
12502
12503 USB GADGET/PERIPHERAL SUBSYSTEM
12504 M: Felipe Balbi <balbi@kernel.org>
12505 L: linux-usb@vger.kernel.org
12506 W: http://www.linux-usb.org/gadget
12507 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12508 S: Maintained
12509 F: drivers/usb/gadget/
12510 F: include/linux/usb/gadget*
12511
12512 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12513 M: Jiri Kosina <jikos@kernel.org>
12514 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
12515 L: linux-usb@vger.kernel.org
12516 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12517 S: Maintained
12518 F: Documentation/hid/hiddev.txt
12519 F: drivers/hid/usbhid/
12520
12521 USB ISP116X DRIVER
12522 M: Olav Kongas <ok@artecdesign.ee>
12523 L: linux-usb@vger.kernel.org
12524 S: Maintained
12525 F: drivers/usb/host/isp116x*
12526 F: include/linux/usb/isp116x.h
12527
12528 USB LAN78XX ETHERNET DRIVER
12529 M: Woojung Huh <woojung.huh@microchip.com>
12530 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12531 L: netdev@vger.kernel.org
12532 S: Maintained
12533 F: drivers/net/usb/lan78xx.*
12534
12535 USB MASS STORAGE DRIVER
12536 M: Alan Stern <stern@rowland.harvard.edu>
12537 L: linux-usb@vger.kernel.org
12538 L: usb-storage@lists.one-eyed-alien.net
12539 S: Maintained
12540 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
12541 F: drivers/usb/storage/
12542
12543 USB MIDI DRIVER
12544 M: Clemens Ladisch <clemens@ladisch.de>
12545 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12546 T: git git://git.alsa-project.org/alsa-kernel.git
12547 S: Maintained
12548 F: sound/usb/midi.*
12549
12550 USB NETWORKING DRIVERS
12551 L: linux-usb@vger.kernel.org
12552 S: Odd Fixes
12553 F: drivers/net/usb/
12554
12555 USB OHCI DRIVER
12556 M: Alan Stern <stern@rowland.harvard.edu>
12557 L: linux-usb@vger.kernel.org
12558 S: Maintained
12559 F: Documentation/usb/ohci.txt
12560 F: drivers/usb/host/ohci*
12561
12562 USB OTG FSM (Finite State Machine)
12563 M: Peter Chen <Peter.Chen@nxp.com>
12564 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12565 L: linux-usb@vger.kernel.org
12566 S: Maintained
12567 F: drivers/usb/common/usb-otg-fsm.c
12568
12569 USB OVER IP DRIVER
12570 M: Valentina Manea <valentina.manea.m@gmail.com>
12571 M: Shuah Khan <shuahkh@osg.samsung.com>
12572 M: Shuah Khan <shuah@kernel.org>
12573 L: linux-usb@vger.kernel.org
12574 S: Maintained
12575 F: Documentation/usb/usbip_protocol.txt
12576 F: drivers/usb/usbip/
12577 F: tools/usb/usbip/
12578
12579 USB PEGASUS DRIVER
12580 M: Petko Manolov <petkan@nucleusys.com>
12581 L: linux-usb@vger.kernel.org
12582 L: netdev@vger.kernel.org
12583 T: git git://github.com/petkan/pegasus.git
12584 W: https://github.com/petkan/pegasus
12585 S: Maintained
12586 F: drivers/net/usb/pegasus.*
12587
12588 USB PHY LAYER
12589 M: Felipe Balbi <balbi@kernel.org>
12590 L: linux-usb@vger.kernel.org
12591 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12592 S: Maintained
12593 F: drivers/usb/phy/
12594
12595 USB PRINTER DRIVER (usblp)
12596 M: Pete Zaitcev <zaitcev@redhat.com>
12597 L: linux-usb@vger.kernel.org
12598 S: Supported
12599 F: drivers/usb/class/usblp.c
12600
12601 USB QMI WWAN NETWORK DRIVER
12602 M: Bjørn Mork <bjorn@mork.no>
12603 L: netdev@vger.kernel.org
12604 S: Maintained
12605 F: Documentation/ABI/testing/sysfs-class-net-qmi
12606 F: drivers/net/usb/qmi_wwan.c
12607
12608 USB RTL8150 DRIVER
12609 M: Petko Manolov <petkan@nucleusys.com>
12610 L: linux-usb@vger.kernel.org
12611 L: netdev@vger.kernel.org
12612 T: git git://github.com/petkan/rtl8150.git
12613 W: https://github.com/petkan/rtl8150
12614 S: Maintained
12615 F: drivers/net/usb/rtl8150.c
12616
12617 USB SERIAL SUBSYSTEM
12618 M: Johan Hovold <johan@kernel.org>
12619 L: linux-usb@vger.kernel.org
12620 T: git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12621 S: Maintained
12622 F: Documentation/usb/usb-serial.txt
12623 F: drivers/usb/serial/
12624 F: include/linux/usb/serial.h
12625
12626 USB SMSC75XX ETHERNET DRIVER
12627 M: Steve Glendinning <steve.glendinning@shawell.net>
12628 L: netdev@vger.kernel.org
12629 S: Maintained
12630 F: drivers/net/usb/smsc75xx.*
12631
12632 USB SMSC95XX ETHERNET DRIVER
12633 M: Steve Glendinning <steve.glendinning@shawell.net>
12634 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12635 L: netdev@vger.kernel.org
12636 S: Maintained
12637 F: drivers/net/usb/smsc95xx.*
12638
12639 USB SUBSYSTEM
12640 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12641 L: linux-usb@vger.kernel.org
12642 W: http://www.linux-usb.org
12643 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12644 S: Supported
12645 F: Documentation/devicetree/bindings/usb/
12646 F: Documentation/usb/
12647 F: drivers/usb/
12648 F: include/linux/usb.h
12649 F: include/linux/usb/
12650
12651 USB UHCI DRIVER
12652 M: Alan Stern <stern@rowland.harvard.edu>
12653 L: linux-usb@vger.kernel.org
12654 S: Maintained
12655 F: drivers/usb/host/uhci*
12656
12657 USB "USBNET" DRIVER FRAMEWORK
12658 M: Oliver Neukum <oneukum@suse.com>
12659 L: netdev@vger.kernel.org
12660 W: http://www.linux-usb.org/usbnet
12661 S: Maintained
12662 F: drivers/net/usb/usbnet.c
12663 F: include/linux/usb/usbnet.h
12664
12665 USB VIDEO CLASS
12666 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12667 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12668 L: linux-media@vger.kernel.org
12669 T: git git://linuxtv.org/media_tree.git
12670 W: http://www.ideasonboard.org/uvc/
12671 S: Maintained
12672 F: drivers/media/usb/uvc/
12673 F: include/uapi/linux/uvcvideo.h
12674
12675 USB VISION DRIVER
12676 M: Hans Verkuil <hverkuil@xs4all.nl>
12677 L: linux-media@vger.kernel.org
12678 T: git git://linuxtv.org/media_tree.git
12679 W: https://linuxtv.org
12680 S: Odd Fixes
12681 F: drivers/media/usb/usbvision/
12682
12683 USB WEBCAM GADGET
12684 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12685 L: linux-usb@vger.kernel.org
12686 S: Maintained
12687 F: drivers/usb/gadget/function/*uvc*
12688 F: drivers/usb/gadget/legacy/webcam.c
12689
12690 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12691 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
12692 L: linux-wireless@vger.kernel.org
12693 S: Maintained
12694 F: drivers/net/wireless/rndis_wlan.c
12695
12696 USB XHCI DRIVER
12697 M: Mathias Nyman <mathias.nyman@intel.com>
12698 L: linux-usb@vger.kernel.org
12699 S: Supported
12700 F: drivers/usb/host/xhci*
12701 F: drivers/usb/host/pci-quirks*
12702
12703 USB ZD1201 DRIVER
12704 L: linux-wireless@vger.kernel.org
12705 W: http://linux-lc100020.sourceforge.net
12706 S: Orphan
12707 F: drivers/net/wireless/zydas/zd1201.*
12708
12709 USB ZR364XX DRIVER
12710 M: Antoine Jacquet <royale@zerezo.com>
12711 L: linux-usb@vger.kernel.org
12712 L: linux-media@vger.kernel.org
12713 T: git git://linuxtv.org/media_tree.git
12714 W: http://royale.zerezo.com/zr364xx/
12715 S: Maintained
12716 F: Documentation/media/v4l-drivers/zr364xx*
12717 F: drivers/media/usb/zr364xx/
12718
12719 ULPI BUS
12720 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
12721 L: linux-usb@vger.kernel.org
12722 S: Maintained
12723 F: drivers/usb/common/ulpi.c
12724 F: include/linux/ulpi/
12725
12726 USER-MODE LINUX (UML)
12727 M: Jeff Dike <jdike@addtoit.com>
12728 M: Richard Weinberger <richard@nod.at>
12729 L: user-mode-linux-devel@lists.sourceforge.net
12730 L: user-mode-linux-user@lists.sourceforge.net
12731 W: http://user-mode-linux.sourceforge.net
12732 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12733 S: Maintained
12734 F: Documentation/virtual/uml/
12735 F: arch/um/
12736 F: arch/x86/um/
12737 F: fs/hostfs/
12738 F: fs/hppfs/
12739
12740 USERSPACE I/O (UIO)
12741 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12742 S: Maintained
12743 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12744 F: Documentation/DocBook/uio-howto.tmpl
12745 F: drivers/uio/
12746 F: include/linux/uio*.h
12747
12748 UTIL-LINUX PACKAGE
12749 M: Karel Zak <kzak@redhat.com>
12750 L: util-linux@vger.kernel.org
12751 W: http://en.wikipedia.org/wiki/Util-linux
12752 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12753 S: Maintained
12754
12755 UVESAFB DRIVER
12756 M: Michal Januszewski <spock@gentoo.org>
12757 L: linux-fbdev@vger.kernel.org
12758 W: http://dev.gentoo.org/~spock/projects/uvesafb/
12759 S: Maintained
12760 F: Documentation/fb/uvesafb.txt
12761 F: drivers/video/fbdev/uvesafb.*
12762
12763 VF610 NAND DRIVER
12764 M: Stefan Agner <stefan@agner.ch>
12765 L: linux-mtd@lists.infradead.org
12766 S: Supported
12767 F: drivers/mtd/nand/vf610_nfc.c
12768
12769 VFAT/FAT/MSDOS FILESYSTEM
12770 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12771 S: Maintained
12772 F: Documentation/filesystems/vfat.txt
12773 F: fs/fat/
12774
12775 VFIO DRIVER
12776 M: Alex Williamson <alex.williamson@redhat.com>
12777 L: kvm@vger.kernel.org
12778 T: git git://github.com/awilliam/linux-vfio.git
12779 S: Maintained
12780 F: Documentation/vfio.txt
12781 F: drivers/vfio/
12782 F: include/linux/vfio.h
12783 F: include/uapi/linux/vfio.h
12784
12785 VFIO PLATFORM DRIVER
12786 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
12787 L: kvm@vger.kernel.org
12788 S: Maintained
12789 F: drivers/vfio/platform/
12790
12791 VIDEOBUF2 FRAMEWORK
12792 M: Pawel Osciak <pawel@osciak.com>
12793 M: Marek Szyprowski <m.szyprowski@samsung.com>
12794 M: Kyungmin Park <kyungmin.park@samsung.com>
12795 L: linux-media@vger.kernel.org
12796 S: Maintained
12797 F: drivers/media/v4l2-core/videobuf2-*
12798 F: include/media/videobuf2-*
12799
12800 VIRTIO AND VHOST VSOCK DRIVER
12801 M: Stefan Hajnoczi <stefanha@redhat.com>
12802 L: kvm@vger.kernel.org
12803 L: virtualization@lists.linux-foundation.org
12804 L: netdev@vger.kernel.org
12805 S: Maintained
12806 F: include/linux/virtio_vsock.h
12807 F: include/uapi/linux/virtio_vsock.h
12808 F: net/vmw_vsock/virtio_transport_common.c
12809 F: net/vmw_vsock/virtio_transport.c
12810 F: drivers/vhost/vsock.c
12811 F: drivers/vhost/vsock.h
12812
12813 VIRTUAL SERIO DEVICE DRIVER
12814 M: Stephen Chandler Paul <thatslyude@gmail.com>
12815 S: Maintained
12816 F: drivers/input/serio/userio.c
12817 F: include/uapi/linux/userio.h
12818
12819 VIRTIO CONSOLE DRIVER
12820 M: Amit Shah <amit.shah@redhat.com>
12821 L: virtualization@lists.linux-foundation.org
12822 S: Maintained
12823 F: drivers/char/virtio_console.c
12824 F: include/linux/virtio_console.h
12825 F: include/uapi/linux/virtio_console.h
12826
12827 VIRTIO CORE, NET AND BLOCK DRIVERS
12828 M: "Michael S. Tsirkin" <mst@redhat.com>
12829 M: Jason Wang <jasowang@redhat.com>
12830 L: virtualization@lists.linux-foundation.org
12831 S: Maintained
12832 F: Documentation/devicetree/bindings/virtio/
12833 F: drivers/virtio/
12834 F: tools/virtio/
12835 F: drivers/net/virtio_net.c
12836 F: drivers/block/virtio_blk.c
12837 F: include/linux/virtio_*.h
12838 F: include/uapi/linux/virtio_*.h
12839
12840 VIRTIO DRIVERS FOR S390
12841 M: Christian Borntraeger <borntraeger@de.ibm.com>
12842 M: Cornelia Huck <cornelia.huck@de.ibm.com>
12843 L: linux-s390@vger.kernel.org
12844 L: virtualization@lists.linux-foundation.org
12845 L: kvm@vger.kernel.org
12846 S: Supported
12847 F: drivers/s390/virtio/
12848
12849 VIRTIO GPU DRIVER
12850 M: David Airlie <airlied@linux.ie>
12851 M: Gerd Hoffmann <kraxel@redhat.com>
12852 L: dri-devel@lists.freedesktop.org
12853 L: virtualization@lists.linux-foundation.org
12854 S: Maintained
12855 F: drivers/gpu/drm/virtio/
12856 F: include/uapi/linux/virtio_gpu.h
12857
12858 VIRTIO HOST (VHOST)
12859 M: "Michael S. Tsirkin" <mst@redhat.com>
12860 M: Jason Wang <jasowang@redhat.com>
12861 L: kvm@vger.kernel.org
12862 L: virtualization@lists.linux-foundation.org
12863 L: netdev@vger.kernel.org
12864 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12865 S: Maintained
12866 F: drivers/vhost/
12867 F: include/uapi/linux/vhost.h
12868
12869 VIRTIO INPUT DRIVER
12870 M: Gerd Hoffmann <kraxel@redhat.com>
12871 S: Maintained
12872 F: drivers/virtio/virtio_input.c
12873 F: include/uapi/linux/virtio_input.h
12874
12875 VIA RHINE NETWORK DRIVER
12876 S: Orphan
12877 F: drivers/net/ethernet/via/via-rhine.c
12878
12879 VIA SD/MMC CARD CONTROLLER DRIVER
12880 M: Bruce Chang <brucechang@via.com.tw>
12881 M: Harald Welte <HaraldWelte@viatech.com>
12882 S: Maintained
12883 F: drivers/mmc/host/via-sdmmc.c
12884
12885 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12886 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12887 L: linux-fbdev@vger.kernel.org
12888 S: Maintained
12889 F: include/linux/via-core.h
12890 F: include/linux/via-gpio.h
12891 F: include/linux/via_i2c.h
12892 F: drivers/video/fbdev/via/
12893
12894 VIA VELOCITY NETWORK DRIVER
12895 M: Francois Romieu <romieu@fr.zoreil.com>
12896 L: netdev@vger.kernel.org
12897 S: Maintained
12898 F: drivers/net/ethernet/via/via-velocity.*
12899
12900 VIRT LIB
12901 M: Alex Williamson <alex.williamson@redhat.com>
12902 M: Paolo Bonzini <pbonzini@redhat.com>
12903 L: kvm@vger.kernel.org
12904 S: Supported
12905 F: virt/lib/
12906
12907 VIVID VIRTUAL VIDEO DRIVER
12908 M: Hans Verkuil <hverkuil@xs4all.nl>
12909 L: linux-media@vger.kernel.org
12910 T: git git://linuxtv.org/media_tree.git
12911 W: https://linuxtv.org
12912 S: Maintained
12913 F: drivers/media/platform/vivid/*
12914
12915 VLAN (802.1Q)
12916 M: Patrick McHardy <kaber@trash.net>
12917 L: netdev@vger.kernel.org
12918 S: Maintained
12919 F: drivers/net/macvlan.c
12920 F: include/linux/if_*vlan.h
12921 F: net/8021q/
12922
12923 VLYNQ BUS
12924 M: Florian Fainelli <f.fainelli@gmail.com>
12925 L: openwrt-devel@lists.openwrt.org (subscribers-only)
12926 S: Maintained
12927 F: drivers/vlynq/vlynq.c
12928 F: include/linux/vlynq.h
12929
12930 VME SUBSYSTEM
12931 M: Martyn Welch <martyn@welchs.me.uk>
12932 M: Manohar Vanga <manohar.vanga@gmail.com>
12933 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12934 L: devel@driverdev.osuosl.org
12935 S: Maintained
12936 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12937 F: Documentation/vme_api.txt
12938 F: drivers/staging/vme/
12939 F: drivers/vme/
12940 F: include/linux/vme*
12941
12942 VMWARE HYPERVISOR INTERFACE
12943 M: Alok Kataria <akataria@vmware.com>
12944 L: virtualization@lists.linux-foundation.org
12945 S: Supported
12946 F: arch/x86/kernel/cpu/vmware.c
12947
12948 VMWARE BALLOON DRIVER
12949 M: Xavier Deguillard <xdeguillard@vmware.com>
12950 M: Philip Moltmann <moltmann@vmware.com>
12951 M: "VMware, Inc." <pv-drivers@vmware.com>
12952 L: linux-kernel@vger.kernel.org
12953 S: Maintained
12954 F: drivers/misc/vmw_balloon.c
12955
12956 VMWARE VMMOUSE SUBDRIVER
12957 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12958 M: "VMware, Inc." <pv-drivers@vmware.com>
12959 L: linux-input@vger.kernel.org
12960 S: Maintained
12961 F: drivers/input/mouse/vmmouse.c
12962 F: drivers/input/mouse/vmmouse.h
12963
12964 VMWARE VMXNET3 ETHERNET DRIVER
12965 M: Shrikrishna Khare <skhare@vmware.com>
12966 M: "VMware, Inc." <pv-drivers@vmware.com>
12967 L: netdev@vger.kernel.org
12968 S: Maintained
12969 F: drivers/net/vmxnet3/
12970
12971 VMware PVSCSI driver
12972 M: Jim Gill <jgill@vmware.com>
12973 M: VMware PV-Drivers <pv-drivers@vmware.com>
12974 L: linux-scsi@vger.kernel.org
12975 S: Maintained
12976 F: drivers/scsi/vmw_pvscsi.c
12977 F: drivers/scsi/vmw_pvscsi.h
12978
12979 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12980 M: Liam Girdwood <lgirdwood@gmail.com>
12981 M: Mark Brown <broonie@kernel.org>
12982 L: linux-kernel@vger.kernel.org
12983 W: http://www.slimlogic.co.uk/?p=48
12984 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12985 S: Supported
12986 F: Documentation/devicetree/bindings/regulator/
12987 F: drivers/regulator/
12988 F: include/dt-bindings/regulator/
12989 F: include/linux/regulator/
12990
12991 VRF
12992 M: David Ahern <dsa@cumulusnetworks.com>
12993 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
12994 L: netdev@vger.kernel.org
12995 S: Maintained
12996 F: drivers/net/vrf.c
12997 F: Documentation/networking/vrf.txt
12998
12999 VT1211 HARDWARE MONITOR DRIVER
13000 M: Juerg Haefliger <juergh@gmail.com>
13001 L: linux-hwmon@vger.kernel.org
13002 S: Maintained
13003 F: Documentation/hwmon/vt1211
13004 F: drivers/hwmon/vt1211.c
13005
13006 VT8231 HARDWARE MONITOR DRIVER
13007 M: Roger Lucas <vt8231@hiddenengine.co.uk>
13008 L: linux-hwmon@vger.kernel.org
13009 S: Maintained
13010 F: drivers/hwmon/vt8231.c
13011
13012 VUB300 USB to SDIO/SD/MMC bridge chip
13013 M: Tony Olech <tony.olech@elandigitalsystems.com>
13014 L: linux-mmc@vger.kernel.org
13015 L: linux-usb@vger.kernel.org
13016 S: Supported
13017 F: drivers/mmc/host/vub300.c
13018
13019 W1 DALLAS'S 1-WIRE BUS
13020 M: Evgeniy Polyakov <zbr@ioremap.net>
13021 S: Maintained
13022 F: Documentation/w1/
13023 F: drivers/w1/
13024
13025 W83791D HARDWARE MONITORING DRIVER
13026 M: Marc Hulsman <m.hulsman@tudelft.nl>
13027 L: linux-hwmon@vger.kernel.org
13028 S: Maintained
13029 F: Documentation/hwmon/w83791d
13030 F: drivers/hwmon/w83791d.c
13031
13032 W83793 HARDWARE MONITORING DRIVER
13033 M: Rudolf Marek <r.marek@assembler.cz>
13034 L: linux-hwmon@vger.kernel.org
13035 S: Maintained
13036 F: Documentation/hwmon/w83793
13037 F: drivers/hwmon/w83793.c
13038
13039 W83795 HARDWARE MONITORING DRIVER
13040 M: Jean Delvare <jdelvare@suse.com>
13041 L: linux-hwmon@vger.kernel.org
13042 S: Maintained
13043 F: drivers/hwmon/w83795.c
13044
13045 W83L51xD SD/MMC CARD INTERFACE DRIVER
13046 M: Pierre Ossman <pierre@ossman.eu>
13047 S: Maintained
13048 F: drivers/mmc/host/wbsd.*
13049
13050 WACOM PROTOCOL 4 SERIAL TABLETS
13051 M: Julian Squires <julian@cipht.net>
13052 M: Hans de Goede <hdegoede@redhat.com>
13053 L: linux-input@vger.kernel.org
13054 S: Maintained
13055 F: drivers/input/tablet/wacom_serial4.c
13056
13057 WATCHDOG DEVICE DRIVERS
13058 M: Wim Van Sebroeck <wim@iguana.be>
13059 R: Guenter Roeck <linux@roeck-us.net>
13060 L: linux-watchdog@vger.kernel.org
13061 W: http://www.linux-watchdog.org/
13062 T: git git://www.linux-watchdog.org/linux-watchdog.git
13063 S: Maintained
13064 F: Documentation/devicetree/bindings/watchdog/
13065 F: Documentation/watchdog/
13066 F: drivers/watchdog/
13067 F: include/linux/watchdog.h
13068 F: include/uapi/linux/watchdog.h
13069
13070 WIIMOTE HID DRIVER
13071 M: David Herrmann <dh.herrmann@googlemail.com>
13072 L: linux-input@vger.kernel.org
13073 S: Maintained
13074 F: drivers/hid/hid-wiimote*
13075
13076 WINBOND CIR DRIVER
13077 M: David Härdeman <david@hardeman.nu>
13078 S: Maintained
13079 F: drivers/media/rc/winbond-cir.c
13080
13081 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13082 M: William Breathitt Gray <vilhelm.gray@gmail.com>
13083 L: linux-watchdog@vger.kernel.org
13084 S: Maintained
13085 F: drivers/watchdog/ebc-c384_wdt.c
13086
13087 WINSYSTEMS WS16C48 GPIO DRIVER
13088 M: William Breathitt Gray <vilhelm.gray@gmail.com>
13089 L: linux-gpio@vger.kernel.org
13090 S: Maintained
13091 F: drivers/gpio/gpio-ws16c48.c
13092
13093 WIMAX STACK
13094 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
13095 M: linux-wimax@intel.com
13096 L: wimax@linuxwimax.org (subscribers-only)
13097 S: Supported
13098 W: http://linuxwimax.org
13099 F: Documentation/wimax/README.wimax
13100 F: include/linux/wimax/debug.h
13101 F: include/net/wimax.h
13102 F: include/uapi/linux/wimax.h
13103 F: net/wimax/
13104
13105 WISTRON LAPTOP BUTTON DRIVER
13106 M: Miloslav Trmac <mitr@volny.cz>
13107 S: Maintained
13108 F: drivers/input/misc/wistron_btns.c
13109
13110 WL3501 WIRELESS PCMCIA CARD DRIVER
13111 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
13112 L: linux-wireless@vger.kernel.org
13113 W: http://oops.ghostprotocols.net:81/blog
13114 S: Maintained
13115 F: drivers/net/wireless/wl3501*
13116
13117 WOLFSON MICROELECTRONICS DRIVERS
13118 L: patches@opensource.wolfsonmicro.com
13119 T: git https://github.com/CirrusLogic/linux-drivers.git
13120 W: https://github.com/CirrusLogic/linux-drivers/wiki
13121 S: Supported
13122 F: Documentation/hwmon/wm83??
13123 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13124 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13125 F: Documentation/devicetree/bindings/mfd/arizona.txt
13126 F: arch/arm/mach-s3c64xx/mach-crag6410*
13127 F: drivers/clk/clk-wm83*.c
13128 F: drivers/extcon/extcon-arizona.c
13129 F: drivers/leds/leds-wm83*.c
13130 F: drivers/gpio/gpio-*wm*.c
13131 F: drivers/gpio/gpio-arizona.c
13132 F: drivers/hwmon/wm83??-hwmon.c
13133 F: drivers/input/misc/wm831x-on.c
13134 F: drivers/input/touchscreen/wm831x-ts.c
13135 F: drivers/input/touchscreen/wm97*.c
13136 F: drivers/mfd/arizona*
13137 F: drivers/mfd/wm*.c
13138 F: drivers/mfd/cs47l24*
13139 F: drivers/power/supply/wm83*.c
13140 F: drivers/rtc/rtc-wm83*.c
13141 F: drivers/regulator/wm8*.c
13142 F: drivers/video/backlight/wm83*_bl.c
13143 F: drivers/watchdog/wm83*_wdt.c
13144 F: include/linux/mfd/arizona/
13145 F: include/linux/mfd/wm831x/
13146 F: include/linux/mfd/wm8350/
13147 F: include/linux/mfd/wm8400*
13148 F: include/linux/wm97xx.h
13149 F: include/sound/wm????.h
13150 F: sound/soc/codecs/arizona.?
13151 F: sound/soc/codecs/wm*
13152 F: sound/soc/codecs/cs47l24*
13153
13154 WORKQUEUE
13155 M: Tejun Heo <tj@kernel.org>
13156 R: Lai Jiangshan <jiangshanlai@gmail.com>
13157 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13158 S: Maintained
13159 F: include/linux/workqueue.h
13160 F: kernel/workqueue.c
13161 F: Documentation/workqueue.txt
13162
13163 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13164 M: Chen-Yu Tsai <wens@csie.org>
13165 L: linux-kernel@vger.kernel.org
13166 S: Maintained
13167 N: axp[128]
13168
13169 X.25 NETWORK LAYER
13170 M: Andrew Hendry <andrew.hendry@gmail.com>
13171 L: linux-x25@vger.kernel.org
13172 S: Odd Fixes
13173 F: Documentation/networking/x25*
13174 F: include/net/x25*
13175 F: net/x25/
13176
13177 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13178 M: Thomas Gleixner <tglx@linutronix.de>
13179 M: Ingo Molnar <mingo@redhat.com>
13180 M: "H. Peter Anvin" <hpa@zytor.com>
13181 M: x86@kernel.org
13182 L: linux-kernel@vger.kernel.org
13183 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13184 S: Maintained
13185 F: Documentation/x86/
13186 F: arch/x86/
13187
13188 X86 PLATFORM DRIVERS
13189 M: Darren Hart <dvhart@infradead.org>
13190 L: platform-driver-x86@vger.kernel.org
13191 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13192 S: Maintained
13193 F: drivers/platform/x86/
13194 F: drivers/platform/olpc/
13195
13196 X86 MCE INFRASTRUCTURE
13197 M: Tony Luck <tony.luck@intel.com>
13198 M: Borislav Petkov <bp@alien8.de>
13199 L: linux-edac@vger.kernel.org
13200 S: Maintained
13201 F: arch/x86/kernel/cpu/mcheck/*
13202
13203 X86 MICROCODE UPDATE SUPPORT
13204 M: Borislav Petkov <bp@alien8.de>
13205 S: Maintained
13206 F: arch/x86/kernel/cpu/microcode/*
13207
13208 X86 VDSO
13209 M: Andy Lutomirski <luto@amacapital.net>
13210 L: linux-kernel@vger.kernel.org
13211 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13212 S: Maintained
13213 F: arch/x86/entry/vdso/
13214
13215 XC2028/3028 TUNER DRIVER
13216 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
13217 M: Mauro Carvalho Chehab <mchehab@kernel.org>
13218 L: linux-media@vger.kernel.org
13219 W: https://linuxtv.org
13220 T: git git://linuxtv.org/media_tree.git
13221 S: Maintained
13222 F: drivers/media/tuners/tuner-xc2028.*
13223
13224 XEN HYPERVISOR INTERFACE
13225 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
13226 M: David Vrabel <david.vrabel@citrix.com>
13227 M: Juergen Gross <jgross@suse.com>
13228 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13229 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13230 S: Supported
13231 F: arch/x86/xen/
13232 F: drivers/*/xen-*front.c
13233 F: drivers/xen/
13234 F: arch/x86/include/asm/xen/
13235 F: include/xen/
13236 F: include/uapi/xen/
13237
13238 XEN HYPERVISOR ARM
13239 M: Stefano Stabellini <sstabellini@kernel.org>
13240 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13241 S: Maintained
13242 F: arch/arm/xen/
13243 F: arch/arm/include/asm/xen/
13244
13245 XEN HYPERVISOR ARM64
13246 M: Stefano Stabellini <sstabellini@kernel.org>
13247 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13248 S: Maintained
13249 F: arch/arm64/xen/
13250 F: arch/arm64/include/asm/xen/
13251
13252 XEN NETWORK BACKEND DRIVER
13253 M: Wei Liu <wei.liu2@citrix.com>
13254 M: Paul Durrant <paul.durrant@citrix.com>
13255 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13256 L: netdev@vger.kernel.org
13257 S: Supported
13258 F: drivers/net/xen-netback/*
13259
13260 XEN PCI SUBSYSTEM
13261 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13262 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13263 S: Supported
13264 F: arch/x86/pci/*xen*
13265 F: drivers/pci/*xen*
13266
13267 XEN BLOCK SUBSYSTEM
13268 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13269 M: Roger Pau Monné <roger.pau@citrix.com>
13270 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13271 S: Supported
13272 F: drivers/block/xen-blkback/*
13273 F: drivers/block/xen*
13274
13275 XEN PVSCSI DRIVERS
13276 M: Juergen Gross <jgross@suse.com>
13277 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13278 L: linux-scsi@vger.kernel.org
13279 S: Supported
13280 F: drivers/scsi/xen-scsifront.c
13281 F: drivers/xen/xen-scsiback.c
13282 F: include/xen/interface/io/vscsiif.h
13283
13284 XEN SWIOTLB SUBSYSTEM
13285 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13286 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13287 S: Supported
13288 F: arch/x86/xen/*swiotlb*
13289 F: drivers/xen/*swiotlb*
13290
13291 XFS FILESYSTEM
13292 M: Dave Chinner <david@fromorbit.com>
13293 M: linux-xfs@vger.kernel.org
13294 L: linux-xfs@vger.kernel.org
13295 W: http://xfs.org/
13296 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13297 S: Supported
13298 F: Documentation/filesystems/xfs.txt
13299 F: fs/xfs/
13300
13301 XILINX AXI ETHERNET DRIVER
13302 M: Anirudha Sarangi <anirudh@xilinx.com>
13303 M: John Linn <John.Linn@xilinx.com>
13304 S: Maintained
13305 F: drivers/net/ethernet/xilinx/xilinx_axienet*
13306
13307 XILINX UARTLITE SERIAL DRIVER
13308 M: Peter Korsgaard <jacmet@sunsite.dk>
13309 L: linux-serial@vger.kernel.org
13310 S: Maintained
13311 F: drivers/tty/serial/uartlite.c
13312
13313 XILINX VIDEO IP CORES
13314 M: Hyun Kwon <hyun.kwon@xilinx.com>
13315 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13316 L: linux-media@vger.kernel.org
13317 T: git git://linuxtv.org/media_tree.git
13318 S: Supported
13319 F: Documentation/devicetree/bindings/media/xilinx/
13320 F: drivers/media/platform/xilinx/
13321 F: include/uapi/linux/xilinx-v4l2-controls.h
13322
13323 XILLYBUS DRIVER
13324 M: Eli Billauer <eli.billauer@gmail.com>
13325 L: linux-kernel@vger.kernel.org
13326 S: Supported
13327 F: drivers/char/xillybus/
13328
13329 XTENSA XTFPGA PLATFORM SUPPORT
13330 M: Max Filippov <jcmvbkbc@gmail.com>
13331 L: linux-xtensa@linux-xtensa.org
13332 S: Maintained
13333 F: drivers/spi/spi-xtensa-xtfpga.c
13334 F: sound/soc/xtensa/xtfpga-i2s.c
13335
13336 YAM DRIVER FOR AX.25
13337 M: Jean-Paul Roubelat <jpr@f6fbb.org>
13338 L: linux-hams@vger.kernel.org
13339 S: Maintained
13340 F: drivers/net/hamradio/yam*
13341 F: include/linux/yam.h
13342
13343 YEALINK PHONE DRIVER
13344 M: Henk Vergonet <Henk.Vergonet@gmail.com>
13345 L: usbb2k-api-dev@nongnu.org
13346 S: Maintained
13347 F: Documentation/input/yealink.txt
13348 F: drivers/input/misc/yealink.*
13349
13350 Z8530 DRIVER FOR AX.25
13351 M: Joerg Reuter <jreuter@yaina.de>
13352 W: http://yaina.de/jreuter/
13353 W: http://www.qsl.net/dl1bke/
13354 L: linux-hams@vger.kernel.org
13355 S: Maintained
13356 F: Documentation/networking/z8530drv.txt
13357 F: drivers/net/hamradio/*scc.c
13358 F: drivers/net/hamradio/z8530.h
13359
13360 ZBUD COMPRESSED PAGE ALLOCATOR
13361 M: Seth Jennings <sjenning@redhat.com>
13362 L: linux-mm@kvack.org
13363 S: Maintained
13364 F: mm/zbud.c
13365 F: include/linux/zbud.h
13366
13367 ZD1211RW WIRELESS DRIVER
13368 M: Daniel Drake <dsd@gentoo.org>
13369 M: Ulrich Kunitz <kune@deine-taler.de>
13370 W: http://zd1211.ath.cx/wiki/DriverRewrite
13371 L: linux-wireless@vger.kernel.org
13372 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
13373 S: Maintained
13374 F: drivers/net/wireless/zydas/zd1211rw/
13375
13376 ZPOOL COMPRESSED PAGE STORAGE API
13377 M: Dan Streetman <ddstreet@ieee.org>
13378 L: linux-mm@kvack.org
13379 S: Maintained
13380 F: mm/zpool.c
13381 F: include/linux/zpool.h
13382
13383 ZR36067 VIDEO FOR LINUX DRIVER
13384 L: mjpeg-users@lists.sourceforge.net
13385 L: linux-media@vger.kernel.org
13386 W: http://mjpeg.sourceforge.net/driver-zoran/
13387 T: hg https://linuxtv.org/hg/v4l-dvb
13388 S: Odd Fixes
13389 F: drivers/media/pci/zoran/
13390
13391 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13392 M: Minchan Kim <minchan@kernel.org>
13393 M: Nitin Gupta <ngupta@vflare.org>
13394 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13395 L: linux-kernel@vger.kernel.org
13396 S: Maintained
13397 F: drivers/block/zram/
13398 F: Documentation/blockdev/zram.txt
13399
13400 ZS DECSTATION Z85C30 SERIAL DRIVER
13401 M: "Maciej W. Rozycki" <macro@linux-mips.org>
13402 S: Maintained
13403 F: drivers/tty/serial/zs.*
13404
13405 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13406 M: Minchan Kim <minchan@kernel.org>
13407 M: Nitin Gupta <ngupta@vflare.org>
13408 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13409 L: linux-mm@kvack.org
13410 S: Maintained
13411 F: mm/zsmalloc.c
13412 F: include/linux/zsmalloc.h
13413 F: Documentation/vm/zsmalloc.txt
13414
13415 ZSWAP COMPRESSED SWAP CACHING
13416 M: Seth Jennings <sjenning@redhat.com>
13417 L: linux-mm@kvack.org
13418 S: Maintained
13419 F: mm/zswap.c
13420
13421 THE REST
13422 M: Linus Torvalds <torvalds@linux-foundation.org>
13423 L: linux-kernel@vger.kernel.org
13424 Q: http://patchwork.kernel.org/project/LKML/list/
13425 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13426 S: Buried alive in reporters
13427 F: *
13428 F: */