Merge remote-tracking branch 'rdma/for-next'
[deliverable/linux.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 Q: Patchwork web based patch tracking system site
78 T: SCM tree type and location.
79 Type is one of: git, hg, quilt, stgit, topgit
80 S: Status, one of the following:
81 Supported: Someone is actually paid to look after this.
82 Maintained: Someone actually looks after it.
83 Odd Fixes: It has a maintainer but they don't have time to do
84 much other than throw the odd patch in. See below..
85 Orphan: No current maintainer [but maybe you could take the
86 role as you write your new code].
87 Obsolete: Old code. Something tagged obsolete generally means
88 it has been replaced by a better system and you
89 should be using that.
90 F: Files and directories with wildcard patterns.
91 A trailing slash includes all files and subdirectory files.
92 F: drivers/net/ all files in and below drivers/net
93 F: drivers/net/* all files in drivers/net, but not below
94 F: */net/* all files in "any top level directory"/net
95 One pattern per line. Multiple F: lines acceptable.
96 N: Files and directories with regex patterns.
97 N: [^a-z]tegra all files whose path contains the word tegra
98 One pattern per line. Multiple N: lines acceptable.
99 scripts/get_maintainer.pl has different behavior for files that
100 match F: pattern and matches of N: patterns. By default,
101 get_maintainer will not look at git log history when an F: pattern
102 match occurs. When an N: match occurs, git log history is used
103 to also notify the people that have git commit signatures.
104 X: Files and directories that are NOT maintained, same rules as F:
105 Files exclusions are tested before file matches.
106 Can be useful for excluding a specific subdirectory, for instance:
107 F: net/
108 X: net/ipv6/
109 matches all files in and below net excluding net/ipv6/
110 K: Keyword perl extended regex pattern to match content in a
111 patch or file. For instance:
112 K: of_get_profile
113 matches patches or files that contain "of_get_profile"
114 K: \b(printk|pr_(info|err))\b
115 matches patches or files that contain one or more of the words
116 printk, pr_info or pr_err
117 One regex pattern per line. Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L: netdev@vger.kernel.org
130 S: Maintained
131 F: Documentation/networking/vortex.txt
132 F: drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M: David Dillow <dave@thedillows.org>
136 L: netdev@vger.kernel.org
137 S: Maintained
138 F: drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M: Adam Radford <linuxraid@lsi.com>
142 L: linux-scsi@vger.kernel.org
143 W: http://www.lsi.com
144 S: Supported
145 F: drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L: linux-scsi@vger.kernel.org
150 S: Maintained
151 F: drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M: Alexander Aring <aar@pengutronix.de>
155 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L: linux-bluetooth@vger.kernel.org
157 L: linux-wpan@vger.kernel.org
158 S: Maintained
159 F: net/6lowpan/
160 F: include/net/6lowpan.h
161 F: Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L: linux-hams@vger.kernel.org
166 S: Maintained
167 F: drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L: netdev@vger.kernel.org
172 S: Maintained
173 F: drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L: linux-serial@vger.kernel.org
178 S: Maintained
179 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F: drivers/tty/serial/8250*
181 F: include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L: netdev@vger.kernel.org
185 S: Orphan / Obsolete
186 F: drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M: Eric Van Hensbergen <ericvh@gmail.com>
190 M: Ron Minnich <rminnich@sandia.gov>
191 M: Latchesar Ionkov <lucho@ionkov.net>
192 L: v9fs-developer@lists.sourceforge.net
193 W: http://swik.net/v9fs
194 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
195 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S: Maintained
197 F: Documentation/filesystems/9p.txt
198 F: fs/9p/
199 F: net/9p/
200 F: include/net/9p/
201 F: include/uapi/linux/virtio_9p.h
202 F: include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M: Antti Palosaari <crope@iki.fi>
207 L: linux-media@vger.kernel.org
208 W: https://linuxtv.org
209 W: http://palosaari.fi/linux/
210 Q: http://patchwork.linuxtv.org/project/linux-media/list/
211 T: git git://linuxtv.org/anttip/media_tree.git
212 S: Maintained
213 F: drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
217 L: linux-scsi@vger.kernel.org
218 W: http://www.adaptec.com/
219 S: Supported
220 F: Documentation/scsi/aacraid.txt
221 F: drivers/scsi/aacraid/
222
223 ABI/API
224 L: linux-api@vger.kernel.org
225 F: include/linux/syscalls.h
226 F: kernel/sys_ni.c
227
228 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
229 M: Hans de Goede <hdegoede@redhat.com>
230 L: linux-hwmon@vger.kernel.org
231 S: Maintained
232 F: drivers/hwmon/abituguru.c
233
234 ABIT UGURU 3 HARDWARE MONITOR DRIVER
235 M: Alistair John Strachan <alistair@devzero.co.uk>
236 L: linux-hwmon@vger.kernel.org
237 S: Maintained
238 F: drivers/hwmon/abituguru3.c
239
240 ACCES 104-DIO-48E GPIO DRIVER
241 M: William Breathitt Gray <vilhelm.gray@gmail.com>
242 L: linux-gpio@vger.kernel.org
243 S: Maintained
244 F: drivers/gpio/gpio-104-dio-48e.c
245
246 ACCES 104-IDI-48 GPIO DRIVER
247 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
248 L: linux-gpio@vger.kernel.org
249 S: Maintained
250 F: drivers/gpio/gpio-104-idi-48.c
251
252 ACCES 104-IDIO-16 GPIO DRIVER
253 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
254 L: linux-gpio@vger.kernel.org
255 S: Maintained
256 F: drivers/gpio/gpio-104-idio-16.c
257
258 ACENIC DRIVER
259 M: Jes Sorensen <jes@trained-monkey.org>
260 L: linux-acenic@sunsite.dk
261 S: Maintained
262 F: drivers/net/ethernet/alteon/acenic*
263
264 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
265 M: Peter Feuerer <peter@piie.net>
266 L: platform-driver-x86@vger.kernel.org
267 W: http://piie.net/?section=acerhdf
268 S: Maintained
269 F: drivers/platform/x86/acerhdf.c
270
271 ACER WMI LAPTOP EXTRAS
272 M: "Lee, Chun-Yi" <jlee@suse.com>
273 L: platform-driver-x86@vger.kernel.org
274 S: Maintained
275 F: drivers/platform/x86/acer-wmi.c
276
277 ACPI
278 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
279 M: Len Brown <lenb@kernel.org>
280 L: linux-acpi@vger.kernel.org
281 W: https://01.org/linux-acpi
282 Q: https://patchwork.kernel.org/project/linux-acpi/list/
283 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
284 S: Supported
285 F: drivers/acpi/
286 F: drivers/pnp/pnpacpi/
287 F: include/linux/acpi.h
288 F: include/acpi/
289 F: Documentation/acpi/
290 F: Documentation/ABI/testing/sysfs-bus-acpi
291 F: Documentation/ABI/testing/configfs-acpi
292 F: drivers/pci/*acpi*
293 F: drivers/pci/*/*acpi*
294 F: drivers/pci/*/*/*acpi*
295 F: tools/power/acpi/
296
297 ACPI COMPONENT ARCHITECTURE (ACPICA)
298 M: Robert Moore <robert.moore@intel.com>
299 M: Lv Zheng <lv.zheng@intel.com>
300 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
301 L: linux-acpi@vger.kernel.org
302 L: devel@acpica.org
303 W: https://acpica.org/
304 W: https://github.com/acpica/acpica/
305 Q: https://patchwork.kernel.org/project/linux-acpi/list/
306 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
307 S: Supported
308 F: drivers/acpi/acpica/
309 F: include/acpi/
310 F: tools/power/acpi/
311
312 ACPI FAN DRIVER
313 M: Zhang Rui <rui.zhang@intel.com>
314 L: linux-acpi@vger.kernel.org
315 W: https://01.org/linux-acpi
316 S: Supported
317 F: drivers/acpi/fan.c
318
319 ACPI THERMAL DRIVER
320 M: Zhang Rui <rui.zhang@intel.com>
321 L: linux-acpi@vger.kernel.org
322 W: https://01.org/linux-acpi
323 S: Supported
324 F: drivers/acpi/*thermal*
325
326 ACPI VIDEO DRIVER
327 M: Zhang Rui <rui.zhang@intel.com>
328 L: linux-acpi@vger.kernel.org
329 W: https://01.org/linux-acpi
330 S: Supported
331 F: drivers/acpi/acpi_video.c
332
333 ACPI WMI DRIVER
334 L: platform-driver-x86@vger.kernel.org
335 S: Orphan
336 F: drivers/platform/x86/wmi.c
337
338 AD1889 ALSA SOUND DRIVER
339 M: Thibaut Varene <T-Bone@parisc-linux.org>
340 W: http://wiki.parisc-linux.org/AD1889
341 L: linux-parisc@vger.kernel.org
342 S: Maintained
343 F: sound/pci/ad1889.*
344
345 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
346 M: Michael Hennerich <michael.hennerich@analog.com>
347 W: http://wiki.analog.com/AD5254
348 W: http://ez.analog.com/community/linux-device-drivers
349 S: Supported
350 F: drivers/misc/ad525x_dpot.c
351
352 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
353 M: Michael Hennerich <michael.hennerich@analog.com>
354 W: http://wiki.analog.com/AD5398
355 W: http://ez.analog.com/community/linux-device-drivers
356 S: Supported
357 F: drivers/regulator/ad5398.c
358
359 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
360 M: Michael Hennerich <michael.hennerich@analog.com>
361 W: http://wiki.analog.com/AD7142
362 W: http://ez.analog.com/community/linux-device-drivers
363 S: Supported
364 F: drivers/input/misc/ad714x.c
365
366 AD7877 TOUCHSCREEN DRIVER
367 M: Michael Hennerich <michael.hennerich@analog.com>
368 W: http://wiki.analog.com/AD7877
369 W: http://ez.analog.com/community/linux-device-drivers
370 S: Supported
371 F: drivers/input/touchscreen/ad7877.c
372
373 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
374 M: Michael Hennerich <michael.hennerich@analog.com>
375 W: http://wiki.analog.com/AD7879
376 W: http://ez.analog.com/community/linux-device-drivers
377 S: Supported
378 F: drivers/input/touchscreen/ad7879.c
379
380 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
381 M: Jiri Kosina <jikos@kernel.org>
382 S: Maintained
383
384 ADF7242 IEEE 802.15.4 RADIO DRIVER
385 M: Michael Hennerich <michael.hennerich@analog.com>
386 W: https://wiki.analog.com/ADF7242
387 W: http://ez.analog.com/community/linux-device-drivers
388 L: linux-wpan@vger.kernel.org
389 S: Supported
390 F: drivers/net/ieee802154/adf7242.c
391 F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
392
393 ADM1025 HARDWARE MONITOR DRIVER
394 M: Jean Delvare <jdelvare@suse.com>
395 L: linux-hwmon@vger.kernel.org
396 S: Maintained
397 F: Documentation/hwmon/adm1025
398 F: drivers/hwmon/adm1025.c
399
400 ADM1029 HARDWARE MONITOR DRIVER
401 M: Corentin Labbe <clabbe.montjoie@gmail.com>
402 L: linux-hwmon@vger.kernel.org
403 S: Maintained
404 F: drivers/hwmon/adm1029.c
405
406 ADM8211 WIRELESS DRIVER
407 L: linux-wireless@vger.kernel.org
408 W: http://wireless.kernel.org/
409 S: Orphan
410 F: drivers/net/wireless/admtek/adm8211.*
411
412 ADP1653 FLASH CONTROLLER DRIVER
413 M: Sakari Ailus <sakari.ailus@iki.fi>
414 L: linux-media@vger.kernel.org
415 S: Maintained
416 F: drivers/media/i2c/adp1653.c
417 F: include/media/i2c/adp1653.h
418
419 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
420 M: Michael Hennerich <michael.hennerich@analog.com>
421 W: http://wiki.analog.com/ADP5520
422 W: http://ez.analog.com/community/linux-device-drivers
423 S: Supported
424 F: drivers/mfd/adp5520.c
425 F: drivers/video/backlight/adp5520_bl.c
426 F: drivers/leds/leds-adp5520.c
427 F: drivers/gpio/gpio-adp5520.c
428 F: drivers/input/keyboard/adp5520-keys.c
429
430 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
431 M: Michael Hennerich <michael.hennerich@analog.com>
432 W: http://wiki.analog.com/ADP5588
433 W: http://ez.analog.com/community/linux-device-drivers
434 S: Supported
435 F: drivers/input/keyboard/adp5588-keys.c
436 F: drivers/gpio/gpio-adp5588.c
437
438 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
439 M: Michael Hennerich <michael.hennerich@analog.com>
440 W: http://wiki.analog.com/ADP8860
441 W: http://ez.analog.com/community/linux-device-drivers
442 S: Supported
443 F: drivers/video/backlight/adp8860_bl.c
444
445 ADS1015 HARDWARE MONITOR DRIVER
446 M: Dirk Eibach <eibach@gdsys.de>
447 L: linux-hwmon@vger.kernel.org
448 S: Maintained
449 F: Documentation/hwmon/ads1015
450 F: drivers/hwmon/ads1015.c
451 F: include/linux/i2c/ads1015.h
452
453 ADT746X FAN DRIVER
454 M: Colin Leroy <colin@colino.net>
455 S: Maintained
456 F: drivers/macintosh/therm_adt746x.c
457
458 ADT7475 HARDWARE MONITOR DRIVER
459 M: Jean Delvare <jdelvare@suse.com>
460 L: linux-hwmon@vger.kernel.org
461 S: Maintained
462 F: Documentation/hwmon/adt7475
463 F: drivers/hwmon/adt7475.c
464
465 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
466 M: Michael Hennerich <michael.hennerich@analog.com>
467 W: http://wiki.analog.com/ADXL345
468 W: http://ez.analog.com/community/linux-device-drivers
469 S: Supported
470 F: drivers/input/misc/adxl34x.c
471
472 ADVANSYS SCSI DRIVER
473 M: Matthew Wilcox <matthew@wil.cx>
474 M: Hannes Reinecke <hare@suse.com>
475 L: linux-scsi@vger.kernel.org
476 S: Maintained
477 F: Documentation/scsi/advansys.txt
478 F: drivers/scsi/advansys.c
479
480 AEDSP16 DRIVER
481 M: Riccardo Facchetti <fizban@tin.it>
482 S: Maintained
483 F: sound/oss/aedsp16.c
484
485 AF9013 MEDIA DRIVER
486 M: Antti Palosaari <crope@iki.fi>
487 L: linux-media@vger.kernel.org
488 W: https://linuxtv.org
489 W: http://palosaari.fi/linux/
490 Q: http://patchwork.linuxtv.org/project/linux-media/list/
491 T: git git://linuxtv.org/anttip/media_tree.git
492 S: Maintained
493 F: drivers/media/dvb-frontends/af9013*
494
495 AF9033 MEDIA DRIVER
496 M: Antti Palosaari <crope@iki.fi>
497 L: linux-media@vger.kernel.org
498 W: https://linuxtv.org
499 W: http://palosaari.fi/linux/
500 Q: http://patchwork.linuxtv.org/project/linux-media/list/
501 T: git git://linuxtv.org/anttip/media_tree.git
502 S: Maintained
503 F: drivers/media/dvb-frontends/af9033*
504
505 AFFS FILE SYSTEM
506 L: linux-fsdevel@vger.kernel.org
507 S: Orphan
508 F: Documentation/filesystems/affs.txt
509 F: fs/affs/
510
511 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
512 M: David Howells <dhowells@redhat.com>
513 L: linux-afs@lists.infradead.org
514 S: Supported
515 F: fs/afs/
516 F: include/net/af_rxrpc.h
517 F: net/rxrpc/af_rxrpc.c
518
519 AGPGART DRIVER
520 M: David Airlie <airlied@linux.ie>
521 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
522 S: Maintained
523 F: drivers/char/agp/
524 F: include/linux/agp*
525 F: include/uapi/linux/agp*
526
527 AHA152X SCSI DRIVER
528 M: "Juergen E. Fischer" <fischer@norbit.de>
529 L: linux-scsi@vger.kernel.org
530 S: Maintained
531 F: drivers/scsi/aha152x*
532 F: drivers/scsi/pcmcia/aha152x*
533
534 AIC7XXX / AIC79XX SCSI DRIVER
535 M: Hannes Reinecke <hare@suse.com>
536 L: linux-scsi@vger.kernel.org
537 S: Maintained
538 F: drivers/scsi/aic7xxx/
539
540 AIMSLAB FM RADIO RECEIVER DRIVER
541 M: Hans Verkuil <hverkuil@xs4all.nl>
542 L: linux-media@vger.kernel.org
543 T: git git://linuxtv.org/media_tree.git
544 W: https://linuxtv.org
545 S: Maintained
546 F: drivers/media/radio/radio-aimslab*
547
548 AIO
549 M: Benjamin LaHaise <bcrl@kvack.org>
550 L: linux-aio@kvack.org
551 S: Supported
552 F: fs/aio.c
553 F: include/linux/*aio*.h
554
555 AIRSPY MEDIA DRIVER
556 M: Antti Palosaari <crope@iki.fi>
557 L: linux-media@vger.kernel.org
558 W: https://linuxtv.org
559 W: http://palosaari.fi/linux/
560 Q: http://patchwork.linuxtv.org/project/linux-media/list/
561 T: git git://linuxtv.org/anttip/media_tree.git
562 S: Maintained
563 F: drivers/media/usb/airspy/
564
565 ALCATEL SPEEDTOUCH USB DRIVER
566 M: Duncan Sands <duncan.sands@free.fr>
567 L: linux-usb@vger.kernel.org
568 W: http://www.linux-usb.org/SpeedTouch/
569 S: Maintained
570 F: drivers/usb/atm/speedtch.c
571 F: drivers/usb/atm/usbatm.c
572
573 ALCHEMY AU1XX0 MMC DRIVER
574 M: Manuel Lauss <manuel.lauss@gmail.com>
575 S: Maintained
576 F: drivers/mmc/host/au1xmmc.c
577
578 ALI1563 I2C DRIVER
579 M: Rudolf Marek <r.marek@assembler.cz>
580 L: linux-i2c@vger.kernel.org
581 S: Maintained
582 F: Documentation/i2c/busses/i2c-ali1563
583 F: drivers/i2c/busses/i2c-ali1563.c
584
585 ALLWINNER SECURITY SYSTEM
586 M: Corentin Labbe <clabbe.montjoie@gmail.com>
587 L: linux-crypto@vger.kernel.org
588 S: Maintained
589 F: drivers/crypto/sunxi-ss/
590
591 ALPHA PORT
592 M: Richard Henderson <rth@twiddle.net>
593 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
594 M: Matt Turner <mattst88@gmail.com>
595 S: Odd Fixes
596 L: linux-alpha@vger.kernel.org
597 F: arch/alpha/
598
599 ALPS PS/2 TOUCHPAD DRIVER
600 R: Pali Rohár <pali.rohar@gmail.com>
601 F: drivers/input/mouse/alps.*
602
603 ALTERA MAILBOX DRIVER
604 M: Ley Foon Tan <lftan@altera.com>
605 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
606 S: Maintained
607 F: drivers/mailbox/mailbox-altera.c
608
609 ALTERA PIO DRIVER
610 M: Tien Hock Loh <thloh@altera.com>
611 L: linux-gpio@vger.kernel.org
612 S: Maintained
613 F: drivers/gpio/gpio-altera.c
614
615 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
616 M: Thor Thayer <tthayer@opensource.altera.com>
617 S: Maintained
618 F: drivers/gpio/gpio-altera-a10sr.c
619 F: drivers/mfd/altera-a10sr.c
620 F: include/linux/mfd/altera-a10sr.h
621
622 ALTERA TRIPLE SPEED ETHERNET DRIVER
623 M: Vince Bridgers <vbridger@opensource.altera.com>
624 L: netdev@vger.kernel.org
625 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
626 S: Maintained
627 F: drivers/net/ethernet/altera/
628
629 ALTERA UART/JTAG UART SERIAL DRIVERS
630 M: Tobias Klauser <tklauser@distanz.ch>
631 L: linux-serial@vger.kernel.org
632 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
633 S: Maintained
634 F: drivers/tty/serial/altera_uart.c
635 F: drivers/tty/serial/altera_jtaguart.c
636 F: include/linux/altera_uart.h
637 F: include/linux/altera_jtaguart.h
638
639 AMAZON ETHERNET DRIVERS
640 M: Netanel Belgazal <netanel@annapurnalabs.com>
641 R: Saeed Bishara <saeed@annapurnalabs.com>
642 R: Zorik Machulsky <zorik@annapurnalabs.com>
643 L: netdev@vger.kernel.org
644 S: Supported
645 F: Documentation/networking/ena.txt
646 F: drivers/net/ethernet/amazon/
647
648 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
649 M: Tom Lendacky <thomas.lendacky@amd.com>
650 M: Gary Hook <gary.hook@amd.com>
651 L: linux-crypto@vger.kernel.org
652 S: Supported
653 F: drivers/crypto/ccp/
654 F: include/linux/ccp.h
655
656 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
657 M: Huang Rui <ray.huang@amd.com>
658 L: linux-hwmon@vger.kernel.org
659 S: Supported
660 F: Documentation/hwmon/fam15h_power
661 F: drivers/hwmon/fam15h_power.c
662
663 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
664 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
665 S: Orphan
666 F: drivers/usb/gadget/udc/amd5536udc.*
667
668 AMD GEODE PROCESSOR/CHIPSET SUPPORT
669 P: Andres Salomon <dilinger@queued.net>
670 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
671 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
672 S: Supported
673 F: drivers/char/hw_random/geode-rng.c
674 F: drivers/crypto/geode*
675 F: drivers/video/fbdev/geode/
676 F: arch/x86/include/asm/geode.h
677
678 AMD IOMMU (AMD-VI)
679 M: Joerg Roedel <joro@8bytes.org>
680 L: iommu@lists.linux-foundation.org
681 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
682 S: Maintained
683 F: drivers/iommu/amd_iommu*.[ch]
684 F: include/linux/amd-iommu.h
685
686 AMD KFD
687 M: Oded Gabbay <oded.gabbay@gmail.com>
688 L: dri-devel@lists.freedesktop.org
689 T: git git://people.freedesktop.org/~gabbayo/linux.git
690 S: Supported
691 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
692 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
693 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
694 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
695 F: drivers/gpu/drm/amd/amdkfd/
696 F: drivers/gpu/drm/amd/include/cik_structs.h
697 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
698 F: drivers/gpu/drm/amd/include/vi_structs.h
699 F: drivers/gpu/drm/radeon/radeon_kfd.c
700 F: drivers/gpu/drm/radeon/radeon_kfd.h
701 F: include/uapi/linux/kfd_ioctl.h
702
703 AMD SEATTLE DEVICE TREE SUPPORT
704 M: Brijesh Singh <brijeshkumar.singh@amd.com>
705 M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
706 M: Tom Lendacky <thomas.lendacky@amd.com>
707 S: Supported
708 F: arch/arm64/boot/dts/amd/
709
710 AMD XGBE DRIVER
711 M: Tom Lendacky <thomas.lendacky@amd.com>
712 L: netdev@vger.kernel.org
713 S: Supported
714 F: drivers/net/ethernet/amd/xgbe/
715 F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
716
717 AMS (Apple Motion Sensor) DRIVER
718 M: Michael Hanselmann <linux-kernel@hansmi.ch>
719 S: Supported
720 F: drivers/macintosh/ams/
721
722 ANALOG DEVICES INC AD9389B DRIVER
723 M: Hans Verkuil <hans.verkuil@cisco.com>
724 L: linux-media@vger.kernel.org
725 S: Maintained
726 F: drivers/media/i2c/ad9389b*
727
728 ANALOG DEVICES INC ADV7180 DRIVER
729 M: Lars-Peter Clausen <lars@metafoo.de>
730 L: linux-media@vger.kernel.org
731 W: http://ez.analog.com/community/linux-device-drivers
732 S: Supported
733 F: drivers/media/i2c/adv7180.c
734
735 ANALOG DEVICES INC ADV7511 DRIVER
736 M: Hans Verkuil <hans.verkuil@cisco.com>
737 L: linux-media@vger.kernel.org
738 S: Maintained
739 F: drivers/media/i2c/adv7511*
740
741 ANALOG DEVICES INC ADV7604 DRIVER
742 M: Hans Verkuil <hans.verkuil@cisco.com>
743 L: linux-media@vger.kernel.org
744 S: Maintained
745 F: drivers/media/i2c/adv7604*
746
747 ANALOG DEVICES INC ADV7842 DRIVER
748 M: Hans Verkuil <hans.verkuil@cisco.com>
749 L: linux-media@vger.kernel.org
750 S: Maintained
751 F: drivers/media/i2c/adv7842*
752
753 ANALOG DEVICES INC ASOC CODEC DRIVERS
754 M: Lars-Peter Clausen <lars@metafoo.de>
755 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
756 W: http://wiki.analog.com/
757 W: http://ez.analog.com/community/linux-device-drivers
758 S: Supported
759 F: sound/soc/codecs/adau*
760 F: sound/soc/codecs/adav*
761 F: sound/soc/codecs/ad1*
762 F: sound/soc/codecs/ad7*
763 F: sound/soc/codecs/ssm*
764 F: sound/soc/codecs/sigmadsp.*
765
766 ANALOG DEVICES INC ASOC DRIVERS
767 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
768 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
769 W: http://blackfin.uclinux.org/
770 S: Supported
771 F: sound/soc/blackfin/*
772
773 ANALOG DEVICES INC IIO DRIVERS
774 M: Lars-Peter Clausen <lars@metafoo.de>
775 M: Michael Hennerich <Michael.Hennerich@analog.com>
776 W: http://wiki.analog.com/
777 W: http://ez.analog.com/community/linux-device-drivers
778 S: Supported
779 F: drivers/iio/*/ad*
780 X: drivers/iio/*/adjd*
781 F: drivers/staging/iio/*/ad*
782 F: staging/iio/trigger/iio-trig-bfin-timer.c
783
784 ANALOG DEVICES INC DMA DRIVERS
785 M: Lars-Peter Clausen <lars@metafoo.de>
786 W: http://ez.analog.com/community/linux-device-drivers
787 S: Supported
788 F: drivers/dma/dma-axi-dmac.c
789
790 ANDROID CONFIG FRAGMENTS
791 M: Rob Herring <robh@kernel.org>
792 S: Supported
793 F: kernel/configs/android*
794
795 ANDROID DRIVERS
796 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
797 M: Arve Hjønnevåg <arve@android.com>
798 M: Riley Andrews <riandrews@android.com>
799 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
800 L: devel@driverdev.osuosl.org
801 S: Supported
802 F: drivers/android/
803 F: drivers/staging/android/
804
805 ANDROID ION DRIVER
806 M: Laura Abbott <labbott@redhat.com>
807 M: Sumit Semwal <sumit.semwal@linaro.org>
808 L: devel@driverdev.osuosl.org
809 S: Supported
810 F: Documentation/devicetree/bindings/staging/ion/
811 F: drivers/staging/android/ion
812 F: drivers/staging/android/uapi/ion.h
813 F: drivers/staging/android/uapi/ion_test.h
814
815 AOA (Apple Onboard Audio) ALSA DRIVER
816 M: Johannes Berg <johannes@sipsolutions.net>
817 L: linuxppc-dev@lists.ozlabs.org
818 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
819 S: Maintained
820 F: sound/aoa/
821
822 APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
823 M: William Breathitt Gray <vilhelm.gray@gmail.com>
824 L: linux-iio@vger.kernel.org
825 S: Maintained
826 F: drivers/iio/dac/stx104.c
827
828 APM DRIVER
829 M: Jiri Kosina <jikos@kernel.org>
830 S: Odd fixes
831 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
832 F: arch/x86/kernel/apm_32.c
833 F: include/linux/apm_bios.h
834 F: include/uapi/linux/apm_bios.h
835 F: drivers/char/apm-emulation.c
836
837 APPLE BCM5974 MULTITOUCH DRIVER
838 M: Henrik Rydberg <rydberg@bitmath.org>
839 L: linux-input@vger.kernel.org
840 S: Odd fixes
841 F: drivers/input/mouse/bcm5974.c
842
843 APPLE SMC DRIVER
844 M: Henrik Rydberg <rydberg@bitmath.org>
845 L: linux-hwmon@vger.kernel.org
846 S: Odd fixes
847 F: drivers/hwmon/applesmc.c
848
849 APPLETALK NETWORK LAYER
850 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
851 S: Maintained
852 F: drivers/net/appletalk/
853 F: net/appletalk/
854
855 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
856 M: Duc Dang <dhdang@apm.com>
857 S: Supported
858 F: arch/arm64/boot/dts/apm/
859
860 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
861 M: Iyappan Subramanian <isubramanian@apm.com>
862 M: Keyur Chudgar <kchudgar@apm.com>
863 S: Supported
864 F: drivers/net/ethernet/apm/xgene/
865 F: drivers/net/phy/mdio-xgene.c
866 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
867 F: Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
868
869 APTINA CAMERA SENSOR PLL
870 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
871 L: linux-media@vger.kernel.org
872 S: Maintained
873 F: drivers/media/i2c/aptina-pll.*
874
875 ARC FRAMEBUFFER DRIVER
876 M: Jaya Kumar <jayalk@intworks.biz>
877 S: Maintained
878 F: drivers/video/fbdev/arcfb.c
879 F: drivers/video/fbdev/core/fb_defio.c
880
881 ARCNET NETWORK LAYER
882 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
883 L: netdev@vger.kernel.org
884 S: Maintained
885 F: drivers/net/arcnet/
886 F: include/uapi/linux/if_arcnet.h
887
888 ARC PGU DRM DRIVER
889 M: Alexey Brodkin <abrodkin@synopsys.com>
890 S: Supported
891 F: drivers/gpu/drm/arc/
892 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
893
894 ARM ARCHITECTED TIMER DRIVER
895 M: Mark Rutland <mark.rutland@arm.com>
896 M: Marc Zyngier <marc.zyngier@arm.com>
897 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
898 S: Maintained
899 F: arch/arm/include/asm/arch_timer.h
900 F: arch/arm64/include/asm/arch_timer.h
901 F: drivers/clocksource/arm_arch_timer.c
902
903 ARM HDLCD DRM DRIVER
904 M: Liviu Dudau <liviu.dudau@arm.com>
905 S: Supported
906 F: drivers/gpu/drm/arm/hdlcd_*
907 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
908
909 ARM MALI-DP DRM DRIVER
910 M: Liviu Dudau <liviu.dudau@arm.com>
911 M: Brian Starkey <brian.starkey@arm.com>
912 M: Mali DP Maintainers <malidp@foss.arm.com>
913 S: Supported
914 F: drivers/gpu/drm/arm/
915 F: Documentation/devicetree/bindings/display/arm,malidp.txt
916
917 ARM MFM AND FLOPPY DRIVERS
918 M: Ian Molton <spyro@f2s.com>
919 S: Maintained
920 F: arch/arm/lib/floppydma.S
921 F: arch/arm/include/asm/floppy.h
922
923 ARM PMU PROFILING AND DEBUGGING
924 M: Will Deacon <will.deacon@arm.com>
925 R: Mark Rutland <mark.rutland@arm.com>
926 S: Maintained
927 F: arch/arm*/kernel/perf_*
928 F: arch/arm/oprofile/common.c
929 F: arch/arm*/kernel/hw_breakpoint.c
930 F: arch/arm*/include/asm/hw_breakpoint.h
931 F: arch/arm*/include/asm/perf_event.h
932 F: drivers/perf/arm_pmu.c
933 F: include/linux/perf/arm_pmu.h
934
935 ARM PORT
936 M: Russell King <linux@armlinux.org.uk>
937 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
938 W: http://www.armlinux.org.uk/
939 S: Maintained
940 F: arch/arm/
941
942 ARM SUB-ARCHITECTURES
943 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
944 S: Maintained
945 F: arch/arm/mach-*/
946 F: arch/arm/plat-*/
947 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
948
949 ARM PRIMECELL AACI PL041 DRIVER
950 M: Russell King <linux@armlinux.org.uk>
951 S: Maintained
952 F: sound/arm/aaci.*
953
954 ARM PRIMECELL CLCD PL110 DRIVER
955 M: Russell King <linux@armlinux.org.uk>
956 S: Maintained
957 F: drivers/video/fbdev/amba-clcd.*
958
959 ARM PRIMECELL KMI PL050 DRIVER
960 M: Russell King <linux@armlinux.org.uk>
961 S: Maintained
962 F: drivers/input/serio/ambakmi.*
963 F: include/linux/amba/kmi.h
964
965 ARM PRIMECELL MMCI PL180/1 DRIVER
966 M: Russell King <linux@armlinux.org.uk>
967 S: Maintained
968 F: drivers/mmc/host/mmci.*
969 F: include/linux/amba/mmci.h
970
971 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
972 M: Russell King <linux@armlinux.org.uk>
973 S: Maintained
974 F: drivers/tty/serial/amba-pl01*.c
975 F: include/linux/amba/serial.h
976
977 ARM PRIMECELL BUS SUPPORT
978 M: Russell King <linux@armlinux.org.uk>
979 S: Maintained
980 F: drivers/amba/
981 F: include/linux/amba/bus.h
982
983 ARM/ADS SPHERE MACHINE SUPPORT
984 M: Lennert Buytenhek <kernel@wantstofly.org>
985 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
986 S: Maintained
987
988 ARM/AFEB9260 MACHINE SUPPORT
989 M: Sergey Lapin <slapin@ossfans.org>
990 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991 S: Maintained
992
993 ARM/AJECO 1ARM MACHINE SUPPORT
994 M: Lennert Buytenhek <kernel@wantstofly.org>
995 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
996 S: Maintained
997
998 ARM/Allwinner sunXi SoC support
999 M: Maxime Ripard <maxime.ripard@free-electrons.com>
1000 M: Chen-Yu Tsai <wens@csie.org>
1001 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1002 S: Maintained
1003 N: sun[x456789]i
1004
1005 ARM/Allwinner SoC Clock Support
1006 M: Emilio López <emilio@elopez.com.ar>
1007 S: Maintained
1008 F: drivers/clk/sunxi/
1009
1010 ARM/Amlogic Meson SoC support
1011 M: Carlo Caione <carlo@caione.org>
1012 M: Kevin Hilman <khilman@baylibre.com>
1013 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1014 L: linux-amlogic@lists.infradead.org
1015 W: http://linux-meson.com/
1016 S: Maintained
1017 F: arch/arm/mach-meson/
1018 F: arch/arm/boot/dts/meson*
1019 F: arch/arm64/boot/dts/amlogic/
1020 F: drivers/pinctrl/meson/
1021 F: drivers/mmc/host/meson*
1022 N: meson
1023
1024 ARM/Annapurna Labs ALPINE ARCHITECTURE
1025 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
1026 M: Antoine Tenart <antoine.tenart@free-electrons.com>
1027 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1028 S: Maintained
1029 F: arch/arm/mach-alpine/
1030 F: arch/arm/boot/dts/alpine*
1031 F: arch/arm64/boot/dts/al/
1032 F: drivers/*/*alpine*
1033
1034 ARM/ARTPEC MACHINE SUPPORT
1035 M: Jesper Nilsson <jesper.nilsson@axis.com>
1036 M: Lars Persson <lars.persson@axis.com>
1037 M: Niklas Cassel <niklas.cassel@axis.com>
1038 S: Maintained
1039 L: linux-arm-kernel@axis.com
1040 F: arch/arm/mach-artpec
1041 F: arch/arm/boot/dts/artpec6*
1042 F: drivers/clk/axis
1043
1044 ARM/ASPEED MACHINE SUPPORT
1045 M: Joel Stanley <joel@jms.id.au>
1046 S: Maintained
1047 F: arch/arm/mach-aspeed/
1048 F: arch/arm/boot/dts/aspeed-*
1049 F: drivers/*/*aspeed*
1050
1051 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1052 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1053 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1054 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1055 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1056 W: http://www.linux4sam.org
1057 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1058 S: Supported
1059 F: arch/arm/mach-at91/
1060 F: include/soc/at91/
1061 F: arch/arm/boot/dts/at91*.dts
1062 F: arch/arm/boot/dts/at91*.dtsi
1063 F: arch/arm/boot/dts/sama*.dts
1064 F: arch/arm/boot/dts/sama*.dtsi
1065 F: arch/arm/include/debug/at91.S
1066
1067 ARM/ATMEL AT91 Clock Support
1068 M: Boris Brezillon <boris.brezillon@free-electrons.com>
1069 S: Maintained
1070 F: drivers/clk/at91
1071
1072 ARM/CALXEDA HIGHBANK ARCHITECTURE
1073 M: Rob Herring <robh@kernel.org>
1074 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1075 S: Maintained
1076 F: arch/arm/mach-highbank/
1077 F: arch/arm/boot/dts/highbank.dts
1078 F: arch/arm/boot/dts/ecx-*.dts*
1079
1080 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1081 M: Krzysztof Halasa <khalasa@piap.pl>
1082 S: Maintained
1083 F: arch/arm/mach-cns3xxx/
1084
1085 ARM/CAVIUM THUNDER NETWORK DRIVER
1086 M: Sunil Goutham <sgoutham@cavium.com>
1087 M: Robert Richter <rric@kernel.org>
1088 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1089 S: Supported
1090 F: drivers/net/ethernet/cavium/thunder/
1091
1092 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1093 M: Alexander Shiyan <shc_work@mail.ru>
1094 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1095 S: Odd Fixes
1096 N: clps711x
1097
1098 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1099 M: Hartley Sweeten <hsweeten@visionengravers.com>
1100 M: Ryan Mallon <rmallon@gmail.com>
1101 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1102 S: Maintained
1103 F: arch/arm/mach-ep93xx/
1104 F: arch/arm/mach-ep93xx/include/mach/
1105
1106 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1107 M: Lennert Buytenhek <kernel@wantstofly.org>
1108 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109 S: Maintained
1110
1111 ARM/CLKDEV SUPPORT
1112 M: Russell King <linux@armlinux.org.uk>
1113 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1114 S: Maintained
1115 F: arch/arm/include/asm/clkdev.h
1116 F: drivers/clk/clkdev.c
1117
1118 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1119 M: Mike Rapoport <mike@compulab.co.il>
1120 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1121 S: Maintained
1122
1123 ARM/CONTEC MICRO9 MACHINE SUPPORT
1124 M: Hubert Feurstein <hubert.feurstein@contec.at>
1125 S: Maintained
1126 F: arch/arm/mach-ep93xx/micro9.c
1127
1128 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1129 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1130 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1131 S: Maintained
1132 F: drivers/hwtracing/coresight/*
1133 F: Documentation/trace/coresight.txt
1134 F: Documentation/devicetree/bindings/arm/coresight.txt
1135 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1136
1137 ARM/CORGI MACHINE SUPPORT
1138 M: Richard Purdie <rpurdie@rpsys.net>
1139 S: Maintained
1140
1141 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1142 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1143 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1144 T: git git://github.com/ulli-kroll/linux.git
1145 S: Maintained
1146 F: arch/arm/mach-gemini/
1147 F: drivers/rtc/rtc-gemini.c
1148
1149 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1150 M: Barry Song <baohua@kernel.org>
1151 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1152 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1153 S: Maintained
1154 F: arch/arm/boot/dts/prima2*
1155 F: arch/arm/mach-prima2/
1156 F: drivers/clk/sirf/
1157 F: drivers/clocksource/timer-prima2.c
1158 F: drivers/clocksource/timer-atlas7.c
1159 N: [^a-z]sirf
1160
1161 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1162 M: Baruch Siach <baruch@tkos.co.il>
1163 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164 S: Maintained
1165 F: arch/arm/boot/dts/cx92755*
1166 N: digicolor
1167
1168 ARM/EBSA110 MACHINE SUPPORT
1169 M: Russell King <linux@armlinux.org.uk>
1170 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171 W: http://www.armlinux.org.uk/
1172 S: Maintained
1173 F: arch/arm/mach-ebsa110/
1174 F: drivers/net/ethernet/amd/am79c961a.*
1175
1176 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1177 M: Uwe Kleine-König <kernel@pengutronix.de>
1178 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1179 S: Maintained
1180 N: efm32
1181
1182 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1183 M: Daniel Ribeiro <drwyrm@gmail.com>
1184 M: Stefan Schmidt <stefan@openezx.org>
1185 M: Harald Welte <laforge@openezx.org>
1186 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1187 W: http://www.openezx.org/
1188 S: Maintained
1189 T: topgit git://git.openezx.org/openezx.git
1190 F: arch/arm/mach-pxa/ezx.c
1191
1192 ARM/FARADAY FA526 PORT
1193 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1194 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1195 S: Maintained
1196 T: git git://git.berlios.de/gemini-board
1197 F: arch/arm/mm/*-fa*
1198
1199 ARM/FOOTBRIDGE ARCHITECTURE
1200 M: Russell King <linux@armlinux.org.uk>
1201 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1202 W: http://www.armlinux.org.uk/
1203 S: Maintained
1204 F: arch/arm/include/asm/hardware/dec21285.h
1205 F: arch/arm/mach-footbridge/
1206
1207 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1208 M: Shawn Guo <shawnguo@kernel.org>
1209 M: Sascha Hauer <kernel@pengutronix.de>
1210 R: Fabio Estevam <fabio.estevam@nxp.com>
1211 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1212 S: Maintained
1213 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1214 F: arch/arm/mach-imx/
1215 F: arch/arm/mach-mxs/
1216 F: arch/arm/boot/dts/imx*
1217 F: arch/arm/configs/imx*_defconfig
1218 F: drivers/clk/imx/
1219 F: include/soc/imx/
1220
1221 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1222 M: Shawn Guo <shawnguo@kernel.org>
1223 M: Sascha Hauer <kernel@pengutronix.de>
1224 R: Stefan Agner <stefan@agner.ch>
1225 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1226 S: Maintained
1227 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1228 F: arch/arm/mach-imx/*vf610*
1229 F: arch/arm/boot/dts/vf*
1230
1231 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1232 M: Lennert Buytenhek <kernel@wantstofly.org>
1233 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1234 S: Maintained
1235
1236 ARM/GUMSTIX MACHINE SUPPORT
1237 M: Steve Sakoman <sakoman@gmail.com>
1238 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1239 S: Maintained
1240
1241 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1242 M: Philipp Zabel <philipp.zabel@gmail.com>
1243 M: Paul Parsons <lost.distance@yahoo.com>
1244 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1245 S: Maintained
1246 F: arch/arm/mach-pxa/hx4700.c
1247 F: arch/arm/mach-pxa/include/mach/hx4700.h
1248 F: sound/soc/pxa/hx4700.c
1249
1250 ARM/HISILICON SOC SUPPORT
1251 M: Wei Xu <xuwei5@hisilicon.com>
1252 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1253 W: http://www.hisilicon.com
1254 S: Supported
1255 T: git git://github.com/hisilicon/linux-hisi.git
1256 F: arch/arm/mach-hisi/
1257 F: arch/arm/boot/dts/hi3*
1258 F: arch/arm/boot/dts/hip*
1259 F: arch/arm/boot/dts/hisi*
1260 F: arch/arm64/boot/dts/hisilicon/
1261
1262 ARM/HP JORNADA 7XX MACHINE SUPPORT
1263 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1264 W: www.jlime.com
1265 S: Maintained
1266 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1267 F: arch/arm/mach-sa1100/jornada720.c
1268 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1269
1270 ARM/IGEP MACHINE SUPPORT
1271 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1272 M: Javier Martinez Canillas <javier@dowhile0.org>
1273 L: linux-omap@vger.kernel.org
1274 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1275 S: Maintained
1276 F: arch/arm/boot/dts/omap3-igep*
1277
1278 ARM/INCOME PXA270 SUPPORT
1279 M: Marek Vasut <marek.vasut@gmail.com>
1280 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1281 S: Maintained
1282 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1283
1284 ARM/INTEL IOP32X ARM ARCHITECTURE
1285 M: Lennert Buytenhek <kernel@wantstofly.org>
1286 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1287 S: Maintained
1288
1289 ARM/INTEL IOP33X ARM ARCHITECTURE
1290 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1291 S: Orphan
1292
1293 ARM/INTEL IOP13XX ARM ARCHITECTURE
1294 M: Lennert Buytenhek <kernel@wantstofly.org>
1295 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1296 S: Maintained
1297
1298 ARM/INTEL IQ81342EX MACHINE SUPPORT
1299 M: Lennert Buytenhek <kernel@wantstofly.org>
1300 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1301 S: Maintained
1302
1303 ARM/INTEL IXDP2850 MACHINE SUPPORT
1304 M: Lennert Buytenhek <kernel@wantstofly.org>
1305 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1306 S: Maintained
1307
1308 ARM/INTEL IXP4XX ARM ARCHITECTURE
1309 M: Imre Kaloz <kaloz@openwrt.org>
1310 M: Krzysztof Halasa <khalasa@piap.pl>
1311 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1312 S: Maintained
1313 F: arch/arm/mach-ixp4xx/
1314
1315 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1316 M: Jonathan Cameron <jic23@cam.ac.uk>
1317 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1318 S: Maintained
1319 F: arch/arm/mach-pxa/stargate2.c
1320 F: drivers/pcmcia/pxa2xx_stargate2.c
1321
1322 ARM/INTEL XSC3 (MANZANO) ARM CORE
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/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1328 M: Lennert Buytenhek <kernel@wantstofly.org>
1329 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330 S: Maintained
1331
1332 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1333 M: Santosh Shilimkar <ssantosh@kernel.org>
1334 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1335 S: Maintained
1336 F: arch/arm/mach-keystone/
1337 F: arch/arm/boot/dts/keystone-*
1338 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1339
1340 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1341 M: Santosh Shilimkar <ssantosh@kernel.org>
1342 L: linux-kernel@vger.kernel.org
1343 S: Maintained
1344 F: drivers/clk/keystone/
1345
1346 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1347 M: Santosh Shilimkar <ssantosh@kernel.org>
1348 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1349 L: linux-kernel@vger.kernel.org
1350 S: Maintained
1351 F: drivers/clocksource/timer-keystone.c
1352
1353 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1354 M: Santosh Shilimkar <ssantosh@kernel.org>
1355 L: linux-kernel@vger.kernel.org
1356 S: Maintained
1357 F: drivers/power/reset/keystone-reset.c
1358
1359 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1360 M: Santosh Shilimkar <ssantosh@kernel.org>
1361 L: linux-kernel@vger.kernel.org
1362 S: Maintained
1363 F: drivers/memory/*emif*
1364
1365 ARM/LG1K ARCHITECTURE
1366 M: Chanho Min <chanho.min@lge.com>
1367 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1368 S: Maintained
1369 F: arch/arm64/boot/dts/lg/
1370
1371 ARM/LOGICPD PXA270 MACHINE SUPPORT
1372 M: Lennert Buytenhek <kernel@wantstofly.org>
1373 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1374 S: Maintained
1375
1376 ARM/LPC18XX ARCHITECTURE
1377 M: Joachim Eastwood <manabian@gmail.com>
1378 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1379 S: Maintained
1380 F: arch/arm/boot/dts/lpc43*
1381 F: drivers/clk/nxp/clk-lpc18xx*
1382 F: drivers/clocksource/time-lpc32xx.c
1383 F: drivers/i2c/busses/i2c-lpc2k.c
1384 F: drivers/memory/pl172.c
1385 F: drivers/mtd/spi-nor/nxp-spifi.c
1386 F: drivers/rtc/rtc-lpc24xx.c
1387 N: lpc18xx
1388
1389 ARM/LPC32XX SOC SUPPORT
1390 M: Vladimir Zapolskiy <vz@mleia.com>
1391 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1392 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1394 S: Maintained
1395 F: arch/arm/boot/dts/lpc32*
1396 F: arch/arm/mach-lpc32xx/
1397 F: drivers/i2c/busses/i2c-pnx.c
1398 F: drivers/net/ethernet/nxp/lpc_eth.c
1399 F: drivers/usb/host/ohci-nxp.c
1400 F: drivers/watchdog/pnx4008_wdt.c
1401 N: lpc32xx
1402
1403 ARM/MAGICIAN MACHINE SUPPORT
1404 M: Philipp Zabel <philipp.zabel@gmail.com>
1405 S: Maintained
1406
1407 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1408 M: Jason Cooper <jason@lakedaemon.net>
1409 M: Andrew Lunn <andrew@lunn.ch>
1410 M: Gregory Clement <gregory.clement@free-electrons.com>
1411 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1412 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1413 S: Maintained
1414 F: arch/arm/mach-mvebu/
1415 F: drivers/rtc/rtc-armada38x.c
1416 F: arch/arm/boot/dts/armada*
1417 F: arch/arm/boot/dts/kirkwood*
1418 F: arch/arm64/boot/dts/marvell/armada*
1419 F: drivers/cpufreq/mvebu-cpufreq.c
1420 F: arch/arm/configs/mvebu_*_defconfig
1421
1422 ARM/Marvell Berlin SoC support
1423 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1424 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1425 S: Maintained
1426 F: arch/arm/mach-berlin/
1427 F: arch/arm/boot/dts/berlin*
1428 F: arch/arm64/boot/dts/marvell/berlin*
1429
1430
1431 ARM/Marvell Dove/MV78xx0/Orion SOC support
1432 M: Jason Cooper <jason@lakedaemon.net>
1433 M: Andrew Lunn <andrew@lunn.ch>
1434 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1435 M: Gregory Clement <gregory.clement@free-electrons.com>
1436 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1437 S: Maintained
1438 F: arch/arm/mach-dove/
1439 F: arch/arm/mach-mv78xx0/
1440 F: arch/arm/mach-orion5x/
1441 F: arch/arm/plat-orion/
1442 F: arch/arm/boot/dts/dove*
1443 F: arch/arm/boot/dts/orion5x*
1444
1445
1446 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1447 M: Alexander Clouter <alex@digriz.org.uk>
1448 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1449 W: http://www.digriz.org.uk/ts78xx/kernel
1450 S: Maintained
1451 F: arch/arm/mach-orion5x/ts78xx-*
1452
1453 ARM/OXNAS platform support
1454 M: Neil Armstrong <narmstrong@baylibre.com>
1455 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1456 S: Maintained
1457 F: arch/arm/mach-oxnas/
1458 F: arch/arm/boot/dts/oxnas*
1459 F: arch/arm/boot/dts/wd-mbwe.dts
1460 N: oxnas
1461
1462 ARM/Mediatek RTC DRIVER
1463 M: Eddie Huang <eddie.huang@mediatek.com>
1464 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1465 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1466 S: Maintained
1467 F: drivers/rtc/rtc-mt6397.c
1468
1469 ARM/Mediatek SoC support
1470 M: Matthias Brugger <matthias.bgg@gmail.com>
1471 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1472 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1473 S: Maintained
1474 F: arch/arm/boot/dts/mt6*
1475 F: arch/arm/boot/dts/mt8*
1476 F: arch/arm/mach-mediatek/
1477 N: mtk
1478 K: mediatek
1479
1480 ARM/Mediatek USB3 PHY DRIVER
1481 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1482 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1483 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1484 S: Maintained
1485 F: drivers/phy/phy-mt65xx-usb3.c
1486
1487 ARM/MICREL KS8695 ARCHITECTURE
1488 M: Greg Ungerer <gerg@uclinux.org>
1489 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1490 F: arch/arm/mach-ks8695/
1491 S: Odd Fixes
1492
1493 ARM/MIOA701 MACHINE SUPPORT
1494 M: Robert Jarzmik <robert.jarzmik@free.fr>
1495 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1496 F: arch/arm/mach-pxa/mioa701.c
1497 S: Maintained
1498
1499 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1500 M: Michael Petchkovsky <mkpetch@internode.on.net>
1501 S: Maintained
1502
1503 ARM/NOMADIK ARCHITECTURE
1504 M: Alessandro Rubini <rubini@unipv.it>
1505 M: Linus Walleij <linus.walleij@linaro.org>
1506 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1507 S: Maintained
1508 F: arch/arm/mach-nomadik/
1509 F: drivers/pinctrl/nomadik/
1510 F: drivers/i2c/busses/i2c-nomadik.c
1511 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1512
1513 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1514 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1515 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1516 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1517 S: Supported
1518
1519 ARM/TOSA MACHINE SUPPORT
1520 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1521 M: Dirk Opfer <dirk@opfer-online.de>
1522 S: Maintained
1523
1524 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1525 M: Marek Vasut <marek.vasut@gmail.com>
1526 L: linux-arm-kernel@lists.infradead.org
1527 W: http://hackndev.com
1528 S: Maintained
1529 F: arch/arm/mach-pxa/include/mach/palmtx.h
1530 F: arch/arm/mach-pxa/palmtx.c
1531 F: arch/arm/mach-pxa/include/mach/palmt5.h
1532 F: arch/arm/mach-pxa/palmt5.c
1533 F: arch/arm/mach-pxa/include/mach/palmld.h
1534 F: arch/arm/mach-pxa/palmld.c
1535 F: arch/arm/mach-pxa/include/mach/palmte2.h
1536 F: arch/arm/mach-pxa/palmte2.c
1537 F: arch/arm/mach-pxa/include/mach/palmtc.h
1538 F: arch/arm/mach-pxa/palmtc.c
1539
1540 ARM/PALM TREO SUPPORT
1541 M: Tomas Cech <sleep_walker@suse.com>
1542 L: linux-arm-kernel@lists.infradead.org
1543 W: http://hackndev.com
1544 S: Maintained
1545 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1546 F: arch/arm/mach-pxa/palmtreo.c
1547
1548 ARM/PALMZ72 SUPPORT
1549 M: Sergey Lapin <slapin@ossfans.org>
1550 L: linux-arm-kernel@lists.infradead.org
1551 W: http://hackndev.com
1552 S: Maintained
1553 F: arch/arm/mach-pxa/include/mach/palmz72.h
1554 F: arch/arm/mach-pxa/palmz72.c
1555
1556 ARM/PLEB SUPPORT
1557 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1558 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1559 S: Maintained
1560
1561 ARM/PT DIGITAL BOARD PORT
1562 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1563 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1564 W: http://www.armlinux.org.uk/
1565 S: Maintained
1566
1567 ARM/QUALCOMM SUPPORT
1568 M: Andy Gross <andy.gross@linaro.org>
1569 M: David Brown <david.brown@linaro.org>
1570 L: linux-arm-msm@vger.kernel.org
1571 L: linux-soc@vger.kernel.org
1572 S: Maintained
1573 F: Documentation/devicetree/bindings/soc/qcom/
1574 F: arch/arm/boot/dts/qcom-*.dts
1575 F: arch/arm/boot/dts/qcom-*.dtsi
1576 F: arch/arm/mach-qcom/
1577 F: arch/arm64/boot/dts/qcom/*
1578 F: drivers/i2c/busses/i2c-qup.c
1579 F: drivers/clk/qcom/
1580 F: drivers/soc/qcom/
1581 F: drivers/spi/spi-qup.c
1582 F: drivers/tty/serial/msm_serial.h
1583 F: drivers/tty/serial/msm_serial.c
1584 F: drivers/*/pm8???-*
1585 F: drivers/mfd/ssbi.c
1586 F: drivers/firmware/qcom_scm.c
1587 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1588
1589 ARM/RADISYS ENP2611 MACHINE SUPPORT
1590 M: Lennert Buytenhek <kernel@wantstofly.org>
1591 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1592 S: Maintained
1593
1594 ARM/RENESAS ARM64 ARCHITECTURE
1595 M: Simon Horman <horms@verge.net.au>
1596 M: Magnus Damm <magnus.damm@gmail.com>
1597 L: linux-renesas-soc@vger.kernel.org
1598 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1599 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1600 S: Supported
1601 F: arch/arm64/boot/dts/renesas/
1602 F: drivers/soc/renesas/
1603 F: include/linux/soc/renesas/
1604
1605 ARM/RISCPC ARCHITECTURE
1606 M: Russell King <linux@armlinux.org.uk>
1607 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1608 W: http://www.armlinux.org.uk/
1609 S: Maintained
1610 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1611 F: arch/arm/include/asm/hardware/ioc.h
1612 F: arch/arm/include/asm/hardware/iomd.h
1613 F: arch/arm/include/asm/hardware/memc.h
1614 F: arch/arm/mach-rpc/
1615 F: drivers/net/ethernet/8390/etherh.c
1616 F: drivers/net/ethernet/i825xx/ether1*
1617 F: drivers/net/ethernet/seeq/ether3*
1618 F: drivers/scsi/arm/
1619
1620 ARM/Rockchip SoC support
1621 M: Heiko Stuebner <heiko@sntech.de>
1622 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1623 L: linux-rockchip@lists.infradead.org
1624 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1625 S: Maintained
1626 F: arch/arm/boot/dts/rk3*
1627 F: arch/arm/mach-rockchip/
1628 F: drivers/clk/rockchip/
1629 F: drivers/i2c/busses/i2c-rk3x.c
1630 F: drivers/*/*rockchip*
1631 F: drivers/*/*/*rockchip*
1632 F: sound/soc/rockchip/
1633 N: rockchip
1634
1635 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1636 M: Kukjin Kim <kgene@kernel.org>
1637 M: Krzysztof Kozlowski <krzk@kernel.org>
1638 R: Javier Martinez Canillas <javier@osg.samsung.com>
1639 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1640 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1641 S: Maintained
1642 F: arch/arm/boot/dts/s3c*
1643 F: arch/arm/boot/dts/s5p*
1644 F: arch/arm/boot/dts/samsung*
1645 F: arch/arm/boot/dts/exynos*
1646 F: arch/arm64/boot/dts/exynos/
1647 F: arch/arm/plat-samsung/
1648 F: arch/arm/mach-s3c24*/
1649 F: arch/arm/mach-s3c64xx/
1650 F: arch/arm/mach-s5p*/
1651 F: arch/arm/mach-exynos*/
1652 F: drivers/*/*s3c24*
1653 F: drivers/*/*/*s3c24*
1654 F: drivers/*/*s3c64xx*
1655 F: drivers/*/*s5pv210*
1656 F: drivers/memory/samsung/*
1657 F: drivers/soc/samsung/*
1658 F: Documentation/arm/Samsung/
1659 F: Documentation/devicetree/bindings/arm/samsung/
1660 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1661 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1662 N: exynos
1663
1664 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1665 M: Kyungmin Park <kyungmin.park@samsung.com>
1666 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1667 S: Maintained
1668 F: arch/arm/mach-s5pv210/
1669
1670 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1671 M: Kyungmin Park <kyungmin.park@samsung.com>
1672 M: Kamil Debski <kamil@wypas.org>
1673 M: Andrzej Hajda <a.hajda@samsung.com>
1674 L: linux-arm-kernel@lists.infradead.org
1675 L: linux-media@vger.kernel.org
1676 S: Maintained
1677 F: drivers/media/platform/s5p-g2d/
1678
1679 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1680 M: Kyungmin Park <kyungmin.park@samsung.com>
1681 M: Kamil Debski <kamil@wypas.org>
1682 M: Jeongtae Park <jtp.park@samsung.com>
1683 M: Andrzej Hajda <a.hajda@samsung.com>
1684 L: linux-arm-kernel@lists.infradead.org
1685 L: linux-media@vger.kernel.org
1686 S: Maintained
1687 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1688 F: drivers/media/platform/s5p-mfc/
1689
1690 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1691 M: Kyungmin Park <kyungmin.park@samsung.com>
1692 L: linux-arm-kernel@lists.infradead.org
1693 L: linux-media@vger.kernel.org
1694 S: Maintained
1695 F: drivers/staging/media/platform/s5p-cec/
1696
1697 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1698 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1699 M: Jacek Anaszewski <j.anaszewski@samsung.com>
1700 L: linux-arm-kernel@lists.infradead.org
1701 L: linux-media@vger.kernel.org
1702 S: Maintained
1703 F: drivers/media/platform/s5p-jpeg/
1704
1705 ARM/SHMOBILE ARM ARCHITECTURE
1706 M: Simon Horman <horms@verge.net.au>
1707 M: Magnus Damm <magnus.damm@gmail.com>
1708 L: linux-renesas-soc@vger.kernel.org
1709 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1710 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1711 S: Supported
1712 F: arch/arm/boot/dts/emev2*
1713 F: arch/arm/boot/dts/r7s*
1714 F: arch/arm/boot/dts/r8a*
1715 F: arch/arm/boot/dts/sh*
1716 F: arch/arm/configs/shmobile_defconfig
1717 F: arch/arm/include/debug/renesas-scif.S
1718 F: arch/arm/mach-shmobile/
1719 F: drivers/soc/renesas/
1720 F: include/linux/soc/renesas/
1721
1722 ARM/SOCFPGA ARCHITECTURE
1723 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1724 S: Maintained
1725 F: arch/arm/mach-socfpga/
1726 F: arch/arm/boot/dts/socfpga*
1727 F: arch/arm/configs/socfpga_defconfig
1728 F: arch/arm64/boot/dts/altera/
1729 W: http://www.rocketboards.org
1730 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1731
1732 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1733 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1734 S: Maintained
1735 F: drivers/clk/socfpga/
1736
1737 ARM/SOCFPGA EDAC SUPPORT
1738 M: Thor Thayer <tthayer@opensource.altera.com>
1739 S: Maintained
1740 F: drivers/edac/altera_edac.
1741
1742 ARM/STI ARCHITECTURE
1743 M: Patrice Chotard <patrice.chotard@st.com>
1744 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1745 L: kernel@stlinux.com
1746 W: http://www.stlinux.com
1747 S: Maintained
1748 F: arch/arm/mach-sti/
1749 F: arch/arm/boot/dts/sti*
1750 F: drivers/char/hw_random/st-rng.c
1751 F: drivers/clocksource/arm_global_timer.c
1752 F: drivers/clocksource/clksrc_st_lpc.c
1753 F: drivers/cpufreq/sti-cpufreq.c
1754 F: drivers/i2c/busses/i2c-st.c
1755 F: drivers/media/rc/st_rc.c
1756 F: drivers/media/platform/sti/c8sectpfe/
1757 F: drivers/mmc/host/sdhci-st.c
1758 F: drivers/phy/phy-miphy28lp.c
1759 F: drivers/phy/phy-miphy365x.c
1760 F: drivers/phy/phy-stih407-usb.c
1761 F: drivers/phy/phy-stih41x-usb.c
1762 F: drivers/pinctrl/pinctrl-st.c
1763 F: drivers/remoteproc/st_remoteproc.c
1764 F: drivers/reset/sti/
1765 F: drivers/rtc/rtc-st-lpc.c
1766 F: drivers/tty/serial/st-asc.c
1767 F: drivers/usb/dwc3/dwc3-st.c
1768 F: drivers/usb/host/ehci-st.c
1769 F: drivers/usb/host/ohci-st.c
1770 F: drivers/watchdog/st_lpc_wdt.c
1771 F: drivers/ata/ahci_st.c
1772
1773 ARM/STM32 ARCHITECTURE
1774 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1775 M: Alexandre Torgue <alexandre.torgue@st.com>
1776 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1777 S: Maintained
1778 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1779 N: stm32
1780 F: drivers/clocksource/armv7m_systick.c
1781
1782 ARM/TANGO ARCHITECTURE
1783 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1784 L: linux-arm-kernel@lists.infradead.org
1785 S: Maintained
1786 N: tango
1787
1788 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1789 M: Lennert Buytenhek <kernel@wantstofly.org>
1790 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1791 S: Maintained
1792
1793 ARM/TETON BGA MACHINE SUPPORT
1794 M: "Mark F. Brown" <mark.brown314@gmail.com>
1795 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1796 S: Maintained
1797
1798 ARM/THECUS N2100 MACHINE SUPPORT
1799 M: Lennert Buytenhek <kernel@wantstofly.org>
1800 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1801 S: Maintained
1802
1803 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1804 M: Wan ZongShun <mcuos.com@gmail.com>
1805 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1806 W: http://www.mcuos.com
1807 S: Maintained
1808 F: arch/arm/mach-w90x900/
1809 F: drivers/input/keyboard/w90p910_keypad.c
1810 F: drivers/input/touchscreen/w90p910_ts.c
1811 F: drivers/watchdog/nuc900_wdt.c
1812 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1813 F: drivers/mtd/nand/nuc900_nand.c
1814 F: drivers/rtc/rtc-nuc900.c
1815 F: drivers/spi/spi-nuc900.c
1816 F: drivers/usb/host/ehci-w90x900.c
1817 F: drivers/video/fbdev/nuc900fb.c
1818
1819 ARM/U300 MACHINE SUPPORT
1820 M: Linus Walleij <linus.walleij@linaro.org>
1821 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1822 S: Supported
1823 F: arch/arm/mach-u300/
1824 F: drivers/clocksource/timer-u300.c
1825 F: drivers/i2c/busses/i2c-stu300.c
1826 F: drivers/rtc/rtc-coh901331.c
1827 F: drivers/watchdog/coh901327_wdt.c
1828 F: drivers/dma/coh901318*
1829 F: drivers/mfd/ab3100*
1830 F: drivers/rtc/rtc-ab3100.c
1831 F: drivers/rtc/rtc-coh901331.c
1832 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1833
1834 ARM/UNIPHIER ARCHITECTURE
1835 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1836 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1837 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1838 S: Maintained
1839 F: arch/arm/boot/dts/uniphier*
1840 F: arch/arm/include/asm/hardware/cache-uniphier.h
1841 F: arch/arm/mach-uniphier/
1842 F: arch/arm/mm/cache-uniphier.c
1843 F: arch/arm64/boot/dts/socionext/
1844 F: drivers/bus/uniphier-system-bus.c
1845 F: drivers/i2c/busses/i2c-uniphier*
1846 F: drivers/pinctrl/uniphier/
1847 F: drivers/reset/reset-uniphier.c
1848 F: drivers/tty/serial/8250/8250_uniphier.c
1849 N: uniphier
1850
1851 ARM/Ux500 ARM ARCHITECTURE
1852 M: Linus Walleij <linus.walleij@linaro.org>
1853 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1854 S: Maintained
1855 F: arch/arm/mach-ux500/
1856 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1857 F: drivers/dma/ste_dma40*
1858 F: drivers/hwspinlock/u8500_hsem.c
1859 F: drivers/mfd/abx500*
1860 F: drivers/mfd/ab8500*
1861 F: drivers/mfd/dbx500*
1862 F: drivers/mfd/db8500*
1863 F: drivers/pinctrl/nomadik/pinctrl-ab*
1864 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1865 F: drivers/rtc/rtc-ab8500.c
1866 F: drivers/rtc/rtc-pl031.c
1867 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1868
1869 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1870 M: Ulf Hansson <ulf.hansson@linaro.org>
1871 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1872 T: git git://git.linaro.org/people/ulfh/clk.git
1873 S: Maintained
1874 F: drivers/clk/ux500/
1875
1876 ARM/VERSATILE EXPRESS PLATFORM
1877 M: Liviu Dudau <liviu.dudau@arm.com>
1878 M: Sudeep Holla <sudeep.holla@arm.com>
1879 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1880 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1881 S: Maintained
1882 F: arch/arm/boot/dts/vexpress*
1883 F: arch/arm64/boot/dts/arm/
1884 F: arch/arm/mach-vexpress/
1885 F: */*/vexpress*
1886 F: */*/*/vexpress*
1887 F: drivers/clk/versatile/clk-vexpress-osc.c
1888 F: drivers/clocksource/versatile.c
1889 N: mps2
1890
1891 ARM/VFP SUPPORT
1892 M: Russell King <linux@armlinux.org.uk>
1893 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1894 W: http://www.armlinux.org.uk/
1895 S: Maintained
1896 F: arch/arm/vfp/
1897
1898 ARM/VOIPAC PXA270 SUPPORT
1899 M: Marek Vasut <marek.vasut@gmail.com>
1900 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1901 S: Maintained
1902 F: arch/arm/mach-pxa/vpac270.c
1903 F: arch/arm/mach-pxa/include/mach/vpac270.h
1904
1905 ARM/VT8500 ARM ARCHITECTURE
1906 M: Tony Prisk <linux@prisktech.co.nz>
1907 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1908 S: Maintained
1909 F: arch/arm/mach-vt8500/
1910 F: drivers/clocksource/vt8500_timer.c
1911 F: drivers/i2c/busses/i2c-wmt.c
1912 F: drivers/mmc/host/wmt-sdmmc.c
1913 F: drivers/pwm/pwm-vt8500.c
1914 F: drivers/rtc/rtc-vt8500.c
1915 F: drivers/tty/serial/vt8500_serial.c
1916 F: drivers/usb/host/ehci-platform.c
1917 F: drivers/usb/host/uhci-platform.c
1918 F: drivers/video/fbdev/vt8500lcdfb.*
1919 F: drivers/video/fbdev/wm8505fb*
1920 F: drivers/video/fbdev/wmt_ge_rops.*
1921
1922 ARM/ZIPIT Z2 SUPPORT
1923 M: Marek Vasut <marek.vasut@gmail.com>
1924 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1925 S: Maintained
1926 F: arch/arm/mach-pxa/z2.c
1927 F: arch/arm/mach-pxa/include/mach/z2.h
1928
1929 ARM/ZTE ARCHITECTURE
1930 M: Jun Nie <jun.nie@linaro.org>
1931 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1932 S: Maintained
1933 F: arch/arm/mach-zx/
1934 F: drivers/clk/zte/
1935 F: Documentation/devicetree/bindings/arm/zte.txt
1936 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1937
1938 ARM/ZYNQ ARCHITECTURE
1939 M: Michal Simek <michal.simek@xilinx.com>
1940 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1941 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1942 W: http://wiki.xilinx.com
1943 T: git https://github.com/Xilinx/linux-xlnx.git
1944 S: Supported
1945 F: arch/arm/mach-zynq/
1946 F: drivers/cpuidle/cpuidle-zynq.c
1947 F: drivers/block/xsysace.c
1948 N: zynq
1949 N: xilinx
1950 F: drivers/clocksource/cadence_ttc_timer.c
1951 F: drivers/i2c/busses/i2c-cadence.c
1952 F: drivers/mmc/host/sdhci-of-arasan.c
1953 F: drivers/edac/synopsys_edac.c
1954
1955 ARM SMMU DRIVERS
1956 M: Will Deacon <will.deacon@arm.com>
1957 R: Robin Murphy <robin.murphy@arm.com>
1958 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1959 S: Maintained
1960 F: drivers/iommu/arm-smmu.c
1961 F: drivers/iommu/arm-smmu-v3.c
1962 F: drivers/iommu/io-pgtable-arm.c
1963 F: drivers/iommu/io-pgtable-arm-v7s.c
1964
1965 ARM64 PORT (AARCH64 ARCHITECTURE)
1966 M: Catalin Marinas <catalin.marinas@arm.com>
1967 M: Will Deacon <will.deacon@arm.com>
1968 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1969 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1970 S: Maintained
1971 F: arch/arm64/
1972 F: Documentation/arm64/
1973
1974 AS3645A LED FLASH CONTROLLER DRIVER
1975 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1976 L: linux-media@vger.kernel.org
1977 T: git git://linuxtv.org/media_tree.git
1978 S: Maintained
1979 F: drivers/media/i2c/as3645a.c
1980 F: include/media/i2c/as3645a.h
1981
1982 ASC7621 HARDWARE MONITOR DRIVER
1983 M: George Joseph <george.joseph@fairview5.com>
1984 L: linux-hwmon@vger.kernel.org
1985 S: Maintained
1986 F: Documentation/hwmon/asc7621
1987 F: drivers/hwmon/asc7621.c
1988
1989 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1990 M: Corentin Chary <corentin.chary@gmail.com>
1991 L: acpi4asus-user@lists.sourceforge.net
1992 L: platform-driver-x86@vger.kernel.org
1993 W: http://acpi4asus.sf.net
1994 S: Maintained
1995 F: drivers/platform/x86/asus*.c
1996 F: drivers/platform/x86/eeepc*.c
1997
1998 ASUS WIRELESS RADIO CONTROL DRIVER
1999 M: João Paulo Rechi Vita <jprvita@gmail.com>
2000 L: platform-driver-x86@vger.kernel.org
2001 S: Maintained
2002 F: drivers/platform/x86/asus-wireless.c
2003
2004 ASYMMETRIC KEYS
2005 M: David Howells <dhowells@redhat.com>
2006 L: keyrings@vger.kernel.org
2007 S: Maintained
2008 F: Documentation/crypto/asymmetric-keys.txt
2009 F: include/linux/verification.h
2010 F: include/crypto/public_key.h
2011 F: include/crypto/pkcs7.h
2012 F: crypto/asymmetric_keys/
2013
2014 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2015 R: Dan Williams <dan.j.williams@intel.com>
2016 W: http://sourceforge.net/projects/xscaleiop
2017 S: Odd fixes
2018 F: Documentation/crypto/async-tx-api.txt
2019 F: crypto/async_tx/
2020 F: drivers/dma/
2021 F: include/linux/dmaengine.h
2022 F: include/linux/async_tx.h
2023
2024 AT24 EEPROM DRIVER
2025 M: Wolfram Sang <wsa@the-dreams.de>
2026 L: linux-i2c@vger.kernel.org
2027 S: Maintained
2028 F: drivers/misc/eeprom/at24.c
2029 F: include/linux/platform_data/at24.h
2030
2031 ATA OVER ETHERNET (AOE) DRIVER
2032 M: "Ed L. Cashin" <ed.cashin@acm.org>
2033 W: http://www.openaoe.org/
2034 S: Supported
2035 F: Documentation/aoe/
2036 F: drivers/block/aoe/
2037
2038 ATHEROS 71XX/9XXX GPIO DRIVER
2039 M: Alban Bedel <albeu@free.fr>
2040 W: https://github.com/AlbanBedel/linux
2041 T: git git://github.com/AlbanBedel/linux
2042 S: Maintained
2043 F: drivers/gpio/gpio-ath79.c
2044 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2045
2046 ATHEROS ATH GENERIC UTILITIES
2047 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2048 L: linux-wireless@vger.kernel.org
2049 S: Supported
2050 F: drivers/net/wireless/ath/*
2051
2052 ATHEROS ATH5K WIRELESS DRIVER
2053 M: Jiri Slaby <jirislaby@gmail.com>
2054 M: Nick Kossifidis <mickflemm@gmail.com>
2055 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2056 L: linux-wireless@vger.kernel.org
2057 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2058 S: Maintained
2059 F: drivers/net/wireless/ath/ath5k/
2060
2061 ATHEROS ATH6KL WIRELESS DRIVER
2062 M: Kalle Valo <kvalo@qca.qualcomm.com>
2063 L: linux-wireless@vger.kernel.org
2064 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2065 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2066 S: Supported
2067 F: drivers/net/wireless/ath/ath6kl/
2068
2069 WILOCITY WIL6210 WIRELESS DRIVER
2070 M: Maya Erez <qca_merez@qca.qualcomm.com>
2071 L: linux-wireless@vger.kernel.org
2072 L: wil6210@qca.qualcomm.com
2073 S: Supported
2074 W: http://wireless.kernel.org/en/users/Drivers/wil6210
2075 F: drivers/net/wireless/ath/wil6210/
2076 F: include/uapi/linux/wil6210_uapi.h
2077
2078 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2079 M: Christian Lamparter <chunkeey@googlemail.com>
2080 L: linux-wireless@vger.kernel.org
2081 W: http://wireless.kernel.org/en/users/Drivers/carl9170
2082 S: Maintained
2083 F: drivers/net/wireless/ath/carl9170/
2084
2085 ATK0110 HWMON DRIVER
2086 M: Luca Tettamanti <kronos.it@gmail.com>
2087 L: linux-hwmon@vger.kernel.org
2088 S: Maintained
2089 F: drivers/hwmon/asus_atk0110.c
2090
2091 ATI_REMOTE2 DRIVER
2092 M: Ville Syrjala <syrjala@sci.fi>
2093 S: Maintained
2094 F: drivers/input/misc/ati_remote2.c
2095
2096 ATLX ETHERNET DRIVERS
2097 M: Jay Cliburn <jcliburn@gmail.com>
2098 M: Chris Snook <chris.snook@gmail.com>
2099 L: netdev@vger.kernel.org
2100 W: http://sourceforge.net/projects/atl1
2101 W: http://atl1.sourceforge.net
2102 S: Maintained
2103 F: drivers/net/ethernet/atheros/
2104
2105 ATM
2106 M: Chas Williams <3chas3@gmail.com>
2107 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2108 L: netdev@vger.kernel.org
2109 W: http://linux-atm.sourceforge.net
2110 S: Maintained
2111 F: drivers/atm/
2112 F: include/linux/atm*
2113 F: include/uapi/linux/atm*
2114
2115 ATMEL AT91 / AT32 MCI DRIVER
2116 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2117 S: Maintained
2118 F: drivers/mmc/host/atmel-mci.c
2119
2120 ATMEL AT91 / AT32 SERIAL DRIVER
2121 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2122 S: Supported
2123 F: drivers/tty/serial/atmel_serial.c
2124
2125 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2126 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2127 S: Supported
2128 F: drivers/power/reset/at91-sama5d2_shdwc.c
2129
2130 ATMEL SAMA5D2 ADC DRIVER
2131 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2132 L: linux-iio@vger.kernel.org
2133 S: Supported
2134 F: drivers/iio/adc/at91-sama5d2_adc.c
2135
2136 ATMEL Audio ALSA driver
2137 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2138 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2139 S: Supported
2140 F: sound/soc/atmel
2141
2142 ATMEL DMA DRIVER
2143 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2144 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2145 S: Supported
2146 F: drivers/dma/at_hdmac.c
2147 F: drivers/dma/at_hdmac_regs.h
2148 F: include/linux/platform_data/dma-atmel.h
2149
2150 ATMEL XDMA DRIVER
2151 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2152 L: linux-arm-kernel@lists.infradead.org
2153 L: dmaengine@vger.kernel.org
2154 S: Supported
2155 F: drivers/dma/at_xdmac.c
2156
2157 ATMEL I2C DRIVER
2158 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2159 L: linux-i2c@vger.kernel.org
2160 S: Supported
2161 F: drivers/i2c/busses/i2c-at91.c
2162
2163 ATMEL ISI DRIVER
2164 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2165 L: linux-media@vger.kernel.org
2166 S: Supported
2167 F: drivers/media/platform/soc_camera/atmel-isi.c
2168 F: include/media/atmel-isi.h
2169
2170 ATMEL LCDFB DRIVER
2171 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2172 L: linux-fbdev@vger.kernel.org
2173 S: Maintained
2174 F: drivers/video/fbdev/atmel_lcdfb.c
2175 F: include/video/atmel_lcdc.h
2176
2177 ATMEL MACB ETHERNET DRIVER
2178 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2179 S: Supported
2180 F: drivers/net/ethernet/cadence/
2181
2182 ATMEL NAND DRIVER
2183 M: Wenyou Yang <wenyou.yang@atmel.com>
2184 M: Josh Wu <rainyfeeling@outlook.com>
2185 L: linux-mtd@lists.infradead.org
2186 S: Supported
2187 F: drivers/mtd/nand/atmel_nand*
2188
2189 ATMEL SDMMC DRIVER
2190 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2191 L: linux-mmc@vger.kernel.org
2192 S: Supported
2193 F: drivers/mmc/host/sdhci-of-at91.c
2194
2195 ATMEL SPI DRIVER
2196 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2197 S: Supported
2198 F: drivers/spi/spi-atmel.*
2199
2200 ATMEL SSC DRIVER
2201 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2202 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2203 S: Supported
2204 F: drivers/misc/atmel-ssc.c
2205 F: include/linux/atmel-ssc.h
2206
2207 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2208 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2209 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2210 S: Supported
2211 F: drivers/misc/atmel_tclib.c
2212 F: drivers/clocksource/tcb_clksrc.c
2213
2214 ATMEL USBA UDC DRIVER
2215 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2216 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2217 S: Supported
2218 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2219
2220 ATMEL WIRELESS DRIVER
2221 M: Simon Kelley <simon@thekelleys.org.uk>
2222 L: linux-wireless@vger.kernel.org
2223 W: http://www.thekelleys.org.uk/atmel
2224 W: http://atmelwlandriver.sourceforge.net/
2225 S: Maintained
2226 F: drivers/net/wireless/atmel/atmel*
2227
2228 ATMEL MAXTOUCH DRIVER
2229 M: Nick Dyer <nick@shmanahar.org>
2230 T: git git://github.com/ndyer/linux.git
2231 S: Maintained
2232 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2233 F: drivers/input/touchscreen/atmel_mxt_ts.c
2234 F: include/linux/platform_data/atmel_mxt_ts.h
2235
2236 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2237 M: Bradley Grove <linuxdrivers@attotech.com>
2238 L: linux-scsi@vger.kernel.org
2239 W: http://www.attotech.com
2240 S: Supported
2241 F: drivers/scsi/esas2r
2242
2243 ATUSB IEEE 802.15.4 RADIO DRIVER
2244 M: Stefan Schmidt <stefan@osg.samsung.com>
2245 L: linux-wpan@vger.kernel.org
2246 S: Maintained
2247 F: drivers/net/ieee802154/atusb.c
2248 F: drivers/net/ieee802154/atusb.h
2249 F: drivers/net/ieee802154/at86rf230.h
2250
2251 AUDIT SUBSYSTEM
2252 M: Paul Moore <paul@paul-moore.com>
2253 M: Eric Paris <eparis@redhat.com>
2254 L: linux-audit@redhat.com (moderated for non-subscribers)
2255 W: http://people.redhat.com/sgrubb/audit/
2256 T: git git://git.infradead.org/users/pcmoore/audit
2257 S: Maintained
2258 F: include/linux/audit.h
2259 F: include/uapi/linux/audit.h
2260 F: kernel/audit*
2261
2262 AUXILIARY DISPLAY DRIVERS
2263 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2264 W: http://miguelojeda.es/auxdisplay.htm
2265 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2266 S: Maintained
2267 F: drivers/auxdisplay/
2268 F: include/linux/cfag12864b.h
2269
2270 AVR32 ARCHITECTURE
2271 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2272 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2273 W: http://www.atmel.com/products/AVR32/
2274 W: http://mirror.egtvedt.no/avr32linux.org/
2275 W: http://avrfreaks.net/
2276 S: Maintained
2277 F: arch/avr32/
2278
2279 AVR32/AT32AP MACHINE SUPPORT
2280 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2281 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2282 S: Maintained
2283 F: arch/avr32/mach-at32ap/
2284
2285 AX.25 NETWORK LAYER
2286 M: Ralf Baechle <ralf@linux-mips.org>
2287 L: linux-hams@vger.kernel.org
2288 W: http://www.linux-ax25.org/
2289 S: Maintained
2290 F: include/uapi/linux/ax25.h
2291 F: include/net/ax25.h
2292 F: net/ax25/
2293
2294 AZ6007 DVB DRIVER
2295 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2296 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2297 L: linux-media@vger.kernel.org
2298 W: https://linuxtv.org
2299 T: git git://linuxtv.org/media_tree.git
2300 S: Maintained
2301 F: drivers/media/usb/dvb-usb-v2/az6007.c
2302
2303 AZTECH FM RADIO RECEIVER DRIVER
2304 M: Hans Verkuil <hverkuil@xs4all.nl>
2305 L: linux-media@vger.kernel.org
2306 T: git git://linuxtv.org/media_tree.git
2307 W: https://linuxtv.org
2308 S: Maintained
2309 F: drivers/media/radio/radio-aztech*
2310
2311 B43 WIRELESS DRIVER
2312 L: linux-wireless@vger.kernel.org
2313 L: b43-dev@lists.infradead.org
2314 W: http://wireless.kernel.org/en/users/Drivers/b43
2315 S: Odd Fixes
2316 F: drivers/net/wireless/broadcom/b43/
2317
2318 B43LEGACY WIRELESS DRIVER
2319 M: Larry Finger <Larry.Finger@lwfinger.net>
2320 L: linux-wireless@vger.kernel.org
2321 L: b43-dev@lists.infradead.org
2322 W: http://wireless.kernel.org/en/users/Drivers/b43
2323 S: Maintained
2324 F: drivers/net/wireless/broadcom/b43legacy/
2325
2326 BACKLIGHT CLASS/SUBSYSTEM
2327 M: Jingoo Han <jingoohan1@gmail.com>
2328 M: Lee Jones <lee.jones@linaro.org>
2329 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2330 S: Maintained
2331 F: drivers/video/backlight/
2332 F: include/linux/backlight.h
2333
2334 BATMAN ADVANCED
2335 M: Marek Lindner <mareklindner@neomailbox.ch>
2336 M: Simon Wunderlich <sw@simonwunderlich.de>
2337 M: Antonio Quartulli <a@unstable.cc>
2338 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2339 W: https://www.open-mesh.org/
2340 Q: https://patchwork.open-mesh.org/project/batman/list/
2341 S: Maintained
2342 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2343 F: Documentation/ABI/testing/sysfs-class-net-mesh
2344 F: Documentation/networking/batman-adv.txt
2345 F: include/uapi/linux/batman_adv.h
2346 F: net/batman-adv/
2347
2348 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2349 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2350 L: linux-hams@vger.kernel.org
2351 W: http://www.baycom.org/~tom/ham/ham.html
2352 S: Maintained
2353 F: drivers/net/hamradio/baycom*
2354
2355 BCACHE (BLOCK LAYER CACHE)
2356 M: Kent Overstreet <kent.overstreet@gmail.com>
2357 L: linux-bcache@vger.kernel.org
2358 W: http://bcache.evilpiepirate.org
2359 S: Orphan
2360 F: drivers/md/bcache/
2361
2362 BDISP ST MEDIA DRIVER
2363 M: Fabien Dessenne <fabien.dessenne@st.com>
2364 L: linux-media@vger.kernel.org
2365 T: git git://linuxtv.org/media_tree.git
2366 W: https://linuxtv.org
2367 S: Supported
2368 F: drivers/media/platform/sti/bdisp
2369
2370 BEFS FILE SYSTEM
2371 M: Luis de Bethencourt <luisbg@osg.samsung.com>
2372 M: Salah Triki <salah.triki@gmail.com>
2373 S: Maintained
2374 T: git git://github.com/luisbg/linux-befs.git
2375 F: Documentation/filesystems/befs.txt
2376 F: fs/befs/
2377
2378 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2379 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2380 L: netdev@vger.kernel.org
2381 S: Maintained
2382 F: drivers/net/ethernet/ec_bhf.c
2383
2384 BFS FILE SYSTEM
2385 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2386 S: Maintained
2387 F: Documentation/filesystems/bfs.txt
2388 F: fs/bfs/
2389 F: include/uapi/linux/bfs_fs.h
2390
2391 BLACKFIN ARCHITECTURE
2392 M: Steven Miao <realmz6@gmail.com>
2393 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2394 T: git git://git.code.sf.net/p/adi-linux/code
2395 W: http://blackfin.uclinux.org
2396 S: Supported
2397 F: arch/blackfin/
2398
2399 BLACKFIN EMAC DRIVER
2400 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2401 W: http://blackfin.uclinux.org
2402 S: Supported
2403 F: drivers/net/ethernet/adi/
2404
2405 BLACKFIN RTC DRIVER
2406 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2407 W: http://blackfin.uclinux.org
2408 S: Supported
2409 F: drivers/rtc/rtc-bfin.c
2410
2411 BLACKFIN SDH DRIVER
2412 M: Sonic Zhang <sonic.zhang@analog.com>
2413 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2414 W: http://blackfin.uclinux.org
2415 S: Supported
2416 F: drivers/mmc/host/bfin_sdh.c
2417
2418 BLACKFIN SERIAL DRIVER
2419 M: Sonic Zhang <sonic.zhang@analog.com>
2420 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2421 W: http://blackfin.uclinux.org
2422 S: Supported
2423 F: drivers/tty/serial/bfin_uart.c
2424
2425 BLACKFIN WATCHDOG DRIVER
2426 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2427 W: http://blackfin.uclinux.org
2428 S: Supported
2429 F: drivers/watchdog/bfin_wdt.c
2430
2431 BLACKFIN I2C TWI DRIVER
2432 M: Sonic Zhang <sonic.zhang@analog.com>
2433 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2434 W: http://blackfin.uclinux.org/
2435 S: Supported
2436 F: drivers/i2c/busses/i2c-bfin-twi.c
2437
2438 BLACKFIN MEDIA DRIVER
2439 M: Scott Jiang <scott.jiang.linux@gmail.com>
2440 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2441 W: http://blackfin.uclinux.org/
2442 S: Supported
2443 F: drivers/media/platform/blackfin/
2444 F: drivers/media/i2c/adv7183*
2445 F: drivers/media/i2c/vs6624*
2446
2447 BLINKM RGB LED DRIVER
2448 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2449 S: Maintained
2450 F: drivers/leds/leds-blinkm.c
2451
2452 BLOCK LAYER
2453 M: Jens Axboe <axboe@kernel.dk>
2454 L: linux-block@vger.kernel.org
2455 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2456 S: Maintained
2457 F: block/
2458 F: kernel/trace/blktrace.c
2459
2460 BLOCK2MTD DRIVER
2461 M: Joern Engel <joern@lazybastard.org>
2462 L: linux-mtd@lists.infradead.org
2463 S: Maintained
2464 F: drivers/mtd/devices/block2mtd.c
2465
2466 BLUETOOTH DRIVERS
2467 M: Marcel Holtmann <marcel@holtmann.org>
2468 M: Gustavo Padovan <gustavo@padovan.org>
2469 M: Johan Hedberg <johan.hedberg@gmail.com>
2470 L: linux-bluetooth@vger.kernel.org
2471 W: http://www.bluez.org/
2472 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2473 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2474 S: Maintained
2475 F: drivers/bluetooth/
2476
2477 BLUETOOTH SUBSYSTEM
2478 M: Marcel Holtmann <marcel@holtmann.org>
2479 M: Gustavo Padovan <gustavo@padovan.org>
2480 M: Johan Hedberg <johan.hedberg@gmail.com>
2481 L: linux-bluetooth@vger.kernel.org
2482 W: http://www.bluez.org/
2483 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2484 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2485 S: Maintained
2486 F: net/bluetooth/
2487 F: include/net/bluetooth/
2488
2489 BONDING DRIVER
2490 M: Jay Vosburgh <j.vosburgh@gmail.com>
2491 M: Veaceslav Falico <vfalico@gmail.com>
2492 M: Andy Gospodarek <andy@greyhouse.net>
2493 L: netdev@vger.kernel.org
2494 W: http://sourceforge.net/projects/bonding/
2495 S: Supported
2496 F: drivers/net/bonding/
2497 F: include/uapi/linux/if_bonding.h
2498
2499 BPF (Safe dynamic programs and tools)
2500 M: Alexei Starovoitov <ast@kernel.org>
2501 L: netdev@vger.kernel.org
2502 L: linux-kernel@vger.kernel.org
2503 S: Supported
2504 F: kernel/bpf/
2505
2506 BROADCOM B44 10/100 ETHERNET DRIVER
2507 M: Gary Zambrano <zambrano@broadcom.com>
2508 L: netdev@vger.kernel.org
2509 S: Supported
2510 F: drivers/net/ethernet/broadcom/b44.*
2511
2512 BROADCOM B53 ETHERNET SWITCH DRIVER
2513 M: Florian Fainelli <f.fainelli@gmail.com>
2514 L: netdev@vger.kernel.org
2515 L: openwrt-devel@lists.openwrt.org (subscribers-only)
2516 S: Supported
2517 F: drivers/net/dsa/b53/*
2518 F: include/linux/platform_data/b53.h
2519
2520 BROADCOM GENET ETHERNET DRIVER
2521 M: Florian Fainelli <f.fainelli@gmail.com>
2522 L: netdev@vger.kernel.org
2523 S: Supported
2524 F: drivers/net/ethernet/broadcom/genet/
2525
2526 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2527 M: Sony Chacko <sony.chacko@qlogic.com>
2528 M: Dept-HSGLinuxNICDev@qlogic.com
2529 L: netdev@vger.kernel.org
2530 S: Supported
2531 F: drivers/net/ethernet/broadcom/bnx2.*
2532 F: drivers/net/ethernet/broadcom/bnx2_*
2533
2534 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2535 M: Ariel Elior <ariel.elior@qlogic.com>
2536 L: netdev@vger.kernel.org
2537 S: Supported
2538 F: drivers/net/ethernet/broadcom/bnx2x/
2539
2540 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2541 M: Florian Fainelli <f.fainelli@gmail.com>
2542 M: Ray Jui <rjui@broadcom.com>
2543 M: Scott Branden <sbranden@broadcom.com>
2544 M: bcm-kernel-feedback-list@broadcom.com
2545 T: git git://github.com/broadcom/mach-bcm
2546 S: Maintained
2547 N: bcm281*
2548 N: bcm113*
2549 N: bcm216*
2550 N: kona
2551 F: arch/arm/mach-bcm/
2552
2553 BROADCOM BCM2835 ARM ARCHITECTURE
2554 M: Stephen Warren <swarren@wwwdotorg.org>
2555 M: Lee Jones <lee@kernel.org>
2556 M: Eric Anholt <eric@anholt.net>
2557 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2558 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2559 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2560 S: Maintained
2561 N: bcm2835
2562
2563 BROADCOM BCM47XX MIPS ARCHITECTURE
2564 M: Hauke Mehrtens <hauke@hauke-m.de>
2565 M: Rafał Miłecki <zajec5@gmail.com>
2566 L: linux-mips@linux-mips.org
2567 S: Maintained
2568 F: Documentation/devicetree/bindings/mips/brcm/
2569 F: arch/mips/bcm47xx/*
2570 F: arch/mips/include/asm/mach-bcm47xx/*
2571
2572 BROADCOM BCM5301X ARM ARCHITECTURE
2573 M: Hauke Mehrtens <hauke@hauke-m.de>
2574 M: Rafał Miłecki <zajec5@gmail.com>
2575 M: bcm-kernel-feedback-list@broadcom.com
2576 L: linux-arm-kernel@lists.infradead.org
2577 S: Maintained
2578 F: arch/arm/mach-bcm/bcm_5301x.c
2579 F: arch/arm/boot/dts/bcm5301x*.dtsi
2580 F: arch/arm/boot/dts/bcm470*
2581
2582 BROADCOM BCM63XX ARM ARCHITECTURE
2583 M: Florian Fainelli <f.fainelli@gmail.com>
2584 M: bcm-kernel-feedback-list@broadcom.com
2585 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2586 T: git git://github.com/broadcom/stblinux.git
2587 S: Maintained
2588 N: bcm63xx
2589
2590 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2591 M: Kevin Cernekee <cernekee@gmail.com>
2592 L: linux-usb@vger.kernel.org
2593 S: Maintained
2594 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2595
2596 BROADCOM BCM7XXX ARM ARCHITECTURE
2597 M: Brian Norris <computersforpeace@gmail.com>
2598 M: Gregory Fong <gregory.0xf0@gmail.com>
2599 M: Florian Fainelli <f.fainelli@gmail.com>
2600 M: bcm-kernel-feedback-list@broadcom.com
2601 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2602 T: git git://github.com/broadcom/stblinux.git
2603 S: Maintained
2604 F: arch/arm/mach-bcm/*brcmstb*
2605 F: arch/arm/boot/dts/bcm7*.dts*
2606 F: drivers/bus/brcmstb_gisb.c
2607 N: brcmstb
2608
2609 BROADCOM BMIPS MIPS ARCHITECTURE
2610 M: Kevin Cernekee <cernekee@gmail.com>
2611 M: Florian Fainelli <f.fainelli@gmail.com>
2612 L: linux-mips@linux-mips.org
2613 T: git git://github.com/broadcom/stblinux.git
2614 S: Maintained
2615 F: arch/mips/bmips/*
2616 F: arch/mips/include/asm/mach-bmips/*
2617 F: arch/mips/kernel/*bmips*
2618 F: arch/mips/boot/dts/brcm/bcm*.dts*
2619 F: drivers/irqchip/irq-bcm63*
2620 F: drivers/irqchip/irq-bcm7*
2621 F: drivers/irqchip/irq-brcmstb*
2622 F: include/linux/bcm963xx_nvram.h
2623 F: include/linux/bcm963xx_tag.h
2624
2625 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2626 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2627 M: Prashant Sreedharan <prashant@broadcom.com>
2628 M: Michael Chan <mchan@broadcom.com>
2629 L: netdev@vger.kernel.org
2630 S: Supported
2631 F: drivers/net/ethernet/broadcom/tg3.*
2632
2633 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2634 M: Arend van Spriel <arend.vanspriel@broadcom.com>
2635 M: Franky Lin <franky.lin@broadcom.com>
2636 M: Hante Meuleman <hante.meuleman@broadcom.com>
2637 L: linux-wireless@vger.kernel.org
2638 L: brcm80211-dev-list.pdl@broadcom.com
2639 S: Supported
2640 F: drivers/net/wireless/broadcom/brcm80211/
2641
2642 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2643 M: QLogic-Storage-Upstream@qlogic.com
2644 L: linux-scsi@vger.kernel.org
2645 S: Supported
2646 F: drivers/scsi/bnx2fc/
2647
2648 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2649 M: QLogic-Storage-Upstream@qlogic.com
2650 L: linux-scsi@vger.kernel.org
2651 S: Supported
2652 F: drivers/scsi/bnx2i/
2653
2654 BROADCOM IPROC ARM ARCHITECTURE
2655 M: Ray Jui <rjui@broadcom.com>
2656 M: Scott Branden <sbranden@broadcom.com>
2657 M: Jon Mason <jonmason@broadcom.com>
2658 M: bcm-kernel-feedback-list@broadcom.com
2659 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2660 T: git git://github.com/broadcom/cygnus-linux.git
2661 S: Maintained
2662 N: iproc
2663 N: cygnus
2664 N: bcm[-_]nsp
2665 N: bcm9113*
2666 N: bcm9583*
2667 N: bcm9585*
2668 N: bcm9586*
2669 N: bcm988312
2670 N: bcm113*
2671 N: bcm583*
2672 N: bcm585*
2673 N: bcm586*
2674 N: bcm88312
2675 F: arch/arm64/boot/dts/broadcom/ns2*
2676 F: drivers/clk/bcm/clk-ns*
2677 F: drivers/pinctrl/bcm/pinctrl-ns*
2678
2679 BROADCOM BRCMSTB GPIO DRIVER
2680 M: Gregory Fong <gregory.0xf0@gmail.com>
2681 L: bcm-kernel-feedback-list@broadcom.com
2682 S: Supported
2683 F: drivers/gpio/gpio-brcmstb.c
2684 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2685
2686 BROADCOM KONA GPIO DRIVER
2687 M: Ray Jui <rjui@broadcom.com>
2688 L: bcm-kernel-feedback-list@broadcom.com
2689 S: Supported
2690 F: drivers/gpio/gpio-bcm-kona.c
2691 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2692
2693 BROADCOM NVRAM DRIVER
2694 M: Rafał Miłecki <zajec5@gmail.com>
2695 L: linux-mips@linux-mips.org
2696 S: Maintained
2697 F: drivers/firmware/broadcom/*
2698
2699 BROADCOM STB NAND FLASH DRIVER
2700 M: Brian Norris <computersforpeace@gmail.com>
2701 M: Kamal Dasu <kdasu.kdev@gmail.com>
2702 L: linux-mtd@lists.infradead.org
2703 L: bcm-kernel-feedback-list@broadcom.com
2704 S: Maintained
2705 F: drivers/mtd/nand/brcmnand/
2706
2707 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2708 M: Rafał Miłecki <zajec5@gmail.com>
2709 L: linux-wireless@vger.kernel.org
2710 S: Maintained
2711 F: drivers/bcma/
2712 F: include/linux/bcma/
2713
2714 BROADCOM SYSTEMPORT ETHERNET DRIVER
2715 M: Florian Fainelli <f.fainelli@gmail.com>
2716 L: netdev@vger.kernel.org
2717 S: Supported
2718 F: drivers/net/ethernet/broadcom/bcmsysport.*
2719
2720 BROADCOM VULCAN ARM64 SOC
2721 M: Jayachandran C. <jchandra@broadcom.com>
2722 M: bcm-kernel-feedback-list@broadcom.com
2723 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2724 S: Maintained
2725 F: arch/arm64/boot/dts/broadcom/vulcan*
2726
2727 BROCADE BFA FC SCSI DRIVER
2728 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2729 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2730 L: linux-scsi@vger.kernel.org
2731 S: Supported
2732 F: drivers/scsi/bfa/
2733
2734 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2735 M: Rasesh Mody <rasesh.mody@qlogic.com>
2736 L: netdev@vger.kernel.org
2737 S: Supported
2738 F: drivers/net/ethernet/brocade/bna/
2739
2740 BSG (block layer generic sg v4 driver)
2741 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2742 L: linux-scsi@vger.kernel.org
2743 S: Supported
2744 F: block/bsg.c
2745 F: include/linux/bsg.h
2746 F: include/uapi/linux/bsg.h
2747
2748 BT87X AUDIO DRIVER
2749 M: Clemens Ladisch <clemens@ladisch.de>
2750 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2751 T: git git://git.alsa-project.org/alsa-kernel.git
2752 S: Maintained
2753 F: Documentation/sound/alsa/Bt87x.txt
2754 F: sound/pci/bt87x.c
2755
2756 BT8XXGPIO DRIVER
2757 M: Michael Buesch <m@bues.ch>
2758 W: http://bu3sch.de/btgpio.php
2759 S: Maintained
2760 F: drivers/gpio/gpio-bt8xx.c
2761
2762 BTRFS FILE SYSTEM
2763 M: Chris Mason <clm@fb.com>
2764 M: Josef Bacik <jbacik@fb.com>
2765 M: David Sterba <dsterba@suse.com>
2766 L: linux-btrfs@vger.kernel.org
2767 W: http://btrfs.wiki.kernel.org/
2768 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2769 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2770 S: Maintained
2771 F: Documentation/filesystems/btrfs.txt
2772 F: fs/btrfs/
2773
2774 BTTV VIDEO4LINUX DRIVER
2775 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2776 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2777 L: linux-media@vger.kernel.org
2778 W: https://linuxtv.org
2779 T: git git://linuxtv.org/media_tree.git
2780 S: Odd fixes
2781 F: Documentation/video4linux/bttv/
2782 F: drivers/media/pci/bt8xx/bttv*
2783
2784 BUSLOGIC SCSI DRIVER
2785 M: Khalid Aziz <khalid@gonehiking.org>
2786 L: linux-scsi@vger.kernel.org
2787 S: Maintained
2788 F: drivers/scsi/BusLogic.*
2789 F: drivers/scsi/FlashPoint.*
2790
2791 C-MEDIA CMI8788 DRIVER
2792 M: Clemens Ladisch <clemens@ladisch.de>
2793 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2794 T: git git://git.alsa-project.org/alsa-kernel.git
2795 S: Maintained
2796 F: sound/pci/oxygen/
2797
2798 C6X ARCHITECTURE
2799 M: Mark Salter <msalter@redhat.com>
2800 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2801 L: linux-c6x-dev@linux-c6x.org
2802 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2803 S: Maintained
2804 F: arch/c6x/
2805
2806 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2807 M: David Howells <dhowells@redhat.com>
2808 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2809 S: Supported
2810 F: Documentation/filesystems/caching/cachefiles.txt
2811 F: fs/cachefiles/
2812
2813 CADET FM/AM RADIO RECEIVER DRIVER
2814 M: Hans Verkuil <hverkuil@xs4all.nl>
2815 L: linux-media@vger.kernel.org
2816 T: git git://linuxtv.org/media_tree.git
2817 W: https://linuxtv.org
2818 S: Maintained
2819 F: drivers/media/radio/radio-cadet*
2820
2821 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2822 M: Jonathan Corbet <corbet@lwn.net>
2823 L: linux-media@vger.kernel.org
2824 T: git git://linuxtv.org/media_tree.git
2825 S: Maintained
2826 F: Documentation/video4linux/cafe_ccic
2827 F: drivers/media/platform/marvell-ccic/
2828
2829 CAIF NETWORK LAYER
2830 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2831 L: netdev@vger.kernel.org
2832 S: Supported
2833 F: Documentation/networking/caif/
2834 F: drivers/net/caif/
2835 F: include/uapi/linux/caif/
2836 F: include/net/caif/
2837 F: net/caif/
2838
2839 CALGARY x86-64 IOMMU
2840 M: Muli Ben-Yehuda <mulix@mulix.org>
2841 M: Jon Mason <jdmason@kudzu.us>
2842 L: iommu@lists.linux-foundation.org
2843 S: Maintained
2844 F: arch/x86/kernel/pci-calgary_64.c
2845 F: arch/x86/kernel/tce_64.c
2846 F: arch/x86/include/asm/calgary.h
2847 F: arch/x86/include/asm/tce.h
2848
2849 CAN NETWORK LAYER
2850 M: Oliver Hartkopp <socketcan@hartkopp.net>
2851 M: Marc Kleine-Budde <mkl@pengutronix.de>
2852 L: linux-can@vger.kernel.org
2853 W: https://github.com/linux-can
2854 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2855 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2856 S: Maintained
2857 F: Documentation/networking/can.txt
2858 F: net/can/
2859 F: include/linux/can/core.h
2860 F: include/uapi/linux/can.h
2861 F: include/uapi/linux/can/bcm.h
2862 F: include/uapi/linux/can/raw.h
2863 F: include/uapi/linux/can/gw.h
2864
2865 CAN NETWORK DRIVERS
2866 M: Wolfgang Grandegger <wg@grandegger.com>
2867 M: Marc Kleine-Budde <mkl@pengutronix.de>
2868 L: linux-can@vger.kernel.org
2869 W: https://github.com/linux-can
2870 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2871 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2872 S: Maintained
2873 F: Documentation/devicetree/bindings/net/can/
2874 F: drivers/net/can/
2875 F: include/linux/can/dev.h
2876 F: include/linux/can/platform/
2877 F: include/uapi/linux/can/error.h
2878 F: include/uapi/linux/can/netlink.h
2879
2880 CAPABILITIES
2881 M: Serge Hallyn <serge@hallyn.com>
2882 L: linux-security-module@vger.kernel.org
2883 S: Supported
2884 F: include/linux/capability.h
2885 F: include/uapi/linux/capability.h
2886 F: security/commoncap.c
2887 F: kernel/capability.c
2888
2889 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2890 M: Kevin Tsai <ktsai@capellamicro.com>
2891 S: Maintained
2892 F: drivers/iio/light/cm*
2893 F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2894
2895 CAVIUM I2C DRIVER
2896 M: Jan Glauber <jglauber@cavium.com>
2897 M: David Daney <david.daney@cavium.com>
2898 W: http://www.cavium.com
2899 S: Supported
2900 F: drivers/i2c/busses/i2c-octeon*
2901 F: drivers/i2c/busses/i2c-thunderx*
2902
2903 CAVIUM LIQUIDIO NETWORK DRIVER
2904 M: Derek Chickles <derek.chickles@caviumnetworks.com>
2905 M: Satanand Burla <satananda.burla@caviumnetworks.com>
2906 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2907 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2908 L: netdev@vger.kernel.org
2909 W: http://www.cavium.com
2910 S: Supported
2911 F: drivers/net/ethernet/cavium/liquidio/
2912
2913 CC2520 IEEE-802.15.4 RADIO DRIVER
2914 M: Varka Bhadram <varkabhadram@gmail.com>
2915 L: linux-wpan@vger.kernel.org
2916 S: Maintained
2917 F: drivers/net/ieee802154/cc2520.c
2918 F: include/linux/spi/cc2520.h
2919 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2920
2921 CEC DRIVER
2922 M: Hans Verkuil <hans.verkuil@cisco.com>
2923 L: linux-media@vger.kernel.org
2924 T: git git://linuxtv.org/media_tree.git
2925 W: http://linuxtv.org
2926 S: Supported
2927 F: Documentation/cec.txt
2928 F: Documentation/DocBook/media/v4l/cec*
2929 F: drivers/staging/media/cec/
2930 F: drivers/media/cec-edid.c
2931 F: drivers/media/rc/keymaps/rc-cec.c
2932 F: include/media/cec.h
2933 F: include/media/cec-edid.h
2934 F: include/linux/cec.h
2935 F: include/linux/cec-funcs.h
2936
2937 CELL BROADBAND ENGINE ARCHITECTURE
2938 M: Arnd Bergmann <arnd@arndb.de>
2939 L: linuxppc-dev@lists.ozlabs.org
2940 W: http://www.ibm.com/developerworks/power/cell/
2941 S: Supported
2942 F: arch/powerpc/include/asm/cell*.h
2943 F: arch/powerpc/include/asm/spu*.h
2944 F: arch/powerpc/include/uapi/asm/spu*.h
2945 F: arch/powerpc/oprofile/*cell*
2946 F: arch/powerpc/platforms/cell/
2947
2948 CEPH COMMON CODE (LIBCEPH)
2949 M: Ilya Dryomov <idryomov@gmail.com>
2950 M: "Yan, Zheng" <zyan@redhat.com>
2951 M: Sage Weil <sage@redhat.com>
2952 L: ceph-devel@vger.kernel.org
2953 W: http://ceph.com/
2954 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2955 T: git git://github.com/ceph/ceph-client.git
2956 S: Supported
2957 F: net/ceph/
2958 F: include/linux/ceph/
2959 F: include/linux/crush/
2960
2961 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2962 M: "Yan, Zheng" <zyan@redhat.com>
2963 M: Sage Weil <sage@redhat.com>
2964 M: Ilya Dryomov <idryomov@gmail.com>
2965 L: ceph-devel@vger.kernel.org
2966 W: http://ceph.com/
2967 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2968 T: git git://github.com/ceph/ceph-client.git
2969 S: Supported
2970 F: Documentation/filesystems/ceph.txt
2971 F: fs/ceph/
2972
2973 CERTIFICATE HANDLING:
2974 M: David Howells <dhowells@redhat.com>
2975 M: David Woodhouse <dwmw2@infradead.org>
2976 L: keyrings@vger.kernel.org
2977 S: Maintained
2978 F: Documentation/module-signing.txt
2979 F: certs/
2980 F: scripts/sign-file.c
2981 F: scripts/extract-cert.c
2982
2983 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2984 L: linux-usb@vger.kernel.org
2985 S: Orphan
2986 F: Documentation/usb/WUSB-Design-overview.txt
2987 F: Documentation/usb/wusb-cbaf
2988 F: drivers/usb/host/hwa-hc.c
2989 F: drivers/usb/host/whci/
2990 F: drivers/usb/wusbcore/
2991 F: include/linux/usb/wusb*
2992
2993 CFAG12864B LCD DRIVER
2994 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2995 W: http://miguelojeda.es/auxdisplay.htm
2996 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2997 S: Maintained
2998 F: drivers/auxdisplay/cfag12864b.c
2999 F: include/linux/cfag12864b.h
3000
3001 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3002 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3003 W: http://miguelojeda.es/auxdisplay.htm
3004 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3005 S: Maintained
3006 F: drivers/auxdisplay/cfag12864bfb.c
3007 F: include/linux/cfag12864b.h
3008
3009 CFG80211 and NL80211
3010 M: Johannes Berg <johannes@sipsolutions.net>
3011 L: linux-wireless@vger.kernel.org
3012 W: http://wireless.kernel.org/
3013 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3014 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3015 S: Maintained
3016 F: include/uapi/linux/nl80211.h
3017 F: include/net/cfg80211.h
3018 F: net/wireless/*
3019 X: net/wireless/wext*
3020
3021 CHAR and MISC DRIVERS
3022 M: Arnd Bergmann <arnd@arndb.de>
3023 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3024 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3025 S: Supported
3026 F: drivers/char/*
3027 F: drivers/misc/*
3028 F: include/linux/miscdevice.h
3029
3030 CHECKPATCH
3031 M: Andy Whitcroft <apw@canonical.com>
3032 M: Joe Perches <joe@perches.com>
3033 S: Maintained
3034 F: scripts/checkpatch.pl
3035
3036 CHINESE DOCUMENTATION
3037 M: Harry Wei <harryxiyou@gmail.com>
3038 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3039 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
3040 S: Maintained
3041 F: Documentation/zh_CN/
3042
3043 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3044 M: Peter Chen <Peter.Chen@nxp.com>
3045 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3046 L: linux-usb@vger.kernel.org
3047 S: Maintained
3048 F: drivers/usb/chipidea/
3049
3050 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3051 M: Hans de Goede <hdegoede@redhat.com>
3052 L: linux-input@vger.kernel.org
3053 S: Maintained
3054 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3055 F: drivers/input/touchscreen/chipone_icn8318.c
3056
3057 CHROME HARDWARE PLATFORM SUPPORT
3058 M: Olof Johansson <olof@lixom.net>
3059 S: Maintained
3060 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3061 F: drivers/platform/chrome/
3062
3063 CISCO VIC ETHERNET NIC DRIVER
3064 M: Christian Benvenuti <benve@cisco.com>
3065 M: Sujith Sankar <ssujith@cisco.com>
3066 M: Govindarajulu Varadarajan <_govind@gmx.com>
3067 M: Neel Patel <neepatel@cisco.com>
3068 S: Supported
3069 F: drivers/net/ethernet/cisco/enic/
3070
3071 CISCO VIC LOW LATENCY NIC DRIVER
3072 M: Christian Benvenuti <benve@cisco.com>
3073 M: Dave Goodell <dgoodell@cisco.com>
3074 S: Supported
3075 F: drivers/infiniband/hw/usnic/
3076
3077 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3078 M: Hartley Sweeten <hsweeten@visionengravers.com>
3079 L: netdev@vger.kernel.org
3080 S: Maintained
3081 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3082
3083 CIRRUS LOGIC AUDIO CODEC DRIVERS
3084 M: Brian Austin <brian.austin@cirrus.com>
3085 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3086 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3087 S: Maintained
3088 F: sound/soc/codecs/cs*
3089
3090 CLEANCACHE API
3091 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3092 L: linux-kernel@vger.kernel.org
3093 S: Maintained
3094 F: mm/cleancache.c
3095 F: include/linux/cleancache.h
3096
3097 CLK API
3098 M: Russell King <linux@armlinux.org.uk>
3099 L: linux-clk@vger.kernel.org
3100 S: Maintained
3101 F: include/linux/clk.h
3102
3103 CLOCKSOURCE, CLOCKEVENT DRIVERS
3104 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3105 M: Thomas Gleixner <tglx@linutronix.de>
3106 L: linux-kernel@vger.kernel.org
3107 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3108 S: Supported
3109 F: drivers/clocksource
3110
3111 CISCO FCOE HBA DRIVER
3112 M: Hiral Patel <hiralpat@cisco.com>
3113 M: Suma Ramars <sramars@cisco.com>
3114 M: Brian Uchino <buchino@cisco.com>
3115 L: linux-scsi@vger.kernel.org
3116 S: Supported
3117 F: drivers/scsi/fnic/
3118
3119 CISCO SCSI HBA DRIVER
3120 M: Narsimhulu Musini <nmusini@cisco.com>
3121 M: Sesidhar Baddela <sebaddel@cisco.com>
3122 L: linux-scsi@vger.kernel.org
3123 S: Supported
3124 F: drivers/scsi/snic/
3125
3126 CMPC ACPI DRIVER
3127 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3128 M: Daniel Oliveira Nascimento <don@syst.com.br>
3129 L: platform-driver-x86@vger.kernel.org
3130 S: Supported
3131 F: drivers/platform/x86/classmate-laptop.c
3132
3133 COBALT MEDIA DRIVER
3134 M: Hans Verkuil <hans.verkuil@cisco.com>
3135 L: linux-media@vger.kernel.org
3136 T: git git://linuxtv.org/media_tree.git
3137 W: https://linuxtv.org
3138 S: Supported
3139 F: drivers/media/pci/cobalt/
3140
3141 COCCINELLE/Semantic Patches (SmPL)
3142 M: Julia Lawall <Julia.Lawall@lip6.fr>
3143 M: Gilles Muller <Gilles.Muller@lip6.fr>
3144 M: Nicolas Palix <nicolas.palix@imag.fr>
3145 M: Michal Marek <mmarek@suse.com>
3146 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3147 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3148 W: http://coccinelle.lip6.fr/
3149 S: Supported
3150 F: Documentation/dev-tools/coccinelle.rst
3151 F: scripts/coccinelle/
3152 F: scripts/coccicheck
3153
3154 CODA FILE SYSTEM
3155 M: Jan Harkes <jaharkes@cs.cmu.edu>
3156 M: coda@cs.cmu.edu
3157 L: codalist@coda.cs.cmu.edu
3158 W: http://www.coda.cs.cmu.edu/
3159 S: Maintained
3160 F: Documentation/filesystems/coda.txt
3161 F: fs/coda/
3162 F: include/linux/coda*.h
3163 F: include/uapi/linux/coda*.h
3164
3165 CODA V4L2 MEM2MEM DRIVER
3166 M: Philipp Zabel <p.zabel@pengutronix.de>
3167 L: linux-media@vger.kernel.org
3168 S: Maintained
3169 F: Documentation/devicetree/bindings/media/coda.txt
3170 F: drivers/media/platform/coda/
3171
3172 COMMON CLK FRAMEWORK
3173 M: Michael Turquette <mturquette@baylibre.com>
3174 M: Stephen Boyd <sboyd@codeaurora.org>
3175 L: linux-clk@vger.kernel.org
3176 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3177 S: Maintained
3178 F: Documentation/devicetree/bindings/clock/
3179 F: drivers/clk/
3180 X: drivers/clk/clkdev.c
3181 F: include/linux/clk-pr*
3182 F: include/linux/clk/
3183
3184 COMMON INTERNET FILE SYSTEM (CIFS)
3185 M: Steve French <sfrench@samba.org>
3186 L: linux-cifs@vger.kernel.org
3187 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3188 W: http://linux-cifs.samba.org/
3189 T: git git://git.samba.org/sfrench/cifs-2.6.git
3190 S: Supported
3191 F: Documentation/filesystems/cifs/
3192 F: fs/cifs/
3193
3194 COMPACTPCI HOTPLUG CORE
3195 M: Scott Murray <scott@spiteful.org>
3196 L: linux-pci@vger.kernel.org
3197 S: Maintained
3198 F: drivers/pci/hotplug/cpci_hotplug*
3199
3200 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3201 M: Scott Murray <scott@spiteful.org>
3202 L: linux-pci@vger.kernel.org
3203 S: Maintained
3204 F: drivers/pci/hotplug/cpcihp_zt5550.*
3205
3206 COMPACTPCI HOTPLUG GENERIC DRIVER
3207 M: Scott Murray <scott@spiteful.org>
3208 L: linux-pci@vger.kernel.org
3209 S: Maintained
3210 F: drivers/pci/hotplug/cpcihp_generic.c
3211
3212 COMPAL LAPTOP SUPPORT
3213 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3214 L: platform-driver-x86@vger.kernel.org
3215 S: Maintained
3216 F: drivers/platform/x86/compal-laptop.c
3217
3218 CONEXANT ACCESSRUNNER USB DRIVER
3219 L: accessrunner-general@lists.sourceforge.net
3220 W: http://accessrunner.sourceforge.net/
3221 S: Orphan
3222 F: drivers/usb/atm/cxacru.c
3223
3224 CONFIGFS
3225 M: Joel Becker <jlbec@evilplan.org>
3226 M: Christoph Hellwig <hch@lst.de>
3227 T: git git://git.infradead.org/users/hch/configfs.git
3228 S: Supported
3229 F: fs/configfs/
3230 F: include/linux/configfs.h
3231
3232 CONNECTOR
3233 M: Evgeniy Polyakov <zbr@ioremap.net>
3234 L: netdev@vger.kernel.org
3235 S: Maintained
3236 F: drivers/connector/
3237
3238 CONTROL GROUP (CGROUP)
3239 M: Tejun Heo <tj@kernel.org>
3240 M: Li Zefan <lizefan@huawei.com>
3241 M: Johannes Weiner <hannes@cmpxchg.org>
3242 L: cgroups@vger.kernel.org
3243 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3244 S: Maintained
3245 F: Documentation/cgroup*
3246 F: include/linux/cgroup*
3247 F: kernel/cgroup*
3248
3249 CONTROL GROUP - CPUSET
3250 M: Li Zefan <lizefan@huawei.com>
3251 L: cgroups@vger.kernel.org
3252 W: http://www.bullopensource.org/cpuset/
3253 W: http://oss.sgi.com/projects/cpusets/
3254 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3255 S: Maintained
3256 F: Documentation/cgroup-v1/cpusets.txt
3257 F: include/linux/cpuset.h
3258 F: kernel/cpuset.c
3259
3260 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3261 M: Johannes Weiner <hannes@cmpxchg.org>
3262 M: Michal Hocko <mhocko@kernel.org>
3263 M: Vladimir Davydov <vdavydov.dev@gmail.com>
3264 L: cgroups@vger.kernel.org
3265 L: linux-mm@kvack.org
3266 S: Maintained
3267 F: mm/memcontrol.c
3268 F: mm/swap_cgroup.c
3269
3270 CORETEMP HARDWARE MONITORING DRIVER
3271 M: Fenghua Yu <fenghua.yu@intel.com>
3272 L: linux-hwmon@vger.kernel.org
3273 S: Maintained
3274 F: Documentation/hwmon/coretemp
3275 F: drivers/hwmon/coretemp.c
3276
3277 COSA/SRP SYNC SERIAL DRIVER
3278 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3279 W: http://www.fi.muni.cz/~kas/cosa/
3280 S: Maintained
3281 F: drivers/net/wan/cosa*
3282
3283 CPMAC ETHERNET DRIVER
3284 M: Florian Fainelli <f.fainelli@gmail.com>
3285 L: netdev@vger.kernel.org
3286 S: Maintained
3287 F: drivers/net/ethernet/ti/cpmac.c
3288
3289 CPU FREQUENCY DRIVERS
3290 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3291 M: Viresh Kumar <viresh.kumar@linaro.org>
3292 L: linux-pm@vger.kernel.org
3293 S: Maintained
3294 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3295 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3296 F: drivers/cpufreq/
3297 F: include/linux/cpufreq.h
3298
3299 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3300 M: Viresh Kumar <viresh.kumar@linaro.org>
3301 M: Sudeep Holla <sudeep.holla@arm.com>
3302 L: linux-pm@vger.kernel.org
3303 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3304 S: Maintained
3305 F: drivers/cpufreq/arm_big_little.h
3306 F: drivers/cpufreq/arm_big_little.c
3307 F: drivers/cpufreq/arm_big_little_dt.c
3308
3309 CPUIDLE DRIVER - ARM BIG LITTLE
3310 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3311 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3312 L: linux-pm@vger.kernel.org
3313 L: linux-arm-kernel@lists.infradead.org
3314 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3315 S: Maintained
3316 F: drivers/cpuidle/cpuidle-big_little.c
3317
3318 CPUIDLE DRIVER - ARM EXYNOS
3319 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3320 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3321 M: Kukjin Kim <kgene@kernel.org>
3322 L: linux-pm@vger.kernel.org
3323 L: linux-samsung-soc@vger.kernel.org
3324 S: Supported
3325 F: drivers/cpuidle/cpuidle-exynos.c
3326 F: arch/arm/mach-exynos/pm.c
3327
3328 CPUIDLE DRIVERS
3329 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3330 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3331 L: linux-pm@vger.kernel.org
3332 S: Maintained
3333 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3334 F: drivers/cpuidle/*
3335 F: include/linux/cpuidle.h
3336
3337 CPUID/MSR DRIVER
3338 M: "H. Peter Anvin" <hpa@zytor.com>
3339 S: Maintained
3340 F: arch/x86/kernel/cpuid.c
3341 F: arch/x86/kernel/msr.c
3342
3343 CPU POWER MONITORING SUBSYSTEM
3344 M: Thomas Renninger <trenn@suse.com>
3345 L: linux-pm@vger.kernel.org
3346 S: Maintained
3347 F: tools/power/cpupower/
3348
3349 CRAMFS FILESYSTEM
3350 W: http://sourceforge.net/projects/cramfs/
3351 S: Orphan / Obsolete
3352 F: Documentation/filesystems/cramfs.txt
3353 F: fs/cramfs/
3354
3355 CRIS PORT
3356 M: Mikael Starvik <starvik@axis.com>
3357 M: Jesper Nilsson <jesper.nilsson@axis.com>
3358 L: linux-cris-kernel@axis.com
3359 W: http://developer.axis.com
3360 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3361 S: Maintained
3362 F: arch/cris/
3363 F: drivers/tty/serial/crisv10.*
3364
3365 CRYPTO API
3366 M: Herbert Xu <herbert@gondor.apana.org.au>
3367 M: "David S. Miller" <davem@davemloft.net>
3368 L: linux-crypto@vger.kernel.org
3369 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3370 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3371 S: Maintained
3372 F: Documentation/crypto/
3373 F: Documentation/devicetree/bindings/crypto/
3374 F: Documentation/DocBook/crypto-API.tmpl
3375 F: arch/*/crypto/
3376 F: crypto/
3377 F: drivers/crypto/
3378 F: include/crypto/
3379
3380 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3381 M: Neil Horman <nhorman@tuxdriver.com>
3382 L: linux-crypto@vger.kernel.org
3383 S: Maintained
3384 F: crypto/ansi_cprng.c
3385 F: crypto/rng.c
3386
3387 CS3308 MEDIA DRIVER
3388 M: Hans Verkuil <hverkuil@xs4all.nl>
3389 L: linux-media@vger.kernel.org
3390 T: git git://linuxtv.org/media_tree.git
3391 W: http://linuxtv.org
3392 S: Odd Fixes
3393 F: drivers/media/i2c/cs3308.c
3394 F: drivers/media/i2c/cs3308.h
3395
3396 CS5535 Audio ALSA driver
3397 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3398 S: Maintained
3399 F: sound/pci/cs5535audio/
3400
3401 CW1200 WLAN driver
3402 M: Solomon Peachy <pizza@shaftnet.org>
3403 S: Maintained
3404 F: drivers/net/wireless/st/cw1200/
3405
3406 CX18 VIDEO4LINUX DRIVER
3407 M: Andy Walls <awalls@md.metrocast.net>
3408 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3409 L: linux-media@vger.kernel.org
3410 T: git git://linuxtv.org/media_tree.git
3411 W: https://linuxtv.org
3412 W: http://www.ivtvdriver.org/index.php/Cx18
3413 S: Maintained
3414 F: Documentation/video4linux/cx18.txt
3415 F: drivers/media/pci/cx18/
3416 F: include/uapi/linux/ivtv*
3417
3418 CX2341X MPEG ENCODER HELPER MODULE
3419 M: Hans Verkuil <hverkuil@xs4all.nl>
3420 L: linux-media@vger.kernel.org
3421 T: git git://linuxtv.org/media_tree.git
3422 W: https://linuxtv.org
3423 S: Maintained
3424 F: drivers/media/common/cx2341x*
3425 F: include/media/cx2341x*
3426
3427 CX24120 MEDIA DRIVER
3428 M: Jemma Denson <jdenson@gmail.com>
3429 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3430 L: linux-media@vger.kernel.org
3431 W: https://linuxtv.org
3432 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3433 S: Maintained
3434 F: drivers/media/dvb-frontends/cx24120*
3435
3436 CX88 VIDEO4LINUX DRIVER
3437 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3438 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3439 L: linux-media@vger.kernel.org
3440 W: https://linuxtv.org
3441 T: git git://linuxtv.org/media_tree.git
3442 S: Odd fixes
3443 F: Documentation/video4linux/cx88/
3444 F: drivers/media/pci/cx88/
3445
3446 CXD2820R MEDIA DRIVER
3447 M: Antti Palosaari <crope@iki.fi>
3448 L: linux-media@vger.kernel.org
3449 W: https://linuxtv.org
3450 W: http://palosaari.fi/linux/
3451 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3452 T: git git://linuxtv.org/anttip/media_tree.git
3453 S: Maintained
3454 F: drivers/media/dvb-frontends/cxd2820r*
3455
3456 CXGB3 ETHERNET DRIVER (CXGB3)
3457 M: Santosh Raspatur <santosh@chelsio.com>
3458 L: netdev@vger.kernel.org
3459 W: http://www.chelsio.com
3460 S: Supported
3461 F: drivers/net/ethernet/chelsio/cxgb3/
3462
3463 CXGB3 ISCSI DRIVER (CXGB3I)
3464 M: Karen Xie <kxie@chelsio.com>
3465 L: linux-scsi@vger.kernel.org
3466 W: http://www.chelsio.com
3467 S: Supported
3468 F: drivers/scsi/cxgbi/cxgb3i
3469
3470 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3471 M: Steve Wise <swise@chelsio.com>
3472 L: linux-rdma@vger.kernel.org
3473 W: http://www.openfabrics.org
3474 S: Supported
3475 F: drivers/infiniband/hw/cxgb3/
3476
3477 CXGB4 ETHERNET DRIVER (CXGB4)
3478 M: Hariprasad S <hariprasad@chelsio.com>
3479 L: netdev@vger.kernel.org
3480 W: http://www.chelsio.com
3481 S: Supported
3482 F: drivers/net/ethernet/chelsio/cxgb4/
3483
3484 CXGB4 ISCSI DRIVER (CXGB4I)
3485 M: Karen Xie <kxie@chelsio.com>
3486 L: linux-scsi@vger.kernel.org
3487 W: http://www.chelsio.com
3488 S: Supported
3489 F: drivers/scsi/cxgbi/cxgb4i
3490
3491 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3492 M: Steve Wise <swise@chelsio.com>
3493 L: linux-rdma@vger.kernel.org
3494 W: http://www.openfabrics.org
3495 S: Supported
3496 F: drivers/infiniband/hw/cxgb4/
3497
3498 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3499 M: Casey Leedom <leedom@chelsio.com>
3500 L: netdev@vger.kernel.org
3501 W: http://www.chelsio.com
3502 S: Supported
3503 F: drivers/net/ethernet/chelsio/cxgb4vf/
3504
3505 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3506 M: Ian Munsie <imunsie@au1.ibm.com>
3507 M: Michael Neuling <mikey@neuling.org>
3508 L: linuxppc-dev@lists.ozlabs.org
3509 S: Supported
3510 F: drivers/misc/cxl/
3511 F: include/misc/cxl*
3512 F: include/uapi/misc/cxl.h
3513 F: Documentation/powerpc/cxl.txt
3514 F: Documentation/powerpc/cxl.txt
3515 F: Documentation/ABI/testing/sysfs-class-cxl
3516
3517 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3518 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3519 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3520 M: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3521 L: linux-scsi@vger.kernel.org
3522 S: Supported
3523 F: drivers/scsi/cxlflash/
3524 F: include/uapi/scsi/cxlflash_ioctls.h
3525 F: Documentation/powerpc/cxlflash.txt
3526
3527 STMMAC ETHERNET DRIVER
3528 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3529 M: Alexandre Torgue <alexandre.torgue@st.com>
3530 L: netdev@vger.kernel.org
3531 W: http://www.stlinux.com
3532 S: Supported
3533 F: drivers/net/ethernet/stmicro/stmmac/
3534
3535 CYBERPRO FB DRIVER
3536 M: Russell King <linux@armlinux.org.uk>
3537 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3538 W: http://www.armlinux.org.uk/
3539 S: Maintained
3540 F: drivers/video/fbdev/cyber2000fb.*
3541
3542 CYCLADES ASYNC MUX DRIVER
3543 W: http://www.cyclades.com/
3544 S: Orphan
3545 F: drivers/tty/cyclades.c
3546 F: include/linux/cyclades.h
3547 F: include/uapi/linux/cyclades.h
3548
3549 CYCLADES PC300 DRIVER
3550 W: http://www.cyclades.com/
3551 S: Orphan
3552 F: drivers/net/wan/pc300*
3553
3554 CYPRESS_FIRMWARE MEDIA DRIVER
3555 M: Antti Palosaari <crope@iki.fi>
3556 L: linux-media@vger.kernel.org
3557 W: https://linuxtv.org
3558 W: http://palosaari.fi/linux/
3559 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3560 T: git git://linuxtv.org/anttip/media_tree.git
3561 S: Maintained
3562 F: drivers/media/common/cypress_firmware*
3563
3564 CYTTSP TOUCHSCREEN DRIVER
3565 M: Ferruh Yigit <fery@cypress.com>
3566 L: linux-input@vger.kernel.org
3567 S: Supported
3568 F: drivers/input/touchscreen/cyttsp*
3569 F: include/linux/input/cyttsp.h
3570
3571 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3572 M: Joshua Kinard <kumba@gentoo.org>
3573 S: Maintained
3574 F: drivers/rtc/rtc-ds1685.c
3575 F: include/linux/rtc/ds1685.h
3576
3577 DAMA SLAVE for AX.25
3578 M: Joerg Reuter <jreuter@yaina.de>
3579 W: http://yaina.de/jreuter/
3580 W: http://www.qsl.net/dl1bke/
3581 L: linux-hams@vger.kernel.org
3582 S: Maintained
3583 F: net/ax25/af_ax25.c
3584 F: net/ax25/ax25_dev.c
3585 F: net/ax25/ax25_ds_*
3586 F: net/ax25/ax25_in.c
3587 F: net/ax25/ax25_out.c
3588 F: net/ax25/ax25_timer.c
3589 F: net/ax25/sysctl_net_ax25.c
3590
3591 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3592 L: netdev@vger.kernel.org
3593 S: Orphan
3594 F: Documentation/networking/dmfe.txt
3595 F: drivers/net/ethernet/dec/tulip/dmfe.c
3596
3597 DC390/AM53C974 SCSI driver
3598 M: Hannes Reinecke <hare@suse.com>
3599 L: linux-scsi@vger.kernel.org
3600 S: Maintained
3601 F: drivers/scsi/am53c974.c
3602
3603 DC395x SCSI driver
3604 M: Oliver Neukum <oliver@neukum.org>
3605 M: Ali Akcaagac <aliakc@web.de>
3606 M: Jamie Lenehan <lenehan@twibble.org>
3607 L: dc395x@twibble.org
3608 W: http://twibble.org/dist/dc395x/
3609 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3610 S: Maintained
3611 F: Documentation/scsi/dc395x.txt
3612 F: drivers/scsi/dc395x.*
3613
3614 DCCP PROTOCOL
3615 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3616 L: dccp@vger.kernel.org
3617 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3618 S: Maintained
3619 F: include/linux/dccp.h
3620 F: include/uapi/linux/dccp.h
3621 F: include/linux/tfrc.h
3622 F: net/dccp/
3623
3624 DECnet NETWORK LAYER
3625 W: http://linux-decnet.sourceforge.net
3626 L: linux-decnet-user@lists.sourceforge.net
3627 S: Orphan
3628 F: Documentation/networking/decnet.txt
3629 F: net/decnet/
3630
3631 DECSTATION PLATFORM SUPPORT
3632 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3633 L: linux-mips@linux-mips.org
3634 W: http://www.linux-mips.org/wiki/DECstation
3635 S: Maintained
3636 F: arch/mips/dec/
3637 F: arch/mips/include/asm/dec/
3638 F: arch/mips/include/asm/mach-dec/
3639
3640 DEFXX FDDI NETWORK DRIVER
3641 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3642 S: Maintained
3643 F: drivers/net/fddi/defxx.*
3644
3645 DELL LAPTOP DRIVER
3646 M: Matthew Garrett <mjg59@srcf.ucam.org>
3647 M: Pali Rohár <pali.rohar@gmail.com>
3648 L: platform-driver-x86@vger.kernel.org
3649 S: Maintained
3650 F: drivers/platform/x86/dell-laptop.c
3651
3652 DELL LAPTOP RBTN DRIVER
3653 M: Pali Rohár <pali.rohar@gmail.com>
3654 S: Maintained
3655 F: drivers/platform/x86/dell-rbtn.*
3656
3657 DELL LAPTOP FREEFALL DRIVER
3658 M: Pali Rohár <pali.rohar@gmail.com>
3659 S: Maintained
3660 F: drivers/platform/x86/dell-smo8800.c
3661
3662 DELL LAPTOP SMM DRIVER
3663 M: Pali Rohár <pali.rohar@gmail.com>
3664 S: Maintained
3665 F: drivers/hwmon/dell-smm-hwmon.c
3666 F: include/uapi/linux/i8k.h
3667
3668 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3669 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3670 S: Maintained
3671 F: Documentation/dcdbas.txt
3672 F: drivers/firmware/dcdbas.*
3673
3674 DELL WMI EXTRAS DRIVER
3675 M: Matthew Garrett <mjg59@srcf.ucam.org>
3676 M: Pali Rohár <pali.rohar@gmail.com>
3677 S: Maintained
3678 F: drivers/platform/x86/dell-wmi.c
3679
3680 DESIGNWARE USB2 DRD IP DRIVER
3681 M: John Youn <johnyoun@synopsys.com>
3682 L: linux-usb@vger.kernel.org
3683 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3684 S: Maintained
3685 F: drivers/usb/dwc2/
3686
3687 DESIGNWARE USB3 DRD IP DRIVER
3688 M: Felipe Balbi <balbi@kernel.org>
3689 L: linux-usb@vger.kernel.org
3690 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3691 S: Maintained
3692 F: drivers/usb/dwc3/
3693
3694 DEVICE COREDUMP (DEV_COREDUMP)
3695 M: Johannes Berg <johannes@sipsolutions.net>
3696 L: linux-kernel@vger.kernel.org
3697 S: Maintained
3698 F: drivers/base/devcoredump.c
3699 F: include/linux/devcoredump.h
3700
3701 DEVICE FREQUENCY (DEVFREQ)
3702 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3703 M: Kyungmin Park <kyungmin.park@samsung.com>
3704 L: linux-pm@vger.kernel.org
3705 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3706 S: Maintained
3707 F: drivers/devfreq/
3708 F: include/linux/devfreq.h
3709 F: Documentation/devicetree/bindings/devfreq/
3710
3711 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3712 M: Chanwoo Choi <cw00.choi@samsung.com>
3713 L: linux-pm@vger.kernel.org
3714 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3715 S: Supported
3716 F: drivers/devfreq/event/
3717 F: drivers/devfreq/devfreq-event.c
3718 F: include/linux/devfreq-event.h
3719 F: Documentation/devicetree/bindings/devfreq/event/
3720
3721 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3722 M: Chanwoo Choi <cw00.choi@samsung.com>
3723 L: linux-pm@vger.kernel.org
3724 L: linux-samsung-soc@vger.kernel.org
3725 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3726 S: Maintained
3727 F: drivers/devfreq/exynos-bus.c
3728 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3729
3730 DEVICE NUMBER REGISTRY
3731 M: Torben Mathiasen <device@lanana.org>
3732 W: http://lanana.org/docs/device-list/index.html
3733 S: Maintained
3734
3735 DEVICE-MAPPER (LVM)
3736 M: Alasdair Kergon <agk@redhat.com>
3737 M: Mike Snitzer <snitzer@redhat.com>
3738 M: dm-devel@redhat.com
3739 L: dm-devel@redhat.com
3740 W: http://sources.redhat.com/dm
3741 Q: http://patchwork.kernel.org/project/dm-devel/list/
3742 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3743 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3744 S: Maintained
3745 F: Documentation/device-mapper/
3746 F: drivers/md/dm*
3747 F: drivers/md/persistent-data/
3748 F: include/linux/device-mapper.h
3749 F: include/linux/dm-*.h
3750 F: include/uapi/linux/dm-*.h
3751
3752 DEVLINK
3753 M: Jiri Pirko <jiri@mellanox.com>
3754 L: netdev@vger.kernel.org
3755 S: Supported
3756 F: net/core/devlink.c
3757 F: include/net/devlink.h
3758 F: include/uapi/linux/devlink.h
3759
3760 DIALOG SEMICONDUCTOR DRIVERS
3761 M: Support Opensource <support.opensource@diasemi.com>
3762 W: http://www.dialog-semiconductor.com/products
3763 S: Supported
3764 F: Documentation/hwmon/da90??
3765 F: Documentation/devicetree/bindings/mfd/da90*.txt
3766 F: Documentation/devicetree/bindings/regulator/da92*.txt
3767 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3768 F: drivers/gpio/gpio-da90??.c
3769 F: drivers/hwmon/da90??-hwmon.c
3770 F: drivers/iio/adc/da91??-*.c
3771 F: drivers/input/misc/da90??_onkey.c
3772 F: drivers/input/touchscreen/da9052_tsi.c
3773 F: drivers/leds/leds-da90??.c
3774 F: drivers/mfd/da903x.c
3775 F: drivers/mfd/da90??-*.c
3776 F: drivers/mfd/da91??-*.c
3777 F: drivers/power/da9052-battery.c
3778 F: drivers/power/da91??-*.c
3779 F: drivers/regulator/da903x.c
3780 F: drivers/regulator/da9???-regulator.[ch]
3781 F: drivers/rtc/rtc-da90??.c
3782 F: drivers/video/backlight/da90??_bl.c
3783 F: drivers/watchdog/da90??_wdt.c
3784 F: include/linux/mfd/da903x.h
3785 F: include/linux/mfd/da9052/
3786 F: include/linux/mfd/da9055/
3787 F: include/linux/mfd/da9062/
3788 F: include/linux/mfd/da9063/
3789 F: include/linux/mfd/da9150/
3790 F: include/linux/regulator/da9211.h
3791 F: include/sound/da[79]*.h
3792 F: sound/soc/codecs/da[79]*.[ch]
3793
3794 DIGI NEO AND CLASSIC PCI PRODUCTS
3795 M: Lidza Louina <lidza.louina@gmail.com>
3796 M: Mark Hounschell <markh@compro.net>
3797 L: driverdev-devel@linuxdriverproject.org
3798 S: Maintained
3799 F: drivers/staging/dgnc/
3800
3801 DIOLAN U2C-12 I2C DRIVER
3802 M: Guenter Roeck <linux@roeck-us.net>
3803 L: linux-i2c@vger.kernel.org
3804 S: Maintained
3805 F: drivers/i2c/busses/i2c-diolan-u2c.c
3806
3807 DIRECT ACCESS (DAX)
3808 M: Matthew Wilcox <willy@linux.intel.com>
3809 L: linux-fsdevel@vger.kernel.org
3810 S: Supported
3811 F: fs/dax.c
3812
3813 DIRECTORY NOTIFICATION (DNOTIFY)
3814 M: Eric Paris <eparis@parisplace.org>
3815 S: Maintained
3816 F: Documentation/filesystems/dnotify.txt
3817 F: fs/notify/dnotify/
3818 F: include/linux/dnotify.h
3819
3820 DISK GEOMETRY AND PARTITION HANDLING
3821 M: Andries Brouwer <aeb@cwi.nl>
3822 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3823 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3824 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3825 S: Maintained
3826
3827 DISKQUOTA
3828 M: Jan Kara <jack@suse.com>
3829 S: Maintained
3830 F: Documentation/filesystems/quota.txt
3831 F: fs/quota/
3832 F: include/linux/quota*.h
3833 F: include/uapi/linux/quota*.h
3834
3835 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3836 M: Bernie Thompson <bernie@plugable.com>
3837 L: linux-fbdev@vger.kernel.org
3838 S: Maintained
3839 W: http://plugable.com/category/projects/udlfb/
3840 F: drivers/video/fbdev/udlfb.c
3841 F: include/video/udlfb.h
3842 F: Documentation/fb/udlfb.txt
3843
3844 DISTRIBUTED LOCK MANAGER (DLM)
3845 M: Christine Caulfield <ccaulfie@redhat.com>
3846 M: David Teigland <teigland@redhat.com>
3847 L: cluster-devel@redhat.com
3848 W: http://sources.redhat.com/cluster/
3849 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3850 S: Supported
3851 F: fs/dlm/
3852
3853 DMA BUFFER SHARING FRAMEWORK
3854 M: Sumit Semwal <sumit.semwal@linaro.org>
3855 S: Maintained
3856 L: linux-media@vger.kernel.org
3857 L: dri-devel@lists.freedesktop.org
3858 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3859 F: drivers/dma-buf/
3860 F: include/linux/dma-buf*
3861 F: include/linux/reservation.h
3862 F: include/linux/*fence.h
3863 F: Documentation/dma-buf-sharing.txt
3864 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3865
3866 SYNC FILE FRAMEWORK
3867 M: Sumit Semwal <sumit.semwal@linaro.org>
3868 R: Gustavo Padovan <gustavo@padovan.org>
3869 S: Maintained
3870 L: linux-media@vger.kernel.org
3871 L: dri-devel@lists.freedesktop.org
3872 F: drivers/dma-buf/sync_file.c
3873 F: include/linux/sync_file.h
3874 F: Documentation/sync_file.txt
3875 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3876
3877 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3878 M: Vinod Koul <vinod.koul@intel.com>
3879 L: dmaengine@vger.kernel.org
3880 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3881 S: Maintained
3882 F: drivers/dma/
3883 F: include/linux/dmaengine.h
3884 F: Documentation/devicetree/bindings/dma/
3885 F: Documentation/dmaengine/
3886 T: git git://git.infradead.org/users/vkoul/slave-dma.git
3887
3888 DME1737 HARDWARE MONITOR DRIVER
3889 M: Juerg Haefliger <juergh@gmail.com>
3890 L: linux-hwmon@vger.kernel.org
3891 S: Maintained
3892 F: Documentation/hwmon/dme1737
3893 F: drivers/hwmon/dme1737.c
3894
3895 DMI/SMBIOS SUPPORT
3896 M: Jean Delvare <jdelvare@suse.com>
3897 S: Maintained
3898 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3899 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3900 F: drivers/firmware/dmi-id.c
3901 F: drivers/firmware/dmi_scan.c
3902 F: include/linux/dmi.h
3903
3904 DOCUMENTATION
3905 M: Jonathan Corbet <corbet@lwn.net>
3906 L: linux-doc@vger.kernel.org
3907 S: Maintained
3908 F: Documentation/
3909 F: scripts/docproc.c
3910 F: scripts/kernel-doc*
3911 X: Documentation/ABI/
3912 X: Documentation/devicetree/
3913 X: Documentation/acpi
3914 X: Documentation/power
3915 X: Documentation/spi
3916 X: Documentation/DocBook/media
3917 T: git git://git.lwn.net/linux.git docs-next
3918
3919 DOUBLETALK DRIVER
3920 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3921 L: blinux-list@redhat.com
3922 S: Maintained
3923 F: drivers/char/dtlk.c
3924 F: include/linux/dtlk.h
3925
3926 DPT_I2O SCSI RAID DRIVER
3927 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3928 L: linux-scsi@vger.kernel.org
3929 W: http://www.adaptec.com/
3930 S: Maintained
3931 F: drivers/scsi/dpt*
3932 F: drivers/scsi/dpt/
3933
3934 DRBD DRIVER
3935 M: Philipp Reisner <philipp.reisner@linbit.com>
3936 M: Lars Ellenberg <lars.ellenberg@linbit.com>
3937 L: drbd-dev@lists.linbit.com
3938 W: http://www.drbd.org
3939 T: git git://git.linbit.com/linux-drbd.git
3940 T: git git://git.linbit.com/drbd-8.4.git
3941 S: Supported
3942 F: drivers/block/drbd/
3943 F: lib/lru_cache.c
3944 F: Documentation/blockdev/drbd/
3945
3946 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3947 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3948 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3949 S: Supported
3950 F: Documentation/kobject.txt
3951 F: drivers/base/
3952 F: fs/debugfs/
3953 F: fs/kernfs/
3954 F: fs/sysfs/
3955 F: include/linux/debugfs.h
3956 F: include/linux/kobj*
3957 F: lib/kobj*
3958
3959 DRM DRIVERS
3960 M: David Airlie <airlied@linux.ie>
3961 L: dri-devel@lists.freedesktop.org
3962 T: git git://people.freedesktop.org/~airlied/linux
3963 S: Maintained
3964 F: drivers/gpu/drm/
3965 F: drivers/gpu/vga/
3966 F: Documentation/devicetree/bindings/display/
3967 F: Documentation/devicetree/bindings/gpu/
3968 F: Documentation/devicetree/bindings/video/
3969 F: Documentation/gpu/
3970 F: include/drm/
3971 F: include/uapi/drm/
3972
3973 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
3974 M: Dave Airlie <airlied@redhat.com>
3975 S: Odd Fixes
3976 F: drivers/gpu/drm/ast/
3977
3978 DRM DRIVER FOR BOCHS VIRTUAL GPU
3979 M: Gerd Hoffmann <kraxel@redhat.com>
3980 S: Odd Fixes
3981 F: drivers/gpu/drm/bochs/
3982
3983 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
3984 M: Dave Airlie <airlied@redhat.com>
3985 S: Odd Fixes
3986 F: drivers/gpu/drm/cirrus/
3987
3988 RADEON and AMDGPU DRM DRIVERS
3989 M: Alex Deucher <alexander.deucher@amd.com>
3990 M: Christian König <christian.koenig@amd.com>
3991 L: dri-devel@lists.freedesktop.org
3992 T: git git://people.freedesktop.org/~agd5f/linux
3993 S: Supported
3994 F: drivers/gpu/drm/radeon/
3995 F: include/uapi/drm/radeon_drm.h
3996 F: drivers/gpu/drm/amd/
3997 F: include/uapi/drm/amdgpu_drm.h
3998
3999 DRM PANEL DRIVERS
4000 M: Thierry Reding <thierry.reding@gmail.com>
4001 L: dri-devel@lists.freedesktop.org
4002 T: git git://anongit.freedesktop.org/tegra/linux.git
4003 S: Maintained
4004 F: drivers/gpu/drm/drm_panel.c
4005 F: drivers/gpu/drm/panel/
4006 F: include/drm/drm_panel.h
4007 F: Documentation/devicetree/bindings/display/panel/
4008
4009 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4010 M: Daniel Vetter <daniel.vetter@intel.com>
4011 M: Jani Nikula <jani.nikula@linux.intel.com>
4012 L: intel-gfx@lists.freedesktop.org
4013 L: dri-devel@lists.freedesktop.org
4014 W: https://01.org/linuxgraphics/
4015 Q: http://patchwork.freedesktop.org/project/intel-gfx/
4016 T: git git://anongit.freedesktop.org/drm-intel
4017 S: Supported
4018 F: drivers/gpu/drm/i915/
4019 F: include/drm/i915*
4020 F: include/uapi/drm/i915_drm.h
4021 F: Documentation/gpu/i915.rst
4022
4023 DRM DRIVERS FOR ATMEL HLCDC
4024 M: Boris Brezillon <boris.brezillon@free-electrons.com>
4025 L: dri-devel@lists.freedesktop.org
4026 S: Supported
4027 F: drivers/gpu/drm/atmel-hlcdc/
4028 F: Documentation/devicetree/bindings/drm/atmel/
4029
4030 DRM DRIVERS FOR ALLWINNER A10
4031 M: Maxime Ripard <maxime.ripard@free-electrons.com>
4032 L: dri-devel@lists.freedesktop.org
4033 S: Supported
4034 F: drivers/gpu/drm/sun4i/
4035 F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4036
4037 DRM DRIVERS FOR EXYNOS
4038 M: Inki Dae <inki.dae@samsung.com>
4039 M: Joonyoung Shim <jy0922.shim@samsung.com>
4040 M: Seung-Woo Kim <sw0312.kim@samsung.com>
4041 M: Kyungmin Park <kyungmin.park@samsung.com>
4042 L: dri-devel@lists.freedesktop.org
4043 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4044 S: Supported
4045 F: drivers/gpu/drm/exynos/
4046 F: include/uapi/drm/exynos_drm.h
4047 F: Documentation/devicetree/bindings/display/exynos/
4048
4049 DRM DRIVERS FOR FREESCALE DCU
4050 M: Stefan Agner <stefan@agner.ch>
4051 M: Alison Wang <alison.wang@freescale.com>
4052 L: dri-devel@lists.freedesktop.org
4053 S: Supported
4054 F: drivers/gpu/drm/fsl-dcu/
4055 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
4056 F: Documentation/devicetree/bindings/display/fsl,tcon.txt
4057 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4058
4059 DRM DRIVERS FOR FREESCALE IMX
4060 M: Philipp Zabel <p.zabel@pengutronix.de>
4061 L: dri-devel@lists.freedesktop.org
4062 S: Maintained
4063 F: drivers/gpu/drm/imx/
4064 F: drivers/gpu/ipu-v3/
4065 F: Documentation/devicetree/bindings/display/imx/
4066
4067 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4068 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4069 L: dri-devel@lists.freedesktop.org
4070 T: git git://github.com/patjak/drm-gma500
4071 S: Maintained
4072 F: drivers/gpu/drm/gma500/
4073
4074 DRM DRIVERS FOR HISILICON
4075 M: Xinliang Liu <z.liuxinliang@hisilicon.com>
4076 R: Xinwei Kong <kong.kongxinwei@hisilicon.com>
4077 R: Chen Feng <puck.chen@hisilicon.com>
4078 L: dri-devel@lists.freedesktop.org
4079 T: git git://github.com/xin3liang/linux.git
4080 S: Maintained
4081 F: drivers/gpu/drm/hisilicon/
4082 F: Documentation/devicetree/bindings/display/hisilicon/
4083
4084 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4085 S: Orphan / Obsolete
4086 F: drivers/gpu/drm/i810/
4087 F: include/uapi/drm/i810_drm.h
4088
4089 DRM DRIVER FOR MSM ADRENO GPU
4090 M: Rob Clark <robdclark@gmail.com>
4091 L: linux-arm-msm@vger.kernel.org
4092 L: dri-devel@lists.freedesktop.org
4093 L: freedreno@lists.freedesktop.org
4094 T: git git://people.freedesktop.org/~robclark/linux
4095 S: Maintained
4096 F: drivers/gpu/drm/msm/
4097 F: include/uapi/drm/msm_drm.h
4098 F: Documentation/devicetree/bindings/display/msm/
4099
4100 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4101 M: Ben Skeggs <bskeggs@redhat.com>
4102 L: dri-devel@lists.freedesktop.org
4103 L: nouveau@lists.freedesktop.org
4104 T: git git://github.com/skeggsb/linux
4105 S: Supported
4106 F: drivers/gpu/drm/nouveau/
4107 F: include/uapi/drm/nouveau_drm.h
4108
4109 DRM DRIVERS FOR NVIDIA TEGRA
4110 M: Thierry Reding <thierry.reding@gmail.com>
4111 L: dri-devel@lists.freedesktop.org
4112 L: linux-tegra@vger.kernel.org
4113 T: git git://anongit.freedesktop.org/tegra/linux.git
4114 S: Supported
4115 F: drivers/gpu/drm/tegra/
4116 F: drivers/gpu/host1x/
4117 F: include/linux/host1x.h
4118 F: include/uapi/drm/tegra_drm.h
4119 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4120
4121 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4122 S: Orphan / Obsolete
4123 F: drivers/gpu/drm/mga/
4124 F: include/uapi/drm/mga_drm.h
4125
4126 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4127 M: Dave Airlie <airlied@redhat.com>
4128 S: Odd Fixes
4129 F: drivers/gpu/drm/mgag200/
4130
4131 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4132 S: Orphan / Obsolete
4133 F: drivers/gpu/drm/r128/
4134 F: include/uapi/drm/r128_drm.h
4135
4136 DRM DRIVERS FOR RENESAS
4137 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4138 L: dri-devel@lists.freedesktop.org
4139 L: linux-renesas-soc@vger.kernel.org
4140 T: git git://linuxtv.org/pinchartl/fbdev
4141 S: Supported
4142 F: drivers/gpu/drm/rcar-du/
4143 F: drivers/gpu/drm/shmobile/
4144 F: include/linux/platform_data/shmob_drm.h
4145 F: Documentation/devicetree/bindings/display/renesas,du.txt
4146
4147 DRM DRIVER FOR QXL VIRTUAL GPU
4148 M: Dave Airlie <airlied@redhat.com>
4149 S: Odd Fixes
4150 F: drivers/gpu/drm/qxl/
4151 F: include/uapi/drm/qxl_drm.h
4152
4153 DRM DRIVERS FOR ROCKCHIP
4154 M: Mark Yao <mark.yao@rock-chips.com>
4155 L: dri-devel@lists.freedesktop.org
4156 S: Maintained
4157 F: drivers/gpu/drm/rockchip/
4158 F: Documentation/devicetree/bindings/display/rockchip/
4159
4160 DRM DRIVER FOR SAVAGE VIDEO CARDS
4161 S: Orphan / Obsolete
4162 F: drivers/gpu/drm/savage/
4163 F: include/uapi/drm/savage_drm.h
4164
4165 DRM DRIVER FOR SIS VIDEO CARDS
4166 S: Orphan / Obsolete
4167 F: drivers/gpu/drm/sis/
4168 F: include/uapi/drm/sis_drm.h
4169
4170 DRM DRIVERS FOR STI
4171 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
4172 M: Vincent Abriou <vincent.abriou@st.com>
4173 L: dri-devel@lists.freedesktop.org
4174 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4175 S: Maintained
4176 F: drivers/gpu/drm/sti
4177 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
4178
4179 DRM DRIVER FOR TDFX VIDEO CARDS
4180 S: Orphan / Obsolete
4181 F: drivers/gpu/drm/tdfx/
4182
4183 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4184 M: Dave Airlie <airlied@redhat.com>
4185 S: Odd Fixes
4186 F: drivers/gpu/drm/udl/
4187
4188 DRM DRIVERS FOR VIVANTE GPU IP
4189 M: Lucas Stach <l.stach@pengutronix.de>
4190 R: Russell King <linux+etnaviv@armlinux.org.uk>
4191 R: Christian Gmeiner <christian.gmeiner@gmail.com>
4192 L: dri-devel@lists.freedesktop.org
4193 S: Maintained
4194 F: drivers/gpu/drm/etnaviv/
4195 F: include/uapi/drm/etnaviv_drm.h
4196 F: Documentation/devicetree/bindings/display/etnaviv/
4197
4198 DRM DRIVER FOR VMWARE VIRTUAL GPU
4199 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4200 M: Sinclair Yeh <syeh@vmware.com>
4201 M: Thomas Hellstrom <thellstrom@vmware.com>
4202 L: dri-devel@lists.freedesktop.org
4203 T: git git://people.freedesktop.org/~syeh/repos_linux
4204 T: git git://people.freedesktop.org/~thomash/linux
4205 S: Supported
4206 F: drivers/gpu/drm/vmwgfx/
4207 F: include/uapi/drm/vmwgfx_drm.h
4208
4209 DRM DRIVERS FOR VC4
4210 M: Eric Anholt <eric@anholt.net>
4211 T: git git://github.com/anholt/linux
4212 S: Supported
4213 F: drivers/gpu/drm/vc4/
4214 F: include/uapi/drm/vc4_drm.h
4215 F: Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4216
4217 DRM DRIVERS FOR TI OMAP
4218 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4219 L: dri-devel@lists.freedesktop.org
4220 S: Maintained
4221 F: drivers/gpu/drm/omapdrm/
4222 F: Documentation/devicetree/bindings/display/ti/
4223
4224 DRM DRIVERS FOR TI LCDC
4225 M: Jyri Sarha <jsarha@ti.com>
4226 R: Tomi Valkeinen <tomi.valkeinen@ti.com>
4227 L: dri-devel@lists.freedesktop.org
4228 S: Maintained
4229 F: drivers/gpu/drm/tilcdc/
4230 F: Documentation/devicetree/bindings/display/tilcdc/
4231
4232 DSBR100 USB FM RADIO DRIVER
4233 M: Alexey Klimov <klimov.linux@gmail.com>
4234 L: linux-media@vger.kernel.org
4235 T: git git://linuxtv.org/media_tree.git
4236 S: Maintained
4237 F: drivers/media/radio/dsbr100.c
4238
4239 DSCC4 DRIVER
4240 M: Francois Romieu <romieu@fr.zoreil.com>
4241 L: netdev@vger.kernel.org
4242 S: Maintained
4243 F: drivers/net/wan/dscc4.c
4244
4245 DT3155 MEDIA DRIVER
4246 M: Hans Verkuil <hverkuil@xs4all.nl>
4247 L: linux-media@vger.kernel.org
4248 T: git git://linuxtv.org/media_tree.git
4249 W: https://linuxtv.org
4250 S: Odd Fixes
4251 F: drivers/media/pci/dt3155/
4252
4253 DVB_USB_AF9015 MEDIA DRIVER
4254 M: Antti Palosaari <crope@iki.fi>
4255 L: linux-media@vger.kernel.org
4256 W: https://linuxtv.org
4257 W: http://palosaari.fi/linux/
4258 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4259 T: git git://linuxtv.org/anttip/media_tree.git
4260 S: Maintained
4261 F: drivers/media/usb/dvb-usb-v2/af9015*
4262
4263 DVB_USB_AF9035 MEDIA DRIVER
4264 M: Antti Palosaari <crope@iki.fi>
4265 L: linux-media@vger.kernel.org
4266 W: https://linuxtv.org
4267 W: http://palosaari.fi/linux/
4268 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4269 T: git git://linuxtv.org/anttip/media_tree.git
4270 S: Maintained
4271 F: drivers/media/usb/dvb-usb-v2/af9035*
4272
4273 DVB_USB_ANYSEE MEDIA DRIVER
4274 M: Antti Palosaari <crope@iki.fi>
4275 L: linux-media@vger.kernel.org
4276 W: https://linuxtv.org
4277 W: http://palosaari.fi/linux/
4278 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4279 T: git git://linuxtv.org/anttip/media_tree.git
4280 S: Maintained
4281 F: drivers/media/usb/dvb-usb-v2/anysee*
4282
4283 DVB_USB_AU6610 MEDIA DRIVER
4284 M: Antti Palosaari <crope@iki.fi>
4285 L: linux-media@vger.kernel.org
4286 W: https://linuxtv.org
4287 W: http://palosaari.fi/linux/
4288 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4289 T: git git://linuxtv.org/anttip/media_tree.git
4290 S: Maintained
4291 F: drivers/media/usb/dvb-usb-v2/au6610*
4292
4293 DVB_USB_CE6230 MEDIA DRIVER
4294 M: Antti Palosaari <crope@iki.fi>
4295 L: linux-media@vger.kernel.org
4296 W: https://linuxtv.org
4297 W: http://palosaari.fi/linux/
4298 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4299 T: git git://linuxtv.org/anttip/media_tree.git
4300 S: Maintained
4301 F: drivers/media/usb/dvb-usb-v2/ce6230*
4302
4303 DVB_USB_CXUSB MEDIA DRIVER
4304 M: Michael Krufky <mkrufky@linuxtv.org>
4305 L: linux-media@vger.kernel.org
4306 W: https://linuxtv.org
4307 W: http://github.com/mkrufky
4308 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4309 T: git git://linuxtv.org/media_tree.git
4310 S: Maintained
4311 F: drivers/media/usb/dvb-usb/cxusb*
4312
4313 DVB_USB_EC168 MEDIA DRIVER
4314 M: Antti Palosaari <crope@iki.fi>
4315 L: linux-media@vger.kernel.org
4316 W: https://linuxtv.org
4317 W: http://palosaari.fi/linux/
4318 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4319 T: git git://linuxtv.org/anttip/media_tree.git
4320 S: Maintained
4321 F: drivers/media/usb/dvb-usb-v2/ec168*
4322
4323 DVB_USB_GL861 MEDIA DRIVER
4324 M: Antti Palosaari <crope@iki.fi>
4325 L: linux-media@vger.kernel.org
4326 W: https://linuxtv.org
4327 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4328 T: git git://linuxtv.org/anttip/media_tree.git
4329 S: Maintained
4330 F: drivers/media/usb/dvb-usb-v2/gl861*
4331
4332 DVB_USB_MXL111SF MEDIA DRIVER
4333 M: Michael Krufky <mkrufky@linuxtv.org>
4334 L: linux-media@vger.kernel.org
4335 W: https://linuxtv.org
4336 W: http://github.com/mkrufky
4337 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4338 T: git git://linuxtv.org/mkrufky/mxl111sf.git
4339 S: Maintained
4340 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
4341
4342 DVB_USB_RTL28XXU MEDIA DRIVER
4343 M: Antti Palosaari <crope@iki.fi>
4344 L: linux-media@vger.kernel.org
4345 W: https://linuxtv.org
4346 W: http://palosaari.fi/linux/
4347 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4348 T: git git://linuxtv.org/anttip/media_tree.git
4349 S: Maintained
4350 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
4351
4352 DVB_USB_V2 MEDIA DRIVER
4353 M: Antti Palosaari <crope@iki.fi>
4354 L: linux-media@vger.kernel.org
4355 W: https://linuxtv.org
4356 W: http://palosaari.fi/linux/
4357 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4358 T: git git://linuxtv.org/anttip/media_tree.git
4359 S: Maintained
4360 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
4361 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
4362
4363 DYNAMIC DEBUG
4364 M: Jason Baron <jbaron@akamai.com>
4365 S: Maintained
4366 F: lib/dynamic_debug.c
4367 F: include/linux/dynamic_debug.h
4368
4369 DZ DECSTATION DZ11 SERIAL DRIVER
4370 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4371 S: Maintained
4372 F: drivers/tty/serial/dz.*
4373
4374 E3X0 POWER BUTTON DRIVER
4375 M: Moritz Fischer <moritz.fischer@ettus.com>
4376 L: usrp-users@lists.ettus.com
4377 W: http://www.ettus.com
4378 S: Supported
4379 F: drivers/input/misc/e3x0-button.c
4380 F: Documentation/devicetree/bindings/input/e3x0-button.txt
4381
4382 E4000 MEDIA DRIVER
4383 M: Antti Palosaari <crope@iki.fi>
4384 L: linux-media@vger.kernel.org
4385 W: https://linuxtv.org
4386 W: http://palosaari.fi/linux/
4387 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4388 T: git git://linuxtv.org/anttip/media_tree.git
4389 S: Maintained
4390 F: drivers/media/tuners/e4000*
4391
4392 EATA ISA/EISA/PCI SCSI DRIVER
4393 M: Dario Ballabio <ballabio_dario@emc.com>
4394 L: linux-scsi@vger.kernel.org
4395 S: Maintained
4396 F: drivers/scsi/eata.c
4397
4398 EC100 MEDIA DRIVER
4399 M: Antti Palosaari <crope@iki.fi>
4400 L: linux-media@vger.kernel.org
4401 W: https://linuxtv.org
4402 W: http://palosaari.fi/linux/
4403 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4404 T: git git://linuxtv.org/anttip/media_tree.git
4405 S: Maintained
4406 F: drivers/media/dvb-frontends/ec100*
4407
4408 ECRYPT FILE SYSTEM
4409 M: Tyler Hicks <tyhicks@canonical.com>
4410 L: ecryptfs@vger.kernel.org
4411 W: http://ecryptfs.org
4412 W: https://launchpad.net/ecryptfs
4413 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4414 S: Supported
4415 F: Documentation/filesystems/ecryptfs.txt
4416 F: fs/ecryptfs/
4417
4418 EDAC-CORE
4419 M: Doug Thompson <dougthompson@xmission.com>
4420 M: Borislav Petkov <bp@alien8.de>
4421 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4422 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4423 L: linux-edac@vger.kernel.org
4424 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4425 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4426 S: Supported
4427 F: Documentation/edac.txt
4428 F: drivers/edac/
4429 F: include/linux/edac.h
4430
4431 EDAC-AMD64
4432 M: Doug Thompson <dougthompson@xmission.com>
4433 M: Borislav Petkov <bp@alien8.de>
4434 L: linux-edac@vger.kernel.org
4435 S: Maintained
4436 F: drivers/edac/amd64_edac*
4437
4438 EDAC-CALXEDA
4439 M: Doug Thompson <dougthompson@xmission.com>
4440 M: Robert Richter <rric@kernel.org>
4441 L: linux-edac@vger.kernel.org
4442 S: Maintained
4443 F: drivers/edac/highbank*
4444
4445 EDAC-CAVIUM
4446 M: Ralf Baechle <ralf@linux-mips.org>
4447 M: David Daney <david.daney@cavium.com>
4448 L: linux-edac@vger.kernel.org
4449 L: linux-mips@linux-mips.org
4450 S: Supported
4451 F: drivers/edac/octeon_edac*
4452
4453 EDAC-E752X
4454 M: Mark Gross <mark.gross@intel.com>
4455 M: Doug Thompson <dougthompson@xmission.com>
4456 L: linux-edac@vger.kernel.org
4457 S: Maintained
4458 F: drivers/edac/e752x_edac.c
4459
4460 EDAC-E7XXX
4461 M: Doug Thompson <dougthompson@xmission.com>
4462 L: linux-edac@vger.kernel.org
4463 S: Maintained
4464 F: drivers/edac/e7xxx_edac.c
4465
4466 EDAC-GHES
4467 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4468 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4469 L: linux-edac@vger.kernel.org
4470 S: Maintained
4471 F: drivers/edac/ghes_edac.c
4472
4473 EDAC-I82443BXGX
4474 M: Tim Small <tim@buttersideup.com>
4475 L: linux-edac@vger.kernel.org
4476 S: Maintained
4477 F: drivers/edac/i82443bxgx_edac.c
4478
4479 EDAC-I3000
4480 M: Jason Uhlenkott <juhlenko@akamai.com>
4481 L: linux-edac@vger.kernel.org
4482 S: Maintained
4483 F: drivers/edac/i3000_edac.c
4484
4485 EDAC-I5000
4486 M: Doug Thompson <dougthompson@xmission.com>
4487 L: linux-edac@vger.kernel.org
4488 S: Maintained
4489 F: drivers/edac/i5000_edac.c
4490
4491 EDAC-I5400
4492 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4493 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4494 L: linux-edac@vger.kernel.org
4495 S: Maintained
4496 F: drivers/edac/i5400_edac.c
4497
4498 EDAC-I7300
4499 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4500 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4501 L: linux-edac@vger.kernel.org
4502 S: Maintained
4503 F: drivers/edac/i7300_edac.c
4504
4505 EDAC-I7CORE
4506 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4507 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4508 L: linux-edac@vger.kernel.org
4509 S: Maintained
4510 F: drivers/edac/i7core_edac.c
4511
4512 EDAC-I82975X
4513 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4514 M: "Arvind R." <arvino55@gmail.com>
4515 L: linux-edac@vger.kernel.org
4516 S: Maintained
4517 F: drivers/edac/i82975x_edac.c
4518
4519 EDAC-IE31200
4520 M: Jason Baron <jbaron@akamai.com>
4521 L: linux-edac@vger.kernel.org
4522 S: Maintained
4523 F: drivers/edac/ie31200_edac.c
4524
4525 EDAC-MPC85XX
4526 M: Johannes Thumshirn <morbidrsa@gmail.com>
4527 L: linux-edac@vger.kernel.org
4528 S: Maintained
4529 F: drivers/edac/mpc85xx_edac.[ch]
4530
4531 EDAC-PASEMI
4532 M: Egor Martovetsky <egor@pasemi.com>
4533 L: linux-edac@vger.kernel.org
4534 S: Maintained
4535 F: drivers/edac/pasemi_edac.c
4536
4537 EDAC-R82600
4538 M: Tim Small <tim@buttersideup.com>
4539 L: linux-edac@vger.kernel.org
4540 S: Maintained
4541 F: drivers/edac/r82600_edac.c
4542
4543 EDAC-SBRIDGE
4544 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4545 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4546 L: linux-edac@vger.kernel.org
4547 S: Maintained
4548 F: drivers/edac/sb_edac.c
4549
4550 EDAC-SKYLAKE
4551 M: Tony Luck <tony.luck@intel.com>
4552 L: linux-edac@vger.kernel.org
4553 S: Maintained
4554 F: drivers/edac/skx_edac.c
4555
4556 EDAC-XGENE
4557 APPLIED MICRO (APM) X-GENE SOC EDAC
4558 M: Loc Ho <lho@apm.com>
4559 S: Supported
4560 F: drivers/edac/xgene_edac.c
4561 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4562
4563 EDIROL UA-101/UA-1000 DRIVER
4564 M: Clemens Ladisch <clemens@ladisch.de>
4565 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4566 T: git git://git.alsa-project.org/alsa-kernel.git
4567 S: Maintained
4568 F: sound/usb/misc/ua101.c
4569
4570 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4571 M: Matt Fleming <matt@codeblueprint.co.uk>
4572 L: linux-efi@vger.kernel.org
4573 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4574 S: Maintained
4575 F: Documentation/efi-stub.txt
4576 F: arch/ia64/kernel/efi.c
4577 F: arch/x86/boot/compressed/eboot.[ch]
4578 F: arch/x86/include/asm/efi.h
4579 F: arch/x86/platform/efi/
4580 F: drivers/firmware/efi/
4581 F: include/linux/efi*.h
4582
4583 EFI VARIABLE FILESYSTEM
4584 M: Matthew Garrett <matthew.garrett@nebula.com>
4585 M: Jeremy Kerr <jk@ozlabs.org>
4586 M: Matt Fleming <matt@codeblueprint.co.uk>
4587 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4588 L: linux-efi@vger.kernel.org
4589 S: Maintained
4590 F: fs/efivarfs/
4591
4592 EFIFB FRAMEBUFFER DRIVER
4593 L: linux-fbdev@vger.kernel.org
4594 M: Peter Jones <pjones@redhat.com>
4595 S: Maintained
4596 F: drivers/video/fbdev/efifb.c
4597
4598 EFS FILESYSTEM
4599 W: http://aeschi.ch.eu.org/efs/
4600 S: Orphan
4601 F: fs/efs/
4602
4603 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4604 M: Douglas Miller <dougmill@linux.vnet.ibm.com>
4605 L: netdev@vger.kernel.org
4606 S: Maintained
4607 F: drivers/net/ethernet/ibm/ehea/
4608
4609 EM28XX VIDEO4LINUX DRIVER
4610 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4611 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4612 L: linux-media@vger.kernel.org
4613 W: https://linuxtv.org
4614 T: git git://linuxtv.org/media_tree.git
4615 S: Maintained
4616 F: drivers/media/usb/em28xx/
4617
4618 EMBEDDED LINUX
4619 M: Paul Gortmaker <paul.gortmaker@windriver.com>
4620 M: Matt Mackall <mpm@selenic.com>
4621 M: David Woodhouse <dwmw2@infradead.org>
4622 L: linux-embedded@vger.kernel.org
4623 S: Maintained
4624
4625 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4626 M: James Smart <james.smart@avagotech.com>
4627 M: Dick Kennedy <dick.kennedy@avagotech.com>
4628 L: linux-scsi@vger.kernel.org
4629 W: http://www.avagotech.com
4630 S: Supported
4631 F: drivers/scsi/lpfc/
4632
4633 ENE CB710 FLASH CARD READER DRIVER
4634 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4635 S: Maintained
4636 F: drivers/misc/cb710/
4637 F: drivers/mmc/host/cb710-mmc.*
4638 F: include/linux/cb710.h
4639
4640 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4641 M: Maxim Levitsky <maximlevitsky@gmail.com>
4642 S: Maintained
4643 F: drivers/media/rc/ene_ir.*
4644
4645 EPSON S1D13XXX FRAMEBUFFER DRIVER
4646 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4647 S: Maintained
4648 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4649 F: drivers/video/fbdev/s1d13xxxfb.c
4650 F: include/video/s1d13xxxfb.h
4651
4652 ET131X NETWORK DRIVER
4653 M: Mark Einon <mark.einon@gmail.com>
4654 S: Odd Fixes
4655 F: drivers/net/ethernet/agere/
4656
4657 ETHERNET BRIDGE
4658 M: Stephen Hemminger <stephen@networkplumber.org>
4659 L: bridge@lists.linux-foundation.org (moderated for non-subscribers)
4660 L: netdev@vger.kernel.org
4661 W: http://www.linuxfoundation.org/en/Net:Bridge
4662 S: Maintained
4663 F: include/linux/netfilter_bridge/
4664 F: net/bridge/
4665
4666 ETHERNET PHY LIBRARY
4667 M: Florian Fainelli <f.fainelli@gmail.com>
4668 L: netdev@vger.kernel.org
4669 S: Maintained
4670 F: include/linux/phy.h
4671 F: include/linux/phy_fixed.h
4672 F: drivers/net/phy/
4673 F: Documentation/networking/phy.txt
4674 F: drivers/of/of_mdio.c
4675 F: drivers/of/of_net.c
4676
4677 EXT2 FILE SYSTEM
4678 M: Jan Kara <jack@suse.com>
4679 L: linux-ext4@vger.kernel.org
4680 S: Maintained
4681 F: Documentation/filesystems/ext2.txt
4682 F: fs/ext2/
4683 F: include/linux/ext2*
4684
4685 EXT4 FILE SYSTEM
4686 M: "Theodore Ts'o" <tytso@mit.edu>
4687 M: Andreas Dilger <adilger.kernel@dilger.ca>
4688 L: linux-ext4@vger.kernel.org
4689 W: http://ext4.wiki.kernel.org
4690 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4691 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4692 S: Maintained
4693 F: Documentation/filesystems/ext4.txt
4694 F: fs/ext4/
4695
4696 Extended Verification Module (EVM)
4697 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4698 L: linux-ima-devel@lists.sourceforge.net
4699 L: linux-security-module@vger.kernel.org
4700 S: Supported
4701 F: security/integrity/evm/
4702
4703 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4704 M: MyungJoo Ham <myungjoo.ham@samsung.com>
4705 M: Chanwoo Choi <cw00.choi@samsung.com>
4706 L: linux-kernel@vger.kernel.org
4707 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4708 S: Maintained
4709 F: drivers/extcon/
4710 F: include/linux/extcon/
4711 F: include/linux/extcon.h
4712 F: Documentation/extcon/
4713 F: Documentation/devicetree/bindings/extcon/
4714
4715 EXYNOS DP DRIVER
4716 M: Jingoo Han <jingoohan1@gmail.com>
4717 L: dri-devel@lists.freedesktop.org
4718 S: Maintained
4719 F: drivers/gpu/drm/exynos/exynos_dp*
4720
4721 EXYNOS SYSMMU (IOMMU) driver
4722 M: Marek Szyprowski <m.szyprowski@samsung.com>
4723 L: iommu@lists.linux-foundation.org
4724 S: Maintained
4725 F: drivers/iommu/exynos-iommu.c
4726
4727 EXYNOS MIPI DISPLAY DRIVERS
4728 M: Inki Dae <inki.dae@samsung.com>
4729 M: Donghwa Lee <dh09.lee@samsung.com>
4730 M: Kyungmin Park <kyungmin.park@samsung.com>
4731 L: linux-fbdev@vger.kernel.org
4732 S: Maintained
4733 F: drivers/video/fbdev/exynos/exynos_mipi*
4734 F: include/video/exynos_mipi*
4735
4736 EZchip NPS platform support
4737 M: Noam Camus <noamc@ezchip.com>
4738 S: Supported
4739 F: arch/arc/plat-eznps
4740 F: arch/arc/boot/dts/eznps.dts
4741
4742 F71805F HARDWARE MONITORING DRIVER
4743 M: Jean Delvare <jdelvare@suse.com>
4744 L: linux-hwmon@vger.kernel.org
4745 S: Maintained
4746 F: Documentation/hwmon/f71805f
4747 F: drivers/hwmon/f71805f.c
4748
4749 FC0011 TUNER DRIVER
4750 M: Michael Buesch <m@bues.ch>
4751 L: linux-media@vger.kernel.org
4752 S: Maintained
4753 F: drivers/media/tuners/fc0011.h
4754 F: drivers/media/tuners/fc0011.c
4755
4756 FC2580 MEDIA DRIVER
4757 M: Antti Palosaari <crope@iki.fi>
4758 L: linux-media@vger.kernel.org
4759 W: https://linuxtv.org
4760 W: http://palosaari.fi/linux/
4761 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4762 T: git git://linuxtv.org/anttip/media_tree.git
4763 S: Maintained
4764 F: drivers/media/tuners/fc2580*
4765
4766 FANOTIFY
4767 M: Eric Paris <eparis@redhat.com>
4768 S: Maintained
4769 F: fs/notify/fanotify/
4770 F: include/linux/fanotify.h
4771 F: include/uapi/linux/fanotify.h
4772
4773 FARSYNC SYNCHRONOUS DRIVER
4774 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4775 W: http://www.farsite.co.uk/
4776 S: Supported
4777 F: drivers/net/wan/farsync.*
4778
4779 FAULT INJECTION SUPPORT
4780 M: Akinobu Mita <akinobu.mita@gmail.com>
4781 S: Supported
4782 F: Documentation/fault-injection/
4783 F: lib/fault-inject.c
4784
4785 FBTFT Framebuffer drivers
4786 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4787 M: Noralf Trønnes <noralf@tronnes.org>
4788 S: Maintained
4789 F: drivers/staging/fbtft/
4790
4791 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4792 M: Johannes Thumshirn <jth@kernel.org>
4793 L: fcoe-devel@open-fcoe.org
4794 W: www.Open-FCoE.org
4795 S: Supported
4796 F: drivers/scsi/libfc/
4797 F: drivers/scsi/fcoe/
4798 F: include/scsi/fc/
4799 F: include/scsi/libfc.h
4800 F: include/scsi/libfcoe.h
4801 F: include/uapi/scsi/fc/
4802
4803 FILE LOCKING (flock() and fcntl()/lockf())
4804 M: Jeff Layton <jlayton@poochiereds.net>
4805 M: "J. Bruce Fields" <bfields@fieldses.org>
4806 L: linux-fsdevel@vger.kernel.org
4807 S: Maintained
4808 F: include/linux/fcntl.h
4809 F: include/linux/fs.h
4810 F: include/uapi/linux/fcntl.h
4811 F: include/uapi/linux/fs.h
4812 F: fs/fcntl.c
4813 F: fs/locks.c
4814
4815 FILESYSTEMS (VFS and infrastructure)
4816 M: Alexander Viro <viro@zeniv.linux.org.uk>
4817 L: linux-fsdevel@vger.kernel.org
4818 S: Maintained
4819 F: fs/*
4820
4821 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4822 M: Riku Voipio <riku.voipio@iki.fi>
4823 L: linux-hwmon@vger.kernel.org
4824 S: Maintained
4825 F: drivers/hwmon/f75375s.c
4826 F: include/linux/f75375s.h
4827
4828 FIREWIRE AUDIO DRIVERS
4829 M: Clemens Ladisch <clemens@ladisch.de>
4830 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4831 T: git git://git.alsa-project.org/alsa-kernel.git
4832 S: Maintained
4833 F: sound/firewire/
4834
4835 FIREWIRE MEDIA DRIVERS (firedtv)
4836 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4837 L: linux-media@vger.kernel.org
4838 L: linux1394-devel@lists.sourceforge.net
4839 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4840 S: Maintained
4841 F: drivers/media/firewire/
4842
4843 FIREWIRE SBP-2 TARGET
4844 M: Chris Boot <bootc@bootc.net>
4845 L: linux-scsi@vger.kernel.org
4846 L: target-devel@vger.kernel.org
4847 L: linux1394-devel@lists.sourceforge.net
4848 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4849 S: Maintained
4850 F: drivers/target/sbp/
4851
4852 FIREWIRE SUBSYSTEM
4853 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4854 L: linux1394-devel@lists.sourceforge.net
4855 W: http://ieee1394.wiki.kernel.org/
4856 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4857 S: Maintained
4858 F: drivers/firewire/
4859 F: include/linux/firewire.h
4860 F: include/uapi/linux/firewire*.h
4861 F: tools/firewire/
4862
4863 FIRMWARE LOADER (request_firmware)
4864 M: Ming Lei <ming.lei@canonical.com>
4865 L: linux-kernel@vger.kernel.org
4866 S: Maintained
4867 F: Documentation/firmware_class/
4868 F: drivers/base/firmware*.c
4869 F: include/linux/firmware.h
4870
4871 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4872 M: Joshua Morris <josh.h.morris@us.ibm.com>
4873 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4874 S: Maintained
4875 F: drivers/block/rsxx/
4876
4877 FLOPPY DRIVER
4878 M: Jiri Kosina <jikos@kernel.org>
4879 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4880 S: Odd fixes
4881 F: drivers/block/floppy.c
4882
4883 FMC SUBSYSTEM
4884 M: Alessandro Rubini <rubini@gnudd.com>
4885 W: http://www.ohwr.org/projects/fmc-bus
4886 S: Supported
4887 F: drivers/fmc/
4888 F: include/linux/fmc*.h
4889 F: include/linux/ipmi-fru.h
4890 K: fmc_d.*register
4891
4892 FPGA MANAGER FRAMEWORK
4893 M: Alan Tull <atull@opensource.altera.com>
4894 R: Moritz Fischer <moritz.fischer@ettus.com>
4895 S: Maintained
4896 F: drivers/fpga/
4897 F: include/linux/fpga/fpga-mgr.h
4898 W: http://www.rocketboards.org
4899
4900 FPU EMULATOR
4901 M: Bill Metzenthen <billm@melbpc.org.au>
4902 W: http://floatingpoint.sourceforge.net/emulator/index.html
4903 S: Maintained
4904 F: arch/x86/math-emu/
4905
4906 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4907 L: netdev@vger.kernel.org
4908 S: Orphan
4909 F: drivers/net/wan/dlci.c
4910 F: drivers/net/wan/sdla.c
4911
4912 FRAMEBUFFER LAYER
4913 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4914 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4915 L: linux-fbdev@vger.kernel.org
4916 W: http://linux-fbdev.sourceforge.net/
4917 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4918 T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4919 S: Maintained
4920 F: Documentation/fb/
4921 F: drivers/video/
4922 F: include/video/
4923 F: include/linux/fb.h
4924 F: include/uapi/video/
4925 F: include/uapi/linux/fb.h
4926
4927 FREESCALE DIU FRAMEBUFFER DRIVER
4928 M: Timur Tabi <timur@tabi.org>
4929 L: linux-fbdev@vger.kernel.org
4930 S: Maintained
4931 F: drivers/video/fbdev/fsl-diu-fb.*
4932
4933 FREESCALE DMA DRIVER
4934 M: Li Yang <leoli@freescale.com>
4935 M: Zhang Wei <zw@zh-kernel.org>
4936 L: linuxppc-dev@lists.ozlabs.org
4937 S: Maintained
4938 F: drivers/dma/fsldma.*
4939
4940 FREESCALE GPMI NAND DRIVER
4941 M: Han Xu <han.xu@nxp.com>
4942 L: linux-mtd@lists.infradead.org
4943 S: Maintained
4944 F: drivers/mtd/nand/gpmi-nand/*
4945
4946 FREESCALE I2C CPM DRIVER
4947 M: Jochen Friedrich <jochen@scram.de>
4948 L: linuxppc-dev@lists.ozlabs.org
4949 L: linux-i2c@vger.kernel.org
4950 S: Maintained
4951 F: drivers/i2c/busses/i2c-cpm.c
4952
4953 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4954 M: Sascha Hauer <kernel@pengutronix.de>
4955 L: linux-fbdev@vger.kernel.org
4956 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4957 S: Maintained
4958 F: include/linux/platform_data/video-imxfb.h
4959 F: drivers/video/fbdev/imxfb.c
4960
4961 FREESCALE QUAD SPI DRIVER
4962 M: Han Xu <han.xu@nxp.com>
4963 L: linux-mtd@lists.infradead.org
4964 S: Maintained
4965 F: drivers/mtd/spi-nor/fsl-quadspi.c
4966
4967 FREESCALE SOC FS_ENET DRIVER
4968 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4969 M: Vitaly Bordug <vbordug@ru.mvista.com>
4970 L: linuxppc-dev@lists.ozlabs.org
4971 L: netdev@vger.kernel.org
4972 S: Maintained
4973 F: drivers/net/ethernet/freescale/fs_enet/
4974 F: include/linux/fs_enet_pd.h
4975
4976 FREESCALE IMX / MXC FEC DRIVER
4977 M: Fugang Duan <fugang.duan@nxp.com>
4978 L: netdev@vger.kernel.org
4979 S: Maintained
4980 F: drivers/net/ethernet/freescale/fec_main.c
4981 F: drivers/net/ethernet/freescale/fec_ptp.c
4982 F: drivers/net/ethernet/freescale/fec.h
4983 F: Documentation/devicetree/bindings/net/fsl-fec.txt
4984
4985 FREESCALE QUICC ENGINE LIBRARY
4986 L: linuxppc-dev@lists.ozlabs.org
4987 S: Orphan
4988 F: drivers/soc/fsl/qe/
4989 F: include/soc/fsl/*qe*.h
4990 F: include/soc/fsl/*ucc*.h
4991
4992 FREESCALE USB PERIPHERAL DRIVERS
4993 M: Li Yang <leoli@freescale.com>
4994 L: linux-usb@vger.kernel.org
4995 L: linuxppc-dev@lists.ozlabs.org
4996 S: Maintained
4997 F: drivers/usb/gadget/udc/fsl*
4998
4999 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5000 M: Li Yang <leoli@freescale.com>
5001 L: netdev@vger.kernel.org
5002 L: linuxppc-dev@lists.ozlabs.org
5003 S: Maintained
5004 F: drivers/net/ethernet/freescale/ucc_geth*
5005
5006 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5007 M: Claudiu Manoil <claudiu.manoil@freescale.com>
5008 L: netdev@vger.kernel.org
5009 S: Maintained
5010 F: drivers/net/ethernet/freescale/gianfar*
5011 X: drivers/net/ethernet/freescale/gianfar_ptp.c
5012 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5013
5014 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5015 M: Zhao Qiang <qiang.zhao@nxp.com>
5016 L: netdev@vger.kernel.org
5017 L: linuxppc-dev@lists.ozlabs.org
5018 S: Maintained
5019 F: drivers/net/wan/fsl_ucc_hdlc*
5020
5021 FREESCALE QUICC ENGINE UCC UART DRIVER
5022 M: Timur Tabi <timur@tabi.org>
5023 L: linuxppc-dev@lists.ozlabs.org
5024 S: Maintained
5025 F: drivers/tty/serial/ucc_uart.c
5026
5027 FREESCALE SOC SOUND DRIVERS
5028 M: Timur Tabi <timur@tabi.org>
5029 M: Nicolin Chen <nicoleotsuka@gmail.com>
5030 M: Xiubo Li <Xiubo.Lee@gmail.com>
5031 R: Fabio Estevam <fabio.estevam@nxp.com>
5032 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5033 L: linuxppc-dev@lists.ozlabs.org
5034 S: Maintained
5035 F: sound/soc/fsl/fsl*
5036 F: sound/soc/fsl/imx*
5037 F: sound/soc/fsl/mpc8610_hpcd.c
5038
5039 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
5040 M: "J. German Rivera" <German.Rivera@freescale.com>
5041 M: Stuart Yoder <stuart.yoder@nxp.com>
5042 L: linux-kernel@vger.kernel.org
5043 S: Maintained
5044 F: drivers/staging/fsl-mc/
5045
5046 FREEVXFS FILESYSTEM
5047 M: Christoph Hellwig <hch@infradead.org>
5048 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
5049 S: Maintained
5050 F: fs/freevxfs/
5051
5052 FREEZER
5053 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5054 M: Pavel Machek <pavel@ucw.cz>
5055 L: linux-pm@vger.kernel.org
5056 S: Supported
5057 F: Documentation/power/freezing-of-tasks.txt
5058 F: include/linux/freezer.h
5059 F: kernel/freezer.c
5060
5061 FRONTSWAP API
5062 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5063 L: linux-kernel@vger.kernel.org
5064 S: Maintained
5065 F: mm/frontswap.c
5066 F: include/linux/frontswap.h
5067
5068 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5069 M: David Howells <dhowells@redhat.com>
5070 L: linux-cachefs@redhat.com (moderated for non-subscribers)
5071 S: Supported
5072 F: Documentation/filesystems/caching/
5073 F: fs/fscache/
5074 F: include/linux/fscache*.h
5075
5076 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5077 M: Theodore Y. Ts'o <tytso@mit.edu>
5078 M: Jaegeuk Kim <jaegeuk@kernel.org>
5079 S: Supported
5080 F: fs/crypto/
5081 F: include/linux/fscrypto.h
5082
5083 F2FS FILE SYSTEM
5084 M: Jaegeuk Kim <jaegeuk@kernel.org>
5085 M: Changman Lee <cm224.lee@samsung.com>
5086 R: Chao Yu <yuchao0@huawei.com>
5087 L: linux-f2fs-devel@lists.sourceforge.net
5088 W: http://en.wikipedia.org/wiki/F2FS
5089 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5090 S: Maintained
5091 F: Documentation/filesystems/f2fs.txt
5092 F: Documentation/ABI/testing/sysfs-fs-f2fs
5093 F: fs/f2fs/
5094 F: include/linux/f2fs_fs.h
5095 F: include/trace/events/f2fs.h
5096
5097 FUJITSU FR-V (FRV) PORT
5098 S: Orphan
5099 F: arch/frv/
5100
5101 FUJITSU LAPTOP EXTRAS
5102 M: Jonathan Woithe <jwoithe@just42.net>
5103 L: platform-driver-x86@vger.kernel.org
5104 S: Maintained
5105 F: drivers/platform/x86/fujitsu-laptop.c
5106
5107 FUJITSU M-5MO LS CAMERA ISP DRIVER
5108 M: Kyungmin Park <kyungmin.park@samsung.com>
5109 M: Heungjun Kim <riverful.kim@samsung.com>
5110 L: linux-media@vger.kernel.org
5111 S: Maintained
5112 F: drivers/media/i2c/m5mols/
5113 F: include/media/i2c/m5mols.h
5114
5115 FUJITSU TABLET EXTRAS
5116 M: Robert Gerlach <khnz@gmx.de>
5117 L: platform-driver-x86@vger.kernel.org
5118 S: Maintained
5119 F: drivers/platform/x86/fujitsu-tablet.c
5120
5121 FUSE: FILESYSTEM IN USERSPACE
5122 M: Miklos Szeredi <miklos@szeredi.hu>
5123 L: linux-fsdevel@vger.kernel.org
5124 W: http://fuse.sourceforge.net/
5125 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5126 S: Maintained
5127 F: fs/fuse/
5128 F: include/uapi/linux/fuse.h
5129 F: Documentation/filesystems/fuse.txt
5130
5131 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5132 M: Rik Faith <faith@cs.unc.edu>
5133 L: linux-scsi@vger.kernel.org
5134 S: Odd Fixes (e.g., new signatures)
5135 F: drivers/scsi/fdomain.*
5136
5137 GCC PLUGINS
5138 M: Kees Cook <keescook@chromium.org>
5139 R: Emese Revfy <re.emese@gmail.com>
5140 L: kernel-hardening@lists.openwall.com
5141 S: Maintained
5142 F: scripts/gcc-plugins/
5143 F: scripts/gcc-plugin.sh
5144 F: Documentation/gcc-plugins.txt
5145
5146 GCOV BASED KERNEL PROFILING
5147 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5148 S: Maintained
5149 F: kernel/gcov/
5150 F: Documentation/dev-tools/gcov.rst
5151
5152 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5153 M: Achim Leubner <achim_leubner@adaptec.com>
5154 L: linux-scsi@vger.kernel.org
5155 W: http://www.icp-vortex.com/
5156 S: Supported
5157 F: drivers/scsi/gdt*
5158
5159 GDB KERNEL DEBUGGING HELPER SCRIPTS
5160 M: Jan Kiszka <jan.kiszka@siemens.com>
5161 M: Kieran Bingham <kieran@bingham.xyz>
5162 S: Supported
5163 F: scripts/gdb/
5164
5165 GEMTEK FM RADIO RECEIVER DRIVER
5166 M: Hans Verkuil <hverkuil@xs4all.nl>
5167 L: linux-media@vger.kernel.org
5168 T: git git://linuxtv.org/media_tree.git
5169 W: https://linuxtv.org
5170 S: Maintained
5171 F: drivers/media/radio/radio-gemtek*
5172
5173 GENERIC GPIO I2C DRIVER
5174 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
5175 S: Supported
5176 F: drivers/i2c/busses/i2c-gpio.c
5177 F: include/linux/i2c-gpio.h
5178
5179 GENERIC GPIO I2C MULTIPLEXER DRIVER
5180 M: Peter Korsgaard <peter.korsgaard@barco.com>
5181 L: linux-i2c@vger.kernel.org
5182 S: Supported
5183 F: drivers/i2c/muxes/i2c-mux-gpio.c
5184 F: include/linux/i2c-mux-gpio.h
5185 F: Documentation/i2c/muxes/i2c-mux-gpio
5186
5187 GENERIC HDLC (WAN) DRIVERS
5188 M: Krzysztof Halasa <khc@pm.waw.pl>
5189 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
5190 S: Maintained
5191 F: drivers/net/wan/c101.c
5192 F: drivers/net/wan/hd6457*
5193 F: drivers/net/wan/hdlc*
5194 F: drivers/net/wan/n2.c
5195 F: drivers/net/wan/pc300too.c
5196 F: drivers/net/wan/pci200syn.c
5197 F: drivers/net/wan/wanxl*
5198
5199 GENERIC INCLUDE/ASM HEADER FILES
5200 M: Arnd Bergmann <arnd@arndb.de>
5201 L: linux-arch@vger.kernel.org
5202 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5203 S: Maintained
5204 F: include/asm-generic/
5205 F: include/uapi/asm-generic/
5206
5207 GENERIC PHY FRAMEWORK
5208 M: Kishon Vijay Abraham I <kishon@ti.com>
5209 L: linux-kernel@vger.kernel.org
5210 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5211 S: Supported
5212 F: drivers/phy/
5213 F: include/linux/phy/
5214
5215 GENERIC PM DOMAINS
5216 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5217 M: Kevin Hilman <khilman@kernel.org>
5218 M: Ulf Hansson <ulf.hansson@linaro.org>
5219 L: linux-pm@vger.kernel.org
5220 S: Supported
5221 F: drivers/base/power/domain*.c
5222 F: include/linux/pm_domain.h
5223
5224 GENERIC UIO DRIVER FOR PCI DEVICES
5225 M: "Michael S. Tsirkin" <mst@redhat.com>
5226 L: kvm@vger.kernel.org
5227 S: Supported
5228 F: drivers/uio/uio_pci_generic.c
5229
5230 GET_MAINTAINER SCRIPT
5231 M: Joe Perches <joe@perches.com>
5232 S: Maintained
5233 F: scripts/get_maintainer.pl
5234
5235 GFS2 FILE SYSTEM
5236 M: Steven Whitehouse <swhiteho@redhat.com>
5237 M: Bob Peterson <rpeterso@redhat.com>
5238 L: cluster-devel@redhat.com
5239 W: http://sources.redhat.com/cluster/
5240 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5241 S: Supported
5242 F: Documentation/filesystems/gfs2*.txt
5243 F: fs/gfs2/
5244 F: include/uapi/linux/gfs2_ondisk.h
5245
5246 GIGASET ISDN DRIVERS
5247 M: Paul Bolle <pebolle@tiscali.nl>
5248 L: gigaset307x-common@lists.sourceforge.net
5249 W: http://gigaset307x.sourceforge.net/
5250 S: Odd Fixes
5251 F: Documentation/isdn/README.gigaset
5252 F: drivers/isdn/gigaset/
5253 F: include/uapi/linux/gigaset_dev.h
5254
5255 GO7007 MPEG CODEC
5256 M: Hans Verkuil <hans.verkuil@cisco.com>
5257 L: linux-media@vger.kernel.org
5258 S: Maintained
5259 F: drivers/media/usb/go7007/
5260
5261 GOODIX TOUCHSCREEN
5262 M: Bastien Nocera <hadess@hadess.net>
5263 L: linux-input@vger.kernel.org
5264 S: Maintained
5265 F: drivers/input/touchscreen/goodix.c
5266
5267 GPIO SUBSYSTEM
5268 M: Linus Walleij <linus.walleij@linaro.org>
5269 M: Alexandre Courbot <gnurou@gmail.com>
5270 L: linux-gpio@vger.kernel.org
5271 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5272 S: Maintained
5273 F: Documentation/devicetree/bindings/gpio/
5274 F: Documentation/gpio/
5275 F: Documentation/ABI/testing/gpio-cdev
5276 F: Documentation/ABI/obsolete/sysfs-gpio
5277 F: drivers/gpio/
5278 F: include/linux/gpio/
5279 F: include/linux/gpio.h
5280 F: include/asm-generic/gpio.h
5281 F: include/uapi/linux/gpio.h
5282 F: tools/gpio/
5283
5284 GRE DEMULTIPLEXER DRIVER
5285 M: Dmitry Kozlov <xeb@mail.ru>
5286 L: netdev@vger.kernel.org
5287 S: Maintained
5288 F: net/ipv4/gre_demux.c
5289 F: net/ipv4/gre_offload.c
5290 F: include/net/gre.h
5291
5292 GRETH 10/100/1G Ethernet MAC device driver
5293 M: Andreas Larsson <andreas@gaisler.com>
5294 L: netdev@vger.kernel.org
5295 S: Maintained
5296 F: drivers/net/ethernet/aeroflex/
5297
5298 GSPCA FINEPIX SUBDRIVER
5299 M: Frank Zago <frank@zago.net>
5300 L: linux-media@vger.kernel.org
5301 T: git git://linuxtv.org/media_tree.git
5302 S: Maintained
5303 F: drivers/media/usb/gspca/finepix.c
5304
5305 GSPCA GL860 SUBDRIVER
5306 M: Olivier Lorin <o.lorin@laposte.net>
5307 L: linux-media@vger.kernel.org
5308 T: git git://linuxtv.org/media_tree.git
5309 S: Maintained
5310 F: drivers/media/usb/gspca/gl860/
5311
5312 GSPCA M5602 SUBDRIVER
5313 M: Erik Andren <erik.andren@gmail.com>
5314 L: linux-media@vger.kernel.org
5315 T: git git://linuxtv.org/media_tree.git
5316 S: Maintained
5317 F: drivers/media/usb/gspca/m5602/
5318
5319 GSPCA PAC207 SONIXB SUBDRIVER
5320 M: Hans Verkuil <hverkuil@xs4all.nl>
5321 L: linux-media@vger.kernel.org
5322 T: git git://linuxtv.org/media_tree.git
5323 S: Odd Fixes
5324 F: drivers/media/usb/gspca/pac207.c
5325
5326 GSPCA SN9C20X SUBDRIVER
5327 M: Brian Johnson <brijohn@gmail.com>
5328 L: linux-media@vger.kernel.org
5329 T: git git://linuxtv.org/media_tree.git
5330 S: Maintained
5331 F: drivers/media/usb/gspca/sn9c20x.c
5332
5333 GSPCA T613 SUBDRIVER
5334 M: Leandro Costantino <lcostantino@gmail.com>
5335 L: linux-media@vger.kernel.org
5336 T: git git://linuxtv.org/media_tree.git
5337 S: Maintained
5338 F: drivers/media/usb/gspca/t613.c
5339
5340 GSPCA USB WEBCAM DRIVER
5341 M: Hans Verkuil <hverkuil@xs4all.nl>
5342 L: linux-media@vger.kernel.org
5343 T: git git://linuxtv.org/media_tree.git
5344 S: Odd Fixes
5345 F: drivers/media/usb/gspca/
5346
5347 GUID PARTITION TABLE (GPT)
5348 M: Davidlohr Bueso <dave@stgolabs.net>
5349 L: linux-efi@vger.kernel.org
5350 S: Maintained
5351 F: block/partitions/efi.*
5352
5353 STK1160 USB VIDEO CAPTURE DRIVER
5354 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5355 L: linux-media@vger.kernel.org
5356 T: git git://linuxtv.org/media_tree.git
5357 S: Maintained
5358 F: drivers/media/usb/stk1160/
5359
5360 H8/300 ARCHITECTURE
5361 M: Yoshinori Sato <ysato@users.sourceforge.jp>
5362 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5363 W: http://uclinux-h8.sourceforge.jp
5364 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5365 S: Maintained
5366 F: arch/h8300/
5367 F: drivers/clocksource/h8300_*.c
5368 F: drivers/clk/h8300/
5369 F: drivers/irqchip/irq-renesas-h8*.c
5370
5371 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5372 M: Frank Seidel <frank@f-seidel.de>
5373 L: platform-driver-x86@vger.kernel.org
5374 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5375 S: Maintained
5376 F: drivers/platform/x86/hdaps.c
5377
5378 HDPVR USB VIDEO ENCODER DRIVER
5379 M: Hans Verkuil <hverkuil@xs4all.nl>
5380 L: linux-media@vger.kernel.org
5381 T: git git://linuxtv.org/media_tree.git
5382 W: https://linuxtv.org
5383 S: Odd Fixes
5384 F: drivers/media/usb/hdpvr/
5385
5386 HWPOISON MEMORY FAILURE HANDLING
5387 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5388 L: linux-mm@kvack.org
5389 S: Maintained
5390 F: mm/memory-failure.c
5391 F: mm/hwpoison-inject.c
5392
5393 HYPERVISOR VIRTUAL CONSOLE DRIVER
5394 L: linuxppc-dev@lists.ozlabs.org
5395 S: Odd Fixes
5396 F: drivers/tty/hvc/
5397
5398 HACKRF MEDIA DRIVER
5399 M: Antti Palosaari <crope@iki.fi>
5400 L: linux-media@vger.kernel.org
5401 W: https://linuxtv.org
5402 W: http://palosaari.fi/linux/
5403 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5404 T: git git://linuxtv.org/anttip/media_tree.git
5405 S: Maintained
5406 F: drivers/media/usb/hackrf/
5407
5408 HARDWARE MONITORING
5409 M: Jean Delvare <jdelvare@suse.com>
5410 M: Guenter Roeck <linux@roeck-us.net>
5411 L: linux-hwmon@vger.kernel.org
5412 W: http://hwmon.wiki.kernel.org/
5413 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5414 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5415 S: Maintained
5416 F: Documentation/hwmon/
5417 F: drivers/hwmon/
5418 F: include/linux/hwmon*.h
5419
5420 HARDWARE RANDOM NUMBER GENERATOR CORE
5421 M: Matt Mackall <mpm@selenic.com>
5422 M: Herbert Xu <herbert@gondor.apana.org.au>
5423 L: linux-crypto@vger.kernel.org
5424 S: Odd fixes
5425 F: Documentation/devicetree/bindings/rng/
5426 F: Documentation/hw_random.txt
5427 F: drivers/char/hw_random/
5428 F: include/linux/hw_random.h
5429
5430 HARDWARE SPINLOCK CORE
5431 M: Ohad Ben-Cohen <ohad@wizery.com>
5432 M: Bjorn Andersson <bjorn.andersson@linaro.org>
5433 L: linux-remoteproc@vger.kernel.org
5434 S: Maintained
5435 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5436 F: Documentation/devicetree/bindings/hwlock/
5437 F: Documentation/hwspinlock.txt
5438 F: drivers/hwspinlock/
5439 F: include/linux/hwspinlock.h
5440
5441 HARMONY SOUND DRIVER
5442 L: linux-parisc@vger.kernel.org
5443 S: Maintained
5444 F: sound/parisc/harmony.*
5445
5446 HD29L2 MEDIA DRIVER
5447 M: Antti Palosaari <crope@iki.fi>
5448 L: linux-media@vger.kernel.org
5449 W: https://linuxtv.org
5450 W: http://palosaari.fi/linux/
5451 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5452 T: git git://linuxtv.org/anttip/media_tree.git
5453 S: Maintained
5454 F: drivers/media/dvb-frontends/hd29l2*
5455
5456 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5457 M: Brian Boylston <brian.boylston@hpe.com>
5458 S: Supported
5459 F: Documentation/watchdog/hpwdt.txt
5460 F: drivers/watchdog/hpwdt.c
5461
5462 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5463 M: Don Brace <don.brace@microsemi.com>
5464 L: iss_storagedev@hp.com
5465 L: esc.storagedev@microsemi.com
5466 L: linux-scsi@vger.kernel.org
5467 S: Supported
5468 F: Documentation/scsi/hpsa.txt
5469 F: drivers/scsi/hpsa*.[ch]
5470 F: include/linux/cciss*.h
5471 F: include/uapi/linux/cciss*.h
5472
5473 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5474 M: Don Brace <don.brace@microsemi.com>
5475 L: iss_storagedev@hp.com
5476 L: esc.storagedev@microsemi.com
5477 L: linux-scsi@vger.kernel.org
5478 S: Supported
5479 F: Documentation/blockdev/cciss.txt
5480 F: drivers/block/cciss*
5481 F: include/linux/cciss_ioctl.h
5482 F: include/uapi/linux/cciss_ioctl.h
5483
5484 HFI1 DRIVER
5485 M: Mike Marciniszyn <mike.marciniszyn@intel.com>
5486 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
5487 L: linux-rdma@vger.kernel.org
5488 S: Supported
5489 F: drivers/infiniband/hw/hfi1
5490
5491 HFS FILESYSTEM
5492 L: linux-fsdevel@vger.kernel.org
5493 S: Orphan
5494 F: Documentation/filesystems/hfs.txt
5495 F: fs/hfs/
5496
5497 HFSPLUS FILESYSTEM
5498 L: linux-fsdevel@vger.kernel.org
5499 S: Orphan
5500 F: Documentation/filesystems/hfsplus.txt
5501 F: fs/hfsplus/
5502
5503 HGA FRAMEBUFFER DRIVER
5504 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5505 L: linux-nvidia@lists.surfsouth.com
5506 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5507 S: Maintained
5508 F: drivers/video/fbdev/hgafb.c
5509
5510 HIBERNATION (aka Software Suspend, aka swsusp)
5511 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5512 M: Pavel Machek <pavel@ucw.cz>
5513 L: linux-pm@vger.kernel.org
5514 S: Supported
5515 F: arch/x86/power/
5516 F: drivers/base/power/
5517 F: kernel/power/
5518 F: include/linux/suspend.h
5519 F: include/linux/freezer.h
5520 F: include/linux/pm.h
5521 F: arch/*/include/asm/suspend*.h
5522
5523 HID CORE LAYER
5524 M: Jiri Kosina <jikos@kernel.org>
5525 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5526 L: linux-input@vger.kernel.org
5527 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5528 S: Maintained
5529 F: drivers/hid/
5530 F: include/linux/hid*
5531 F: include/uapi/linux/hid*
5532
5533 HID SENSOR HUB DRIVERS
5534 M: Jiri Kosina <jikos@kernel.org>
5535 M: Jonathan Cameron <jic23@kernel.org>
5536 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5537 L: linux-input@vger.kernel.org
5538 L: linux-iio@vger.kernel.org
5539 S: Maintained
5540 F: Documentation/hid/hid-sensor*
5541 F: drivers/hid/hid-sensor-*
5542 F: drivers/iio/*/hid-*
5543 F: include/linux/hid-sensor-*
5544
5545 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5546 M: Thomas Gleixner <tglx@linutronix.de>
5547 L: linux-kernel@vger.kernel.org
5548 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5549 S: Maintained
5550 F: Documentation/timers/
5551 F: kernel/time/hrtimer.c
5552 F: kernel/time/clockevents.c
5553 F: kernel/time/tick*.*
5554 F: kernel/time/timer_*.c
5555 F: include/linux/clockchips.h
5556 F: include/linux/hrtimer.h
5557
5558 HIGH-SPEED SCC DRIVER FOR AX.25
5559 L: linux-hams@vger.kernel.org
5560 S: Orphan
5561 F: drivers/net/hamradio/dmascc.c
5562 F: drivers/net/hamradio/scc.c
5563
5564 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5565 M: HighPoint Linux Team <linux@highpoint-tech.com>
5566 W: http://www.highpoint-tech.com
5567 S: Supported
5568 F: Documentation/scsi/hptiop.txt
5569 F: drivers/scsi/hptiop.c
5570
5571 HIPPI
5572 M: Jes Sorensen <jes@trained-monkey.org>
5573 L: linux-hippi@sunsite.dk
5574 S: Maintained
5575 F: include/linux/hippidevice.h
5576 F: include/uapi/linux/if_hippi.h
5577 F: net/802/hippi.c
5578 F: drivers/net/hippi/
5579
5580 HISILICON NETWORK SUBSYSTEM DRIVER
5581 M: Yisen Zhuang <yisen.zhuang@huawei.com>
5582 M: Salil Mehta <salil.mehta@huawei.com>
5583 L: netdev@vger.kernel.org
5584 W: http://www.hisilicon.com
5585 S: Maintained
5586 F: drivers/net/ethernet/hisilicon/
5587 F: Documentation/devicetree/bindings/net/hisilicon*.txt
5588
5589 HISILICON ROCE DRIVER
5590 M: Lijun Ou <oulijun@huawei.com>
5591 M: Wei Hu(Xavier) <xavier.huwei@huawei.com>
5592 L: linux-rdma@vger.kernel.org
5593 S: Maintained
5594 F: drivers/infiniband/hw/hns/
5595 F: Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5596
5597 HISILICON SAS Controller
5598 M: John Garry <john.garry@huawei.com>
5599 W: http://www.hisilicon.com
5600 S: Supported
5601 F: drivers/scsi/hisi_sas/
5602 F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5603
5604 HOST AP DRIVER
5605 M: Jouni Malinen <j@w1.fi>
5606 L: hostap@shmoo.com (subscribers-only)
5607 L: linux-wireless@vger.kernel.org
5608 W: http://hostap.epitest.fi/
5609 S: Maintained
5610 F: drivers/net/wireless/intersil/hostap/
5611
5612 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5613 L: platform-driver-x86@vger.kernel.org
5614 S: Orphan
5615 F: drivers/platform/x86/tc1100-wmi.c
5616
5617 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5618 M: Jaroslav Kysela <perex@perex.cz>
5619 S: Maintained
5620 F: drivers/net/ethernet/hp/hp100.*
5621
5622 HPET: High Precision Event Timers driver
5623 M: Clemens Ladisch <clemens@ladisch.de>
5624 S: Maintained
5625 F: Documentation/timers/hpet.txt
5626 F: drivers/char/hpet.c
5627 F: include/linux/hpet.h
5628 F: include/uapi/linux/hpet.h
5629
5630 HPET: x86
5631 S: Orphan
5632 F: arch/x86/kernel/hpet.c
5633 F: arch/x86/include/asm/hpet.h
5634
5635 HPFS FILESYSTEM
5636 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5637 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5638 S: Maintained
5639 F: fs/hpfs/
5640
5641 HSI SUBSYSTEM
5642 M: Sebastian Reichel <sre@kernel.org>
5643 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5644 S: Maintained
5645 F: Documentation/ABI/testing/sysfs-bus-hsi
5646 F: Documentation/hsi.txt
5647 F: drivers/hsi/
5648 F: include/linux/hsi/
5649 F: include/uapi/linux/hsi/
5650
5651 HSO 3G MODEM DRIVER
5652 M: Jan Dumon <j.dumon@option.com>
5653 W: http://www.pharscape.org
5654 S: Maintained
5655 F: drivers/net/usb/hso.c
5656
5657 HSR NETWORK PROTOCOL
5658 M: Arvid Brodin <arvid.brodin@alten.se>
5659 L: netdev@vger.kernel.org
5660 S: Maintained
5661 F: net/hsr/
5662
5663 HTCPEN TOUCHSCREEN DRIVER
5664 M: Pau Oliva Fora <pof@eslack.org>
5665 L: linux-input@vger.kernel.org
5666 S: Maintained
5667 F: drivers/input/touchscreen/htcpen.c
5668
5669 HUGETLB FILESYSTEM
5670 M: Nadia Yvette Chambers <nyc@holomorphy.com>
5671 S: Maintained
5672 F: fs/hugetlbfs/
5673
5674 HVA ST MEDIA DRIVER
5675 M: Jean-Christophe Trotin <jean-christophe.trotin@st.com>
5676 L: linux-media@vger.kernel.org
5677 T: git git://linuxtv.org/media_tree.git
5678 W: https://linuxtv.org
5679 S: Supported
5680 F: drivers/media/platform/sti/hva
5681
5682 Hyper-V CORE AND DRIVERS
5683 M: "K. Y. Srinivasan" <kys@microsoft.com>
5684 M: Haiyang Zhang <haiyangz@microsoft.com>
5685 L: devel@linuxdriverproject.org
5686 S: Maintained
5687 F: arch/x86/include/asm/mshyperv.h
5688 F: arch/x86/include/uapi/asm/hyperv.h
5689 F: arch/x86/kernel/cpu/mshyperv.c
5690 F: drivers/hid/hid-hyperv.c
5691 F: drivers/hv/
5692 F: drivers/input/serio/hyperv-keyboard.c
5693 F: drivers/pci/host/pci-hyperv.c
5694 F: drivers/net/hyperv/
5695 F: drivers/scsi/storvsc_drv.c
5696 F: drivers/video/fbdev/hyperv_fb.c
5697 F: include/linux/hyperv.h
5698 F: tools/hv/
5699 F: Documentation/ABI/stable/sysfs-bus-vmbus
5700
5701 I2C MUXES
5702 M: Peter Rosin <peda@axentia.se>
5703 L: linux-i2c@vger.kernel.org
5704 S: Maintained
5705 F: Documentation/i2c/i2c-topology
5706 F: Documentation/i2c/muxes/
5707 F: Documentation/devicetree/bindings/i2c/i2c-mux*
5708 F: Documentation/devicetree/bindings/i2c/i2c-arb*
5709 F: Documentation/devicetree/bindings/i2c/i2c-gate*
5710 F: drivers/i2c/i2c-mux.c
5711 F: drivers/i2c/muxes/
5712 F: include/linux/i2c-mux.h
5713
5714 I2C OVER PARALLEL PORT
5715 M: Jean Delvare <jdelvare@suse.com>
5716 L: linux-i2c@vger.kernel.org
5717 S: Maintained
5718 F: Documentation/i2c/busses/i2c-parport
5719 F: Documentation/i2c/busses/i2c-parport-light
5720 F: drivers/i2c/busses/i2c-parport.c
5721 F: drivers/i2c/busses/i2c-parport-light.c
5722
5723 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5724 M: Jean Delvare <jdelvare@suse.com>
5725 L: linux-i2c@vger.kernel.org
5726 S: Maintained
5727 F: Documentation/i2c/busses/i2c-ali1535
5728 F: Documentation/i2c/busses/i2c-ali1563
5729 F: Documentation/i2c/busses/i2c-ali15x3
5730 F: Documentation/i2c/busses/i2c-amd756
5731 F: Documentation/i2c/busses/i2c-amd8111
5732 F: Documentation/i2c/busses/i2c-i801
5733 F: Documentation/i2c/busses/i2c-nforce2
5734 F: Documentation/i2c/busses/i2c-piix4
5735 F: Documentation/i2c/busses/i2c-sis5595
5736 F: Documentation/i2c/busses/i2c-sis630
5737 F: Documentation/i2c/busses/i2c-sis96x
5738 F: Documentation/i2c/busses/i2c-via
5739 F: Documentation/i2c/busses/i2c-viapro
5740 F: drivers/i2c/busses/i2c-ali1535.c
5741 F: drivers/i2c/busses/i2c-ali1563.c
5742 F: drivers/i2c/busses/i2c-ali15x3.c
5743 F: drivers/i2c/busses/i2c-amd756.c
5744 F: drivers/i2c/busses/i2c-amd756-s4882.c
5745 F: drivers/i2c/busses/i2c-amd8111.c
5746 F: drivers/i2c/busses/i2c-i801.c
5747 F: drivers/i2c/busses/i2c-isch.c
5748 F: drivers/i2c/busses/i2c-nforce2.c
5749 F: drivers/i2c/busses/i2c-nforce2-s4985.c
5750 F: drivers/i2c/busses/i2c-piix4.c
5751 F: drivers/i2c/busses/i2c-sis5595.c
5752 F: drivers/i2c/busses/i2c-sis630.c
5753 F: drivers/i2c/busses/i2c-sis96x.c
5754 F: drivers/i2c/busses/i2c-via.c
5755 F: drivers/i2c/busses/i2c-viapro.c
5756
5757 I2C/SMBUS ISMT DRIVER
5758 M: Seth Heasley <seth.heasley@intel.com>
5759 M: Neil Horman <nhorman@tuxdriver.com>
5760 L: linux-i2c@vger.kernel.org
5761 F: drivers/i2c/busses/i2c-ismt.c
5762 F: Documentation/i2c/busses/i2c-ismt
5763
5764 I2C/SMBUS STUB DRIVER
5765 M: Jean Delvare <jdelvare@suse.com>
5766 L: linux-i2c@vger.kernel.org
5767 S: Maintained
5768 F: drivers/i2c/i2c-stub.c
5769
5770 I2C SUBSYSTEM
5771 M: Wolfram Sang <wsa@the-dreams.de>
5772 L: linux-i2c@vger.kernel.org
5773 W: https://i2c.wiki.kernel.org/
5774 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
5775 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5776 S: Maintained
5777 F: Documentation/devicetree/bindings/i2c/
5778 F: Documentation/i2c/
5779 F: drivers/i2c/
5780 F: drivers/i2c/*/
5781 F: include/linux/i2c.h
5782 F: include/linux/i2c-*.h
5783 F: include/uapi/linux/i2c.h
5784 F: include/uapi/linux/i2c-*.h
5785
5786 I2C ACPI SUPPORT
5787 M: Mika Westerberg <mika.westerberg@linux.intel.com>
5788 L: linux-i2c@vger.kernel.org
5789 L: linux-acpi@vger.kernel.org
5790 S: Maintained
5791
5792 I2C-TAOS-EVM DRIVER
5793 M: Jean Delvare <jdelvare@suse.com>
5794 L: linux-i2c@vger.kernel.org
5795 S: Maintained
5796 F: Documentation/i2c/busses/i2c-taos-evm
5797 F: drivers/i2c/busses/i2c-taos-evm.c
5798
5799 I2C-TINY-USB DRIVER
5800 M: Till Harbaum <till@harbaum.org>
5801 L: linux-i2c@vger.kernel.org
5802 W: http://www.harbaum.org/till/i2c_tiny_usb
5803 S: Maintained
5804 F: drivers/i2c/busses/i2c-tiny-usb.c
5805
5806 i386 BOOT CODE
5807 M: "H. Peter Anvin" <hpa@zytor.com>
5808 S: Maintained
5809 F: arch/x86/boot/
5810
5811 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5812 M: "H. Peter Anvin" <hpa@zytor.com>
5813 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5814 S: Maintained
5815
5816 IA64 (Itanium) PLATFORM
5817 M: Tony Luck <tony.luck@intel.com>
5818 M: Fenghua Yu <fenghua.yu@intel.com>
5819 L: linux-ia64@vger.kernel.org
5820 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5821 S: Maintained
5822 F: arch/ia64/
5823
5824 IBM Power VMX Cryptographic instructions
5825 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5826 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5827 L: linux-crypto@vger.kernel.org
5828 S: Supported
5829 F: drivers/crypto/vmx/Makefile
5830 F: drivers/crypto/vmx/Kconfig
5831 F: drivers/crypto/vmx/vmx.c
5832 F: drivers/crypto/vmx/aes*
5833 F: drivers/crypto/vmx/ghash*
5834 F: drivers/crypto/vmx/ppc-xlate.pl
5835
5836 IBM Power in-Nest Crypto Acceleration
5837 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5838 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5839 L: linux-crypto@vger.kernel.org
5840 S: Supported
5841 F: drivers/crypto/nx/Makefile
5842 F: drivers/crypto/nx/Kconfig
5843 F: drivers/crypto/nx/nx-aes*
5844 F: drivers/crypto/nx/nx-sha*
5845 F: drivers/crypto/nx/nx.*
5846 F: drivers/crypto/nx/nx_csbcpb.h
5847 F: drivers/crypto/nx/nx_debugfs.h
5848
5849 IBM Power 842 compression accelerator
5850 M: Dan Streetman <ddstreet@ieee.org>
5851 S: Supported
5852 F: drivers/crypto/nx/Makefile
5853 F: drivers/crypto/nx/Kconfig
5854 F: drivers/crypto/nx/nx-842*
5855 F: include/linux/sw842.h
5856 F: crypto/842.c
5857 F: lib/842/
5858
5859 IBM Power Linux RAID adapter
5860 M: Brian King <brking@us.ibm.com>
5861 S: Supported
5862 F: drivers/scsi/ipr.*
5863
5864 IBM Power Virtual Ethernet Device Driver
5865 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5866 L: netdev@vger.kernel.org
5867 S: Supported
5868 F: drivers/net/ethernet/ibm/ibmveth.*
5869
5870 IBM Power SRIOV Virtual NIC Device Driver
5871 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5872 M: John Allen <jallen@linux.vnet.ibm.com>
5873 L: netdev@vger.kernel.org
5874 S: Supported
5875 F: drivers/net/ethernet/ibm/ibmvnic.*
5876
5877 IBM Power Virtual SCSI Device Drivers
5878 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5879 L: linux-scsi@vger.kernel.org
5880 S: Supported
5881 F: drivers/scsi/ibmvscsi/ibmvscsi*
5882 F: include/scsi/viosrp.h
5883
5884 IBM Power Virtual SCSI Device Target Driver
5885 M: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
5886 M: Michael Cyr <mikecyr@linux.vnet.ibm.com>
5887 L: linux-scsi@vger.kernel.org
5888 L: target-devel@vger.kernel.org
5889 S: Supported
5890 F: drivers/scsi/ibmvscsi_tgt/
5891
5892 IBM Power Virtual FC Device Drivers
5893 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5894 L: linux-scsi@vger.kernel.org
5895 S: Supported
5896 F: drivers/scsi/ibmvscsi/ibmvfc*
5897
5898 IBM ServeRAID RAID DRIVER
5899 S: Orphan
5900 F: drivers/scsi/ips.*
5901
5902 ICH LPC AND GPIO DRIVER
5903 M: Peter Tyser <ptyser@xes-inc.com>
5904 S: Maintained
5905 F: drivers/mfd/lpc_ich.c
5906 F: drivers/gpio/gpio-ich.c
5907
5908 IDE SUBSYSTEM
5909 M: "David S. Miller" <davem@davemloft.net>
5910 L: linux-ide@vger.kernel.org
5911 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
5912 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5913 S: Maintained
5914 F: Documentation/ide/
5915 F: drivers/ide/
5916 F: include/linux/ide.h
5917
5918 IDEAPAD LAPTOP EXTRAS DRIVER
5919 M: Ike Panhc <ike.pan@canonical.com>
5920 L: platform-driver-x86@vger.kernel.org
5921 W: http://launchpad.net/ideapad-laptop
5922 S: Maintained
5923 F: drivers/platform/x86/ideapad-laptop.c
5924
5925 IDEAPAD LAPTOP SLIDEBAR DRIVER
5926 M: Andrey Moiseev <o2g.org.ru@gmail.com>
5927 L: linux-input@vger.kernel.org
5928 W: https://github.com/o2genum/ideapad-slidebar
5929 S: Maintained
5930 F: drivers/input/misc/ideapad_slidebar.c
5931
5932 IDE/ATAPI DRIVERS
5933 M: Borislav Petkov <bp@alien8.de>
5934 L: linux-ide@vger.kernel.org
5935 S: Maintained
5936 F: Documentation/cdrom/ide-cd
5937 F: drivers/ide/ide-cd*
5938
5939 IDLE-I7300
5940 M: Andy Henroid <andrew.d.henroid@intel.com>
5941 L: linux-pm@vger.kernel.org
5942 S: Supported
5943 F: drivers/idle/i7300_idle.c
5944
5945 IEEE 802.15.4 SUBSYSTEM
5946 M: Alexander Aring <aar@pengutronix.de>
5947 L: linux-wpan@vger.kernel.org
5948 W: http://wpan.cakelab.org/
5949 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5950 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5951 S: Maintained
5952 F: net/ieee802154/
5953 F: net/mac802154/
5954 F: drivers/net/ieee802154/
5955 F: include/linux/nl802154.h
5956 F: include/linux/ieee802154.h
5957 F: include/net/nl802154.h
5958 F: include/net/mac802154.h
5959 F: include/net/af_ieee802154.h
5960 F: include/net/cfg802154.h
5961 F: include/net/ieee802154_netdev.h
5962 F: Documentation/networking/ieee802154.txt
5963
5964 IGORPLUG-USB IR RECEIVER
5965 M: Sean Young <sean@mess.org>
5966 L: linux-media@vger.kernel.org
5967 S: Maintained
5968 F: drivers/media/rc/igorplugusb.c
5969
5970 IGUANAWORKS USB IR TRANSCEIVER
5971 M: Sean Young <sean@mess.org>
5972 L: linux-media@vger.kernel.org
5973 S: Maintained
5974 F: drivers/media/rc/iguanair.c
5975
5976 IIO SUBSYSTEM AND DRIVERS
5977 M: Jonathan Cameron <jic23@kernel.org>
5978 R: Hartmut Knaack <knaack.h@gmx.de>
5979 R: Lars-Peter Clausen <lars@metafoo.de>
5980 R: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
5981 L: linux-iio@vger.kernel.org
5982 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
5983 S: Maintained
5984 F: Documentation/devicetree/bindings/iio/
5985 F: drivers/iio/
5986 F: drivers/staging/iio/
5987 F: include/linux/iio/
5988 F: tools/iio/
5989
5990 IKANOS/ADI EAGLE ADSL USB DRIVER
5991 M: Matthieu Castet <castet.matthieu@free.fr>
5992 M: Stanislaw Gruszka <stf_xl@wp.pl>
5993 S: Maintained
5994 F: drivers/usb/atm/ueagle-atm.c
5995
5996 INA209 HARDWARE MONITOR DRIVER
5997 M: Guenter Roeck <linux@roeck-us.net>
5998 L: linux-hwmon@vger.kernel.org
5999 S: Maintained
6000 F: Documentation/hwmon/ina209
6001 F: Documentation/devicetree/bindings/i2c/ina209.txt
6002 F: drivers/hwmon/ina209.c
6003
6004 INA2XX HARDWARE MONITOR DRIVER
6005 M: Guenter Roeck <linux@roeck-us.net>
6006 L: linux-hwmon@vger.kernel.org
6007 S: Maintained
6008 F: Documentation/hwmon/ina2xx
6009 F: drivers/hwmon/ina2xx.c
6010 F: include/linux/platform_data/ina2xx.h
6011
6012 INDUSTRY PACK SUBSYSTEM (IPACK)
6013 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6014 M: Jens Taprogge <jens.taprogge@taprogge.org>
6015 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6016 L: industrypack-devel@lists.sourceforge.net
6017 W: http://industrypack.sourceforge.net
6018 S: Maintained
6019 F: drivers/ipack/
6020
6021 INGENIC JZ4780 DMA Driver
6022 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6023 S: Maintained
6024 F: drivers/dma/dma-jz4780.c
6025
6026 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6027 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6028 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6029 L: linux-ima-devel@lists.sourceforge.net
6030 L: linux-ima-user@lists.sourceforge.net
6031 L: linux-security-module@vger.kernel.org
6032 T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6033 S: Supported
6034 F: security/integrity/ima/
6035
6036 IMGTEC IR DECODER DRIVER
6037 M: James Hogan <james.hogan@imgtec.com>
6038 S: Maintained
6039 F: drivers/media/rc/img-ir/
6040
6041 IMS TWINTURBO FRAMEBUFFER DRIVER
6042 L: linux-fbdev@vger.kernel.org
6043 S: Orphan
6044 F: drivers/video/fbdev/imsttfb.c
6045
6046 INFINIBAND SUBSYSTEM
6047 M: Doug Ledford <dledford@redhat.com>
6048 M: Sean Hefty <sean.hefty@intel.com>
6049 M: Hal Rosenstock <hal.rosenstock@gmail.com>
6050 L: linux-rdma@vger.kernel.org
6051 W: http://www.openfabrics.org/
6052 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6053 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6054 S: Supported
6055 F: Documentation/infiniband/
6056 F: drivers/infiniband/
6057 F: include/uapi/linux/if_infiniband.h
6058 F: include/uapi/rdma/
6059 F: include/rdma/
6060
6061 INOTIFY
6062 M: John McCutchan <john@johnmccutchan.com>
6063 M: Robert Love <rlove@rlove.org>
6064 M: Eric Paris <eparis@parisplace.org>
6065 S: Maintained
6066 F: Documentation/filesystems/inotify.txt
6067 F: fs/notify/inotify/
6068 F: include/linux/inotify.h
6069 F: include/uapi/linux/inotify.h
6070
6071 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6072 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
6073 L: linux-input@vger.kernel.org
6074 Q: http://patchwork.kernel.org/project/linux-input/list/
6075 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6076 S: Maintained
6077 F: drivers/input/
6078 F: include/linux/input.h
6079 F: include/uapi/linux/input.h
6080 F: include/linux/input/
6081 F: Documentation/devicetree/bindings/input/
6082
6083 INPUT MULTITOUCH (MT) PROTOCOL
6084 M: Henrik Rydberg <rydberg@bitmath.org>
6085 L: linux-input@vger.kernel.org
6086 S: Odd fixes
6087 F: Documentation/input/multi-touch-protocol.txt
6088 F: drivers/input/input-mt.c
6089 K: \b(ABS|SYN)_MT_
6090
6091 INTEL ASoC BDW/HSW DRIVERS
6092 M: Jie Yang <yang.jie@linux.intel.com>
6093 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6094 S: Supported
6095 F: sound/soc/intel/common/sst-dsp*
6096 F: sound/soc/intel/common/sst-firmware.c
6097 F: sound/soc/intel/boards/broadwell.c
6098 F: sound/soc/intel/haswell/
6099
6100 INTEL C600 SERIES SAS CONTROLLER DRIVER
6101 M: Intel SCU Linux support <intel-linux-scu@intel.com>
6102 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6103 L: linux-scsi@vger.kernel.org
6104 T: git git://git.code.sf.net/p/intel-sas/isci
6105 S: Supported
6106 F: drivers/scsi/isci/
6107
6108 INTEL HID EVENT DRIVER
6109 M: Alex Hung <alex.hung@canonical.com>
6110 L: platform-driver-x86@vger.kernel.org
6111 S: Maintained
6112 F: drivers/platform/x86/intel-hid.c
6113
6114 INTEL VIRTUAL BUTTON DRIVER
6115 M: AceLan Kao <acelan.kao@canonical.com>
6116 L: platform-driver-x86@vger.kernel.org
6117 S: Maintained
6118 F: drivers/platform/x86/intel-vbtn.c
6119
6120 INTEL IDLE DRIVER
6121 M: Len Brown <lenb@kernel.org>
6122 L: linux-pm@vger.kernel.org
6123 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6124 S: Supported
6125 F: drivers/idle/intel_idle.c
6126
6127 INTEL INTEGRATED SENSOR HUB DRIVER
6128 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6129 M: Jiri Kosina <jikos@kernel.org>
6130 L: linux-input@vger.kernel.org
6131 S: Maintained
6132 F: drivers/hid/intel-ish-hid/
6133
6134 INTEL PSTATE DRIVER
6135 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6136 M: Len Brown <lenb@kernel.org>
6137 L: linux-pm@vger.kernel.org
6138 S: Supported
6139 F: drivers/cpufreq/intel_pstate.c
6140
6141 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6142 M: Maik Broemme <mbroemme@plusserver.de>
6143 L: linux-fbdev@vger.kernel.org
6144 S: Maintained
6145 F: Documentation/fb/intelfb.txt
6146 F: drivers/video/fbdev/intelfb/
6147
6148 INTEL 810/815 FRAMEBUFFER DRIVER
6149 M: Antonino Daplas <adaplas@gmail.com>
6150 L: linux-fbdev@vger.kernel.org
6151 S: Maintained
6152 F: drivers/video/fbdev/i810/
6153
6154 INTEL MENLOW THERMAL DRIVER
6155 M: Sujith Thomas <sujith.thomas@intel.com>
6156 L: platform-driver-x86@vger.kernel.org
6157 W: https://01.org/linux-acpi
6158 S: Supported
6159 F: drivers/platform/x86/intel_menlow.c
6160
6161 INTEL I/OAT DMA DRIVER
6162 M: Dave Jiang <dave.jiang@intel.com>
6163 R: Dan Williams <dan.j.williams@intel.com>
6164 L: dmaengine@vger.kernel.org
6165 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
6166 S: Supported
6167 F: drivers/dma/ioat*
6168
6169 INTEL IOMMU (VT-d)
6170 M: David Woodhouse <dwmw2@infradead.org>
6171 L: iommu@lists.linux-foundation.org
6172 T: git git://git.infradead.org/iommu-2.6.git
6173 S: Supported
6174 F: drivers/iommu/intel-iommu.c
6175 F: include/linux/intel-iommu.h
6176
6177 INTEL IOP-ADMA DMA DRIVER
6178 R: Dan Williams <dan.j.williams@intel.com>
6179 S: Odd fixes
6180 F: drivers/dma/iop-adma.c
6181
6182 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6183 M: Krzysztof Halasa <khalasa@piap.pl>
6184 S: Maintained
6185 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
6186 F: arch/arm/mach-ixp4xx/include/mach/npe.h
6187 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6188 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
6189 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
6190 F: drivers/net/wan/ixp4xx_hss.c
6191
6192 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6193 M: Deepak Saxena <dsaxena@plexity.net>
6194 S: Maintained
6195 F: drivers/char/hw_random/ixp4xx-rng.c
6196
6197 INTEL ETHERNET DRIVERS
6198 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6199 L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6200 W: http://www.intel.com/support/feedback.htm
6201 W: http://e1000.sourceforge.net/
6202 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6203 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6204 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6205 S: Supported
6206 F: Documentation/networking/e100.txt
6207 F: Documentation/networking/e1000.txt
6208 F: Documentation/networking/e1000e.txt
6209 F: Documentation/networking/igb.txt
6210 F: Documentation/networking/igbvf.txt
6211 F: Documentation/networking/ixgb.txt
6212 F: Documentation/networking/ixgbe.txt
6213 F: Documentation/networking/ixgbevf.txt
6214 F: Documentation/networking/i40e.txt
6215 F: Documentation/networking/i40evf.txt
6216 F: drivers/net/ethernet/intel/
6217 F: drivers/net/ethernet/intel/*/
6218
6219 INTEL RDMA RNIC DRIVER
6220 M: Faisal Latif <faisal.latif@intel.com>
6221 R: Chien Tin Tung <chien.tin.tung@intel.com>
6222 R: Mustafa Ismail <mustafa.ismail@intel.com>
6223 R: Shiraz Saleem <shiraz.saleem@intel.com>
6224 R: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6225 L: linux-rdma@vger.kernel.org
6226 S: Supported
6227 F: drivers/infiniband/hw/i40iw/
6228
6229 INTEL MERRIFIELD GPIO DRIVER
6230 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6231 L: linux-gpio@vger.kernel.org
6232 S: Maintained
6233 F: drivers/gpio/gpio-merrifield.c
6234
6235 INTEL-MID GPIO DRIVER
6236 M: David Cohen <david.a.cohen@linux.intel.com>
6237 L: linux-gpio@vger.kernel.org
6238 S: Maintained
6239 F: drivers/gpio/gpio-intel-mid.c
6240
6241 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6242 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
6243 L: linux-wireless@vger.kernel.org
6244 S: Maintained
6245 F: Documentation/networking/README.ipw2100
6246 F: Documentation/networking/README.ipw2200
6247 F: drivers/net/wireless/intel/ipw2x00/
6248
6249 INTEL(R) TRACE HUB
6250 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
6251 S: Supported
6252 F: Documentation/trace/intel_th.txt
6253 F: drivers/hwtracing/intel_th/
6254
6255 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6256 M: Ning Sun <ning.sun@intel.com>
6257 L: tboot-devel@lists.sourceforge.net
6258 W: http://tboot.sourceforge.net
6259 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6260 S: Supported
6261 F: Documentation/intel_txt.txt
6262 F: include/linux/tboot.h
6263 F: arch/x86/kernel/tboot.c
6264
6265 INTEL WIRELESS WIMAX CONNECTION 2400
6266 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6267 M: linux-wimax@intel.com
6268 L: wimax@linuxwimax.org (subscribers-only)
6269 S: Supported
6270 W: http://linuxwimax.org
6271 F: Documentation/wimax/README.i2400m
6272 F: drivers/net/wimax/i2400m/
6273 F: include/uapi/linux/wimax/i2400m.h
6274
6275 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6276 M: Stanislaw Gruszka <sgruszka@redhat.com>
6277 L: linux-wireless@vger.kernel.org
6278 S: Supported
6279 F: drivers/net/wireless/intel/iwlegacy/
6280
6281 INTEL WIRELESS WIFI LINK (iwlwifi)
6282 M: Johannes Berg <johannes.berg@intel.com>
6283 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6284 M: Luca Coelho <luciano.coelho@intel.com>
6285 M: Intel Linux Wireless <linuxwifi@intel.com>
6286 L: linux-wireless@vger.kernel.org
6287 W: http://intellinuxwireless.org
6288 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6289 S: Supported
6290 F: drivers/net/wireless/intel/iwlwifi/
6291
6292 INTEL MANAGEMENT ENGINE (mei)
6293 M: Tomas Winkler <tomas.winkler@intel.com>
6294 L: linux-kernel@vger.kernel.org
6295 S: Supported
6296 F: include/uapi/linux/mei.h
6297 F: include/linux/mei_cl_bus.h
6298 F: drivers/misc/mei/*
6299 F: drivers/watchdog/mei_wdt.c
6300 F: Documentation/misc-devices/mei/*
6301
6302 INTEL MIC DRIVERS (mic)
6303 M: Sudeep Dutt <sudeep.dutt@intel.com>
6304 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
6305 S: Supported
6306 W: https://github.com/sudeepdutt/mic
6307 W: http://software.intel.com/en-us/mic-developer
6308 F: include/linux/mic_bus.h
6309 F: include/linux/scif.h
6310 F: include/uapi/linux/mic_common.h
6311 F: include/uapi/linux/mic_ioctl.h
6312 F: include/uapi/linux/scif_ioctl.h
6313 F: drivers/misc/mic/
6314 F: drivers/dma/mic_x100_dma.c
6315 F: drivers/dma/mic_x100_dma.h
6316 F: Documentation/mic/
6317
6318 INTEL PMC/P-Unit IPC DRIVER
6319 M: Zha Qipeng<qipeng.zha@intel.com>
6320 L: platform-driver-x86@vger.kernel.org
6321 S: Maintained
6322 F: drivers/platform/x86/intel_pmc_ipc.c
6323 F: drivers/platform/x86/intel_punit_ipc.c
6324 F: arch/x86/include/asm/intel_pmc_ipc.h
6325 F: arch/x86/include/asm/intel_punit_ipc.h
6326
6327 INTEL TELEMETRY DRIVER
6328 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6329 L: platform-driver-x86@vger.kernel.org
6330 S: Maintained
6331 F: arch/x86/include/asm/intel_telemetry.h
6332 F: drivers/platform/x86/intel_telemetry*
6333
6334 INTEL PMC CORE DRIVER
6335 M: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6336 M: Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6337 L: platform-driver-x86@vger.kernel.org
6338 S: Maintained
6339 F: arch/x86/include/asm/pmc_core.h
6340 F: drivers/platform/x86/intel_pmc_core*
6341
6342 IOC3 ETHERNET DRIVER
6343 M: Ralf Baechle <ralf@linux-mips.org>
6344 L: linux-mips@linux-mips.org
6345 S: Maintained
6346 F: drivers/net/ethernet/sgi/ioc3-eth.c
6347
6348 IOC3 SERIAL DRIVER
6349 M: Pat Gefre <pfg@sgi.com>
6350 L: linux-serial@vger.kernel.org
6351 S: Maintained
6352 F: drivers/tty/serial/ioc3_serial.c
6353
6354 IOMMU DRIVERS
6355 M: Joerg Roedel <joro@8bytes.org>
6356 L: iommu@lists.linux-foundation.org
6357 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6358 S: Maintained
6359 F: Documentation/devicetree/bindings/iommu/
6360 F: drivers/iommu/
6361
6362 IP MASQUERADING
6363 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6364 S: Maintained
6365 F: net/ipv4/netfilter/ipt_MASQUERADE.c
6366
6367 IPMI SUBSYSTEM
6368 M: Corey Minyard <minyard@acm.org>
6369 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6370 W: http://openipmi.sourceforge.net/
6371 S: Supported
6372 F: Documentation/IPMI.txt
6373 F: drivers/char/ipmi/
6374 F: include/linux/ipmi*
6375 F: include/uapi/linux/ipmi*
6376
6377 QCOM AUDIO (ASoC) DRIVERS
6378 M: Patrick Lai <plai@codeaurora.org>
6379 M: Banajit Goswami <bgoswami@codeaurora.org>
6380 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6381 S: Supported
6382 F: sound/soc/qcom/
6383
6384 IPS SCSI RAID DRIVER
6385 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6386 L: linux-scsi@vger.kernel.org
6387 W: http://www.adaptec.com/
6388 S: Maintained
6389 F: drivers/scsi/ips*
6390
6391 IPVS
6392 M: Wensong Zhang <wensong@linux-vs.org>
6393 M: Simon Horman <horms@verge.net.au>
6394 M: Julian Anastasov <ja@ssi.bg>
6395 L: netdev@vger.kernel.org
6396 L: lvs-devel@vger.kernel.org
6397 S: Maintained
6398 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6399 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6400 F: Documentation/networking/ipvs-sysctl.txt
6401 F: include/net/ip_vs.h
6402 F: include/uapi/linux/ip_vs.h
6403 F: net/netfilter/ipvs/
6404
6405 IPWIRELESS DRIVER
6406 M: Jiri Kosina <jikos@kernel.org>
6407 M: David Sterba <dsterba@suse.com>
6408 S: Odd Fixes
6409 F: drivers/tty/ipwireless/
6410
6411 IPX NETWORK LAYER
6412 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6413 L: netdev@vger.kernel.org
6414 S: Maintained
6415 F: include/net/ipx.h
6416 F: include/uapi/linux/ipx.h
6417 F: net/ipx/
6418
6419 IRDA SUBSYSTEM
6420 M: Samuel Ortiz <samuel@sortiz.org>
6421 L: irda-users@lists.sourceforge.net (subscribers-only)
6422 L: netdev@vger.kernel.org
6423 W: http://irda.sourceforge.net/
6424 S: Maintained
6425 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6426 F: Documentation/networking/irda.txt
6427 F: drivers/net/irda/
6428 F: include/net/irda/
6429 F: net/irda/
6430
6431 IRQ SUBSYSTEM
6432 M: Thomas Gleixner <tglx@linutronix.de>
6433 L: linux-kernel@vger.kernel.org
6434 S: Maintained
6435 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6436 F: kernel/irq/
6437
6438 IRQCHIP DRIVERS
6439 M: Thomas Gleixner <tglx@linutronix.de>
6440 M: Jason Cooper <jason@lakedaemon.net>
6441 M: Marc Zyngier <marc.zyngier@arm.com>
6442 L: linux-kernel@vger.kernel.org
6443 S: Maintained
6444 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6445 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6446 F: Documentation/devicetree/bindings/interrupt-controller/
6447 F: drivers/irqchip/
6448
6449 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6450 M: Marc Zyngier <marc.zyngier@arm.com>
6451 S: Maintained
6452 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6453 F: Documentation/IRQ-domain.txt
6454 F: include/linux/irqdomain.h
6455 F: kernel/irq/irqdomain.c
6456 F: kernel/irq/msi.c
6457
6458 ISA
6459 M: William Breathitt Gray <vilhelm.gray@gmail.com>
6460 S: Maintained
6461 F: Documentation/isa.txt
6462 F: drivers/base/isa.c
6463 F: include/linux/isa.h
6464
6465 ISAPNP
6466 M: Jaroslav Kysela <perex@perex.cz>
6467 S: Maintained
6468 F: Documentation/isapnp.txt
6469 F: drivers/pnp/isapnp/
6470 F: include/linux/isapnp.h
6471
6472 ISA RADIO MODULE
6473 M: Hans Verkuil <hverkuil@xs4all.nl>
6474 L: linux-media@vger.kernel.org
6475 T: git git://linuxtv.org/media_tree.git
6476 W: https://linuxtv.org
6477 S: Maintained
6478 F: drivers/media/radio/radio-isa*
6479
6480 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6481 M: Peter Jones <pjones@redhat.com>
6482 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
6483 S: Maintained
6484 F: drivers/firmware/iscsi_ibft*
6485
6486 ISCSI
6487 M: Mike Christie <michaelc@cs.wisc.edu>
6488 L: open-iscsi@googlegroups.com
6489 W: www.open-iscsi.org
6490 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6491 S: Maintained
6492 F: drivers/scsi/*iscsi*
6493 F: include/scsi/*iscsi*
6494
6495 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6496 M: Or Gerlitz <ogerlitz@mellanox.com>
6497 M: Sagi Grimberg <sagi@grimberg.me>
6498 M: Roi Dayan <roid@mellanox.com>
6499 L: linux-rdma@vger.kernel.org
6500 S: Supported
6501 W: http://www.openfabrics.org
6502 W: www.open-iscsi.org
6503 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6504 F: drivers/infiniband/ulp/iser/
6505
6506 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6507 M: Sagi Grimberg <sagi@grimberg.me>
6508 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6509 L: linux-rdma@vger.kernel.org
6510 L: target-devel@vger.kernel.org
6511 S: Supported
6512 W: http://www.linux-iscsi.org
6513 F: drivers/infiniband/ulp/isert
6514
6515 ISDN SUBSYSTEM
6516 M: Karsten Keil <isdn@linux-pingi.de>
6517 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6518 L: netdev@vger.kernel.org
6519 W: http://www.isdn4linux.de
6520 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6521 S: Maintained
6522 F: Documentation/isdn/
6523 F: drivers/isdn/
6524 F: include/linux/isdn.h
6525 F: include/linux/isdn/
6526 F: include/uapi/linux/isdn.h
6527 F: include/uapi/linux/isdn/
6528
6529 ISDN SUBSYSTEM (Eicon active card driver)
6530 M: Armin Schindler <mac@melware.de>
6531 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6532 W: http://www.melware.de
6533 S: Maintained
6534 F: drivers/isdn/hardware/eicon/
6535
6536 IT87 HARDWARE MONITORING DRIVER
6537 M: Jean Delvare <jdelvare@suse.com>
6538 L: linux-hwmon@vger.kernel.org
6539 S: Maintained
6540 F: Documentation/hwmon/it87
6541 F: drivers/hwmon/it87.c
6542
6543 IT913X MEDIA DRIVER
6544 M: Antti Palosaari <crope@iki.fi>
6545 L: linux-media@vger.kernel.org
6546 W: https://linuxtv.org
6547 W: http://palosaari.fi/linux/
6548 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6549 T: git git://linuxtv.org/anttip/media_tree.git
6550 S: Maintained
6551 F: drivers/media/tuners/it913x*
6552
6553 IVTV VIDEO4LINUX DRIVER
6554 M: Andy Walls <awalls@md.metrocast.net>
6555 L: ivtv-devel@ivtvdriver.org (subscribers-only)
6556 L: linux-media@vger.kernel.org
6557 T: git git://linuxtv.org/media_tree.git
6558 W: http://www.ivtvdriver.org
6559 S: Maintained
6560 F: Documentation/video4linux/*.ivtv
6561 F: drivers/media/pci/ivtv/
6562 F: include/uapi/linux/ivtv*
6563
6564 IX2505V MEDIA DRIVER
6565 M: Malcolm Priestley <tvboxspy@gmail.com>
6566 L: linux-media@vger.kernel.org
6567 W: https://linuxtv.org
6568 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6569 S: Maintained
6570 F: drivers/media/dvb-frontends/ix2505v*
6571
6572 JC42.4 TEMPERATURE SENSOR DRIVER
6573 M: Guenter Roeck <linux@roeck-us.net>
6574 L: linux-hwmon@vger.kernel.org
6575 S: Maintained
6576 F: drivers/hwmon/jc42.c
6577 F: Documentation/hwmon/jc42
6578
6579 JFS FILESYSTEM
6580 M: Dave Kleikamp <shaggy@kernel.org>
6581 L: jfs-discussion@lists.sourceforge.net
6582 W: http://jfs.sourceforge.net/
6583 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6584 S: Maintained
6585 F: Documentation/filesystems/jfs.txt
6586 F: fs/jfs/
6587
6588 JME NETWORK DRIVER
6589 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6590 L: netdev@vger.kernel.org
6591 S: Maintained
6592 F: drivers/net/ethernet/jme.*
6593
6594 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6595 M: David Woodhouse <dwmw2@infradead.org>
6596 L: linux-mtd@lists.infradead.org
6597 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6598 S: Maintained
6599 F: fs/jffs2/
6600 F: include/uapi/linux/jffs2.h
6601
6602 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6603 M: "Theodore Ts'o" <tytso@mit.edu>
6604 M: Jan Kara <jack@suse.com>
6605 L: linux-ext4@vger.kernel.org
6606 S: Maintained
6607 F: fs/jbd2/
6608 F: include/linux/jbd2.h
6609
6610 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6611 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6612 L: linux-media@vger.kernel.org
6613 S: Maintained
6614 F: drivers/media/platform/rcar_jpu.c
6615
6616 JSM Neo PCI based serial card
6617 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6618 L: linux-serial@vger.kernel.org
6619 S: Maintained
6620 F: drivers/tty/serial/jsm/
6621
6622 K10TEMP HARDWARE MONITORING DRIVER
6623 M: Clemens Ladisch <clemens@ladisch.de>
6624 L: linux-hwmon@vger.kernel.org
6625 S: Maintained
6626 F: Documentation/hwmon/k10temp
6627 F: drivers/hwmon/k10temp.c
6628
6629 K8TEMP HARDWARE MONITORING DRIVER
6630 M: Rudolf Marek <r.marek@assembler.cz>
6631 L: linux-hwmon@vger.kernel.org
6632 S: Maintained
6633 F: Documentation/hwmon/k8temp
6634 F: drivers/hwmon/k8temp.c
6635
6636 KASAN
6637 M: Andrey Ryabinin <aryabinin@virtuozzo.com>
6638 R: Alexander Potapenko <glider@google.com>
6639 R: Dmitry Vyukov <dvyukov@google.com>
6640 L: kasan-dev@googlegroups.com
6641 S: Maintained
6642 F: arch/*/include/asm/kasan.h
6643 F: arch/*/mm/kasan_init*
6644 F: Documentation/dev-tools/kasan.rst
6645 F: include/linux/kasan*.h
6646 F: lib/test_kasan.c
6647 F: mm/kasan/
6648 F: scripts/Makefile.kasan
6649
6650 KCONFIG
6651 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
6652 L: linux-kbuild@vger.kernel.org
6653 T: git git://gitorious.org/linux-kconfig/linux-kconfig
6654 S: Maintained
6655 F: Documentation/kbuild/kconfig-language.txt
6656 F: scripts/kconfig/
6657
6658 KDUMP
6659 M: Dave Young <dyoung@redhat.com>
6660 M: Baoquan He <bhe@redhat.com>
6661 R: Vivek Goyal <vgoyal@redhat.com>
6662 L: kexec@lists.infradead.org
6663 W: http://lse.sourceforge.net/kdump/
6664 S: Maintained
6665 F: Documentation/kdump/
6666
6667 KEENE FM RADIO TRANSMITTER DRIVER
6668 M: Hans Verkuil <hverkuil@xs4all.nl>
6669 L: linux-media@vger.kernel.org
6670 T: git git://linuxtv.org/media_tree.git
6671 W: https://linuxtv.org
6672 S: Maintained
6673 F: drivers/media/radio/radio-keene*
6674
6675 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6676 M: Ian Kent <raven@themaw.net>
6677 L: autofs@vger.kernel.org
6678 S: Maintained
6679 F: fs/autofs4/
6680
6681 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6682 M: Michal Marek <mmarek@suse.com>
6683 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6684 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6685 L: linux-kbuild@vger.kernel.org
6686 S: Maintained
6687 F: Documentation/kbuild/
6688 F: Makefile
6689 F: scripts/Makefile.*
6690 F: scripts/basic/
6691 F: scripts/mk*
6692 F: scripts/package/
6693
6694 KERNEL JANITORS
6695 L: kernel-janitors@vger.kernel.org
6696 W: http://kernelnewbies.org/KernelJanitors
6697 S: Odd Fixes
6698
6699 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6700 M: "J. Bruce Fields" <bfields@fieldses.org>
6701 M: Jeff Layton <jlayton@poochiereds.net>
6702 L: linux-nfs@vger.kernel.org
6703 W: http://nfs.sourceforge.net/
6704 T: git git://linux-nfs.org/~bfields/linux.git
6705 S: Supported
6706 F: fs/nfsd/
6707 F: include/uapi/linux/nfsd/
6708 F: fs/lockd/
6709 F: fs/nfs_common/
6710 F: net/sunrpc/
6711 F: include/linux/lockd/
6712 F: include/linux/sunrpc/
6713 F: include/uapi/linux/sunrpc/
6714
6715 KERNEL SELFTEST FRAMEWORK
6716 M: Shuah Khan <shuahkh@osg.samsung.com>
6717 M: Shuah Khan <shuah@kernel.org>
6718 L: linux-kselftest@vger.kernel.org
6719 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6720 S: Maintained
6721 F: tools/testing/selftests
6722
6723 KERNEL VIRTUAL MACHINE (KVM)
6724 M: Paolo Bonzini <pbonzini@redhat.com>
6725 M: Radim Krčmář <rkrcmar@redhat.com>
6726 L: kvm@vger.kernel.org
6727 W: http://www.linux-kvm.org
6728 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6729 S: Supported
6730 F: Documentation/*/kvm*.txt
6731 F: Documentation/virtual/kvm/
6732 F: arch/*/kvm/
6733 F: arch/x86/kernel/kvm.c
6734 F: arch/x86/kernel/kvmclock.c
6735 F: arch/*/include/asm/kvm*
6736 F: include/linux/kvm*
6737 F: include/uapi/linux/kvm*
6738 F: virt/kvm/
6739 F: tools/kvm/
6740
6741 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6742 M: Joerg Roedel <joro@8bytes.org>
6743 L: kvm@vger.kernel.org
6744 W: http://www.linux-kvm.org/
6745 S: Maintained
6746 F: arch/x86/include/asm/svm.h
6747 F: arch/x86/kvm/svm.c
6748
6749 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6750 M: Alexander Graf <agraf@suse.com>
6751 L: kvm-ppc@vger.kernel.org
6752 W: http://www.linux-kvm.org/
6753 T: git git://github.com/agraf/linux-2.6.git
6754 S: Supported
6755 F: arch/powerpc/include/asm/kvm*
6756 F: arch/powerpc/kvm/
6757
6758 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6759 M: Christian Borntraeger <borntraeger@de.ibm.com>
6760 M: Cornelia Huck <cornelia.huck@de.ibm.com>
6761 L: linux-s390@vger.kernel.org
6762 W: http://www.ibm.com/developerworks/linux/linux390/
6763 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6764 S: Supported
6765 F: Documentation/s390/kvm.txt
6766 F: arch/s390/include/asm/kvm*
6767 F: arch/s390/kvm/
6768
6769 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6770 M: Christoffer Dall <christoffer.dall@linaro.org>
6771 M: Marc Zyngier <marc.zyngier@arm.com>
6772 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6773 L: kvmarm@lists.cs.columbia.edu
6774 W: http://systems.cs.columbia.edu/projects/kvm-arm
6775 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6776 S: Supported
6777 F: arch/arm/include/uapi/asm/kvm*
6778 F: arch/arm/include/asm/kvm*
6779 F: arch/arm/kvm/
6780 F: virt/kvm/arm/
6781 F: include/kvm/arm_*
6782
6783 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6784 M: Christoffer Dall <christoffer.dall@linaro.org>
6785 M: Marc Zyngier <marc.zyngier@arm.com>
6786 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6787 L: kvmarm@lists.cs.columbia.edu
6788 S: Maintained
6789 F: arch/arm64/include/uapi/asm/kvm*
6790 F: arch/arm64/include/asm/kvm*
6791 F: arch/arm64/kvm/
6792
6793 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6794 M: James Hogan <james.hogan@imgtec.com>
6795 L: linux-mips@linux-mips.org
6796 S: Supported
6797 F: arch/mips/include/uapi/asm/kvm*
6798 F: arch/mips/include/asm/kvm*
6799 F: arch/mips/kvm/
6800
6801 KEXEC
6802 M: Eric Biederman <ebiederm@xmission.com>
6803 W: http://kernel.org/pub/linux/utils/kernel/kexec/
6804 L: kexec@lists.infradead.org
6805 S: Maintained
6806 F: include/linux/kexec.h
6807 F: include/uapi/linux/kexec.h
6808 F: kernel/kexec*
6809
6810 KEYS/KEYRINGS:
6811 M: David Howells <dhowells@redhat.com>
6812 L: keyrings@vger.kernel.org
6813 S: Maintained
6814 F: Documentation/security/keys.txt
6815 F: include/linux/key.h
6816 F: include/linux/key-type.h
6817 F: include/linux/keyctl.h
6818 F: include/uapi/linux/keyctl.h
6819 F: include/keys/
6820 F: security/keys/
6821
6822 KEYS-TRUSTED
6823 M: David Safford <safford@us.ibm.com>
6824 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6825 L: linux-security-module@vger.kernel.org
6826 L: keyrings@vger.kernel.org
6827 S: Supported
6828 F: Documentation/security/keys-trusted-encrypted.txt
6829 F: include/keys/trusted-type.h
6830 F: security/keys/trusted.c
6831 F: security/keys/trusted.h
6832
6833 KEYS-ENCRYPTED
6834 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6835 M: David Safford <safford@us.ibm.com>
6836 L: linux-security-module@vger.kernel.org
6837 L: keyrings@vger.kernel.org
6838 S: Supported
6839 F: Documentation/security/keys-trusted-encrypted.txt
6840 F: include/keys/encrypted-type.h
6841 F: security/keys/encrypted-keys/
6842
6843 KGDB / KDB /debug_core
6844 M: Jason Wessel <jason.wessel@windriver.com>
6845 W: http://kgdb.wiki.kernel.org/
6846 L: kgdb-bugreport@lists.sourceforge.net
6847 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6848 S: Maintained
6849 F: Documentation/DocBook/kgdb.tmpl
6850 F: drivers/misc/kgdbts.c
6851 F: drivers/tty/serial/kgdboc.c
6852 F: include/linux/kdb.h
6853 F: include/linux/kgdb.h
6854 F: kernel/debug/
6855
6856 KMEMCHECK
6857 M: Vegard Nossum <vegardno@ifi.uio.no>
6858 M: Pekka Enberg <penberg@kernel.org>
6859 S: Maintained
6860 F: Documentation/dev-tools/kmemcheck.rst
6861 F: arch/x86/include/asm/kmemcheck.h
6862 F: arch/x86/mm/kmemcheck/
6863 F: include/linux/kmemcheck.h
6864 F: mm/kmemcheck.c
6865
6866 KMEMLEAK
6867 M: Catalin Marinas <catalin.marinas@arm.com>
6868 S: Maintained
6869 F: Documentation/dev-tools/kmemleak.rst
6870 F: include/linux/kmemleak.h
6871 F: mm/kmemleak.c
6872 F: mm/kmemleak-test.c
6873
6874 KPROBES
6875 M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
6876 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6877 M: "David S. Miller" <davem@davemloft.net>
6878 M: Masami Hiramatsu <mhiramat@kernel.org>
6879 S: Maintained
6880 F: Documentation/kprobes.txt
6881 F: include/linux/kprobes.h
6882 F: kernel/kprobes.c
6883
6884 KS0108 LCD CONTROLLER DRIVER
6885 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6886 W: http://miguelojeda.es/auxdisplay.htm
6887 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6888 S: Maintained
6889 F: Documentation/auxdisplay/ks0108
6890 F: drivers/auxdisplay/ks0108.c
6891 F: include/linux/ks0108.h
6892
6893 L3MDEV
6894 M: David Ahern <dsa@cumulusnetworks.com>
6895 L: netdev@vger.kernel.org
6896 S: Maintained
6897 F: net/l3mdev
6898 F: include/net/l3mdev.h
6899
6900 LANTIQ MIPS ARCHITECTURE
6901 M: John Crispin <john@phrozen.org>
6902 L: linux-mips@linux-mips.org
6903 S: Maintained
6904 F: arch/mips/lantiq
6905
6906 LAPB module
6907 L: linux-x25@vger.kernel.org
6908 S: Orphan
6909 F: Documentation/networking/lapb-module.txt
6910 F: include/*/lapb.h
6911 F: net/lapb/
6912
6913 LASI 53c700 driver for PARISC
6914 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6915 L: linux-scsi@vger.kernel.org
6916 S: Maintained
6917 F: Documentation/scsi/53c700.txt
6918 F: drivers/scsi/53c700*
6919
6920 LED SUBSYSTEM
6921 M: Richard Purdie <rpurdie@rpsys.net>
6922 M: Jacek Anaszewski <j.anaszewski@samsung.com>
6923 L: linux-leds@vger.kernel.org
6924 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6925 S: Maintained
6926 F: Documentation/devicetree/bindings/leds/
6927 F: drivers/leds/
6928 F: include/linux/leds.h
6929
6930 LEGACY EEPROM DRIVER
6931 M: Jean Delvare <jdelvare@suse.com>
6932 S: Maintained
6933 F: Documentation/misc-devices/eeprom
6934 F: drivers/misc/eeprom/eeprom.c
6935
6936 LEGO USB Tower driver
6937 M: Juergen Stuber <starblue@users.sourceforge.net>
6938 L: legousb-devel@lists.sourceforge.net
6939 W: http://legousb.sourceforge.net/
6940 S: Maintained
6941 F: drivers/usb/misc/legousbtower.c
6942
6943 LG2160 MEDIA DRIVER
6944 M: Michael Krufky <mkrufky@linuxtv.org>
6945 L: linux-media@vger.kernel.org
6946 W: https://linuxtv.org
6947 W: http://github.com/mkrufky
6948 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6949 T: git git://linuxtv.org/mkrufky/tuners.git
6950 S: Maintained
6951 F: drivers/media/dvb-frontends/lg2160.*
6952
6953 LGDT3305 MEDIA DRIVER
6954 M: Michael Krufky <mkrufky@linuxtv.org>
6955 L: linux-media@vger.kernel.org
6956 W: https://linuxtv.org
6957 W: http://github.com/mkrufky
6958 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6959 T: git git://linuxtv.org/mkrufky/tuners.git
6960 S: Maintained
6961 F: drivers/media/dvb-frontends/lgdt3305.*
6962
6963 LGUEST
6964 M: Rusty Russell <rusty@rustcorp.com.au>
6965 L: lguest@lists.ozlabs.org
6966 W: http://lguest.ozlabs.org/
6967 S: Odd Fixes
6968 F: arch/x86/include/asm/lguest*.h
6969 F: arch/x86/lguest/
6970 F: drivers/lguest/
6971 F: include/linux/lguest*.h
6972 F: tools/lguest/
6973
6974 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6975 M: Tejun Heo <tj@kernel.org>
6976 L: linux-ide@vger.kernel.org
6977 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6978 S: Maintained
6979 F: drivers/ata/
6980 F: include/linux/ata.h
6981 F: include/linux/libata.h
6982 F: Documentation/devicetree/bindings/ata/
6983
6984 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6985 M: Viresh Kumar <vireshk@kernel.org>
6986 L: linux-ide@vger.kernel.org
6987 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6988 S: Maintained
6989 F: include/linux/pata_arasan_cf_data.h
6990 F: drivers/ata/pata_arasan_cf.c
6991
6992 LIBATA PATA DRIVERS
6993 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6994 M: Tejun Heo <tj@kernel.org>
6995 L: linux-ide@vger.kernel.org
6996 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6997 S: Maintained
6998 F: drivers/ata/pata_*.c
6999 F: drivers/ata/ata_generic.c
7000
7001 LIBATA SATA AHCI PLATFORM devices support
7002 M: Hans de Goede <hdegoede@redhat.com>
7003 M: Tejun Heo <tj@kernel.org>
7004 L: linux-ide@vger.kernel.org
7005 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7006 S: Maintained
7007 F: drivers/ata/ahci_platform.c
7008 F: drivers/ata/libahci_platform.c
7009 F: include/linux/ahci_platform.h
7010
7011 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7012 M: Mikael Pettersson <mikpelinux@gmail.com>
7013 L: linux-ide@vger.kernel.org
7014 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7015 S: Maintained
7016 F: drivers/ata/sata_promise.*
7017
7018 LIBLOCKDEP
7019 M: Sasha Levin <sasha.levin@oracle.com>
7020 S: Maintained
7021 F: tools/lib/lockdep/
7022
7023 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7024 M: Dan Williams <dan.j.williams@intel.com>
7025 L: linux-nvdimm@lists.01.org
7026 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7027 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7028 S: Supported
7029 F: drivers/nvdimm/*
7030 F: include/linux/nd.h
7031 F: include/linux/libnvdimm.h
7032 F: include/uapi/linux/ndctl.h
7033
7034 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7035 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7036 L: linux-nvdimm@lists.01.org
7037 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7038 S: Supported
7039 F: drivers/nvdimm/blk.c
7040 F: drivers/nvdimm/region_devs.c
7041 F: drivers/acpi/nfit*
7042
7043 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7044 M: Vishal Verma <vishal.l.verma@intel.com>
7045 L: linux-nvdimm@lists.01.org
7046 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7047 S: Supported
7048 F: drivers/nvdimm/btt*
7049
7050 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7051 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7052 L: linux-nvdimm@lists.01.org
7053 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7054 S: Supported
7055 F: drivers/nvdimm/pmem.c
7056 F: include/linux/pmem.h
7057 F: arch/*/include/asm/pmem.h
7058
7059 LIGHTNVM PLATFORM SUPPORT
7060 M: Matias Bjorling <mb@lightnvm.io>
7061 W: http://github/OpenChannelSSD
7062 L: linux-block@vger.kernel.org
7063 S: Maintained
7064 F: drivers/lightnvm/
7065 F: include/linux/lightnvm.h
7066 F: include/uapi/linux/lightnvm.h
7067
7068 LINUX FOR IBM pSERIES (RS/6000)
7069 M: Paul Mackerras <paulus@au.ibm.com>
7070 W: http://www.ibm.com/linux/ltc/projects/ppc
7071 S: Supported
7072 F: arch/powerpc/boot/rs6000.h
7073
7074 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7075 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7076 M: Paul Mackerras <paulus@samba.org>
7077 M: Michael Ellerman <mpe@ellerman.id.au>
7078 W: http://www.penguinppc.org/
7079 L: linuxppc-dev@lists.ozlabs.org
7080 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7081 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7082 S: Supported
7083 F: Documentation/powerpc/
7084 F: arch/powerpc/
7085 F: drivers/char/tpm/tpm_ibmvtpm*
7086 F: drivers/crypto/nx/
7087 F: drivers/crypto/vmx/
7088 F: drivers/net/ethernet/ibm/ibmveth.*
7089 F: drivers/net/ethernet/ibm/ibmvnic.*
7090 F: drivers/pci/hotplug/pnv_php.c
7091 F: drivers/pci/hotplug/rpa*
7092 F: drivers/scsi/ibmvscsi/
7093 N: opal
7094 N: /pmac
7095 N: powermac
7096 N: powernv
7097 N: [^a-z0-9]ps3
7098 N: pseries
7099
7100 LINUX FOR POWER MACINTOSH
7101 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7102 W: http://www.penguinppc.org/
7103 L: linuxppc-dev@lists.ozlabs.org
7104 S: Maintained
7105 F: arch/powerpc/platforms/powermac/
7106 F: drivers/macintosh/
7107
7108 LINUX FOR POWERPC EMBEDDED MPC5XXX
7109 M: Anatolij Gustschin <agust@denx.de>
7110 L: linuxppc-dev@lists.ozlabs.org
7111 T: git git://git.denx.de/linux-denx-agust.git
7112 S: Maintained
7113 F: arch/powerpc/platforms/512x/
7114 F: arch/powerpc/platforms/52xx/
7115
7116 LINUX FOR POWERPC EMBEDDED PPC4XX
7117 M: Alistair Popple <alistair@popple.id.au>
7118 M: Matt Porter <mporter@kernel.crashing.org>
7119 W: http://www.penguinppc.org/
7120 L: linuxppc-dev@lists.ozlabs.org
7121 S: Maintained
7122 F: arch/powerpc/platforms/40x/
7123 F: arch/powerpc/platforms/44x/
7124
7125 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7126 L: linuxppc-dev@lists.ozlabs.org
7127 S: Orphan
7128 F: arch/powerpc/*/*virtex*
7129 F: arch/powerpc/*/*/*virtex*
7130
7131 LINUX FOR POWERPC EMBEDDED PPC8XX
7132 M: Vitaly Bordug <vitb@kernel.crashing.org>
7133 W: http://www.penguinppc.org/
7134 L: linuxppc-dev@lists.ozlabs.org
7135 S: Maintained
7136 F: arch/powerpc/platforms/8xx/
7137
7138 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7139 M: Scott Wood <oss@buserror.net>
7140 M: Kumar Gala <galak@kernel.crashing.org>
7141 W: http://www.penguinppc.org/
7142 L: linuxppc-dev@lists.ozlabs.org
7143 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7144 S: Maintained
7145 F: arch/powerpc/platforms/83xx/
7146 F: arch/powerpc/platforms/85xx/
7147
7148 LINUX FOR POWERPC PA SEMI PWRFICIENT
7149 M: Olof Johansson <olof@lixom.net>
7150 L: linuxppc-dev@lists.ozlabs.org
7151 S: Maintained
7152 F: arch/powerpc/platforms/pasemi/
7153 F: drivers/*/*pasemi*
7154 F: drivers/*/*/*pasemi*
7155
7156 LINUX SECURITY MODULE (LSM) FRAMEWORK
7157 M: Chris Wright <chrisw@sous-sol.org>
7158 L: linux-security-module@vger.kernel.org
7159 S: Supported
7160
7161 LIS3LV02D ACCELEROMETER DRIVER
7162 M: Eric Piel <eric.piel@tremplin-utc.net>
7163 S: Maintained
7164 F: Documentation/misc-devices/lis3lv02d
7165 F: drivers/misc/lis3lv02d/
7166 F: drivers/platform/x86/hp_accel.c
7167
7168 LIVE PATCHING
7169 M: Josh Poimboeuf <jpoimboe@redhat.com>
7170 M: Jessica Yu <jeyu@redhat.com>
7171 M: Jiri Kosina <jikos@kernel.org>
7172 M: Miroslav Benes <mbenes@suse.cz>
7173 R: Petr Mladek <pmladek@suse.com>
7174 S: Maintained
7175 F: kernel/livepatch/
7176 F: include/linux/livepatch.h
7177 F: arch/x86/include/asm/livepatch.h
7178 F: arch/x86/kernel/livepatch.c
7179 F: Documentation/livepatch/
7180 F: Documentation/ABI/testing/sysfs-kernel-livepatch
7181 F: samples/livepatch/
7182 L: live-patching@vger.kernel.org
7183 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7184
7185 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7186 M: Kees Cook <keescook@chromium.org>
7187 S: Maintained
7188 F: drivers/misc/lkdtm*
7189
7190 LLC (802.2)
7191 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7192 S: Maintained
7193 F: include/linux/llc.h
7194 F: include/uapi/linux/llc.h
7195 F: include/net/llc*
7196 F: net/llc/
7197
7198 LM73 HARDWARE MONITOR DRIVER
7199 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
7200 L: linux-hwmon@vger.kernel.org
7201 S: Maintained
7202 F: drivers/hwmon/lm73.c
7203
7204 LM78 HARDWARE MONITOR DRIVER
7205 M: Jean Delvare <jdelvare@suse.com>
7206 L: linux-hwmon@vger.kernel.org
7207 S: Maintained
7208 F: Documentation/hwmon/lm78
7209 F: drivers/hwmon/lm78.c
7210
7211 LM83 HARDWARE MONITOR DRIVER
7212 M: Jean Delvare <jdelvare@suse.com>
7213 L: linux-hwmon@vger.kernel.org
7214 S: Maintained
7215 F: Documentation/hwmon/lm83
7216 F: drivers/hwmon/lm83.c
7217
7218 LM90 HARDWARE MONITOR DRIVER
7219 M: Jean Delvare <jdelvare@suse.com>
7220 L: linux-hwmon@vger.kernel.org
7221 S: Maintained
7222 F: Documentation/hwmon/lm90
7223 F: Documentation/devicetree/bindings/hwmon/lm90.txt
7224 F: drivers/hwmon/lm90.c
7225
7226 LM95234 HARDWARE MONITOR DRIVER
7227 M: Guenter Roeck <linux@roeck-us.net>
7228 L: linux-hwmon@vger.kernel.org
7229 S: Maintained
7230 F: Documentation/hwmon/lm95234
7231 F: drivers/hwmon/lm95234.c
7232
7233 LME2510 MEDIA DRIVER
7234 M: Malcolm Priestley <tvboxspy@gmail.com>
7235 L: linux-media@vger.kernel.org
7236 W: https://linuxtv.org
7237 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7238 S: Maintained
7239 F: drivers/media/usb/dvb-usb-v2/lmedm04*
7240
7241 LOCKING PRIMITIVES
7242 M: Peter Zijlstra <peterz@infradead.org>
7243 M: Ingo Molnar <mingo@redhat.com>
7244 L: linux-kernel@vger.kernel.org
7245 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7246 S: Maintained
7247 F: Documentation/locking/
7248 F: include/linux/lockdep.h
7249 F: include/linux/spinlock*.h
7250 F: arch/*/include/asm/spinlock*.h
7251 F: include/linux/rwlock*.h
7252 F: include/linux/mutex*.h
7253 F: arch/*/include/asm/mutex*.h
7254 F: include/linux/rwsem*.h
7255 F: arch/*/include/asm/rwsem.h
7256 F: include/linux/seqlock.h
7257 F: lib/locking*.[ch]
7258 F: kernel/locking/
7259
7260 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7261 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
7262 L: linux-ntfs-dev@lists.sourceforge.net
7263 W: http://www.linux-ntfs.org/content/view/19/37/
7264 S: Maintained
7265 F: Documentation/ldm.txt
7266 F: block/partitions/ldm.*
7267
7268 LogFS
7269 M: Joern Engel <joern@logfs.org>
7270 M: Prasad Joshi <prasadjoshi.linux@gmail.com>
7271 L: logfs@logfs.org
7272 W: logfs.org
7273 S: Maintained
7274 F: fs/logfs/
7275
7276 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7277 M: Sathya Prakash <sathya.prakash@broadcom.com>
7278 M: Chaitra P B <chaitra.basappa@broadcom.com>
7279 M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7280 L: MPT-FusionLinux.pdl@broadcom.com
7281 L: linux-scsi@vger.kernel.org
7282 W: http://www.avagotech.com/support/
7283 S: Supported
7284 F: drivers/message/fusion/
7285 F: drivers/scsi/mpt2sas/
7286 F: drivers/scsi/mpt3sas/
7287
7288 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7289 M: Matthew Wilcox <matthew@wil.cx>
7290 L: linux-scsi@vger.kernel.org
7291 S: Maintained
7292 F: drivers/scsi/sym53c8xx_2/
7293
7294 LTC4261 HARDWARE MONITOR DRIVER
7295 M: Guenter Roeck <linux@roeck-us.net>
7296 L: linux-hwmon@vger.kernel.org
7297 S: Maintained
7298 F: Documentation/hwmon/ltc4261
7299 F: drivers/hwmon/ltc4261.c
7300
7301 LTP (Linux Test Project)
7302 M: Mike Frysinger <vapier@gentoo.org>
7303 M: Cyril Hrubis <chrubis@suse.cz>
7304 M: Wanlong Gao <wanlong.gao@gmail.com>
7305 M: Jan Stancek <jstancek@redhat.com>
7306 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7307 M: Alexey Kodanev <alexey.kodanev@oracle.com>
7308 L: ltp@lists.linux.it (subscribers-only)
7309 W: http://linux-test-project.github.io/
7310 T: git git://github.com/linux-test-project/ltp.git
7311 S: Maintained
7312
7313 M32R ARCHITECTURE
7314 W: http://www.linux-m32r.org/
7315 S: Orphan
7316 F: arch/m32r/
7317
7318 M68K ARCHITECTURE
7319 M: Geert Uytterhoeven <geert@linux-m68k.org>
7320 L: linux-m68k@lists.linux-m68k.org
7321 W: http://www.linux-m68k.org/
7322 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7323 S: Maintained
7324 F: arch/m68k/
7325 F: drivers/zorro/
7326
7327 M68K ON APPLE MACINTOSH
7328 M: Joshua Thompson <funaho@jurai.org>
7329 W: http://www.mac.linux-m68k.org/
7330 L: linux-m68k@lists.linux-m68k.org
7331 S: Maintained
7332 F: arch/m68k/mac/
7333
7334 M68K ON HP9000/300
7335 M: Philip Blundell <philb@gnu.org>
7336 W: http://www.tazenda.demon.co.uk/phil/linux-hp
7337 S: Maintained
7338 F: arch/m68k/hp300/
7339
7340 M88DS3103 MEDIA DRIVER
7341 M: Antti Palosaari <crope@iki.fi>
7342 L: linux-media@vger.kernel.org
7343 W: https://linuxtv.org
7344 W: http://palosaari.fi/linux/
7345 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7346 T: git git://linuxtv.org/anttip/media_tree.git
7347 S: Maintained
7348 F: drivers/media/dvb-frontends/m88ds3103*
7349
7350 M88RS2000 MEDIA DRIVER
7351 M: Malcolm Priestley <tvboxspy@gmail.com>
7352 L: linux-media@vger.kernel.org
7353 W: https://linuxtv.org
7354 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7355 S: Maintained
7356 F: drivers/media/dvb-frontends/m88rs2000*
7357
7358 MA901 MASTERKIT USB FM RADIO DRIVER
7359 M: Alexey Klimov <klimov.linux@gmail.com>
7360 L: linux-media@vger.kernel.org
7361 T: git git://linuxtv.org/media_tree.git
7362 S: Maintained
7363 F: drivers/media/radio/radio-ma901.c
7364
7365 MAC80211
7366 M: Johannes Berg <johannes@sipsolutions.net>
7367 L: linux-wireless@vger.kernel.org
7368 W: http://wireless.kernel.org/
7369 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7370 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7371 S: Maintained
7372 F: Documentation/networking/mac80211-injection.txt
7373 F: include/net/mac80211.h
7374 F: net/mac80211/
7375 F: drivers/net/wireless/mac80211_hwsim.[ch]
7376
7377 MACVLAN DRIVER
7378 M: Patrick McHardy <kaber@trash.net>
7379 L: netdev@vger.kernel.org
7380 S: Maintained
7381 F: drivers/net/macvlan.c
7382 F: include/linux/if_macvlan.h
7383
7384 MAILBOX API
7385 M: Jassi Brar <jassisinghbrar@gmail.com>
7386 L: linux-kernel@vger.kernel.org
7387 S: Maintained
7388 F: drivers/mailbox/
7389 F: include/linux/mailbox_client.h
7390 F: include/linux/mailbox_controller.h
7391
7392 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7393 M: Michael Kerrisk <mtk.manpages@gmail.com>
7394 W: http://www.kernel.org/doc/man-pages
7395 L: linux-man@vger.kernel.org
7396 S: Maintained
7397
7398 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7399 M: Andrew Lunn <andrew@lunn.ch>
7400 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7401 S: Maintained
7402 F: drivers/net/dsa/mv88e6xxx/
7403
7404 MARVELL ARMADA DRM SUPPORT
7405 M: Russell King <rmk+kernel@armlinux.org.uk>
7406 S: Maintained
7407 F: drivers/gpu/drm/armada/
7408 F: include/uapi/drm/armada_drm.h
7409 F: Documentation/devicetree/bindings/display/armada/
7410
7411 MARVELL CRYPTO DRIVER
7412 M: Boris Brezillon <boris.brezillon@free-electrons.com>
7413 M: Arnaud Ebalard <arno@natisbad.org>
7414 F: drivers/crypto/marvell/
7415 S: Maintained
7416 L: linux-crypto@vger.kernel.org
7417
7418 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7419 M: Mirko Lindner <mlindner@marvell.com>
7420 M: Stephen Hemminger <stephen@networkplumber.org>
7421 L: netdev@vger.kernel.org
7422 S: Maintained
7423 F: drivers/net/ethernet/marvell/sk*
7424
7425 MARVELL LIBERTAS WIRELESS DRIVER
7426 L: libertas-dev@lists.infradead.org
7427 S: Orphan
7428 F: drivers/net/wireless/marvell/libertas/
7429
7430 MARVELL MV643XX ETHERNET DRIVER
7431 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7432 L: netdev@vger.kernel.org
7433 S: Maintained
7434 F: drivers/net/ethernet/marvell/mv643xx_eth.*
7435 F: include/linux/mv643xx.h
7436
7437 MARVELL MVNETA ETHERNET DRIVER
7438 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7439 L: netdev@vger.kernel.org
7440 S: Maintained
7441 F: drivers/net/ethernet/marvell/mvneta.*
7442
7443 MARVELL MWIFIEX WIRELESS DRIVER
7444 M: Amitkumar Karwar <akarwar@marvell.com>
7445 M: Nishant Sarmukadam <nishants@marvell.com>
7446 L: linux-wireless@vger.kernel.org
7447 S: Maintained
7448 F: drivers/net/wireless/marvell/mwifiex/
7449
7450 MARVELL MWL8K WIRELESS DRIVER
7451 M: Lennert Buytenhek <buytenh@wantstofly.org>
7452 L: linux-wireless@vger.kernel.org
7453 S: Odd Fixes
7454 F: drivers/net/wireless/marvell/mwl8k.c
7455
7456 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7457 M: Nicolas Pitre <nico@fluxnic.net>
7458 S: Odd Fixes
7459 F: drivers/mmc/host/mvsdio.*
7460
7461 MATROX FRAMEBUFFER DRIVER
7462 L: linux-fbdev@vger.kernel.org
7463 S: Orphan
7464 F: drivers/video/fbdev/matrox/matroxfb_*
7465 F: include/uapi/linux/matroxfb.h
7466
7467 MAX16065 HARDWARE MONITOR DRIVER
7468 M: Guenter Roeck <linux@roeck-us.net>
7469 L: linux-hwmon@vger.kernel.org
7470 S: Maintained
7471 F: Documentation/hwmon/max16065
7472 F: drivers/hwmon/max16065.c
7473
7474 MAX20751 HARDWARE MONITOR DRIVER
7475 M: Guenter Roeck <linux@roeck-us.net>
7476 L: linux-hwmon@vger.kernel.org
7477 S: Maintained
7478 F: Documentation/hwmon/max20751
7479 F: drivers/hwmon/max20751.c
7480
7481 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7482 M: "Hans J. Koch" <hjk@hansjkoch.de>
7483 L: linux-hwmon@vger.kernel.org
7484 S: Maintained
7485 F: Documentation/hwmon/max6650
7486 F: drivers/hwmon/max6650.c
7487
7488 MAX6697 HARDWARE MONITOR DRIVER
7489 M: Guenter Roeck <linux@roeck-us.net>
7490 L: linux-hwmon@vger.kernel.org
7491 S: Maintained
7492 F: Documentation/hwmon/max6697
7493 F: Documentation/devicetree/bindings/i2c/max6697.txt
7494 F: drivers/hwmon/max6697.c
7495 F: include/linux/platform_data/max6697.h
7496
7497 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7498 M: Peter Rosin <peda@axentia.se>
7499 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7500 S: Maintained
7501 F: Documentation/devicetree/bindings/sound/max9860.txt
7502 F: sound/soc/codecs/max9860.*
7503
7504 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7505 M: Krzysztof Kozlowski <krzk@kernel.org>
7506 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7507 L: linux-pm@vger.kernel.org
7508 S: Supported
7509 F: drivers/power/max14577_charger.c
7510 F: drivers/power/max77693_charger.c
7511
7512 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7513 M: Javier Martinez Canillas <javier@osg.samsung.com>
7514 L: linux-kernel@vger.kernel.org
7515 S: Supported
7516 F: drivers/*/*max77802*.c
7517 F: Documentation/devicetree/bindings/*/*max77802.txt
7518 F: include/dt-bindings/*/*max77802.h
7519
7520 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7521 M: Chanwoo Choi <cw00.choi@samsung.com>
7522 M: Krzysztof Kozlowski <krzk@kernel.org>
7523 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7524 L: linux-kernel@vger.kernel.org
7525 S: Supported
7526 F: drivers/*/max14577*.c
7527 F: drivers/*/max77686*.c
7528 F: drivers/*/max77693*.c
7529 F: drivers/extcon/extcon-max14577.c
7530 F: drivers/extcon/extcon-max77693.c
7531 F: drivers/rtc/rtc-max77686.c
7532 F: drivers/clk/clk-max77686.c
7533 F: Documentation/devicetree/bindings/mfd/max14577.txt
7534 F: Documentation/devicetree/bindings/*/max77686.txt
7535 F: Documentation/devicetree/bindings/mfd/max77693.txt
7536 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
7537 F: include/linux/mfd/max14577*.h
7538 F: include/linux/mfd/max77686*.h
7539 F: include/linux/mfd/max77693*.h
7540
7541 MAXIRADIO FM RADIO RECEIVER DRIVER
7542 M: Hans Verkuil <hverkuil@xs4all.nl>
7543 L: linux-media@vger.kernel.org
7544 T: git git://linuxtv.org/media_tree.git
7545 W: https://linuxtv.org
7546 S: Maintained
7547 F: drivers/media/radio/radio-maxiradio*
7548
7549 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7550 M: Peter Rosin <peda@axentia.se>
7551 L: linux-iio@vger.kernel.org
7552 S: Maintained
7553 F: drivers/iio/potentiometer/mcp4531.c
7554
7555 MEDIA DRIVERS FOR RENESAS - FCP
7556 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7557 L: linux-media@vger.kernel.org
7558 L: linux-renesas-soc@vger.kernel.org
7559 T: git git://linuxtv.org/media_tree.git
7560 S: Supported
7561 F: Documentation/devicetree/bindings/media/renesas,fcp.txt
7562 F: drivers/media/platform/rcar-fcp.c
7563 F: include/media/rcar-fcp.h
7564
7565 MEDIA DRIVERS FOR RENESAS - VSP1
7566 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7567 L: linux-media@vger.kernel.org
7568 L: linux-renesas-soc@vger.kernel.org
7569 T: git git://linuxtv.org/media_tree.git
7570 S: Supported
7571 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
7572 F: drivers/media/platform/vsp1/
7573
7574 MEDIA DRIVERS FOR HELENE
7575 M: Abylay Ospan <aospan@netup.ru>
7576 L: linux-media@vger.kernel.org
7577 W: https://linuxtv.org
7578 W: http://netup.tv/
7579 T: git git://linuxtv.org/media_tree.git
7580 S: Supported
7581 F: drivers/media/dvb-frontends/helene*
7582
7583 MEDIA DRIVERS FOR ASCOT2E
7584 M: Sergey Kozlov <serjk@netup.ru>
7585 M: Abylay Ospan <aospan@netup.ru>
7586 L: linux-media@vger.kernel.org
7587 W: https://linuxtv.org
7588 W: http://netup.tv/
7589 T: git git://linuxtv.org/media_tree.git
7590 S: Supported
7591 F: drivers/media/dvb-frontends/ascot2e*
7592
7593 MEDIA DRIVERS FOR CXD2841ER
7594 M: Sergey Kozlov <serjk@netup.ru>
7595 M: Abylay Ospan <aospan@netup.ru>
7596 L: linux-media@vger.kernel.org
7597 W: https://linuxtv.org
7598 W: http://netup.tv/
7599 T: git git://linuxtv.org/media_tree.git
7600 S: Supported
7601 F: drivers/media/dvb-frontends/cxd2841er*
7602
7603 MEDIA DRIVERS FOR HORUS3A
7604 M: Sergey Kozlov <serjk@netup.ru>
7605 M: Abylay Ospan <aospan@netup.ru>
7606 L: linux-media@vger.kernel.org
7607 W: https://linuxtv.org
7608 W: http://netup.tv/
7609 T: git git://linuxtv.org/media_tree.git
7610 S: Supported
7611 F: drivers/media/dvb-frontends/horus3a*
7612
7613 MEDIA DRIVERS FOR LNBH25
7614 M: Sergey Kozlov <serjk@netup.ru>
7615 M: Abylay Ospan <aospan@netup.ru>
7616 L: linux-media@vger.kernel.org
7617 W: https://linuxtv.org
7618 W: http://netup.tv/
7619 T: git git://linuxtv.org/media_tree.git
7620 S: Supported
7621 F: drivers/media/dvb-frontends/lnbh25*
7622
7623 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7624 M: Sergey Kozlov <serjk@netup.ru>
7625 M: Abylay Ospan <aospan@netup.ru>
7626 L: linux-media@vger.kernel.org
7627 W: https://linuxtv.org
7628 W: http://netup.tv/
7629 T: git git://linuxtv.org/media_tree.git
7630 S: Supported
7631 F: drivers/media/pci/netup_unidvb/*
7632
7633 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7634 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
7635 M: Mauro Carvalho Chehab <mchehab@kernel.org>
7636 P: LinuxTV.org Project
7637 L: linux-media@vger.kernel.org
7638 W: https://linuxtv.org
7639 Q: http://patchwork.kernel.org/project/linux-media/list/
7640 T: git git://linuxtv.org/media_tree.git
7641 S: Maintained
7642 F: Documentation/dvb/
7643 F: Documentation/video4linux/
7644 F: Documentation/DocBook/media/
7645 F: drivers/media/
7646 F: drivers/staging/media/
7647 F: include/linux/platform_data/media/
7648 F: include/media/
7649 F: include/uapi/linux/dvb/
7650 F: include/uapi/linux/videodev2.h
7651 F: include/uapi/linux/media.h
7652 F: include/uapi/linux/v4l2-*
7653 F: include/uapi/linux/meye.h
7654 F: include/uapi/linux/ivtv*
7655 F: include/uapi/linux/uvcvideo.h
7656
7657 MEDIATEK ETHERNET DRIVER
7658 M: Felix Fietkau <nbd@openwrt.org>
7659 M: John Crispin <blogic@openwrt.org>
7660 L: netdev@vger.kernel.org
7661 S: Maintained
7662 F: drivers/net/ethernet/mediatek/
7663
7664 MEDIATEK MT7601U WIRELESS LAN DRIVER
7665 M: Jakub Kicinski <kubakici@wp.pl>
7666 L: linux-wireless@vger.kernel.org
7667 S: Maintained
7668 F: drivers/net/wireless/mediatek/mt7601u/
7669
7670 MEGARAID SCSI/SAS DRIVERS
7671 M: Kashyap Desai <kashyap.desai@avagotech.com>
7672 M: Sumit Saxena <sumit.saxena@avagotech.com>
7673 M: Uday Lingala <uday.lingala@avagotech.com>
7674 L: megaraidlinux.pdl@avagotech.com
7675 L: linux-scsi@vger.kernel.org
7676 W: http://www.lsi.com
7677 S: Maintained
7678 F: Documentation/scsi/megaraid.txt
7679 F: drivers/scsi/megaraid.*
7680 F: drivers/scsi/megaraid/
7681
7682 MELLANOX ETHERNET DRIVER (mlx4_en)
7683 M: Tariq Toukan <tariqt@mellanox.com>
7684 L: netdev@vger.kernel.org
7685 S: Supported
7686 W: http://www.mellanox.com
7687 Q: http://patchwork.ozlabs.org/project/netdev/list/
7688 F: drivers/net/ethernet/mellanox/mlx4/en_*
7689
7690 MELLANOX ETHERNET DRIVER (mlx5e)
7691 M: Saeed Mahameed <saeedm@mellanox.com>
7692 L: netdev@vger.kernel.org
7693 S: Supported
7694 W: http://www.mellanox.com
7695 Q: http://patchwork.ozlabs.org/project/netdev/list/
7696 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
7697
7698 MELLANOX ETHERNET SWITCH DRIVERS
7699 M: Jiri Pirko <jiri@mellanox.com>
7700 M: Ido Schimmel <idosch@mellanox.com>
7701 L: netdev@vger.kernel.org
7702 S: Supported
7703 W: http://www.mellanox.com
7704 Q: http://patchwork.ozlabs.org/project/netdev/list/
7705 F: drivers/net/ethernet/mellanox/mlxsw/
7706
7707 SOFT-ROCE DRIVER (rxe)
7708 M: Moni Shoua <monis@mellanox.com>
7709 L: linux-rdma@vger.kernel.org
7710 S: Supported
7711 W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
7712 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7713 F: drivers/infiniband/sw/rxe/
7714 F: include/uapi/rdma/rdma_user_rxe.h
7715
7716 MEMBARRIER SUPPORT
7717 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7718 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7719 L: linux-kernel@vger.kernel.org
7720 S: Supported
7721 F: kernel/membarrier.c
7722 F: include/uapi/linux/membarrier.h
7723
7724 MEMORY MANAGEMENT
7725 L: linux-mm@kvack.org
7726 W: http://www.linux-mm.org
7727 S: Maintained
7728 F: include/linux/mm.h
7729 F: include/linux/gfp.h
7730 F: include/linux/mmzone.h
7731 F: include/linux/memory_hotplug.h
7732 F: include/linux/vmalloc.h
7733 F: mm/
7734
7735 MEMORY TECHNOLOGY DEVICES (MTD)
7736 M: David Woodhouse <dwmw2@infradead.org>
7737 M: Brian Norris <computersforpeace@gmail.com>
7738 L: linux-mtd@lists.infradead.org
7739 W: http://www.linux-mtd.infradead.org/
7740 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7741 T: git git://git.infradead.org/linux-mtd.git
7742 T: git git://git.infradead.org/l2-mtd.git
7743 S: Maintained
7744 F: Documentation/devicetree/bindings/mtd/
7745 F: drivers/mtd/
7746 F: include/linux/mtd/
7747 F: include/uapi/mtd/
7748
7749 MEN A21 WATCHDOG DRIVER
7750 M: Johannes Thumshirn <morbidrsa@gmail.com>
7751 L: linux-watchdog@vger.kernel.org
7752 S: Maintained
7753 F: drivers/watchdog/mena21_wdt.c
7754
7755 MEN CHAMELEON BUS (mcb)
7756 M: Johannes Thumshirn <morbidrsa@gmail.com>
7757 S: Maintained
7758 F: drivers/mcb/
7759 F: include/linux/mcb.h
7760 F: Documentation/men-chameleon-bus.txt
7761
7762 MEN F21BMC (Board Management Controller)
7763 M: Andreas Werner <andreas.werner@men.de>
7764 S: Supported
7765 F: drivers/mfd/menf21bmc.c
7766 F: drivers/watchdog/menf21bmc_wdt.c
7767 F: drivers/leds/leds-menf21bmc.c
7768 F: drivers/hwmon/menf21bmc_hwmon.c
7769 F: Documentation/hwmon/menf21bmc
7770
7771 METAG ARCHITECTURE
7772 M: James Hogan <james.hogan@imgtec.com>
7773 L: linux-metag@vger.kernel.org
7774 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7775 S: Odd Fixes
7776 F: arch/metag/
7777 F: Documentation/metag/
7778 F: Documentation/devicetree/bindings/metag/
7779 F: Documentation/devicetree/bindings/interrupt-controller/img,*
7780 F: drivers/clocksource/metag_generic.c
7781 F: drivers/irqchip/irq-metag.c
7782 F: drivers/irqchip/irq-metag-ext.c
7783 F: drivers/tty/metag_da.c
7784
7785 MICROBLAZE ARCHITECTURE
7786 M: Michal Simek <monstr@monstr.eu>
7787 W: http://www.monstr.eu/fdt/
7788 T: git git://git.monstr.eu/linux-2.6-microblaze.git
7789 S: Supported
7790 F: arch/microblaze/
7791
7792 MICROCHIP / ATMEL ISC DRIVER
7793 M: Songjun Wu <songjun.wu@microchip.com>
7794 L: linux-media@vger.kernel.org
7795 S: Supported
7796 F: drivers/media/platform/atmel/atmel-isc.c
7797 F: drivers/media/platform/atmel/atmel-isc-regs.h
7798 F: devicetree/bindings/media/atmel-isc.txt
7799
7800 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7801 M: Chen Yu <yu.c.chen@intel.com>
7802 L: platform-driver-x86@vger.kernel.org
7803 S: Supported
7804 F: drivers/platform/x86/surfacepro3_button.c
7805
7806 MICROTEK X6 SCANNER
7807 M: Oliver Neukum <oliver@neukum.org>
7808 S: Maintained
7809 F: drivers/usb/image/microtek.*
7810
7811 MIPS
7812 M: Ralf Baechle <ralf@linux-mips.org>
7813 L: linux-mips@linux-mips.org
7814 W: http://www.linux-mips.org/
7815 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
7816 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7817 S: Supported
7818 F: Documentation/devicetree/bindings/mips/
7819 F: Documentation/mips/
7820 F: arch/mips/
7821
7822 MIPS/LOONGSON1 ARCHITECTURE
7823 M: Keguang Zhang <keguang.zhang@gmail.com>
7824 L: linux-mips@linux-mips.org
7825 S: Maintained
7826 F: arch/mips/loongson32/
7827 F: arch/mips/include/asm/mach-loongson32/
7828 F: drivers/*/*loongson1*
7829 F: drivers/*/*/*loongson1*
7830
7831 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7832 M: Hans Verkuil <hverkuil@xs4all.nl>
7833 L: linux-media@vger.kernel.org
7834 T: git git://linuxtv.org/media_tree.git
7835 W: https://linuxtv.org
7836 S: Odd Fixes
7837 F: drivers/media/radio/radio-miropcm20*
7838
7839 MELLANOX MLX4 core VPI driver
7840 M: Yishai Hadas <yishaih@mellanox.com>
7841 L: netdev@vger.kernel.org
7842 L: linux-rdma@vger.kernel.org
7843 W: http://www.mellanox.com
7844 Q: http://patchwork.ozlabs.org/project/netdev/list/
7845 S: Supported
7846 F: drivers/net/ethernet/mellanox/mlx4/
7847 F: include/linux/mlx4/
7848
7849 MELLANOX MLX4 IB driver
7850 M: Yishai Hadas <yishaih@mellanox.com>
7851 L: linux-rdma@vger.kernel.org
7852 W: http://www.mellanox.com
7853 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7854 S: Supported
7855 F: drivers/infiniband/hw/mlx4/
7856 F: include/linux/mlx4/
7857
7858 MELLANOX MLX5 core VPI driver
7859 M: Matan Barak <matanb@mellanox.com>
7860 M: Leon Romanovsky <leonro@mellanox.com>
7861 L: netdev@vger.kernel.org
7862 L: linux-rdma@vger.kernel.org
7863 W: http://www.mellanox.com
7864 Q: http://patchwork.ozlabs.org/project/netdev/list/
7865 S: Supported
7866 F: drivers/net/ethernet/mellanox/mlx5/core/
7867 F: include/linux/mlx5/
7868
7869 MELLANOX MLX5 IB driver
7870 M: Matan Barak <matanb@mellanox.com>
7871 M: Leon Romanovsky <leonro@mellanox.com>
7872 L: linux-rdma@vger.kernel.org
7873 W: http://www.mellanox.com
7874 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7875 S: Supported
7876 F: drivers/infiniband/hw/mlx5/
7877 F: include/linux/mlx5/
7878
7879 MELEXIS MLX90614 DRIVER
7880 M: Crt Mori <cmo@melexis.com>
7881 L: linux-iio@vger.kernel.org
7882 W: http://www.melexis.com
7883 S: Supported
7884 F: drivers/iio/temperature/mlx90614.c
7885
7886 MN88472 MEDIA DRIVER
7887 M: Antti Palosaari <crope@iki.fi>
7888 L: linux-media@vger.kernel.org
7889 W: https://linuxtv.org
7890 W: http://palosaari.fi/linux/
7891 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7892 S: Maintained
7893 F: drivers/media/dvb-frontends/mn88472*
7894
7895 MN88473 MEDIA DRIVER
7896 M: Antti Palosaari <crope@iki.fi>
7897 L: linux-media@vger.kernel.org
7898 W: https://linuxtv.org
7899 W: http://palosaari.fi/linux/
7900 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7901 S: Maintained
7902 F: drivers/media/dvb-frontends/mn88473*
7903
7904 MODULE SUPPORT
7905 M: Rusty Russell <rusty@rustcorp.com.au>
7906 S: Maintained
7907 F: include/linux/module.h
7908 F: kernel/module.c
7909
7910 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7911 W: http://popies.net/meye/
7912 S: Orphan
7913 F: Documentation/video4linux/meye.txt
7914 F: drivers/media/pci/meye/
7915 F: include/uapi/linux/meye.h
7916
7917 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7918 M: Jiri Slaby <jirislaby@gmail.com>
7919 S: Maintained
7920 F: Documentation/serial/moxa-smartio
7921 F: drivers/tty/mxser.*
7922
7923 MR800 AVERMEDIA USB FM RADIO DRIVER
7924 M: Alexey Klimov <klimov.linux@gmail.com>
7925 L: linux-media@vger.kernel.org
7926 T: git git://linuxtv.org/media_tree.git
7927 S: Maintained
7928 F: drivers/media/radio/radio-mr800.c
7929
7930 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7931 M: Alan Ott <alan@signal11.us>
7932 L: linux-wpan@vger.kernel.org
7933 S: Maintained
7934 F: drivers/net/ieee802154/mrf24j40.c
7935 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7936
7937 MSI LAPTOP SUPPORT
7938 M: "Lee, Chun-Yi" <jlee@suse.com>
7939 L: platform-driver-x86@vger.kernel.org
7940 S: Maintained
7941 F: drivers/platform/x86/msi-laptop.c
7942
7943 MSI WMI SUPPORT
7944 L: platform-driver-x86@vger.kernel.org
7945 S: Orphan
7946 F: drivers/platform/x86/msi-wmi.c
7947
7948 MSI001 MEDIA DRIVER
7949 M: Antti Palosaari <crope@iki.fi>
7950 L: linux-media@vger.kernel.org
7951 W: https://linuxtv.org
7952 W: http://palosaari.fi/linux/
7953 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7954 T: git git://linuxtv.org/anttip/media_tree.git
7955 S: Maintained
7956 F: drivers/media/tuners/msi001*
7957
7958 MSI2500 MEDIA DRIVER
7959 M: Antti Palosaari <crope@iki.fi>
7960 L: linux-media@vger.kernel.org
7961 W: https://linuxtv.org
7962 W: http://palosaari.fi/linux/
7963 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7964 T: git git://linuxtv.org/anttip/media_tree.git
7965 S: Maintained
7966 F: drivers/media/usb/msi2500/
7967
7968 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7969 M: Robert Jarzmik <robert.jarzmik@free.fr>
7970 L: linux-mtd@lists.infradead.org
7971 S: Maintained
7972 F: drivers/mtd/devices/docg3*
7973
7974 MT9M032 APTINA SENSOR DRIVER
7975 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7976 L: linux-media@vger.kernel.org
7977 T: git git://linuxtv.org/media_tree.git
7978 S: Maintained
7979 F: drivers/media/i2c/mt9m032.c
7980 F: include/media/i2c/mt9m032.h
7981
7982 MT9P031 APTINA CAMERA SENSOR
7983 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7984 L: linux-media@vger.kernel.org
7985 T: git git://linuxtv.org/media_tree.git
7986 S: Maintained
7987 F: drivers/media/i2c/mt9p031.c
7988 F: include/media/i2c/mt9p031.h
7989
7990 MT9T001 APTINA CAMERA SENSOR
7991 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7992 L: linux-media@vger.kernel.org
7993 T: git git://linuxtv.org/media_tree.git
7994 S: Maintained
7995 F: drivers/media/i2c/mt9t001.c
7996 F: include/media/i2c/mt9t001.h
7997
7998 MT9V032 APTINA CAMERA SENSOR
7999 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8000 L: linux-media@vger.kernel.org
8001 T: git git://linuxtv.org/media_tree.git
8002 S: Maintained
8003 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8004 F: drivers/media/i2c/mt9v032.c
8005 F: include/media/i2c/mt9v032.h
8006
8007 MULTIFUNCTION DEVICES (MFD)
8008 M: Lee Jones <lee.jones@linaro.org>
8009 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8010 S: Supported
8011 F: drivers/mfd/
8012 F: include/linux/mfd/
8013
8014 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8015 M: Ulf Hansson <ulf.hansson@linaro.org>
8016 L: linux-mmc@vger.kernel.org
8017 T: git git://git.linaro.org/people/ulf.hansson/mmc.git
8018 S: Maintained
8019 F: Documentation/devicetree/bindings/mmc/
8020 F: drivers/mmc/
8021 F: include/linux/mmc/
8022 F: include/uapi/linux/mmc/
8023
8024 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8025 S: Orphan
8026 F: drivers/mmc/host/mmc_spi.c
8027 F: include/linux/spi/mmc_spi.h
8028
8029 MULTISOUND SOUND DRIVER
8030 M: Andrew Veliath <andrewtv@usa.net>
8031 S: Maintained
8032 F: Documentation/sound/oss/MultiSound
8033 F: sound/oss/msnd*
8034
8035 MULTITECH MULTIPORT CARD (ISICOM)
8036 S: Orphan
8037 F: drivers/tty/isicom.c
8038 F: include/linux/isicom.h
8039
8040 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8041 M: Bin Liu <b-liu@ti.com>
8042 L: linux-usb@vger.kernel.org
8043 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8044 S: Maintained
8045 F: drivers/usb/musb/
8046
8047 MXL5007T MEDIA DRIVER
8048 M: Michael Krufky <mkrufky@linuxtv.org>
8049 L: linux-media@vger.kernel.org
8050 W: https://linuxtv.org
8051 W: http://github.com/mkrufky
8052 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8053 T: git git://linuxtv.org/mkrufky/tuners.git
8054 S: Maintained
8055 F: drivers/media/tuners/mxl5007t.*
8056
8057 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8058 M: Hyong-Youb Kim <hykim@myri.com>
8059 L: netdev@vger.kernel.org
8060 W: https://www.myricom.com/support/downloads/myri10ge.html
8061 S: Supported
8062 F: drivers/net/ethernet/myricom/myri10ge/
8063
8064 NAND FLASH SUBSYSTEM
8065 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8066 R: Richard Weinberger <richard@nod.at>
8067 L: linux-mtd@lists.infradead.org
8068 W: http://www.linux-mtd.infradead.org/
8069 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8070 T: git git://github.com/linux-nand/linux.git
8071 S: Maintained
8072 F: drivers/mtd/nand/
8073 F: include/linux/mtd/nand*.h
8074
8075 NATSEMI ETHERNET DRIVER (DP8381x)
8076 S: Orphan
8077 F: drivers/net/ethernet/natsemi/natsemi.c
8078
8079 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8080 M: Daniel Mack <zonque@gmail.com>
8081 S: Maintained
8082 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8083 W: http://www.native-instruments.com
8084 F: sound/usb/caiaq/
8085
8086 NCP FILESYSTEM
8087 M: Petr Vandrovec <petr@vandrovec.name>
8088 S: Odd Fixes
8089 F: fs/ncpfs/
8090
8091 NCR 5380 SCSI DRIVERS
8092 M: Finn Thain <fthain@telegraphics.com.au>
8093 M: Michael Schmitz <schmitzmic@gmail.com>
8094 L: linux-scsi@vger.kernel.org
8095 S: Maintained
8096 F: Documentation/scsi/g_NCR5380.txt
8097 F: Documentation/scsi/dtc3x80.txt
8098 F: drivers/scsi/NCR5380.*
8099 F: drivers/scsi/arm/cumana_1.c
8100 F: drivers/scsi/arm/oak.c
8101 F: drivers/scsi/atari_scsi.*
8102 F: drivers/scsi/dmx3191d.c
8103 F: drivers/scsi/dtc.*
8104 F: drivers/scsi/g_NCR5380.*
8105 F: drivers/scsi/g_NCR5380_mmio.c
8106 F: drivers/scsi/mac_scsi.*
8107 F: drivers/scsi/pas16.*
8108 F: drivers/scsi/sun3_scsi.*
8109 F: drivers/scsi/sun3_scsi_vme.c
8110 F: drivers/scsi/t128.*
8111
8112 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8113 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8114 L: linux-scsi@vger.kernel.org
8115 S: Maintained
8116 F: drivers/scsi/NCR_D700.*
8117
8118 NCT6775 HARDWARE MONITOR DRIVER
8119 M: Guenter Roeck <linux@roeck-us.net>
8120 L: linux-hwmon@vger.kernel.org
8121 S: Maintained
8122 F: Documentation/hwmon/nct6775
8123 F: drivers/hwmon/nct6775.c
8124
8125 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8126 M: Faisal Latif <faisal.latif@intel.com>
8127 L: linux-rdma@vger.kernel.org
8128 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8129 S: Supported
8130 F: drivers/infiniband/hw/nes/
8131
8132 NETEM NETWORK EMULATOR
8133 M: Stephen Hemminger <stephen@networkplumber.org>
8134 L: netem@lists.linux-foundation.org (moderated for non-subscribers)
8135 S: Maintained
8136 F: net/sched/sch_netem.c
8137
8138 NETERION 10GbE DRIVERS (s2io/vxge)
8139 M: Jon Mason <jdmason@kudzu.us>
8140 L: netdev@vger.kernel.org
8141 S: Supported
8142 F: Documentation/networking/s2io.txt
8143 F: Documentation/networking/vxge.txt
8144 F: drivers/net/ethernet/neterion/
8145
8146 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8147 M: Pablo Neira Ayuso <pablo@netfilter.org>
8148 M: Patrick McHardy <kaber@trash.net>
8149 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8150 L: netfilter-devel@vger.kernel.org
8151 L: coreteam@netfilter.org
8152 W: http://www.netfilter.org/
8153 W: http://www.iptables.org/
8154 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
8155 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8156 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8157 S: Supported
8158 F: include/linux/netfilter*
8159 F: include/linux/netfilter/
8160 F: include/net/netfilter/
8161 F: include/uapi/linux/netfilter*
8162 F: include/uapi/linux/netfilter/
8163 F: net/*/netfilter.c
8164 F: net/*/netfilter/
8165 F: net/netfilter/
8166 F: net/bridge/br_netfilter*.c
8167
8168 NETLABEL
8169 M: Paul Moore <paul@paul-moore.com>
8170 W: http://netlabel.sf.net
8171 L: netdev@vger.kernel.org
8172 S: Maintained
8173 F: Documentation/netlabel/
8174 F: include/net/netlabel.h
8175 F: net/netlabel/
8176
8177 NETROM NETWORK LAYER
8178 M: Ralf Baechle <ralf@linux-mips.org>
8179 L: linux-hams@vger.kernel.org
8180 W: http://www.linux-ax25.org/
8181 S: Maintained
8182 F: include/net/netrom.h
8183 F: include/uapi/linux/netrom.h
8184 F: net/netrom/
8185
8186 NETRONOME ETHERNET DRIVERS
8187 M: Jakub Kicinski <jakub.kicinski@netronome.com>
8188 L: oss-drivers@netronome.com
8189 S: Maintained
8190 F: drivers/net/ethernet/netronome/
8191
8192 NETWORK BLOCK DEVICE (NBD)
8193 M: Markus Pargmann <mpa@pengutronix.de>
8194 S: Maintained
8195 L: nbd-general@lists.sourceforge.net
8196 T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
8197 F: Documentation/blockdev/nbd.txt
8198 F: drivers/block/nbd.c
8199 F: include/uapi/linux/nbd.h
8200
8201 NETWORK DROP MONITOR
8202 M: Neil Horman <nhorman@tuxdriver.com>
8203 L: netdev@vger.kernel.org
8204 S: Maintained
8205 W: https://fedorahosted.org/dropwatch/
8206 F: net/core/drop_monitor.c
8207
8208 NETWORKING [GENERAL]
8209 M: "David S. Miller" <davem@davemloft.net>
8210 L: netdev@vger.kernel.org
8211 W: http://www.linuxfoundation.org/en/Net
8212 Q: http://patchwork.ozlabs.org/project/netdev/list/
8213 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8214 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8215 S: Maintained
8216 F: net/
8217 F: include/net/
8218 F: include/linux/in.h
8219 F: include/linux/net.h
8220 F: include/linux/netdevice.h
8221 F: include/uapi/linux/in.h
8222 F: include/uapi/linux/net.h
8223 F: include/uapi/linux/netdevice.h
8224 F: include/uapi/linux/net_namespace.h
8225 F: tools/net/
8226 F: tools/testing/selftests/net/
8227 F: lib/random32.c
8228 F: lib/test_bpf.c
8229
8230 NETWORKING [IPv4/IPv6]
8231 M: "David S. Miller" <davem@davemloft.net>
8232 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8233 M: James Morris <jmorris@namei.org>
8234 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8235 M: Patrick McHardy <kaber@trash.net>
8236 L: netdev@vger.kernel.org
8237 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8238 S: Maintained
8239 F: net/ipv4/
8240 F: net/ipv6/
8241 F: include/net/ip*
8242 F: arch/x86/net/*
8243
8244 NETWORKING [IPSEC]
8245 M: Steffen Klassert <steffen.klassert@secunet.com>
8246 M: Herbert Xu <herbert@gondor.apana.org.au>
8247 M: "David S. Miller" <davem@davemloft.net>
8248 L: netdev@vger.kernel.org
8249 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8250 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8251 S: Maintained
8252 F: net/core/flow.c
8253 F: net/xfrm/
8254 F: net/key/
8255 F: net/ipv4/xfrm*
8256 F: net/ipv4/esp4.c
8257 F: net/ipv4/ah4.c
8258 F: net/ipv4/ipcomp.c
8259 F: net/ipv4/ip_vti.c
8260 F: net/ipv6/xfrm*
8261 F: net/ipv6/esp6.c
8262 F: net/ipv6/ah6.c
8263 F: net/ipv6/ipcomp6.c
8264 F: net/ipv6/ip6_vti.c
8265 F: include/uapi/linux/xfrm.h
8266 F: include/net/xfrm.h
8267
8268 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8269 M: Paul Moore <paul@paul-moore.com>
8270 L: netdev@vger.kernel.org
8271 S: Maintained
8272
8273 NETWORKING [WIRELESS]
8274 L: linux-wireless@vger.kernel.org
8275 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8276
8277 NETWORKING DRIVERS
8278 L: netdev@vger.kernel.org
8279 W: http://www.linuxfoundation.org/en/Net
8280 Q: http://patchwork.ozlabs.org/project/netdev/list/
8281 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8282 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8283 S: Odd Fixes
8284 F: Documentation/devicetree/bindings/net/
8285 F: drivers/net/
8286 F: include/linux/if_*
8287 F: include/linux/netdevice.h
8288 F: include/linux/etherdevice.h
8289 F: include/linux/fcdevice.h
8290 F: include/linux/fddidevice.h
8291 F: include/linux/hippidevice.h
8292 F: include/linux/inetdevice.h
8293 F: include/uapi/linux/if_*
8294 F: include/uapi/linux/netdevice.h
8295
8296 NETWORKING DRIVERS (WIRELESS)
8297 M: Kalle Valo <kvalo@codeaurora.org>
8298 L: linux-wireless@vger.kernel.org
8299 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8300 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8301 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8302 S: Maintained
8303 F: Documentation/devicetree/bindings/net/wireless/
8304 F: drivers/net/wireless/
8305
8306 NETXEN (1/10) GbE SUPPORT
8307 M: Manish Chopra <manish.chopra@qlogic.com>
8308 M: Sony Chacko <sony.chacko@qlogic.com>
8309 M: Rajesh Borundia <rajesh.borundia@qlogic.com>
8310 L: netdev@vger.kernel.org
8311 W: http://www.qlogic.com
8312 S: Supported
8313 F: drivers/net/ethernet/qlogic/netxen/
8314
8315 NFC SUBSYSTEM
8316 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8317 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8318 M: Samuel Ortiz <sameo@linux.intel.com>
8319 L: linux-wireless@vger.kernel.org
8320 L: linux-nfc@lists.01.org (subscribers-only)
8321 S: Supported
8322 F: net/nfc/
8323 F: include/net/nfc/
8324 F: include/uapi/linux/nfc.h
8325 F: drivers/nfc/
8326 F: include/linux/platform_data/nfcmrvl.h
8327 F: include/linux/platform_data/nxp-nci.h
8328 F: include/linux/platform_data/pn544.h
8329 F: include/linux/platform_data/st21nfca.h
8330 F: include/linux/platform_data/st-nci.h
8331 F: Documentation/devicetree/bindings/net/nfc/
8332
8333 NFS, SUNRPC, AND LOCKD CLIENTS
8334 M: Trond Myklebust <trond.myklebust@primarydata.com>
8335 M: Anna Schumaker <anna.schumaker@netapp.com>
8336 L: linux-nfs@vger.kernel.org
8337 W: http://client.linux-nfs.org
8338 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8339 S: Maintained
8340 F: fs/lockd/
8341 F: fs/nfs/
8342 F: fs/nfs_common/
8343 F: net/sunrpc/
8344 F: include/linux/lockd/
8345 F: include/linux/nfs*
8346 F: include/linux/sunrpc/
8347 F: include/uapi/linux/nfs*
8348 F: include/uapi/linux/sunrpc/
8349
8350 NILFS2 FILESYSTEM
8351 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8352 L: linux-nilfs@vger.kernel.org
8353 W: http://nilfs.sourceforge.net/
8354 W: http://nilfs.osdn.jp/
8355 T: git git://github.com/konis/nilfs2.git
8356 S: Supported
8357 F: Documentation/filesystems/nilfs2.txt
8358 F: fs/nilfs2/
8359 F: include/trace/events/nilfs2.h
8360 F: include/uapi/linux/nilfs2_api.h
8361 F: include/uapi/linux/nilfs2_ondisk.h
8362
8363 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8364 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8365 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8366 S: Maintained
8367 F: Documentation/scsi/NinjaSCSI.txt
8368 F: drivers/scsi/pcmcia/nsp_*
8369
8370 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8371 M: GOTO Masanori <gotom@debian.or.jp>
8372 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8373 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8374 S: Maintained
8375 F: Documentation/scsi/NinjaSCSI.txt
8376 F: drivers/scsi/nsp32*
8377
8378 NIOS2 ARCHITECTURE
8379 M: Ley Foon Tan <lftan@altera.com>
8380 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8381 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8382 S: Maintained
8383 F: arch/nios2/
8384
8385 NOKIA N900 POWER SUPPLY DRIVERS
8386 R: Pali Rohár <pali.rohar@gmail.com>
8387 F: include/linux/power/bq2415x_charger.h
8388 F: include/linux/power/bq27xxx_battery.h
8389 F: include/linux/power/isp1704_charger.h
8390 F: drivers/power/bq2415x_charger.c
8391 F: drivers/power/bq27xxx_battery.c
8392 F: drivers/power/bq27xxx_battery_i2c.c
8393 F: drivers/power/isp1704_charger.c
8394 F: drivers/power/rx51_battery.c
8395
8396 NTB DRIVER CORE
8397 M: Jon Mason <jdmason@kudzu.us>
8398 M: Dave Jiang <dave.jiang@intel.com>
8399 M: Allen Hubbe <Allen.Hubbe@emc.com>
8400 L: linux-ntb@googlegroups.com
8401 S: Supported
8402 W: https://github.com/jonmason/ntb/wiki
8403 T: git git://github.com/jonmason/ntb.git
8404 F: drivers/ntb/
8405 F: drivers/net/ntb_netdev.c
8406 F: include/linux/ntb.h
8407 F: include/linux/ntb_transport.h
8408 F: tools/testing/selftests/ntb/
8409
8410 NTB INTEL DRIVER
8411 M: Jon Mason <jdmason@kudzu.us>
8412 M: Dave Jiang <dave.jiang@intel.com>
8413 L: linux-ntb@googlegroups.com
8414 S: Supported
8415 W: https://github.com/jonmason/ntb/wiki
8416 T: git git://github.com/jonmason/ntb.git
8417 F: drivers/ntb/hw/intel/
8418
8419 NTB AMD DRIVER
8420 M: Xiangliang Yu <Xiangliang.Yu@amd.com>
8421 L: linux-ntb@googlegroups.com
8422 S: Supported
8423 F: drivers/ntb/hw/amd/
8424
8425 NTFS FILESYSTEM
8426 M: Anton Altaparmakov <anton@tuxera.com>
8427 L: linux-ntfs-dev@lists.sourceforge.net
8428 W: http://www.tuxera.com/
8429 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8430 S: Supported
8431 F: Documentation/filesystems/ntfs.txt
8432 F: fs/ntfs/
8433
8434 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8435 M: Antonino Daplas <adaplas@gmail.com>
8436 L: linux-fbdev@vger.kernel.org
8437 S: Maintained
8438 F: drivers/video/fbdev/riva/
8439 F: drivers/video/fbdev/nvidia/
8440
8441 NVM EXPRESS DRIVER
8442 M: Keith Busch <keith.busch@intel.com>
8443 M: Jens Axboe <axboe@fb.com>
8444 L: linux-nvme@lists.infradead.org
8445 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8446 W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8447 S: Supported
8448 F: drivers/nvme/host/
8449 F: include/linux/nvme.h
8450
8451 NVM EXPRESS TARGET DRIVER
8452 M: Christoph Hellwig <hch@lst.de>
8453 M: Sagi Grimberg <sagi@grimberg.me>
8454 L: linux-nvme@lists.infradead.org
8455 S: Supported
8456 F: drivers/nvme/target/
8457
8458 NVMEM FRAMEWORK
8459 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8460 M: Maxime Ripard <maxime.ripard@free-electrons.com>
8461 S: Maintained
8462 F: drivers/nvmem/
8463 F: Documentation/devicetree/bindings/nvmem/
8464 F: include/linux/nvmem-consumer.h
8465 F: include/linux/nvmem-provider.h
8466
8467 NXP-NCI NFC DRIVER
8468 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
8469 R: Charles Gorand <charles.gorand@effinnov.com>
8470 L: linux-nfc@lists.01.org (moderated for non-subscribers)
8471 S: Supported
8472 F: drivers/nfc/nxp-nci
8473
8474 NXP TDA998X DRM DRIVER
8475 M: Russell King <rmk+kernel@armlinux.org.uk>
8476 S: Supported
8477 F: drivers/gpu/drm/i2c/tda998x_drv.c
8478 F: include/drm/i2c/tda998x.h
8479
8480 NXP TFA9879 DRIVER
8481 M: Peter Rosin <peda@axentia.se>
8482 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8483 S: Maintained
8484 F: sound/soc/codecs/tfa9879*
8485
8486 OBJTOOL
8487 M: Josh Poimboeuf <jpoimboe@redhat.com>
8488 S: Supported
8489 F: tools/objtool/
8490
8491 OMAP SUPPORT
8492 M: Tony Lindgren <tony@atomide.com>
8493 L: linux-omap@vger.kernel.org
8494 W: http://www.muru.com/linux/omap/
8495 W: http://linux.omap.com/
8496 Q: http://patchwork.kernel.org/project/linux-omap/list/
8497 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8498 S: Maintained
8499 F: arch/arm/*omap*/
8500 F: arch/arm/configs/omap1_defconfig
8501 F: arch/arm/configs/omap2plus_defconfig
8502 F: drivers/i2c/busses/i2c-omap.c
8503 F: drivers/irqchip/irq-omap-intc.c
8504 F: drivers/mfd/*omap*.c
8505 F: drivers/mfd/menelaus.c
8506 F: drivers/mfd/palmas.c
8507 F: drivers/mfd/tps65217.c
8508 F: drivers/mfd/tps65218.c
8509 F: drivers/mfd/tps65910.c
8510 F: drivers/mfd/twl-core.[ch]
8511 F: drivers/mfd/twl4030*.c
8512 F: drivers/mfd/twl6030*.c
8513 F: drivers/mfd/twl6040*.c
8514 F: drivers/regulator/palmas-regulator*.c
8515 F: drivers/regulator/pbias-regulator.c
8516 F: drivers/regulator/tps65217-regulator.c
8517 F: drivers/regulator/tps65218-regulator.c
8518 F: drivers/regulator/tps65910-regulator.c
8519 F: drivers/regulator/twl-regulator.c
8520 F: include/linux/i2c-omap.h
8521
8522 OMAP DEVICE TREE SUPPORT
8523 M: Benoît Cousson <bcousson@baylibre.com>
8524 M: Tony Lindgren <tony@atomide.com>
8525 L: linux-omap@vger.kernel.org
8526 L: devicetree@vger.kernel.org
8527 S: Maintained
8528 F: arch/arm/boot/dts/*omap*
8529 F: arch/arm/boot/dts/*am3*
8530 F: arch/arm/boot/dts/*am4*
8531 F: arch/arm/boot/dts/*am5*
8532 F: arch/arm/boot/dts/*dra7*
8533
8534 OMAP CLOCK FRAMEWORK SUPPORT
8535 M: Paul Walmsley <paul@pwsan.com>
8536 L: linux-omap@vger.kernel.org
8537 S: Maintained
8538 F: arch/arm/*omap*/*clock*
8539
8540 OMAP POWER MANAGEMENT SUPPORT
8541 M: Kevin Hilman <khilman@kernel.org>
8542 L: linux-omap@vger.kernel.org
8543 S: Maintained
8544 F: arch/arm/*omap*/*pm*
8545 F: drivers/cpufreq/omap-cpufreq.c
8546
8547 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8548 M: Rajendra Nayak <rnayak@codeaurora.org>
8549 M: Paul Walmsley <paul@pwsan.com>
8550 L: linux-omap@vger.kernel.org
8551 S: Maintained
8552 F: arch/arm/mach-omap2/prm*
8553
8554 OMAP AUDIO SUPPORT
8555 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
8556 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
8557 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8558 L: linux-omap@vger.kernel.org
8559 S: Maintained
8560 F: sound/soc/omap/
8561
8562 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8563 M: Roger Quadros <rogerq@ti.com>
8564 M: Tony Lindgren <tony@atomide.com>
8565 L: linux-omap@vger.kernel.org
8566 S: Maintained
8567 F: drivers/memory/omap-gpmc.c
8568 F: arch/arm/mach-omap2/*gpmc*
8569
8570 OMAP FRAMEBUFFER SUPPORT
8571 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8572 L: linux-fbdev@vger.kernel.org
8573 L: linux-omap@vger.kernel.org
8574 S: Maintained
8575 F: drivers/video/fbdev/omap/
8576
8577 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8578 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8579 L: linux-omap@vger.kernel.org
8580 L: linux-fbdev@vger.kernel.org
8581 S: Maintained
8582 F: drivers/video/fbdev/omap2/
8583 F: Documentation/arm/OMAP/DSS
8584
8585 OMAP HARDWARE SPINLOCK SUPPORT
8586 M: Ohad Ben-Cohen <ohad@wizery.com>
8587 L: linux-omap@vger.kernel.org
8588 S: Maintained
8589 F: drivers/hwspinlock/omap_hwspinlock.c
8590
8591 OMAP MMC SUPPORT
8592 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
8593 L: linux-omap@vger.kernel.org
8594 S: Maintained
8595 F: drivers/mmc/host/omap.c
8596
8597 OMAP HS MMC SUPPORT
8598 L: linux-mmc@vger.kernel.org
8599 L: linux-omap@vger.kernel.org
8600 S: Orphan
8601 F: drivers/mmc/host/omap_hsmmc.c
8602
8603 OMAP RANDOM NUMBER GENERATOR SUPPORT
8604 M: Deepak Saxena <dsaxena@plexity.net>
8605 S: Maintained
8606 F: drivers/char/hw_random/omap-rng.c
8607
8608 OMAP HWMOD SUPPORT
8609 M: Benoît Cousson <bcousson@baylibre.com>
8610 M: Paul Walmsley <paul@pwsan.com>
8611 L: linux-omap@vger.kernel.org
8612 S: Maintained
8613 F: arch/arm/mach-omap2/omap_hwmod.*
8614
8615 OMAP HWMOD DATA
8616 M: Paul Walmsley <paul@pwsan.com>
8617 L: linux-omap@vger.kernel.org
8618 S: Maintained
8619 F: arch/arm/mach-omap2/omap_hwmod*data*
8620
8621 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8622 M: Benoît Cousson <bcousson@baylibre.com>
8623 L: linux-omap@vger.kernel.org
8624 S: Maintained
8625 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8626
8627 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8628 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8629 L: linux-media@vger.kernel.org
8630 S: Maintained
8631 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
8632 F: drivers/media/platform/omap3isp/
8633 F: drivers/staging/media/omap4iss/
8634
8635 OMAP USB SUPPORT
8636 L: linux-usb@vger.kernel.org
8637 L: linux-omap@vger.kernel.org
8638 S: Orphan
8639 F: drivers/usb/*/*omap*
8640 F: arch/arm/*omap*/usb*
8641
8642 OMAP GPIO DRIVER
8643 M: Grygorii Strashko <grygorii.strashko@ti.com>
8644 M: Santosh Shilimkar <ssantosh@kernel.org>
8645 M: Kevin Hilman <khilman@kernel.org>
8646 L: linux-omap@vger.kernel.org
8647 S: Maintained
8648 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
8649 F: drivers/gpio/gpio-omap.c
8650
8651 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8652 M: Mark Jackson <mpfj@newflow.co.uk>
8653 L: linux-omap@vger.kernel.org
8654 S: Maintained
8655 F: arch/arm/boot/dts/am335x-nano.dts
8656
8657 OMFS FILESYSTEM
8658 M: Bob Copeland <me@bobcopeland.com>
8659 L: linux-karma-devel@lists.sourceforge.net
8660 S: Maintained
8661 F: Documentation/filesystems/omfs.txt
8662 F: fs/omfs/
8663
8664 OMNIKEY CARDMAN 4000 DRIVER
8665 M: Harald Welte <laforge@gnumonks.org>
8666 S: Maintained
8667 F: drivers/char/pcmcia/cm4000_cs.c
8668 F: include/linux/cm4000_cs.h
8669 F: include/uapi/linux/cm4000_cs.h
8670
8671 OMNIKEY CARDMAN 4040 DRIVER
8672 M: Harald Welte <laforge@gnumonks.org>
8673 S: Maintained
8674 F: drivers/char/pcmcia/cm4040_cs.*
8675
8676 OMNIVISION OV7670 SENSOR DRIVER
8677 M: Jonathan Corbet <corbet@lwn.net>
8678 L: linux-media@vger.kernel.org
8679 T: git git://linuxtv.org/media_tree.git
8680 S: Maintained
8681 F: drivers/media/i2c/ov7670.c
8682
8683 ONENAND FLASH DRIVER
8684 M: Kyungmin Park <kyungmin.park@samsung.com>
8685 L: linux-mtd@lists.infradead.org
8686 S: Maintained
8687 F: drivers/mtd/onenand/
8688 F: include/linux/mtd/onenand*.h
8689
8690 ONSTREAM SCSI TAPE DRIVER
8691 M: Willem Riede <osst@riede.org>
8692 L: osst-users@lists.sourceforge.net
8693 L: linux-scsi@vger.kernel.org
8694 S: Maintained
8695 F: Documentation/scsi/osst.txt
8696 F: drivers/scsi/osst.*
8697 F: drivers/scsi/osst_*.h
8698 F: drivers/scsi/st.h
8699
8700 OPENCORES I2C BUS DRIVER
8701 M: Peter Korsgaard <jacmet@sunsite.dk>
8702 L: linux-i2c@vger.kernel.org
8703 S: Maintained
8704 F: Documentation/i2c/busses/i2c-ocores
8705 F: drivers/i2c/busses/i2c-ocores.c
8706
8707 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8708 M: Rob Herring <robh+dt@kernel.org>
8709 M: Frank Rowand <frowand.list@gmail.com>
8710 L: devicetree@vger.kernel.org
8711 W: http://www.devicetree.org/
8712 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8713 S: Maintained
8714 F: drivers/of/
8715 F: include/linux/of*.h
8716 F: scripts/dtc/
8717
8718 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8719 M: Rob Herring <robh+dt@kernel.org>
8720 M: Mark Rutland <mark.rutland@arm.com>
8721 L: devicetree@vger.kernel.org
8722 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8723 Q: http://patchwork.ozlabs.org/project/devicetree-bindings/list/
8724 S: Maintained
8725 F: Documentation/devicetree/
8726 F: arch/*/boot/dts/
8727 F: include/dt-bindings/
8728
8729 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8730 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8731 L: devicetree@vger.kernel.org
8732 S: Maintained
8733 F: Documentation/devicetree/dynamic-resolution-notes.txt
8734 F: Documentation/devicetree/overlay-notes.txt
8735 F: drivers/of/overlay.c
8736 F: drivers/of/resolver.c
8737
8738 OPENRISC ARCHITECTURE
8739 M: Jonas Bonn <jonas@southpole.se>
8740 W: http://openrisc.net
8741 S: Maintained
8742 T: git git://openrisc.net/~jonas/linux
8743 F: arch/openrisc/
8744
8745 OPENVSWITCH
8746 M: Pravin Shelar <pshelar@nicira.com>
8747 L: netdev@vger.kernel.org
8748 L: dev@openvswitch.org
8749 W: http://openvswitch.org
8750 S: Maintained
8751 F: net/openvswitch/
8752 F: include/uapi/linux/openvswitch.h
8753
8754 OPERATING PERFORMANCE POINTS (OPP)
8755 M: Viresh Kumar <vireshk@kernel.org>
8756 M: Nishanth Menon <nm@ti.com>
8757 M: Stephen Boyd <sboyd@codeaurora.org>
8758 L: linux-pm@vger.kernel.org
8759 S: Maintained
8760 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8761 F: drivers/base/power/opp/
8762 F: include/linux/pm_opp.h
8763 F: Documentation/power/opp.txt
8764 F: Documentation/devicetree/bindings/opp/
8765
8766 OPL4 DRIVER
8767 M: Clemens Ladisch <clemens@ladisch.de>
8768 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8769 T: git git://git.alsa-project.org/alsa-kernel.git
8770 S: Maintained
8771 F: sound/drivers/opl4/
8772
8773 OPROFILE
8774 M: Robert Richter <rric@kernel.org>
8775 L: oprofile-list@lists.sf.net
8776 S: Maintained
8777 F: arch/*/include/asm/oprofile*.h
8778 F: arch/*/oprofile/
8779 F: drivers/oprofile/
8780 F: include/linux/oprofile.h
8781
8782 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8783 M: Mark Fasheh <mfasheh@suse.com>
8784 M: Joel Becker <jlbec@evilplan.org>
8785 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8786 W: http://ocfs2.wiki.kernel.org
8787 S: Supported
8788 F: Documentation/filesystems/ocfs2.txt
8789 F: Documentation/filesystems/dlmfs.txt
8790 F: fs/ocfs2/
8791
8792 ORINOCO DRIVER
8793 L: linux-wireless@vger.kernel.org
8794 W: http://wireless.kernel.org/en/users/Drivers/orinoco
8795 W: http://www.nongnu.org/orinoco/
8796 S: Orphan
8797 F: drivers/net/wireless/intersil/orinoco/
8798
8799 OSD LIBRARY and FILESYSTEM
8800 M: Boaz Harrosh <ooo@electrozaur.com>
8801 M: Benny Halevy <bhalevy@primarydata.com>
8802 L: osd-dev@open-osd.org
8803 W: http://open-osd.org
8804 T: git git://git.open-osd.org/open-osd.git
8805 S: Maintained
8806 F: drivers/scsi/osd/
8807 F: include/scsi/osd_*
8808 F: fs/exofs/
8809
8810 OVERLAY FILESYSTEM
8811 M: Miklos Szeredi <miklos@szeredi.hu>
8812 L: linux-unionfs@vger.kernel.org
8813 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8814 S: Supported
8815 F: fs/overlayfs/
8816 F: Documentation/filesystems/overlayfs.txt
8817
8818 ORANGEFS FILESYSTEM
8819 M: Mike Marshall <hubcap@omnibond.com>
8820 L: pvfs2-developers@beowulf-underground.org (subscribers-only)
8821 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8822 S: Supported
8823 F: fs/orangefs/
8824 F: Documentation/filesystems/orangefs.txt
8825
8826 P54 WIRELESS DRIVER
8827 M: Christian Lamparter <chunkeey@googlemail.com>
8828 L: linux-wireless@vger.kernel.org
8829 W: http://wireless.kernel.org/en/users/Drivers/p54
8830 S: Maintained
8831 F: drivers/net/wireless/intersil/p54/
8832
8833 PA SEMI ETHERNET DRIVER
8834 M: Olof Johansson <olof@lixom.net>
8835 L: netdev@vger.kernel.org
8836 S: Maintained
8837 F: drivers/net/ethernet/pasemi/*
8838
8839 PA SEMI SMBUS DRIVER
8840 M: Olof Johansson <olof@lixom.net>
8841 L: linux-i2c@vger.kernel.org
8842 S: Maintained
8843 F: drivers/i2c/busses/i2c-pasemi.c
8844
8845 PADATA PARALLEL EXECUTION MECHANISM
8846 M: Steffen Klassert <steffen.klassert@secunet.com>
8847 L: linux-crypto@vger.kernel.org
8848 S: Maintained
8849 F: kernel/padata.c
8850 F: include/linux/padata.h
8851 F: Documentation/padata.txt
8852
8853 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8854 M: Harald Welte <laforge@gnumonks.org>
8855 L: platform-driver-x86@vger.kernel.org
8856 S: Maintained
8857 F: drivers/platform/x86/panasonic-laptop.c
8858
8859 PANASONIC MN10300/AM33/AM34 PORT
8860 M: David Howells <dhowells@redhat.com>
8861 L: linux-am33-list@redhat.com (moderated for non-subscribers)
8862 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8863 S: Maintained
8864 F: Documentation/mn10300/
8865 F: arch/mn10300/
8866
8867 PARALLEL LCD/KEYPAD PANEL DRIVER
8868 M: Willy Tarreau <willy@haproxy.com>
8869 M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8870 S: Odd Fixes
8871 F: Documentation/misc-devices/lcd-panel-cgram.txt
8872 F: drivers/misc/panel.c
8873
8874 PARALLEL PORT SUBSYSTEM
8875 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8876 M: Sudip Mukherjee <sudip@vectorindia.org>
8877 L: linux-parport@lists.infradead.org (subscribers-only)
8878 S: Maintained
8879 F: drivers/parport/
8880 F: include/linux/parport*.h
8881 F: drivers/char/ppdev.c
8882 F: include/uapi/linux/ppdev.h
8883 F: Documentation/parport*.txt
8884
8885 PARAVIRT_OPS INTERFACE
8886 M: Jeremy Fitzhardinge <jeremy@goop.org>
8887 M: Chris Wright <chrisw@sous-sol.org>
8888 M: Alok Kataria <akataria@vmware.com>
8889 M: Rusty Russell <rusty@rustcorp.com.au>
8890 L: virtualization@lists.linux-foundation.org
8891 S: Supported
8892 F: Documentation/virtual/paravirt_ops.txt
8893 F: arch/*/kernel/paravirt*
8894 F: arch/*/include/asm/paravirt.h
8895
8896 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8897 M: Tim Waugh <tim@cyberelk.net>
8898 L: linux-parport@lists.infradead.org (subscribers-only)
8899 S: Maintained
8900 F: Documentation/blockdev/paride.txt
8901 F: drivers/block/paride/
8902
8903 PARISC ARCHITECTURE
8904 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
8905 M: Helge Deller <deller@gmx.de>
8906 L: linux-parisc@vger.kernel.org
8907 W: http://www.parisc-linux.org/
8908 Q: http://patchwork.kernel.org/project/linux-parisc/list/
8909 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8910 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8911 S: Maintained
8912 F: arch/parisc/
8913 F: Documentation/parisc/
8914 F: drivers/parisc/
8915 F: drivers/char/agp/parisc-agp.c
8916 F: drivers/input/serio/gscps2.c
8917 F: drivers/parport/parport_gsc.*
8918 F: drivers/tty/serial/8250/8250_gsc.c
8919 F: drivers/video/fbdev/sti*
8920 F: drivers/video/console/sti*
8921 F: drivers/video/logo/logo_parisc*
8922
8923 PC87360 HARDWARE MONITORING DRIVER
8924 M: Jim Cromie <jim.cromie@gmail.com>
8925 L: linux-hwmon@vger.kernel.org
8926 S: Maintained
8927 F: Documentation/hwmon/pc87360
8928 F: drivers/hwmon/pc87360.c
8929
8930 PC8736x GPIO DRIVER
8931 M: Jim Cromie <jim.cromie@gmail.com>
8932 S: Maintained
8933 F: drivers/char/pc8736x_gpio.c
8934
8935 PC87427 HARDWARE MONITORING DRIVER
8936 M: Jean Delvare <jdelvare@suse.com>
8937 L: linux-hwmon@vger.kernel.org
8938 S: Maintained
8939 F: Documentation/hwmon/pc87427
8940 F: drivers/hwmon/pc87427.c
8941
8942 PCA9532 LED DRIVER
8943 M: Riku Voipio <riku.voipio@iki.fi>
8944 S: Maintained
8945 F: drivers/leds/leds-pca9532.c
8946 F: include/linux/leds-pca9532.h
8947
8948 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8949 M: Guenter Roeck <linux@roeck-us.net>
8950 L: linux-i2c@vger.kernel.org
8951 S: Maintained
8952 F: drivers/i2c/muxes/i2c-mux-pca9541.c
8953
8954 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8955 M: Khalid Aziz <khalid@gonehiking.org>
8956 S: Maintained
8957 F: drivers/firmware/pcdp.*
8958
8959 PCI ERROR RECOVERY
8960 M: Linas Vepstas <linasvepstas@gmail.com>
8961 L: linux-pci@vger.kernel.org
8962 S: Supported
8963 F: Documentation/PCI/pci-error-recovery.txt
8964
8965 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
8966 M: Russell Currey <ruscur@russell.cc>
8967 L: linuxppc-dev@lists.ozlabs.org
8968 S: Supported
8969 F: Documentation/powerpc/eeh-pci-error-recovery.txt
8970 F: arch/powerpc/kernel/eeh*.c
8971 F: arch/powerpc/platforms/*/eeh*.c
8972 F: arch/powerpc/include/*/eeh*.h
8973
8974 PCI SUBSYSTEM
8975 M: Bjorn Helgaas <bhelgaas@google.com>
8976 L: linux-pci@vger.kernel.org
8977 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
8978 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8979 S: Supported
8980 F: Documentation/devicetree/bindings/pci/
8981 F: Documentation/PCI/
8982 F: drivers/pci/
8983 F: include/linux/pci*
8984 F: arch/x86/pci/
8985 F: arch/x86/kernel/quirks.c
8986
8987 PCI DRIVER FOR ALTERA PCIE IP
8988 M: Ley Foon Tan <lftan@altera.com>
8989 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8990 L: linux-pci@vger.kernel.org
8991 S: Supported
8992 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
8993 F: drivers/pci/host/pcie-altera.c
8994
8995 PCI DRIVER FOR ARM VERSATILE PLATFORM
8996 M: Rob Herring <robh@kernel.org>
8997 L: linux-pci@vger.kernel.org
8998 L: linux-arm-kernel@lists.infradead.org
8999 S: Maintained
9000 F: Documentation/devicetree/bindings/pci/versatile.txt
9001 F: drivers/pci/host/pci-versatile.c
9002
9003 PCI DRIVER FOR APPLIEDMICRO XGENE
9004 M: Tanmay Inamdar <tinamdar@apm.com>
9005 L: linux-pci@vger.kernel.org
9006 L: linux-arm-kernel@lists.infradead.org
9007 S: Maintained
9008 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
9009 F: drivers/pci/host/pci-xgene.c
9010
9011 PCI DRIVER FOR FREESCALE LAYERSCAPE
9012 M: Minghuan Lian <minghuan.Lian@freescale.com>
9013 M: Mingkai Hu <mingkai.hu@freescale.com>
9014 M: Roy Zang <tie-fei.zang@freescale.com>
9015 L: linuxppc-dev@lists.ozlabs.org
9016 L: linux-pci@vger.kernel.org
9017 L: linux-arm-kernel@lists.infradead.org
9018 S: Maintained
9019 F: drivers/pci/host/*layerscape*
9020
9021 PCI DRIVER FOR IMX6
9022 M: Richard Zhu <Richard.Zhu@freescale.com>
9023 M: Lucas Stach <l.stach@pengutronix.de>
9024 L: linux-pci@vger.kernel.org
9025 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9026 S: Maintained
9027 F: drivers/pci/host/*imx6*
9028
9029 PCI DRIVER FOR TI KEYSTONE
9030 M: Murali Karicheri <m-karicheri2@ti.com>
9031 L: linux-pci@vger.kernel.org
9032 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9033 S: Maintained
9034 F: drivers/pci/host/*keystone*
9035
9036 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9037 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9038 M: Jason Cooper <jason@lakedaemon.net>
9039 L: linux-pci@vger.kernel.org
9040 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9041 S: Maintained
9042 F: drivers/pci/host/*mvebu*
9043
9044 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9045 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9046 L: linux-pci@vger.kernel.org
9047 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9048 S: Maintained
9049 F: drivers/pci/host/pci-aardvark.c
9050
9051 PCI DRIVER FOR NVIDIA TEGRA
9052 M: Thierry Reding <thierry.reding@gmail.com>
9053 L: linux-tegra@vger.kernel.org
9054 L: linux-pci@vger.kernel.org
9055 S: Supported
9056 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9057 F: drivers/pci/host/pci-tegra.c
9058
9059 PCI DRIVER FOR TI DRA7XX
9060 M: Kishon Vijay Abraham I <kishon@ti.com>
9061 L: linux-omap@vger.kernel.org
9062 L: linux-pci@vger.kernel.org
9063 S: Supported
9064 F: Documentation/devicetree/bindings/pci/ti-pci.txt
9065 F: drivers/pci/host/pci-dra7xx.c
9066
9067 PCI DRIVER FOR RENESAS R-CAR
9068 M: Simon Horman <horms@verge.net.au>
9069 L: linux-pci@vger.kernel.org
9070 L: linux-renesas-soc@vger.kernel.org
9071 S: Maintained
9072 F: drivers/pci/host/*rcar*
9073
9074 PCI DRIVER FOR SAMSUNG EXYNOS
9075 M: Jingoo Han <jingoohan1@gmail.com>
9076 L: linux-pci@vger.kernel.org
9077 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9078 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9079 S: Maintained
9080 F: drivers/pci/host/pci-exynos.c
9081
9082 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9083 M: Jingoo Han <jingoohan1@gmail.com>
9084 M: Pratyush Anand <pratyush.anand@gmail.com>
9085 L: linux-pci@vger.kernel.org
9086 S: Maintained
9087 F: drivers/pci/host/*designware*
9088
9089 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
9090 M: Joao Pinto <jpinto@synopsys.com>
9091 L: linux-pci@vger.kernel.org
9092 S: Maintained
9093 F: Documentation/devicetree/bindings/pci/designware-pcie.txt
9094 F: drivers/pci/host/pcie-designware-plat.c
9095
9096 PCI DRIVER FOR GENERIC OF HOSTS
9097 M: Will Deacon <will.deacon@arm.com>
9098 L: linux-pci@vger.kernel.org
9099 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9100 S: Maintained
9101 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
9102 F: drivers/pci/host/pci-host-common.c
9103 F: drivers/pci/host/pci-host-generic.c
9104
9105 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9106 M: Keith Busch <keith.busch@intel.com>
9107 L: linux-pci@vger.kernel.org
9108 S: Supported
9109 F: arch/x86/pci/vmd.c
9110
9111 PCIE DRIVER FOR ST SPEAR13XX
9112 M: Pratyush Anand <pratyush.anand@gmail.com>
9113 L: linux-pci@vger.kernel.org
9114 S: Maintained
9115 F: drivers/pci/host/*spear*
9116
9117 PCI MSI DRIVER FOR ALTERA MSI IP
9118 M: Ley Foon Tan <lftan@altera.com>
9119 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9120 L: linux-pci@vger.kernel.org
9121 S: Supported
9122 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9123 F: drivers/pci/host/pcie-altera-msi.c
9124
9125 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9126 M: Duc Dang <dhdang@apm.com>
9127 L: linux-pci@vger.kernel.org
9128 L: linux-arm-kernel@lists.infradead.org
9129 S: Maintained
9130 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9131 F: drivers/pci/host/pci-xgene-msi.c
9132
9133 PCIE DRIVER FOR AXIS ARTPEC
9134 M: Niklas Cassel <niklas.cassel@axis.com>
9135 M: Jesper Nilsson <jesper.nilsson@axis.com>
9136 L: linux-arm-kernel@axis.com
9137 L: linux-pci@vger.kernel.org
9138 S: Maintained
9139 F: Documentation/devicetree/bindings/pci/axis,artpec*
9140 F: drivers/pci/host/*artpec*
9141
9142 PCIE DRIVER FOR HISILICON
9143 M: Zhou Wang <wangzhou1@hisilicon.com>
9144 M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
9145 L: linux-pci@vger.kernel.org
9146 S: Maintained
9147 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9148 F: drivers/pci/host/pcie-hisi.c
9149
9150 PCIE DRIVER FOR QUALCOMM MSM
9151 M: Stanimir Varbanov <svarbanov@mm-sol.com>
9152 L: linux-pci@vger.kernel.org
9153 L: linux-arm-msm@vger.kernel.org
9154 S: Maintained
9155 F: drivers/pci/host/*qcom*
9156
9157 PCIE DRIVER FOR CAVIUM THUNDERX
9158 M: David Daney <david.daney@cavium.com>
9159 L: linux-pci@vger.kernel.org
9160 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9161 S: Supported
9162 F: Documentation/devicetree/bindings/pci/pci-thunder-*
9163 F: drivers/pci/host/pci-thunder-*
9164
9165 PCMCIA SUBSYSTEM
9166 P: Linux PCMCIA Team
9167 L: linux-pcmcia@lists.infradead.org
9168 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9169 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9170 S: Maintained
9171 F: Documentation/pcmcia/
9172 F: drivers/pcmcia/
9173 F: include/pcmcia/
9174
9175 PCNET32 NETWORK DRIVER
9176 M: Don Fry <pcnet32@frontier.com>
9177 L: netdev@vger.kernel.org
9178 S: Maintained
9179 F: drivers/net/ethernet/amd/pcnet32.c
9180
9181 PCRYPT PARALLEL CRYPTO ENGINE
9182 M: Steffen Klassert <steffen.klassert@secunet.com>
9183 L: linux-crypto@vger.kernel.org
9184 S: Maintained
9185 F: crypto/pcrypt.c
9186 F: include/crypto/pcrypt.h
9187
9188 PER-CPU MEMORY ALLOCATOR
9189 M: Tejun Heo <tj@kernel.org>
9190 M: Christoph Lameter <cl@linux.com>
9191 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9192 S: Maintained
9193 F: include/linux/percpu*.h
9194 F: mm/percpu*.c
9195 F: arch/*/include/asm/percpu.h
9196
9197 PER-TASK DELAY ACCOUNTING
9198 M: Balbir Singh <bsingharora@gmail.com>
9199 S: Maintained
9200 F: include/linux/delayacct.h
9201 F: kernel/delayacct.c
9202
9203 PERFORMANCE EVENTS SUBSYSTEM
9204 M: Peter Zijlstra <peterz@infradead.org>
9205 M: Ingo Molnar <mingo@redhat.com>
9206 M: Arnaldo Carvalho de Melo <acme@kernel.org>
9207 R: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9208 L: linux-kernel@vger.kernel.org
9209 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9210 S: Supported
9211 F: kernel/events/*
9212 F: include/linux/perf_event.h
9213 F: include/uapi/linux/perf_event.h
9214 F: arch/*/kernel/perf_event*.c
9215 F: arch/*/kernel/*/perf_event*.c
9216 F: arch/*/kernel/*/*/perf_event*.c
9217 F: arch/*/include/asm/perf_event.h
9218 F: arch/*/kernel/perf_callchain.c
9219 F: arch/*/events/*
9220 F: tools/perf/
9221
9222 PERSONALITY HANDLING
9223 M: Christoph Hellwig <hch@infradead.org>
9224 L: linux-abi-devel@lists.sourceforge.net
9225 S: Maintained
9226 F: include/linux/personality.h
9227 F: include/uapi/linux/personality.h
9228
9229 PHONET PROTOCOL
9230 M: Remi Denis-Courmont <courmisch@gmail.com>
9231 S: Supported
9232 F: Documentation/networking/phonet.txt
9233 F: include/linux/phonet.h
9234 F: include/net/phonet/
9235 F: include/uapi/linux/phonet.h
9236 F: net/phonet/
9237
9238 PHRAM MTD DRIVER
9239 M: Joern Engel <joern@lazybastard.org>
9240 L: linux-mtd@lists.infradead.org
9241 S: Maintained
9242 F: drivers/mtd/devices/phram.c
9243
9244 PICOLCD HID DRIVER
9245 M: Bruno Prémont <bonbons@linux-vserver.org>
9246 L: linux-input@vger.kernel.org
9247 S: Maintained
9248 F: drivers/hid/hid-picolcd*
9249
9250 PICOXCELL SUPPORT
9251 M: Jamie Iles <jamie@jamieiles.com>
9252 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9253 T: git git://github.com/jamieiles/linux-2.6-ji.git
9254 S: Supported
9255 F: arch/arm/boot/dts/picoxcell*
9256 F: arch/arm/mach-picoxcell/
9257 F: drivers/crypto/picoxcell*
9258
9259 PIN CONTROL SUBSYSTEM
9260 M: Linus Walleij <linus.walleij@linaro.org>
9261 L: linux-gpio@vger.kernel.org
9262 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9263 S: Maintained
9264 F: Documentation/devicetree/bindings/pinctrl/
9265 F: Documentation/pinctrl.txt
9266 F: drivers/pinctrl/
9267 F: include/linux/pinctrl/
9268
9269 PIN CONTROLLER - ATMEL AT91
9270 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9271 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9272 S: Maintained
9273 F: drivers/pinctrl/pinctrl-at91.*
9274
9275 PIN CONTROLLER - ATMEL AT91 PIO4
9276 M: Ludovic Desroches <ludovic.desroches@atmel.com>
9277 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9278 L: linux-gpio@vger.kernel.org
9279 S: Supported
9280 F: drivers/pinctrl/pinctrl-at91-pio4.*
9281
9282 PIN CONTROLLER - INTEL
9283 M: Mika Westerberg <mika.westerberg@linux.intel.com>
9284 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
9285 S: Maintained
9286 F: drivers/pinctrl/intel/
9287
9288 PIN CONTROLLER - RENESAS
9289 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9290 M: Geert Uytterhoeven <geert+renesas@glider.be>
9291 L: linux-renesas-soc@vger.kernel.org
9292 S: Maintained
9293 F: drivers/pinctrl/sh-pfc/
9294
9295 PIN CONTROLLER - SAMSUNG
9296 M: Tomasz Figa <tomasz.figa@gmail.com>
9297 M: Krzysztof Kozlowski <krzk@kernel.org>
9298 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9299 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9300 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9301 S: Maintained
9302 F: drivers/pinctrl/samsung/
9303
9304 PIN CONTROLLER - SINGLE
9305 M: Tony Lindgren <tony@atomide.com>
9306 M: Haojian Zhuang <haojian.zhuang@linaro.org>
9307 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9308 L: linux-omap@vger.kernel.org
9309 S: Maintained
9310 F: drivers/pinctrl/pinctrl-single.c
9311
9312 PIN CONTROLLER - ST SPEAR
9313 M: Viresh Kumar <vireshk@kernel.org>
9314 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9315 W: http://www.st.com/spear
9316 S: Maintained
9317 F: drivers/pinctrl/spear/
9318
9319 PISTACHIO SOC SUPPORT
9320 M: James Hartley <james.hartley@imgtec.com>
9321 M: Ionela Voinescu <ionela.voinescu@imgtec.com>
9322 L: linux-mips@linux-mips.org
9323 S: Maintained
9324 F: arch/mips/pistachio/
9325 F: arch/mips/include/asm/mach-pistachio/
9326 F: arch/mips/boot/dts/pistachio/
9327 F: arch/mips/configs/pistachio*_defconfig
9328
9329 PKTCDVD DRIVER
9330 M: Jiri Kosina <jikos@kernel.org>
9331 S: Maintained
9332 F: drivers/block/pktcdvd.c
9333 F: include/linux/pktcdvd.h
9334 F: include/uapi/linux/pktcdvd.h
9335
9336 PKUNITY SOC DRIVERS
9337 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
9338 W: http://mprc.pku.edu.cn/~guanxuetao/linux
9339 S: Maintained
9340 T: git git://github.com/gxt/linux.git
9341 F: drivers/input/serio/i8042-unicore32io.h
9342 F: drivers/i2c/busses/i2c-puv3.c
9343 F: drivers/video/fbdev/fb-puv3.c
9344 F: drivers/rtc/rtc-puv3.c
9345
9346 PMBUS HARDWARE MONITORING DRIVERS
9347 M: Guenter Roeck <linux@roeck-us.net>
9348 L: linux-hwmon@vger.kernel.org
9349 W: http://hwmon.wiki.kernel.org/
9350 W: http://www.roeck-us.net/linux/drivers/
9351 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9352 S: Maintained
9353 F: Documentation/hwmon/pmbus
9354 F: drivers/hwmon/pmbus/
9355 F: include/linux/i2c/pmbus.h
9356
9357 PMC SIERRA MaxRAID DRIVER
9358 L: linux-scsi@vger.kernel.org
9359 W: http://www.pmc-sierra.com/
9360 S: Orphan
9361 F: drivers/scsi/pmcraid.*
9362
9363 PMC SIERRA PM8001 DRIVER
9364 M: Jack Wang <jinpu.wang@profitbricks.com>
9365 M: lindar_liu@usish.com
9366 L: pmchba@pmcs.com
9367 L: linux-scsi@vger.kernel.org
9368 S: Supported
9369 F: drivers/scsi/pm8001/
9370
9371 POSIX CLOCKS and TIMERS
9372 M: Thomas Gleixner <tglx@linutronix.de>
9373 L: linux-kernel@vger.kernel.org
9374 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9375 S: Maintained
9376 F: fs/timerfd.c
9377 F: include/linux/timer*
9378 F: kernel/time/*timer*
9379
9380 POWER MANAGEMENT CORE
9381 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
9382 L: linux-pm@vger.kernel.org
9383 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9384 S: Supported
9385 F: drivers/base/power/
9386 F: include/linux/pm.h
9387 F: include/linux/pm_*
9388 F: include/linux/powercap.h
9389 F: drivers/powercap/
9390
9391 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9392 M: Sebastian Reichel <sre@kernel.org>
9393 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
9394 M: David Woodhouse <dwmw2@infradead.org>
9395 L: linux-pm@vger.kernel.org
9396 T: git git://git.infradead.org/battery-2.6.git
9397 S: Maintained
9398 F: Documentation/devicetree/bindings/power/
9399 F: Documentation/devicetree/bindings/power_supply/
9400 F: include/linux/power_supply.h
9401 F: drivers/power/
9402 X: drivers/power/avs/
9403
9404 POWER STATE COORDINATION INTERFACE (PSCI)
9405 M: Mark Rutland <mark.rutland@arm.com>
9406 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9407 L: linux-arm-kernel@lists.infradead.org
9408 S: Maintained
9409 F: drivers/firmware/psci.c
9410 F: include/linux/psci.h
9411 F: include/uapi/linux/psci.h
9412
9413 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9414 M: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9415 L: linuxppc-dev@lists.ozlabs.org
9416 S: Maintained
9417 F: drivers/char/powernv-op-panel.c
9418
9419 PNP SUPPORT
9420 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9421 S: Maintained
9422 F: drivers/pnp/
9423
9424 PPP PROTOCOL DRIVERS AND COMPRESSORS
9425 M: Paul Mackerras <paulus@samba.org>
9426 L: linux-ppp@vger.kernel.org
9427 S: Maintained
9428 F: drivers/net/ppp/ppp_*
9429
9430 PPP OVER ATM (RFC 2364)
9431 M: Mitchell Blank Jr <mitch@sfgoth.com>
9432 S: Maintained
9433 F: net/atm/pppoatm.c
9434 F: include/uapi/linux/atmppp.h
9435
9436 PPP OVER ETHERNET
9437 M: Michal Ostrowski <mostrows@earthlink.net>
9438 S: Maintained
9439 F: drivers/net/ppp/pppoe.c
9440 F: drivers/net/ppp/pppox.c
9441
9442 PPP OVER L2TP
9443 M: James Chapman <jchapman@katalix.com>
9444 S: Maintained
9445 F: net/l2tp/l2tp_ppp.c
9446 F: include/linux/if_pppol2tp.h
9447 F: include/uapi/linux/if_pppol2tp.h
9448
9449 PPS SUPPORT
9450 M: Rodolfo Giometti <giometti@enneenne.com>
9451 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
9452 L: linuxpps@ml.enneenne.com (subscribers-only)
9453 S: Maintained
9454 F: Documentation/pps/
9455 F: drivers/pps/
9456 F: include/linux/pps*.h
9457
9458 PPTP DRIVER
9459 M: Dmitry Kozlov <xeb@mail.ru>
9460 L: netdev@vger.kernel.org
9461 S: Maintained
9462 F: drivers/net/ppp/pptp.c
9463 W: http://sourceforge.net/projects/accel-pptp
9464
9465 PREEMPTIBLE KERNEL
9466 M: Robert Love <rml@tech9.net>
9467 L: kpreempt-tech@lists.sourceforge.net
9468 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9469 S: Supported
9470 F: Documentation/preempt-locking.txt
9471 F: include/linux/preempt.h
9472
9473 PRISM54 WIRELESS DRIVER
9474 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
9475 L: linux-wireless@vger.kernel.org
9476 W: http://wireless.kernel.org/en/users/Drivers/p54
9477 S: Obsolete
9478 F: drivers/net/wireless/intersil/prism54/
9479
9480 PS3 NETWORK SUPPORT
9481 M: Geoff Levand <geoff@infradead.org>
9482 L: netdev@vger.kernel.org
9483 L: linuxppc-dev@lists.ozlabs.org
9484 S: Maintained
9485 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
9486
9487 PS3 PLATFORM SUPPORT
9488 M: Geoff Levand <geoff@infradead.org>
9489 L: linuxppc-dev@lists.ozlabs.org
9490 S: Maintained
9491 F: arch/powerpc/boot/ps3*
9492 F: arch/powerpc/include/asm/lv1call.h
9493 F: arch/powerpc/include/asm/ps3*.h
9494 F: arch/powerpc/platforms/ps3/
9495 F: drivers/*/ps3*
9496 F: drivers/ps3/
9497 F: drivers/rtc/rtc-ps3.c
9498 F: drivers/usb/host/*ps3.c
9499 F: sound/ppc/snd_ps3*
9500
9501 PS3VRAM DRIVER
9502 M: Jim Paris <jim@jtan.com>
9503 M: Geoff Levand <geoff@infradead.org>
9504 L: linuxppc-dev@lists.ozlabs.org
9505 S: Maintained
9506 F: drivers/block/ps3vram.c
9507
9508 PSTORE FILESYSTEM
9509 M: Anton Vorontsov <anton@enomsg.org>
9510 M: Colin Cross <ccross@android.com>
9511 M: Kees Cook <keescook@chromium.org>
9512 M: Tony Luck <tony.luck@intel.com>
9513 S: Maintained
9514 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9515 F: fs/pstore/
9516 F: include/linux/pstore*
9517 F: drivers/firmware/efi/efi-pstore.c
9518 F: drivers/acpi/apei/erst.c
9519
9520 PTP HARDWARE CLOCK SUPPORT
9521 M: Richard Cochran <richardcochran@gmail.com>
9522 L: netdev@vger.kernel.org
9523 S: Maintained
9524 W: http://linuxptp.sourceforge.net/
9525 F: Documentation/ABI/testing/sysfs-ptp
9526 F: Documentation/ptp/*
9527 F: drivers/net/ethernet/freescale/gianfar_ptp.c
9528 F: drivers/net/phy/dp83640*
9529 F: drivers/ptp/*
9530 F: include/linux/ptp_cl*
9531
9532 PTRACE SUPPORT
9533 M: Roland McGrath <roland@hack.frob.com>
9534 M: Oleg Nesterov <oleg@redhat.com>
9535 S: Maintained
9536 F: include/asm-generic/syscall.h
9537 F: include/linux/ptrace.h
9538 F: include/linux/regset.h
9539 F: include/linux/tracehook.h
9540 F: include/uapi/linux/ptrace.h
9541 F: kernel/ptrace.c
9542
9543 PULSE8-CEC DRIVER
9544 M: Hans Verkuil <hverkuil@xs4all.nl>
9545 L: linux-media@vger.kernel.org
9546 T: git git://linuxtv.org/media_tree.git
9547 S: Maintained
9548 F: drivers/staging/media/pulse8-cec
9549
9550 PVRUSB2 VIDEO4LINUX DRIVER
9551 M: Mike Isely <isely@pobox.com>
9552 L: pvrusb2@isely.net (subscribers-only)
9553 L: linux-media@vger.kernel.org
9554 W: http://www.isely.net/pvrusb2/
9555 T: git git://linuxtv.org/media_tree.git
9556 S: Maintained
9557 F: Documentation/video4linux/README.pvrusb2
9558 F: drivers/media/usb/pvrusb2/
9559
9560 PWC WEBCAM DRIVER
9561 M: Hans Verkuil <hverkuil@xs4all.nl>
9562 L: linux-media@vger.kernel.org
9563 T: git git://linuxtv.org/media_tree.git
9564 S: Odd Fixes
9565 F: drivers/media/usb/pwc/*
9566
9567 PWM FAN DRIVER
9568 M: Kamil Debski <kamil@wypas.org>
9569 M: Lukasz Majewski <l.majewski@samsung.com>
9570 L: linux-hwmon@vger.kernel.org
9571 S: Supported
9572 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9573 F: Documentation/hwmon/pwm-fan
9574 F: drivers/hwmon/pwm-fan.c
9575
9576 PWM SUBSYSTEM
9577 M: Thierry Reding <thierry.reding@gmail.com>
9578 L: linux-pwm@vger.kernel.org
9579 S: Maintained
9580 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9581 F: Documentation/pwm.txt
9582 F: Documentation/devicetree/bindings/pwm/
9583 F: include/linux/pwm.h
9584 F: drivers/pwm/
9585 F: drivers/video/backlight/pwm_bl.c
9586 F: include/linux/pwm_backlight.h
9587
9588 PXA2xx/PXA3xx SUPPORT
9589 M: Daniel Mack <daniel@zonque.org>
9590 M: Haojian Zhuang <haojian.zhuang@gmail.com>
9591 M: Robert Jarzmik <robert.jarzmik@free.fr>
9592 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9593 T: git git://github.com/hzhuang1/linux.git
9594 T: git git://github.com/rjarzmik/linux.git
9595 S: Maintained
9596 F: arch/arm/boot/dts/pxa*
9597 F: arch/arm/mach-pxa/
9598 F: drivers/dma/pxa*
9599 F: drivers/pcmcia/pxa2xx*
9600 F: drivers/pinctrl/pxa/
9601 F: drivers/spi/spi-pxa2xx*
9602 F: drivers/usb/gadget/udc/pxa2*
9603 F: include/sound/pxa2xx-lib.h
9604 F: sound/arm/pxa*
9605 F: sound/soc/pxa/
9606
9607 PXA GPIO DRIVER
9608 M: Robert Jarzmik <robert.jarzmik@free.fr>
9609 L: linux-gpio@vger.kernel.org
9610 S: Maintained
9611 F: drivers/gpio/gpio-pxa.c
9612
9613 PXA3xx NAND FLASH DRIVER
9614 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9615 L: linux-mtd@lists.infradead.org
9616 S: Maintained
9617 F: drivers/mtd/nand/pxa3xx_nand.c
9618
9619 MMP SUPPORT
9620 M: Eric Miao <eric.y.miao@gmail.com>
9621 M: Haojian Zhuang <haojian.zhuang@gmail.com>
9622 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9623 T: git git://github.com/hzhuang1/linux.git
9624 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
9625 S: Maintained
9626 F: arch/arm/boot/dts/mmp*
9627 F: arch/arm/mach-mmp/
9628
9629 PXA MMCI DRIVER
9630 S: Orphan
9631
9632 PXA RTC DRIVER
9633 M: Robert Jarzmik <robert.jarzmik@free.fr>
9634 L: rtc-linux@googlegroups.com
9635 S: Maintained
9636
9637 QAT DRIVER
9638 M: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
9639 M: Salvatore Benedetto <salvatore.benedetto@intel.com>
9640 L: qat-linux@intel.com
9641 S: Supported
9642 F: drivers/crypto/qat/
9643
9644 QIB DRIVER
9645 M: Mike Marciniszyn <infinipath@intel.com>
9646 L: linux-rdma@vger.kernel.org
9647 S: Supported
9648 F: drivers/infiniband/hw/qib/
9649
9650 QLOGIC QLA1280 SCSI DRIVER
9651 M: Michael Reed <mdr@sgi.com>
9652 L: linux-scsi@vger.kernel.org
9653 S: Maintained
9654 F: drivers/scsi/qla1280.[ch]
9655
9656 QLOGIC QLA2XXX FC-SCSI DRIVER
9657 M: qla2xxx-upstream@qlogic.com
9658 L: linux-scsi@vger.kernel.org
9659 S: Supported
9660 F: Documentation/scsi/LICENSE.qla2xxx
9661 F: drivers/scsi/qla2xxx/
9662
9663 QLOGIC QLA4XXX iSCSI DRIVER
9664 M: QLogic-Storage-Upstream@qlogic.com
9665 L: linux-scsi@vger.kernel.org
9666 S: Supported
9667 F: Documentation/scsi/LICENSE.qla4xxx
9668 F: drivers/scsi/qla4xxx/
9669
9670 QLOGIC QLA3XXX NETWORK DRIVER
9671 M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9672 M: Ron Mercer <ron.mercer@qlogic.com>
9673 M: linux-driver@qlogic.com
9674 L: netdev@vger.kernel.org
9675 S: Supported
9676 F: Documentation/networking/LICENSE.qla3xxx
9677 F: drivers/net/ethernet/qlogic/qla3xxx.*
9678
9679 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9680 M: Dept-GELinuxNICDev@qlogic.com
9681 L: netdev@vger.kernel.org
9682 S: Supported
9683 F: drivers/net/ethernet/qlogic/qlcnic/
9684
9685 QLOGIC QLGE 10Gb ETHERNET DRIVER
9686 M: Harish Patil <harish.patil@qlogic.com>
9687 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9688 M: Dept-GELinuxNICDev@qlogic.com
9689 M: linux-driver@qlogic.com
9690 L: netdev@vger.kernel.org
9691 S: Supported
9692 F: drivers/net/ethernet/qlogic/qlge/
9693
9694 QLOGIC QL4xxx ETHERNET DRIVER
9695 M: Yuval Mintz <Yuval.Mintz@qlogic.com>
9696 M: Ariel Elior <Ariel.Elior@qlogic.com>
9697 M: everest-linux-l2@qlogic.com
9698 L: netdev@vger.kernel.org
9699 S: Supported
9700 F: drivers/net/ethernet/qlogic/qed/
9701 F: include/linux/qed/
9702 F: drivers/net/ethernet/qlogic/qede/
9703
9704 QNX4 FILESYSTEM
9705 M: Anders Larsen <al@alarsen.net>
9706 W: http://www.alarsen.net/linux/qnx4fs/
9707 S: Maintained
9708 F: fs/qnx4/
9709 F: include/uapi/linux/qnx4_fs.h
9710 F: include/uapi/linux/qnxtypes.h
9711
9712 QT1010 MEDIA DRIVER
9713 M: Antti Palosaari <crope@iki.fi>
9714 L: linux-media@vger.kernel.org
9715 W: https://linuxtv.org
9716 W: http://palosaari.fi/linux/
9717 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9718 T: git git://linuxtv.org/anttip/media_tree.git
9719 S: Maintained
9720 F: drivers/media/tuners/qt1010*
9721
9722 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9723 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9724 L: linux-wireless@vger.kernel.org
9725 L: ath9k-devel@lists.ath9k.org
9726 W: http://wireless.kernel.org/en/users/Drivers/ath9k
9727 S: Supported
9728 F: drivers/net/wireless/ath/ath9k/
9729
9730 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9731 M: Kalle Valo <kvalo@qca.qualcomm.com>
9732 L: ath10k@lists.infradead.org
9733 W: http://wireless.kernel.org/en/users/Drivers/ath10k
9734 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9735 S: Supported
9736 F: drivers/net/wireless/ath/ath10k/
9737
9738 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
9739 M: Timur Tabi <timur@codeaurora.org>
9740 L: netdev@vger.kernel.org
9741 S: Supported
9742 F: drivers/net/ethernet/qualcomm/emac/
9743
9744 QUALCOMM HEXAGON ARCHITECTURE
9745 M: Richard Kuo <rkuo@codeaurora.org>
9746 L: linux-hexagon@vger.kernel.org
9747 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9748 S: Supported
9749 F: arch/hexagon/
9750
9751 QUALCOMM WCN36XX WIRELESS DRIVER
9752 M: Eugene Krasnikov <k.eugene.e@gmail.com>
9753 L: wcn36xx@lists.infradead.org
9754 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
9755 T: git git://github.com/KrasnikovEugene/wcn36xx.git
9756 S: Supported
9757 F: drivers/net/wireless/ath/wcn36xx/
9758
9759 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9760 M: Gabriel Somlo <somlo@cmu.edu>
9761 M: "Michael S. Tsirkin" <mst@redhat.com>
9762 L: qemu-devel@nongnu.org
9763 S: Maintained
9764 F: drivers/firmware/qemu_fw_cfg.c
9765
9766 RADOS BLOCK DEVICE (RBD)
9767 M: Ilya Dryomov <idryomov@gmail.com>
9768 M: Sage Weil <sage@redhat.com>
9769 M: Alex Elder <elder@kernel.org>
9770 L: ceph-devel@vger.kernel.org
9771 W: http://ceph.com/
9772 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9773 T: git git://github.com/ceph/ceph-client.git
9774 S: Supported
9775 F: Documentation/ABI/testing/sysfs-bus-rbd
9776 F: drivers/block/rbd.c
9777 F: drivers/block/rbd_types.h
9778
9779 RADEON FRAMEBUFFER DISPLAY DRIVER
9780 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
9781 L: linux-fbdev@vger.kernel.org
9782 S: Maintained
9783 F: drivers/video/fbdev/aty/radeon*
9784 F: include/uapi/linux/radeonfb.h
9785
9786 RADIOSHARK RADIO DRIVER
9787 M: Hans Verkuil <hverkuil@xs4all.nl>
9788 L: linux-media@vger.kernel.org
9789 T: git git://linuxtv.org/media_tree.git
9790 S: Maintained
9791 F: drivers/media/radio/radio-shark.c
9792
9793 RADIOSHARK2 RADIO DRIVER
9794 M: Hans Verkuil <hverkuil@xs4all.nl>
9795 L: linux-media@vger.kernel.org
9796 T: git git://linuxtv.org/media_tree.git
9797 S: Maintained
9798 F: drivers/media/radio/radio-shark2.c
9799 F: drivers/media/radio/radio-tea5777.c
9800
9801 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9802 M: Paul Mackerras <paulus@samba.org>
9803 L: linux-fbdev@vger.kernel.org
9804 S: Maintained
9805 F: drivers/video/fbdev/aty/aty128fb.c
9806
9807 RALINK MIPS ARCHITECTURE
9808 M: John Crispin <john@phrozen.org>
9809 L: linux-mips@linux-mips.org
9810 S: Maintained
9811 F: arch/mips/ralink
9812
9813 RALINK RT2X00 WIRELESS LAN DRIVER
9814 P: rt2x00 project
9815 M: Stanislaw Gruszka <sgruszka@redhat.com>
9816 M: Helmut Schaa <helmut.schaa@googlemail.com>
9817 L: linux-wireless@vger.kernel.org
9818 S: Maintained
9819 F: drivers/net/wireless/ralink/rt2x00/
9820
9821 RAMDISK RAM BLOCK DEVICE DRIVER
9822 M: Jens Axboe <axboe@kernel.dk>
9823 S: Maintained
9824 F: Documentation/blockdev/ramdisk.txt
9825 F: drivers/block/brd.c
9826
9827 RANDOM NUMBER DRIVER
9828 M: "Theodore Ts'o" <tytso@mit.edu>
9829 S: Maintained
9830 F: drivers/char/random.c
9831
9832 RAPIDIO SUBSYSTEM
9833 M: Matt Porter <mporter@kernel.crashing.org>
9834 M: Alexandre Bounine <alexandre.bounine@idt.com>
9835 S: Maintained
9836 F: drivers/rapidio/
9837
9838 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9839 L: linux-wireless@vger.kernel.org
9840 S: Orphan
9841 F: drivers/net/wireless/ray*
9842
9843 RCUTORTURE MODULE
9844 M: Josh Triplett <josh@joshtriplett.org>
9845 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9846 L: linux-kernel@vger.kernel.org
9847 S: Supported
9848 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9849 F: Documentation/RCU/torture.txt
9850 F: kernel/rcu/rcutorture.c
9851
9852 RCUTORTURE TEST FRAMEWORK
9853 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9854 M: Josh Triplett <josh@joshtriplett.org>
9855 R: Steven Rostedt <rostedt@goodmis.org>
9856 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9857 R: Lai Jiangshan <jiangshanlai@gmail.com>
9858 L: linux-kernel@vger.kernel.org
9859 S: Supported
9860 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9861 F: tools/testing/selftests/rcutorture
9862
9863 RDC R-321X SoC
9864 M: Florian Fainelli <florian@openwrt.org>
9865 S: Maintained
9866
9867 RDC R6040 FAST ETHERNET DRIVER
9868 M: Florian Fainelli <f.fainelli@gmail.com>
9869 L: netdev@vger.kernel.org
9870 S: Maintained
9871 F: drivers/net/ethernet/rdc/r6040.c
9872
9873 RDS - RELIABLE DATAGRAM SOCKETS
9874 M: Santosh Shilimkar <santosh.shilimkar@oracle.com>
9875 L: netdev@vger.kernel.org
9876 L: linux-rdma@vger.kernel.org
9877 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
9878 W: https://oss.oracle.com/projects/rds/
9879 S: Supported
9880 F: net/rds/
9881 F: Documentation/networking/rds.txt
9882
9883 RDMAVT - RDMA verbs software
9884 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
9885 L: linux-rdma@vger.kernel.org
9886 S: Supported
9887 F: drivers/infiniband/sw/rdmavt
9888
9889 READ-COPY UPDATE (RCU)
9890 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9891 M: Josh Triplett <josh@joshtriplett.org>
9892 R: Steven Rostedt <rostedt@goodmis.org>
9893 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9894 R: Lai Jiangshan <jiangshanlai@gmail.com>
9895 L: linux-kernel@vger.kernel.org
9896 W: http://www.rdrop.com/users/paulmck/RCU/
9897 S: Supported
9898 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9899 F: Documentation/RCU/
9900 X: Documentation/RCU/torture.txt
9901 F: include/linux/rcu*
9902 X: include/linux/srcu.h
9903 F: kernel/rcu/
9904 X: kernel/torture.c
9905
9906 REAL TIME CLOCK (RTC) SUBSYSTEM
9907 M: Alessandro Zummo <a.zummo@towertech.it>
9908 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
9909 L: rtc-linux@googlegroups.com
9910 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
9911 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9912 S: Maintained
9913 F: Documentation/devicetree/bindings/rtc/
9914 F: Documentation/rtc.txt
9915 F: drivers/rtc/
9916 F: include/linux/rtc.h
9917 F: include/uapi/linux/rtc.h
9918 F: include/linux/rtc/
9919 F: include/linux/platform_data/rtc-*
9920 F: tools/testing/selftests/timers/rtctest.c
9921
9922 REALTEK AUDIO CODECS
9923 M: Bard Liao <bardliao@realtek.com>
9924 M: Oder Chiou <oder_chiou@realtek.com>
9925 S: Maintained
9926 F: sound/soc/codecs/rt*
9927 F: include/sound/rt*.h
9928
9929 REISERFS FILE SYSTEM
9930 L: reiserfs-devel@vger.kernel.org
9931 S: Supported
9932 F: fs/reiserfs/
9933
9934 REGISTER MAP ABSTRACTION
9935 M: Mark Brown <broonie@kernel.org>
9936 L: linux-kernel@vger.kernel.org
9937 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9938 S: Supported
9939 F: Documentation/devicetree/bindings/regmap/
9940 F: drivers/base/regmap/
9941 F: include/linux/regmap.h
9942
9943 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9944 M: Ohad Ben-Cohen <ohad@wizery.com>
9945 M: Bjorn Andersson <bjorn.andersson@linaro.org>
9946 L: linux-remoteproc@vger.kernel.org
9947 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9948 S: Maintained
9949 F: Documentation/devicetree/bindings/remoteproc/
9950 F: Documentation/remoteproc.txt
9951 F: drivers/remoteproc/
9952 F: include/linux/remoteproc.h
9953
9954 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9955 M: Ohad Ben-Cohen <ohad@wizery.com>
9956 M: Bjorn Andersson <bjorn.andersson@linaro.org>
9957 L: linux-remoteproc@vger.kernel.org
9958 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9959 S: Maintained
9960 F: drivers/rpmsg/
9961 F: Documentation/rpmsg.txt
9962 F: include/linux/rpmsg.h
9963
9964 RENESAS ETHERNET DRIVERS
9965 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9966 L: netdev@vger.kernel.org
9967 L: linux-renesas-soc@vger.kernel.org
9968 F: drivers/net/ethernet/renesas/
9969 F: include/linux/sh_eth.h
9970
9971 RENESAS USB2 PHY DRIVER
9972 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9973 L: linux-renesas-soc@vger.kernel.org
9974 S: Maintained
9975 F: drivers/phy/phy-rcar-gen3-usb2.c
9976
9977 RESET CONTROLLER FRAMEWORK
9978 M: Philipp Zabel <p.zabel@pengutronix.de>
9979 T: git git://git.pengutronix.de/git/pza/linux
9980 S: Maintained
9981 F: drivers/reset/
9982 F: Documentation/devicetree/bindings/reset/
9983 F: include/dt-bindings/reset/
9984 F: include/linux/reset.h
9985 F: include/linux/reset-controller.h
9986
9987 RFKILL
9988 M: Johannes Berg <johannes@sipsolutions.net>
9989 L: linux-wireless@vger.kernel.org
9990 W: http://wireless.kernel.org/
9991 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9992 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9993 S: Maintained
9994 F: Documentation/rfkill.txt
9995 F: net/rfkill/
9996
9997 RHASHTABLE
9998 M: Thomas Graf <tgraf@suug.ch>
9999 M: Herbert Xu <herbert@gondor.apana.org.au>
10000 L: netdev@vger.kernel.org
10001 S: Maintained
10002 F: lib/rhashtable.c
10003 F: include/linux/rhashtable.h
10004
10005 RICOH SMARTMEDIA/XD DRIVER
10006 M: Maxim Levitsky <maximlevitsky@gmail.com>
10007 S: Maintained
10008 F: drivers/mtd/nand/r852.c
10009 F: drivers/mtd/nand/r852.h
10010
10011 RICOH R5C592 MEMORYSTICK DRIVER
10012 M: Maxim Levitsky <maximlevitsky@gmail.com>
10013 S: Maintained
10014 F: drivers/memstick/host/r592.*
10015
10016 ROCCAT DRIVERS
10017 M: Stefan Achatz <erazor_de@users.sourceforge.net>
10018 W: http://sourceforge.net/projects/roccat/
10019 S: Maintained
10020 F: drivers/hid/hid-roccat*
10021 F: include/linux/hid-roccat*
10022 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
10023
10024 ROCKER DRIVER
10025 M: Jiri Pirko <jiri@resnulli.us>
10026 L: netdev@vger.kernel.org
10027 S: Supported
10028 F: drivers/net/ethernet/rocker/
10029
10030 ROCKETPORT DRIVER
10031 P: Comtrol Corp.
10032 W: http://www.comtrol.com
10033 S: Maintained
10034 F: Documentation/serial/rocket.txt
10035 F: drivers/tty/rocket*
10036
10037 ROCKETPORT EXPRESS/INFINITY DRIVER
10038 M: Kevin Cernekee <cernekee@gmail.com>
10039 L: linux-serial@vger.kernel.org
10040 S: Odd Fixes
10041 F: drivers/tty/serial/rp2.*
10042
10043 ROSE NETWORK LAYER
10044 M: Ralf Baechle <ralf@linux-mips.org>
10045 L: linux-hams@vger.kernel.org
10046 W: http://www.linux-ax25.org/
10047 S: Maintained
10048 F: include/net/rose.h
10049 F: include/uapi/linux/rose.h
10050 F: net/rose/
10051
10052 RTL2830 MEDIA DRIVER
10053 M: Antti Palosaari <crope@iki.fi>
10054 L: linux-media@vger.kernel.org
10055 W: https://linuxtv.org
10056 W: http://palosaari.fi/linux/
10057 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10058 T: git git://linuxtv.org/anttip/media_tree.git
10059 S: Maintained
10060 F: drivers/media/dvb-frontends/rtl2830*
10061
10062 RTL2832 MEDIA DRIVER
10063 M: Antti Palosaari <crope@iki.fi>
10064 L: linux-media@vger.kernel.org
10065 W: https://linuxtv.org
10066 W: http://palosaari.fi/linux/
10067 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10068 T: git git://linuxtv.org/anttip/media_tree.git
10069 S: Maintained
10070 F: drivers/media/dvb-frontends/rtl2832*
10071
10072 RTL2832_SDR MEDIA DRIVER
10073 M: Antti Palosaari <crope@iki.fi>
10074 L: linux-media@vger.kernel.org
10075 W: https://linuxtv.org
10076 W: http://palosaari.fi/linux/
10077 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10078 T: git git://linuxtv.org/anttip/media_tree.git
10079 S: Maintained
10080 F: drivers/media/dvb-frontends/rtl2832_sdr*
10081
10082 RTL8180 WIRELESS DRIVER
10083 L: linux-wireless@vger.kernel.org
10084 W: http://wireless.kernel.org/
10085 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10086 S: Orphan
10087 F: drivers/net/wireless/realtek/rtl818x/rtl8180/
10088
10089 RTL8187 WIRELESS DRIVER
10090 M: Herton Ronaldo Krzesinski <herton@canonical.com>
10091 M: Hin-Tak Leung <htl10@users.sourceforge.net>
10092 M: Larry Finger <Larry.Finger@lwfinger.net>
10093 L: linux-wireless@vger.kernel.org
10094 W: http://wireless.kernel.org/
10095 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10096 S: Maintained
10097 F: drivers/net/wireless/realtek/rtl818x/rtl8187/
10098
10099 RTL8192CE WIRELESS DRIVER
10100 M: Larry Finger <Larry.Finger@lwfinger.net>
10101 M: Chaoming Li <chaoming_li@realsil.com.cn>
10102 L: linux-wireless@vger.kernel.org
10103 W: http://wireless.kernel.org/
10104 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10105 S: Maintained
10106 F: drivers/net/wireless/realtek/rtlwifi/
10107 F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10108
10109 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10110 M: Jes Sorensen <Jes.Sorensen@redhat.com>
10111 L: linux-wireless@vger.kernel.org
10112 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10113 S: Maintained
10114 F: drivers/net/wireless/realtek/rtl8xxxu/
10115
10116 S3 SAVAGE FRAMEBUFFER DRIVER
10117 M: Antonino Daplas <adaplas@gmail.com>
10118 L: linux-fbdev@vger.kernel.org
10119 S: Maintained
10120 F: drivers/video/fbdev/savage/
10121
10122 S390
10123 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
10124 M: Heiko Carstens <heiko.carstens@de.ibm.com>
10125 L: linux-s390@vger.kernel.org
10126 W: http://www.ibm.com/developerworks/linux/linux390/
10127 T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10128 S: Supported
10129 F: arch/s390/
10130 F: drivers/s390/
10131 F: Documentation/s390/
10132 F: Documentation/DocBook/s390*
10133
10134 S390 COMMON I/O LAYER
10135 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10136 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10137 L: linux-s390@vger.kernel.org
10138 W: http://www.ibm.com/developerworks/linux/linux390/
10139 S: Supported
10140 F: drivers/s390/cio/
10141
10142 S390 DASD DRIVER
10143 M: Stefan Weinhuber <wein@de.ibm.com>
10144 M: Stefan Haberland <stefan.haberland@de.ibm.com>
10145 L: linux-s390@vger.kernel.org
10146 W: http://www.ibm.com/developerworks/linux/linux390/
10147 S: Supported
10148 F: drivers/s390/block/dasd*
10149 F: block/partitions/ibm.c
10150
10151 S390 NETWORK DRIVERS
10152 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10153 L: linux-s390@vger.kernel.org
10154 W: http://www.ibm.com/developerworks/linux/linux390/
10155 S: Supported
10156 F: drivers/s390/net/
10157
10158 S390 PCI SUBSYSTEM
10159 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10160 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10161 L: linux-s390@vger.kernel.org
10162 W: http://www.ibm.com/developerworks/linux/linux390/
10163 S: Supported
10164 F: arch/s390/pci/
10165 F: drivers/pci/hotplug/s390_pci_hpc.c
10166
10167 S390 ZCRYPT DRIVER
10168 M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
10169 L: linux-s390@vger.kernel.org
10170 W: http://www.ibm.com/developerworks/linux/linux390/
10171 S: Supported
10172 F: drivers/s390/crypto/
10173
10174 S390 ZFCP DRIVER
10175 M: Steffen Maier <maier@linux.vnet.ibm.com>
10176 L: linux-s390@vger.kernel.org
10177 W: http://www.ibm.com/developerworks/linux/linux390/
10178 S: Supported
10179 F: drivers/s390/scsi/zfcp_*
10180
10181 S390 IUCV NETWORK LAYER
10182 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10183 L: linux-s390@vger.kernel.org
10184 W: http://www.ibm.com/developerworks/linux/linux390/
10185 S: Supported
10186 F: drivers/s390/net/*iucv*
10187 F: include/net/iucv/
10188 F: net/iucv/
10189
10190 S390 IOMMU (PCI)
10191 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10192 L: linux-s390@vger.kernel.org
10193 W: http://www.ibm.com/developerworks/linux/linux390/
10194 S: Supported
10195 F: drivers/iommu/s390-iommu.c
10196
10197 S3C24XX SD/MMC Driver
10198 M: Ben Dooks <ben-linux@fluff.org>
10199 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10200 S: Supported
10201 F: drivers/mmc/host/s3cmci.*
10202
10203 SAA6588 RDS RECEIVER DRIVER
10204 M: Hans Verkuil <hverkuil@xs4all.nl>
10205 L: linux-media@vger.kernel.org
10206 T: git git://linuxtv.org/media_tree.git
10207 W: https://linuxtv.org
10208 S: Odd Fixes
10209 F: drivers/media/i2c/saa6588*
10210
10211 SAA7134 VIDEO4LINUX DRIVER
10212 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10213 M: Mauro Carvalho Chehab <mchehab@kernel.org>
10214 L: linux-media@vger.kernel.org
10215 W: https://linuxtv.org
10216 T: git git://linuxtv.org/media_tree.git
10217 S: Odd fixes
10218 F: Documentation/video4linux/*.saa7134
10219 F: drivers/media/pci/saa7134/
10220
10221 SAA7146 VIDEO4LINUX-2 DRIVER
10222 M: Hans Verkuil <hverkuil@xs4all.nl>
10223 L: linux-media@vger.kernel.org
10224 T: git git://linuxtv.org/media_tree.git
10225 S: Maintained
10226 F: drivers/media/common/saa7146/
10227 F: drivers/media/pci/saa7146/
10228 F: include/media/saa7146*
10229
10230 SAMSUNG LAPTOP DRIVER
10231 M: Corentin Chary <corentin.chary@gmail.com>
10232 L: platform-driver-x86@vger.kernel.org
10233 S: Maintained
10234 F: drivers/platform/x86/samsung-laptop.c
10235
10236 SAMSUNG AUDIO (ASoC) DRIVERS
10237 M: Krzysztof Kozlowski <krzk@kernel.org>
10238 M: Sangbeom Kim <sbkim73@samsung.com>
10239 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10240 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10241 S: Supported
10242 F: sound/soc/samsung/
10243
10244 SAMSUNG FRAMEBUFFER DRIVER
10245 M: Jingoo Han <jingoohan1@gmail.com>
10246 L: linux-fbdev@vger.kernel.org
10247 S: Maintained
10248 F: drivers/video/fbdev/s3c-fb.c
10249
10250 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10251 M: Sangbeom Kim <sbkim73@samsung.com>
10252 M: Krzysztof Kozlowski <krzk@kernel.org>
10253 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10254 L: linux-kernel@vger.kernel.org
10255 L: linux-samsung-soc@vger.kernel.org
10256 S: Supported
10257 F: drivers/mfd/sec*.c
10258 F: drivers/regulator/s2m*.c
10259 F: drivers/regulator/s5m*.c
10260 F: drivers/clk/clk-s2mps11.c
10261 F: drivers/rtc/rtc-s5m.c
10262 F: include/linux/mfd/samsung/
10263 F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10264 F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10265 F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10266 F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10267
10268 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10269 M: Kyungmin Park <kyungmin.park@samsung.com>
10270 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10271 L: linux-media@vger.kernel.org
10272 Q: https://patchwork.linuxtv.org/project/linux-media/list/
10273 S: Supported
10274 F: drivers/media/platform/exynos4-is/
10275
10276 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10277 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10278 L: linux-media@vger.kernel.org
10279 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10280 S: Maintained
10281 F: drivers/media/platform/s3c-camif/
10282 F: include/media/drv-intf/s3c_camif.h
10283
10284 SAMSUNG S5C73M3 CAMERA DRIVER
10285 M: Kyungmin Park <kyungmin.park@samsung.com>
10286 M: Andrzej Hajda <a.hajda@samsung.com>
10287 L: linux-media@vger.kernel.org
10288 S: Supported
10289 F: drivers/media/i2c/s5c73m3/*
10290
10291 SAMSUNG S5K5BAF CAMERA DRIVER
10292 M: Kyungmin Park <kyungmin.park@samsung.com>
10293 M: Andrzej Hajda <a.hajda@samsung.com>
10294 L: linux-media@vger.kernel.org
10295 S: Supported
10296 F: drivers/media/i2c/s5k5baf.c
10297
10298 SAMSUNG S3FWRN5 NFC DRIVER
10299 M: Robert Baldyga <r.baldyga@samsung.com>
10300 M: Krzysztof Opasiak <k.opasiak@samsung.com>
10301 L: linux-nfc@lists.01.org (moderated for non-subscribers)
10302 S: Supported
10303 F: drivers/nfc/s3fwrn5
10304
10305 SAMSUNG SOC CLOCK DRIVERS
10306 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10307 M: Tomasz Figa <tomasz.figa@gmail.com>
10308 S: Supported
10309 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10310 F: drivers/clk/samsung/
10311
10312 SAMSUNG SPI DRIVERS
10313 M: Kukjin Kim <kgene@kernel.org>
10314 M: Krzysztof Kozlowski <krzk@kernel.org>
10315 M: Andi Shyti <andi.shyti@samsung.com>
10316 L: linux-spi@vger.kernel.org
10317 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10318 S: Maintained
10319 F: Documentation/devicetree/bindings/spi/spi-samsung.txt
10320 F: drivers/spi/spi-s3c*
10321 F: include/linux/platform_data/spi-s3c64xx.h
10322
10323 SAMSUNG SXGBE DRIVERS
10324 M: Byungho An <bh74.an@samsung.com>
10325 M: Girish K S <ks.giri@samsung.com>
10326 M: Vipul Pandya <vipul.pandya@samsung.com>
10327 S: Supported
10328 L: netdev@vger.kernel.org
10329 F: drivers/net/ethernet/samsung/sxgbe/
10330
10331 SAMSUNG THERMAL DRIVER
10332 M: Lukasz Majewski <l.majewski@samsung.com>
10333 L: linux-pm@vger.kernel.org
10334 L: linux-samsung-soc@vger.kernel.org
10335 S: Supported
10336 T: git https://github.com/lmajewski/linux-samsung-thermal.git
10337 F: drivers/thermal/samsung/
10338
10339 SAMSUNG USB2 PHY DRIVER
10340 M: Kamil Debski <kamil@wypas.org>
10341 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10342 L: linux-kernel@vger.kernel.org
10343 S: Supported
10344 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
10345 F: Documentation/phy/samsung-usb2.txt
10346 F: drivers/phy/phy-exynos4210-usb2.c
10347 F: drivers/phy/phy-exynos4x12-usb2.c
10348 F: drivers/phy/phy-exynos5250-usb2.c
10349 F: drivers/phy/phy-s5pv210-usb2.c
10350 F: drivers/phy/phy-samsung-usb2.c
10351 F: drivers/phy/phy-samsung-usb2.h
10352
10353 SERIAL DRIVERS
10354 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10355 L: linux-serial@vger.kernel.org
10356 S: Maintained
10357 F: Documentation/devicetree/bindings/serial/
10358 F: drivers/tty/serial/
10359
10360 SYNOPSYS DESIGNWARE DMAC DRIVER
10361 M: Viresh Kumar <vireshk@kernel.org>
10362 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10363 S: Maintained
10364 F: include/linux/dma/dw.h
10365 F: include/linux/platform_data/dma-dw.h
10366 F: drivers/dma/dw/
10367
10368 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10369 M: Lars Persson <lars.persson@axis.com>
10370 L: netdev@vger.kernel.org
10371 S: Supported
10372 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10373 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10374
10375 SYNOPSYS DESIGNWARE I2C DRIVER
10376 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
10377 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10378 R: Mika Westerberg <mika.westerberg@linux.intel.com>
10379 L: linux-i2c@vger.kernel.org
10380 S: Maintained
10381 F: drivers/i2c/busses/i2c-designware-*
10382 F: include/linux/platform_data/i2c-designware.h
10383
10384 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10385 M: Jaehoon Chung <jh80.chung@samsung.com>
10386 L: linux-mmc@vger.kernel.org
10387 S: Maintained
10388 F: include/linux/mmc/dw_mmc.h
10389 F: drivers/mmc/host/dw_mmc*
10390
10391 SYSTEM TRACE MODULE CLASS
10392 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
10393 S: Maintained
10394 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10395 F: Documentation/trace/stm.txt
10396 F: drivers/hwtracing/stm/
10397 F: include/linux/stm.h
10398 F: include/uapi/linux/stm.h
10399
10400 THUNDERBOLT DRIVER
10401 M: Andreas Noever <andreas.noever@gmail.com>
10402 S: Maintained
10403 F: drivers/thunderbolt/
10404
10405 TI BQ27XXX POWER SUPPLY DRIVER
10406 R: Andrew F. Davis <afd@ti.com>
10407 F: include/linux/power/bq27xxx_battery.h
10408 F: drivers/power/bq27xxx_battery.c
10409 F: drivers/power/bq27xxx_battery_i2c.c
10410
10411 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10412 M: John Stultz <john.stultz@linaro.org>
10413 M: Thomas Gleixner <tglx@linutronix.de>
10414 L: linux-kernel@vger.kernel.org
10415 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10416 S: Supported
10417 F: include/linux/clocksource.h
10418 F: include/linux/time.h
10419 F: include/linux/timex.h
10420 F: include/uapi/linux/time.h
10421 F: include/uapi/linux/timex.h
10422 F: kernel/time/clocksource.c
10423 F: kernel/time/time*.c
10424 F: kernel/time/alarmtimer.c
10425 F: kernel/time/ntp.c
10426 F: tools/testing/selftests/timers/
10427
10428 SC1200 WDT DRIVER
10429 M: Zwane Mwaikambo <zwanem@gmail.com>
10430 S: Maintained
10431 F: drivers/watchdog/sc1200wdt.c
10432
10433 SCHEDULER
10434 M: Ingo Molnar <mingo@redhat.com>
10435 M: Peter Zijlstra <peterz@infradead.org>
10436 L: linux-kernel@vger.kernel.org
10437 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10438 S: Maintained
10439 F: kernel/sched/
10440 F: include/linux/sched.h
10441 F: include/uapi/linux/sched.h
10442 F: include/linux/wait.h
10443
10444 SCORE ARCHITECTURE
10445 M: Chen Liqin <liqin.linux@gmail.com>
10446 M: Lennox Wu <lennox.wu@gmail.com>
10447 W: http://www.sunplus.com
10448 S: Supported
10449 F: arch/score/
10450
10451 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10452 M: Sudeep Holla <sudeep.holla@arm.com>
10453 L: linux-arm-kernel@lists.infradead.org
10454 S: Maintained
10455 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
10456 F: drivers/clk/clk-scpi.c
10457 F: drivers/cpufreq/scpi-cpufreq.c
10458 F: drivers/firmware/arm_scpi.c
10459 F: include/linux/scpi_protocol.h
10460
10461 SCSI CDROM DRIVER
10462 M: Jens Axboe <axboe@kernel.dk>
10463 L: linux-scsi@vger.kernel.org
10464 W: http://www.kernel.dk
10465 S: Maintained
10466 F: drivers/scsi/sr*
10467
10468 SCSI RDMA PROTOCOL (SRP) INITIATOR
10469 M: Bart Van Assche <bart.vanassche@sandisk.com>
10470 L: linux-rdma@vger.kernel.org
10471 S: Supported
10472 W: http://www.openfabrics.org
10473 Q: http://patchwork.kernel.org/project/linux-rdma/list/
10474 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10475 F: drivers/infiniband/ulp/srp/
10476 F: include/scsi/srp.h
10477
10478 SCSI SG DRIVER
10479 M: Doug Gilbert <dgilbert@interlog.com>
10480 L: linux-scsi@vger.kernel.org
10481 W: http://sg.danny.cz/sg
10482 S: Maintained
10483 F: Documentation/scsi/scsi-generic.txt
10484 F: drivers/scsi/sg.c
10485 F: include/scsi/sg.h
10486
10487 SCSI SUBSYSTEM
10488 M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10489 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10490 M: "Martin K. Petersen" <martin.petersen@oracle.com>
10491 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10492 L: linux-scsi@vger.kernel.org
10493 S: Maintained
10494 F: Documentation/devicetree/bindings/scsi/
10495 F: drivers/scsi/
10496 F: include/scsi/
10497
10498 SCSI TAPE DRIVER
10499 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10500 L: linux-scsi@vger.kernel.org
10501 S: Maintained
10502 F: Documentation/scsi/st.txt
10503 F: drivers/scsi/st.*
10504 F: drivers/scsi/st_*.h
10505
10506 SCTP PROTOCOL
10507 M: Vlad Yasevich <vyasevich@gmail.com>
10508 M: Neil Horman <nhorman@tuxdriver.com>
10509 L: linux-sctp@vger.kernel.org
10510 W: http://lksctp.sourceforge.net
10511 S: Maintained
10512 F: Documentation/networking/sctp.txt
10513 F: include/linux/sctp.h
10514 F: include/uapi/linux/sctp.h
10515 F: include/net/sctp/
10516 F: net/sctp/
10517
10518 SCx200 CPU SUPPORT
10519 M: Jim Cromie <jim.cromie@gmail.com>
10520 S: Odd Fixes
10521 F: Documentation/i2c/busses/scx200_acb
10522 F: arch/x86/platform/scx200/
10523 F: drivers/watchdog/scx200_wdt.c
10524 F: drivers/i2c/busses/scx200*
10525 F: drivers/mtd/maps/scx200_docflash.c
10526 F: include/linux/scx200.h
10527
10528 SCx200 GPIO DRIVER
10529 M: Jim Cromie <jim.cromie@gmail.com>
10530 S: Maintained
10531 F: drivers/char/scx200_gpio.c
10532 F: include/linux/scx200_gpio.h
10533
10534 SCx200 HRT CLOCKSOURCE DRIVER
10535 M: Jim Cromie <jim.cromie@gmail.com>
10536 S: Maintained
10537 F: drivers/clocksource/scx200_hrt.c
10538
10539 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10540 M: Sascha Sommer <saschasommer@freenet.de>
10541 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10542 S: Maintained
10543 F: drivers/mmc/host/sdricoh_cs.c
10544
10545 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10546 M: Adrian Hunter <adrian.hunter@intel.com>
10547 L: linux-mmc@vger.kernel.org
10548 T: git git://git.infradead.org/users/ahunter/linux-sdhci.git
10549 S: Maintained
10550 F: drivers/mmc/host/sdhci*
10551 F: include/linux/mmc/sdhci*
10552
10553 SECURE COMPUTING
10554 M: Kees Cook <keescook@chromium.org>
10555 R: Andy Lutomirski <luto@amacapital.net>
10556 R: Will Drewry <wad@chromium.org>
10557 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10558 S: Supported
10559 F: kernel/seccomp.c
10560 F: include/uapi/linux/seccomp.h
10561 F: include/linux/seccomp.h
10562 F: tools/testing/selftests/seccomp/*
10563 K: \bsecure_computing
10564 K: \bTIF_SECCOMP\b
10565
10566 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10567 M: Al Cooper <alcooperx@gmail.com>
10568 L: linux-mmc@vger.kernel.org
10569 L: bcm-kernel-feedback-list@broadcom.com
10570 S: Maintained
10571 F: drivers/mmc/host/sdhci-brcmstb*
10572
10573 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10574 M: Ben Dooks <ben-linux@fluff.org>
10575 M: Jaehoon Chung <jh80.chung@samsung.com>
10576 L: linux-mmc@vger.kernel.org
10577 S: Maintained
10578 F: drivers/mmc/host/sdhci-s3c*
10579
10580 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10581 M: Viresh Kumar <vireshk@kernel.org>
10582 L: linux-mmc@vger.kernel.org
10583 S: Maintained
10584 F: drivers/mmc/host/sdhci-spear.c
10585
10586 SECURITY SUBSYSTEM
10587 M: James Morris <james.l.morris@oracle.com>
10588 M: "Serge E. Hallyn" <serge@hallyn.com>
10589 L: linux-security-module@vger.kernel.org (suggested Cc:)
10590 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10591 W: http://kernsec.org/
10592 S: Supported
10593 F: security/
10594
10595 SECURITY CONTACT
10596 M: Security Officers <security@kernel.org>
10597 S: Supported
10598
10599 SELINUX SECURITY MODULE
10600 M: Paul Moore <paul@paul-moore.com>
10601 M: Stephen Smalley <sds@tycho.nsa.gov>
10602 M: Eric Paris <eparis@parisplace.org>
10603 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
10604 W: http://selinuxproject.org
10605 T: git git://git.infradead.org/users/pcmoore/selinux
10606 S: Supported
10607 F: include/linux/selinux*
10608 F: security/selinux/
10609 F: scripts/selinux/
10610
10611 APPARMOR SECURITY MODULE
10612 M: John Johansen <john.johansen@canonical.com>
10613 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10614 W: apparmor.wiki.kernel.org
10615 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10616 S: Supported
10617 F: security/apparmor/
10618
10619 LOADPIN SECURITY MODULE
10620 M: Kees Cook <keescook@chromium.org>
10621 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10622 S: Supported
10623 F: security/loadpin/
10624
10625 YAMA SECURITY MODULE
10626 M: Kees Cook <keescook@chromium.org>
10627 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10628 S: Supported
10629 F: security/yama/
10630
10631 SENSABLE PHANTOM
10632 M: Jiri Slaby <jirislaby@gmail.com>
10633 S: Maintained
10634 F: drivers/misc/phantom.c
10635 F: include/uapi/linux/phantom.h
10636
10637 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
10638 M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
10639 M: Ketan Mukadam <ketan.mukadam@avagotech.com>
10640 M: John Soni Jose <sony.john@avagotech.com>
10641 L: linux-scsi@vger.kernel.org
10642 W: http://www.avagotech.com
10643 S: Supported
10644 F: drivers/scsi/be2iscsi/
10645
10646 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
10647 M: Sathya Perla <sathya.perla@broadcom.com>
10648 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
10649 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10650 M: Somnath Kotur <somnath.kotur@broadcom.com>
10651 L: netdev@vger.kernel.org
10652 W: http://www.emulex.com
10653 S: Supported
10654 F: drivers/net/ethernet/emulex/benet/
10655
10656 EMULEX ONECONNECT ROCE DRIVER
10657 M: Selvin Xavier <selvin.xavier@avagotech.com>
10658 M: Devesh Sharma <devesh.sharma@avagotech.com>
10659 M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10660 L: linux-rdma@vger.kernel.org
10661 W: http://www.emulex.com
10662 S: Supported
10663 F: drivers/infiniband/hw/ocrdma/
10664
10665 SFC NETWORK DRIVER
10666 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10667 M: Edward Cree <ecree@solarflare.com>
10668 M: Bert Kenward <bkenward@solarflare.com>
10669 L: netdev@vger.kernel.org
10670 S: Supported
10671 F: drivers/net/ethernet/sfc/
10672
10673 SGI GRU DRIVER
10674 M: Dimitri Sivanich <sivanich@sgi.com>
10675 S: Maintained
10676 F: drivers/misc/sgi-gru/
10677
10678 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10679 M: Pat Gefre <pfg@sgi.com>
10680 L: linux-ia64@vger.kernel.org
10681 S: Supported
10682 F: Documentation/ia64/serial.txt
10683 F: drivers/tty/serial/ioc?_serial.c
10684 F: include/linux/ioc?.h
10685
10686 SGI XP/XPC/XPNET DRIVER
10687 M: Cliff Whickman <cpw@sgi.com>
10688 M: Robin Holt <robinmholt@gmail.com>
10689 S: Maintained
10690 F: drivers/misc/sgi-xp/
10691
10692 SI2157 MEDIA DRIVER
10693 M: Antti Palosaari <crope@iki.fi>
10694 L: linux-media@vger.kernel.org
10695 W: https://linuxtv.org
10696 W: http://palosaari.fi/linux/
10697 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10698 T: git git://linuxtv.org/anttip/media_tree.git
10699 S: Maintained
10700 F: drivers/media/tuners/si2157*
10701
10702 SI2168 MEDIA DRIVER
10703 M: Antti Palosaari <crope@iki.fi>
10704 L: linux-media@vger.kernel.org
10705 W: https://linuxtv.org
10706 W: http://palosaari.fi/linux/
10707 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10708 T: git git://linuxtv.org/anttip/media_tree.git
10709 S: Maintained
10710 F: drivers/media/dvb-frontends/si2168*
10711
10712 SI470X FM RADIO RECEIVER I2C DRIVER
10713 M: Hans Verkuil <hverkuil@xs4all.nl>
10714 L: linux-media@vger.kernel.org
10715 T: git git://linuxtv.org/media_tree.git
10716 W: https://linuxtv.org
10717 S: Odd Fixes
10718 F: drivers/media/radio/si470x/radio-si470x-i2c.c
10719
10720 SI470X FM RADIO RECEIVER USB DRIVER
10721 M: Hans Verkuil <hverkuil@xs4all.nl>
10722 L: linux-media@vger.kernel.org
10723 T: git git://linuxtv.org/media_tree.git
10724 W: https://linuxtv.org
10725 S: Maintained
10726 F: drivers/media/radio/si470x/radio-si470x-common.c
10727 F: drivers/media/radio/si470x/radio-si470x.h
10728 F: drivers/media/radio/si470x/radio-si470x-usb.c
10729
10730 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10731 M: Eduardo Valentin <edubezval@gmail.com>
10732 L: linux-media@vger.kernel.org
10733 T: git git://linuxtv.org/media_tree.git
10734 W: https://linuxtv.org
10735 S: Odd Fixes
10736 F: drivers/media/radio/si4713/si4713.?
10737
10738 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10739 M: Eduardo Valentin <edubezval@gmail.com>
10740 L: linux-media@vger.kernel.org
10741 T: git git://linuxtv.org/media_tree.git
10742 W: https://linuxtv.org
10743 S: Odd Fixes
10744 F: drivers/media/radio/si4713/radio-platform-si4713.c
10745
10746 SI4713 FM RADIO TRANSMITTER USB DRIVER
10747 M: Hans Verkuil <hverkuil@xs4all.nl>
10748 L: linux-media@vger.kernel.org
10749 T: git git://linuxtv.org/media_tree.git
10750 W: https://linuxtv.org
10751 S: Maintained
10752 F: drivers/media/radio/si4713/radio-usb-si4713.c
10753
10754 SIANO DVB DRIVER
10755 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10756 M: Mauro Carvalho Chehab <mchehab@kernel.org>
10757 L: linux-media@vger.kernel.org
10758 W: https://linuxtv.org
10759 T: git git://linuxtv.org/media_tree.git
10760 S: Odd fixes
10761 F: drivers/media/common/siano/
10762 F: drivers/media/usb/siano/
10763 F: drivers/media/usb/siano/
10764 F: drivers/media/mmc/siano/
10765
10766 SIMPLEFB FB DRIVER
10767 M: Hans de Goede <hdegoede@redhat.com>
10768 L: linux-fbdev@vger.kernel.org
10769 S: Maintained
10770 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
10771 F: drivers/video/fbdev/simplefb.c
10772 F: include/linux/platform_data/simplefb.h
10773
10774 SH_VEU V4L2 MEM2MEM DRIVER
10775 L: linux-media@vger.kernel.org
10776 S: Orphan
10777 F: drivers/media/platform/sh_veu.c
10778
10779 SH_VOU V4L2 OUTPUT DRIVER
10780 L: linux-media@vger.kernel.org
10781 S: Orphan
10782 F: drivers/media/platform/sh_vou.c
10783 F: include/media/drv-intf/sh_vou.h
10784
10785 SIMPLE FIRMWARE INTERFACE (SFI)
10786 M: Len Brown <lenb@kernel.org>
10787 L: sfi-devel@simplefirmware.org
10788 W: http://simplefirmware.org/
10789 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10790 S: Supported
10791 F: arch/x86/platform/sfi/
10792 F: drivers/sfi/
10793 F: include/linux/sfi*.h
10794
10795 SIMTEC EB110ATX (Chalice CATS)
10796 P: Ben Dooks
10797 P: Vincent Sanders <vince@simtec.co.uk>
10798 M: Simtec Linux Team <linux@simtec.co.uk>
10799 W: http://www.simtec.co.uk/products/EB110ATX/
10800 S: Supported
10801
10802 SIMTEC EB2410ITX (BAST)
10803 P: Ben Dooks
10804 P: Vincent Sanders <vince@simtec.co.uk>
10805 M: Simtec Linux Team <linux@simtec.co.uk>
10806 W: http://www.simtec.co.uk/products/EB2410ITX/
10807 S: Supported
10808 F: arch/arm/mach-s3c24xx/mach-bast.c
10809 F: arch/arm/mach-s3c24xx/bast-ide.c
10810 F: arch/arm/mach-s3c24xx/bast-irq.c
10811
10812 TI DAVINCI MACHINE SUPPORT
10813 M: Sekhar Nori <nsekhar@ti.com>
10814 M: Kevin Hilman <khilman@kernel.org>
10815 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10816 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10817 S: Supported
10818 F: arch/arm/mach-davinci/
10819 F: drivers/i2c/busses/i2c-davinci.c
10820
10821 TI DAVINCI SERIES MEDIA DRIVER
10822 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10823 L: linux-media@vger.kernel.org
10824 W: https://linuxtv.org
10825 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10826 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10827 S: Maintained
10828 F: drivers/media/platform/davinci/
10829 F: include/media/davinci/
10830
10831 TI AM437X VPFE DRIVER
10832 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10833 L: linux-media@vger.kernel.org
10834 W: https://linuxtv.org
10835 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10836 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10837 S: Maintained
10838 F: drivers/media/platform/am437x/
10839
10840 OV2659 OMNIVISION SENSOR DRIVER
10841 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10842 L: linux-media@vger.kernel.org
10843 W: https://linuxtv.org
10844 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10845 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10846 S: Maintained
10847 F: drivers/media/i2c/ov2659.c
10848 F: include/media/i2c/ov2659.h
10849
10850 SILICON MOTION SM712 FRAME BUFFER DRIVER
10851 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10852 M: Teddy Wang <teddy.wang@siliconmotion.com>
10853 M: Sudip Mukherjee <sudip@vectorindia.org>
10854 L: linux-fbdev@vger.kernel.org
10855 S: Maintained
10856 F: drivers/video/fbdev/sm712*
10857 F: Documentation/fb/sm712fb.txt
10858
10859 SIS 190 ETHERNET DRIVER
10860 M: Francois Romieu <romieu@fr.zoreil.com>
10861 L: netdev@vger.kernel.org
10862 S: Maintained
10863 F: drivers/net/ethernet/sis/sis190.c
10864
10865 SIS 900/7016 FAST ETHERNET DRIVER
10866 M: Daniele Venzano <venza@brownhat.org>
10867 W: http://www.brownhat.org/sis900.html
10868 L: netdev@vger.kernel.org
10869 S: Maintained
10870 F: drivers/net/ethernet/sis/sis900.*
10871
10872 SIS FRAMEBUFFER DRIVER
10873 M: Thomas Winischhofer <thomas@winischhofer.net>
10874 W: http://www.winischhofer.net/linuxsisvga.shtml
10875 S: Maintained
10876 F: Documentation/fb/sisfb.txt
10877 F: drivers/video/fbdev/sis/
10878 F: include/video/sisfb.h
10879
10880 SIS USB2VGA DRIVER
10881 M: Thomas Winischhofer <thomas@winischhofer.net>
10882 W: http://www.winischhofer.at/linuxsisusbvga.shtml
10883 S: Maintained
10884 F: drivers/usb/misc/sisusbvga/
10885
10886 SLAB ALLOCATOR
10887 M: Christoph Lameter <cl@linux.com>
10888 M: Pekka Enberg <penberg@kernel.org>
10889 M: David Rientjes <rientjes@google.com>
10890 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
10891 M: Andrew Morton <akpm@linux-foundation.org>
10892 L: linux-mm@kvack.org
10893 S: Maintained
10894 F: include/linux/sl?b*.h
10895 F: mm/sl?b*
10896
10897 SLEEPABLE READ-COPY UPDATE (SRCU)
10898 M: Lai Jiangshan <jiangshanlai@gmail.com>
10899 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10900 M: Josh Triplett <josh@joshtriplett.org>
10901 R: Steven Rostedt <rostedt@goodmis.org>
10902 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10903 L: linux-kernel@vger.kernel.org
10904 W: http://www.rdrop.com/users/paulmck/RCU/
10905 S: Supported
10906 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10907 F: include/linux/srcu.h
10908 F: kernel/rcu/srcu.c
10909
10910 SMACK SECURITY MODULE
10911 M: Casey Schaufler <casey@schaufler-ca.com>
10912 L: linux-security-module@vger.kernel.org
10913 W: http://schaufler-ca.com
10914 T: git git://github.com/cschaufler/smack-next
10915 S: Maintained
10916 F: Documentation/security/Smack.txt
10917 F: security/smack/
10918
10919 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10920 M: Kevin Hilman <khilman@kernel.org>
10921 M: Nishanth Menon <nm@ti.com>
10922 S: Maintained
10923 F: drivers/power/avs/
10924 F: include/linux/power/smartreflex.h
10925 L: linux-pm@vger.kernel.org
10926
10927 SMC91x ETHERNET DRIVER
10928 M: Nicolas Pitre <nico@fluxnic.net>
10929 S: Odd Fixes
10930 F: drivers/net/ethernet/smsc/smc91x.*
10931
10932 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10933 M: Sakari Ailus <sakari.ailus@iki.fi>
10934 L: linux-media@vger.kernel.org
10935 S: Maintained
10936 F: drivers/media/i2c/smiapp/
10937 F: include/media/i2c/smiapp.h
10938 F: drivers/media/i2c/smiapp-pll.c
10939 F: drivers/media/i2c/smiapp-pll.h
10940 F: include/uapi/linux/smiapp.h
10941 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10942
10943 SMM665 HARDWARE MONITOR DRIVER
10944 M: Guenter Roeck <linux@roeck-us.net>
10945 L: linux-hwmon@vger.kernel.org
10946 S: Maintained
10947 F: Documentation/hwmon/smm665
10948 F: drivers/hwmon/smm665.c
10949
10950 SMSC EMC2103 HARDWARE MONITOR DRIVER
10951 M: Steve Glendinning <steve.glendinning@shawell.net>
10952 L: linux-hwmon@vger.kernel.org
10953 S: Maintained
10954 F: Documentation/hwmon/emc2103
10955 F: drivers/hwmon/emc2103.c
10956
10957 SMSC SCH5627 HARDWARE MONITOR DRIVER
10958 M: Hans de Goede <hdegoede@redhat.com>
10959 L: linux-hwmon@vger.kernel.org
10960 S: Supported
10961 F: Documentation/hwmon/sch5627
10962 F: drivers/hwmon/sch5627.c
10963
10964 SMSC47B397 HARDWARE MONITOR DRIVER
10965 M: Jean Delvare <jdelvare@suse.com>
10966 L: linux-hwmon@vger.kernel.org
10967 S: Maintained
10968 F: Documentation/hwmon/smsc47b397
10969 F: drivers/hwmon/smsc47b397.c
10970
10971 SMSC911x ETHERNET DRIVER
10972 M: Steve Glendinning <steve.glendinning@shawell.net>
10973 L: netdev@vger.kernel.org
10974 S: Maintained
10975 F: include/linux/smsc911x.h
10976 F: drivers/net/ethernet/smsc/smsc911x.*
10977
10978 SMSC9420 PCI ETHERNET DRIVER
10979 M: Steve Glendinning <steve.glendinning@shawell.net>
10980 L: netdev@vger.kernel.org
10981 S: Maintained
10982 F: drivers/net/ethernet/smsc/smsc9420.*
10983
10984 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10985 M: Steve Glendinning <steve.glendinning@shawell.net>
10986 L: linux-fbdev@vger.kernel.org
10987 S: Maintained
10988 F: drivers/video/fbdev/smscufx.c
10989
10990 SOC-CAMERA V4L2 SUBSYSTEM
10991 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10992 L: linux-media@vger.kernel.org
10993 T: git git://linuxtv.org/media_tree.git
10994 S: Maintained
10995 F: include/media/soc*
10996 F: drivers/media/i2c/soc_camera/
10997 F: drivers/media/platform/soc_camera/
10998
10999 SOEKRIS NET48XX LED SUPPORT
11000 M: Chris Boot <bootc@bootc.net>
11001 S: Maintained
11002 F: drivers/leds/leds-net48xx.c
11003
11004 SOFTLOGIC 6x10 MPEG CODEC
11005 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11006 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11007 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
11008 M: Ismael Luceno <ismael@iodev.co.uk>
11009 L: linux-media@vger.kernel.org
11010 S: Supported
11011 F: drivers/media/pci/solo6x10/
11012
11013 SOFTWARE RAID (Multiple Disks) SUPPORT
11014 M: Shaohua Li <shli@kernel.org>
11015 L: linux-raid@vger.kernel.org
11016 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11017 S: Supported
11018 F: drivers/md/
11019 F: include/linux/raid/
11020 F: include/uapi/linux/raid/
11021
11022 SONIC NETWORK DRIVER
11023 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11024 L: netdev@vger.kernel.org
11025 S: Maintained
11026 F: drivers/net/ethernet/natsemi/sonic.*
11027
11028 SONICS SILICON BACKPLANE DRIVER (SSB)
11029 M: Michael Buesch <m@bues.ch>
11030 L: linux-wireless@vger.kernel.org
11031 S: Maintained
11032 F: drivers/ssb/
11033 F: include/linux/ssb/
11034
11035 SONY VAIO CONTROL DEVICE DRIVER
11036 M: Mattia Dongili <malattia@linux.it>
11037 L: platform-driver-x86@vger.kernel.org
11038 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11039 S: Maintained
11040 F: Documentation/laptops/sony-laptop.txt
11041 F: drivers/char/sonypi.c
11042 F: drivers/platform/x86/sony-laptop.c
11043 F: include/linux/sony-laptop.h
11044
11045 SONY MEMORYSTICK CARD SUPPORT
11046 M: Alex Dubov <oakad@yahoo.com>
11047 W: http://tifmxx.berlios.de/
11048 S: Maintained
11049 F: drivers/memstick/host/tifm_ms.c
11050
11051 SONY MEMORYSTICK STANDARD SUPPORT
11052 M: Maxim Levitsky <maximlevitsky@gmail.com>
11053 S: Maintained
11054 F: drivers/memstick/core/ms_block.*
11055
11056 SOUND
11057 M: Jaroslav Kysela <perex@perex.cz>
11058 M: Takashi Iwai <tiwai@suse.com>
11059 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11060 W: http://www.alsa-project.org/
11061 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11062 T: git git://git.alsa-project.org/alsa-kernel.git
11063 Q: http://patchwork.kernel.org/project/alsa-devel/list/
11064 S: Maintained
11065 F: Documentation/sound/
11066 F: include/sound/
11067 F: include/uapi/sound/
11068 F: sound/
11069
11070 SOUND - COMPRESSED AUDIO
11071 M: Vinod Koul <vinod.koul@intel.com>
11072 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11073 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11074 S: Supported
11075 F: Documentation/sound/alsa/compress_offload.txt
11076 F: include/sound/compress_driver.h
11077 F: include/uapi/sound/compress_*
11078 F: sound/core/compress_offload.c
11079 F: sound/soc/soc-compress.c
11080
11081 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11082 M: Liam Girdwood <lgirdwood@gmail.com>
11083 M: Mark Brown <broonie@kernel.org>
11084 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11085 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11086 W: http://alsa-project.org/main/index.php/ASoC
11087 S: Supported
11088 F: Documentation/devicetree/bindings/sound/
11089 F: Documentation/sound/alsa/soc/
11090 F: sound/soc/
11091 F: include/sound/soc*
11092
11093 SOUND - DMAENGINE HELPERS
11094 M: Lars-Peter Clausen <lars@metafoo.de>
11095 S: Supported
11096 F: include/sound/dmaengine_pcm.h
11097 F: sound/core/pcm_dmaengine.c
11098 F: sound/soc/soc-generic-dmaengine-pcm.c
11099
11100 SP2 MEDIA DRIVER
11101 M: Olli Salonen <olli.salonen@iki.fi>
11102 L: linux-media@vger.kernel.org
11103 W: https://linuxtv.org
11104 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11105 S: Maintained
11106 F: drivers/media/dvb-frontends/sp2*
11107
11108 SPARC + UltraSPARC (sparc/sparc64)
11109 M: "David S. Miller" <davem@davemloft.net>
11110 L: sparclinux@vger.kernel.org
11111 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
11112 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11113 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11114 S: Maintained
11115 F: arch/sparc/
11116 F: drivers/sbus/
11117
11118 SPARC SERIAL DRIVERS
11119 M: "David S. Miller" <davem@davemloft.net>
11120 L: sparclinux@vger.kernel.org
11121 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11122 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11123 S: Maintained
11124 F: include/linux/sunserialcore.h
11125 F: drivers/tty/serial/suncore.c
11126 F: drivers/tty/serial/sunhv.c
11127 F: drivers/tty/serial/sunsab.c
11128 F: drivers/tty/serial/sunsab.h
11129 F: drivers/tty/serial/sunsu.c
11130 F: drivers/tty/serial/sunzilog.c
11131 F: drivers/tty/serial/sunzilog.h
11132
11133 SPARSE CHECKER
11134 M: "Christopher Li" <sparse@chrisli.org>
11135 L: linux-sparse@vger.kernel.org
11136 W: https://sparse.wiki.kernel.org/
11137 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11138 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11139 S: Maintained
11140 F: include/linux/compiler.h
11141
11142 SPEAR PLATFORM SUPPORT
11143 M: Viresh Kumar <vireshk@kernel.org>
11144 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11145 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11146 W: http://www.st.com/spear
11147 S: Maintained
11148 F: arch/arm/boot/dts/spear*
11149 F: arch/arm/mach-spear/
11150
11151 SPEAR CLOCK FRAMEWORK SUPPORT
11152 M: Viresh Kumar <vireshk@kernel.org>
11153 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11154 W: http://www.st.com/spear
11155 S: Maintained
11156 F: drivers/clk/spear/
11157
11158 SPI SUBSYSTEM
11159 M: Mark Brown <broonie@kernel.org>
11160 L: linux-spi@vger.kernel.org
11161 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11162 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
11163 S: Maintained
11164 F: Documentation/devicetree/bindings/spi/
11165 F: Documentation/spi/
11166 F: drivers/spi/
11167 F: include/linux/spi/
11168 F: include/uapi/linux/spi/
11169
11170 SPIDERNET NETWORK DRIVER for CELL
11171 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11172 L: netdev@vger.kernel.org
11173 S: Supported
11174 F: Documentation/networking/spider_net.txt
11175 F: drivers/net/ethernet/toshiba/spider_net*
11176
11177 SPU FILE SYSTEM
11178 M: Jeremy Kerr <jk@ozlabs.org>
11179 L: linuxppc-dev@lists.ozlabs.org
11180 W: http://www.ibm.com/developerworks/power/cell/
11181 S: Supported
11182 F: Documentation/filesystems/spufs.txt
11183 F: arch/powerpc/platforms/cell/spufs/
11184
11185 SQUASHFS FILE SYSTEM
11186 M: Phillip Lougher <phillip@squashfs.org.uk>
11187 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
11188 W: http://squashfs.org.uk
11189 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11190 S: Maintained
11191 F: Documentation/filesystems/squashfs.txt
11192 F: fs/squashfs/
11193
11194 SRM (Alpha) environment access
11195 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
11196 S: Maintained
11197 F: arch/alpha/kernel/srm_env.c
11198
11199 STABLE BRANCH
11200 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11201 L: stable@vger.kernel.org
11202 S: Supported
11203 F: Documentation/stable_kernel_rules.txt
11204
11205 STAGING SUBSYSTEM
11206 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11207 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11208 L: devel@driverdev.osuosl.org
11209 S: Supported
11210 F: drivers/staging/
11211
11212 STAGING - COMEDI
11213 M: Ian Abbott <abbotti@mev.co.uk>
11214 M: H Hartley Sweeten <hsweeten@visionengravers.com>
11215 S: Odd Fixes
11216 F: drivers/staging/comedi/
11217
11218 STAGING - FLARION FT1000 DRIVERS
11219 M: Marek Belisko <marek.belisko@gmail.com>
11220 S: Odd Fixes
11221 F: drivers/staging/ft1000/
11222
11223 STAGING - INDUSTRIAL IO
11224 M: Jonathan Cameron <jic23@kernel.org>
11225 L: linux-iio@vger.kernel.org
11226 S: Odd Fixes
11227 F: Documentation/devicetree/bindings/staging/iio/
11228 F: drivers/staging/iio/
11229
11230 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11231 M: Jarod Wilson <jarod@wilsonet.com>
11232 W: http://www.lirc.org/
11233 S: Odd Fixes
11234 F: drivers/staging/media/lirc/
11235
11236 STAGING - LUSTRE PARALLEL FILESYSTEM
11237 M: Oleg Drokin <oleg.drokin@intel.com>
11238 M: Andreas Dilger <andreas.dilger@intel.com>
11239 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
11240 W: http://wiki.lustre.org/
11241 S: Maintained
11242 F: drivers/staging/lustre
11243
11244 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11245 M: Marc Dietrich <marvin24@gmx.de>
11246 L: ac100@lists.launchpad.net (moderated for non-subscribers)
11247 L: linux-tegra@vger.kernel.org
11248 S: Maintained
11249 F: drivers/staging/nvec/
11250
11251 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11252 M: Jens Frederich <jfrederich@gmail.com>
11253 M: Daniel Drake <dsd@laptop.org>
11254 M: Jon Nettleton <jon.nettleton@gmail.com>
11255 W: http://wiki.laptop.org/go/DCON
11256 S: Maintained
11257 F: drivers/staging/olpc_dcon/
11258
11259 STAGING - REALTEK RTL8712U DRIVERS
11260 M: Larry Finger <Larry.Finger@lwfinger.net>
11261 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11262 S: Odd Fixes
11263 F: drivers/staging/rtl8712/
11264
11265 STAGING - REALTEK RTL8723U WIRELESS DRIVER
11266 M: Larry Finger <Larry.Finger@lwfinger.net>
11267 M: Jes Sorensen <Jes.Sorensen@redhat.com>
11268 L: linux-wireless@vger.kernel.org
11269 S: Maintained
11270 F: drivers/staging/rtl8723au/
11271
11272 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11273 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11274 M: Teddy Wang <teddy.wang@siliconmotion.com>
11275 M: Sudip Mukherjee <sudip@vectorindia.org>
11276 L: linux-fbdev@vger.kernel.org
11277 S: Maintained
11278 F: drivers/staging/sm750fb/
11279
11280 STAGING - SLICOSS
11281 M: Lior Dotan <liodot@gmail.com>
11282 M: Christopher Harrer <charrer@alacritech.com>
11283 S: Odd Fixes
11284 F: drivers/staging/slicoss/
11285
11286 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11287 M: William Hubbs <w.d.hubbs@gmail.com>
11288 M: Chris Brannon <chris@the-brannons.com>
11289 M: Kirk Reiser <kirk@reisers.ca>
11290 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
11291 L: speakup@linux-speakup.org
11292 W: http://www.linux-speakup.org/
11293 S: Odd Fixes
11294 F: drivers/staging/speakup/
11295
11296 STAGING - VIA VT665X DRIVERS
11297 M: Forest Bond <forest@alittletooquiet.net>
11298 S: Odd Fixes
11299 F: drivers/staging/vt665?/
11300
11301 STAGING - WILC1000 WIFI DRIVER
11302 M: Aditya Shankar <aditya.shankar@microchip.com>
11303 M: Ganesh Krishna <ganesh.krishna@microchip.com>
11304 L: linux-wireless@vger.kernel.org
11305 S: Supported
11306 F: drivers/staging/wilc1000/
11307
11308 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11309 M: Arnaud Patard <arnaud.patard@rtp-net.org>
11310 S: Odd Fixes
11311 F: drivers/staging/xgifb/
11312
11313 STARFIRE/DURALAN NETWORK DRIVER
11314 M: Ion Badulescu <ionut@badula.org>
11315 S: Odd Fixes
11316 F: drivers/net/ethernet/adaptec/starfire*
11317
11318 SUN3/3X
11319 M: Sam Creasey <sammy@sammy.net>
11320 W: http://sammy.net/sun3/
11321 S: Maintained
11322 F: arch/m68k/kernel/*sun3*
11323 F: arch/m68k/sun3*/
11324 F: arch/m68k/include/asm/sun3*
11325 F: drivers/net/ethernet/i825xx/sun3*
11326
11327 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11328 M: Hans de Goede <hdegoede@redhat.com>
11329 L: linux-input@vger.kernel.org
11330 S: Maintained
11331 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11332 F: drivers/input/keyboard/sun4i-lradc-keys.c
11333
11334 SUNDANCE NETWORK DRIVER
11335 M: Denis Kirjanov <kda@linux-powerpc.org>
11336 L: netdev@vger.kernel.org
11337 S: Maintained
11338 F: drivers/net/ethernet/dlink/sundance.c
11339
11340 SUPERH
11341 M: Yoshinori Sato <ysato@users.sourceforge.jp>
11342 M: Rich Felker <dalias@libc.org>
11343 L: linux-sh@vger.kernel.org
11344 Q: http://patchwork.kernel.org/project/linux-sh/list/
11345 S: Maintained
11346 F: Documentation/sh/
11347 F: arch/sh/
11348 F: drivers/sh/
11349
11350 SUSPEND TO RAM
11351 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
11352 M: Len Brown <len.brown@intel.com>
11353 M: Pavel Machek <pavel@ucw.cz>
11354 L: linux-pm@vger.kernel.org
11355 S: Supported
11356 F: Documentation/power/
11357 F: arch/x86/kernel/acpi/
11358 F: drivers/base/power/
11359 F: kernel/power/
11360 F: include/linux/suspend.h
11361 F: include/linux/freezer.h
11362 F: include/linux/pm.h
11363
11364 SVGA HANDLING
11365 M: Martin Mares <mj@ucw.cz>
11366 L: linux-video@atrey.karlin.mff.cuni.cz
11367 S: Maintained
11368 F: Documentation/svga.txt
11369 F: arch/x86/boot/video*
11370
11371 SWIOTLB SUBSYSTEM
11372 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11373 L: linux-kernel@vger.kernel.org
11374 T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11375 S: Supported
11376 F: lib/swiotlb.c
11377 F: arch/*/kernel/pci-swiotlb.c
11378 F: include/linux/swiotlb.h
11379
11380 SWITCHDEV
11381 M: Jiri Pirko <jiri@resnulli.us>
11382 L: netdev@vger.kernel.org
11383 S: Supported
11384 F: net/switchdev/
11385 F: include/net/switchdev.h
11386
11387 SYNOPSYS ARC ARCHITECTURE
11388 M: Vineet Gupta <vgupta@synopsys.com>
11389 L: linux-snps-arc@lists.infradead.org
11390 S: Supported
11391 F: arch/arc/
11392 F: Documentation/devicetree/bindings/arc/*
11393 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11394 F: drivers/tty/serial/arc_uart.c
11395 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11396
11397 SYNOPSYS ARC SDP platform support
11398 M: Alexey Brodkin <abrodkin@synopsys.com>
11399 S: Supported
11400 F: arch/arc/plat-axs10x
11401 F: arch/arc/boot/dts/ax*
11402 F: Documentation/devicetree/bindings/arc/axs10*
11403
11404 SYSTEM CONFIGURATION (SYSCON)
11405 M: Lee Jones <lee.jones@linaro.org>
11406 M: Arnd Bergmann <arnd@arndb.de>
11407 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11408 S: Supported
11409 F: drivers/mfd/syscon.c
11410
11411 SYSV FILESYSTEM
11412 M: Christoph Hellwig <hch@infradead.org>
11413 S: Maintained
11414 F: Documentation/filesystems/sysv-fs.txt
11415 F: fs/sysv/
11416 F: include/linux/sysv_fs.h
11417
11418 TARGET SUBSYSTEM
11419 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11420 L: linux-scsi@vger.kernel.org
11421 L: target-devel@vger.kernel.org
11422 W: http://www.linux-iscsi.org
11423 W: http://groups.google.com/group/linux-iscsi-target-dev
11424 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11425 S: Supported
11426 F: drivers/target/
11427 F: include/target/
11428 F: Documentation/target/
11429
11430 TASKSTATS STATISTICS INTERFACE
11431 M: Balbir Singh <bsingharora@gmail.com>
11432 S: Maintained
11433 F: Documentation/accounting/taskstats*
11434 F: include/linux/taskstats*
11435 F: kernel/taskstats.c
11436
11437 TC CLASSIFIER
11438 M: Jamal Hadi Salim <jhs@mojatatu.com>
11439 L: netdev@vger.kernel.org
11440 S: Maintained
11441 F: include/net/pkt_cls.h
11442 F: include/uapi/linux/pkt_cls.h
11443 F: net/sched/
11444
11445 TCP LOW PRIORITY MODULE
11446 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11447 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11448 W: http://tcp-lp-mod.sourceforge.net/
11449 S: Maintained
11450 F: net/ipv4/tcp_lp.c
11451
11452 TDA10071 MEDIA DRIVER
11453 M: Antti Palosaari <crope@iki.fi>
11454 L: linux-media@vger.kernel.org
11455 W: https://linuxtv.org
11456 W: http://palosaari.fi/linux/
11457 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11458 T: git git://linuxtv.org/anttip/media_tree.git
11459 S: Maintained
11460 F: drivers/media/dvb-frontends/tda10071*
11461
11462 TDA18212 MEDIA DRIVER
11463 M: Antti Palosaari <crope@iki.fi>
11464 L: linux-media@vger.kernel.org
11465 W: https://linuxtv.org
11466 W: http://palosaari.fi/linux/
11467 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11468 T: git git://linuxtv.org/anttip/media_tree.git
11469 S: Maintained
11470 F: drivers/media/tuners/tda18212*
11471
11472 TDA18218 MEDIA DRIVER
11473 M: Antti Palosaari <crope@iki.fi>
11474 L: linux-media@vger.kernel.org
11475 W: https://linuxtv.org
11476 W: http://palosaari.fi/linux/
11477 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11478 T: git git://linuxtv.org/anttip/media_tree.git
11479 S: Maintained
11480 F: drivers/media/tuners/tda18218*
11481
11482 TDA18271 MEDIA DRIVER
11483 M: Michael Krufky <mkrufky@linuxtv.org>
11484 L: linux-media@vger.kernel.org
11485 W: https://linuxtv.org
11486 W: http://github.com/mkrufky
11487 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11488 T: git git://linuxtv.org/mkrufky/tuners.git
11489 S: Maintained
11490 F: drivers/media/tuners/tda18271*
11491
11492 TDA827x MEDIA DRIVER
11493 M: Michael Krufky <mkrufky@linuxtv.org>
11494 L: linux-media@vger.kernel.org
11495 W: https://linuxtv.org
11496 W: http://github.com/mkrufky
11497 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11498 T: git git://linuxtv.org/mkrufky/tuners.git
11499 S: Maintained
11500 F: drivers/media/tuners/tda8290.*
11501
11502 TDA8290 MEDIA DRIVER
11503 M: Michael Krufky <mkrufky@linuxtv.org>
11504 L: linux-media@vger.kernel.org
11505 W: https://linuxtv.org
11506 W: http://github.com/mkrufky
11507 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11508 T: git git://linuxtv.org/mkrufky/tuners.git
11509 S: Maintained
11510 F: drivers/media/tuners/tda8290.*
11511
11512 TDA9840 MEDIA DRIVER
11513 M: Hans Verkuil <hverkuil@xs4all.nl>
11514 L: linux-media@vger.kernel.org
11515 T: git git://linuxtv.org/media_tree.git
11516 W: https://linuxtv.org
11517 S: Maintained
11518 F: drivers/media/i2c/tda9840*
11519
11520 TEA5761 TUNER DRIVER
11521 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11522 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11523 L: linux-media@vger.kernel.org
11524 W: https://linuxtv.org
11525 T: git git://linuxtv.org/media_tree.git
11526 S: Odd fixes
11527 F: drivers/media/tuners/tea5761.*
11528
11529 TEA5767 TUNER DRIVER
11530 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11531 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11532 L: linux-media@vger.kernel.org
11533 W: https://linuxtv.org
11534 T: git git://linuxtv.org/media_tree.git
11535 S: Maintained
11536 F: drivers/media/tuners/tea5767.*
11537
11538 TEA6415C MEDIA DRIVER
11539 M: Hans Verkuil <hverkuil@xs4all.nl>
11540 L: linux-media@vger.kernel.org
11541 T: git git://linuxtv.org/media_tree.git
11542 W: https://linuxtv.org
11543 S: Maintained
11544 F: drivers/media/i2c/tea6415c*
11545
11546 TEA6420 MEDIA DRIVER
11547 M: Hans Verkuil <hverkuil@xs4all.nl>
11548 L: linux-media@vger.kernel.org
11549 T: git git://linuxtv.org/media_tree.git
11550 W: https://linuxtv.org
11551 S: Maintained
11552 F: drivers/media/i2c/tea6420*
11553
11554 TEAM DRIVER
11555 M: Jiri Pirko <jiri@resnulli.us>
11556 L: netdev@vger.kernel.org
11557 S: Supported
11558 F: drivers/net/team/
11559 F: include/linux/if_team.h
11560 F: include/uapi/linux/if_team.h
11561
11562 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11563 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11564 S: Maintained
11565 F: arch/x86/platform/ts5500/
11566
11567 TECHNOTREND USB IR RECEIVER
11568 M: Sean Young <sean@mess.org>
11569 L: linux-media@vger.kernel.org
11570 S: Maintained
11571 F: drivers/media/rc/ttusbir.c
11572
11573 TEGRA ARCHITECTURE SUPPORT
11574 M: Stephen Warren <swarren@wwwdotorg.org>
11575 M: Thierry Reding <thierry.reding@gmail.com>
11576 M: Alexandre Courbot <gnurou@gmail.com>
11577 L: linux-tegra@vger.kernel.org
11578 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
11579 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11580 S: Supported
11581 N: [^a-z]tegra
11582
11583 TEGRA CLOCK DRIVER
11584 M: Peter De Schrijver <pdeschrijver@nvidia.com>
11585 M: Prashant Gaikwad <pgaikwad@nvidia.com>
11586 S: Supported
11587 F: drivers/clk/tegra/
11588
11589 TEGRA DMA DRIVERS
11590 M: Laxman Dewangan <ldewangan@nvidia.com>
11591 M: Jon Hunter <jonathanh@nvidia.com>
11592 S: Supported
11593 F: drivers/dma/tegra*
11594
11595 TEGRA I2C DRIVER
11596 M: Laxman Dewangan <ldewangan@nvidia.com>
11597 S: Supported
11598 F: drivers/i2c/busses/i2c-tegra.c
11599
11600 TEGRA IOMMU DRIVERS
11601 M: Hiroshi Doyu <hdoyu@nvidia.com>
11602 S: Supported
11603 F: drivers/iommu/tegra*
11604
11605 TEGRA KBC DRIVER
11606 M: Rakesh Iyer <riyer@nvidia.com>
11607 M: Laxman Dewangan <ldewangan@nvidia.com>
11608 S: Supported
11609 F: drivers/input/keyboard/tegra-kbc.c
11610
11611 TEGRA PWM DRIVER
11612 M: Thierry Reding <thierry.reding@gmail.com>
11613 S: Supported
11614 F: drivers/pwm/pwm-tegra.c
11615
11616 TEGRA SERIAL DRIVER
11617 M: Laxman Dewangan <ldewangan@nvidia.com>
11618 S: Supported
11619 F: drivers/tty/serial/serial-tegra.c
11620
11621 TEGRA SPI DRIVER
11622 M: Laxman Dewangan <ldewangan@nvidia.com>
11623 S: Supported
11624 F: drivers/spi/spi-tegra*
11625
11626 TEHUTI ETHERNET DRIVER
11627 M: Andy Gospodarek <andy@greyhouse.net>
11628 L: netdev@vger.kernel.org
11629 S: Supported
11630 F: drivers/net/ethernet/tehuti/*
11631
11632 Telecom Clock Driver for MCPL0010
11633 M: Mark Gross <mark.gross@intel.com>
11634 S: Supported
11635 F: drivers/char/tlclk.c
11636
11637 TENSILICA XTENSA PORT (xtensa)
11638 M: Chris Zankel <chris@zankel.net>
11639 M: Max Filippov <jcmvbkbc@gmail.com>
11640 L: linux-xtensa@linux-xtensa.org
11641 T: git git://github.com/czankel/xtensa-linux.git
11642 S: Maintained
11643 F: arch/xtensa/
11644 F: drivers/irqchip/irq-xtensa-*
11645
11646 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11647 M: Hans Verkuil <hverkuil@xs4all.nl>
11648 L: linux-media@vger.kernel.org
11649 T: git git://linuxtv.org/media_tree.git
11650 W: https://linuxtv.org
11651 S: Maintained
11652 F: drivers/media/radio/radio-raremono.c
11653
11654 THERMAL
11655 M: Zhang Rui <rui.zhang@intel.com>
11656 M: Eduardo Valentin <edubezval@gmail.com>
11657 L: linux-pm@vger.kernel.org
11658 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11659 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11660 Q: https://patchwork.kernel.org/project/linux-pm/list/
11661 S: Supported
11662 F: drivers/thermal/
11663 F: include/linux/thermal.h
11664 F: include/uapi/linux/thermal.h
11665 F: include/linux/cpu_cooling.h
11666 F: Documentation/devicetree/bindings/thermal/
11667
11668 THERMAL/CPU_COOLING
11669 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
11670 M: Viresh Kumar <viresh.kumar@linaro.org>
11671 M: Javi Merino <javi.merino@arm.com>
11672 L: linux-pm@vger.kernel.org
11673 S: Supported
11674 F: Documentation/thermal/cpu-cooling-api.txt
11675 F: drivers/thermal/cpu_cooling.c
11676 F: include/linux/cpu_cooling.h
11677
11678 THINKPAD ACPI EXTRAS DRIVER
11679 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11680 L: ibm-acpi-devel@lists.sourceforge.net
11681 L: platform-driver-x86@vger.kernel.org
11682 W: http://ibm-acpi.sourceforge.net
11683 W: http://thinkwiki.org/wiki/Ibm-acpi
11684 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11685 S: Maintained
11686 F: drivers/platform/x86/thinkpad_acpi.c
11687
11688 TI BANDGAP AND THERMAL DRIVER
11689 M: Eduardo Valentin <edubezval@gmail.com>
11690 M: Keerthy <j-keerthy@ti.com>
11691 L: linux-pm@vger.kernel.org
11692 L: linux-omap@vger.kernel.org
11693 S: Maintained
11694 F: drivers/thermal/ti-soc-thermal/
11695
11696 TI VPE/CAL DRIVERS
11697 M: Benoit Parrot <bparrot@ti.com>
11698 L: linux-media@vger.kernel.org
11699 W: http://linuxtv.org/
11700 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11701 S: Maintained
11702 F: drivers/media/platform/ti-vpe/
11703
11704 TI CDCE706 CLOCK DRIVER
11705 M: Max Filippov <jcmvbkbc@gmail.com>
11706 S: Maintained
11707 F: drivers/clk/clk-cdce706.c
11708
11709 TI CLOCK DRIVER
11710 M: Tero Kristo <t-kristo@ti.com>
11711 L: linux-omap@vger.kernel.org
11712 S: Maintained
11713 F: drivers/clk/ti/
11714 F: include/linux/clk/ti.h
11715
11716 TI ETHERNET SWITCH DRIVER (CPSW)
11717 M: Mugunthan V N <mugunthanvnm@ti.com>
11718 R: Grygorii Strashko <grygorii.strashko@ti.com>
11719 L: linux-omap@vger.kernel.org
11720 L: netdev@vger.kernel.org
11721 S: Maintained
11722 F: drivers/net/ethernet/ti/cpsw*
11723 F: drivers/net/ethernet/ti/davinci*
11724
11725 TI FLASH MEDIA INTERFACE DRIVER
11726 M: Alex Dubov <oakad@yahoo.com>
11727 S: Maintained
11728 F: drivers/misc/tifm*
11729 F: drivers/mmc/host/tifm_sd.c
11730 F: include/linux/tifm.h
11731
11732 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11733 M: Santosh Shilimkar <ssantosh@kernel.org>
11734 L: linux-kernel@vger.kernel.org
11735 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11736 S: Maintained
11737 F: drivers/soc/ti/*
11738 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11739
11740
11741 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11742 M: M R Swami Reddy <mr.swami.reddy@ti.com>
11743 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11744 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11745 S: Maintained
11746 F: sound/soc/codecs/lm49453*
11747 F: sound/soc/codecs/isabelle*
11748
11749 TI LP855x BACKLIGHT DRIVER
11750 M: Milo Kim <milo.kim@ti.com>
11751 S: Maintained
11752 F: Documentation/backlight/lp855x-driver.txt
11753 F: drivers/video/backlight/lp855x_bl.c
11754 F: include/linux/platform_data/lp855x.h
11755
11756 TI LP8727 CHARGER DRIVER
11757 M: Milo Kim <milo.kim@ti.com>
11758 S: Maintained
11759 F: drivers/power/lp8727_charger.c
11760 F: include/linux/platform_data/lp8727.h
11761
11762 TI LP8788 MFD DRIVER
11763 M: Milo Kim <milo.kim@ti.com>
11764 S: Maintained
11765 F: drivers/iio/adc/lp8788_adc.c
11766 F: drivers/leds/leds-lp8788.c
11767 F: drivers/mfd/lp8788*.c
11768 F: drivers/power/lp8788-charger.c
11769 F: drivers/regulator/lp8788-*.c
11770 F: include/linux/mfd/lp8788*.h
11771
11772 TI NETCP ETHERNET DRIVER
11773 M: Wingman Kwok <w-kwok2@ti.com>
11774 M: Murali Karicheri <m-karicheri2@ti.com>
11775 L: netdev@vger.kernel.org
11776 S: Maintained
11777 F: drivers/net/ethernet/ti/netcp*
11778
11779 TI TAS571X FAMILY ASoC CODEC DRIVER
11780 M: Kevin Cernekee <cernekee@chromium.org>
11781 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11782 S: Odd Fixes
11783 F: sound/soc/codecs/tas571x*
11784
11785 TI TWL4030 SERIES SOC CODEC DRIVER
11786 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
11787 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11788 S: Maintained
11789 F: sound/soc/codecs/twl4030*
11790
11791 TI WILINK WIRELESS DRIVERS
11792 L: linux-wireless@vger.kernel.org
11793 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
11794 W: http://wireless.kernel.org/en/users/Drivers/wl1251
11795 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11796 S: Orphan
11797 F: drivers/net/wireless/ti/
11798 F: include/linux/wl12xx.h
11799
11800 TIPC NETWORK LAYER
11801 M: Jon Maloy <jon.maloy@ericsson.com>
11802 M: Ying Xue <ying.xue@windriver.com>
11803 L: netdev@vger.kernel.org (core kernel code)
11804 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11805 W: http://tipc.sourceforge.net/
11806 S: Maintained
11807 F: include/uapi/linux/tipc*.h
11808 F: net/tipc/
11809
11810 TILE ARCHITECTURE
11811 M: Chris Metcalf <cmetcalf@mellanox.com>
11812 W: http://www.mellanox.com/repository/solutions/tile-scm/
11813 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11814 S: Supported
11815 F: arch/tile/
11816 F: drivers/char/tile-srom.c
11817 F: drivers/edac/tile_edac.c
11818 F: drivers/net/ethernet/tile/
11819 F: drivers/rtc/rtc-tile.c
11820 F: drivers/tty/hvc/hvc_tile.c
11821 F: drivers/tty/serial/tilegx.c
11822 F: drivers/usb/host/*-tilegx.c
11823 F: include/linux/usb/tilegx.h
11824
11825 TLAN NETWORK DRIVER
11826 M: Samuel Chessman <chessman@tux.org>
11827 L: tlan-devel@lists.sourceforge.net (subscribers-only)
11828 W: http://sourceforge.net/projects/tlan/
11829 S: Maintained
11830 F: Documentation/networking/tlan.txt
11831 F: drivers/net/ethernet/ti/tlan.*
11832
11833 TOMOYO SECURITY MODULE
11834 M: Kentaro Takeda <takedakn@nttdata.co.jp>
11835 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11836 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11837 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11838 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11839 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11840 W: http://tomoyo.sourceforge.jp/
11841 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11842 S: Maintained
11843 F: security/tomoyo/
11844
11845 TOPSTAR LAPTOP EXTRAS DRIVER
11846 M: Herton Ronaldo Krzesinski <herton@canonical.com>
11847 L: platform-driver-x86@vger.kernel.org
11848 S: Maintained
11849 F: drivers/platform/x86/topstar-laptop.c
11850
11851 TOSHIBA ACPI EXTRAS DRIVER
11852 M: Azael Avalos <coproscefalo@gmail.com>
11853 L: platform-driver-x86@vger.kernel.org
11854 S: Maintained
11855 F: drivers/platform/x86/toshiba_acpi.c
11856
11857 TOSHIBA BLUETOOTH DRIVER
11858 M: Azael Avalos <coproscefalo@gmail.com>
11859 L: platform-driver-x86@vger.kernel.org
11860 S: Maintained
11861 F: drivers/platform/x86/toshiba_bluetooth.c
11862
11863 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11864 M: Azael Avalos <coproscefalo@gmail.com>
11865 L: platform-driver-x86@vger.kernel.org
11866 S: Maintained
11867 F: drivers/platform/x86/toshiba_haps.c
11868
11869 TOSHIBA WMI HOTKEYS DRIVER
11870 M: Azael Avalos <coproscefalo@gmail.com>
11871 L: platform-driver-x86@vger.kernel.org
11872 S: Maintained
11873 F: drivers/platform/x86/toshiba-wmi.c
11874
11875 TOSHIBA SMM DRIVER
11876 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
11877 W: http://www.buzzard.org.uk/toshiba/
11878 S: Maintained
11879 F: drivers/char/toshiba.c
11880 F: include/linux/toshiba.h
11881 F: include/uapi/linux/toshiba.h
11882
11883 TOSHIBA TC358743 DRIVER
11884 M: Mats Randgaard <matrandg@cisco.com>
11885 L: linux-media@vger.kernel.org
11886 S: Maintained
11887 F: drivers/media/i2c/tc358743*
11888 F: include/media/i2c/tc358743.h
11889
11890 TMIO/SDHI MMC DRIVER
11891 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
11892 L: linux-mmc@vger.kernel.org
11893 S: Supported
11894 F: drivers/mmc/host/tmio_mmc*
11895 F: drivers/mmc/host/sh_mobile_sdhi.c
11896 F: include/linux/mfd/tmio.h
11897
11898 TMP401 HARDWARE MONITOR DRIVER
11899 M: Guenter Roeck <linux@roeck-us.net>
11900 L: linux-hwmon@vger.kernel.org
11901 S: Maintained
11902 F: Documentation/hwmon/tmp401
11903 F: drivers/hwmon/tmp401.c
11904
11905 TMPFS (SHMEM FILESYSTEM)
11906 M: Hugh Dickins <hughd@google.com>
11907 L: linux-mm@kvack.org
11908 S: Maintained
11909 F: include/linux/shmem_fs.h
11910 F: mm/shmem.c
11911
11912 TM6000 VIDEO4LINUX DRIVER
11913 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11914 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11915 L: linux-media@vger.kernel.org
11916 W: https://linuxtv.org
11917 T: git git://linuxtv.org/media_tree.git
11918 S: Odd fixes
11919 F: drivers/media/usb/tm6000/
11920
11921 TW5864 VIDEO4LINUX DRIVER
11922 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11923 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11924 M: Andrey Utkin <andrey_utkin@fastmail.com>
11925 L: linux-media@vger.kernel.org
11926 S: Supported
11927 F: drivers/media/pci/tw5864/
11928
11929 TW68 VIDEO4LINUX DRIVER
11930 M: Hans Verkuil <hverkuil@xs4all.nl>
11931 L: linux-media@vger.kernel.org
11932 T: git git://linuxtv.org/media_tree.git
11933 W: https://linuxtv.org
11934 S: Odd Fixes
11935 F: drivers/media/pci/tw68/
11936
11937 TW686X VIDEO4LINUX DRIVER
11938 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
11939 L: linux-media@vger.kernel.org
11940 T: git git://linuxtv.org/media_tree.git
11941 W: http://linuxtv.org
11942 S: Maintained
11943 F: drivers/media/pci/tw686x/
11944
11945 TPM DEVICE DRIVER
11946 M: Peter Huewe <peterhuewe@gmx.de>
11947 M: Marcel Selhorst <tpmdd@selhorst.net>
11948 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11949 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11950 W: http://tpmdd.sourceforge.net
11951 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11952 Q: https://patchwork.kernel.org/project/tpmdd-devel/list/
11953 T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
11954 S: Maintained
11955 F: drivers/char/tpm/
11956
11957 TPM IBM_VTPM DEVICE DRIVER
11958 M: Ashley Lai <ashleydlai@gmail.com>
11959 W: http://tpmdd.sourceforge.net
11960 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11961 S: Maintained
11962 F: drivers/char/tpm/tpm_ibmvtpm*
11963
11964 TRACING
11965 M: Steven Rostedt <rostedt@goodmis.org>
11966 M: Ingo Molnar <mingo@redhat.com>
11967 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11968 S: Maintained
11969 F: Documentation/trace/ftrace.txt
11970 F: arch/*/*/*/ftrace.h
11971 F: arch/*/kernel/ftrace.c
11972 F: include/*/ftrace.h
11973 F: include/linux/trace*.h
11974 F: include/trace/
11975 F: kernel/trace/
11976 F: tools/testing/selftests/ftrace/
11977
11978 TRACING MMIO ACCESSES (MMIOTRACE)
11979 M: Steven Rostedt <rostedt@goodmis.org>
11980 M: Ingo Molnar <mingo@kernel.org>
11981 R: Karol Herbst <karolherbst@gmail.com>
11982 R: Pekka Paalanen <ppaalanen@gmail.com>
11983 S: Maintained
11984 L: linux-kernel@vger.kernel.org
11985 L: nouveau@lists.freedesktop.org
11986 F: kernel/trace/trace_mmiotrace.c
11987 F: include/linux/mmiotrace.h
11988 F: arch/x86/mm/kmmio.c
11989 F: arch/x86/mm/mmio-mod.c
11990 F: arch/x86/mm/testmmiotrace.c
11991
11992 TRIVIAL PATCHES
11993 M: Jiri Kosina <trivial@kernel.org>
11994 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11995 S: Maintained
11996 K: ^Subject:.*(?i)trivial
11997
11998 TTY LAYER
11999 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12000 M: Jiri Slaby <jslaby@suse.com>
12001 S: Supported
12002 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12003 F: Documentation/serial/
12004 F: drivers/tty/
12005 F: drivers/tty/serial/serial_core.c
12006 F: include/linux/serial_core.h
12007 F: include/linux/serial.h
12008 F: include/linux/tty.h
12009 F: include/uapi/linux/serial_core.h
12010 F: include/uapi/linux/serial.h
12011 F: include/uapi/linux/tty.h
12012
12013 TUA9001 MEDIA DRIVER
12014 M: Antti Palosaari <crope@iki.fi>
12015 L: linux-media@vger.kernel.org
12016 W: https://linuxtv.org
12017 W: http://palosaari.fi/linux/
12018 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12019 T: git git://linuxtv.org/anttip/media_tree.git
12020 S: Maintained
12021 F: drivers/media/tuners/tua9001*
12022
12023 TULIP NETWORK DRIVERS
12024 L: netdev@vger.kernel.org
12025 L: linux-parisc@vger.kernel.org
12026 S: Orphan
12027 F: drivers/net/ethernet/dec/tulip/
12028
12029 TUN/TAP driver
12030 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
12031 W: http://vtun.sourceforge.net/tun
12032 S: Maintained
12033 F: Documentation/networking/tuntap.txt
12034 F: arch/um/os-Linux/drivers/
12035
12036 TURBOCHANNEL SUBSYSTEM
12037 M: "Maciej W. Rozycki" <macro@linux-mips.org>
12038 M: Ralf Baechle <ralf@linux-mips.org>
12039 L: linux-mips@linux-mips.org
12040 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
12041 S: Maintained
12042 F: drivers/tc/
12043 F: include/linux/tc.h
12044
12045 U14-34F SCSI DRIVER
12046 M: Dario Ballabio <ballabio_dario@emc.com>
12047 L: linux-scsi@vger.kernel.org
12048 S: Maintained
12049 F: drivers/scsi/u14-34f.c
12050
12051 UBI FILE SYSTEM (UBIFS)
12052 M: Richard Weinberger <richard@nod.at>
12053 M: Artem Bityutskiy <dedekind1@gmail.com>
12054 M: Adrian Hunter <adrian.hunter@intel.com>
12055 L: linux-mtd@lists.infradead.org
12056 T: git git://git.infradead.org/ubifs-2.6.git
12057 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
12058 S: Supported
12059 F: Documentation/filesystems/ubifs.txt
12060 F: fs/ubifs/
12061
12062 UCLINUX (M68KNOMMU AND COLDFIRE)
12063 M: Greg Ungerer <gerg@linux-m68k.org>
12064 W: http://www.linux-m68k.org/
12065 W: http://www.uclinux.org/
12066 L: linux-m68k@lists.linux-m68k.org
12067 L: uclinux-dev@uclinux.org (subscribers-only)
12068 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12069 S: Maintained
12070 F: arch/m68k/coldfire/
12071 F: arch/m68k/68*/
12072 F: arch/m68k/*/*_no.*
12073 F: arch/m68k/include/asm/*_no.*
12074
12075 UDF FILESYSTEM
12076 M: Jan Kara <jack@suse.com>
12077 S: Maintained
12078 F: Documentation/filesystems/udf.txt
12079 F: fs/udf/
12080
12081 UFS FILESYSTEM
12082 M: Evgeniy Dushistov <dushistov@mail.ru>
12083 S: Maintained
12084 F: Documentation/filesystems/ufs.txt
12085 F: fs/ufs/
12086
12087 UHID USERSPACE HID IO DRIVER:
12088 M: David Herrmann <dh.herrmann@googlemail.com>
12089 L: linux-input@vger.kernel.org
12090 S: Maintained
12091 F: drivers/hid/uhid.c
12092 F: include/uapi/linux/uhid.h
12093
12094 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12095 L: linux-usb@vger.kernel.org
12096 S: Orphan
12097 F: drivers/uwb/
12098 F: include/linux/uwb.h
12099 F: include/linux/uwb/
12100
12101 UNICORE32 ARCHITECTURE:
12102 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
12103 W: http://mprc.pku.edu.cn/~guanxuetao/linux
12104 S: Maintained
12105 T: git git://github.com/gxt/linux.git
12106 F: arch/unicore32/
12107
12108 UNIFDEF
12109 M: Tony Finch <dot@dotat.at>
12110 W: http://dotat.at/prog/unifdef
12111 S: Maintained
12112 F: scripts/unifdef.c
12113
12114 UNIFORM CDROM DRIVER
12115 M: Jens Axboe <axboe@kernel.dk>
12116 W: http://www.kernel.dk
12117 S: Maintained
12118 F: Documentation/cdrom/
12119 F: drivers/cdrom/cdrom.c
12120 F: include/linux/cdrom.h
12121 F: include/uapi/linux/cdrom.h
12122
12123 UNISYS S-PAR DRIVERS
12124 M: David Kershner <david.kershner@unisys.com>
12125 L: sparmaintainer@unisys.com (Unisys internal)
12126 S: Supported
12127 F: drivers/staging/unisys/
12128
12129 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12130 M: Vinayak Holikatti <vinholikatti@gmail.com>
12131 L: linux-scsi@vger.kernel.org
12132 S: Supported
12133 F: Documentation/scsi/ufs.txt
12134 F: drivers/scsi/ufs/
12135
12136 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12137 M: Joao Pinto <Joao.Pinto@synopsys.com>
12138 L: linux-scsi@vger.kernel.org
12139 S: Supported
12140 F: drivers/scsi/ufs/*dwc*
12141
12142 UNSORTED BLOCK IMAGES (UBI)
12143 M: Artem Bityutskiy <dedekind1@gmail.com>
12144 M: Richard Weinberger <richard@nod.at>
12145 W: http://www.linux-mtd.infradead.org/
12146 L: linux-mtd@lists.infradead.org
12147 T: git git://git.infradead.org/ubifs-2.6.git
12148 S: Supported
12149 F: drivers/mtd/ubi/
12150 F: include/linux/mtd/ubi.h
12151 F: include/uapi/mtd/ubi-user.h
12152
12153 USB ACM DRIVER
12154 M: Oliver Neukum <oneukum@suse.com>
12155 L: linux-usb@vger.kernel.org
12156 S: Maintained
12157 F: Documentation/usb/acm.txt
12158 F: drivers/usb/class/cdc-acm.*
12159
12160 USB AR5523 WIRELESS DRIVER
12161 M: Pontus Fuchs <pontus.fuchs@gmail.com>
12162 L: linux-wireless@vger.kernel.org
12163 S: Maintained
12164 F: drivers/net/wireless/ath/ar5523/
12165
12166 USB ATTACHED SCSI
12167 M: Oliver Neukum <oneukum@suse.com>
12168 L: linux-usb@vger.kernel.org
12169 L: linux-scsi@vger.kernel.org
12170 S: Maintained
12171 F: drivers/usb/storage/uas.c
12172
12173 USB CDC ETHERNET DRIVER
12174 M: Oliver Neukum <oliver@neukum.org>
12175 L: linux-usb@vger.kernel.org
12176 S: Maintained
12177 F: drivers/net/usb/cdc_*.c
12178 F: include/uapi/linux/usb/cdc.h
12179
12180 USB CHAOSKEY DRIVER
12181 M: Keith Packard <keithp@keithp.com>
12182 L: linux-usb@vger.kernel.org
12183 S: Maintained
12184 F: drivers/usb/misc/chaoskey.c
12185
12186 USB CYPRESS C67X00 DRIVER
12187 M: Peter Korsgaard <jacmet@sunsite.dk>
12188 L: linux-usb@vger.kernel.org
12189 S: Maintained
12190 F: drivers/usb/c67x00/
12191
12192 USB DAVICOM DM9601 DRIVER
12193 M: Peter Korsgaard <jacmet@sunsite.dk>
12194 L: netdev@vger.kernel.org
12195 W: http://www.linux-usb.org/usbnet
12196 S: Maintained
12197 F: drivers/net/usb/dm9601.c
12198
12199 USB DIAMOND RIO500 DRIVER
12200 M: Cesar Miquel <miquel@df.uba.ar>
12201 L: rio500-users@lists.sourceforge.net
12202 W: http://rio500.sourceforge.net
12203 S: Maintained
12204 F: drivers/usb/misc/rio500*
12205
12206 USB EHCI DRIVER
12207 M: Alan Stern <stern@rowland.harvard.edu>
12208 L: linux-usb@vger.kernel.org
12209 S: Maintained
12210 F: Documentation/usb/ehci.txt
12211 F: drivers/usb/host/ehci*
12212
12213 USB GADGET/PERIPHERAL SUBSYSTEM
12214 M: Felipe Balbi <balbi@kernel.org>
12215 L: linux-usb@vger.kernel.org
12216 W: http://www.linux-usb.org/gadget
12217 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12218 S: Maintained
12219 F: drivers/usb/gadget/
12220 F: include/linux/usb/gadget*
12221
12222 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12223 M: Jiri Kosina <jikos@kernel.org>
12224 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
12225 L: linux-usb@vger.kernel.org
12226 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12227 S: Maintained
12228 F: Documentation/hid/hiddev.txt
12229 F: drivers/hid/usbhid/
12230
12231 USB ISP116X DRIVER
12232 M: Olav Kongas <ok@artecdesign.ee>
12233 L: linux-usb@vger.kernel.org
12234 S: Maintained
12235 F: drivers/usb/host/isp116x*
12236 F: include/linux/usb/isp116x.h
12237
12238 USB LAN78XX ETHERNET DRIVER
12239 M: Woojung Huh <woojung.huh@microchip.com>
12240 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12241 L: netdev@vger.kernel.org
12242 S: Maintained
12243 F: drivers/net/usb/lan78xx.*
12244
12245 USB MASS STORAGE DRIVER
12246 M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
12247 L: linux-usb@vger.kernel.org
12248 L: usb-storage@lists.one-eyed-alien.net
12249 S: Maintained
12250 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
12251 F: drivers/usb/storage/
12252
12253 USB MIDI DRIVER
12254 M: Clemens Ladisch <clemens@ladisch.de>
12255 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12256 T: git git://git.alsa-project.org/alsa-kernel.git
12257 S: Maintained
12258 F: sound/usb/midi.*
12259
12260 USB NETWORKING DRIVERS
12261 L: linux-usb@vger.kernel.org
12262 S: Odd Fixes
12263 F: drivers/net/usb/
12264
12265 USB OHCI DRIVER
12266 M: Alan Stern <stern@rowland.harvard.edu>
12267 L: linux-usb@vger.kernel.org
12268 S: Maintained
12269 F: Documentation/usb/ohci.txt
12270 F: drivers/usb/host/ohci*
12271
12272 USB OTG FSM (Finite State Machine)
12273 M: Peter Chen <Peter.Chen@nxp.com>
12274 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12275 L: linux-usb@vger.kernel.org
12276 S: Maintained
12277 F: drivers/usb/common/usb-otg-fsm.c
12278
12279 USB OVER IP DRIVER
12280 M: Valentina Manea <valentina.manea.m@gmail.com>
12281 M: Shuah Khan <shuahkh@osg.samsung.com>
12282 M: Shuah Khan <shuah@kernel.org>
12283 L: linux-usb@vger.kernel.org
12284 S: Maintained
12285 F: Documentation/usb/usbip_protocol.txt
12286 F: drivers/usb/usbip/
12287 F: tools/usb/usbip/
12288
12289 USB PEGASUS DRIVER
12290 M: Petko Manolov <petkan@nucleusys.com>
12291 L: linux-usb@vger.kernel.org
12292 L: netdev@vger.kernel.org
12293 T: git git://github.com/petkan/pegasus.git
12294 W: https://github.com/petkan/pegasus
12295 S: Maintained
12296 F: drivers/net/usb/pegasus.*
12297
12298 USB PHY LAYER
12299 M: Felipe Balbi <balbi@kernel.org>
12300 L: linux-usb@vger.kernel.org
12301 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12302 S: Maintained
12303 F: drivers/usb/phy/
12304
12305 USB PRINTER DRIVER (usblp)
12306 M: Pete Zaitcev <zaitcev@redhat.com>
12307 L: linux-usb@vger.kernel.org
12308 S: Supported
12309 F: drivers/usb/class/usblp.c
12310
12311 USB QMI WWAN NETWORK DRIVER
12312 M: Bjørn Mork <bjorn@mork.no>
12313 L: netdev@vger.kernel.org
12314 S: Maintained
12315 F: Documentation/ABI/testing/sysfs-class-net-qmi
12316 F: drivers/net/usb/qmi_wwan.c
12317
12318 USB RTL8150 DRIVER
12319 M: Petko Manolov <petkan@nucleusys.com>
12320 L: linux-usb@vger.kernel.org
12321 L: netdev@vger.kernel.org
12322 T: git git://github.com/petkan/rtl8150.git
12323 W: https://github.com/petkan/rtl8150
12324 S: Maintained
12325 F: drivers/net/usb/rtl8150.c
12326
12327 USB SERIAL SUBSYSTEM
12328 M: Johan Hovold <johan@kernel.org>
12329 L: linux-usb@vger.kernel.org
12330 S: Maintained
12331 F: Documentation/usb/usb-serial.txt
12332 F: drivers/usb/serial/
12333 F: include/linux/usb/serial.h
12334
12335 USB SMSC75XX ETHERNET DRIVER
12336 M: Steve Glendinning <steve.glendinning@shawell.net>
12337 L: netdev@vger.kernel.org
12338 S: Maintained
12339 F: drivers/net/usb/smsc75xx.*
12340
12341 USB SMSC95XX ETHERNET DRIVER
12342 M: Steve Glendinning <steve.glendinning@shawell.net>
12343 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12344 L: netdev@vger.kernel.org
12345 S: Maintained
12346 F: drivers/net/usb/smsc95xx.*
12347
12348 USB SUBSYSTEM
12349 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12350 L: linux-usb@vger.kernel.org
12351 W: http://www.linux-usb.org
12352 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12353 S: Supported
12354 F: Documentation/devicetree/bindings/usb/
12355 F: Documentation/usb/
12356 F: drivers/usb/
12357 F: include/linux/usb.h
12358 F: include/linux/usb/
12359
12360 USB UHCI DRIVER
12361 M: Alan Stern <stern@rowland.harvard.edu>
12362 L: linux-usb@vger.kernel.org
12363 S: Maintained
12364 F: drivers/usb/host/uhci*
12365
12366 USB "USBNET" DRIVER FRAMEWORK
12367 M: Oliver Neukum <oneukum@suse.com>
12368 L: netdev@vger.kernel.org
12369 W: http://www.linux-usb.org/usbnet
12370 S: Maintained
12371 F: drivers/net/usb/usbnet.c
12372 F: include/linux/usb/usbnet.h
12373
12374 USB VIDEO CLASS
12375 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12376 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12377 L: linux-media@vger.kernel.org
12378 T: git git://linuxtv.org/media_tree.git
12379 W: http://www.ideasonboard.org/uvc/
12380 S: Maintained
12381 F: drivers/media/usb/uvc/
12382 F: include/uapi/linux/uvcvideo.h
12383
12384 USB VISION DRIVER
12385 M: Hans Verkuil <hverkuil@xs4all.nl>
12386 L: linux-media@vger.kernel.org
12387 T: git git://linuxtv.org/media_tree.git
12388 W: https://linuxtv.org
12389 S: Odd Fixes
12390 F: drivers/media/usb/usbvision/
12391
12392 USB WEBCAM GADGET
12393 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12394 L: linux-usb@vger.kernel.org
12395 S: Maintained
12396 F: drivers/usb/gadget/function/*uvc*
12397 F: drivers/usb/gadget/legacy/webcam.c
12398
12399 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12400 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
12401 L: linux-wireless@vger.kernel.org
12402 S: Maintained
12403 F: drivers/net/wireless/rndis_wlan.c
12404
12405 USB XHCI DRIVER
12406 M: Mathias Nyman <mathias.nyman@intel.com>
12407 L: linux-usb@vger.kernel.org
12408 S: Supported
12409 F: drivers/usb/host/xhci*
12410 F: drivers/usb/host/pci-quirks*
12411
12412 USB ZD1201 DRIVER
12413 L: linux-wireless@vger.kernel.org
12414 W: http://linux-lc100020.sourceforge.net
12415 S: Orphan
12416 F: drivers/net/wireless/zydas/zd1201.*
12417
12418 USB ZR364XX DRIVER
12419 M: Antoine Jacquet <royale@zerezo.com>
12420 L: linux-usb@vger.kernel.org
12421 L: linux-media@vger.kernel.org
12422 T: git git://linuxtv.org/media_tree.git
12423 W: http://royale.zerezo.com/zr364xx/
12424 S: Maintained
12425 F: Documentation/video4linux/zr364xx.txt
12426 F: drivers/media/usb/zr364xx/
12427
12428 ULPI BUS
12429 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
12430 L: linux-usb@vger.kernel.org
12431 S: Maintained
12432 F: drivers/usb/common/ulpi.c
12433 F: include/linux/ulpi/
12434
12435 USER-MODE LINUX (UML)
12436 M: Jeff Dike <jdike@addtoit.com>
12437 M: Richard Weinberger <richard@nod.at>
12438 L: user-mode-linux-devel@lists.sourceforge.net
12439 L: user-mode-linux-user@lists.sourceforge.net
12440 W: http://user-mode-linux.sourceforge.net
12441 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12442 S: Maintained
12443 F: Documentation/virtual/uml/
12444 F: arch/um/
12445 F: arch/x86/um/
12446 F: fs/hostfs/
12447 F: fs/hppfs/
12448
12449 USERSPACE I/O (UIO)
12450 M: "Hans J. Koch" <hjk@hansjkoch.de>
12451 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12452 S: Maintained
12453 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12454 F: Documentation/DocBook/uio-howto.tmpl
12455 F: drivers/uio/
12456 F: include/linux/uio*.h
12457
12458 UTIL-LINUX PACKAGE
12459 M: Karel Zak <kzak@redhat.com>
12460 L: util-linux@vger.kernel.org
12461 W: http://en.wikipedia.org/wiki/Util-linux
12462 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12463 S: Maintained
12464
12465 UVESAFB DRIVER
12466 M: Michal Januszewski <spock@gentoo.org>
12467 L: linux-fbdev@vger.kernel.org
12468 W: http://dev.gentoo.org/~spock/projects/uvesafb/
12469 S: Maintained
12470 F: Documentation/fb/uvesafb.txt
12471 F: drivers/video/fbdev/uvesafb.*
12472
12473 VF610 NAND DRIVER
12474 M: Stefan Agner <stefan@agner.ch>
12475 L: linux-mtd@lists.infradead.org
12476 S: Supported
12477 F: drivers/mtd/nand/vf610_nfc.c
12478
12479 VFAT/FAT/MSDOS FILESYSTEM
12480 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12481 S: Maintained
12482 F: Documentation/filesystems/vfat.txt
12483 F: fs/fat/
12484
12485 VFIO DRIVER
12486 M: Alex Williamson <alex.williamson@redhat.com>
12487 L: kvm@vger.kernel.org
12488 T: git git://github.com/awilliam/linux-vfio.git
12489 S: Maintained
12490 F: Documentation/vfio.txt
12491 F: drivers/vfio/
12492 F: include/linux/vfio.h
12493 F: include/uapi/linux/vfio.h
12494
12495 VFIO PLATFORM DRIVER
12496 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
12497 L: kvm@vger.kernel.org
12498 S: Maintained
12499 F: drivers/vfio/platform/
12500
12501 VIDEOBUF2 FRAMEWORK
12502 M: Pawel Osciak <pawel@osciak.com>
12503 M: Marek Szyprowski <m.szyprowski@samsung.com>
12504 M: Kyungmin Park <kyungmin.park@samsung.com>
12505 L: linux-media@vger.kernel.org
12506 S: Maintained
12507 F: drivers/media/v4l2-core/videobuf2-*
12508 F: include/media/videobuf2-*
12509
12510 VIRTIO AND VHOST VSOCK DRIVER
12511 M: Stefan Hajnoczi <stefanha@redhat.com>
12512 L: kvm@vger.kernel.org
12513 L: virtualization@lists.linux-foundation.org
12514 L: netdev@vger.kernel.org
12515 S: Maintained
12516 F: include/linux/virtio_vsock.h
12517 F: include/uapi/linux/virtio_vsock.h
12518 F: net/vmw_vsock/virtio_transport_common.c
12519 F: net/vmw_vsock/virtio_transport.c
12520 F: drivers/vhost/vsock.c
12521 F: drivers/vhost/vsock.h
12522
12523 VIRTUAL SERIO DEVICE DRIVER
12524 M: Stephen Chandler Paul <thatslyude@gmail.com>
12525 S: Maintained
12526 F: drivers/input/serio/userio.c
12527 F: include/uapi/linux/userio.h
12528
12529 VIRTIO CONSOLE DRIVER
12530 M: Amit Shah <amit.shah@redhat.com>
12531 L: virtualization@lists.linux-foundation.org
12532 S: Maintained
12533 F: drivers/char/virtio_console.c
12534 F: include/linux/virtio_console.h
12535 F: include/uapi/linux/virtio_console.h
12536
12537 VIRTIO CORE, NET AND BLOCK DRIVERS
12538 M: "Michael S. Tsirkin" <mst@redhat.com>
12539 L: virtualization@lists.linux-foundation.org
12540 S: Maintained
12541 F: Documentation/devicetree/bindings/virtio/
12542 F: drivers/virtio/
12543 F: tools/virtio/
12544 F: drivers/net/virtio_net.c
12545 F: drivers/block/virtio_blk.c
12546 F: include/linux/virtio_*.h
12547 F: include/uapi/linux/virtio_*.h
12548
12549 VIRTIO DRIVERS FOR S390
12550 M: Christian Borntraeger <borntraeger@de.ibm.com>
12551 M: Cornelia Huck <cornelia.huck@de.ibm.com>
12552 L: linux-s390@vger.kernel.org
12553 L: virtualization@lists.linux-foundation.org
12554 L: kvm@vger.kernel.org
12555 S: Supported
12556 F: drivers/s390/virtio/
12557
12558 VIRTIO GPU DRIVER
12559 M: David Airlie <airlied@linux.ie>
12560 M: Gerd Hoffmann <kraxel@redhat.com>
12561 L: dri-devel@lists.freedesktop.org
12562 L: virtualization@lists.linux-foundation.org
12563 S: Maintained
12564 F: drivers/gpu/drm/virtio/
12565 F: include/uapi/linux/virtio_gpu.h
12566
12567 VIRTIO HOST (VHOST)
12568 M: "Michael S. Tsirkin" <mst@redhat.com>
12569 L: kvm@vger.kernel.org
12570 L: virtualization@lists.linux-foundation.org
12571 L: netdev@vger.kernel.org
12572 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12573 S: Maintained
12574 F: drivers/vhost/
12575 F: include/uapi/linux/vhost.h
12576
12577 VIRTIO INPUT DRIVER
12578 M: Gerd Hoffmann <kraxel@redhat.com>
12579 S: Maintained
12580 F: drivers/virtio/virtio_input.c
12581 F: include/uapi/linux/virtio_input.h
12582
12583 VIA RHINE NETWORK DRIVER
12584 S: Orphan
12585 F: drivers/net/ethernet/via/via-rhine.c
12586
12587 VIA SD/MMC CARD CONTROLLER DRIVER
12588 M: Bruce Chang <brucechang@via.com.tw>
12589 M: Harald Welte <HaraldWelte@viatech.com>
12590 S: Maintained
12591 F: drivers/mmc/host/via-sdmmc.c
12592
12593 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12594 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12595 L: linux-fbdev@vger.kernel.org
12596 S: Maintained
12597 F: include/linux/via-core.h
12598 F: include/linux/via-gpio.h
12599 F: include/linux/via_i2c.h
12600 F: drivers/video/fbdev/via/
12601
12602 VIA VELOCITY NETWORK DRIVER
12603 M: Francois Romieu <romieu@fr.zoreil.com>
12604 L: netdev@vger.kernel.org
12605 S: Maintained
12606 F: drivers/net/ethernet/via/via-velocity.*
12607
12608 VIRT LIB
12609 M: Alex Williamson <alex.williamson@redhat.com>
12610 M: Paolo Bonzini <pbonzini@redhat.com>
12611 L: kvm@vger.kernel.org
12612 S: Supported
12613 F: virt/lib/
12614
12615 VIVID VIRTUAL VIDEO DRIVER
12616 M: Hans Verkuil <hverkuil@xs4all.nl>
12617 L: linux-media@vger.kernel.org
12618 T: git git://linuxtv.org/media_tree.git
12619 W: https://linuxtv.org
12620 S: Maintained
12621 F: drivers/media/platform/vivid/*
12622
12623 VLAN (802.1Q)
12624 M: Patrick McHardy <kaber@trash.net>
12625 L: netdev@vger.kernel.org
12626 S: Maintained
12627 F: drivers/net/macvlan.c
12628 F: include/linux/if_*vlan.h
12629 F: net/8021q/
12630
12631 VLYNQ BUS
12632 M: Florian Fainelli <florian@openwrt.org>
12633 L: openwrt-devel@lists.openwrt.org (subscribers-only)
12634 S: Maintained
12635 F: drivers/vlynq/vlynq.c
12636 F: include/linux/vlynq.h
12637
12638 VME SUBSYSTEM
12639 M: Martyn Welch <martyn@welchs.me.uk>
12640 M: Manohar Vanga <manohar.vanga@gmail.com>
12641 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12642 L: devel@driverdev.osuosl.org
12643 S: Maintained
12644 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12645 F: Documentation/vme_api.txt
12646 F: drivers/staging/vme/
12647 F: drivers/vme/
12648 F: include/linux/vme*
12649
12650 VMWARE HYPERVISOR INTERFACE
12651 M: Alok Kataria <akataria@vmware.com>
12652 L: virtualization@lists.linux-foundation.org
12653 S: Supported
12654 F: arch/x86/kernel/cpu/vmware.c
12655
12656 VMWARE BALLOON DRIVER
12657 M: Xavier Deguillard <xdeguillard@vmware.com>
12658 M: Philip Moltmann <moltmann@vmware.com>
12659 M: "VMware, Inc." <pv-drivers@vmware.com>
12660 L: linux-kernel@vger.kernel.org
12661 S: Maintained
12662 F: drivers/misc/vmw_balloon.c
12663
12664 VMWARE VMMOUSE SUBDRIVER
12665 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12666 M: "VMware, Inc." <pv-drivers@vmware.com>
12667 L: linux-input@vger.kernel.org
12668 S: Maintained
12669 F: drivers/input/mouse/vmmouse.c
12670 F: drivers/input/mouse/vmmouse.h
12671
12672 VMWARE VMXNET3 ETHERNET DRIVER
12673 M: Shrikrishna Khare <skhare@vmware.com>
12674 M: "VMware, Inc." <pv-drivers@vmware.com>
12675 L: netdev@vger.kernel.org
12676 S: Maintained
12677 F: drivers/net/vmxnet3/
12678
12679 VMware PVSCSI driver
12680 M: Jim Gill <jgill@vmware.com>
12681 M: VMware PV-Drivers <pv-drivers@vmware.com>
12682 L: linux-scsi@vger.kernel.org
12683 S: Maintained
12684 F: drivers/scsi/vmw_pvscsi.c
12685 F: drivers/scsi/vmw_pvscsi.h
12686
12687 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12688 M: Liam Girdwood <lgirdwood@gmail.com>
12689 M: Mark Brown <broonie@kernel.org>
12690 L: linux-kernel@vger.kernel.org
12691 W: http://www.slimlogic.co.uk/?p=48
12692 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12693 S: Supported
12694 F: Documentation/devicetree/bindings/regulator/
12695 F: drivers/regulator/
12696 F: include/dt-bindings/regulator/
12697 F: include/linux/regulator/
12698
12699 VRF
12700 M: David Ahern <dsa@cumulusnetworks.com>
12701 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
12702 L: netdev@vger.kernel.org
12703 S: Maintained
12704 F: drivers/net/vrf.c
12705 F: Documentation/networking/vrf.txt
12706
12707 VT1211 HARDWARE MONITOR DRIVER
12708 M: Juerg Haefliger <juergh@gmail.com>
12709 L: linux-hwmon@vger.kernel.org
12710 S: Maintained
12711 F: Documentation/hwmon/vt1211
12712 F: drivers/hwmon/vt1211.c
12713
12714 VT8231 HARDWARE MONITOR DRIVER
12715 M: Roger Lucas <vt8231@hiddenengine.co.uk>
12716 L: linux-hwmon@vger.kernel.org
12717 S: Maintained
12718 F: drivers/hwmon/vt8231.c
12719
12720 VUB300 USB to SDIO/SD/MMC bridge chip
12721 M: Tony Olech <tony.olech@elandigitalsystems.com>
12722 L: linux-mmc@vger.kernel.org
12723 L: linux-usb@vger.kernel.org
12724 S: Supported
12725 F: drivers/mmc/host/vub300.c
12726
12727 W1 DALLAS'S 1-WIRE BUS
12728 M: Evgeniy Polyakov <zbr@ioremap.net>
12729 S: Maintained
12730 F: Documentation/w1/
12731 F: drivers/w1/
12732
12733 W83791D HARDWARE MONITORING DRIVER
12734 M: Marc Hulsman <m.hulsman@tudelft.nl>
12735 L: linux-hwmon@vger.kernel.org
12736 S: Maintained
12737 F: Documentation/hwmon/w83791d
12738 F: drivers/hwmon/w83791d.c
12739
12740 W83793 HARDWARE MONITORING DRIVER
12741 M: Rudolf Marek <r.marek@assembler.cz>
12742 L: linux-hwmon@vger.kernel.org
12743 S: Maintained
12744 F: Documentation/hwmon/w83793
12745 F: drivers/hwmon/w83793.c
12746
12747 W83795 HARDWARE MONITORING DRIVER
12748 M: Jean Delvare <jdelvare@suse.com>
12749 L: linux-hwmon@vger.kernel.org
12750 S: Maintained
12751 F: drivers/hwmon/w83795.c
12752
12753 W83L51xD SD/MMC CARD INTERFACE DRIVER
12754 M: Pierre Ossman <pierre@ossman.eu>
12755 S: Maintained
12756 F: drivers/mmc/host/wbsd.*
12757
12758 WACOM PROTOCOL 4 SERIAL TABLETS
12759 M: Julian Squires <julian@cipht.net>
12760 M: Hans de Goede <hdegoede@redhat.com>
12761 L: linux-input@vger.kernel.org
12762 S: Maintained
12763 F: drivers/input/tablet/wacom_serial4.c
12764
12765 WATCHDOG DEVICE DRIVERS
12766 M: Wim Van Sebroeck <wim@iguana.be>
12767 R: Guenter Roeck <linux@roeck-us.net>
12768 L: linux-watchdog@vger.kernel.org
12769 W: http://www.linux-watchdog.org/
12770 T: git git://www.linux-watchdog.org/linux-watchdog.git
12771 S: Maintained
12772 F: Documentation/devicetree/bindings/watchdog/
12773 F: Documentation/watchdog/
12774 F: drivers/watchdog/
12775 F: include/linux/watchdog.h
12776 F: include/uapi/linux/watchdog.h
12777
12778 WD7000 SCSI DRIVER
12779 M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
12780 L: linux-scsi@vger.kernel.org
12781 S: Maintained
12782 F: drivers/scsi/wd7000.c
12783
12784 WIIMOTE HID DRIVER
12785 M: David Herrmann <dh.herrmann@googlemail.com>
12786 L: linux-input@vger.kernel.org
12787 S: Maintained
12788 F: drivers/hid/hid-wiimote*
12789
12790 WINBOND CIR DRIVER
12791 M: David Härdeman <david@hardeman.nu>
12792 S: Maintained
12793 F: drivers/media/rc/winbond-cir.c
12794
12795 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12796 M: William Breathitt Gray <vilhelm.gray@gmail.com>
12797 L: linux-watchdog@vger.kernel.org
12798 S: Maintained
12799 F: drivers/watchdog/ebc-c384_wdt.c
12800
12801 WINSYSTEMS WS16C48 GPIO DRIVER
12802 M: William Breathitt Gray <vilhelm.gray@gmail.com>
12803 L: linux-gpio@vger.kernel.org
12804 S: Maintained
12805 F: drivers/gpio/gpio-ws16c48.c
12806
12807 WIMAX STACK
12808 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12809 M: linux-wimax@intel.com
12810 L: wimax@linuxwimax.org (subscribers-only)
12811 S: Supported
12812 W: http://linuxwimax.org
12813 F: Documentation/wimax/README.wimax
12814 F: include/linux/wimax/debug.h
12815 F: include/net/wimax.h
12816 F: include/uapi/linux/wimax.h
12817 F: net/wimax/
12818
12819 WISTRON LAPTOP BUTTON DRIVER
12820 M: Miloslav Trmac <mitr@volny.cz>
12821 S: Maintained
12822 F: drivers/input/misc/wistron_btns.c
12823
12824 WL3501 WIRELESS PCMCIA CARD DRIVER
12825 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12826 L: linux-wireless@vger.kernel.org
12827 W: http://oops.ghostprotocols.net:81/blog
12828 S: Maintained
12829 F: drivers/net/wireless/wl3501*
12830
12831 WOLFSON MICROELECTRONICS DRIVERS
12832 L: patches@opensource.wolfsonmicro.com
12833 T: git https://github.com/CirrusLogic/linux-drivers.git
12834 W: https://github.com/CirrusLogic/linux-drivers/wiki
12835 S: Supported
12836 F: Documentation/hwmon/wm83??
12837 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12838 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12839 F: Documentation/devicetree/bindings/mfd/arizona.txt
12840 F: arch/arm/mach-s3c64xx/mach-crag6410*
12841 F: drivers/clk/clk-wm83*.c
12842 F: drivers/extcon/extcon-arizona.c
12843 F: drivers/leds/leds-wm83*.c
12844 F: drivers/gpio/gpio-*wm*.c
12845 F: drivers/gpio/gpio-arizona.c
12846 F: drivers/hwmon/wm83??-hwmon.c
12847 F: drivers/input/misc/wm831x-on.c
12848 F: drivers/input/touchscreen/wm831x-ts.c
12849 F: drivers/input/touchscreen/wm97*.c
12850 F: drivers/mfd/arizona*
12851 F: drivers/mfd/wm*.c
12852 F: drivers/mfd/cs47l24*
12853 F: drivers/power/wm83*.c
12854 F: drivers/rtc/rtc-wm83*.c
12855 F: drivers/regulator/wm8*.c
12856 F: drivers/video/backlight/wm83*_bl.c
12857 F: drivers/watchdog/wm83*_wdt.c
12858 F: include/linux/mfd/arizona/
12859 F: include/linux/mfd/wm831x/
12860 F: include/linux/mfd/wm8350/
12861 F: include/linux/mfd/wm8400*
12862 F: include/linux/wm97xx.h
12863 F: include/sound/wm????.h
12864 F: sound/soc/codecs/arizona.?
12865 F: sound/soc/codecs/wm*
12866 F: sound/soc/codecs/cs47l24*
12867
12868 WORKQUEUE
12869 M: Tejun Heo <tj@kernel.org>
12870 R: Lai Jiangshan <jiangshanlai@gmail.com>
12871 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12872 S: Maintained
12873 F: include/linux/workqueue.h
12874 F: kernel/workqueue.c
12875 F: Documentation/workqueue.txt
12876
12877 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
12878 M: Chen-Yu Tsai <wens@csie.org>
12879 L: linux-kernel@vger.kernel.org
12880 S: Maintained
12881 N: axp[128]
12882
12883 X.25 NETWORK LAYER
12884 M: Andrew Hendry <andrew.hendry@gmail.com>
12885 L: linux-x25@vger.kernel.org
12886 S: Odd Fixes
12887 F: Documentation/networking/x25*
12888 F: include/net/x25*
12889 F: net/x25/
12890
12891 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12892 M: Thomas Gleixner <tglx@linutronix.de>
12893 M: Ingo Molnar <mingo@redhat.com>
12894 M: "H. Peter Anvin" <hpa@zytor.com>
12895 M: x86@kernel.org
12896 L: linux-kernel@vger.kernel.org
12897 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12898 S: Maintained
12899 F: Documentation/x86/
12900 F: arch/x86/
12901
12902 X86 PLATFORM DRIVERS
12903 M: Darren Hart <dvhart@infradead.org>
12904 L: platform-driver-x86@vger.kernel.org
12905 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12906 S: Maintained
12907 F: drivers/platform/x86/
12908 F: drivers/platform/olpc/
12909
12910 X86 MCE INFRASTRUCTURE
12911 M: Tony Luck <tony.luck@intel.com>
12912 M: Borislav Petkov <bp@alien8.de>
12913 L: linux-edac@vger.kernel.org
12914 S: Maintained
12915 F: arch/x86/kernel/cpu/mcheck/*
12916
12917 X86 MICROCODE UPDATE SUPPORT
12918 M: Borislav Petkov <bp@alien8.de>
12919 S: Maintained
12920 F: arch/x86/kernel/cpu/microcode/*
12921
12922 X86 VDSO
12923 M: Andy Lutomirski <luto@amacapital.net>
12924 L: linux-kernel@vger.kernel.org
12925 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12926 S: Maintained
12927 F: arch/x86/entry/vdso/
12928
12929 XC2028/3028 TUNER DRIVER
12930 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12931 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12932 L: linux-media@vger.kernel.org
12933 W: https://linuxtv.org
12934 T: git git://linuxtv.org/media_tree.git
12935 S: Maintained
12936 F: drivers/media/tuners/tuner-xc2028.*
12937
12938 XEN HYPERVISOR INTERFACE
12939 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
12940 M: David Vrabel <david.vrabel@citrix.com>
12941 M: Juergen Gross <jgross@suse.com>
12942 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12943 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12944 S: Supported
12945 F: arch/x86/xen/
12946 F: drivers/*/xen-*front.c
12947 F: drivers/xen/
12948 F: arch/x86/include/asm/xen/
12949 F: include/xen/
12950 F: include/uapi/xen/
12951
12952 XEN HYPERVISOR ARM
12953 M: Stefano Stabellini <sstabellini@kernel.org>
12954 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12955 S: Maintained
12956 F: arch/arm/xen/
12957 F: arch/arm/include/asm/xen/
12958
12959 XEN HYPERVISOR ARM64
12960 M: Stefano Stabellini <sstabellini@kernel.org>
12961 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12962 S: Maintained
12963 F: arch/arm64/xen/
12964 F: arch/arm64/include/asm/xen/
12965
12966 XEN NETWORK BACKEND DRIVER
12967 M: Wei Liu <wei.liu2@citrix.com>
12968 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12969 L: netdev@vger.kernel.org
12970 S: Supported
12971 F: drivers/net/xen-netback/*
12972
12973 XEN PCI SUBSYSTEM
12974 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12975 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12976 S: Supported
12977 F: arch/x86/pci/*xen*
12978 F: drivers/pci/*xen*
12979
12980 XEN BLOCK SUBSYSTEM
12981 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12982 M: Roger Pau Monné <roger.pau@citrix.com>
12983 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12984 S: Supported
12985 F: drivers/block/xen-blkback/*
12986 F: drivers/block/xen*
12987
12988 XEN PVSCSI DRIVERS
12989 M: Juergen Gross <jgross@suse.com>
12990 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12991 L: linux-scsi@vger.kernel.org
12992 S: Supported
12993 F: drivers/scsi/xen-scsifront.c
12994 F: drivers/xen/xen-scsiback.c
12995 F: include/xen/interface/io/vscsiif.h
12996
12997 XEN SWIOTLB SUBSYSTEM
12998 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12999 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13000 S: Supported
13001 F: arch/x86/xen/*swiotlb*
13002 F: drivers/xen/*swiotlb*
13003
13004 XFS FILESYSTEM
13005 P: Silicon Graphics Inc
13006 M: Dave Chinner <david@fromorbit.com>
13007 M: xfs@oss.sgi.com
13008 L: xfs@oss.sgi.com
13009 W: http://oss.sgi.com/projects/xfs
13010 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13011 S: Supported
13012 F: Documentation/filesystems/xfs.txt
13013 F: fs/xfs/
13014
13015 XILINX AXI ETHERNET DRIVER
13016 M: Anirudha Sarangi <anirudh@xilinx.com>
13017 M: John Linn <John.Linn@xilinx.com>
13018 S: Maintained
13019 F: drivers/net/ethernet/xilinx/xilinx_axienet*
13020
13021 XILINX UARTLITE SERIAL DRIVER
13022 M: Peter Korsgaard <jacmet@sunsite.dk>
13023 L: linux-serial@vger.kernel.org
13024 S: Maintained
13025 F: drivers/tty/serial/uartlite.c
13026
13027 XILINX VIDEO IP CORES
13028 M: Hyun Kwon <hyun.kwon@xilinx.com>
13029 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13030 L: linux-media@vger.kernel.org
13031 T: git git://linuxtv.org/media_tree.git
13032 S: Supported
13033 F: Documentation/devicetree/bindings/media/xilinx/
13034 F: drivers/media/platform/xilinx/
13035 F: include/uapi/linux/xilinx-v4l2-controls.h
13036
13037 XILLYBUS DRIVER
13038 M: Eli Billauer <eli.billauer@gmail.com>
13039 L: linux-kernel@vger.kernel.org
13040 S: Supported
13041 F: drivers/char/xillybus/
13042
13043 XTENSA XTFPGA PLATFORM SUPPORT
13044 M: Max Filippov <jcmvbkbc@gmail.com>
13045 L: linux-xtensa@linux-xtensa.org
13046 S: Maintained
13047 F: drivers/spi/spi-xtensa-xtfpga.c
13048 F: sound/soc/xtensa/xtfpga-i2s.c
13049
13050 YAM DRIVER FOR AX.25
13051 M: Jean-Paul Roubelat <jpr@f6fbb.org>
13052 L: linux-hams@vger.kernel.org
13053 S: Maintained
13054 F: drivers/net/hamradio/yam*
13055 F: include/linux/yam.h
13056
13057 YEALINK PHONE DRIVER
13058 M: Henk Vergonet <Henk.Vergonet@gmail.com>
13059 L: usbb2k-api-dev@nongnu.org
13060 S: Maintained
13061 F: Documentation/input/yealink.txt
13062 F: drivers/input/misc/yealink.*
13063
13064 Z8530 DRIVER FOR AX.25
13065 M: Joerg Reuter <jreuter@yaina.de>
13066 W: http://yaina.de/jreuter/
13067 W: http://www.qsl.net/dl1bke/
13068 L: linux-hams@vger.kernel.org
13069 S: Maintained
13070 F: Documentation/networking/z8530drv.txt
13071 F: drivers/net/hamradio/*scc.c
13072 F: drivers/net/hamradio/z8530.h
13073
13074 ZBUD COMPRESSED PAGE ALLOCATOR
13075 M: Seth Jennings <sjenning@redhat.com>
13076 L: linux-mm@kvack.org
13077 S: Maintained
13078 F: mm/zbud.c
13079 F: include/linux/zbud.h
13080
13081 ZD1211RW WIRELESS DRIVER
13082 M: Daniel Drake <dsd@gentoo.org>
13083 M: Ulrich Kunitz <kune@deine-taler.de>
13084 W: http://zd1211.ath.cx/wiki/DriverRewrite
13085 L: linux-wireless@vger.kernel.org
13086 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
13087 S: Maintained
13088 F: drivers/net/wireless/zydas/zd1211rw/
13089
13090 ZPOOL COMPRESSED PAGE STORAGE API
13091 M: Dan Streetman <ddstreet@ieee.org>
13092 L: linux-mm@kvack.org
13093 S: Maintained
13094 F: mm/zpool.c
13095 F: include/linux/zpool.h
13096
13097 ZR36067 VIDEO FOR LINUX DRIVER
13098 L: mjpeg-users@lists.sourceforge.net
13099 L: linux-media@vger.kernel.org
13100 W: http://mjpeg.sourceforge.net/driver-zoran/
13101 T: hg https://linuxtv.org/hg/v4l-dvb
13102 S: Odd Fixes
13103 F: drivers/media/pci/zoran/
13104
13105 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13106 M: Minchan Kim <minchan@kernel.org>
13107 M: Nitin Gupta <ngupta@vflare.org>
13108 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13109 L: linux-kernel@vger.kernel.org
13110 S: Maintained
13111 F: drivers/block/zram/
13112 F: Documentation/blockdev/zram.txt
13113
13114 ZS DECSTATION Z85C30 SERIAL DRIVER
13115 M: "Maciej W. Rozycki" <macro@linux-mips.org>
13116 S: Maintained
13117 F: drivers/tty/serial/zs.*
13118
13119 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13120 M: Minchan Kim <minchan@kernel.org>
13121 M: Nitin Gupta <ngupta@vflare.org>
13122 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13123 L: linux-mm@kvack.org
13124 S: Maintained
13125 F: mm/zsmalloc.c
13126 F: include/linux/zsmalloc.h
13127 F: Documentation/vm/zsmalloc.txt
13128
13129 ZSWAP COMPRESSED SWAP CACHING
13130 M: Seth Jennings <sjenning@redhat.com>
13131 L: linux-mm@kvack.org
13132 S: Maintained
13133 F: mm/zswap.c
13134
13135 THE REST
13136 M: Linus Torvalds <torvalds@linux-foundation.org>
13137 L: linux-kernel@vger.kernel.org
13138 Q: http://patchwork.kernel.org/project/LKML/list/
13139 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13140 S: Buried alive in reporters
13141 F: *
13142 F: */
This page took 0.283591 seconds and 6 git commands to generate.