]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - MAINTAINERS
clk: bcm2835: Mark the VPU clock as critical
[mirror_ubuntu-zesty-kernel.git] / MAINTAINERS
1
2
3 List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below. This will make things
6 easier on the maintainers. Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
11
12 2. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
19
20 3. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
23
24 4. When you are happy with a change make it generally available for
25 testing and await feedback.
26
27 5. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
35
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trivial style violations.
38 See Documentation/CodingStyle for guidance here.
39
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details.
45
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
49
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
52
53 PLEASE remember that submissions must be made under the terms
54 of the Linux Foundation certificate of contribution and should
55 include a Signed-off-by: line. The current version of this
56 "Developer's Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
58
59 6. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
61 not you.
62
63 7. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
65 does not respond.
66
67 8. Happy hacking.
68
69 Descriptions of section entries:
70
71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
73 R: Designated reviewer: FullName <address@domain>
74 These reviewers should be CCed on patches.
75 L: Mailing list that is relevant to this area
76 W: Web-page with status/info
77 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 N: meson
1022
1023 ARM/Annapurna Labs ALPINE ARCHITECTURE
1024 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
1025 M: Antoine Tenart <antoine.tenart@free-electrons.com>
1026 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1027 S: Maintained
1028 F: arch/arm/mach-alpine/
1029 F: arch/arm/boot/dts/alpine*
1030 F: arch/arm64/boot/dts/al/
1031 F: drivers/*/*alpine*
1032
1033 ARM/ARTPEC MACHINE SUPPORT
1034 M: Jesper Nilsson <jesper.nilsson@axis.com>
1035 M: Lars Persson <lars.persson@axis.com>
1036 M: Niklas Cassel <niklas.cassel@axis.com>
1037 S: Maintained
1038 L: linux-arm-kernel@axis.com
1039 F: arch/arm/mach-artpec
1040 F: arch/arm/boot/dts/artpec6*
1041 F: drivers/clk/axis
1042
1043 ARM/ASPEED MACHINE SUPPORT
1044 M: Joel Stanley <joel@jms.id.au>
1045 S: Maintained
1046 F: arch/arm/mach-aspeed/
1047 F: arch/arm/boot/dts/aspeed-*
1048 F: drivers/*/*aspeed*
1049
1050 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1051 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1052 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1053 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1054 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1055 W: http://www.linux4sam.org
1056 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1057 S: Supported
1058 F: arch/arm/mach-at91/
1059 F: include/soc/at91/
1060 F: arch/arm/boot/dts/at91*.dts
1061 F: arch/arm/boot/dts/at91*.dtsi
1062 F: arch/arm/boot/dts/sama*.dts
1063 F: arch/arm/boot/dts/sama*.dtsi
1064 F: arch/arm/include/debug/at91.S
1065
1066 ARM/ATMEL AT91 Clock Support
1067 M: Boris Brezillon <boris.brezillon@free-electrons.com>
1068 S: Maintained
1069 F: drivers/clk/at91
1070
1071 ARM/CALXEDA HIGHBANK ARCHITECTURE
1072 M: Rob Herring <robh@kernel.org>
1073 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1074 S: Maintained
1075 F: arch/arm/mach-highbank/
1076 F: arch/arm/boot/dts/highbank.dts
1077 F: arch/arm/boot/dts/ecx-*.dts*
1078
1079 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1080 M: Krzysztof Halasa <khalasa@piap.pl>
1081 S: Maintained
1082 F: arch/arm/mach-cns3xxx/
1083
1084 ARM/CAVIUM THUNDER NETWORK DRIVER
1085 M: Sunil Goutham <sgoutham@cavium.com>
1086 M: Robert Richter <rric@kernel.org>
1087 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1088 S: Supported
1089 F: drivers/net/ethernet/cavium/thunder/
1090
1091 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1092 M: Alexander Shiyan <shc_work@mail.ru>
1093 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1094 S: Odd Fixes
1095 N: clps711x
1096
1097 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1098 M: Hartley Sweeten <hsweeten@visionengravers.com>
1099 M: Ryan Mallon <rmallon@gmail.com>
1100 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101 S: Maintained
1102 F: arch/arm/mach-ep93xx/
1103 F: arch/arm/mach-ep93xx/include/mach/
1104
1105 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1106 M: Lennert Buytenhek <kernel@wantstofly.org>
1107 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1108 S: Maintained
1109
1110 ARM/CLKDEV SUPPORT
1111 M: Russell King <linux@armlinux.org.uk>
1112 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1113 S: Maintained
1114 F: arch/arm/include/asm/clkdev.h
1115 F: drivers/clk/clkdev.c
1116
1117 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1118 M: Mike Rapoport <mike@compulab.co.il>
1119 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1120 S: Maintained
1121
1122 ARM/CONTEC MICRO9 MACHINE SUPPORT
1123 M: Hubert Feurstein <hubert.feurstein@contec.at>
1124 S: Maintained
1125 F: arch/arm/mach-ep93xx/micro9.c
1126
1127 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1128 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1129 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 S: Maintained
1131 F: drivers/hwtracing/coresight/*
1132 F: Documentation/trace/coresight.txt
1133 F: Documentation/devicetree/bindings/arm/coresight.txt
1134 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1135
1136 ARM/CORGI MACHINE SUPPORT
1137 M: Richard Purdie <rpurdie@rpsys.net>
1138 S: Maintained
1139
1140 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1141 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1142 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1143 T: git git://github.com/ulli-kroll/linux.git
1144 S: Maintained
1145 F: arch/arm/mach-gemini/
1146 F: drivers/rtc/rtc-gemini.c
1147
1148 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1149 M: Barry Song <baohua@kernel.org>
1150 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1151 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1152 S: Maintained
1153 F: arch/arm/boot/dts/prima2*
1154 F: arch/arm/mach-prima2/
1155 F: drivers/clk/sirf/
1156 F: drivers/clocksource/timer-prima2.c
1157 F: drivers/clocksource/timer-atlas7.c
1158 N: [^a-z]sirf
1159
1160 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1161 M: Baruch Siach <baruch@tkos.co.il>
1162 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1163 S: Maintained
1164 F: arch/arm/boot/dts/cx92755*
1165 N: digicolor
1166
1167 ARM/EBSA110 MACHINE SUPPORT
1168 M: Russell King <linux@armlinux.org.uk>
1169 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1170 W: http://www.armlinux.org.uk/
1171 S: Maintained
1172 F: arch/arm/mach-ebsa110/
1173 F: drivers/net/ethernet/amd/am79c961a.*
1174
1175 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1176 M: Uwe Kleine-König <kernel@pengutronix.de>
1177 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1178 S: Maintained
1179 N: efm32
1180
1181 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1182 M: Daniel Ribeiro <drwyrm@gmail.com>
1183 M: Stefan Schmidt <stefan@openezx.org>
1184 M: Harald Welte <laforge@openezx.org>
1185 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1186 W: http://www.openezx.org/
1187 S: Maintained
1188 T: topgit git://git.openezx.org/openezx.git
1189 F: arch/arm/mach-pxa/ezx.c
1190
1191 ARM/FARADAY FA526 PORT
1192 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1193 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1194 S: Maintained
1195 T: git git://git.berlios.de/gemini-board
1196 F: arch/arm/mm/*-fa*
1197
1198 ARM/FOOTBRIDGE ARCHITECTURE
1199 M: Russell King <linux@armlinux.org.uk>
1200 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1201 W: http://www.armlinux.org.uk/
1202 S: Maintained
1203 F: arch/arm/include/asm/hardware/dec21285.h
1204 F: arch/arm/mach-footbridge/
1205
1206 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1207 M: Shawn Guo <shawnguo@kernel.org>
1208 M: Sascha Hauer <kernel@pengutronix.de>
1209 R: Fabio Estevam <fabio.estevam@nxp.com>
1210 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1211 S: Maintained
1212 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1213 F: arch/arm/mach-imx/
1214 F: arch/arm/mach-mxs/
1215 F: arch/arm/boot/dts/imx*
1216 F: arch/arm/configs/imx*_defconfig
1217 F: drivers/clk/imx/
1218 F: include/soc/imx/
1219
1220 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1221 M: Shawn Guo <shawnguo@kernel.org>
1222 M: Sascha Hauer <kernel@pengutronix.de>
1223 R: Stefan Agner <stefan@agner.ch>
1224 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1225 S: Maintained
1226 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1227 F: arch/arm/mach-imx/*vf610*
1228 F: arch/arm/boot/dts/vf*
1229
1230 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1231 M: Lennert Buytenhek <kernel@wantstofly.org>
1232 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1233 S: Maintained
1234
1235 ARM/GUMSTIX MACHINE SUPPORT
1236 M: Steve Sakoman <sakoman@gmail.com>
1237 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1238 S: Maintained
1239
1240 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1241 M: Philipp Zabel <philipp.zabel@gmail.com>
1242 M: Paul Parsons <lost.distance@yahoo.com>
1243 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1244 S: Maintained
1245 F: arch/arm/mach-pxa/hx4700.c
1246 F: arch/arm/mach-pxa/include/mach/hx4700.h
1247 F: sound/soc/pxa/hx4700.c
1248
1249 ARM/HISILICON SOC SUPPORT
1250 M: Wei Xu <xuwei5@hisilicon.com>
1251 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1252 W: http://www.hisilicon.com
1253 S: Supported
1254 T: git git://github.com/hisilicon/linux-hisi.git
1255 F: arch/arm/mach-hisi/
1256 F: arch/arm/boot/dts/hi3*
1257 F: arch/arm/boot/dts/hip*
1258 F: arch/arm/boot/dts/hisi*
1259 F: arch/arm64/boot/dts/hisilicon/
1260
1261 ARM/HP JORNADA 7XX MACHINE SUPPORT
1262 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1263 W: www.jlime.com
1264 S: Maintained
1265 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1266 F: arch/arm/mach-sa1100/jornada720.c
1267 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1268
1269 ARM/IGEP MACHINE SUPPORT
1270 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1271 M: Javier Martinez Canillas <javier@dowhile0.org>
1272 L: linux-omap@vger.kernel.org
1273 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1274 S: Maintained
1275 F: arch/arm/boot/dts/omap3-igep*
1276
1277 ARM/INCOME PXA270 SUPPORT
1278 M: Marek Vasut <marek.vasut@gmail.com>
1279 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1280 S: Maintained
1281 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1282
1283 ARM/INTEL IOP32X ARM ARCHITECTURE
1284 M: Lennert Buytenhek <kernel@wantstofly.org>
1285 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286 S: Maintained
1287
1288 ARM/INTEL IOP33X ARM ARCHITECTURE
1289 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1290 S: Orphan
1291
1292 ARM/INTEL IOP13XX ARM ARCHITECTURE
1293 M: Lennert Buytenhek <kernel@wantstofly.org>
1294 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1295 S: Maintained
1296
1297 ARM/INTEL IQ81342EX MACHINE SUPPORT
1298 M: Lennert Buytenhek <kernel@wantstofly.org>
1299 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1300 S: Maintained
1301
1302 ARM/INTEL IXDP2850 MACHINE SUPPORT
1303 M: Lennert Buytenhek <kernel@wantstofly.org>
1304 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305 S: Maintained
1306
1307 ARM/INTEL IXP4XX ARM ARCHITECTURE
1308 M: Imre Kaloz <kaloz@openwrt.org>
1309 M: Krzysztof Halasa <khalasa@piap.pl>
1310 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1311 S: Maintained
1312 F: arch/arm/mach-ixp4xx/
1313
1314 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1315 M: Jonathan Cameron <jic23@cam.ac.uk>
1316 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1317 S: Maintained
1318 F: arch/arm/mach-pxa/stargate2.c
1319 F: drivers/pcmcia/pxa2xx_stargate2.c
1320
1321 ARM/INTEL XSC3 (MANZANO) ARM CORE
1322 M: Lennert Buytenhek <kernel@wantstofly.org>
1323 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1324 S: Maintained
1325
1326 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1327 M: Lennert Buytenhek <kernel@wantstofly.org>
1328 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1329 S: Maintained
1330
1331 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1332 M: Santosh Shilimkar <ssantosh@kernel.org>
1333 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1334 S: Maintained
1335 F: arch/arm/mach-keystone/
1336 F: arch/arm/boot/dts/keystone-*
1337 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1338
1339 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1340 M: Santosh Shilimkar <ssantosh@kernel.org>
1341 L: linux-kernel@vger.kernel.org
1342 S: Maintained
1343 F: drivers/clk/keystone/
1344
1345 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1346 M: Santosh Shilimkar <ssantosh@kernel.org>
1347 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1348 L: linux-kernel@vger.kernel.org
1349 S: Maintained
1350 F: drivers/clocksource/timer-keystone.c
1351
1352 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1353 M: Santosh Shilimkar <ssantosh@kernel.org>
1354 L: linux-kernel@vger.kernel.org
1355 S: Maintained
1356 F: drivers/power/reset/keystone-reset.c
1357
1358 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1359 M: Santosh Shilimkar <ssantosh@kernel.org>
1360 L: linux-kernel@vger.kernel.org
1361 S: Maintained
1362 F: drivers/memory/*emif*
1363
1364 ARM/LG1K ARCHITECTURE
1365 M: Chanho Min <chanho.min@lge.com>
1366 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1367 S: Maintained
1368 F: arch/arm64/boot/dts/lg/
1369
1370 ARM/LOGICPD PXA270 MACHINE SUPPORT
1371 M: Lennert Buytenhek <kernel@wantstofly.org>
1372 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1373 S: Maintained
1374
1375 ARM/LPC18XX ARCHITECTURE
1376 M: Joachim Eastwood <manabian@gmail.com>
1377 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1378 S: Maintained
1379 F: arch/arm/boot/dts/lpc43*
1380 F: drivers/clk/nxp/clk-lpc18xx*
1381 F: drivers/clocksource/time-lpc32xx.c
1382 F: drivers/i2c/busses/i2c-lpc2k.c
1383 F: drivers/memory/pl172.c
1384 F: drivers/mtd/spi-nor/nxp-spifi.c
1385 F: drivers/rtc/rtc-lpc24xx.c
1386 N: lpc18xx
1387
1388 ARM/LPC32XX SOC SUPPORT
1389 M: Vladimir Zapolskiy <vz@mleia.com>
1390 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1391 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1392 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1393 S: Maintained
1394 F: arch/arm/boot/dts/lpc32*
1395 F: arch/arm/mach-lpc32xx/
1396 F: drivers/i2c/busses/i2c-pnx.c
1397 F: drivers/net/ethernet/nxp/lpc_eth.c
1398 F: drivers/usb/host/ohci-nxp.c
1399 F: drivers/watchdog/pnx4008_wdt.c
1400 N: lpc32xx
1401
1402 ARM/MAGICIAN MACHINE SUPPORT
1403 M: Philipp Zabel <philipp.zabel@gmail.com>
1404 S: Maintained
1405
1406 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1407 M: Jason Cooper <jason@lakedaemon.net>
1408 M: Andrew Lunn <andrew@lunn.ch>
1409 M: Gregory Clement <gregory.clement@free-electrons.com>
1410 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1411 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1412 S: Maintained
1413 F: arch/arm/mach-mvebu/
1414 F: drivers/rtc/rtc-armada38x.c
1415 F: arch/arm/boot/dts/armada*
1416 F: arch/arm/boot/dts/kirkwood*
1417 F: arch/arm64/boot/dts/marvell/armada*
1418 F: drivers/cpufreq/mvebu-cpufreq.c
1419 F: arch/arm/configs/mvebu_*_defconfig
1420
1421 ARM/Marvell Berlin SoC support
1422 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1423 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1424 S: Maintained
1425 F: arch/arm/mach-berlin/
1426 F: arch/arm/boot/dts/berlin*
1427 F: arch/arm64/boot/dts/marvell/berlin*
1428
1429
1430 ARM/Marvell Dove/MV78xx0/Orion SOC support
1431 M: Jason Cooper <jason@lakedaemon.net>
1432 M: Andrew Lunn <andrew@lunn.ch>
1433 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1434 M: Gregory Clement <gregory.clement@free-electrons.com>
1435 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1436 S: Maintained
1437 F: arch/arm/mach-dove/
1438 F: arch/arm/mach-mv78xx0/
1439 F: arch/arm/mach-orion5x/
1440 F: arch/arm/plat-orion/
1441 F: arch/arm/boot/dts/dove*
1442 F: arch/arm/boot/dts/orion5x*
1443
1444
1445 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1446 M: Alexander Clouter <alex@digriz.org.uk>
1447 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1448 W: http://www.digriz.org.uk/ts78xx/kernel
1449 S: Maintained
1450 F: arch/arm/mach-orion5x/ts78xx-*
1451
1452 ARM/OXNAS platform support
1453 M: Neil Armstrong <narmstrong@baylibre.com>
1454 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1455 S: Maintained
1456 F: arch/arm/mach-oxnas/
1457 F: arch/arm/boot/dts/oxnas*
1458 F: arch/arm/boot/dts/wd-mbwe.dts
1459 N: oxnas
1460
1461 ARM/Mediatek RTC DRIVER
1462 M: Eddie Huang <eddie.huang@mediatek.com>
1463 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1464 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1465 S: Maintained
1466 F: drivers/rtc/rtc-mt6397.c
1467
1468 ARM/Mediatek SoC support
1469 M: Matthias Brugger <matthias.bgg@gmail.com>
1470 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1471 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1472 S: Maintained
1473 F: arch/arm/boot/dts/mt6*
1474 F: arch/arm/boot/dts/mt8*
1475 F: arch/arm/mach-mediatek/
1476 N: mtk
1477 K: mediatek
1478
1479 ARM/Mediatek USB3 PHY DRIVER
1480 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1481 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1482 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1483 S: Maintained
1484 F: drivers/phy/phy-mt65xx-usb3.c
1485
1486 ARM/MICREL KS8695 ARCHITECTURE
1487 M: Greg Ungerer <gerg@uclinux.org>
1488 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1489 F: arch/arm/mach-ks8695/
1490 S: Odd Fixes
1491
1492 ARM/MIOA701 MACHINE SUPPORT
1493 M: Robert Jarzmik <robert.jarzmik@free.fr>
1494 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1495 F: arch/arm/mach-pxa/mioa701.c
1496 S: Maintained
1497
1498 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1499 M: Michael Petchkovsky <mkpetch@internode.on.net>
1500 S: Maintained
1501
1502 ARM/NOMADIK ARCHITECTURE
1503 M: Alessandro Rubini <rubini@unipv.it>
1504 M: Linus Walleij <linus.walleij@linaro.org>
1505 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1506 S: Maintained
1507 F: arch/arm/mach-nomadik/
1508 F: drivers/pinctrl/nomadik/
1509 F: drivers/i2c/busses/i2c-nomadik.c
1510 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1511
1512 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1513 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1514 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1515 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1516 S: Supported
1517
1518 ARM/TOSA MACHINE SUPPORT
1519 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1520 M: Dirk Opfer <dirk@opfer-online.de>
1521 S: Maintained
1522
1523 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1524 M: Marek Vasut <marek.vasut@gmail.com>
1525 L: linux-arm-kernel@lists.infradead.org
1526 W: http://hackndev.com
1527 S: Maintained
1528 F: arch/arm/mach-pxa/include/mach/palmtx.h
1529 F: arch/arm/mach-pxa/palmtx.c
1530 F: arch/arm/mach-pxa/include/mach/palmt5.h
1531 F: arch/arm/mach-pxa/palmt5.c
1532 F: arch/arm/mach-pxa/include/mach/palmld.h
1533 F: arch/arm/mach-pxa/palmld.c
1534 F: arch/arm/mach-pxa/include/mach/palmte2.h
1535 F: arch/arm/mach-pxa/palmte2.c
1536 F: arch/arm/mach-pxa/include/mach/palmtc.h
1537 F: arch/arm/mach-pxa/palmtc.c
1538
1539 ARM/PALM TREO SUPPORT
1540 M: Tomas Cech <sleep_walker@suse.com>
1541 L: linux-arm-kernel@lists.infradead.org
1542 W: http://hackndev.com
1543 S: Maintained
1544 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1545 F: arch/arm/mach-pxa/palmtreo.c
1546
1547 ARM/PALMZ72 SUPPORT
1548 M: Sergey Lapin <slapin@ossfans.org>
1549 L: linux-arm-kernel@lists.infradead.org
1550 W: http://hackndev.com
1551 S: Maintained
1552 F: arch/arm/mach-pxa/include/mach/palmz72.h
1553 F: arch/arm/mach-pxa/palmz72.c
1554
1555 ARM/PLEB SUPPORT
1556 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1557 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1558 S: Maintained
1559
1560 ARM/PT DIGITAL BOARD PORT
1561 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1562 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1563 W: http://www.armlinux.org.uk/
1564 S: Maintained
1565
1566 ARM/QUALCOMM SUPPORT
1567 M: Andy Gross <andy.gross@linaro.org>
1568 M: David Brown <david.brown@linaro.org>
1569 L: linux-arm-msm@vger.kernel.org
1570 L: linux-soc@vger.kernel.org
1571 S: Maintained
1572 F: Documentation/devicetree/bindings/soc/qcom/
1573 F: arch/arm/boot/dts/qcom-*.dts
1574 F: arch/arm/boot/dts/qcom-*.dtsi
1575 F: arch/arm/mach-qcom/
1576 F: arch/arm64/boot/dts/qcom/*
1577 F: drivers/i2c/busses/i2c-qup.c
1578 F: drivers/clk/qcom/
1579 F: drivers/soc/qcom/
1580 F: drivers/spi/spi-qup.c
1581 F: drivers/tty/serial/msm_serial.h
1582 F: drivers/tty/serial/msm_serial.c
1583 F: drivers/*/pm8???-*
1584 F: drivers/mfd/ssbi.c
1585 F: drivers/firmware/qcom_scm.c
1586 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1587
1588 ARM/RADISYS ENP2611 MACHINE SUPPORT
1589 M: Lennert Buytenhek <kernel@wantstofly.org>
1590 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1591 S: Maintained
1592
1593 ARM/RENESAS ARM64 ARCHITECTURE
1594 M: Simon Horman <horms@verge.net.au>
1595 M: Magnus Damm <magnus.damm@gmail.com>
1596 L: linux-renesas-soc@vger.kernel.org
1597 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1598 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1599 S: Supported
1600 F: arch/arm64/boot/dts/renesas/
1601 F: drivers/soc/renesas/
1602 F: include/linux/soc/renesas/
1603
1604 ARM/RISCPC ARCHITECTURE
1605 M: Russell King <linux@armlinux.org.uk>
1606 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1607 W: http://www.armlinux.org.uk/
1608 S: Maintained
1609 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1610 F: arch/arm/include/asm/hardware/ioc.h
1611 F: arch/arm/include/asm/hardware/iomd.h
1612 F: arch/arm/include/asm/hardware/memc.h
1613 F: arch/arm/mach-rpc/
1614 F: drivers/net/ethernet/8390/etherh.c
1615 F: drivers/net/ethernet/i825xx/ether1*
1616 F: drivers/net/ethernet/seeq/ether3*
1617 F: drivers/scsi/arm/
1618
1619 ARM/Rockchip SoC support
1620 M: Heiko Stuebner <heiko@sntech.de>
1621 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1622 L: linux-rockchip@lists.infradead.org
1623 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1624 S: Maintained
1625 F: arch/arm/boot/dts/rk3*
1626 F: arch/arm/mach-rockchip/
1627 F: drivers/clk/rockchip/
1628 F: drivers/i2c/busses/i2c-rk3x.c
1629 F: drivers/*/*rockchip*
1630 F: drivers/*/*/*rockchip*
1631 F: sound/soc/rockchip/
1632 N: rockchip
1633
1634 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1635 M: Kukjin Kim <kgene@kernel.org>
1636 M: Krzysztof Kozlowski <krzk@kernel.org>
1637 R: Javier Martinez Canillas <javier@osg.samsung.com>
1638 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1639 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1640 S: Maintained
1641 F: arch/arm/boot/dts/s3c*
1642 F: arch/arm/boot/dts/s5p*
1643 F: arch/arm/boot/dts/samsung*
1644 F: arch/arm/boot/dts/exynos*
1645 F: arch/arm64/boot/dts/exynos/
1646 F: arch/arm/plat-samsung/
1647 F: arch/arm/mach-s3c24*/
1648 F: arch/arm/mach-s3c64xx/
1649 F: arch/arm/mach-s5p*/
1650 F: arch/arm/mach-exynos*/
1651 F: drivers/*/*s3c24*
1652 F: drivers/*/*/*s3c24*
1653 F: drivers/*/*s3c64xx*
1654 F: drivers/*/*s5pv210*
1655 F: drivers/memory/samsung/*
1656 F: drivers/soc/samsung/*
1657 F: Documentation/arm/Samsung/
1658 F: Documentation/devicetree/bindings/arm/samsung/
1659 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1660 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1661 N: exynos
1662
1663 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1664 M: Kyungmin Park <kyungmin.park@samsung.com>
1665 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1666 S: Maintained
1667 F: arch/arm/mach-s5pv210/
1668
1669 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1670 M: Kyungmin Park <kyungmin.park@samsung.com>
1671 M: Kamil Debski <kamil@wypas.org>
1672 M: Andrzej Hajda <a.hajda@samsung.com>
1673 L: linux-arm-kernel@lists.infradead.org
1674 L: linux-media@vger.kernel.org
1675 S: Maintained
1676 F: drivers/media/platform/s5p-g2d/
1677
1678 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1679 M: Kyungmin Park <kyungmin.park@samsung.com>
1680 M: Kamil Debski <kamil@wypas.org>
1681 M: Jeongtae Park <jtp.park@samsung.com>
1682 M: Andrzej Hajda <a.hajda@samsung.com>
1683 L: linux-arm-kernel@lists.infradead.org
1684 L: linux-media@vger.kernel.org
1685 S: Maintained
1686 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1687 F: drivers/media/platform/s5p-mfc/
1688
1689 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1690 M: Kyungmin Park <kyungmin.park@samsung.com>
1691 M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1692 L: linux-arm-kernel@lists.infradead.org
1693 L: linux-media@vger.kernel.org
1694 S: Maintained
1695 F: drivers/media/platform/s5p-tv/
1696
1697 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1698 M: Kyungmin Park <kyungmin.park@samsung.com>
1699 L: linux-arm-kernel@lists.infradead.org
1700 L: linux-media@vger.kernel.org
1701 S: Maintained
1702 F: drivers/staging/media/platform/s5p-cec/
1703
1704 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1705 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1706 M: Jacek Anaszewski <j.anaszewski@samsung.com>
1707 L: linux-arm-kernel@lists.infradead.org
1708 L: linux-media@vger.kernel.org
1709 S: Maintained
1710 F: drivers/media/platform/s5p-jpeg/
1711
1712 ARM/SHMOBILE ARM ARCHITECTURE
1713 M: Simon Horman <horms@verge.net.au>
1714 M: Magnus Damm <magnus.damm@gmail.com>
1715 L: linux-renesas-soc@vger.kernel.org
1716 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1717 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1718 S: Supported
1719 F: arch/arm/boot/dts/emev2*
1720 F: arch/arm/boot/dts/r7s*
1721 F: arch/arm/boot/dts/r8a*
1722 F: arch/arm/boot/dts/sh*
1723 F: arch/arm/configs/shmobile_defconfig
1724 F: arch/arm/include/debug/renesas-scif.S
1725 F: arch/arm/mach-shmobile/
1726 F: drivers/soc/renesas/
1727 F: include/linux/soc/renesas/
1728
1729 ARM/SOCFPGA ARCHITECTURE
1730 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1731 S: Maintained
1732 F: arch/arm/mach-socfpga/
1733 F: arch/arm/boot/dts/socfpga*
1734 F: arch/arm/configs/socfpga_defconfig
1735 F: arch/arm64/boot/dts/altera/
1736 W: http://www.rocketboards.org
1737 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1738
1739 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1740 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1741 S: Maintained
1742 F: drivers/clk/socfpga/
1743
1744 ARM/SOCFPGA EDAC SUPPORT
1745 M: Thor Thayer <tthayer@opensource.altera.com>
1746 S: Maintained
1747 F: drivers/edac/altera_edac.
1748
1749 ARM/STI ARCHITECTURE
1750 M: Patrice Chotard <patrice.chotard@st.com>
1751 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1752 L: kernel@stlinux.com
1753 W: http://www.stlinux.com
1754 S: Maintained
1755 F: arch/arm/mach-sti/
1756 F: arch/arm/boot/dts/sti*
1757 F: drivers/char/hw_random/st-rng.c
1758 F: drivers/clocksource/arm_global_timer.c
1759 F: drivers/clocksource/clksrc_st_lpc.c
1760 F: drivers/cpufreq/sti-cpufreq.c
1761 F: drivers/i2c/busses/i2c-st.c
1762 F: drivers/media/rc/st_rc.c
1763 F: drivers/media/platform/sti/c8sectpfe/
1764 F: drivers/mmc/host/sdhci-st.c
1765 F: drivers/phy/phy-miphy28lp.c
1766 F: drivers/phy/phy-miphy365x.c
1767 F: drivers/phy/phy-stih407-usb.c
1768 F: drivers/phy/phy-stih41x-usb.c
1769 F: drivers/pinctrl/pinctrl-st.c
1770 F: drivers/remoteproc/st_remoteproc.c
1771 F: drivers/reset/sti/
1772 F: drivers/rtc/rtc-st-lpc.c
1773 F: drivers/tty/serial/st-asc.c
1774 F: drivers/usb/dwc3/dwc3-st.c
1775 F: drivers/usb/host/ehci-st.c
1776 F: drivers/usb/host/ohci-st.c
1777 F: drivers/watchdog/st_lpc_wdt.c
1778 F: drivers/ata/ahci_st.c
1779
1780 ARM/STM32 ARCHITECTURE
1781 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1782 M: Alexandre Torgue <alexandre.torgue@st.com>
1783 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1784 S: Maintained
1785 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1786 N: stm32
1787 F: drivers/clocksource/armv7m_systick.c
1788
1789 ARM/TANGO ARCHITECTURE
1790 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1791 L: linux-arm-kernel@lists.infradead.org
1792 S: Maintained
1793 N: tango
1794
1795 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1796 M: Lennert Buytenhek <kernel@wantstofly.org>
1797 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1798 S: Maintained
1799
1800 ARM/TETON BGA MACHINE SUPPORT
1801 M: "Mark F. Brown" <mark.brown314@gmail.com>
1802 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1803 S: Maintained
1804
1805 ARM/THECUS N2100 MACHINE SUPPORT
1806 M: Lennert Buytenhek <kernel@wantstofly.org>
1807 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1808 S: Maintained
1809
1810 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1811 M: Wan ZongShun <mcuos.com@gmail.com>
1812 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1813 W: http://www.mcuos.com
1814 S: Maintained
1815 F: arch/arm/mach-w90x900/
1816 F: drivers/input/keyboard/w90p910_keypad.c
1817 F: drivers/input/touchscreen/w90p910_ts.c
1818 F: drivers/watchdog/nuc900_wdt.c
1819 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1820 F: drivers/mtd/nand/nuc900_nand.c
1821 F: drivers/rtc/rtc-nuc900.c
1822 F: drivers/spi/spi-nuc900.c
1823 F: drivers/usb/host/ehci-w90x900.c
1824 F: drivers/video/fbdev/nuc900fb.c
1825
1826 ARM/U300 MACHINE SUPPORT
1827 M: Linus Walleij <linus.walleij@linaro.org>
1828 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1829 S: Supported
1830 F: arch/arm/mach-u300/
1831 F: drivers/clocksource/timer-u300.c
1832 F: drivers/i2c/busses/i2c-stu300.c
1833 F: drivers/rtc/rtc-coh901331.c
1834 F: drivers/watchdog/coh901327_wdt.c
1835 F: drivers/dma/coh901318*
1836 F: drivers/mfd/ab3100*
1837 F: drivers/rtc/rtc-ab3100.c
1838 F: drivers/rtc/rtc-coh901331.c
1839 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1840
1841 ARM/UNIPHIER ARCHITECTURE
1842 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1843 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1844 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1845 S: Maintained
1846 F: arch/arm/boot/dts/uniphier*
1847 F: arch/arm/include/asm/hardware/cache-uniphier.h
1848 F: arch/arm/mach-uniphier/
1849 F: arch/arm/mm/cache-uniphier.c
1850 F: arch/arm64/boot/dts/socionext/
1851 F: drivers/bus/uniphier-system-bus.c
1852 F: drivers/i2c/busses/i2c-uniphier*
1853 F: drivers/pinctrl/uniphier/
1854 F: drivers/tty/serial/8250/8250_uniphier.c
1855 N: uniphier
1856
1857 ARM/Ux500 ARM ARCHITECTURE
1858 M: Linus Walleij <linus.walleij@linaro.org>
1859 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1860 S: Maintained
1861 F: arch/arm/mach-ux500/
1862 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1863 F: drivers/dma/ste_dma40*
1864 F: drivers/hwspinlock/u8500_hsem.c
1865 F: drivers/mfd/abx500*
1866 F: drivers/mfd/ab8500*
1867 F: drivers/mfd/dbx500*
1868 F: drivers/mfd/db8500*
1869 F: drivers/pinctrl/nomadik/pinctrl-ab*
1870 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1871 F: drivers/rtc/rtc-ab8500.c
1872 F: drivers/rtc/rtc-pl031.c
1873 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1874
1875 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1876 M: Ulf Hansson <ulf.hansson@linaro.org>
1877 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1878 T: git git://git.linaro.org/people/ulfh/clk.git
1879 S: Maintained
1880 F: drivers/clk/ux500/
1881
1882 ARM/VERSATILE EXPRESS PLATFORM
1883 M: Liviu Dudau <liviu.dudau@arm.com>
1884 M: Sudeep Holla <sudeep.holla@arm.com>
1885 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1886 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1887 S: Maintained
1888 F: arch/arm/boot/dts/vexpress*
1889 F: arch/arm64/boot/dts/arm/
1890 F: arch/arm/mach-vexpress/
1891 F: */*/vexpress*
1892 F: */*/*/vexpress*
1893 F: drivers/clk/versatile/clk-vexpress-osc.c
1894 F: drivers/clocksource/versatile.c
1895 N: mps2
1896
1897 ARM/VFP SUPPORT
1898 M: Russell King <linux@armlinux.org.uk>
1899 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1900 W: http://www.armlinux.org.uk/
1901 S: Maintained
1902 F: arch/arm/vfp/
1903
1904 ARM/VOIPAC PXA270 SUPPORT
1905 M: Marek Vasut <marek.vasut@gmail.com>
1906 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1907 S: Maintained
1908 F: arch/arm/mach-pxa/vpac270.c
1909 F: arch/arm/mach-pxa/include/mach/vpac270.h
1910
1911 ARM/VT8500 ARM ARCHITECTURE
1912 M: Tony Prisk <linux@prisktech.co.nz>
1913 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1914 S: Maintained
1915 F: arch/arm/mach-vt8500/
1916 F: drivers/clocksource/vt8500_timer.c
1917 F: drivers/i2c/busses/i2c-wmt.c
1918 F: drivers/mmc/host/wmt-sdmmc.c
1919 F: drivers/pwm/pwm-vt8500.c
1920 F: drivers/rtc/rtc-vt8500.c
1921 F: drivers/tty/serial/vt8500_serial.c
1922 F: drivers/usb/host/ehci-platform.c
1923 F: drivers/usb/host/uhci-platform.c
1924 F: drivers/video/fbdev/vt8500lcdfb.*
1925 F: drivers/video/fbdev/wm8505fb*
1926 F: drivers/video/fbdev/wmt_ge_rops.*
1927
1928 ARM/ZIPIT Z2 SUPPORT
1929 M: Marek Vasut <marek.vasut@gmail.com>
1930 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1931 S: Maintained
1932 F: arch/arm/mach-pxa/z2.c
1933 F: arch/arm/mach-pxa/include/mach/z2.h
1934
1935 ARM/ZTE ARCHITECTURE
1936 M: Jun Nie <jun.nie@linaro.org>
1937 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1938 S: Maintained
1939 F: arch/arm/mach-zx/
1940 F: drivers/clk/zte/
1941 F: Documentation/devicetree/bindings/arm/zte.txt
1942 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1943
1944 ARM/ZYNQ ARCHITECTURE
1945 M: Michal Simek <michal.simek@xilinx.com>
1946 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1947 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1948 W: http://wiki.xilinx.com
1949 T: git https://github.com/Xilinx/linux-xlnx.git
1950 S: Supported
1951 F: arch/arm/mach-zynq/
1952 F: drivers/cpuidle/cpuidle-zynq.c
1953 F: drivers/block/xsysace.c
1954 N: zynq
1955 N: xilinx
1956 F: drivers/clocksource/cadence_ttc_timer.c
1957 F: drivers/i2c/busses/i2c-cadence.c
1958 F: drivers/mmc/host/sdhci-of-arasan.c
1959 F: drivers/edac/synopsys_edac.c
1960
1961 ARM SMMU DRIVERS
1962 M: Will Deacon <will.deacon@arm.com>
1963 R: Robin Murphy <robin.murphy@arm.com>
1964 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1965 S: Maintained
1966 F: drivers/iommu/arm-smmu.c
1967 F: drivers/iommu/arm-smmu-v3.c
1968 F: drivers/iommu/io-pgtable-arm.c
1969 F: drivers/iommu/io-pgtable-arm-v7s.c
1970
1971 ARM64 PORT (AARCH64 ARCHITECTURE)
1972 M: Catalin Marinas <catalin.marinas@arm.com>
1973 M: Will Deacon <will.deacon@arm.com>
1974 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1975 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1976 S: Maintained
1977 F: arch/arm64/
1978 F: Documentation/arm64/
1979
1980 AS3645A LED FLASH CONTROLLER DRIVER
1981 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1982 L: linux-media@vger.kernel.org
1983 T: git git://linuxtv.org/media_tree.git
1984 S: Maintained
1985 F: drivers/media/i2c/as3645a.c
1986 F: include/media/i2c/as3645a.h
1987
1988 ASC7621 HARDWARE MONITOR DRIVER
1989 M: George Joseph <george.joseph@fairview5.com>
1990 L: linux-hwmon@vger.kernel.org
1991 S: Maintained
1992 F: Documentation/hwmon/asc7621
1993 F: drivers/hwmon/asc7621.c
1994
1995 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1996 M: Corentin Chary <corentin.chary@gmail.com>
1997 L: acpi4asus-user@lists.sourceforge.net
1998 L: platform-driver-x86@vger.kernel.org
1999 W: http://acpi4asus.sf.net
2000 S: Maintained
2001 F: drivers/platform/x86/asus*.c
2002 F: drivers/platform/x86/eeepc*.c
2003
2004 ASUS WIRELESS RADIO CONTROL DRIVER
2005 M: João Paulo Rechi Vita <jprvita@gmail.com>
2006 L: platform-driver-x86@vger.kernel.org
2007 S: Maintained
2008 F: drivers/platform/x86/asus-wireless.c
2009
2010 ASYMMETRIC KEYS
2011 M: David Howells <dhowells@redhat.com>
2012 L: keyrings@vger.kernel.org
2013 S: Maintained
2014 F: Documentation/crypto/asymmetric-keys.txt
2015 F: include/linux/verification.h
2016 F: include/crypto/public_key.h
2017 F: include/crypto/pkcs7.h
2018 F: crypto/asymmetric_keys/
2019
2020 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2021 R: Dan Williams <dan.j.williams@intel.com>
2022 W: http://sourceforge.net/projects/xscaleiop
2023 S: Odd fixes
2024 F: Documentation/crypto/async-tx-api.txt
2025 F: crypto/async_tx/
2026 F: drivers/dma/
2027 F: include/linux/dmaengine.h
2028 F: include/linux/async_tx.h
2029
2030 AT24 EEPROM DRIVER
2031 M: Wolfram Sang <wsa@the-dreams.de>
2032 L: linux-i2c@vger.kernel.org
2033 S: Maintained
2034 F: drivers/misc/eeprom/at24.c
2035 F: include/linux/platform_data/at24.h
2036
2037 ATA OVER ETHERNET (AOE) DRIVER
2038 M: "Ed L. Cashin" <ed.cashin@acm.org>
2039 W: http://www.openaoe.org/
2040 S: Supported
2041 F: Documentation/aoe/
2042 F: drivers/block/aoe/
2043
2044 ATHEROS 71XX/9XXX GPIO DRIVER
2045 M: Alban Bedel <albeu@free.fr>
2046 W: https://github.com/AlbanBedel/linux
2047 T: git git://github.com/AlbanBedel/linux
2048 S: Maintained
2049 F: drivers/gpio/gpio-ath79.c
2050 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2051
2052 ATHEROS ATH GENERIC UTILITIES
2053 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2054 L: linux-wireless@vger.kernel.org
2055 S: Supported
2056 F: drivers/net/wireless/ath/*
2057
2058 ATHEROS ATH5K WIRELESS DRIVER
2059 M: Jiri Slaby <jirislaby@gmail.com>
2060 M: Nick Kossifidis <mickflemm@gmail.com>
2061 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2062 L: linux-wireless@vger.kernel.org
2063 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2064 S: Maintained
2065 F: drivers/net/wireless/ath/ath5k/
2066
2067 ATHEROS ATH6KL WIRELESS DRIVER
2068 M: Kalle Valo <kvalo@qca.qualcomm.com>
2069 L: linux-wireless@vger.kernel.org
2070 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2071 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2072 S: Supported
2073 F: drivers/net/wireless/ath/ath6kl/
2074
2075 WILOCITY WIL6210 WIRELESS DRIVER
2076 M: Maya Erez <qca_merez@qca.qualcomm.com>
2077 L: linux-wireless@vger.kernel.org
2078 L: wil6210@qca.qualcomm.com
2079 S: Supported
2080 W: http://wireless.kernel.org/en/users/Drivers/wil6210
2081 F: drivers/net/wireless/ath/wil6210/
2082 F: include/uapi/linux/wil6210_uapi.h
2083
2084 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2085 M: Christian Lamparter <chunkeey@googlemail.com>
2086 L: linux-wireless@vger.kernel.org
2087 W: http://wireless.kernel.org/en/users/Drivers/carl9170
2088 S: Maintained
2089 F: drivers/net/wireless/ath/carl9170/
2090
2091 ATK0110 HWMON DRIVER
2092 M: Luca Tettamanti <kronos.it@gmail.com>
2093 L: linux-hwmon@vger.kernel.org
2094 S: Maintained
2095 F: drivers/hwmon/asus_atk0110.c
2096
2097 ATI_REMOTE2 DRIVER
2098 M: Ville Syrjala <syrjala@sci.fi>
2099 S: Maintained
2100 F: drivers/input/misc/ati_remote2.c
2101
2102 ATLX ETHERNET DRIVERS
2103 M: Jay Cliburn <jcliburn@gmail.com>
2104 M: Chris Snook <chris.snook@gmail.com>
2105 L: netdev@vger.kernel.org
2106 W: http://sourceforge.net/projects/atl1
2107 W: http://atl1.sourceforge.net
2108 S: Maintained
2109 F: drivers/net/ethernet/atheros/
2110
2111 ATM
2112 M: Chas Williams <3chas3@gmail.com>
2113 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2114 L: netdev@vger.kernel.org
2115 W: http://linux-atm.sourceforge.net
2116 S: Maintained
2117 F: drivers/atm/
2118 F: include/linux/atm*
2119 F: include/uapi/linux/atm*
2120
2121 ATMEL AT91 / AT32 MCI DRIVER
2122 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2123 S: Maintained
2124 F: drivers/mmc/host/atmel-mci.c
2125
2126 ATMEL AT91 / AT32 SERIAL DRIVER
2127 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2128 S: Supported
2129 F: drivers/tty/serial/atmel_serial.c
2130
2131 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2132 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2133 S: Supported
2134 F: drivers/power/reset/at91-sama5d2_shdwc.c
2135
2136 ATMEL SAMA5D2 ADC DRIVER
2137 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2138 L: linux-iio@vger.kernel.org
2139 S: Supported
2140 F: drivers/iio/adc/at91-sama5d2_adc.c
2141
2142 ATMEL Audio ALSA driver
2143 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2144 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2145 S: Supported
2146 F: sound/soc/atmel
2147
2148 ATMEL DMA DRIVER
2149 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2150 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2151 S: Supported
2152 F: drivers/dma/at_hdmac.c
2153 F: drivers/dma/at_hdmac_regs.h
2154 F: include/linux/platform_data/dma-atmel.h
2155
2156 ATMEL XDMA DRIVER
2157 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2158 L: linux-arm-kernel@lists.infradead.org
2159 L: dmaengine@vger.kernel.org
2160 S: Supported
2161 F: drivers/dma/at_xdmac.c
2162
2163 ATMEL I2C DRIVER
2164 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2165 L: linux-i2c@vger.kernel.org
2166 S: Supported
2167 F: drivers/i2c/busses/i2c-at91.c
2168
2169 ATMEL ISI DRIVER
2170 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2171 L: linux-media@vger.kernel.org
2172 S: Supported
2173 F: drivers/media/platform/soc_camera/atmel-isi.c
2174 F: include/media/atmel-isi.h
2175
2176 ATMEL LCDFB DRIVER
2177 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2178 L: linux-fbdev@vger.kernel.org
2179 S: Maintained
2180 F: drivers/video/fbdev/atmel_lcdfb.c
2181 F: include/video/atmel_lcdc.h
2182
2183 ATMEL MACB ETHERNET DRIVER
2184 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2185 S: Supported
2186 F: drivers/net/ethernet/cadence/
2187
2188 ATMEL NAND DRIVER
2189 M: Wenyou Yang <wenyou.yang@atmel.com>
2190 M: Josh Wu <rainyfeeling@outlook.com>
2191 L: linux-mtd@lists.infradead.org
2192 S: Supported
2193 F: drivers/mtd/nand/atmel_nand*
2194
2195 ATMEL SDMMC DRIVER
2196 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2197 L: linux-mmc@vger.kernel.org
2198 S: Supported
2199 F: drivers/mmc/host/sdhci-of-at91.c
2200
2201 ATMEL SPI DRIVER
2202 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2203 S: Supported
2204 F: drivers/spi/spi-atmel.*
2205
2206 ATMEL SSC DRIVER
2207 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2208 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2209 S: Supported
2210 F: drivers/misc/atmel-ssc.c
2211 F: include/linux/atmel-ssc.h
2212
2213 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2214 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2215 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2216 S: Supported
2217 F: drivers/misc/atmel_tclib.c
2218 F: drivers/clocksource/tcb_clksrc.c
2219
2220 ATMEL USBA UDC DRIVER
2221 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2222 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2223 S: Supported
2224 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2225
2226 ATMEL WIRELESS DRIVER
2227 M: Simon Kelley <simon@thekelleys.org.uk>
2228 L: linux-wireless@vger.kernel.org
2229 W: http://www.thekelleys.org.uk/atmel
2230 W: http://atmelwlandriver.sourceforge.net/
2231 S: Maintained
2232 F: drivers/net/wireless/atmel/atmel*
2233
2234 ATMEL MAXTOUCH DRIVER
2235 M: Nick Dyer <nick.dyer@itdev.co.uk>
2236 T: git git://github.com/atmel-maxtouch/linux.git
2237 S: Supported
2238 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2239 F: drivers/input/touchscreen/atmel_mxt_ts.c
2240 F: include/linux/platform_data/atmel_mxt_ts.h
2241
2242 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2243 M: Bradley Grove <linuxdrivers@attotech.com>
2244 L: linux-scsi@vger.kernel.org
2245 W: http://www.attotech.com
2246 S: Supported
2247 F: drivers/scsi/esas2r
2248
2249 ATUSB IEEE 802.15.4 RADIO DRIVER
2250 M: Stefan Schmidt <stefan@osg.samsung.com>
2251 L: linux-wpan@vger.kernel.org
2252 S: Maintained
2253 F: drivers/net/ieee802154/atusb.c
2254 F: drivers/net/ieee802154/atusb.h
2255 F: drivers/net/ieee802154/at86rf230.h
2256
2257 AUDIT SUBSYSTEM
2258 M: Paul Moore <paul@paul-moore.com>
2259 M: Eric Paris <eparis@redhat.com>
2260 L: linux-audit@redhat.com (moderated for non-subscribers)
2261 W: http://people.redhat.com/sgrubb/audit/
2262 T: git git://git.infradead.org/users/pcmoore/audit
2263 S: Maintained
2264 F: include/linux/audit.h
2265 F: include/uapi/linux/audit.h
2266 F: kernel/audit*
2267
2268 AUFS (advanced multi layered unification filesystem) FILESYSTEM
2269 M: "J. R. Okajima" <hooanon05g@gmail.com>
2270 L: linux-unionfs@vger.kernel.org
2271 L: aufs-users@lists.sourceforge.net (members only)
2272 W: http://aufs.sourceforge.net
2273 T: git://github.com/sfjro/aufs4-linux.git
2274 S: Supported
2275 F: Documentation/filesystems/aufs/
2276 F: Documentation/ABI/testing/debugfs-aufs
2277 F: Documentation/ABI/testing/sysfs-aufs
2278 F: fs/aufs/
2279 F: include/uapi/linux/aufs_type.h
2280
2281 AUXILIARY DISPLAY DRIVERS
2282 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2283 W: http://miguelojeda.es/auxdisplay.htm
2284 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2285 S: Maintained
2286 F: drivers/auxdisplay/
2287 F: include/linux/cfag12864b.h
2288
2289 AVR32 ARCHITECTURE
2290 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2291 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2292 W: http://www.atmel.com/products/AVR32/
2293 W: http://mirror.egtvedt.no/avr32linux.org/
2294 W: http://avrfreaks.net/
2295 S: Maintained
2296 F: arch/avr32/
2297
2298 AVR32/AT32AP MACHINE SUPPORT
2299 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2300 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2301 S: Maintained
2302 F: arch/avr32/mach-at32ap/
2303
2304 AX.25 NETWORK LAYER
2305 M: Ralf Baechle <ralf@linux-mips.org>
2306 L: linux-hams@vger.kernel.org
2307 W: http://www.linux-ax25.org/
2308 S: Maintained
2309 F: include/uapi/linux/ax25.h
2310 F: include/net/ax25.h
2311 F: net/ax25/
2312
2313 AZ6007 DVB DRIVER
2314 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2315 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2316 L: linux-media@vger.kernel.org
2317 W: https://linuxtv.org
2318 T: git git://linuxtv.org/media_tree.git
2319 S: Maintained
2320 F: drivers/media/usb/dvb-usb-v2/az6007.c
2321
2322 AZTECH FM RADIO RECEIVER DRIVER
2323 M: Hans Verkuil <hverkuil@xs4all.nl>
2324 L: linux-media@vger.kernel.org
2325 T: git git://linuxtv.org/media_tree.git
2326 W: https://linuxtv.org
2327 S: Maintained
2328 F: drivers/media/radio/radio-aztech*
2329
2330 B43 WIRELESS DRIVER
2331 L: linux-wireless@vger.kernel.org
2332 L: b43-dev@lists.infradead.org
2333 W: http://wireless.kernel.org/en/users/Drivers/b43
2334 S: Odd Fixes
2335 F: drivers/net/wireless/broadcom/b43/
2336
2337 B43LEGACY WIRELESS DRIVER
2338 M: Larry Finger <Larry.Finger@lwfinger.net>
2339 L: linux-wireless@vger.kernel.org
2340 L: b43-dev@lists.infradead.org
2341 W: http://wireless.kernel.org/en/users/Drivers/b43
2342 S: Maintained
2343 F: drivers/net/wireless/broadcom/b43legacy/
2344
2345 BACKLIGHT CLASS/SUBSYSTEM
2346 M: Jingoo Han <jingoohan1@gmail.com>
2347 M: Lee Jones <lee.jones@linaro.org>
2348 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2349 S: Maintained
2350 F: drivers/video/backlight/
2351 F: include/linux/backlight.h
2352
2353 BATMAN ADVANCED
2354 M: Marek Lindner <mareklindner@neomailbox.ch>
2355 M: Simon Wunderlich <sw@simonwunderlich.de>
2356 M: Antonio Quartulli <a@unstable.cc>
2357 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2358 W: https://www.open-mesh.org/
2359 Q: https://patchwork.open-mesh.org/project/batman/list/
2360 S: Maintained
2361 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2362 F: Documentation/ABI/testing/sysfs-class-net-mesh
2363 F: Documentation/networking/batman-adv.txt
2364 F: include/uapi/linux/batman_adv.h
2365 F: net/batman-adv/
2366
2367 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2368 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2369 L: linux-hams@vger.kernel.org
2370 W: http://www.baycom.org/~tom/ham/ham.html
2371 S: Maintained
2372 F: drivers/net/hamradio/baycom*
2373
2374 BCACHE (BLOCK LAYER CACHE)
2375 M: Kent Overstreet <kent.overstreet@gmail.com>
2376 L: linux-bcache@vger.kernel.org
2377 W: http://bcache.evilpiepirate.org
2378 S: Orphan
2379 F: drivers/md/bcache/
2380
2381 BDISP ST MEDIA DRIVER
2382 M: Fabien Dessenne <fabien.dessenne@st.com>
2383 L: linux-media@vger.kernel.org
2384 T: git git://linuxtv.org/media_tree.git
2385 W: https://linuxtv.org
2386 S: Supported
2387 F: drivers/media/platform/sti/bdisp
2388
2389 BEFS FILE SYSTEM
2390 M: Luis de Bethencourt <luisbg@osg.samsung.com>
2391 M: Salah Triki <salah.triki@gmail.com>
2392 S: Maintained
2393 T: git git://github.com/luisbg/linux-befs.git
2394 F: Documentation/filesystems/befs.txt
2395 F: fs/befs/
2396
2397 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2398 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2399 L: netdev@vger.kernel.org
2400 S: Maintained
2401 F: drivers/net/ethernet/ec_bhf.c
2402
2403 BFS FILE SYSTEM
2404 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2405 S: Maintained
2406 F: Documentation/filesystems/bfs.txt
2407 F: fs/bfs/
2408 F: include/uapi/linux/bfs_fs.h
2409
2410 BLACKFIN ARCHITECTURE
2411 M: Steven Miao <realmz6@gmail.com>
2412 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2413 T: git git://git.code.sf.net/p/adi-linux/code
2414 W: http://blackfin.uclinux.org
2415 S: Supported
2416 F: arch/blackfin/
2417
2418 BLACKFIN EMAC DRIVER
2419 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2420 W: http://blackfin.uclinux.org
2421 S: Supported
2422 F: drivers/net/ethernet/adi/
2423
2424 BLACKFIN RTC DRIVER
2425 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2426 W: http://blackfin.uclinux.org
2427 S: Supported
2428 F: drivers/rtc/rtc-bfin.c
2429
2430 BLACKFIN SDH DRIVER
2431 M: Sonic Zhang <sonic.zhang@analog.com>
2432 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2433 W: http://blackfin.uclinux.org
2434 S: Supported
2435 F: drivers/mmc/host/bfin_sdh.c
2436
2437 BLACKFIN SERIAL DRIVER
2438 M: Sonic Zhang <sonic.zhang@analog.com>
2439 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2440 W: http://blackfin.uclinux.org
2441 S: Supported
2442 F: drivers/tty/serial/bfin_uart.c
2443
2444 BLACKFIN WATCHDOG DRIVER
2445 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2446 W: http://blackfin.uclinux.org
2447 S: Supported
2448 F: drivers/watchdog/bfin_wdt.c
2449
2450 BLACKFIN I2C TWI DRIVER
2451 M: Sonic Zhang <sonic.zhang@analog.com>
2452 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2453 W: http://blackfin.uclinux.org/
2454 S: Supported
2455 F: drivers/i2c/busses/i2c-bfin-twi.c
2456
2457 BLACKFIN MEDIA DRIVER
2458 M: Scott Jiang <scott.jiang.linux@gmail.com>
2459 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2460 W: http://blackfin.uclinux.org/
2461 S: Supported
2462 F: drivers/media/platform/blackfin/
2463 F: drivers/media/i2c/adv7183*
2464 F: drivers/media/i2c/vs6624*
2465
2466 BLINKM RGB LED DRIVER
2467 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2468 S: Maintained
2469 F: drivers/leds/leds-blinkm.c
2470
2471 BLOCK LAYER
2472 M: Jens Axboe <axboe@kernel.dk>
2473 L: linux-block@vger.kernel.org
2474 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2475 S: Maintained
2476 F: block/
2477 F: kernel/trace/blktrace.c
2478
2479 BLOCK2MTD DRIVER
2480 M: Joern Engel <joern@lazybastard.org>
2481 L: linux-mtd@lists.infradead.org
2482 S: Maintained
2483 F: drivers/mtd/devices/block2mtd.c
2484
2485 BLUETOOTH DRIVERS
2486 M: Marcel Holtmann <marcel@holtmann.org>
2487 M: Gustavo Padovan <gustavo@padovan.org>
2488 M: Johan Hedberg <johan.hedberg@gmail.com>
2489 L: linux-bluetooth@vger.kernel.org
2490 W: http://www.bluez.org/
2491 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2492 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2493 S: Maintained
2494 F: drivers/bluetooth/
2495
2496 BLUETOOTH SUBSYSTEM
2497 M: Marcel Holtmann <marcel@holtmann.org>
2498 M: Gustavo Padovan <gustavo@padovan.org>
2499 M: Johan Hedberg <johan.hedberg@gmail.com>
2500 L: linux-bluetooth@vger.kernel.org
2501 W: http://www.bluez.org/
2502 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2503 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2504 S: Maintained
2505 F: net/bluetooth/
2506 F: include/net/bluetooth/
2507
2508 BONDING DRIVER
2509 M: Jay Vosburgh <j.vosburgh@gmail.com>
2510 M: Veaceslav Falico <vfalico@gmail.com>
2511 M: Andy Gospodarek <andy@greyhouse.net>
2512 L: netdev@vger.kernel.org
2513 W: http://sourceforge.net/projects/bonding/
2514 S: Supported
2515 F: drivers/net/bonding/
2516 F: include/uapi/linux/if_bonding.h
2517
2518 BPF (Safe dynamic programs and tools)
2519 M: Alexei Starovoitov <ast@kernel.org>
2520 L: netdev@vger.kernel.org
2521 L: linux-kernel@vger.kernel.org
2522 S: Supported
2523 F: kernel/bpf/
2524
2525 BROADCOM B44 10/100 ETHERNET DRIVER
2526 M: Michael Chan <michael.chan@broadcom.com>
2527 L: netdev@vger.kernel.org
2528 S: Supported
2529 F: drivers/net/ethernet/broadcom/b44.*
2530
2531 BROADCOM B53 ETHERNET SWITCH DRIVER
2532 M: Florian Fainelli <f.fainelli@gmail.com>
2533 L: netdev@vger.kernel.org
2534 L: openwrt-devel@lists.openwrt.org (subscribers-only)
2535 S: Supported
2536 F: drivers/net/dsa/b53/*
2537 F: include/linux/platform_data/b53.h
2538
2539 BROADCOM GENET ETHERNET DRIVER
2540 M: Florian Fainelli <f.fainelli@gmail.com>
2541 L: netdev@vger.kernel.org
2542 S: Supported
2543 F: drivers/net/ethernet/broadcom/genet/
2544
2545 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2546 M: Sony Chacko <sony.chacko@qlogic.com>
2547 M: Dept-HSGLinuxNICDev@qlogic.com
2548 L: netdev@vger.kernel.org
2549 S: Supported
2550 F: drivers/net/ethernet/broadcom/bnx2.*
2551 F: drivers/net/ethernet/broadcom/bnx2_*
2552
2553 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2554 M: Ariel Elior <ariel.elior@qlogic.com>
2555 L: netdev@vger.kernel.org
2556 S: Supported
2557 F: drivers/net/ethernet/broadcom/bnx2x/
2558
2559 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2560 M: Florian Fainelli <f.fainelli@gmail.com>
2561 M: Ray Jui <rjui@broadcom.com>
2562 M: Scott Branden <sbranden@broadcom.com>
2563 M: bcm-kernel-feedback-list@broadcom.com
2564 T: git git://github.com/broadcom/mach-bcm
2565 S: Maintained
2566 N: bcm281*
2567 N: bcm113*
2568 N: bcm216*
2569 N: kona
2570 F: arch/arm/mach-bcm/
2571
2572 BROADCOM BCM2835 ARM ARCHITECTURE
2573 M: Stephen Warren <swarren@wwwdotorg.org>
2574 M: Lee Jones <lee@kernel.org>
2575 M: Eric Anholt <eric@anholt.net>
2576 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2577 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2578 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2579 S: Maintained
2580 N: bcm2835
2581
2582 BROADCOM BCM47XX MIPS ARCHITECTURE
2583 M: Hauke Mehrtens <hauke@hauke-m.de>
2584 M: Rafał Miłecki <zajec5@gmail.com>
2585 L: linux-mips@linux-mips.org
2586 S: Maintained
2587 F: Documentation/devicetree/bindings/mips/brcm/
2588 F: arch/mips/bcm47xx/*
2589 F: arch/mips/include/asm/mach-bcm47xx/*
2590
2591 BROADCOM BCM5301X ARM ARCHITECTURE
2592 M: Hauke Mehrtens <hauke@hauke-m.de>
2593 M: Rafał Miłecki <zajec5@gmail.com>
2594 M: bcm-kernel-feedback-list@broadcom.com
2595 L: linux-arm-kernel@lists.infradead.org
2596 S: Maintained
2597 F: arch/arm/mach-bcm/bcm_5301x.c
2598 F: arch/arm/boot/dts/bcm5301x*.dtsi
2599 F: arch/arm/boot/dts/bcm470*
2600
2601 BROADCOM BCM63XX ARM ARCHITECTURE
2602 M: Florian Fainelli <f.fainelli@gmail.com>
2603 M: bcm-kernel-feedback-list@broadcom.com
2604 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2605 T: git git://github.com/broadcom/stblinux.git
2606 S: Maintained
2607 N: bcm63xx
2608
2609 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2610 M: Kevin Cernekee <cernekee@gmail.com>
2611 L: linux-usb@vger.kernel.org
2612 S: Maintained
2613 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2614
2615 BROADCOM BCM7XXX ARM ARCHITECTURE
2616 M: Brian Norris <computersforpeace@gmail.com>
2617 M: Gregory Fong <gregory.0xf0@gmail.com>
2618 M: Florian Fainelli <f.fainelli@gmail.com>
2619 M: bcm-kernel-feedback-list@broadcom.com
2620 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2621 T: git git://github.com/broadcom/stblinux.git
2622 S: Maintained
2623 F: arch/arm/mach-bcm/*brcmstb*
2624 F: arch/arm/boot/dts/bcm7*.dts*
2625 F: drivers/bus/brcmstb_gisb.c
2626 N: brcmstb
2627
2628 BROADCOM BMIPS MIPS ARCHITECTURE
2629 M: Kevin Cernekee <cernekee@gmail.com>
2630 M: Florian Fainelli <f.fainelli@gmail.com>
2631 L: linux-mips@linux-mips.org
2632 T: git git://github.com/broadcom/stblinux.git
2633 S: Maintained
2634 F: arch/mips/bmips/*
2635 F: arch/mips/include/asm/mach-bmips/*
2636 F: arch/mips/kernel/*bmips*
2637 F: arch/mips/boot/dts/brcm/bcm*.dts*
2638 F: drivers/irqchip/irq-bcm63*
2639 F: drivers/irqchip/irq-bcm7*
2640 F: drivers/irqchip/irq-brcmstb*
2641 F: include/linux/bcm963xx_nvram.h
2642 F: include/linux/bcm963xx_tag.h
2643
2644 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2645 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2646 M: Prashant Sreedharan <prashant@broadcom.com>
2647 M: Michael Chan <mchan@broadcom.com>
2648 L: netdev@vger.kernel.org
2649 S: Supported
2650 F: drivers/net/ethernet/broadcom/tg3.*
2651
2652 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2653 M: Arend van Spriel <arend.vanspriel@broadcom.com>
2654 M: Franky Lin <franky.lin@broadcom.com>
2655 M: Hante Meuleman <hante.meuleman@broadcom.com>
2656 L: linux-wireless@vger.kernel.org
2657 L: brcm80211-dev-list.pdl@broadcom.com
2658 S: Supported
2659 F: drivers/net/wireless/broadcom/brcm80211/
2660
2661 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2662 M: QLogic-Storage-Upstream@qlogic.com
2663 L: linux-scsi@vger.kernel.org
2664 S: Supported
2665 F: drivers/scsi/bnx2fc/
2666
2667 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2668 M: QLogic-Storage-Upstream@qlogic.com
2669 L: linux-scsi@vger.kernel.org
2670 S: Supported
2671 F: drivers/scsi/bnx2i/
2672
2673 BROADCOM IPROC ARM ARCHITECTURE
2674 M: Ray Jui <rjui@broadcom.com>
2675 M: Scott Branden <sbranden@broadcom.com>
2676 M: Jon Mason <jonmason@broadcom.com>
2677 M: bcm-kernel-feedback-list@broadcom.com
2678 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2679 T: git git://github.com/broadcom/cygnus-linux.git
2680 S: Maintained
2681 N: iproc
2682 N: cygnus
2683 N: bcm[-_]nsp
2684 N: bcm9113*
2685 N: bcm9583*
2686 N: bcm9585*
2687 N: bcm9586*
2688 N: bcm988312
2689 N: bcm113*
2690 N: bcm583*
2691 N: bcm585*
2692 N: bcm586*
2693 N: bcm88312
2694 F: arch/arm64/boot/dts/broadcom/ns2*
2695 F: drivers/clk/bcm/clk-ns*
2696 F: drivers/pinctrl/bcm/pinctrl-ns*
2697
2698 BROADCOM BRCMSTB GPIO DRIVER
2699 M: Gregory Fong <gregory.0xf0@gmail.com>
2700 L: bcm-kernel-feedback-list@broadcom.com
2701 S: Supported
2702 F: drivers/gpio/gpio-brcmstb.c
2703 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2704
2705 BROADCOM KONA GPIO DRIVER
2706 M: Ray Jui <rjui@broadcom.com>
2707 L: bcm-kernel-feedback-list@broadcom.com
2708 S: Supported
2709 F: drivers/gpio/gpio-bcm-kona.c
2710 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2711
2712 BROADCOM NVRAM DRIVER
2713 M: Rafał Miłecki <zajec5@gmail.com>
2714 L: linux-mips@linux-mips.org
2715 S: Maintained
2716 F: drivers/firmware/broadcom/*
2717
2718 BROADCOM STB NAND FLASH DRIVER
2719 M: Brian Norris <computersforpeace@gmail.com>
2720 M: Kamal Dasu <kdasu.kdev@gmail.com>
2721 L: linux-mtd@lists.infradead.org
2722 L: bcm-kernel-feedback-list@broadcom.com
2723 S: Maintained
2724 F: drivers/mtd/nand/brcmnand/
2725
2726 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2727 M: Rafał Miłecki <zajec5@gmail.com>
2728 L: linux-wireless@vger.kernel.org
2729 S: Maintained
2730 F: drivers/bcma/
2731 F: include/linux/bcma/
2732
2733 BROADCOM SYSTEMPORT ETHERNET DRIVER
2734 M: Florian Fainelli <f.fainelli@gmail.com>
2735 L: netdev@vger.kernel.org
2736 S: Supported
2737 F: drivers/net/ethernet/broadcom/bcmsysport.*
2738
2739 BROADCOM VULCAN ARM64 SOC
2740 M: Jayachandran C. <jchandra@broadcom.com>
2741 M: bcm-kernel-feedback-list@broadcom.com
2742 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2743 S: Maintained
2744 F: arch/arm64/boot/dts/broadcom/vulcan*
2745
2746 BROCADE BFA FC SCSI DRIVER
2747 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2748 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2749 L: linux-scsi@vger.kernel.org
2750 S: Supported
2751 F: drivers/scsi/bfa/
2752
2753 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2754 M: Rasesh Mody <rasesh.mody@qlogic.com>
2755 L: netdev@vger.kernel.org
2756 S: Supported
2757 F: drivers/net/ethernet/brocade/bna/
2758
2759 BSG (block layer generic sg v4 driver)
2760 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2761 L: linux-scsi@vger.kernel.org
2762 S: Supported
2763 F: block/bsg.c
2764 F: include/linux/bsg.h
2765 F: include/uapi/linux/bsg.h
2766
2767 BT87X AUDIO DRIVER
2768 M: Clemens Ladisch <clemens@ladisch.de>
2769 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2770 T: git git://git.alsa-project.org/alsa-kernel.git
2771 S: Maintained
2772 F: Documentation/sound/alsa/Bt87x.txt
2773 F: sound/pci/bt87x.c
2774
2775 BT8XXGPIO DRIVER
2776 M: Michael Buesch <m@bues.ch>
2777 W: http://bu3sch.de/btgpio.php
2778 S: Maintained
2779 F: drivers/gpio/gpio-bt8xx.c
2780
2781 BTRFS FILE SYSTEM
2782 M: Chris Mason <clm@fb.com>
2783 M: Josef Bacik <jbacik@fb.com>
2784 M: David Sterba <dsterba@suse.com>
2785 L: linux-btrfs@vger.kernel.org
2786 W: http://btrfs.wiki.kernel.org/
2787 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2788 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2789 S: Maintained
2790 F: Documentation/filesystems/btrfs.txt
2791 F: fs/btrfs/
2792
2793 BTTV VIDEO4LINUX DRIVER
2794 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2795 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2796 L: linux-media@vger.kernel.org
2797 W: https://linuxtv.org
2798 T: git git://linuxtv.org/media_tree.git
2799 S: Odd fixes
2800 F: Documentation/video4linux/bttv/
2801 F: drivers/media/pci/bt8xx/bttv*
2802
2803 BUSLOGIC SCSI DRIVER
2804 M: Khalid Aziz <khalid@gonehiking.org>
2805 L: linux-scsi@vger.kernel.org
2806 S: Maintained
2807 F: drivers/scsi/BusLogic.*
2808 F: drivers/scsi/FlashPoint.*
2809
2810 C-MEDIA CMI8788 DRIVER
2811 M: Clemens Ladisch <clemens@ladisch.de>
2812 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2813 T: git git://git.alsa-project.org/alsa-kernel.git
2814 S: Maintained
2815 F: sound/pci/oxygen/
2816
2817 C6X ARCHITECTURE
2818 M: Mark Salter <msalter@redhat.com>
2819 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2820 L: linux-c6x-dev@linux-c6x.org
2821 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2822 S: Maintained
2823 F: arch/c6x/
2824
2825 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2826 M: David Howells <dhowells@redhat.com>
2827 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2828 S: Supported
2829 F: Documentation/filesystems/caching/cachefiles.txt
2830 F: fs/cachefiles/
2831
2832 CADET FM/AM RADIO RECEIVER DRIVER
2833 M: Hans Verkuil <hverkuil@xs4all.nl>
2834 L: linux-media@vger.kernel.org
2835 T: git git://linuxtv.org/media_tree.git
2836 W: https://linuxtv.org
2837 S: Maintained
2838 F: drivers/media/radio/radio-cadet*
2839
2840 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2841 M: Jonathan Corbet <corbet@lwn.net>
2842 L: linux-media@vger.kernel.org
2843 T: git git://linuxtv.org/media_tree.git
2844 S: Maintained
2845 F: Documentation/video4linux/cafe_ccic
2846 F: drivers/media/platform/marvell-ccic/
2847
2848 CAIF NETWORK LAYER
2849 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2850 L: netdev@vger.kernel.org
2851 S: Supported
2852 F: Documentation/networking/caif/
2853 F: drivers/net/caif/
2854 F: include/uapi/linux/caif/
2855 F: include/net/caif/
2856 F: net/caif/
2857
2858 CALGARY x86-64 IOMMU
2859 M: Muli Ben-Yehuda <mulix@mulix.org>
2860 M: Jon Mason <jdmason@kudzu.us>
2861 L: iommu@lists.linux-foundation.org
2862 S: Maintained
2863 F: arch/x86/kernel/pci-calgary_64.c
2864 F: arch/x86/kernel/tce_64.c
2865 F: arch/x86/include/asm/calgary.h
2866 F: arch/x86/include/asm/tce.h
2867
2868 CAN NETWORK LAYER
2869 M: Oliver Hartkopp <socketcan@hartkopp.net>
2870 M: Marc Kleine-Budde <mkl@pengutronix.de>
2871 L: linux-can@vger.kernel.org
2872 W: https://github.com/linux-can
2873 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2874 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2875 S: Maintained
2876 F: Documentation/networking/can.txt
2877 F: net/can/
2878 F: include/linux/can/core.h
2879 F: include/uapi/linux/can.h
2880 F: include/uapi/linux/can/bcm.h
2881 F: include/uapi/linux/can/raw.h
2882 F: include/uapi/linux/can/gw.h
2883
2884 CAN NETWORK DRIVERS
2885 M: Wolfgang Grandegger <wg@grandegger.com>
2886 M: Marc Kleine-Budde <mkl@pengutronix.de>
2887 L: linux-can@vger.kernel.org
2888 W: https://github.com/linux-can
2889 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2890 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2891 S: Maintained
2892 F: Documentation/devicetree/bindings/net/can/
2893 F: drivers/net/can/
2894 F: include/linux/can/dev.h
2895 F: include/linux/can/platform/
2896 F: include/uapi/linux/can/error.h
2897 F: include/uapi/linux/can/netlink.h
2898
2899 CAPABILITIES
2900 M: Serge Hallyn <serge@hallyn.com>
2901 L: linux-security-module@vger.kernel.org
2902 S: Supported
2903 F: include/linux/capability.h
2904 F: include/uapi/linux/capability.h
2905 F: security/commoncap.c
2906 F: kernel/capability.c
2907
2908 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2909 M: Kevin Tsai <ktsai@capellamicro.com>
2910 S: Maintained
2911 F: drivers/iio/light/cm*
2912 F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2913
2914 CAVIUM LIQUIDIO NETWORK DRIVER
2915 M: Derek Chickles <derek.chickles@caviumnetworks.com>
2916 M: Satanand Burla <satananda.burla@caviumnetworks.com>
2917 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2918 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2919 L: netdev@vger.kernel.org
2920 W: http://www.cavium.com
2921 S: Supported
2922 F: drivers/net/ethernet/cavium/liquidio/
2923
2924 CC2520 IEEE-802.15.4 RADIO DRIVER
2925 M: Varka Bhadram <varkabhadram@gmail.com>
2926 L: linux-wpan@vger.kernel.org
2927 S: Maintained
2928 F: drivers/net/ieee802154/cc2520.c
2929 F: include/linux/spi/cc2520.h
2930 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2931
2932 CEC DRIVER
2933 M: Hans Verkuil <hans.verkuil@cisco.com>
2934 L: linux-media@vger.kernel.org
2935 T: git git://linuxtv.org/media_tree.git
2936 W: http://linuxtv.org
2937 S: Supported
2938 F: Documentation/cec.txt
2939 F: Documentation/DocBook/media/v4l/cec*
2940 F: drivers/staging/media/cec/
2941 F: drivers/media/cec-edid.c
2942 F: drivers/media/rc/keymaps/rc-cec.c
2943 F: include/media/cec.h
2944 F: include/media/cec-edid.h
2945 F: include/linux/cec.h
2946 F: include/linux/cec-funcs.h
2947
2948 CELL BROADBAND ENGINE ARCHITECTURE
2949 M: Arnd Bergmann <arnd@arndb.de>
2950 L: linuxppc-dev@lists.ozlabs.org
2951 W: http://www.ibm.com/developerworks/power/cell/
2952 S: Supported
2953 F: arch/powerpc/include/asm/cell*.h
2954 F: arch/powerpc/include/asm/spu*.h
2955 F: arch/powerpc/include/uapi/asm/spu*.h
2956 F: arch/powerpc/oprofile/*cell*
2957 F: arch/powerpc/platforms/cell/
2958
2959 CEPH COMMON CODE (LIBCEPH)
2960 M: Ilya Dryomov <idryomov@gmail.com>
2961 M: "Yan, Zheng" <zyan@redhat.com>
2962 M: Sage Weil <sage@redhat.com>
2963 L: ceph-devel@vger.kernel.org
2964 W: http://ceph.com/
2965 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2966 T: git git://github.com/ceph/ceph-client.git
2967 S: Supported
2968 F: net/ceph/
2969 F: include/linux/ceph/
2970 F: include/linux/crush/
2971
2972 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2973 M: "Yan, Zheng" <zyan@redhat.com>
2974 M: Sage Weil <sage@redhat.com>
2975 M: Ilya Dryomov <idryomov@gmail.com>
2976 L: ceph-devel@vger.kernel.org
2977 W: http://ceph.com/
2978 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2979 T: git git://github.com/ceph/ceph-client.git
2980 S: Supported
2981 F: Documentation/filesystems/ceph.txt
2982 F: fs/ceph/
2983
2984 CERTIFICATE HANDLING:
2985 M: David Howells <dhowells@redhat.com>
2986 M: David Woodhouse <dwmw2@infradead.org>
2987 L: keyrings@vger.kernel.org
2988 S: Maintained
2989 F: Documentation/module-signing.txt
2990 F: certs/
2991 F: scripts/sign-file.c
2992 F: scripts/extract-cert.c
2993
2994 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2995 L: linux-usb@vger.kernel.org
2996 S: Orphan
2997 F: Documentation/usb/WUSB-Design-overview.txt
2998 F: Documentation/usb/wusb-cbaf
2999 F: drivers/usb/host/hwa-hc.c
3000 F: drivers/usb/host/whci/
3001 F: drivers/usb/wusbcore/
3002 F: include/linux/usb/wusb*
3003
3004 CFAG12864B LCD DRIVER
3005 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3006 W: http://miguelojeda.es/auxdisplay.htm
3007 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3008 S: Maintained
3009 F: drivers/auxdisplay/cfag12864b.c
3010 F: include/linux/cfag12864b.h
3011
3012 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3013 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3014 W: http://miguelojeda.es/auxdisplay.htm
3015 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3016 S: Maintained
3017 F: drivers/auxdisplay/cfag12864bfb.c
3018 F: include/linux/cfag12864b.h
3019
3020 CFG80211 and NL80211
3021 M: Johannes Berg <johannes@sipsolutions.net>
3022 L: linux-wireless@vger.kernel.org
3023 W: http://wireless.kernel.org/
3024 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3025 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3026 S: Maintained
3027 F: include/uapi/linux/nl80211.h
3028 F: include/net/cfg80211.h
3029 F: net/wireless/*
3030 X: net/wireless/wext*
3031
3032 CHAR and MISC DRIVERS
3033 M: Arnd Bergmann <arnd@arndb.de>
3034 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3035 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3036 S: Supported
3037 F: drivers/char/*
3038 F: drivers/misc/*
3039 F: include/linux/miscdevice.h
3040
3041 CHECKPATCH
3042 M: Andy Whitcroft <apw@canonical.com>
3043 M: Joe Perches <joe@perches.com>
3044 S: Maintained
3045 F: scripts/checkpatch.pl
3046
3047 CHINESE DOCUMENTATION
3048 M: Harry Wei <harryxiyou@gmail.com>
3049 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3050 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
3051 S: Maintained
3052 F: Documentation/zh_CN/
3053
3054 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3055 M: Peter Chen <Peter.Chen@nxp.com>
3056 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3057 L: linux-usb@vger.kernel.org
3058 S: Maintained
3059 F: drivers/usb/chipidea/
3060
3061 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3062 M: Hans de Goede <hdegoede@redhat.com>
3063 L: linux-input@vger.kernel.org
3064 S: Maintained
3065 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3066 F: drivers/input/touchscreen/chipone_icn8318.c
3067
3068 CHROME HARDWARE PLATFORM SUPPORT
3069 M: Olof Johansson <olof@lixom.net>
3070 S: Maintained
3071 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3072 F: drivers/platform/chrome/
3073
3074 CISCO VIC ETHERNET NIC DRIVER
3075 M: Christian Benvenuti <benve@cisco.com>
3076 M: Sujith Sankar <ssujith@cisco.com>
3077 M: Govindarajulu Varadarajan <_govind@gmx.com>
3078 M: Neel Patel <neepatel@cisco.com>
3079 S: Supported
3080 F: drivers/net/ethernet/cisco/enic/
3081
3082 CISCO VIC LOW LATENCY NIC DRIVER
3083 M: Christian Benvenuti <benve@cisco.com>
3084 M: Dave Goodell <dgoodell@cisco.com>
3085 S: Supported
3086 F: drivers/infiniband/hw/usnic/
3087
3088 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3089 M: Hartley Sweeten <hsweeten@visionengravers.com>
3090 L: netdev@vger.kernel.org
3091 S: Maintained
3092 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3093
3094 CIRRUS LOGIC AUDIO CODEC DRIVERS
3095 M: Brian Austin <brian.austin@cirrus.com>
3096 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3097 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3098 S: Maintained
3099 F: sound/soc/codecs/cs*
3100
3101 CLEANCACHE API
3102 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3103 L: linux-kernel@vger.kernel.org
3104 S: Maintained
3105 F: mm/cleancache.c
3106 F: include/linux/cleancache.h
3107
3108 CLK API
3109 M: Russell King <linux@armlinux.org.uk>
3110 L: linux-clk@vger.kernel.org
3111 S: Maintained
3112 F: include/linux/clk.h
3113
3114 CLOCKSOURCE, CLOCKEVENT DRIVERS
3115 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3116 M: Thomas Gleixner <tglx@linutronix.de>
3117 L: linux-kernel@vger.kernel.org
3118 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3119 S: Supported
3120 F: drivers/clocksource
3121
3122 CISCO FCOE HBA DRIVER
3123 M: Hiral Patel <hiralpat@cisco.com>
3124 M: Suma Ramars <sramars@cisco.com>
3125 M: Brian Uchino <buchino@cisco.com>
3126 L: linux-scsi@vger.kernel.org
3127 S: Supported
3128 F: drivers/scsi/fnic/
3129
3130 CISCO SCSI HBA DRIVER
3131 M: Narsimhulu Musini <nmusini@cisco.com>
3132 M: Sesidhar Baddela <sebaddel@cisco.com>
3133 L: linux-scsi@vger.kernel.org
3134 S: Supported
3135 F: drivers/scsi/snic/
3136
3137 CMPC ACPI DRIVER
3138 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3139 M: Daniel Oliveira Nascimento <don@syst.com.br>
3140 L: platform-driver-x86@vger.kernel.org
3141 S: Supported
3142 F: drivers/platform/x86/classmate-laptop.c
3143
3144 COBALT MEDIA DRIVER
3145 M: Hans Verkuil <hans.verkuil@cisco.com>
3146 L: linux-media@vger.kernel.org
3147 T: git git://linuxtv.org/media_tree.git
3148 W: https://linuxtv.org
3149 S: Supported
3150 F: drivers/media/pci/cobalt/
3151
3152 COCCINELLE/Semantic Patches (SmPL)
3153 M: Julia Lawall <Julia.Lawall@lip6.fr>
3154 M: Gilles Muller <Gilles.Muller@lip6.fr>
3155 M: Nicolas Palix <nicolas.palix@imag.fr>
3156 M: Michal Marek <mmarek@suse.com>
3157 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3158 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3159 W: http://coccinelle.lip6.fr/
3160 S: Supported
3161 F: Documentation/coccinelle.txt
3162 F: scripts/coccinelle/
3163 F: scripts/coccicheck
3164
3165 CODA FILE SYSTEM
3166 M: Jan Harkes <jaharkes@cs.cmu.edu>
3167 M: coda@cs.cmu.edu
3168 L: codalist@coda.cs.cmu.edu
3169 W: http://www.coda.cs.cmu.edu/
3170 S: Maintained
3171 F: Documentation/filesystems/coda.txt
3172 F: fs/coda/
3173 F: include/linux/coda*.h
3174 F: include/uapi/linux/coda*.h
3175
3176 CODA V4L2 MEM2MEM DRIVER
3177 M: Philipp Zabel <p.zabel@pengutronix.de>
3178 L: linux-media@vger.kernel.org
3179 S: Maintained
3180 F: Documentation/devicetree/bindings/media/coda.txt
3181 F: drivers/media/platform/coda/
3182
3183 COMMON CLK FRAMEWORK
3184 M: Michael Turquette <mturquette@baylibre.com>
3185 M: Stephen Boyd <sboyd@codeaurora.org>
3186 L: linux-clk@vger.kernel.org
3187 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3188 S: Maintained
3189 F: Documentation/devicetree/bindings/clock/
3190 F: drivers/clk/
3191 X: drivers/clk/clkdev.c
3192 F: include/linux/clk-pr*
3193 F: include/linux/clk/
3194
3195 COMMON INTERNET FILE SYSTEM (CIFS)
3196 M: Steve French <sfrench@samba.org>
3197 L: linux-cifs@vger.kernel.org
3198 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3199 W: http://linux-cifs.samba.org/
3200 T: git git://git.samba.org/sfrench/cifs-2.6.git
3201 S: Supported
3202 F: Documentation/filesystems/cifs/
3203 F: fs/cifs/
3204
3205 COMPACTPCI HOTPLUG CORE
3206 M: Scott Murray <scott@spiteful.org>
3207 L: linux-pci@vger.kernel.org
3208 S: Maintained
3209 F: drivers/pci/hotplug/cpci_hotplug*
3210
3211 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3212 M: Scott Murray <scott@spiteful.org>
3213 L: linux-pci@vger.kernel.org
3214 S: Maintained
3215 F: drivers/pci/hotplug/cpcihp_zt5550.*
3216
3217 COMPACTPCI HOTPLUG GENERIC DRIVER
3218 M: Scott Murray <scott@spiteful.org>
3219 L: linux-pci@vger.kernel.org
3220 S: Maintained
3221 F: drivers/pci/hotplug/cpcihp_generic.c
3222
3223 COMPAL LAPTOP SUPPORT
3224 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3225 L: platform-driver-x86@vger.kernel.org
3226 S: Maintained
3227 F: drivers/platform/x86/compal-laptop.c
3228
3229 CONEXANT ACCESSRUNNER USB DRIVER
3230 L: accessrunner-general@lists.sourceforge.net
3231 W: http://accessrunner.sourceforge.net/
3232 S: Orphan
3233 F: drivers/usb/atm/cxacru.c
3234
3235 CONFIGFS
3236 M: Joel Becker <jlbec@evilplan.org>
3237 M: Christoph Hellwig <hch@lst.de>
3238 T: git git://git.infradead.org/users/hch/configfs.git
3239 S: Supported
3240 F: fs/configfs/
3241 F: include/linux/configfs.h
3242
3243 CONNECTOR
3244 M: Evgeniy Polyakov <zbr@ioremap.net>
3245 L: netdev@vger.kernel.org
3246 S: Maintained
3247 F: drivers/connector/
3248
3249 CONTROL GROUP (CGROUP)
3250 M: Tejun Heo <tj@kernel.org>
3251 M: Li Zefan <lizefan@huawei.com>
3252 M: Johannes Weiner <hannes@cmpxchg.org>
3253 L: cgroups@vger.kernel.org
3254 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3255 S: Maintained
3256 F: Documentation/cgroup*
3257 F: include/linux/cgroup*
3258 F: kernel/cgroup*
3259
3260 CONTROL GROUP - CPUSET
3261 M: Li Zefan <lizefan@huawei.com>
3262 L: cgroups@vger.kernel.org
3263 W: http://www.bullopensource.org/cpuset/
3264 W: http://oss.sgi.com/projects/cpusets/
3265 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3266 S: Maintained
3267 F: Documentation/cgroup-v1/cpusets.txt
3268 F: include/linux/cpuset.h
3269 F: kernel/cpuset.c
3270
3271 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3272 M: Johannes Weiner <hannes@cmpxchg.org>
3273 M: Michal Hocko <mhocko@kernel.org>
3274 M: Vladimir Davydov <vdavydov.dev@gmail.com>
3275 L: cgroups@vger.kernel.org
3276 L: linux-mm@kvack.org
3277 S: Maintained
3278 F: mm/memcontrol.c
3279 F: mm/swap_cgroup.c
3280
3281 CORETEMP HARDWARE MONITORING DRIVER
3282 M: Fenghua Yu <fenghua.yu@intel.com>
3283 L: linux-hwmon@vger.kernel.org
3284 S: Maintained
3285 F: Documentation/hwmon/coretemp
3286 F: drivers/hwmon/coretemp.c
3287
3288 COSA/SRP SYNC SERIAL DRIVER
3289 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3290 W: http://www.fi.muni.cz/~kas/cosa/
3291 S: Maintained
3292 F: drivers/net/wan/cosa*
3293
3294 CPMAC ETHERNET DRIVER
3295 M: Florian Fainelli <f.fainelli@gmail.com>
3296 L: netdev@vger.kernel.org
3297 S: Maintained
3298 F: drivers/net/ethernet/ti/cpmac.c
3299
3300 CPU FREQUENCY DRIVERS
3301 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3302 M: Viresh Kumar <viresh.kumar@linaro.org>
3303 L: linux-pm@vger.kernel.org
3304 S: Maintained
3305 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3306 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3307 F: drivers/cpufreq/
3308 F: include/linux/cpufreq.h
3309
3310 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3311 M: Viresh Kumar <viresh.kumar@linaro.org>
3312 M: Sudeep Holla <sudeep.holla@arm.com>
3313 L: linux-pm@vger.kernel.org
3314 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3315 S: Maintained
3316 F: drivers/cpufreq/arm_big_little.h
3317 F: drivers/cpufreq/arm_big_little.c
3318 F: drivers/cpufreq/arm_big_little_dt.c
3319
3320 CPUIDLE DRIVER - ARM BIG LITTLE
3321 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3322 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3323 L: linux-pm@vger.kernel.org
3324 L: linux-arm-kernel@lists.infradead.org
3325 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3326 S: Maintained
3327 F: drivers/cpuidle/cpuidle-big_little.c
3328
3329 CPUIDLE DRIVER - ARM EXYNOS
3330 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3331 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3332 M: Kukjin Kim <kgene@kernel.org>
3333 L: linux-pm@vger.kernel.org
3334 L: linux-samsung-soc@vger.kernel.org
3335 S: Supported
3336 F: drivers/cpuidle/cpuidle-exynos.c
3337 F: arch/arm/mach-exynos/pm.c
3338
3339 CPUIDLE DRIVERS
3340 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3341 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3342 L: linux-pm@vger.kernel.org
3343 S: Maintained
3344 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3345 F: drivers/cpuidle/*
3346 F: include/linux/cpuidle.h
3347
3348 CPUID/MSR DRIVER
3349 M: "H. Peter Anvin" <hpa@zytor.com>
3350 S: Maintained
3351 F: arch/x86/kernel/cpuid.c
3352 F: arch/x86/kernel/msr.c
3353
3354 CPU POWER MONITORING SUBSYSTEM
3355 M: Thomas Renninger <trenn@suse.com>
3356 L: linux-pm@vger.kernel.org
3357 S: Maintained
3358 F: tools/power/cpupower/
3359
3360 CRAMFS FILESYSTEM
3361 W: http://sourceforge.net/projects/cramfs/
3362 S: Orphan / Obsolete
3363 F: Documentation/filesystems/cramfs.txt
3364 F: fs/cramfs/
3365
3366 CRIS PORT
3367 M: Mikael Starvik <starvik@axis.com>
3368 M: Jesper Nilsson <jesper.nilsson@axis.com>
3369 L: linux-cris-kernel@axis.com
3370 W: http://developer.axis.com
3371 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3372 S: Maintained
3373 F: arch/cris/
3374 F: drivers/tty/serial/crisv10.*
3375
3376 CRYPTO API
3377 M: Herbert Xu <herbert@gondor.apana.org.au>
3378 M: "David S. Miller" <davem@davemloft.net>
3379 L: linux-crypto@vger.kernel.org
3380 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3381 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3382 S: Maintained
3383 F: Documentation/crypto/
3384 F: Documentation/devicetree/bindings/crypto/
3385 F: Documentation/DocBook/crypto-API.tmpl
3386 F: arch/*/crypto/
3387 F: crypto/
3388 F: drivers/crypto/
3389 F: include/crypto/
3390
3391 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3392 M: Neil Horman <nhorman@tuxdriver.com>
3393 L: linux-crypto@vger.kernel.org
3394 S: Maintained
3395 F: crypto/ansi_cprng.c
3396 F: crypto/rng.c
3397
3398 CS3308 MEDIA DRIVER
3399 M: Hans Verkuil <hverkuil@xs4all.nl>
3400 L: linux-media@vger.kernel.org
3401 T: git git://linuxtv.org/media_tree.git
3402 W: http://linuxtv.org
3403 S: Odd Fixes
3404 F: drivers/media/i2c/cs3308.c
3405 F: drivers/media/i2c/cs3308.h
3406
3407 CS5535 Audio ALSA driver
3408 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3409 S: Maintained
3410 F: sound/pci/cs5535audio/
3411
3412 CW1200 WLAN driver
3413 M: Solomon Peachy <pizza@shaftnet.org>
3414 S: Maintained
3415 F: drivers/net/wireless/st/cw1200/
3416
3417 CX18 VIDEO4LINUX DRIVER
3418 M: Andy Walls <awalls@md.metrocast.net>
3419 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3420 L: linux-media@vger.kernel.org
3421 T: git git://linuxtv.org/media_tree.git
3422 W: https://linuxtv.org
3423 W: http://www.ivtvdriver.org/index.php/Cx18
3424 S: Maintained
3425 F: Documentation/video4linux/cx18.txt
3426 F: drivers/media/pci/cx18/
3427 F: include/uapi/linux/ivtv*
3428
3429 CX2341X MPEG ENCODER HELPER MODULE
3430 M: Hans Verkuil <hverkuil@xs4all.nl>
3431 L: linux-media@vger.kernel.org
3432 T: git git://linuxtv.org/media_tree.git
3433 W: https://linuxtv.org
3434 S: Maintained
3435 F: drivers/media/common/cx2341x*
3436 F: include/media/cx2341x*
3437
3438 CX24120 MEDIA DRIVER
3439 M: Jemma Denson <jdenson@gmail.com>
3440 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3441 L: linux-media@vger.kernel.org
3442 W: https://linuxtv.org
3443 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3444 S: Maintained
3445 F: drivers/media/dvb-frontends/cx24120*
3446
3447 CX88 VIDEO4LINUX DRIVER
3448 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3449 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3450 L: linux-media@vger.kernel.org
3451 W: https://linuxtv.org
3452 T: git git://linuxtv.org/media_tree.git
3453 S: Odd fixes
3454 F: Documentation/video4linux/cx88/
3455 F: drivers/media/pci/cx88/
3456
3457 CXD2820R MEDIA DRIVER
3458 M: Antti Palosaari <crope@iki.fi>
3459 L: linux-media@vger.kernel.org
3460 W: https://linuxtv.org
3461 W: http://palosaari.fi/linux/
3462 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3463 T: git git://linuxtv.org/anttip/media_tree.git
3464 S: Maintained
3465 F: drivers/media/dvb-frontends/cxd2820r*
3466
3467 CXGB3 ETHERNET DRIVER (CXGB3)
3468 M: Santosh Raspatur <santosh@chelsio.com>
3469 L: netdev@vger.kernel.org
3470 W: http://www.chelsio.com
3471 S: Supported
3472 F: drivers/net/ethernet/chelsio/cxgb3/
3473
3474 CXGB3 ISCSI DRIVER (CXGB3I)
3475 M: Karen Xie <kxie@chelsio.com>
3476 L: linux-scsi@vger.kernel.org
3477 W: http://www.chelsio.com
3478 S: Supported
3479 F: drivers/scsi/cxgbi/cxgb3i
3480
3481 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3482 M: Steve Wise <swise@chelsio.com>
3483 L: linux-rdma@vger.kernel.org
3484 W: http://www.openfabrics.org
3485 S: Supported
3486 F: drivers/infiniband/hw/cxgb3/
3487
3488 CXGB4 ETHERNET DRIVER (CXGB4)
3489 M: Hariprasad S <hariprasad@chelsio.com>
3490 L: netdev@vger.kernel.org
3491 W: http://www.chelsio.com
3492 S: Supported
3493 F: drivers/net/ethernet/chelsio/cxgb4/
3494
3495 CXGB4 ISCSI DRIVER (CXGB4I)
3496 M: Karen Xie <kxie@chelsio.com>
3497 L: linux-scsi@vger.kernel.org
3498 W: http://www.chelsio.com
3499 S: Supported
3500 F: drivers/scsi/cxgbi/cxgb4i
3501
3502 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3503 M: Steve Wise <swise@chelsio.com>
3504 L: linux-rdma@vger.kernel.org
3505 W: http://www.openfabrics.org
3506 S: Supported
3507 F: drivers/infiniband/hw/cxgb4/
3508
3509 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3510 M: Casey Leedom <leedom@chelsio.com>
3511 L: netdev@vger.kernel.org
3512 W: http://www.chelsio.com
3513 S: Supported
3514 F: drivers/net/ethernet/chelsio/cxgb4vf/
3515
3516 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3517 M: Ian Munsie <imunsie@au1.ibm.com>
3518 M: Michael Neuling <mikey@neuling.org>
3519 L: linuxppc-dev@lists.ozlabs.org
3520 S: Supported
3521 F: drivers/misc/cxl/
3522 F: include/misc/cxl*
3523 F: include/uapi/misc/cxl.h
3524 F: Documentation/powerpc/cxl.txt
3525 F: Documentation/powerpc/cxl.txt
3526 F: Documentation/ABI/testing/sysfs-class-cxl
3527
3528 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3529 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3530 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3531 M: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3532 L: linux-scsi@vger.kernel.org
3533 S: Supported
3534 F: drivers/scsi/cxlflash/
3535 F: include/uapi/scsi/cxlflash_ioctls.h
3536 F: Documentation/powerpc/cxlflash.txt
3537
3538 STMMAC ETHERNET DRIVER
3539 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3540 M: Alexandre Torgue <alexandre.torgue@st.com>
3541 L: netdev@vger.kernel.org
3542 W: http://www.stlinux.com
3543 S: Supported
3544 F: drivers/net/ethernet/stmicro/stmmac/
3545
3546 CYBERPRO FB DRIVER
3547 M: Russell King <linux@armlinux.org.uk>
3548 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3549 W: http://www.armlinux.org.uk/
3550 S: Maintained
3551 F: drivers/video/fbdev/cyber2000fb.*
3552
3553 CYCLADES ASYNC MUX DRIVER
3554 W: http://www.cyclades.com/
3555 S: Orphan
3556 F: drivers/tty/cyclades.c
3557 F: include/linux/cyclades.h
3558 F: include/uapi/linux/cyclades.h
3559
3560 CYCLADES PC300 DRIVER
3561 W: http://www.cyclades.com/
3562 S: Orphan
3563 F: drivers/net/wan/pc300*
3564
3565 CYPRESS_FIRMWARE MEDIA DRIVER
3566 M: Antti Palosaari <crope@iki.fi>
3567 L: linux-media@vger.kernel.org
3568 W: https://linuxtv.org
3569 W: http://palosaari.fi/linux/
3570 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3571 T: git git://linuxtv.org/anttip/media_tree.git
3572 S: Maintained
3573 F: drivers/media/common/cypress_firmware*
3574
3575 CYTTSP TOUCHSCREEN DRIVER
3576 M: Ferruh Yigit <fery@cypress.com>
3577 L: linux-input@vger.kernel.org
3578 S: Supported
3579 F: drivers/input/touchscreen/cyttsp*
3580 F: include/linux/input/cyttsp.h
3581
3582 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3583 M: Joshua Kinard <kumba@gentoo.org>
3584 S: Maintained
3585 F: drivers/rtc/rtc-ds1685.c
3586 F: include/linux/rtc/ds1685.h
3587
3588 DAMA SLAVE for AX.25
3589 M: Joerg Reuter <jreuter@yaina.de>
3590 W: http://yaina.de/jreuter/
3591 W: http://www.qsl.net/dl1bke/
3592 L: linux-hams@vger.kernel.org
3593 S: Maintained
3594 F: net/ax25/af_ax25.c
3595 F: net/ax25/ax25_dev.c
3596 F: net/ax25/ax25_ds_*
3597 F: net/ax25/ax25_in.c
3598 F: net/ax25/ax25_out.c
3599 F: net/ax25/ax25_timer.c
3600 F: net/ax25/sysctl_net_ax25.c
3601
3602 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3603 L: netdev@vger.kernel.org
3604 S: Orphan
3605 F: Documentation/networking/dmfe.txt
3606 F: drivers/net/ethernet/dec/tulip/dmfe.c
3607
3608 DC390/AM53C974 SCSI driver
3609 M: Hannes Reinecke <hare@suse.com>
3610 L: linux-scsi@vger.kernel.org
3611 S: Maintained
3612 F: drivers/scsi/am53c974.c
3613
3614 DC395x SCSI driver
3615 M: Oliver Neukum <oliver@neukum.org>
3616 M: Ali Akcaagac <aliakc@web.de>
3617 M: Jamie Lenehan <lenehan@twibble.org>
3618 L: dc395x@twibble.org
3619 W: http://twibble.org/dist/dc395x/
3620 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3621 S: Maintained
3622 F: Documentation/scsi/dc395x.txt
3623 F: drivers/scsi/dc395x.*
3624
3625 DCCP PROTOCOL
3626 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3627 L: dccp@vger.kernel.org
3628 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3629 S: Maintained
3630 F: include/linux/dccp.h
3631 F: include/uapi/linux/dccp.h
3632 F: include/linux/tfrc.h
3633 F: net/dccp/
3634
3635 DECnet NETWORK LAYER
3636 W: http://linux-decnet.sourceforge.net
3637 L: linux-decnet-user@lists.sourceforge.net
3638 S: Orphan
3639 F: Documentation/networking/decnet.txt
3640 F: net/decnet/
3641
3642 DECSTATION PLATFORM SUPPORT
3643 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3644 L: linux-mips@linux-mips.org
3645 W: http://www.linux-mips.org/wiki/DECstation
3646 S: Maintained
3647 F: arch/mips/dec/
3648 F: arch/mips/include/asm/dec/
3649 F: arch/mips/include/asm/mach-dec/
3650
3651 DEFXX FDDI NETWORK DRIVER
3652 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3653 S: Maintained
3654 F: drivers/net/fddi/defxx.*
3655
3656 DELL LAPTOP DRIVER
3657 M: Matthew Garrett <mjg59@srcf.ucam.org>
3658 M: Pali Rohár <pali.rohar@gmail.com>
3659 L: platform-driver-x86@vger.kernel.org
3660 S: Maintained
3661 F: drivers/platform/x86/dell-laptop.c
3662
3663 DELL LAPTOP RBTN DRIVER
3664 M: Pali Rohár <pali.rohar@gmail.com>
3665 S: Maintained
3666 F: drivers/platform/x86/dell-rbtn.*
3667
3668 DELL LAPTOP FREEFALL DRIVER
3669 M: Pali Rohár <pali.rohar@gmail.com>
3670 S: Maintained
3671 F: drivers/platform/x86/dell-smo8800.c
3672
3673 DELL LAPTOP SMM DRIVER
3674 M: Pali Rohár <pali.rohar@gmail.com>
3675 S: Maintained
3676 F: drivers/hwmon/dell-smm-hwmon.c
3677 F: include/uapi/linux/i8k.h
3678
3679 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3680 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3681 S: Maintained
3682 F: Documentation/dcdbas.txt
3683 F: drivers/firmware/dcdbas.*
3684
3685 DELL WMI EXTRAS DRIVER
3686 M: Matthew Garrett <mjg59@srcf.ucam.org>
3687 M: Pali Rohár <pali.rohar@gmail.com>
3688 S: Maintained
3689 F: drivers/platform/x86/dell-wmi.c
3690
3691 DESIGNWARE USB2 DRD IP DRIVER
3692 M: John Youn <johnyoun@synopsys.com>
3693 L: linux-usb@vger.kernel.org
3694 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3695 S: Maintained
3696 F: drivers/usb/dwc2/
3697
3698 DESIGNWARE USB3 DRD IP DRIVER
3699 M: Felipe Balbi <balbi@kernel.org>
3700 L: linux-usb@vger.kernel.org
3701 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3702 S: Maintained
3703 F: drivers/usb/dwc3/
3704
3705 DEVICE COREDUMP (DEV_COREDUMP)
3706 M: Johannes Berg <johannes@sipsolutions.net>
3707 L: linux-kernel@vger.kernel.org
3708 S: Maintained
3709 F: drivers/base/devcoredump.c
3710 F: include/linux/devcoredump.h
3711
3712 DEVICE FREQUENCY (DEVFREQ)
3713 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3714 M: Kyungmin Park <kyungmin.park@samsung.com>
3715 L: linux-pm@vger.kernel.org
3716 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3717 S: Maintained
3718 F: drivers/devfreq/
3719 F: include/linux/devfreq.h
3720 F: Documentation/devicetree/bindings/devfreq/
3721
3722 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3723 M: Chanwoo Choi <cw00.choi@samsung.com>
3724 L: linux-pm@vger.kernel.org
3725 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3726 S: Supported
3727 F: drivers/devfreq/event/
3728 F: drivers/devfreq/devfreq-event.c
3729 F: include/linux/devfreq-event.h
3730 F: Documentation/devicetree/bindings/devfreq/event/
3731
3732 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3733 M: Chanwoo Choi <cw00.choi@samsung.com>
3734 L: linux-pm@vger.kernel.org
3735 L: linux-samsung-soc@vger.kernel.org
3736 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3737 S: Maintained
3738 F: drivers/devfreq/exynos-bus.c
3739 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3740
3741 DEVICE NUMBER REGISTRY
3742 M: Torben Mathiasen <device@lanana.org>
3743 W: http://lanana.org/docs/device-list/index.html
3744 S: Maintained
3745
3746 DEVICE-MAPPER (LVM)
3747 M: Alasdair Kergon <agk@redhat.com>
3748 M: Mike Snitzer <snitzer@redhat.com>
3749 M: dm-devel@redhat.com
3750 L: dm-devel@redhat.com
3751 W: http://sources.redhat.com/dm
3752 Q: http://patchwork.kernel.org/project/dm-devel/list/
3753 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3754 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3755 S: Maintained
3756 F: Documentation/device-mapper/
3757 F: drivers/md/dm*
3758 F: drivers/md/persistent-data/
3759 F: include/linux/device-mapper.h
3760 F: include/linux/dm-*.h
3761 F: include/uapi/linux/dm-*.h
3762
3763 DEVLINK
3764 M: Jiri Pirko <jiri@mellanox.com>
3765 L: netdev@vger.kernel.org
3766 S: Supported
3767 F: net/core/devlink.c
3768 F: include/net/devlink.h
3769 F: include/uapi/linux/devlink.h
3770
3771 DIALOG SEMICONDUCTOR DRIVERS
3772 M: Support Opensource <support.opensource@diasemi.com>
3773 W: http://www.dialog-semiconductor.com/products
3774 S: Supported
3775 F: Documentation/hwmon/da90??
3776 F: Documentation/devicetree/bindings/mfd/da90*.txt
3777 F: Documentation/devicetree/bindings/regulator/da92*.txt
3778 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3779 F: drivers/gpio/gpio-da90??.c
3780 F: drivers/hwmon/da90??-hwmon.c
3781 F: drivers/iio/adc/da91??-*.c
3782 F: drivers/input/misc/da90??_onkey.c
3783 F: drivers/input/touchscreen/da9052_tsi.c
3784 F: drivers/leds/leds-da90??.c
3785 F: drivers/mfd/da903x.c
3786 F: drivers/mfd/da90??-*.c
3787 F: drivers/mfd/da91??-*.c
3788 F: drivers/power/da9052-battery.c
3789 F: drivers/power/da91??-*.c
3790 F: drivers/regulator/da903x.c
3791 F: drivers/regulator/da9???-regulator.[ch]
3792 F: drivers/rtc/rtc-da90??.c
3793 F: drivers/video/backlight/da90??_bl.c
3794 F: drivers/watchdog/da90??_wdt.c
3795 F: include/linux/mfd/da903x.h
3796 F: include/linux/mfd/da9052/
3797 F: include/linux/mfd/da9055/
3798 F: include/linux/mfd/da9062/
3799 F: include/linux/mfd/da9063/
3800 F: include/linux/mfd/da9150/
3801 F: include/linux/regulator/da9211.h
3802 F: include/sound/da[79]*.h
3803 F: sound/soc/codecs/da[79]*.[ch]
3804
3805 DIGI NEO AND CLASSIC PCI PRODUCTS
3806 M: Lidza Louina <lidza.louina@gmail.com>
3807 M: Mark Hounschell <markh@compro.net>
3808 L: driverdev-devel@linuxdriverproject.org
3809 S: Maintained
3810 F: drivers/staging/dgnc/
3811
3812 DIOLAN U2C-12 I2C DRIVER
3813 M: Guenter Roeck <linux@roeck-us.net>
3814 L: linux-i2c@vger.kernel.org
3815 S: Maintained
3816 F: drivers/i2c/busses/i2c-diolan-u2c.c
3817
3818 DIRECT ACCESS (DAX)
3819 M: Matthew Wilcox <willy@linux.intel.com>
3820 L: linux-fsdevel@vger.kernel.org
3821 S: Supported
3822 F: fs/dax.c
3823
3824 DIRECTORY NOTIFICATION (DNOTIFY)
3825 M: Eric Paris <eparis@parisplace.org>
3826 S: Maintained
3827 F: Documentation/filesystems/dnotify.txt
3828 F: fs/notify/dnotify/
3829 F: include/linux/dnotify.h
3830
3831 DISK GEOMETRY AND PARTITION HANDLING
3832 M: Andries Brouwer <aeb@cwi.nl>
3833 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3834 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3835 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3836 S: Maintained
3837
3838 DISKQUOTA
3839 M: Jan Kara <jack@suse.com>
3840 S: Maintained
3841 F: Documentation/filesystems/quota.txt
3842 F: fs/quota/
3843 F: include/linux/quota*.h
3844 F: include/uapi/linux/quota*.h
3845
3846 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3847 M: Bernie Thompson <bernie@plugable.com>
3848 L: linux-fbdev@vger.kernel.org
3849 S: Maintained
3850 W: http://plugable.com/category/projects/udlfb/
3851 F: drivers/video/fbdev/udlfb.c
3852 F: include/video/udlfb.h
3853 F: Documentation/fb/udlfb.txt
3854
3855 DISTRIBUTED LOCK MANAGER (DLM)
3856 M: Christine Caulfield <ccaulfie@redhat.com>
3857 M: David Teigland <teigland@redhat.com>
3858 L: cluster-devel@redhat.com
3859 W: http://sources.redhat.com/cluster/
3860 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3861 S: Supported
3862 F: fs/dlm/
3863
3864 DMA BUFFER SHARING FRAMEWORK
3865 M: Sumit Semwal <sumit.semwal@linaro.org>
3866 S: Maintained
3867 L: linux-media@vger.kernel.org
3868 L: dri-devel@lists.freedesktop.org
3869 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3870 F: drivers/dma-buf/
3871 F: include/linux/dma-buf*
3872 F: include/linux/reservation.h
3873 F: include/linux/*fence.h
3874 F: Documentation/dma-buf-sharing.txt
3875 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3876
3877 SYNC FILE FRAMEWORK
3878 M: Sumit Semwal <sumit.semwal@linaro.org>
3879 R: Gustavo Padovan <gustavo@padovan.org>
3880 S: Maintained
3881 L: linux-media@vger.kernel.org
3882 L: dri-devel@lists.freedesktop.org
3883 F: drivers/dma-buf/sync_file.c
3884 F: include/linux/sync_file.h
3885 F: Documentation/sync_file.txt
3886 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3887
3888 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3889 M: Vinod Koul <vinod.koul@intel.com>
3890 L: dmaengine@vger.kernel.org
3891 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3892 S: Maintained
3893 F: drivers/dma/
3894 F: include/linux/dmaengine.h
3895 F: Documentation/devicetree/bindings/dma/
3896 F: Documentation/dmaengine/
3897 T: git git://git.infradead.org/users/vkoul/slave-dma.git
3898
3899 DME1737 HARDWARE MONITOR DRIVER
3900 M: Juerg Haefliger <juergh@gmail.com>
3901 L: linux-hwmon@vger.kernel.org
3902 S: Maintained
3903 F: Documentation/hwmon/dme1737
3904 F: drivers/hwmon/dme1737.c
3905
3906 DMI/SMBIOS SUPPORT
3907 M: Jean Delvare <jdelvare@suse.com>
3908 S: Maintained
3909 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3910 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3911 F: drivers/firmware/dmi-id.c
3912 F: drivers/firmware/dmi_scan.c
3913 F: include/linux/dmi.h
3914
3915 DOCUMENTATION
3916 M: Jonathan Corbet <corbet@lwn.net>
3917 L: linux-doc@vger.kernel.org
3918 S: Maintained
3919 F: Documentation/
3920 F: scripts/docproc.c
3921 F: scripts/kernel-doc*
3922 X: Documentation/ABI/
3923 X: Documentation/devicetree/
3924 X: Documentation/acpi
3925 X: Documentation/power
3926 X: Documentation/spi
3927 X: Documentation/DocBook/media
3928 T: git git://git.lwn.net/linux.git docs-next
3929
3930 DOUBLETALK DRIVER
3931 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3932 L: blinux-list@redhat.com
3933 S: Maintained
3934 F: drivers/char/dtlk.c
3935 F: include/linux/dtlk.h
3936
3937 DPT_I2O SCSI RAID DRIVER
3938 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3939 L: linux-scsi@vger.kernel.org
3940 W: http://www.adaptec.com/
3941 S: Maintained
3942 F: drivers/scsi/dpt*
3943 F: drivers/scsi/dpt/
3944
3945 DRBD DRIVER
3946 M: Philipp Reisner <philipp.reisner@linbit.com>
3947 M: Lars Ellenberg <lars.ellenberg@linbit.com>
3948 L: drbd-dev@lists.linbit.com
3949 W: http://www.drbd.org
3950 T: git git://git.linbit.com/linux-drbd.git
3951 T: git git://git.linbit.com/drbd-8.4.git
3952 S: Supported
3953 F: drivers/block/drbd/
3954 F: lib/lru_cache.c
3955 F: Documentation/blockdev/drbd/
3956
3957 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3958 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3959 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3960 S: Supported
3961 F: Documentation/kobject.txt
3962 F: drivers/base/
3963 F: fs/debugfs/
3964 F: fs/kernfs/
3965 F: fs/sysfs/
3966 F: include/linux/debugfs.h
3967 F: include/linux/kobj*
3968 F: lib/kobj*
3969
3970 DRM DRIVERS
3971 M: David Airlie <airlied@linux.ie>
3972 L: dri-devel@lists.freedesktop.org
3973 T: git git://people.freedesktop.org/~airlied/linux
3974 S: Maintained
3975 F: drivers/gpu/drm/
3976 F: drivers/gpu/vga/
3977 F: Documentation/devicetree/bindings/display/
3978 F: Documentation/devicetree/bindings/gpu/
3979 F: Documentation/devicetree/bindings/video/
3980 F: Documentation/gpu/
3981 F: include/drm/
3982 F: include/uapi/drm/
3983
3984 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
3985 M: Dave Airlie <airlied@redhat.com>
3986 S: Odd Fixes
3987 F: drivers/gpu/drm/ast/
3988
3989 DRM DRIVER FOR BOCHS VIRTUAL GPU
3990 M: Gerd Hoffmann <kraxel@redhat.com>
3991 S: Odd Fixes
3992 F: drivers/gpu/drm/bochs/
3993
3994 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
3995 M: Dave Airlie <airlied@redhat.com>
3996 S: Odd Fixes
3997 F: drivers/gpu/drm/cirrus/
3998
3999 RADEON and AMDGPU DRM DRIVERS
4000 M: Alex Deucher <alexander.deucher@amd.com>
4001 M: Christian König <christian.koenig@amd.com>
4002 L: dri-devel@lists.freedesktop.org
4003 T: git git://people.freedesktop.org/~agd5f/linux
4004 S: Supported
4005 F: drivers/gpu/drm/radeon/
4006 F: include/uapi/drm/radeon_drm.h
4007 F: drivers/gpu/drm/amd/
4008 F: include/uapi/drm/amdgpu_drm.h
4009
4010 DRM PANEL DRIVERS
4011 M: Thierry Reding <thierry.reding@gmail.com>
4012 L: dri-devel@lists.freedesktop.org
4013 T: git git://anongit.freedesktop.org/tegra/linux.git
4014 S: Maintained
4015 F: drivers/gpu/drm/drm_panel.c
4016 F: drivers/gpu/drm/panel/
4017 F: include/drm/drm_panel.h
4018 F: Documentation/devicetree/bindings/display/panel/
4019
4020 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4021 M: Daniel Vetter <daniel.vetter@intel.com>
4022 M: Jani Nikula <jani.nikula@linux.intel.com>
4023 L: intel-gfx@lists.freedesktop.org
4024 L: dri-devel@lists.freedesktop.org
4025 W: https://01.org/linuxgraphics/
4026 Q: http://patchwork.freedesktop.org/project/intel-gfx/
4027 T: git git://anongit.freedesktop.org/drm-intel
4028 S: Supported
4029 F: drivers/gpu/drm/i915/
4030 F: include/drm/i915*
4031 F: include/uapi/drm/i915_drm.h
4032 F: Documentation/gpu/i915.rst
4033
4034 DRM DRIVERS FOR ATMEL HLCDC
4035 M: Boris Brezillon <boris.brezillon@free-electrons.com>
4036 L: dri-devel@lists.freedesktop.org
4037 S: Supported
4038 F: drivers/gpu/drm/atmel-hlcdc/
4039 F: Documentation/devicetree/bindings/drm/atmel/
4040
4041 DRM DRIVERS FOR ALLWINNER A10
4042 M: Maxime Ripard <maxime.ripard@free-electrons.com>
4043 L: dri-devel@lists.freedesktop.org
4044 S: Supported
4045 F: drivers/gpu/drm/sun4i/
4046 F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4047
4048 DRM DRIVERS FOR EXYNOS
4049 M: Inki Dae <inki.dae@samsung.com>
4050 M: Joonyoung Shim <jy0922.shim@samsung.com>
4051 M: Seung-Woo Kim <sw0312.kim@samsung.com>
4052 M: Kyungmin Park <kyungmin.park@samsung.com>
4053 L: dri-devel@lists.freedesktop.org
4054 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4055 S: Supported
4056 F: drivers/gpu/drm/exynos/
4057 F: include/uapi/drm/exynos_drm.h
4058 F: Documentation/devicetree/bindings/display/exynos/
4059
4060 DRM DRIVERS FOR FREESCALE DCU
4061 M: Stefan Agner <stefan@agner.ch>
4062 M: Alison Wang <alison.wang@freescale.com>
4063 L: dri-devel@lists.freedesktop.org
4064 S: Supported
4065 F: drivers/gpu/drm/fsl-dcu/
4066 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
4067 F: Documentation/devicetree/bindings/display/fsl,tcon.txt
4068 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4069
4070 DRM DRIVERS FOR FREESCALE IMX
4071 M: Philipp Zabel <p.zabel@pengutronix.de>
4072 L: dri-devel@lists.freedesktop.org
4073 S: Maintained
4074 F: drivers/gpu/drm/imx/
4075 F: drivers/gpu/ipu-v3/
4076 F: Documentation/devicetree/bindings/display/imx/
4077
4078 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4079 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4080 L: dri-devel@lists.freedesktop.org
4081 T: git git://github.com/patjak/drm-gma500
4082 S: Maintained
4083 F: drivers/gpu/drm/gma500/
4084
4085 DRM DRIVERS FOR HISILICON
4086 M: Xinliang Liu <z.liuxinliang@hisilicon.com>
4087 R: Xinwei Kong <kong.kongxinwei@hisilicon.com>
4088 R: Chen Feng <puck.chen@hisilicon.com>
4089 L: dri-devel@lists.freedesktop.org
4090 T: git git://github.com/xin3liang/linux.git
4091 S: Maintained
4092 F: drivers/gpu/drm/hisilicon/
4093 F: Documentation/devicetree/bindings/display/hisilicon/
4094
4095 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4096 S: Orphan / Obsolete
4097 F: drivers/gpu/drm/i810/
4098 F: include/uapi/drm/i810_drm.h
4099
4100 DRM DRIVER FOR MSM ADRENO GPU
4101 M: Rob Clark <robdclark@gmail.com>
4102 L: linux-arm-msm@vger.kernel.org
4103 L: dri-devel@lists.freedesktop.org
4104 L: freedreno@lists.freedesktop.org
4105 T: git git://people.freedesktop.org/~robclark/linux
4106 S: Maintained
4107 F: drivers/gpu/drm/msm/
4108 F: include/uapi/drm/msm_drm.h
4109 F: Documentation/devicetree/bindings/display/msm/
4110
4111 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4112 M: Ben Skeggs <bskeggs@redhat.com>
4113 L: dri-devel@lists.freedesktop.org
4114 L: nouveau@lists.freedesktop.org
4115 T: git git://github.com/skeggsb/linux
4116 S: Supported
4117 F: drivers/gpu/drm/nouveau/
4118 F: include/uapi/drm/nouveau_drm.h
4119
4120 DRM DRIVERS FOR NVIDIA TEGRA
4121 M: Thierry Reding <thierry.reding@gmail.com>
4122 L: dri-devel@lists.freedesktop.org
4123 L: linux-tegra@vger.kernel.org
4124 T: git git://anongit.freedesktop.org/tegra/linux.git
4125 S: Supported
4126 F: drivers/gpu/drm/tegra/
4127 F: drivers/gpu/host1x/
4128 F: include/linux/host1x.h
4129 F: include/uapi/drm/tegra_drm.h
4130 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4131
4132 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4133 S: Orphan / Obsolete
4134 F: drivers/gpu/drm/mga/
4135 F: include/uapi/drm/mga_drm.h
4136
4137 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4138 M: Dave Airlie <airlied@redhat.com>
4139 S: Odd Fixes
4140 F: drivers/gpu/drm/mgag200/
4141
4142 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4143 S: Orphan / Obsolete
4144 F: drivers/gpu/drm/r128/
4145 F: include/uapi/drm/r128_drm.h
4146
4147 DRM DRIVERS FOR RENESAS
4148 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4149 L: dri-devel@lists.freedesktop.org
4150 L: linux-renesas-soc@vger.kernel.org
4151 T: git git://linuxtv.org/pinchartl/fbdev
4152 S: Supported
4153 F: drivers/gpu/drm/rcar-du/
4154 F: drivers/gpu/drm/shmobile/
4155 F: include/linux/platform_data/shmob_drm.h
4156 F: Documentation/devicetree/bindings/display/renesas,du.txt
4157
4158 DRM DRIVER FOR QXL VIRTUAL GPU
4159 M: Dave Airlie <airlied@redhat.com>
4160 S: Odd Fixes
4161 F: drivers/gpu/drm/qxl/
4162 F: include/uapi/drm/qxl_drm.h
4163
4164 DRM DRIVERS FOR ROCKCHIP
4165 M: Mark Yao <mark.yao@rock-chips.com>
4166 L: dri-devel@lists.freedesktop.org
4167 S: Maintained
4168 F: drivers/gpu/drm/rockchip/
4169 F: Documentation/devicetree/bindings/display/rockchip/
4170
4171 DRM DRIVER FOR SAVAGE VIDEO CARDS
4172 S: Orphan / Obsolete
4173 F: drivers/gpu/drm/savage/
4174 F: include/uapi/drm/savage_drm.h
4175
4176 DRM DRIVER FOR SIS VIDEO CARDS
4177 S: Orphan / Obsolete
4178 F: drivers/gpu/drm/sis/
4179 F: include/uapi/drm/sis_drm.h
4180
4181 DRM DRIVERS FOR STI
4182 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
4183 M: Vincent Abriou <vincent.abriou@st.com>
4184 L: dri-devel@lists.freedesktop.org
4185 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4186 S: Maintained
4187 F: drivers/gpu/drm/sti
4188 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
4189
4190 DRM DRIVER FOR TDFX VIDEO CARDS
4191 S: Orphan / Obsolete
4192 F: drivers/gpu/drm/tdfx/
4193
4194 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4195 M: Dave Airlie <airlied@redhat.com>
4196 S: Odd Fixes
4197 F: drivers/gpu/drm/udl/
4198
4199 DRM DRIVERS FOR VIVANTE GPU IP
4200 M: Lucas Stach <l.stach@pengutronix.de>
4201 R: Russell King <linux+etnaviv@armlinux.org.uk>
4202 R: Christian Gmeiner <christian.gmeiner@gmail.com>
4203 L: dri-devel@lists.freedesktop.org
4204 S: Maintained
4205 F: drivers/gpu/drm/etnaviv/
4206 F: include/uapi/drm/etnaviv_drm.h
4207 F: Documentation/devicetree/bindings/display/etnaviv/
4208
4209 DRM DRIVER FOR VMWARE VIRTUAL GPU
4210 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4211 M: Sinclair Yeh <syeh@vmware.com>
4212 M: Thomas Hellstrom <thellstrom@vmware.com>
4213 L: dri-devel@lists.freedesktop.org
4214 T: git git://people.freedesktop.org/~syeh/repos_linux
4215 T: git git://people.freedesktop.org/~thomash/linux
4216 S: Supported
4217 F: drivers/gpu/drm/vmwgfx/
4218 F: include/uapi/drm/vmwgfx_drm.h
4219
4220 DRM DRIVERS FOR VC4
4221 M: Eric Anholt <eric@anholt.net>
4222 T: git git://github.com/anholt/linux
4223 S: Supported
4224 F: drivers/gpu/drm/vc4/
4225 F: include/uapi/drm/vc4_drm.h
4226 F: Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4227
4228 DRM DRIVERS FOR TI OMAP
4229 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4230 L: dri-devel@lists.freedesktop.org
4231 S: Maintained
4232 F: drivers/gpu/drm/omapdrm/
4233 F: Documentation/devicetree/bindings/display/ti/
4234
4235 DRM DRIVERS FOR TI LCDC
4236 M: Jyri Sarha <jsarha@ti.com>
4237 R: Tomi Valkeinen <tomi.valkeinen@ti.com>
4238 L: dri-devel@lists.freedesktop.org
4239 S: Maintained
4240 F: drivers/gpu/drm/tilcdc/
4241 F: Documentation/devicetree/bindings/display/tilcdc/
4242
4243 DSBR100 USB FM RADIO DRIVER
4244 M: Alexey Klimov <klimov.linux@gmail.com>
4245 L: linux-media@vger.kernel.org
4246 T: git git://linuxtv.org/media_tree.git
4247 S: Maintained
4248 F: drivers/media/radio/dsbr100.c
4249
4250 DSCC4 DRIVER
4251 M: Francois Romieu <romieu@fr.zoreil.com>
4252 L: netdev@vger.kernel.org
4253 S: Maintained
4254 F: drivers/net/wan/dscc4.c
4255
4256 DT3155 MEDIA DRIVER
4257 M: Hans Verkuil <hverkuil@xs4all.nl>
4258 L: linux-media@vger.kernel.org
4259 T: git git://linuxtv.org/media_tree.git
4260 W: https://linuxtv.org
4261 S: Odd Fixes
4262 F: drivers/media/pci/dt3155/
4263
4264 DVB_USB_AF9015 MEDIA DRIVER
4265 M: Antti Palosaari <crope@iki.fi>
4266 L: linux-media@vger.kernel.org
4267 W: https://linuxtv.org
4268 W: http://palosaari.fi/linux/
4269 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4270 T: git git://linuxtv.org/anttip/media_tree.git
4271 S: Maintained
4272 F: drivers/media/usb/dvb-usb-v2/af9015*
4273
4274 DVB_USB_AF9035 MEDIA DRIVER
4275 M: Antti Palosaari <crope@iki.fi>
4276 L: linux-media@vger.kernel.org
4277 W: https://linuxtv.org
4278 W: http://palosaari.fi/linux/
4279 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4280 T: git git://linuxtv.org/anttip/media_tree.git
4281 S: Maintained
4282 F: drivers/media/usb/dvb-usb-v2/af9035*
4283
4284 DVB_USB_ANYSEE MEDIA DRIVER
4285 M: Antti Palosaari <crope@iki.fi>
4286 L: linux-media@vger.kernel.org
4287 W: https://linuxtv.org
4288 W: http://palosaari.fi/linux/
4289 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4290 T: git git://linuxtv.org/anttip/media_tree.git
4291 S: Maintained
4292 F: drivers/media/usb/dvb-usb-v2/anysee*
4293
4294 DVB_USB_AU6610 MEDIA DRIVER
4295 M: Antti Palosaari <crope@iki.fi>
4296 L: linux-media@vger.kernel.org
4297 W: https://linuxtv.org
4298 W: http://palosaari.fi/linux/
4299 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4300 T: git git://linuxtv.org/anttip/media_tree.git
4301 S: Maintained
4302 F: drivers/media/usb/dvb-usb-v2/au6610*
4303
4304 DVB_USB_CE6230 MEDIA DRIVER
4305 M: Antti Palosaari <crope@iki.fi>
4306 L: linux-media@vger.kernel.org
4307 W: https://linuxtv.org
4308 W: http://palosaari.fi/linux/
4309 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4310 T: git git://linuxtv.org/anttip/media_tree.git
4311 S: Maintained
4312 F: drivers/media/usb/dvb-usb-v2/ce6230*
4313
4314 DVB_USB_CXUSB MEDIA DRIVER
4315 M: Michael Krufky <mkrufky@linuxtv.org>
4316 L: linux-media@vger.kernel.org
4317 W: https://linuxtv.org
4318 W: http://github.com/mkrufky
4319 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4320 T: git git://linuxtv.org/media_tree.git
4321 S: Maintained
4322 F: drivers/media/usb/dvb-usb/cxusb*
4323
4324 DVB_USB_EC168 MEDIA DRIVER
4325 M: Antti Palosaari <crope@iki.fi>
4326 L: linux-media@vger.kernel.org
4327 W: https://linuxtv.org
4328 W: http://palosaari.fi/linux/
4329 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4330 T: git git://linuxtv.org/anttip/media_tree.git
4331 S: Maintained
4332 F: drivers/media/usb/dvb-usb-v2/ec168*
4333
4334 DVB_USB_GL861 MEDIA DRIVER
4335 M: Antti Palosaari <crope@iki.fi>
4336 L: linux-media@vger.kernel.org
4337 W: https://linuxtv.org
4338 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4339 T: git git://linuxtv.org/anttip/media_tree.git
4340 S: Maintained
4341 F: drivers/media/usb/dvb-usb-v2/gl861*
4342
4343 DVB_USB_MXL111SF MEDIA DRIVER
4344 M: Michael Krufky <mkrufky@linuxtv.org>
4345 L: linux-media@vger.kernel.org
4346 W: https://linuxtv.org
4347 W: http://github.com/mkrufky
4348 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4349 T: git git://linuxtv.org/mkrufky/mxl111sf.git
4350 S: Maintained
4351 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
4352
4353 DVB_USB_RTL28XXU MEDIA DRIVER
4354 M: Antti Palosaari <crope@iki.fi>
4355 L: linux-media@vger.kernel.org
4356 W: https://linuxtv.org
4357 W: http://palosaari.fi/linux/
4358 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4359 T: git git://linuxtv.org/anttip/media_tree.git
4360 S: Maintained
4361 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
4362
4363 DVB_USB_V2 MEDIA DRIVER
4364 M: Antti Palosaari <crope@iki.fi>
4365 L: linux-media@vger.kernel.org
4366 W: https://linuxtv.org
4367 W: http://palosaari.fi/linux/
4368 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4369 T: git git://linuxtv.org/anttip/media_tree.git
4370 S: Maintained
4371 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
4372 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
4373
4374 DYNAMIC DEBUG
4375 M: Jason Baron <jbaron@akamai.com>
4376 S: Maintained
4377 F: lib/dynamic_debug.c
4378 F: include/linux/dynamic_debug.h
4379
4380 DZ DECSTATION DZ11 SERIAL DRIVER
4381 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4382 S: Maintained
4383 F: drivers/tty/serial/dz.*
4384
4385 E3X0 POWER BUTTON DRIVER
4386 M: Moritz Fischer <moritz.fischer@ettus.com>
4387 L: usrp-users@lists.ettus.com
4388 W: http://www.ettus.com
4389 S: Supported
4390 F: drivers/input/misc/e3x0-button.c
4391 F: Documentation/devicetree/bindings/input/e3x0-button.txt
4392
4393 E4000 MEDIA DRIVER
4394 M: Antti Palosaari <crope@iki.fi>
4395 L: linux-media@vger.kernel.org
4396 W: https://linuxtv.org
4397 W: http://palosaari.fi/linux/
4398 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4399 T: git git://linuxtv.org/anttip/media_tree.git
4400 S: Maintained
4401 F: drivers/media/tuners/e4000*
4402
4403 EATA ISA/EISA/PCI SCSI DRIVER
4404 M: Dario Ballabio <ballabio_dario@emc.com>
4405 L: linux-scsi@vger.kernel.org
4406 S: Maintained
4407 F: drivers/scsi/eata.c
4408
4409 EC100 MEDIA DRIVER
4410 M: Antti Palosaari <crope@iki.fi>
4411 L: linux-media@vger.kernel.org
4412 W: https://linuxtv.org
4413 W: http://palosaari.fi/linux/
4414 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4415 T: git git://linuxtv.org/anttip/media_tree.git
4416 S: Maintained
4417 F: drivers/media/dvb-frontends/ec100*
4418
4419 ECRYPT FILE SYSTEM
4420 M: Tyler Hicks <tyhicks@canonical.com>
4421 L: ecryptfs@vger.kernel.org
4422 W: http://ecryptfs.org
4423 W: https://launchpad.net/ecryptfs
4424 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4425 S: Supported
4426 F: Documentation/filesystems/ecryptfs.txt
4427 F: fs/ecryptfs/
4428
4429 EDAC-CORE
4430 M: Doug Thompson <dougthompson@xmission.com>
4431 M: Borislav Petkov <bp@alien8.de>
4432 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4433 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4434 L: linux-edac@vger.kernel.org
4435 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4436 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4437 S: Supported
4438 F: Documentation/edac.txt
4439 F: drivers/edac/
4440 F: include/linux/edac.h
4441
4442 EDAC-AMD64
4443 M: Doug Thompson <dougthompson@xmission.com>
4444 M: Borislav Petkov <bp@alien8.de>
4445 L: linux-edac@vger.kernel.org
4446 S: Maintained
4447 F: drivers/edac/amd64_edac*
4448
4449 EDAC-CALXEDA
4450 M: Doug Thompson <dougthompson@xmission.com>
4451 M: Robert Richter <rric@kernel.org>
4452 L: linux-edac@vger.kernel.org
4453 S: Maintained
4454 F: drivers/edac/highbank*
4455
4456 EDAC-CAVIUM
4457 M: Ralf Baechle <ralf@linux-mips.org>
4458 M: David Daney <david.daney@cavium.com>
4459 L: linux-edac@vger.kernel.org
4460 L: linux-mips@linux-mips.org
4461 S: Supported
4462 F: drivers/edac/octeon_edac*
4463
4464 EDAC-E752X
4465 M: Mark Gross <mark.gross@intel.com>
4466 M: Doug Thompson <dougthompson@xmission.com>
4467 L: linux-edac@vger.kernel.org
4468 S: Maintained
4469 F: drivers/edac/e752x_edac.c
4470
4471 EDAC-E7XXX
4472 M: Doug Thompson <dougthompson@xmission.com>
4473 L: linux-edac@vger.kernel.org
4474 S: Maintained
4475 F: drivers/edac/e7xxx_edac.c
4476
4477 EDAC-GHES
4478 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4479 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4480 L: linux-edac@vger.kernel.org
4481 S: Maintained
4482 F: drivers/edac/ghes_edac.c
4483
4484 EDAC-I82443BXGX
4485 M: Tim Small <tim@buttersideup.com>
4486 L: linux-edac@vger.kernel.org
4487 S: Maintained
4488 F: drivers/edac/i82443bxgx_edac.c
4489
4490 EDAC-I3000
4491 M: Jason Uhlenkott <juhlenko@akamai.com>
4492 L: linux-edac@vger.kernel.org
4493 S: Maintained
4494 F: drivers/edac/i3000_edac.c
4495
4496 EDAC-I5000
4497 M: Doug Thompson <dougthompson@xmission.com>
4498 L: linux-edac@vger.kernel.org
4499 S: Maintained
4500 F: drivers/edac/i5000_edac.c
4501
4502 EDAC-I5400
4503 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4504 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4505 L: linux-edac@vger.kernel.org
4506 S: Maintained
4507 F: drivers/edac/i5400_edac.c
4508
4509 EDAC-I7300
4510 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4511 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4512 L: linux-edac@vger.kernel.org
4513 S: Maintained
4514 F: drivers/edac/i7300_edac.c
4515
4516 EDAC-I7CORE
4517 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4518 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4519 L: linux-edac@vger.kernel.org
4520 S: Maintained
4521 F: drivers/edac/i7core_edac.c
4522
4523 EDAC-I82975X
4524 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4525 M: "Arvind R." <arvino55@gmail.com>
4526 L: linux-edac@vger.kernel.org
4527 S: Maintained
4528 F: drivers/edac/i82975x_edac.c
4529
4530 EDAC-IE31200
4531 M: Jason Baron <jbaron@akamai.com>
4532 L: linux-edac@vger.kernel.org
4533 S: Maintained
4534 F: drivers/edac/ie31200_edac.c
4535
4536 EDAC-MPC85XX
4537 M: Johannes Thumshirn <morbidrsa@gmail.com>
4538 L: linux-edac@vger.kernel.org
4539 S: Maintained
4540 F: drivers/edac/mpc85xx_edac.[ch]
4541
4542 EDAC-PASEMI
4543 M: Egor Martovetsky <egor@pasemi.com>
4544 L: linux-edac@vger.kernel.org
4545 S: Maintained
4546 F: drivers/edac/pasemi_edac.c
4547
4548 EDAC-R82600
4549 M: Tim Small <tim@buttersideup.com>
4550 L: linux-edac@vger.kernel.org
4551 S: Maintained
4552 F: drivers/edac/r82600_edac.c
4553
4554 EDAC-SBRIDGE
4555 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4556 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4557 L: linux-edac@vger.kernel.org
4558 S: Maintained
4559 F: drivers/edac/sb_edac.c
4560
4561 EDAC-SKYLAKE
4562 M: Tony Luck <tony.luck@intel.com>
4563 L: linux-edac@vger.kernel.org
4564 S: Maintained
4565 F: drivers/edac/skx_edac.c
4566
4567 EDAC-XGENE
4568 APPLIED MICRO (APM) X-GENE SOC EDAC
4569 M: Loc Ho <lho@apm.com>
4570 S: Supported
4571 F: drivers/edac/xgene_edac.c
4572 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4573
4574 EDIROL UA-101/UA-1000 DRIVER
4575 M: Clemens Ladisch <clemens@ladisch.de>
4576 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4577 T: git git://git.alsa-project.org/alsa-kernel.git
4578 S: Maintained
4579 F: sound/usb/misc/ua101.c
4580
4581 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4582 M: Matt Fleming <matt@codeblueprint.co.uk>
4583 L: linux-efi@vger.kernel.org
4584 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4585 S: Maintained
4586 F: Documentation/efi-stub.txt
4587 F: arch/ia64/kernel/efi.c
4588 F: arch/x86/boot/compressed/eboot.[ch]
4589 F: arch/x86/include/asm/efi.h
4590 F: arch/x86/platform/efi/
4591 F: drivers/firmware/efi/
4592 F: include/linux/efi*.h
4593
4594 EFI VARIABLE FILESYSTEM
4595 M: Matthew Garrett <matthew.garrett@nebula.com>
4596 M: Jeremy Kerr <jk@ozlabs.org>
4597 M: Matt Fleming <matt@codeblueprint.co.uk>
4598 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4599 L: linux-efi@vger.kernel.org
4600 S: Maintained
4601 F: fs/efivarfs/
4602
4603 EFIFB FRAMEBUFFER DRIVER
4604 L: linux-fbdev@vger.kernel.org
4605 M: Peter Jones <pjones@redhat.com>
4606 S: Maintained
4607 F: drivers/video/fbdev/efifb.c
4608
4609 EFI TEST DRIVER
4610 L: linux-efi@vger.kernel.org
4611 M: Ivan Hu <ivan.hu@canonical.com>
4612 M: Matt Fleming <matt@codeblueprint.co.uk>
4613 S: Maintained
4614 F: drivers/firmware/efi/test/
4615
4616 EFS FILESYSTEM
4617 W: http://aeschi.ch.eu.org/efs/
4618 S: Orphan
4619 F: fs/efs/
4620
4621 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4622 M: Douglas Miller <dougmill@linux.vnet.ibm.com>
4623 L: netdev@vger.kernel.org
4624 S: Maintained
4625 F: drivers/net/ethernet/ibm/ehea/
4626
4627 EM28XX VIDEO4LINUX DRIVER
4628 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4629 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4630 L: linux-media@vger.kernel.org
4631 W: https://linuxtv.org
4632 T: git git://linuxtv.org/media_tree.git
4633 S: Maintained
4634 F: drivers/media/usb/em28xx/
4635
4636 EMBEDDED LINUX
4637 M: Paul Gortmaker <paul.gortmaker@windriver.com>
4638 M: Matt Mackall <mpm@selenic.com>
4639 M: David Woodhouse <dwmw2@infradead.org>
4640 L: linux-embedded@vger.kernel.org
4641 S: Maintained
4642
4643 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4644 M: James Smart <james.smart@avagotech.com>
4645 M: Dick Kennedy <dick.kennedy@avagotech.com>
4646 L: linux-scsi@vger.kernel.org
4647 W: http://www.avagotech.com
4648 S: Supported
4649 F: drivers/scsi/lpfc/
4650
4651 ENE CB710 FLASH CARD READER DRIVER
4652 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4653 S: Maintained
4654 F: drivers/misc/cb710/
4655 F: drivers/mmc/host/cb710-mmc.*
4656 F: include/linux/cb710.h
4657
4658 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4659 M: Maxim Levitsky <maximlevitsky@gmail.com>
4660 S: Maintained
4661 F: drivers/media/rc/ene_ir.*
4662
4663 EPSON S1D13XXX FRAMEBUFFER DRIVER
4664 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4665 S: Maintained
4666 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4667 F: drivers/video/fbdev/s1d13xxxfb.c
4668 F: include/video/s1d13xxxfb.h
4669
4670 ET131X NETWORK DRIVER
4671 M: Mark Einon <mark.einon@gmail.com>
4672 S: Odd Fixes
4673 F: drivers/net/ethernet/agere/
4674
4675 ETHERNET BRIDGE
4676 M: Stephen Hemminger <stephen@networkplumber.org>
4677 L: bridge@lists.linux-foundation.org (moderated for non-subscribers)
4678 L: netdev@vger.kernel.org
4679 W: http://www.linuxfoundation.org/en/Net:Bridge
4680 S: Maintained
4681 F: include/linux/netfilter_bridge/
4682 F: net/bridge/
4683
4684 ETHERNET PHY LIBRARY
4685 M: Florian Fainelli <f.fainelli@gmail.com>
4686 L: netdev@vger.kernel.org
4687 S: Maintained
4688 F: include/linux/phy.h
4689 F: include/linux/phy_fixed.h
4690 F: drivers/net/phy/
4691 F: Documentation/networking/phy.txt
4692 F: drivers/of/of_mdio.c
4693 F: drivers/of/of_net.c
4694
4695 EXT2 FILE SYSTEM
4696 M: Jan Kara <jack@suse.com>
4697 L: linux-ext4@vger.kernel.org
4698 S: Maintained
4699 F: Documentation/filesystems/ext2.txt
4700 F: fs/ext2/
4701 F: include/linux/ext2*
4702
4703 EXT4 FILE SYSTEM
4704 M: "Theodore Ts'o" <tytso@mit.edu>
4705 M: Andreas Dilger <adilger.kernel@dilger.ca>
4706 L: linux-ext4@vger.kernel.org
4707 W: http://ext4.wiki.kernel.org
4708 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4709 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4710 S: Maintained
4711 F: Documentation/filesystems/ext4.txt
4712 F: fs/ext4/
4713
4714 Extended Verification Module (EVM)
4715 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4716 L: linux-ima-devel@lists.sourceforge.net
4717 L: linux-security-module@vger.kernel.org
4718 S: Supported
4719 F: security/integrity/evm/
4720
4721 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4722 M: MyungJoo Ham <myungjoo.ham@samsung.com>
4723 M: Chanwoo Choi <cw00.choi@samsung.com>
4724 L: linux-kernel@vger.kernel.org
4725 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4726 S: Maintained
4727 F: drivers/extcon/
4728 F: include/linux/extcon/
4729 F: include/linux/extcon.h
4730 F: Documentation/extcon/
4731 F: Documentation/devicetree/bindings/extcon/
4732
4733 EXYNOS DP DRIVER
4734 M: Jingoo Han <jingoohan1@gmail.com>
4735 L: dri-devel@lists.freedesktop.org
4736 S: Maintained
4737 F: drivers/gpu/drm/exynos/exynos_dp*
4738
4739 EXYNOS SYSMMU (IOMMU) driver
4740 M: Marek Szyprowski <m.szyprowski@samsung.com>
4741 L: iommu@lists.linux-foundation.org
4742 S: Maintained
4743 F: drivers/iommu/exynos-iommu.c
4744
4745 EXYNOS MIPI DISPLAY DRIVERS
4746 M: Inki Dae <inki.dae@samsung.com>
4747 M: Donghwa Lee <dh09.lee@samsung.com>
4748 M: Kyungmin Park <kyungmin.park@samsung.com>
4749 L: linux-fbdev@vger.kernel.org
4750 S: Maintained
4751 F: drivers/video/fbdev/exynos/exynos_mipi*
4752 F: include/video/exynos_mipi*
4753
4754 EZchip NPS platform support
4755 M: Noam Camus <noamc@ezchip.com>
4756 S: Supported
4757 F: arch/arc/plat-eznps
4758 F: arch/arc/boot/dts/eznps.dts
4759
4760 F71805F HARDWARE MONITORING DRIVER
4761 M: Jean Delvare <jdelvare@suse.com>
4762 L: linux-hwmon@vger.kernel.org
4763 S: Maintained
4764 F: Documentation/hwmon/f71805f
4765 F: drivers/hwmon/f71805f.c
4766
4767 FC0011 TUNER DRIVER
4768 M: Michael Buesch <m@bues.ch>
4769 L: linux-media@vger.kernel.org
4770 S: Maintained
4771 F: drivers/media/tuners/fc0011.h
4772 F: drivers/media/tuners/fc0011.c
4773
4774 FC2580 MEDIA DRIVER
4775 M: Antti Palosaari <crope@iki.fi>
4776 L: linux-media@vger.kernel.org
4777 W: https://linuxtv.org
4778 W: http://palosaari.fi/linux/
4779 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4780 T: git git://linuxtv.org/anttip/media_tree.git
4781 S: Maintained
4782 F: drivers/media/tuners/fc2580*
4783
4784 FANOTIFY
4785 M: Eric Paris <eparis@redhat.com>
4786 S: Maintained
4787 F: fs/notify/fanotify/
4788 F: include/linux/fanotify.h
4789 F: include/uapi/linux/fanotify.h
4790
4791 FARSYNC SYNCHRONOUS DRIVER
4792 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4793 W: http://www.farsite.co.uk/
4794 S: Supported
4795 F: drivers/net/wan/farsync.*
4796
4797 FAULT INJECTION SUPPORT
4798 M: Akinobu Mita <akinobu.mita@gmail.com>
4799 S: Supported
4800 F: Documentation/fault-injection/
4801 F: lib/fault-inject.c
4802
4803 FBTFT Framebuffer drivers
4804 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4805 M: Noralf Trønnes <noralf@tronnes.org>
4806 S: Maintained
4807 F: drivers/staging/fbtft/
4808
4809 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4810 M: Johannes Thumshirn <jth@kernel.org>
4811 L: fcoe-devel@open-fcoe.org
4812 W: www.Open-FCoE.org
4813 S: Supported
4814 F: drivers/scsi/libfc/
4815 F: drivers/scsi/fcoe/
4816 F: include/scsi/fc/
4817 F: include/scsi/libfc.h
4818 F: include/scsi/libfcoe.h
4819 F: include/uapi/scsi/fc/
4820
4821 FILE LOCKING (flock() and fcntl()/lockf())
4822 M: Jeff Layton <jlayton@poochiereds.net>
4823 M: "J. Bruce Fields" <bfields@fieldses.org>
4824 L: linux-fsdevel@vger.kernel.org
4825 S: Maintained
4826 F: include/linux/fcntl.h
4827 F: include/linux/fs.h
4828 F: include/uapi/linux/fcntl.h
4829 F: include/uapi/linux/fs.h
4830 F: fs/fcntl.c
4831 F: fs/locks.c
4832
4833 FILESYSTEMS (VFS and infrastructure)
4834 M: Alexander Viro <viro@zeniv.linux.org.uk>
4835 L: linux-fsdevel@vger.kernel.org
4836 S: Maintained
4837 F: fs/*
4838
4839 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4840 M: Riku Voipio <riku.voipio@iki.fi>
4841 L: linux-hwmon@vger.kernel.org
4842 S: Maintained
4843 F: drivers/hwmon/f75375s.c
4844 F: include/linux/f75375s.h
4845
4846 FIREWIRE AUDIO DRIVERS
4847 M: Clemens Ladisch <clemens@ladisch.de>
4848 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4849 T: git git://git.alsa-project.org/alsa-kernel.git
4850 S: Maintained
4851 F: sound/firewire/
4852
4853 FIREWIRE MEDIA DRIVERS (firedtv)
4854 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4855 L: linux-media@vger.kernel.org
4856 L: linux1394-devel@lists.sourceforge.net
4857 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4858 S: Maintained
4859 F: drivers/media/firewire/
4860
4861 FIREWIRE SBP-2 TARGET
4862 M: Chris Boot <bootc@bootc.net>
4863 L: linux-scsi@vger.kernel.org
4864 L: target-devel@vger.kernel.org
4865 L: linux1394-devel@lists.sourceforge.net
4866 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4867 S: Maintained
4868 F: drivers/target/sbp/
4869
4870 FIREWIRE SUBSYSTEM
4871 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4872 L: linux1394-devel@lists.sourceforge.net
4873 W: http://ieee1394.wiki.kernel.org/
4874 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4875 S: Maintained
4876 F: drivers/firewire/
4877 F: include/linux/firewire.h
4878 F: include/uapi/linux/firewire*.h
4879 F: tools/firewire/
4880
4881 FIRMWARE LOADER (request_firmware)
4882 M: Ming Lei <ming.lei@canonical.com>
4883 L: linux-kernel@vger.kernel.org
4884 S: Maintained
4885 F: Documentation/firmware_class/
4886 F: drivers/base/firmware*.c
4887 F: include/linux/firmware.h
4888
4889 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4890 M: Joshua Morris <josh.h.morris@us.ibm.com>
4891 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4892 S: Maintained
4893 F: drivers/block/rsxx/
4894
4895 FLOPPY DRIVER
4896 M: Jiri Kosina <jikos@kernel.org>
4897 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4898 S: Odd fixes
4899 F: drivers/block/floppy.c
4900
4901 FMC SUBSYSTEM
4902 M: Alessandro Rubini <rubini@gnudd.com>
4903 W: http://www.ohwr.org/projects/fmc-bus
4904 S: Supported
4905 F: drivers/fmc/
4906 F: include/linux/fmc*.h
4907 F: include/linux/ipmi-fru.h
4908 K: fmc_d.*register
4909
4910 FPGA MANAGER FRAMEWORK
4911 M: Alan Tull <atull@opensource.altera.com>
4912 R: Moritz Fischer <moritz.fischer@ettus.com>
4913 S: Maintained
4914 F: drivers/fpga/
4915 F: include/linux/fpga/fpga-mgr.h
4916 W: http://www.rocketboards.org
4917
4918 FPU EMULATOR
4919 M: Bill Metzenthen <billm@melbpc.org.au>
4920 W: http://floatingpoint.sourceforge.net/emulator/index.html
4921 S: Maintained
4922 F: arch/x86/math-emu/
4923
4924 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4925 L: netdev@vger.kernel.org
4926 S: Orphan
4927 F: drivers/net/wan/dlci.c
4928 F: drivers/net/wan/sdla.c
4929
4930 FRAMEBUFFER LAYER
4931 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4932 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4933 L: linux-fbdev@vger.kernel.org
4934 W: http://linux-fbdev.sourceforge.net/
4935 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4936 T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4937 S: Maintained
4938 F: Documentation/fb/
4939 F: drivers/video/
4940 F: include/video/
4941 F: include/linux/fb.h
4942 F: include/uapi/video/
4943 F: include/uapi/linux/fb.h
4944
4945 FREESCALE DIU FRAMEBUFFER DRIVER
4946 M: Timur Tabi <timur@tabi.org>
4947 L: linux-fbdev@vger.kernel.org
4948 S: Maintained
4949 F: drivers/video/fbdev/fsl-diu-fb.*
4950
4951 FREESCALE DMA DRIVER
4952 M: Li Yang <leoli@freescale.com>
4953 M: Zhang Wei <zw@zh-kernel.org>
4954 L: linuxppc-dev@lists.ozlabs.org
4955 S: Maintained
4956 F: drivers/dma/fsldma.*
4957
4958 FREESCALE GPMI NAND DRIVER
4959 M: Han Xu <han.xu@nxp.com>
4960 L: linux-mtd@lists.infradead.org
4961 S: Maintained
4962 F: drivers/mtd/nand/gpmi-nand/*
4963
4964 FREESCALE I2C CPM DRIVER
4965 M: Jochen Friedrich <jochen@scram.de>
4966 L: linuxppc-dev@lists.ozlabs.org
4967 L: linux-i2c@vger.kernel.org
4968 S: Maintained
4969 F: drivers/i2c/busses/i2c-cpm.c
4970
4971 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4972 M: Sascha Hauer <kernel@pengutronix.de>
4973 L: linux-fbdev@vger.kernel.org
4974 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4975 S: Maintained
4976 F: include/linux/platform_data/video-imxfb.h
4977 F: drivers/video/fbdev/imxfb.c
4978
4979 FREESCALE QUAD SPI DRIVER
4980 M: Han Xu <han.xu@nxp.com>
4981 L: linux-mtd@lists.infradead.org
4982 S: Maintained
4983 F: drivers/mtd/spi-nor/fsl-quadspi.c
4984
4985 FREESCALE SOC FS_ENET DRIVER
4986 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4987 M: Vitaly Bordug <vbordug@ru.mvista.com>
4988 L: linuxppc-dev@lists.ozlabs.org
4989 L: netdev@vger.kernel.org
4990 S: Maintained
4991 F: drivers/net/ethernet/freescale/fs_enet/
4992 F: include/linux/fs_enet_pd.h
4993
4994 FREESCALE IMX / MXC FEC DRIVER
4995 M: Fugang Duan <fugang.duan@nxp.com>
4996 L: netdev@vger.kernel.org
4997 S: Maintained
4998 F: drivers/net/ethernet/freescale/fec_main.c
4999 F: drivers/net/ethernet/freescale/fec_ptp.c
5000 F: drivers/net/ethernet/freescale/fec.h
5001 F: Documentation/devicetree/bindings/net/fsl-fec.txt
5002
5003 FREESCALE QUICC ENGINE LIBRARY
5004 L: linuxppc-dev@lists.ozlabs.org
5005 S: Orphan
5006 F: drivers/soc/fsl/qe/
5007 F: include/soc/fsl/*qe*.h
5008 F: include/soc/fsl/*ucc*.h
5009
5010 FREESCALE USB PERIPHERAL DRIVERS
5011 M: Li Yang <leoli@freescale.com>
5012 L: linux-usb@vger.kernel.org
5013 L: linuxppc-dev@lists.ozlabs.org
5014 S: Maintained
5015 F: drivers/usb/gadget/udc/fsl*
5016
5017 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5018 M: Li Yang <leoli@freescale.com>
5019 L: netdev@vger.kernel.org
5020 L: linuxppc-dev@lists.ozlabs.org
5021 S: Maintained
5022 F: drivers/net/ethernet/freescale/ucc_geth*
5023
5024 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5025 M: Claudiu Manoil <claudiu.manoil@freescale.com>
5026 L: netdev@vger.kernel.org
5027 S: Maintained
5028 F: drivers/net/ethernet/freescale/gianfar*
5029 X: drivers/net/ethernet/freescale/gianfar_ptp.c
5030 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5031
5032 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5033 M: Zhao Qiang <qiang.zhao@nxp.com>
5034 L: netdev@vger.kernel.org
5035 L: linuxppc-dev@lists.ozlabs.org
5036 S: Maintained
5037 F: drivers/net/wan/fsl_ucc_hdlc*
5038
5039 FREESCALE QUICC ENGINE UCC UART DRIVER
5040 M: Timur Tabi <timur@tabi.org>
5041 L: linuxppc-dev@lists.ozlabs.org
5042 S: Maintained
5043 F: drivers/tty/serial/ucc_uart.c
5044
5045 FREESCALE SOC SOUND DRIVERS
5046 M: Timur Tabi <timur@tabi.org>
5047 M: Nicolin Chen <nicoleotsuka@gmail.com>
5048 M: Xiubo Li <Xiubo.Lee@gmail.com>
5049 R: Fabio Estevam <fabio.estevam@nxp.com>
5050 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5051 L: linuxppc-dev@lists.ozlabs.org
5052 S: Maintained
5053 F: sound/soc/fsl/fsl*
5054 F: sound/soc/fsl/imx*
5055 F: sound/soc/fsl/mpc8610_hpcd.c
5056
5057 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
5058 M: "J. German Rivera" <German.Rivera@freescale.com>
5059 M: Stuart Yoder <stuart.yoder@nxp.com>
5060 L: linux-kernel@vger.kernel.org
5061 S: Maintained
5062 F: drivers/staging/fsl-mc/
5063
5064 FREEVXFS FILESYSTEM
5065 M: Christoph Hellwig <hch@infradead.org>
5066 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
5067 S: Maintained
5068 F: fs/freevxfs/
5069
5070 FREEZER
5071 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5072 M: Pavel Machek <pavel@ucw.cz>
5073 L: linux-pm@vger.kernel.org
5074 S: Supported
5075 F: Documentation/power/freezing-of-tasks.txt
5076 F: include/linux/freezer.h
5077 F: kernel/freezer.c
5078
5079 FRONTSWAP API
5080 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5081 L: linux-kernel@vger.kernel.org
5082 S: Maintained
5083 F: mm/frontswap.c
5084 F: include/linux/frontswap.h
5085
5086 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5087 M: David Howells <dhowells@redhat.com>
5088 L: linux-cachefs@redhat.com (moderated for non-subscribers)
5089 S: Supported
5090 F: Documentation/filesystems/caching/
5091 F: fs/fscache/
5092 F: include/linux/fscache*.h
5093
5094 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5095 M: Theodore Y. Ts'o <tytso@mit.edu>
5096 M: Jaegeuk Kim <jaegeuk@kernel.org>
5097 S: Supported
5098 F: fs/crypto/
5099 F: include/linux/fscrypto.h
5100
5101 F2FS FILE SYSTEM
5102 M: Jaegeuk Kim <jaegeuk@kernel.org>
5103 M: Changman Lee <cm224.lee@samsung.com>
5104 R: Chao Yu <yuchao0@huawei.com>
5105 L: linux-f2fs-devel@lists.sourceforge.net
5106 W: http://en.wikipedia.org/wiki/F2FS
5107 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5108 S: Maintained
5109 F: Documentation/filesystems/f2fs.txt
5110 F: Documentation/ABI/testing/sysfs-fs-f2fs
5111 F: fs/f2fs/
5112 F: include/linux/f2fs_fs.h
5113 F: include/trace/events/f2fs.h
5114
5115 FUJITSU FR-V (FRV) PORT
5116 S: Orphan
5117 F: arch/frv/
5118
5119 FUJITSU LAPTOP EXTRAS
5120 M: Jonathan Woithe <jwoithe@just42.net>
5121 L: platform-driver-x86@vger.kernel.org
5122 S: Maintained
5123 F: drivers/platform/x86/fujitsu-laptop.c
5124
5125 FUJITSU M-5MO LS CAMERA ISP DRIVER
5126 M: Kyungmin Park <kyungmin.park@samsung.com>
5127 M: Heungjun Kim <riverful.kim@samsung.com>
5128 L: linux-media@vger.kernel.org
5129 S: Maintained
5130 F: drivers/media/i2c/m5mols/
5131 F: include/media/i2c/m5mols.h
5132
5133 FUJITSU TABLET EXTRAS
5134 M: Robert Gerlach <khnz@gmx.de>
5135 L: platform-driver-x86@vger.kernel.org
5136 S: Maintained
5137 F: drivers/platform/x86/fujitsu-tablet.c
5138
5139 FUSE: FILESYSTEM IN USERSPACE
5140 M: Miklos Szeredi <miklos@szeredi.hu>
5141 L: linux-fsdevel@vger.kernel.org
5142 W: http://fuse.sourceforge.net/
5143 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5144 S: Maintained
5145 F: fs/fuse/
5146 F: include/uapi/linux/fuse.h
5147 F: Documentation/filesystems/fuse.txt
5148
5149 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5150 M: Rik Faith <faith@cs.unc.edu>
5151 L: linux-scsi@vger.kernel.org
5152 S: Odd Fixes (e.g., new signatures)
5153 F: drivers/scsi/fdomain.*
5154
5155 GCC PLUGINS
5156 M: Kees Cook <keescook@chromium.org>
5157 R: Emese Revfy <re.emese@gmail.com>
5158 L: kernel-hardening@lists.openwall.com
5159 S: Maintained
5160 F: scripts/gcc-plugins/
5161 F: scripts/gcc-plugin.sh
5162 F: Documentation/gcc-plugins.txt
5163
5164 GCOV BASED KERNEL PROFILING
5165 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5166 S: Maintained
5167 F: kernel/gcov/
5168 F: Documentation/gcov.txt
5169
5170 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5171 M: Achim Leubner <achim_leubner@adaptec.com>
5172 L: linux-scsi@vger.kernel.org
5173 W: http://www.icp-vortex.com/
5174 S: Supported
5175 F: drivers/scsi/gdt*
5176
5177 GDB KERNEL DEBUGGING HELPER SCRIPTS
5178 M: Jan Kiszka <jan.kiszka@siemens.com>
5179 M: Kieran Bingham <kieran@bingham.xyz>
5180 S: Supported
5181 F: scripts/gdb/
5182
5183 GEMTEK FM RADIO RECEIVER DRIVER
5184 M: Hans Verkuil <hverkuil@xs4all.nl>
5185 L: linux-media@vger.kernel.org
5186 T: git git://linuxtv.org/media_tree.git
5187 W: https://linuxtv.org
5188 S: Maintained
5189 F: drivers/media/radio/radio-gemtek*
5190
5191 GENERIC GPIO I2C DRIVER
5192 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
5193 S: Supported
5194 F: drivers/i2c/busses/i2c-gpio.c
5195 F: include/linux/i2c-gpio.h
5196
5197 GENERIC GPIO I2C MULTIPLEXER DRIVER
5198 M: Peter Korsgaard <peter.korsgaard@barco.com>
5199 L: linux-i2c@vger.kernel.org
5200 S: Supported
5201 F: drivers/i2c/muxes/i2c-mux-gpio.c
5202 F: include/linux/i2c-mux-gpio.h
5203 F: Documentation/i2c/muxes/i2c-mux-gpio
5204
5205 GENERIC HDLC (WAN) DRIVERS
5206 M: Krzysztof Halasa <khc@pm.waw.pl>
5207 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
5208 S: Maintained
5209 F: drivers/net/wan/c101.c
5210 F: drivers/net/wan/hd6457*
5211 F: drivers/net/wan/hdlc*
5212 F: drivers/net/wan/n2.c
5213 F: drivers/net/wan/pc300too.c
5214 F: drivers/net/wan/pci200syn.c
5215 F: drivers/net/wan/wanxl*
5216
5217 GENERIC INCLUDE/ASM HEADER FILES
5218 M: Arnd Bergmann <arnd@arndb.de>
5219 L: linux-arch@vger.kernel.org
5220 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5221 S: Maintained
5222 F: include/asm-generic/
5223 F: include/uapi/asm-generic/
5224
5225 GENERIC PHY FRAMEWORK
5226 M: Kishon Vijay Abraham I <kishon@ti.com>
5227 L: linux-kernel@vger.kernel.org
5228 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5229 S: Supported
5230 F: drivers/phy/
5231 F: include/linux/phy/
5232
5233 GENERIC PM DOMAINS
5234 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5235 M: Kevin Hilman <khilman@kernel.org>
5236 M: Ulf Hansson <ulf.hansson@linaro.org>
5237 L: linux-pm@vger.kernel.org
5238 S: Supported
5239 F: drivers/base/power/domain*.c
5240 F: include/linux/pm_domain.h
5241
5242 GENERIC UIO DRIVER FOR PCI DEVICES
5243 M: "Michael S. Tsirkin" <mst@redhat.com>
5244 L: kvm@vger.kernel.org
5245 S: Supported
5246 F: drivers/uio/uio_pci_generic.c
5247
5248 GET_MAINTAINER SCRIPT
5249 M: Joe Perches <joe@perches.com>
5250 S: Maintained
5251 F: scripts/get_maintainer.pl
5252
5253 GFS2 FILE SYSTEM
5254 M: Steven Whitehouse <swhiteho@redhat.com>
5255 M: Bob Peterson <rpeterso@redhat.com>
5256 L: cluster-devel@redhat.com
5257 W: http://sources.redhat.com/cluster/
5258 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5259 S: Supported
5260 F: Documentation/filesystems/gfs2*.txt
5261 F: fs/gfs2/
5262 F: include/uapi/linux/gfs2_ondisk.h
5263
5264 GIGASET ISDN DRIVERS
5265 M: Paul Bolle <pebolle@tiscali.nl>
5266 L: gigaset307x-common@lists.sourceforge.net
5267 W: http://gigaset307x.sourceforge.net/
5268 S: Odd Fixes
5269 F: Documentation/isdn/README.gigaset
5270 F: drivers/isdn/gigaset/
5271 F: include/uapi/linux/gigaset_dev.h
5272
5273 GO7007 MPEG CODEC
5274 M: Hans Verkuil <hans.verkuil@cisco.com>
5275 L: linux-media@vger.kernel.org
5276 S: Maintained
5277 F: drivers/media/usb/go7007/
5278
5279 GOODIX TOUCHSCREEN
5280 M: Bastien Nocera <hadess@hadess.net>
5281 L: linux-input@vger.kernel.org
5282 S: Maintained
5283 F: drivers/input/touchscreen/goodix.c
5284
5285 GPIO SUBSYSTEM
5286 M: Linus Walleij <linus.walleij@linaro.org>
5287 M: Alexandre Courbot <gnurou@gmail.com>
5288 L: linux-gpio@vger.kernel.org
5289 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5290 S: Maintained
5291 F: Documentation/devicetree/bindings/gpio/
5292 F: Documentation/gpio/
5293 F: Documentation/ABI/testing/gpio-cdev
5294 F: Documentation/ABI/obsolete/sysfs-gpio
5295 F: drivers/gpio/
5296 F: include/linux/gpio/
5297 F: include/linux/gpio.h
5298 F: include/asm-generic/gpio.h
5299 F: include/uapi/linux/gpio.h
5300 F: tools/gpio/
5301
5302 GRE DEMULTIPLEXER DRIVER
5303 M: Dmitry Kozlov <xeb@mail.ru>
5304 L: netdev@vger.kernel.org
5305 S: Maintained
5306 F: net/ipv4/gre_demux.c
5307 F: net/ipv4/gre_offload.c
5308 F: include/net/gre.h
5309
5310 GRETH 10/100/1G Ethernet MAC device driver
5311 M: Andreas Larsson <andreas@gaisler.com>
5312 L: netdev@vger.kernel.org
5313 S: Maintained
5314 F: drivers/net/ethernet/aeroflex/
5315
5316 GSPCA FINEPIX SUBDRIVER
5317 M: Frank Zago <frank@zago.net>
5318 L: linux-media@vger.kernel.org
5319 T: git git://linuxtv.org/media_tree.git
5320 S: Maintained
5321 F: drivers/media/usb/gspca/finepix.c
5322
5323 GSPCA GL860 SUBDRIVER
5324 M: Olivier Lorin <o.lorin@laposte.net>
5325 L: linux-media@vger.kernel.org
5326 T: git git://linuxtv.org/media_tree.git
5327 S: Maintained
5328 F: drivers/media/usb/gspca/gl860/
5329
5330 GSPCA M5602 SUBDRIVER
5331 M: Erik Andren <erik.andren@gmail.com>
5332 L: linux-media@vger.kernel.org
5333 T: git git://linuxtv.org/media_tree.git
5334 S: Maintained
5335 F: drivers/media/usb/gspca/m5602/
5336
5337 GSPCA PAC207 SONIXB SUBDRIVER
5338 M: Hans Verkuil <hverkuil@xs4all.nl>
5339 L: linux-media@vger.kernel.org
5340 T: git git://linuxtv.org/media_tree.git
5341 S: Odd Fixes
5342 F: drivers/media/usb/gspca/pac207.c
5343
5344 GSPCA SN9C20X SUBDRIVER
5345 M: Brian Johnson <brijohn@gmail.com>
5346 L: linux-media@vger.kernel.org
5347 T: git git://linuxtv.org/media_tree.git
5348 S: Maintained
5349 F: drivers/media/usb/gspca/sn9c20x.c
5350
5351 GSPCA T613 SUBDRIVER
5352 M: Leandro Costantino <lcostantino@gmail.com>
5353 L: linux-media@vger.kernel.org
5354 T: git git://linuxtv.org/media_tree.git
5355 S: Maintained
5356 F: drivers/media/usb/gspca/t613.c
5357
5358 GSPCA USB WEBCAM DRIVER
5359 M: Hans Verkuil <hverkuil@xs4all.nl>
5360 L: linux-media@vger.kernel.org
5361 T: git git://linuxtv.org/media_tree.git
5362 S: Odd Fixes
5363 F: drivers/media/usb/gspca/
5364
5365 GUID PARTITION TABLE (GPT)
5366 M: Davidlohr Bueso <dave@stgolabs.net>
5367 L: linux-efi@vger.kernel.org
5368 S: Maintained
5369 F: block/partitions/efi.*
5370
5371 STK1160 USB VIDEO CAPTURE DRIVER
5372 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5373 L: linux-media@vger.kernel.org
5374 T: git git://linuxtv.org/media_tree.git
5375 S: Maintained
5376 F: drivers/media/usb/stk1160/
5377
5378 H8/300 ARCHITECTURE
5379 M: Yoshinori Sato <ysato@users.sourceforge.jp>
5380 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5381 W: http://uclinux-h8.sourceforge.jp
5382 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5383 S: Maintained
5384 F: arch/h8300/
5385 F: drivers/clocksource/h8300_*.c
5386 F: drivers/clk/h8300/
5387 F: drivers/irqchip/irq-renesas-h8*.c
5388
5389 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5390 M: Frank Seidel <frank@f-seidel.de>
5391 L: platform-driver-x86@vger.kernel.org
5392 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5393 S: Maintained
5394 F: drivers/platform/x86/hdaps.c
5395
5396 HDPVR USB VIDEO ENCODER DRIVER
5397 M: Hans Verkuil <hverkuil@xs4all.nl>
5398 L: linux-media@vger.kernel.org
5399 T: git git://linuxtv.org/media_tree.git
5400 W: https://linuxtv.org
5401 S: Odd Fixes
5402 F: drivers/media/usb/hdpvr/
5403
5404 HWPOISON MEMORY FAILURE HANDLING
5405 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5406 L: linux-mm@kvack.org
5407 S: Maintained
5408 F: mm/memory-failure.c
5409 F: mm/hwpoison-inject.c
5410
5411 HYPERVISOR VIRTUAL CONSOLE DRIVER
5412 L: linuxppc-dev@lists.ozlabs.org
5413 S: Odd Fixes
5414 F: drivers/tty/hvc/
5415
5416 HACKRF MEDIA DRIVER
5417 M: Antti Palosaari <crope@iki.fi>
5418 L: linux-media@vger.kernel.org
5419 W: https://linuxtv.org
5420 W: http://palosaari.fi/linux/
5421 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5422 T: git git://linuxtv.org/anttip/media_tree.git
5423 S: Maintained
5424 F: drivers/media/usb/hackrf/
5425
5426 HARDWARE MONITORING
5427 M: Jean Delvare <jdelvare@suse.com>
5428 M: Guenter Roeck <linux@roeck-us.net>
5429 L: linux-hwmon@vger.kernel.org
5430 W: http://hwmon.wiki.kernel.org/
5431 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5432 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5433 S: Maintained
5434 F: Documentation/hwmon/
5435 F: drivers/hwmon/
5436 F: include/linux/hwmon*.h
5437
5438 HARDWARE RANDOM NUMBER GENERATOR CORE
5439 M: Matt Mackall <mpm@selenic.com>
5440 M: Herbert Xu <herbert@gondor.apana.org.au>
5441 L: linux-crypto@vger.kernel.org
5442 S: Odd fixes
5443 F: Documentation/devicetree/bindings/rng/
5444 F: Documentation/hw_random.txt
5445 F: drivers/char/hw_random/
5446 F: include/linux/hw_random.h
5447
5448 HARDWARE SPINLOCK CORE
5449 M: Ohad Ben-Cohen <ohad@wizery.com>
5450 M: Bjorn Andersson <bjorn.andersson@linaro.org>
5451 L: linux-remoteproc@vger.kernel.org
5452 S: Maintained
5453 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5454 F: Documentation/devicetree/bindings/hwlock/
5455 F: Documentation/hwspinlock.txt
5456 F: drivers/hwspinlock/
5457 F: include/linux/hwspinlock.h
5458
5459 HARMONY SOUND DRIVER
5460 L: linux-parisc@vger.kernel.org
5461 S: Maintained
5462 F: sound/parisc/harmony.*
5463
5464 HD29L2 MEDIA DRIVER
5465 M: Antti Palosaari <crope@iki.fi>
5466 L: linux-media@vger.kernel.org
5467 W: https://linuxtv.org
5468 W: http://palosaari.fi/linux/
5469 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5470 T: git git://linuxtv.org/anttip/media_tree.git
5471 S: Maintained
5472 F: drivers/media/dvb-frontends/hd29l2*
5473
5474 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5475 M: Brian Boylston <brian.boylston@hpe.com>
5476 S: Supported
5477 F: Documentation/watchdog/hpwdt.txt
5478 F: drivers/watchdog/hpwdt.c
5479
5480 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5481 M: Don Brace <don.brace@microsemi.com>
5482 L: iss_storagedev@hp.com
5483 L: esc.storagedev@microsemi.com
5484 L: linux-scsi@vger.kernel.org
5485 S: Supported
5486 F: Documentation/scsi/hpsa.txt
5487 F: drivers/scsi/hpsa*.[ch]
5488 F: include/linux/cciss*.h
5489 F: include/uapi/linux/cciss*.h
5490
5491 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5492 M: Don Brace <don.brace@microsemi.com>
5493 L: iss_storagedev@hp.com
5494 L: esc.storagedev@microsemi.com
5495 L: linux-scsi@vger.kernel.org
5496 S: Supported
5497 F: Documentation/blockdev/cciss.txt
5498 F: drivers/block/cciss*
5499 F: include/linux/cciss_ioctl.h
5500 F: include/uapi/linux/cciss_ioctl.h
5501
5502 HFI1 DRIVER
5503 M: Mike Marciniszyn <mike.marciniszyn@intel.com>
5504 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
5505 L: linux-rdma@vger.kernel.org
5506 S: Supported
5507 F: drivers/infiniband/hw/hfi1
5508
5509 HFS FILESYSTEM
5510 L: linux-fsdevel@vger.kernel.org
5511 S: Orphan
5512 F: Documentation/filesystems/hfs.txt
5513 F: fs/hfs/
5514
5515 HFSPLUS FILESYSTEM
5516 L: linux-fsdevel@vger.kernel.org
5517 S: Orphan
5518 F: Documentation/filesystems/hfsplus.txt
5519 F: fs/hfsplus/
5520
5521 HGA FRAMEBUFFER DRIVER
5522 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5523 L: linux-nvidia@lists.surfsouth.com
5524 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5525 S: Maintained
5526 F: drivers/video/fbdev/hgafb.c
5527
5528 HIBERNATION (aka Software Suspend, aka swsusp)
5529 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5530 M: Pavel Machek <pavel@ucw.cz>
5531 L: linux-pm@vger.kernel.org
5532 S: Supported
5533 F: arch/x86/power/
5534 F: drivers/base/power/
5535 F: kernel/power/
5536 F: include/linux/suspend.h
5537 F: include/linux/freezer.h
5538 F: include/linux/pm.h
5539 F: arch/*/include/asm/suspend*.h
5540
5541 HID CORE LAYER
5542 M: Jiri Kosina <jikos@kernel.org>
5543 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5544 L: linux-input@vger.kernel.org
5545 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5546 S: Maintained
5547 F: drivers/hid/
5548 F: include/linux/hid*
5549 F: include/uapi/linux/hid*
5550
5551 HID SENSOR HUB DRIVERS
5552 M: Jiri Kosina <jikos@kernel.org>
5553 M: Jonathan Cameron <jic23@kernel.org>
5554 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5555 L: linux-input@vger.kernel.org
5556 L: linux-iio@vger.kernel.org
5557 S: Maintained
5558 F: Documentation/hid/hid-sensor*
5559 F: drivers/hid/hid-sensor-*
5560 F: drivers/iio/*/hid-*
5561 F: include/linux/hid-sensor-*
5562
5563 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5564 M: Thomas Gleixner <tglx@linutronix.de>
5565 L: linux-kernel@vger.kernel.org
5566 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5567 S: Maintained
5568 F: Documentation/timers/
5569 F: kernel/time/hrtimer.c
5570 F: kernel/time/clockevents.c
5571 F: kernel/time/tick*.*
5572 F: kernel/time/timer_*.c
5573 F: include/linux/clockchips.h
5574 F: include/linux/hrtimer.h
5575
5576 HIGH-SPEED SCC DRIVER FOR AX.25
5577 L: linux-hams@vger.kernel.org
5578 S: Orphan
5579 F: drivers/net/hamradio/dmascc.c
5580 F: drivers/net/hamradio/scc.c
5581
5582 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5583 M: HighPoint Linux Team <linux@highpoint-tech.com>
5584 W: http://www.highpoint-tech.com
5585 S: Supported
5586 F: Documentation/scsi/hptiop.txt
5587 F: drivers/scsi/hptiop.c
5588
5589 HIPPI
5590 M: Jes Sorensen <jes@trained-monkey.org>
5591 L: linux-hippi@sunsite.dk
5592 S: Maintained
5593 F: include/linux/hippidevice.h
5594 F: include/uapi/linux/if_hippi.h
5595 F: net/802/hippi.c
5596 F: drivers/net/hippi/
5597
5598 HISILICON NETWORK SUBSYSTEM DRIVER
5599 M: Yisen Zhuang <yisen.zhuang@huawei.com>
5600 M: Salil Mehta <salil.mehta@huawei.com>
5601 L: netdev@vger.kernel.org
5602 W: http://www.hisilicon.com
5603 S: Maintained
5604 F: drivers/net/ethernet/hisilicon/
5605 F: Documentation/devicetree/bindings/net/hisilicon*.txt
5606
5607 HISILICON SAS Controller
5608 M: John Garry <john.garry@huawei.com>
5609 W: http://www.hisilicon.com
5610 S: Supported
5611 F: drivers/scsi/hisi_sas/
5612 F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5613
5614 HOST AP DRIVER
5615 M: Jouni Malinen <j@w1.fi>
5616 L: hostap@shmoo.com (subscribers-only)
5617 L: linux-wireless@vger.kernel.org
5618 W: http://hostap.epitest.fi/
5619 S: Maintained
5620 F: drivers/net/wireless/intersil/hostap/
5621
5622 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5623 L: platform-driver-x86@vger.kernel.org
5624 S: Orphan
5625 F: drivers/platform/x86/tc1100-wmi.c
5626
5627 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5628 M: Jaroslav Kysela <perex@perex.cz>
5629 S: Maintained
5630 F: drivers/net/ethernet/hp/hp100.*
5631
5632 HPET: High Precision Event Timers driver
5633 M: Clemens Ladisch <clemens@ladisch.de>
5634 S: Maintained
5635 F: Documentation/timers/hpet.txt
5636 F: drivers/char/hpet.c
5637 F: include/linux/hpet.h
5638 F: include/uapi/linux/hpet.h
5639
5640 HPET: x86
5641 S: Orphan
5642 F: arch/x86/kernel/hpet.c
5643 F: arch/x86/include/asm/hpet.h
5644
5645 HPFS FILESYSTEM
5646 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5647 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5648 S: Maintained
5649 F: fs/hpfs/
5650
5651 HSI SUBSYSTEM
5652 M: Sebastian Reichel <sre@kernel.org>
5653 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5654 S: Maintained
5655 F: Documentation/ABI/testing/sysfs-bus-hsi
5656 F: Documentation/hsi.txt
5657 F: drivers/hsi/
5658 F: include/linux/hsi/
5659 F: include/uapi/linux/hsi/
5660
5661 HSO 3G MODEM DRIVER
5662 M: Jan Dumon <j.dumon@option.com>
5663 W: http://www.pharscape.org
5664 S: Maintained
5665 F: drivers/net/usb/hso.c
5666
5667 HSR NETWORK PROTOCOL
5668 M: Arvid Brodin <arvid.brodin@alten.se>
5669 L: netdev@vger.kernel.org
5670 S: Maintained
5671 F: net/hsr/
5672
5673 HTCPEN TOUCHSCREEN DRIVER
5674 M: Pau Oliva Fora <pof@eslack.org>
5675 L: linux-input@vger.kernel.org
5676 S: Maintained
5677 F: drivers/input/touchscreen/htcpen.c
5678
5679 HUGETLB FILESYSTEM
5680 M: Nadia Yvette Chambers <nyc@holomorphy.com>
5681 S: Maintained
5682 F: fs/hugetlbfs/
5683
5684 Hyper-V CORE AND DRIVERS
5685 M: "K. Y. Srinivasan" <kys@microsoft.com>
5686 M: Haiyang Zhang <haiyangz@microsoft.com>
5687 L: devel@linuxdriverproject.org
5688 S: Maintained
5689 F: arch/x86/include/asm/mshyperv.h
5690 F: arch/x86/include/uapi/asm/hyperv.h
5691 F: arch/x86/kernel/cpu/mshyperv.c
5692 F: drivers/hid/hid-hyperv.c
5693 F: drivers/hv/
5694 F: drivers/input/serio/hyperv-keyboard.c
5695 F: drivers/pci/host/pci-hyperv.c
5696 F: drivers/net/hyperv/
5697 F: drivers/scsi/storvsc_drv.c
5698 F: drivers/video/fbdev/hyperv_fb.c
5699 F: include/linux/hyperv.h
5700 F: tools/hv/
5701 F: Documentation/ABI/stable/sysfs-bus-vmbus
5702
5703 I2C MUXES
5704 M: Peter Rosin <peda@axentia.se>
5705 L: linux-i2c@vger.kernel.org
5706 S: Maintained
5707 F: Documentation/i2c/i2c-topology
5708 F: Documentation/i2c/muxes/
5709 F: Documentation/devicetree/bindings/i2c/i2c-mux*
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 PSTATE DRIVER
6128 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6129 M: Len Brown <lenb@kernel.org>
6130 L: linux-pm@vger.kernel.org
6131 S: Supported
6132 F: drivers/cpufreq/intel_pstate.c
6133
6134 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6135 M: Maik Broemme <mbroemme@libmpq.org>
6136 L: linux-fbdev@vger.kernel.org
6137 S: Maintained
6138 F: Documentation/fb/intelfb.txt
6139 F: drivers/video/fbdev/intelfb/
6140
6141 INTEL 810/815 FRAMEBUFFER DRIVER
6142 M: Antonino Daplas <adaplas@gmail.com>
6143 L: linux-fbdev@vger.kernel.org
6144 S: Maintained
6145 F: drivers/video/fbdev/i810/
6146
6147 INTEL MENLOW THERMAL DRIVER
6148 M: Sujith Thomas <sujith.thomas@intel.com>
6149 L: platform-driver-x86@vger.kernel.org
6150 W: https://01.org/linux-acpi
6151 S: Supported
6152 F: drivers/platform/x86/intel_menlow.c
6153
6154 INTEL I/OAT DMA DRIVER
6155 M: Dave Jiang <dave.jiang@intel.com>
6156 R: Dan Williams <dan.j.williams@intel.com>
6157 L: dmaengine@vger.kernel.org
6158 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
6159 S: Supported
6160 F: drivers/dma/ioat*
6161
6162 INTEL IOMMU (VT-d)
6163 M: David Woodhouse <dwmw2@infradead.org>
6164 L: iommu@lists.linux-foundation.org
6165 T: git git://git.infradead.org/iommu-2.6.git
6166 S: Supported
6167 F: drivers/iommu/intel-iommu.c
6168 F: include/linux/intel-iommu.h
6169
6170 INTEL IOP-ADMA DMA DRIVER
6171 R: Dan Williams <dan.j.williams@intel.com>
6172 S: Odd fixes
6173 F: drivers/dma/iop-adma.c
6174
6175 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6176 M: Krzysztof Halasa <khalasa@piap.pl>
6177 S: Maintained
6178 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
6179 F: arch/arm/mach-ixp4xx/include/mach/npe.h
6180 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6181 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
6182 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
6183 F: drivers/net/wan/ixp4xx_hss.c
6184
6185 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6186 M: Deepak Saxena <dsaxena@plexity.net>
6187 S: Maintained
6188 F: drivers/char/hw_random/ixp4xx-rng.c
6189
6190 INTEL ETHERNET DRIVERS
6191 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6192 L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6193 W: http://www.intel.com/support/feedback.htm
6194 W: http://e1000.sourceforge.net/
6195 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6196 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6197 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6198 S: Supported
6199 F: Documentation/networking/e100.txt
6200 F: Documentation/networking/e1000.txt
6201 F: Documentation/networking/e1000e.txt
6202 F: Documentation/networking/igb.txt
6203 F: Documentation/networking/igbvf.txt
6204 F: Documentation/networking/ixgb.txt
6205 F: Documentation/networking/ixgbe.txt
6206 F: Documentation/networking/ixgbevf.txt
6207 F: Documentation/networking/i40e.txt
6208 F: Documentation/networking/i40evf.txt
6209 F: drivers/net/ethernet/intel/
6210 F: drivers/net/ethernet/intel/*/
6211
6212 INTEL RDMA RNIC DRIVER
6213 M: Faisal Latif <faisal.latif@intel.com>
6214 R: Chien Tin Tung <chien.tin.tung@intel.com>
6215 R: Mustafa Ismail <mustafa.ismail@intel.com>
6216 R: Shiraz Saleem <shiraz.saleem@intel.com>
6217 R: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6218 L: linux-rdma@vger.kernel.org
6219 S: Supported
6220 F: drivers/infiniband/hw/i40iw/
6221
6222 INTEL MERRIFIELD GPIO DRIVER
6223 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6224 L: linux-gpio@vger.kernel.org
6225 S: Maintained
6226 F: drivers/gpio/gpio-merrifield.c
6227
6228 INTEL-MID GPIO DRIVER
6229 M: David Cohen <david.a.cohen@linux.intel.com>
6230 L: linux-gpio@vger.kernel.org
6231 S: Maintained
6232 F: drivers/gpio/gpio-intel-mid.c
6233
6234 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6235 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
6236 L: linux-wireless@vger.kernel.org
6237 S: Maintained
6238 F: Documentation/networking/README.ipw2100
6239 F: Documentation/networking/README.ipw2200
6240 F: drivers/net/wireless/intel/ipw2x00/
6241
6242 INTEL(R) TRACE HUB
6243 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
6244 S: Supported
6245 F: Documentation/trace/intel_th.txt
6246 F: drivers/hwtracing/intel_th/
6247
6248 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6249 M: Ning Sun <ning.sun@intel.com>
6250 L: tboot-devel@lists.sourceforge.net
6251 W: http://tboot.sourceforge.net
6252 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6253 S: Supported
6254 F: Documentation/intel_txt.txt
6255 F: include/linux/tboot.h
6256 F: arch/x86/kernel/tboot.c
6257
6258 INTEL WIRELESS WIMAX CONNECTION 2400
6259 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6260 M: linux-wimax@intel.com
6261 L: wimax@linuxwimax.org (subscribers-only)
6262 S: Supported
6263 W: http://linuxwimax.org
6264 F: Documentation/wimax/README.i2400m
6265 F: drivers/net/wimax/i2400m/
6266 F: include/uapi/linux/wimax/i2400m.h
6267
6268 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6269 M: Stanislaw Gruszka <sgruszka@redhat.com>
6270 L: linux-wireless@vger.kernel.org
6271 S: Supported
6272 F: drivers/net/wireless/intel/iwlegacy/
6273
6274 INTEL WIRELESS WIFI LINK (iwlwifi)
6275 M: Johannes Berg <johannes.berg@intel.com>
6276 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6277 M: Luca Coelho <luciano.coelho@intel.com>
6278 M: Intel Linux Wireless <linuxwifi@intel.com>
6279 L: linux-wireless@vger.kernel.org
6280 W: http://intellinuxwireless.org
6281 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6282 S: Supported
6283 F: drivers/net/wireless/intel/iwlwifi/
6284
6285 INTEL MANAGEMENT ENGINE (mei)
6286 M: Tomas Winkler <tomas.winkler@intel.com>
6287 L: linux-kernel@vger.kernel.org
6288 S: Supported
6289 F: include/uapi/linux/mei.h
6290 F: include/linux/mei_cl_bus.h
6291 F: drivers/misc/mei/*
6292 F: drivers/watchdog/mei_wdt.c
6293 F: Documentation/misc-devices/mei/*
6294
6295 INTEL MIC DRIVERS (mic)
6296 M: Sudeep Dutt <sudeep.dutt@intel.com>
6297 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
6298 S: Supported
6299 W: https://github.com/sudeepdutt/mic
6300 W: http://software.intel.com/en-us/mic-developer
6301 F: include/linux/mic_bus.h
6302 F: include/linux/scif.h
6303 F: include/uapi/linux/mic_common.h
6304 F: include/uapi/linux/mic_ioctl.h
6305 F: include/uapi/linux/scif_ioctl.h
6306 F: drivers/misc/mic/
6307 F: drivers/dma/mic_x100_dma.c
6308 F: drivers/dma/mic_x100_dma.h
6309 F: Documentation/mic/
6310
6311 INTEL PMC/P-Unit IPC DRIVER
6312 M: Zha Qipeng<qipeng.zha@intel.com>
6313 L: platform-driver-x86@vger.kernel.org
6314 S: Maintained
6315 F: drivers/platform/x86/intel_pmc_ipc.c
6316 F: drivers/platform/x86/intel_punit_ipc.c
6317 F: arch/x86/include/asm/intel_pmc_ipc.h
6318 F: arch/x86/include/asm/intel_punit_ipc.h
6319
6320 INTEL TELEMETRY DRIVER
6321 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6322 L: platform-driver-x86@vger.kernel.org
6323 S: Maintained
6324 F: arch/x86/include/asm/intel_telemetry.h
6325 F: drivers/platform/x86/intel_telemetry*
6326
6327 INTEL PMC CORE DRIVER
6328 M: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6329 M: Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6330 L: platform-driver-x86@vger.kernel.org
6331 S: Maintained
6332 F: arch/x86/include/asm/pmc_core.h
6333 F: drivers/platform/x86/intel_pmc_core*
6334
6335 IOC3 ETHERNET DRIVER
6336 M: Ralf Baechle <ralf@linux-mips.org>
6337 L: linux-mips@linux-mips.org
6338 S: Maintained
6339 F: drivers/net/ethernet/sgi/ioc3-eth.c
6340
6341 IOC3 SERIAL DRIVER
6342 M: Pat Gefre <pfg@sgi.com>
6343 L: linux-serial@vger.kernel.org
6344 S: Maintained
6345 F: drivers/tty/serial/ioc3_serial.c
6346
6347 IOMMU DRIVERS
6348 M: Joerg Roedel <joro@8bytes.org>
6349 L: iommu@lists.linux-foundation.org
6350 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6351 S: Maintained
6352 F: Documentation/devicetree/bindings/iommu/
6353 F: drivers/iommu/
6354
6355 IP MASQUERADING
6356 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6357 S: Maintained
6358 F: net/ipv4/netfilter/ipt_MASQUERADE.c
6359
6360 IPMI SUBSYSTEM
6361 M: Corey Minyard <minyard@acm.org>
6362 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6363 W: http://openipmi.sourceforge.net/
6364 S: Supported
6365 F: Documentation/IPMI.txt
6366 F: drivers/char/ipmi/
6367 F: include/linux/ipmi*
6368 F: include/uapi/linux/ipmi*
6369
6370 QCOM AUDIO (ASoC) DRIVERS
6371 M: Patrick Lai <plai@codeaurora.org>
6372 M: Banajit Goswami <bgoswami@codeaurora.org>
6373 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6374 S: Supported
6375 F: sound/soc/qcom/
6376
6377 IPS SCSI RAID DRIVER
6378 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6379 L: linux-scsi@vger.kernel.org
6380 W: http://www.adaptec.com/
6381 S: Maintained
6382 F: drivers/scsi/ips*
6383
6384 IPVS
6385 M: Wensong Zhang <wensong@linux-vs.org>
6386 M: Simon Horman <horms@verge.net.au>
6387 M: Julian Anastasov <ja@ssi.bg>
6388 L: netdev@vger.kernel.org
6389 L: lvs-devel@vger.kernel.org
6390 S: Maintained
6391 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6392 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6393 F: Documentation/networking/ipvs-sysctl.txt
6394 F: include/net/ip_vs.h
6395 F: include/uapi/linux/ip_vs.h
6396 F: net/netfilter/ipvs/
6397
6398 IPWIRELESS DRIVER
6399 M: Jiri Kosina <jikos@kernel.org>
6400 M: David Sterba <dsterba@suse.com>
6401 S: Odd Fixes
6402 F: drivers/tty/ipwireless/
6403
6404 IPX NETWORK LAYER
6405 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6406 L: netdev@vger.kernel.org
6407 S: Maintained
6408 F: include/net/ipx.h
6409 F: include/uapi/linux/ipx.h
6410 F: net/ipx/
6411
6412 IRDA SUBSYSTEM
6413 M: Samuel Ortiz <samuel@sortiz.org>
6414 L: irda-users@lists.sourceforge.net (subscribers-only)
6415 L: netdev@vger.kernel.org
6416 W: http://irda.sourceforge.net/
6417 S: Maintained
6418 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6419 F: Documentation/networking/irda.txt
6420 F: drivers/net/irda/
6421 F: include/net/irda/
6422 F: net/irda/
6423
6424 IRQ SUBSYSTEM
6425 M: Thomas Gleixner <tglx@linutronix.de>
6426 L: linux-kernel@vger.kernel.org
6427 S: Maintained
6428 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6429 F: kernel/irq/
6430
6431 IRQCHIP DRIVERS
6432 M: Thomas Gleixner <tglx@linutronix.de>
6433 M: Jason Cooper <jason@lakedaemon.net>
6434 M: Marc Zyngier <marc.zyngier@arm.com>
6435 L: linux-kernel@vger.kernel.org
6436 S: Maintained
6437 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6438 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6439 F: Documentation/devicetree/bindings/interrupt-controller/
6440 F: drivers/irqchip/
6441
6442 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6443 M: Marc Zyngier <marc.zyngier@arm.com>
6444 S: Maintained
6445 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6446 F: Documentation/IRQ-domain.txt
6447 F: include/linux/irqdomain.h
6448 F: kernel/irq/irqdomain.c
6449 F: kernel/irq/msi.c
6450
6451 ISA
6452 M: William Breathitt Gray <vilhelm.gray@gmail.com>
6453 S: Maintained
6454 F: Documentation/isa.txt
6455 F: drivers/base/isa.c
6456 F: include/linux/isa.h
6457
6458 ISAPNP
6459 M: Jaroslav Kysela <perex@perex.cz>
6460 S: Maintained
6461 F: Documentation/isapnp.txt
6462 F: drivers/pnp/isapnp/
6463 F: include/linux/isapnp.h
6464
6465 ISA RADIO MODULE
6466 M: Hans Verkuil <hverkuil@xs4all.nl>
6467 L: linux-media@vger.kernel.org
6468 T: git git://linuxtv.org/media_tree.git
6469 W: https://linuxtv.org
6470 S: Maintained
6471 F: drivers/media/radio/radio-isa*
6472
6473 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6474 M: Peter Jones <pjones@redhat.com>
6475 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
6476 S: Maintained
6477 F: drivers/firmware/iscsi_ibft*
6478
6479 ISCSI
6480 M: Mike Christie <michaelc@cs.wisc.edu>
6481 L: open-iscsi@googlegroups.com
6482 W: www.open-iscsi.org
6483 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6484 S: Maintained
6485 F: drivers/scsi/*iscsi*
6486 F: include/scsi/*iscsi*
6487
6488 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6489 M: Or Gerlitz <ogerlitz@mellanox.com>
6490 M: Sagi Grimberg <sagi@grimberg.me>
6491 M: Roi Dayan <roid@mellanox.com>
6492 L: linux-rdma@vger.kernel.org
6493 S: Supported
6494 W: http://www.openfabrics.org
6495 W: www.open-iscsi.org
6496 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6497 F: drivers/infiniband/ulp/iser/
6498
6499 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6500 M: Sagi Grimberg <sagi@grimberg.me>
6501 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6502 L: linux-rdma@vger.kernel.org
6503 L: target-devel@vger.kernel.org
6504 S: Supported
6505 W: http://www.linux-iscsi.org
6506 F: drivers/infiniband/ulp/isert
6507
6508 ISDN SUBSYSTEM
6509 M: Karsten Keil <isdn@linux-pingi.de>
6510 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6511 L: netdev@vger.kernel.org
6512 W: http://www.isdn4linux.de
6513 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6514 S: Maintained
6515 F: Documentation/isdn/
6516 F: drivers/isdn/
6517 F: include/linux/isdn.h
6518 F: include/linux/isdn/
6519 F: include/uapi/linux/isdn.h
6520 F: include/uapi/linux/isdn/
6521
6522 ISDN SUBSYSTEM (Eicon active card driver)
6523 M: Armin Schindler <mac@melware.de>
6524 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6525 W: http://www.melware.de
6526 S: Maintained
6527 F: drivers/isdn/hardware/eicon/
6528
6529 IT87 HARDWARE MONITORING DRIVER
6530 M: Jean Delvare <jdelvare@suse.com>
6531 L: linux-hwmon@vger.kernel.org
6532 S: Maintained
6533 F: Documentation/hwmon/it87
6534 F: drivers/hwmon/it87.c
6535
6536 IT913X MEDIA DRIVER
6537 M: Antti Palosaari <crope@iki.fi>
6538 L: linux-media@vger.kernel.org
6539 W: https://linuxtv.org
6540 W: http://palosaari.fi/linux/
6541 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6542 T: git git://linuxtv.org/anttip/media_tree.git
6543 S: Maintained
6544 F: drivers/media/tuners/it913x*
6545
6546 IVTV VIDEO4LINUX DRIVER
6547 M: Andy Walls <awalls@md.metrocast.net>
6548 L: ivtv-devel@ivtvdriver.org (subscribers-only)
6549 L: linux-media@vger.kernel.org
6550 T: git git://linuxtv.org/media_tree.git
6551 W: http://www.ivtvdriver.org
6552 S: Maintained
6553 F: Documentation/video4linux/*.ivtv
6554 F: drivers/media/pci/ivtv/
6555 F: include/uapi/linux/ivtv*
6556
6557 IX2505V MEDIA DRIVER
6558 M: Malcolm Priestley <tvboxspy@gmail.com>
6559 L: linux-media@vger.kernel.org
6560 W: https://linuxtv.org
6561 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6562 S: Maintained
6563 F: drivers/media/dvb-frontends/ix2505v*
6564
6565 JC42.4 TEMPERATURE SENSOR DRIVER
6566 M: Guenter Roeck <linux@roeck-us.net>
6567 L: linux-hwmon@vger.kernel.org
6568 S: Maintained
6569 F: drivers/hwmon/jc42.c
6570 F: Documentation/hwmon/jc42
6571
6572 JFS FILESYSTEM
6573 M: Dave Kleikamp <shaggy@kernel.org>
6574 L: jfs-discussion@lists.sourceforge.net
6575 W: http://jfs.sourceforge.net/
6576 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6577 S: Maintained
6578 F: Documentation/filesystems/jfs.txt
6579 F: fs/jfs/
6580
6581 JME NETWORK DRIVER
6582 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6583 L: netdev@vger.kernel.org
6584 S: Maintained
6585 F: drivers/net/ethernet/jme.*
6586
6587 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6588 M: David Woodhouse <dwmw2@infradead.org>
6589 L: linux-mtd@lists.infradead.org
6590 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6591 S: Maintained
6592 F: fs/jffs2/
6593 F: include/uapi/linux/jffs2.h
6594
6595 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6596 M: "Theodore Ts'o" <tytso@mit.edu>
6597 M: Jan Kara <jack@suse.com>
6598 L: linux-ext4@vger.kernel.org
6599 S: Maintained
6600 F: fs/jbd2/
6601 F: include/linux/jbd2.h
6602
6603 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6604 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6605 L: linux-media@vger.kernel.org
6606 S: Maintained
6607 F: drivers/media/platform/rcar_jpu.c
6608
6609 JSM Neo PCI based serial card
6610 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6611 L: linux-serial@vger.kernel.org
6612 S: Maintained
6613 F: drivers/tty/serial/jsm/
6614
6615 K10TEMP HARDWARE MONITORING DRIVER
6616 M: Clemens Ladisch <clemens@ladisch.de>
6617 L: linux-hwmon@vger.kernel.org
6618 S: Maintained
6619 F: Documentation/hwmon/k10temp
6620 F: drivers/hwmon/k10temp.c
6621
6622 K8TEMP HARDWARE MONITORING DRIVER
6623 M: Rudolf Marek <r.marek@assembler.cz>
6624 L: linux-hwmon@vger.kernel.org
6625 S: Maintained
6626 F: Documentation/hwmon/k8temp
6627 F: drivers/hwmon/k8temp.c
6628
6629 KASAN
6630 M: Andrey Ryabinin <aryabinin@virtuozzo.com>
6631 R: Alexander Potapenko <glider@google.com>
6632 R: Dmitry Vyukov <dvyukov@google.com>
6633 L: kasan-dev@googlegroups.com
6634 S: Maintained
6635 F: arch/*/include/asm/kasan.h
6636 F: arch/*/mm/kasan_init*
6637 F: Documentation/kasan.txt
6638 F: include/linux/kasan*.h
6639 F: lib/test_kasan.c
6640 F: mm/kasan/
6641 F: scripts/Makefile.kasan
6642
6643 KCONFIG
6644 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
6645 L: linux-kbuild@vger.kernel.org
6646 T: git git://gitorious.org/linux-kconfig/linux-kconfig
6647 S: Maintained
6648 F: Documentation/kbuild/kconfig-language.txt
6649 F: scripts/kconfig/
6650
6651 KDUMP
6652 M: Dave Young <dyoung@redhat.com>
6653 M: Baoquan He <bhe@redhat.com>
6654 R: Vivek Goyal <vgoyal@redhat.com>
6655 L: kexec@lists.infradead.org
6656 W: http://lse.sourceforge.net/kdump/
6657 S: Maintained
6658 F: Documentation/kdump/
6659
6660 KEENE FM RADIO TRANSMITTER DRIVER
6661 M: Hans Verkuil <hverkuil@xs4all.nl>
6662 L: linux-media@vger.kernel.org
6663 T: git git://linuxtv.org/media_tree.git
6664 W: https://linuxtv.org
6665 S: Maintained
6666 F: drivers/media/radio/radio-keene*
6667
6668 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6669 M: Ian Kent <raven@themaw.net>
6670 L: autofs@vger.kernel.org
6671 S: Maintained
6672 F: fs/autofs4/
6673
6674 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6675 M: Michal Marek <mmarek@suse.com>
6676 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6677 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6678 L: linux-kbuild@vger.kernel.org
6679 S: Maintained
6680 F: Documentation/kbuild/
6681 F: Makefile
6682 F: scripts/Makefile.*
6683 F: scripts/basic/
6684 F: scripts/mk*
6685 F: scripts/package/
6686
6687 KERNEL JANITORS
6688 L: kernel-janitors@vger.kernel.org
6689 W: http://kernelnewbies.org/KernelJanitors
6690 S: Odd Fixes
6691
6692 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6693 M: "J. Bruce Fields" <bfields@fieldses.org>
6694 M: Jeff Layton <jlayton@poochiereds.net>
6695 L: linux-nfs@vger.kernel.org
6696 W: http://nfs.sourceforge.net/
6697 T: git git://linux-nfs.org/~bfields/linux.git
6698 S: Supported
6699 F: fs/nfsd/
6700 F: include/uapi/linux/nfsd/
6701 F: fs/lockd/
6702 F: fs/nfs_common/
6703 F: net/sunrpc/
6704 F: include/linux/lockd/
6705 F: include/linux/sunrpc/
6706 F: include/uapi/linux/sunrpc/
6707
6708 KERNEL SELFTEST FRAMEWORK
6709 M: Shuah Khan <shuahkh@osg.samsung.com>
6710 M: Shuah Khan <shuah@kernel.org>
6711 L: linux-kselftest@vger.kernel.org
6712 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6713 S: Maintained
6714 F: tools/testing/selftests
6715
6716 KERNEL VIRTUAL MACHINE (KVM)
6717 M: Paolo Bonzini <pbonzini@redhat.com>
6718 M: Radim Krčmář <rkrcmar@redhat.com>
6719 L: kvm@vger.kernel.org
6720 W: http://www.linux-kvm.org
6721 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6722 S: Supported
6723 F: Documentation/*/kvm*.txt
6724 F: Documentation/virtual/kvm/
6725 F: arch/*/kvm/
6726 F: arch/x86/kernel/kvm.c
6727 F: arch/x86/kernel/kvmclock.c
6728 F: arch/*/include/asm/kvm*
6729 F: include/linux/kvm*
6730 F: include/uapi/linux/kvm*
6731 F: virt/kvm/
6732 F: tools/kvm/
6733
6734 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6735 M: Joerg Roedel <joro@8bytes.org>
6736 L: kvm@vger.kernel.org
6737 W: http://www.linux-kvm.org/
6738 S: Maintained
6739 F: arch/x86/include/asm/svm.h
6740 F: arch/x86/kvm/svm.c
6741
6742 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6743 M: Alexander Graf <agraf@suse.com>
6744 L: kvm-ppc@vger.kernel.org
6745 W: http://www.linux-kvm.org/
6746 T: git git://github.com/agraf/linux-2.6.git
6747 S: Supported
6748 F: arch/powerpc/include/asm/kvm*
6749 F: arch/powerpc/kvm/
6750
6751 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6752 M: Christian Borntraeger <borntraeger@de.ibm.com>
6753 M: Cornelia Huck <cornelia.huck@de.ibm.com>
6754 L: linux-s390@vger.kernel.org
6755 W: http://www.ibm.com/developerworks/linux/linux390/
6756 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6757 S: Supported
6758 F: Documentation/s390/kvm.txt
6759 F: arch/s390/include/asm/kvm*
6760 F: arch/s390/kvm/
6761
6762 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6763 M: Christoffer Dall <christoffer.dall@linaro.org>
6764 M: Marc Zyngier <marc.zyngier@arm.com>
6765 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6766 L: kvmarm@lists.cs.columbia.edu
6767 W: http://systems.cs.columbia.edu/projects/kvm-arm
6768 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6769 S: Supported
6770 F: arch/arm/include/uapi/asm/kvm*
6771 F: arch/arm/include/asm/kvm*
6772 F: arch/arm/kvm/
6773 F: virt/kvm/arm/
6774 F: include/kvm/arm_*
6775
6776 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6777 M: Christoffer Dall <christoffer.dall@linaro.org>
6778 M: Marc Zyngier <marc.zyngier@arm.com>
6779 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6780 L: kvmarm@lists.cs.columbia.edu
6781 S: Maintained
6782 F: arch/arm64/include/uapi/asm/kvm*
6783 F: arch/arm64/include/asm/kvm*
6784 F: arch/arm64/kvm/
6785
6786 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6787 M: James Hogan <james.hogan@imgtec.com>
6788 L: linux-mips@linux-mips.org
6789 S: Supported
6790 F: arch/mips/include/uapi/asm/kvm*
6791 F: arch/mips/include/asm/kvm*
6792 F: arch/mips/kvm/
6793
6794 KEXEC
6795 M: Eric Biederman <ebiederm@xmission.com>
6796 W: http://kernel.org/pub/linux/utils/kernel/kexec/
6797 L: kexec@lists.infradead.org
6798 S: Maintained
6799 F: include/linux/kexec.h
6800 F: include/uapi/linux/kexec.h
6801 F: kernel/kexec*
6802
6803 KEYS/KEYRINGS:
6804 M: David Howells <dhowells@redhat.com>
6805 L: keyrings@vger.kernel.org
6806 S: Maintained
6807 F: Documentation/security/keys.txt
6808 F: include/linux/key.h
6809 F: include/linux/key-type.h
6810 F: include/linux/keyctl.h
6811 F: include/uapi/linux/keyctl.h
6812 F: include/keys/
6813 F: security/keys/
6814
6815 KEYS-TRUSTED
6816 M: David Safford <safford@us.ibm.com>
6817 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6818 L: linux-security-module@vger.kernel.org
6819 L: keyrings@vger.kernel.org
6820 S: Supported
6821 F: Documentation/security/keys-trusted-encrypted.txt
6822 F: include/keys/trusted-type.h
6823 F: security/keys/trusted.c
6824 F: security/keys/trusted.h
6825
6826 KEYS-ENCRYPTED
6827 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6828 M: David Safford <safford@us.ibm.com>
6829 L: linux-security-module@vger.kernel.org
6830 L: keyrings@vger.kernel.org
6831 S: Supported
6832 F: Documentation/security/keys-trusted-encrypted.txt
6833 F: include/keys/encrypted-type.h
6834 F: security/keys/encrypted-keys/
6835
6836 KGDB / KDB /debug_core
6837 M: Jason Wessel <jason.wessel@windriver.com>
6838 W: http://kgdb.wiki.kernel.org/
6839 L: kgdb-bugreport@lists.sourceforge.net
6840 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6841 S: Maintained
6842 F: Documentation/DocBook/kgdb.tmpl
6843 F: drivers/misc/kgdbts.c
6844 F: drivers/tty/serial/kgdboc.c
6845 F: include/linux/kdb.h
6846 F: include/linux/kgdb.h
6847 F: kernel/debug/
6848
6849 KMEMCHECK
6850 M: Vegard Nossum <vegardno@ifi.uio.no>
6851 M: Pekka Enberg <penberg@kernel.org>
6852 S: Maintained
6853 F: Documentation/kmemcheck.txt
6854 F: arch/x86/include/asm/kmemcheck.h
6855 F: arch/x86/mm/kmemcheck/
6856 F: include/linux/kmemcheck.h
6857 F: mm/kmemcheck.c
6858
6859 KMEMLEAK
6860 M: Catalin Marinas <catalin.marinas@arm.com>
6861 S: Maintained
6862 F: Documentation/kmemleak.txt
6863 F: include/linux/kmemleak.h
6864 F: mm/kmemleak.c
6865 F: mm/kmemleak-test.c
6866
6867 KPROBES
6868 M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
6869 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6870 M: "David S. Miller" <davem@davemloft.net>
6871 M: Masami Hiramatsu <mhiramat@kernel.org>
6872 S: Maintained
6873 F: Documentation/kprobes.txt
6874 F: include/linux/kprobes.h
6875 F: kernel/kprobes.c
6876
6877 KS0108 LCD CONTROLLER DRIVER
6878 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6879 W: http://miguelojeda.es/auxdisplay.htm
6880 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6881 S: Maintained
6882 F: Documentation/auxdisplay/ks0108
6883 F: drivers/auxdisplay/ks0108.c
6884 F: include/linux/ks0108.h
6885
6886 L3MDEV
6887 M: David Ahern <dsa@cumulusnetworks.com>
6888 L: netdev@vger.kernel.org
6889 S: Maintained
6890 F: net/l3mdev
6891 F: include/net/l3mdev.h
6892
6893 LANTIQ MIPS ARCHITECTURE
6894 M: John Crispin <john@phrozen.org>
6895 L: linux-mips@linux-mips.org
6896 S: Maintained
6897 F: arch/mips/lantiq
6898
6899 LAPB module
6900 L: linux-x25@vger.kernel.org
6901 S: Orphan
6902 F: Documentation/networking/lapb-module.txt
6903 F: include/*/lapb.h
6904 F: net/lapb/
6905
6906 LASI 53c700 driver for PARISC
6907 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6908 L: linux-scsi@vger.kernel.org
6909 S: Maintained
6910 F: Documentation/scsi/53c700.txt
6911 F: drivers/scsi/53c700*
6912
6913 LED SUBSYSTEM
6914 M: Richard Purdie <rpurdie@rpsys.net>
6915 M: Jacek Anaszewski <j.anaszewski@samsung.com>
6916 L: linux-leds@vger.kernel.org
6917 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6918 S: Maintained
6919 F: Documentation/devicetree/bindings/leds/
6920 F: drivers/leds/
6921 F: include/linux/leds.h
6922
6923 LEGACY EEPROM DRIVER
6924 M: Jean Delvare <jdelvare@suse.com>
6925 S: Maintained
6926 F: Documentation/misc-devices/eeprom
6927 F: drivers/misc/eeprom/eeprom.c
6928
6929 LEGO USB Tower driver
6930 M: Juergen Stuber <starblue@users.sourceforge.net>
6931 L: legousb-devel@lists.sourceforge.net
6932 W: http://legousb.sourceforge.net/
6933 S: Maintained
6934 F: drivers/usb/misc/legousbtower.c
6935
6936 LG2160 MEDIA DRIVER
6937 M: Michael Krufky <mkrufky@linuxtv.org>
6938 L: linux-media@vger.kernel.org
6939 W: https://linuxtv.org
6940 W: http://github.com/mkrufky
6941 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6942 T: git git://linuxtv.org/mkrufky/tuners.git
6943 S: Maintained
6944 F: drivers/media/dvb-frontends/lg2160.*
6945
6946 LGDT3305 MEDIA DRIVER
6947 M: Michael Krufky <mkrufky@linuxtv.org>
6948 L: linux-media@vger.kernel.org
6949 W: https://linuxtv.org
6950 W: http://github.com/mkrufky
6951 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6952 T: git git://linuxtv.org/mkrufky/tuners.git
6953 S: Maintained
6954 F: drivers/media/dvb-frontends/lgdt3305.*
6955
6956 LGUEST
6957 M: Rusty Russell <rusty@rustcorp.com.au>
6958 L: lguest@lists.ozlabs.org
6959 W: http://lguest.ozlabs.org/
6960 S: Odd Fixes
6961 F: arch/x86/include/asm/lguest*.h
6962 F: arch/x86/lguest/
6963 F: drivers/lguest/
6964 F: include/linux/lguest*.h
6965 F: tools/lguest/
6966
6967 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6968 M: Tejun Heo <tj@kernel.org>
6969 L: linux-ide@vger.kernel.org
6970 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6971 S: Maintained
6972 F: drivers/ata/
6973 F: include/linux/ata.h
6974 F: include/linux/libata.h
6975 F: Documentation/devicetree/bindings/ata/
6976
6977 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6978 M: Viresh Kumar <vireshk@kernel.org>
6979 L: linux-ide@vger.kernel.org
6980 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6981 S: Maintained
6982 F: include/linux/pata_arasan_cf_data.h
6983 F: drivers/ata/pata_arasan_cf.c
6984
6985 LIBATA PATA DRIVERS
6986 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6987 M: Tejun Heo <tj@kernel.org>
6988 L: linux-ide@vger.kernel.org
6989 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6990 S: Maintained
6991 F: drivers/ata/pata_*.c
6992 F: drivers/ata/ata_generic.c
6993
6994 LIBATA SATA AHCI PLATFORM devices support
6995 M: Hans de Goede <hdegoede@redhat.com>
6996 M: Tejun Heo <tj@kernel.org>
6997 L: linux-ide@vger.kernel.org
6998 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6999 S: Maintained
7000 F: drivers/ata/ahci_platform.c
7001 F: drivers/ata/libahci_platform.c
7002 F: include/linux/ahci_platform.h
7003
7004 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7005 M: Mikael Pettersson <mikpelinux@gmail.com>
7006 L: linux-ide@vger.kernel.org
7007 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7008 S: Maintained
7009 F: drivers/ata/sata_promise.*
7010
7011 LIBLOCKDEP
7012 M: Sasha Levin <sasha.levin@oracle.com>
7013 S: Maintained
7014 F: tools/lib/lockdep/
7015
7016 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7017 M: Dan Williams <dan.j.williams@intel.com>
7018 L: linux-nvdimm@lists.01.org
7019 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7020 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7021 S: Supported
7022 F: drivers/nvdimm/*
7023 F: include/linux/nd.h
7024 F: include/linux/libnvdimm.h
7025 F: include/uapi/linux/ndctl.h
7026
7027 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7028 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7029 L: linux-nvdimm@lists.01.org
7030 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7031 S: Supported
7032 F: drivers/nvdimm/blk.c
7033 F: drivers/nvdimm/region_devs.c
7034 F: drivers/acpi/nfit*
7035
7036 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7037 M: Vishal Verma <vishal.l.verma@intel.com>
7038 L: linux-nvdimm@lists.01.org
7039 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7040 S: Supported
7041 F: drivers/nvdimm/btt*
7042
7043 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7044 M: Ross Zwisler <ross.zwisler@linux.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/pmem.c
7049 F: include/linux/pmem.h
7050 F: arch/*/include/asm/pmem.h
7051
7052 LIGHTNVM PLATFORM SUPPORT
7053 M: Matias Bjorling <mb@lightnvm.io>
7054 W: http://github/OpenChannelSSD
7055 L: linux-block@vger.kernel.org
7056 S: Maintained
7057 F: drivers/lightnvm/
7058 F: include/linux/lightnvm.h
7059 F: include/uapi/linux/lightnvm.h
7060
7061 LINUX FOR IBM pSERIES (RS/6000)
7062 M: Paul Mackerras <paulus@au.ibm.com>
7063 W: http://www.ibm.com/linux/ltc/projects/ppc
7064 S: Supported
7065 F: arch/powerpc/boot/rs6000.h
7066
7067 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7068 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7069 M: Paul Mackerras <paulus@samba.org>
7070 M: Michael Ellerman <mpe@ellerman.id.au>
7071 W: http://www.penguinppc.org/
7072 L: linuxppc-dev@lists.ozlabs.org
7073 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7074 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7075 S: Supported
7076 F: Documentation/powerpc/
7077 F: arch/powerpc/
7078 F: drivers/char/tpm/tpm_ibmvtpm*
7079 F: drivers/crypto/nx/
7080 F: drivers/crypto/vmx/
7081 F: drivers/net/ethernet/ibm/ibmveth.*
7082 F: drivers/net/ethernet/ibm/ibmvnic.*
7083 F: drivers/pci/hotplug/pnv_php.c
7084 F: drivers/pci/hotplug/rpa*
7085 F: drivers/scsi/ibmvscsi/
7086 N: opal
7087 N: /pmac
7088 N: powermac
7089 N: powernv
7090 N: [^a-z0-9]ps3
7091 N: pseries
7092
7093 LINUX FOR POWER MACINTOSH
7094 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7095 W: http://www.penguinppc.org/
7096 L: linuxppc-dev@lists.ozlabs.org
7097 S: Maintained
7098 F: arch/powerpc/platforms/powermac/
7099 F: drivers/macintosh/
7100
7101 LINUX FOR POWERPC EMBEDDED MPC5XXX
7102 M: Anatolij Gustschin <agust@denx.de>
7103 L: linuxppc-dev@lists.ozlabs.org
7104 T: git git://git.denx.de/linux-denx-agust.git
7105 S: Maintained
7106 F: arch/powerpc/platforms/512x/
7107 F: arch/powerpc/platforms/52xx/
7108
7109 LINUX FOR POWERPC EMBEDDED PPC4XX
7110 M: Alistair Popple <alistair@popple.id.au>
7111 M: Matt Porter <mporter@kernel.crashing.org>
7112 W: http://www.penguinppc.org/
7113 L: linuxppc-dev@lists.ozlabs.org
7114 S: Maintained
7115 F: arch/powerpc/platforms/40x/
7116 F: arch/powerpc/platforms/44x/
7117
7118 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7119 L: linuxppc-dev@lists.ozlabs.org
7120 S: Orphan
7121 F: arch/powerpc/*/*virtex*
7122 F: arch/powerpc/*/*/*virtex*
7123
7124 LINUX FOR POWERPC EMBEDDED PPC8XX
7125 M: Vitaly Bordug <vitb@kernel.crashing.org>
7126 W: http://www.penguinppc.org/
7127 L: linuxppc-dev@lists.ozlabs.org
7128 S: Maintained
7129 F: arch/powerpc/platforms/8xx/
7130
7131 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7132 M: Scott Wood <oss@buserror.net>
7133 M: Kumar Gala <galak@kernel.crashing.org>
7134 W: http://www.penguinppc.org/
7135 L: linuxppc-dev@lists.ozlabs.org
7136 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7137 S: Maintained
7138 F: arch/powerpc/platforms/83xx/
7139 F: arch/powerpc/platforms/85xx/
7140
7141 LINUX FOR POWERPC PA SEMI PWRFICIENT
7142 M: Olof Johansson <olof@lixom.net>
7143 L: linuxppc-dev@lists.ozlabs.org
7144 S: Maintained
7145 F: arch/powerpc/platforms/pasemi/
7146 F: drivers/*/*pasemi*
7147 F: drivers/*/*/*pasemi*
7148
7149 LINUX SECURITY MODULE (LSM) FRAMEWORK
7150 M: Chris Wright <chrisw@sous-sol.org>
7151 L: linux-security-module@vger.kernel.org
7152 S: Supported
7153
7154 LIS3LV02D ACCELEROMETER DRIVER
7155 M: Eric Piel <eric.piel@tremplin-utc.net>
7156 S: Maintained
7157 F: Documentation/misc-devices/lis3lv02d
7158 F: drivers/misc/lis3lv02d/
7159 F: drivers/platform/x86/hp_accel.c
7160
7161 LIVE PATCHING
7162 M: Josh Poimboeuf <jpoimboe@redhat.com>
7163 M: Jessica Yu <jeyu@redhat.com>
7164 M: Jiri Kosina <jikos@kernel.org>
7165 M: Miroslav Benes <mbenes@suse.cz>
7166 R: Petr Mladek <pmladek@suse.com>
7167 S: Maintained
7168 F: kernel/livepatch/
7169 F: include/linux/livepatch.h
7170 F: arch/x86/include/asm/livepatch.h
7171 F: arch/x86/kernel/livepatch.c
7172 F: Documentation/livepatch/
7173 F: Documentation/ABI/testing/sysfs-kernel-livepatch
7174 F: samples/livepatch/
7175 L: live-patching@vger.kernel.org
7176 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7177
7178 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7179 M: Kees Cook <keescook@chromium.org>
7180 S: Maintained
7181 F: drivers/misc/lkdtm*
7182
7183 LLC (802.2)
7184 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7185 S: Maintained
7186 F: include/linux/llc.h
7187 F: include/uapi/linux/llc.h
7188 F: include/net/llc*
7189 F: net/llc/
7190
7191 LM73 HARDWARE MONITOR DRIVER
7192 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
7193 L: linux-hwmon@vger.kernel.org
7194 S: Maintained
7195 F: drivers/hwmon/lm73.c
7196
7197 LM78 HARDWARE MONITOR DRIVER
7198 M: Jean Delvare <jdelvare@suse.com>
7199 L: linux-hwmon@vger.kernel.org
7200 S: Maintained
7201 F: Documentation/hwmon/lm78
7202 F: drivers/hwmon/lm78.c
7203
7204 LM83 HARDWARE MONITOR DRIVER
7205 M: Jean Delvare <jdelvare@suse.com>
7206 L: linux-hwmon@vger.kernel.org
7207 S: Maintained
7208 F: Documentation/hwmon/lm83
7209 F: drivers/hwmon/lm83.c
7210
7211 LM90 HARDWARE MONITOR DRIVER
7212 M: Jean Delvare <jdelvare@suse.com>
7213 L: linux-hwmon@vger.kernel.org
7214 S: Maintained
7215 F: Documentation/hwmon/lm90
7216 F: Documentation/devicetree/bindings/hwmon/lm90.txt
7217 F: drivers/hwmon/lm90.c
7218
7219 LM95234 HARDWARE MONITOR DRIVER
7220 M: Guenter Roeck <linux@roeck-us.net>
7221 L: linux-hwmon@vger.kernel.org
7222 S: Maintained
7223 F: Documentation/hwmon/lm95234
7224 F: drivers/hwmon/lm95234.c
7225
7226 LME2510 MEDIA DRIVER
7227 M: Malcolm Priestley <tvboxspy@gmail.com>
7228 L: linux-media@vger.kernel.org
7229 W: https://linuxtv.org
7230 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7231 S: Maintained
7232 F: drivers/media/usb/dvb-usb-v2/lmedm04*
7233
7234 LOCKING PRIMITIVES
7235 M: Peter Zijlstra <peterz@infradead.org>
7236 M: Ingo Molnar <mingo@redhat.com>
7237 L: linux-kernel@vger.kernel.org
7238 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7239 S: Maintained
7240 F: Documentation/locking/
7241 F: include/linux/lockdep.h
7242 F: include/linux/spinlock*.h
7243 F: arch/*/include/asm/spinlock*.h
7244 F: include/linux/rwlock*.h
7245 F: include/linux/mutex*.h
7246 F: arch/*/include/asm/mutex*.h
7247 F: include/linux/rwsem*.h
7248 F: arch/*/include/asm/rwsem.h
7249 F: include/linux/seqlock.h
7250 F: lib/locking*.[ch]
7251 F: kernel/locking/
7252
7253 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7254 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
7255 L: linux-ntfs-dev@lists.sourceforge.net
7256 W: http://www.linux-ntfs.org/content/view/19/37/
7257 S: Maintained
7258 F: Documentation/ldm.txt
7259 F: block/partitions/ldm.*
7260
7261 LogFS
7262 M: Joern Engel <joern@logfs.org>
7263 M: Prasad Joshi <prasadjoshi.linux@gmail.com>
7264 L: logfs@logfs.org
7265 W: logfs.org
7266 S: Maintained
7267 F: fs/logfs/
7268
7269 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7270 M: Sathya Prakash <sathya.prakash@broadcom.com>
7271 M: Chaitra P B <chaitra.basappa@broadcom.com>
7272 M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7273 L: MPT-FusionLinux.pdl@broadcom.com
7274 L: linux-scsi@vger.kernel.org
7275 W: http://www.avagotech.com/support/
7276 S: Supported
7277 F: drivers/message/fusion/
7278 F: drivers/scsi/mpt2sas/
7279 F: drivers/scsi/mpt3sas/
7280
7281 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7282 M: Matthew Wilcox <matthew@wil.cx>
7283 L: linux-scsi@vger.kernel.org
7284 S: Maintained
7285 F: drivers/scsi/sym53c8xx_2/
7286
7287 LTC4261 HARDWARE MONITOR DRIVER
7288 M: Guenter Roeck <linux@roeck-us.net>
7289 L: linux-hwmon@vger.kernel.org
7290 S: Maintained
7291 F: Documentation/hwmon/ltc4261
7292 F: drivers/hwmon/ltc4261.c
7293
7294 LTP (Linux Test Project)
7295 M: Mike Frysinger <vapier@gentoo.org>
7296 M: Cyril Hrubis <chrubis@suse.cz>
7297 M: Wanlong Gao <wanlong.gao@gmail.com>
7298 M: Jan Stancek <jstancek@redhat.com>
7299 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7300 M: Alexey Kodanev <alexey.kodanev@oracle.com>
7301 L: ltp@lists.linux.it (subscribers-only)
7302 W: http://linux-test-project.github.io/
7303 T: git git://github.com/linux-test-project/ltp.git
7304 S: Maintained
7305
7306 M32R ARCHITECTURE
7307 W: http://www.linux-m32r.org/
7308 S: Orphan
7309 F: arch/m32r/
7310
7311 M68K ARCHITECTURE
7312 M: Geert Uytterhoeven <geert@linux-m68k.org>
7313 L: linux-m68k@lists.linux-m68k.org
7314 W: http://www.linux-m68k.org/
7315 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7316 S: Maintained
7317 F: arch/m68k/
7318 F: drivers/zorro/
7319
7320 M68K ON APPLE MACINTOSH
7321 M: Joshua Thompson <funaho@jurai.org>
7322 W: http://www.mac.linux-m68k.org/
7323 L: linux-m68k@lists.linux-m68k.org
7324 S: Maintained
7325 F: arch/m68k/mac/
7326
7327 M68K ON HP9000/300
7328 M: Philip Blundell <philb@gnu.org>
7329 W: http://www.tazenda.demon.co.uk/phil/linux-hp
7330 S: Maintained
7331 F: arch/m68k/hp300/
7332
7333 M88DS3103 MEDIA DRIVER
7334 M: Antti Palosaari <crope@iki.fi>
7335 L: linux-media@vger.kernel.org
7336 W: https://linuxtv.org
7337 W: http://palosaari.fi/linux/
7338 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7339 T: git git://linuxtv.org/anttip/media_tree.git
7340 S: Maintained
7341 F: drivers/media/dvb-frontends/m88ds3103*
7342
7343 M88RS2000 MEDIA DRIVER
7344 M: Malcolm Priestley <tvboxspy@gmail.com>
7345 L: linux-media@vger.kernel.org
7346 W: https://linuxtv.org
7347 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7348 S: Maintained
7349 F: drivers/media/dvb-frontends/m88rs2000*
7350
7351 MA901 MASTERKIT USB FM RADIO DRIVER
7352 M: Alexey Klimov <klimov.linux@gmail.com>
7353 L: linux-media@vger.kernel.org
7354 T: git git://linuxtv.org/media_tree.git
7355 S: Maintained
7356 F: drivers/media/radio/radio-ma901.c
7357
7358 MAC80211
7359 M: Johannes Berg <johannes@sipsolutions.net>
7360 L: linux-wireless@vger.kernel.org
7361 W: http://wireless.kernel.org/
7362 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7363 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7364 S: Maintained
7365 F: Documentation/networking/mac80211-injection.txt
7366 F: include/net/mac80211.h
7367 F: net/mac80211/
7368 F: drivers/net/wireless/mac80211_hwsim.[ch]
7369
7370 MACVLAN DRIVER
7371 M: Patrick McHardy <kaber@trash.net>
7372 L: netdev@vger.kernel.org
7373 S: Maintained
7374 F: drivers/net/macvlan.c
7375 F: include/linux/if_macvlan.h
7376
7377 MAILBOX API
7378 M: Jassi Brar <jassisinghbrar@gmail.com>
7379 L: linux-kernel@vger.kernel.org
7380 S: Maintained
7381 F: drivers/mailbox/
7382 F: include/linux/mailbox_client.h
7383 F: include/linux/mailbox_controller.h
7384
7385 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7386 M: Michael Kerrisk <mtk.manpages@gmail.com>
7387 W: http://www.kernel.org/doc/man-pages
7388 L: linux-man@vger.kernel.org
7389 S: Maintained
7390
7391 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7392 M: Andrew Lunn <andrew@lunn.ch>
7393 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7394 S: Maintained
7395 F: drivers/net/dsa/mv88e6xxx/
7396
7397 MARVELL ARMADA DRM SUPPORT
7398 M: Russell King <rmk+kernel@armlinux.org.uk>
7399 S: Maintained
7400 F: drivers/gpu/drm/armada/
7401 F: include/uapi/drm/armada_drm.h
7402 F: Documentation/devicetree/bindings/display/armada/
7403
7404 MARVELL CRYPTO DRIVER
7405 M: Boris Brezillon <boris.brezillon@free-electrons.com>
7406 M: Arnaud Ebalard <arno@natisbad.org>
7407 F: drivers/crypto/marvell/
7408 S: Maintained
7409 L: linux-crypto@vger.kernel.org
7410
7411 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7412 M: Mirko Lindner <mlindner@marvell.com>
7413 M: Stephen Hemminger <stephen@networkplumber.org>
7414 L: netdev@vger.kernel.org
7415 S: Maintained
7416 F: drivers/net/ethernet/marvell/sk*
7417
7418 MARVELL LIBERTAS WIRELESS DRIVER
7419 L: libertas-dev@lists.infradead.org
7420 S: Orphan
7421 F: drivers/net/wireless/marvell/libertas/
7422
7423 MARVELL MV643XX ETHERNET DRIVER
7424 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7425 L: netdev@vger.kernel.org
7426 S: Maintained
7427 F: drivers/net/ethernet/marvell/mv643xx_eth.*
7428 F: include/linux/mv643xx.h
7429
7430 MARVELL MVNETA ETHERNET DRIVER
7431 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7432 L: netdev@vger.kernel.org
7433 S: Maintained
7434 F: drivers/net/ethernet/marvell/mvneta.*
7435
7436 MARVELL MWIFIEX WIRELESS DRIVER
7437 M: Amitkumar Karwar <akarwar@marvell.com>
7438 M: Nishant Sarmukadam <nishants@marvell.com>
7439 L: linux-wireless@vger.kernel.org
7440 S: Maintained
7441 F: drivers/net/wireless/marvell/mwifiex/
7442
7443 MARVELL MWL8K WIRELESS DRIVER
7444 M: Lennert Buytenhek <buytenh@wantstofly.org>
7445 L: linux-wireless@vger.kernel.org
7446 S: Odd Fixes
7447 F: drivers/net/wireless/marvell/mwl8k.c
7448
7449 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7450 M: Nicolas Pitre <nico@fluxnic.net>
7451 S: Odd Fixes
7452 F: drivers/mmc/host/mvsdio.*
7453
7454 MATROX FRAMEBUFFER DRIVER
7455 L: linux-fbdev@vger.kernel.org
7456 S: Orphan
7457 F: drivers/video/fbdev/matrox/matroxfb_*
7458 F: include/uapi/linux/matroxfb.h
7459
7460 MAX16065 HARDWARE MONITOR DRIVER
7461 M: Guenter Roeck <linux@roeck-us.net>
7462 L: linux-hwmon@vger.kernel.org
7463 S: Maintained
7464 F: Documentation/hwmon/max16065
7465 F: drivers/hwmon/max16065.c
7466
7467 MAX20751 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/max20751
7472 F: drivers/hwmon/max20751.c
7473
7474 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7475 M: "Hans J. Koch" <hjk@hansjkoch.de>
7476 L: linux-hwmon@vger.kernel.org
7477 S: Maintained
7478 F: Documentation/hwmon/max6650
7479 F: drivers/hwmon/max6650.c
7480
7481 MAX6697 HARDWARE MONITOR DRIVER
7482 M: Guenter Roeck <linux@roeck-us.net>
7483 L: linux-hwmon@vger.kernel.org
7484 S: Maintained
7485 F: Documentation/hwmon/max6697
7486 F: Documentation/devicetree/bindings/i2c/max6697.txt
7487 F: drivers/hwmon/max6697.c
7488 F: include/linux/platform_data/max6697.h
7489
7490 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7491 M: Peter Rosin <peda@axentia.se>
7492 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7493 S: Maintained
7494 F: Documentation/devicetree/bindings/sound/max9860.txt
7495 F: sound/soc/codecs/max9860.*
7496
7497 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7498 M: Krzysztof Kozlowski <krzk@kernel.org>
7499 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7500 L: linux-pm@vger.kernel.org
7501 S: Supported
7502 F: drivers/power/max14577_charger.c
7503 F: drivers/power/max77693_charger.c
7504
7505 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7506 M: Javier Martinez Canillas <javier@osg.samsung.com>
7507 L: linux-kernel@vger.kernel.org
7508 S: Supported
7509 F: drivers/*/*max77802*.c
7510 F: Documentation/devicetree/bindings/*/*max77802.txt
7511 F: include/dt-bindings/*/*max77802.h
7512
7513 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7514 M: Chanwoo Choi <cw00.choi@samsung.com>
7515 M: Krzysztof Kozlowski <krzk@kernel.org>
7516 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7517 L: linux-kernel@vger.kernel.org
7518 S: Supported
7519 F: drivers/*/max14577*.c
7520 F: drivers/*/max77686*.c
7521 F: drivers/*/max77693*.c
7522 F: drivers/extcon/extcon-max14577.c
7523 F: drivers/extcon/extcon-max77693.c
7524 F: drivers/rtc/rtc-max77686.c
7525 F: drivers/clk/clk-max77686.c
7526 F: Documentation/devicetree/bindings/mfd/max14577.txt
7527 F: Documentation/devicetree/bindings/*/max77686.txt
7528 F: Documentation/devicetree/bindings/mfd/max77693.txt
7529 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
7530 F: include/linux/mfd/max14577*.h
7531 F: include/linux/mfd/max77686*.h
7532 F: include/linux/mfd/max77693*.h
7533
7534 MAXIRADIO FM RADIO RECEIVER DRIVER
7535 M: Hans Verkuil <hverkuil@xs4all.nl>
7536 L: linux-media@vger.kernel.org
7537 T: git git://linuxtv.org/media_tree.git
7538 W: https://linuxtv.org
7539 S: Maintained
7540 F: drivers/media/radio/radio-maxiradio*
7541
7542 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7543 M: Peter Rosin <peda@axentia.se>
7544 L: linux-iio@vger.kernel.org
7545 S: Maintained
7546 F: drivers/iio/potentiometer/mcp4531.c
7547
7548 MEDIA DRIVERS FOR RENESAS - FCP
7549 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7550 L: linux-media@vger.kernel.org
7551 L: linux-renesas-soc@vger.kernel.org
7552 T: git git://linuxtv.org/media_tree.git
7553 S: Supported
7554 F: Documentation/devicetree/bindings/media/renesas,fcp.txt
7555 F: drivers/media/platform/rcar-fcp.c
7556 F: include/media/rcar-fcp.h
7557
7558 MEDIA DRIVERS FOR RENESAS - VSP1
7559 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7560 L: linux-media@vger.kernel.org
7561 L: linux-renesas-soc@vger.kernel.org
7562 T: git git://linuxtv.org/media_tree.git
7563 S: Supported
7564 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
7565 F: drivers/media/platform/vsp1/
7566
7567 MEDIA DRIVERS FOR HELENE
7568 M: Abylay Ospan <aospan@netup.ru>
7569 L: linux-media@vger.kernel.org
7570 W: https://linuxtv.org
7571 W: http://netup.tv/
7572 T: git git://linuxtv.org/media_tree.git
7573 S: Supported
7574 F: drivers/media/dvb-frontends/helene*
7575
7576 MEDIA DRIVERS FOR ASCOT2E
7577 M: Sergey Kozlov <serjk@netup.ru>
7578 M: Abylay Ospan <aospan@netup.ru>
7579 L: linux-media@vger.kernel.org
7580 W: https://linuxtv.org
7581 W: http://netup.tv/
7582 T: git git://linuxtv.org/media_tree.git
7583 S: Supported
7584 F: drivers/media/dvb-frontends/ascot2e*
7585
7586 MEDIA DRIVERS FOR CXD2841ER
7587 M: Sergey Kozlov <serjk@netup.ru>
7588 M: Abylay Ospan <aospan@netup.ru>
7589 L: linux-media@vger.kernel.org
7590 W: https://linuxtv.org
7591 W: http://netup.tv/
7592 T: git git://linuxtv.org/media_tree.git
7593 S: Supported
7594 F: drivers/media/dvb-frontends/cxd2841er*
7595
7596 MEDIA DRIVERS FOR HORUS3A
7597 M: Sergey Kozlov <serjk@netup.ru>
7598 M: Abylay Ospan <aospan@netup.ru>
7599 L: linux-media@vger.kernel.org
7600 W: https://linuxtv.org
7601 W: http://netup.tv/
7602 T: git git://linuxtv.org/media_tree.git
7603 S: Supported
7604 F: drivers/media/dvb-frontends/horus3a*
7605
7606 MEDIA DRIVERS FOR LNBH25
7607 M: Sergey Kozlov <serjk@netup.ru>
7608 M: Abylay Ospan <aospan@netup.ru>
7609 L: linux-media@vger.kernel.org
7610 W: https://linuxtv.org
7611 W: http://netup.tv/
7612 T: git git://linuxtv.org/media_tree.git
7613 S: Supported
7614 F: drivers/media/dvb-frontends/lnbh25*
7615
7616 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7617 M: Sergey Kozlov <serjk@netup.ru>
7618 M: Abylay Ospan <aospan@netup.ru>
7619 L: linux-media@vger.kernel.org
7620 W: https://linuxtv.org
7621 W: http://netup.tv/
7622 T: git git://linuxtv.org/media_tree.git
7623 S: Supported
7624 F: drivers/media/pci/netup_unidvb/*
7625
7626 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7627 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
7628 M: Mauro Carvalho Chehab <mchehab@kernel.org>
7629 P: LinuxTV.org Project
7630 L: linux-media@vger.kernel.org
7631 W: https://linuxtv.org
7632 Q: http://patchwork.kernel.org/project/linux-media/list/
7633 T: git git://linuxtv.org/media_tree.git
7634 S: Maintained
7635 F: Documentation/dvb/
7636 F: Documentation/video4linux/
7637 F: Documentation/DocBook/media/
7638 F: drivers/media/
7639 F: drivers/staging/media/
7640 F: include/linux/platform_data/media/
7641 F: include/media/
7642 F: include/uapi/linux/dvb/
7643 F: include/uapi/linux/videodev2.h
7644 F: include/uapi/linux/media.h
7645 F: include/uapi/linux/v4l2-*
7646 F: include/uapi/linux/meye.h
7647 F: include/uapi/linux/ivtv*
7648 F: include/uapi/linux/uvcvideo.h
7649
7650 MEDIATEK ETHERNET DRIVER
7651 M: Felix Fietkau <nbd@openwrt.org>
7652 M: John Crispin <blogic@openwrt.org>
7653 L: netdev@vger.kernel.org
7654 S: Maintained
7655 F: drivers/net/ethernet/mediatek/
7656
7657 MEDIATEK MT7601U WIRELESS LAN DRIVER
7658 M: Jakub Kicinski <kubakici@wp.pl>
7659 L: linux-wireless@vger.kernel.org
7660 S: Maintained
7661 F: drivers/net/wireless/mediatek/mt7601u/
7662
7663 MEGARAID SCSI/SAS DRIVERS
7664 M: Kashyap Desai <kashyap.desai@avagotech.com>
7665 M: Sumit Saxena <sumit.saxena@avagotech.com>
7666 M: Uday Lingala <uday.lingala@avagotech.com>
7667 L: megaraidlinux.pdl@avagotech.com
7668 L: linux-scsi@vger.kernel.org
7669 W: http://www.lsi.com
7670 S: Maintained
7671 F: Documentation/scsi/megaraid.txt
7672 F: drivers/scsi/megaraid.*
7673 F: drivers/scsi/megaraid/
7674
7675 MELLANOX ETHERNET DRIVER (mlx4_en)
7676 M: Tariq Toukan <tariqt@mellanox.com>
7677 L: netdev@vger.kernel.org
7678 S: Supported
7679 W: http://www.mellanox.com
7680 Q: http://patchwork.ozlabs.org/project/netdev/list/
7681 F: drivers/net/ethernet/mellanox/mlx4/en_*
7682
7683 MELLANOX ETHERNET DRIVER (mlx5e)
7684 M: Saeed Mahameed <saeedm@mellanox.com>
7685 L: netdev@vger.kernel.org
7686 S: Supported
7687 W: http://www.mellanox.com
7688 Q: http://patchwork.ozlabs.org/project/netdev/list/
7689 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
7690
7691 MELLANOX ETHERNET SWITCH DRIVERS
7692 M: Jiri Pirko <jiri@mellanox.com>
7693 M: Ido Schimmel <idosch@mellanox.com>
7694 L: netdev@vger.kernel.org
7695 S: Supported
7696 W: http://www.mellanox.com
7697 Q: http://patchwork.ozlabs.org/project/netdev/list/
7698 F: drivers/net/ethernet/mellanox/mlxsw/
7699
7700 SOFT-ROCE DRIVER (rxe)
7701 M: Moni Shoua <monis@mellanox.com>
7702 L: linux-rdma@vger.kernel.org
7703 S: Supported
7704 W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
7705 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7706 F: drivers/infiniband/sw/rxe/
7707 F: include/uapi/rdma/rdma_user_rxe.h
7708
7709 MEMBARRIER SUPPORT
7710 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7711 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7712 L: linux-kernel@vger.kernel.org
7713 S: Supported
7714 F: kernel/membarrier.c
7715 F: include/uapi/linux/membarrier.h
7716
7717 MEMORY MANAGEMENT
7718 L: linux-mm@kvack.org
7719 W: http://www.linux-mm.org
7720 S: Maintained
7721 F: include/linux/mm.h
7722 F: include/linux/gfp.h
7723 F: include/linux/mmzone.h
7724 F: include/linux/memory_hotplug.h
7725 F: include/linux/vmalloc.h
7726 F: mm/
7727
7728 MEMORY TECHNOLOGY DEVICES (MTD)
7729 M: David Woodhouse <dwmw2@infradead.org>
7730 M: Brian Norris <computersforpeace@gmail.com>
7731 L: linux-mtd@lists.infradead.org
7732 W: http://www.linux-mtd.infradead.org/
7733 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7734 T: git git://git.infradead.org/linux-mtd.git
7735 T: git git://git.infradead.org/l2-mtd.git
7736 S: Maintained
7737 F: Documentation/devicetree/bindings/mtd/
7738 F: drivers/mtd/
7739 F: include/linux/mtd/
7740 F: include/uapi/mtd/
7741
7742 MEN A21 WATCHDOG DRIVER
7743 M: Johannes Thumshirn <morbidrsa@gmail.com>
7744 L: linux-watchdog@vger.kernel.org
7745 S: Maintained
7746 F: drivers/watchdog/mena21_wdt.c
7747
7748 MEN CHAMELEON BUS (mcb)
7749 M: Johannes Thumshirn <morbidrsa@gmail.com>
7750 S: Maintained
7751 F: drivers/mcb/
7752 F: include/linux/mcb.h
7753 F: Documentation/men-chameleon-bus.txt
7754
7755 MEN F21BMC (Board Management Controller)
7756 M: Andreas Werner <andreas.werner@men.de>
7757 S: Supported
7758 F: drivers/mfd/menf21bmc.c
7759 F: drivers/watchdog/menf21bmc_wdt.c
7760 F: drivers/leds/leds-menf21bmc.c
7761 F: drivers/hwmon/menf21bmc_hwmon.c
7762 F: Documentation/hwmon/menf21bmc
7763
7764 METAG ARCHITECTURE
7765 M: James Hogan <james.hogan@imgtec.com>
7766 L: linux-metag@vger.kernel.org
7767 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7768 S: Odd Fixes
7769 F: arch/metag/
7770 F: Documentation/metag/
7771 F: Documentation/devicetree/bindings/metag/
7772 F: Documentation/devicetree/bindings/interrupt-controller/img,*
7773 F: drivers/clocksource/metag_generic.c
7774 F: drivers/irqchip/irq-metag.c
7775 F: drivers/irqchip/irq-metag-ext.c
7776 F: drivers/tty/metag_da.c
7777
7778 MICROBLAZE ARCHITECTURE
7779 M: Michal Simek <monstr@monstr.eu>
7780 W: http://www.monstr.eu/fdt/
7781 T: git git://git.monstr.eu/linux-2.6-microblaze.git
7782 S: Supported
7783 F: arch/microblaze/
7784
7785 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7786 M: Chen Yu <yu.c.chen@intel.com>
7787 L: platform-driver-x86@vger.kernel.org
7788 S: Supported
7789 F: drivers/platform/x86/surfacepro3_button.c
7790
7791 MICROTEK X6 SCANNER
7792 M: Oliver Neukum <oliver@neukum.org>
7793 S: Maintained
7794 F: drivers/usb/image/microtek.*
7795
7796 MIPS
7797 M: Ralf Baechle <ralf@linux-mips.org>
7798 L: linux-mips@linux-mips.org
7799 W: http://www.linux-mips.org/
7800 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
7801 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7802 S: Supported
7803 F: Documentation/devicetree/bindings/mips/
7804 F: Documentation/mips/
7805 F: arch/mips/
7806
7807 MIPS/LOONGSON1 ARCHITECTURE
7808 M: Keguang Zhang <keguang.zhang@gmail.com>
7809 L: linux-mips@linux-mips.org
7810 S: Maintained
7811 F: arch/mips/loongson32/
7812 F: arch/mips/include/asm/mach-loongson32/
7813 F: drivers/*/*loongson1*
7814 F: drivers/*/*/*loongson1*
7815
7816 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7817 M: Hans Verkuil <hverkuil@xs4all.nl>
7818 L: linux-media@vger.kernel.org
7819 T: git git://linuxtv.org/media_tree.git
7820 W: https://linuxtv.org
7821 S: Odd Fixes
7822 F: drivers/media/radio/radio-miropcm20*
7823
7824 MELLANOX MLX4 core VPI driver
7825 M: Yishai Hadas <yishaih@mellanox.com>
7826 L: netdev@vger.kernel.org
7827 L: linux-rdma@vger.kernel.org
7828 W: http://www.mellanox.com
7829 Q: http://patchwork.ozlabs.org/project/netdev/list/
7830 S: Supported
7831 F: drivers/net/ethernet/mellanox/mlx4/
7832 F: include/linux/mlx4/
7833
7834 MELLANOX MLX4 IB driver
7835 M: Yishai Hadas <yishaih@mellanox.com>
7836 L: linux-rdma@vger.kernel.org
7837 W: http://www.mellanox.com
7838 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7839 S: Supported
7840 F: drivers/infiniband/hw/mlx4/
7841 F: include/linux/mlx4/
7842
7843 MELLANOX MLX5 core VPI driver
7844 M: Matan Barak <matanb@mellanox.com>
7845 M: Leon Romanovsky <leonro@mellanox.com>
7846 L: netdev@vger.kernel.org
7847 L: linux-rdma@vger.kernel.org
7848 W: http://www.mellanox.com
7849 Q: http://patchwork.ozlabs.org/project/netdev/list/
7850 S: Supported
7851 F: drivers/net/ethernet/mellanox/mlx5/core/
7852 F: include/linux/mlx5/
7853
7854 MELLANOX MLX5 IB driver
7855 M: Matan Barak <matanb@mellanox.com>
7856 M: Leon Romanovsky <leonro@mellanox.com>
7857 L: linux-rdma@vger.kernel.org
7858 W: http://www.mellanox.com
7859 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7860 S: Supported
7861 F: drivers/infiniband/hw/mlx5/
7862 F: include/linux/mlx5/
7863
7864 MELEXIS MLX90614 DRIVER
7865 M: Crt Mori <cmo@melexis.com>
7866 L: linux-iio@vger.kernel.org
7867 W: http://www.melexis.com
7868 S: Supported
7869 F: drivers/iio/temperature/mlx90614.c
7870
7871 MN88472 MEDIA DRIVER
7872 M: Antti Palosaari <crope@iki.fi>
7873 L: linux-media@vger.kernel.org
7874 W: https://linuxtv.org
7875 W: http://palosaari.fi/linux/
7876 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7877 S: Maintained
7878 F: drivers/media/dvb-frontends/mn88472*
7879
7880 MN88473 MEDIA DRIVER
7881 M: Antti Palosaari <crope@iki.fi>
7882 L: linux-media@vger.kernel.org
7883 W: https://linuxtv.org
7884 W: http://palosaari.fi/linux/
7885 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7886 S: Maintained
7887 F: drivers/media/dvb-frontends/mn88473*
7888
7889 MODULE SUPPORT
7890 M: Rusty Russell <rusty@rustcorp.com.au>
7891 S: Maintained
7892 F: include/linux/module.h
7893 F: kernel/module.c
7894
7895 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7896 W: http://popies.net/meye/
7897 S: Orphan
7898 F: Documentation/video4linux/meye.txt
7899 F: drivers/media/pci/meye/
7900 F: include/uapi/linux/meye.h
7901
7902 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7903 M: Jiri Slaby <jirislaby@gmail.com>
7904 S: Maintained
7905 F: Documentation/serial/moxa-smartio
7906 F: drivers/tty/mxser.*
7907
7908 MR800 AVERMEDIA USB FM RADIO DRIVER
7909 M: Alexey Klimov <klimov.linux@gmail.com>
7910 L: linux-media@vger.kernel.org
7911 T: git git://linuxtv.org/media_tree.git
7912 S: Maintained
7913 F: drivers/media/radio/radio-mr800.c
7914
7915 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7916 M: Alan Ott <alan@signal11.us>
7917 L: linux-wpan@vger.kernel.org
7918 S: Maintained
7919 F: drivers/net/ieee802154/mrf24j40.c
7920 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7921
7922 MSI LAPTOP SUPPORT
7923 M: "Lee, Chun-Yi" <jlee@suse.com>
7924 L: platform-driver-x86@vger.kernel.org
7925 S: Maintained
7926 F: drivers/platform/x86/msi-laptop.c
7927
7928 MSI WMI SUPPORT
7929 L: platform-driver-x86@vger.kernel.org
7930 S: Orphan
7931 F: drivers/platform/x86/msi-wmi.c
7932
7933 MSI001 MEDIA DRIVER
7934 M: Antti Palosaari <crope@iki.fi>
7935 L: linux-media@vger.kernel.org
7936 W: https://linuxtv.org
7937 W: http://palosaari.fi/linux/
7938 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7939 T: git git://linuxtv.org/anttip/media_tree.git
7940 S: Maintained
7941 F: drivers/media/tuners/msi001*
7942
7943 MSI2500 MEDIA DRIVER
7944 M: Antti Palosaari <crope@iki.fi>
7945 L: linux-media@vger.kernel.org
7946 W: https://linuxtv.org
7947 W: http://palosaari.fi/linux/
7948 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7949 T: git git://linuxtv.org/anttip/media_tree.git
7950 S: Maintained
7951 F: drivers/media/usb/msi2500/
7952
7953 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7954 M: Robert Jarzmik <robert.jarzmik@free.fr>
7955 L: linux-mtd@lists.infradead.org
7956 S: Maintained
7957 F: drivers/mtd/devices/docg3*
7958
7959 MT9M032 APTINA SENSOR DRIVER
7960 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7961 L: linux-media@vger.kernel.org
7962 T: git git://linuxtv.org/media_tree.git
7963 S: Maintained
7964 F: drivers/media/i2c/mt9m032.c
7965 F: include/media/i2c/mt9m032.h
7966
7967 MT9P031 APTINA CAMERA SENSOR
7968 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7969 L: linux-media@vger.kernel.org
7970 T: git git://linuxtv.org/media_tree.git
7971 S: Maintained
7972 F: drivers/media/i2c/mt9p031.c
7973 F: include/media/i2c/mt9p031.h
7974
7975 MT9T001 APTINA CAMERA SENSOR
7976 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7977 L: linux-media@vger.kernel.org
7978 T: git git://linuxtv.org/media_tree.git
7979 S: Maintained
7980 F: drivers/media/i2c/mt9t001.c
7981 F: include/media/i2c/mt9t001.h
7982
7983 MT9V032 APTINA CAMERA SENSOR
7984 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7985 L: linux-media@vger.kernel.org
7986 T: git git://linuxtv.org/media_tree.git
7987 S: Maintained
7988 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7989 F: drivers/media/i2c/mt9v032.c
7990 F: include/media/i2c/mt9v032.h
7991
7992 MULTIFUNCTION DEVICES (MFD)
7993 M: Lee Jones <lee.jones@linaro.org>
7994 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7995 S: Supported
7996 F: drivers/mfd/
7997 F: include/linux/mfd/
7998
7999 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8000 M: Ulf Hansson <ulf.hansson@linaro.org>
8001 L: linux-mmc@vger.kernel.org
8002 T: git git://git.linaro.org/people/ulf.hansson/mmc.git
8003 S: Maintained
8004 F: Documentation/devicetree/bindings/mmc/
8005 F: drivers/mmc/
8006 F: include/linux/mmc/
8007 F: include/uapi/linux/mmc/
8008
8009 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8010 S: Orphan
8011 F: drivers/mmc/host/mmc_spi.c
8012 F: include/linux/spi/mmc_spi.h
8013
8014 MULTISOUND SOUND DRIVER
8015 M: Andrew Veliath <andrewtv@usa.net>
8016 S: Maintained
8017 F: Documentation/sound/oss/MultiSound
8018 F: sound/oss/msnd*
8019
8020 MULTITECH MULTIPORT CARD (ISICOM)
8021 S: Orphan
8022 F: drivers/tty/isicom.c
8023 F: include/linux/isicom.h
8024
8025 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8026 M: Bin Liu <b-liu@ti.com>
8027 L: linux-usb@vger.kernel.org
8028 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8029 S: Maintained
8030 F: drivers/usb/musb/
8031
8032 MXL5007T MEDIA DRIVER
8033 M: Michael Krufky <mkrufky@linuxtv.org>
8034 L: linux-media@vger.kernel.org
8035 W: https://linuxtv.org
8036 W: http://github.com/mkrufky
8037 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8038 T: git git://linuxtv.org/mkrufky/tuners.git
8039 S: Maintained
8040 F: drivers/media/tuners/mxl5007t.*
8041
8042 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8043 M: Hyong-Youb Kim <hykim@myri.com>
8044 L: netdev@vger.kernel.org
8045 W: https://www.myricom.com/support/downloads/myri10ge.html
8046 S: Supported
8047 F: drivers/net/ethernet/myricom/myri10ge/
8048
8049 NAND FLASH SUBSYSTEM
8050 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8051 R: Richard Weinberger <richard@nod.at>
8052 L: linux-mtd@lists.infradead.org
8053 W: http://www.linux-mtd.infradead.org/
8054 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8055 T: git git://github.com/linux-nand/linux.git
8056 S: Maintained
8057 F: drivers/mtd/nand/
8058 F: include/linux/mtd/nand*.h
8059
8060 NATSEMI ETHERNET DRIVER (DP8381x)
8061 S: Orphan
8062 F: drivers/net/ethernet/natsemi/natsemi.c
8063
8064 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8065 M: Daniel Mack <zonque@gmail.com>
8066 S: Maintained
8067 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8068 W: http://www.native-instruments.com
8069 F: sound/usb/caiaq/
8070
8071 NCP FILESYSTEM
8072 M: Petr Vandrovec <petr@vandrovec.name>
8073 S: Odd Fixes
8074 F: fs/ncpfs/
8075
8076 NCR 5380 SCSI DRIVERS
8077 M: Finn Thain <fthain@telegraphics.com.au>
8078 M: Michael Schmitz <schmitzmic@gmail.com>
8079 L: linux-scsi@vger.kernel.org
8080 S: Maintained
8081 F: Documentation/scsi/g_NCR5380.txt
8082 F: Documentation/scsi/dtc3x80.txt
8083 F: drivers/scsi/NCR5380.*
8084 F: drivers/scsi/arm/cumana_1.c
8085 F: drivers/scsi/arm/oak.c
8086 F: drivers/scsi/atari_scsi.*
8087 F: drivers/scsi/dmx3191d.c
8088 F: drivers/scsi/dtc.*
8089 F: drivers/scsi/g_NCR5380.*
8090 F: drivers/scsi/g_NCR5380_mmio.c
8091 F: drivers/scsi/mac_scsi.*
8092 F: drivers/scsi/pas16.*
8093 F: drivers/scsi/sun3_scsi.*
8094 F: drivers/scsi/sun3_scsi_vme.c
8095 F: drivers/scsi/t128.*
8096
8097 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8098 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8099 L: linux-scsi@vger.kernel.org
8100 S: Maintained
8101 F: drivers/scsi/NCR_D700.*
8102
8103 NCT6775 HARDWARE MONITOR DRIVER
8104 M: Guenter Roeck <linux@roeck-us.net>
8105 L: linux-hwmon@vger.kernel.org
8106 S: Maintained
8107 F: Documentation/hwmon/nct6775
8108 F: drivers/hwmon/nct6775.c
8109
8110 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8111 M: Faisal Latif <faisal.latif@intel.com>
8112 L: linux-rdma@vger.kernel.org
8113 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8114 S: Supported
8115 F: drivers/infiniband/hw/nes/
8116
8117 NETEM NETWORK EMULATOR
8118 M: Stephen Hemminger <stephen@networkplumber.org>
8119 L: netem@lists.linux-foundation.org (moderated for non-subscribers)
8120 S: Maintained
8121 F: net/sched/sch_netem.c
8122
8123 NETERION 10GbE DRIVERS (s2io/vxge)
8124 M: Jon Mason <jdmason@kudzu.us>
8125 L: netdev@vger.kernel.org
8126 S: Supported
8127 F: Documentation/networking/s2io.txt
8128 F: Documentation/networking/vxge.txt
8129 F: drivers/net/ethernet/neterion/
8130
8131 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8132 M: Pablo Neira Ayuso <pablo@netfilter.org>
8133 M: Patrick McHardy <kaber@trash.net>
8134 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8135 L: netfilter-devel@vger.kernel.org
8136 L: coreteam@netfilter.org
8137 W: http://www.netfilter.org/
8138 W: http://www.iptables.org/
8139 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
8140 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8141 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8142 S: Supported
8143 F: include/linux/netfilter*
8144 F: include/linux/netfilter/
8145 F: include/net/netfilter/
8146 F: include/uapi/linux/netfilter*
8147 F: include/uapi/linux/netfilter/
8148 F: net/*/netfilter.c
8149 F: net/*/netfilter/
8150 F: net/netfilter/
8151 F: net/bridge/br_netfilter*.c
8152
8153 NETLABEL
8154 M: Paul Moore <paul@paul-moore.com>
8155 W: http://netlabel.sf.net
8156 L: netdev@vger.kernel.org
8157 S: Maintained
8158 F: Documentation/netlabel/
8159 F: include/net/netlabel.h
8160 F: net/netlabel/
8161
8162 NETROM NETWORK LAYER
8163 M: Ralf Baechle <ralf@linux-mips.org>
8164 L: linux-hams@vger.kernel.org
8165 W: http://www.linux-ax25.org/
8166 S: Maintained
8167 F: include/net/netrom.h
8168 F: include/uapi/linux/netrom.h
8169 F: net/netrom/
8170
8171 NETRONOME ETHERNET DRIVERS
8172 M: Jakub Kicinski <jakub.kicinski@netronome.com>
8173 L: oss-drivers@netronome.com
8174 S: Maintained
8175 F: drivers/net/ethernet/netronome/
8176
8177 NETWORK BLOCK DEVICE (NBD)
8178 M: Markus Pargmann <mpa@pengutronix.de>
8179 S: Maintained
8180 L: nbd-general@lists.sourceforge.net
8181 T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
8182 F: Documentation/blockdev/nbd.txt
8183 F: drivers/block/nbd.c
8184 F: include/uapi/linux/nbd.h
8185
8186 NETWORK DROP MONITOR
8187 M: Neil Horman <nhorman@tuxdriver.com>
8188 L: netdev@vger.kernel.org
8189 S: Maintained
8190 W: https://fedorahosted.org/dropwatch/
8191 F: net/core/drop_monitor.c
8192
8193 NETWORKING [DSA]
8194 M: Andrew Lunn <andrew@lunn.ch>
8195 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8196 M: Florian Fainelli <f.fainelli@gmail.com>
8197 S: Maintained
8198 F: net/dsa/
8199 F: include/net/dsa.h
8200 F: drivers/net/dsa/
8201
8202 NETWORKING [GENERAL]
8203 M: "David S. Miller" <davem@davemloft.net>
8204 L: netdev@vger.kernel.org
8205 W: http://www.linuxfoundation.org/en/Net
8206 Q: http://patchwork.ozlabs.org/project/netdev/list/
8207 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8208 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8209 S: Maintained
8210 F: net/
8211 F: include/net/
8212 F: include/linux/in.h
8213 F: include/linux/net.h
8214 F: include/linux/netdevice.h
8215 F: include/uapi/linux/in.h
8216 F: include/uapi/linux/net.h
8217 F: include/uapi/linux/netdevice.h
8218 F: include/uapi/linux/net_namespace.h
8219 F: tools/net/
8220 F: tools/testing/selftests/net/
8221 F: lib/random32.c
8222 F: lib/test_bpf.c
8223
8224 NETWORKING [IPv4/IPv6]
8225 M: "David S. Miller" <davem@davemloft.net>
8226 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8227 M: James Morris <jmorris@namei.org>
8228 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8229 M: Patrick McHardy <kaber@trash.net>
8230 L: netdev@vger.kernel.org
8231 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8232 S: Maintained
8233 F: net/ipv4/
8234 F: net/ipv6/
8235 F: include/net/ip*
8236 F: arch/x86/net/*
8237
8238 NETWORKING [IPSEC]
8239 M: Steffen Klassert <steffen.klassert@secunet.com>
8240 M: Herbert Xu <herbert@gondor.apana.org.au>
8241 M: "David S. Miller" <davem@davemloft.net>
8242 L: netdev@vger.kernel.org
8243 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8244 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8245 S: Maintained
8246 F: net/core/flow.c
8247 F: net/xfrm/
8248 F: net/key/
8249 F: net/ipv4/xfrm*
8250 F: net/ipv4/esp4.c
8251 F: net/ipv4/ah4.c
8252 F: net/ipv4/ipcomp.c
8253 F: net/ipv4/ip_vti.c
8254 F: net/ipv6/xfrm*
8255 F: net/ipv6/esp6.c
8256 F: net/ipv6/ah6.c
8257 F: net/ipv6/ipcomp6.c
8258 F: net/ipv6/ip6_vti.c
8259 F: include/uapi/linux/xfrm.h
8260 F: include/net/xfrm.h
8261
8262 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8263 M: Paul Moore <paul@paul-moore.com>
8264 L: netdev@vger.kernel.org
8265 S: Maintained
8266
8267 NETWORKING [WIRELESS]
8268 L: linux-wireless@vger.kernel.org
8269 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8270
8271 NETWORKING DRIVERS
8272 L: netdev@vger.kernel.org
8273 W: http://www.linuxfoundation.org/en/Net
8274 Q: http://patchwork.ozlabs.org/project/netdev/list/
8275 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8276 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8277 S: Odd Fixes
8278 F: Documentation/devicetree/bindings/net/
8279 F: drivers/net/
8280 F: include/linux/if_*
8281 F: include/linux/netdevice.h
8282 F: include/linux/etherdevice.h
8283 F: include/linux/fcdevice.h
8284 F: include/linux/fddidevice.h
8285 F: include/linux/hippidevice.h
8286 F: include/linux/inetdevice.h
8287 F: include/uapi/linux/if_*
8288 F: include/uapi/linux/netdevice.h
8289
8290 NETWORKING DRIVERS (WIRELESS)
8291 M: Kalle Valo <kvalo@codeaurora.org>
8292 L: linux-wireless@vger.kernel.org
8293 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8294 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8295 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8296 S: Maintained
8297 F: Documentation/devicetree/bindings/net/wireless/
8298 F: drivers/net/wireless/
8299
8300 NETXEN (1/10) GbE SUPPORT
8301 M: Manish Chopra <manish.chopra@qlogic.com>
8302 M: Sony Chacko <sony.chacko@qlogic.com>
8303 M: Rajesh Borundia <rajesh.borundia@qlogic.com>
8304 L: netdev@vger.kernel.org
8305 W: http://www.qlogic.com
8306 S: Supported
8307 F: drivers/net/ethernet/qlogic/netxen/
8308
8309 NFC SUBSYSTEM
8310 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8311 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8312 M: Samuel Ortiz <sameo@linux.intel.com>
8313 L: linux-wireless@vger.kernel.org
8314 L: linux-nfc@lists.01.org (subscribers-only)
8315 S: Supported
8316 F: net/nfc/
8317 F: include/net/nfc/
8318 F: include/uapi/linux/nfc.h
8319 F: drivers/nfc/
8320 F: include/linux/platform_data/nfcmrvl.h
8321 F: include/linux/platform_data/nxp-nci.h
8322 F: include/linux/platform_data/pn544.h
8323 F: include/linux/platform_data/st21nfca.h
8324 F: include/linux/platform_data/st-nci.h
8325 F: Documentation/devicetree/bindings/net/nfc/
8326
8327 NFS, SUNRPC, AND LOCKD CLIENTS
8328 M: Trond Myklebust <trond.myklebust@primarydata.com>
8329 M: Anna Schumaker <anna.schumaker@netapp.com>
8330 L: linux-nfs@vger.kernel.org
8331 W: http://client.linux-nfs.org
8332 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8333 S: Maintained
8334 F: fs/lockd/
8335 F: fs/nfs/
8336 F: fs/nfs_common/
8337 F: net/sunrpc/
8338 F: include/linux/lockd/
8339 F: include/linux/nfs*
8340 F: include/linux/sunrpc/
8341 F: include/uapi/linux/nfs*
8342 F: include/uapi/linux/sunrpc/
8343
8344 NILFS2 FILESYSTEM
8345 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8346 L: linux-nilfs@vger.kernel.org
8347 W: http://nilfs.sourceforge.net/
8348 W: http://nilfs.osdn.jp/
8349 T: git git://github.com/konis/nilfs2.git
8350 S: Supported
8351 F: Documentation/filesystems/nilfs2.txt
8352 F: fs/nilfs2/
8353 F: include/trace/events/nilfs2.h
8354 F: include/uapi/linux/nilfs2_api.h
8355 F: include/uapi/linux/nilfs2_ondisk.h
8356
8357 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8358 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8359 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8360 S: Maintained
8361 F: Documentation/scsi/NinjaSCSI.txt
8362 F: drivers/scsi/pcmcia/nsp_*
8363
8364 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8365 M: GOTO Masanori <gotom@debian.or.jp>
8366 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8367 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8368 S: Maintained
8369 F: Documentation/scsi/NinjaSCSI.txt
8370 F: drivers/scsi/nsp32*
8371
8372 NIOS2 ARCHITECTURE
8373 M: Ley Foon Tan <lftan@altera.com>
8374 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8375 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8376 S: Maintained
8377 F: arch/nios2/
8378
8379 NOKIA N900 POWER SUPPLY DRIVERS
8380 R: Pali Rohár <pali.rohar@gmail.com>
8381 F: include/linux/power/bq2415x_charger.h
8382 F: include/linux/power/bq27xxx_battery.h
8383 F: include/linux/power/isp1704_charger.h
8384 F: drivers/power/bq2415x_charger.c
8385 F: drivers/power/bq27xxx_battery.c
8386 F: drivers/power/bq27xxx_battery_i2c.c
8387 F: drivers/power/isp1704_charger.c
8388 F: drivers/power/rx51_battery.c
8389
8390 NTB DRIVER CORE
8391 M: Jon Mason <jdmason@kudzu.us>
8392 M: Dave Jiang <dave.jiang@intel.com>
8393 M: Allen Hubbe <Allen.Hubbe@emc.com>
8394 L: linux-ntb@googlegroups.com
8395 S: Supported
8396 W: https://github.com/jonmason/ntb/wiki
8397 T: git git://github.com/jonmason/ntb.git
8398 F: drivers/ntb/
8399 F: drivers/net/ntb_netdev.c
8400 F: include/linux/ntb.h
8401 F: include/linux/ntb_transport.h
8402 F: tools/testing/selftests/ntb/
8403
8404 NTB INTEL DRIVER
8405 M: Jon Mason <jdmason@kudzu.us>
8406 M: Dave Jiang <dave.jiang@intel.com>
8407 L: linux-ntb@googlegroups.com
8408 S: Supported
8409 W: https://github.com/jonmason/ntb/wiki
8410 T: git git://github.com/jonmason/ntb.git
8411 F: drivers/ntb/hw/intel/
8412
8413 NTB AMD DRIVER
8414 M: Xiangliang Yu <Xiangliang.Yu@amd.com>
8415 L: linux-ntb@googlegroups.com
8416 S: Supported
8417 F: drivers/ntb/hw/amd/
8418
8419 NTFS FILESYSTEM
8420 M: Anton Altaparmakov <anton@tuxera.com>
8421 L: linux-ntfs-dev@lists.sourceforge.net
8422 W: http://www.tuxera.com/
8423 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8424 S: Supported
8425 F: Documentation/filesystems/ntfs.txt
8426 F: fs/ntfs/
8427
8428 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8429 M: Antonino Daplas <adaplas@gmail.com>
8430 L: linux-fbdev@vger.kernel.org
8431 S: Maintained
8432 F: drivers/video/fbdev/riva/
8433 F: drivers/video/fbdev/nvidia/
8434
8435 NVM EXPRESS DRIVER
8436 M: Keith Busch <keith.busch@intel.com>
8437 M: Jens Axboe <axboe@fb.com>
8438 L: linux-nvme@lists.infradead.org
8439 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8440 W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8441 S: Supported
8442 F: drivers/nvme/host/
8443 F: include/linux/nvme.h
8444
8445 NVM EXPRESS TARGET DRIVER
8446 M: Christoph Hellwig <hch@lst.de>
8447 M: Sagi Grimberg <sagi@grimberg.me>
8448 L: linux-nvme@lists.infradead.org
8449 S: Supported
8450 F: drivers/nvme/target/
8451
8452 NVMEM FRAMEWORK
8453 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8454 M: Maxime Ripard <maxime.ripard@free-electrons.com>
8455 S: Maintained
8456 F: drivers/nvmem/
8457 F: Documentation/devicetree/bindings/nvmem/
8458 F: include/linux/nvmem-consumer.h
8459 F: include/linux/nvmem-provider.h
8460
8461 NXP-NCI NFC DRIVER
8462 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
8463 R: Charles Gorand <charles.gorand@effinnov.com>
8464 L: linux-nfc@lists.01.org (moderated for non-subscribers)
8465 S: Supported
8466 F: drivers/nfc/nxp-nci
8467
8468 NXP TDA998X DRM DRIVER
8469 M: Russell King <rmk+kernel@armlinux.org.uk>
8470 S: Supported
8471 F: drivers/gpu/drm/i2c/tda998x_drv.c
8472 F: include/drm/i2c/tda998x.h
8473
8474 NXP TFA9879 DRIVER
8475 M: Peter Rosin <peda@axentia.se>
8476 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8477 S: Maintained
8478 F: sound/soc/codecs/tfa9879*
8479
8480 OBJTOOL
8481 M: Josh Poimboeuf <jpoimboe@redhat.com>
8482 S: Supported
8483 F: tools/objtool/
8484
8485 OMAP SUPPORT
8486 M: Tony Lindgren <tony@atomide.com>
8487 L: linux-omap@vger.kernel.org
8488 W: http://www.muru.com/linux/omap/
8489 W: http://linux.omap.com/
8490 Q: http://patchwork.kernel.org/project/linux-omap/list/
8491 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8492 S: Maintained
8493 F: arch/arm/*omap*/
8494 F: arch/arm/configs/omap1_defconfig
8495 F: arch/arm/configs/omap2plus_defconfig
8496 F: drivers/i2c/busses/i2c-omap.c
8497 F: drivers/irqchip/irq-omap-intc.c
8498 F: drivers/mfd/*omap*.c
8499 F: drivers/mfd/menelaus.c
8500 F: drivers/mfd/palmas.c
8501 F: drivers/mfd/tps65217.c
8502 F: drivers/mfd/tps65218.c
8503 F: drivers/mfd/tps65910.c
8504 F: drivers/mfd/twl-core.[ch]
8505 F: drivers/mfd/twl4030*.c
8506 F: drivers/mfd/twl6030*.c
8507 F: drivers/mfd/twl6040*.c
8508 F: drivers/regulator/palmas-regulator*.c
8509 F: drivers/regulator/pbias-regulator.c
8510 F: drivers/regulator/tps65217-regulator.c
8511 F: drivers/regulator/tps65218-regulator.c
8512 F: drivers/regulator/tps65910-regulator.c
8513 F: drivers/regulator/twl-regulator.c
8514 F: include/linux/i2c-omap.h
8515
8516 OMAP DEVICE TREE SUPPORT
8517 M: Benoît Cousson <bcousson@baylibre.com>
8518 M: Tony Lindgren <tony@atomide.com>
8519 L: linux-omap@vger.kernel.org
8520 L: devicetree@vger.kernel.org
8521 S: Maintained
8522 F: arch/arm/boot/dts/*omap*
8523 F: arch/arm/boot/dts/*am3*
8524 F: arch/arm/boot/dts/*am4*
8525 F: arch/arm/boot/dts/*am5*
8526 F: arch/arm/boot/dts/*dra7*
8527
8528 OMAP CLOCK FRAMEWORK SUPPORT
8529 M: Paul Walmsley <paul@pwsan.com>
8530 L: linux-omap@vger.kernel.org
8531 S: Maintained
8532 F: arch/arm/*omap*/*clock*
8533
8534 OMAP POWER MANAGEMENT SUPPORT
8535 M: Kevin Hilman <khilman@kernel.org>
8536 L: linux-omap@vger.kernel.org
8537 S: Maintained
8538 F: arch/arm/*omap*/*pm*
8539 F: drivers/cpufreq/omap-cpufreq.c
8540
8541 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8542 M: Rajendra Nayak <rnayak@codeaurora.org>
8543 M: Paul Walmsley <paul@pwsan.com>
8544 L: linux-omap@vger.kernel.org
8545 S: Maintained
8546 F: arch/arm/mach-omap2/prm*
8547
8548 OMAP AUDIO SUPPORT
8549 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
8550 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
8551 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8552 L: linux-omap@vger.kernel.org
8553 S: Maintained
8554 F: sound/soc/omap/
8555
8556 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8557 M: Roger Quadros <rogerq@ti.com>
8558 M: Tony Lindgren <tony@atomide.com>
8559 L: linux-omap@vger.kernel.org
8560 S: Maintained
8561 F: drivers/memory/omap-gpmc.c
8562 F: arch/arm/mach-omap2/*gpmc*
8563
8564 OMAP FRAMEBUFFER SUPPORT
8565 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8566 L: linux-fbdev@vger.kernel.org
8567 L: linux-omap@vger.kernel.org
8568 S: Maintained
8569 F: drivers/video/fbdev/omap/
8570
8571 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8572 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8573 L: linux-omap@vger.kernel.org
8574 L: linux-fbdev@vger.kernel.org
8575 S: Maintained
8576 F: drivers/video/fbdev/omap2/
8577 F: Documentation/arm/OMAP/DSS
8578
8579 OMAP HARDWARE SPINLOCK SUPPORT
8580 M: Ohad Ben-Cohen <ohad@wizery.com>
8581 L: linux-omap@vger.kernel.org
8582 S: Maintained
8583 F: drivers/hwspinlock/omap_hwspinlock.c
8584
8585 OMAP MMC SUPPORT
8586 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
8587 L: linux-omap@vger.kernel.org
8588 S: Maintained
8589 F: drivers/mmc/host/omap.c
8590
8591 OMAP HS MMC SUPPORT
8592 L: linux-mmc@vger.kernel.org
8593 L: linux-omap@vger.kernel.org
8594 S: Orphan
8595 F: drivers/mmc/host/omap_hsmmc.c
8596
8597 OMAP RANDOM NUMBER GENERATOR SUPPORT
8598 M: Deepak Saxena <dsaxena@plexity.net>
8599 S: Maintained
8600 F: drivers/char/hw_random/omap-rng.c
8601
8602 OMAP HWMOD SUPPORT
8603 M: Benoît Cousson <bcousson@baylibre.com>
8604 M: Paul Walmsley <paul@pwsan.com>
8605 L: linux-omap@vger.kernel.org
8606 S: Maintained
8607 F: arch/arm/mach-omap2/omap_hwmod.*
8608
8609 OMAP HWMOD DATA
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*data*
8614
8615 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8616 M: Benoît Cousson <bcousson@baylibre.com>
8617 L: linux-omap@vger.kernel.org
8618 S: Maintained
8619 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8620
8621 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8622 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8623 L: linux-media@vger.kernel.org
8624 S: Maintained
8625 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
8626 F: drivers/media/platform/omap3isp/
8627 F: drivers/staging/media/omap4iss/
8628
8629 OMAP USB SUPPORT
8630 L: linux-usb@vger.kernel.org
8631 L: linux-omap@vger.kernel.org
8632 S: Orphan
8633 F: drivers/usb/*/*omap*
8634 F: arch/arm/*omap*/usb*
8635
8636 OMAP GPIO DRIVER
8637 M: Grygorii Strashko <grygorii.strashko@ti.com>
8638 M: Santosh Shilimkar <ssantosh@kernel.org>
8639 M: Kevin Hilman <khilman@kernel.org>
8640 L: linux-omap@vger.kernel.org
8641 S: Maintained
8642 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
8643 F: drivers/gpio/gpio-omap.c
8644
8645 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8646 M: Mark Jackson <mpfj@newflow.co.uk>
8647 L: linux-omap@vger.kernel.org
8648 S: Maintained
8649 F: arch/arm/boot/dts/am335x-nano.dts
8650
8651 OMFS FILESYSTEM
8652 M: Bob Copeland <me@bobcopeland.com>
8653 L: linux-karma-devel@lists.sourceforge.net
8654 S: Maintained
8655 F: Documentation/filesystems/omfs.txt
8656 F: fs/omfs/
8657
8658 OMNIKEY CARDMAN 4000 DRIVER
8659 M: Harald Welte <laforge@gnumonks.org>
8660 S: Maintained
8661 F: drivers/char/pcmcia/cm4000_cs.c
8662 F: include/linux/cm4000_cs.h
8663 F: include/uapi/linux/cm4000_cs.h
8664
8665 OMNIKEY CARDMAN 4040 DRIVER
8666 M: Harald Welte <laforge@gnumonks.org>
8667 S: Maintained
8668 F: drivers/char/pcmcia/cm4040_cs.*
8669
8670 OMNIVISION OV7670 SENSOR DRIVER
8671 M: Jonathan Corbet <corbet@lwn.net>
8672 L: linux-media@vger.kernel.org
8673 T: git git://linuxtv.org/media_tree.git
8674 S: Maintained
8675 F: drivers/media/i2c/ov7670.c
8676
8677 ONENAND FLASH DRIVER
8678 M: Kyungmin Park <kyungmin.park@samsung.com>
8679 L: linux-mtd@lists.infradead.org
8680 S: Maintained
8681 F: drivers/mtd/onenand/
8682 F: include/linux/mtd/onenand*.h
8683
8684 ONSTREAM SCSI TAPE DRIVER
8685 M: Willem Riede <osst@riede.org>
8686 L: osst-users@lists.sourceforge.net
8687 L: linux-scsi@vger.kernel.org
8688 S: Maintained
8689 F: Documentation/scsi/osst.txt
8690 F: drivers/scsi/osst.*
8691 F: drivers/scsi/osst_*.h
8692 F: drivers/scsi/st.h
8693
8694 OPENCORES I2C BUS DRIVER
8695 M: Peter Korsgaard <jacmet@sunsite.dk>
8696 L: linux-i2c@vger.kernel.org
8697 S: Maintained
8698 F: Documentation/i2c/busses/i2c-ocores
8699 F: drivers/i2c/busses/i2c-ocores.c
8700
8701 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8702 M: Rob Herring <robh+dt@kernel.org>
8703 M: Frank Rowand <frowand.list@gmail.com>
8704 L: devicetree@vger.kernel.org
8705 W: http://www.devicetree.org/
8706 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8707 S: Maintained
8708 F: drivers/of/
8709 F: include/linux/of*.h
8710 F: scripts/dtc/
8711
8712 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8713 M: Rob Herring <robh+dt@kernel.org>
8714 M: Mark Rutland <mark.rutland@arm.com>
8715 L: devicetree@vger.kernel.org
8716 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8717 Q: http://patchwork.ozlabs.org/project/devicetree-bindings/list/
8718 S: Maintained
8719 F: Documentation/devicetree/
8720 F: arch/*/boot/dts/
8721 F: include/dt-bindings/
8722
8723 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8724 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8725 L: devicetree@vger.kernel.org
8726 S: Maintained
8727 F: Documentation/devicetree/dynamic-resolution-notes.txt
8728 F: Documentation/devicetree/overlay-notes.txt
8729 F: drivers/of/overlay.c
8730 F: drivers/of/resolver.c
8731
8732 OPENRISC ARCHITECTURE
8733 M: Jonas Bonn <jonas@southpole.se>
8734 W: http://openrisc.net
8735 S: Maintained
8736 T: git git://openrisc.net/~jonas/linux
8737 F: arch/openrisc/
8738
8739 OPENVSWITCH
8740 M: Pravin Shelar <pshelar@nicira.com>
8741 L: netdev@vger.kernel.org
8742 L: dev@openvswitch.org
8743 W: http://openvswitch.org
8744 S: Maintained
8745 F: net/openvswitch/
8746 F: include/uapi/linux/openvswitch.h
8747
8748 OPERATING PERFORMANCE POINTS (OPP)
8749 M: Viresh Kumar <vireshk@kernel.org>
8750 M: Nishanth Menon <nm@ti.com>
8751 M: Stephen Boyd <sboyd@codeaurora.org>
8752 L: linux-pm@vger.kernel.org
8753 S: Maintained
8754 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8755 F: drivers/base/power/opp/
8756 F: include/linux/pm_opp.h
8757 F: Documentation/power/opp.txt
8758 F: Documentation/devicetree/bindings/opp/
8759
8760 OPL4 DRIVER
8761 M: Clemens Ladisch <clemens@ladisch.de>
8762 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8763 T: git git://git.alsa-project.org/alsa-kernel.git
8764 S: Maintained
8765 F: sound/drivers/opl4/
8766
8767 OPROFILE
8768 M: Robert Richter <rric@kernel.org>
8769 L: oprofile-list@lists.sf.net
8770 S: Maintained
8771 F: arch/*/include/asm/oprofile*.h
8772 F: arch/*/oprofile/
8773 F: drivers/oprofile/
8774 F: include/linux/oprofile.h
8775
8776 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8777 M: Mark Fasheh <mfasheh@versity.com>
8778 M: Joel Becker <jlbec@evilplan.org>
8779 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8780 W: http://ocfs2.wiki.kernel.org
8781 S: Supported
8782 F: Documentation/filesystems/ocfs2.txt
8783 F: Documentation/filesystems/dlmfs.txt
8784 F: fs/ocfs2/
8785
8786 ORINOCO DRIVER
8787 L: linux-wireless@vger.kernel.org
8788 W: http://wireless.kernel.org/en/users/Drivers/orinoco
8789 W: http://www.nongnu.org/orinoco/
8790 S: Orphan
8791 F: drivers/net/wireless/intersil/orinoco/
8792
8793 OSD LIBRARY and FILESYSTEM
8794 M: Boaz Harrosh <ooo@electrozaur.com>
8795 M: Benny Halevy <bhalevy@primarydata.com>
8796 L: osd-dev@open-osd.org
8797 W: http://open-osd.org
8798 T: git git://git.open-osd.org/open-osd.git
8799 S: Maintained
8800 F: drivers/scsi/osd/
8801 F: include/scsi/osd_*
8802 F: fs/exofs/
8803
8804 OVERLAY FILESYSTEM
8805 M: Miklos Szeredi <miklos@szeredi.hu>
8806 L: linux-unionfs@vger.kernel.org
8807 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8808 S: Supported
8809 F: fs/overlayfs/
8810 F: Documentation/filesystems/overlayfs.txt
8811
8812 ORANGEFS FILESYSTEM
8813 M: Mike Marshall <hubcap@omnibond.com>
8814 L: pvfs2-developers@beowulf-underground.org (subscribers-only)
8815 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8816 S: Supported
8817 F: fs/orangefs/
8818 F: Documentation/filesystems/orangefs.txt
8819
8820 P54 WIRELESS DRIVER
8821 M: Christian Lamparter <chunkeey@googlemail.com>
8822 L: linux-wireless@vger.kernel.org
8823 W: http://wireless.kernel.org/en/users/Drivers/p54
8824 S: Maintained
8825 F: drivers/net/wireless/intersil/p54/
8826
8827 PA SEMI ETHERNET DRIVER
8828 M: Olof Johansson <olof@lixom.net>
8829 L: netdev@vger.kernel.org
8830 S: Maintained
8831 F: drivers/net/ethernet/pasemi/*
8832
8833 PA SEMI SMBUS DRIVER
8834 M: Olof Johansson <olof@lixom.net>
8835 L: linux-i2c@vger.kernel.org
8836 S: Maintained
8837 F: drivers/i2c/busses/i2c-pasemi.c
8838
8839 PADATA PARALLEL EXECUTION MECHANISM
8840 M: Steffen Klassert <steffen.klassert@secunet.com>
8841 L: linux-crypto@vger.kernel.org
8842 S: Maintained
8843 F: kernel/padata.c
8844 F: include/linux/padata.h
8845 F: Documentation/padata.txt
8846
8847 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8848 M: Harald Welte <laforge@gnumonks.org>
8849 L: platform-driver-x86@vger.kernel.org
8850 S: Maintained
8851 F: drivers/platform/x86/panasonic-laptop.c
8852
8853 PANASONIC MN10300/AM33/AM34 PORT
8854 M: David Howells <dhowells@redhat.com>
8855 L: linux-am33-list@redhat.com (moderated for non-subscribers)
8856 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8857 S: Maintained
8858 F: Documentation/mn10300/
8859 F: arch/mn10300/
8860
8861 PARALLEL LCD/KEYPAD PANEL DRIVER
8862 M: Willy Tarreau <willy@haproxy.com>
8863 M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8864 S: Odd Fixes
8865 F: Documentation/misc-devices/lcd-panel-cgram.txt
8866 F: drivers/misc/panel.c
8867
8868 PARALLEL PORT SUBSYSTEM
8869 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8870 M: Sudip Mukherjee <sudip@vectorindia.org>
8871 L: linux-parport@lists.infradead.org (subscribers-only)
8872 S: Maintained
8873 F: drivers/parport/
8874 F: include/linux/parport*.h
8875 F: drivers/char/ppdev.c
8876 F: include/uapi/linux/ppdev.h
8877 F: Documentation/parport*.txt
8878
8879 PARAVIRT_OPS INTERFACE
8880 M: Jeremy Fitzhardinge <jeremy@goop.org>
8881 M: Chris Wright <chrisw@sous-sol.org>
8882 M: Alok Kataria <akataria@vmware.com>
8883 M: Rusty Russell <rusty@rustcorp.com.au>
8884 L: virtualization@lists.linux-foundation.org
8885 S: Supported
8886 F: Documentation/virtual/paravirt_ops.txt
8887 F: arch/*/kernel/paravirt*
8888 F: arch/*/include/asm/paravirt.h
8889
8890 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8891 M: Tim Waugh <tim@cyberelk.net>
8892 L: linux-parport@lists.infradead.org (subscribers-only)
8893 S: Maintained
8894 F: Documentation/blockdev/paride.txt
8895 F: drivers/block/paride/
8896
8897 PARISC ARCHITECTURE
8898 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
8899 M: Helge Deller <deller@gmx.de>
8900 L: linux-parisc@vger.kernel.org
8901 W: http://www.parisc-linux.org/
8902 Q: http://patchwork.kernel.org/project/linux-parisc/list/
8903 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8904 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8905 S: Maintained
8906 F: arch/parisc/
8907 F: Documentation/parisc/
8908 F: drivers/parisc/
8909 F: drivers/char/agp/parisc-agp.c
8910 F: drivers/input/serio/gscps2.c
8911 F: drivers/parport/parport_gsc.*
8912 F: drivers/tty/serial/8250/8250_gsc.c
8913 F: drivers/video/fbdev/sti*
8914 F: drivers/video/console/sti*
8915 F: drivers/video/logo/logo_parisc*
8916
8917 PC87360 HARDWARE MONITORING DRIVER
8918 M: Jim Cromie <jim.cromie@gmail.com>
8919 L: linux-hwmon@vger.kernel.org
8920 S: Maintained
8921 F: Documentation/hwmon/pc87360
8922 F: drivers/hwmon/pc87360.c
8923
8924 PC8736x GPIO DRIVER
8925 M: Jim Cromie <jim.cromie@gmail.com>
8926 S: Maintained
8927 F: drivers/char/pc8736x_gpio.c
8928
8929 PC87427 HARDWARE MONITORING DRIVER
8930 M: Jean Delvare <jdelvare@suse.com>
8931 L: linux-hwmon@vger.kernel.org
8932 S: Maintained
8933 F: Documentation/hwmon/pc87427
8934 F: drivers/hwmon/pc87427.c
8935
8936 PCA9532 LED DRIVER
8937 M: Riku Voipio <riku.voipio@iki.fi>
8938 S: Maintained
8939 F: drivers/leds/leds-pca9532.c
8940 F: include/linux/leds-pca9532.h
8941
8942 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8943 M: Guenter Roeck <linux@roeck-us.net>
8944 L: linux-i2c@vger.kernel.org
8945 S: Maintained
8946 F: drivers/i2c/muxes/i2c-mux-pca9541.c
8947
8948 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8949 M: Khalid Aziz <khalid@gonehiking.org>
8950 S: Maintained
8951 F: drivers/firmware/pcdp.*
8952
8953 PCI ERROR RECOVERY
8954 M: Linas Vepstas <linasvepstas@gmail.com>
8955 L: linux-pci@vger.kernel.org
8956 S: Supported
8957 F: Documentation/PCI/pci-error-recovery.txt
8958
8959 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
8960 M: Russell Currey <ruscur@russell.cc>
8961 L: linuxppc-dev@lists.ozlabs.org
8962 S: Supported
8963 F: Documentation/powerpc/eeh-pci-error-recovery.txt
8964 F: arch/powerpc/kernel/eeh*.c
8965 F: arch/powerpc/platforms/*/eeh*.c
8966 F: arch/powerpc/include/*/eeh*.h
8967
8968 PCI SUBSYSTEM
8969 M: Bjorn Helgaas <bhelgaas@google.com>
8970 L: linux-pci@vger.kernel.org
8971 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
8972 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8973 S: Supported
8974 F: Documentation/devicetree/bindings/pci/
8975 F: Documentation/PCI/
8976 F: drivers/pci/
8977 F: include/linux/pci*
8978 F: arch/x86/pci/
8979 F: arch/x86/kernel/quirks.c
8980
8981 PCI DRIVER FOR ALTERA PCIE IP
8982 M: Ley Foon Tan <lftan@altera.com>
8983 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8984 L: linux-pci@vger.kernel.org
8985 S: Supported
8986 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
8987 F: drivers/pci/host/pcie-altera.c
8988
8989 PCI DRIVER FOR ARM VERSATILE PLATFORM
8990 M: Rob Herring <robh@kernel.org>
8991 L: linux-pci@vger.kernel.org
8992 L: linux-arm-kernel@lists.infradead.org
8993 S: Maintained
8994 F: Documentation/devicetree/bindings/pci/versatile.txt
8995 F: drivers/pci/host/pci-versatile.c
8996
8997 PCI DRIVER FOR APPLIEDMICRO XGENE
8998 M: Tanmay Inamdar <tinamdar@apm.com>
8999 L: linux-pci@vger.kernel.org
9000 L: linux-arm-kernel@lists.infradead.org
9001 S: Maintained
9002 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
9003 F: drivers/pci/host/pci-xgene.c
9004
9005 PCI DRIVER FOR FREESCALE LAYERSCAPE
9006 M: Minghuan Lian <minghuan.Lian@freescale.com>
9007 M: Mingkai Hu <mingkai.hu@freescale.com>
9008 M: Roy Zang <tie-fei.zang@freescale.com>
9009 L: linuxppc-dev@lists.ozlabs.org
9010 L: linux-pci@vger.kernel.org
9011 L: linux-arm-kernel@lists.infradead.org
9012 S: Maintained
9013 F: drivers/pci/host/*layerscape*
9014
9015 PCI DRIVER FOR IMX6
9016 M: Richard Zhu <Richard.Zhu@freescale.com>
9017 M: Lucas Stach <l.stach@pengutronix.de>
9018 L: linux-pci@vger.kernel.org
9019 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9020 S: Maintained
9021 F: drivers/pci/host/*imx6*
9022
9023 PCI DRIVER FOR TI KEYSTONE
9024 M: Murali Karicheri <m-karicheri2@ti.com>
9025 L: linux-pci@vger.kernel.org
9026 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9027 S: Maintained
9028 F: drivers/pci/host/*keystone*
9029
9030 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9031 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9032 M: Jason Cooper <jason@lakedaemon.net>
9033 L: linux-pci@vger.kernel.org
9034 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9035 S: Maintained
9036 F: drivers/pci/host/*mvebu*
9037
9038 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9039 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9040 L: linux-pci@vger.kernel.org
9041 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9042 S: Maintained
9043 F: drivers/pci/host/pci-aardvark.c
9044
9045 PCI DRIVER FOR NVIDIA TEGRA
9046 M: Thierry Reding <thierry.reding@gmail.com>
9047 L: linux-tegra@vger.kernel.org
9048 L: linux-pci@vger.kernel.org
9049 S: Supported
9050 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9051 F: drivers/pci/host/pci-tegra.c
9052
9053 PCI DRIVER FOR TI DRA7XX
9054 M: Kishon Vijay Abraham I <kishon@ti.com>
9055 L: linux-omap@vger.kernel.org
9056 L: linux-pci@vger.kernel.org
9057 S: Supported
9058 F: Documentation/devicetree/bindings/pci/ti-pci.txt
9059 F: drivers/pci/host/pci-dra7xx.c
9060
9061 PCI DRIVER FOR RENESAS R-CAR
9062 M: Simon Horman <horms@verge.net.au>
9063 L: linux-pci@vger.kernel.org
9064 L: linux-renesas-soc@vger.kernel.org
9065 S: Maintained
9066 F: drivers/pci/host/*rcar*
9067
9068 PCI DRIVER FOR SAMSUNG EXYNOS
9069 M: Jingoo Han <jingoohan1@gmail.com>
9070 L: linux-pci@vger.kernel.org
9071 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9072 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9073 S: Maintained
9074 F: drivers/pci/host/pci-exynos.c
9075
9076 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9077 M: Jingoo Han <jingoohan1@gmail.com>
9078 M: Pratyush Anand <pratyush.anand@gmail.com>
9079 L: linux-pci@vger.kernel.org
9080 S: Maintained
9081 F: drivers/pci/host/*designware*
9082
9083 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
9084 M: Joao Pinto <jpinto@synopsys.com>
9085 L: linux-pci@vger.kernel.org
9086 S: Maintained
9087 F: Documentation/devicetree/bindings/pci/designware-pcie.txt
9088 F: drivers/pci/host/pcie-designware-plat.c
9089
9090 PCI DRIVER FOR GENERIC OF HOSTS
9091 M: Will Deacon <will.deacon@arm.com>
9092 L: linux-pci@vger.kernel.org
9093 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9094 S: Maintained
9095 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
9096 F: drivers/pci/host/pci-host-common.c
9097 F: drivers/pci/host/pci-host-generic.c
9098
9099 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9100 M: Keith Busch <keith.busch@intel.com>
9101 L: linux-pci@vger.kernel.org
9102 S: Supported
9103 F: arch/x86/pci/vmd.c
9104
9105 PCIE DRIVER FOR ST SPEAR13XX
9106 M: Pratyush Anand <pratyush.anand@gmail.com>
9107 L: linux-pci@vger.kernel.org
9108 S: Maintained
9109 F: drivers/pci/host/*spear*
9110
9111 PCI MSI DRIVER FOR ALTERA MSI IP
9112 M: Ley Foon Tan <lftan@altera.com>
9113 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9114 L: linux-pci@vger.kernel.org
9115 S: Supported
9116 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9117 F: drivers/pci/host/pcie-altera-msi.c
9118
9119 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9120 M: Duc Dang <dhdang@apm.com>
9121 L: linux-pci@vger.kernel.org
9122 L: linux-arm-kernel@lists.infradead.org
9123 S: Maintained
9124 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9125 F: drivers/pci/host/pci-xgene-msi.c
9126
9127 PCIE DRIVER FOR AXIS ARTPEC
9128 M: Niklas Cassel <niklas.cassel@axis.com>
9129 M: Jesper Nilsson <jesper.nilsson@axis.com>
9130 L: linux-arm-kernel@axis.com
9131 L: linux-pci@vger.kernel.org
9132 S: Maintained
9133 F: Documentation/devicetree/bindings/pci/axis,artpec*
9134 F: drivers/pci/host/*artpec*
9135
9136 PCIE DRIVER FOR HISILICON
9137 M: Zhou Wang <wangzhou1@hisilicon.com>
9138 M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
9139 L: linux-pci@vger.kernel.org
9140 S: Maintained
9141 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9142 F: drivers/pci/host/pcie-hisi.c
9143
9144 PCIE DRIVER FOR QUALCOMM MSM
9145 M: Stanimir Varbanov <svarbanov@mm-sol.com>
9146 L: linux-pci@vger.kernel.org
9147 L: linux-arm-msm@vger.kernel.org
9148 S: Maintained
9149 F: drivers/pci/host/*qcom*
9150
9151 PCIE DRIVER FOR CAVIUM THUNDERX
9152 M: David Daney <david.daney@cavium.com>
9153 L: linux-pci@vger.kernel.org
9154 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9155 S: Supported
9156 F: Documentation/devicetree/bindings/pci/pci-thunder-*
9157 F: drivers/pci/host/pci-thunder-*
9158
9159 PCMCIA SUBSYSTEM
9160 P: Linux PCMCIA Team
9161 L: linux-pcmcia@lists.infradead.org
9162 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9163 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9164 S: Maintained
9165 F: Documentation/pcmcia/
9166 F: drivers/pcmcia/
9167 F: include/pcmcia/
9168
9169 PCNET32 NETWORK DRIVER
9170 M: Don Fry <pcnet32@frontier.com>
9171 L: netdev@vger.kernel.org
9172 S: Maintained
9173 F: drivers/net/ethernet/amd/pcnet32.c
9174
9175 PCRYPT PARALLEL CRYPTO ENGINE
9176 M: Steffen Klassert <steffen.klassert@secunet.com>
9177 L: linux-crypto@vger.kernel.org
9178 S: Maintained
9179 F: crypto/pcrypt.c
9180 F: include/crypto/pcrypt.h
9181
9182 PER-CPU MEMORY ALLOCATOR
9183 M: Tejun Heo <tj@kernel.org>
9184 M: Christoph Lameter <cl@linux.com>
9185 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9186 S: Maintained
9187 F: include/linux/percpu*.h
9188 F: mm/percpu*.c
9189 F: arch/*/include/asm/percpu.h
9190
9191 PER-TASK DELAY ACCOUNTING
9192 M: Balbir Singh <bsingharora@gmail.com>
9193 S: Maintained
9194 F: include/linux/delayacct.h
9195 F: kernel/delayacct.c
9196
9197 PERFORMANCE EVENTS SUBSYSTEM
9198 M: Peter Zijlstra <peterz@infradead.org>
9199 M: Ingo Molnar <mingo@redhat.com>
9200 M: Arnaldo Carvalho de Melo <acme@kernel.org>
9201 R: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9202 L: linux-kernel@vger.kernel.org
9203 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9204 S: Supported
9205 F: kernel/events/*
9206 F: include/linux/perf_event.h
9207 F: include/uapi/linux/perf_event.h
9208 F: arch/*/kernel/perf_event*.c
9209 F: arch/*/kernel/*/perf_event*.c
9210 F: arch/*/kernel/*/*/perf_event*.c
9211 F: arch/*/include/asm/perf_event.h
9212 F: arch/*/kernel/perf_callchain.c
9213 F: arch/*/events/*
9214 F: tools/perf/
9215
9216 PERSONALITY HANDLING
9217 M: Christoph Hellwig <hch@infradead.org>
9218 L: linux-abi-devel@lists.sourceforge.net
9219 S: Maintained
9220 F: include/linux/personality.h
9221 F: include/uapi/linux/personality.h
9222
9223 PHONET PROTOCOL
9224 M: Remi Denis-Courmont <courmisch@gmail.com>
9225 S: Supported
9226 F: Documentation/networking/phonet.txt
9227 F: include/linux/phonet.h
9228 F: include/net/phonet/
9229 F: include/uapi/linux/phonet.h
9230 F: net/phonet/
9231
9232 PHRAM MTD DRIVER
9233 M: Joern Engel <joern@lazybastard.org>
9234 L: linux-mtd@lists.infradead.org
9235 S: Maintained
9236 F: drivers/mtd/devices/phram.c
9237
9238 PICOLCD HID DRIVER
9239 M: Bruno Prémont <bonbons@linux-vserver.org>
9240 L: linux-input@vger.kernel.org
9241 S: Maintained
9242 F: drivers/hid/hid-picolcd*
9243
9244 PICOXCELL SUPPORT
9245 M: Jamie Iles <jamie@jamieiles.com>
9246 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9247 T: git git://github.com/jamieiles/linux-2.6-ji.git
9248 S: Supported
9249 F: arch/arm/boot/dts/picoxcell*
9250 F: arch/arm/mach-picoxcell/
9251 F: drivers/crypto/picoxcell*
9252
9253 PIN CONTROL SUBSYSTEM
9254 M: Linus Walleij <linus.walleij@linaro.org>
9255 L: linux-gpio@vger.kernel.org
9256 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9257 S: Maintained
9258 F: Documentation/devicetree/bindings/pinctrl/
9259 F: Documentation/pinctrl.txt
9260 F: drivers/pinctrl/
9261 F: include/linux/pinctrl/
9262
9263 PIN CONTROLLER - ATMEL AT91
9264 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9265 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9266 S: Maintained
9267 F: drivers/pinctrl/pinctrl-at91.*
9268
9269 PIN CONTROLLER - ATMEL AT91 PIO4
9270 M: Ludovic Desroches <ludovic.desroches@atmel.com>
9271 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9272 L: linux-gpio@vger.kernel.org
9273 S: Supported
9274 F: drivers/pinctrl/pinctrl-at91-pio4.*
9275
9276 PIN CONTROLLER - INTEL
9277 M: Mika Westerberg <mika.westerberg@linux.intel.com>
9278 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
9279 S: Maintained
9280 F: drivers/pinctrl/intel/
9281
9282 PIN CONTROLLER - RENESAS
9283 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9284 M: Geert Uytterhoeven <geert+renesas@glider.be>
9285 L: linux-renesas-soc@vger.kernel.org
9286 S: Maintained
9287 F: drivers/pinctrl/sh-pfc/
9288
9289 PIN CONTROLLER - SAMSUNG
9290 M: Tomasz Figa <tomasz.figa@gmail.com>
9291 M: Krzysztof Kozlowski <krzk@kernel.org>
9292 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9293 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9294 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9295 S: Maintained
9296 F: drivers/pinctrl/samsung/
9297
9298 PIN CONTROLLER - SINGLE
9299 M: Tony Lindgren <tony@atomide.com>
9300 M: Haojian Zhuang <haojian.zhuang@linaro.org>
9301 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9302 L: linux-omap@vger.kernel.org
9303 S: Maintained
9304 F: drivers/pinctrl/pinctrl-single.c
9305
9306 PIN CONTROLLER - ST SPEAR
9307 M: Viresh Kumar <vireshk@kernel.org>
9308 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9309 W: http://www.st.com/spear
9310 S: Maintained
9311 F: drivers/pinctrl/spear/
9312
9313 PISTACHIO SOC SUPPORT
9314 M: James Hartley <james.hartley@imgtec.com>
9315 M: Ionela Voinescu <ionela.voinescu@imgtec.com>
9316 L: linux-mips@linux-mips.org
9317 S: Maintained
9318 F: arch/mips/pistachio/
9319 F: arch/mips/include/asm/mach-pistachio/
9320 F: arch/mips/boot/dts/pistachio/
9321 F: arch/mips/configs/pistachio*_defconfig
9322
9323 PKTCDVD DRIVER
9324 M: Jiri Kosina <jikos@kernel.org>
9325 S: Maintained
9326 F: drivers/block/pktcdvd.c
9327 F: include/linux/pktcdvd.h
9328 F: include/uapi/linux/pktcdvd.h
9329
9330 PKUNITY SOC DRIVERS
9331 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
9332 W: http://mprc.pku.edu.cn/~guanxuetao/linux
9333 S: Maintained
9334 T: git git://github.com/gxt/linux.git
9335 F: drivers/input/serio/i8042-unicore32io.h
9336 F: drivers/i2c/busses/i2c-puv3.c
9337 F: drivers/video/fbdev/fb-puv3.c
9338 F: drivers/rtc/rtc-puv3.c
9339
9340 PMBUS HARDWARE MONITORING DRIVERS
9341 M: Guenter Roeck <linux@roeck-us.net>
9342 L: linux-hwmon@vger.kernel.org
9343 W: http://hwmon.wiki.kernel.org/
9344 W: http://www.roeck-us.net/linux/drivers/
9345 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9346 S: Maintained
9347 F: Documentation/hwmon/pmbus
9348 F: drivers/hwmon/pmbus/
9349 F: include/linux/i2c/pmbus.h
9350
9351 PMC SIERRA MaxRAID DRIVER
9352 L: linux-scsi@vger.kernel.org
9353 W: http://www.pmc-sierra.com/
9354 S: Orphan
9355 F: drivers/scsi/pmcraid.*
9356
9357 PMC SIERRA PM8001 DRIVER
9358 M: Jack Wang <jinpu.wang@profitbricks.com>
9359 M: lindar_liu@usish.com
9360 L: pmchba@pmcs.com
9361 L: linux-scsi@vger.kernel.org
9362 S: Supported
9363 F: drivers/scsi/pm8001/
9364
9365 POSIX CLOCKS and TIMERS
9366 M: Thomas Gleixner <tglx@linutronix.de>
9367 L: linux-kernel@vger.kernel.org
9368 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9369 S: Maintained
9370 F: fs/timerfd.c
9371 F: include/linux/timer*
9372 F: kernel/time/*timer*
9373
9374 POWER MANAGEMENT CORE
9375 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
9376 L: linux-pm@vger.kernel.org
9377 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9378 S: Supported
9379 F: drivers/base/power/
9380 F: include/linux/pm.h
9381 F: include/linux/pm_*
9382 F: include/linux/powercap.h
9383 F: drivers/powercap/
9384
9385 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9386 M: Sebastian Reichel <sre@kernel.org>
9387 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
9388 M: David Woodhouse <dwmw2@infradead.org>
9389 L: linux-pm@vger.kernel.org
9390 T: git git://git.infradead.org/battery-2.6.git
9391 S: Maintained
9392 F: Documentation/devicetree/bindings/power/
9393 F: Documentation/devicetree/bindings/power_supply/
9394 F: include/linux/power_supply.h
9395 F: drivers/power/
9396 X: drivers/power/avs/
9397
9398 POWER STATE COORDINATION INTERFACE (PSCI)
9399 M: Mark Rutland <mark.rutland@arm.com>
9400 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9401 L: linux-arm-kernel@lists.infradead.org
9402 S: Maintained
9403 F: drivers/firmware/psci.c
9404 F: include/linux/psci.h
9405 F: include/uapi/linux/psci.h
9406
9407 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9408 M: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9409 L: linuxppc-dev@lists.ozlabs.org
9410 S: Maintained
9411 F: drivers/char/powernv-op-panel.c
9412
9413 PNP SUPPORT
9414 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9415 S: Maintained
9416 F: drivers/pnp/
9417
9418 PPP PROTOCOL DRIVERS AND COMPRESSORS
9419 M: Paul Mackerras <paulus@samba.org>
9420 L: linux-ppp@vger.kernel.org
9421 S: Maintained
9422 F: drivers/net/ppp/ppp_*
9423
9424 PPP OVER ATM (RFC 2364)
9425 M: Mitchell Blank Jr <mitch@sfgoth.com>
9426 S: Maintained
9427 F: net/atm/pppoatm.c
9428 F: include/uapi/linux/atmppp.h
9429
9430 PPP OVER ETHERNET
9431 M: Michal Ostrowski <mostrows@earthlink.net>
9432 S: Maintained
9433 F: drivers/net/ppp/pppoe.c
9434 F: drivers/net/ppp/pppox.c
9435
9436 PPP OVER L2TP
9437 M: James Chapman <jchapman@katalix.com>
9438 S: Maintained
9439 F: net/l2tp/l2tp_ppp.c
9440 F: include/linux/if_pppol2tp.h
9441 F: include/uapi/linux/if_pppol2tp.h
9442
9443 PPS SUPPORT
9444 M: Rodolfo Giometti <giometti@enneenne.com>
9445 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
9446 L: linuxpps@ml.enneenne.com (subscribers-only)
9447 S: Maintained
9448 F: Documentation/pps/
9449 F: drivers/pps/
9450 F: include/linux/pps*.h
9451
9452 PPTP DRIVER
9453 M: Dmitry Kozlov <xeb@mail.ru>
9454 L: netdev@vger.kernel.org
9455 S: Maintained
9456 F: drivers/net/ppp/pptp.c
9457 W: http://sourceforge.net/projects/accel-pptp
9458
9459 PREEMPTIBLE KERNEL
9460 M: Robert Love <rml@tech9.net>
9461 L: kpreempt-tech@lists.sourceforge.net
9462 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9463 S: Supported
9464 F: Documentation/preempt-locking.txt
9465 F: include/linux/preempt.h
9466
9467 PRISM54 WIRELESS DRIVER
9468 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
9469 L: linux-wireless@vger.kernel.org
9470 W: http://wireless.kernel.org/en/users/Drivers/p54
9471 S: Obsolete
9472 F: drivers/net/wireless/intersil/prism54/
9473
9474 PS3 NETWORK SUPPORT
9475 M: Geoff Levand <geoff@infradead.org>
9476 L: netdev@vger.kernel.org
9477 L: linuxppc-dev@lists.ozlabs.org
9478 S: Maintained
9479 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
9480
9481 PS3 PLATFORM SUPPORT
9482 M: Geoff Levand <geoff@infradead.org>
9483 L: linuxppc-dev@lists.ozlabs.org
9484 S: Maintained
9485 F: arch/powerpc/boot/ps3*
9486 F: arch/powerpc/include/asm/lv1call.h
9487 F: arch/powerpc/include/asm/ps3*.h
9488 F: arch/powerpc/platforms/ps3/
9489 F: drivers/*/ps3*
9490 F: drivers/ps3/
9491 F: drivers/rtc/rtc-ps3.c
9492 F: drivers/usb/host/*ps3.c
9493 F: sound/ppc/snd_ps3*
9494
9495 PS3VRAM DRIVER
9496 M: Jim Paris <jim@jtan.com>
9497 M: Geoff Levand <geoff@infradead.org>
9498 L: linuxppc-dev@lists.ozlabs.org
9499 S: Maintained
9500 F: drivers/block/ps3vram.c
9501
9502 PSTORE FILESYSTEM
9503 M: Anton Vorontsov <anton@enomsg.org>
9504 M: Colin Cross <ccross@android.com>
9505 M: Kees Cook <keescook@chromium.org>
9506 M: Tony Luck <tony.luck@intel.com>
9507 S: Maintained
9508 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9509 F: fs/pstore/
9510 F: include/linux/pstore*
9511 F: drivers/firmware/efi/efi-pstore.c
9512 F: drivers/acpi/apei/erst.c
9513
9514 PTP HARDWARE CLOCK SUPPORT
9515 M: Richard Cochran <richardcochran@gmail.com>
9516 L: netdev@vger.kernel.org
9517 S: Maintained
9518 W: http://linuxptp.sourceforge.net/
9519 F: Documentation/ABI/testing/sysfs-ptp
9520 F: Documentation/ptp/*
9521 F: drivers/net/ethernet/freescale/gianfar_ptp.c
9522 F: drivers/net/phy/dp83640*
9523 F: drivers/ptp/*
9524 F: include/linux/ptp_cl*
9525
9526 PTRACE SUPPORT
9527 M: Roland McGrath <roland@hack.frob.com>
9528 M: Oleg Nesterov <oleg@redhat.com>
9529 S: Maintained
9530 F: include/asm-generic/syscall.h
9531 F: include/linux/ptrace.h
9532 F: include/linux/regset.h
9533 F: include/linux/tracehook.h
9534 F: include/uapi/linux/ptrace.h
9535 F: kernel/ptrace.c
9536
9537 PULSE8-CEC DRIVER
9538 M: Hans Verkuil <hverkuil@xs4all.nl>
9539 L: linux-media@vger.kernel.org
9540 T: git git://linuxtv.org/media_tree.git
9541 S: Maintained
9542 F: drivers/staging/media/pulse8-cec
9543
9544 PVRUSB2 VIDEO4LINUX DRIVER
9545 M: Mike Isely <isely@pobox.com>
9546 L: pvrusb2@isely.net (subscribers-only)
9547 L: linux-media@vger.kernel.org
9548 W: http://www.isely.net/pvrusb2/
9549 T: git git://linuxtv.org/media_tree.git
9550 S: Maintained
9551 F: Documentation/video4linux/README.pvrusb2
9552 F: drivers/media/usb/pvrusb2/
9553
9554 PWC WEBCAM DRIVER
9555 M: Hans Verkuil <hverkuil@xs4all.nl>
9556 L: linux-media@vger.kernel.org
9557 T: git git://linuxtv.org/media_tree.git
9558 S: Odd Fixes
9559 F: drivers/media/usb/pwc/*
9560
9561 PWM FAN DRIVER
9562 M: Kamil Debski <kamil@wypas.org>
9563 M: Lukasz Majewski <l.majewski@samsung.com>
9564 L: linux-hwmon@vger.kernel.org
9565 S: Supported
9566 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9567 F: Documentation/hwmon/pwm-fan
9568 F: drivers/hwmon/pwm-fan.c
9569
9570 PWM SUBSYSTEM
9571 M: Thierry Reding <thierry.reding@gmail.com>
9572 L: linux-pwm@vger.kernel.org
9573 S: Maintained
9574 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9575 F: Documentation/pwm.txt
9576 F: Documentation/devicetree/bindings/pwm/
9577 F: include/linux/pwm.h
9578 F: drivers/pwm/
9579 F: drivers/video/backlight/pwm_bl.c
9580 F: include/linux/pwm_backlight.h
9581
9582 PXA2xx/PXA3xx SUPPORT
9583 M: Daniel Mack <daniel@zonque.org>
9584 M: Haojian Zhuang <haojian.zhuang@gmail.com>
9585 M: Robert Jarzmik <robert.jarzmik@free.fr>
9586 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9587 T: git git://github.com/hzhuang1/linux.git
9588 T: git git://github.com/rjarzmik/linux.git
9589 S: Maintained
9590 F: arch/arm/boot/dts/pxa*
9591 F: arch/arm/mach-pxa/
9592 F: drivers/dma/pxa*
9593 F: drivers/pcmcia/pxa2xx*
9594 F: drivers/pinctrl/pxa/
9595 F: drivers/spi/spi-pxa2xx*
9596 F: drivers/usb/gadget/udc/pxa2*
9597 F: include/sound/pxa2xx-lib.h
9598 F: sound/arm/pxa*
9599 F: sound/soc/pxa/
9600
9601 PXA GPIO DRIVER
9602 M: Robert Jarzmik <robert.jarzmik@free.fr>
9603 L: linux-gpio@vger.kernel.org
9604 S: Maintained
9605 F: drivers/gpio/gpio-pxa.c
9606
9607 PXA3xx NAND FLASH DRIVER
9608 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9609 L: linux-mtd@lists.infradead.org
9610 S: Maintained
9611 F: drivers/mtd/nand/pxa3xx_nand.c
9612
9613 MMP SUPPORT
9614 M: Eric Miao <eric.y.miao@gmail.com>
9615 M: Haojian Zhuang <haojian.zhuang@gmail.com>
9616 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9617 T: git git://github.com/hzhuang1/linux.git
9618 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
9619 S: Maintained
9620 F: arch/arm/boot/dts/mmp*
9621 F: arch/arm/mach-mmp/
9622
9623 PXA MMCI DRIVER
9624 S: Orphan
9625
9626 PXA RTC DRIVER
9627 M: Robert Jarzmik <robert.jarzmik@free.fr>
9628 L: rtc-linux@googlegroups.com
9629 S: Maintained
9630
9631 QAT DRIVER
9632 M: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
9633 M: Salvatore Benedetto <salvatore.benedetto@intel.com>
9634 L: qat-linux@intel.com
9635 S: Supported
9636 F: drivers/crypto/qat/
9637
9638 QIB DRIVER
9639 M: Mike Marciniszyn <infinipath@intel.com>
9640 L: linux-rdma@vger.kernel.org
9641 S: Supported
9642 F: drivers/infiniband/hw/qib/
9643
9644 QLOGIC QLA1280 SCSI DRIVER
9645 M: Michael Reed <mdr@sgi.com>
9646 L: linux-scsi@vger.kernel.org
9647 S: Maintained
9648 F: drivers/scsi/qla1280.[ch]
9649
9650 QLOGIC QLA2XXX FC-SCSI DRIVER
9651 M: qla2xxx-upstream@qlogic.com
9652 L: linux-scsi@vger.kernel.org
9653 S: Supported
9654 F: Documentation/scsi/LICENSE.qla2xxx
9655 F: drivers/scsi/qla2xxx/
9656
9657 QLOGIC QLA4XXX iSCSI DRIVER
9658 M: QLogic-Storage-Upstream@qlogic.com
9659 L: linux-scsi@vger.kernel.org
9660 S: Supported
9661 F: Documentation/scsi/LICENSE.qla4xxx
9662 F: drivers/scsi/qla4xxx/
9663
9664 QLOGIC QLA3XXX NETWORK DRIVER
9665 M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9666 M: Ron Mercer <ron.mercer@qlogic.com>
9667 M: linux-driver@qlogic.com
9668 L: netdev@vger.kernel.org
9669 S: Supported
9670 F: Documentation/networking/LICENSE.qla3xxx
9671 F: drivers/net/ethernet/qlogic/qla3xxx.*
9672
9673 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9674 M: Dept-GELinuxNICDev@qlogic.com
9675 L: netdev@vger.kernel.org
9676 S: Supported
9677 F: drivers/net/ethernet/qlogic/qlcnic/
9678
9679 QLOGIC QLGE 10Gb ETHERNET DRIVER
9680 M: Harish Patil <harish.patil@qlogic.com>
9681 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9682 M: Dept-GELinuxNICDev@qlogic.com
9683 M: linux-driver@qlogic.com
9684 L: netdev@vger.kernel.org
9685 S: Supported
9686 F: drivers/net/ethernet/qlogic/qlge/
9687
9688 QLOGIC QL4xxx ETHERNET DRIVER
9689 M: Yuval Mintz <Yuval.Mintz@qlogic.com>
9690 M: Ariel Elior <Ariel.Elior@qlogic.com>
9691 M: everest-linux-l2@qlogic.com
9692 L: netdev@vger.kernel.org
9693 S: Supported
9694 F: drivers/net/ethernet/qlogic/qed/
9695 F: include/linux/qed/
9696 F: drivers/net/ethernet/qlogic/qede/
9697
9698 QNX4 FILESYSTEM
9699 M: Anders Larsen <al@alarsen.net>
9700 W: http://www.alarsen.net/linux/qnx4fs/
9701 S: Maintained
9702 F: fs/qnx4/
9703 F: include/uapi/linux/qnx4_fs.h
9704 F: include/uapi/linux/qnxtypes.h
9705
9706 QT1010 MEDIA DRIVER
9707 M: Antti Palosaari <crope@iki.fi>
9708 L: linux-media@vger.kernel.org
9709 W: https://linuxtv.org
9710 W: http://palosaari.fi/linux/
9711 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9712 T: git git://linuxtv.org/anttip/media_tree.git
9713 S: Maintained
9714 F: drivers/media/tuners/qt1010*
9715
9716 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9717 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9718 L: linux-wireless@vger.kernel.org
9719 L: ath9k-devel@lists.ath9k.org
9720 W: http://wireless.kernel.org/en/users/Drivers/ath9k
9721 S: Supported
9722 F: drivers/net/wireless/ath/ath9k/
9723
9724 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9725 M: Kalle Valo <kvalo@qca.qualcomm.com>
9726 L: ath10k@lists.infradead.org
9727 W: http://wireless.kernel.org/en/users/Drivers/ath10k
9728 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9729 S: Supported
9730 F: drivers/net/wireless/ath/ath10k/
9731
9732 QUALCOMM HEXAGON ARCHITECTURE
9733 M: Richard Kuo <rkuo@codeaurora.org>
9734 L: linux-hexagon@vger.kernel.org
9735 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9736 S: Supported
9737 F: arch/hexagon/
9738
9739 QUALCOMM WCN36XX WIRELESS DRIVER
9740 M: Eugene Krasnikov <k.eugene.e@gmail.com>
9741 L: wcn36xx@lists.infradead.org
9742 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
9743 T: git git://github.com/KrasnikovEugene/wcn36xx.git
9744 S: Supported
9745 F: drivers/net/wireless/ath/wcn36xx/
9746
9747 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9748 M: Gabriel Somlo <somlo@cmu.edu>
9749 M: "Michael S. Tsirkin" <mst@redhat.com>
9750 L: qemu-devel@nongnu.org
9751 S: Maintained
9752 F: drivers/firmware/qemu_fw_cfg.c
9753
9754 RADOS BLOCK DEVICE (RBD)
9755 M: Ilya Dryomov <idryomov@gmail.com>
9756 M: Sage Weil <sage@redhat.com>
9757 M: Alex Elder <elder@kernel.org>
9758 L: ceph-devel@vger.kernel.org
9759 W: http://ceph.com/
9760 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9761 T: git git://github.com/ceph/ceph-client.git
9762 S: Supported
9763 F: Documentation/ABI/testing/sysfs-bus-rbd
9764 F: drivers/block/rbd.c
9765 F: drivers/block/rbd_types.h
9766
9767 RADEON FRAMEBUFFER DISPLAY DRIVER
9768 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
9769 L: linux-fbdev@vger.kernel.org
9770 S: Maintained
9771 F: drivers/video/fbdev/aty/radeon*
9772 F: include/uapi/linux/radeonfb.h
9773
9774 RADIOSHARK RADIO DRIVER
9775 M: Hans Verkuil <hverkuil@xs4all.nl>
9776 L: linux-media@vger.kernel.org
9777 T: git git://linuxtv.org/media_tree.git
9778 S: Maintained
9779 F: drivers/media/radio/radio-shark.c
9780
9781 RADIOSHARK2 RADIO DRIVER
9782 M: Hans Verkuil <hverkuil@xs4all.nl>
9783 L: linux-media@vger.kernel.org
9784 T: git git://linuxtv.org/media_tree.git
9785 S: Maintained
9786 F: drivers/media/radio/radio-shark2.c
9787 F: drivers/media/radio/radio-tea5777.c
9788
9789 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9790 M: Paul Mackerras <paulus@samba.org>
9791 L: linux-fbdev@vger.kernel.org
9792 S: Maintained
9793 F: drivers/video/fbdev/aty/aty128fb.c
9794
9795 RALINK MIPS ARCHITECTURE
9796 M: John Crispin <john@phrozen.org>
9797 L: linux-mips@linux-mips.org
9798 S: Maintained
9799 F: arch/mips/ralink
9800
9801 RALINK RT2X00 WIRELESS LAN DRIVER
9802 P: rt2x00 project
9803 M: Stanislaw Gruszka <sgruszka@redhat.com>
9804 M: Helmut Schaa <helmut.schaa@googlemail.com>
9805 L: linux-wireless@vger.kernel.org
9806 S: Maintained
9807 F: drivers/net/wireless/ralink/rt2x00/
9808
9809 RAMDISK RAM BLOCK DEVICE DRIVER
9810 M: Jens Axboe <axboe@kernel.dk>
9811 S: Maintained
9812 F: Documentation/blockdev/ramdisk.txt
9813 F: drivers/block/brd.c
9814
9815 RANDOM NUMBER DRIVER
9816 M: "Theodore Ts'o" <tytso@mit.edu>
9817 S: Maintained
9818 F: drivers/char/random.c
9819
9820 RAPIDIO SUBSYSTEM
9821 M: Matt Porter <mporter@kernel.crashing.org>
9822 M: Alexandre Bounine <alexandre.bounine@idt.com>
9823 S: Maintained
9824 F: drivers/rapidio/
9825
9826 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9827 L: linux-wireless@vger.kernel.org
9828 S: Orphan
9829 F: drivers/net/wireless/ray*
9830
9831 RCUTORTURE MODULE
9832 M: Josh Triplett <josh@joshtriplett.org>
9833 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9834 L: linux-kernel@vger.kernel.org
9835 S: Supported
9836 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9837 F: Documentation/RCU/torture.txt
9838 F: kernel/rcu/rcutorture.c
9839
9840 RCUTORTURE TEST FRAMEWORK
9841 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9842 M: Josh Triplett <josh@joshtriplett.org>
9843 R: Steven Rostedt <rostedt@goodmis.org>
9844 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9845 R: Lai Jiangshan <jiangshanlai@gmail.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: tools/testing/selftests/rcutorture
9850
9851 RDC R-321X SoC
9852 M: Florian Fainelli <florian@openwrt.org>
9853 S: Maintained
9854
9855 RDC R6040 FAST ETHERNET DRIVER
9856 M: Florian Fainelli <f.fainelli@gmail.com>
9857 L: netdev@vger.kernel.org
9858 S: Maintained
9859 F: drivers/net/ethernet/rdc/r6040.c
9860
9861 RDS - RELIABLE DATAGRAM SOCKETS
9862 M: Santosh Shilimkar <santosh.shilimkar@oracle.com>
9863 L: netdev@vger.kernel.org
9864 L: linux-rdma@vger.kernel.org
9865 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
9866 W: https://oss.oracle.com/projects/rds/
9867 S: Supported
9868 F: net/rds/
9869 F: Documentation/networking/rds.txt
9870
9871 RDMAVT - RDMA verbs software
9872 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
9873 L: linux-rdma@vger.kernel.org
9874 S: Supported
9875 F: drivers/infiniband/sw/rdmavt
9876
9877 READ-COPY UPDATE (RCU)
9878 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9879 M: Josh Triplett <josh@joshtriplett.org>
9880 R: Steven Rostedt <rostedt@goodmis.org>
9881 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9882 R: Lai Jiangshan <jiangshanlai@gmail.com>
9883 L: linux-kernel@vger.kernel.org
9884 W: http://www.rdrop.com/users/paulmck/RCU/
9885 S: Supported
9886 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9887 F: Documentation/RCU/
9888 X: Documentation/RCU/torture.txt
9889 F: include/linux/rcu*
9890 X: include/linux/srcu.h
9891 F: kernel/rcu/
9892 X: kernel/torture.c
9893
9894 REAL TIME CLOCK (RTC) SUBSYSTEM
9895 M: Alessandro Zummo <a.zummo@towertech.it>
9896 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
9897 L: rtc-linux@googlegroups.com
9898 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
9899 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9900 S: Maintained
9901 F: Documentation/devicetree/bindings/rtc/
9902 F: Documentation/rtc.txt
9903 F: drivers/rtc/
9904 F: include/linux/rtc.h
9905 F: include/uapi/linux/rtc.h
9906 F: include/linux/rtc/
9907 F: include/linux/platform_data/rtc-*
9908 F: tools/testing/selftests/timers/rtctest.c
9909
9910 REALTEK AUDIO CODECS
9911 M: Bard Liao <bardliao@realtek.com>
9912 M: Oder Chiou <oder_chiou@realtek.com>
9913 S: Maintained
9914 F: sound/soc/codecs/rt*
9915 F: include/sound/rt*.h
9916
9917 REISERFS FILE SYSTEM
9918 L: reiserfs-devel@vger.kernel.org
9919 S: Supported
9920 F: fs/reiserfs/
9921
9922 REGISTER MAP ABSTRACTION
9923 M: Mark Brown <broonie@kernel.org>
9924 L: linux-kernel@vger.kernel.org
9925 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9926 S: Supported
9927 F: Documentation/devicetree/bindings/regmap/
9928 F: drivers/base/regmap/
9929 F: include/linux/regmap.h
9930
9931 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9932 M: Ohad Ben-Cohen <ohad@wizery.com>
9933 M: Bjorn Andersson <bjorn.andersson@linaro.org>
9934 L: linux-remoteproc@vger.kernel.org
9935 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9936 S: Maintained
9937 F: Documentation/devicetree/bindings/remoteproc/
9938 F: Documentation/remoteproc.txt
9939 F: drivers/remoteproc/
9940 F: include/linux/remoteproc.h
9941
9942 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9943 M: Ohad Ben-Cohen <ohad@wizery.com>
9944 M: Bjorn Andersson <bjorn.andersson@linaro.org>
9945 L: linux-remoteproc@vger.kernel.org
9946 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9947 S: Maintained
9948 F: drivers/rpmsg/
9949 F: Documentation/rpmsg.txt
9950 F: include/linux/rpmsg.h
9951
9952 RENESAS ETHERNET DRIVERS
9953 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9954 L: netdev@vger.kernel.org
9955 L: linux-renesas-soc@vger.kernel.org
9956 F: drivers/net/ethernet/renesas/
9957 F: include/linux/sh_eth.h
9958
9959 RENESAS USB2 PHY DRIVER
9960 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9961 L: linux-renesas-soc@vger.kernel.org
9962 S: Maintained
9963 F: drivers/phy/phy-rcar-gen3-usb2.c
9964
9965 RESET CONTROLLER FRAMEWORK
9966 M: Philipp Zabel <p.zabel@pengutronix.de>
9967 T: git git://git.pengutronix.de/git/pza/linux
9968 S: Maintained
9969 F: drivers/reset/
9970 F: Documentation/devicetree/bindings/reset/
9971 F: include/dt-bindings/reset/
9972 F: include/linux/reset.h
9973 F: include/linux/reset-controller.h
9974
9975 RFKILL
9976 M: Johannes Berg <johannes@sipsolutions.net>
9977 L: linux-wireless@vger.kernel.org
9978 W: http://wireless.kernel.org/
9979 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9980 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9981 S: Maintained
9982 F: Documentation/rfkill.txt
9983 F: net/rfkill/
9984
9985 RHASHTABLE
9986 M: Thomas Graf <tgraf@suug.ch>
9987 L: netdev@vger.kernel.org
9988 S: Maintained
9989 F: lib/rhashtable.c
9990 F: include/linux/rhashtable.h
9991
9992 RICOH SMARTMEDIA/XD DRIVER
9993 M: Maxim Levitsky <maximlevitsky@gmail.com>
9994 S: Maintained
9995 F: drivers/mtd/nand/r852.c
9996 F: drivers/mtd/nand/r852.h
9997
9998 RICOH R5C592 MEMORYSTICK DRIVER
9999 M: Maxim Levitsky <maximlevitsky@gmail.com>
10000 S: Maintained
10001 F: drivers/memstick/host/r592.*
10002
10003 ROCCAT DRIVERS
10004 M: Stefan Achatz <erazor_de@users.sourceforge.net>
10005 W: http://sourceforge.net/projects/roccat/
10006 S: Maintained
10007 F: drivers/hid/hid-roccat*
10008 F: include/linux/hid-roccat*
10009 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
10010
10011 ROCKER DRIVER
10012 M: Jiri Pirko <jiri@resnulli.us>
10013 L: netdev@vger.kernel.org
10014 S: Supported
10015 F: drivers/net/ethernet/rocker/
10016
10017 ROCKETPORT DRIVER
10018 P: Comtrol Corp.
10019 W: http://www.comtrol.com
10020 S: Maintained
10021 F: Documentation/serial/rocket.txt
10022 F: drivers/tty/rocket*
10023
10024 ROCKETPORT EXPRESS/INFINITY DRIVER
10025 M: Kevin Cernekee <cernekee@gmail.com>
10026 L: linux-serial@vger.kernel.org
10027 S: Odd Fixes
10028 F: drivers/tty/serial/rp2.*
10029
10030 ROSE NETWORK LAYER
10031 M: Ralf Baechle <ralf@linux-mips.org>
10032 L: linux-hams@vger.kernel.org
10033 W: http://www.linux-ax25.org/
10034 S: Maintained
10035 F: include/net/rose.h
10036 F: include/uapi/linux/rose.h
10037 F: net/rose/
10038
10039 RTL2830 MEDIA DRIVER
10040 M: Antti Palosaari <crope@iki.fi>
10041 L: linux-media@vger.kernel.org
10042 W: https://linuxtv.org
10043 W: http://palosaari.fi/linux/
10044 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10045 T: git git://linuxtv.org/anttip/media_tree.git
10046 S: Maintained
10047 F: drivers/media/dvb-frontends/rtl2830*
10048
10049 RTL2832 MEDIA DRIVER
10050 M: Antti Palosaari <crope@iki.fi>
10051 L: linux-media@vger.kernel.org
10052 W: https://linuxtv.org
10053 W: http://palosaari.fi/linux/
10054 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10055 T: git git://linuxtv.org/anttip/media_tree.git
10056 S: Maintained
10057 F: drivers/media/dvb-frontends/rtl2832*
10058
10059 RTL2832_SDR MEDIA DRIVER
10060 M: Antti Palosaari <crope@iki.fi>
10061 L: linux-media@vger.kernel.org
10062 W: https://linuxtv.org
10063 W: http://palosaari.fi/linux/
10064 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10065 T: git git://linuxtv.org/anttip/media_tree.git
10066 S: Maintained
10067 F: drivers/media/dvb-frontends/rtl2832_sdr*
10068
10069 RTL8180 WIRELESS DRIVER
10070 L: linux-wireless@vger.kernel.org
10071 W: http://wireless.kernel.org/
10072 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10073 S: Orphan
10074 F: drivers/net/wireless/realtek/rtl818x/rtl8180/
10075
10076 RTL8187 WIRELESS DRIVER
10077 M: Herton Ronaldo Krzesinski <herton@canonical.com>
10078 M: Hin-Tak Leung <htl10@users.sourceforge.net>
10079 M: Larry Finger <Larry.Finger@lwfinger.net>
10080 L: linux-wireless@vger.kernel.org
10081 W: http://wireless.kernel.org/
10082 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10083 S: Maintained
10084 F: drivers/net/wireless/realtek/rtl818x/rtl8187/
10085
10086 RTL8192CE WIRELESS DRIVER
10087 M: Larry Finger <Larry.Finger@lwfinger.net>
10088 M: Chaoming Li <chaoming_li@realsil.com.cn>
10089 L: linux-wireless@vger.kernel.org
10090 W: http://wireless.kernel.org/
10091 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10092 S: Maintained
10093 F: drivers/net/wireless/realtek/rtlwifi/
10094 F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10095
10096 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10097 M: Jes Sorensen <Jes.Sorensen@redhat.com>
10098 L: linux-wireless@vger.kernel.org
10099 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10100 S: Maintained
10101 F: drivers/net/wireless/realtek/rtl8xxxu/
10102
10103 S3 SAVAGE FRAMEBUFFER DRIVER
10104 M: Antonino Daplas <adaplas@gmail.com>
10105 L: linux-fbdev@vger.kernel.org
10106 S: Maintained
10107 F: drivers/video/fbdev/savage/
10108
10109 S390
10110 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
10111 M: Heiko Carstens <heiko.carstens@de.ibm.com>
10112 L: linux-s390@vger.kernel.org
10113 W: http://www.ibm.com/developerworks/linux/linux390/
10114 T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10115 S: Supported
10116 F: arch/s390/
10117 F: drivers/s390/
10118 F: Documentation/s390/
10119 F: Documentation/DocBook/s390*
10120
10121 S390 COMMON I/O LAYER
10122 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10123 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10124 L: linux-s390@vger.kernel.org
10125 W: http://www.ibm.com/developerworks/linux/linux390/
10126 S: Supported
10127 F: drivers/s390/cio/
10128
10129 S390 DASD DRIVER
10130 M: Stefan Weinhuber <wein@de.ibm.com>
10131 M: Stefan Haberland <stefan.haberland@de.ibm.com>
10132 L: linux-s390@vger.kernel.org
10133 W: http://www.ibm.com/developerworks/linux/linux390/
10134 S: Supported
10135 F: drivers/s390/block/dasd*
10136 F: block/partitions/ibm.c
10137
10138 S390 NETWORK DRIVERS
10139 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10140 L: linux-s390@vger.kernel.org
10141 W: http://www.ibm.com/developerworks/linux/linux390/
10142 S: Supported
10143 F: drivers/s390/net/
10144
10145 S390 PCI SUBSYSTEM
10146 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10147 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10148 L: linux-s390@vger.kernel.org
10149 W: http://www.ibm.com/developerworks/linux/linux390/
10150 S: Supported
10151 F: arch/s390/pci/
10152 F: drivers/pci/hotplug/s390_pci_hpc.c
10153
10154 S390 ZCRYPT DRIVER
10155 M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
10156 L: linux-s390@vger.kernel.org
10157 W: http://www.ibm.com/developerworks/linux/linux390/
10158 S: Supported
10159 F: drivers/s390/crypto/
10160
10161 S390 ZFCP DRIVER
10162 M: Steffen Maier <maier@linux.vnet.ibm.com>
10163 L: linux-s390@vger.kernel.org
10164 W: http://www.ibm.com/developerworks/linux/linux390/
10165 S: Supported
10166 F: drivers/s390/scsi/zfcp_*
10167
10168 S390 IUCV NETWORK LAYER
10169 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10170 L: linux-s390@vger.kernel.org
10171 W: http://www.ibm.com/developerworks/linux/linux390/
10172 S: Supported
10173 F: drivers/s390/net/*iucv*
10174 F: include/net/iucv/
10175 F: net/iucv/
10176
10177 S390 IOMMU (PCI)
10178 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10179 L: linux-s390@vger.kernel.org
10180 W: http://www.ibm.com/developerworks/linux/linux390/
10181 S: Supported
10182 F: drivers/iommu/s390-iommu.c
10183
10184 S3C24XX SD/MMC Driver
10185 M: Ben Dooks <ben-linux@fluff.org>
10186 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10187 S: Supported
10188 F: drivers/mmc/host/s3cmci.*
10189
10190 SAA6588 RDS RECEIVER DRIVER
10191 M: Hans Verkuil <hverkuil@xs4all.nl>
10192 L: linux-media@vger.kernel.org
10193 T: git git://linuxtv.org/media_tree.git
10194 W: https://linuxtv.org
10195 S: Odd Fixes
10196 F: drivers/media/i2c/saa6588*
10197
10198 SAA7134 VIDEO4LINUX DRIVER
10199 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10200 M: Mauro Carvalho Chehab <mchehab@kernel.org>
10201 L: linux-media@vger.kernel.org
10202 W: https://linuxtv.org
10203 T: git git://linuxtv.org/media_tree.git
10204 S: Odd fixes
10205 F: Documentation/video4linux/*.saa7134
10206 F: drivers/media/pci/saa7134/
10207
10208 SAA7146 VIDEO4LINUX-2 DRIVER
10209 M: Hans Verkuil <hverkuil@xs4all.nl>
10210 L: linux-media@vger.kernel.org
10211 T: git git://linuxtv.org/media_tree.git
10212 S: Maintained
10213 F: drivers/media/common/saa7146/
10214 F: drivers/media/pci/saa7146/
10215 F: include/media/saa7146*
10216
10217 SAMSUNG LAPTOP DRIVER
10218 M: Corentin Chary <corentin.chary@gmail.com>
10219 L: platform-driver-x86@vger.kernel.org
10220 S: Maintained
10221 F: drivers/platform/x86/samsung-laptop.c
10222
10223 SAMSUNG AUDIO (ASoC) DRIVERS
10224 M: Krzysztof Kozlowski <krzk@kernel.org>
10225 M: Sangbeom Kim <sbkim73@samsung.com>
10226 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10227 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10228 S: Supported
10229 F: sound/soc/samsung/
10230
10231 SAMSUNG FRAMEBUFFER DRIVER
10232 M: Jingoo Han <jingoohan1@gmail.com>
10233 L: linux-fbdev@vger.kernel.org
10234 S: Maintained
10235 F: drivers/video/fbdev/s3c-fb.c
10236
10237 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10238 M: Sangbeom Kim <sbkim73@samsung.com>
10239 M: Krzysztof Kozlowski <krzk@kernel.org>
10240 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10241 L: linux-kernel@vger.kernel.org
10242 L: linux-samsung-soc@vger.kernel.org
10243 S: Supported
10244 F: drivers/mfd/sec*.c
10245 F: drivers/regulator/s2m*.c
10246 F: drivers/regulator/s5m*.c
10247 F: drivers/clk/clk-s2mps11.c
10248 F: drivers/rtc/rtc-s5m.c
10249 F: include/linux/mfd/samsung/
10250 F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10251 F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10252 F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10253 F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10254
10255 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10256 M: Kyungmin Park <kyungmin.park@samsung.com>
10257 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10258 L: linux-media@vger.kernel.org
10259 Q: https://patchwork.linuxtv.org/project/linux-media/list/
10260 S: Supported
10261 F: drivers/media/platform/exynos4-is/
10262
10263 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10264 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10265 L: linux-media@vger.kernel.org
10266 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10267 S: Maintained
10268 F: drivers/media/platform/s3c-camif/
10269 F: include/media/drv-intf/s3c_camif.h
10270
10271 SAMSUNG S5C73M3 CAMERA DRIVER
10272 M: Kyungmin Park <kyungmin.park@samsung.com>
10273 M: Andrzej Hajda <a.hajda@samsung.com>
10274 L: linux-media@vger.kernel.org
10275 S: Supported
10276 F: drivers/media/i2c/s5c73m3/*
10277
10278 SAMSUNG S5K5BAF CAMERA DRIVER
10279 M: Kyungmin Park <kyungmin.park@samsung.com>
10280 M: Andrzej Hajda <a.hajda@samsung.com>
10281 L: linux-media@vger.kernel.org
10282 S: Supported
10283 F: drivers/media/i2c/s5k5baf.c
10284
10285 SAMSUNG S3FWRN5 NFC DRIVER
10286 M: Robert Baldyga <r.baldyga@samsung.com>
10287 M: Krzysztof Opasiak <k.opasiak@samsung.com>
10288 L: linux-nfc@lists.01.org (moderated for non-subscribers)
10289 S: Supported
10290 F: drivers/nfc/s3fwrn5
10291
10292 SAMSUNG SOC CLOCK DRIVERS
10293 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10294 M: Tomasz Figa <tomasz.figa@gmail.com>
10295 S: Supported
10296 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10297 F: drivers/clk/samsung/
10298
10299 SAMSUNG SPI DRIVERS
10300 M: Kukjin Kim <kgene@kernel.org>
10301 M: Krzysztof Kozlowski <krzk@kernel.org>
10302 M: Andi Shyti <andi.shyti@samsung.com>
10303 L: linux-spi@vger.kernel.org
10304 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10305 S: Maintained
10306 F: Documentation/devicetree/bindings/spi/spi-samsung.txt
10307 F: drivers/spi/spi-s3c*
10308 F: include/linux/platform_data/spi-s3c64xx.h
10309
10310 SAMSUNG SXGBE DRIVERS
10311 M: Byungho An <bh74.an@samsung.com>
10312 M: Girish K S <ks.giri@samsung.com>
10313 M: Vipul Pandya <vipul.pandya@samsung.com>
10314 S: Supported
10315 L: netdev@vger.kernel.org
10316 F: drivers/net/ethernet/samsung/sxgbe/
10317
10318 SAMSUNG THERMAL DRIVER
10319 M: Lukasz Majewski <l.majewski@samsung.com>
10320 L: linux-pm@vger.kernel.org
10321 L: linux-samsung-soc@vger.kernel.org
10322 S: Supported
10323 T: git https://github.com/lmajewski/linux-samsung-thermal.git
10324 F: drivers/thermal/samsung/
10325
10326 SAMSUNG USB2 PHY DRIVER
10327 M: Kamil Debski <kamil@wypas.org>
10328 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10329 L: linux-kernel@vger.kernel.org
10330 S: Supported
10331 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
10332 F: Documentation/phy/samsung-usb2.txt
10333 F: drivers/phy/phy-exynos4210-usb2.c
10334 F: drivers/phy/phy-exynos4x12-usb2.c
10335 F: drivers/phy/phy-exynos5250-usb2.c
10336 F: drivers/phy/phy-s5pv210-usb2.c
10337 F: drivers/phy/phy-samsung-usb2.c
10338 F: drivers/phy/phy-samsung-usb2.h
10339
10340 SERIAL DRIVERS
10341 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10342 L: linux-serial@vger.kernel.org
10343 S: Maintained
10344 F: Documentation/devicetree/bindings/serial/
10345 F: drivers/tty/serial/
10346
10347 SYNOPSYS DESIGNWARE DMAC DRIVER
10348 M: Viresh Kumar <vireshk@kernel.org>
10349 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10350 S: Maintained
10351 F: include/linux/dma/dw.h
10352 F: include/linux/platform_data/dma-dw.h
10353 F: drivers/dma/dw/
10354
10355 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10356 M: Lars Persson <lars.persson@axis.com>
10357 L: netdev@vger.kernel.org
10358 S: Supported
10359 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10360 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10361
10362 SYNOPSYS DESIGNWARE I2C DRIVER
10363 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
10364 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10365 R: Mika Westerberg <mika.westerberg@linux.intel.com>
10366 L: linux-i2c@vger.kernel.org
10367 S: Maintained
10368 F: drivers/i2c/busses/i2c-designware-*
10369 F: include/linux/platform_data/i2c-designware.h
10370
10371 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10372 M: Jaehoon Chung <jh80.chung@samsung.com>
10373 L: linux-mmc@vger.kernel.org
10374 S: Maintained
10375 F: include/linux/mmc/dw_mmc.h
10376 F: drivers/mmc/host/dw_mmc*
10377
10378 SYSTEM TRACE MODULE CLASS
10379 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
10380 S: Maintained
10381 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10382 F: Documentation/trace/stm.txt
10383 F: drivers/hwtracing/stm/
10384 F: include/linux/stm.h
10385 F: include/uapi/linux/stm.h
10386
10387 THUNDERBOLT DRIVER
10388 M: Andreas Noever <andreas.noever@gmail.com>
10389 S: Maintained
10390 F: drivers/thunderbolt/
10391
10392 TI BQ27XXX POWER SUPPLY DRIVER
10393 R: Andrew F. Davis <afd@ti.com>
10394 F: include/linux/power/bq27xxx_battery.h
10395 F: drivers/power/bq27xxx_battery.c
10396 F: drivers/power/bq27xxx_battery_i2c.c
10397
10398 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10399 M: John Stultz <john.stultz@linaro.org>
10400 M: Thomas Gleixner <tglx@linutronix.de>
10401 L: linux-kernel@vger.kernel.org
10402 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10403 S: Supported
10404 F: include/linux/clocksource.h
10405 F: include/linux/time.h
10406 F: include/linux/timex.h
10407 F: include/uapi/linux/time.h
10408 F: include/uapi/linux/timex.h
10409 F: kernel/time/clocksource.c
10410 F: kernel/time/time*.c
10411 F: kernel/time/alarmtimer.c
10412 F: kernel/time/ntp.c
10413 F: tools/testing/selftests/timers/
10414
10415 SC1200 WDT DRIVER
10416 M: Zwane Mwaikambo <zwanem@gmail.com>
10417 S: Maintained
10418 F: drivers/watchdog/sc1200wdt.c
10419
10420 SCHEDULER
10421 M: Ingo Molnar <mingo@redhat.com>
10422 M: Peter Zijlstra <peterz@infradead.org>
10423 L: linux-kernel@vger.kernel.org
10424 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10425 S: Maintained
10426 F: kernel/sched/
10427 F: include/linux/sched.h
10428 F: include/uapi/linux/sched.h
10429 F: include/linux/wait.h
10430
10431 SCORE ARCHITECTURE
10432 M: Chen Liqin <liqin.linux@gmail.com>
10433 M: Lennox Wu <lennox.wu@gmail.com>
10434 W: http://www.sunplus.com
10435 S: Supported
10436 F: arch/score/
10437
10438 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10439 M: Sudeep Holla <sudeep.holla@arm.com>
10440 L: linux-arm-kernel@lists.infradead.org
10441 S: Maintained
10442 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
10443 F: drivers/clk/clk-scpi.c
10444 F: drivers/cpufreq/scpi-cpufreq.c
10445 F: drivers/firmware/arm_scpi.c
10446 F: include/linux/scpi_protocol.h
10447
10448 SCSI CDROM DRIVER
10449 M: Jens Axboe <axboe@kernel.dk>
10450 L: linux-scsi@vger.kernel.org
10451 W: http://www.kernel.dk
10452 S: Maintained
10453 F: drivers/scsi/sr*
10454
10455 SCSI RDMA PROTOCOL (SRP) INITIATOR
10456 M: Bart Van Assche <bart.vanassche@sandisk.com>
10457 L: linux-rdma@vger.kernel.org
10458 S: Supported
10459 W: http://www.openfabrics.org
10460 Q: http://patchwork.kernel.org/project/linux-rdma/list/
10461 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10462 F: drivers/infiniband/ulp/srp/
10463 F: include/scsi/srp.h
10464
10465 SCSI SG DRIVER
10466 M: Doug Gilbert <dgilbert@interlog.com>
10467 L: linux-scsi@vger.kernel.org
10468 W: http://sg.danny.cz/sg
10469 S: Maintained
10470 F: Documentation/scsi/scsi-generic.txt
10471 F: drivers/scsi/sg.c
10472 F: include/scsi/sg.h
10473
10474 SCSI SUBSYSTEM
10475 M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10476 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10477 M: "Martin K. Petersen" <martin.petersen@oracle.com>
10478 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10479 L: linux-scsi@vger.kernel.org
10480 S: Maintained
10481 F: Documentation/devicetree/bindings/scsi/
10482 F: drivers/scsi/
10483 F: include/scsi/
10484
10485 SCSI TAPE DRIVER
10486 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10487 L: linux-scsi@vger.kernel.org
10488 S: Maintained
10489 F: Documentation/scsi/st.txt
10490 F: drivers/scsi/st.*
10491 F: drivers/scsi/st_*.h
10492
10493 SCTP PROTOCOL
10494 M: Vlad Yasevich <vyasevich@gmail.com>
10495 M: Neil Horman <nhorman@tuxdriver.com>
10496 L: linux-sctp@vger.kernel.org
10497 W: http://lksctp.sourceforge.net
10498 S: Maintained
10499 F: Documentation/networking/sctp.txt
10500 F: include/linux/sctp.h
10501 F: include/uapi/linux/sctp.h
10502 F: include/net/sctp/
10503 F: net/sctp/
10504
10505 SCx200 CPU SUPPORT
10506 M: Jim Cromie <jim.cromie@gmail.com>
10507 S: Odd Fixes
10508 F: Documentation/i2c/busses/scx200_acb
10509 F: arch/x86/platform/scx200/
10510 F: drivers/watchdog/scx200_wdt.c
10511 F: drivers/i2c/busses/scx200*
10512 F: drivers/mtd/maps/scx200_docflash.c
10513 F: include/linux/scx200.h
10514
10515 SCx200 GPIO DRIVER
10516 M: Jim Cromie <jim.cromie@gmail.com>
10517 S: Maintained
10518 F: drivers/char/scx200_gpio.c
10519 F: include/linux/scx200_gpio.h
10520
10521 SCx200 HRT CLOCKSOURCE DRIVER
10522 M: Jim Cromie <jim.cromie@gmail.com>
10523 S: Maintained
10524 F: drivers/clocksource/scx200_hrt.c
10525
10526 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10527 M: Sascha Sommer <saschasommer@freenet.de>
10528 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10529 S: Maintained
10530 F: drivers/mmc/host/sdricoh_cs.c
10531
10532 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10533 M: Adrian Hunter <adrian.hunter@intel.com>
10534 L: linux-mmc@vger.kernel.org
10535 T: git git://git.infradead.org/users/ahunter/linux-sdhci.git
10536 S: Maintained
10537 F: drivers/mmc/host/sdhci*
10538 F: include/linux/mmc/sdhci*
10539
10540 SECURE COMPUTING
10541 M: Kees Cook <keescook@chromium.org>
10542 R: Andy Lutomirski <luto@amacapital.net>
10543 R: Will Drewry <wad@chromium.org>
10544 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10545 S: Supported
10546 F: kernel/seccomp.c
10547 F: include/uapi/linux/seccomp.h
10548 F: include/linux/seccomp.h
10549 F: tools/testing/selftests/seccomp/*
10550 K: \bsecure_computing
10551 K: \bTIF_SECCOMP\b
10552
10553 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10554 M: Al Cooper <alcooperx@gmail.com>
10555 L: linux-mmc@vger.kernel.org
10556 L: bcm-kernel-feedback-list@broadcom.com
10557 S: Maintained
10558 F: drivers/mmc/host/sdhci-brcmstb*
10559
10560 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10561 M: Ben Dooks <ben-linux@fluff.org>
10562 M: Jaehoon Chung <jh80.chung@samsung.com>
10563 L: linux-mmc@vger.kernel.org
10564 S: Maintained
10565 F: drivers/mmc/host/sdhci-s3c*
10566
10567 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10568 M: Viresh Kumar <vireshk@kernel.org>
10569 L: linux-mmc@vger.kernel.org
10570 S: Maintained
10571 F: drivers/mmc/host/sdhci-spear.c
10572
10573 SECURITY SUBSYSTEM
10574 M: James Morris <james.l.morris@oracle.com>
10575 M: "Serge E. Hallyn" <serge@hallyn.com>
10576 L: linux-security-module@vger.kernel.org (suggested Cc:)
10577 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10578 W: http://kernsec.org/
10579 S: Supported
10580 F: security/
10581
10582 SECURITY CONTACT
10583 M: Security Officers <security@kernel.org>
10584 S: Supported
10585
10586 SELINUX SECURITY MODULE
10587 M: Paul Moore <paul@paul-moore.com>
10588 M: Stephen Smalley <sds@tycho.nsa.gov>
10589 M: Eric Paris <eparis@parisplace.org>
10590 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
10591 W: http://selinuxproject.org
10592 T: git git://git.infradead.org/users/pcmoore/selinux
10593 S: Supported
10594 F: include/linux/selinux*
10595 F: security/selinux/
10596 F: scripts/selinux/
10597
10598 APPARMOR SECURITY MODULE
10599 M: John Johansen <john.johansen@canonical.com>
10600 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10601 W: apparmor.wiki.kernel.org
10602 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10603 S: Supported
10604 F: security/apparmor/
10605
10606 LOADPIN SECURITY MODULE
10607 M: Kees Cook <keescook@chromium.org>
10608 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10609 S: Supported
10610 F: security/loadpin/
10611
10612 YAMA SECURITY MODULE
10613 M: Kees Cook <keescook@chromium.org>
10614 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10615 S: Supported
10616 F: security/yama/
10617
10618 SENSABLE PHANTOM
10619 M: Jiri Slaby <jirislaby@gmail.com>
10620 S: Maintained
10621 F: drivers/misc/phantom.c
10622 F: include/uapi/linux/phantom.h
10623
10624 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
10625 M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
10626 M: Ketan Mukadam <ketan.mukadam@avagotech.com>
10627 M: John Soni Jose <sony.john@avagotech.com>
10628 L: linux-scsi@vger.kernel.org
10629 W: http://www.avagotech.com
10630 S: Supported
10631 F: drivers/scsi/be2iscsi/
10632
10633 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
10634 M: Sathya Perla <sathya.perla@broadcom.com>
10635 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
10636 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10637 M: Somnath Kotur <somnath.kotur@broadcom.com>
10638 L: netdev@vger.kernel.org
10639 W: http://www.emulex.com
10640 S: Supported
10641 F: drivers/net/ethernet/emulex/benet/
10642
10643 EMULEX ONECONNECT ROCE DRIVER
10644 M: Selvin Xavier <selvin.xavier@avagotech.com>
10645 M: Devesh Sharma <devesh.sharma@avagotech.com>
10646 M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10647 L: linux-rdma@vger.kernel.org
10648 W: http://www.emulex.com
10649 S: Supported
10650 F: drivers/infiniband/hw/ocrdma/
10651
10652 SFC NETWORK DRIVER
10653 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10654 M: Edward Cree <ecree@solarflare.com>
10655 M: Bert Kenward <bkenward@solarflare.com>
10656 L: netdev@vger.kernel.org
10657 S: Supported
10658 F: drivers/net/ethernet/sfc/
10659
10660 SGI GRU DRIVER
10661 M: Dimitri Sivanich <sivanich@sgi.com>
10662 S: Maintained
10663 F: drivers/misc/sgi-gru/
10664
10665 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10666 M: Pat Gefre <pfg@sgi.com>
10667 L: linux-ia64@vger.kernel.org
10668 S: Supported
10669 F: Documentation/ia64/serial.txt
10670 F: drivers/tty/serial/ioc?_serial.c
10671 F: include/linux/ioc?.h
10672
10673 SGI XP/XPC/XPNET DRIVER
10674 M: Cliff Whickman <cpw@sgi.com>
10675 M: Robin Holt <robinmholt@gmail.com>
10676 S: Maintained
10677 F: drivers/misc/sgi-xp/
10678
10679 SI2157 MEDIA DRIVER
10680 M: Antti Palosaari <crope@iki.fi>
10681 L: linux-media@vger.kernel.org
10682 W: https://linuxtv.org
10683 W: http://palosaari.fi/linux/
10684 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10685 T: git git://linuxtv.org/anttip/media_tree.git
10686 S: Maintained
10687 F: drivers/media/tuners/si2157*
10688
10689 SI2168 MEDIA DRIVER
10690 M: Antti Palosaari <crope@iki.fi>
10691 L: linux-media@vger.kernel.org
10692 W: https://linuxtv.org
10693 W: http://palosaari.fi/linux/
10694 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10695 T: git git://linuxtv.org/anttip/media_tree.git
10696 S: Maintained
10697 F: drivers/media/dvb-frontends/si2168*
10698
10699 SI470X FM RADIO RECEIVER I2C DRIVER
10700 M: Hans Verkuil <hverkuil@xs4all.nl>
10701 L: linux-media@vger.kernel.org
10702 T: git git://linuxtv.org/media_tree.git
10703 W: https://linuxtv.org
10704 S: Odd Fixes
10705 F: drivers/media/radio/si470x/radio-si470x-i2c.c
10706
10707 SI470X FM RADIO RECEIVER USB DRIVER
10708 M: Hans Verkuil <hverkuil@xs4all.nl>
10709 L: linux-media@vger.kernel.org
10710 T: git git://linuxtv.org/media_tree.git
10711 W: https://linuxtv.org
10712 S: Maintained
10713 F: drivers/media/radio/si470x/radio-si470x-common.c
10714 F: drivers/media/radio/si470x/radio-si470x.h
10715 F: drivers/media/radio/si470x/radio-si470x-usb.c
10716
10717 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10718 M: Eduardo Valentin <edubezval@gmail.com>
10719 L: linux-media@vger.kernel.org
10720 T: git git://linuxtv.org/media_tree.git
10721 W: https://linuxtv.org
10722 S: Odd Fixes
10723 F: drivers/media/radio/si4713/si4713.?
10724
10725 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10726 M: Eduardo Valentin <edubezval@gmail.com>
10727 L: linux-media@vger.kernel.org
10728 T: git git://linuxtv.org/media_tree.git
10729 W: https://linuxtv.org
10730 S: Odd Fixes
10731 F: drivers/media/radio/si4713/radio-platform-si4713.c
10732
10733 SI4713 FM RADIO TRANSMITTER USB DRIVER
10734 M: Hans Verkuil <hverkuil@xs4all.nl>
10735 L: linux-media@vger.kernel.org
10736 T: git git://linuxtv.org/media_tree.git
10737 W: https://linuxtv.org
10738 S: Maintained
10739 F: drivers/media/radio/si4713/radio-usb-si4713.c
10740
10741 SIANO DVB DRIVER
10742 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10743 M: Mauro Carvalho Chehab <mchehab@kernel.org>
10744 L: linux-media@vger.kernel.org
10745 W: https://linuxtv.org
10746 T: git git://linuxtv.org/media_tree.git
10747 S: Odd fixes
10748 F: drivers/media/common/siano/
10749 F: drivers/media/usb/siano/
10750 F: drivers/media/usb/siano/
10751 F: drivers/media/mmc/siano/
10752
10753 SIMPLEFB FB DRIVER
10754 M: Hans de Goede <hdegoede@redhat.com>
10755 L: linux-fbdev@vger.kernel.org
10756 S: Maintained
10757 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
10758 F: drivers/video/fbdev/simplefb.c
10759 F: include/linux/platform_data/simplefb.h
10760
10761 SH_VEU V4L2 MEM2MEM DRIVER
10762 L: linux-media@vger.kernel.org
10763 S: Orphan
10764 F: drivers/media/platform/sh_veu.c
10765
10766 SH_VOU V4L2 OUTPUT DRIVER
10767 L: linux-media@vger.kernel.org
10768 S: Orphan
10769 F: drivers/media/platform/sh_vou.c
10770 F: include/media/drv-intf/sh_vou.h
10771
10772 SIMPLE FIRMWARE INTERFACE (SFI)
10773 M: Len Brown <lenb@kernel.org>
10774 L: sfi-devel@simplefirmware.org
10775 W: http://simplefirmware.org/
10776 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10777 S: Supported
10778 F: arch/x86/platform/sfi/
10779 F: drivers/sfi/
10780 F: include/linux/sfi*.h
10781
10782 SIMTEC EB110ATX (Chalice CATS)
10783 P: Ben Dooks
10784 P: Vincent Sanders <vince@simtec.co.uk>
10785 M: Simtec Linux Team <linux@simtec.co.uk>
10786 W: http://www.simtec.co.uk/products/EB110ATX/
10787 S: Supported
10788
10789 SIMTEC EB2410ITX (BAST)
10790 P: Ben Dooks
10791 P: Vincent Sanders <vince@simtec.co.uk>
10792 M: Simtec Linux Team <linux@simtec.co.uk>
10793 W: http://www.simtec.co.uk/products/EB2410ITX/
10794 S: Supported
10795 F: arch/arm/mach-s3c24xx/mach-bast.c
10796 F: arch/arm/mach-s3c24xx/bast-ide.c
10797 F: arch/arm/mach-s3c24xx/bast-irq.c
10798
10799 TI DAVINCI MACHINE SUPPORT
10800 M: Sekhar Nori <nsekhar@ti.com>
10801 M: Kevin Hilman <khilman@kernel.org>
10802 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10803 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10804 S: Supported
10805 F: arch/arm/mach-davinci/
10806 F: drivers/i2c/busses/i2c-davinci.c
10807
10808 TI DAVINCI SERIES MEDIA DRIVER
10809 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10810 L: linux-media@vger.kernel.org
10811 W: https://linuxtv.org
10812 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10813 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10814 S: Maintained
10815 F: drivers/media/platform/davinci/
10816 F: include/media/davinci/
10817
10818 TI AM437X VPFE DRIVER
10819 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10820 L: linux-media@vger.kernel.org
10821 W: https://linuxtv.org
10822 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10823 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10824 S: Maintained
10825 F: drivers/media/platform/am437x/
10826
10827 OV2659 OMNIVISION SENSOR DRIVER
10828 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10829 L: linux-media@vger.kernel.org
10830 W: https://linuxtv.org
10831 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10832 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10833 S: Maintained
10834 F: drivers/media/i2c/ov2659.c
10835 F: include/media/i2c/ov2659.h
10836
10837 SILICON MOTION SM712 FRAME BUFFER DRIVER
10838 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10839 M: Teddy Wang <teddy.wang@siliconmotion.com>
10840 M: Sudip Mukherjee <sudip@vectorindia.org>
10841 L: linux-fbdev@vger.kernel.org
10842 S: Maintained
10843 F: drivers/video/fbdev/sm712*
10844 F: Documentation/fb/sm712fb.txt
10845
10846 SIS 190 ETHERNET DRIVER
10847 M: Francois Romieu <romieu@fr.zoreil.com>
10848 L: netdev@vger.kernel.org
10849 S: Maintained
10850 F: drivers/net/ethernet/sis/sis190.c
10851
10852 SIS 900/7016 FAST ETHERNET DRIVER
10853 M: Daniele Venzano <venza@brownhat.org>
10854 W: http://www.brownhat.org/sis900.html
10855 L: netdev@vger.kernel.org
10856 S: Maintained
10857 F: drivers/net/ethernet/sis/sis900.*
10858
10859 SIS FRAMEBUFFER DRIVER
10860 M: Thomas Winischhofer <thomas@winischhofer.net>
10861 W: http://www.winischhofer.net/linuxsisvga.shtml
10862 S: Maintained
10863 F: Documentation/fb/sisfb.txt
10864 F: drivers/video/fbdev/sis/
10865 F: include/video/sisfb.h
10866
10867 SIS USB2VGA DRIVER
10868 M: Thomas Winischhofer <thomas@winischhofer.net>
10869 W: http://www.winischhofer.at/linuxsisusbvga.shtml
10870 S: Maintained
10871 F: drivers/usb/misc/sisusbvga/
10872
10873 SLAB ALLOCATOR
10874 M: Christoph Lameter <cl@linux.com>
10875 M: Pekka Enberg <penberg@kernel.org>
10876 M: David Rientjes <rientjes@google.com>
10877 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
10878 M: Andrew Morton <akpm@linux-foundation.org>
10879 L: linux-mm@kvack.org
10880 S: Maintained
10881 F: include/linux/sl?b*.h
10882 F: mm/sl?b*
10883
10884 SLEEPABLE READ-COPY UPDATE (SRCU)
10885 M: Lai Jiangshan <jiangshanlai@gmail.com>
10886 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10887 M: Josh Triplett <josh@joshtriplett.org>
10888 R: Steven Rostedt <rostedt@goodmis.org>
10889 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10890 L: linux-kernel@vger.kernel.org
10891 W: http://www.rdrop.com/users/paulmck/RCU/
10892 S: Supported
10893 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10894 F: include/linux/srcu.h
10895 F: kernel/rcu/srcu.c
10896
10897 SMACK SECURITY MODULE
10898 M: Casey Schaufler <casey@schaufler-ca.com>
10899 L: linux-security-module@vger.kernel.org
10900 W: http://schaufler-ca.com
10901 T: git git://github.com/cschaufler/smack-next
10902 S: Maintained
10903 F: Documentation/security/Smack.txt
10904 F: security/smack/
10905
10906 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10907 M: Kevin Hilman <khilman@kernel.org>
10908 M: Nishanth Menon <nm@ti.com>
10909 S: Maintained
10910 F: drivers/power/avs/
10911 F: include/linux/power/smartreflex.h
10912 L: linux-pm@vger.kernel.org
10913
10914 SMC91x ETHERNET DRIVER
10915 M: Nicolas Pitre <nico@fluxnic.net>
10916 S: Odd Fixes
10917 F: drivers/net/ethernet/smsc/smc91x.*
10918
10919 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10920 M: Sakari Ailus <sakari.ailus@iki.fi>
10921 L: linux-media@vger.kernel.org
10922 S: Maintained
10923 F: drivers/media/i2c/smiapp/
10924 F: include/media/i2c/smiapp.h
10925 F: drivers/media/i2c/smiapp-pll.c
10926 F: drivers/media/i2c/smiapp-pll.h
10927 F: include/uapi/linux/smiapp.h
10928 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10929
10930 SMM665 HARDWARE MONITOR DRIVER
10931 M: Guenter Roeck <linux@roeck-us.net>
10932 L: linux-hwmon@vger.kernel.org
10933 S: Maintained
10934 F: Documentation/hwmon/smm665
10935 F: drivers/hwmon/smm665.c
10936
10937 SMSC EMC2103 HARDWARE MONITOR DRIVER
10938 M: Steve Glendinning <steve.glendinning@shawell.net>
10939 L: linux-hwmon@vger.kernel.org
10940 S: Maintained
10941 F: Documentation/hwmon/emc2103
10942 F: drivers/hwmon/emc2103.c
10943
10944 SMSC SCH5627 HARDWARE MONITOR DRIVER
10945 M: Hans de Goede <hdegoede@redhat.com>
10946 L: linux-hwmon@vger.kernel.org
10947 S: Supported
10948 F: Documentation/hwmon/sch5627
10949 F: drivers/hwmon/sch5627.c
10950
10951 SMSC47B397 HARDWARE MONITOR DRIVER
10952 M: Jean Delvare <jdelvare@suse.com>
10953 L: linux-hwmon@vger.kernel.org
10954 S: Maintained
10955 F: Documentation/hwmon/smsc47b397
10956 F: drivers/hwmon/smsc47b397.c
10957
10958 SMSC911x ETHERNET DRIVER
10959 M: Steve Glendinning <steve.glendinning@shawell.net>
10960 L: netdev@vger.kernel.org
10961 S: Maintained
10962 F: include/linux/smsc911x.h
10963 F: drivers/net/ethernet/smsc/smsc911x.*
10964
10965 SMSC9420 PCI ETHERNET DRIVER
10966 M: Steve Glendinning <steve.glendinning@shawell.net>
10967 L: netdev@vger.kernel.org
10968 S: Maintained
10969 F: drivers/net/ethernet/smsc/smsc9420.*
10970
10971 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10972 M: Steve Glendinning <steve.glendinning@shawell.net>
10973 L: linux-fbdev@vger.kernel.org
10974 S: Maintained
10975 F: drivers/video/fbdev/smscufx.c
10976
10977 SOC-CAMERA V4L2 SUBSYSTEM
10978 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10979 L: linux-media@vger.kernel.org
10980 T: git git://linuxtv.org/media_tree.git
10981 S: Maintained
10982 F: include/media/soc*
10983 F: drivers/media/i2c/soc_camera/
10984 F: drivers/media/platform/soc_camera/
10985
10986 SOEKRIS NET48XX LED SUPPORT
10987 M: Chris Boot <bootc@bootc.net>
10988 S: Maintained
10989 F: drivers/leds/leds-net48xx.c
10990
10991 SOFTLOGIC 6x10 MPEG CODEC
10992 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10993 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10994 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
10995 M: Ismael Luceno <ismael@iodev.co.uk>
10996 L: linux-media@vger.kernel.org
10997 S: Supported
10998 F: drivers/media/pci/solo6x10/
10999
11000 SOFTWARE RAID (Multiple Disks) SUPPORT
11001 M: Shaohua Li <shli@kernel.org>
11002 L: linux-raid@vger.kernel.org
11003 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11004 S: Supported
11005 F: drivers/md/
11006 F: include/linux/raid/
11007 F: include/uapi/linux/raid/
11008
11009 SONIC NETWORK DRIVER
11010 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11011 L: netdev@vger.kernel.org
11012 S: Maintained
11013 F: drivers/net/ethernet/natsemi/sonic.*
11014
11015 SONICS SILICON BACKPLANE DRIVER (SSB)
11016 M: Michael Buesch <m@bues.ch>
11017 L: linux-wireless@vger.kernel.org
11018 S: Maintained
11019 F: drivers/ssb/
11020 F: include/linux/ssb/
11021
11022 SONY VAIO CONTROL DEVICE DRIVER
11023 M: Mattia Dongili <malattia@linux.it>
11024 L: platform-driver-x86@vger.kernel.org
11025 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11026 S: Maintained
11027 F: Documentation/laptops/sony-laptop.txt
11028 F: drivers/char/sonypi.c
11029 F: drivers/platform/x86/sony-laptop.c
11030 F: include/linux/sony-laptop.h
11031
11032 SONY MEMORYSTICK CARD SUPPORT
11033 M: Alex Dubov <oakad@yahoo.com>
11034 W: http://tifmxx.berlios.de/
11035 S: Maintained
11036 F: drivers/memstick/host/tifm_ms.c
11037
11038 SONY MEMORYSTICK STANDARD SUPPORT
11039 M: Maxim Levitsky <maximlevitsky@gmail.com>
11040 S: Maintained
11041 F: drivers/memstick/core/ms_block.*
11042
11043 SOUND
11044 M: Jaroslav Kysela <perex@perex.cz>
11045 M: Takashi Iwai <tiwai@suse.com>
11046 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11047 W: http://www.alsa-project.org/
11048 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11049 T: git git://git.alsa-project.org/alsa-kernel.git
11050 Q: http://patchwork.kernel.org/project/alsa-devel/list/
11051 S: Maintained
11052 F: Documentation/sound/
11053 F: include/sound/
11054 F: include/uapi/sound/
11055 F: sound/
11056
11057 SOUND - COMPRESSED AUDIO
11058 M: Vinod Koul <vinod.koul@intel.com>
11059 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11060 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11061 S: Supported
11062 F: Documentation/sound/alsa/compress_offload.txt
11063 F: include/sound/compress_driver.h
11064 F: include/uapi/sound/compress_*
11065 F: sound/core/compress_offload.c
11066 F: sound/soc/soc-compress.c
11067
11068 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11069 M: Liam Girdwood <lgirdwood@gmail.com>
11070 M: Mark Brown <broonie@kernel.org>
11071 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11072 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11073 W: http://alsa-project.org/main/index.php/ASoC
11074 S: Supported
11075 F: Documentation/devicetree/bindings/sound/
11076 F: Documentation/sound/alsa/soc/
11077 F: sound/soc/
11078 F: include/sound/soc*
11079
11080 SOUND - DMAENGINE HELPERS
11081 M: Lars-Peter Clausen <lars@metafoo.de>
11082 S: Supported
11083 F: include/sound/dmaengine_pcm.h
11084 F: sound/core/pcm_dmaengine.c
11085 F: sound/soc/soc-generic-dmaengine-pcm.c
11086
11087 SP2 MEDIA DRIVER
11088 M: Olli Salonen <olli.salonen@iki.fi>
11089 L: linux-media@vger.kernel.org
11090 W: https://linuxtv.org
11091 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11092 S: Maintained
11093 F: drivers/media/dvb-frontends/sp2*
11094
11095 SPARC + UltraSPARC (sparc/sparc64)
11096 M: "David S. Miller" <davem@davemloft.net>
11097 L: sparclinux@vger.kernel.org
11098 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
11099 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11100 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11101 S: Maintained
11102 F: arch/sparc/
11103 F: drivers/sbus/
11104
11105 SPARC SERIAL DRIVERS
11106 M: "David S. Miller" <davem@davemloft.net>
11107 L: sparclinux@vger.kernel.org
11108 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11109 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11110 S: Maintained
11111 F: include/linux/sunserialcore.h
11112 F: drivers/tty/serial/suncore.c
11113 F: drivers/tty/serial/sunhv.c
11114 F: drivers/tty/serial/sunsab.c
11115 F: drivers/tty/serial/sunsab.h
11116 F: drivers/tty/serial/sunsu.c
11117 F: drivers/tty/serial/sunzilog.c
11118 F: drivers/tty/serial/sunzilog.h
11119
11120 SPARSE CHECKER
11121 M: "Christopher Li" <sparse@chrisli.org>
11122 L: linux-sparse@vger.kernel.org
11123 W: https://sparse.wiki.kernel.org/
11124 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11125 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11126 S: Maintained
11127 F: include/linux/compiler.h
11128
11129 SPEAR PLATFORM SUPPORT
11130 M: Viresh Kumar <vireshk@kernel.org>
11131 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11132 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11133 W: http://www.st.com/spear
11134 S: Maintained
11135 F: arch/arm/boot/dts/spear*
11136 F: arch/arm/mach-spear/
11137
11138 SPEAR CLOCK FRAMEWORK SUPPORT
11139 M: Viresh Kumar <vireshk@kernel.org>
11140 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11141 W: http://www.st.com/spear
11142 S: Maintained
11143 F: drivers/clk/spear/
11144
11145 SPI SUBSYSTEM
11146 M: Mark Brown <broonie@kernel.org>
11147 L: linux-spi@vger.kernel.org
11148 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11149 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
11150 S: Maintained
11151 F: Documentation/devicetree/bindings/spi/
11152 F: Documentation/spi/
11153 F: drivers/spi/
11154 F: include/linux/spi/
11155 F: include/uapi/linux/spi/
11156
11157 SPIDERNET NETWORK DRIVER for CELL
11158 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11159 L: netdev@vger.kernel.org
11160 S: Supported
11161 F: Documentation/networking/spider_net.txt
11162 F: drivers/net/ethernet/toshiba/spider_net*
11163
11164 SPU FILE SYSTEM
11165 M: Jeremy Kerr <jk@ozlabs.org>
11166 L: linuxppc-dev@lists.ozlabs.org
11167 W: http://www.ibm.com/developerworks/power/cell/
11168 S: Supported
11169 F: Documentation/filesystems/spufs.txt
11170 F: arch/powerpc/platforms/cell/spufs/
11171
11172 SQUASHFS FILE SYSTEM
11173 M: Phillip Lougher <phillip@squashfs.org.uk>
11174 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
11175 W: http://squashfs.org.uk
11176 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11177 S: Maintained
11178 F: Documentation/filesystems/squashfs.txt
11179 F: fs/squashfs/
11180
11181 SRM (Alpha) environment access
11182 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
11183 S: Maintained
11184 F: arch/alpha/kernel/srm_env.c
11185
11186 STABLE BRANCH
11187 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11188 L: stable@vger.kernel.org
11189 S: Supported
11190 F: Documentation/stable_kernel_rules.txt
11191
11192 STAGING SUBSYSTEM
11193 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11194 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11195 L: devel@driverdev.osuosl.org
11196 S: Supported
11197 F: drivers/staging/
11198
11199 STAGING - COMEDI
11200 M: Ian Abbott <abbotti@mev.co.uk>
11201 M: H Hartley Sweeten <hsweeten@visionengravers.com>
11202 S: Odd Fixes
11203 F: drivers/staging/comedi/
11204
11205 STAGING - FLARION FT1000 DRIVERS
11206 M: Marek Belisko <marek.belisko@gmail.com>
11207 S: Odd Fixes
11208 F: drivers/staging/ft1000/
11209
11210 STAGING - INDUSTRIAL IO
11211 M: Jonathan Cameron <jic23@kernel.org>
11212 L: linux-iio@vger.kernel.org
11213 S: Odd Fixes
11214 F: Documentation/devicetree/bindings/staging/iio/
11215 F: drivers/staging/iio/
11216
11217 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11218 M: Jarod Wilson <jarod@wilsonet.com>
11219 W: http://www.lirc.org/
11220 S: Odd Fixes
11221 F: drivers/staging/media/lirc/
11222
11223 STAGING - LUSTRE PARALLEL FILESYSTEM
11224 M: Oleg Drokin <oleg.drokin@intel.com>
11225 M: Andreas Dilger <andreas.dilger@intel.com>
11226 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
11227 W: http://wiki.lustre.org/
11228 S: Maintained
11229 F: drivers/staging/lustre
11230
11231 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11232 M: Marc Dietrich <marvin24@gmx.de>
11233 L: ac100@lists.launchpad.net (moderated for non-subscribers)
11234 L: linux-tegra@vger.kernel.org
11235 S: Maintained
11236 F: drivers/staging/nvec/
11237
11238 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11239 M: Jens Frederich <jfrederich@gmail.com>
11240 M: Daniel Drake <dsd@laptop.org>
11241 M: Jon Nettleton <jon.nettleton@gmail.com>
11242 W: http://wiki.laptop.org/go/DCON
11243 S: Maintained
11244 F: drivers/staging/olpc_dcon/
11245
11246 STAGING - REALTEK RTL8712U DRIVERS
11247 M: Larry Finger <Larry.Finger@lwfinger.net>
11248 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11249 S: Odd Fixes
11250 F: drivers/staging/rtl8712/
11251
11252 STAGING - REALTEK RTL8723U WIRELESS DRIVER
11253 M: Larry Finger <Larry.Finger@lwfinger.net>
11254 M: Jes Sorensen <Jes.Sorensen@redhat.com>
11255 L: linux-wireless@vger.kernel.org
11256 S: Maintained
11257 F: drivers/staging/rtl8723au/
11258
11259 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11260 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11261 M: Teddy Wang <teddy.wang@siliconmotion.com>
11262 M: Sudip Mukherjee <sudip@vectorindia.org>
11263 L: linux-fbdev@vger.kernel.org
11264 S: Maintained
11265 F: drivers/staging/sm750fb/
11266
11267 STAGING - SLICOSS
11268 M: Lior Dotan <liodot@gmail.com>
11269 M: Christopher Harrer <charrer@alacritech.com>
11270 S: Odd Fixes
11271 F: drivers/staging/slicoss/
11272
11273 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11274 M: William Hubbs <w.d.hubbs@gmail.com>
11275 M: Chris Brannon <chris@the-brannons.com>
11276 M: Kirk Reiser <kirk@reisers.ca>
11277 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
11278 L: speakup@linux-speakup.org
11279 W: http://www.linux-speakup.org/
11280 S: Odd Fixes
11281 F: drivers/staging/speakup/
11282
11283 STAGING - VIA VT665X DRIVERS
11284 M: Forest Bond <forest@alittletooquiet.net>
11285 S: Odd Fixes
11286 F: drivers/staging/vt665?/
11287
11288 STAGING - WILC1000 WIFI DRIVER
11289 M: Aditya Shankar <aditya.shankar@microchip.com>
11290 M: Ganesh Krishna <ganesh.krishna@microchip.com>
11291 L: linux-wireless@vger.kernel.org
11292 S: Supported
11293 F: drivers/staging/wilc1000/
11294
11295 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11296 M: Arnaud Patard <arnaud.patard@rtp-net.org>
11297 S: Odd Fixes
11298 F: drivers/staging/xgifb/
11299
11300 STARFIRE/DURALAN NETWORK DRIVER
11301 M: Ion Badulescu <ionut@badula.org>
11302 S: Odd Fixes
11303 F: drivers/net/ethernet/adaptec/starfire*
11304
11305 SUN3/3X
11306 M: Sam Creasey <sammy@sammy.net>
11307 W: http://sammy.net/sun3/
11308 S: Maintained
11309 F: arch/m68k/kernel/*sun3*
11310 F: arch/m68k/sun3*/
11311 F: arch/m68k/include/asm/sun3*
11312 F: drivers/net/ethernet/i825xx/sun3*
11313
11314 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11315 M: Hans de Goede <hdegoede@redhat.com>
11316 L: linux-input@vger.kernel.org
11317 S: Maintained
11318 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11319 F: drivers/input/keyboard/sun4i-lradc-keys.c
11320
11321 SUNDANCE NETWORK DRIVER
11322 M: Denis Kirjanov <kda@linux-powerpc.org>
11323 L: netdev@vger.kernel.org
11324 S: Maintained
11325 F: drivers/net/ethernet/dlink/sundance.c
11326
11327 SUPERH
11328 M: Yoshinori Sato <ysato@users.sourceforge.jp>
11329 M: Rich Felker <dalias@libc.org>
11330 L: linux-sh@vger.kernel.org
11331 Q: http://patchwork.kernel.org/project/linux-sh/list/
11332 S: Maintained
11333 F: Documentation/sh/
11334 F: arch/sh/
11335 F: drivers/sh/
11336
11337 SUSPEND TO RAM
11338 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
11339 M: Len Brown <len.brown@intel.com>
11340 M: Pavel Machek <pavel@ucw.cz>
11341 L: linux-pm@vger.kernel.org
11342 S: Supported
11343 F: Documentation/power/
11344 F: arch/x86/kernel/acpi/
11345 F: drivers/base/power/
11346 F: kernel/power/
11347 F: include/linux/suspend.h
11348 F: include/linux/freezer.h
11349 F: include/linux/pm.h
11350
11351 SVGA HANDLING
11352 M: Martin Mares <mj@ucw.cz>
11353 L: linux-video@atrey.karlin.mff.cuni.cz
11354 S: Maintained
11355 F: Documentation/svga.txt
11356 F: arch/x86/boot/video*
11357
11358 SWIOTLB SUBSYSTEM
11359 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11360 L: linux-kernel@vger.kernel.org
11361 T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11362 S: Supported
11363 F: lib/swiotlb.c
11364 F: arch/*/kernel/pci-swiotlb.c
11365 F: include/linux/swiotlb.h
11366
11367 SWITCHDEV
11368 M: Jiri Pirko <jiri@resnulli.us>
11369 L: netdev@vger.kernel.org
11370 S: Supported
11371 F: net/switchdev/
11372 F: include/net/switchdev.h
11373
11374 SYNOPSYS ARC ARCHITECTURE
11375 M: Vineet Gupta <vgupta@synopsys.com>
11376 L: linux-snps-arc@lists.infradead.org
11377 S: Supported
11378 F: arch/arc/
11379 F: Documentation/devicetree/bindings/arc/*
11380 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11381 F: drivers/tty/serial/arc_uart.c
11382 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11383
11384 SYNOPSYS ARC SDP platform support
11385 M: Alexey Brodkin <abrodkin@synopsys.com>
11386 S: Supported
11387 F: arch/arc/plat-axs10x
11388 F: arch/arc/boot/dts/ax*
11389 F: Documentation/devicetree/bindings/arc/axs10*
11390
11391 SYSTEM CONFIGURATION (SYSCON)
11392 M: Lee Jones <lee.jones@linaro.org>
11393 M: Arnd Bergmann <arnd@arndb.de>
11394 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11395 S: Supported
11396 F: drivers/mfd/syscon.c
11397
11398 SYSV FILESYSTEM
11399 M: Christoph Hellwig <hch@infradead.org>
11400 S: Maintained
11401 F: Documentation/filesystems/sysv-fs.txt
11402 F: fs/sysv/
11403 F: include/linux/sysv_fs.h
11404
11405 TARGET SUBSYSTEM
11406 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11407 L: linux-scsi@vger.kernel.org
11408 L: target-devel@vger.kernel.org
11409 W: http://www.linux-iscsi.org
11410 W: http://groups.google.com/group/linux-iscsi-target-dev
11411 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11412 S: Supported
11413 F: drivers/target/
11414 F: include/target/
11415 F: Documentation/target/
11416
11417 TASKSTATS STATISTICS INTERFACE
11418 M: Balbir Singh <bsingharora@gmail.com>
11419 S: Maintained
11420 F: Documentation/accounting/taskstats*
11421 F: include/linux/taskstats*
11422 F: kernel/taskstats.c
11423
11424 TC CLASSIFIER
11425 M: Jamal Hadi Salim <jhs@mojatatu.com>
11426 L: netdev@vger.kernel.org
11427 S: Maintained
11428 F: include/net/pkt_cls.h
11429 F: include/uapi/linux/pkt_cls.h
11430 F: net/sched/
11431
11432 TCP LOW PRIORITY MODULE
11433 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11434 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11435 W: http://tcp-lp-mod.sourceforge.net/
11436 S: Maintained
11437 F: net/ipv4/tcp_lp.c
11438
11439 TDA10071 MEDIA DRIVER
11440 M: Antti Palosaari <crope@iki.fi>
11441 L: linux-media@vger.kernel.org
11442 W: https://linuxtv.org
11443 W: http://palosaari.fi/linux/
11444 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11445 T: git git://linuxtv.org/anttip/media_tree.git
11446 S: Maintained
11447 F: drivers/media/dvb-frontends/tda10071*
11448
11449 TDA18212 MEDIA DRIVER
11450 M: Antti Palosaari <crope@iki.fi>
11451 L: linux-media@vger.kernel.org
11452 W: https://linuxtv.org
11453 W: http://palosaari.fi/linux/
11454 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11455 T: git git://linuxtv.org/anttip/media_tree.git
11456 S: Maintained
11457 F: drivers/media/tuners/tda18212*
11458
11459 TDA18218 MEDIA DRIVER
11460 M: Antti Palosaari <crope@iki.fi>
11461 L: linux-media@vger.kernel.org
11462 W: https://linuxtv.org
11463 W: http://palosaari.fi/linux/
11464 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11465 T: git git://linuxtv.org/anttip/media_tree.git
11466 S: Maintained
11467 F: drivers/media/tuners/tda18218*
11468
11469 TDA18271 MEDIA DRIVER
11470 M: Michael Krufky <mkrufky@linuxtv.org>
11471 L: linux-media@vger.kernel.org
11472 W: https://linuxtv.org
11473 W: http://github.com/mkrufky
11474 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11475 T: git git://linuxtv.org/mkrufky/tuners.git
11476 S: Maintained
11477 F: drivers/media/tuners/tda18271*
11478
11479 TDA827x MEDIA DRIVER
11480 M: Michael Krufky <mkrufky@linuxtv.org>
11481 L: linux-media@vger.kernel.org
11482 W: https://linuxtv.org
11483 W: http://github.com/mkrufky
11484 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11485 T: git git://linuxtv.org/mkrufky/tuners.git
11486 S: Maintained
11487 F: drivers/media/tuners/tda8290.*
11488
11489 TDA8290 MEDIA DRIVER
11490 M: Michael Krufky <mkrufky@linuxtv.org>
11491 L: linux-media@vger.kernel.org
11492 W: https://linuxtv.org
11493 W: http://github.com/mkrufky
11494 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11495 T: git git://linuxtv.org/mkrufky/tuners.git
11496 S: Maintained
11497 F: drivers/media/tuners/tda8290.*
11498
11499 TDA9840 MEDIA DRIVER
11500 M: Hans Verkuil <hverkuil@xs4all.nl>
11501 L: linux-media@vger.kernel.org
11502 T: git git://linuxtv.org/media_tree.git
11503 W: https://linuxtv.org
11504 S: Maintained
11505 F: drivers/media/i2c/tda9840*
11506
11507 TEA5761 TUNER DRIVER
11508 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11509 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11510 L: linux-media@vger.kernel.org
11511 W: https://linuxtv.org
11512 T: git git://linuxtv.org/media_tree.git
11513 S: Odd fixes
11514 F: drivers/media/tuners/tea5761.*
11515
11516 TEA5767 TUNER DRIVER
11517 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11518 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11519 L: linux-media@vger.kernel.org
11520 W: https://linuxtv.org
11521 T: git git://linuxtv.org/media_tree.git
11522 S: Maintained
11523 F: drivers/media/tuners/tea5767.*
11524
11525 TEA6415C MEDIA DRIVER
11526 M: Hans Verkuil <hverkuil@xs4all.nl>
11527 L: linux-media@vger.kernel.org
11528 T: git git://linuxtv.org/media_tree.git
11529 W: https://linuxtv.org
11530 S: Maintained
11531 F: drivers/media/i2c/tea6415c*
11532
11533 TEA6420 MEDIA DRIVER
11534 M: Hans Verkuil <hverkuil@xs4all.nl>
11535 L: linux-media@vger.kernel.org
11536 T: git git://linuxtv.org/media_tree.git
11537 W: https://linuxtv.org
11538 S: Maintained
11539 F: drivers/media/i2c/tea6420*
11540
11541 TEAM DRIVER
11542 M: Jiri Pirko <jiri@resnulli.us>
11543 L: netdev@vger.kernel.org
11544 S: Supported
11545 F: drivers/net/team/
11546 F: include/linux/if_team.h
11547 F: include/uapi/linux/if_team.h
11548
11549 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11550 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11551 S: Maintained
11552 F: arch/x86/platform/ts5500/
11553
11554 TECHNOTREND USB IR RECEIVER
11555 M: Sean Young <sean@mess.org>
11556 L: linux-media@vger.kernel.org
11557 S: Maintained
11558 F: drivers/media/rc/ttusbir.c
11559
11560 TEGRA ARCHITECTURE SUPPORT
11561 M: Stephen Warren <swarren@wwwdotorg.org>
11562 M: Thierry Reding <thierry.reding@gmail.com>
11563 M: Alexandre Courbot <gnurou@gmail.com>
11564 L: linux-tegra@vger.kernel.org
11565 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
11566 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11567 S: Supported
11568 N: [^a-z]tegra
11569
11570 TEGRA CLOCK DRIVER
11571 M: Peter De Schrijver <pdeschrijver@nvidia.com>
11572 M: Prashant Gaikwad <pgaikwad@nvidia.com>
11573 S: Supported
11574 F: drivers/clk/tegra/
11575
11576 TEGRA DMA DRIVERS
11577 M: Laxman Dewangan <ldewangan@nvidia.com>
11578 M: Jon Hunter <jonathanh@nvidia.com>
11579 S: Supported
11580 F: drivers/dma/tegra*
11581
11582 TEGRA I2C DRIVER
11583 M: Laxman Dewangan <ldewangan@nvidia.com>
11584 S: Supported
11585 F: drivers/i2c/busses/i2c-tegra.c
11586
11587 TEGRA IOMMU DRIVERS
11588 M: Hiroshi Doyu <hdoyu@nvidia.com>
11589 S: Supported
11590 F: drivers/iommu/tegra*
11591
11592 TEGRA KBC DRIVER
11593 M: Rakesh Iyer <riyer@nvidia.com>
11594 M: Laxman Dewangan <ldewangan@nvidia.com>
11595 S: Supported
11596 F: drivers/input/keyboard/tegra-kbc.c
11597
11598 TEGRA PWM DRIVER
11599 M: Thierry Reding <thierry.reding@gmail.com>
11600 S: Supported
11601 F: drivers/pwm/pwm-tegra.c
11602
11603 TEGRA SERIAL DRIVER
11604 M: Laxman Dewangan <ldewangan@nvidia.com>
11605 S: Supported
11606 F: drivers/tty/serial/serial-tegra.c
11607
11608 TEGRA SPI DRIVER
11609 M: Laxman Dewangan <ldewangan@nvidia.com>
11610 S: Supported
11611 F: drivers/spi/spi-tegra*
11612
11613 TEHUTI ETHERNET DRIVER
11614 M: Andy Gospodarek <andy@greyhouse.net>
11615 L: netdev@vger.kernel.org
11616 S: Supported
11617 F: drivers/net/ethernet/tehuti/*
11618
11619 Telecom Clock Driver for MCPL0010
11620 M: Mark Gross <mark.gross@intel.com>
11621 S: Supported
11622 F: drivers/char/tlclk.c
11623
11624 TENSILICA XTENSA PORT (xtensa)
11625 M: Chris Zankel <chris@zankel.net>
11626 M: Max Filippov <jcmvbkbc@gmail.com>
11627 L: linux-xtensa@linux-xtensa.org
11628 T: git git://github.com/czankel/xtensa-linux.git
11629 S: Maintained
11630 F: arch/xtensa/
11631 F: drivers/irqchip/irq-xtensa-*
11632
11633 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11634 M: Hans Verkuil <hverkuil@xs4all.nl>
11635 L: linux-media@vger.kernel.org
11636 T: git git://linuxtv.org/media_tree.git
11637 W: https://linuxtv.org
11638 S: Maintained
11639 F: drivers/media/radio/radio-raremono.c
11640
11641 THERMAL
11642 M: Zhang Rui <rui.zhang@intel.com>
11643 M: Eduardo Valentin <edubezval@gmail.com>
11644 L: linux-pm@vger.kernel.org
11645 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11646 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11647 Q: https://patchwork.kernel.org/project/linux-pm/list/
11648 S: Supported
11649 F: drivers/thermal/
11650 F: include/linux/thermal.h
11651 F: include/uapi/linux/thermal.h
11652 F: include/linux/cpu_cooling.h
11653 F: Documentation/devicetree/bindings/thermal/
11654
11655 THERMAL/CPU_COOLING
11656 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
11657 M: Viresh Kumar <viresh.kumar@linaro.org>
11658 M: Javi Merino <javi.merino@kernel.org>
11659 L: linux-pm@vger.kernel.org
11660 S: Supported
11661 F: Documentation/thermal/cpu-cooling-api.txt
11662 F: drivers/thermal/cpu_cooling.c
11663 F: include/linux/cpu_cooling.h
11664
11665 THINKPAD ACPI EXTRAS DRIVER
11666 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11667 L: ibm-acpi-devel@lists.sourceforge.net
11668 L: platform-driver-x86@vger.kernel.org
11669 W: http://ibm-acpi.sourceforge.net
11670 W: http://thinkwiki.org/wiki/Ibm-acpi
11671 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11672 S: Maintained
11673 F: drivers/platform/x86/thinkpad_acpi.c
11674
11675 TI BANDGAP AND THERMAL DRIVER
11676 M: Eduardo Valentin <edubezval@gmail.com>
11677 M: Keerthy <j-keerthy@ti.com>
11678 L: linux-pm@vger.kernel.org
11679 L: linux-omap@vger.kernel.org
11680 S: Maintained
11681 F: drivers/thermal/ti-soc-thermal/
11682
11683 TI VPE/CAL DRIVERS
11684 M: Benoit Parrot <bparrot@ti.com>
11685 L: linux-media@vger.kernel.org
11686 W: http://linuxtv.org/
11687 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11688 S: Maintained
11689 F: drivers/media/platform/ti-vpe/
11690
11691 TI CDCE706 CLOCK DRIVER
11692 M: Max Filippov <jcmvbkbc@gmail.com>
11693 S: Maintained
11694 F: drivers/clk/clk-cdce706.c
11695
11696 TI CLOCK DRIVER
11697 M: Tero Kristo <t-kristo@ti.com>
11698 L: linux-omap@vger.kernel.org
11699 S: Maintained
11700 F: drivers/clk/ti/
11701 F: include/linux/clk/ti.h
11702
11703 TI ETHERNET SWITCH DRIVER (CPSW)
11704 M: Mugunthan V N <mugunthanvnm@ti.com>
11705 R: Grygorii Strashko <grygorii.strashko@ti.com>
11706 L: linux-omap@vger.kernel.org
11707 L: netdev@vger.kernel.org
11708 S: Maintained
11709 F: drivers/net/ethernet/ti/cpsw*
11710 F: drivers/net/ethernet/ti/davinci*
11711
11712 TI FLASH MEDIA INTERFACE DRIVER
11713 M: Alex Dubov <oakad@yahoo.com>
11714 S: Maintained
11715 F: drivers/misc/tifm*
11716 F: drivers/mmc/host/tifm_sd.c
11717 F: include/linux/tifm.h
11718
11719 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11720 M: Santosh Shilimkar <ssantosh@kernel.org>
11721 L: linux-kernel@vger.kernel.org
11722 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11723 S: Maintained
11724 F: drivers/soc/ti/*
11725 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11726
11727
11728 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11729 M: M R Swami Reddy <mr.swami.reddy@ti.com>
11730 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11731 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11732 S: Maintained
11733 F: sound/soc/codecs/lm49453*
11734 F: sound/soc/codecs/isabelle*
11735
11736 TI LP855x BACKLIGHT DRIVER
11737 M: Milo Kim <milo.kim@ti.com>
11738 S: Maintained
11739 F: Documentation/backlight/lp855x-driver.txt
11740 F: drivers/video/backlight/lp855x_bl.c
11741 F: include/linux/platform_data/lp855x.h
11742
11743 TI LP8727 CHARGER DRIVER
11744 M: Milo Kim <milo.kim@ti.com>
11745 S: Maintained
11746 F: drivers/power/lp8727_charger.c
11747 F: include/linux/platform_data/lp8727.h
11748
11749 TI LP8788 MFD DRIVER
11750 M: Milo Kim <milo.kim@ti.com>
11751 S: Maintained
11752 F: drivers/iio/adc/lp8788_adc.c
11753 F: drivers/leds/leds-lp8788.c
11754 F: drivers/mfd/lp8788*.c
11755 F: drivers/power/lp8788-charger.c
11756 F: drivers/regulator/lp8788-*.c
11757 F: include/linux/mfd/lp8788*.h
11758
11759 TI NETCP ETHERNET DRIVER
11760 M: Wingman Kwok <w-kwok2@ti.com>
11761 M: Murali Karicheri <m-karicheri2@ti.com>
11762 L: netdev@vger.kernel.org
11763 S: Maintained
11764 F: drivers/net/ethernet/ti/netcp*
11765
11766 TI TAS571X FAMILY ASoC CODEC DRIVER
11767 M: Kevin Cernekee <cernekee@chromium.org>
11768 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11769 S: Odd Fixes
11770 F: sound/soc/codecs/tas571x*
11771
11772 TI TWL4030 SERIES SOC CODEC DRIVER
11773 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
11774 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11775 S: Maintained
11776 F: sound/soc/codecs/twl4030*
11777
11778 TI WILINK WIRELESS DRIVERS
11779 L: linux-wireless@vger.kernel.org
11780 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
11781 W: http://wireless.kernel.org/en/users/Drivers/wl1251
11782 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11783 S: Orphan
11784 F: drivers/net/wireless/ti/
11785 F: include/linux/wl12xx.h
11786
11787 TIPC NETWORK LAYER
11788 M: Jon Maloy <jon.maloy@ericsson.com>
11789 M: Ying Xue <ying.xue@windriver.com>
11790 L: netdev@vger.kernel.org (core kernel code)
11791 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11792 W: http://tipc.sourceforge.net/
11793 S: Maintained
11794 F: include/uapi/linux/tipc*.h
11795 F: net/tipc/
11796
11797 TILE ARCHITECTURE
11798 M: Chris Metcalf <cmetcalf@mellanox.com>
11799 W: http://www.mellanox.com/repository/solutions/tile-scm/
11800 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11801 S: Supported
11802 F: arch/tile/
11803 F: drivers/char/tile-srom.c
11804 F: drivers/edac/tile_edac.c
11805 F: drivers/net/ethernet/tile/
11806 F: drivers/rtc/rtc-tile.c
11807 F: drivers/tty/hvc/hvc_tile.c
11808 F: drivers/tty/serial/tilegx.c
11809 F: drivers/usb/host/*-tilegx.c
11810 F: include/linux/usb/tilegx.h
11811
11812 TLAN NETWORK DRIVER
11813 M: Samuel Chessman <chessman@tux.org>
11814 L: tlan-devel@lists.sourceforge.net (subscribers-only)
11815 W: http://sourceforge.net/projects/tlan/
11816 S: Maintained
11817 F: Documentation/networking/tlan.txt
11818 F: drivers/net/ethernet/ti/tlan.*
11819
11820 TOMOYO SECURITY MODULE
11821 M: Kentaro Takeda <takedakn@nttdata.co.jp>
11822 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11823 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11824 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11825 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11826 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11827 W: http://tomoyo.sourceforge.jp/
11828 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11829 S: Maintained
11830 F: security/tomoyo/
11831
11832 TOPSTAR LAPTOP EXTRAS DRIVER
11833 M: Herton Ronaldo Krzesinski <herton@canonical.com>
11834 L: platform-driver-x86@vger.kernel.org
11835 S: Maintained
11836 F: drivers/platform/x86/topstar-laptop.c
11837
11838 TOSHIBA ACPI EXTRAS DRIVER
11839 M: Azael Avalos <coproscefalo@gmail.com>
11840 L: platform-driver-x86@vger.kernel.org
11841 S: Maintained
11842 F: drivers/platform/x86/toshiba_acpi.c
11843
11844 TOSHIBA BLUETOOTH DRIVER
11845 M: Azael Avalos <coproscefalo@gmail.com>
11846 L: platform-driver-x86@vger.kernel.org
11847 S: Maintained
11848 F: drivers/platform/x86/toshiba_bluetooth.c
11849
11850 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11851 M: Azael Avalos <coproscefalo@gmail.com>
11852 L: platform-driver-x86@vger.kernel.org
11853 S: Maintained
11854 F: drivers/platform/x86/toshiba_haps.c
11855
11856 TOSHIBA WMI HOTKEYS DRIVER
11857 M: Azael Avalos <coproscefalo@gmail.com>
11858 L: platform-driver-x86@vger.kernel.org
11859 S: Maintained
11860 F: drivers/platform/x86/toshiba-wmi.c
11861
11862 TOSHIBA SMM DRIVER
11863 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
11864 W: http://www.buzzard.org.uk/toshiba/
11865 S: Maintained
11866 F: drivers/char/toshiba.c
11867 F: include/linux/toshiba.h
11868 F: include/uapi/linux/toshiba.h
11869
11870 TOSHIBA TC358743 DRIVER
11871 M: Mats Randgaard <matrandg@cisco.com>
11872 L: linux-media@vger.kernel.org
11873 S: Maintained
11874 F: drivers/media/i2c/tc358743*
11875 F: include/media/i2c/tc358743.h
11876
11877 TMIO/SDHI MMC DRIVER
11878 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
11879 L: linux-mmc@vger.kernel.org
11880 S: Supported
11881 F: drivers/mmc/host/tmio_mmc*
11882 F: drivers/mmc/host/sh_mobile_sdhi.c
11883 F: include/linux/mfd/tmio.h
11884
11885 TMP401 HARDWARE MONITOR DRIVER
11886 M: Guenter Roeck <linux@roeck-us.net>
11887 L: linux-hwmon@vger.kernel.org
11888 S: Maintained
11889 F: Documentation/hwmon/tmp401
11890 F: drivers/hwmon/tmp401.c
11891
11892 TMPFS (SHMEM FILESYSTEM)
11893 M: Hugh Dickins <hughd@google.com>
11894 L: linux-mm@kvack.org
11895 S: Maintained
11896 F: include/linux/shmem_fs.h
11897 F: mm/shmem.c
11898
11899 TM6000 VIDEO4LINUX DRIVER
11900 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11901 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11902 L: linux-media@vger.kernel.org
11903 W: https://linuxtv.org
11904 T: git git://linuxtv.org/media_tree.git
11905 S: Odd fixes
11906 F: drivers/media/usb/tm6000/
11907
11908 TW68 VIDEO4LINUX DRIVER
11909 M: Hans Verkuil <hverkuil@xs4all.nl>
11910 L: linux-media@vger.kernel.org
11911 T: git git://linuxtv.org/media_tree.git
11912 W: https://linuxtv.org
11913 S: Odd Fixes
11914 F: drivers/media/pci/tw68/
11915
11916 TW686X VIDEO4LINUX DRIVER
11917 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
11918 L: linux-media@vger.kernel.org
11919 T: git git://linuxtv.org/media_tree.git
11920 W: http://linuxtv.org
11921 S: Maintained
11922 F: drivers/media/pci/tw686x/
11923
11924 TPM DEVICE DRIVER
11925 M: Peter Huewe <peterhuewe@gmx.de>
11926 M: Marcel Selhorst <tpmdd@selhorst.net>
11927 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11928 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11929 W: http://tpmdd.sourceforge.net
11930 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11931 Q: https://patchwork.kernel.org/project/tpmdd-devel/list/
11932 T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
11933 S: Maintained
11934 F: drivers/char/tpm/
11935
11936 TPM IBM_VTPM DEVICE DRIVER
11937 M: Ashley Lai <ashleydlai@gmail.com>
11938 W: http://tpmdd.sourceforge.net
11939 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11940 S: Maintained
11941 F: drivers/char/tpm/tpm_ibmvtpm*
11942
11943 TRACING
11944 M: Steven Rostedt <rostedt@goodmis.org>
11945 M: Ingo Molnar <mingo@redhat.com>
11946 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11947 S: Maintained
11948 F: Documentation/trace/ftrace.txt
11949 F: arch/*/*/*/ftrace.h
11950 F: arch/*/kernel/ftrace.c
11951 F: include/*/ftrace.h
11952 F: include/linux/trace*.h
11953 F: include/trace/
11954 F: kernel/trace/
11955 F: tools/testing/selftests/ftrace/
11956
11957 TRACING MMIO ACCESSES (MMIOTRACE)
11958 M: Steven Rostedt <rostedt@goodmis.org>
11959 M: Ingo Molnar <mingo@kernel.org>
11960 R: Karol Herbst <karolherbst@gmail.com>
11961 R: Pekka Paalanen <ppaalanen@gmail.com>
11962 S: Maintained
11963 L: linux-kernel@vger.kernel.org
11964 L: nouveau@lists.freedesktop.org
11965 F: kernel/trace/trace_mmiotrace.c
11966 F: include/linux/mmiotrace.h
11967 F: arch/x86/mm/kmmio.c
11968 F: arch/x86/mm/mmio-mod.c
11969 F: arch/x86/mm/testmmiotrace.c
11970
11971 TRIVIAL PATCHES
11972 M: Jiri Kosina <trivial@kernel.org>
11973 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11974 S: Maintained
11975 K: ^Subject:.*(?i)trivial
11976
11977 TTY LAYER
11978 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11979 M: Jiri Slaby <jslaby@suse.com>
11980 S: Supported
11981 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11982 F: Documentation/serial/
11983 F: drivers/tty/
11984 F: drivers/tty/serial/serial_core.c
11985 F: include/linux/serial_core.h
11986 F: include/linux/serial.h
11987 F: include/linux/tty.h
11988 F: include/uapi/linux/serial_core.h
11989 F: include/uapi/linux/serial.h
11990 F: include/uapi/linux/tty.h
11991
11992 TUA9001 MEDIA DRIVER
11993 M: Antti Palosaari <crope@iki.fi>
11994 L: linux-media@vger.kernel.org
11995 W: https://linuxtv.org
11996 W: http://palosaari.fi/linux/
11997 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11998 T: git git://linuxtv.org/anttip/media_tree.git
11999 S: Maintained
12000 F: drivers/media/tuners/tua9001*
12001
12002 TULIP NETWORK DRIVERS
12003 L: netdev@vger.kernel.org
12004 L: linux-parisc@vger.kernel.org
12005 S: Orphan
12006 F: drivers/net/ethernet/dec/tulip/
12007
12008 TUN/TAP driver
12009 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
12010 W: http://vtun.sourceforge.net/tun
12011 S: Maintained
12012 F: Documentation/networking/tuntap.txt
12013 F: arch/um/os-Linux/drivers/
12014
12015 TURBOCHANNEL SUBSYSTEM
12016 M: "Maciej W. Rozycki" <macro@linux-mips.org>
12017 M: Ralf Baechle <ralf@linux-mips.org>
12018 L: linux-mips@linux-mips.org
12019 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
12020 S: Maintained
12021 F: drivers/tc/
12022 F: include/linux/tc.h
12023
12024 U14-34F SCSI DRIVER
12025 M: Dario Ballabio <ballabio_dario@emc.com>
12026 L: linux-scsi@vger.kernel.org
12027 S: Maintained
12028 F: drivers/scsi/u14-34f.c
12029
12030 UBI FILE SYSTEM (UBIFS)
12031 M: Richard Weinberger <richard@nod.at>
12032 M: Artem Bityutskiy <dedekind1@gmail.com>
12033 M: Adrian Hunter <adrian.hunter@intel.com>
12034 L: linux-mtd@lists.infradead.org
12035 T: git git://git.infradead.org/ubifs-2.6.git
12036 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
12037 S: Supported
12038 F: Documentation/filesystems/ubifs.txt
12039 F: fs/ubifs/
12040
12041 UCLINUX (M68KNOMMU AND COLDFIRE)
12042 M: Greg Ungerer <gerg@linux-m68k.org>
12043 W: http://www.linux-m68k.org/
12044 W: http://www.uclinux.org/
12045 L: linux-m68k@lists.linux-m68k.org
12046 L: uclinux-dev@uclinux.org (subscribers-only)
12047 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12048 S: Maintained
12049 F: arch/m68k/coldfire/
12050 F: arch/m68k/68*/
12051 F: arch/m68k/*/*_no.*
12052 F: arch/m68k/include/asm/*_no.*
12053
12054 UDF FILESYSTEM
12055 M: Jan Kara <jack@suse.com>
12056 S: Maintained
12057 F: Documentation/filesystems/udf.txt
12058 F: fs/udf/
12059
12060 UFS FILESYSTEM
12061 M: Evgeniy Dushistov <dushistov@mail.ru>
12062 S: Maintained
12063 F: Documentation/filesystems/ufs.txt
12064 F: fs/ufs/
12065
12066 UHID USERSPACE HID IO DRIVER:
12067 M: David Herrmann <dh.herrmann@googlemail.com>
12068 L: linux-input@vger.kernel.org
12069 S: Maintained
12070 F: drivers/hid/uhid.c
12071 F: include/uapi/linux/uhid.h
12072
12073 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12074 L: linux-usb@vger.kernel.org
12075 S: Orphan
12076 F: drivers/uwb/
12077 F: include/linux/uwb.h
12078 F: include/linux/uwb/
12079
12080 UNICORE32 ARCHITECTURE:
12081 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
12082 W: http://mprc.pku.edu.cn/~guanxuetao/linux
12083 S: Maintained
12084 T: git git://github.com/gxt/linux.git
12085 F: arch/unicore32/
12086
12087 UNIFDEF
12088 M: Tony Finch <dot@dotat.at>
12089 W: http://dotat.at/prog/unifdef
12090 S: Maintained
12091 F: scripts/unifdef.c
12092
12093 UNIFORM CDROM DRIVER
12094 M: Jens Axboe <axboe@kernel.dk>
12095 W: http://www.kernel.dk
12096 S: Maintained
12097 F: Documentation/cdrom/
12098 F: drivers/cdrom/cdrom.c
12099 F: include/linux/cdrom.h
12100 F: include/uapi/linux/cdrom.h
12101
12102 UNISYS S-PAR DRIVERS
12103 M: David Kershner <david.kershner@unisys.com>
12104 L: sparmaintainer@unisys.com (Unisys internal)
12105 S: Supported
12106 F: drivers/staging/unisys/
12107
12108 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12109 M: Vinayak Holikatti <vinholikatti@gmail.com>
12110 L: linux-scsi@vger.kernel.org
12111 S: Supported
12112 F: Documentation/scsi/ufs.txt
12113 F: drivers/scsi/ufs/
12114
12115 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12116 M: Joao Pinto <Joao.Pinto@synopsys.com>
12117 L: linux-scsi@vger.kernel.org
12118 S: Supported
12119 F: drivers/scsi/ufs/*dwc*
12120
12121 UNSORTED BLOCK IMAGES (UBI)
12122 M: Artem Bityutskiy <dedekind1@gmail.com>
12123 M: Richard Weinberger <richard@nod.at>
12124 W: http://www.linux-mtd.infradead.org/
12125 L: linux-mtd@lists.infradead.org
12126 T: git git://git.infradead.org/ubifs-2.6.git
12127 S: Supported
12128 F: drivers/mtd/ubi/
12129 F: include/linux/mtd/ubi.h
12130 F: include/uapi/mtd/ubi-user.h
12131
12132 USB ACM DRIVER
12133 M: Oliver Neukum <oneukum@suse.com>
12134 L: linux-usb@vger.kernel.org
12135 S: Maintained
12136 F: Documentation/usb/acm.txt
12137 F: drivers/usb/class/cdc-acm.*
12138
12139 USB AR5523 WIRELESS DRIVER
12140 M: Pontus Fuchs <pontus.fuchs@gmail.com>
12141 L: linux-wireless@vger.kernel.org
12142 S: Maintained
12143 F: drivers/net/wireless/ath/ar5523/
12144
12145 USB ATTACHED SCSI
12146 M: Oliver Neukum <oneukum@suse.com>
12147 L: linux-usb@vger.kernel.org
12148 L: linux-scsi@vger.kernel.org
12149 S: Maintained
12150 F: drivers/usb/storage/uas.c
12151
12152 USB CDC ETHERNET DRIVER
12153 M: Oliver Neukum <oliver@neukum.org>
12154 L: linux-usb@vger.kernel.org
12155 S: Maintained
12156 F: drivers/net/usb/cdc_*.c
12157 F: include/uapi/linux/usb/cdc.h
12158
12159 USB CHAOSKEY DRIVER
12160 M: Keith Packard <keithp@keithp.com>
12161 L: linux-usb@vger.kernel.org
12162 S: Maintained
12163 F: drivers/usb/misc/chaoskey.c
12164
12165 USB CYPRESS C67X00 DRIVER
12166 M: Peter Korsgaard <jacmet@sunsite.dk>
12167 L: linux-usb@vger.kernel.org
12168 S: Maintained
12169 F: drivers/usb/c67x00/
12170
12171 USB DAVICOM DM9601 DRIVER
12172 M: Peter Korsgaard <jacmet@sunsite.dk>
12173 L: netdev@vger.kernel.org
12174 W: http://www.linux-usb.org/usbnet
12175 S: Maintained
12176 F: drivers/net/usb/dm9601.c
12177
12178 USB DIAMOND RIO500 DRIVER
12179 M: Cesar Miquel <miquel@df.uba.ar>
12180 L: rio500-users@lists.sourceforge.net
12181 W: http://rio500.sourceforge.net
12182 S: Maintained
12183 F: drivers/usb/misc/rio500*
12184
12185 USB EHCI DRIVER
12186 M: Alan Stern <stern@rowland.harvard.edu>
12187 L: linux-usb@vger.kernel.org
12188 S: Maintained
12189 F: Documentation/usb/ehci.txt
12190 F: drivers/usb/host/ehci*
12191
12192 USB GADGET/PERIPHERAL SUBSYSTEM
12193 M: Felipe Balbi <balbi@kernel.org>
12194 L: linux-usb@vger.kernel.org
12195 W: http://www.linux-usb.org/gadget
12196 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12197 S: Maintained
12198 F: drivers/usb/gadget/
12199 F: include/linux/usb/gadget*
12200
12201 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12202 M: Jiri Kosina <jikos@kernel.org>
12203 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
12204 L: linux-usb@vger.kernel.org
12205 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12206 S: Maintained
12207 F: Documentation/hid/hiddev.txt
12208 F: drivers/hid/usbhid/
12209
12210 USB ISP116X DRIVER
12211 M: Olav Kongas <ok@artecdesign.ee>
12212 L: linux-usb@vger.kernel.org
12213 S: Maintained
12214 F: drivers/usb/host/isp116x*
12215 F: include/linux/usb/isp116x.h
12216
12217 USB LAN78XX ETHERNET DRIVER
12218 M: Woojung Huh <woojung.huh@microchip.com>
12219 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12220 L: netdev@vger.kernel.org
12221 S: Maintained
12222 F: drivers/net/usb/lan78xx.*
12223
12224 USB MASS STORAGE DRIVER
12225 M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
12226 L: linux-usb@vger.kernel.org
12227 L: usb-storage@lists.one-eyed-alien.net
12228 S: Maintained
12229 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
12230 F: drivers/usb/storage/
12231
12232 USB MIDI DRIVER
12233 M: Clemens Ladisch <clemens@ladisch.de>
12234 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12235 T: git git://git.alsa-project.org/alsa-kernel.git
12236 S: Maintained
12237 F: sound/usb/midi.*
12238
12239 USB NETWORKING DRIVERS
12240 L: linux-usb@vger.kernel.org
12241 S: Odd Fixes
12242 F: drivers/net/usb/
12243
12244 USB OHCI DRIVER
12245 M: Alan Stern <stern@rowland.harvard.edu>
12246 L: linux-usb@vger.kernel.org
12247 S: Maintained
12248 F: Documentation/usb/ohci.txt
12249 F: drivers/usb/host/ohci*
12250
12251 USB OTG FSM (Finite State Machine)
12252 M: Peter Chen <Peter.Chen@nxp.com>
12253 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12254 L: linux-usb@vger.kernel.org
12255 S: Maintained
12256 F: drivers/usb/common/usb-otg-fsm.c
12257
12258 USB OVER IP DRIVER
12259 M: Valentina Manea <valentina.manea.m@gmail.com>
12260 M: Shuah Khan <shuahkh@osg.samsung.com>
12261 M: Shuah Khan <shuah@kernel.org>
12262 L: linux-usb@vger.kernel.org
12263 S: Maintained
12264 F: Documentation/usb/usbip_protocol.txt
12265 F: drivers/usb/usbip/
12266 F: tools/usb/usbip/
12267
12268 USB PEGASUS DRIVER
12269 M: Petko Manolov <petkan@nucleusys.com>
12270 L: linux-usb@vger.kernel.org
12271 L: netdev@vger.kernel.org
12272 T: git git://github.com/petkan/pegasus.git
12273 W: https://github.com/petkan/pegasus
12274 S: Maintained
12275 F: drivers/net/usb/pegasus.*
12276
12277 USB PHY LAYER
12278 M: Felipe Balbi <balbi@kernel.org>
12279 L: linux-usb@vger.kernel.org
12280 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12281 S: Maintained
12282 F: drivers/usb/phy/
12283
12284 USB PRINTER DRIVER (usblp)
12285 M: Pete Zaitcev <zaitcev@redhat.com>
12286 L: linux-usb@vger.kernel.org
12287 S: Supported
12288 F: drivers/usb/class/usblp.c
12289
12290 USB QMI WWAN NETWORK DRIVER
12291 M: Bjørn Mork <bjorn@mork.no>
12292 L: netdev@vger.kernel.org
12293 S: Maintained
12294 F: Documentation/ABI/testing/sysfs-class-net-qmi
12295 F: drivers/net/usb/qmi_wwan.c
12296
12297 USB RTL8150 DRIVER
12298 M: Petko Manolov <petkan@nucleusys.com>
12299 L: linux-usb@vger.kernel.org
12300 L: netdev@vger.kernel.org
12301 T: git git://github.com/petkan/rtl8150.git
12302 W: https://github.com/petkan/rtl8150
12303 S: Maintained
12304 F: drivers/net/usb/rtl8150.c
12305
12306 USB SERIAL SUBSYSTEM
12307 M: Johan Hovold <johan@kernel.org>
12308 L: linux-usb@vger.kernel.org
12309 S: Maintained
12310 F: Documentation/usb/usb-serial.txt
12311 F: drivers/usb/serial/
12312 F: include/linux/usb/serial.h
12313
12314 USB SMSC75XX ETHERNET DRIVER
12315 M: Steve Glendinning <steve.glendinning@shawell.net>
12316 L: netdev@vger.kernel.org
12317 S: Maintained
12318 F: drivers/net/usb/smsc75xx.*
12319
12320 USB SMSC95XX ETHERNET DRIVER
12321 M: Steve Glendinning <steve.glendinning@shawell.net>
12322 L: netdev@vger.kernel.org
12323 S: Maintained
12324 F: drivers/net/usb/smsc95xx.*
12325
12326 USB SUBSYSTEM
12327 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12328 L: linux-usb@vger.kernel.org
12329 W: http://www.linux-usb.org
12330 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12331 S: Supported
12332 F: Documentation/devicetree/bindings/usb/
12333 F: Documentation/usb/
12334 F: drivers/usb/
12335 F: include/linux/usb.h
12336 F: include/linux/usb/
12337
12338 USB UHCI DRIVER
12339 M: Alan Stern <stern@rowland.harvard.edu>
12340 L: linux-usb@vger.kernel.org
12341 S: Maintained
12342 F: drivers/usb/host/uhci*
12343
12344 USB "USBNET" DRIVER FRAMEWORK
12345 M: Oliver Neukum <oneukum@suse.com>
12346 L: netdev@vger.kernel.org
12347 W: http://www.linux-usb.org/usbnet
12348 S: Maintained
12349 F: drivers/net/usb/usbnet.c
12350 F: include/linux/usb/usbnet.h
12351
12352 USB VIDEO CLASS
12353 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12354 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12355 L: linux-media@vger.kernel.org
12356 T: git git://linuxtv.org/media_tree.git
12357 W: http://www.ideasonboard.org/uvc/
12358 S: Maintained
12359 F: drivers/media/usb/uvc/
12360 F: include/uapi/linux/uvcvideo.h
12361
12362 USB VISION DRIVER
12363 M: Hans Verkuil <hverkuil@xs4all.nl>
12364 L: linux-media@vger.kernel.org
12365 T: git git://linuxtv.org/media_tree.git
12366 W: https://linuxtv.org
12367 S: Odd Fixes
12368 F: drivers/media/usb/usbvision/
12369
12370 USB WEBCAM GADGET
12371 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12372 L: linux-usb@vger.kernel.org
12373 S: Maintained
12374 F: drivers/usb/gadget/function/*uvc*
12375 F: drivers/usb/gadget/legacy/webcam.c
12376
12377 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12378 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
12379 L: linux-wireless@vger.kernel.org
12380 S: Maintained
12381 F: drivers/net/wireless/rndis_wlan.c
12382
12383 USB XHCI DRIVER
12384 M: Mathias Nyman <mathias.nyman@intel.com>
12385 L: linux-usb@vger.kernel.org
12386 S: Supported
12387 F: drivers/usb/host/xhci*
12388 F: drivers/usb/host/pci-quirks*
12389
12390 USB ZD1201 DRIVER
12391 L: linux-wireless@vger.kernel.org
12392 W: http://linux-lc100020.sourceforge.net
12393 S: Orphan
12394 F: drivers/net/wireless/zydas/zd1201.*
12395
12396 USB ZR364XX DRIVER
12397 M: Antoine Jacquet <royale@zerezo.com>
12398 L: linux-usb@vger.kernel.org
12399 L: linux-media@vger.kernel.org
12400 T: git git://linuxtv.org/media_tree.git
12401 W: http://royale.zerezo.com/zr364xx/
12402 S: Maintained
12403 F: Documentation/video4linux/zr364xx.txt
12404 F: drivers/media/usb/zr364xx/
12405
12406 ULPI BUS
12407 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
12408 L: linux-usb@vger.kernel.org
12409 S: Maintained
12410 F: drivers/usb/common/ulpi.c
12411 F: include/linux/ulpi/
12412
12413 USER-MODE LINUX (UML)
12414 M: Jeff Dike <jdike@addtoit.com>
12415 M: Richard Weinberger <richard@nod.at>
12416 L: user-mode-linux-devel@lists.sourceforge.net
12417 L: user-mode-linux-user@lists.sourceforge.net
12418 W: http://user-mode-linux.sourceforge.net
12419 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12420 S: Maintained
12421 F: Documentation/virtual/uml/
12422 F: arch/um/
12423 F: arch/x86/um/
12424 F: fs/hostfs/
12425 F: fs/hppfs/
12426
12427 USERSPACE I/O (UIO)
12428 M: "Hans J. Koch" <hjk@hansjkoch.de>
12429 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12430 S: Maintained
12431 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12432 F: Documentation/DocBook/uio-howto.tmpl
12433 F: drivers/uio/
12434 F: include/linux/uio*.h
12435
12436 UTIL-LINUX PACKAGE
12437 M: Karel Zak <kzak@redhat.com>
12438 L: util-linux@vger.kernel.org
12439 W: http://en.wikipedia.org/wiki/Util-linux
12440 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12441 S: Maintained
12442
12443 UVESAFB DRIVER
12444 M: Michal Januszewski <spock@gentoo.org>
12445 L: linux-fbdev@vger.kernel.org
12446 W: http://dev.gentoo.org/~spock/projects/uvesafb/
12447 S: Maintained
12448 F: Documentation/fb/uvesafb.txt
12449 F: drivers/video/fbdev/uvesafb.*
12450
12451 VF610 NAND DRIVER
12452 M: Stefan Agner <stefan@agner.ch>
12453 L: linux-mtd@lists.infradead.org
12454 S: Supported
12455 F: drivers/mtd/nand/vf610_nfc.c
12456
12457 VFAT/FAT/MSDOS FILESYSTEM
12458 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12459 S: Maintained
12460 F: Documentation/filesystems/vfat.txt
12461 F: fs/fat/
12462
12463 VFIO DRIVER
12464 M: Alex Williamson <alex.williamson@redhat.com>
12465 L: kvm@vger.kernel.org
12466 T: git git://github.com/awilliam/linux-vfio.git
12467 S: Maintained
12468 F: Documentation/vfio.txt
12469 F: drivers/vfio/
12470 F: include/linux/vfio.h
12471 F: include/uapi/linux/vfio.h
12472
12473 VFIO PLATFORM DRIVER
12474 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
12475 L: kvm@vger.kernel.org
12476 S: Maintained
12477 F: drivers/vfio/platform/
12478
12479 VIDEOBUF2 FRAMEWORK
12480 M: Pawel Osciak <pawel@osciak.com>
12481 M: Marek Szyprowski <m.szyprowski@samsung.com>
12482 M: Kyungmin Park <kyungmin.park@samsung.com>
12483 L: linux-media@vger.kernel.org
12484 S: Maintained
12485 F: drivers/media/v4l2-core/videobuf2-*
12486 F: include/media/videobuf2-*
12487
12488 VIRTIO AND VHOST VSOCK DRIVER
12489 M: Stefan Hajnoczi <stefanha@redhat.com>
12490 L: kvm@vger.kernel.org
12491 L: virtualization@lists.linux-foundation.org
12492 L: netdev@vger.kernel.org
12493 S: Maintained
12494 F: include/linux/virtio_vsock.h
12495 F: include/uapi/linux/virtio_vsock.h
12496 F: net/vmw_vsock/virtio_transport_common.c
12497 F: net/vmw_vsock/virtio_transport.c
12498 F: drivers/vhost/vsock.c
12499 F: drivers/vhost/vsock.h
12500
12501 VIRTUAL SERIO DEVICE DRIVER
12502 M: Stephen Chandler Paul <thatslyude@gmail.com>
12503 S: Maintained
12504 F: drivers/input/serio/userio.c
12505 F: include/uapi/linux/userio.h
12506
12507 VIRTIO CONSOLE DRIVER
12508 M: Amit Shah <amit.shah@redhat.com>
12509 L: virtualization@lists.linux-foundation.org
12510 S: Maintained
12511 F: drivers/char/virtio_console.c
12512 F: include/linux/virtio_console.h
12513 F: include/uapi/linux/virtio_console.h
12514
12515 VIRTIO CORE, NET AND BLOCK DRIVERS
12516 M: "Michael S. Tsirkin" <mst@redhat.com>
12517 L: virtualization@lists.linux-foundation.org
12518 S: Maintained
12519 F: Documentation/devicetree/bindings/virtio/
12520 F: drivers/virtio/
12521 F: tools/virtio/
12522 F: drivers/net/virtio_net.c
12523 F: drivers/block/virtio_blk.c
12524 F: include/linux/virtio_*.h
12525 F: include/uapi/linux/virtio_*.h
12526
12527 VIRTIO DRIVERS FOR S390
12528 M: Christian Borntraeger <borntraeger@de.ibm.com>
12529 M: Cornelia Huck <cornelia.huck@de.ibm.com>
12530 L: linux-s390@vger.kernel.org
12531 L: virtualization@lists.linux-foundation.org
12532 L: kvm@vger.kernel.org
12533 S: Supported
12534 F: drivers/s390/virtio/
12535
12536 VIRTIO GPU DRIVER
12537 M: David Airlie <airlied@linux.ie>
12538 M: Gerd Hoffmann <kraxel@redhat.com>
12539 L: dri-devel@lists.freedesktop.org
12540 L: virtualization@lists.linux-foundation.org
12541 S: Maintained
12542 F: drivers/gpu/drm/virtio/
12543 F: include/uapi/linux/virtio_gpu.h
12544
12545 VIRTIO HOST (VHOST)
12546 M: "Michael S. Tsirkin" <mst@redhat.com>
12547 L: kvm@vger.kernel.org
12548 L: virtualization@lists.linux-foundation.org
12549 L: netdev@vger.kernel.org
12550 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12551 S: Maintained
12552 F: drivers/vhost/
12553 F: include/uapi/linux/vhost.h
12554
12555 VIRTIO INPUT DRIVER
12556 M: Gerd Hoffmann <kraxel@redhat.com>
12557 S: Maintained
12558 F: drivers/virtio/virtio_input.c
12559 F: include/uapi/linux/virtio_input.h
12560
12561 VIA RHINE NETWORK DRIVER
12562 S: Orphan
12563 F: drivers/net/ethernet/via/via-rhine.c
12564
12565 VIA SD/MMC CARD CONTROLLER DRIVER
12566 M: Bruce Chang <brucechang@via.com.tw>
12567 M: Harald Welte <HaraldWelte@viatech.com>
12568 S: Maintained
12569 F: drivers/mmc/host/via-sdmmc.c
12570
12571 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12572 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12573 L: linux-fbdev@vger.kernel.org
12574 S: Maintained
12575 F: include/linux/via-core.h
12576 F: include/linux/via-gpio.h
12577 F: include/linux/via_i2c.h
12578 F: drivers/video/fbdev/via/
12579
12580 VIA VELOCITY NETWORK DRIVER
12581 M: Francois Romieu <romieu@fr.zoreil.com>
12582 L: netdev@vger.kernel.org
12583 S: Maintained
12584 F: drivers/net/ethernet/via/via-velocity.*
12585
12586 VIRT LIB
12587 M: Alex Williamson <alex.williamson@redhat.com>
12588 M: Paolo Bonzini <pbonzini@redhat.com>
12589 L: kvm@vger.kernel.org
12590 S: Supported
12591 F: virt/lib/
12592
12593 VIVID VIRTUAL VIDEO DRIVER
12594 M: Hans Verkuil <hverkuil@xs4all.nl>
12595 L: linux-media@vger.kernel.org
12596 T: git git://linuxtv.org/media_tree.git
12597 W: https://linuxtv.org
12598 S: Maintained
12599 F: drivers/media/platform/vivid/*
12600
12601 VLAN (802.1Q)
12602 M: Patrick McHardy <kaber@trash.net>
12603 L: netdev@vger.kernel.org
12604 S: Maintained
12605 F: drivers/net/macvlan.c
12606 F: include/linux/if_*vlan.h
12607 F: net/8021q/
12608
12609 VLYNQ BUS
12610 M: Florian Fainelli <f.fainelli@gmail.com>
12611 L: openwrt-devel@lists.openwrt.org (subscribers-only)
12612 S: Maintained
12613 F: drivers/vlynq/vlynq.c
12614 F: include/linux/vlynq.h
12615
12616 VME SUBSYSTEM
12617 M: Martyn Welch <martyn@welchs.me.uk>
12618 M: Manohar Vanga <manohar.vanga@gmail.com>
12619 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12620 L: devel@driverdev.osuosl.org
12621 S: Maintained
12622 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12623 F: Documentation/vme_api.txt
12624 F: drivers/staging/vme/
12625 F: drivers/vme/
12626 F: include/linux/vme*
12627
12628 VMWARE HYPERVISOR INTERFACE
12629 M: Alok Kataria <akataria@vmware.com>
12630 L: virtualization@lists.linux-foundation.org
12631 S: Supported
12632 F: arch/x86/kernel/cpu/vmware.c
12633
12634 VMWARE BALLOON DRIVER
12635 M: Xavier Deguillard <xdeguillard@vmware.com>
12636 M: Philip Moltmann <moltmann@vmware.com>
12637 M: "VMware, Inc." <pv-drivers@vmware.com>
12638 L: linux-kernel@vger.kernel.org
12639 S: Maintained
12640 F: drivers/misc/vmw_balloon.c
12641
12642 VMWARE VMMOUSE SUBDRIVER
12643 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12644 M: "VMware, Inc." <pv-drivers@vmware.com>
12645 L: linux-input@vger.kernel.org
12646 S: Maintained
12647 F: drivers/input/mouse/vmmouse.c
12648 F: drivers/input/mouse/vmmouse.h
12649
12650 VMWARE VMXNET3 ETHERNET DRIVER
12651 M: Shrikrishna Khare <skhare@vmware.com>
12652 M: "VMware, Inc." <pv-drivers@vmware.com>
12653 L: netdev@vger.kernel.org
12654 S: Maintained
12655 F: drivers/net/vmxnet3/
12656
12657 VMware PVSCSI driver
12658 M: Jim Gill <jgill@vmware.com>
12659 M: VMware PV-Drivers <pv-drivers@vmware.com>
12660 L: linux-scsi@vger.kernel.org
12661 S: Maintained
12662 F: drivers/scsi/vmw_pvscsi.c
12663 F: drivers/scsi/vmw_pvscsi.h
12664
12665 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12666 M: Liam Girdwood <lgirdwood@gmail.com>
12667 M: Mark Brown <broonie@kernel.org>
12668 L: linux-kernel@vger.kernel.org
12669 W: http://www.slimlogic.co.uk/?p=48
12670 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12671 S: Supported
12672 F: Documentation/devicetree/bindings/regulator/
12673 F: drivers/regulator/
12674 F: include/dt-bindings/regulator/
12675 F: include/linux/regulator/
12676
12677 VRF
12678 M: David Ahern <dsa@cumulusnetworks.com>
12679 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
12680 L: netdev@vger.kernel.org
12681 S: Maintained
12682 F: drivers/net/vrf.c
12683 F: Documentation/networking/vrf.txt
12684
12685 VT1211 HARDWARE MONITOR DRIVER
12686 M: Juerg Haefliger <juergh@gmail.com>
12687 L: linux-hwmon@vger.kernel.org
12688 S: Maintained
12689 F: Documentation/hwmon/vt1211
12690 F: drivers/hwmon/vt1211.c
12691
12692 VT8231 HARDWARE MONITOR DRIVER
12693 M: Roger Lucas <vt8231@hiddenengine.co.uk>
12694 L: linux-hwmon@vger.kernel.org
12695 S: Maintained
12696 F: drivers/hwmon/vt8231.c
12697
12698 VUB300 USB to SDIO/SD/MMC bridge chip
12699 M: Tony Olech <tony.olech@elandigitalsystems.com>
12700 L: linux-mmc@vger.kernel.org
12701 L: linux-usb@vger.kernel.org
12702 S: Supported
12703 F: drivers/mmc/host/vub300.c
12704
12705 W1 DALLAS'S 1-WIRE BUS
12706 M: Evgeniy Polyakov <zbr@ioremap.net>
12707 S: Maintained
12708 F: Documentation/w1/
12709 F: drivers/w1/
12710
12711 W83791D HARDWARE MONITORING DRIVER
12712 M: Marc Hulsman <m.hulsman@tudelft.nl>
12713 L: linux-hwmon@vger.kernel.org
12714 S: Maintained
12715 F: Documentation/hwmon/w83791d
12716 F: drivers/hwmon/w83791d.c
12717
12718 W83793 HARDWARE MONITORING DRIVER
12719 M: Rudolf Marek <r.marek@assembler.cz>
12720 L: linux-hwmon@vger.kernel.org
12721 S: Maintained
12722 F: Documentation/hwmon/w83793
12723 F: drivers/hwmon/w83793.c
12724
12725 W83795 HARDWARE MONITORING DRIVER
12726 M: Jean Delvare <jdelvare@suse.com>
12727 L: linux-hwmon@vger.kernel.org
12728 S: Maintained
12729 F: drivers/hwmon/w83795.c
12730
12731 W83L51xD SD/MMC CARD INTERFACE DRIVER
12732 M: Pierre Ossman <pierre@ossman.eu>
12733 S: Maintained
12734 F: drivers/mmc/host/wbsd.*
12735
12736 WACOM PROTOCOL 4 SERIAL TABLETS
12737 M: Julian Squires <julian@cipht.net>
12738 M: Hans de Goede <hdegoede@redhat.com>
12739 L: linux-input@vger.kernel.org
12740 S: Maintained
12741 F: drivers/input/tablet/wacom_serial4.c
12742
12743 WATCHDOG DEVICE DRIVERS
12744 M: Wim Van Sebroeck <wim@iguana.be>
12745 R: Guenter Roeck <linux@roeck-us.net>
12746 L: linux-watchdog@vger.kernel.org
12747 W: http://www.linux-watchdog.org/
12748 T: git git://www.linux-watchdog.org/linux-watchdog.git
12749 S: Maintained
12750 F: Documentation/devicetree/bindings/watchdog/
12751 F: Documentation/watchdog/
12752 F: drivers/watchdog/
12753 F: include/linux/watchdog.h
12754 F: include/uapi/linux/watchdog.h
12755
12756 WD7000 SCSI DRIVER
12757 M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
12758 L: linux-scsi@vger.kernel.org
12759 S: Maintained
12760 F: drivers/scsi/wd7000.c
12761
12762 WIIMOTE HID DRIVER
12763 M: David Herrmann <dh.herrmann@googlemail.com>
12764 L: linux-input@vger.kernel.org
12765 S: Maintained
12766 F: drivers/hid/hid-wiimote*
12767
12768 WINBOND CIR DRIVER
12769 M: David Härdeman <david@hardeman.nu>
12770 S: Maintained
12771 F: drivers/media/rc/winbond-cir.c
12772
12773 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12774 M: William Breathitt Gray <vilhelm.gray@gmail.com>
12775 L: linux-watchdog@vger.kernel.org
12776 S: Maintained
12777 F: drivers/watchdog/ebc-c384_wdt.c
12778
12779 WINSYSTEMS WS16C48 GPIO DRIVER
12780 M: William Breathitt Gray <vilhelm.gray@gmail.com>
12781 L: linux-gpio@vger.kernel.org
12782 S: Maintained
12783 F: drivers/gpio/gpio-ws16c48.c
12784
12785 WIMAX STACK
12786 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12787 M: linux-wimax@intel.com
12788 L: wimax@linuxwimax.org (subscribers-only)
12789 S: Supported
12790 W: http://linuxwimax.org
12791 F: Documentation/wimax/README.wimax
12792 F: include/linux/wimax/debug.h
12793 F: include/net/wimax.h
12794 F: include/uapi/linux/wimax.h
12795 F: net/wimax/
12796
12797 WISTRON LAPTOP BUTTON DRIVER
12798 M: Miloslav Trmac <mitr@volny.cz>
12799 S: Maintained
12800 F: drivers/input/misc/wistron_btns.c
12801
12802 WL3501 WIRELESS PCMCIA CARD DRIVER
12803 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12804 L: linux-wireless@vger.kernel.org
12805 W: http://oops.ghostprotocols.net:81/blog
12806 S: Maintained
12807 F: drivers/net/wireless/wl3501*
12808
12809 WOLFSON MICROELECTRONICS DRIVERS
12810 L: patches@opensource.wolfsonmicro.com
12811 T: git https://github.com/CirrusLogic/linux-drivers.git
12812 W: https://github.com/CirrusLogic/linux-drivers/wiki
12813 S: Supported
12814 F: Documentation/hwmon/wm83??
12815 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12816 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12817 F: Documentation/devicetree/bindings/mfd/arizona.txt
12818 F: arch/arm/mach-s3c64xx/mach-crag6410*
12819 F: drivers/clk/clk-wm83*.c
12820 F: drivers/extcon/extcon-arizona.c
12821 F: drivers/leds/leds-wm83*.c
12822 F: drivers/gpio/gpio-*wm*.c
12823 F: drivers/gpio/gpio-arizona.c
12824 F: drivers/hwmon/wm83??-hwmon.c
12825 F: drivers/input/misc/wm831x-on.c
12826 F: drivers/input/touchscreen/wm831x-ts.c
12827 F: drivers/input/touchscreen/wm97*.c
12828 F: drivers/mfd/arizona*
12829 F: drivers/mfd/wm*.c
12830 F: drivers/mfd/cs47l24*
12831 F: drivers/power/wm83*.c
12832 F: drivers/rtc/rtc-wm83*.c
12833 F: drivers/regulator/wm8*.c
12834 F: drivers/video/backlight/wm83*_bl.c
12835 F: drivers/watchdog/wm83*_wdt.c
12836 F: include/linux/mfd/arizona/
12837 F: include/linux/mfd/wm831x/
12838 F: include/linux/mfd/wm8350/
12839 F: include/linux/mfd/wm8400*
12840 F: include/linux/wm97xx.h
12841 F: include/sound/wm????.h
12842 F: sound/soc/codecs/arizona.?
12843 F: sound/soc/codecs/wm*
12844 F: sound/soc/codecs/cs47l24*
12845
12846 WORKQUEUE
12847 M: Tejun Heo <tj@kernel.org>
12848 R: Lai Jiangshan <jiangshanlai@gmail.com>
12849 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12850 S: Maintained
12851 F: include/linux/workqueue.h
12852 F: kernel/workqueue.c
12853 F: Documentation/workqueue.txt
12854
12855 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
12856 M: Chen-Yu Tsai <wens@csie.org>
12857 L: linux-kernel@vger.kernel.org
12858 S: Maintained
12859 N: axp[128]
12860
12861 X.25 NETWORK LAYER
12862 M: Andrew Hendry <andrew.hendry@gmail.com>
12863 L: linux-x25@vger.kernel.org
12864 S: Odd Fixes
12865 F: Documentation/networking/x25*
12866 F: include/net/x25*
12867 F: net/x25/
12868
12869 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12870 M: Thomas Gleixner <tglx@linutronix.de>
12871 M: Ingo Molnar <mingo@redhat.com>
12872 M: "H. Peter Anvin" <hpa@zytor.com>
12873 M: x86@kernel.org
12874 L: linux-kernel@vger.kernel.org
12875 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12876 S: Maintained
12877 F: Documentation/x86/
12878 F: arch/x86/
12879
12880 X86 PLATFORM DRIVERS
12881 M: Darren Hart <dvhart@infradead.org>
12882 L: platform-driver-x86@vger.kernel.org
12883 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12884 S: Maintained
12885 F: drivers/platform/x86/
12886 F: drivers/platform/olpc/
12887
12888 X86 MCE INFRASTRUCTURE
12889 M: Tony Luck <tony.luck@intel.com>
12890 M: Borislav Petkov <bp@alien8.de>
12891 L: linux-edac@vger.kernel.org
12892 S: Maintained
12893 F: arch/x86/kernel/cpu/mcheck/*
12894
12895 X86 MICROCODE UPDATE SUPPORT
12896 M: Borislav Petkov <bp@alien8.de>
12897 S: Maintained
12898 F: arch/x86/kernel/cpu/microcode/*
12899
12900 X86 VDSO
12901 M: Andy Lutomirski <luto@amacapital.net>
12902 L: linux-kernel@vger.kernel.org
12903 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12904 S: Maintained
12905 F: arch/x86/entry/vdso/
12906
12907 XC2028/3028 TUNER DRIVER
12908 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12909 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12910 L: linux-media@vger.kernel.org
12911 W: https://linuxtv.org
12912 T: git git://linuxtv.org/media_tree.git
12913 S: Maintained
12914 F: drivers/media/tuners/tuner-xc2028.*
12915
12916 XEN HYPERVISOR INTERFACE
12917 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
12918 M: David Vrabel <david.vrabel@citrix.com>
12919 M: Juergen Gross <jgross@suse.com>
12920 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12921 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12922 S: Supported
12923 F: arch/x86/xen/
12924 F: drivers/*/xen-*front.c
12925 F: drivers/xen/
12926 F: arch/x86/include/asm/xen/
12927 F: include/xen/
12928 F: include/uapi/xen/
12929
12930 XEN HYPERVISOR ARM
12931 M: Stefano Stabellini <sstabellini@kernel.org>
12932 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12933 S: Maintained
12934 F: arch/arm/xen/
12935 F: arch/arm/include/asm/xen/
12936
12937 XEN HYPERVISOR ARM64
12938 M: Stefano Stabellini <sstabellini@kernel.org>
12939 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12940 S: Maintained
12941 F: arch/arm64/xen/
12942 F: arch/arm64/include/asm/xen/
12943
12944 XEN NETWORK BACKEND DRIVER
12945 M: Wei Liu <wei.liu2@citrix.com>
12946 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12947 L: netdev@vger.kernel.org
12948 S: Supported
12949 F: drivers/net/xen-netback/*
12950
12951 XEN PCI SUBSYSTEM
12952 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12953 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12954 S: Supported
12955 F: arch/x86/pci/*xen*
12956 F: drivers/pci/*xen*
12957
12958 XEN BLOCK SUBSYSTEM
12959 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12960 M: Roger Pau Monné <roger.pau@citrix.com>
12961 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12962 S: Supported
12963 F: drivers/block/xen-blkback/*
12964 F: drivers/block/xen*
12965
12966 XEN PVSCSI DRIVERS
12967 M: Juergen Gross <jgross@suse.com>
12968 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12969 L: linux-scsi@vger.kernel.org
12970 S: Supported
12971 F: drivers/scsi/xen-scsifront.c
12972 F: drivers/xen/xen-scsiback.c
12973 F: include/xen/interface/io/vscsiif.h
12974
12975 XEN SWIOTLB SUBSYSTEM
12976 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12977 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12978 S: Supported
12979 F: arch/x86/xen/*swiotlb*
12980 F: drivers/xen/*swiotlb*
12981
12982 XFS FILESYSTEM
12983 M: Dave Chinner <david@fromorbit.com>
12984 M: linux-xfs@vger.kernel.org
12985 L: linux-xfs@vger.kernel.org
12986 W: http://xfs.org/
12987 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12988 S: Supported
12989 F: Documentation/filesystems/xfs.txt
12990 F: fs/xfs/
12991
12992 XILINX AXI ETHERNET DRIVER
12993 M: Anirudha Sarangi <anirudh@xilinx.com>
12994 M: John Linn <John.Linn@xilinx.com>
12995 S: Maintained
12996 F: drivers/net/ethernet/xilinx/xilinx_axienet*
12997
12998 XILINX UARTLITE SERIAL DRIVER
12999 M: Peter Korsgaard <jacmet@sunsite.dk>
13000 L: linux-serial@vger.kernel.org
13001 S: Maintained
13002 F: drivers/tty/serial/uartlite.c
13003
13004 XILINX VIDEO IP CORES
13005 M: Hyun Kwon <hyun.kwon@xilinx.com>
13006 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13007 L: linux-media@vger.kernel.org
13008 T: git git://linuxtv.org/media_tree.git
13009 S: Supported
13010 F: Documentation/devicetree/bindings/media/xilinx/
13011 F: drivers/media/platform/xilinx/
13012 F: include/uapi/linux/xilinx-v4l2-controls.h
13013
13014 XILLYBUS DRIVER
13015 M: Eli Billauer <eli.billauer@gmail.com>
13016 L: linux-kernel@vger.kernel.org
13017 S: Supported
13018 F: drivers/char/xillybus/
13019
13020 XTENSA XTFPGA PLATFORM SUPPORT
13021 M: Max Filippov <jcmvbkbc@gmail.com>
13022 L: linux-xtensa@linux-xtensa.org
13023 S: Maintained
13024 F: drivers/spi/spi-xtensa-xtfpga.c
13025 F: sound/soc/xtensa/xtfpga-i2s.c
13026
13027 YAM DRIVER FOR AX.25
13028 M: Jean-Paul Roubelat <jpr@f6fbb.org>
13029 L: linux-hams@vger.kernel.org
13030 S: Maintained
13031 F: drivers/net/hamradio/yam*
13032 F: include/linux/yam.h
13033
13034 YEALINK PHONE DRIVER
13035 M: Henk Vergonet <Henk.Vergonet@gmail.com>
13036 L: usbb2k-api-dev@nongnu.org
13037 S: Maintained
13038 F: Documentation/input/yealink.txt
13039 F: drivers/input/misc/yealink.*
13040
13041 Z8530 DRIVER FOR AX.25
13042 M: Joerg Reuter <jreuter@yaina.de>
13043 W: http://yaina.de/jreuter/
13044 W: http://www.qsl.net/dl1bke/
13045 L: linux-hams@vger.kernel.org
13046 S: Maintained
13047 F: Documentation/networking/z8530drv.txt
13048 F: drivers/net/hamradio/*scc.c
13049 F: drivers/net/hamradio/z8530.h
13050
13051 ZBUD COMPRESSED PAGE ALLOCATOR
13052 M: Seth Jennings <sjenning@redhat.com>
13053 L: linux-mm@kvack.org
13054 S: Maintained
13055 F: mm/zbud.c
13056 F: include/linux/zbud.h
13057
13058 ZD1211RW WIRELESS DRIVER
13059 M: Daniel Drake <dsd@gentoo.org>
13060 M: Ulrich Kunitz <kune@deine-taler.de>
13061 W: http://zd1211.ath.cx/wiki/DriverRewrite
13062 L: linux-wireless@vger.kernel.org
13063 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
13064 S: Maintained
13065 F: drivers/net/wireless/zydas/zd1211rw/
13066
13067 ZPOOL COMPRESSED PAGE STORAGE API
13068 M: Dan Streetman <ddstreet@ieee.org>
13069 L: linux-mm@kvack.org
13070 S: Maintained
13071 F: mm/zpool.c
13072 F: include/linux/zpool.h
13073
13074 ZR36067 VIDEO FOR LINUX DRIVER
13075 L: mjpeg-users@lists.sourceforge.net
13076 L: linux-media@vger.kernel.org
13077 W: http://mjpeg.sourceforge.net/driver-zoran/
13078 T: hg https://linuxtv.org/hg/v4l-dvb
13079 S: Odd Fixes
13080 F: drivers/media/pci/zoran/
13081
13082 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13083 M: Minchan Kim <minchan@kernel.org>
13084 M: Nitin Gupta <ngupta@vflare.org>
13085 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13086 L: linux-kernel@vger.kernel.org
13087 S: Maintained
13088 F: drivers/block/zram/
13089 F: Documentation/blockdev/zram.txt
13090
13091 ZS DECSTATION Z85C30 SERIAL DRIVER
13092 M: "Maciej W. Rozycki" <macro@linux-mips.org>
13093 S: Maintained
13094 F: drivers/tty/serial/zs.*
13095
13096 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13097 M: Minchan Kim <minchan@kernel.org>
13098 M: Nitin Gupta <ngupta@vflare.org>
13099 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13100 L: linux-mm@kvack.org
13101 S: Maintained
13102 F: mm/zsmalloc.c
13103 F: include/linux/zsmalloc.h
13104 F: Documentation/vm/zsmalloc.txt
13105
13106 ZSWAP COMPRESSED SWAP CACHING
13107 M: Seth Jennings <sjenning@redhat.com>
13108 L: linux-mm@kvack.org
13109 S: Maintained
13110 F: mm/zswap.c
13111
13112 THE REST
13113 M: Linus Torvalds <torvalds@linux-foundation.org>
13114 L: linux-kernel@vger.kernel.org
13115 Q: http://patchwork.kernel.org/project/LKML/list/
13116 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13117 S: Buried alive in reporters
13118 F: *
13119 F: */