3 List of maintainers and how to submit kernel changes
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.
9 1. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
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.)
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.
24 4. When you are happy with a change make it generally available for
25 testing and await feedback.
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.
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trivial style violations.
38 See Documentation/process/coding-style.rst for guidance here.
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/process/submitting-patches.rst for details.
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.
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
53 PLEASE remember that submissions must be made under the terms
54 of the Linux Foundation certificate of contribution and should
55 include a Signed-off-by: line. The current version of this
56 "Developer's Certificate of Origin" (DCO) is listed in the file
57 Documentation/process/submitting-patches.rst.
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
63 7. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
69 Descriptions of section entries:
72 M: Mail patches to: FullName <address@domain>
73 R: Designated reviewer: FullName <address@domain>
74 These reviewers should be CCed on patches.
75 L: Mailing list that is relevant to this area
76 W: Web-page with status/info
77 B: URI for where to file bugs. A web-page with detailed bug
78 filing info, a direct bug tracker link, or a mailto: URI.
79 C: URI for chat protocol, server and channel where developers
80 usually hang out, for example irc://server/channel.
81 Q: Patchwork web based patch tracking system site
82 T: SCM tree type and location.
83 Type is one of: git, hg, quilt, stgit, topgit
84 S: Status, one of the following:
85 Supported: Someone is actually paid to look after this.
86 Maintained: Someone actually looks after it.
87 Odd Fixes: It has a maintainer but they don't have time to do
88 much other than throw the odd patch in. See below..
89 Orphan: No current maintainer [but maybe you could take the
90 role as you write your new code].
91 Obsolete: Old code. Something tagged obsolete generally means
92 it has been replaced by a better system and you
94 F: Files and directories with wildcard patterns.
95 A trailing slash includes all files and subdirectory files.
96 F: drivers/net/ all files in and below drivers/net
97 F: drivers/net/* all files in drivers/net, but not below
98 F: */net/* all files in "any top level directory"/net
99 One pattern per line. Multiple F: lines acceptable.
100 N: Files and directories with regex patterns.
101 N: [^a-z]tegra all files whose path contains the word tegra
102 One pattern per line. Multiple N: lines acceptable.
103 scripts/get_maintainer.pl has different behavior for files that
104 match F: pattern and matches of N: patterns. By default,
105 get_maintainer will not look at git log history when an F: pattern
106 match occurs. When an N: match occurs, git log history is used
107 to also notify the people that have git commit signatures.
108 X: Files and directories that are NOT maintained, same rules as F:
109 Files exclusions are tested before file matches.
110 Can be useful for excluding a specific subdirectory, for instance:
113 matches all files in and below net excluding net/ipv6/
114 K: Keyword perl extended regex pattern to match content in a
115 patch or file. For instance:
117 matches patches or files that contain "of_get_profile"
118 K: \b(printk|pr_(info|err))\b
119 matches patches or files that contain one or more of the words
120 printk, pr_info or pr_err
121 One regex pattern per line. Multiple K: lines acceptable.
123 Note: For the hard of thinking, this list is meant to remain in alphabetical
124 order. If you could add yourselves to it in alphabetical order that would be
127 Maintainers List (try to look for most precise areas first)
129 -----------------------------------
132 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
133 L: netdev@vger.kernel.org
135 F: Documentation/networking/vortex.txt
136 F: drivers/net/ethernet/3com/3c59x.c
138 3CR990 NETWORK DRIVER
139 M: David Dillow <dave@thedillows.org>
140 L: netdev@vger.kernel.org
142 F: drivers/net/ethernet/3com/typhoon*
144 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
145 M: Adam Radford <aradford@gmail.com>
146 L: linux-scsi@vger.kernel.org
147 W: http://www.lsi.com
151 53C700 AND 53C700-66 SCSI DRIVER
152 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
153 L: linux-scsi@vger.kernel.org
155 F: drivers/scsi/53c700*
157 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
158 M: Alexander Aring <aar@pengutronix.de>
159 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
160 L: linux-bluetooth@vger.kernel.org
161 L: linux-wpan@vger.kernel.org
164 F: include/net/6lowpan.h
165 F: Documentation/networking/6lowpan.txt
167 6PACK NETWORK DRIVER FOR AX.25
168 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
169 L: linux-hams@vger.kernel.org
171 F: drivers/net/hamradio/6pack.c
173 8169 10/100/1000 GIGABIT ETHERNET DRIVER
174 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
175 L: netdev@vger.kernel.org
177 F: drivers/net/ethernet/realtek/r8169.c
179 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
180 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
181 L: linux-serial@vger.kernel.org
183 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
184 F: drivers/tty/serial/8250*
185 F: include/linux/serial_8250.h
187 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
188 L: netdev@vger.kernel.org
190 F: drivers/net/ethernet/8390/
193 M: Eric Van Hensbergen <ericvh@gmail.com>
194 M: Ron Minnich <rminnich@sandia.gov>
195 M: Latchesar Ionkov <lucho@ionkov.net>
196 L: v9fs-developer@lists.sourceforge.net
197 W: http://swik.net/v9fs
198 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
199 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
201 F: Documentation/filesystems/9p.txt
205 F: include/uapi/linux/virtio_9p.h
206 F: include/trace/events/9p.h
210 M: Antti Palosaari <crope@iki.fi>
211 L: linux-media@vger.kernel.org
212 W: https://linuxtv.org
213 W: http://palosaari.fi/linux/
214 Q: http://patchwork.linuxtv.org/project/linux-media/list/
215 T: git git://linuxtv.org/anttip/media_tree.git
217 F: drivers/media/dvb-frontends/a8293*
219 AACRAID SCSI RAID DRIVER
220 M: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
221 L: linux-scsi@vger.kernel.org
222 W: http://www.adaptec.com/
224 F: Documentation/scsi/aacraid.txt
225 F: drivers/scsi/aacraid/
228 L: linux-api@vger.kernel.org
229 F: include/linux/syscalls.h
232 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
233 M: Hans de Goede <hdegoede@redhat.com>
234 L: linux-hwmon@vger.kernel.org
236 F: drivers/hwmon/abituguru.c
238 ABIT UGURU 3 HARDWARE MONITOR DRIVER
239 M: Alistair John Strachan <alistair@devzero.co.uk>
240 L: linux-hwmon@vger.kernel.org
242 F: drivers/hwmon/abituguru3.c
244 ACCES 104-DIO-48E GPIO DRIVER
245 M: William Breathitt Gray <vilhelm.gray@gmail.com>
246 L: linux-gpio@vger.kernel.org
248 F: drivers/gpio/gpio-104-dio-48e.c
250 ACCES 104-IDI-48 GPIO DRIVER
251 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
252 L: linux-gpio@vger.kernel.org
254 F: drivers/gpio/gpio-104-idi-48.c
256 ACCES 104-IDIO-16 GPIO DRIVER
257 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
258 L: linux-gpio@vger.kernel.org
260 F: drivers/gpio/gpio-104-idio-16.c
262 ACCES 104-QUAD-8 IIO DRIVER
263 M: William Breathitt Gray <vilhelm.gray@gmail.com>
264 L: linux-iio@vger.kernel.org
266 F: drivers/iio/counter/104-quad-8.c
269 M: Jes Sorensen <jes@trained-monkey.org>
270 L: linux-acenic@sunsite.dk
272 F: drivers/net/ethernet/alteon/acenic*
274 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
275 M: Peter Feuerer <peter@piie.net>
276 L: platform-driver-x86@vger.kernel.org
277 W: http://piie.net/?section=acerhdf
279 F: drivers/platform/x86/acerhdf.c
281 ACER WMI LAPTOP EXTRAS
282 M: "Lee, Chun-Yi" <jlee@suse.com>
283 L: platform-driver-x86@vger.kernel.org
285 F: drivers/platform/x86/acer-wmi.c
288 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
289 M: Len Brown <lenb@kernel.org>
290 L: linux-acpi@vger.kernel.org
291 W: https://01.org/linux-acpi
292 Q: https://patchwork.kernel.org/project/linux-acpi/list/
293 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
294 B: https://bugzilla.kernel.org
297 F: drivers/pnp/pnpacpi/
298 F: include/linux/acpi.h
300 F: Documentation/acpi/
301 F: Documentation/ABI/testing/sysfs-bus-acpi
302 F: Documentation/ABI/testing/configfs-acpi
303 F: drivers/pci/*acpi*
304 F: drivers/pci/*/*acpi*
305 F: drivers/pci/*/*/*acpi*
308 ACPI COMPONENT ARCHITECTURE (ACPICA)
309 M: Robert Moore <robert.moore@intel.com>
310 M: Lv Zheng <lv.zheng@intel.com>
311 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
312 L: linux-acpi@vger.kernel.org
314 W: https://acpica.org/
315 W: https://github.com/acpica/acpica/
316 Q: https://patchwork.kernel.org/project/linux-acpi/list/
317 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
318 B: https://bugzilla.kernel.org
319 B: https://bugs.acpica.org
321 F: drivers/acpi/acpica/
326 M: Zhang Rui <rui.zhang@intel.com>
327 L: linux-acpi@vger.kernel.org
328 W: https://01.org/linux-acpi
329 B: https://bugzilla.kernel.org
331 F: drivers/acpi/fan.c
333 ACPI FOR ARM64 (ACPI/arm64)
334 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
335 M: Hanjun Guo <hanjun.guo@linaro.org>
336 M: Sudeep Holla <sudeep.holla@arm.com>
337 L: linux-acpi@vger.kernel.org
339 F: drivers/acpi/arm64
342 M: Zhang Rui <rui.zhang@intel.com>
343 L: linux-acpi@vger.kernel.org
344 W: https://01.org/linux-acpi
345 B: https://bugzilla.kernel.org
347 F: drivers/acpi/*thermal*
350 M: Zhang Rui <rui.zhang@intel.com>
351 L: linux-acpi@vger.kernel.org
352 W: https://01.org/linux-acpi
353 B: https://bugzilla.kernel.org
355 F: drivers/acpi/acpi_video.c
358 L: platform-driver-x86@vger.kernel.org
360 F: drivers/platform/x86/wmi.c
362 AD1889 ALSA SOUND DRIVER
363 M: Thibaut Varene <T-Bone@parisc-linux.org>
364 W: http://wiki.parisc-linux.org/AD1889
365 L: linux-parisc@vger.kernel.org
367 F: sound/pci/ad1889.*
369 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
370 M: Michael Hennerich <michael.hennerich@analog.com>
371 W: http://wiki.analog.com/AD5254
372 W: http://ez.analog.com/community/linux-device-drivers
374 F: drivers/misc/ad525x_dpot.c
376 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
377 M: Michael Hennerich <michael.hennerich@analog.com>
378 W: http://wiki.analog.com/AD5398
379 W: http://ez.analog.com/community/linux-device-drivers
381 F: drivers/regulator/ad5398.c
383 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
384 M: Michael Hennerich <michael.hennerich@analog.com>
385 W: http://wiki.analog.com/AD7142
386 W: http://ez.analog.com/community/linux-device-drivers
388 F: drivers/input/misc/ad714x.c
390 AD7877 TOUCHSCREEN DRIVER
391 M: Michael Hennerich <michael.hennerich@analog.com>
392 W: http://wiki.analog.com/AD7877
393 W: http://ez.analog.com/community/linux-device-drivers
395 F: drivers/input/touchscreen/ad7877.c
397 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
398 M: Michael Hennerich <michael.hennerich@analog.com>
399 W: http://wiki.analog.com/AD7879
400 W: http://ez.analog.com/community/linux-device-drivers
402 F: drivers/input/touchscreen/ad7879.c
404 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
405 M: Jiri Kosina <jikos@kernel.org>
408 ADF7242 IEEE 802.15.4 RADIO DRIVER
409 M: Michael Hennerich <michael.hennerich@analog.com>
410 W: https://wiki.analog.com/ADF7242
411 W: http://ez.analog.com/community/linux-device-drivers
412 L: linux-wpan@vger.kernel.org
414 F: drivers/net/ieee802154/adf7242.c
415 F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
417 ADM1025 HARDWARE MONITOR DRIVER
418 M: Jean Delvare <jdelvare@suse.com>
419 L: linux-hwmon@vger.kernel.org
421 F: Documentation/hwmon/adm1025
422 F: drivers/hwmon/adm1025.c
424 ADM1029 HARDWARE MONITOR DRIVER
425 M: Corentin Labbe <clabbe.montjoie@gmail.com>
426 L: linux-hwmon@vger.kernel.org
428 F: drivers/hwmon/adm1029.c
430 ADM8211 WIRELESS DRIVER
431 L: linux-wireless@vger.kernel.org
432 W: http://wireless.kernel.org/
434 F: drivers/net/wireless/admtek/adm8211.*
436 ADP1653 FLASH CONTROLLER DRIVER
437 M: Sakari Ailus <sakari.ailus@iki.fi>
438 L: linux-media@vger.kernel.org
440 F: drivers/media/i2c/adp1653.c
441 F: include/media/i2c/adp1653.h
443 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
444 M: Michael Hennerich <michael.hennerich@analog.com>
445 W: http://wiki.analog.com/ADP5520
446 W: http://ez.analog.com/community/linux-device-drivers
448 F: drivers/mfd/adp5520.c
449 F: drivers/video/backlight/adp5520_bl.c
450 F: drivers/leds/leds-adp5520.c
451 F: drivers/gpio/gpio-adp5520.c
452 F: drivers/input/keyboard/adp5520-keys.c
454 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
455 M: Michael Hennerich <michael.hennerich@analog.com>
456 W: http://wiki.analog.com/ADP5588
457 W: http://ez.analog.com/community/linux-device-drivers
459 F: drivers/input/keyboard/adp5588-keys.c
460 F: drivers/gpio/gpio-adp5588.c
462 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
463 M: Michael Hennerich <michael.hennerich@analog.com>
464 W: http://wiki.analog.com/ADP8860
465 W: http://ez.analog.com/community/linux-device-drivers
467 F: drivers/video/backlight/adp8860_bl.c
469 ADS1015 HARDWARE MONITOR DRIVER
470 M: Dirk Eibach <eibach@gdsys.de>
471 L: linux-hwmon@vger.kernel.org
473 F: Documentation/hwmon/ads1015
474 F: drivers/hwmon/ads1015.c
475 F: include/linux/i2c/ads1015.h
478 M: Colin Leroy <colin@colino.net>
480 F: drivers/macintosh/therm_adt746x.c
482 ADT7475 HARDWARE MONITOR DRIVER
483 M: Jean Delvare <jdelvare@suse.com>
484 L: linux-hwmon@vger.kernel.org
486 F: Documentation/hwmon/adt7475
487 F: drivers/hwmon/adt7475.c
489 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
490 M: Michael Hennerich <michael.hennerich@analog.com>
491 W: http://wiki.analog.com/ADXL345
492 W: http://ez.analog.com/community/linux-device-drivers
494 F: drivers/input/misc/adxl34x.c
497 M: Matthew Wilcox <matthew@wil.cx>
498 M: Hannes Reinecke <hare@suse.com>
499 L: linux-scsi@vger.kernel.org
501 F: Documentation/scsi/advansys.txt
502 F: drivers/scsi/advansys.c
505 M: Riccardo Facchetti <fizban@tin.it>
507 F: sound/oss/aedsp16.c
510 M: Antti Palosaari <crope@iki.fi>
511 L: linux-media@vger.kernel.org
512 W: https://linuxtv.org
513 W: http://palosaari.fi/linux/
514 Q: http://patchwork.linuxtv.org/project/linux-media/list/
515 T: git git://linuxtv.org/anttip/media_tree.git
517 F: drivers/media/dvb-frontends/af9013*
520 M: Antti Palosaari <crope@iki.fi>
521 L: linux-media@vger.kernel.org
522 W: https://linuxtv.org
523 W: http://palosaari.fi/linux/
524 Q: http://patchwork.linuxtv.org/project/linux-media/list/
525 T: git git://linuxtv.org/anttip/media_tree.git
527 F: drivers/media/dvb-frontends/af9033*
530 L: linux-fsdevel@vger.kernel.org
532 F: Documentation/filesystems/affs.txt
535 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
536 M: David Howells <dhowells@redhat.com>
537 L: linux-afs@lists.infradead.org
540 F: include/net/af_rxrpc.h
541 F: net/rxrpc/af_rxrpc.c
542 W: https://www.infradead.org/~dhowells/kafs/
545 M: David Airlie <airlied@linux.ie>
546 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
549 F: include/linux/agp*
550 F: include/uapi/linux/agp*
553 M: "Juergen E. Fischer" <fischer@norbit.de>
554 L: linux-scsi@vger.kernel.org
556 F: drivers/scsi/aha152x*
557 F: drivers/scsi/pcmcia/aha152x*
559 AIC7XXX / AIC79XX SCSI DRIVER
560 M: Hannes Reinecke <hare@suse.com>
561 L: linux-scsi@vger.kernel.org
563 F: drivers/scsi/aic7xxx/
565 AIMSLAB FM RADIO RECEIVER DRIVER
566 M: Hans Verkuil <hverkuil@xs4all.nl>
567 L: linux-media@vger.kernel.org
568 T: git git://linuxtv.org/media_tree.git
569 W: https://linuxtv.org
571 F: drivers/media/radio/radio-aimslab*
574 M: Benjamin LaHaise <bcrl@kvack.org>
575 L: linux-aio@kvack.org
578 F: include/linux/*aio*.h
581 M: Antti Palosaari <crope@iki.fi>
582 L: linux-media@vger.kernel.org
583 W: https://linuxtv.org
584 W: http://palosaari.fi/linux/
585 Q: http://patchwork.linuxtv.org/project/linux-media/list/
586 T: git git://linuxtv.org/anttip/media_tree.git
588 F: drivers/media/usb/airspy/
590 ALACRITECH GIGABIT ETHERNET DRIVER
591 M: Lino Sanfilippo <LinoSanfilippo@gmx.de>
593 F: drivers/net/ethernet/alacritech/*
595 ALCATEL SPEEDTOUCH USB DRIVER
596 M: Duncan Sands <duncan.sands@free.fr>
597 L: linux-usb@vger.kernel.org
598 W: http://www.linux-usb.org/SpeedTouch/
600 F: drivers/usb/atm/speedtch.c
601 F: drivers/usb/atm/usbatm.c
603 ALCHEMY AU1XX0 MMC DRIVER
604 M: Manuel Lauss <manuel.lauss@gmail.com>
606 F: drivers/mmc/host/au1xmmc.c
609 M: Rudolf Marek <r.marek@assembler.cz>
610 L: linux-i2c@vger.kernel.org
612 F: Documentation/i2c/busses/i2c-ali1563
613 F: drivers/i2c/busses/i2c-ali1563.c
615 ALLWINNER SECURITY SYSTEM
616 M: Corentin Labbe <clabbe.montjoie@gmail.com>
617 L: linux-crypto@vger.kernel.org
619 F: drivers/crypto/sunxi-ss/
622 M: Richard Henderson <rth@twiddle.net>
623 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
624 M: Matt Turner <mattst88@gmail.com>
626 L: linux-alpha@vger.kernel.org
629 ALPS PS/2 TOUCHPAD DRIVER
630 R: Pali Rohár <pali.rohar@gmail.com>
631 F: drivers/input/mouse/alps.*
633 ALTERA MAILBOX DRIVER
634 M: Ley Foon Tan <lftan@altera.com>
635 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
637 F: drivers/mailbox/mailbox-altera.c
640 M: Tien Hock Loh <thloh@altera.com>
641 L: linux-gpio@vger.kernel.org
643 F: drivers/gpio/gpio-altera.c
645 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
646 M: Thor Thayer <tthayer@opensource.altera.com>
648 F: drivers/gpio/gpio-altera-a10sr.c
649 F: drivers/mfd/altera-a10sr.c
650 F: include/linux/mfd/altera-a10sr.h
652 ALTERA TRIPLE SPEED ETHERNET DRIVER
653 M: Vince Bridgers <vbridger@opensource.altera.com>
654 L: netdev@vger.kernel.org
655 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
657 F: drivers/net/ethernet/altera/
659 ALTERA UART/JTAG UART SERIAL DRIVERS
660 M: Tobias Klauser <tklauser@distanz.ch>
661 L: linux-serial@vger.kernel.org
662 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
664 F: drivers/tty/serial/altera_uart.c
665 F: drivers/tty/serial/altera_jtaguart.c
666 F: include/linux/altera_uart.h
667 F: include/linux/altera_jtaguart.h
669 AMAZON ETHERNET DRIVERS
670 M: Netanel Belgazal <netanel@annapurnalabs.com>
671 R: Saeed Bishara <saeed@annapurnalabs.com>
672 R: Zorik Machulsky <zorik@annapurnalabs.com>
673 L: netdev@vger.kernel.org
675 F: Documentation/networking/ena.txt
676 F: drivers/net/ethernet/amazon/
678 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
679 M: Tom Lendacky <thomas.lendacky@amd.com>
680 M: Gary Hook <gary.hook@amd.com>
681 L: linux-crypto@vger.kernel.org
683 F: drivers/crypto/ccp/
684 F: include/linux/ccp.h
686 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
687 M: Huang Rui <ray.huang@amd.com>
688 L: linux-hwmon@vger.kernel.org
690 F: Documentation/hwmon/fam15h_power
691 F: drivers/hwmon/fam15h_power.c
693 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
694 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
696 F: drivers/usb/gadget/udc/amd5536udc.*
698 AMD GEODE PROCESSOR/CHIPSET SUPPORT
699 P: Andres Salomon <dilinger@queued.net>
700 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
701 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
703 F: drivers/char/hw_random/geode-rng.c
704 F: drivers/crypto/geode*
705 F: drivers/video/fbdev/geode/
706 F: arch/x86/include/asm/geode.h
709 M: Joerg Roedel <joro@8bytes.org>
710 L: iommu@lists.linux-foundation.org
711 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
713 F: drivers/iommu/amd_iommu*.[ch]
714 F: include/linux/amd-iommu.h
717 M: Oded Gabbay <oded.gabbay@gmail.com>
718 L: dri-devel@lists.freedesktop.org
719 T: git git://people.freedesktop.org/~gabbayo/linux.git
721 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
722 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
723 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
724 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
725 F: drivers/gpu/drm/amd/amdkfd/
726 F: drivers/gpu/drm/amd/include/cik_structs.h
727 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
728 F: drivers/gpu/drm/amd/include/vi_structs.h
729 F: drivers/gpu/drm/radeon/radeon_kfd.c
730 F: drivers/gpu/drm/radeon/radeon_kfd.h
731 F: include/uapi/linux/kfd_ioctl.h
733 AMD SEATTLE DEVICE TREE SUPPORT
734 M: Brijesh Singh <brijeshkumar.singh@amd.com>
735 M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
736 M: Tom Lendacky <thomas.lendacky@amd.com>
738 F: arch/arm64/boot/dts/amd/
741 M: Tom Lendacky <thomas.lendacky@amd.com>
742 L: netdev@vger.kernel.org
744 F: drivers/net/ethernet/amd/xgbe/
745 F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
747 AMS (Apple Motion Sensor) DRIVER
748 M: Michael Hanselmann <linux-kernel@hansmi.ch>
750 F: drivers/macintosh/ams/
752 ANALOG DEVICES INC AD9389B DRIVER
753 M: Hans Verkuil <hans.verkuil@cisco.com>
754 L: linux-media@vger.kernel.org
756 F: drivers/media/i2c/ad9389b*
758 ANALOG DEVICES INC ADV7180 DRIVER
759 M: Lars-Peter Clausen <lars@metafoo.de>
760 L: linux-media@vger.kernel.org
761 W: http://ez.analog.com/community/linux-device-drivers
763 F: drivers/media/i2c/adv7180.c
765 ANALOG DEVICES INC ADV7511 DRIVER
766 M: Hans Verkuil <hans.verkuil@cisco.com>
767 L: linux-media@vger.kernel.org
769 F: drivers/media/i2c/adv7511*
771 ANALOG DEVICES INC ADV7604 DRIVER
772 M: Hans Verkuil <hans.verkuil@cisco.com>
773 L: linux-media@vger.kernel.org
775 F: drivers/media/i2c/adv7604*
777 ANALOG DEVICES INC ADV7842 DRIVER
778 M: Hans Verkuil <hans.verkuil@cisco.com>
779 L: linux-media@vger.kernel.org
781 F: drivers/media/i2c/adv7842*
783 ANALOG DEVICES INC ASOC CODEC DRIVERS
784 M: Lars-Peter Clausen <lars@metafoo.de>
785 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
786 W: http://wiki.analog.com/
787 W: http://ez.analog.com/community/linux-device-drivers
789 F: sound/soc/codecs/adau*
790 F: sound/soc/codecs/adav*
791 F: sound/soc/codecs/ad1*
792 F: sound/soc/codecs/ad7*
793 F: sound/soc/codecs/ssm*
794 F: sound/soc/codecs/sigmadsp.*
796 ANALOG DEVICES INC ASOC DRIVERS
797 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
798 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
799 W: http://blackfin.uclinux.org/
801 F: sound/soc/blackfin/*
803 ANALOG DEVICES INC IIO DRIVERS
804 M: Lars-Peter Clausen <lars@metafoo.de>
805 M: Michael Hennerich <Michael.Hennerich@analog.com>
806 W: http://wiki.analog.com/
807 W: http://ez.analog.com/community/linux-device-drivers
810 X: drivers/iio/*/adjd*
811 F: drivers/staging/iio/*/ad*
812 F: drivers/staging/iio/trigger/iio-trig-bfin-timer.c
814 ANALOG DEVICES INC DMA DRIVERS
815 M: Lars-Peter Clausen <lars@metafoo.de>
816 W: http://ez.analog.com/community/linux-device-drivers
818 F: drivers/dma/dma-axi-dmac.c
820 ANDROID CONFIG FRAGMENTS
821 M: Rob Herring <robh@kernel.org>
823 F: kernel/configs/android*
826 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
827 M: Arve Hjønnevåg <arve@android.com>
828 M: Riley Andrews <riandrews@android.com>
829 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
830 L: devel@driverdev.osuosl.org
833 F: drivers/staging/android/
836 M: Laura Abbott <labbott@redhat.com>
837 M: Sumit Semwal <sumit.semwal@linaro.org>
838 L: devel@driverdev.osuosl.org
840 F: Documentation/devicetree/bindings/staging/ion/
841 F: drivers/staging/android/ion
842 F: drivers/staging/android/uapi/ion.h
843 F: drivers/staging/android/uapi/ion_test.h
845 AOA (Apple Onboard Audio) ALSA DRIVER
846 M: Johannes Berg <johannes@sipsolutions.net>
847 L: linuxppc-dev@lists.ozlabs.org
848 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
852 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
853 M: William Breathitt Gray <vilhelm.gray@gmail.com>
854 L: linux-iio@vger.kernel.org
856 F: drivers/iio/adc/stx104.c
859 M: Jiri Kosina <jikos@kernel.org>
861 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
862 F: arch/x86/kernel/apm_32.c
863 F: include/linux/apm_bios.h
864 F: include/uapi/linux/apm_bios.h
865 F: drivers/char/apm-emulation.c
867 APPLE BCM5974 MULTITOUCH DRIVER
868 M: Henrik Rydberg <rydberg@bitmath.org>
869 L: linux-input@vger.kernel.org
871 F: drivers/input/mouse/bcm5974.c
874 M: Henrik Rydberg <rydberg@bitmath.org>
875 L: linux-hwmon@vger.kernel.org
877 F: drivers/hwmon/applesmc.c
879 APPLETALK NETWORK LAYER
880 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
882 F: drivers/net/appletalk/
885 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
886 M: Duc Dang <dhdang@apm.com>
888 F: arch/arm64/boot/dts/apm/
890 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
891 M: Iyappan Subramanian <isubramanian@apm.com>
892 M: Keyur Chudgar <kchudgar@apm.com>
894 F: drivers/net/ethernet/apm/xgene/
895 F: drivers/net/phy/mdio-xgene.c
896 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
897 F: Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
899 APPLIED MICRO (APM) X-GENE SOC PMU
900 M: Tai Nguyen <ttnguyen@apm.com>
902 F: drivers/perf/xgene_pmu.c
903 F: Documentation/perf/xgene-pmu.txt
904 F: Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
906 APTINA CAMERA SENSOR PLL
907 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
908 L: linux-media@vger.kernel.org
910 F: drivers/media/i2c/aptina-pll.*
912 ARC FRAMEBUFFER DRIVER
913 M: Jaya Kumar <jayalk@intworks.biz>
915 F: drivers/video/fbdev/arcfb.c
916 F: drivers/video/fbdev/core/fb_defio.c
919 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
920 L: netdev@vger.kernel.org
922 F: drivers/net/arcnet/
923 F: include/uapi/linux/if_arcnet.h
926 M: Alexey Brodkin <abrodkin@synopsys.com>
928 F: drivers/gpu/drm/arc/
929 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
931 ARM ARCHITECTED TIMER DRIVER
932 M: Mark Rutland <mark.rutland@arm.com>
933 M: Marc Zyngier <marc.zyngier@arm.com>
934 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
936 F: arch/arm/include/asm/arch_timer.h
937 F: arch/arm64/include/asm/arch_timer.h
938 F: drivers/clocksource/arm_arch_timer.c
941 M: Liviu Dudau <liviu.dudau@arm.com>
943 F: drivers/gpu/drm/arm/hdlcd_*
944 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
946 ARM MALI-DP DRM DRIVER
947 M: Liviu Dudau <liviu.dudau@arm.com>
948 M: Brian Starkey <brian.starkey@arm.com>
949 M: Mali DP Maintainers <malidp@foss.arm.com>
951 F: drivers/gpu/drm/arm/
952 F: Documentation/devicetree/bindings/display/arm,malidp.txt
954 ARM MFM AND FLOPPY DRIVERS
955 M: Ian Molton <spyro@f2s.com>
957 F: arch/arm/lib/floppydma.S
958 F: arch/arm/include/asm/floppy.h
960 ARM PMU PROFILING AND DEBUGGING
961 M: Will Deacon <will.deacon@arm.com>
962 M: Mark Rutland <mark.rutland@arm.com>
964 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
965 F: arch/arm*/kernel/perf_*
966 F: arch/arm/oprofile/common.c
967 F: arch/arm*/kernel/hw_breakpoint.c
968 F: arch/arm*/include/asm/hw_breakpoint.h
969 F: arch/arm*/include/asm/perf_event.h
971 F: include/linux/perf/arm_pmu.h
972 F: Documentation/devicetree/bindings/arm/pmu.txt
975 M: Russell King <linux@armlinux.org.uk>
976 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
977 W: http://www.armlinux.org.uk/
981 ARM SUB-ARCHITECTURES
982 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
986 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
988 ARM PRIMECELL AACI PL041 DRIVER
989 M: Russell King <linux@armlinux.org.uk>
993 ARM PRIMECELL CLCD PL110 DRIVER
994 M: Russell King <linux@armlinux.org.uk>
996 F: drivers/video/fbdev/amba-clcd.*
998 ARM PRIMECELL KMI PL050 DRIVER
999 M: Russell King <linux@armlinux.org.uk>
1001 F: drivers/input/serio/ambakmi.*
1002 F: include/linux/amba/kmi.h
1004 ARM PRIMECELL MMCI PL180/1 DRIVER
1005 M: Russell King <linux@armlinux.org.uk>
1007 F: drivers/mmc/host/mmci.*
1008 F: include/linux/amba/mmci.h
1010 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1011 M: Russell King <linux@armlinux.org.uk>
1013 F: drivers/tty/serial/amba-pl01*.c
1014 F: include/linux/amba/serial.h
1016 ARM PRIMECELL BUS SUPPORT
1017 M: Russell King <linux@armlinux.org.uk>
1020 F: include/linux/amba/bus.h
1022 ARM/ADS SPHERE MACHINE SUPPORT
1023 M: Lennert Buytenhek <kernel@wantstofly.org>
1024 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1027 ARM/AFEB9260 MACHINE SUPPORT
1028 M: Sergey Lapin <slapin@ossfans.org>
1029 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032 ARM/AJECO 1ARM MACHINE SUPPORT
1033 M: Lennert Buytenhek <kernel@wantstofly.org>
1034 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1037 ARM/Allwinner sunXi SoC support
1038 M: Maxime Ripard <maxime.ripard@free-electrons.com>
1039 M: Chen-Yu Tsai <wens@csie.org>
1040 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1043 F: arch/arm/boot/dts/ntc-gr8*
1044 F: arch/arm64/boot/dts/allwinner/
1046 ARM/Allwinner SoC Clock Support
1047 M: Emilio López <emilio@elopez.com.ar>
1049 F: drivers/clk/sunxi/
1051 ARM/Amlogic Meson SoC support
1052 M: Carlo Caione <carlo@caione.org>
1053 M: Kevin Hilman <khilman@baylibre.com>
1054 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1055 L: linux-amlogic@lists.infradead.org
1056 W: http://linux-meson.com/
1058 F: arch/arm/mach-meson/
1059 F: arch/arm/boot/dts/meson*
1060 F: arch/arm64/boot/dts/amlogic/
1061 F: drivers/pinctrl/meson/
1062 F: drivers/mmc/host/meson*
1065 ARM/Annapurna Labs ALPINE ARCHITECTURE
1066 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
1067 M: Antoine Tenart <antoine.tenart@free-electrons.com>
1068 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 F: arch/arm/mach-alpine/
1071 F: arch/arm/boot/dts/alpine*
1072 F: arch/arm64/boot/dts/al/
1073 F: drivers/*/*alpine*
1075 ARM/ARTPEC MACHINE SUPPORT
1076 M: Jesper Nilsson <jesper.nilsson@axis.com>
1077 M: Lars Persson <lars.persson@axis.com>
1078 M: Niklas Cassel <niklas.cassel@axis.com>
1080 L: linux-arm-kernel@axis.com
1081 F: arch/arm/mach-artpec
1082 F: arch/arm/boot/dts/artpec6*
1085 ARM/ASPEED MACHINE SUPPORT
1086 M: Joel Stanley <joel@jms.id.au>
1088 F: arch/arm/mach-aspeed/
1089 F: arch/arm/boot/dts/aspeed-*
1090 F: drivers/*/*aspeed*
1092 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1093 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1094 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1095 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1096 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1097 W: http://www.linux4sam.org
1098 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1100 F: arch/arm/mach-at91/
1101 F: include/soc/at91/
1102 F: arch/arm/boot/dts/at91*.dts
1103 F: arch/arm/boot/dts/at91*.dtsi
1104 F: arch/arm/boot/dts/sama*.dts
1105 F: arch/arm/boot/dts/sama*.dtsi
1106 F: arch/arm/include/debug/at91.S
1108 ARM/ATMEL AT91 Clock Support
1109 M: Boris Brezillon <boris.brezillon@free-electrons.com>
1113 ARM/CALXEDA HIGHBANK ARCHITECTURE
1114 M: Rob Herring <robh@kernel.org>
1115 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1117 F: arch/arm/mach-highbank/
1118 F: arch/arm/boot/dts/highbank.dts
1119 F: arch/arm/boot/dts/ecx-*.dts*
1121 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1122 M: Krzysztof Halasa <khalasa@piap.pl>
1124 F: arch/arm/mach-cns3xxx/
1126 ARM/CAVIUM THUNDER NETWORK DRIVER
1127 M: Sunil Goutham <sgoutham@cavium.com>
1128 M: Robert Richter <rric@kernel.org>
1129 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1131 F: drivers/net/ethernet/cavium/thunder/
1133 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1134 M: Alexander Shiyan <shc_work@mail.ru>
1135 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1139 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1140 M: Hartley Sweeten <hsweeten@visionengravers.com>
1141 M: Ryan Mallon <rmallon@gmail.com>
1142 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1144 F: arch/arm/mach-ep93xx/
1145 F: arch/arm/mach-ep93xx/include/mach/
1147 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1148 M: Lennert Buytenhek <kernel@wantstofly.org>
1149 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1153 M: Russell King <linux@armlinux.org.uk>
1154 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1156 F: arch/arm/include/asm/clkdev.h
1157 F: drivers/clk/clkdev.c
1159 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1160 M: Mike Rapoport <mike@compulab.co.il>
1161 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164 ARM/CONTEC MICRO9 MACHINE SUPPORT
1165 M: Hubert Feurstein <hubert.feurstein@contec.at>
1167 F: arch/arm/mach-ep93xx/micro9.c
1169 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1170 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1171 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1173 F: drivers/hwtracing/coresight/*
1174 F: Documentation/trace/coresight.txt
1175 F: Documentation/devicetree/bindings/arm/coresight.txt
1176 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1177 F: tools/perf/arch/arm/util/pmu.c
1178 F: tools/perf/arch/arm/util/auxtrace.c
1179 F: tools/perf/arch/arm/util/cs-etm.c
1180 F: tools/perf/arch/arm/util/cs-etm.h
1181 F: tools/perf/util/cs-etm.h
1183 ARM/CORGI MACHINE SUPPORT
1184 M: Richard Purdie <rpurdie@rpsys.net>
1187 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1188 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1189 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1190 T: git git://github.com/ulli-kroll/linux.git
1192 F: arch/arm/mach-gemini/
1193 F: drivers/rtc/rtc-gemini.c
1195 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1196 M: Barry Song <baohua@kernel.org>
1197 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1200 F: arch/arm/boot/dts/prima2*
1201 F: arch/arm/mach-prima2/
1202 F: drivers/clk/sirf/
1203 F: drivers/clocksource/timer-prima2.c
1204 F: drivers/clocksource/timer-atlas7.c
1207 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1208 M: Baruch Siach <baruch@tkos.co.il>
1209 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1211 F: arch/arm/boot/dts/cx92755*
1214 ARM/EBSA110 MACHINE SUPPORT
1215 M: Russell King <linux@armlinux.org.uk>
1216 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1217 W: http://www.armlinux.org.uk/
1219 F: arch/arm/mach-ebsa110/
1220 F: drivers/net/ethernet/amd/am79c961a.*
1222 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1223 M: Uwe Kleine-König <kernel@pengutronix.de>
1224 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1228 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1229 M: Daniel Ribeiro <drwyrm@gmail.com>
1230 M: Stefan Schmidt <stefan@openezx.org>
1231 M: Harald Welte <laforge@openezx.org>
1232 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1233 W: http://www.openezx.org/
1235 T: topgit git://git.openezx.org/openezx.git
1236 F: arch/arm/mach-pxa/ezx.c
1238 ARM/FARADAY FA526 PORT
1239 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1240 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1242 T: git git://git.berlios.de/gemini-board
1243 F: arch/arm/mm/*-fa*
1245 ARM/FOOTBRIDGE ARCHITECTURE
1246 M: Russell King <linux@armlinux.org.uk>
1247 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1248 W: http://www.armlinux.org.uk/
1250 F: arch/arm/include/asm/hardware/dec21285.h
1251 F: arch/arm/mach-footbridge/
1253 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1254 M: Shawn Guo <shawnguo@kernel.org>
1255 M: Sascha Hauer <kernel@pengutronix.de>
1256 R: Fabio Estevam <fabio.estevam@nxp.com>
1257 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1259 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1260 F: arch/arm/mach-imx/
1261 F: arch/arm/mach-mxs/
1262 F: arch/arm/boot/dts/imx*
1263 F: arch/arm/configs/imx*_defconfig
1267 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1268 M: Shawn Guo <shawnguo@kernel.org>
1269 M: Sascha Hauer <kernel@pengutronix.de>
1270 R: Stefan Agner <stefan@agner.ch>
1271 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1273 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1274 F: arch/arm/mach-imx/*vf610*
1275 F: arch/arm/boot/dts/vf*
1277 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1278 M: Lennert Buytenhek <kernel@wantstofly.org>
1279 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1282 ARM/GUMSTIX MACHINE SUPPORT
1283 M: Steve Sakoman <sakoman@gmail.com>
1284 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1287 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1288 M: Philipp Zabel <philipp.zabel@gmail.com>
1289 M: Paul Parsons <lost.distance@yahoo.com>
1290 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1292 F: arch/arm/mach-pxa/hx4700.c
1293 F: arch/arm/mach-pxa/include/mach/hx4700.h
1294 F: sound/soc/pxa/hx4700.c
1296 ARM/HISILICON SOC SUPPORT
1297 M: Wei Xu <xuwei5@hisilicon.com>
1298 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1299 W: http://www.hisilicon.com
1301 T: git git://github.com/hisilicon/linux-hisi.git
1302 F: arch/arm/mach-hisi/
1303 F: arch/arm/boot/dts/hi3*
1304 F: arch/arm/boot/dts/hip*
1305 F: arch/arm/boot/dts/hisi*
1306 F: arch/arm64/boot/dts/hisilicon/
1308 ARM/HP JORNADA 7XX MACHINE SUPPORT
1309 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1312 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1313 F: arch/arm/mach-sa1100/jornada720.c
1314 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1316 ARM/IGEP MACHINE SUPPORT
1317 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1318 M: Javier Martinez Canillas <javier@dowhile0.org>
1319 L: linux-omap@vger.kernel.org
1320 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1322 F: arch/arm/boot/dts/omap3-igep*
1324 ARM/INCOME PXA270 SUPPORT
1325 M: Marek Vasut <marek.vasut@gmail.com>
1326 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1328 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1330 ARM/INTEL IOP32X ARM ARCHITECTURE
1331 M: Lennert Buytenhek <kernel@wantstofly.org>
1332 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1335 ARM/INTEL IOP33X ARM ARCHITECTURE
1336 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1339 ARM/INTEL IOP13XX ARM ARCHITECTURE
1340 M: Lennert Buytenhek <kernel@wantstofly.org>
1341 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1344 ARM/INTEL IQ81342EX MACHINE SUPPORT
1345 M: Lennert Buytenhek <kernel@wantstofly.org>
1346 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1349 ARM/INTEL IXDP2850 MACHINE SUPPORT
1350 M: Lennert Buytenhek <kernel@wantstofly.org>
1351 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1354 ARM/INTEL IXP4XX ARM ARCHITECTURE
1355 M: Imre Kaloz <kaloz@openwrt.org>
1356 M: Krzysztof Halasa <khalasa@piap.pl>
1357 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1359 F: arch/arm/mach-ixp4xx/
1361 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1362 M: Jonathan Cameron <jic23@cam.ac.uk>
1363 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1365 F: arch/arm/mach-pxa/stargate2.c
1366 F: drivers/pcmcia/pxa2xx_stargate2.c
1368 ARM/INTEL XSC3 (MANZANO) ARM CORE
1369 M: Lennert Buytenhek <kernel@wantstofly.org>
1370 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1373 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1374 M: Lennert Buytenhek <kernel@wantstofly.org>
1375 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1378 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1379 M: Santosh Shilimkar <ssantosh@kernel.org>
1380 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1382 F: arch/arm/mach-keystone/
1383 F: arch/arm/boot/dts/keystone-*
1384 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1386 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1387 M: Santosh Shilimkar <ssantosh@kernel.org>
1388 L: linux-kernel@vger.kernel.org
1390 F: drivers/clk/keystone/
1392 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1393 M: Santosh Shilimkar <ssantosh@kernel.org>
1394 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1395 L: linux-kernel@vger.kernel.org
1397 F: drivers/clocksource/timer-keystone.c
1399 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1400 M: Santosh Shilimkar <ssantosh@kernel.org>
1401 L: linux-kernel@vger.kernel.org
1403 F: drivers/power/reset/keystone-reset.c
1405 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1406 M: Santosh Shilimkar <ssantosh@kernel.org>
1407 L: linux-kernel@vger.kernel.org
1409 F: drivers/memory/*emif*
1411 ARM/LG1K ARCHITECTURE
1412 M: Chanho Min <chanho.min@lge.com>
1413 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1415 F: arch/arm64/boot/dts/lg/
1417 ARM/LOGICPD PXA270 MACHINE SUPPORT
1418 M: Lennert Buytenhek <kernel@wantstofly.org>
1419 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1422 ARM/LPC18XX ARCHITECTURE
1423 M: Joachim Eastwood <manabian@gmail.com>
1424 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1426 F: arch/arm/boot/dts/lpc43*
1427 F: drivers/clk/nxp/clk-lpc18xx*
1428 F: drivers/clocksource/time-lpc32xx.c
1429 F: drivers/i2c/busses/i2c-lpc2k.c
1430 F: drivers/memory/pl172.c
1431 F: drivers/mtd/spi-nor/nxp-spifi.c
1432 F: drivers/rtc/rtc-lpc24xx.c
1435 ARM/LPC32XX SOC SUPPORT
1436 M: Vladimir Zapolskiy <vz@mleia.com>
1437 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1438 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1439 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1441 F: arch/arm/boot/dts/lpc32*
1442 F: arch/arm/mach-lpc32xx/
1443 F: drivers/i2c/busses/i2c-pnx.c
1444 F: drivers/net/ethernet/nxp/lpc_eth.c
1445 F: drivers/usb/host/ohci-nxp.c
1446 F: drivers/watchdog/pnx4008_wdt.c
1449 ARM/MAGICIAN MACHINE SUPPORT
1450 M: Philipp Zabel <philipp.zabel@gmail.com>
1453 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1454 M: Jason Cooper <jason@lakedaemon.net>
1455 M: Andrew Lunn <andrew@lunn.ch>
1456 M: Gregory Clement <gregory.clement@free-electrons.com>
1457 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1458 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1460 F: arch/arm/mach-mvebu/
1461 F: drivers/rtc/rtc-armada38x.c
1462 F: arch/arm/boot/dts/armada*
1463 F: arch/arm/boot/dts/kirkwood*
1464 F: arch/arm64/boot/dts/marvell/armada*
1465 F: drivers/cpufreq/mvebu-cpufreq.c
1466 F: arch/arm/configs/mvebu_*_defconfig
1468 ARM/Marvell Berlin SoC support
1469 M: Jisheng Zhang <jszhang@marvell.com>
1470 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1471 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1473 F: arch/arm/mach-berlin/
1474 F: arch/arm/boot/dts/berlin*
1475 F: arch/arm64/boot/dts/marvell/berlin*
1478 ARM/Marvell Dove/MV78xx0/Orion SOC support
1479 M: Jason Cooper <jason@lakedaemon.net>
1480 M: Andrew Lunn <andrew@lunn.ch>
1481 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1482 M: Gregory Clement <gregory.clement@free-electrons.com>
1483 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1485 F: arch/arm/mach-dove/
1486 F: arch/arm/mach-mv78xx0/
1487 F: arch/arm/mach-orion5x/
1488 F: arch/arm/plat-orion/
1489 F: arch/arm/boot/dts/dove*
1490 F: arch/arm/boot/dts/orion5x*
1493 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1494 M: Alexander Clouter <alex@digriz.org.uk>
1495 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1496 W: http://www.digriz.org.uk/ts78xx/kernel
1498 F: arch/arm/mach-orion5x/ts78xx-*
1500 ARM/OXNAS platform support
1501 M: Neil Armstrong <narmstrong@baylibre.com>
1502 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1503 L: linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1505 F: arch/arm/mach-oxnas/
1506 F: arch/arm/boot/dts/ox8*.dtsi
1507 F: arch/arm/boot/dts/wd-mbwe.dts
1508 F: arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
1511 ARM/Mediatek RTC DRIVER
1512 M: Eddie Huang <eddie.huang@mediatek.com>
1513 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1514 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1516 F: drivers/rtc/rtc-mt6397.c
1518 ARM/Mediatek SoC support
1519 M: Matthias Brugger <matthias.bgg@gmail.com>
1520 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1521 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1523 F: arch/arm/boot/dts/mt6*
1524 F: arch/arm/boot/dts/mt8*
1525 F: arch/arm/mach-mediatek/
1529 ARM/Mediatek USB3 PHY DRIVER
1530 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1531 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1532 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1534 F: drivers/phy/phy-mt65xx-usb3.c
1536 ARM/MICREL KS8695 ARCHITECTURE
1537 M: Greg Ungerer <gerg@uclinux.org>
1538 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1539 F: arch/arm/mach-ks8695/
1542 ARM/MIOA701 MACHINE SUPPORT
1543 M: Robert Jarzmik <robert.jarzmik@free.fr>
1544 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1545 F: arch/arm/mach-pxa/mioa701.c
1548 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1549 M: Michael Petchkovsky <mkpetch@internode.on.net>
1552 ARM/NOMADIK ARCHITECTURE
1553 M: Alessandro Rubini <rubini@unipv.it>
1554 M: Linus Walleij <linus.walleij@linaro.org>
1555 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1557 F: arch/arm/mach-nomadik/
1558 F: drivers/pinctrl/nomadik/
1559 F: drivers/i2c/busses/i2c-nomadik.c
1560 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1562 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1563 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1564 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1565 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1568 ARM/TOSA MACHINE SUPPORT
1569 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1570 M: Dirk Opfer <dirk@opfer-online.de>
1573 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1574 M: Marek Vasut <marek.vasut@gmail.com>
1575 L: linux-arm-kernel@lists.infradead.org
1576 W: http://hackndev.com
1578 F: arch/arm/mach-pxa/include/mach/palmtx.h
1579 F: arch/arm/mach-pxa/palmtx.c
1580 F: arch/arm/mach-pxa/include/mach/palmt5.h
1581 F: arch/arm/mach-pxa/palmt5.c
1582 F: arch/arm/mach-pxa/include/mach/palmld.h
1583 F: arch/arm/mach-pxa/palmld.c
1584 F: arch/arm/mach-pxa/include/mach/palmte2.h
1585 F: arch/arm/mach-pxa/palmte2.c
1586 F: arch/arm/mach-pxa/include/mach/palmtc.h
1587 F: arch/arm/mach-pxa/palmtc.c
1589 ARM/PALM TREO SUPPORT
1590 M: Tomas Cech <sleep_walker@suse.com>
1591 L: linux-arm-kernel@lists.infradead.org
1592 W: http://hackndev.com
1594 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1595 F: arch/arm/mach-pxa/palmtreo.c
1598 M: Sergey Lapin <slapin@ossfans.org>
1599 L: linux-arm-kernel@lists.infradead.org
1600 W: http://hackndev.com
1602 F: arch/arm/mach-pxa/include/mach/palmz72.h
1603 F: arch/arm/mach-pxa/palmz72.c
1606 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1607 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1610 ARM/PT DIGITAL BOARD PORT
1611 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1612 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1613 W: http://www.armlinux.org.uk/
1616 ARM/QUALCOMM SUPPORT
1617 M: Andy Gross <andy.gross@linaro.org>
1618 M: David Brown <david.brown@linaro.org>
1619 L: linux-arm-msm@vger.kernel.org
1620 L: linux-soc@vger.kernel.org
1622 F: Documentation/devicetree/bindings/soc/qcom/
1623 F: arch/arm/boot/dts/qcom-*.dts
1624 F: arch/arm/boot/dts/qcom-*.dtsi
1625 F: arch/arm/mach-qcom/
1626 F: arch/arm64/boot/dts/qcom/*
1627 F: drivers/i2c/busses/i2c-qup.c
1628 F: drivers/clk/qcom/
1629 F: drivers/pinctrl/qcom/
1630 F: drivers/soc/qcom/
1631 F: drivers/spi/spi-qup.c
1632 F: drivers/tty/serial/msm_serial.h
1633 F: drivers/tty/serial/msm_serial.c
1634 F: drivers/*/pm8???-*
1635 F: drivers/mfd/ssbi.c
1636 F: drivers/firmware/qcom_scm.c
1637 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1639 ARM/RADISYS ENP2611 MACHINE SUPPORT
1640 M: Lennert Buytenhek <kernel@wantstofly.org>
1641 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1644 ARM/RENESAS ARM64 ARCHITECTURE
1645 M: Simon Horman <horms@verge.net.au>
1646 M: Magnus Damm <magnus.damm@gmail.com>
1647 L: linux-renesas-soc@vger.kernel.org
1648 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1649 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1651 F: arch/arm64/boot/dts/renesas/
1652 F: drivers/soc/renesas/
1653 F: include/linux/soc/renesas/
1655 ARM/RISCPC ARCHITECTURE
1656 M: Russell King <linux@armlinux.org.uk>
1657 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1658 W: http://www.armlinux.org.uk/
1660 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1661 F: arch/arm/include/asm/hardware/ioc.h
1662 F: arch/arm/include/asm/hardware/iomd.h
1663 F: arch/arm/include/asm/hardware/memc.h
1664 F: arch/arm/mach-rpc/
1665 F: drivers/net/ethernet/8390/etherh.c
1666 F: drivers/net/ethernet/i825xx/ether1*
1667 F: drivers/net/ethernet/seeq/ether3*
1668 F: drivers/scsi/arm/
1670 ARM/Rockchip SoC support
1671 M: Heiko Stuebner <heiko@sntech.de>
1672 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1673 L: linux-rockchip@lists.infradead.org
1674 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1676 F: arch/arm/boot/dts/rk3*
1677 F: arch/arm/mach-rockchip/
1678 F: drivers/clk/rockchip/
1679 F: drivers/i2c/busses/i2c-rk3x.c
1680 F: drivers/*/*rockchip*
1681 F: drivers/*/*/*rockchip*
1682 F: sound/soc/rockchip/
1685 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1686 M: Kukjin Kim <kgene@kernel.org>
1687 M: Krzysztof Kozlowski <krzk@kernel.org>
1688 R: Javier Martinez Canillas <javier@osg.samsung.com>
1689 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1690 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1692 F: arch/arm/boot/dts/s3c*
1693 F: arch/arm/boot/dts/s5p*
1694 F: arch/arm/boot/dts/samsung*
1695 F: arch/arm/boot/dts/exynos*
1696 F: arch/arm64/boot/dts/exynos/
1697 F: arch/arm/plat-samsung/
1698 F: arch/arm/mach-s3c24*/
1699 F: arch/arm/mach-s3c64xx/
1700 F: arch/arm/mach-s5p*/
1701 F: arch/arm/mach-exynos*/
1702 F: drivers/*/*s3c24*
1703 F: drivers/*/*/*s3c24*
1704 F: drivers/*/*s3c64xx*
1705 F: drivers/*/*s5pv210*
1706 F: drivers/memory/samsung/*
1707 F: drivers/soc/samsung/*
1708 F: Documentation/arm/Samsung/
1709 F: Documentation/devicetree/bindings/arm/samsung/
1710 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1711 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1714 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1715 M: Kyungmin Park <kyungmin.park@samsung.com>
1716 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1718 F: arch/arm/mach-s5pv210/
1720 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1721 M: Kyungmin Park <kyungmin.park@samsung.com>
1722 M: Kamil Debski <kamil@wypas.org>
1723 M: Andrzej Hajda <a.hajda@samsung.com>
1724 L: linux-arm-kernel@lists.infradead.org
1725 L: linux-media@vger.kernel.org
1727 F: drivers/media/platform/s5p-g2d/
1729 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1730 M: Kyungmin Park <kyungmin.park@samsung.com>
1731 M: Kamil Debski <kamil@wypas.org>
1732 M: Jeongtae Park <jtp.park@samsung.com>
1733 M: Andrzej Hajda <a.hajda@samsung.com>
1734 L: linux-arm-kernel@lists.infradead.org
1735 L: linux-media@vger.kernel.org
1737 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1738 F: drivers/media/platform/s5p-mfc/
1740 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1741 M: Kyungmin Park <kyungmin.park@samsung.com>
1742 L: linux-arm-kernel@lists.infradead.org
1743 L: linux-media@vger.kernel.org
1745 F: drivers/staging/media/platform/s5p-cec/
1747 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1748 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1749 M: Jacek Anaszewski <jacek.anaszewski@gmail.com>
1750 L: linux-arm-kernel@lists.infradead.org
1751 L: linux-media@vger.kernel.org
1753 F: drivers/media/platform/s5p-jpeg/
1755 ARM/SHMOBILE ARM ARCHITECTURE
1756 M: Simon Horman <horms@verge.net.au>
1757 M: Magnus Damm <magnus.damm@gmail.com>
1758 L: linux-renesas-soc@vger.kernel.org
1759 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1760 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1762 F: arch/arm/boot/dts/emev2*
1763 F: arch/arm/boot/dts/r7s*
1764 F: arch/arm/boot/dts/r8a*
1765 F: arch/arm/boot/dts/sh*
1766 F: arch/arm/configs/shmobile_defconfig
1767 F: arch/arm/include/debug/renesas-scif.S
1768 F: arch/arm/mach-shmobile/
1769 F: drivers/soc/renesas/
1770 F: include/linux/soc/renesas/
1772 ARM/SOCFPGA ARCHITECTURE
1773 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1775 F: arch/arm/mach-socfpga/
1776 F: arch/arm/boot/dts/socfpga*
1777 F: arch/arm/configs/socfpga_defconfig
1778 F: arch/arm64/boot/dts/altera/
1779 W: http://www.rocketboards.org
1780 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1782 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1783 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1785 F: drivers/clk/socfpga/
1787 ARM/SOCFPGA EDAC SUPPORT
1788 M: Thor Thayer <tthayer@opensource.altera.com>
1790 F: drivers/edac/altera_edac.
1792 ARM/STI ARCHITECTURE
1793 M: Patrice Chotard <patrice.chotard@st.com>
1794 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1795 L: kernel@stlinux.com
1796 W: http://www.stlinux.com
1798 F: arch/arm/mach-sti/
1799 F: arch/arm/boot/dts/sti*
1800 F: drivers/char/hw_random/st-rng.c
1801 F: drivers/clocksource/arm_global_timer.c
1802 F: drivers/clocksource/clksrc_st_lpc.c
1803 F: drivers/cpufreq/sti-cpufreq.c
1804 F: drivers/dma/st_fdma*
1805 F: drivers/i2c/busses/i2c-st.c
1806 F: drivers/media/rc/st_rc.c
1807 F: drivers/media/platform/sti/c8sectpfe/
1808 F: drivers/mmc/host/sdhci-st.c
1809 F: drivers/phy/phy-miphy28lp.c
1810 F: drivers/phy/phy-stih407-usb.c
1811 F: drivers/pinctrl/pinctrl-st.c
1812 F: drivers/remoteproc/st_remoteproc.c
1813 F: drivers/remoteproc/st_slim_rproc.c
1814 F: drivers/reset/sti/
1815 F: drivers/rtc/rtc-st-lpc.c
1816 F: drivers/tty/serial/st-asc.c
1817 F: drivers/usb/dwc3/dwc3-st.c
1818 F: drivers/usb/host/ehci-st.c
1819 F: drivers/usb/host/ohci-st.c
1820 F: drivers/watchdog/st_lpc_wdt.c
1821 F: drivers/ata/ahci_st.c
1822 F: include/linux/remoteproc/st_slim_rproc.h
1824 ARM/STM32 ARCHITECTURE
1825 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1826 M: Alexandre Torgue <alexandre.torgue@st.com>
1827 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1829 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1831 F: drivers/clocksource/armv7m_systick.c
1833 ARM/TANGO ARCHITECTURE
1834 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1835 L: linux-arm-kernel@lists.infradead.org
1839 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1840 M: Lennert Buytenhek <kernel@wantstofly.org>
1841 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1844 ARM/TETON BGA MACHINE SUPPORT
1845 M: "Mark F. Brown" <mark.brown314@gmail.com>
1846 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1849 ARM/THECUS N2100 MACHINE SUPPORT
1850 M: Lennert Buytenhek <kernel@wantstofly.org>
1851 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1854 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1855 M: Wan ZongShun <mcuos.com@gmail.com>
1856 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1857 W: http://www.mcuos.com
1859 F: arch/arm/mach-w90x900/
1860 F: drivers/input/keyboard/w90p910_keypad.c
1861 F: drivers/input/touchscreen/w90p910_ts.c
1862 F: drivers/watchdog/nuc900_wdt.c
1863 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1864 F: drivers/mtd/nand/nuc900_nand.c
1865 F: drivers/rtc/rtc-nuc900.c
1866 F: drivers/spi/spi-nuc900.c
1867 F: drivers/usb/host/ehci-w90x900.c
1868 F: drivers/video/fbdev/nuc900fb.c
1870 ARM/U300 MACHINE SUPPORT
1871 M: Linus Walleij <linus.walleij@linaro.org>
1872 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1874 F: arch/arm/mach-u300/
1875 F: drivers/clocksource/timer-u300.c
1876 F: drivers/i2c/busses/i2c-stu300.c
1877 F: drivers/rtc/rtc-coh901331.c
1878 F: drivers/watchdog/coh901327_wdt.c
1879 F: drivers/dma/coh901318*
1880 F: drivers/mfd/ab3100*
1881 F: drivers/rtc/rtc-ab3100.c
1882 F: drivers/rtc/rtc-coh901331.c
1883 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1885 ARM/UNIPHIER ARCHITECTURE
1886 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1887 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1888 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1890 F: arch/arm/boot/dts/uniphier*
1891 F: arch/arm/include/asm/hardware/cache-uniphier.h
1892 F: arch/arm/mach-uniphier/
1893 F: arch/arm/mm/cache-uniphier.c
1894 F: arch/arm64/boot/dts/socionext/
1895 F: drivers/bus/uniphier-system-bus.c
1896 F: drivers/clk/uniphier/
1897 F: drivers/i2c/busses/i2c-uniphier*
1898 F: drivers/pinctrl/uniphier/
1899 F: drivers/reset/reset-uniphier.c
1900 F: drivers/tty/serial/8250/8250_uniphier.c
1903 ARM/Ux500 ARM ARCHITECTURE
1904 M: Linus Walleij <linus.walleij@linaro.org>
1905 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1907 F: arch/arm/mach-ux500/
1908 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1909 F: drivers/dma/ste_dma40*
1910 F: drivers/hwspinlock/u8500_hsem.c
1911 F: drivers/mfd/abx500*
1912 F: drivers/mfd/ab8500*
1913 F: drivers/mfd/dbx500*
1914 F: drivers/mfd/db8500*
1915 F: drivers/pinctrl/nomadik/pinctrl-ab*
1916 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1917 F: drivers/rtc/rtc-ab8500.c
1918 F: drivers/rtc/rtc-pl031.c
1919 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1921 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1922 M: Ulf Hansson <ulf.hansson@linaro.org>
1923 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1924 T: git git://git.linaro.org/people/ulfh/clk.git
1926 F: drivers/clk/ux500/
1928 ARM/VERSATILE EXPRESS PLATFORM
1929 M: Liviu Dudau <liviu.dudau@arm.com>
1930 M: Sudeep Holla <sudeep.holla@arm.com>
1931 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1932 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1934 F: arch/arm/boot/dts/vexpress*
1935 F: arch/arm64/boot/dts/arm/
1936 F: arch/arm/mach-vexpress/
1939 F: drivers/clk/versatile/clk-vexpress-osc.c
1940 F: drivers/clocksource/versatile.c
1944 M: Russell King <linux@armlinux.org.uk>
1945 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1946 W: http://www.armlinux.org.uk/
1950 ARM/VOIPAC PXA270 SUPPORT
1951 M: Marek Vasut <marek.vasut@gmail.com>
1952 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1954 F: arch/arm/mach-pxa/vpac270.c
1955 F: arch/arm/mach-pxa/include/mach/vpac270.h
1957 ARM/VT8500 ARM ARCHITECTURE
1958 M: Tony Prisk <linux@prisktech.co.nz>
1959 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1961 F: arch/arm/mach-vt8500/
1962 F: drivers/clocksource/vt8500_timer.c
1963 F: drivers/i2c/busses/i2c-wmt.c
1964 F: drivers/mmc/host/wmt-sdmmc.c
1965 F: drivers/pwm/pwm-vt8500.c
1966 F: drivers/rtc/rtc-vt8500.c
1967 F: drivers/tty/serial/vt8500_serial.c
1968 F: drivers/usb/host/ehci-platform.c
1969 F: drivers/usb/host/uhci-platform.c
1970 F: drivers/video/fbdev/vt8500lcdfb.*
1971 F: drivers/video/fbdev/wm8505fb*
1972 F: drivers/video/fbdev/wmt_ge_rops.*
1974 ARM/ZIPIT Z2 SUPPORT
1975 M: Marek Vasut <marek.vasut@gmail.com>
1976 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1978 F: arch/arm/mach-pxa/z2.c
1979 F: arch/arm/mach-pxa/include/mach/z2.h
1981 ARM/ZTE ARCHITECTURE
1982 M: Jun Nie <jun.nie@linaro.org>
1983 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1985 F: arch/arm/mach-zx/
1987 F: Documentation/devicetree/bindings/arm/zte.txt
1988 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1990 ARM/ZYNQ ARCHITECTURE
1991 M: Michal Simek <michal.simek@xilinx.com>
1992 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1993 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1994 W: http://wiki.xilinx.com
1995 T: git https://github.com/Xilinx/linux-xlnx.git
1997 F: arch/arm/mach-zynq/
1998 F: drivers/cpuidle/cpuidle-zynq.c
1999 F: drivers/block/xsysace.c
2002 F: drivers/clocksource/cadence_ttc_timer.c
2003 F: drivers/i2c/busses/i2c-cadence.c
2004 F: drivers/mmc/host/sdhci-of-arasan.c
2005 F: drivers/edac/synopsys_edac.c
2008 M: Will Deacon <will.deacon@arm.com>
2009 R: Robin Murphy <robin.murphy@arm.com>
2010 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2012 F: drivers/iommu/arm-smmu.c
2013 F: drivers/iommu/arm-smmu-v3.c
2014 F: drivers/iommu/io-pgtable-arm.c
2015 F: drivers/iommu/io-pgtable-arm-v7s.c
2017 ARM64 PORT (AARCH64 ARCHITECTURE)
2018 M: Catalin Marinas <catalin.marinas@arm.com>
2019 M: Will Deacon <will.deacon@arm.com>
2020 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2021 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2024 F: Documentation/arm64/
2026 AS3645A LED FLASH CONTROLLER DRIVER
2027 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2028 L: linux-media@vger.kernel.org
2029 T: git git://linuxtv.org/media_tree.git
2031 F: drivers/media/i2c/as3645a.c
2032 F: include/media/i2c/as3645a.h
2034 ASAHI KASEI AK8974 DRIVER
2035 M: Linus Walleij <linus.walleij@linaro.org>
2036 L: linux-iio@vger.kernel.org
2037 W: http://www.akm.com/
2039 F: drivers/iio/magnetometer/ak8974.c
2041 ASC7621 HARDWARE MONITOR DRIVER
2042 M: George Joseph <george.joseph@fairview5.com>
2043 L: linux-hwmon@vger.kernel.org
2045 F: Documentation/hwmon/asc7621
2046 F: drivers/hwmon/asc7621.c
2048 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2049 M: Corentin Chary <corentin.chary@gmail.com>
2050 L: acpi4asus-user@lists.sourceforge.net
2051 L: platform-driver-x86@vger.kernel.org
2052 W: http://acpi4asus.sf.net
2054 F: drivers/platform/x86/asus*.c
2055 F: drivers/platform/x86/eeepc*.c
2057 ASUS WIRELESS RADIO CONTROL DRIVER
2058 M: João Paulo Rechi Vita <jprvita@gmail.com>
2059 L: platform-driver-x86@vger.kernel.org
2061 F: drivers/platform/x86/asus-wireless.c
2064 M: David Howells <dhowells@redhat.com>
2065 L: keyrings@vger.kernel.org
2067 F: Documentation/crypto/asymmetric-keys.txt
2068 F: include/linux/verification.h
2069 F: include/crypto/public_key.h
2070 F: include/crypto/pkcs7.h
2071 F: crypto/asymmetric_keys/
2073 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2074 R: Dan Williams <dan.j.williams@intel.com>
2075 W: http://sourceforge.net/projects/xscaleiop
2077 F: Documentation/crypto/async-tx-api.txt
2080 F: include/linux/dmaengine.h
2081 F: include/linux/async_tx.h
2084 M: Wolfram Sang <wsa@the-dreams.de>
2085 L: linux-i2c@vger.kernel.org
2087 F: drivers/misc/eeprom/at24.c
2088 F: include/linux/platform_data/at24.h
2090 ATA OVER ETHERNET (AOE) DRIVER
2091 M: "Ed L. Cashin" <ed.cashin@acm.org>
2092 W: http://www.openaoe.org/
2094 F: Documentation/aoe/
2095 F: drivers/block/aoe/
2097 ATHEROS 71XX/9XXX GPIO DRIVER
2098 M: Alban Bedel <albeu@free.fr>
2099 W: https://github.com/AlbanBedel/linux
2100 T: git git://github.com/AlbanBedel/linux
2102 F: drivers/gpio/gpio-ath79.c
2103 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2105 ATHEROS ATH GENERIC UTILITIES
2106 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2107 L: linux-wireless@vger.kernel.org
2109 F: drivers/net/wireless/ath/*
2111 ATHEROS ATH5K WIRELESS DRIVER
2112 M: Jiri Slaby <jirislaby@gmail.com>
2113 M: Nick Kossifidis <mickflemm@gmail.com>
2114 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2115 L: linux-wireless@vger.kernel.org
2116 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2118 F: drivers/net/wireless/ath/ath5k/
2120 ATHEROS ATH6KL WIRELESS DRIVER
2121 M: Kalle Valo <kvalo@qca.qualcomm.com>
2122 L: linux-wireless@vger.kernel.org
2123 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2124 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2126 F: drivers/net/wireless/ath/ath6kl/
2128 WILOCITY WIL6210 WIRELESS DRIVER
2129 M: Maya Erez <qca_merez@qca.qualcomm.com>
2130 L: linux-wireless@vger.kernel.org
2131 L: wil6210@qca.qualcomm.com
2133 W: http://wireless.kernel.org/en/users/Drivers/wil6210
2134 F: drivers/net/wireless/ath/wil6210/
2135 F: include/uapi/linux/wil6210_uapi.h
2137 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2138 M: Christian Lamparter <chunkeey@googlemail.com>
2139 L: linux-wireless@vger.kernel.org
2140 W: http://wireless.kernel.org/en/users/Drivers/carl9170
2142 F: drivers/net/wireless/ath/carl9170/
2144 ATK0110 HWMON DRIVER
2145 M: Luca Tettamanti <kronos.it@gmail.com>
2146 L: linux-hwmon@vger.kernel.org
2148 F: drivers/hwmon/asus_atk0110.c
2151 M: Ville Syrjala <syrjala@sci.fi>
2153 F: drivers/input/misc/ati_remote2.c
2155 ATLX ETHERNET DRIVERS
2156 M: Jay Cliburn <jcliburn@gmail.com>
2157 M: Chris Snook <chris.snook@gmail.com>
2158 L: netdev@vger.kernel.org
2159 W: http://sourceforge.net/projects/atl1
2160 W: http://atl1.sourceforge.net
2162 F: drivers/net/ethernet/atheros/
2165 M: Chas Williams <3chas3@gmail.com>
2166 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2167 L: netdev@vger.kernel.org
2168 W: http://linux-atm.sourceforge.net
2171 F: include/linux/atm*
2172 F: include/uapi/linux/atm*
2174 ATMEL AT91 / AT32 MCI DRIVER
2175 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2177 F: drivers/mmc/host/atmel-mci.c
2179 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2180 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2182 F: drivers/power/reset/at91-sama5d2_shdwc.c
2184 ATMEL SAMA5D2 ADC DRIVER
2185 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2186 L: linux-iio@vger.kernel.org
2188 F: drivers/iio/adc/at91-sama5d2_adc.c
2190 ATMEL Audio ALSA driver
2191 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2192 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2197 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2198 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2200 F: drivers/dma/at_hdmac.c
2201 F: drivers/dma/at_hdmac_regs.h
2202 F: include/linux/platform_data/dma-atmel.h
2205 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2206 L: linux-arm-kernel@lists.infradead.org
2207 L: dmaengine@vger.kernel.org
2209 F: drivers/dma/at_xdmac.c
2212 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2213 L: linux-i2c@vger.kernel.org
2215 F: drivers/i2c/busses/i2c-at91.c
2218 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2219 L: linux-media@vger.kernel.org
2221 F: drivers/media/platform/soc_camera/atmel-isi.c
2222 F: include/media/atmel-isi.h
2225 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2226 L: linux-fbdev@vger.kernel.org
2228 F: drivers/video/fbdev/atmel_lcdfb.c
2229 F: include/video/atmel_lcdc.h
2231 ATMEL MACB ETHERNET DRIVER
2232 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2234 F: drivers/net/ethernet/cadence/
2237 M: Wenyou Yang <wenyou.yang@atmel.com>
2238 M: Josh Wu <rainyfeeling@outlook.com>
2239 L: linux-mtd@lists.infradead.org
2241 F: drivers/mtd/nand/atmel_nand*
2244 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2245 L: linux-mmc@vger.kernel.org
2247 F: drivers/mmc/host/sdhci-of-at91.c
2250 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2252 F: drivers/spi/spi-atmel.*
2255 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2256 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2258 F: drivers/misc/atmel-ssc.c
2259 F: include/linux/atmel-ssc.h
2261 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2262 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2263 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2265 F: drivers/misc/atmel_tclib.c
2266 F: drivers/clocksource/tcb_clksrc.c
2268 ATMEL USBA UDC DRIVER
2269 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2270 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2272 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2274 ATMEL WIRELESS DRIVER
2275 M: Simon Kelley <simon@thekelleys.org.uk>
2276 L: linux-wireless@vger.kernel.org
2277 W: http://www.thekelleys.org.uk/atmel
2278 W: http://atmelwlandriver.sourceforge.net/
2280 F: drivers/net/wireless/atmel/atmel*
2282 ATMEL MAXTOUCH DRIVER
2283 M: Nick Dyer <nick@shmanahar.org>
2284 T: git git://github.com/ndyer/linux.git
2286 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2287 F: drivers/input/touchscreen/atmel_mxt_ts.c
2288 F: include/linux/platform_data/atmel_mxt_ts.h
2290 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2291 M: Bradley Grove <linuxdrivers@attotech.com>
2292 L: linux-scsi@vger.kernel.org
2293 W: http://www.attotech.com
2295 F: drivers/scsi/esas2r
2297 ATUSB IEEE 802.15.4 RADIO DRIVER
2298 M: Stefan Schmidt <stefan@osg.samsung.com>
2299 L: linux-wpan@vger.kernel.org
2301 F: drivers/net/ieee802154/atusb.c
2302 F: drivers/net/ieee802154/atusb.h
2303 F: drivers/net/ieee802154/at86rf230.h
2306 M: Paul Moore <paul@paul-moore.com>
2307 M: Eric Paris <eparis@redhat.com>
2308 L: linux-audit@redhat.com (moderated for non-subscribers)
2309 W: http://people.redhat.com/sgrubb/audit/
2310 T: git git://git.infradead.org/users/pcmoore/audit
2312 F: include/linux/audit.h
2313 F: include/uapi/linux/audit.h
2316 AUXILIARY DISPLAY DRIVERS
2317 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2318 W: http://miguelojeda.es/auxdisplay.htm
2319 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2321 F: drivers/auxdisplay/
2322 F: include/linux/cfag12864b.h
2325 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2326 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2327 W: http://www.atmel.com/products/AVR32/
2328 W: http://mirror.egtvedt.no/avr32linux.org/
2329 W: http://avrfreaks.net/
2333 AVR32/AT32AP MACHINE SUPPORT
2334 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2335 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2337 F: arch/avr32/mach-at32ap/
2340 M: Ralf Baechle <ralf@linux-mips.org>
2341 L: linux-hams@vger.kernel.org
2342 W: http://www.linux-ax25.org/
2344 F: include/uapi/linux/ax25.h
2345 F: include/net/ax25.h
2348 AXENTIA ASOC DRIVERS
2349 M: Peter Rosin <peda@axentia.se>
2350 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2352 F: Documentation/devicetree/bindings/sound/axentia,*
2353 F: sound/soc/atmel/tse850-pcm5142.c
2356 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2357 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2358 L: linux-media@vger.kernel.org
2359 W: https://linuxtv.org
2360 T: git git://linuxtv.org/media_tree.git
2362 F: drivers/media/usb/dvb-usb-v2/az6007.c
2364 AZTECH FM RADIO RECEIVER DRIVER
2365 M: Hans Verkuil <hverkuil@xs4all.nl>
2366 L: linux-media@vger.kernel.org
2367 T: git git://linuxtv.org/media_tree.git
2368 W: https://linuxtv.org
2370 F: drivers/media/radio/radio-aztech*
2373 L: linux-wireless@vger.kernel.org
2374 L: b43-dev@lists.infradead.org
2375 W: http://wireless.kernel.org/en/users/Drivers/b43
2377 F: drivers/net/wireless/broadcom/b43/
2379 B43LEGACY WIRELESS DRIVER
2380 M: Larry Finger <Larry.Finger@lwfinger.net>
2381 L: linux-wireless@vger.kernel.org
2382 L: b43-dev@lists.infradead.org
2383 W: http://wireless.kernel.org/en/users/Drivers/b43
2385 F: drivers/net/wireless/broadcom/b43legacy/
2387 BACKLIGHT CLASS/SUBSYSTEM
2388 M: Jingoo Han <jingoohan1@gmail.com>
2389 M: Lee Jones <lee.jones@linaro.org>
2390 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2392 F: drivers/video/backlight/
2393 F: include/linux/backlight.h
2396 M: Marek Lindner <mareklindner@neomailbox.ch>
2397 M: Simon Wunderlich <sw@simonwunderlich.de>
2398 M: Antonio Quartulli <a@unstable.cc>
2399 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2400 W: https://www.open-mesh.org/
2401 Q: https://patchwork.open-mesh.org/project/batman/list/
2403 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2404 F: Documentation/ABI/testing/sysfs-class-net-mesh
2405 F: Documentation/networking/batman-adv.txt
2406 F: include/uapi/linux/batman_adv.h
2409 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2410 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2411 L: linux-hams@vger.kernel.org
2412 W: http://www.baycom.org/~tom/ham/ham.html
2414 F: drivers/net/hamradio/baycom*
2416 BCACHE (BLOCK LAYER CACHE)
2417 M: Kent Overstreet <kent.overstreet@gmail.com>
2418 L: linux-bcache@vger.kernel.org
2419 W: http://bcache.evilpiepirate.org
2421 F: drivers/md/bcache/
2423 BDISP ST MEDIA DRIVER
2424 M: Fabien Dessenne <fabien.dessenne@st.com>
2425 L: linux-media@vger.kernel.org
2426 T: git git://linuxtv.org/media_tree.git
2427 W: https://linuxtv.org
2429 F: drivers/media/platform/sti/bdisp
2432 M: Luis de Bethencourt <luisbg@osg.samsung.com>
2433 M: Salah Triki <salah.triki@gmail.com>
2435 T: git git://github.com/luisbg/linux-befs.git
2436 F: Documentation/filesystems/befs.txt
2439 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2440 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2441 L: netdev@vger.kernel.org
2443 F: drivers/net/ethernet/ec_bhf.c
2446 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2448 F: Documentation/filesystems/bfs.txt
2450 F: include/uapi/linux/bfs_fs.h
2452 BLACKFIN ARCHITECTURE
2453 M: Steven Miao <realmz6@gmail.com>
2454 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2455 T: git git://git.code.sf.net/p/adi-linux/code
2456 W: http://blackfin.uclinux.org
2460 BLACKFIN EMAC DRIVER
2461 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2462 W: http://blackfin.uclinux.org
2464 F: drivers/net/ethernet/adi/
2467 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2468 W: http://blackfin.uclinux.org
2470 F: drivers/rtc/rtc-bfin.c
2473 M: Sonic Zhang <sonic.zhang@analog.com>
2474 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2475 W: http://blackfin.uclinux.org
2477 F: drivers/mmc/host/bfin_sdh.c
2479 BLACKFIN SERIAL DRIVER
2480 M: Sonic Zhang <sonic.zhang@analog.com>
2481 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2482 W: http://blackfin.uclinux.org
2484 F: drivers/tty/serial/bfin_uart.c
2486 BLACKFIN WATCHDOG DRIVER
2487 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2488 W: http://blackfin.uclinux.org
2490 F: drivers/watchdog/bfin_wdt.c
2492 BLACKFIN I2C TWI DRIVER
2493 M: Sonic Zhang <sonic.zhang@analog.com>
2494 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2495 W: http://blackfin.uclinux.org/
2497 F: drivers/i2c/busses/i2c-bfin-twi.c
2499 BLACKFIN MEDIA DRIVER
2500 M: Scott Jiang <scott.jiang.linux@gmail.com>
2501 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2502 W: http://blackfin.uclinux.org/
2504 F: drivers/media/platform/blackfin/
2505 F: drivers/media/i2c/adv7183*
2506 F: drivers/media/i2c/vs6624*
2508 BLINKM RGB LED DRIVER
2509 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2511 F: drivers/leds/leds-blinkm.c
2514 M: Jens Axboe <axboe@kernel.dk>
2515 L: linux-block@vger.kernel.org
2516 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2519 F: kernel/trace/blktrace.c
2523 M: Joern Engel <joern@lazybastard.org>
2524 L: linux-mtd@lists.infradead.org
2526 F: drivers/mtd/devices/block2mtd.c
2529 M: Marcel Holtmann <marcel@holtmann.org>
2530 M: Gustavo Padovan <gustavo@padovan.org>
2531 M: Johan Hedberg <johan.hedberg@gmail.com>
2532 L: linux-bluetooth@vger.kernel.org
2533 W: http://www.bluez.org/
2534 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2535 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2537 F: drivers/bluetooth/
2540 M: Marcel Holtmann <marcel@holtmann.org>
2541 M: Gustavo Padovan <gustavo@padovan.org>
2542 M: Johan Hedberg <johan.hedberg@gmail.com>
2543 L: linux-bluetooth@vger.kernel.org
2544 W: http://www.bluez.org/
2545 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2546 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2549 F: include/net/bluetooth/
2552 M: Jay Vosburgh <j.vosburgh@gmail.com>
2553 M: Veaceslav Falico <vfalico@gmail.com>
2554 M: Andy Gospodarek <andy@greyhouse.net>
2555 L: netdev@vger.kernel.org
2556 W: http://sourceforge.net/projects/bonding/
2558 F: drivers/net/bonding/
2559 F: include/uapi/linux/if_bonding.h
2561 BPF (Safe dynamic programs and tools)
2562 M: Alexei Starovoitov <ast@kernel.org>
2563 L: netdev@vger.kernel.org
2564 L: linux-kernel@vger.kernel.org
2567 F: tools/testing/selftests/bpf/
2570 BROADCOM B44 10/100 ETHERNET DRIVER
2571 M: Michael Chan <michael.chan@broadcom.com>
2572 L: netdev@vger.kernel.org
2574 F: drivers/net/ethernet/broadcom/b44.*
2576 BROADCOM B53 ETHERNET SWITCH DRIVER
2577 M: Florian Fainelli <f.fainelli@gmail.com>
2578 L: netdev@vger.kernel.org
2579 L: openwrt-devel@lists.openwrt.org (subscribers-only)
2581 F: drivers/net/dsa/b53/*
2582 F: include/linux/platform_data/b53.h
2584 BROADCOM GENET ETHERNET DRIVER
2585 M: Florian Fainelli <f.fainelli@gmail.com>
2586 L: netdev@vger.kernel.org
2588 F: drivers/net/ethernet/broadcom/genet/
2590 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2591 M: Rasesh Mody <rasesh.mody@cavium.com>
2592 M: Harish Patil <harish.patil@cavium.com>
2593 M: Dept-GELinuxNICDev@cavium.com
2594 L: netdev@vger.kernel.org
2596 F: drivers/net/ethernet/broadcom/bnx2.*
2597 F: drivers/net/ethernet/broadcom/bnx2_*
2599 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2600 M: Yuval Mintz <Yuval.Mintz@cavium.com>
2601 M: Ariel Elior <ariel.elior@cavium.com>
2602 M: everest-linux-l2@cavium.com
2603 L: netdev@vger.kernel.org
2605 F: drivers/net/ethernet/broadcom/bnx2x/
2607 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2608 M: Michael Chan <michael.chan@broadcom.com>
2609 L: netdev@vger.kernel.org
2611 F: drivers/net/ethernet/broadcom/bnxt/
2613 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2614 M: Florian Fainelli <f.fainelli@gmail.com>
2615 M: Ray Jui <rjui@broadcom.com>
2616 M: Scott Branden <sbranden@broadcom.com>
2617 M: bcm-kernel-feedback-list@broadcom.com
2618 T: git git://github.com/broadcom/mach-bcm
2624 F: arch/arm/mach-bcm/
2626 BROADCOM BCM2835 ARM ARCHITECTURE
2627 M: Stephen Warren <swarren@wwwdotorg.org>
2628 M: Lee Jones <lee@kernel.org>
2629 M: Eric Anholt <eric@anholt.net>
2630 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2631 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2632 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2635 F: drivers/staging/vc04_services
2637 BROADCOM BCM47XX MIPS ARCHITECTURE
2638 M: Hauke Mehrtens <hauke@hauke-m.de>
2639 M: Rafał Miłecki <zajec5@gmail.com>
2640 L: linux-mips@linux-mips.org
2642 F: Documentation/devicetree/bindings/mips/brcm/
2643 F: arch/mips/bcm47xx/*
2644 F: arch/mips/include/asm/mach-bcm47xx/*
2646 BROADCOM BCM5301X ARM ARCHITECTURE
2647 M: Hauke Mehrtens <hauke@hauke-m.de>
2648 M: Rafał Miłecki <zajec5@gmail.com>
2649 M: bcm-kernel-feedback-list@broadcom.com
2650 L: linux-arm-kernel@lists.infradead.org
2652 F: arch/arm/mach-bcm/bcm_5301x.c
2653 F: arch/arm/boot/dts/bcm5301x*.dtsi
2654 F: arch/arm/boot/dts/bcm470*
2656 BROADCOM BCM53573 ARM ARCHITECTURE
2657 M: Rafał Miłecki <rafal@milecki.pl>
2658 L: linux-arm-kernel@lists.infradead.org
2660 F: arch/arm/boot/dts/bcm53573*
2661 F: arch/arm/boot/dts/bcm47189*
2663 BROADCOM BCM63XX ARM ARCHITECTURE
2664 M: Florian Fainelli <f.fainelli@gmail.com>
2665 M: bcm-kernel-feedback-list@broadcom.com
2666 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2667 T: git git://github.com/broadcom/stblinux.git
2671 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2672 M: Kevin Cernekee <cernekee@gmail.com>
2673 L: linux-usb@vger.kernel.org
2675 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2677 BROADCOM BCM7XXX ARM ARCHITECTURE
2678 M: Brian Norris <computersforpeace@gmail.com>
2679 M: Gregory Fong <gregory.0xf0@gmail.com>
2680 M: Florian Fainelli <f.fainelli@gmail.com>
2681 M: bcm-kernel-feedback-list@broadcom.com
2682 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2683 T: git git://github.com/broadcom/stblinux.git
2685 F: arch/arm/mach-bcm/*brcmstb*
2686 F: arch/arm/boot/dts/bcm7*.dts*
2687 F: drivers/bus/brcmstb_gisb.c
2690 BROADCOM BMIPS MIPS ARCHITECTURE
2691 M: Kevin Cernekee <cernekee@gmail.com>
2692 M: Florian Fainelli <f.fainelli@gmail.com>
2693 L: linux-mips@linux-mips.org
2694 T: git git://github.com/broadcom/stblinux.git
2696 F: arch/mips/bmips/*
2697 F: arch/mips/include/asm/mach-bmips/*
2698 F: arch/mips/kernel/*bmips*
2699 F: arch/mips/boot/dts/brcm/bcm*.dts*
2700 F: drivers/irqchip/irq-bcm63*
2701 F: drivers/irqchip/irq-bcm7*
2702 F: drivers/irqchip/irq-brcmstb*
2703 F: include/linux/bcm963xx_nvram.h
2704 F: include/linux/bcm963xx_tag.h
2706 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2707 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2708 M: Prashant Sreedharan <prashant@broadcom.com>
2709 M: Michael Chan <mchan@broadcom.com>
2710 L: netdev@vger.kernel.org
2712 F: drivers/net/ethernet/broadcom/tg3.*
2714 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2715 M: Arend van Spriel <arend.vanspriel@broadcom.com>
2716 M: Franky Lin <franky.lin@broadcom.com>
2717 M: Hante Meuleman <hante.meuleman@broadcom.com>
2718 L: linux-wireless@vger.kernel.org
2719 L: brcm80211-dev-list.pdl@broadcom.com
2721 F: drivers/net/wireless/broadcom/brcm80211/
2723 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2724 M: QLogic-Storage-Upstream@qlogic.com
2725 L: linux-scsi@vger.kernel.org
2727 F: drivers/scsi/bnx2fc/
2729 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2730 M: QLogic-Storage-Upstream@qlogic.com
2731 L: linux-scsi@vger.kernel.org
2733 F: drivers/scsi/bnx2i/
2735 BROADCOM IPROC ARM ARCHITECTURE
2736 M: Ray Jui <rjui@broadcom.com>
2737 M: Scott Branden <sbranden@broadcom.com>
2738 M: Jon Mason <jonmason@broadcom.com>
2739 M: bcm-kernel-feedback-list@broadcom.com
2740 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2741 T: git git://github.com/broadcom/cygnus-linux.git
2756 F: arch/arm64/boot/dts/broadcom/ns2*
2757 F: drivers/clk/bcm/clk-ns*
2758 F: drivers/pinctrl/bcm/pinctrl-ns*
2760 BROADCOM BRCMSTB GPIO DRIVER
2761 M: Gregory Fong <gregory.0xf0@gmail.com>
2762 L: bcm-kernel-feedback-list@broadcom.com
2764 F: drivers/gpio/gpio-brcmstb.c
2765 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2767 BROADCOM KONA GPIO DRIVER
2768 M: Ray Jui <rjui@broadcom.com>
2769 L: bcm-kernel-feedback-list@broadcom.com
2771 F: drivers/gpio/gpio-bcm-kona.c
2772 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2774 BROADCOM NVRAM DRIVER
2775 M: Rafał Miłecki <zajec5@gmail.com>
2776 L: linux-mips@linux-mips.org
2778 F: drivers/firmware/broadcom/*
2780 BROADCOM STB NAND FLASH DRIVER
2781 M: Brian Norris <computersforpeace@gmail.com>
2782 M: Kamal Dasu <kdasu.kdev@gmail.com>
2783 L: linux-mtd@lists.infradead.org
2784 L: bcm-kernel-feedback-list@broadcom.com
2786 F: drivers/mtd/nand/brcmnand/
2788 BROADCOM STB AVS CPUFREQ DRIVER
2789 M: Markus Mayer <mmayer@broadcom.com>
2790 M: bcm-kernel-feedback-list@broadcom.com
2791 L: linux-pm@vger.kernel.org
2793 F: Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2794 F: drivers/cpufreq/brcmstb*
2796 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2797 M: Rafał Miłecki <zajec5@gmail.com>
2798 L: linux-wireless@vger.kernel.org
2801 F: include/linux/bcma/
2803 BROADCOM SYSTEMPORT ETHERNET DRIVER
2804 M: Florian Fainelli <f.fainelli@gmail.com>
2805 L: netdev@vger.kernel.org
2807 F: drivers/net/ethernet/broadcom/bcmsysport.*
2809 BROADCOM VULCAN ARM64 SOC
2810 M: Jayachandran C. <c.jayachandran@gmail.com>
2811 M: bcm-kernel-feedback-list@broadcom.com
2812 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2814 F: arch/arm64/boot/dts/broadcom/vulcan*
2816 BROCADE BFA FC SCSI DRIVER
2817 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2818 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2819 L: linux-scsi@vger.kernel.org
2821 F: drivers/scsi/bfa/
2823 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2824 M: Rasesh Mody <rasesh.mody@cavium.com>
2825 M: Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2826 M: Dept-GELinuxNICDev@cavium.com
2827 L: netdev@vger.kernel.org
2829 F: drivers/net/ethernet/brocade/bna/
2831 BSG (block layer generic sg v4 driver)
2832 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2833 L: linux-scsi@vger.kernel.org
2836 F: include/linux/bsg.h
2837 F: include/uapi/linux/bsg.h
2840 M: Clemens Ladisch <clemens@ladisch.de>
2841 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2842 T: git git://git.alsa-project.org/alsa-kernel.git
2844 F: Documentation/sound/alsa/Bt87x.txt
2845 F: sound/pci/bt87x.c
2848 M: Michael Buesch <m@bues.ch>
2849 W: http://bu3sch.de/btgpio.php
2851 F: drivers/gpio/gpio-bt8xx.c
2854 M: Chris Mason <clm@fb.com>
2855 M: Josef Bacik <jbacik@fb.com>
2856 M: David Sterba <dsterba@suse.com>
2857 L: linux-btrfs@vger.kernel.org
2858 W: http://btrfs.wiki.kernel.org/
2859 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2860 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2862 F: Documentation/filesystems/btrfs.txt
2865 BTTV VIDEO4LINUX DRIVER
2866 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2867 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2868 L: linux-media@vger.kernel.org
2869 W: https://linuxtv.org
2870 T: git git://linuxtv.org/media_tree.git
2872 F: Documentation/media/v4l-drivers/bttv*
2873 F: drivers/media/pci/bt8xx/bttv*
2875 BUSLOGIC SCSI DRIVER
2876 M: Khalid Aziz <khalid@gonehiking.org>
2877 L: linux-scsi@vger.kernel.org
2879 F: drivers/scsi/BusLogic.*
2880 F: drivers/scsi/FlashPoint.*
2882 C-MEDIA CMI8788 DRIVER
2883 M: Clemens Ladisch <clemens@ladisch.de>
2884 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2885 T: git git://git.alsa-project.org/alsa-kernel.git
2887 F: sound/pci/oxygen/
2890 M: Mark Salter <msalter@redhat.com>
2891 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2892 L: linux-c6x-dev@linux-c6x.org
2893 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2897 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2898 M: David Howells <dhowells@redhat.com>
2899 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2901 F: Documentation/filesystems/caching/cachefiles.txt
2904 CADET FM/AM RADIO RECEIVER DRIVER
2905 M: Hans Verkuil <hverkuil@xs4all.nl>
2906 L: linux-media@vger.kernel.org
2907 T: git git://linuxtv.org/media_tree.git
2908 W: https://linuxtv.org
2910 F: drivers/media/radio/radio-cadet*
2912 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2913 M: Jonathan Corbet <corbet@lwn.net>
2914 L: linux-media@vger.kernel.org
2915 T: git git://linuxtv.org/media_tree.git
2917 F: Documentation/media/v4l-drivers/cafe_ccic*
2918 F: drivers/media/platform/marvell-ccic/
2921 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2922 L: netdev@vger.kernel.org
2924 F: Documentation/networking/caif/
2925 F: drivers/net/caif/
2926 F: include/uapi/linux/caif/
2927 F: include/net/caif/
2930 CALGARY x86-64 IOMMU
2931 M: Muli Ben-Yehuda <mulix@mulix.org>
2932 M: Jon Mason <jdmason@kudzu.us>
2933 L: iommu@lists.linux-foundation.org
2935 F: arch/x86/kernel/pci-calgary_64.c
2936 F: arch/x86/kernel/tce_64.c
2937 F: arch/x86/include/asm/calgary.h
2938 F: arch/x86/include/asm/tce.h
2941 M: Oliver Hartkopp <socketcan@hartkopp.net>
2942 M: Marc Kleine-Budde <mkl@pengutronix.de>
2943 L: linux-can@vger.kernel.org
2944 W: https://github.com/linux-can
2945 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2946 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2948 F: Documentation/networking/can.txt
2950 F: include/linux/can/core.h
2951 F: include/uapi/linux/can.h
2952 F: include/uapi/linux/can/bcm.h
2953 F: include/uapi/linux/can/raw.h
2954 F: include/uapi/linux/can/gw.h
2957 M: Wolfgang Grandegger <wg@grandegger.com>
2958 M: Marc Kleine-Budde <mkl@pengutronix.de>
2959 L: linux-can@vger.kernel.org
2960 W: https://github.com/linux-can
2961 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2962 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2964 F: Documentation/devicetree/bindings/net/can/
2966 F: include/linux/can/dev.h
2967 F: include/linux/can/platform/
2968 F: include/uapi/linux/can/error.h
2969 F: include/uapi/linux/can/netlink.h
2972 M: Serge Hallyn <serge@hallyn.com>
2973 L: linux-security-module@vger.kernel.org
2975 F: include/linux/capability.h
2976 F: include/uapi/linux/capability.h
2977 F: security/commoncap.c
2978 F: kernel/capability.c
2980 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2981 M: Kevin Tsai <ktsai@capellamicro.com>
2983 F: drivers/iio/light/cm*
2984 F: Documentation/devicetree/bindings/i2c/trivial-admin-guide/devices.rst
2987 M: Jan Glauber <jglauber@cavium.com>
2988 M: David Daney <david.daney@cavium.com>
2989 W: http://www.cavium.com
2991 F: drivers/i2c/busses/i2c-octeon*
2992 F: drivers/i2c/busses/i2c-thunderx*
2994 CAVIUM LIQUIDIO NETWORK DRIVER
2995 M: Derek Chickles <derek.chickles@caviumnetworks.com>
2996 M: Satanand Burla <satananda.burla@caviumnetworks.com>
2997 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2998 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2999 L: netdev@vger.kernel.org
3000 W: http://www.cavium.com
3002 F: drivers/net/ethernet/cavium/liquidio/
3004 CC2520 IEEE-802.15.4 RADIO DRIVER
3005 M: Varka Bhadram <varkabhadram@gmail.com>
3006 L: linux-wpan@vger.kernel.org
3008 F: drivers/net/ieee802154/cc2520.c
3009 F: include/linux/spi/cc2520.h
3010 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3013 M: Hans Verkuil <hans.verkuil@cisco.com>
3014 L: linux-media@vger.kernel.org
3015 T: git git://linuxtv.org/media_tree.git
3016 W: http://linuxtv.org
3018 F: Documentation/media/kapi/cec-core.rst
3019 F: Documentation/media/uapi/cec
3020 F: drivers/media/cec/
3021 F: drivers/media/cec-edid.c
3022 F: drivers/media/rc/keymaps/rc-cec.c
3023 F: include/media/cec.h
3024 F: include/media/cec-edid.h
3025 F: include/uapi/linux/cec.h
3026 F: include/uapi/linux/cec-funcs.h
3028 CELL BROADBAND ENGINE ARCHITECTURE
3029 M: Arnd Bergmann <arnd@arndb.de>
3030 L: linuxppc-dev@lists.ozlabs.org
3031 W: http://www.ibm.com/developerworks/power/cell/
3033 F: arch/powerpc/include/asm/cell*.h
3034 F: arch/powerpc/include/asm/spu*.h
3035 F: arch/powerpc/include/uapi/asm/spu*.h
3036 F: arch/powerpc/oprofile/*cell*
3037 F: arch/powerpc/platforms/cell/
3039 CEPH COMMON CODE (LIBCEPH)
3040 M: Ilya Dryomov <idryomov@gmail.com>
3041 M: "Yan, Zheng" <zyan@redhat.com>
3042 M: Sage Weil <sage@redhat.com>
3043 L: ceph-devel@vger.kernel.org
3045 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3046 T: git git://github.com/ceph/ceph-client.git
3049 F: include/linux/ceph/
3050 F: include/linux/crush/
3052 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3053 M: "Yan, Zheng" <zyan@redhat.com>
3054 M: Sage Weil <sage@redhat.com>
3055 M: Ilya Dryomov <idryomov@gmail.com>
3056 L: ceph-devel@vger.kernel.org
3058 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3059 T: git git://github.com/ceph/ceph-client.git
3061 F: Documentation/filesystems/ceph.txt
3064 CERTIFICATE HANDLING:
3065 M: David Howells <dhowells@redhat.com>
3066 M: David Woodhouse <dwmw2@infradead.org>
3067 L: keyrings@vger.kernel.org
3069 F: Documentation/module-signing.txt
3071 F: scripts/sign-file.c
3072 F: scripts/extract-cert.c
3074 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3075 L: linux-usb@vger.kernel.org
3077 F: Documentation/usb/WUSB-Design-overview.txt
3078 F: Documentation/usb/wusb-cbaf
3079 F: drivers/usb/host/hwa-hc.c
3080 F: drivers/usb/host/whci/
3081 F: drivers/usb/wusbcore/
3082 F: include/linux/usb/wusb*
3084 HT16K33 LED CONTROLLER DRIVER
3085 M: Robin van der Gracht <robin@protonic.nl>
3087 F: drivers/auxdisplay/ht16k33.c
3088 F: Documentation/devicetree/bindings/display/ht16k33.txt
3090 CFAG12864B LCD DRIVER
3091 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3092 W: http://miguelojeda.es/auxdisplay.htm
3093 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3095 F: drivers/auxdisplay/cfag12864b.c
3096 F: include/linux/cfag12864b.h
3098 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3099 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3100 W: http://miguelojeda.es/auxdisplay.htm
3101 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3103 F: drivers/auxdisplay/cfag12864bfb.c
3104 F: include/linux/cfag12864b.h
3106 CFG80211 and NL80211
3107 M: Johannes Berg <johannes@sipsolutions.net>
3108 L: linux-wireless@vger.kernel.org
3109 W: http://wireless.kernel.org/
3110 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3111 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3113 F: include/uapi/linux/nl80211.h
3114 F: include/net/cfg80211.h
3116 X: net/wireless/wext*
3118 CHAR and MISC DRIVERS
3119 M: Arnd Bergmann <arnd@arndb.de>
3120 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3121 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3125 F: include/linux/miscdevice.h
3128 M: Andy Whitcroft <apw@canonical.com>
3129 M: Joe Perches <joe@perches.com>
3131 F: scripts/checkpatch.pl
3133 CHINESE DOCUMENTATION
3134 M: Harry Wei <harryxiyou@gmail.com>
3135 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3136 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
3138 F: Documentation/translations/zh_CN/
3140 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3141 M: Peter Chen <Peter.Chen@nxp.com>
3142 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3143 L: linux-usb@vger.kernel.org
3145 F: drivers/usb/chipidea/
3147 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3148 M: Hans de Goede <hdegoede@redhat.com>
3149 L: linux-input@vger.kernel.org
3151 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3152 F: drivers/input/touchscreen/chipone_icn8318.c
3154 CHROME HARDWARE PLATFORM SUPPORT
3155 M: Olof Johansson <olof@lixom.net>
3157 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3158 F: drivers/platform/chrome/
3160 CISCO VIC ETHERNET NIC DRIVER
3161 M: Christian Benvenuti <benve@cisco.com>
3162 M: Sujith Sankar <ssujith@cisco.com>
3163 M: Govindarajulu Varadarajan <_govind@gmx.com>
3164 M: Neel Patel <neepatel@cisco.com>
3166 F: drivers/net/ethernet/cisco/enic/
3168 CISCO VIC LOW LATENCY NIC DRIVER
3169 M: Christian Benvenuti <benve@cisco.com>
3170 M: Dave Goodell <dgoodell@cisco.com>
3172 F: drivers/infiniband/hw/usnic/
3174 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3175 M: Hartley Sweeten <hsweeten@visionengravers.com>
3176 L: netdev@vger.kernel.org
3178 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3180 CIRRUS LOGIC AUDIO CODEC DRIVERS
3181 M: Brian Austin <brian.austin@cirrus.com>
3182 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3183 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3185 F: sound/soc/codecs/cs*
3188 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3189 L: linux-kernel@vger.kernel.org
3192 F: include/linux/cleancache.h
3195 M: Russell King <linux@armlinux.org.uk>
3196 L: linux-clk@vger.kernel.org
3198 F: include/linux/clk.h
3200 CLOCKSOURCE, CLOCKEVENT DRIVERS
3201 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3202 M: Thomas Gleixner <tglx@linutronix.de>
3203 L: linux-kernel@vger.kernel.org
3204 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3206 F: drivers/clocksource
3208 CISCO FCOE HBA DRIVER
3209 M: Satish Kharat <satishkh@cisco.com>
3210 M: Sesidhar Baddela <sebaddel@cisco.com>
3211 M: Karan Tilak Kumar <kartilak@cisco.com>
3212 L: linux-scsi@vger.kernel.org
3214 F: drivers/scsi/fnic/
3216 CISCO SCSI HBA DRIVER
3217 M: Karan Tilak Kumar <kartilak@cisco.com>
3218 M: Sesidhar Baddela <sebaddel@cisco.com>
3219 L: linux-scsi@vger.kernel.org
3221 F: drivers/scsi/snic/
3224 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3225 M: Daniel Oliveira Nascimento <don@syst.com.br>
3226 L: platform-driver-x86@vger.kernel.org
3228 F: drivers/platform/x86/classmate-laptop.c
3231 M: Hans Verkuil <hans.verkuil@cisco.com>
3232 L: linux-media@vger.kernel.org
3233 T: git git://linuxtv.org/media_tree.git
3234 W: https://linuxtv.org
3236 F: drivers/media/pci/cobalt/
3238 COCCINELLE/Semantic Patches (SmPL)
3239 M: Julia Lawall <Julia.Lawall@lip6.fr>
3240 M: Gilles Muller <Gilles.Muller@lip6.fr>
3241 M: Nicolas Palix <nicolas.palix@imag.fr>
3242 M: Michal Marek <mmarek@suse.com>
3243 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3244 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3245 W: http://coccinelle.lip6.fr/
3247 F: Documentation/dev-tools/coccinelle.rst
3248 F: scripts/coccinelle/
3249 F: scripts/coccicheck
3252 M: Jan Harkes <jaharkes@cs.cmu.edu>
3254 L: codalist@coda.cs.cmu.edu
3255 W: http://www.coda.cs.cmu.edu/
3257 F: Documentation/filesystems/coda.txt
3259 F: include/linux/coda*.h
3260 F: include/uapi/linux/coda*.h
3262 CODA V4L2 MEM2MEM DRIVER
3263 M: Philipp Zabel <p.zabel@pengutronix.de>
3264 L: linux-media@vger.kernel.org
3266 F: Documentation/devicetree/bindings/media/coda.txt
3267 F: drivers/media/platform/coda/
3269 COMMON CLK FRAMEWORK
3270 M: Michael Turquette <mturquette@baylibre.com>
3271 M: Stephen Boyd <sboyd@codeaurora.org>
3272 L: linux-clk@vger.kernel.org
3273 Q: http://patchwork.kernel.org/project/linux-clk/list/
3274 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3276 F: Documentation/devicetree/bindings/clock/
3278 X: drivers/clk/clkdev.c
3279 F: include/linux/clk-pr*
3280 F: include/linux/clk/
3282 COMMON INTERNET FILE SYSTEM (CIFS)
3283 M: Steve French <sfrench@samba.org>
3284 L: linux-cifs@vger.kernel.org
3285 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3286 W: http://linux-cifs.samba.org/
3287 T: git git://git.samba.org/sfrench/cifs-2.6.git
3289 F: Documentation/filesystems/cifs/
3292 COMPACTPCI HOTPLUG CORE
3293 M: Scott Murray <scott@spiteful.org>
3294 L: linux-pci@vger.kernel.org
3296 F: drivers/pci/hotplug/cpci_hotplug*
3298 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3299 M: Scott Murray <scott@spiteful.org>
3300 L: linux-pci@vger.kernel.org
3302 F: drivers/pci/hotplug/cpcihp_zt5550.*
3304 COMPACTPCI HOTPLUG GENERIC DRIVER
3305 M: Scott Murray <scott@spiteful.org>
3306 L: linux-pci@vger.kernel.org
3308 F: drivers/pci/hotplug/cpcihp_generic.c
3310 COMPAL LAPTOP SUPPORT
3311 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3312 L: platform-driver-x86@vger.kernel.org
3314 F: drivers/platform/x86/compal-laptop.c
3316 CONEXANT ACCESSRUNNER USB DRIVER
3317 L: accessrunner-general@lists.sourceforge.net
3318 W: http://accessrunner.sourceforge.net/
3320 F: drivers/usb/atm/cxacru.c
3323 M: Joel Becker <jlbec@evilplan.org>
3324 M: Christoph Hellwig <hch@lst.de>
3325 T: git git://git.infradead.org/users/hch/configfs.git
3328 F: include/linux/configfs.h
3331 M: Evgeniy Polyakov <zbr@ioremap.net>
3332 L: netdev@vger.kernel.org
3334 F: drivers/connector/
3336 CONTROL GROUP (CGROUP)
3337 M: Tejun Heo <tj@kernel.org>
3338 M: Li Zefan <lizefan@huawei.com>
3339 M: Johannes Weiner <hannes@cmpxchg.org>
3340 L: cgroups@vger.kernel.org
3341 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3343 F: Documentation/cgroup*
3344 F: include/linux/cgroup*
3347 CONTROL GROUP - CPUSET
3348 M: Li Zefan <lizefan@huawei.com>
3349 L: cgroups@vger.kernel.org
3350 W: http://www.bullopensource.org/cpuset/
3351 W: http://oss.sgi.com/projects/cpusets/
3352 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3354 F: Documentation/cgroup-v1/cpusets.txt
3355 F: include/linux/cpuset.h
3358 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3359 M: Johannes Weiner <hannes@cmpxchg.org>
3360 M: Michal Hocko <mhocko@kernel.org>
3361 M: Vladimir Davydov <vdavydov.dev@gmail.com>
3362 L: cgroups@vger.kernel.org
3363 L: linux-mm@kvack.org
3368 CORETEMP HARDWARE MONITORING DRIVER
3369 M: Fenghua Yu <fenghua.yu@intel.com>
3370 L: linux-hwmon@vger.kernel.org
3372 F: Documentation/hwmon/coretemp
3373 F: drivers/hwmon/coretemp.c
3375 COSA/SRP SYNC SERIAL DRIVER
3376 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3377 W: http://www.fi.muni.cz/~kas/cosa/
3379 F: drivers/net/wan/cosa*
3381 CPMAC ETHERNET DRIVER
3382 M: Florian Fainelli <f.fainelli@gmail.com>
3383 L: netdev@vger.kernel.org
3385 F: drivers/net/ethernet/ti/cpmac.c
3387 CPU FREQUENCY DRIVERS
3388 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3389 M: Viresh Kumar <viresh.kumar@linaro.org>
3390 L: linux-pm@vger.kernel.org
3392 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3393 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3394 B: https://bugzilla.kernel.org
3395 F: Documentation/cpu-freq/
3397 F: include/linux/cpufreq.h
3399 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3400 M: Viresh Kumar <viresh.kumar@linaro.org>
3401 M: Sudeep Holla <sudeep.holla@arm.com>
3402 L: linux-pm@vger.kernel.org
3403 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3405 F: drivers/cpufreq/arm_big_little.h
3406 F: drivers/cpufreq/arm_big_little.c
3407 F: drivers/cpufreq/arm_big_little_dt.c
3409 CPUIDLE DRIVER - ARM BIG LITTLE
3410 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3411 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3412 L: linux-pm@vger.kernel.org
3413 L: linux-arm-kernel@lists.infradead.org
3414 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3416 F: drivers/cpuidle/cpuidle-big_little.c
3418 CPUIDLE DRIVER - ARM EXYNOS
3419 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3420 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3421 M: Kukjin Kim <kgene@kernel.org>
3422 L: linux-pm@vger.kernel.org
3423 L: linux-samsung-soc@vger.kernel.org
3425 F: drivers/cpuidle/cpuidle-exynos.c
3426 F: arch/arm/mach-exynos/pm.c
3429 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3430 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3431 L: linux-pm@vger.kernel.org
3433 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3434 B: https://bugzilla.kernel.org
3435 F: drivers/cpuidle/*
3436 F: include/linux/cpuidle.h
3439 M: "H. Peter Anvin" <hpa@zytor.com>
3441 F: arch/x86/kernel/cpuid.c
3442 F: arch/x86/kernel/msr.c
3444 CPU POWER MONITORING SUBSYSTEM
3445 M: Thomas Renninger <trenn@suse.com>
3446 L: linux-pm@vger.kernel.org
3448 F: tools/power/cpupower/
3451 W: http://sourceforge.net/projects/cramfs/
3452 S: Orphan / Obsolete
3453 F: Documentation/filesystems/cramfs.txt
3457 M: Mikael Starvik <starvik@axis.com>
3458 M: Jesper Nilsson <jesper.nilsson@axis.com>
3459 L: linux-cris-kernel@axis.com
3460 W: http://developer.axis.com
3461 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3464 F: drivers/tty/serial/crisv10.*
3467 M: Herbert Xu <herbert@gondor.apana.org.au>
3468 M: "David S. Miller" <davem@davemloft.net>
3469 L: linux-crypto@vger.kernel.org
3470 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3471 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3473 F: Documentation/crypto/
3474 F: Documentation/devicetree/bindings/crypto/
3475 F: Documentation/DocBook/crypto-API.tmpl
3480 F: include/linux/crypto*
3482 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3483 M: Neil Horman <nhorman@tuxdriver.com>
3484 L: linux-crypto@vger.kernel.org
3486 F: crypto/ansi_cprng.c
3490 M: Hans Verkuil <hverkuil@xs4all.nl>
3491 L: linux-media@vger.kernel.org
3492 T: git git://linuxtv.org/media_tree.git
3493 W: http://linuxtv.org
3495 F: drivers/media/i2c/cs3308.c
3496 F: drivers/media/i2c/cs3308.h
3498 CS5535 Audio ALSA driver
3499 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3501 F: sound/pci/cs5535audio/
3504 M: Solomon Peachy <pizza@shaftnet.org>
3506 F: drivers/net/wireless/st/cw1200/
3508 CX18 VIDEO4LINUX DRIVER
3509 M: Andy Walls <awalls@md.metrocast.net>
3510 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3511 L: linux-media@vger.kernel.org
3512 T: git git://linuxtv.org/media_tree.git
3513 W: https://linuxtv.org
3514 W: http://www.ivtvdriver.org/index.php/Cx18
3516 F: Documentation/media/v4l-drivers/cx18*
3517 F: drivers/media/pci/cx18/
3518 F: include/uapi/linux/ivtv*
3520 CX2341X MPEG ENCODER HELPER MODULE
3521 M: Hans Verkuil <hverkuil@xs4all.nl>
3522 L: linux-media@vger.kernel.org
3523 T: git git://linuxtv.org/media_tree.git
3524 W: https://linuxtv.org
3526 F: drivers/media/common/cx2341x*
3527 F: include/media/cx2341x*
3529 CX24120 MEDIA DRIVER
3530 M: Jemma Denson <jdenson@gmail.com>
3531 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3532 L: linux-media@vger.kernel.org
3533 W: https://linuxtv.org
3534 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3536 F: drivers/media/dvb-frontends/cx24120*
3538 CX88 VIDEO4LINUX DRIVER
3539 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3540 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3541 L: linux-media@vger.kernel.org
3542 W: https://linuxtv.org
3543 T: git git://linuxtv.org/media_tree.git
3545 F: Documentation/media/v4l-drivers/cx88*
3546 F: drivers/media/pci/cx88/
3548 CXD2820R MEDIA DRIVER
3549 M: Antti Palosaari <crope@iki.fi>
3550 L: linux-media@vger.kernel.org
3551 W: https://linuxtv.org
3552 W: http://palosaari.fi/linux/
3553 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3554 T: git git://linuxtv.org/anttip/media_tree.git
3556 F: drivers/media/dvb-frontends/cxd2820r*
3558 CXGB3 ETHERNET DRIVER (CXGB3)
3559 M: Santosh Raspatur <santosh@chelsio.com>
3560 L: netdev@vger.kernel.org
3561 W: http://www.chelsio.com
3563 F: drivers/net/ethernet/chelsio/cxgb3/
3565 CXGB3 ISCSI DRIVER (CXGB3I)
3566 M: Karen Xie <kxie@chelsio.com>
3567 L: linux-scsi@vger.kernel.org
3568 W: http://www.chelsio.com
3570 F: drivers/scsi/cxgbi/cxgb3i
3572 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3573 M: Steve Wise <swise@chelsio.com>
3574 L: linux-rdma@vger.kernel.org
3575 W: http://www.openfabrics.org
3577 F: drivers/infiniband/hw/cxgb3/
3578 F: include/uapi/rdma/cxgb3-abi.h
3580 CXGB4 ETHERNET DRIVER (CXGB4)
3581 M: Hariprasad S <hariprasad@chelsio.com>
3582 L: netdev@vger.kernel.org
3583 W: http://www.chelsio.com
3585 F: drivers/net/ethernet/chelsio/cxgb4/
3587 CXGB4 ISCSI DRIVER (CXGB4I)
3588 M: Karen Xie <kxie@chelsio.com>
3589 L: linux-scsi@vger.kernel.org
3590 W: http://www.chelsio.com
3592 F: drivers/scsi/cxgbi/cxgb4i
3594 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3595 M: Steve Wise <swise@chelsio.com>
3596 L: linux-rdma@vger.kernel.org
3597 W: http://www.openfabrics.org
3599 F: drivers/infiniband/hw/cxgb4/
3600 F: include/uapi/rdma/cxgb4-abi.h
3602 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3603 M: Casey Leedom <leedom@chelsio.com>
3604 L: netdev@vger.kernel.org
3605 W: http://www.chelsio.com
3607 F: drivers/net/ethernet/chelsio/cxgb4vf/
3609 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3610 M: Ian Munsie <imunsie@au1.ibm.com>
3611 M: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3612 L: linuxppc-dev@lists.ozlabs.org
3614 F: arch/powerpc/platforms/powernv/pci-cxl.c
3615 F: drivers/misc/cxl/
3616 F: include/misc/cxl*
3617 F: include/uapi/misc/cxl.h
3618 F: Documentation/powerpc/cxl.txt
3619 F: Documentation/ABI/testing/sysfs-class-cxl
3621 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3622 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3623 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3624 M: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3625 L: linux-scsi@vger.kernel.org
3627 F: drivers/scsi/cxlflash/
3628 F: include/uapi/scsi/cxlflash_ioctls.h
3629 F: Documentation/powerpc/cxlflash.txt
3631 STMMAC ETHERNET DRIVER
3632 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3633 M: Alexandre Torgue <alexandre.torgue@st.com>
3634 L: netdev@vger.kernel.org
3635 W: http://www.stlinux.com
3637 F: drivers/net/ethernet/stmicro/stmmac/
3640 M: Russell King <linux@armlinux.org.uk>
3641 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3642 W: http://www.armlinux.org.uk/
3644 F: drivers/video/fbdev/cyber2000fb.*
3646 CYCLADES ASYNC MUX DRIVER
3647 W: http://www.cyclades.com/
3649 F: drivers/tty/cyclades.c
3650 F: include/linux/cyclades.h
3651 F: include/uapi/linux/cyclades.h
3653 CYCLADES PC300 DRIVER
3654 W: http://www.cyclades.com/
3656 F: drivers/net/wan/pc300*
3658 CYPRESS_FIRMWARE MEDIA DRIVER
3659 M: Antti Palosaari <crope@iki.fi>
3660 L: linux-media@vger.kernel.org
3661 W: https://linuxtv.org
3662 W: http://palosaari.fi/linux/
3663 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3664 T: git git://linuxtv.org/anttip/media_tree.git
3666 F: drivers/media/common/cypress_firmware*
3668 CYTTSP TOUCHSCREEN DRIVER
3669 M: Ferruh Yigit <fery@cypress.com>
3670 L: linux-input@vger.kernel.org
3672 F: drivers/input/touchscreen/cyttsp*
3673 F: include/linux/input/cyttsp.h
3675 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3676 M: Joshua Kinard <kumba@gentoo.org>
3678 F: drivers/rtc/rtc-ds1685.c
3679 F: include/linux/rtc/ds1685.h
3681 DAMA SLAVE for AX.25
3682 M: Joerg Reuter <jreuter@yaina.de>
3683 W: http://yaina.de/jreuter/
3684 W: http://www.qsl.net/dl1bke/
3685 L: linux-hams@vger.kernel.org
3687 F: net/ax25/af_ax25.c
3688 F: net/ax25/ax25_dev.c
3689 F: net/ax25/ax25_ds_*
3690 F: net/ax25/ax25_in.c
3691 F: net/ax25/ax25_out.c
3692 F: net/ax25/ax25_timer.c
3693 F: net/ax25/sysctl_net_ax25.c
3695 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3696 L: netdev@vger.kernel.org
3698 F: Documentation/networking/dmfe.txt
3699 F: drivers/net/ethernet/dec/tulip/dmfe.c
3701 DC390/AM53C974 SCSI driver
3702 M: Hannes Reinecke <hare@suse.com>
3703 L: linux-scsi@vger.kernel.org
3705 F: drivers/scsi/am53c974.c
3708 M: Oliver Neukum <oliver@neukum.org>
3709 M: Ali Akcaagac <aliakc@web.de>
3710 M: Jamie Lenehan <lenehan@twibble.org>
3711 L: dc395x@twibble.org
3712 W: http://twibble.org/dist/dc395x/
3713 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3715 F: Documentation/scsi/dc395x.txt
3716 F: drivers/scsi/dc395x.*
3719 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3720 L: dccp@vger.kernel.org
3721 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3723 F: include/linux/dccp.h
3724 F: include/uapi/linux/dccp.h
3725 F: include/linux/tfrc.h
3728 DECnet NETWORK LAYER
3729 W: http://linux-decnet.sourceforge.net
3730 L: linux-decnet-user@lists.sourceforge.net
3732 F: Documentation/networking/decnet.txt
3735 DECSTATION PLATFORM SUPPORT
3736 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3737 L: linux-mips@linux-mips.org
3738 W: http://www.linux-mips.org/wiki/DECstation
3741 F: arch/mips/include/asm/dec/
3742 F: arch/mips/include/asm/mach-dec/
3744 DEFXX FDDI NETWORK DRIVER
3745 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3747 F: drivers/net/fddi/defxx.*
3750 M: Matthew Garrett <mjg59@srcf.ucam.org>
3751 M: Pali Rohár <pali.rohar@gmail.com>
3752 L: platform-driver-x86@vger.kernel.org
3754 F: drivers/platform/x86/dell-laptop.c
3756 DELL LAPTOP RBTN DRIVER
3757 M: Pali Rohár <pali.rohar@gmail.com>
3759 F: drivers/platform/x86/dell-rbtn.*
3761 DELL LAPTOP FREEFALL DRIVER
3762 M: Pali Rohár <pali.rohar@gmail.com>
3764 F: drivers/platform/x86/dell-smo8800.c
3766 DELL LAPTOP SMM DRIVER
3767 M: Pali Rohár <pali.rohar@gmail.com>
3769 F: drivers/hwmon/dell-smm-hwmon.c
3770 F: include/uapi/linux/i8k.h
3772 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3773 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3775 F: Documentation/dcdbas.txt
3776 F: drivers/firmware/dcdbas.*
3778 DELL WMI EXTRAS DRIVER
3779 M: Matthew Garrett <mjg59@srcf.ucam.org>
3780 M: Pali Rohár <pali.rohar@gmail.com>
3782 F: drivers/platform/x86/dell-wmi.c
3784 DESIGNWARE USB2 DRD IP DRIVER
3785 M: John Youn <johnyoun@synopsys.com>
3786 L: linux-usb@vger.kernel.org
3787 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3789 F: drivers/usb/dwc2/
3791 DESIGNWARE USB3 DRD IP DRIVER
3792 M: Felipe Balbi <balbi@kernel.org>
3793 L: linux-usb@vger.kernel.org
3794 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3796 F: drivers/usb/dwc3/
3798 DEVICE COREDUMP (DEV_COREDUMP)
3799 M: Johannes Berg <johannes@sipsolutions.net>
3800 L: linux-kernel@vger.kernel.org
3802 F: drivers/base/devcoredump.c
3803 F: include/linux/devcoredump.h
3805 DEVICE FREQUENCY (DEVFREQ)
3806 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3807 M: Kyungmin Park <kyungmin.park@samsung.com>
3808 R: Chanwoo Choi <cw00.choi@samsung.com>
3809 L: linux-pm@vger.kernel.org
3810 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3813 F: include/linux/devfreq.h
3814 F: Documentation/devicetree/bindings/devfreq/
3816 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3817 M: Chanwoo Choi <cw00.choi@samsung.com>
3818 L: linux-pm@vger.kernel.org
3819 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3821 F: drivers/devfreq/event/
3822 F: drivers/devfreq/devfreq-event.c
3823 F: include/linux/devfreq-event.h
3824 F: Documentation/devicetree/bindings/devfreq/event/
3826 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3827 M: Chanwoo Choi <cw00.choi@samsung.com>
3828 L: linux-pm@vger.kernel.org
3829 L: linux-samsung-soc@vger.kernel.org
3830 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3832 F: drivers/devfreq/exynos-bus.c
3833 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3835 DEVICE NUMBER REGISTRY
3836 M: Torben Mathiasen <device@lanana.org>
3837 W: http://lanana.org/docs/device-list/index.html
3841 M: Alasdair Kergon <agk@redhat.com>
3842 M: Mike Snitzer <snitzer@redhat.com>
3843 M: dm-devel@redhat.com
3844 L: dm-devel@redhat.com
3845 W: http://sources.redhat.com/dm
3846 Q: http://patchwork.kernel.org/project/dm-devel/list/
3847 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3848 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3850 F: Documentation/device-mapper/
3852 F: drivers/md/persistent-data/
3853 F: include/linux/device-mapper.h
3854 F: include/linux/dm-*.h
3855 F: include/uapi/linux/dm-*.h
3858 M: Jiri Pirko <jiri@mellanox.com>
3859 L: netdev@vger.kernel.org
3861 F: net/core/devlink.c
3862 F: include/net/devlink.h
3863 F: include/uapi/linux/devlink.h
3865 DIALOG SEMICONDUCTOR DRIVERS
3866 M: Support Opensource <support.opensource@diasemi.com>
3867 W: http://www.dialog-semiconductor.com/products
3869 F: Documentation/hwmon/da90??
3870 F: Documentation/devicetree/bindings/mfd/da90*.txt
3871 F: Documentation/devicetree/bindings/regulator/da92*.txt
3872 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3873 F: drivers/gpio/gpio-da90??.c
3874 F: drivers/hwmon/da90??-hwmon.c
3875 F: drivers/iio/adc/da91??-*.c
3876 F: drivers/input/misc/da90??_onkey.c
3877 F: drivers/input/touchscreen/da9052_tsi.c
3878 F: drivers/leds/leds-da90??.c
3879 F: drivers/mfd/da903x.c
3880 F: drivers/mfd/da90??-*.c
3881 F: drivers/mfd/da91??-*.c
3882 F: drivers/power/supply/da9052-battery.c
3883 F: drivers/power/supply/da91??-*.c
3884 F: drivers/regulator/da903x.c
3885 F: drivers/regulator/da9???-regulator.[ch]
3886 F: drivers/rtc/rtc-da90??.c
3887 F: drivers/video/backlight/da90??_bl.c
3888 F: drivers/watchdog/da90??_wdt.c
3889 F: include/linux/mfd/da903x.h
3890 F: include/linux/mfd/da9052/
3891 F: include/linux/mfd/da9055/
3892 F: include/linux/mfd/da9062/
3893 F: include/linux/mfd/da9063/
3894 F: include/linux/mfd/da9150/
3895 F: include/linux/regulator/da9211.h
3896 F: include/sound/da[79]*.h
3897 F: sound/soc/codecs/da[79]*.[ch]
3899 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3900 M: William Breathitt Gray <vilhelm.gray@gmail.com>
3901 L: linux-gpio@vger.kernel.org
3903 F: drivers/gpio/gpio-gpio-mm.c
3905 DIGI NEO AND CLASSIC PCI PRODUCTS
3906 M: Lidza Louina <lidza.louina@gmail.com>
3907 M: Mark Hounschell <markh@compro.net>
3908 L: driverdev-devel@linuxdriverproject.org
3910 F: drivers/staging/dgnc/
3912 DIOLAN U2C-12 I2C DRIVER
3913 M: Guenter Roeck <linux@roeck-us.net>
3914 L: linux-i2c@vger.kernel.org
3916 F: drivers/i2c/busses/i2c-diolan-u2c.c
3919 M: Matthew Wilcox <willy@linux.intel.com>
3920 L: linux-fsdevel@vger.kernel.org
3924 DIRECTORY NOTIFICATION (DNOTIFY)
3925 M: Eric Paris <eparis@parisplace.org>
3927 F: Documentation/filesystems/dnotify.txt
3928 F: fs/notify/dnotify/
3929 F: include/linux/dnotify.h
3931 DISK GEOMETRY AND PARTITION HANDLING
3932 M: Andries Brouwer <aeb@cwi.nl>
3933 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3934 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3935 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3939 M: Jan Kara <jack@suse.com>
3941 F: Documentation/filesystems/quota.txt
3943 F: include/linux/quota*.h
3944 F: include/uapi/linux/quota*.h
3946 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3947 M: Bernie Thompson <bernie@plugable.com>
3948 L: linux-fbdev@vger.kernel.org
3950 W: http://plugable.com/category/projects/udlfb/
3951 F: drivers/video/fbdev/udlfb.c
3952 F: include/video/udlfb.h
3953 F: Documentation/fb/udlfb.txt
3955 DISTRIBUTED LOCK MANAGER (DLM)
3956 M: Christine Caulfield <ccaulfie@redhat.com>
3957 M: David Teigland <teigland@redhat.com>
3958 L: cluster-devel@redhat.com
3959 W: http://sources.redhat.com/cluster/
3960 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3964 DMA BUFFER SHARING FRAMEWORK
3965 M: Sumit Semwal <sumit.semwal@linaro.org>
3967 L: linux-media@vger.kernel.org
3968 L: dri-devel@lists.freedesktop.org
3969 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3971 F: include/linux/dma-buf*
3972 F: include/linux/reservation.h
3973 F: include/linux/*fence.h
3974 F: Documentation/dma-buf-sharing.txt
3975 T: git git://anongit.freedesktop.org/drm/drm-misc
3978 M: Sumit Semwal <sumit.semwal@linaro.org>
3979 R: Gustavo Padovan <gustavo@padovan.org>
3981 L: linux-media@vger.kernel.org
3982 L: dri-devel@lists.freedesktop.org
3983 F: drivers/dma-buf/sync_*
3984 F: drivers/dma-buf/sw_sync.c
3985 F: include/linux/sync_file.h
3986 F: include/uapi/linux/sync_file.h
3987 F: Documentation/sync_file.txt
3988 T: git git://anongit.freedesktop.org/drm/drm-misc
3990 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3991 M: Vinod Koul <vinod.koul@intel.com>
3992 L: dmaengine@vger.kernel.org
3993 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3996 F: include/linux/dmaengine.h
3997 F: Documentation/devicetree/bindings/dma/
3998 F: Documentation/dmaengine/
3999 T: git git://git.infradead.org/users/vkoul/slave-dma.git
4001 DME1737 HARDWARE MONITOR DRIVER
4002 M: Juerg Haefliger <juergh@gmail.com>
4003 L: linux-hwmon@vger.kernel.org
4005 F: Documentation/hwmon/dme1737
4006 F: drivers/hwmon/dme1737.c
4009 M: Jean Delvare <jdelvare@suse.com>
4011 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4012 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
4013 F: drivers/firmware/dmi-id.c
4014 F: drivers/firmware/dmi_scan.c
4015 F: include/linux/dmi.h
4018 M: Jonathan Corbet <corbet@lwn.net>
4019 L: linux-doc@vger.kernel.org
4022 F: scripts/docproc.c
4023 F: scripts/kernel-doc*
4024 X: Documentation/ABI/
4025 X: Documentation/devicetree/
4026 X: Documentation/acpi
4027 X: Documentation/power
4028 X: Documentation/spi
4029 X: Documentation/media
4030 T: git git://git.lwn.net/linux.git docs-next
4033 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
4034 L: blinux-list@redhat.com
4036 F: drivers/char/dtlk.c
4037 F: include/linux/dtlk.h
4039 DPT_I2O SCSI RAID DRIVER
4040 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4041 L: linux-scsi@vger.kernel.org
4042 W: http://www.adaptec.com/
4044 F: drivers/scsi/dpt*
4045 F: drivers/scsi/dpt/
4048 M: Philipp Reisner <philipp.reisner@linbit.com>
4049 M: Lars Ellenberg <lars.ellenberg@linbit.com>
4050 L: drbd-dev@lists.linbit.com
4051 W: http://www.drbd.org
4052 T: git git://git.linbit.com/linux-drbd.git
4053 T: git git://git.linbit.com/drbd-8.4.git
4055 F: drivers/block/drbd/
4057 F: Documentation/blockdev/drbd/
4059 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
4060 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4061 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4063 F: Documentation/kobject.txt
4068 F: include/linux/debugfs.h
4069 F: include/linux/kobj*
4073 M: David Airlie <airlied@linux.ie>
4074 L: dri-devel@lists.freedesktop.org
4075 T: git git://people.freedesktop.org/~airlied/linux
4076 B: https://bugs.freedesktop.org/
4077 C: irc://chat.freenode.net/dri-devel
4081 F: Documentation/devicetree/bindings/display/
4082 F: Documentation/devicetree/bindings/gpu/
4083 F: Documentation/devicetree/bindings/video/
4084 F: Documentation/gpu/
4086 F: include/uapi/drm/
4088 DRM DRIVERS AND MISC GPU PATCHES
4089 M: Daniel Vetter <daniel.vetter@intel.com>
4090 M: Jani Nikula <jani.nikula@linux.intel.com>
4091 M: Sean Paul <seanpaul@chromium.org>
4092 W: https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4094 T: git git://anongit.freedesktop.org/drm/drm-misc
4095 F: Documentation/gpu/
4097 F: drivers/gpu/drm/*
4099 F: include/uapi/drm/drm*
4101 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4102 M: Dave Airlie <airlied@redhat.com>
4104 F: drivers/gpu/drm/ast/
4106 DRM DRIVERS FOR BRIDGE CHIPS
4107 M: Archit Taneja <architt@codeaurora.org>
4109 T: git git://anongit.freedesktop.org/drm/drm-misc
4110 F: drivers/gpu/drm/bridge/
4112 DRM DRIVER FOR BOCHS VIRTUAL GPU
4113 M: Gerd Hoffmann <kraxel@redhat.com>
4115 F: drivers/gpu/drm/bochs/
4117 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4118 M: Dave Airlie <airlied@redhat.com>
4120 F: drivers/gpu/drm/cirrus/
4122 RADEON and AMDGPU DRM DRIVERS
4123 M: Alex Deucher <alexander.deucher@amd.com>
4124 M: Christian König <christian.koenig@amd.com>
4125 L: amd-gfx@lists.freedesktop.org
4126 T: git git://people.freedesktop.org/~agd5f/linux
4128 F: drivers/gpu/drm/radeon/
4129 F: include/uapi/drm/radeon_drm.h
4130 F: drivers/gpu/drm/amd/
4131 F: include/uapi/drm/amdgpu_drm.h
4134 M: Thierry Reding <thierry.reding@gmail.com>
4135 L: dri-devel@lists.freedesktop.org
4136 T: git git://anongit.freedesktop.org/tegra/linux.git
4138 F: drivers/gpu/drm/drm_panel.c
4139 F: drivers/gpu/drm/panel/
4140 F: include/drm/drm_panel.h
4141 F: Documentation/devicetree/bindings/display/panel/
4143 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4144 M: Daniel Vetter <daniel.vetter@intel.com>
4145 M: Jani Nikula <jani.nikula@linux.intel.com>
4146 L: intel-gfx@lists.freedesktop.org
4147 W: https://01.org/linuxgraphics/
4148 B: https://01.org/linuxgraphics/documentation/how-report-bugs
4149 C: irc://chat.freenode.net/intel-gfx
4150 Q: http://patchwork.freedesktop.org/project/intel-gfx/
4151 T: git git://anongit.freedesktop.org/drm-intel
4153 F: drivers/gpu/drm/i915/
4154 F: include/drm/i915*
4155 F: include/uapi/drm/i915_drm.h
4156 F: Documentation/gpu/i915.rst
4158 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4159 M: Zhenyu Wang <zhenyuw@linux.intel.com>
4160 M: Zhi Wang <zhi.a.wang@intel.com>
4161 L: igvt-g-dev@lists.01.org
4162 L: intel-gfx@lists.freedesktop.org
4163 W: https://01.org/igvt-g
4164 T: git https://github.com/01org/gvt-linux.git
4166 F: drivers/gpu/drm/i915/gvt/
4168 DRM DRIVERS FOR ATMEL HLCDC
4169 M: Boris Brezillon <boris.brezillon@free-electrons.com>
4170 L: dri-devel@lists.freedesktop.org
4172 F: drivers/gpu/drm/atmel-hlcdc/
4173 F: Documentation/devicetree/bindings/drm/atmel/
4175 DRM DRIVERS FOR ALLWINNER A10
4176 M: Maxime Ripard <maxime.ripard@free-electrons.com>
4177 L: dri-devel@lists.freedesktop.org
4179 F: drivers/gpu/drm/sun4i/
4180 F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4182 DRM DRIVERS FOR AMLOGIC SOCS
4183 M: Neil Armstrong <narmstrong@baylibre.com>
4184 L: dri-devel@lists.freedesktop.org
4185 L: linux-amlogic@lists.infradead.org
4186 W: http://linux-meson.com/
4188 F: drivers/gpu/drm/meson/
4189 F: Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4191 DRM DRIVERS FOR EXYNOS
4192 M: Inki Dae <inki.dae@samsung.com>
4193 M: Joonyoung Shim <jy0922.shim@samsung.com>
4194 M: Seung-Woo Kim <sw0312.kim@samsung.com>
4195 M: Kyungmin Park <kyungmin.park@samsung.com>
4196 L: dri-devel@lists.freedesktop.org
4197 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4199 F: drivers/gpu/drm/exynos/
4200 F: include/uapi/drm/exynos_drm.h
4201 F: Documentation/devicetree/bindings/display/exynos/
4203 DRM DRIVERS FOR FREESCALE DCU
4204 M: Stefan Agner <stefan@agner.ch>
4205 M: Alison Wang <alison.wang@freescale.com>
4206 L: dri-devel@lists.freedesktop.org
4208 F: drivers/gpu/drm/fsl-dcu/
4209 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
4210 F: Documentation/devicetree/bindings/display/fsl,tcon.txt
4211 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4213 DRM DRIVERS FOR FREESCALE IMX
4214 M: Philipp Zabel <p.zabel@pengutronix.de>
4215 L: dri-devel@lists.freedesktop.org
4217 F: drivers/gpu/drm/imx/
4218 F: drivers/gpu/ipu-v3/
4219 F: Documentation/devicetree/bindings/display/imx/
4221 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4222 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4223 L: dri-devel@lists.freedesktop.org
4224 T: git git://github.com/patjak/drm-gma500
4226 F: drivers/gpu/drm/gma500/
4228 DRM DRIVERS FOR HISILICON
4229 M: Xinliang Liu <z.liuxinliang@hisilicon.com>
4230 M: Rongrong Zou <zourongrong@gmail.com>
4231 R: Xinwei Kong <kong.kongxinwei@hisilicon.com>
4232 R: Chen Feng <puck.chen@hisilicon.com>
4233 L: dri-devel@lists.freedesktop.org
4234 T: git git://github.com/xin3liang/linux.git
4236 F: drivers/gpu/drm/hisilicon/
4237 F: Documentation/devicetree/bindings/display/hisilicon/
4239 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4240 S: Orphan / Obsolete
4241 F: drivers/gpu/drm/i810/
4242 F: include/uapi/drm/i810_drm.h
4244 DRM DRIVERS FOR MEDIATEK
4245 M: CK Hu <ck.hu@mediatek.com>
4246 M: Philipp Zabel <p.zabel@pengutronix.de>
4247 L: dri-devel@lists.freedesktop.org
4249 F: drivers/gpu/drm/mediatek/
4250 F: Documentation/devicetree/bindings/display/mediatek/
4252 DRM DRIVER FOR MSM ADRENO GPU
4253 M: Rob Clark <robdclark@gmail.com>
4254 L: linux-arm-msm@vger.kernel.org
4255 L: dri-devel@lists.freedesktop.org
4256 L: freedreno@lists.freedesktop.org
4257 T: git git://people.freedesktop.org/~robclark/linux
4259 F: drivers/gpu/drm/msm/
4260 F: include/uapi/drm/msm_drm.h
4261 F: Documentation/devicetree/bindings/display/msm/
4263 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4264 M: Ben Skeggs <bskeggs@redhat.com>
4265 L: dri-devel@lists.freedesktop.org
4266 L: nouveau@lists.freedesktop.org
4267 T: git git://github.com/skeggsb/linux
4269 F: drivers/gpu/drm/nouveau/
4270 F: include/uapi/drm/nouveau_drm.h
4272 DRM DRIVERS FOR NVIDIA TEGRA
4273 M: Thierry Reding <thierry.reding@gmail.com>
4274 L: dri-devel@lists.freedesktop.org
4275 L: linux-tegra@vger.kernel.org
4276 T: git git://anongit.freedesktop.org/tegra/linux.git
4278 F: drivers/gpu/drm/tegra/
4279 F: drivers/gpu/host1x/
4280 F: include/linux/host1x.h
4281 F: include/uapi/drm/tegra_drm.h
4282 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4284 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4285 S: Orphan / Obsolete
4286 F: drivers/gpu/drm/mga/
4287 F: include/uapi/drm/mga_drm.h
4289 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4290 M: Dave Airlie <airlied@redhat.com>
4292 F: drivers/gpu/drm/mgag200/
4294 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4295 S: Orphan / Obsolete
4296 F: drivers/gpu/drm/r128/
4297 F: include/uapi/drm/r128_drm.h
4299 DRM DRIVERS FOR RENESAS
4300 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4301 L: dri-devel@lists.freedesktop.org
4302 L: linux-renesas-soc@vger.kernel.org
4303 T: git git://linuxtv.org/pinchartl/fbdev
4305 F: drivers/gpu/drm/rcar-du/
4306 F: drivers/gpu/drm/shmobile/
4307 F: include/linux/platform_data/shmob_drm.h
4308 F: Documentation/devicetree/bindings/display/renesas,du.txt
4310 DRM DRIVER FOR QXL VIRTUAL GPU
4311 M: Dave Airlie <airlied@redhat.com>
4313 F: drivers/gpu/drm/qxl/
4314 F: include/uapi/drm/qxl_drm.h
4316 DRM DRIVERS FOR ROCKCHIP
4317 M: Mark Yao <mark.yao@rock-chips.com>
4318 L: dri-devel@lists.freedesktop.org
4320 F: drivers/gpu/drm/rockchip/
4321 F: Documentation/devicetree/bindings/display/rockchip/
4323 DRM DRIVER FOR SAVAGE VIDEO CARDS
4324 S: Orphan / Obsolete
4325 F: drivers/gpu/drm/savage/
4326 F: include/uapi/drm/savage_drm.h
4328 DRM DRIVER FOR SIS VIDEO CARDS
4329 S: Orphan / Obsolete
4330 F: drivers/gpu/drm/sis/
4331 F: include/uapi/drm/sis_drm.h
4334 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
4335 M: Vincent Abriou <vincent.abriou@st.com>
4336 L: dri-devel@lists.freedesktop.org
4337 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4339 F: drivers/gpu/drm/sti
4340 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
4342 DRM DRIVER FOR TDFX VIDEO CARDS
4343 S: Orphan / Obsolete
4344 F: drivers/gpu/drm/tdfx/
4346 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4347 M: Dave Airlie <airlied@redhat.com>
4349 F: drivers/gpu/drm/udl/
4351 DRM DRIVERS FOR VIVANTE GPU IP
4352 M: Lucas Stach <l.stach@pengutronix.de>
4353 R: Russell King <linux+etnaviv@armlinux.org.uk>
4354 R: Christian Gmeiner <christian.gmeiner@gmail.com>
4355 L: etnaviv@lists.freedesktop.org
4356 L: dri-devel@lists.freedesktop.org
4358 F: drivers/gpu/drm/etnaviv/
4359 F: include/uapi/drm/etnaviv_drm.h
4360 F: Documentation/devicetree/bindings/display/etnaviv/
4362 DRM DRIVER FOR VMWARE VIRTUAL GPU
4363 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4364 M: Sinclair Yeh <syeh@vmware.com>
4365 M: Thomas Hellstrom <thellstrom@vmware.com>
4366 L: dri-devel@lists.freedesktop.org
4367 T: git git://people.freedesktop.org/~syeh/repos_linux
4368 T: git git://people.freedesktop.org/~thomash/linux
4370 F: drivers/gpu/drm/vmwgfx/
4371 F: include/uapi/drm/vmwgfx_drm.h
4374 M: Eric Anholt <eric@anholt.net>
4375 T: git git://github.com/anholt/linux
4377 F: drivers/gpu/drm/vc4/
4378 F: include/uapi/drm/vc4_drm.h
4379 F: Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4381 DRM DRIVERS FOR TI OMAP
4382 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4383 L: dri-devel@lists.freedesktop.org
4385 F: drivers/gpu/drm/omapdrm/
4386 F: Documentation/devicetree/bindings/display/ti/
4388 DRM DRIVERS FOR TI LCDC
4389 M: Jyri Sarha <jsarha@ti.com>
4390 R: Tomi Valkeinen <tomi.valkeinen@ti.com>
4391 L: dri-devel@lists.freedesktop.org
4393 F: drivers/gpu/drm/tilcdc/
4394 F: Documentation/devicetree/bindings/display/tilcdc/
4396 DRM DRIVERS FOR ZTE ZX
4397 M: Shawn Guo <shawnguo@kernel.org>
4398 L: dri-devel@lists.freedesktop.org
4400 F: drivers/gpu/drm/zte/
4401 F: Documentation/devicetree/bindings/display/zte,vou.txt
4403 DSBR100 USB FM RADIO DRIVER
4404 M: Alexey Klimov <klimov.linux@gmail.com>
4405 L: linux-media@vger.kernel.org
4406 T: git git://linuxtv.org/media_tree.git
4408 F: drivers/media/radio/dsbr100.c
4411 M: Francois Romieu <romieu@fr.zoreil.com>
4412 L: netdev@vger.kernel.org
4414 F: drivers/net/wan/dscc4.c
4417 M: Hans Verkuil <hverkuil@xs4all.nl>
4418 L: linux-media@vger.kernel.org
4419 T: git git://linuxtv.org/media_tree.git
4420 W: https://linuxtv.org
4422 F: drivers/media/pci/dt3155/
4424 DVB_USB_AF9015 MEDIA DRIVER
4425 M: Antti Palosaari <crope@iki.fi>
4426 L: linux-media@vger.kernel.org
4427 W: https://linuxtv.org
4428 W: http://palosaari.fi/linux/
4429 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4430 T: git git://linuxtv.org/anttip/media_tree.git
4432 F: drivers/media/usb/dvb-usb-v2/af9015*
4434 DVB_USB_AF9035 MEDIA DRIVER
4435 M: Antti Palosaari <crope@iki.fi>
4436 L: linux-media@vger.kernel.org
4437 W: https://linuxtv.org
4438 W: http://palosaari.fi/linux/
4439 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4440 T: git git://linuxtv.org/anttip/media_tree.git
4442 F: drivers/media/usb/dvb-usb-v2/af9035*
4444 DVB_USB_ANYSEE MEDIA DRIVER
4445 M: Antti Palosaari <crope@iki.fi>
4446 L: linux-media@vger.kernel.org
4447 W: https://linuxtv.org
4448 W: http://palosaari.fi/linux/
4449 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4450 T: git git://linuxtv.org/anttip/media_tree.git
4452 F: drivers/media/usb/dvb-usb-v2/anysee*
4454 DVB_USB_AU6610 MEDIA DRIVER
4455 M: Antti Palosaari <crope@iki.fi>
4456 L: linux-media@vger.kernel.org
4457 W: https://linuxtv.org
4458 W: http://palosaari.fi/linux/
4459 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4460 T: git git://linuxtv.org/anttip/media_tree.git
4462 F: drivers/media/usb/dvb-usb-v2/au6610*
4464 DVB_USB_CE6230 MEDIA DRIVER
4465 M: Antti Palosaari <crope@iki.fi>
4466 L: linux-media@vger.kernel.org
4467 W: https://linuxtv.org
4468 W: http://palosaari.fi/linux/
4469 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4470 T: git git://linuxtv.org/anttip/media_tree.git
4472 F: drivers/media/usb/dvb-usb-v2/ce6230*
4474 DVB_USB_CXUSB MEDIA DRIVER
4475 M: Michael Krufky <mkrufky@linuxtv.org>
4476 L: linux-media@vger.kernel.org
4477 W: https://linuxtv.org
4478 W: http://github.com/mkrufky
4479 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4480 T: git git://linuxtv.org/media_tree.git
4482 F: drivers/media/usb/dvb-usb/cxusb*
4484 DVB_USB_EC168 MEDIA DRIVER
4485 M: Antti Palosaari <crope@iki.fi>
4486 L: linux-media@vger.kernel.org
4487 W: https://linuxtv.org
4488 W: http://palosaari.fi/linux/
4489 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4490 T: git git://linuxtv.org/anttip/media_tree.git
4492 F: drivers/media/usb/dvb-usb-v2/ec168*
4494 DVB_USB_GL861 MEDIA DRIVER
4495 M: Antti Palosaari <crope@iki.fi>
4496 L: linux-media@vger.kernel.org
4497 W: https://linuxtv.org
4498 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4499 T: git git://linuxtv.org/anttip/media_tree.git
4501 F: drivers/media/usb/dvb-usb-v2/gl861*
4503 DVB_USB_MXL111SF MEDIA DRIVER
4504 M: Michael Krufky <mkrufky@linuxtv.org>
4505 L: linux-media@vger.kernel.org
4506 W: https://linuxtv.org
4507 W: http://github.com/mkrufky
4508 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4509 T: git git://linuxtv.org/mkrufky/mxl111sf.git
4511 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
4513 DVB_USB_RTL28XXU MEDIA DRIVER
4514 M: Antti Palosaari <crope@iki.fi>
4515 L: linux-media@vger.kernel.org
4516 W: https://linuxtv.org
4517 W: http://palosaari.fi/linux/
4518 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4519 T: git git://linuxtv.org/anttip/media_tree.git
4521 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
4523 DVB_USB_V2 MEDIA DRIVER
4524 M: Antti Palosaari <crope@iki.fi>
4525 L: linux-media@vger.kernel.org
4526 W: https://linuxtv.org
4527 W: http://palosaari.fi/linux/
4528 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4529 T: git git://linuxtv.org/anttip/media_tree.git
4531 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
4532 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
4535 M: Jason Baron <jbaron@akamai.com>
4537 F: lib/dynamic_debug.c
4538 F: include/linux/dynamic_debug.h
4540 DZ DECSTATION DZ11 SERIAL DRIVER
4541 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4543 F: drivers/tty/serial/dz.*
4545 E3X0 POWER BUTTON DRIVER
4546 M: Moritz Fischer <moritz.fischer@ettus.com>
4547 L: usrp-users@lists.ettus.com
4548 W: http://www.ettus.com
4550 F: drivers/input/misc/e3x0-button.c
4551 F: Documentation/devicetree/bindings/input/e3x0-button.txt
4554 M: Antti Palosaari <crope@iki.fi>
4555 L: linux-media@vger.kernel.org
4556 W: https://linuxtv.org
4557 W: http://palosaari.fi/linux/
4558 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4559 T: git git://linuxtv.org/anttip/media_tree.git
4561 F: drivers/media/tuners/e4000*
4563 EATA ISA/EISA/PCI SCSI DRIVER
4564 M: Dario Ballabio <ballabio_dario@emc.com>
4565 L: linux-scsi@vger.kernel.org
4567 F: drivers/scsi/eata.c
4570 M: Antti Palosaari <crope@iki.fi>
4571 L: linux-media@vger.kernel.org
4572 W: https://linuxtv.org
4573 W: http://palosaari.fi/linux/
4574 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4575 T: git git://linuxtv.org/anttip/media_tree.git
4577 F: drivers/media/dvb-frontends/ec100*
4580 M: Tyler Hicks <tyhicks@canonical.com>
4581 L: ecryptfs@vger.kernel.org
4582 W: http://ecryptfs.org
4583 W: https://launchpad.net/ecryptfs
4584 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4586 F: Documentation/filesystems/ecryptfs.txt
4590 M: Borislav Petkov <bp@alien8.de>
4591 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4592 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4593 L: linux-edac@vger.kernel.org
4594 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4595 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4597 F: Documentation/admin-guide/ras.rst
4598 F: Documentation/driver-api/edac.rst
4600 F: include/linux/edac.h
4603 M: Borislav Petkov <bp@alien8.de>
4604 L: linux-edac@vger.kernel.org
4606 F: drivers/edac/amd64_edac*
4609 M: Robert Richter <rric@kernel.org>
4610 L: linux-edac@vger.kernel.org
4612 F: drivers/edac/highbank*
4615 M: Ralf Baechle <ralf@linux-mips.org>
4616 M: David Daney <david.daney@cavium.com>
4617 L: linux-edac@vger.kernel.org
4618 L: linux-mips@linux-mips.org
4620 F: drivers/edac/octeon_edac*
4623 M: Mark Gross <mark.gross@intel.com>
4624 L: linux-edac@vger.kernel.org
4626 F: drivers/edac/e752x_edac.c
4629 L: linux-edac@vger.kernel.org
4631 F: drivers/edac/e7xxx_edac.c
4634 M: York Sun <york.sun@nxp.com>
4635 L: linux-edac@vger.kernel.org
4637 F: drivers/edac/fsl_ddr_edac.*
4640 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4641 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4642 L: linux-edac@vger.kernel.org
4644 F: drivers/edac/ghes_edac.c
4647 M: Tim Small <tim@buttersideup.com>
4648 L: linux-edac@vger.kernel.org
4650 F: drivers/edac/i82443bxgx_edac.c
4653 L: linux-edac@vger.kernel.org
4655 F: drivers/edac/i3000_edac.c
4658 L: linux-edac@vger.kernel.org
4660 F: drivers/edac/i5000_edac.c
4663 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4664 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4665 L: linux-edac@vger.kernel.org
4667 F: drivers/edac/i5400_edac.c
4670 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4671 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4672 L: linux-edac@vger.kernel.org
4674 F: drivers/edac/i7300_edac.c
4677 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4678 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4679 L: linux-edac@vger.kernel.org
4681 F: drivers/edac/i7core_edac.c
4684 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4685 M: "Arvind R." <arvino55@gmail.com>
4686 L: linux-edac@vger.kernel.org
4688 F: drivers/edac/i82975x_edac.c
4691 M: Jason Baron <jbaron@akamai.com>
4692 L: linux-edac@vger.kernel.org
4694 F: drivers/edac/ie31200_edac.c
4697 M: Johannes Thumshirn <morbidrsa@gmail.com>
4698 L: linux-edac@vger.kernel.org
4700 F: drivers/edac/mpc85xx_edac.[ch]
4703 M: Egor Martovetsky <egor@pasemi.com>
4704 L: linux-edac@vger.kernel.org
4706 F: drivers/edac/pasemi_edac.c
4709 M: Tim Small <tim@buttersideup.com>
4710 L: linux-edac@vger.kernel.org
4712 F: drivers/edac/r82600_edac.c
4715 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4716 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4717 L: linux-edac@vger.kernel.org
4719 F: drivers/edac/sb_edac.c
4722 M: Tony Luck <tony.luck@intel.com>
4723 L: linux-edac@vger.kernel.org
4725 F: drivers/edac/skx_edac.c
4728 APPLIED MICRO (APM) X-GENE SOC EDAC
4729 M: Loc Ho <lho@apm.com>
4731 F: drivers/edac/xgene_edac.c
4732 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4734 EDIROL UA-101/UA-1000 DRIVER
4735 M: Clemens Ladisch <clemens@ladisch.de>
4736 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4737 T: git git://git.alsa-project.org/alsa-kernel.git
4739 F: sound/usb/misc/ua101.c
4741 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4742 M: Matt Fleming <matt@codeblueprint.co.uk>
4743 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
4744 L: linux-efi@vger.kernel.org
4745 T: git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4747 F: Documentation/efi-stub.txt
4748 F: arch/*/kernel/efi.c
4749 F: arch/x86/boot/compressed/eboot.[ch]
4750 F: arch/*/include/asm/efi.h
4751 F: arch/x86/platform/efi/
4752 F: drivers/firmware/efi/
4753 F: include/linux/efi*.h
4754 F: arch/arm/boot/compressed/efi-header.S
4755 F: arch/arm64/kernel/efi-entry.S
4757 EFI VARIABLE FILESYSTEM
4758 M: Matthew Garrett <matthew.garrett@nebula.com>
4759 M: Jeremy Kerr <jk@ozlabs.org>
4760 M: Matt Fleming <matt@codeblueprint.co.uk>
4761 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4762 L: linux-efi@vger.kernel.org
4766 EFIFB FRAMEBUFFER DRIVER
4767 L: linux-fbdev@vger.kernel.org
4768 M: Peter Jones <pjones@redhat.com>
4770 F: drivers/video/fbdev/efifb.c
4773 L: linux-efi@vger.kernel.org
4774 M: Ivan Hu <ivan.hu@canonical.com>
4775 M: Matt Fleming <matt@codeblueprint.co.uk>
4777 F: drivers/firmware/efi/test/
4780 W: http://aeschi.ch.eu.org/efs/
4784 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4785 M: Douglas Miller <dougmill@linux.vnet.ibm.com>
4786 L: netdev@vger.kernel.org
4788 F: drivers/net/ethernet/ibm/ehea/
4790 EM28XX VIDEO4LINUX DRIVER
4791 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4792 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4793 L: linux-media@vger.kernel.org
4794 W: https://linuxtv.org
4795 T: git git://linuxtv.org/media_tree.git
4797 F: drivers/media/usb/em28xx/
4798 F: Documentation/media/v4l-drivers/em28xx*
4801 M: Paul Gortmaker <paul.gortmaker@windriver.com>
4802 M: Matt Mackall <mpm@selenic.com>
4803 M: David Woodhouse <dwmw2@infradead.org>
4804 L: linux-embedded@vger.kernel.org
4807 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
4808 M: James Smart <james.smart@broadcom.com>
4809 M: Dick Kennedy <dick.kennedy@broadcom.com>
4810 L: linux-scsi@vger.kernel.org
4811 W: http://www.broadcom.com
4813 F: drivers/scsi/lpfc/
4815 ENE CB710 FLASH CARD READER DRIVER
4816 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4818 F: drivers/misc/cb710/
4819 F: drivers/mmc/host/cb710-mmc.*
4820 F: include/linux/cb710.h
4822 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4823 M: Maxim Levitsky <maximlevitsky@gmail.com>
4825 F: drivers/media/rc/ene_ir.*
4827 EPSON S1D13XXX FRAMEBUFFER DRIVER
4828 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4830 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4831 F: drivers/video/fbdev/s1d13xxxfb.c
4832 F: include/video/s1d13xxxfb.h
4834 ET131X NETWORK DRIVER
4835 M: Mark Einon <mark.einon@gmail.com>
4837 F: drivers/net/ethernet/agere/
4840 M: Stephen Hemminger <stephen@networkplumber.org>
4841 L: bridge@lists.linux-foundation.org (moderated for non-subscribers)
4842 L: netdev@vger.kernel.org
4843 W: http://www.linuxfoundation.org/en/Net:Bridge
4845 F: include/linux/netfilter_bridge/
4848 ETHERNET PHY LIBRARY
4849 M: Florian Fainelli <f.fainelli@gmail.com>
4850 L: netdev@vger.kernel.org
4852 F: include/linux/phy.h
4853 F: include/linux/phy_fixed.h
4855 F: Documentation/networking/phy.txt
4856 F: drivers/of/of_mdio.c
4857 F: drivers/of/of_net.c
4860 M: Jan Kara <jack@suse.com>
4861 L: linux-ext4@vger.kernel.org
4863 F: Documentation/filesystems/ext2.txt
4865 F: include/linux/ext2*
4868 M: "Theodore Ts'o" <tytso@mit.edu>
4869 M: Andreas Dilger <adilger.kernel@dilger.ca>
4870 L: linux-ext4@vger.kernel.org
4871 W: http://ext4.wiki.kernel.org
4872 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4873 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4875 F: Documentation/filesystems/ext4.txt
4878 Extended Verification Module (EVM)
4879 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4880 L: linux-ima-devel@lists.sourceforge.net
4881 L: linux-security-module@vger.kernel.org
4883 F: security/integrity/evm/
4885 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4886 M: MyungJoo Ham <myungjoo.ham@samsung.com>
4887 M: Chanwoo Choi <cw00.choi@samsung.com>
4888 L: linux-kernel@vger.kernel.org
4889 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4892 F: include/linux/extcon/
4893 F: include/linux/extcon.h
4894 F: Documentation/extcon/
4895 F: Documentation/devicetree/bindings/extcon/
4898 M: Jingoo Han <jingoohan1@gmail.com>
4899 L: dri-devel@lists.freedesktop.org
4901 F: drivers/gpu/drm/exynos/exynos_dp*
4903 EXYNOS SYSMMU (IOMMU) driver
4904 M: Marek Szyprowski <m.szyprowski@samsung.com>
4905 L: iommu@lists.linux-foundation.org
4907 F: drivers/iommu/exynos-iommu.c
4909 EZchip NPS platform support
4910 M: Noam Camus <noamc@ezchip.com>
4912 F: arch/arc/plat-eznps
4913 F: arch/arc/boot/dts/eznps.dts
4915 F71805F HARDWARE MONITORING DRIVER
4916 M: Jean Delvare <jdelvare@suse.com>
4917 L: linux-hwmon@vger.kernel.org
4919 F: Documentation/hwmon/f71805f
4920 F: drivers/hwmon/f71805f.c
4923 M: Michael Buesch <m@bues.ch>
4924 L: linux-media@vger.kernel.org
4926 F: drivers/media/tuners/fc0011.h
4927 F: drivers/media/tuners/fc0011.c
4930 M: Antti Palosaari <crope@iki.fi>
4931 L: linux-media@vger.kernel.org
4932 W: https://linuxtv.org
4933 W: http://palosaari.fi/linux/
4934 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4935 T: git git://linuxtv.org/anttip/media_tree.git
4937 F: drivers/media/tuners/fc2580*
4940 M: Eric Paris <eparis@redhat.com>
4942 F: fs/notify/fanotify/
4943 F: include/linux/fanotify.h
4944 F: include/uapi/linux/fanotify.h
4946 FARSYNC SYNCHRONOUS DRIVER
4947 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4948 W: http://www.farsite.co.uk/
4950 F: drivers/net/wan/farsync.*
4952 FAULT INJECTION SUPPORT
4953 M: Akinobu Mita <akinobu.mita@gmail.com>
4955 F: Documentation/fault-injection/
4956 F: lib/fault-inject.c
4958 FBTFT Framebuffer drivers
4959 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4960 M: Noralf Trønnes <noralf@tronnes.org>
4962 F: drivers/staging/fbtft/
4964 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4965 M: Johannes Thumshirn <jth@kernel.org>
4966 L: fcoe-devel@open-fcoe.org
4967 W: www.Open-FCoE.org
4969 F: drivers/scsi/libfc/
4970 F: drivers/scsi/fcoe/
4972 F: include/scsi/libfc.h
4973 F: include/scsi/libfcoe.h
4974 F: include/uapi/scsi/fc/
4976 FILE LOCKING (flock() and fcntl()/lockf())
4977 M: Jeff Layton <jlayton@poochiereds.net>
4978 M: "J. Bruce Fields" <bfields@fieldses.org>
4979 L: linux-fsdevel@vger.kernel.org
4981 F: include/linux/fcntl.h
4982 F: include/linux/fs.h
4983 F: include/uapi/linux/fcntl.h
4984 F: include/uapi/linux/fs.h
4988 FILESYSTEMS (VFS and infrastructure)
4989 M: Alexander Viro <viro@zeniv.linux.org.uk>
4990 L: linux-fsdevel@vger.kernel.org
4994 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4995 M: Riku Voipio <riku.voipio@iki.fi>
4996 L: linux-hwmon@vger.kernel.org
4998 F: drivers/hwmon/f75375s.c
4999 F: include/linux/f75375s.h
5001 FIREWIRE AUDIO DRIVERS
5002 M: Clemens Ladisch <clemens@ladisch.de>
5003 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5004 T: git git://git.alsa-project.org/alsa-kernel.git
5008 FIREWIRE MEDIA DRIVERS (firedtv)
5009 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
5010 L: linux-media@vger.kernel.org
5011 L: linux1394-devel@lists.sourceforge.net
5012 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5014 F: drivers/media/firewire/
5016 FIREWIRE SBP-2 TARGET
5017 M: Chris Boot <bootc@bootc.net>
5018 L: linux-scsi@vger.kernel.org
5019 L: target-devel@vger.kernel.org
5020 L: linux1394-devel@lists.sourceforge.net
5021 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5023 F: drivers/target/sbp/
5026 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
5027 L: linux1394-devel@lists.sourceforge.net
5028 W: http://ieee1394.wiki.kernel.org/
5029 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5031 F: drivers/firewire/
5032 F: include/linux/firewire.h
5033 F: include/uapi/linux/firewire*.h
5036 FIRMWARE LOADER (request_firmware)
5037 M: Ming Lei <ming.lei@canonical.com>
5038 M: Luis R. Rodriguez <mcgrof@kernel.org>
5039 L: linux-kernel@vger.kernel.org
5041 F: Documentation/firmware_class/
5042 F: drivers/base/firmware*.c
5043 F: include/linux/firmware.h
5045 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5046 M: Joshua Morris <josh.h.morris@us.ibm.com>
5047 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5049 F: drivers/block/rsxx/
5052 M: Jiri Kosina <jikos@kernel.org>
5053 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5055 F: drivers/block/floppy.c
5058 M: Alessandro Rubini <rubini@gnudd.com>
5059 W: http://www.ohwr.org/projects/fmc-bus
5062 F: include/linux/fmc*.h
5063 F: include/linux/ipmi-fru.h
5066 FPGA MANAGER FRAMEWORK
5067 M: Alan Tull <atull@opensource.altera.com>
5068 R: Moritz Fischer <moritz.fischer@ettus.com>
5069 L: linux-fpga@vger.kernel.org
5071 T: git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5073 F: include/linux/fpga/fpga-mgr.h
5074 W: http://www.rocketboards.org
5077 M: Bill Metzenthen <billm@melbpc.org.au>
5078 W: http://floatingpoint.sourceforge.net/emulator/index.html
5080 F: arch/x86/math-emu/
5082 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5083 L: netdev@vger.kernel.org
5085 F: drivers/net/wan/dlci.c
5086 F: drivers/net/wan/sdla.c
5089 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5090 L: linux-fbdev@vger.kernel.org
5091 T: git git://github.com/bzolnier/linux.git
5092 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
5094 F: Documentation/fb/
5097 F: include/linux/fb.h
5098 F: include/uapi/video/
5099 F: include/uapi/linux/fb.h
5101 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5102 M: Horia Geantă <horia.geanta@nxp.com>
5103 M: Dan Douglass <dan.douglass@nxp.com>
5104 L: linux-crypto@vger.kernel.org
5106 F: drivers/crypto/caam/
5107 F: Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5109 FREESCALE DIU FRAMEBUFFER DRIVER
5110 M: Timur Tabi <timur@tabi.org>
5111 L: linux-fbdev@vger.kernel.org
5113 F: drivers/video/fbdev/fsl-diu-fb.*
5115 FREESCALE DMA DRIVER
5116 M: Li Yang <leoli@freescale.com>
5117 M: Zhang Wei <zw@zh-kernel.org>
5118 L: linuxppc-dev@lists.ozlabs.org
5120 F: drivers/dma/fsldma.*
5122 FREESCALE GPMI NAND DRIVER
5123 M: Han Xu <han.xu@nxp.com>
5124 L: linux-mtd@lists.infradead.org
5126 F: drivers/mtd/nand/gpmi-nand/*
5128 FREESCALE I2C CPM DRIVER
5129 M: Jochen Friedrich <jochen@scram.de>
5130 L: linuxppc-dev@lists.ozlabs.org
5131 L: linux-i2c@vger.kernel.org
5133 F: drivers/i2c/busses/i2c-cpm.c
5135 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5136 M: Sascha Hauer <kernel@pengutronix.de>
5137 L: linux-fbdev@vger.kernel.org
5138 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5140 F: include/linux/platform_data/video-imxfb.h
5141 F: drivers/video/fbdev/imxfb.c
5143 FREESCALE QUAD SPI DRIVER
5144 M: Han Xu <han.xu@nxp.com>
5145 L: linux-mtd@lists.infradead.org
5147 F: drivers/mtd/spi-nor/fsl-quadspi.c
5149 FREESCALE SOC FS_ENET DRIVER
5150 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
5151 M: Vitaly Bordug <vbordug@ru.mvista.com>
5152 L: linuxppc-dev@lists.ozlabs.org
5153 L: netdev@vger.kernel.org
5155 F: drivers/net/ethernet/freescale/fs_enet/
5156 F: include/linux/fs_enet_pd.h
5158 FREESCALE IMX / MXC FEC DRIVER
5159 M: Fugang Duan <fugang.duan@nxp.com>
5160 L: netdev@vger.kernel.org
5162 F: drivers/net/ethernet/freescale/fec_main.c
5163 F: drivers/net/ethernet/freescale/fec_ptp.c
5164 F: drivers/net/ethernet/freescale/fec.h
5165 F: Documentation/devicetree/bindings/net/fsl-fec.txt
5167 FREESCALE QORIQ DPAA FMAN DRIVER
5168 M: Madalin Bucur <madalin.bucur@nxp.com>
5169 L: netdev@vger.kernel.org
5171 F: drivers/net/ethernet/freescale/fman
5172 F: Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5174 FREESCALE QORIQ DPAA ETHERNET DRIVER
5175 M: Madalin Bucur <madalin.bucur@nxp.com>
5176 L: netdev@vger.kernel.org
5178 F: drivers/net/ethernet/freescale/dpaa
5180 FREESCALE SOC DRIVERS
5181 M: Scott Wood <oss@buserror.net>
5182 L: linuxppc-dev@lists.ozlabs.org
5183 L: linux-arm-kernel@lists.infradead.org
5186 F: include/linux/fsl/
5188 FREESCALE QUICC ENGINE LIBRARY
5189 M: Qiang Zhao <qiang.zhao@nxp.com>
5190 L: linuxppc-dev@lists.ozlabs.org
5192 F: drivers/soc/fsl/qe/
5193 F: include/soc/fsl/*qe*.h
5194 F: include/soc/fsl/*ucc*.h
5196 FREESCALE USB PERIPHERAL DRIVERS
5197 M: Li Yang <leoli@freescale.com>
5198 L: linux-usb@vger.kernel.org
5199 L: linuxppc-dev@lists.ozlabs.org
5201 F: drivers/usb/gadget/udc/fsl*
5203 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5204 M: Li Yang <leoli@freescale.com>
5205 L: netdev@vger.kernel.org
5206 L: linuxppc-dev@lists.ozlabs.org
5208 F: drivers/net/ethernet/freescale/ucc_geth*
5210 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5211 M: Claudiu Manoil <claudiu.manoil@freescale.com>
5212 L: netdev@vger.kernel.org
5214 F: drivers/net/ethernet/freescale/gianfar*
5215 X: drivers/net/ethernet/freescale/gianfar_ptp.c
5216 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5218 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5219 M: Zhao Qiang <qiang.zhao@nxp.com>
5220 L: netdev@vger.kernel.org
5221 L: linuxppc-dev@lists.ozlabs.org
5223 F: drivers/net/wan/fsl_ucc_hdlc*
5225 FREESCALE QUICC ENGINE UCC UART DRIVER
5226 M: Timur Tabi <timur@tabi.org>
5227 L: linuxppc-dev@lists.ozlabs.org
5229 F: drivers/tty/serial/ucc_uart.c
5231 FREESCALE SOC SOUND DRIVERS
5232 M: Timur Tabi <timur@tabi.org>
5233 M: Nicolin Chen <nicoleotsuka@gmail.com>
5234 M: Xiubo Li <Xiubo.Lee@gmail.com>
5235 R: Fabio Estevam <fabio.estevam@nxp.com>
5236 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5237 L: linuxppc-dev@lists.ozlabs.org
5239 F: sound/soc/fsl/fsl*
5240 F: sound/soc/fsl/imx*
5241 F: sound/soc/fsl/mpc8610_hpcd.c
5244 M: Christoph Hellwig <hch@infradead.org>
5245 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
5250 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5251 M: Pavel Machek <pavel@ucw.cz>
5252 L: linux-pm@vger.kernel.org
5254 F: Documentation/power/freezing-of-tasks.txt
5255 F: include/linux/freezer.h
5259 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5260 L: linux-kernel@vger.kernel.org
5263 F: include/linux/frontswap.h
5265 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5266 M: David Howells <dhowells@redhat.com>
5267 L: linux-cachefs@redhat.com (moderated for non-subscribers)
5269 F: Documentation/filesystems/caching/
5271 F: include/linux/fscache*.h
5273 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5274 M: Theodore Y. Ts'o <tytso@mit.edu>
5275 M: Jaegeuk Kim <jaegeuk@kernel.org>
5276 L: linux-fsdevel@vger.kernel.org
5279 F: include/linux/fscrypto.h
5282 M: Jaegeuk Kim <jaegeuk@kernel.org>
5283 M: Chao Yu <yuchao0@huawei.com>
5284 L: linux-f2fs-devel@lists.sourceforge.net
5285 W: https://f2fs.wiki.kernel.org/
5286 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5288 F: Documentation/filesystems/f2fs.txt
5289 F: Documentation/ABI/testing/sysfs-fs-f2fs
5291 F: include/linux/f2fs_fs.h
5292 F: include/trace/events/f2fs.h
5294 FUJITSU FR-V (FRV) PORT
5298 FUJITSU LAPTOP EXTRAS
5299 M: Jonathan Woithe <jwoithe@just42.net>
5300 L: platform-driver-x86@vger.kernel.org
5302 F: drivers/platform/x86/fujitsu-laptop.c
5304 FUJITSU M-5MO LS CAMERA ISP DRIVER
5305 M: Kyungmin Park <kyungmin.park@samsung.com>
5306 M: Heungjun Kim <riverful.kim@samsung.com>
5307 L: linux-media@vger.kernel.org
5309 F: drivers/media/i2c/m5mols/
5310 F: include/media/i2c/m5mols.h
5312 FUJITSU TABLET EXTRAS
5313 M: Robert Gerlach <khnz@gmx.de>
5314 L: platform-driver-x86@vger.kernel.org
5316 F: drivers/platform/x86/fujitsu-tablet.c
5318 FUSE: FILESYSTEM IN USERSPACE
5319 M: Miklos Szeredi <miklos@szeredi.hu>
5320 L: linux-fsdevel@vger.kernel.org
5321 W: http://fuse.sourceforge.net/
5322 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5325 F: include/uapi/linux/fuse.h
5326 F: Documentation/filesystems/fuse.txt
5328 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5329 M: Rik Faith <faith@cs.unc.edu>
5330 L: linux-scsi@vger.kernel.org
5331 S: Odd Fixes (e.g., new signatures)
5332 F: drivers/scsi/fdomain.*
5335 M: Kees Cook <keescook@chromium.org>
5336 R: Emese Revfy <re.emese@gmail.com>
5337 L: kernel-hardening@lists.openwall.com
5339 F: scripts/gcc-plugins/
5340 F: scripts/gcc-plugin.sh
5341 F: scripts/Makefile.gcc-plugins
5342 F: Documentation/gcc-plugins.txt
5344 GCOV BASED KERNEL PROFILING
5345 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5348 F: Documentation/dev-tools/gcov.rst
5350 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5351 M: Achim Leubner <achim_leubner@adaptec.com>
5352 L: linux-scsi@vger.kernel.org
5353 W: http://www.icp-vortex.com/
5355 F: drivers/scsi/gdt*
5357 GDB KERNEL DEBUGGING HELPER SCRIPTS
5358 M: Jan Kiszka <jan.kiszka@siemens.com>
5359 M: Kieran Bingham <kieran@bingham.xyz>
5363 GEMTEK FM RADIO RECEIVER DRIVER
5364 M: Hans Verkuil <hverkuil@xs4all.nl>
5365 L: linux-media@vger.kernel.org
5366 T: git git://linuxtv.org/media_tree.git
5367 W: https://linuxtv.org
5369 F: drivers/media/radio/radio-gemtek*
5371 GENERIC GPIO I2C DRIVER
5372 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
5374 F: drivers/i2c/busses/i2c-gpio.c
5375 F: include/linux/i2c-gpio.h
5377 GENERIC GPIO I2C MULTIPLEXER DRIVER
5378 M: Peter Korsgaard <peter.korsgaard@barco.com>
5379 L: linux-i2c@vger.kernel.org
5381 F: drivers/i2c/muxes/i2c-mux-gpio.c
5382 F: include/linux/i2c-mux-gpio.h
5383 F: Documentation/i2c/muxes/i2c-mux-gpio
5385 GENERIC HDLC (WAN) DRIVERS
5386 M: Krzysztof Halasa <khc@pm.waw.pl>
5387 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
5389 F: drivers/net/wan/c101.c
5390 F: drivers/net/wan/hd6457*
5391 F: drivers/net/wan/hdlc*
5392 F: drivers/net/wan/n2.c
5393 F: drivers/net/wan/pc300too.c
5394 F: drivers/net/wan/pci200syn.c
5395 F: drivers/net/wan/wanxl*
5397 GENERIC INCLUDE/ASM HEADER FILES
5398 M: Arnd Bergmann <arnd@arndb.de>
5399 L: linux-arch@vger.kernel.org
5400 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5402 F: include/asm-generic/
5403 F: include/uapi/asm-generic/
5405 GENERIC PHY FRAMEWORK
5406 M: Kishon Vijay Abraham I <kishon@ti.com>
5407 L: linux-kernel@vger.kernel.org
5408 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5411 F: include/linux/phy/
5414 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5415 M: Kevin Hilman <khilman@kernel.org>
5416 M: Ulf Hansson <ulf.hansson@linaro.org>
5417 L: linux-pm@vger.kernel.org
5419 F: drivers/base/power/domain*.c
5420 F: include/linux/pm_domain.h
5422 GENERIC UIO DRIVER FOR PCI DEVICES
5423 M: "Michael S. Tsirkin" <mst@redhat.com>
5424 L: kvm@vger.kernel.org
5426 F: drivers/uio/uio_pci_generic.c
5428 GET_MAINTAINER SCRIPT
5429 M: Joe Perches <joe@perches.com>
5431 F: scripts/get_maintainer.pl
5433 GENWQE (IBM Generic Workqueue Card)
5434 M: Frank Haverkamp <haver@linux.vnet.ibm.com>
5435 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
5437 F: drivers/misc/genwqe/
5440 M: Steven Whitehouse <swhiteho@redhat.com>
5441 M: Bob Peterson <rpeterso@redhat.com>
5442 L: cluster-devel@redhat.com
5443 W: http://sources.redhat.com/cluster/
5444 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5446 F: Documentation/filesystems/gfs2*.txt
5448 F: include/uapi/linux/gfs2_ondisk.h
5450 GIGASET ISDN DRIVERS
5451 M: Paul Bolle <pebolle@tiscali.nl>
5452 L: gigaset307x-common@lists.sourceforge.net
5453 W: http://gigaset307x.sourceforge.net/
5455 F: Documentation/isdn/README.gigaset
5456 F: drivers/isdn/gigaset/
5457 F: include/uapi/linux/gigaset_dev.h
5460 M: Hans Verkuil <hans.verkuil@cisco.com>
5461 L: linux-media@vger.kernel.org
5463 F: drivers/media/usb/go7007/
5466 M: Bastien Nocera <hadess@hadess.net>
5467 L: linux-input@vger.kernel.org
5469 F: drivers/input/touchscreen/goodix.c
5472 M: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5473 L: linux-gpio@vger.kernel.org
5475 F: drivers/gpio/gpio-mockup.c
5476 F: tools/testing/selftests/gpio/
5479 M: Linus Walleij <linus.walleij@linaro.org>
5480 M: Alexandre Courbot <gnurou@gmail.com>
5481 L: linux-gpio@vger.kernel.org
5482 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5484 F: Documentation/devicetree/bindings/gpio/
5485 F: Documentation/gpio/
5486 F: Documentation/ABI/testing/gpio-cdev
5487 F: Documentation/ABI/obsolete/sysfs-gpio
5489 F: include/linux/gpio/
5490 F: include/linux/gpio.h
5491 F: include/asm-generic/gpio.h
5492 F: include/uapi/linux/gpio.h
5495 GRE DEMULTIPLEXER DRIVER
5496 M: Dmitry Kozlov <xeb@mail.ru>
5497 L: netdev@vger.kernel.org
5499 F: net/ipv4/gre_demux.c
5500 F: net/ipv4/gre_offload.c
5501 F: include/net/gre.h
5503 GRETH 10/100/1G Ethernet MAC device driver
5504 M: Andreas Larsson <andreas@gaisler.com>
5505 L: netdev@vger.kernel.org
5507 F: drivers/net/ethernet/aeroflex/
5510 M: Johan Hovold <johan@kernel.org>
5511 M: Alex Elder <elder@kernel.org>
5512 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5514 F: drivers/staging/greybus/
5515 L: greybus-dev@lists.linaro.org
5517 GREYBUS AUDIO PROTOCOLS DRIVERS
5518 M: Vaibhav Agarwal <vaibhav.sr@gmail.com>
5519 M: Mark Greer <mgreer@animalcreek.com>
5521 F: drivers/staging/greybus/audio_apbridgea.c
5522 F: drivers/staging/greybus/audio_apbridgea.h
5523 F: drivers/staging/greybus/audio_codec.c
5524 F: drivers/staging/greybus/audio_codec.h
5525 F: drivers/staging/greybus/audio_gb.c
5526 F: drivers/staging/greybus/audio_manager.c
5527 F: drivers/staging/greybus/audio_manager.h
5528 F: drivers/staging/greybus/audio_manager_module.c
5529 F: drivers/staging/greybus/audio_manager_private.h
5530 F: drivers/staging/greybus/audio_manager_sysfs.c
5531 F: drivers/staging/greybus/audio_module.c
5532 F: drivers/staging/greybus/audio_topology.c
5534 GREYBUS PROTOCOLS DRIVERS
5535 M: Rui Miguel Silva <rmfrfs@gmail.com>
5537 F: drivers/staging/greybus/sdio.c
5538 F: drivers/staging/greybus/light.c
5539 F: drivers/staging/greybus/gpio.c
5540 F: drivers/staging/greybus/power_supply.c
5541 F: drivers/staging/greybus/spi.c
5542 F: drivers/staging/greybus/spilib.c
5544 GREYBUS PROTOCOLS DRIVERS
5545 M: Bryan O'Donoghue <pure.logic@nexus-software.ie>
5547 F: drivers/staging/greybus/loopback.c
5548 F: drivers/staging/greybus/timesync.c
5549 F: drivers/staging/greybus/timesync_platform.c
5551 GREYBUS PROTOCOLS DRIVERS
5552 M: Viresh Kumar <vireshk@kernel.org>
5554 F: drivers/staging/greybus/authentication.c
5555 F: drivers/staging/greybus/bootrom.c
5556 F: drivers/staging/greybus/firmware.h
5557 F: drivers/staging/greybus/fw-core.c
5558 F: drivers/staging/greybus/fw-download.c
5559 F: drivers/staging/greybus/fw-managament.c
5560 F: drivers/staging/greybus/greybus_authentication.h
5561 F: drivers/staging/greybus/greybus_firmware.h
5562 F: drivers/staging/greybus/hid.c
5563 F: drivers/staging/greybus/i2c.c
5564 F: drivers/staging/greybus/spi.c
5565 F: drivers/staging/greybus/spilib.c
5566 F: drivers/staging/greybus/spilib.h
5568 GREYBUS PROTOCOLS DRIVERS
5569 M: David Lin <dtwlin@gmail.com>
5571 F: drivers/staging/greybus/uart.c
5572 F: drivers/staging/greybus/log.c
5574 GREYBUS PLATFORM DRIVERS
5575 M: Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5577 F: drivers/staging/greybus/arche-platform.c
5578 F: drivers/staging/greybus/arche-apb-ctrl.c
5579 F: drivers/staging/greybus/arche_platform.h
5581 GS1662 VIDEO SERIALIZER
5582 M: Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5583 L: linux-media@vger.kernel.org
5584 T: git git://linuxtv.org/media_tree.git
5586 F: drivers/media/spi/gs1662.c
5588 GSPCA FINEPIX SUBDRIVER
5589 M: Frank Zago <frank@zago.net>
5590 L: linux-media@vger.kernel.org
5591 T: git git://linuxtv.org/media_tree.git
5593 F: drivers/media/usb/gspca/finepix.c
5595 GSPCA GL860 SUBDRIVER
5596 M: Olivier Lorin <o.lorin@laposte.net>
5597 L: linux-media@vger.kernel.org
5598 T: git git://linuxtv.org/media_tree.git
5600 F: drivers/media/usb/gspca/gl860/
5602 GSPCA M5602 SUBDRIVER
5603 M: Erik Andren <erik.andren@gmail.com>
5604 L: linux-media@vger.kernel.org
5605 T: git git://linuxtv.org/media_tree.git
5607 F: drivers/media/usb/gspca/m5602/
5609 GSPCA PAC207 SONIXB SUBDRIVER
5610 M: Hans Verkuil <hverkuil@xs4all.nl>
5611 L: linux-media@vger.kernel.org
5612 T: git git://linuxtv.org/media_tree.git
5614 F: drivers/media/usb/gspca/pac207.c
5616 GSPCA SN9C20X SUBDRIVER
5617 M: Brian Johnson <brijohn@gmail.com>
5618 L: linux-media@vger.kernel.org
5619 T: git git://linuxtv.org/media_tree.git
5621 F: drivers/media/usb/gspca/sn9c20x.c
5623 GSPCA T613 SUBDRIVER
5624 M: Leandro Costantino <lcostantino@gmail.com>
5625 L: linux-media@vger.kernel.org
5626 T: git git://linuxtv.org/media_tree.git
5628 F: drivers/media/usb/gspca/t613.c
5630 GSPCA USB WEBCAM DRIVER
5631 M: Hans Verkuil <hverkuil@xs4all.nl>
5632 L: linux-media@vger.kernel.org
5633 T: git git://linuxtv.org/media_tree.git
5635 F: drivers/media/usb/gspca/
5637 GUID PARTITION TABLE (GPT)
5638 M: Davidlohr Bueso <dave@stgolabs.net>
5639 L: linux-efi@vger.kernel.org
5641 F: block/partitions/efi.*
5643 STK1160 USB VIDEO CAPTURE DRIVER
5644 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5645 L: linux-media@vger.kernel.org
5646 T: git git://linuxtv.org/media_tree.git
5648 F: drivers/media/usb/stk1160/
5651 M: Yoshinori Sato <ysato@users.sourceforge.jp>
5652 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5653 W: http://uclinux-h8.sourceforge.jp
5654 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5657 F: drivers/clocksource/h8300_*.c
5658 F: drivers/clk/h8300/
5659 F: drivers/irqchip/irq-renesas-h8*.c
5661 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5662 M: Frank Seidel <frank@f-seidel.de>
5663 L: platform-driver-x86@vger.kernel.org
5664 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5666 F: drivers/platform/x86/hdaps.c
5668 HDPVR USB VIDEO ENCODER DRIVER
5669 M: Hans Verkuil <hverkuil@xs4all.nl>
5670 L: linux-media@vger.kernel.org
5671 T: git git://linuxtv.org/media_tree.git
5672 W: https://linuxtv.org
5674 F: drivers/media/usb/hdpvr/
5676 HWPOISON MEMORY FAILURE HANDLING
5677 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5678 L: linux-mm@kvack.org
5680 F: mm/memory-failure.c
5681 F: mm/hwpoison-inject.c
5683 HYPERVISOR VIRTUAL CONSOLE DRIVER
5684 L: linuxppc-dev@lists.ozlabs.org
5689 M: Antti Palosaari <crope@iki.fi>
5690 L: linux-media@vger.kernel.org
5691 W: https://linuxtv.org
5692 W: http://palosaari.fi/linux/
5693 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5694 T: git git://linuxtv.org/anttip/media_tree.git
5696 F: drivers/media/usb/hackrf/
5699 M: Jean Delvare <jdelvare@suse.com>
5700 M: Guenter Roeck <linux@roeck-us.net>
5701 L: linux-hwmon@vger.kernel.org
5702 W: http://hwmon.wiki.kernel.org/
5703 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5704 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5706 F: Documentation/hwmon/
5708 F: include/linux/hwmon*.h
5710 HARDWARE RANDOM NUMBER GENERATOR CORE
5711 M: Matt Mackall <mpm@selenic.com>
5712 M: Herbert Xu <herbert@gondor.apana.org.au>
5713 L: linux-crypto@vger.kernel.org
5715 F: Documentation/devicetree/bindings/rng/
5716 F: Documentation/hw_random.txt
5717 F: drivers/char/hw_random/
5718 F: include/linux/hw_random.h
5720 HARDWARE SPINLOCK CORE
5721 M: Ohad Ben-Cohen <ohad@wizery.com>
5722 M: Bjorn Andersson <bjorn.andersson@linaro.org>
5723 L: linux-remoteproc@vger.kernel.org
5725 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5726 F: Documentation/devicetree/bindings/hwlock/
5727 F: Documentation/hwspinlock.txt
5728 F: drivers/hwspinlock/
5729 F: include/linux/hwspinlock.h
5731 HARMONY SOUND DRIVER
5732 L: linux-parisc@vger.kernel.org
5734 F: sound/parisc/harmony.*
5737 M: Antti Palosaari <crope@iki.fi>
5738 L: linux-media@vger.kernel.org
5739 W: https://linuxtv.org
5740 W: http://palosaari.fi/linux/
5741 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5742 T: git git://linuxtv.org/anttip/media_tree.git
5744 F: drivers/media/dvb-frontends/hd29l2*
5746 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5747 M: Jimmy Vance <jimmy.vance@hpe.com>
5749 F: Documentation/watchdog/hpwdt.txt
5750 F: drivers/watchdog/hpwdt.c
5752 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5753 M: Don Brace <don.brace@microsemi.com>
5754 L: esc.storagedev@microsemi.com
5755 L: linux-scsi@vger.kernel.org
5757 F: Documentation/scsi/hpsa.txt
5758 F: drivers/scsi/hpsa*.[ch]
5759 F: include/linux/cciss*.h
5760 F: include/uapi/linux/cciss*.h
5762 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5763 M: Don Brace <don.brace@microsemi.com>
5764 L: esc.storagedev@microsemi.com
5765 L: linux-scsi@vger.kernel.org
5767 F: Documentation/blockdev/cciss.txt
5768 F: drivers/block/cciss*
5769 F: include/linux/cciss_ioctl.h
5770 F: include/uapi/linux/cciss_ioctl.h
5773 M: Mike Marciniszyn <mike.marciniszyn@intel.com>
5774 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
5775 L: linux-rdma@vger.kernel.org
5777 F: drivers/infiniband/hw/hfi1
5780 L: linux-fsdevel@vger.kernel.org
5782 F: Documentation/filesystems/hfs.txt
5786 L: linux-fsdevel@vger.kernel.org
5788 F: Documentation/filesystems/hfsplus.txt
5791 HGA FRAMEBUFFER DRIVER
5792 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5793 L: linux-nvidia@lists.surfsouth.com
5794 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5796 F: drivers/video/fbdev/hgafb.c
5798 HIBERNATION (aka Software Suspend, aka swsusp)
5799 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5800 M: Pavel Machek <pavel@ucw.cz>
5801 L: linux-pm@vger.kernel.org
5802 B: https://bugzilla.kernel.org
5805 F: drivers/base/power/
5807 F: include/linux/suspend.h
5808 F: include/linux/freezer.h
5809 F: include/linux/pm.h
5810 F: arch/*/include/asm/suspend*.h
5813 M: Jiri Kosina <jikos@kernel.org>
5814 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5815 L: linux-input@vger.kernel.org
5816 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5819 F: include/linux/hid*
5820 F: include/uapi/linux/hid*
5822 HID SENSOR HUB DRIVERS
5823 M: Jiri Kosina <jikos@kernel.org>
5824 M: Jonathan Cameron <jic23@kernel.org>
5825 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5826 L: linux-input@vger.kernel.org
5827 L: linux-iio@vger.kernel.org
5829 F: Documentation/hid/hid-sensor*
5830 F: drivers/hid/hid-sensor-*
5831 F: drivers/iio/*/hid-*
5832 F: include/linux/hid-sensor-*
5834 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5835 M: Thomas Gleixner <tglx@linutronix.de>
5836 L: linux-kernel@vger.kernel.org
5837 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5839 F: Documentation/timers/
5840 F: kernel/time/hrtimer.c
5841 F: kernel/time/clockevents.c
5842 F: kernel/time/tick*.*
5843 F: kernel/time/timer_*.c
5844 F: include/linux/clockchips.h
5845 F: include/linux/hrtimer.h
5847 HIGH-SPEED SCC DRIVER FOR AX.25
5848 L: linux-hams@vger.kernel.org
5850 F: drivers/net/hamradio/dmascc.c
5851 F: drivers/net/hamradio/scc.c
5853 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5854 M: HighPoint Linux Team <linux@highpoint-tech.com>
5855 W: http://www.highpoint-tech.com
5857 F: Documentation/scsi/hptiop.txt
5858 F: drivers/scsi/hptiop.c
5861 M: Jes Sorensen <jes@trained-monkey.org>
5862 L: linux-hippi@sunsite.dk
5864 F: include/linux/hippidevice.h
5865 F: include/uapi/linux/if_hippi.h
5867 F: drivers/net/hippi/
5869 HISILICON NETWORK SUBSYSTEM DRIVER
5870 M: Yisen Zhuang <yisen.zhuang@huawei.com>
5871 M: Salil Mehta <salil.mehta@huawei.com>
5872 L: netdev@vger.kernel.org
5873 W: http://www.hisilicon.com
5875 F: drivers/net/ethernet/hisilicon/
5876 F: Documentation/devicetree/bindings/net/hisilicon*.txt
5878 HISILICON ROCE DRIVER
5879 M: Lijun Ou <oulijun@huawei.com>
5880 M: Wei Hu(Xavier) <xavier.huwei@huawei.com>
5881 L: linux-rdma@vger.kernel.org
5883 F: drivers/infiniband/hw/hns/
5884 F: Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5886 HISILICON SAS Controller
5887 M: John Garry <john.garry@huawei.com>
5888 W: http://www.hisilicon.com
5890 F: drivers/scsi/hisi_sas/
5891 F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5894 M: Jouni Malinen <j@w1.fi>
5895 L: linux-wireless@vger.kernel.org
5896 W: http://w1.fi/hostap-driver.html
5898 F: drivers/net/wireless/intersil/hostap/
5900 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5901 L: platform-driver-x86@vger.kernel.org
5903 F: drivers/platform/x86/tc1100-wmi.c
5905 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5906 M: Jaroslav Kysela <perex@perex.cz>
5908 F: drivers/net/ethernet/hp/hp100.*
5910 HPET: High Precision Event Timers driver
5911 M: Clemens Ladisch <clemens@ladisch.de>
5913 F: Documentation/timers/hpet.txt
5914 F: drivers/char/hpet.c
5915 F: include/linux/hpet.h
5916 F: include/uapi/linux/hpet.h
5920 F: arch/x86/kernel/hpet.c
5921 F: arch/x86/include/asm/hpet.h
5924 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5925 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5930 M: Sebastian Reichel <sre@kernel.org>
5931 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5933 F: Documentation/ABI/testing/sysfs-bus-hsi
5934 F: Documentation/device-drivers/serial-interfaces.rst
5936 F: include/linux/hsi/
5937 F: include/uapi/linux/hsi/
5940 M: Jan Dumon <j.dumon@option.com>
5941 W: http://www.pharscape.org
5943 F: drivers/net/usb/hso.c
5945 HSR NETWORK PROTOCOL
5946 M: Arvid Brodin <arvid.brodin@alten.se>
5947 L: netdev@vger.kernel.org
5951 HTCPEN TOUCHSCREEN DRIVER
5952 M: Pau Oliva Fora <pof@eslack.org>
5953 L: linux-input@vger.kernel.org
5955 F: drivers/input/touchscreen/htcpen.c
5958 M: Nadia Yvette Chambers <nyc@holomorphy.com>
5963 M: Jean-Christophe Trotin <jean-christophe.trotin@st.com>
5964 L: linux-media@vger.kernel.org
5965 T: git git://linuxtv.org/media_tree.git
5966 W: https://linuxtv.org
5968 F: drivers/media/platform/sti/hva
5970 Hyper-V CORE AND DRIVERS
5971 M: "K. Y. Srinivasan" <kys@microsoft.com>
5972 M: Haiyang Zhang <haiyangz@microsoft.com>
5973 M: Stephen Hemminger <sthemmin@microsoft.com>
5974 L: devel@linuxdriverproject.org
5976 F: arch/x86/include/asm/mshyperv.h
5977 F: arch/x86/include/uapi/asm/hyperv.h
5978 F: arch/x86/kernel/cpu/mshyperv.c
5979 F: drivers/hid/hid-hyperv.c
5981 F: drivers/input/serio/hyperv-keyboard.c
5982 F: drivers/pci/host/pci-hyperv.c
5983 F: drivers/net/hyperv/
5984 F: drivers/scsi/storvsc_drv.c
5985 F: drivers/uio/uio_hv_generic.c
5986 F: drivers/video/fbdev/hyperv_fb.c
5987 F: include/linux/hyperv.h
5989 F: Documentation/ABI/stable/sysfs-bus-vmbus
5992 M: Peter Rosin <peda@axentia.se>
5993 L: linux-i2c@vger.kernel.org
5995 F: Documentation/i2c/i2c-topology
5996 F: Documentation/i2c/muxes/
5997 F: Documentation/devicetree/bindings/i2c/i2c-mux*
5998 F: Documentation/devicetree/bindings/i2c/i2c-arb*
5999 F: Documentation/devicetree/bindings/i2c/i2c-gate*
6000 F: drivers/i2c/i2c-mux.c
6001 F: drivers/i2c/muxes/
6002 F: include/linux/i2c-mux.h
6004 I2C OVER PARALLEL PORT
6005 M: Jean Delvare <jdelvare@suse.com>
6006 L: linux-i2c@vger.kernel.org
6008 F: Documentation/i2c/busses/i2c-parport
6009 F: Documentation/i2c/busses/i2c-parport-light
6010 F: drivers/i2c/busses/i2c-parport.c
6011 F: drivers/i2c/busses/i2c-parport-light.c
6013 I2C/SMBUS CONTROLLER DRIVERS FOR PC
6014 M: Jean Delvare <jdelvare@suse.com>
6015 L: linux-i2c@vger.kernel.org
6017 F: Documentation/i2c/busses/i2c-ali1535
6018 F: Documentation/i2c/busses/i2c-ali1563
6019 F: Documentation/i2c/busses/i2c-ali15x3
6020 F: Documentation/i2c/busses/i2c-amd756
6021 F: Documentation/i2c/busses/i2c-amd8111
6022 F: Documentation/i2c/busses/i2c-i801
6023 F: Documentation/i2c/busses/i2c-nforce2
6024 F: Documentation/i2c/busses/i2c-piix4
6025 F: Documentation/i2c/busses/i2c-sis5595
6026 F: Documentation/i2c/busses/i2c-sis630
6027 F: Documentation/i2c/busses/i2c-sis96x
6028 F: Documentation/i2c/busses/i2c-via
6029 F: Documentation/i2c/busses/i2c-viapro
6030 F: drivers/i2c/busses/i2c-ali1535.c
6031 F: drivers/i2c/busses/i2c-ali1563.c
6032 F: drivers/i2c/busses/i2c-ali15x3.c
6033 F: drivers/i2c/busses/i2c-amd756.c
6034 F: drivers/i2c/busses/i2c-amd756-s4882.c
6035 F: drivers/i2c/busses/i2c-amd8111.c
6036 F: drivers/i2c/busses/i2c-i801.c
6037 F: drivers/i2c/busses/i2c-isch.c
6038 F: drivers/i2c/busses/i2c-nforce2.c
6039 F: drivers/i2c/busses/i2c-nforce2-s4985.c
6040 F: drivers/i2c/busses/i2c-piix4.c
6041 F: drivers/i2c/busses/i2c-sis5595.c
6042 F: drivers/i2c/busses/i2c-sis630.c
6043 F: drivers/i2c/busses/i2c-sis96x.c
6044 F: drivers/i2c/busses/i2c-via.c
6045 F: drivers/i2c/busses/i2c-viapro.c
6047 I2C/SMBUS ISMT DRIVER
6048 M: Seth Heasley <seth.heasley@intel.com>
6049 M: Neil Horman <nhorman@tuxdriver.com>
6050 L: linux-i2c@vger.kernel.org
6051 F: drivers/i2c/busses/i2c-ismt.c
6052 F: Documentation/i2c/busses/i2c-ismt
6054 I2C/SMBUS STUB DRIVER
6055 M: Jean Delvare <jdelvare@suse.com>
6056 L: linux-i2c@vger.kernel.org
6058 F: drivers/i2c/i2c-stub.c
6061 M: Wolfram Sang <wsa@the-dreams.de>
6062 L: linux-i2c@vger.kernel.org
6063 W: https://i2c.wiki.kernel.org/
6064 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
6065 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6067 F: Documentation/devicetree/bindings/i2c/
6068 F: Documentation/i2c/
6071 F: include/linux/i2c.h
6072 F: include/linux/i2c-*.h
6073 F: include/uapi/linux/i2c.h
6074 F: include/uapi/linux/i2c-*.h
6077 M: Mika Westerberg <mika.westerberg@linux.intel.com>
6078 L: linux-i2c@vger.kernel.org
6079 L: linux-acpi@vger.kernel.org
6083 M: Jean Delvare <jdelvare@suse.com>
6084 L: linux-i2c@vger.kernel.org
6086 F: Documentation/i2c/busses/i2c-taos-evm
6087 F: drivers/i2c/busses/i2c-taos-evm.c
6090 M: Till Harbaum <till@harbaum.org>
6091 L: linux-i2c@vger.kernel.org
6092 W: http://www.harbaum.org/till/i2c_tiny_usb
6094 F: drivers/i2c/busses/i2c-tiny-usb.c
6097 M: "H. Peter Anvin" <hpa@zytor.com>
6101 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6102 M: "H. Peter Anvin" <hpa@zytor.com>
6103 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6106 IA64 (Itanium) PLATFORM
6107 M: Tony Luck <tony.luck@intel.com>
6108 M: Fenghua Yu <fenghua.yu@intel.com>
6109 L: linux-ia64@vger.kernel.org
6110 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6114 IBM Power VMX Cryptographic instructions
6115 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6116 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6117 L: linux-crypto@vger.kernel.org
6119 F: drivers/crypto/vmx/Makefile
6120 F: drivers/crypto/vmx/Kconfig
6121 F: drivers/crypto/vmx/vmx.c
6122 F: drivers/crypto/vmx/aes*
6123 F: drivers/crypto/vmx/ghash*
6124 F: drivers/crypto/vmx/ppc-xlate.pl
6126 IBM Power in-Nest Crypto Acceleration
6127 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6128 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6129 L: linux-crypto@vger.kernel.org
6131 F: drivers/crypto/nx/Makefile
6132 F: drivers/crypto/nx/Kconfig
6133 F: drivers/crypto/nx/nx-aes*
6134 F: drivers/crypto/nx/nx-sha*
6135 F: drivers/crypto/nx/nx.*
6136 F: drivers/crypto/nx/nx_csbcpb.h
6137 F: drivers/crypto/nx/nx_debugfs.h
6139 IBM Power 842 compression accelerator
6140 M: Dan Streetman <ddstreet@ieee.org>
6142 F: drivers/crypto/nx/Makefile
6143 F: drivers/crypto/nx/Kconfig
6144 F: drivers/crypto/nx/nx-842*
6145 F: include/linux/sw842.h
6149 IBM Power Linux RAID adapter
6150 M: Brian King <brking@us.ibm.com>
6152 F: drivers/scsi/ipr.*
6154 IBM Power Virtual Ethernet Device Driver
6155 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6156 L: netdev@vger.kernel.org
6158 F: drivers/net/ethernet/ibm/ibmveth.*
6160 IBM Power SRIOV Virtual NIC Device Driver
6161 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6162 M: John Allen <jallen@linux.vnet.ibm.com>
6163 L: netdev@vger.kernel.org
6165 F: drivers/net/ethernet/ibm/ibmvnic.*
6167 IBM Power Virtual SCSI Device Drivers
6168 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6169 L: linux-scsi@vger.kernel.org
6171 F: drivers/scsi/ibmvscsi/ibmvscsi*
6172 F: include/scsi/viosrp.h
6174 IBM Power Virtual SCSI Device Target Driver
6175 M: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6176 M: Michael Cyr <mikecyr@linux.vnet.ibm.com>
6177 L: linux-scsi@vger.kernel.org
6178 L: target-devel@vger.kernel.org
6180 F: drivers/scsi/ibmvscsi_tgt/
6182 IBM Power Virtual FC Device Drivers
6183 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6184 L: linux-scsi@vger.kernel.org
6186 F: drivers/scsi/ibmvscsi/ibmvfc*
6188 IBM ServeRAID RAID DRIVER
6190 F: drivers/scsi/ips.*
6192 ICH LPC AND GPIO DRIVER
6193 M: Peter Tyser <ptyser@xes-inc.com>
6195 F: drivers/mfd/lpc_ich.c
6196 F: drivers/gpio/gpio-ich.c
6199 M: "David S. Miller" <davem@davemloft.net>
6200 L: linux-ide@vger.kernel.org
6201 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
6202 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6204 F: Documentation/ide/
6206 F: include/linux/ide.h
6208 IDEAPAD LAPTOP EXTRAS DRIVER
6209 M: Ike Panhc <ike.pan@canonical.com>
6210 L: platform-driver-x86@vger.kernel.org
6211 W: http://launchpad.net/ideapad-laptop
6213 F: drivers/platform/x86/ideapad-laptop.c
6215 IDEAPAD LAPTOP SLIDEBAR DRIVER
6216 M: Andrey Moiseev <o2g.org.ru@gmail.com>
6217 L: linux-input@vger.kernel.org
6218 W: https://github.com/o2genum/ideapad-slidebar
6220 F: drivers/input/misc/ideapad_slidebar.c
6223 M: Borislav Petkov <bp@alien8.de>
6224 L: linux-ide@vger.kernel.org
6226 F: Documentation/cdrom/ide-cd
6227 F: drivers/ide/ide-cd*
6229 IEEE 802.15.4 SUBSYSTEM
6230 M: Alexander Aring <aar@pengutronix.de>
6231 M: Stefan Schmidt <stefan@osg.samsung.com>
6232 L: linux-wpan@vger.kernel.org
6233 W: http://wpan.cakelab.org/
6234 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6235 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6239 F: drivers/net/ieee802154/
6240 F: include/linux/nl802154.h
6241 F: include/linux/ieee802154.h
6242 F: include/net/nl802154.h
6243 F: include/net/mac802154.h
6244 F: include/net/af_ieee802154.h
6245 F: include/net/cfg802154.h
6246 F: include/net/ieee802154_netdev.h
6247 F: Documentation/networking/ieee802154.txt
6249 IGORPLUG-USB IR RECEIVER
6250 M: Sean Young <sean@mess.org>
6251 L: linux-media@vger.kernel.org
6253 F: drivers/media/rc/igorplugusb.c
6255 IGUANAWORKS USB IR TRANSCEIVER
6256 M: Sean Young <sean@mess.org>
6257 L: linux-media@vger.kernel.org
6259 F: drivers/media/rc/iguanair.c
6261 IIO DIGITAL POTENTIOMETER DAC
6262 M: Peter Rosin <peda@axentia.se>
6263 L: linux-iio@vger.kernel.org
6265 F: Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6266 F: Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6267 F: drivers/iio/dac/dpot-dac.c
6269 IIO ENVELOPE DETECTOR
6270 M: Peter Rosin <peda@axentia.se>
6271 L: linux-iio@vger.kernel.org
6273 F: Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6274 F: Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6275 F: drivers/iio/adc/envelope-detector.c
6277 IIO SUBSYSTEM AND DRIVERS
6278 M: Jonathan Cameron <jic23@kernel.org>
6279 R: Hartmut Knaack <knaack.h@gmx.de>
6280 R: Lars-Peter Clausen <lars@metafoo.de>
6281 R: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6282 L: linux-iio@vger.kernel.org
6283 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6285 F: Documentation/devicetree/bindings/iio/
6287 F: drivers/staging/iio/
6288 F: include/linux/iio/
6291 IKANOS/ADI EAGLE ADSL USB DRIVER
6292 M: Matthieu Castet <castet.matthieu@free.fr>
6293 M: Stanislaw Gruszka <stf_xl@wp.pl>
6295 F: drivers/usb/atm/ueagle-atm.c
6297 IMGTEC ASCII LCD DRIVER
6298 M: Paul Burton <paul.burton@imgtec.com>
6300 F: Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6301 F: drivers/auxdisplay/img-ascii-lcd.c
6303 INA209 HARDWARE MONITOR DRIVER
6304 M: Guenter Roeck <linux@roeck-us.net>
6305 L: linux-hwmon@vger.kernel.org
6307 F: Documentation/hwmon/ina209
6308 F: Documentation/devicetree/bindings/i2c/ina209.txt
6309 F: drivers/hwmon/ina209.c
6311 INA2XX HARDWARE MONITOR DRIVER
6312 M: Guenter Roeck <linux@roeck-us.net>
6313 L: linux-hwmon@vger.kernel.org
6315 F: Documentation/hwmon/ina2xx
6316 F: drivers/hwmon/ina2xx.c
6317 F: include/linux/platform_data/ina2xx.h
6319 INDUSTRY PACK SUBSYSTEM (IPACK)
6320 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6321 M: Jens Taprogge <jens.taprogge@taprogge.org>
6322 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6323 L: industrypack-devel@lists.sourceforge.net
6324 W: http://industrypack.sourceforge.net
6328 INGENIC JZ4780 DMA Driver
6329 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6331 F: drivers/dma/dma-jz4780.c
6333 INGENIC JZ4780 NAND DRIVER
6334 M: Harvey Hunt <harveyhuntnexus@gmail.com>
6335 L: linux-mtd@lists.infradead.org
6337 F: drivers/mtd/nand/jz4780_*
6339 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6340 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6341 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6342 L: linux-ima-devel@lists.sourceforge.net
6343 L: linux-ima-user@lists.sourceforge.net
6344 L: linux-security-module@vger.kernel.org
6345 T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6347 F: security/integrity/ima/
6349 IMGTEC IR DECODER DRIVER
6350 M: James Hogan <james.hogan@imgtec.com>
6352 F: drivers/media/rc/img-ir/
6354 IMS TWINTURBO FRAMEBUFFER DRIVER
6355 L: linux-fbdev@vger.kernel.org
6357 F: drivers/video/fbdev/imsttfb.c
6359 INFINIBAND SUBSYSTEM
6360 M: Doug Ledford <dledford@redhat.com>
6361 M: Sean Hefty <sean.hefty@intel.com>
6362 M: Hal Rosenstock <hal.rosenstock@gmail.com>
6363 L: linux-rdma@vger.kernel.org
6364 W: http://www.openfabrics.org/
6365 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6366 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6368 F: Documentation/infiniband/
6369 F: drivers/infiniband/
6370 F: include/uapi/linux/if_infiniband.h
6371 F: include/uapi/rdma/
6375 M: John McCutchan <john@johnmccutchan.com>
6376 M: Robert Love <rlove@rlove.org>
6377 M: Eric Paris <eparis@parisplace.org>
6379 F: Documentation/filesystems/inotify.txt
6380 F: fs/notify/inotify/
6381 F: include/linux/inotify.h
6382 F: include/uapi/linux/inotify.h
6384 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6385 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
6386 L: linux-input@vger.kernel.org
6387 Q: http://patchwork.kernel.org/project/linux-input/list/
6388 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6391 F: include/linux/input.h
6392 F: include/uapi/linux/input.h
6393 F: include/linux/input/
6394 F: Documentation/devicetree/bindings/input/
6396 INPUT MULTITOUCH (MT) PROTOCOL
6397 M: Henrik Rydberg <rydberg@bitmath.org>
6398 L: linux-input@vger.kernel.org
6400 F: Documentation/input/multi-touch-protocol.txt
6401 F: drivers/input/input-mt.c
6404 INTEL ASoC BDW/HSW DRIVERS
6405 M: Jie Yang <yang.jie@linux.intel.com>
6406 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6408 F: sound/soc/intel/common/sst-dsp*
6409 F: sound/soc/intel/common/sst-firmware.c
6410 F: sound/soc/intel/boards/broadwell.c
6411 F: sound/soc/intel/haswell/
6413 INTEL C600 SERIES SAS CONTROLLER DRIVER
6414 M: Intel SCU Linux support <intel-linux-scu@intel.com>
6415 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6416 L: linux-scsi@vger.kernel.org
6417 T: git git://git.code.sf.net/p/intel-sas/isci
6419 F: drivers/scsi/isci/
6421 INTEL HID EVENT DRIVER
6422 M: Alex Hung <alex.hung@canonical.com>
6423 L: platform-driver-x86@vger.kernel.org
6425 F: drivers/platform/x86/intel-hid.c
6427 INTEL VIRTUAL BUTTON DRIVER
6428 M: AceLan Kao <acelan.kao@canonical.com>
6429 L: platform-driver-x86@vger.kernel.org
6431 F: drivers/platform/x86/intel-vbtn.c
6434 M: Jacob Pan <jacob.jun.pan@linux.intel.com>
6435 M: Len Brown <lenb@kernel.org>
6436 L: linux-pm@vger.kernel.org
6437 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6438 B: https://bugzilla.kernel.org
6440 F: drivers/idle/intel_idle.c
6442 INTEL INTEGRATED SENSOR HUB DRIVER
6443 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6444 M: Jiri Kosina <jikos@kernel.org>
6445 L: linux-input@vger.kernel.org
6447 F: drivers/hid/intel-ish-hid/
6450 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6451 M: Len Brown <lenb@kernel.org>
6452 L: linux-pm@vger.kernel.org
6454 F: drivers/cpufreq/intel_pstate.c
6456 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6457 M: Maik Broemme <mbroemme@libmpq.org>
6458 L: linux-fbdev@vger.kernel.org
6460 F: Documentation/fb/intelfb.txt
6461 F: drivers/video/fbdev/intelfb/
6463 INTEL 810/815 FRAMEBUFFER DRIVER
6464 M: Antonino Daplas <adaplas@gmail.com>
6465 L: linux-fbdev@vger.kernel.org
6467 F: drivers/video/fbdev/i810/
6469 INTEL MENLOW THERMAL DRIVER
6470 M: Sujith Thomas <sujith.thomas@intel.com>
6471 L: platform-driver-x86@vger.kernel.org
6472 W: https://01.org/linux-acpi
6474 F: drivers/platform/x86/intel_menlow.c
6476 INTEL I/OAT DMA DRIVER
6477 M: Dave Jiang <dave.jiang@intel.com>
6478 R: Dan Williams <dan.j.williams@intel.com>
6479 L: dmaengine@vger.kernel.org
6480 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
6482 F: drivers/dma/ioat*
6485 M: David Woodhouse <dwmw2@infradead.org>
6486 L: iommu@lists.linux-foundation.org
6487 T: git git://git.infradead.org/iommu-2.6.git
6489 F: drivers/iommu/intel-iommu.c
6490 F: include/linux/intel-iommu.h
6492 INTEL IOP-ADMA DMA DRIVER
6493 R: Dan Williams <dan.j.williams@intel.com>
6495 F: drivers/dma/iop-adma.c
6497 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6498 M: Krzysztof Halasa <khalasa@piap.pl>
6500 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
6501 F: arch/arm/mach-ixp4xx/include/mach/npe.h
6502 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6503 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
6504 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
6505 F: drivers/net/wan/ixp4xx_hss.c
6507 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6508 M: Deepak Saxena <dsaxena@plexity.net>
6510 F: drivers/char/hw_random/ixp4xx-rng.c
6512 INTEL ETHERNET DRIVERS
6513 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6514 L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6515 W: http://www.intel.com/support/feedback.htm
6516 W: http://e1000.sourceforge.net/
6517 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6518 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6519 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6521 F: Documentation/networking/e100.txt
6522 F: Documentation/networking/e1000.txt
6523 F: Documentation/networking/e1000e.txt
6524 F: Documentation/networking/igb.txt
6525 F: Documentation/networking/igbvf.txt
6526 F: Documentation/networking/ixgb.txt
6527 F: Documentation/networking/ixgbe.txt
6528 F: Documentation/networking/ixgbevf.txt
6529 F: Documentation/networking/i40e.txt
6530 F: Documentation/networking/i40evf.txt
6531 F: drivers/net/ethernet/intel/
6532 F: drivers/net/ethernet/intel/*/
6534 INTEL RDMA RNIC DRIVER
6535 M: Faisal Latif <faisal.latif@intel.com>
6536 M: Shiraz Saleem <shiraz.saleem@intel.com>
6537 L: linux-rdma@vger.kernel.org
6539 F: drivers/infiniband/hw/i40iw/
6541 INTEL MERRIFIELD GPIO DRIVER
6542 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6543 L: linux-gpio@vger.kernel.org
6545 F: drivers/gpio/gpio-merrifield.c
6547 INTEL-MID GPIO DRIVER
6548 M: David Cohen <david.a.cohen@linux.intel.com>
6549 L: linux-gpio@vger.kernel.org
6551 F: drivers/gpio/gpio-intel-mid.c
6553 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6554 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
6555 L: linux-wireless@vger.kernel.org
6557 F: Documentation/networking/README.ipw2100
6558 F: Documentation/networking/README.ipw2200
6559 F: drivers/net/wireless/intel/ipw2x00/
6562 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
6564 F: Documentation/trace/intel_th.txt
6565 F: drivers/hwtracing/intel_th/
6567 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6568 M: Ning Sun <ning.sun@intel.com>
6569 L: tboot-devel@lists.sourceforge.net
6570 W: http://tboot.sourceforge.net
6571 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6573 F: Documentation/intel_txt.txt
6574 F: include/linux/tboot.h
6575 F: arch/x86/kernel/tboot.c
6577 INTEL WIRELESS WIMAX CONNECTION 2400
6578 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6579 M: linux-wimax@intel.com
6580 L: wimax@linuxwimax.org (subscribers-only)
6582 W: http://linuxwimax.org
6583 F: Documentation/wimax/README.i2400m
6584 F: drivers/net/wimax/i2400m/
6585 F: include/uapi/linux/wimax/i2400m.h
6587 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6588 M: Stanislaw Gruszka <sgruszka@redhat.com>
6589 L: linux-wireless@vger.kernel.org
6591 F: drivers/net/wireless/intel/iwlegacy/
6593 INTEL WIRELESS WIFI LINK (iwlwifi)
6594 M: Johannes Berg <johannes.berg@intel.com>
6595 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6596 M: Luca Coelho <luciano.coelho@intel.com>
6597 M: Intel Linux Wireless <linuxwifi@intel.com>
6598 L: linux-wireless@vger.kernel.org
6599 W: http://intellinuxwireless.org
6600 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6602 F: drivers/net/wireless/intel/iwlwifi/
6604 INTEL MANAGEMENT ENGINE (mei)
6605 M: Tomas Winkler <tomas.winkler@intel.com>
6606 L: linux-kernel@vger.kernel.org
6608 F: include/uapi/linux/mei.h
6609 F: include/linux/mei_cl_bus.h
6610 F: drivers/misc/mei/*
6611 F: drivers/watchdog/mei_wdt.c
6612 F: Documentation/misc-devices/mei/*
6615 INTEL MIC DRIVERS (mic)
6616 M: Sudeep Dutt <sudeep.dutt@intel.com>
6617 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
6619 W: https://github.com/sudeepdutt/mic
6620 W: http://software.intel.com/en-us/mic-developer
6621 F: include/linux/mic_bus.h
6622 F: include/linux/scif.h
6623 F: include/uapi/linux/mic_common.h
6624 F: include/uapi/linux/mic_ioctl.h
6625 F: include/uapi/linux/scif_ioctl.h
6626 F: drivers/misc/mic/
6627 F: drivers/dma/mic_x100_dma.c
6628 F: drivers/dma/mic_x100_dma.h
6629 F: Documentation/mic/
6631 INTEL PMC/P-Unit IPC DRIVER
6632 M: Zha Qipeng<qipeng.zha@intel.com>
6633 L: platform-driver-x86@vger.kernel.org
6635 F: drivers/platform/x86/intel_pmc_ipc.c
6636 F: drivers/platform/x86/intel_punit_ipc.c
6637 F: arch/x86/include/asm/intel_pmc_ipc.h
6638 F: arch/x86/include/asm/intel_punit_ipc.h
6640 INTEL TELEMETRY DRIVER
6641 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6642 L: platform-driver-x86@vger.kernel.org
6644 F: arch/x86/include/asm/intel_telemetry.h
6645 F: drivers/platform/x86/intel_telemetry*
6647 INTEL PMC CORE DRIVER
6648 M: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6649 M: Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6650 L: platform-driver-x86@vger.kernel.org
6652 F: arch/x86/include/asm/pmc_core.h
6653 F: drivers/platform/x86/intel_pmc_core*
6655 INVENSENSE MPU-3050 GYROSCOPE DRIVER
6656 M: Linus Walleij <linus.walleij@linaro.org>
6657 L: linux-iio@vger.kernel.org
6659 F: drivers/iio/gyro/mpu3050*
6660 F: Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
6662 IOC3 ETHERNET DRIVER
6663 M: Ralf Baechle <ralf@linux-mips.org>
6664 L: linux-mips@linux-mips.org
6666 F: drivers/net/ethernet/sgi/ioc3-eth.c
6669 M: Pat Gefre <pfg@sgi.com>
6670 L: linux-serial@vger.kernel.org
6672 F: drivers/tty/serial/ioc3_serial.c
6675 M: Joerg Roedel <joro@8bytes.org>
6676 L: iommu@lists.linux-foundation.org
6677 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6679 F: Documentation/devicetree/bindings/iommu/
6683 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6685 F: net/ipv4/netfilter/ipt_MASQUERADE.c
6688 M: Corey Minyard <minyard@acm.org>
6689 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6690 W: http://openipmi.sourceforge.net/
6692 F: Documentation/IPMI.txt
6693 F: drivers/char/ipmi/
6694 F: include/linux/ipmi*
6695 F: include/uapi/linux/ipmi*
6697 QCOM AUDIO (ASoC) DRIVERS
6698 M: Patrick Lai <plai@codeaurora.org>
6699 M: Banajit Goswami <bgoswami@codeaurora.org>
6700 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6704 IPS SCSI RAID DRIVER
6705 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6706 L: linux-scsi@vger.kernel.org
6707 W: http://www.adaptec.com/
6709 F: drivers/scsi/ips*
6712 M: Wensong Zhang <wensong@linux-vs.org>
6713 M: Simon Horman <horms@verge.net.au>
6714 M: Julian Anastasov <ja@ssi.bg>
6715 L: netdev@vger.kernel.org
6716 L: lvs-devel@vger.kernel.org
6718 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6719 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6720 F: Documentation/networking/ipvs-sysctl.txt
6721 F: include/net/ip_vs.h
6722 F: include/uapi/linux/ip_vs.h
6723 F: net/netfilter/ipvs/
6726 M: Jiri Kosina <jikos@kernel.org>
6727 M: David Sterba <dsterba@suse.com>
6729 F: drivers/tty/ipwireless/
6732 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6733 L: netdev@vger.kernel.org
6735 F: include/net/ipx.h
6736 F: include/uapi/linux/ipx.h
6740 M: Samuel Ortiz <samuel@sortiz.org>
6741 L: irda-users@lists.sourceforge.net (subscribers-only)
6742 L: netdev@vger.kernel.org
6743 W: http://irda.sourceforge.net/
6745 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6746 F: Documentation/networking/irda.txt
6747 F: drivers/net/irda/
6748 F: include/net/irda/
6752 M: Thomas Gleixner <tglx@linutronix.de>
6753 L: linux-kernel@vger.kernel.org
6755 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6759 M: Thomas Gleixner <tglx@linutronix.de>
6760 M: Jason Cooper <jason@lakedaemon.net>
6761 M: Marc Zyngier <marc.zyngier@arm.com>
6762 L: linux-kernel@vger.kernel.org
6764 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6765 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6766 F: Documentation/devicetree/bindings/interrupt-controller/
6769 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6770 M: Marc Zyngier <marc.zyngier@arm.com>
6772 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6773 F: Documentation/IRQ-domain.txt
6774 F: include/linux/irqdomain.h
6775 F: kernel/irq/irqdomain.c
6779 M: William Breathitt Gray <vilhelm.gray@gmail.com>
6781 F: Documentation/isa.txt
6782 F: drivers/base/isa.c
6783 F: include/linux/isa.h
6786 M: Jaroslav Kysela <perex@perex.cz>
6788 F: Documentation/isapnp.txt
6789 F: drivers/pnp/isapnp/
6790 F: include/linux/isapnp.h
6793 M: Hans Verkuil <hverkuil@xs4all.nl>
6794 L: linux-media@vger.kernel.org
6795 T: git git://linuxtv.org/media_tree.git
6796 W: https://linuxtv.org
6798 F: drivers/media/radio/radio-isa*
6800 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6801 M: Peter Jones <pjones@redhat.com>
6802 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
6804 F: drivers/firmware/iscsi_ibft*
6807 M: Lee Duncan <lduncan@suse.com>
6808 M: Chris Leech <cleech@redhat.com>
6809 L: open-iscsi@googlegroups.com
6810 W: www.open-iscsi.com
6812 F: drivers/scsi/*iscsi*
6813 F: include/scsi/*iscsi*
6815 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6816 M: Or Gerlitz <ogerlitz@mellanox.com>
6817 M: Sagi Grimberg <sagi@grimberg.me>
6818 M: Roi Dayan <roid@mellanox.com>
6819 L: linux-rdma@vger.kernel.org
6821 W: http://www.openfabrics.org
6822 W: www.open-iscsi.org
6823 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6824 F: drivers/infiniband/ulp/iser/
6826 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6827 M: Sagi Grimberg <sagi@grimberg.me>
6828 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6829 L: linux-rdma@vger.kernel.org
6830 L: target-devel@vger.kernel.org
6832 W: http://www.linux-iscsi.org
6833 F: drivers/infiniband/ulp/isert
6836 M: Karsten Keil <isdn@linux-pingi.de>
6837 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6838 L: netdev@vger.kernel.org
6839 W: http://www.isdn4linux.de
6840 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6842 F: Documentation/isdn/
6844 F: include/linux/isdn.h
6845 F: include/linux/isdn/
6846 F: include/uapi/linux/isdn.h
6847 F: include/uapi/linux/isdn/
6849 ISDN SUBSYSTEM (Eicon active card driver)
6850 M: Armin Schindler <mac@melware.de>
6851 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6852 W: http://www.melware.de
6854 F: drivers/isdn/hardware/eicon/
6856 IT87 HARDWARE MONITORING DRIVER
6857 M: Jean Delvare <jdelvare@suse.com>
6858 L: linux-hwmon@vger.kernel.org
6860 F: Documentation/hwmon/it87
6861 F: drivers/hwmon/it87.c
6864 M: Antti Palosaari <crope@iki.fi>
6865 L: linux-media@vger.kernel.org
6866 W: https://linuxtv.org
6867 W: http://palosaari.fi/linux/
6868 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6869 T: git git://linuxtv.org/anttip/media_tree.git
6871 F: drivers/media/tuners/it913x*
6873 IVTV VIDEO4LINUX DRIVER
6874 M: Andy Walls <awalls@md.metrocast.net>
6875 L: ivtv-devel@ivtvdriver.org (subscribers-only)
6876 L: linux-media@vger.kernel.org
6877 T: git git://linuxtv.org/media_tree.git
6878 W: http://www.ivtvdriver.org
6880 F: Documentation/media/v4l-drivers/ivtv*
6881 F: drivers/media/pci/ivtv/
6882 F: include/uapi/linux/ivtv*
6884 IX2505V MEDIA DRIVER
6885 M: Malcolm Priestley <tvboxspy@gmail.com>
6886 L: linux-media@vger.kernel.org
6887 W: https://linuxtv.org
6888 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6890 F: drivers/media/dvb-frontends/ix2505v*
6892 JC42.4 TEMPERATURE SENSOR DRIVER
6893 M: Guenter Roeck <linux@roeck-us.net>
6894 L: linux-hwmon@vger.kernel.org
6896 F: drivers/hwmon/jc42.c
6897 F: Documentation/hwmon/jc42
6900 M: Dave Kleikamp <shaggy@kernel.org>
6901 L: jfs-discussion@lists.sourceforge.net
6902 W: http://jfs.sourceforge.net/
6903 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6905 F: Documentation/filesystems/jfs.txt
6909 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6910 L: netdev@vger.kernel.org
6912 F: drivers/net/ethernet/jme.*
6914 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6915 M: David Woodhouse <dwmw2@infradead.org>
6916 L: linux-mtd@lists.infradead.org
6917 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6920 F: include/uapi/linux/jffs2.h
6922 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6923 M: "Theodore Ts'o" <tytso@mit.edu>
6924 M: Jan Kara <jack@suse.com>
6925 L: linux-ext4@vger.kernel.org
6928 F: include/linux/jbd2.h
6930 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6931 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6932 L: linux-media@vger.kernel.org
6934 F: drivers/media/platform/rcar_jpu.c
6936 JSM Neo PCI based serial card
6937 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6938 L: linux-serial@vger.kernel.org
6940 F: drivers/tty/serial/jsm/
6942 K10TEMP HARDWARE MONITORING DRIVER
6943 M: Clemens Ladisch <clemens@ladisch.de>
6944 L: linux-hwmon@vger.kernel.org
6946 F: Documentation/hwmon/k10temp
6947 F: drivers/hwmon/k10temp.c
6949 K8TEMP HARDWARE MONITORING DRIVER
6950 M: Rudolf Marek <r.marek@assembler.cz>
6951 L: linux-hwmon@vger.kernel.org
6953 F: Documentation/hwmon/k8temp
6954 F: drivers/hwmon/k8temp.c
6957 M: Andrey Ryabinin <aryabinin@virtuozzo.com>
6958 R: Alexander Potapenko <glider@google.com>
6959 R: Dmitry Vyukov <dvyukov@google.com>
6960 L: kasan-dev@googlegroups.com
6962 F: arch/*/include/asm/kasan.h
6963 F: arch/*/mm/kasan_init*
6964 F: Documentation/dev-tools/kasan.rst
6965 F: include/linux/kasan*.h
6968 F: scripts/Makefile.kasan
6971 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
6972 L: linux-kbuild@vger.kernel.org
6973 T: git git://gitorious.org/linux-kconfig/linux-kconfig
6975 F: Documentation/kbuild/kconfig-language.txt
6979 M: Dave Young <dyoung@redhat.com>
6980 M: Baoquan He <bhe@redhat.com>
6981 R: Vivek Goyal <vgoyal@redhat.com>
6982 L: kexec@lists.infradead.org
6983 W: http://lse.sourceforge.net/kdump/
6985 F: Documentation/kdump/
6987 KEENE FM RADIO TRANSMITTER DRIVER
6988 M: Hans Verkuil <hverkuil@xs4all.nl>
6989 L: linux-media@vger.kernel.org
6990 T: git git://linuxtv.org/media_tree.git
6991 W: https://linuxtv.org
6993 F: drivers/media/radio/radio-keene*
6995 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6996 M: Ian Kent <raven@themaw.net>
6997 L: autofs@vger.kernel.org
7001 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
7002 M: Michal Marek <mmarek@suse.com>
7003 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
7004 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
7005 L: linux-kbuild@vger.kernel.org
7007 F: Documentation/kbuild/
7009 F: scripts/Makefile.*
7015 L: kernel-janitors@vger.kernel.org
7016 W: http://kernelnewbies.org/KernelJanitors
7019 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
7020 M: "J. Bruce Fields" <bfields@fieldses.org>
7021 M: Jeff Layton <jlayton@poochiereds.net>
7022 L: linux-nfs@vger.kernel.org
7023 W: http://nfs.sourceforge.net/
7024 T: git git://linux-nfs.org/~bfields/linux.git
7027 F: include/uapi/linux/nfsd/
7031 F: include/linux/lockd/
7032 F: include/linux/sunrpc/
7033 F: include/uapi/linux/sunrpc/
7035 KERNEL SELFTEST FRAMEWORK
7036 M: Shuah Khan <shuahkh@osg.samsung.com>
7037 M: Shuah Khan <shuah@kernel.org>
7038 L: linux-kselftest@vger.kernel.org
7039 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
7041 F: tools/testing/selftests
7043 KERNEL VIRTUAL MACHINE (KVM)
7044 M: Paolo Bonzini <pbonzini@redhat.com>
7045 M: Radim Krčmář <rkrcmar@redhat.com>
7046 L: kvm@vger.kernel.org
7047 W: http://www.linux-kvm.org
7048 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7050 F: Documentation/*/kvm*.txt
7051 F: Documentation/virtual/kvm/
7053 F: arch/x86/kernel/kvm.c
7054 F: arch/x86/kernel/kvmclock.c
7055 F: arch/*/include/asm/kvm*
7056 F: include/linux/kvm*
7057 F: include/uapi/linux/kvm*
7061 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7062 M: Joerg Roedel <joro@8bytes.org>
7063 L: kvm@vger.kernel.org
7064 W: http://www.linux-kvm.org/
7066 F: arch/x86/include/asm/svm.h
7067 F: arch/x86/kvm/svm.c
7069 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7070 M: Alexander Graf <agraf@suse.com>
7071 L: kvm-ppc@vger.kernel.org
7072 W: http://www.linux-kvm.org/
7073 T: git git://github.com/agraf/linux-2.6.git
7075 F: arch/powerpc/include/asm/kvm*
7076 F: arch/powerpc/kvm/
7078 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7079 M: Christian Borntraeger <borntraeger@de.ibm.com>
7080 M: Cornelia Huck <cornelia.huck@de.ibm.com>
7081 L: linux-s390@vger.kernel.org
7082 W: http://www.ibm.com/developerworks/linux/linux390/
7083 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7085 F: Documentation/s390/kvm.txt
7086 F: arch/s390/include/asm/kvm*
7089 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7090 M: Christoffer Dall <christoffer.dall@linaro.org>
7091 M: Marc Zyngier <marc.zyngier@arm.com>
7092 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7093 L: kvmarm@lists.cs.columbia.edu
7094 W: http://systems.cs.columbia.edu/projects/kvm-arm
7095 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7097 F: arch/arm/include/uapi/asm/kvm*
7098 F: arch/arm/include/asm/kvm*
7101 F: include/kvm/arm_*
7103 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7104 M: Christoffer Dall <christoffer.dall@linaro.org>
7105 M: Marc Zyngier <marc.zyngier@arm.com>
7106 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7107 L: kvmarm@lists.cs.columbia.edu
7109 F: arch/arm64/include/uapi/asm/kvm*
7110 F: arch/arm64/include/asm/kvm*
7113 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7114 M: James Hogan <james.hogan@imgtec.com>
7115 L: linux-mips@linux-mips.org
7117 F: arch/mips/include/uapi/asm/kvm*
7118 F: arch/mips/include/asm/kvm*
7122 M: Eric Biederman <ebiederm@xmission.com>
7123 W: http://kernel.org/pub/linux/utils/kernel/kexec/
7124 L: kexec@lists.infradead.org
7126 F: include/linux/kexec.h
7127 F: include/uapi/linux/kexec.h
7131 M: David Howells <dhowells@redhat.com>
7132 L: keyrings@vger.kernel.org
7134 F: Documentation/security/keys.txt
7135 F: include/linux/key.h
7136 F: include/linux/key-type.h
7137 F: include/linux/keyctl.h
7138 F: include/uapi/linux/keyctl.h
7143 M: David Safford <safford@us.ibm.com>
7144 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7145 L: linux-security-module@vger.kernel.org
7146 L: keyrings@vger.kernel.org
7148 F: Documentation/security/keys-trusted-encrypted.txt
7149 F: include/keys/trusted-type.h
7150 F: security/keys/trusted.c
7151 F: security/keys/trusted.h
7154 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7155 M: David Safford <safford@us.ibm.com>
7156 L: linux-security-module@vger.kernel.org
7157 L: keyrings@vger.kernel.org
7159 F: Documentation/security/keys-trusted-encrypted.txt
7160 F: include/keys/encrypted-type.h
7161 F: security/keys/encrypted-keys/
7163 KGDB / KDB /debug_core
7164 M: Jason Wessel <jason.wessel@windriver.com>
7165 W: http://kgdb.wiki.kernel.org/
7166 L: kgdb-bugreport@lists.sourceforge.net
7167 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7169 F: Documentation/DocBook/kgdb.tmpl
7170 F: drivers/misc/kgdbts.c
7171 F: drivers/tty/serial/kgdboc.c
7172 F: include/linux/kdb.h
7173 F: include/linux/kgdb.h
7177 M: Vegard Nossum <vegardno@ifi.uio.no>
7178 M: Pekka Enberg <penberg@kernel.org>
7180 F: Documentation/dev-tools/kmemcheck.rst
7181 F: arch/x86/include/asm/kmemcheck.h
7182 F: arch/x86/mm/kmemcheck/
7183 F: include/linux/kmemcheck.h
7187 M: Catalin Marinas <catalin.marinas@arm.com>
7189 F: Documentation/dev-tools/kmemleak.rst
7190 F: include/linux/kmemleak.h
7192 F: mm/kmemleak-test.c
7195 M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7196 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7197 M: "David S. Miller" <davem@davemloft.net>
7198 M: Masami Hiramatsu <mhiramat@kernel.org>
7200 F: Documentation/kprobes.txt
7201 F: include/linux/kprobes.h
7204 KS0108 LCD CONTROLLER DRIVER
7205 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7206 W: http://miguelojeda.es/auxdisplay.htm
7207 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7209 F: Documentation/auxdisplay/ks0108
7210 F: drivers/auxdisplay/ks0108.c
7211 F: include/linux/ks0108.h
7214 M: David Ahern <dsa@cumulusnetworks.com>
7215 L: netdev@vger.kernel.org
7218 F: include/net/l3mdev.h
7220 LANTIQ MIPS ARCHITECTURE
7221 M: John Crispin <john@phrozen.org>
7222 L: linux-mips@linux-mips.org
7227 L: linux-x25@vger.kernel.org
7229 F: Documentation/networking/lapb-module.txt
7233 LASI 53c700 driver for PARISC
7234 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7235 L: linux-scsi@vger.kernel.org
7237 F: Documentation/scsi/53c700.txt
7238 F: drivers/scsi/53c700*
7241 M: Richard Purdie <rpurdie@rpsys.net>
7242 M: Jacek Anaszewski <jacek.anaszewski@gmail.com>
7243 M: Pavel Machek <pavel@ucw.cz>
7244 L: linux-leds@vger.kernel.org
7245 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7247 F: Documentation/devicetree/bindings/leds/
7249 F: include/linux/leds.h
7251 LEGACY EEPROM DRIVER
7252 M: Jean Delvare <jdelvare@suse.com>
7254 F: Documentation/misc-devices/eeprom
7255 F: drivers/misc/eeprom/eeprom.c
7257 LEGO USB Tower driver
7258 M: Juergen Stuber <starblue@users.sourceforge.net>
7259 L: legousb-devel@lists.sourceforge.net
7260 W: http://legousb.sourceforge.net/
7262 F: drivers/usb/misc/legousbtower.c
7265 M: Michael Krufky <mkrufky@linuxtv.org>
7266 L: linux-media@vger.kernel.org
7267 W: https://linuxtv.org
7268 W: http://github.com/mkrufky
7269 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7270 T: git git://linuxtv.org/mkrufky/tuners.git
7272 F: drivers/media/dvb-frontends/lg2160.*
7274 LGDT3305 MEDIA DRIVER
7275 M: Michael Krufky <mkrufky@linuxtv.org>
7276 L: linux-media@vger.kernel.org
7277 W: https://linuxtv.org
7278 W: http://github.com/mkrufky
7279 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7280 T: git git://linuxtv.org/mkrufky/tuners.git
7282 F: drivers/media/dvb-frontends/lgdt3305.*
7285 M: Rusty Russell <rusty@rustcorp.com.au>
7286 L: lguest@lists.ozlabs.org
7287 W: http://lguest.ozlabs.org/
7289 F: arch/x86/include/asm/lguest*.h
7292 F: include/linux/lguest*.h
7295 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7296 M: Tejun Heo <tj@kernel.org>
7297 L: linux-ide@vger.kernel.org
7298 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7301 F: include/linux/ata.h
7302 F: include/linux/libata.h
7303 F: Documentation/devicetree/bindings/ata/
7305 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7306 M: Viresh Kumar <vireshk@kernel.org>
7307 L: linux-ide@vger.kernel.org
7308 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7310 F: include/linux/pata_arasan_cf_data.h
7311 F: drivers/ata/pata_arasan_cf.c
7314 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7315 M: Tejun Heo <tj@kernel.org>
7316 L: linux-ide@vger.kernel.org
7317 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7319 F: drivers/ata/pata_*.c
7320 F: drivers/ata/ata_generic.c
7322 LIBATA SATA AHCI PLATFORM devices support
7323 M: Hans de Goede <hdegoede@redhat.com>
7324 M: Tejun Heo <tj@kernel.org>
7325 L: linux-ide@vger.kernel.org
7326 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7328 F: drivers/ata/ahci_platform.c
7329 F: drivers/ata/libahci_platform.c
7330 F: include/linux/ahci_platform.h
7332 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7333 M: Mikael Pettersson <mikpelinux@gmail.com>
7334 L: linux-ide@vger.kernel.org
7335 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7337 F: drivers/ata/sata_promise.*
7340 M: Sasha Levin <sasha.levin@oracle.com>
7342 F: tools/lib/lockdep/
7344 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7345 M: Dan Williams <dan.j.williams@intel.com>
7346 L: linux-nvdimm@lists.01.org
7347 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7348 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7351 F: include/linux/nd.h
7352 F: include/linux/libnvdimm.h
7353 F: include/uapi/linux/ndctl.h
7355 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7356 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7357 L: linux-nvdimm@lists.01.org
7358 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7360 F: drivers/nvdimm/blk.c
7361 F: drivers/nvdimm/region_devs.c
7362 F: drivers/acpi/nfit*
7364 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7365 M: Vishal Verma <vishal.l.verma@intel.com>
7366 L: linux-nvdimm@lists.01.org
7367 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7369 F: drivers/nvdimm/btt*
7371 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7372 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7373 L: linux-nvdimm@lists.01.org
7374 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7376 F: drivers/nvdimm/pmem.c
7377 F: include/linux/pmem.h
7378 F: arch/*/include/asm/pmem.h
7380 LIGHTNVM PLATFORM SUPPORT
7381 M: Matias Bjorling <mb@lightnvm.io>
7382 W: http://github/OpenChannelSSD
7383 L: linux-block@vger.kernel.org
7385 F: drivers/lightnvm/
7386 F: include/linux/lightnvm.h
7387 F: include/uapi/linux/lightnvm.h
7389 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7390 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7391 M: Paul Mackerras <paulus@samba.org>
7392 M: Michael Ellerman <mpe@ellerman.id.au>
7393 W: https://github.com/linuxppc/linux/wiki
7394 L: linuxppc-dev@lists.ozlabs.org
7395 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7396 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7398 F: Documentation/powerpc/
7400 F: drivers/char/tpm/tpm_ibmvtpm*
7401 F: drivers/crypto/nx/
7402 F: drivers/crypto/vmx/
7403 F: drivers/net/ethernet/ibm/ibmveth.*
7404 F: drivers/net/ethernet/ibm/ibmvnic.*
7405 F: drivers/pci/hotplug/pnv_php.c
7406 F: drivers/pci/hotplug/rpa*
7407 F: drivers/scsi/ibmvscsi/
7408 F: tools/testing/selftests/powerpc
7416 LINUX FOR POWER MACINTOSH
7417 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7418 W: http://www.penguinppc.org/
7419 L: linuxppc-dev@lists.ozlabs.org
7421 F: arch/powerpc/platforms/powermac/
7422 F: drivers/macintosh/
7424 LINUX FOR POWERPC EMBEDDED MPC5XXX
7425 M: Anatolij Gustschin <agust@denx.de>
7426 L: linuxppc-dev@lists.ozlabs.org
7427 T: git git://git.denx.de/linux-denx-agust.git
7429 F: arch/powerpc/platforms/512x/
7430 F: arch/powerpc/platforms/52xx/
7432 LINUX FOR POWERPC EMBEDDED PPC4XX
7433 M: Alistair Popple <alistair@popple.id.au>
7434 M: Matt Porter <mporter@kernel.crashing.org>
7435 W: http://www.penguinppc.org/
7436 L: linuxppc-dev@lists.ozlabs.org
7438 F: arch/powerpc/platforms/40x/
7439 F: arch/powerpc/platforms/44x/
7441 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7442 L: linuxppc-dev@lists.ozlabs.org
7444 F: arch/powerpc/*/*virtex*
7445 F: arch/powerpc/*/*/*virtex*
7447 LINUX FOR POWERPC EMBEDDED PPC8XX
7448 M: Vitaly Bordug <vitb@kernel.crashing.org>
7449 W: http://www.penguinppc.org/
7450 L: linuxppc-dev@lists.ozlabs.org
7452 F: arch/powerpc/platforms/8xx/
7454 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7455 M: Scott Wood <oss@buserror.net>
7456 M: Kumar Gala <galak@kernel.crashing.org>
7457 W: http://www.penguinppc.org/
7458 L: linuxppc-dev@lists.ozlabs.org
7459 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7461 F: arch/powerpc/platforms/83xx/
7462 F: arch/powerpc/platforms/85xx/
7464 LINUX FOR POWERPC PA SEMI PWRFICIENT
7465 L: linuxppc-dev@lists.ozlabs.org
7467 F: arch/powerpc/platforms/pasemi/
7468 F: drivers/*/*pasemi*
7469 F: drivers/*/*/*pasemi*
7471 LINUX SECURITY MODULE (LSM) FRAMEWORK
7472 M: Chris Wright <chrisw@sous-sol.org>
7473 L: linux-security-module@vger.kernel.org
7476 LIS3LV02D ACCELEROMETER DRIVER
7477 M: Eric Piel <eric.piel@tremplin-utc.net>
7479 F: Documentation/misc-devices/lis3lv02d
7480 F: drivers/misc/lis3lv02d/
7481 F: drivers/platform/x86/hp_accel.c
7484 M: Josh Poimboeuf <jpoimboe@redhat.com>
7485 M: Jessica Yu <jeyu@redhat.com>
7486 M: Jiri Kosina <jikos@kernel.org>
7487 M: Miroslav Benes <mbenes@suse.cz>
7488 R: Petr Mladek <pmladek@suse.com>
7490 F: kernel/livepatch/
7491 F: include/linux/livepatch.h
7492 F: arch/x86/include/asm/livepatch.h
7493 F: arch/x86/kernel/livepatch.c
7494 F: Documentation/livepatch/
7495 F: Documentation/ABI/testing/sysfs-kernel-livepatch
7496 F: samples/livepatch/
7497 L: live-patching@vger.kernel.org
7498 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7500 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7501 M: Kees Cook <keescook@chromium.org>
7503 F: drivers/misc/lkdtm*
7506 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7508 F: include/linux/llc.h
7509 F: include/uapi/linux/llc.h
7513 LM73 HARDWARE MONITOR DRIVER
7514 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
7515 L: linux-hwmon@vger.kernel.org
7517 F: drivers/hwmon/lm73.c
7519 LM78 HARDWARE MONITOR DRIVER
7520 M: Jean Delvare <jdelvare@suse.com>
7521 L: linux-hwmon@vger.kernel.org
7523 F: Documentation/hwmon/lm78
7524 F: drivers/hwmon/lm78.c
7526 LM83 HARDWARE MONITOR DRIVER
7527 M: Jean Delvare <jdelvare@suse.com>
7528 L: linux-hwmon@vger.kernel.org
7530 F: Documentation/hwmon/lm83
7531 F: drivers/hwmon/lm83.c
7533 LM90 HARDWARE MONITOR DRIVER
7534 M: Jean Delvare <jdelvare@suse.com>
7535 L: linux-hwmon@vger.kernel.org
7537 F: Documentation/hwmon/lm90
7538 F: Documentation/devicetree/bindings/hwmon/lm90.txt
7539 F: drivers/hwmon/lm90.c
7541 LM95234 HARDWARE MONITOR DRIVER
7542 M: Guenter Roeck <linux@roeck-us.net>
7543 L: linux-hwmon@vger.kernel.org
7545 F: Documentation/hwmon/lm95234
7546 F: drivers/hwmon/lm95234.c
7548 LME2510 MEDIA DRIVER
7549 M: Malcolm Priestley <tvboxspy@gmail.com>
7550 L: linux-media@vger.kernel.org
7551 W: https://linuxtv.org
7552 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7554 F: drivers/media/usb/dvb-usb-v2/lmedm04*
7557 M: Peter Zijlstra <peterz@infradead.org>
7558 M: Ingo Molnar <mingo@redhat.com>
7559 L: linux-kernel@vger.kernel.org
7560 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7562 F: Documentation/locking/
7563 F: include/linux/lockdep.h
7564 F: include/linux/spinlock*.h
7565 F: arch/*/include/asm/spinlock*.h
7566 F: include/linux/rwlock*.h
7567 F: include/linux/mutex*.h
7568 F: arch/*/include/asm/mutex*.h
7569 F: include/linux/rwsem*.h
7570 F: arch/*/include/asm/rwsem.h
7571 F: include/linux/seqlock.h
7572 F: lib/locking*.[ch]
7575 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7576 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
7577 L: linux-ntfs-dev@lists.sourceforge.net
7578 W: http://www.linux-ntfs.org/content/view/19/37/
7580 F: Documentation/ldm.txt
7581 F: block/partitions/ldm.*
7583 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7584 M: Sathya Prakash <sathya.prakash@broadcom.com>
7585 M: Chaitra P B <chaitra.basappa@broadcom.com>
7586 M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7587 L: MPT-FusionLinux.pdl@broadcom.com
7588 L: linux-scsi@vger.kernel.org
7589 W: http://www.avagotech.com/support/
7591 F: drivers/message/fusion/
7592 F: drivers/scsi/mpt2sas/
7593 F: drivers/scsi/mpt3sas/
7595 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7596 M: Matthew Wilcox <matthew@wil.cx>
7597 L: linux-scsi@vger.kernel.org
7599 F: drivers/scsi/sym53c8xx_2/
7601 LTC4261 HARDWARE MONITOR DRIVER
7602 M: Guenter Roeck <linux@roeck-us.net>
7603 L: linux-hwmon@vger.kernel.org
7605 F: Documentation/hwmon/ltc4261
7606 F: drivers/hwmon/ltc4261.c
7608 LTP (Linux Test Project)
7609 M: Mike Frysinger <vapier@gentoo.org>
7610 M: Cyril Hrubis <chrubis@suse.cz>
7611 M: Wanlong Gao <wanlong.gao@gmail.com>
7612 M: Jan Stancek <jstancek@redhat.com>
7613 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7614 M: Alexey Kodanev <alexey.kodanev@oracle.com>
7615 L: ltp@lists.linux.it (subscribers-only)
7616 W: http://linux-test-project.github.io/
7617 T: git git://github.com/linux-test-project/ltp.git
7621 W: http://www.linux-m32r.org/
7626 M: Geert Uytterhoeven <geert@linux-m68k.org>
7627 L: linux-m68k@lists.linux-m68k.org
7628 W: http://www.linux-m68k.org/
7629 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7634 M68K ON APPLE MACINTOSH
7635 M: Joshua Thompson <funaho@jurai.org>
7636 W: http://www.mac.linux-m68k.org/
7637 L: linux-m68k@lists.linux-m68k.org
7642 M: Philip Blundell <philb@gnu.org>
7643 W: http://www.tazenda.demon.co.uk/phil/linux-hp
7647 M88DS3103 MEDIA DRIVER
7648 M: Antti Palosaari <crope@iki.fi>
7649 L: linux-media@vger.kernel.org
7650 W: https://linuxtv.org
7651 W: http://palosaari.fi/linux/
7652 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7653 T: git git://linuxtv.org/anttip/media_tree.git
7655 F: drivers/media/dvb-frontends/m88ds3103*
7657 M88RS2000 MEDIA DRIVER
7658 M: Malcolm Priestley <tvboxspy@gmail.com>
7659 L: linux-media@vger.kernel.org
7660 W: https://linuxtv.org
7661 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7663 F: drivers/media/dvb-frontends/m88rs2000*
7665 MA901 MASTERKIT USB FM RADIO DRIVER
7666 M: Alexey Klimov <klimov.linux@gmail.com>
7667 L: linux-media@vger.kernel.org
7668 T: git git://linuxtv.org/media_tree.git
7670 F: drivers/media/radio/radio-ma901.c
7673 M: Johannes Berg <johannes@sipsolutions.net>
7674 L: linux-wireless@vger.kernel.org
7675 W: http://wireless.kernel.org/
7676 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7677 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7679 F: Documentation/networking/mac80211-injection.txt
7680 F: include/net/mac80211.h
7682 F: drivers/net/wireless/mac80211_hwsim.[ch]
7685 M: Patrick McHardy <kaber@trash.net>
7686 L: netdev@vger.kernel.org
7688 F: drivers/net/macvlan.c
7689 F: include/linux/if_macvlan.h
7692 M: Jassi Brar <jassisinghbrar@gmail.com>
7693 L: linux-kernel@vger.kernel.org
7696 F: include/linux/mailbox_client.h
7697 F: include/linux/mailbox_controller.h
7699 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7700 M: Michael Kerrisk <mtk.manpages@gmail.com>
7701 W: http://www.kernel.org/doc/man-pages
7702 L: linux-man@vger.kernel.org
7705 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7706 M: Andrew Lunn <andrew@lunn.ch>
7707 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7708 L: netdev@vger.kernel.org
7710 F: drivers/net/dsa/mv88e6xxx/
7711 F: Documentation/devicetree/bindings/net/dsa/marvell.txt
7713 MARVELL ARMADA DRM SUPPORT
7714 M: Russell King <rmk+kernel@armlinux.org.uk>
7716 F: drivers/gpu/drm/armada/
7717 F: include/uapi/drm/armada_drm.h
7718 F: Documentation/devicetree/bindings/display/armada/
7720 MARVELL CRYPTO DRIVER
7721 M: Boris Brezillon <boris.brezillon@free-electrons.com>
7722 M: Arnaud Ebalard <arno@natisbad.org>
7723 F: drivers/crypto/marvell/
7725 L: linux-crypto@vger.kernel.org
7727 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7728 M: Mirko Lindner <mlindner@marvell.com>
7729 M: Stephen Hemminger <stephen@networkplumber.org>
7730 L: netdev@vger.kernel.org
7732 F: drivers/net/ethernet/marvell/sk*
7734 MARVELL LIBERTAS WIRELESS DRIVER
7735 L: libertas-dev@lists.infradead.org
7737 F: drivers/net/wireless/marvell/libertas/
7739 MARVELL MV643XX ETHERNET DRIVER
7740 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7741 L: netdev@vger.kernel.org
7743 F: drivers/net/ethernet/marvell/mv643xx_eth.*
7744 F: include/linux/mv643xx.h
7746 MARVELL MVNETA ETHERNET DRIVER
7747 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7748 L: netdev@vger.kernel.org
7750 F: drivers/net/ethernet/marvell/mvneta.*
7752 MARVELL MWIFIEX WIRELESS DRIVER
7753 M: Amitkumar Karwar <akarwar@marvell.com>
7754 M: Nishant Sarmukadam <nishants@marvell.com>
7755 L: linux-wireless@vger.kernel.org
7757 F: drivers/net/wireless/marvell/mwifiex/
7759 MARVELL MWL8K WIRELESS DRIVER
7760 M: Lennert Buytenhek <buytenh@wantstofly.org>
7761 L: linux-wireless@vger.kernel.org
7763 F: drivers/net/wireless/marvell/mwl8k.c
7765 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7766 M: Nicolas Pitre <nico@fluxnic.net>
7768 F: drivers/mmc/host/mvsdio.*
7770 MATROX FRAMEBUFFER DRIVER
7771 L: linux-fbdev@vger.kernel.org
7773 F: drivers/video/fbdev/matrox/matroxfb_*
7774 F: include/uapi/linux/matroxfb.h
7776 MAX16065 HARDWARE MONITOR DRIVER
7777 M: Guenter Roeck <linux@roeck-us.net>
7778 L: linux-hwmon@vger.kernel.org
7780 F: Documentation/hwmon/max16065
7781 F: drivers/hwmon/max16065.c
7783 MAX20751 HARDWARE MONITOR DRIVER
7784 M: Guenter Roeck <linux@roeck-us.net>
7785 L: linux-hwmon@vger.kernel.org
7787 F: Documentation/hwmon/max20751
7788 F: drivers/hwmon/max20751.c
7790 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7791 L: linux-hwmon@vger.kernel.org
7793 F: Documentation/hwmon/max6650
7794 F: drivers/hwmon/max6650.c
7796 MAX6697 HARDWARE MONITOR DRIVER
7797 M: Guenter Roeck <linux@roeck-us.net>
7798 L: linux-hwmon@vger.kernel.org
7800 F: Documentation/hwmon/max6697
7801 F: Documentation/devicetree/bindings/i2c/max6697.txt
7802 F: drivers/hwmon/max6697.c
7803 F: include/linux/platform_data/max6697.h
7805 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7806 M: Peter Rosin <peda@axentia.se>
7807 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7809 F: Documentation/devicetree/bindings/sound/max9860.txt
7810 F: sound/soc/codecs/max9860.*
7812 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7813 M: Krzysztof Kozlowski <krzk@kernel.org>
7814 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7815 L: linux-pm@vger.kernel.org
7817 F: drivers/power/supply/max14577_charger.c
7818 F: drivers/power/supply/max77693_charger.c
7820 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7821 M: Javier Martinez Canillas <javier@osg.samsung.com>
7822 L: linux-kernel@vger.kernel.org
7824 F: drivers/*/*max77802*.c
7825 F: Documentation/devicetree/bindings/*/*max77802.txt
7826 F: include/dt-bindings/*/*max77802.h
7828 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7829 M: Chanwoo Choi <cw00.choi@samsung.com>
7830 M: Krzysztof Kozlowski <krzk@kernel.org>
7831 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7832 L: linux-kernel@vger.kernel.org
7834 F: drivers/*/max14577*.c
7835 F: drivers/*/max77686*.c
7836 F: drivers/*/max77693*.c
7837 F: drivers/extcon/extcon-max14577.c
7838 F: drivers/extcon/extcon-max77693.c
7839 F: drivers/rtc/rtc-max77686.c
7840 F: drivers/clk/clk-max77686.c
7841 F: Documentation/devicetree/bindings/mfd/max14577.txt
7842 F: Documentation/devicetree/bindings/*/max77686.txt
7843 F: Documentation/devicetree/bindings/mfd/max77693.txt
7844 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
7845 F: include/linux/mfd/max14577*.h
7846 F: include/linux/mfd/max77686*.h
7847 F: include/linux/mfd/max77693*.h
7849 MAXIRADIO FM RADIO RECEIVER DRIVER
7850 M: Hans Verkuil <hverkuil@xs4all.nl>
7851 L: linux-media@vger.kernel.org
7852 T: git git://linuxtv.org/media_tree.git
7853 W: https://linuxtv.org
7855 F: drivers/media/radio/radio-maxiradio*
7857 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7858 M: Peter Rosin <peda@axentia.se>
7859 L: linux-iio@vger.kernel.org
7861 F: Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
7862 F: drivers/iio/potentiometer/mcp4531.c
7864 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7865 M: William Breathitt Gray <vilhelm.gray@gmail.com>
7866 L: linux-iio@vger.kernel.org
7868 F: drivers/iio/dac/cio-dac.c
7870 MEDIA DRIVERS FOR RENESAS - FCP
7871 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7872 L: linux-media@vger.kernel.org
7873 L: linux-renesas-soc@vger.kernel.org
7874 T: git git://linuxtv.org/media_tree.git
7876 F: Documentation/devicetree/bindings/media/renesas,fcp.txt
7877 F: drivers/media/platform/rcar-fcp.c
7878 F: include/media/rcar-fcp.h
7880 MEDIA DRIVERS FOR RENESAS - FDP1
7881 M: Kieran Bingham <kieran@bingham.xyz>
7882 L: linux-media@vger.kernel.org
7883 L: linux-renesas-soc@vger.kernel.org
7884 T: git git://linuxtv.org/media_tree.git
7886 F: Documentation/devicetree/bindings/media/renesas,fdp1.txt
7887 F: drivers/media/platform/rcar_fdp1.c
7889 MEDIA DRIVERS FOR RENESAS - VIN
7890 M: Niklas Söderlund <niklas.soderlund@ragnatech.se>
7891 L: linux-media@vger.kernel.org
7892 L: linux-renesas-soc@vger.kernel.org
7893 T: git git://linuxtv.org/media_tree.git
7895 F: Documentation/devicetree/bindings/media/rcar_vin.txt
7896 F: drivers/media/platform/rcar-vin/
7898 MEDIA DRIVERS FOR RENESAS - VSP1
7899 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7900 L: linux-media@vger.kernel.org
7901 L: linux-renesas-soc@vger.kernel.org
7902 T: git git://linuxtv.org/media_tree.git
7904 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
7905 F: drivers/media/platform/vsp1/
7907 MEDIA DRIVERS FOR HELENE
7908 M: Abylay Ospan <aospan@netup.ru>
7909 L: linux-media@vger.kernel.org
7910 W: https://linuxtv.org
7912 T: git git://linuxtv.org/media_tree.git
7914 F: drivers/media/dvb-frontends/helene*
7916 MEDIA DRIVERS FOR ASCOT2E
7917 M: Sergey Kozlov <serjk@netup.ru>
7918 M: Abylay Ospan <aospan@netup.ru>
7919 L: linux-media@vger.kernel.org
7920 W: https://linuxtv.org
7922 T: git git://linuxtv.org/media_tree.git
7924 F: drivers/media/dvb-frontends/ascot2e*
7926 MEDIA DRIVERS FOR CXD2841ER
7927 M: Sergey Kozlov <serjk@netup.ru>
7928 M: Abylay Ospan <aospan@netup.ru>
7929 L: linux-media@vger.kernel.org
7930 W: https://linuxtv.org
7932 T: git git://linuxtv.org/media_tree.git
7934 F: drivers/media/dvb-frontends/cxd2841er*
7936 MEDIA DRIVERS FOR HORUS3A
7937 M: Sergey Kozlov <serjk@netup.ru>
7938 M: Abylay Ospan <aospan@netup.ru>
7939 L: linux-media@vger.kernel.org
7940 W: https://linuxtv.org
7942 T: git git://linuxtv.org/media_tree.git
7944 F: drivers/media/dvb-frontends/horus3a*
7946 MEDIA DRIVERS FOR LNBH25
7947 M: Sergey Kozlov <serjk@netup.ru>
7948 M: Abylay Ospan <aospan@netup.ru>
7949 L: linux-media@vger.kernel.org
7950 W: https://linuxtv.org
7952 T: git git://linuxtv.org/media_tree.git
7954 F: drivers/media/dvb-frontends/lnbh25*
7956 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7957 M: Sergey Kozlov <serjk@netup.ru>
7958 M: Abylay Ospan <aospan@netup.ru>
7959 L: linux-media@vger.kernel.org
7960 W: https://linuxtv.org
7962 T: git git://linuxtv.org/media_tree.git
7964 F: drivers/media/pci/netup_unidvb/*
7966 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7967 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
7968 M: Mauro Carvalho Chehab <mchehab@kernel.org>
7969 P: LinuxTV.org Project
7970 L: linux-media@vger.kernel.org
7971 W: https://linuxtv.org
7972 Q: http://patchwork.kernel.org/project/linux-media/list/
7973 T: git git://linuxtv.org/media_tree.git
7975 F: Documentation/media/
7977 F: drivers/staging/media/
7978 F: include/linux/platform_data/media/
7980 F: include/uapi/linux/dvb/
7981 F: include/uapi/linux/videodev2.h
7982 F: include/uapi/linux/media.h
7983 F: include/uapi/linux/v4l2-*
7984 F: include/uapi/linux/meye.h
7985 F: include/uapi/linux/ivtv*
7986 F: include/uapi/linux/uvcvideo.h
7988 MEDIATEK ETHERNET DRIVER
7989 M: Felix Fietkau <nbd@openwrt.org>
7990 M: John Crispin <blogic@openwrt.org>
7991 L: netdev@vger.kernel.org
7993 F: drivers/net/ethernet/mediatek/
7995 MEDIATEK MEDIA DRIVER
7996 M: Tiffany Lin <tiffany.lin@mediatek.com>
7997 M: Andrew-CT Chen <andrew-ct.chen@mediatek.com>
7999 F: drivers/media/platform/mtk-vcodec/
8000 F: drivers/media/platform/mtk-vpu/
8001 F: Documentation/devicetree/bindings/media/mediatek-vcodec.txt
8002 F: Documentation/devicetree/bindings/media/mediatek-vpu.txt
8005 M: Minghsiu Tsai <minghsiu.tsai@mediatek.com>
8006 M: Houlong Wei <houlong.wei@mediatek.com>
8007 M: Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8009 F: drivers/media/platform/mtk-mdp/
8010 F: drivers/media/platform/mtk-vpu/
8011 F: Documentation/devicetree/bindings/media/mediatek-mdp.txt
8013 MEDIATEK MT7601U WIRELESS LAN DRIVER
8014 M: Jakub Kicinski <kubakici@wp.pl>
8015 L: linux-wireless@vger.kernel.org
8017 F: drivers/net/wireless/mediatek/mt7601u/
8019 MEGARAID SCSI/SAS DRIVERS
8020 M: Kashyap Desai <kashyap.desai@broadcom.com>
8021 M: Sumit Saxena <sumit.saxena@broadcom.com>
8022 M: Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
8023 L: megaraidlinux.pdl@broadcom.com
8024 L: linux-scsi@vger.kernel.org
8025 W: http://www.avagotech.com/support/
8027 F: Documentation/scsi/megaraid.txt
8028 F: drivers/scsi/megaraid.*
8029 F: drivers/scsi/megaraid/
8031 MELFAS MIP4 TOUCHSCREEN DRIVER
8032 M: Sangwon Jee <jeesw@melfas.com>
8033 W: http://www.melfas.com
8035 F: drivers/input/touchscreen/melfas_mip4.c
8036 F: Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
8038 MELLANOX ETHERNET DRIVER (mlx4_en)
8039 M: Tariq Toukan <tariqt@mellanox.com>
8040 L: netdev@vger.kernel.org
8042 W: http://www.mellanox.com
8043 Q: http://patchwork.ozlabs.org/project/netdev/list/
8044 F: drivers/net/ethernet/mellanox/mlx4/en_*
8046 MELLANOX ETHERNET DRIVER (mlx5e)
8047 M: Saeed Mahameed <saeedm@mellanox.com>
8048 L: netdev@vger.kernel.org
8050 W: http://www.mellanox.com
8051 Q: http://patchwork.ozlabs.org/project/netdev/list/
8052 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
8054 MELLANOX ETHERNET SWITCH DRIVERS
8055 M: Jiri Pirko <jiri@mellanox.com>
8056 M: Ido Schimmel <idosch@mellanox.com>
8057 L: netdev@vger.kernel.org
8059 W: http://www.mellanox.com
8060 Q: http://patchwork.ozlabs.org/project/netdev/list/
8061 F: drivers/net/ethernet/mellanox/mlxsw/
8063 MELLANOX MLXCPLD I2C AND MUX DRIVER
8064 M: Vadim Pasternak <vadimp@mellanox.com>
8065 M: Michael Shych <michaelsh@mellanox.com>
8066 L: linux-i2c@vger.kernel.org
8068 F: drivers/i2c/busses/i2c-mlxcpld.c
8069 F: drivers/i2c/muxes/i2c-mux-mlxcpld.c
8070 F: Documentation/i2c/busses/i2c-mlxcpld
8072 MELLANOX MLXCPLD LED DRIVER
8073 M: Vadim Pasternak <vadimp@mellanox.com>
8074 L: linux-leds@vger.kernel.org
8076 F: drivers/leds/leds-mlxcpld.c
8077 F: Documentation/leds/leds-mlxcpld.txt
8079 MELLANOX PLATFORM DRIVER
8080 M: Vadim Pasternak <vadimp@mellanox.com>
8081 L: platform-driver-x86@vger.kernel.org
8083 F: drivers/platform/x86/mlx-platform.c
8085 MELLANOX MLX CPLD HOTPLUG DRIVER
8086 M: Vadim Pasternak <vadimp@mellanox.com>
8087 L: platform-driver-x86@vger.kernel.org
8089 F: drivers/platform/x86/mlxcpld-hotplug.c
8090 F: include/linux/platform_data/mlxcpld-hotplug.h
8092 SOFT-ROCE DRIVER (rxe)
8093 M: Moni Shoua <monis@mellanox.com>
8094 L: linux-rdma@vger.kernel.org
8096 W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
8097 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8098 F: drivers/infiniband/sw/rxe/
8099 F: include/uapi/rdma/rdma_user_rxe.h
8102 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8103 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8104 L: linux-kernel@vger.kernel.org
8106 F: kernel/membarrier.c
8107 F: include/uapi/linux/membarrier.h
8110 L: linux-mm@kvack.org
8111 W: http://www.linux-mm.org
8113 F: include/linux/mm.h
8114 F: include/linux/gfp.h
8115 F: include/linux/mmzone.h
8116 F: include/linux/memory_hotplug.h
8117 F: include/linux/vmalloc.h
8120 MEMORY TECHNOLOGY DEVICES (MTD)
8121 M: David Woodhouse <dwmw2@infradead.org>
8122 M: Brian Norris <computersforpeace@gmail.com>
8123 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8124 M: Marek Vasut <marek.vasut@gmail.com>
8125 M: Richard Weinberger <richard@nod.at>
8126 M: Cyrille Pitchen <cyrille.pitchen@atmel.com>
8127 L: linux-mtd@lists.infradead.org
8128 W: http://www.linux-mtd.infradead.org/
8129 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8130 T: git git://git.infradead.org/linux-mtd.git
8131 T: git git://git.infradead.org/l2-mtd.git
8133 F: Documentation/devicetree/bindings/mtd/
8135 F: include/linux/mtd/
8136 F: include/uapi/mtd/
8138 MEN A21 WATCHDOG DRIVER
8139 M: Johannes Thumshirn <morbidrsa@gmail.com>
8140 L: linux-watchdog@vger.kernel.org
8142 F: drivers/watchdog/mena21_wdt.c
8144 MEN CHAMELEON BUS (mcb)
8145 M: Johannes Thumshirn <morbidrsa@gmail.com>
8148 F: include/linux/mcb.h
8149 F: Documentation/men-chameleon-bus.txt
8151 MEN F21BMC (Board Management Controller)
8152 M: Andreas Werner <andreas.werner@men.de>
8154 F: drivers/mfd/menf21bmc.c
8155 F: drivers/watchdog/menf21bmc_wdt.c
8156 F: drivers/leds/leds-menf21bmc.c
8157 F: drivers/hwmon/menf21bmc_hwmon.c
8158 F: Documentation/hwmon/menf21bmc
8161 M: James Hogan <james.hogan@imgtec.com>
8162 L: linux-metag@vger.kernel.org
8163 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8166 F: Documentation/metag/
8167 F: Documentation/devicetree/bindings/metag/
8168 F: Documentation/devicetree/bindings/interrupt-controller/img,*
8169 F: drivers/clocksource/metag_generic.c
8170 F: drivers/irqchip/irq-metag.c
8171 F: drivers/irqchip/irq-metag-ext.c
8172 F: drivers/tty/metag_da.c
8174 MICROBLAZE ARCHITECTURE
8175 M: Michal Simek <monstr@monstr.eu>
8176 W: http://www.monstr.eu/fdt/
8177 T: git git://git.monstr.eu/linux-2.6-microblaze.git
8181 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
8182 M: Richard Genoud <richard.genoud@gmail.com>
8184 F: drivers/tty/serial/atmel_serial.c
8185 F: include/linux/atmel_serial.h
8187 MICROCHIP / ATMEL ISC DRIVER
8188 M: Songjun Wu <songjun.wu@microchip.com>
8189 L: linux-media@vger.kernel.org
8191 F: drivers/media/platform/atmel/atmel-isc.c
8192 F: drivers/media/platform/atmel/atmel-isc-regs.h
8193 F: devicetree/bindings/media/atmel-isc.txt
8195 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8196 M: Chen Yu <yu.c.chen@intel.com>
8197 L: platform-driver-x86@vger.kernel.org
8199 F: drivers/platform/x86/surfacepro3_button.c
8202 M: Oliver Neukum <oliver@neukum.org>
8204 F: drivers/usb/image/microtek.*
8207 M: Ralf Baechle <ralf@linux-mips.org>
8208 L: linux-mips@linux-mips.org
8209 W: http://www.linux-mips.org/
8210 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
8211 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
8213 F: Documentation/devicetree/bindings/mips/
8214 F: Documentation/mips/
8217 MIPS/LOONGSON1 ARCHITECTURE
8218 M: Keguang Zhang <keguang.zhang@gmail.com>
8219 L: linux-mips@linux-mips.org
8221 F: arch/mips/loongson32/
8222 F: arch/mips/include/asm/mach-loongson32/
8223 F: drivers/*/*loongson1*
8224 F: drivers/*/*/*loongson1*
8226 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8227 M: Hans Verkuil <hverkuil@xs4all.nl>
8228 L: linux-media@vger.kernel.org
8229 T: git git://linuxtv.org/media_tree.git
8230 W: https://linuxtv.org
8232 F: drivers/media/radio/radio-miropcm20*
8234 MELLANOX MLX4 core VPI driver
8235 M: Yishai Hadas <yishaih@mellanox.com>
8236 L: netdev@vger.kernel.org
8237 L: linux-rdma@vger.kernel.org
8238 W: http://www.mellanox.com
8239 Q: http://patchwork.ozlabs.org/project/netdev/list/
8241 F: drivers/net/ethernet/mellanox/mlx4/
8242 F: include/linux/mlx4/
8243 F: include/uapi/rdma/mlx4-abi.h
8245 MELLANOX MLX4 IB driver
8246 M: Yishai Hadas <yishaih@mellanox.com>
8247 L: linux-rdma@vger.kernel.org
8248 W: http://www.mellanox.com
8249 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8251 F: drivers/infiniband/hw/mlx4/
8252 F: include/linux/mlx4/
8254 MELLANOX MLX5 core VPI driver
8255 M: Saeed Mahameed <saeedm@mellanox.com>
8256 M: Matan Barak <matanb@mellanox.com>
8257 M: Leon Romanovsky <leonro@mellanox.com>
8258 L: netdev@vger.kernel.org
8259 L: linux-rdma@vger.kernel.org
8260 W: http://www.mellanox.com
8261 Q: http://patchwork.ozlabs.org/project/netdev/list/
8263 F: drivers/net/ethernet/mellanox/mlx5/core/
8264 F: include/linux/mlx5/
8265 F: include/uapi/rdma/mlx5-abi.h
8267 MELLANOX MLX5 IB driver
8268 M: Matan Barak <matanb@mellanox.com>
8269 M: Leon Romanovsky <leonro@mellanox.com>
8270 L: linux-rdma@vger.kernel.org
8271 W: http://www.mellanox.com
8272 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8274 F: drivers/infiniband/hw/mlx5/
8275 F: include/linux/mlx5/
8277 MELEXIS MLX90614 DRIVER
8278 M: Crt Mori <cmo@melexis.com>
8279 L: linux-iio@vger.kernel.org
8280 W: http://www.melexis.com
8282 F: drivers/iio/temperature/mlx90614.c
8284 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8285 M: Don Brace <don.brace@microsemi.com>
8286 L: esc.storagedev@microsemi.com
8287 L: linux-scsi@vger.kernel.org
8289 F: drivers/scsi/smartpqi/smartpqi*.[ch]
8290 F: drivers/scsi/smartpqi/Kconfig
8291 F: drivers/scsi/smartpqi/Makefile
8292 F: include/linux/cciss*.h
8293 F: include/uapi/linux/cciss*.h
8294 F: Documentation/scsi/smartpqi.txt
8296 MN88472 MEDIA DRIVER
8297 M: Antti Palosaari <crope@iki.fi>
8298 L: linux-media@vger.kernel.org
8299 W: https://linuxtv.org
8300 W: http://palosaari.fi/linux/
8301 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8303 F: drivers/media/dvb-frontends/mn88472*
8305 MN88473 MEDIA DRIVER
8306 M: Antti Palosaari <crope@iki.fi>
8307 L: linux-media@vger.kernel.org
8308 W: https://linuxtv.org
8309 W: http://palosaari.fi/linux/
8310 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8312 F: drivers/media/dvb-frontends/mn88473*
8315 M: Jessica Yu <jeyu@redhat.com>
8316 M: Rusty Russell <rusty@rustcorp.com.au>
8318 F: include/linux/module.h
8321 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8322 W: http://popies.net/meye/
8324 F: Documentation/media/v4l-drivers/meye*
8325 F: drivers/media/pci/meye/
8326 F: include/uapi/linux/meye.h
8328 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8329 M: Jiri Slaby <jirislaby@gmail.com>
8331 F: Documentation/serial/moxa-smartio
8332 F: drivers/tty/mxser.*
8334 MR800 AVERMEDIA USB FM RADIO DRIVER
8335 M: Alexey Klimov <klimov.linux@gmail.com>
8336 L: linux-media@vger.kernel.org
8337 T: git git://linuxtv.org/media_tree.git
8339 F: drivers/media/radio/radio-mr800.c
8341 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8342 M: Alan Ott <alan@signal11.us>
8343 L: linux-wpan@vger.kernel.org
8345 F: drivers/net/ieee802154/mrf24j40.c
8346 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8349 M: "Lee, Chun-Yi" <jlee@suse.com>
8350 L: platform-driver-x86@vger.kernel.org
8352 F: drivers/platform/x86/msi-laptop.c
8355 L: platform-driver-x86@vger.kernel.org
8357 F: drivers/platform/x86/msi-wmi.c
8360 M: Antti Palosaari <crope@iki.fi>
8361 L: linux-media@vger.kernel.org
8362 W: https://linuxtv.org
8363 W: http://palosaari.fi/linux/
8364 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8365 T: git git://linuxtv.org/anttip/media_tree.git
8367 F: drivers/media/tuners/msi001*
8369 MSI2500 MEDIA DRIVER
8370 M: Antti Palosaari <crope@iki.fi>
8371 L: linux-media@vger.kernel.org
8372 W: https://linuxtv.org
8373 W: http://palosaari.fi/linux/
8374 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8375 T: git git://linuxtv.org/anttip/media_tree.git
8377 F: drivers/media/usb/msi2500/
8379 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8380 M: Robert Jarzmik <robert.jarzmik@free.fr>
8381 L: linux-mtd@lists.infradead.org
8383 F: drivers/mtd/devices/docg3*
8385 MT9M032 APTINA SENSOR DRIVER
8386 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8387 L: linux-media@vger.kernel.org
8388 T: git git://linuxtv.org/media_tree.git
8390 F: drivers/media/i2c/mt9m032.c
8391 F: include/media/i2c/mt9m032.h
8393 MT9P031 APTINA CAMERA SENSOR
8394 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8395 L: linux-media@vger.kernel.org
8396 T: git git://linuxtv.org/media_tree.git
8398 F: drivers/media/i2c/mt9p031.c
8399 F: include/media/i2c/mt9p031.h
8401 MT9T001 APTINA CAMERA SENSOR
8402 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8403 L: linux-media@vger.kernel.org
8404 T: git git://linuxtv.org/media_tree.git
8406 F: drivers/media/i2c/mt9t001.c
8407 F: include/media/i2c/mt9t001.h
8409 MT9V032 APTINA CAMERA SENSOR
8410 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8411 L: linux-media@vger.kernel.org
8412 T: git git://linuxtv.org/media_tree.git
8414 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8415 F: drivers/media/i2c/mt9v032.c
8416 F: include/media/i2c/mt9v032.h
8418 MULTIFUNCTION DEVICES (MFD)
8419 M: Lee Jones <lee.jones@linaro.org>
8420 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8422 F: Documentation/devicetree/bindings/mfd/
8424 F: include/linux/mfd/
8426 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8427 M: Ulf Hansson <ulf.hansson@linaro.org>
8428 L: linux-mmc@vger.kernel.org
8429 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8431 F: Documentation/devicetree/bindings/mmc/
8433 F: include/linux/mmc/
8434 F: include/uapi/linux/mmc/
8436 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8438 F: drivers/mmc/host/mmc_spi.c
8439 F: include/linux/spi/mmc_spi.h
8441 MULTISOUND SOUND DRIVER
8442 M: Andrew Veliath <andrewtv@usa.net>
8444 F: Documentation/sound/oss/MultiSound
8447 MULTITECH MULTIPORT CARD (ISICOM)
8449 F: drivers/tty/isicom.c
8450 F: include/linux/isicom.h
8452 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8453 M: Bin Liu <b-liu@ti.com>
8454 L: linux-usb@vger.kernel.org
8455 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8457 F: drivers/usb/musb/
8459 MXL5007T MEDIA DRIVER
8460 M: Michael Krufky <mkrufky@linuxtv.org>
8461 L: linux-media@vger.kernel.org
8462 W: https://linuxtv.org
8463 W: http://github.com/mkrufky
8464 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8465 T: git git://linuxtv.org/mkrufky/tuners.git
8467 F: drivers/media/tuners/mxl5007t.*
8470 M: Marek Vasut <marex@denx.de>
8472 F: drivers/gpu/drm/mxsfb/
8473 F: Documentation/devicetree/bindings/display/mxsfb-drm.txt
8475 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8476 M: Hyong-Youb Kim <hykim@myri.com>
8477 L: netdev@vger.kernel.org
8478 W: https://www.myricom.com/support/downloads/myri10ge.html
8480 F: drivers/net/ethernet/myricom/myri10ge/
8482 NAND FLASH SUBSYSTEM
8483 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8484 R: Richard Weinberger <richard@nod.at>
8485 L: linux-mtd@lists.infradead.org
8486 W: http://www.linux-mtd.infradead.org/
8487 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8488 T: git git://github.com/linux-nand/linux.git
8490 F: drivers/mtd/nand/
8491 F: include/linux/mtd/nand*.h
8493 NATSEMI ETHERNET DRIVER (DP8381x)
8495 F: drivers/net/ethernet/natsemi/natsemi.c
8497 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8498 M: Daniel Mack <zonque@gmail.com>
8500 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8501 W: http://www.native-instruments.com
8505 M: Petr Vandrovec <petr@vandrovec.name>
8509 NCR 5380 SCSI DRIVERS
8510 M: Finn Thain <fthain@telegraphics.com.au>
8511 M: Michael Schmitz <schmitzmic@gmail.com>
8512 L: linux-scsi@vger.kernel.org
8514 F: Documentation/scsi/g_NCR5380.txt
8515 F: drivers/scsi/NCR5380.*
8516 F: drivers/scsi/arm/cumana_1.c
8517 F: drivers/scsi/arm/oak.c
8518 F: drivers/scsi/atari_scsi.*
8519 F: drivers/scsi/dmx3191d.c
8520 F: drivers/scsi/g_NCR5380.*
8521 F: drivers/scsi/mac_scsi.*
8522 F: drivers/scsi/sun3_scsi.*
8523 F: drivers/scsi/sun3_scsi_vme.c
8525 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8526 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8527 L: linux-scsi@vger.kernel.org
8529 F: drivers/scsi/NCR_D700.*
8531 NCT6775 HARDWARE MONITOR DRIVER
8532 M: Guenter Roeck <linux@roeck-us.net>
8533 L: linux-hwmon@vger.kernel.org
8535 F: Documentation/hwmon/nct6775
8536 F: drivers/hwmon/nct6775.c
8538 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8539 M: Faisal Latif <faisal.latif@intel.com>
8540 L: linux-rdma@vger.kernel.org
8541 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8543 F: drivers/infiniband/hw/nes/
8544 F: include/uapi/rdma/nes-abi.h
8546 NETEM NETWORK EMULATOR
8547 M: Stephen Hemminger <stephen@networkplumber.org>
8548 L: netem@lists.linux-foundation.org (moderated for non-subscribers)
8550 F: net/sched/sch_netem.c
8552 NETERION 10GbE DRIVERS (s2io/vxge)
8553 M: Jon Mason <jdmason@kudzu.us>
8554 L: netdev@vger.kernel.org
8556 F: Documentation/networking/s2io.txt
8557 F: Documentation/networking/vxge.txt
8558 F: drivers/net/ethernet/neterion/
8560 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8561 M: Pablo Neira Ayuso <pablo@netfilter.org>
8562 M: Patrick McHardy <kaber@trash.net>
8563 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8564 L: netfilter-devel@vger.kernel.org
8565 L: coreteam@netfilter.org
8566 W: http://www.netfilter.org/
8567 W: http://www.iptables.org/
8568 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
8569 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8570 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8572 F: include/linux/netfilter*
8573 F: include/linux/netfilter/
8574 F: include/net/netfilter/
8575 F: include/uapi/linux/netfilter*
8576 F: include/uapi/linux/netfilter/
8577 F: net/*/netfilter.c
8580 F: net/bridge/br_netfilter*.c
8583 M: Paul Moore <paul@paul-moore.com>
8584 W: http://netlabel.sf.net
8585 L: netdev@vger.kernel.org
8587 F: Documentation/netlabel/
8588 F: include/net/netlabel.h
8591 NETROM NETWORK LAYER
8592 M: Ralf Baechle <ralf@linux-mips.org>
8593 L: linux-hams@vger.kernel.org
8594 W: http://www.linux-ax25.org/
8596 F: include/net/netrom.h
8597 F: include/uapi/linux/netrom.h
8600 NETRONOME ETHERNET DRIVERS
8601 M: Jakub Kicinski <jakub.kicinski@netronome.com>
8602 L: oss-drivers@netronome.com
8604 F: drivers/net/ethernet/netronome/
8606 NETWORK BLOCK DEVICE (NBD)
8607 M: Markus Pargmann <mpa@pengutronix.de>
8609 L: nbd-general@lists.sourceforge.net
8610 T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
8611 F: Documentation/blockdev/nbd.txt
8612 F: drivers/block/nbd.c
8613 F: include/uapi/linux/nbd.h
8615 NETWORK DROP MONITOR
8616 M: Neil Horman <nhorman@tuxdriver.com>
8617 L: netdev@vger.kernel.org
8619 W: https://fedorahosted.org/dropwatch/
8620 F: net/core/drop_monitor.c
8623 M: Andrew Lunn <andrew@lunn.ch>
8624 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8625 M: Florian Fainelli <f.fainelli@gmail.com>
8628 F: include/net/dsa.h
8631 NETWORKING [GENERAL]
8632 M: "David S. Miller" <davem@davemloft.net>
8633 L: netdev@vger.kernel.org
8634 W: http://www.linuxfoundation.org/en/Net
8635 Q: http://patchwork.ozlabs.org/project/netdev/list/
8636 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8637 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8641 F: include/linux/in.h
8642 F: include/linux/net.h
8643 F: include/linux/netdevice.h
8644 F: include/uapi/linux/in.h
8645 F: include/uapi/linux/net.h
8646 F: include/uapi/linux/netdevice.h
8647 F: include/uapi/linux/net_namespace.h
8649 F: tools/testing/selftests/net/
8652 NETWORKING [IPv4/IPv6]
8653 M: "David S. Miller" <davem@davemloft.net>
8654 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8655 M: James Morris <jmorris@namei.org>
8656 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8657 M: Patrick McHardy <kaber@trash.net>
8658 L: netdev@vger.kernel.org
8659 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8667 M: Steffen Klassert <steffen.klassert@secunet.com>
8668 M: Herbert Xu <herbert@gondor.apana.org.au>
8669 M: "David S. Miller" <davem@davemloft.net>
8670 L: netdev@vger.kernel.org
8671 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8672 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8680 F: net/ipv4/ipcomp.c
8681 F: net/ipv4/ip_vti.c
8685 F: net/ipv6/ipcomp6.c
8686 F: net/ipv6/ip6_vti.c
8687 F: include/uapi/linux/xfrm.h
8688 F: include/net/xfrm.h
8690 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8691 M: Paul Moore <paul@paul-moore.com>
8692 L: netdev@vger.kernel.org
8695 NETWORKING [WIRELESS]
8696 L: linux-wireless@vger.kernel.org
8697 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8700 L: netdev@vger.kernel.org
8701 W: http://www.linuxfoundation.org/en/Net
8702 Q: http://patchwork.ozlabs.org/project/netdev/list/
8703 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8704 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8706 F: Documentation/devicetree/bindings/net/
8708 F: include/linux/if_*
8709 F: include/linux/netdevice.h
8710 F: include/linux/etherdevice.h
8711 F: include/linux/fcdevice.h
8712 F: include/linux/fddidevice.h
8713 F: include/linux/hippidevice.h
8714 F: include/linux/inetdevice.h
8715 F: include/uapi/linux/if_*
8716 F: include/uapi/linux/netdevice.h
8718 NETWORKING DRIVERS (WIRELESS)
8719 M: Kalle Valo <kvalo@codeaurora.org>
8720 L: linux-wireless@vger.kernel.org
8721 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8722 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8723 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8725 F: Documentation/devicetree/bindings/net/wireless/
8726 F: drivers/net/wireless/
8728 NETXEN (1/10) GbE SUPPORT
8729 M: Manish Chopra <manish.chopra@cavium.com>
8730 M: Rahul Verma <rahul.verma@cavium.com>
8731 M: Dept-GELinuxNICDev@cavium.com
8732 L: netdev@vger.kernel.org
8734 F: drivers/net/ethernet/qlogic/netxen/
8737 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8738 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8739 M: Samuel Ortiz <sameo@linux.intel.com>
8740 L: linux-wireless@vger.kernel.org
8741 L: linux-nfc@lists.01.org (subscribers-only)
8745 F: include/uapi/linux/nfc.h
8747 F: include/linux/platform_data/nfcmrvl.h
8748 F: include/linux/platform_data/nxp-nci.h
8749 F: include/linux/platform_data/pn544.h
8750 F: include/linux/platform_data/st21nfca.h
8751 F: include/linux/platform_data/st-nci.h
8752 F: Documentation/devicetree/bindings/net/nfc/
8754 NFS, SUNRPC, AND LOCKD CLIENTS
8755 M: Trond Myklebust <trond.myklebust@primarydata.com>
8756 M: Anna Schumaker <anna.schumaker@netapp.com>
8757 L: linux-nfs@vger.kernel.org
8758 W: http://client.linux-nfs.org
8759 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8765 F: include/linux/lockd/
8766 F: include/linux/nfs*
8767 F: include/linux/sunrpc/
8768 F: include/uapi/linux/nfs*
8769 F: include/uapi/linux/sunrpc/
8772 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8773 L: linux-nilfs@vger.kernel.org
8774 W: http://nilfs.sourceforge.net/
8775 W: http://nilfs.osdn.jp/
8776 T: git git://github.com/konis/nilfs2.git
8778 F: Documentation/filesystems/nilfs2.txt
8780 F: include/trace/events/nilfs2.h
8781 F: include/uapi/linux/nilfs2_api.h
8782 F: include/uapi/linux/nilfs2_ondisk.h
8784 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8785 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8786 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8788 F: Documentation/scsi/NinjaSCSI.txt
8789 F: drivers/scsi/pcmcia/nsp_*
8791 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8792 M: GOTO Masanori <gotom@debian.or.jp>
8793 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8794 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8796 F: Documentation/scsi/NinjaSCSI.txt
8797 F: drivers/scsi/nsp32*
8800 M: Ley Foon Tan <lftan@altera.com>
8801 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8802 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8806 NOKIA N900 POWER SUPPLY DRIVERS
8807 R: Pali Rohár <pali.rohar@gmail.com>
8808 F: include/linux/power/bq2415x_charger.h
8809 F: include/linux/power/bq27xxx_battery.h
8810 F: include/linux/power/isp1704_charger.h
8811 F: drivers/power/supply/bq2415x_charger.c
8812 F: drivers/power/supply/bq27xxx_battery.c
8813 F: drivers/power/supply/bq27xxx_battery_i2c.c
8814 F: drivers/power/supply/isp1704_charger.c
8815 F: drivers/power/supply/rx51_battery.c
8818 M: Jon Mason <jdmason@kudzu.us>
8819 M: Dave Jiang <dave.jiang@intel.com>
8820 M: Allen Hubbe <Allen.Hubbe@emc.com>
8821 L: linux-ntb@googlegroups.com
8823 W: https://github.com/jonmason/ntb/wiki
8824 T: git git://github.com/jonmason/ntb.git
8826 F: drivers/net/ntb_netdev.c
8827 F: include/linux/ntb.h
8828 F: include/linux/ntb_transport.h
8829 F: tools/testing/selftests/ntb/
8832 M: Jon Mason <jdmason@kudzu.us>
8833 M: Dave Jiang <dave.jiang@intel.com>
8834 L: linux-ntb@googlegroups.com
8836 W: https://github.com/jonmason/ntb/wiki
8837 T: git git://github.com/jonmason/ntb.git
8838 F: drivers/ntb/hw/intel/
8841 M: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
8842 L: linux-ntb@googlegroups.com
8844 F: drivers/ntb/hw/amd/
8847 M: Anton Altaparmakov <anton@tuxera.com>
8848 L: linux-ntfs-dev@lists.sourceforge.net
8849 W: http://www.tuxera.com/
8850 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8852 F: Documentation/filesystems/ntfs.txt
8855 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8856 M: Antonino Daplas <adaplas@gmail.com>
8857 L: linux-fbdev@vger.kernel.org
8859 F: drivers/video/fbdev/riva/
8860 F: drivers/video/fbdev/nvidia/
8863 M: Keith Busch <keith.busch@intel.com>
8864 M: Jens Axboe <axboe@fb.com>
8865 M: Christoph Hellwig <hch@lst.de>
8866 M: Sagi Grimberg <sagi@grimberg.me>
8867 L: linux-nvme@lists.infradead.org
8868 T: git://git.infradead.org/nvme.git
8869 W: http://git.infradead.org/nvme.git
8871 F: drivers/nvme/host/
8872 F: include/linux/nvme.h
8873 F: include/uapi/linux/nvme_ioctl.h
8875 NVM EXPRESS TARGET DRIVER
8876 M: Christoph Hellwig <hch@lst.de>
8877 M: Sagi Grimberg <sagi@grimberg.me>
8878 L: linux-nvme@lists.infradead.org
8879 T: git://git.infradead.org/nvme.git
8880 W: http://git.infradead.org/nvme.git
8882 F: drivers/nvme/target/
8884 NVM EXPRESS FC TRANSPORT DRIVERS
8885 M: James Smart <james.smart@broadcom.com>
8886 L: linux-nvme@lists.infradead.org
8888 F: include/linux/nvme-fc.h
8889 F: include/linux/nvme-fc-driver.h
8890 F: drivers/nvme/host/fc.c
8891 F: drivers/nvme/target/fc.c
8892 F: drivers/nvme/target/fcloop.c
8895 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8896 M: Maxime Ripard <maxime.ripard@free-electrons.com>
8899 F: Documentation/devicetree/bindings/nvmem/
8900 F: include/linux/nvmem-consumer.h
8901 F: include/linux/nvmem-provider.h
8904 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
8905 R: Charles Gorand <charles.gorand@effinnov.com>
8906 L: linux-nfc@lists.01.org (moderated for non-subscribers)
8908 F: drivers/nfc/nxp-nci
8910 NXP TDA998X DRM DRIVER
8911 M: Russell King <rmk+kernel@armlinux.org.uk>
8913 F: drivers/gpu/drm/i2c/tda998x_drv.c
8914 F: include/drm/i2c/tda998x.h
8917 M: Peter Rosin <peda@axentia.se>
8918 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8920 F: sound/soc/codecs/tfa9879*
8923 M: Josh Poimboeuf <jpoimboe@redhat.com>
8928 M: Tony Lindgren <tony@atomide.com>
8929 L: linux-omap@vger.kernel.org
8930 W: http://www.muru.com/linux/omap/
8931 W: http://linux.omap.com/
8932 Q: http://patchwork.kernel.org/project/linux-omap/list/
8933 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8936 F: arch/arm/configs/omap1_defconfig
8937 F: arch/arm/configs/omap2plus_defconfig
8938 F: drivers/i2c/busses/i2c-omap.c
8939 F: drivers/irqchip/irq-omap-intc.c
8940 F: drivers/mfd/*omap*.c
8941 F: drivers/mfd/menelaus.c
8942 F: drivers/mfd/palmas.c
8943 F: drivers/mfd/tps65217.c
8944 F: drivers/mfd/tps65218.c
8945 F: drivers/mfd/tps65910.c
8946 F: drivers/mfd/twl-core.[ch]
8947 F: drivers/mfd/twl4030*.c
8948 F: drivers/mfd/twl6030*.c
8949 F: drivers/mfd/twl6040*.c
8950 F: drivers/regulator/palmas-regulator*.c
8951 F: drivers/regulator/pbias-regulator.c
8952 F: drivers/regulator/tps65217-regulator.c
8953 F: drivers/regulator/tps65218-regulator.c
8954 F: drivers/regulator/tps65910-regulator.c
8955 F: drivers/regulator/twl-regulator.c
8956 F: drivers/regulator/twl6030-regulator.c
8957 F: include/linux/i2c-omap.h
8959 OMAP DEVICE TREE SUPPORT
8960 M: Benoît Cousson <bcousson@baylibre.com>
8961 M: Tony Lindgren <tony@atomide.com>
8962 L: linux-omap@vger.kernel.org
8963 L: devicetree@vger.kernel.org
8965 F: arch/arm/boot/dts/*omap*
8966 F: arch/arm/boot/dts/*am3*
8967 F: arch/arm/boot/dts/*am4*
8968 F: arch/arm/boot/dts/*am5*
8969 F: arch/arm/boot/dts/*dra7*
8971 OMAP CLOCK FRAMEWORK SUPPORT
8972 M: Paul Walmsley <paul@pwsan.com>
8973 L: linux-omap@vger.kernel.org
8975 F: arch/arm/*omap*/*clock*
8977 OMAP POWER MANAGEMENT SUPPORT
8978 M: Kevin Hilman <khilman@kernel.org>
8979 L: linux-omap@vger.kernel.org
8981 F: arch/arm/*omap*/*pm*
8982 F: drivers/cpufreq/omap-cpufreq.c
8984 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8985 M: Rajendra Nayak <rnayak@codeaurora.org>
8986 M: Paul Walmsley <paul@pwsan.com>
8987 L: linux-omap@vger.kernel.org
8989 F: arch/arm/mach-omap2/prm*
8992 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
8993 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
8994 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8995 L: linux-omap@vger.kernel.org
8999 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
9000 M: Roger Quadros <rogerq@ti.com>
9001 M: Tony Lindgren <tony@atomide.com>
9002 L: linux-omap@vger.kernel.org
9004 F: drivers/memory/omap-gpmc.c
9005 F: arch/arm/mach-omap2/*gpmc*
9007 OMAP FRAMEBUFFER SUPPORT
9008 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
9009 L: linux-fbdev@vger.kernel.org
9010 L: linux-omap@vger.kernel.org
9012 F: drivers/video/fbdev/omap/
9014 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
9015 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
9016 L: linux-omap@vger.kernel.org
9017 L: linux-fbdev@vger.kernel.org
9019 F: drivers/video/fbdev/omap2/
9020 F: Documentation/arm/OMAP/DSS
9022 OMAP HARDWARE SPINLOCK SUPPORT
9023 M: Ohad Ben-Cohen <ohad@wizery.com>
9024 L: linux-omap@vger.kernel.org
9026 F: drivers/hwspinlock/omap_hwspinlock.c
9029 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
9030 L: linux-omap@vger.kernel.org
9032 F: drivers/mmc/host/omap.c
9035 L: linux-mmc@vger.kernel.org
9036 L: linux-omap@vger.kernel.org
9038 F: drivers/mmc/host/omap_hsmmc.c
9040 OMAP RANDOM NUMBER GENERATOR SUPPORT
9041 M: Deepak Saxena <dsaxena@plexity.net>
9043 F: drivers/char/hw_random/omap-rng.c
9046 M: Benoît Cousson <bcousson@baylibre.com>
9047 M: Paul Walmsley <paul@pwsan.com>
9048 L: linux-omap@vger.kernel.org
9050 F: arch/arm/mach-omap2/omap_hwmod.*
9053 M: Paul Walmsley <paul@pwsan.com>
9054 L: linux-omap@vger.kernel.org
9056 F: arch/arm/mach-omap2/omap_hwmod*data*
9058 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
9059 M: Benoît Cousson <bcousson@baylibre.com>
9060 L: linux-omap@vger.kernel.org
9062 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
9064 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9065 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9066 L: linux-media@vger.kernel.org
9068 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
9069 F: drivers/media/platform/omap3isp/
9070 F: drivers/staging/media/omap4iss/
9073 L: linux-usb@vger.kernel.org
9074 L: linux-omap@vger.kernel.org
9076 F: drivers/usb/*/*omap*
9077 F: arch/arm/*omap*/usb*
9080 M: Grygorii Strashko <grygorii.strashko@ti.com>
9081 M: Santosh Shilimkar <ssantosh@kernel.org>
9082 M: Kevin Hilman <khilman@kernel.org>
9083 L: linux-omap@vger.kernel.org
9085 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
9086 F: drivers/gpio/gpio-omap.c
9088 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9089 M: Mark Jackson <mpfj@newflow.co.uk>
9090 L: linux-omap@vger.kernel.org
9092 F: arch/arm/boot/dts/am335x-nano.dts
9095 M: Bob Copeland <me@bobcopeland.com>
9096 L: linux-karma-devel@lists.sourceforge.net
9098 F: Documentation/filesystems/omfs.txt
9101 OMNIKEY CARDMAN 4000 DRIVER
9102 M: Harald Welte <laforge@gnumonks.org>
9104 F: drivers/char/pcmcia/cm4000_cs.c
9105 F: include/linux/cm4000_cs.h
9106 F: include/uapi/linux/cm4000_cs.h
9108 OMNIKEY CARDMAN 4040 DRIVER
9109 M: Harald Welte <laforge@gnumonks.org>
9111 F: drivers/char/pcmcia/cm4040_cs.*
9113 OMNIVISION OV7670 SENSOR DRIVER
9114 M: Jonathan Corbet <corbet@lwn.net>
9115 L: linux-media@vger.kernel.org
9116 T: git git://linuxtv.org/media_tree.git
9118 F: drivers/media/i2c/ov7670.c
9120 ONENAND FLASH DRIVER
9121 M: Kyungmin Park <kyungmin.park@samsung.com>
9122 L: linux-mtd@lists.infradead.org
9124 F: drivers/mtd/onenand/
9125 F: include/linux/mtd/onenand*.h
9127 ONSTREAM SCSI TAPE DRIVER
9128 M: Willem Riede <osst@riede.org>
9129 L: osst-users@lists.sourceforge.net
9130 L: linux-scsi@vger.kernel.org
9132 F: Documentation/scsi/osst.txt
9133 F: drivers/scsi/osst.*
9134 F: drivers/scsi/osst_*.h
9135 F: drivers/scsi/st.h
9137 OPENCORES I2C BUS DRIVER
9138 M: Peter Korsgaard <jacmet@sunsite.dk>
9139 L: linux-i2c@vger.kernel.org
9141 F: Documentation/i2c/busses/i2c-ocores
9142 F: drivers/i2c/busses/i2c-ocores.c
9144 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9145 M: Rob Herring <robh+dt@kernel.org>
9146 M: Frank Rowand <frowand.list@gmail.com>
9147 L: devicetree@vger.kernel.org
9148 W: http://www.devicetree.org/
9149 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9152 F: include/linux/of*.h
9155 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9156 M: Rob Herring <robh+dt@kernel.org>
9157 M: Mark Rutland <mark.rutland@arm.com>
9158 L: devicetree@vger.kernel.org
9159 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9160 Q: http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9162 F: Documentation/devicetree/
9164 F: include/dt-bindings/
9166 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9167 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
9168 L: devicetree@vger.kernel.org
9170 F: Documentation/devicetree/dynamic-resolution-notes.txt
9171 F: Documentation/devicetree/overlay-notes.txt
9172 F: drivers/of/overlay.c
9173 F: drivers/of/resolver.c
9175 OPENRISC ARCHITECTURE
9176 M: Jonas Bonn <jonas@southpole.se>
9177 M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
9178 M: Stafford Horne <shorne@gmail.com>
9179 L: openrisc@lists.librecores.org
9180 W: http://openrisc.io
9185 M: Pravin Shelar <pshelar@nicira.com>
9186 L: netdev@vger.kernel.org
9187 L: dev@openvswitch.org
9188 W: http://openvswitch.org
9191 F: include/uapi/linux/openvswitch.h
9193 OPERATING PERFORMANCE POINTS (OPP)
9194 M: Viresh Kumar <vireshk@kernel.org>
9195 M: Nishanth Menon <nm@ti.com>
9196 M: Stephen Boyd <sboyd@codeaurora.org>
9197 L: linux-pm@vger.kernel.org
9199 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9200 F: drivers/base/power/opp/
9201 F: include/linux/pm_opp.h
9202 F: Documentation/power/opp.txt
9203 F: Documentation/devicetree/bindings/opp/
9206 M: Clemens Ladisch <clemens@ladisch.de>
9207 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9208 T: git git://git.alsa-project.org/alsa-kernel.git
9210 F: sound/drivers/opl4/
9213 M: Robert Richter <rric@kernel.org>
9214 L: oprofile-list@lists.sf.net
9216 F: arch/*/include/asm/oprofile*.h
9218 F: drivers/oprofile/
9219 F: include/linux/oprofile.h
9221 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9222 M: Mark Fasheh <mfasheh@versity.com>
9223 M: Joel Becker <jlbec@evilplan.org>
9224 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
9225 W: http://ocfs2.wiki.kernel.org
9227 F: Documentation/filesystems/ocfs2.txt
9228 F: Documentation/filesystems/dlmfs.txt
9232 L: linux-wireless@vger.kernel.org
9233 W: http://wireless.kernel.org/en/users/Drivers/orinoco
9234 W: http://www.nongnu.org/orinoco/
9236 F: drivers/net/wireless/intersil/orinoco/
9238 OSD LIBRARY and FILESYSTEM
9239 M: Boaz Harrosh <ooo@electrozaur.com>
9240 M: Benny Halevy <bhalevy@primarydata.com>
9241 L: osd-dev@open-osd.org
9242 W: http://open-osd.org
9243 T: git git://git.open-osd.org/open-osd.git
9245 F: drivers/scsi/osd/
9246 F: include/scsi/osd_*
9250 M: Miklos Szeredi <miklos@szeredi.hu>
9251 L: linux-unionfs@vger.kernel.org
9252 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9255 F: Documentation/filesystems/overlayfs.txt
9258 M: Mike Marshall <hubcap@omnibond.com>
9259 L: pvfs2-developers@beowulf-underground.org (subscribers-only)
9260 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9263 F: Documentation/filesystems/orangefs.txt
9266 M: Christian Lamparter <chunkeey@googlemail.com>
9267 L: linux-wireless@vger.kernel.org
9268 W: http://wireless.kernel.org/en/users/Drivers/p54
9270 F: drivers/net/wireless/intersil/p54/
9272 PA SEMI ETHERNET DRIVER
9273 L: netdev@vger.kernel.org
9275 F: drivers/net/ethernet/pasemi/*
9277 PA SEMI SMBUS DRIVER
9278 L: linux-i2c@vger.kernel.org
9280 F: drivers/i2c/busses/i2c-pasemi.c
9282 PADATA PARALLEL EXECUTION MECHANISM
9283 M: Steffen Klassert <steffen.klassert@secunet.com>
9284 L: linux-crypto@vger.kernel.org
9287 F: include/linux/padata.h
9288 F: Documentation/padata.txt
9290 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9291 M: Harald Welte <laforge@gnumonks.org>
9292 L: platform-driver-x86@vger.kernel.org
9294 F: drivers/platform/x86/panasonic-laptop.c
9296 PANASONIC MN10300/AM33/AM34 PORT
9297 M: David Howells <dhowells@redhat.com>
9298 L: linux-am33-list@redhat.com (moderated for non-subscribers)
9299 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9301 F: Documentation/mn10300/
9304 PARALLEL LCD/KEYPAD PANEL DRIVER
9305 M: Willy Tarreau <willy@haproxy.com>
9306 M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9308 F: Documentation/misc-devices/lcd-panel-cgram.txt
9309 F: drivers/misc/panel.c
9311 PARALLEL PORT SUBSYSTEM
9312 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9313 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
9314 L: linux-parport@lists.infradead.org (subscribers-only)
9317 F: include/linux/parport*.h
9318 F: drivers/char/ppdev.c
9319 F: include/uapi/linux/ppdev.h
9320 F: Documentation/parport*.txt
9322 PARAVIRT_OPS INTERFACE
9323 M: Jeremy Fitzhardinge <jeremy@goop.org>
9324 M: Chris Wright <chrisw@sous-sol.org>
9325 M: Alok Kataria <akataria@vmware.com>
9326 M: Rusty Russell <rusty@rustcorp.com.au>
9327 L: virtualization@lists.linux-foundation.org
9329 F: Documentation/virtual/paravirt_ops.txt
9330 F: arch/*/kernel/paravirt*
9331 F: arch/*/include/asm/paravirt.h
9332 F: include/linux/hypervisor.h
9334 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9335 M: Tim Waugh <tim@cyberelk.net>
9336 L: linux-parport@lists.infradead.org (subscribers-only)
9338 F: Documentation/blockdev/paride.txt
9339 F: drivers/block/paride/
9342 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
9343 M: Helge Deller <deller@gmx.de>
9344 L: linux-parisc@vger.kernel.org
9345 W: http://www.parisc-linux.org/
9346 Q: http://patchwork.kernel.org/project/linux-parisc/list/
9347 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9348 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9351 F: Documentation/parisc/
9353 F: drivers/char/agp/parisc-agp.c
9354 F: drivers/input/serio/gscps2.c
9355 F: drivers/parport/parport_gsc.*
9356 F: drivers/tty/serial/8250/8250_gsc.c
9357 F: drivers/video/fbdev/sti*
9358 F: drivers/video/console/sti*
9359 F: drivers/video/logo/logo_parisc*
9361 PC87360 HARDWARE MONITORING DRIVER
9362 M: Jim Cromie <jim.cromie@gmail.com>
9363 L: linux-hwmon@vger.kernel.org
9365 F: Documentation/hwmon/pc87360
9366 F: drivers/hwmon/pc87360.c
9369 M: Jim Cromie <jim.cromie@gmail.com>
9371 F: drivers/char/pc8736x_gpio.c
9373 PC87427 HARDWARE MONITORING DRIVER
9374 M: Jean Delvare <jdelvare@suse.com>
9375 L: linux-hwmon@vger.kernel.org
9377 F: Documentation/hwmon/pc87427
9378 F: drivers/hwmon/pc87427.c
9381 M: Riku Voipio <riku.voipio@iki.fi>
9383 F: drivers/leds/leds-pca9532.c
9384 F: include/linux/leds-pca9532.h
9386 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9387 M: Guenter Roeck <linux@roeck-us.net>
9388 L: linux-i2c@vger.kernel.org
9390 F: drivers/i2c/muxes/i2c-mux-pca9541.c
9392 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9393 M: Khalid Aziz <khalid@gonehiking.org>
9395 F: drivers/firmware/pcdp.*
9398 M: Linas Vepstas <linasvepstas@gmail.com>
9399 L: linux-pci@vger.kernel.org
9401 F: Documentation/PCI/pci-error-recovery.txt
9403 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9404 M: Russell Currey <ruscur@russell.cc>
9405 L: linuxppc-dev@lists.ozlabs.org
9407 F: Documentation/powerpc/eeh-pci-error-recovery.txt
9408 F: arch/powerpc/kernel/eeh*.c
9409 F: arch/powerpc/platforms/*/eeh*.c
9410 F: arch/powerpc/include/*/eeh*.h
9413 M: Bjorn Helgaas <bhelgaas@google.com>
9414 L: linux-pci@vger.kernel.org
9415 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
9416 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9418 F: Documentation/devicetree/bindings/pci/
9419 F: Documentation/PCI/
9421 F: include/linux/pci*
9423 F: arch/x86/kernel/quirks.c
9425 PCI DRIVER FOR ALTERA PCIE IP
9426 M: Ley Foon Tan <lftan@altera.com>
9427 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9428 L: linux-pci@vger.kernel.org
9430 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
9431 F: drivers/pci/host/pcie-altera.c
9433 PCI DRIVER FOR ARM VERSATILE PLATFORM
9434 M: Rob Herring <robh@kernel.org>
9435 L: linux-pci@vger.kernel.org
9436 L: linux-arm-kernel@lists.infradead.org
9438 F: Documentation/devicetree/bindings/pci/versatile.txt
9439 F: drivers/pci/host/pci-versatile.c
9441 PCI DRIVER FOR ARMADA 8K
9442 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9443 L: linux-pci@vger.kernel.org
9444 L: linux-arm-kernel@lists.infradead.org
9446 F: Documentation/devicetree/bindings/pci/pci-armada8k.txt
9447 F: drivers/pci/host/pcie-armada8k.c
9449 PCI DRIVER FOR APPLIEDMICRO XGENE
9450 M: Tanmay Inamdar <tinamdar@apm.com>
9451 L: linux-pci@vger.kernel.org
9452 L: linux-arm-kernel@lists.infradead.org
9454 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
9455 F: drivers/pci/host/pci-xgene.c
9457 PCI DRIVER FOR FREESCALE LAYERSCAPE
9458 M: Minghuan Lian <minghuan.Lian@freescale.com>
9459 M: Mingkai Hu <mingkai.hu@freescale.com>
9460 M: Roy Zang <tie-fei.zang@freescale.com>
9461 L: linuxppc-dev@lists.ozlabs.org
9462 L: linux-pci@vger.kernel.org
9463 L: linux-arm-kernel@lists.infradead.org
9465 F: drivers/pci/host/*layerscape*
9468 M: Richard Zhu <hongxing.zhu@nxp.com>
9469 M: Lucas Stach <l.stach@pengutronix.de>
9470 L: linux-pci@vger.kernel.org
9471 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9473 F: Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9474 F: drivers/pci/host/*imx6*
9476 PCI DRIVER FOR TI KEYSTONE
9477 M: Murali Karicheri <m-karicheri2@ti.com>
9478 L: linux-pci@vger.kernel.org
9479 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9481 F: drivers/pci/host/*keystone*
9483 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9484 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9485 M: Jason Cooper <jason@lakedaemon.net>
9486 L: linux-pci@vger.kernel.org
9487 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9489 F: drivers/pci/host/*mvebu*
9491 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9492 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9493 L: linux-pci@vger.kernel.org
9494 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9496 F: Documentation/devicetree/bindings/pci/aardvark-pci.txt
9497 F: drivers/pci/host/pci-aardvark.c
9499 PCI DRIVER FOR NVIDIA TEGRA
9500 M: Thierry Reding <thierry.reding@gmail.com>
9501 L: linux-tegra@vger.kernel.org
9502 L: linux-pci@vger.kernel.org
9504 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9505 F: drivers/pci/host/pci-tegra.c
9507 PCI DRIVER FOR TI DRA7XX
9508 M: Kishon Vijay Abraham I <kishon@ti.com>
9509 L: linux-omap@vger.kernel.org
9510 L: linux-pci@vger.kernel.org
9512 F: Documentation/devicetree/bindings/pci/ti-pci.txt
9513 F: drivers/pci/host/pci-dra7xx.c
9515 PCI DRIVER FOR RENESAS R-CAR
9516 M: Simon Horman <horms@verge.net.au>
9517 L: linux-pci@vger.kernel.org
9518 L: linux-renesas-soc@vger.kernel.org
9520 F: drivers/pci/host/*rcar*
9522 PCI DRIVER FOR SAMSUNG EXYNOS
9523 M: Jingoo Han <jingoohan1@gmail.com>
9524 L: linux-pci@vger.kernel.org
9525 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9526 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9528 F: drivers/pci/host/pci-exynos.c
9530 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9531 M: Jingoo Han <jingoohan1@gmail.com>
9532 M: Joao Pinto <Joao.Pinto@synopsys.com>
9533 L: linux-pci@vger.kernel.org
9535 F: Documentation/devicetree/bindings/pci/designware-pcie.txt
9536 F: drivers/pci/host/*designware*
9538 PCI DRIVER FOR GENERIC OF HOSTS
9539 M: Will Deacon <will.deacon@arm.com>
9540 L: linux-pci@vger.kernel.org
9541 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9543 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
9544 F: drivers/pci/host/pci-host-common.c
9545 F: drivers/pci/host/pci-host-generic.c
9547 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9548 M: Keith Busch <keith.busch@intel.com>
9549 L: linux-pci@vger.kernel.org
9551 F: drivers/pci/host/vmd.c
9553 PCIE DRIVER FOR ST SPEAR13XX
9554 M: Pratyush Anand <pratyush.anand@gmail.com>
9555 L: linux-pci@vger.kernel.org
9557 F: drivers/pci/host/*spear*
9559 PCI MSI DRIVER FOR ALTERA MSI IP
9560 M: Ley Foon Tan <lftan@altera.com>
9561 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9562 L: linux-pci@vger.kernel.org
9564 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9565 F: drivers/pci/host/pcie-altera-msi.c
9567 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9568 M: Duc Dang <dhdang@apm.com>
9569 L: linux-pci@vger.kernel.org
9570 L: linux-arm-kernel@lists.infradead.org
9572 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9573 F: drivers/pci/host/pci-xgene-msi.c
9575 PCIE DRIVER FOR AXIS ARTPEC
9576 M: Niklas Cassel <niklas.cassel@axis.com>
9577 M: Jesper Nilsson <jesper.nilsson@axis.com>
9578 L: linux-arm-kernel@axis.com
9579 L: linux-pci@vger.kernel.org
9581 F: Documentation/devicetree/bindings/pci/axis,artpec*
9582 F: drivers/pci/host/*artpec*
9584 PCIE DRIVER FOR HISILICON
9585 M: Zhou Wang <wangzhou1@hisilicon.com>
9586 M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
9587 L: linux-pci@vger.kernel.org
9589 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9590 F: drivers/pci/host/pcie-hisi.c
9592 PCIE DRIVER FOR ROCKCHIP
9593 M: Shawn Lin <shawn.lin@rock-chips.com>
9594 M: Wenrui Li <wenrui.li@rock-chips.com>
9595 L: linux-pci@vger.kernel.org
9596 L: linux-rockchip@lists.infradead.org
9598 F: Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9599 F: drivers/pci/host/pcie-rockchip.c
9601 PCIE DRIVER FOR QUALCOMM MSM
9602 M: Stanimir Varbanov <svarbanov@mm-sol.com>
9603 L: linux-pci@vger.kernel.org
9604 L: linux-arm-msm@vger.kernel.org
9606 F: drivers/pci/host/*qcom*
9608 PCIE DRIVER FOR CAVIUM THUNDERX
9609 M: David Daney <david.daney@cavium.com>
9610 L: linux-pci@vger.kernel.org
9611 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9613 F: Documentation/devicetree/bindings/pci/pci-thunder-*
9614 F: drivers/pci/host/pci-thunder-*
9617 P: Linux PCMCIA Team
9618 L: linux-pcmcia@lists.infradead.org
9619 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9620 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9622 F: Documentation/pcmcia/
9627 PCNET32 NETWORK DRIVER
9628 M: Don Fry <pcnet32@frontier.com>
9629 L: netdev@vger.kernel.org
9631 F: drivers/net/ethernet/amd/pcnet32.c
9633 PCRYPT PARALLEL CRYPTO ENGINE
9634 M: Steffen Klassert <steffen.klassert@secunet.com>
9635 L: linux-crypto@vger.kernel.org
9638 F: include/crypto/pcrypt.h
9640 PER-CPU MEMORY ALLOCATOR
9641 M: Tejun Heo <tj@kernel.org>
9642 M: Christoph Lameter <cl@linux.com>
9643 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9645 F: include/linux/percpu*.h
9647 F: arch/*/include/asm/percpu.h
9649 PER-TASK DELAY ACCOUNTING
9650 M: Balbir Singh <bsingharora@gmail.com>
9652 F: include/linux/delayacct.h
9653 F: kernel/delayacct.c
9655 PERFORMANCE EVENTS SUBSYSTEM
9656 M: Peter Zijlstra <peterz@infradead.org>
9657 M: Ingo Molnar <mingo@redhat.com>
9658 M: Arnaldo Carvalho de Melo <acme@kernel.org>
9659 R: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9660 L: linux-kernel@vger.kernel.org
9661 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9664 F: include/linux/perf_event.h
9665 F: include/uapi/linux/perf_event.h
9666 F: arch/*/kernel/perf_event*.c
9667 F: arch/*/kernel/*/perf_event*.c
9668 F: arch/*/kernel/*/*/perf_event*.c
9669 F: arch/*/include/asm/perf_event.h
9670 F: arch/*/kernel/perf_callchain.c
9674 PERSONALITY HANDLING
9675 M: Christoph Hellwig <hch@infradead.org>
9676 L: linux-abi-devel@lists.sourceforge.net
9678 F: include/linux/personality.h
9679 F: include/uapi/linux/personality.h
9682 M: Remi Denis-Courmont <courmisch@gmail.com>
9684 F: Documentation/networking/phonet.txt
9685 F: include/linux/phonet.h
9686 F: include/net/phonet/
9687 F: include/uapi/linux/phonet.h
9691 M: Joern Engel <joern@lazybastard.org>
9692 L: linux-mtd@lists.infradead.org
9694 F: drivers/mtd/devices/phram.c
9697 M: Bruno Prémont <bonbons@linux-vserver.org>
9698 L: linux-input@vger.kernel.org
9700 F: drivers/hid/hid-picolcd*
9703 M: Jamie Iles <jamie@jamieiles.com>
9704 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9705 T: git git://github.com/jamieiles/linux-2.6-ji.git
9707 F: arch/arm/boot/dts/picoxcell*
9708 F: arch/arm/mach-picoxcell/
9709 F: drivers/crypto/picoxcell*
9711 PIN CONTROL SUBSYSTEM
9712 M: Linus Walleij <linus.walleij@linaro.org>
9713 L: linux-gpio@vger.kernel.org
9714 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9716 F: Documentation/devicetree/bindings/pinctrl/
9717 F: Documentation/pinctrl.txt
9719 F: include/linux/pinctrl/
9721 PIN CONTROLLER - ATMEL AT91
9722 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9723 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9725 F: drivers/pinctrl/pinctrl-at91.*
9727 PIN CONTROLLER - ATMEL AT91 PIO4
9728 M: Ludovic Desroches <ludovic.desroches@atmel.com>
9729 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9730 L: linux-gpio@vger.kernel.org
9732 F: drivers/pinctrl/pinctrl-at91-pio4.*
9734 PIN CONTROLLER - INTEL
9735 M: Mika Westerberg <mika.westerberg@linux.intel.com>
9736 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
9738 F: drivers/pinctrl/intel/
9740 PIN CONTROLLER - RENESAS
9741 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9742 M: Geert Uytterhoeven <geert+renesas@glider.be>
9743 L: linux-renesas-soc@vger.kernel.org
9745 F: drivers/pinctrl/sh-pfc/
9747 PIN CONTROLLER - SAMSUNG
9748 M: Tomasz Figa <tomasz.figa@gmail.com>
9749 M: Krzysztof Kozlowski <krzk@kernel.org>
9750 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9751 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9752 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9754 F: drivers/pinctrl/samsung/
9755 F: include/dt-bindings/pinctrl/samsung.h
9756 F: Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9758 PIN CONTROLLER - SINGLE
9759 M: Tony Lindgren <tony@atomide.com>
9760 M: Haojian Zhuang <haojian.zhuang@linaro.org>
9761 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9762 L: linux-omap@vger.kernel.org
9764 F: drivers/pinctrl/pinctrl-single.c
9766 PIN CONTROLLER - ST SPEAR
9767 M: Viresh Kumar <vireshk@kernel.org>
9768 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9769 W: http://www.st.com/spear
9771 F: drivers/pinctrl/spear/
9773 PISTACHIO SOC SUPPORT
9774 M: James Hartley <james.hartley@imgtec.com>
9775 M: Ionela Voinescu <ionela.voinescu@imgtec.com>
9776 L: linux-mips@linux-mips.org
9778 F: arch/mips/pistachio/
9779 F: arch/mips/include/asm/mach-pistachio/
9780 F: arch/mips/boot/dts/pistachio/
9781 F: arch/mips/configs/pistachio*_defconfig
9785 M: linux-block@vger.kernel.org
9786 F: drivers/block/pktcdvd.c
9787 F: include/linux/pktcdvd.h
9788 F: include/uapi/linux/pktcdvd.h
9791 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
9792 W: http://mprc.pku.edu.cn/~guanxuetao/linux
9794 T: git git://github.com/gxt/linux.git
9795 F: drivers/input/serio/i8042-unicore32io.h
9796 F: drivers/i2c/busses/i2c-puv3.c
9797 F: drivers/video/fbdev/fb-puv3.c
9798 F: drivers/rtc/rtc-puv3.c
9800 PMBUS HARDWARE MONITORING DRIVERS
9801 M: Guenter Roeck <linux@roeck-us.net>
9802 L: linux-hwmon@vger.kernel.org
9803 W: http://hwmon.wiki.kernel.org/
9804 W: http://www.roeck-us.net/linux/drivers/
9805 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9807 F: Documentation/hwmon/pmbus
9808 F: drivers/hwmon/pmbus/
9809 F: include/linux/i2c/pmbus.h
9811 PMC SIERRA MaxRAID DRIVER
9812 L: linux-scsi@vger.kernel.org
9813 W: http://www.pmc-sierra.com/
9815 F: drivers/scsi/pmcraid.*
9817 PMC SIERRA PM8001 DRIVER
9818 M: Jack Wang <jinpu.wang@profitbricks.com>
9819 M: lindar_liu@usish.com
9821 L: linux-scsi@vger.kernel.org
9823 F: drivers/scsi/pm8001/
9825 POSIX CLOCKS and TIMERS
9826 M: Thomas Gleixner <tglx@linutronix.de>
9827 L: linux-kernel@vger.kernel.org
9828 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9831 F: include/linux/timer*
9832 F: kernel/time/*timer*
9834 POWER MANAGEMENT CORE
9835 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
9836 L: linux-pm@vger.kernel.org
9837 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9838 B: https://bugzilla.kernel.org
9840 F: drivers/base/power/
9841 F: include/linux/pm.h
9842 F: include/linux/pm_*
9843 F: include/linux/powercap.h
9844 F: drivers/powercap/
9846 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9847 M: Sebastian Reichel <sre@kernel.org>
9848 L: linux-pm@vger.kernel.org
9849 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9851 F: Documentation/devicetree/bindings/power/supply/
9852 F: include/linux/power_supply.h
9853 F: drivers/power/supply/
9855 POWER STATE COORDINATION INTERFACE (PSCI)
9856 M: Mark Rutland <mark.rutland@arm.com>
9857 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9858 L: linux-arm-kernel@lists.infradead.org
9860 F: drivers/firmware/psci*.c
9861 F: include/linux/psci.h
9862 F: include/uapi/linux/psci.h
9864 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9865 M: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9866 L: linuxppc-dev@lists.ozlabs.org
9868 F: drivers/char/powernv-op-panel.c
9871 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9875 PPP PROTOCOL DRIVERS AND COMPRESSORS
9876 M: Paul Mackerras <paulus@samba.org>
9877 L: linux-ppp@vger.kernel.org
9879 F: drivers/net/ppp/ppp_*
9881 PPP OVER ATM (RFC 2364)
9882 M: Mitchell Blank Jr <mitch@sfgoth.com>
9884 F: net/atm/pppoatm.c
9885 F: include/uapi/linux/atmppp.h
9888 M: Michal Ostrowski <mostrows@earthlink.net>
9890 F: drivers/net/ppp/pppoe.c
9891 F: drivers/net/ppp/pppox.c
9894 M: James Chapman <jchapman@katalix.com>
9896 F: net/l2tp/l2tp_ppp.c
9897 F: include/linux/if_pppol2tp.h
9898 F: include/uapi/linux/if_pppol2tp.h
9901 M: Rodolfo Giometti <giometti@enneenne.com>
9902 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
9903 L: linuxpps@ml.enneenne.com (subscribers-only)
9905 F: Documentation/pps/
9907 F: include/linux/pps*.h
9910 M: Dmitry Kozlov <xeb@mail.ru>
9911 L: netdev@vger.kernel.org
9913 F: drivers/net/ppp/pptp.c
9914 W: http://sourceforge.net/projects/accel-pptp
9917 M: Robert Love <rml@tech9.net>
9918 L: kpreempt-tech@lists.sourceforge.net
9919 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9921 F: Documentation/preempt-locking.txt
9922 F: include/linux/preempt.h
9924 PRISM54 WIRELESS DRIVER
9925 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
9926 L: linux-wireless@vger.kernel.org
9927 W: http://wireless.kernel.org/en/users/Drivers/p54
9929 F: drivers/net/wireless/intersil/prism54/
9932 M: Geoff Levand <geoff@infradead.org>
9933 L: netdev@vger.kernel.org
9934 L: linuxppc-dev@lists.ozlabs.org
9936 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
9938 PS3 PLATFORM SUPPORT
9939 M: Geoff Levand <geoff@infradead.org>
9940 L: linuxppc-dev@lists.ozlabs.org
9942 F: arch/powerpc/boot/ps3*
9943 F: arch/powerpc/include/asm/lv1call.h
9944 F: arch/powerpc/include/asm/ps3*.h
9945 F: arch/powerpc/platforms/ps3/
9948 F: drivers/rtc/rtc-ps3.c
9949 F: drivers/usb/host/*ps3.c
9950 F: sound/ppc/snd_ps3*
9953 M: Jim Paris <jim@jtan.com>
9954 M: Geoff Levand <geoff@infradead.org>
9955 L: linuxppc-dev@lists.ozlabs.org
9957 F: drivers/block/ps3vram.c
9960 M: Anton Vorontsov <anton@enomsg.org>
9961 M: Colin Cross <ccross@android.com>
9962 M: Kees Cook <keescook@chromium.org>
9963 M: Tony Luck <tony.luck@intel.com>
9965 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9967 F: include/linux/pstore*
9968 F: drivers/firmware/efi/efi-pstore.c
9969 F: drivers/acpi/apei/erst.c
9971 PTP HARDWARE CLOCK SUPPORT
9972 M: Richard Cochran <richardcochran@gmail.com>
9973 L: netdev@vger.kernel.org
9975 W: http://linuxptp.sourceforge.net/
9976 F: Documentation/ABI/testing/sysfs-ptp
9977 F: Documentation/ptp/*
9978 F: drivers/net/ethernet/freescale/gianfar_ptp.c
9979 F: drivers/net/phy/dp83640*
9981 F: include/linux/ptp_cl*
9984 M: Roland McGrath <roland@hack.frob.com>
9985 M: Oleg Nesterov <oleg@redhat.com>
9987 F: include/asm-generic/syscall.h
9988 F: include/linux/ptrace.h
9989 F: include/linux/regset.h
9990 F: include/linux/tracehook.h
9991 F: include/uapi/linux/ptrace.h
9995 M: Hans Verkuil <hverkuil@xs4all.nl>
9996 L: linux-media@vger.kernel.org
9997 T: git git://linuxtv.org/media_tree.git
9999 F: drivers/media/usb/pulse8-cec/*
10001 PVRUSB2 VIDEO4LINUX DRIVER
10002 M: Mike Isely <isely@pobox.com>
10003 L: pvrusb2@isely.net (subscribers-only)
10004 L: linux-media@vger.kernel.org
10005 W: http://www.isely.net/pvrusb2/
10006 T: git git://linuxtv.org/media_tree.git
10008 F: Documentation/media/v4l-drivers/pvrusb2*
10009 F: drivers/media/usb/pvrusb2/
10012 M: Hans Verkuil <hverkuil@xs4all.nl>
10013 L: linux-media@vger.kernel.org
10014 T: git git://linuxtv.org/media_tree.git
10016 F: drivers/media/usb/pwc/*
10019 M: Kamil Debski <kamil@wypas.org>
10020 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10021 L: linux-hwmon@vger.kernel.org
10023 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
10024 F: Documentation/hwmon/pwm-fan
10025 F: drivers/hwmon/pwm-fan.c
10028 M: Thierry Reding <thierry.reding@gmail.com>
10029 L: linux-pwm@vger.kernel.org
10031 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
10032 F: Documentation/pwm.txt
10033 F: Documentation/devicetree/bindings/pwm/
10034 F: include/linux/pwm.h
10036 F: drivers/video/backlight/pwm_bl.c
10037 F: include/linux/pwm_backlight.h
10039 PXA2xx/PXA3xx SUPPORT
10040 M: Daniel Mack <daniel@zonque.org>
10041 M: Haojian Zhuang <haojian.zhuang@gmail.com>
10042 M: Robert Jarzmik <robert.jarzmik@free.fr>
10043 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10044 T: git git://github.com/hzhuang1/linux.git
10045 T: git git://github.com/rjarzmik/linux.git
10047 F: arch/arm/boot/dts/pxa*
10048 F: arch/arm/mach-pxa/
10049 F: drivers/dma/pxa*
10050 F: drivers/pcmcia/pxa2xx*
10051 F: drivers/pinctrl/pxa/
10052 F: drivers/spi/spi-pxa2xx*
10053 F: drivers/usb/gadget/udc/pxa2*
10054 F: include/sound/pxa2xx-lib.h
10059 M: Robert Jarzmik <robert.jarzmik@free.fr>
10060 L: linux-gpio@vger.kernel.org
10062 F: drivers/gpio/gpio-pxa.c
10064 PXA3xx NAND FLASH DRIVER
10065 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
10066 L: linux-mtd@lists.infradead.org
10068 F: drivers/mtd/nand/pxa3xx_nand.c
10071 M: Eric Miao <eric.y.miao@gmail.com>
10072 M: Haojian Zhuang <haojian.zhuang@gmail.com>
10073 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10074 T: git git://github.com/hzhuang1/linux.git
10075 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
10077 F: arch/arm/boot/dts/mmp*
10078 F: arch/arm/mach-mmp/
10084 M: Robert Jarzmik <robert.jarzmik@free.fr>
10085 L: rtc-linux@googlegroups.com
10089 M: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
10090 M: Salvatore Benedetto <salvatore.benedetto@intel.com>
10091 L: qat-linux@intel.com
10093 F: drivers/crypto/qat/
10096 M: Mike Marciniszyn <infinipath@intel.com>
10097 L: linux-rdma@vger.kernel.org
10099 F: drivers/infiniband/hw/qib/
10101 QLOGIC QLA1280 SCSI DRIVER
10102 M: Michael Reed <mdr@sgi.com>
10103 L: linux-scsi@vger.kernel.org
10105 F: drivers/scsi/qla1280.[ch]
10107 QLOGIC QLA2XXX FC-SCSI DRIVER
10108 M: qla2xxx-upstream@qlogic.com
10109 L: linux-scsi@vger.kernel.org
10111 F: Documentation/scsi/LICENSE.qla2xxx
10112 F: drivers/scsi/qla2xxx/
10114 QLOGIC QLA4XXX iSCSI DRIVER
10115 M: QLogic-Storage-Upstream@qlogic.com
10116 L: linux-scsi@vger.kernel.org
10118 F: Documentation/scsi/LICENSE.qla4xxx
10119 F: drivers/scsi/qla4xxx/
10121 QLOGIC QLA3XXX NETWORK DRIVER
10122 M: Dept-GELinuxNICDev@cavium.com
10123 L: netdev@vger.kernel.org
10125 F: Documentation/networking/LICENSE.qla3xxx
10126 F: drivers/net/ethernet/qlogic/qla3xxx.*
10128 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10129 M: Harish Patil <harish.patil@cavium.com>
10130 M: Manish Chopra <manish.chopra@cavium.com>
10131 M: Dept-GELinuxNICDev@cavium.com
10132 L: netdev@vger.kernel.org
10134 F: drivers/net/ethernet/qlogic/qlcnic/
10136 QLOGIC QLGE 10Gb ETHERNET DRIVER
10137 M: Harish Patil <harish.patil@cavium.com>
10138 M: Manish Chopra <manish.chopra@cavium.com>
10139 M: Dept-GELinuxNICDev@cavium.com
10140 L: netdev@vger.kernel.org
10142 F: drivers/net/ethernet/qlogic/qlge/
10144 QLOGIC QL4xxx ETHERNET DRIVER
10145 M: Yuval Mintz <Yuval.Mintz@cavium.com>
10146 M: Ariel Elior <Ariel.Elior@cavium.com>
10147 M: everest-linux-l2@cavium.com
10148 L: netdev@vger.kernel.org
10150 F: drivers/net/ethernet/qlogic/qed/
10151 F: include/linux/qed/
10152 F: drivers/net/ethernet/qlogic/qede/
10154 QLOGIC QL41xxx ISCSI DRIVER
10155 M: QLogic-Storage-Upstream@cavium.com
10156 L: linux-scsi@vger.kernel.org
10158 F: drivers/scsi/qedi/
10161 M: Anders Larsen <al@alarsen.net>
10162 W: http://www.alarsen.net/linux/qnx4fs/
10165 F: include/uapi/linux/qnx4_fs.h
10166 F: include/uapi/linux/qnxtypes.h
10168 QORIQ DPAA2 FSL-MC BUS DRIVER
10169 M: Stuart Yoder <stuart.yoder@nxp.com>
10170 L: linux-kernel@vger.kernel.org
10172 F: drivers/staging/fsl-mc/
10174 QT1010 MEDIA DRIVER
10175 M: Antti Palosaari <crope@iki.fi>
10176 L: linux-media@vger.kernel.org
10177 W: https://linuxtv.org
10178 W: http://palosaari.fi/linux/
10179 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10180 T: git git://linuxtv.org/anttip/media_tree.git
10182 F: drivers/media/tuners/qt1010*
10184 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10185 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
10186 L: linux-wireless@vger.kernel.org
10187 L: ath9k-devel@lists.ath9k.org
10188 W: http://wireless.kernel.org/en/users/Drivers/ath9k
10190 F: drivers/net/wireless/ath/ath9k/
10192 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10193 M: Kalle Valo <kvalo@qca.qualcomm.com>
10194 L: ath10k@lists.infradead.org
10195 W: http://wireless.kernel.org/en/users/Drivers/ath10k
10196 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10198 F: drivers/net/wireless/ath/ath10k/
10200 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10201 M: Timur Tabi <timur@codeaurora.org>
10202 L: netdev@vger.kernel.org
10204 F: drivers/net/ethernet/qualcomm/emac/
10206 QUALCOMM HEXAGON ARCHITECTURE
10207 M: Richard Kuo <rkuo@codeaurora.org>
10208 L: linux-hexagon@vger.kernel.org
10209 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10213 QUALCOMM WCN36XX WIRELESS DRIVER
10214 M: Eugene Krasnikov <k.eugene.e@gmail.com>
10215 L: wcn36xx@lists.infradead.org
10216 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
10217 T: git git://github.com/KrasnikovEugene/wcn36xx.git
10219 F: drivers/net/wireless/ath/wcn36xx/
10221 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10222 M: Gabriel Somlo <somlo@cmu.edu>
10223 M: "Michael S. Tsirkin" <mst@redhat.com>
10224 L: qemu-devel@nongnu.org
10226 F: drivers/firmware/qemu_fw_cfg.c
10228 RADOS BLOCK DEVICE (RBD)
10229 M: Ilya Dryomov <idryomov@gmail.com>
10230 M: Sage Weil <sage@redhat.com>
10231 M: Alex Elder <elder@kernel.org>
10232 L: ceph-devel@vger.kernel.org
10233 W: http://ceph.com/
10234 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10235 T: git git://github.com/ceph/ceph-client.git
10237 F: Documentation/ABI/testing/sysfs-bus-rbd
10238 F: drivers/block/rbd.c
10239 F: drivers/block/rbd_types.h
10241 RADEON FRAMEBUFFER DISPLAY DRIVER
10242 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
10243 L: linux-fbdev@vger.kernel.org
10245 F: drivers/video/fbdev/aty/radeon*
10246 F: include/uapi/linux/radeonfb.h
10248 RADIOSHARK RADIO DRIVER
10249 M: Hans Verkuil <hverkuil@xs4all.nl>
10250 L: linux-media@vger.kernel.org
10251 T: git git://linuxtv.org/media_tree.git
10253 F: drivers/media/radio/radio-shark.c
10255 RADIOSHARK2 RADIO DRIVER
10256 M: Hans Verkuil <hverkuil@xs4all.nl>
10257 L: linux-media@vger.kernel.org
10258 T: git git://linuxtv.org/media_tree.git
10260 F: drivers/media/radio/radio-shark2.c
10261 F: drivers/media/radio/radio-tea5777.c
10263 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10264 M: Paul Mackerras <paulus@samba.org>
10265 L: linux-fbdev@vger.kernel.org
10267 F: drivers/video/fbdev/aty/aty128fb.c
10269 RALINK MIPS ARCHITECTURE
10270 M: John Crispin <john@phrozen.org>
10271 L: linux-mips@linux-mips.org
10273 F: arch/mips/ralink
10275 RALINK RT2X00 WIRELESS LAN DRIVER
10277 M: Stanislaw Gruszka <sgruszka@redhat.com>
10278 M: Helmut Schaa <helmut.schaa@googlemail.com>
10279 L: linux-wireless@vger.kernel.org
10281 F: drivers/net/wireless/ralink/rt2x00/
10283 RAMDISK RAM BLOCK DEVICE DRIVER
10284 M: Jens Axboe <axboe@kernel.dk>
10286 F: Documentation/blockdev/ramdisk.txt
10287 F: drivers/block/brd.c
10289 RANDOM NUMBER DRIVER
10290 M: "Theodore Ts'o" <tytso@mit.edu>
10292 F: drivers/char/random.c
10295 M: Matt Porter <mporter@kernel.crashing.org>
10296 M: Alexandre Bounine <alexandre.bounine@idt.com>
10298 F: drivers/rapidio/
10300 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10301 L: linux-wireless@vger.kernel.org
10303 F: drivers/net/wireless/ray*
10306 M: Josh Triplett <josh@joshtriplett.org>
10307 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10308 L: linux-kernel@vger.kernel.org
10310 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10311 F: Documentation/RCU/torture.txt
10312 F: kernel/rcu/rcutorture.c
10314 RCUTORTURE TEST FRAMEWORK
10315 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10316 M: Josh Triplett <josh@joshtriplett.org>
10317 R: Steven Rostedt <rostedt@goodmis.org>
10318 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10319 R: Lai Jiangshan <jiangshanlai@gmail.com>
10320 L: linux-kernel@vger.kernel.org
10322 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10323 F: tools/testing/selftests/rcutorture
10326 M: Florian Fainelli <florian@openwrt.org>
10329 RDC R6040 FAST ETHERNET DRIVER
10330 M: Florian Fainelli <f.fainelli@gmail.com>
10331 L: netdev@vger.kernel.org
10333 F: drivers/net/ethernet/rdc/r6040.c
10335 RDS - RELIABLE DATAGRAM SOCKETS
10336 M: Santosh Shilimkar <santosh.shilimkar@oracle.com>
10337 L: netdev@vger.kernel.org
10338 L: linux-rdma@vger.kernel.org
10339 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
10340 W: https://oss.oracle.com/projects/rds/
10343 F: Documentation/networking/rds.txt
10345 RDMAVT - RDMA verbs software
10346 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
10347 L: linux-rdma@vger.kernel.org
10349 F: drivers/infiniband/sw/rdmavt
10351 RDT - RESOURCE ALLOCATION
10352 M: Fenghua Yu <fenghua.yu@intel.com>
10353 L: linux-kernel@vger.kernel.org
10355 F: arch/x86/kernel/cpu/intel_rdt*
10356 F: arch/x86/include/asm/intel_rdt*
10357 F: Documentation/x86/intel_rdt*
10359 READ-COPY UPDATE (RCU)
10360 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10361 M: Josh Triplett <josh@joshtriplett.org>
10362 R: Steven Rostedt <rostedt@goodmis.org>
10363 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10364 R: Lai Jiangshan <jiangshanlai@gmail.com>
10365 L: linux-kernel@vger.kernel.org
10366 W: http://www.rdrop.com/users/paulmck/RCU/
10368 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10369 F: Documentation/RCU/
10370 X: Documentation/RCU/torture.txt
10371 F: include/linux/rcu*
10372 X: include/linux/srcu.h
10374 X: kernel/torture.c
10376 REAL TIME CLOCK (RTC) SUBSYSTEM
10377 M: Alessandro Zummo <a.zummo@towertech.it>
10378 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
10379 L: rtc-linux@googlegroups.com
10380 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
10381 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10383 F: Documentation/devicetree/bindings/rtc/
10384 F: Documentation/rtc.txt
10386 F: include/linux/rtc.h
10387 F: include/uapi/linux/rtc.h
10388 F: include/linux/rtc/
10389 F: include/linux/platform_data/rtc-*
10390 F: tools/testing/selftests/timers/rtctest.c
10392 REALTEK AUDIO CODECS
10393 M: Bard Liao <bardliao@realtek.com>
10394 M: Oder Chiou <oder_chiou@realtek.com>
10396 F: sound/soc/codecs/rt*
10397 F: include/sound/rt*.h
10399 REISERFS FILE SYSTEM
10400 L: reiserfs-devel@vger.kernel.org
10404 REGISTER MAP ABSTRACTION
10405 M: Mark Brown <broonie@kernel.org>
10406 L: linux-kernel@vger.kernel.org
10407 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10409 F: Documentation/devicetree/bindings/regmap/
10410 F: drivers/base/regmap/
10411 F: include/linux/regmap.h
10413 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10414 M: Ohad Ben-Cohen <ohad@wizery.com>
10415 M: Bjorn Andersson <bjorn.andersson@linaro.org>
10416 L: linux-remoteproc@vger.kernel.org
10417 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10419 F: Documentation/devicetree/bindings/remoteproc/
10420 F: Documentation/remoteproc.txt
10421 F: drivers/remoteproc/
10422 F: include/linux/remoteproc.h
10424 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10425 M: Ohad Ben-Cohen <ohad@wizery.com>
10426 M: Bjorn Andersson <bjorn.andersson@linaro.org>
10427 L: linux-remoteproc@vger.kernel.org
10428 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10431 F: Documentation/rpmsg.txt
10432 F: include/linux/rpmsg.h
10434 RENESAS CLOCK DRIVERS
10435 M: Geert Uytterhoeven <geert+renesas@glider.be>
10436 L: linux-renesas-soc@vger.kernel.org
10438 F: drivers/clk/renesas/
10440 RENESAS ETHERNET DRIVERS
10441 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10442 L: netdev@vger.kernel.org
10443 L: linux-renesas-soc@vger.kernel.org
10444 F: drivers/net/ethernet/renesas/
10445 F: include/linux/sh_eth.h
10447 RENESAS USB2 PHY DRIVER
10448 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10449 L: linux-renesas-soc@vger.kernel.org
10451 F: drivers/phy/phy-rcar-gen3-usb2.c
10453 RESET CONTROLLER FRAMEWORK
10454 M: Philipp Zabel <p.zabel@pengutronix.de>
10455 T: git git://git.pengutronix.de/git/pza/linux
10458 F: Documentation/devicetree/bindings/reset/
10459 F: include/dt-bindings/reset/
10460 F: include/linux/reset.h
10461 F: include/linux/reset-controller.h
10464 M: Johannes Berg <johannes@sipsolutions.net>
10465 L: linux-wireless@vger.kernel.org
10466 W: http://wireless.kernel.org/
10467 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10468 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10470 F: Documentation/rfkill.txt
10474 M: Thomas Graf <tgraf@suug.ch>
10475 M: Herbert Xu <herbert@gondor.apana.org.au>
10476 L: netdev@vger.kernel.org
10478 F: lib/rhashtable.c
10479 F: include/linux/rhashtable.h
10481 RICOH SMARTMEDIA/XD DRIVER
10482 M: Maxim Levitsky <maximlevitsky@gmail.com>
10484 F: drivers/mtd/nand/r852.c
10485 F: drivers/mtd/nand/r852.h
10487 RICOH R5C592 MEMORYSTICK DRIVER
10488 M: Maxim Levitsky <maximlevitsky@gmail.com>
10490 F: drivers/memstick/host/r592.*
10493 M: Stefan Achatz <erazor_de@users.sourceforge.net>
10494 W: http://sourceforge.net/projects/roccat/
10496 F: drivers/hid/hid-roccat*
10497 F: include/linux/hid-roccat*
10498 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
10501 M: Jiri Pirko <jiri@resnulli.us>
10502 L: netdev@vger.kernel.org
10504 F: drivers/net/ethernet/rocker/
10508 W: http://www.comtrol.com
10510 F: Documentation/serial/rocket.txt
10511 F: drivers/tty/rocket*
10513 ROCKETPORT EXPRESS/INFINITY DRIVER
10514 M: Kevin Cernekee <cernekee@gmail.com>
10515 L: linux-serial@vger.kernel.org
10517 F: drivers/tty/serial/rp2.*
10520 M: Ralf Baechle <ralf@linux-mips.org>
10521 L: linux-hams@vger.kernel.org
10522 W: http://www.linux-ax25.org/
10524 F: include/net/rose.h
10525 F: include/uapi/linux/rose.h
10528 RTL2830 MEDIA DRIVER
10529 M: Antti Palosaari <crope@iki.fi>
10530 L: linux-media@vger.kernel.org
10531 W: https://linuxtv.org
10532 W: http://palosaari.fi/linux/
10533 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10534 T: git git://linuxtv.org/anttip/media_tree.git
10536 F: drivers/media/dvb-frontends/rtl2830*
10538 RTL2832 MEDIA DRIVER
10539 M: Antti Palosaari <crope@iki.fi>
10540 L: linux-media@vger.kernel.org
10541 W: https://linuxtv.org
10542 W: http://palosaari.fi/linux/
10543 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10544 T: git git://linuxtv.org/anttip/media_tree.git
10546 F: drivers/media/dvb-frontends/rtl2832*
10548 RTL2832_SDR MEDIA DRIVER
10549 M: Antti Palosaari <crope@iki.fi>
10550 L: linux-media@vger.kernel.org
10551 W: https://linuxtv.org
10552 W: http://palosaari.fi/linux/
10553 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10554 T: git git://linuxtv.org/anttip/media_tree.git
10556 F: drivers/media/dvb-frontends/rtl2832_sdr*
10558 RTL8180 WIRELESS DRIVER
10559 L: linux-wireless@vger.kernel.org
10560 W: http://wireless.kernel.org/
10561 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10563 F: drivers/net/wireless/realtek/rtl818x/rtl8180/
10565 RTL8187 WIRELESS DRIVER
10566 M: Herton Ronaldo Krzesinski <herton@canonical.com>
10567 M: Hin-Tak Leung <htl10@users.sourceforge.net>
10568 M: Larry Finger <Larry.Finger@lwfinger.net>
10569 L: linux-wireless@vger.kernel.org
10570 W: http://wireless.kernel.org/
10571 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10573 F: drivers/net/wireless/realtek/rtl818x/rtl8187/
10575 RTL8192CE WIRELESS DRIVER
10576 M: Larry Finger <Larry.Finger@lwfinger.net>
10577 M: Chaoming Li <chaoming_li@realsil.com.cn>
10578 L: linux-wireless@vger.kernel.org
10579 W: http://wireless.kernel.org/
10580 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10582 F: drivers/net/wireless/realtek/rtlwifi/
10583 F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10585 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10586 M: Jes Sorensen <Jes.Sorensen@redhat.com>
10587 L: linux-wireless@vger.kernel.org
10588 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10590 F: drivers/net/wireless/realtek/rtl8xxxu/
10592 S3 SAVAGE FRAMEBUFFER DRIVER
10593 M: Antonino Daplas <adaplas@gmail.com>
10594 L: linux-fbdev@vger.kernel.org
10596 F: drivers/video/fbdev/savage/
10599 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
10600 M: Heiko Carstens <heiko.carstens@de.ibm.com>
10601 L: linux-s390@vger.kernel.org
10602 W: http://www.ibm.com/developerworks/linux/linux390/
10603 T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10607 F: Documentation/s390/
10608 F: Documentation/DocBook/s390*
10610 S390 COMMON I/O LAYER
10611 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10612 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10613 L: linux-s390@vger.kernel.org
10614 W: http://www.ibm.com/developerworks/linux/linux390/
10616 F: drivers/s390/cio/
10619 M: Stefan Haberland <sth@linux.vnet.ibm.com>
10620 M: Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
10621 L: linux-s390@vger.kernel.org
10622 W: http://www.ibm.com/developerworks/linux/linux390/
10624 F: drivers/s390/block/dasd*
10625 F: block/partitions/ibm.c
10627 S390 NETWORK DRIVERS
10628 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10629 L: linux-s390@vger.kernel.org
10630 W: http://www.ibm.com/developerworks/linux/linux390/
10632 F: drivers/s390/net/
10635 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10636 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10637 L: linux-s390@vger.kernel.org
10638 W: http://www.ibm.com/developerworks/linux/linux390/
10641 F: drivers/pci/hotplug/s390_pci_hpc.c
10644 M: Harald Freudenberger <freude@de.ibm.com>
10645 L: linux-s390@vger.kernel.org
10646 W: http://www.ibm.com/developerworks/linux/linux390/
10648 F: drivers/s390/crypto/
10651 M: Steffen Maier <maier@linux.vnet.ibm.com>
10652 L: linux-s390@vger.kernel.org
10653 W: http://www.ibm.com/developerworks/linux/linux390/
10655 F: drivers/s390/scsi/zfcp_*
10657 S390 IUCV NETWORK LAYER
10658 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10659 L: linux-s390@vger.kernel.org
10660 W: http://www.ibm.com/developerworks/linux/linux390/
10662 F: drivers/s390/net/*iucv*
10663 F: include/net/iucv/
10667 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10668 L: linux-s390@vger.kernel.org
10669 W: http://www.ibm.com/developerworks/linux/linux390/
10671 F: drivers/iommu/s390-iommu.c
10673 S3C24XX SD/MMC Driver
10674 M: Ben Dooks <ben-linux@fluff.org>
10675 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10677 F: drivers/mmc/host/s3cmci.*
10679 SAA6588 RDS RECEIVER DRIVER
10680 M: Hans Verkuil <hverkuil@xs4all.nl>
10681 L: linux-media@vger.kernel.org
10682 T: git git://linuxtv.org/media_tree.git
10683 W: https://linuxtv.org
10685 F: drivers/media/i2c/saa6588*
10687 SAA7134 VIDEO4LINUX DRIVER
10688 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10689 M: Mauro Carvalho Chehab <mchehab@kernel.org>
10690 L: linux-media@vger.kernel.org
10691 W: https://linuxtv.org
10692 T: git git://linuxtv.org/media_tree.git
10694 F: Documentation/media/v4l-drivers/saa7134*
10695 F: drivers/media/pci/saa7134/
10697 SAA7146 VIDEO4LINUX-2 DRIVER
10698 M: Hans Verkuil <hverkuil@xs4all.nl>
10699 L: linux-media@vger.kernel.org
10700 T: git git://linuxtv.org/media_tree.git
10702 F: drivers/media/common/saa7146/
10703 F: drivers/media/pci/saa7146/
10704 F: include/media/saa7146*
10706 SAMSUNG LAPTOP DRIVER
10707 M: Corentin Chary <corentin.chary@gmail.com>
10708 L: platform-driver-x86@vger.kernel.org
10710 F: drivers/platform/x86/samsung-laptop.c
10712 SAMSUNG AUDIO (ASoC) DRIVERS
10713 M: Krzysztof Kozlowski <krzk@kernel.org>
10714 M: Sangbeom Kim <sbkim73@samsung.com>
10715 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10716 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10718 F: sound/soc/samsung/
10720 SAMSUNG FRAMEBUFFER DRIVER
10721 M: Jingoo Han <jingoohan1@gmail.com>
10722 L: linux-fbdev@vger.kernel.org
10724 F: drivers/video/fbdev/s3c-fb.c
10726 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10727 M: Sangbeom Kim <sbkim73@samsung.com>
10728 M: Krzysztof Kozlowski <krzk@kernel.org>
10729 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10730 L: linux-kernel@vger.kernel.org
10731 L: linux-samsung-soc@vger.kernel.org
10733 F: drivers/mfd/sec*.c
10734 F: drivers/regulator/s2m*.c
10735 F: drivers/regulator/s5m*.c
10736 F: drivers/clk/clk-s2mps11.c
10737 F: drivers/rtc/rtc-s5m.c
10738 F: include/linux/mfd/samsung/
10739 F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10740 F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10741 F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10742 F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10744 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10745 M: Kyungmin Park <kyungmin.park@samsung.com>
10746 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10747 L: linux-media@vger.kernel.org
10748 Q: https://patchwork.linuxtv.org/project/linux-media/list/
10750 F: drivers/media/platform/exynos4-is/
10752 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10753 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10754 L: linux-media@vger.kernel.org
10755 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10757 F: drivers/media/platform/s3c-camif/
10758 F: include/media/drv-intf/s3c_camif.h
10760 SAMSUNG S5C73M3 CAMERA DRIVER
10761 M: Kyungmin Park <kyungmin.park@samsung.com>
10762 M: Andrzej Hajda <a.hajda@samsung.com>
10763 L: linux-media@vger.kernel.org
10765 F: drivers/media/i2c/s5c73m3/*
10767 SAMSUNG S5K5BAF CAMERA DRIVER
10768 M: Kyungmin Park <kyungmin.park@samsung.com>
10769 M: Andrzej Hajda <a.hajda@samsung.com>
10770 L: linux-media@vger.kernel.org
10772 F: drivers/media/i2c/s5k5baf.c
10774 SAMSUNG S3FWRN5 NFC DRIVER
10775 M: Robert Baldyga <r.baldyga@samsung.com>
10776 M: Krzysztof Opasiak <k.opasiak@samsung.com>
10777 L: linux-nfc@lists.01.org (moderated for non-subscribers)
10779 F: drivers/nfc/s3fwrn5
10781 SAMSUNG SOC CLOCK DRIVERS
10782 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10783 M: Tomasz Figa <tomasz.figa@gmail.com>
10784 M: Chanwoo Choi <cw00.choi@samsung.com>
10786 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10787 F: drivers/clk/samsung/
10788 F: include/dt-bindings/clock/exynos*.h
10789 F: Documentation/devicetree/bindings/clock/exynos*.txt
10791 SAMSUNG SPI DRIVERS
10792 M: Kukjin Kim <kgene@kernel.org>
10793 M: Krzysztof Kozlowski <krzk@kernel.org>
10794 M: Andi Shyti <andi.shyti@samsung.com>
10795 L: linux-spi@vger.kernel.org
10796 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10798 F: Documentation/devicetree/bindings/spi/spi-samsung.txt
10799 F: drivers/spi/spi-s3c*
10800 F: include/linux/platform_data/spi-s3c64xx.h
10802 SAMSUNG SXGBE DRIVERS
10803 M: Byungho An <bh74.an@samsung.com>
10804 M: Girish K S <ks.giri@samsung.com>
10805 M: Vipul Pandya <vipul.pandya@samsung.com>
10807 L: netdev@vger.kernel.org
10808 F: drivers/net/ethernet/samsung/sxgbe/
10810 SAMSUNG THERMAL DRIVER
10811 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10812 L: linux-pm@vger.kernel.org
10813 L: linux-samsung-soc@vger.kernel.org
10815 T: git https://github.com/lmajewski/linux-samsung-thermal.git
10816 F: drivers/thermal/samsung/
10818 SAMSUNG USB2 PHY DRIVER
10819 M: Kamil Debski <kamil@wypas.org>
10820 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10821 L: linux-kernel@vger.kernel.org
10823 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
10824 F: Documentation/phy/samsung-usb2.txt
10825 F: drivers/phy/phy-exynos4210-usb2.c
10826 F: drivers/phy/phy-exynos4x12-usb2.c
10827 F: drivers/phy/phy-exynos5250-usb2.c
10828 F: drivers/phy/phy-s5pv210-usb2.c
10829 F: drivers/phy/phy-samsung-usb2.c
10830 F: drivers/phy/phy-samsung-usb2.h
10833 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10834 L: linux-serial@vger.kernel.org
10836 F: Documentation/devicetree/bindings/serial/
10837 F: drivers/tty/serial/
10840 M: Sean Young <sean@mess.org>
10841 L: linux-media@vger.kernel.org
10843 F: drivers/media/rc/serial_ir.c
10846 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
10847 L: kernel@stlinux.com
10849 F: drivers/staging/media/st-cec/
10850 F: Documentation/devicetree/bindings/media/stih-cec.txt
10852 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
10853 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10854 L: linux-s390@vger.kernel.org
10855 W: http://www.ibm.com/developerworks/linux/linux390/
10859 SYNOPSYS DESIGNWARE DMAC DRIVER
10860 M: Viresh Kumar <vireshk@kernel.org>
10861 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10863 F: include/linux/dma/dw.h
10864 F: include/linux/platform_data/dma-dw.h
10867 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10868 M: Lars Persson <lars.persson@axis.com>
10869 L: netdev@vger.kernel.org
10871 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10872 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10874 SYNOPSYS DESIGNWARE I2C DRIVER
10875 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
10876 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10877 R: Mika Westerberg <mika.westerberg@linux.intel.com>
10878 L: linux-i2c@vger.kernel.org
10880 F: drivers/i2c/busses/i2c-designware-*
10881 F: include/linux/platform_data/i2c-designware.h
10883 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10884 M: Jaehoon Chung <jh80.chung@samsung.com>
10885 L: linux-mmc@vger.kernel.org
10887 F: include/linux/mmc/dw_mmc.h
10888 F: drivers/mmc/host/dw_mmc*
10890 SYSTEM TRACE MODULE CLASS
10891 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
10893 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10894 F: Documentation/trace/stm.txt
10895 F: drivers/hwtracing/stm/
10896 F: include/linux/stm.h
10897 F: include/uapi/linux/stm.h
10900 M: Andreas Noever <andreas.noever@gmail.com>
10902 F: drivers/thunderbolt/
10904 TI BQ27XXX POWER SUPPLY DRIVER
10905 R: Andrew F. Davis <afd@ti.com>
10906 F: include/linux/power/bq27xxx_battery.h
10907 F: drivers/power/supply/bq27xxx_battery.c
10908 F: drivers/power/supply/bq27xxx_battery_i2c.c
10910 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10911 M: John Stultz <john.stultz@linaro.org>
10912 M: Thomas Gleixner <tglx@linutronix.de>
10913 L: linux-kernel@vger.kernel.org
10914 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10916 F: include/linux/clocksource.h
10917 F: include/linux/time.h
10918 F: include/linux/timex.h
10919 F: include/uapi/linux/time.h
10920 F: include/uapi/linux/timex.h
10921 F: kernel/time/clocksource.c
10922 F: kernel/time/time*.c
10923 F: kernel/time/alarmtimer.c
10924 F: kernel/time/ntp.c
10925 F: tools/testing/selftests/timers/
10928 M: Zwane Mwaikambo <zwanem@gmail.com>
10930 F: drivers/watchdog/sc1200wdt.c
10933 M: Ingo Molnar <mingo@redhat.com>
10934 M: Peter Zijlstra <peterz@infradead.org>
10935 L: linux-kernel@vger.kernel.org
10936 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10939 F: include/linux/sched.h
10940 F: include/uapi/linux/sched.h
10941 F: include/linux/wait.h
10944 M: Chen Liqin <liqin.linux@gmail.com>
10945 M: Lennox Wu <lennox.wu@gmail.com>
10946 W: http://www.sunplus.com
10950 SCR24X CHIP CARD INTERFACE DRIVER
10951 M: Lubomir Rintel <lkundrak@v3.sk>
10953 F: drivers/char/pcmcia/scr24x_cs.c
10955 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10956 M: Sudeep Holla <sudeep.holla@arm.com>
10957 L: linux-arm-kernel@lists.infradead.org
10959 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
10960 F: drivers/clk/clk-scpi.c
10961 F: drivers/cpufreq/scpi-cpufreq.c
10962 F: drivers/firmware/arm_scpi.c
10963 F: include/linux/scpi_protocol.h
10966 M: Jens Axboe <axboe@kernel.dk>
10967 L: linux-scsi@vger.kernel.org
10968 W: http://www.kernel.dk
10970 F: drivers/scsi/sr*
10972 SCSI RDMA PROTOCOL (SRP) INITIATOR
10973 M: Bart Van Assche <bart.vanassche@sandisk.com>
10974 L: linux-rdma@vger.kernel.org
10976 W: http://www.openfabrics.org
10977 Q: http://patchwork.kernel.org/project/linux-rdma/list/
10978 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10979 F: drivers/infiniband/ulp/srp/
10980 F: include/scsi/srp.h
10983 M: Doug Gilbert <dgilbert@interlog.com>
10984 L: linux-scsi@vger.kernel.org
10985 W: http://sg.danny.cz/sg
10987 F: Documentation/scsi/scsi-generic.txt
10988 F: drivers/scsi/sg.c
10989 F: include/scsi/sg.h
10992 M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10993 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10994 M: "Martin K. Petersen" <martin.petersen@oracle.com>
10995 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10996 L: linux-scsi@vger.kernel.org
10998 F: Documentation/devicetree/bindings/scsi/
11003 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
11004 L: linux-scsi@vger.kernel.org
11006 F: Documentation/scsi/st.txt
11007 F: drivers/scsi/st.*
11008 F: drivers/scsi/st_*.h
11011 M: Vlad Yasevich <vyasevich@gmail.com>
11012 M: Neil Horman <nhorman@tuxdriver.com>
11013 L: linux-sctp@vger.kernel.org
11014 W: http://lksctp.sourceforge.net
11016 F: Documentation/networking/sctp.txt
11017 F: include/linux/sctp.h
11018 F: include/uapi/linux/sctp.h
11019 F: include/net/sctp/
11023 M: Jim Cromie <jim.cromie@gmail.com>
11025 F: Documentation/i2c/busses/scx200_acb
11026 F: arch/x86/platform/scx200/
11027 F: drivers/watchdog/scx200_wdt.c
11028 F: drivers/i2c/busses/scx200*
11029 F: drivers/mtd/maps/scx200_docflash.c
11030 F: include/linux/scx200.h
11033 M: Jim Cromie <jim.cromie@gmail.com>
11035 F: drivers/char/scx200_gpio.c
11036 F: include/linux/scx200_gpio.h
11038 SCx200 HRT CLOCKSOURCE DRIVER
11039 M: Jim Cromie <jim.cromie@gmail.com>
11041 F: drivers/clocksource/scx200_hrt.c
11043 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
11044 M: Sascha Sommer <saschasommer@freenet.de>
11045 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
11047 F: drivers/mmc/host/sdricoh_cs.c
11049 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
11050 M: Adrian Hunter <adrian.hunter@intel.com>
11051 L: linux-mmc@vger.kernel.org
11052 T: git git://git.infradead.org/users/ahunter/linux-sdhci.git
11054 F: drivers/mmc/host/sdhci*
11055 F: include/linux/mmc/sdhci*
11058 M: Kees Cook <keescook@chromium.org>
11059 R: Andy Lutomirski <luto@amacapital.net>
11060 R: Will Drewry <wad@chromium.org>
11061 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
11063 F: kernel/seccomp.c
11064 F: include/uapi/linux/seccomp.h
11065 F: include/linux/seccomp.h
11066 F: tools/testing/selftests/seccomp/*
11067 K: \bsecure_computing
11070 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
11071 M: Al Cooper <alcooperx@gmail.com>
11072 L: linux-mmc@vger.kernel.org
11073 L: bcm-kernel-feedback-list@broadcom.com
11075 F: drivers/mmc/host/sdhci-brcmstb*
11077 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
11078 M: Ben Dooks <ben-linux@fluff.org>
11079 M: Jaehoon Chung <jh80.chung@samsung.com>
11080 L: linux-mmc@vger.kernel.org
11082 F: drivers/mmc/host/sdhci-s3c*
11084 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
11085 M: Viresh Kumar <vireshk@kernel.org>
11086 L: linux-mmc@vger.kernel.org
11088 F: drivers/mmc/host/sdhci-spear.c
11091 M: James Morris <james.l.morris@oracle.com>
11092 M: "Serge E. Hallyn" <serge@hallyn.com>
11093 L: linux-security-module@vger.kernel.org (suggested Cc:)
11094 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
11095 W: http://kernsec.org/
11100 M: Security Officers <security@kernel.org>
11103 SELINUX SECURITY MODULE
11104 M: Paul Moore <paul@paul-moore.com>
11105 M: Stephen Smalley <sds@tycho.nsa.gov>
11106 M: Eric Paris <eparis@parisplace.org>
11107 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
11108 W: http://selinuxproject.org
11109 T: git git://git.infradead.org/users/pcmoore/selinux
11111 F: include/linux/selinux*
11112 F: security/selinux/
11113 F: scripts/selinux/
11115 APPARMOR SECURITY MODULE
11116 M: John Johansen <john.johansen@canonical.com>
11117 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
11118 W: apparmor.wiki.kernel.org
11119 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
11121 F: security/apparmor/
11123 LOADPIN SECURITY MODULE
11124 M: Kees Cook <keescook@chromium.org>
11125 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
11127 F: security/loadpin/
11129 YAMA SECURITY MODULE
11130 M: Kees Cook <keescook@chromium.org>
11131 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
11136 M: Jiri Slaby <jirislaby@gmail.com>
11138 F: drivers/misc/phantom.c
11139 F: include/uapi/linux/phantom.h
11141 Emulex 10Gbps iSCSI - OneConnect DRIVER
11142 M: Subbu Seetharaman <subbu.seetharaman@broadcom.com>
11143 M: Ketan Mukadam <ketan.mukadam@broadcom.com>
11144 M: Jitendra Bhivare <jitendra.bhivare@broadcom.com>
11145 L: linux-scsi@vger.kernel.org
11146 W: http://www.broadcom.com
11148 F: drivers/scsi/be2iscsi/
11150 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11151 M: Sathya Perla <sathya.perla@broadcom.com>
11152 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
11153 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
11154 M: Somnath Kotur <somnath.kotur@broadcom.com>
11155 L: netdev@vger.kernel.org
11156 W: http://www.emulex.com
11158 F: drivers/net/ethernet/emulex/benet/
11160 EMULEX ONECONNECT ROCE DRIVER
11161 M: Selvin Xavier <selvin.xavier@avagotech.com>
11162 M: Devesh Sharma <devesh.sharma@avagotech.com>
11163 L: linux-rdma@vger.kernel.org
11164 W: http://www.emulex.com
11166 F: drivers/infiniband/hw/ocrdma/
11167 F: include/uapi/rdma/ocrdma-abi.h
11170 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
11171 M: Edward Cree <ecree@solarflare.com>
11172 M: Bert Kenward <bkenward@solarflare.com>
11173 L: netdev@vger.kernel.org
11175 F: drivers/net/ethernet/sfc/
11178 M: Dimitri Sivanich <sivanich@sgi.com>
11180 F: drivers/misc/sgi-gru/
11182 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11183 M: Pat Gefre <pfg@sgi.com>
11184 L: linux-ia64@vger.kernel.org
11186 F: Documentation/ia64/serial.txt
11187 F: drivers/tty/serial/ioc?_serial.c
11188 F: include/linux/ioc?.h
11190 SGI XP/XPC/XPNET DRIVER
11191 M: Cliff Whickman <cpw@sgi.com>
11192 M: Robin Holt <robinmholt@gmail.com>
11194 F: drivers/misc/sgi-xp/
11196 SI2157 MEDIA DRIVER
11197 M: Antti Palosaari <crope@iki.fi>
11198 L: linux-media@vger.kernel.org
11199 W: https://linuxtv.org
11200 W: http://palosaari.fi/linux/
11201 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11202 T: git git://linuxtv.org/anttip/media_tree.git
11204 F: drivers/media/tuners/si2157*
11206 SI2168 MEDIA DRIVER
11207 M: Antti Palosaari <crope@iki.fi>
11208 L: linux-media@vger.kernel.org
11209 W: https://linuxtv.org
11210 W: http://palosaari.fi/linux/
11211 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11212 T: git git://linuxtv.org/anttip/media_tree.git
11214 F: drivers/media/dvb-frontends/si2168*
11216 SI470X FM RADIO RECEIVER I2C DRIVER
11217 M: Hans Verkuil <hverkuil@xs4all.nl>
11218 L: linux-media@vger.kernel.org
11219 T: git git://linuxtv.org/media_tree.git
11220 W: https://linuxtv.org
11222 F: drivers/media/radio/si470x/radio-si470x-i2c.c
11224 SI470X FM RADIO RECEIVER USB DRIVER
11225 M: Hans Verkuil <hverkuil@xs4all.nl>
11226 L: linux-media@vger.kernel.org
11227 T: git git://linuxtv.org/media_tree.git
11228 W: https://linuxtv.org
11230 F: drivers/media/radio/si470x/radio-si470x-common.c
11231 F: drivers/media/radio/si470x/radio-si470x.h
11232 F: drivers/media/radio/si470x/radio-si470x-usb.c
11234 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11235 M: Eduardo Valentin <edubezval@gmail.com>
11236 L: linux-media@vger.kernel.org
11237 T: git git://linuxtv.org/media_tree.git
11238 W: https://linuxtv.org
11240 F: drivers/media/radio/si4713/si4713.?
11242 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11243 M: Eduardo Valentin <edubezval@gmail.com>
11244 L: linux-media@vger.kernel.org
11245 T: git git://linuxtv.org/media_tree.git
11246 W: https://linuxtv.org
11248 F: drivers/media/radio/si4713/radio-platform-si4713.c
11250 SI4713 FM RADIO TRANSMITTER USB DRIVER
11251 M: Hans Verkuil <hverkuil@xs4all.nl>
11252 L: linux-media@vger.kernel.org
11253 T: git git://linuxtv.org/media_tree.git
11254 W: https://linuxtv.org
11256 F: drivers/media/radio/si4713/radio-usb-si4713.c
11259 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11260 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11261 L: linux-media@vger.kernel.org
11262 W: https://linuxtv.org
11263 T: git git://linuxtv.org/media_tree.git
11265 F: drivers/media/common/siano/
11266 F: drivers/media/usb/siano/
11267 F: drivers/media/usb/siano/
11268 F: drivers/media/mmc/siano/
11271 M: Hans de Goede <hdegoede@redhat.com>
11272 L: linux-fbdev@vger.kernel.org
11274 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
11275 F: drivers/video/fbdev/simplefb.c
11276 F: include/linux/platform_data/simplefb.h
11278 SH_VEU V4L2 MEM2MEM DRIVER
11279 L: linux-media@vger.kernel.org
11281 F: drivers/media/platform/sh_veu.c
11283 SH_VOU V4L2 OUTPUT DRIVER
11284 L: linux-media@vger.kernel.org
11286 F: drivers/media/platform/sh_vou.c
11287 F: include/media/drv-intf/sh_vou.h
11289 SIMPLE FIRMWARE INTERFACE (SFI)
11290 M: Len Brown <lenb@kernel.org>
11291 L: sfi-devel@simplefirmware.org
11292 W: http://simplefirmware.org/
11293 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11295 F: arch/x86/platform/sfi/
11297 F: include/linux/sfi*.h
11299 SIMTEC EB110ATX (Chalice CATS)
11301 P: Vincent Sanders <vince@simtec.co.uk>
11302 M: Simtec Linux Team <linux@simtec.co.uk>
11303 W: http://www.simtec.co.uk/products/EB110ATX/
11306 SIMTEC EB2410ITX (BAST)
11308 P: Vincent Sanders <vince@simtec.co.uk>
11309 M: Simtec Linux Team <linux@simtec.co.uk>
11310 W: http://www.simtec.co.uk/products/EB2410ITX/
11312 F: arch/arm/mach-s3c24xx/mach-bast.c
11313 F: arch/arm/mach-s3c24xx/bast-ide.c
11314 F: arch/arm/mach-s3c24xx/bast-irq.c
11316 SIPHASH PRF ROUTINES
11317 M: Jason A. Donenfeld <Jason@zx2c4.com>
11320 F: lib/test_siphash.c
11321 F: include/linux/siphash.h
11323 TI DAVINCI MACHINE SUPPORT
11324 M: Sekhar Nori <nsekhar@ti.com>
11325 M: Kevin Hilman <khilman@kernel.org>
11326 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11327 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11329 F: arch/arm/mach-davinci/
11330 F: drivers/i2c/busses/i2c-davinci.c
11332 TI DAVINCI SERIES MEDIA DRIVER
11333 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11334 L: linux-media@vger.kernel.org
11335 W: https://linuxtv.org
11336 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11337 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11339 F: drivers/media/platform/davinci/
11340 F: include/media/davinci/
11342 TI AM437X VPFE DRIVER
11343 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11344 L: linux-media@vger.kernel.org
11345 W: https://linuxtv.org
11346 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11347 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11349 F: drivers/media/platform/am437x/
11351 OV2659 OMNIVISION SENSOR DRIVER
11352 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11353 L: linux-media@vger.kernel.org
11354 W: https://linuxtv.org
11355 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11356 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11358 F: drivers/media/i2c/ov2659.c
11359 F: include/media/i2c/ov2659.h
11361 SILICON MOTION SM712 FRAME BUFFER DRIVER
11362 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11363 M: Teddy Wang <teddy.wang@siliconmotion.com>
11364 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11365 L: linux-fbdev@vger.kernel.org
11367 F: drivers/video/fbdev/sm712*
11368 F: Documentation/fb/sm712fb.txt
11370 SIS 190 ETHERNET DRIVER
11371 M: Francois Romieu <romieu@fr.zoreil.com>
11372 L: netdev@vger.kernel.org
11374 F: drivers/net/ethernet/sis/sis190.c
11376 SIS 900/7016 FAST ETHERNET DRIVER
11377 M: Daniele Venzano <venza@brownhat.org>
11378 W: http://www.brownhat.org/sis900.html
11379 L: netdev@vger.kernel.org
11381 F: drivers/net/ethernet/sis/sis900.*
11383 SIS FRAMEBUFFER DRIVER
11384 M: Thomas Winischhofer <thomas@winischhofer.net>
11385 W: http://www.winischhofer.net/linuxsisvga.shtml
11387 F: Documentation/fb/sisfb.txt
11388 F: drivers/video/fbdev/sis/
11389 F: include/video/sisfb.h
11392 M: Thomas Winischhofer <thomas@winischhofer.net>
11393 W: http://www.winischhofer.at/linuxsisusbvga.shtml
11395 F: drivers/usb/misc/sisusbvga/
11398 M: Christoph Lameter <cl@linux.com>
11399 M: Pekka Enberg <penberg@kernel.org>
11400 M: David Rientjes <rientjes@google.com>
11401 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
11402 M: Andrew Morton <akpm@linux-foundation.org>
11403 L: linux-mm@kvack.org
11405 F: include/linux/sl?b*.h
11408 SLEEPABLE READ-COPY UPDATE (SRCU)
11409 M: Lai Jiangshan <jiangshanlai@gmail.com>
11410 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11411 M: Josh Triplett <josh@joshtriplett.org>
11412 R: Steven Rostedt <rostedt@goodmis.org>
11413 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11414 L: linux-kernel@vger.kernel.org
11415 W: http://www.rdrop.com/users/paulmck/RCU/
11417 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11418 F: include/linux/srcu.h
11419 F: kernel/rcu/srcu.c
11421 SMACK SECURITY MODULE
11422 M: Casey Schaufler <casey@schaufler-ca.com>
11423 L: linux-security-module@vger.kernel.org
11424 W: http://schaufler-ca.com
11425 T: git git://github.com/cschaufler/smack-next
11427 F: Documentation/security/Smack.txt
11430 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11431 M: Kevin Hilman <khilman@kernel.org>
11432 M: Nishanth Menon <nm@ti.com>
11434 F: drivers/power/avs/
11435 F: include/linux/power/smartreflex.h
11436 L: linux-pm@vger.kernel.org
11438 SMC91x ETHERNET DRIVER
11439 M: Nicolas Pitre <nico@fluxnic.net>
11441 F: drivers/net/ethernet/smsc/smc91x.*
11443 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11444 M: Sakari Ailus <sakari.ailus@iki.fi>
11445 L: linux-media@vger.kernel.org
11447 F: drivers/media/i2c/smiapp/
11448 F: include/media/i2c/smiapp.h
11449 F: drivers/media/i2c/smiapp-pll.c
11450 F: drivers/media/i2c/smiapp-pll.h
11451 F: include/uapi/linux/smiapp.h
11452 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11454 SMM665 HARDWARE MONITOR DRIVER
11455 M: Guenter Roeck <linux@roeck-us.net>
11456 L: linux-hwmon@vger.kernel.org
11458 F: Documentation/hwmon/smm665
11459 F: drivers/hwmon/smm665.c
11461 SMSC EMC2103 HARDWARE MONITOR DRIVER
11462 M: Steve Glendinning <steve.glendinning@shawell.net>
11463 L: linux-hwmon@vger.kernel.org
11465 F: Documentation/hwmon/emc2103
11466 F: drivers/hwmon/emc2103.c
11468 SMSC SCH5627 HARDWARE MONITOR DRIVER
11469 M: Hans de Goede <hdegoede@redhat.com>
11470 L: linux-hwmon@vger.kernel.org
11472 F: Documentation/hwmon/sch5627
11473 F: drivers/hwmon/sch5627.c
11475 SMSC47B397 HARDWARE MONITOR DRIVER
11476 M: Jean Delvare <jdelvare@suse.com>
11477 L: linux-hwmon@vger.kernel.org
11479 F: Documentation/hwmon/smsc47b397
11480 F: drivers/hwmon/smsc47b397.c
11482 SMSC911x ETHERNET DRIVER
11483 M: Steve Glendinning <steve.glendinning@shawell.net>
11484 L: netdev@vger.kernel.org
11486 F: include/linux/smsc911x.h
11487 F: drivers/net/ethernet/smsc/smsc911x.*
11489 SMSC9420 PCI ETHERNET DRIVER
11490 M: Steve Glendinning <steve.glendinning@shawell.net>
11491 L: netdev@vger.kernel.org
11493 F: drivers/net/ethernet/smsc/smsc9420.*
11495 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11496 M: Steve Glendinning <steve.glendinning@shawell.net>
11497 L: linux-fbdev@vger.kernel.org
11499 F: drivers/video/fbdev/smscufx.c
11501 SOC-CAMERA V4L2 SUBSYSTEM
11502 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11503 L: linux-media@vger.kernel.org
11504 T: git git://linuxtv.org/media_tree.git
11506 F: include/media/soc*
11507 F: drivers/media/i2c/soc_camera/
11508 F: drivers/media/platform/soc_camera/
11510 SOEKRIS NET48XX LED SUPPORT
11511 M: Chris Boot <bootc@bootc.net>
11513 F: drivers/leds/leds-net48xx.c
11515 SOFTLOGIC 6x10 MPEG CODEC
11516 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11517 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11518 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
11519 M: Ismael Luceno <ismael@iodev.co.uk>
11520 L: linux-media@vger.kernel.org
11522 F: drivers/media/pci/solo6x10/
11524 SOFTWARE RAID (Multiple Disks) SUPPORT
11525 M: Shaohua Li <shli@kernel.org>
11526 L: linux-raid@vger.kernel.org
11527 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11530 F: include/linux/raid/
11531 F: include/uapi/linux/raid/
11533 SONIC NETWORK DRIVER
11534 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11535 L: netdev@vger.kernel.org
11537 F: drivers/net/ethernet/natsemi/sonic.*
11539 SONICS SILICON BACKPLANE DRIVER (SSB)
11540 M: Michael Buesch <m@bues.ch>
11541 L: linux-wireless@vger.kernel.org
11544 F: include/linux/ssb/
11546 SONY VAIO CONTROL DEVICE DRIVER
11547 M: Mattia Dongili <malattia@linux.it>
11548 L: platform-driver-x86@vger.kernel.org
11549 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11551 F: Documentation/laptops/sony-laptop.txt
11552 F: drivers/char/sonypi.c
11553 F: drivers/platform/x86/sony-laptop.c
11554 F: include/linux/sony-laptop.h
11556 SONY MEMORYSTICK CARD SUPPORT
11557 M: Alex Dubov <oakad@yahoo.com>
11558 W: http://tifmxx.berlios.de/
11560 F: drivers/memstick/host/tifm_ms.c
11562 SONY MEMORYSTICK STANDARD SUPPORT
11563 M: Maxim Levitsky <maximlevitsky@gmail.com>
11565 F: drivers/memstick/core/ms_block.*
11568 M: Jaroslav Kysela <perex@perex.cz>
11569 M: Takashi Iwai <tiwai@suse.com>
11570 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11571 W: http://www.alsa-project.org/
11572 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11573 T: git git://git.alsa-project.org/alsa-kernel.git
11574 Q: http://patchwork.kernel.org/project/alsa-devel/list/
11576 F: Documentation/sound/
11578 F: include/uapi/sound/
11581 SOUND - COMPRESSED AUDIO
11582 M: Vinod Koul <vinod.koul@intel.com>
11583 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11584 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11586 F: Documentation/sound/alsa/compress_offload.txt
11587 F: include/sound/compress_driver.h
11588 F: include/uapi/sound/compress_*
11589 F: sound/core/compress_offload.c
11590 F: sound/soc/soc-compress.c
11592 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11593 M: Liam Girdwood <lgirdwood@gmail.com>
11594 M: Mark Brown <broonie@kernel.org>
11595 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11596 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11597 W: http://alsa-project.org/main/index.php/ASoC
11599 F: Documentation/devicetree/bindings/sound/
11600 F: Documentation/sound/alsa/soc/
11602 F: include/sound/soc*
11604 SOUND - DMAENGINE HELPERS
11605 M: Lars-Peter Clausen <lars@metafoo.de>
11607 F: include/sound/dmaengine_pcm.h
11608 F: sound/core/pcm_dmaengine.c
11609 F: sound/soc/soc-generic-dmaengine-pcm.c
11612 M: Olli Salonen <olli.salonen@iki.fi>
11613 L: linux-media@vger.kernel.org
11614 W: https://linuxtv.org
11615 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11617 F: drivers/media/dvb-frontends/sp2*
11619 SPARC + UltraSPARC (sparc/sparc64)
11620 M: "David S. Miller" <davem@davemloft.net>
11621 L: sparclinux@vger.kernel.org
11622 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
11623 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11624 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11629 SPARC SERIAL DRIVERS
11630 M: "David S. Miller" <davem@davemloft.net>
11631 L: sparclinux@vger.kernel.org
11632 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11633 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11635 F: include/linux/sunserialcore.h
11636 F: drivers/tty/serial/suncore.c
11637 F: drivers/tty/serial/sunhv.c
11638 F: drivers/tty/serial/sunsab.c
11639 F: drivers/tty/serial/sunsab.h
11640 F: drivers/tty/serial/sunsu.c
11641 F: drivers/tty/serial/sunzilog.c
11642 F: drivers/tty/serial/sunzilog.h
11645 M: "Christopher Li" <sparse@chrisli.org>
11646 L: linux-sparse@vger.kernel.org
11647 W: https://sparse.wiki.kernel.org/
11648 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11649 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11651 F: include/linux/compiler.h
11653 SPEAR PLATFORM SUPPORT
11654 M: Viresh Kumar <vireshk@kernel.org>
11655 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11656 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11657 W: http://www.st.com/spear
11659 F: arch/arm/boot/dts/spear*
11660 F: arch/arm/mach-spear/
11662 SPEAR CLOCK FRAMEWORK SUPPORT
11663 M: Viresh Kumar <vireshk@kernel.org>
11664 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11665 W: http://www.st.com/spear
11667 F: drivers/clk/spear/
11670 M: Cyrille Pitchen <cyrille.pitchen@atmel.com>
11671 M: Marek Vasut <marek.vasut@gmail.com>
11672 L: linux-mtd@lists.infradead.org
11673 W: http://www.linux-mtd.infradead.org/
11674 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
11675 T: git git://github.com/spi-nor/linux.git
11677 F: drivers/mtd/spi-nor/
11678 F: include/linux/mtd/spi-nor.h
11681 M: Mark Brown <broonie@kernel.org>
11682 L: linux-spi@vger.kernel.org
11683 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11684 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
11686 F: Documentation/devicetree/bindings/spi/
11687 F: Documentation/spi/
11689 F: include/linux/spi/
11690 F: include/uapi/linux/spi/
11693 SPIDERNET NETWORK DRIVER for CELL
11694 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11695 L: netdev@vger.kernel.org
11697 F: Documentation/networking/spider_net.txt
11698 F: drivers/net/ethernet/toshiba/spider_net*
11701 M: Jeremy Kerr <jk@ozlabs.org>
11702 L: linuxppc-dev@lists.ozlabs.org
11703 W: http://www.ibm.com/developerworks/power/cell/
11705 F: Documentation/filesystems/spufs.txt
11706 F: arch/powerpc/platforms/cell/spufs/
11708 SQUASHFS FILE SYSTEM
11709 M: Phillip Lougher <phillip@squashfs.org.uk>
11710 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
11711 W: http://squashfs.org.uk
11712 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11714 F: Documentation/filesystems/squashfs.txt
11717 SRM (Alpha) environment access
11718 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
11720 F: arch/alpha/kernel/srm_env.c
11723 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11724 L: stable@vger.kernel.org
11726 F: Documentation/process/stable-kernel-rules.rst
11729 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11730 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11731 L: devel@driverdev.osuosl.org
11733 F: drivers/staging/
11736 M: Ian Abbott <abbotti@mev.co.uk>
11737 M: H Hartley Sweeten <hsweeten@visionengravers.com>
11739 F: drivers/staging/comedi/
11741 STAGING - FLARION FT1000 DRIVERS
11742 M: Marek Belisko <marek.belisko@gmail.com>
11744 F: drivers/staging/ft1000/
11746 STAGING - INDUSTRIAL IO
11747 M: Jonathan Cameron <jic23@kernel.org>
11748 L: linux-iio@vger.kernel.org
11750 F: Documentation/devicetree/bindings/staging/iio/
11751 F: drivers/staging/iio/
11753 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11754 M: Jarod Wilson <jarod@wilsonet.com>
11755 W: http://www.lirc.org/
11757 F: drivers/staging/media/lirc/
11759 STAGING - LUSTRE PARALLEL FILESYSTEM
11760 M: Oleg Drokin <oleg.drokin@intel.com>
11761 M: Andreas Dilger <andreas.dilger@intel.com>
11762 M: James Simmons <jsimmons@infradead.org>
11763 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
11764 W: http://wiki.lustre.org/
11766 F: drivers/staging/lustre
11768 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11769 M: Marc Dietrich <marvin24@gmx.de>
11770 L: ac100@lists.launchpad.net (moderated for non-subscribers)
11771 L: linux-tegra@vger.kernel.org
11773 F: drivers/staging/nvec/
11775 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11776 M: Jens Frederich <jfrederich@gmail.com>
11777 M: Daniel Drake <dsd@laptop.org>
11778 M: Jon Nettleton <jon.nettleton@gmail.com>
11779 W: http://wiki.laptop.org/go/DCON
11781 F: drivers/staging/olpc_dcon/
11783 STAGING - REALTEK RTL8712U DRIVERS
11784 M: Larry Finger <Larry.Finger@lwfinger.net>
11785 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11787 F: drivers/staging/rtl8712/
11789 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11790 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11791 M: Teddy Wang <teddy.wang@siliconmotion.com>
11792 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11793 L: linux-fbdev@vger.kernel.org
11795 F: drivers/staging/sm750fb/
11797 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11798 M: William Hubbs <w.d.hubbs@gmail.com>
11799 M: Chris Brannon <chris@the-brannons.com>
11800 M: Kirk Reiser <kirk@reisers.ca>
11801 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
11802 L: speakup@linux-speakup.org
11803 W: http://www.linux-speakup.org/
11805 F: drivers/staging/speakup/
11807 STAGING - VIA VT665X DRIVERS
11808 M: Forest Bond <forest@alittletooquiet.net>
11810 F: drivers/staging/vt665?/
11812 STAGING - WILC1000 WIFI DRIVER
11813 M: Aditya Shankar <aditya.shankar@microchip.com>
11814 M: Ganesh Krishna <ganesh.krishna@microchip.com>
11815 L: linux-wireless@vger.kernel.org
11817 F: drivers/staging/wilc1000/
11819 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11820 M: Arnaud Patard <arnaud.patard@rtp-net.org>
11822 F: drivers/staging/xgifb/
11824 STARFIRE/DURALAN NETWORK DRIVER
11825 M: Ion Badulescu <ionut@badula.org>
11827 F: drivers/net/ethernet/adaptec/starfire*
11830 M: Sam Creasey <sammy@sammy.net>
11831 W: http://sammy.net/sun3/
11833 F: arch/m68k/kernel/*sun3*
11834 F: arch/m68k/sun3*/
11835 F: arch/m68k/include/asm/sun3*
11836 F: drivers/net/ethernet/i825xx/sun3*
11838 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11839 M: Hans de Goede <hdegoede@redhat.com>
11840 L: linux-input@vger.kernel.org
11842 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11843 F: drivers/input/keyboard/sun4i-lradc-keys.c
11845 SUNDANCE NETWORK DRIVER
11846 M: Denis Kirjanov <kda@linux-powerpc.org>
11847 L: netdev@vger.kernel.org
11849 F: drivers/net/ethernet/dlink/sundance.c
11852 M: Yoshinori Sato <ysato@users.sourceforge.jp>
11853 M: Rich Felker <dalias@libc.org>
11854 L: linux-sh@vger.kernel.org
11855 Q: http://patchwork.kernel.org/project/linux-sh/list/
11857 F: Documentation/sh/
11862 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
11863 M: Len Brown <len.brown@intel.com>
11864 M: Pavel Machek <pavel@ucw.cz>
11865 L: linux-pm@vger.kernel.org
11866 B: https://bugzilla.kernel.org
11868 F: Documentation/power/
11869 F: arch/x86/kernel/acpi/
11870 F: drivers/base/power/
11872 F: include/linux/suspend.h
11873 F: include/linux/freezer.h
11874 F: include/linux/pm.h
11877 M: Martin Mares <mj@ucw.cz>
11878 L: linux-video@atrey.karlin.mff.cuni.cz
11880 F: Documentation/svga.txt
11881 F: arch/x86/boot/video*
11884 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11885 L: linux-kernel@vger.kernel.org
11886 T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11889 F: arch/*/kernel/pci-swiotlb.c
11890 F: include/linux/swiotlb.h
11893 M: Jiri Pirko <jiri@resnulli.us>
11894 L: netdev@vger.kernel.org
11897 F: include/net/switchdev.h
11899 SYNOPSYS ARC ARCHITECTURE
11900 M: Vineet Gupta <vgupta@synopsys.com>
11901 L: linux-snps-arc@lists.infradead.org
11904 F: Documentation/devicetree/bindings/arc/*
11905 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11906 F: drivers/clocksource/arc_timer.c
11907 F: drivers/tty/serial/arc_uart.c
11908 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11910 SYNOPSYS ARC SDP platform support
11911 M: Alexey Brodkin <abrodkin@synopsys.com>
11913 F: arch/arc/plat-axs10x
11914 F: arch/arc/boot/dts/ax*
11915 F: Documentation/devicetree/bindings/arc/axs10*
11917 SYSTEM CONFIGURATION (SYSCON)
11918 M: Lee Jones <lee.jones@linaro.org>
11919 M: Arnd Bergmann <arnd@arndb.de>
11920 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11922 F: drivers/mfd/syscon.c
11924 SYSTEM RESET/SHUTDOWN DRIVERS
11925 M: Sebastian Reichel <sre@kernel.org>
11926 L: linux-pm@vger.kernel.org
11927 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11929 F: Documentation/devicetree/bindings/power/reset/
11930 F: drivers/power/reset/
11933 M: Christoph Hellwig <hch@infradead.org>
11935 F: Documentation/filesystems/sysv-fs.txt
11937 F: include/linux/sysv_fs.h
11940 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11941 L: linux-scsi@vger.kernel.org
11942 L: target-devel@vger.kernel.org
11943 W: http://www.linux-iscsi.org
11944 W: http://groups.google.com/group/linux-iscsi-target-dev
11945 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11949 F: Documentation/target/
11951 TASKSTATS STATISTICS INTERFACE
11952 M: Balbir Singh <bsingharora@gmail.com>
11954 F: Documentation/accounting/taskstats*
11955 F: include/linux/taskstats*
11956 F: kernel/taskstats.c
11959 M: Jamal Hadi Salim <jhs@mojatatu.com>
11960 L: netdev@vger.kernel.org
11962 F: include/net/pkt_cls.h
11963 F: include/uapi/linux/pkt_cls.h
11966 TCP LOW PRIORITY MODULE
11967 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11968 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11969 W: http://tcp-lp-mod.sourceforge.net/
11971 F: net/ipv4/tcp_lp.c
11973 TDA10071 MEDIA DRIVER
11974 M: Antti Palosaari <crope@iki.fi>
11975 L: linux-media@vger.kernel.org
11976 W: https://linuxtv.org
11977 W: http://palosaari.fi/linux/
11978 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11979 T: git git://linuxtv.org/anttip/media_tree.git
11981 F: drivers/media/dvb-frontends/tda10071*
11983 TDA18212 MEDIA DRIVER
11984 M: Antti Palosaari <crope@iki.fi>
11985 L: linux-media@vger.kernel.org
11986 W: https://linuxtv.org
11987 W: http://palosaari.fi/linux/
11988 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11989 T: git git://linuxtv.org/anttip/media_tree.git
11991 F: drivers/media/tuners/tda18212*
11993 TDA18218 MEDIA DRIVER
11994 M: Antti Palosaari <crope@iki.fi>
11995 L: linux-media@vger.kernel.org
11996 W: https://linuxtv.org
11997 W: http://palosaari.fi/linux/
11998 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11999 T: git git://linuxtv.org/anttip/media_tree.git
12001 F: drivers/media/tuners/tda18218*
12003 TDA18271 MEDIA DRIVER
12004 M: Michael Krufky <mkrufky@linuxtv.org>
12005 L: linux-media@vger.kernel.org
12006 W: https://linuxtv.org
12007 W: http://github.com/mkrufky
12008 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12009 T: git git://linuxtv.org/mkrufky/tuners.git
12011 F: drivers/media/tuners/tda18271*
12013 TDA827x MEDIA DRIVER
12014 M: Michael Krufky <mkrufky@linuxtv.org>
12015 L: linux-media@vger.kernel.org
12016 W: https://linuxtv.org
12017 W: http://github.com/mkrufky
12018 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12019 T: git git://linuxtv.org/mkrufky/tuners.git
12021 F: drivers/media/tuners/tda8290.*
12023 TDA8290 MEDIA DRIVER
12024 M: Michael Krufky <mkrufky@linuxtv.org>
12025 L: linux-media@vger.kernel.org
12026 W: https://linuxtv.org
12027 W: http://github.com/mkrufky
12028 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12029 T: git git://linuxtv.org/mkrufky/tuners.git
12031 F: drivers/media/tuners/tda8290.*
12033 TDA9840 MEDIA DRIVER
12034 M: Hans Verkuil <hverkuil@xs4all.nl>
12035 L: linux-media@vger.kernel.org
12036 T: git git://linuxtv.org/media_tree.git
12037 W: https://linuxtv.org
12039 F: drivers/media/i2c/tda9840*
12041 TEA5761 TUNER DRIVER
12042 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12043 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12044 L: linux-media@vger.kernel.org
12045 W: https://linuxtv.org
12046 T: git git://linuxtv.org/media_tree.git
12048 F: drivers/media/tuners/tea5761.*
12050 TEA5767 TUNER DRIVER
12051 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12052 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12053 L: linux-media@vger.kernel.org
12054 W: https://linuxtv.org
12055 T: git git://linuxtv.org/media_tree.git
12057 F: drivers/media/tuners/tea5767.*
12059 TEA6415C MEDIA DRIVER
12060 M: Hans Verkuil <hverkuil@xs4all.nl>
12061 L: linux-media@vger.kernel.org
12062 T: git git://linuxtv.org/media_tree.git
12063 W: https://linuxtv.org
12065 F: drivers/media/i2c/tea6415c*
12067 TEA6420 MEDIA DRIVER
12068 M: Hans Verkuil <hverkuil@xs4all.nl>
12069 L: linux-media@vger.kernel.org
12070 T: git git://linuxtv.org/media_tree.git
12071 W: https://linuxtv.org
12073 F: drivers/media/i2c/tea6420*
12076 M: Jiri Pirko <jiri@resnulli.us>
12077 L: netdev@vger.kernel.org
12079 F: drivers/net/team/
12080 F: include/linux/if_team.h
12081 F: include/uapi/linux/if_team.h
12083 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
12084 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
12086 F: arch/x86/platform/ts5500/
12088 TECHNOTREND USB IR RECEIVER
12089 M: Sean Young <sean@mess.org>
12090 L: linux-media@vger.kernel.org
12092 F: drivers/media/rc/ttusbir.c
12094 TEGRA ARCHITECTURE SUPPORT
12095 M: Stephen Warren <swarren@wwwdotorg.org>
12096 M: Thierry Reding <thierry.reding@gmail.com>
12097 M: Alexandre Courbot <gnurou@gmail.com>
12098 L: linux-tegra@vger.kernel.org
12099 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
12100 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
12105 M: Peter De Schrijver <pdeschrijver@nvidia.com>
12106 M: Prashant Gaikwad <pgaikwad@nvidia.com>
12108 F: drivers/clk/tegra/
12111 M: Laxman Dewangan <ldewangan@nvidia.com>
12112 M: Jon Hunter <jonathanh@nvidia.com>
12114 F: drivers/dma/tegra*
12117 M: Laxman Dewangan <ldewangan@nvidia.com>
12119 F: drivers/i2c/busses/i2c-tegra.c
12121 TEGRA IOMMU DRIVERS
12122 M: Hiroshi Doyu <hdoyu@nvidia.com>
12124 F: drivers/iommu/tegra*
12127 M: Rakesh Iyer <riyer@nvidia.com>
12128 M: Laxman Dewangan <ldewangan@nvidia.com>
12130 F: drivers/input/keyboard/tegra-kbc.c
12133 M: Thierry Reding <thierry.reding@gmail.com>
12135 F: drivers/pwm/pwm-tegra.c
12137 TEGRA SERIAL DRIVER
12138 M: Laxman Dewangan <ldewangan@nvidia.com>
12140 F: drivers/tty/serial/serial-tegra.c
12143 M: Laxman Dewangan <ldewangan@nvidia.com>
12145 F: drivers/spi/spi-tegra*
12147 TEHUTI ETHERNET DRIVER
12148 M: Andy Gospodarek <andy@greyhouse.net>
12149 L: netdev@vger.kernel.org
12151 F: drivers/net/ethernet/tehuti/*
12153 Telecom Clock Driver for MCPL0010
12154 M: Mark Gross <mark.gross@intel.com>
12156 F: drivers/char/tlclk.c
12158 TENSILICA XTENSA PORT (xtensa)
12159 M: Chris Zankel <chris@zankel.net>
12160 M: Max Filippov <jcmvbkbc@gmail.com>
12161 L: linux-xtensa@linux-xtensa.org
12162 T: git git://github.com/czankel/xtensa-linux.git
12165 F: drivers/irqchip/irq-xtensa-*
12167 Texas Instruments' System Control Interface (TISCI) Protocol Driver
12168 M: Nishanth Menon <nm@ti.com>
12169 M: Tero Kristo <t-kristo@ti.com>
12170 M: Santosh Shilimkar <ssantosh@kernel.org>
12171 L: linux-arm-kernel@lists.infradead.org
12173 F: Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
12174 F: drivers/firmware/ti_sci*
12175 F: include/linux/soc/ti/ti_sci_protocol.h
12177 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
12178 M: Hans Verkuil <hverkuil@xs4all.nl>
12179 L: linux-media@vger.kernel.org
12180 T: git git://linuxtv.org/media_tree.git
12181 W: https://linuxtv.org
12183 F: drivers/media/radio/radio-raremono.c
12186 M: Zhang Rui <rui.zhang@intel.com>
12187 M: Eduardo Valentin <edubezval@gmail.com>
12188 L: linux-pm@vger.kernel.org
12189 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
12190 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
12191 Q: https://patchwork.kernel.org/project/linux-pm/list/
12193 F: drivers/thermal/
12194 F: include/linux/thermal.h
12195 F: include/uapi/linux/thermal.h
12196 F: include/linux/cpu_cooling.h
12197 F: Documentation/devicetree/bindings/thermal/
12199 THERMAL/CPU_COOLING
12200 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
12201 M: Viresh Kumar <viresh.kumar@linaro.org>
12202 M: Javi Merino <javi.merino@kernel.org>
12203 L: linux-pm@vger.kernel.org
12205 F: Documentation/thermal/cpu-cooling-api.txt
12206 F: drivers/thermal/cpu_cooling.c
12207 F: include/linux/cpu_cooling.h
12209 THINKPAD ACPI EXTRAS DRIVER
12210 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
12211 L: ibm-acpi-devel@lists.sourceforge.net
12212 L: platform-driver-x86@vger.kernel.org
12213 W: http://ibm-acpi.sourceforge.net
12214 W: http://thinkwiki.org/wiki/Ibm-acpi
12215 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
12217 F: drivers/platform/x86/thinkpad_acpi.c
12219 TI BANDGAP AND THERMAL DRIVER
12220 M: Eduardo Valentin <edubezval@gmail.com>
12221 M: Keerthy <j-keerthy@ti.com>
12222 L: linux-pm@vger.kernel.org
12223 L: linux-omap@vger.kernel.org
12225 F: drivers/thermal/ti-soc-thermal/
12228 M: Benoit Parrot <bparrot@ti.com>
12229 L: linux-media@vger.kernel.org
12230 W: http://linuxtv.org/
12231 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12233 F: drivers/media/platform/ti-vpe/
12235 TI CDCE706 CLOCK DRIVER
12236 M: Max Filippov <jcmvbkbc@gmail.com>
12238 F: drivers/clk/clk-cdce706.c
12241 M: Tero Kristo <t-kristo@ti.com>
12242 L: linux-omap@vger.kernel.org
12245 F: include/linux/clk/ti.h
12247 TI ETHERNET SWITCH DRIVER (CPSW)
12248 M: Mugunthan V N <mugunthanvnm@ti.com>
12249 R: Grygorii Strashko <grygorii.strashko@ti.com>
12250 L: linux-omap@vger.kernel.org
12251 L: netdev@vger.kernel.org
12253 F: drivers/net/ethernet/ti/cpsw*
12254 F: drivers/net/ethernet/ti/davinci*
12256 TI FLASH MEDIA INTERFACE DRIVER
12257 M: Alex Dubov <oakad@yahoo.com>
12259 F: drivers/misc/tifm*
12260 F: drivers/mmc/host/tifm_sd.c
12261 F: include/linux/tifm.h
12263 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12264 M: Santosh Shilimkar <ssantosh@kernel.org>
12265 L: linux-kernel@vger.kernel.org
12266 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12268 F: drivers/soc/ti/*
12269 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12272 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12273 M: M R Swami Reddy <mr.swami.reddy@ti.com>
12274 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
12275 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12277 F: sound/soc/codecs/lm49453*
12278 F: sound/soc/codecs/isabelle*
12280 TI LP855x BACKLIGHT DRIVER
12281 M: Milo Kim <milo.kim@ti.com>
12283 F: Documentation/backlight/lp855x-driver.txt
12284 F: drivers/video/backlight/lp855x_bl.c
12285 F: include/linux/platform_data/lp855x.h
12287 TI LP8727 CHARGER DRIVER
12288 M: Milo Kim <milo.kim@ti.com>
12290 F: drivers/power/supply/lp8727_charger.c
12291 F: include/linux/platform_data/lp8727.h
12293 TI LP8788 MFD DRIVER
12294 M: Milo Kim <milo.kim@ti.com>
12296 F: drivers/iio/adc/lp8788_adc.c
12297 F: drivers/leds/leds-lp8788.c
12298 F: drivers/mfd/lp8788*.c
12299 F: drivers/power/supply/lp8788-charger.c
12300 F: drivers/regulator/lp8788-*.c
12301 F: include/linux/mfd/lp8788*.h
12303 TI NETCP ETHERNET DRIVER
12304 M: Wingman Kwok <w-kwok2@ti.com>
12305 M: Murali Karicheri <m-karicheri2@ti.com>
12306 L: netdev@vger.kernel.org
12308 F: drivers/net/ethernet/ti/netcp*
12310 TI TAS571X FAMILY ASoC CODEC DRIVER
12311 M: Kevin Cernekee <cernekee@chromium.org>
12312 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12314 F: sound/soc/codecs/tas571x*
12316 TI TWL4030 SERIES SOC CODEC DRIVER
12317 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
12318 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12320 F: sound/soc/codecs/twl4030*
12322 TI WILINK WIRELESS DRIVERS
12323 L: linux-wireless@vger.kernel.org
12324 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
12325 W: http://wireless.kernel.org/en/users/Drivers/wl1251
12326 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12328 F: drivers/net/wireless/ti/
12329 F: include/linux/wl12xx.h
12332 M: Jon Maloy <jon.maloy@ericsson.com>
12333 M: Ying Xue <ying.xue@windriver.com>
12334 L: netdev@vger.kernel.org (core kernel code)
12335 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12336 W: http://tipc.sourceforge.net/
12338 F: include/uapi/linux/tipc*.h
12342 M: Chris Metcalf <cmetcalf@mellanox.com>
12343 W: http://www.mellanox.com/repository/solutions/tile-scm/
12344 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12347 F: drivers/char/tile-srom.c
12348 F: drivers/edac/tile_edac.c
12349 F: drivers/net/ethernet/tile/
12350 F: drivers/rtc/rtc-tile.c
12351 F: drivers/tty/hvc/hvc_tile.c
12352 F: drivers/tty/serial/tilegx.c
12353 F: drivers/usb/host/*-tilegx.c
12354 F: include/linux/usb/tilegx.h
12356 TLAN NETWORK DRIVER
12357 M: Samuel Chessman <chessman@tux.org>
12358 L: tlan-devel@lists.sourceforge.net (subscribers-only)
12359 W: http://sourceforge.net/projects/tlan/
12361 F: Documentation/networking/tlan.txt
12362 F: drivers/net/ethernet/ti/tlan.*
12364 TOMOYO SECURITY MODULE
12365 M: Kentaro Takeda <takedakn@nttdata.co.jp>
12366 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12367 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12368 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12369 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12370 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12371 W: http://tomoyo.sourceforge.jp/
12372 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12374 F: security/tomoyo/
12376 TOPSTAR LAPTOP EXTRAS DRIVER
12377 M: Herton Ronaldo Krzesinski <herton@canonical.com>
12378 L: platform-driver-x86@vger.kernel.org
12380 F: drivers/platform/x86/topstar-laptop.c
12382 TOSHIBA ACPI EXTRAS DRIVER
12383 M: Azael Avalos <coproscefalo@gmail.com>
12384 L: platform-driver-x86@vger.kernel.org
12386 F: drivers/platform/x86/toshiba_acpi.c
12388 TOSHIBA BLUETOOTH DRIVER
12389 M: Azael Avalos <coproscefalo@gmail.com>
12390 L: platform-driver-x86@vger.kernel.org
12392 F: drivers/platform/x86/toshiba_bluetooth.c
12394 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12395 M: Azael Avalos <coproscefalo@gmail.com>
12396 L: platform-driver-x86@vger.kernel.org
12398 F: drivers/platform/x86/toshiba_haps.c
12400 TOSHIBA WMI HOTKEYS DRIVER
12401 M: Azael Avalos <coproscefalo@gmail.com>
12402 L: platform-driver-x86@vger.kernel.org
12404 F: drivers/platform/x86/toshiba-wmi.c
12407 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
12408 W: http://www.buzzard.org.uk/toshiba/
12410 F: drivers/char/toshiba.c
12411 F: include/linux/toshiba.h
12412 F: include/uapi/linux/toshiba.h
12414 TOSHIBA TC358743 DRIVER
12415 M: Mats Randgaard <matrandg@cisco.com>
12416 L: linux-media@vger.kernel.org
12418 F: drivers/media/i2c/tc358743*
12419 F: include/media/i2c/tc358743.h
12421 TMIO/SDHI MMC DRIVER
12422 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
12423 L: linux-mmc@vger.kernel.org
12425 F: drivers/mmc/host/tmio_mmc*
12426 F: drivers/mmc/host/sh_mobile_sdhi.c
12427 F: include/linux/mfd/tmio.h
12429 TMP401 HARDWARE MONITOR DRIVER
12430 M: Guenter Roeck <linux@roeck-us.net>
12431 L: linux-hwmon@vger.kernel.org
12433 F: Documentation/hwmon/tmp401
12434 F: drivers/hwmon/tmp401.c
12436 TMPFS (SHMEM FILESYSTEM)
12437 M: Hugh Dickins <hughd@google.com>
12438 L: linux-mm@kvack.org
12440 F: include/linux/shmem_fs.h
12443 TM6000 VIDEO4LINUX DRIVER
12444 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12445 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12446 L: linux-media@vger.kernel.org
12447 W: https://linuxtv.org
12448 T: git git://linuxtv.org/media_tree.git
12450 F: drivers/media/usb/tm6000/
12451 F: Documentation/media/v4l-drivers/tm6000*
12453 TW5864 VIDEO4LINUX DRIVER
12454 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12455 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12456 M: Andrey Utkin <andrey_utkin@fastmail.com>
12457 L: linux-media@vger.kernel.org
12459 F: drivers/media/pci/tw5864/
12461 TW68 VIDEO4LINUX DRIVER
12462 M: Hans Verkuil <hverkuil@xs4all.nl>
12463 L: linux-media@vger.kernel.org
12464 T: git git://linuxtv.org/media_tree.git
12465 W: https://linuxtv.org
12467 F: drivers/media/pci/tw68/
12469 TW686X VIDEO4LINUX DRIVER
12470 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12471 L: linux-media@vger.kernel.org
12472 T: git git://linuxtv.org/media_tree.git
12473 W: http://linuxtv.org
12475 F: drivers/media/pci/tw686x/
12478 M: Peter Huewe <peterhuewe@gmx.de>
12479 M: Marcel Selhorst <tpmdd@selhorst.net>
12480 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12481 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12482 W: http://tpmdd.sourceforge.net
12483 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12484 Q: https://patchwork.kernel.org/project/tpmdd-devel/list/
12485 T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
12487 F: drivers/char/tpm/
12489 TPM IBM_VTPM DEVICE DRIVER
12490 M: Ashley Lai <ashleydlai@gmail.com>
12491 W: http://tpmdd.sourceforge.net
12492 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12494 F: drivers/char/tpm/tpm_ibmvtpm*
12497 M: Steven Rostedt <rostedt@goodmis.org>
12498 M: Ingo Molnar <mingo@redhat.com>
12499 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12501 F: Documentation/trace/ftrace.txt
12502 F: arch/*/*/*/ftrace.h
12503 F: arch/*/kernel/ftrace.c
12504 F: include/*/ftrace.h
12505 F: include/linux/trace*.h
12508 F: tools/testing/selftests/ftrace/
12510 TRACING MMIO ACCESSES (MMIOTRACE)
12511 M: Steven Rostedt <rostedt@goodmis.org>
12512 M: Ingo Molnar <mingo@kernel.org>
12513 R: Karol Herbst <karolherbst@gmail.com>
12514 R: Pekka Paalanen <ppaalanen@gmail.com>
12516 L: linux-kernel@vger.kernel.org
12517 L: nouveau@lists.freedesktop.org
12518 F: kernel/trace/trace_mmiotrace.c
12519 F: include/linux/mmiotrace.h
12520 F: arch/x86/mm/kmmio.c
12521 F: arch/x86/mm/mmio-mod.c
12522 F: arch/x86/mm/testmmiotrace.c
12525 M: Jiri Kosina <trivial@kernel.org>
12526 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12528 K: ^Subject:.*(?i)trivial
12531 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12532 M: Jiri Slaby <jslaby@suse.com>
12534 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12535 F: Documentation/serial/
12537 F: drivers/tty/serial/serial_core.c
12538 F: include/linux/serial_core.h
12539 F: include/linux/serial.h
12540 F: include/linux/tty.h
12541 F: include/uapi/linux/serial_core.h
12542 F: include/uapi/linux/serial.h
12543 F: include/uapi/linux/tty.h
12545 TUA9001 MEDIA DRIVER
12546 M: Antti Palosaari <crope@iki.fi>
12547 L: linux-media@vger.kernel.org
12548 W: https://linuxtv.org
12549 W: http://palosaari.fi/linux/
12550 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12551 T: git git://linuxtv.org/anttip/media_tree.git
12553 F: drivers/media/tuners/tua9001*
12555 TULIP NETWORK DRIVERS
12556 L: netdev@vger.kernel.org
12557 L: linux-parisc@vger.kernel.org
12559 F: drivers/net/ethernet/dec/tulip/
12562 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
12563 W: http://vtun.sourceforge.net/tun
12565 F: Documentation/networking/tuntap.txt
12566 F: arch/um/os-Linux/drivers/
12568 TURBOCHANNEL SUBSYSTEM
12569 M: "Maciej W. Rozycki" <macro@linux-mips.org>
12570 M: Ralf Baechle <ralf@linux-mips.org>
12571 L: linux-mips@linux-mips.org
12572 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
12575 F: include/linux/tc.h
12577 UBI FILE SYSTEM (UBIFS)
12578 M: Richard Weinberger <richard@nod.at>
12579 M: Artem Bityutskiy <dedekind1@gmail.com>
12580 M: Adrian Hunter <adrian.hunter@intel.com>
12581 L: linux-mtd@lists.infradead.org
12582 T: git git://git.infradead.org/ubifs-2.6.git
12583 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
12585 F: Documentation/filesystems/ubifs.txt
12588 UCLINUX (M68KNOMMU AND COLDFIRE)
12589 M: Greg Ungerer <gerg@linux-m68k.org>
12590 W: http://www.linux-m68k.org/
12591 W: http://www.uclinux.org/
12592 L: linux-m68k@lists.linux-m68k.org
12593 L: uclinux-dev@uclinux.org (subscribers-only)
12594 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12596 F: arch/m68k/coldfire/
12598 F: arch/m68k/*/*_no.*
12599 F: arch/m68k/include/asm/*_no.*
12602 M: Jan Kara <jack@suse.com>
12604 F: Documentation/filesystems/udf.txt
12608 M: Bastien Nocera <hadess@hadess.net>
12609 L: linux-input@vger.kernel.org
12611 F: drivers/hid/hid-udraw.c
12614 M: Evgeniy Dushistov <dushistov@mail.ru>
12616 F: Documentation/filesystems/ufs.txt
12619 UHID USERSPACE HID IO DRIVER:
12620 M: David Herrmann <dh.herrmann@googlemail.com>
12621 L: linux-input@vger.kernel.org
12623 F: drivers/hid/uhid.c
12624 F: include/uapi/linux/uhid.h
12626 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12627 L: linux-usb@vger.kernel.org
12630 F: include/linux/uwb.h
12631 F: include/linux/uwb/
12633 UNICORE32 ARCHITECTURE:
12634 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
12635 W: http://mprc.pku.edu.cn/~guanxuetao/linux
12637 T: git git://github.com/gxt/linux.git
12641 M: Tony Finch <dot@dotat.at>
12642 W: http://dotat.at/prog/unifdef
12644 F: scripts/unifdef.c
12646 UNIFORM CDROM DRIVER
12647 M: Jens Axboe <axboe@kernel.dk>
12648 W: http://www.kernel.dk
12650 F: Documentation/cdrom/
12651 F: drivers/cdrom/cdrom.c
12652 F: include/linux/cdrom.h
12653 F: include/uapi/linux/cdrom.h
12655 UNISYS S-PAR DRIVERS
12656 M: David Kershner <david.kershner@unisys.com>
12657 L: sparmaintainer@unisys.com (Unisys internal)
12659 F: drivers/staging/unisys/
12661 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12662 M: Vinayak Holikatti <vinholikatti@gmail.com>
12663 L: linux-scsi@vger.kernel.org
12665 F: Documentation/scsi/ufs.txt
12666 F: drivers/scsi/ufs/
12668 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12669 M: Manjunath M Bettegowda <manjumb@synopsys.com>
12670 M: Prabu Thangamuthu <prabut@synopsys.com>
12671 L: linux-scsi@vger.kernel.org
12673 F: drivers/scsi/ufs/*dwc*
12675 UNSORTED BLOCK IMAGES (UBI)
12676 M: Artem Bityutskiy <dedekind1@gmail.com>
12677 M: Richard Weinberger <richard@nod.at>
12678 W: http://www.linux-mtd.infradead.org/
12679 L: linux-mtd@lists.infradead.org
12680 T: git git://git.infradead.org/ubifs-2.6.git
12682 F: drivers/mtd/ubi/
12683 F: include/linux/mtd/ubi.h
12684 F: include/uapi/mtd/ubi-user.h
12687 M: Oliver Neukum <oneukum@suse.com>
12688 L: linux-usb@vger.kernel.org
12690 F: Documentation/usb/acm.txt
12691 F: drivers/usb/class/cdc-acm.*
12693 USB AR5523 WIRELESS DRIVER
12694 M: Pontus Fuchs <pontus.fuchs@gmail.com>
12695 L: linux-wireless@vger.kernel.org
12697 F: drivers/net/wireless/ath/ar5523/
12700 M: Oliver Neukum <oneukum@suse.com>
12701 L: linux-usb@vger.kernel.org
12702 L: linux-scsi@vger.kernel.org
12704 F: drivers/usb/storage/uas.c
12706 USB CDC ETHERNET DRIVER
12707 M: Oliver Neukum <oliver@neukum.org>
12708 L: linux-usb@vger.kernel.org
12710 F: drivers/net/usb/cdc_*.c
12711 F: include/uapi/linux/usb/cdc.h
12713 USB CHAOSKEY DRIVER
12714 M: Keith Packard <keithp@keithp.com>
12715 L: linux-usb@vger.kernel.org
12717 F: drivers/usb/misc/chaoskey.c
12719 USB CYPRESS C67X00 DRIVER
12720 M: Peter Korsgaard <jacmet@sunsite.dk>
12721 L: linux-usb@vger.kernel.org
12723 F: drivers/usb/c67x00/
12725 USB DAVICOM DM9601 DRIVER
12726 M: Peter Korsgaard <jacmet@sunsite.dk>
12727 L: netdev@vger.kernel.org
12728 W: http://www.linux-usb.org/usbnet
12730 F: drivers/net/usb/dm9601.c
12732 USB DIAMOND RIO500 DRIVER
12733 M: Cesar Miquel <miquel@df.uba.ar>
12734 L: rio500-users@lists.sourceforge.net
12735 W: http://rio500.sourceforge.net
12737 F: drivers/usb/misc/rio500*
12740 M: Alan Stern <stern@rowland.harvard.edu>
12741 L: linux-usb@vger.kernel.org
12743 F: Documentation/usb/ehci.txt
12744 F: drivers/usb/host/ehci*
12746 USB GADGET/PERIPHERAL SUBSYSTEM
12747 M: Felipe Balbi <balbi@kernel.org>
12748 L: linux-usb@vger.kernel.org
12749 W: http://www.linux-usb.org/gadget
12750 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12752 F: drivers/usb/gadget/
12753 F: include/linux/usb/gadget*
12755 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12756 M: Jiri Kosina <jikos@kernel.org>
12757 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
12758 L: linux-usb@vger.kernel.org
12759 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12761 F: Documentation/hid/hiddev.txt
12762 F: drivers/hid/usbhid/
12765 M: Olav Kongas <ok@artecdesign.ee>
12766 L: linux-usb@vger.kernel.org
12768 F: drivers/usb/host/isp116x*
12769 F: include/linux/usb/isp116x.h
12771 USB LAN78XX ETHERNET DRIVER
12772 M: Woojung Huh <woojung.huh@microchip.com>
12773 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12774 L: netdev@vger.kernel.org
12776 F: drivers/net/usb/lan78xx.*
12778 USB MASS STORAGE DRIVER
12779 M: Alan Stern <stern@rowland.harvard.edu>
12780 L: linux-usb@vger.kernel.org
12781 L: usb-storage@lists.one-eyed-alien.net
12783 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
12784 F: drivers/usb/storage/
12787 M: Clemens Ladisch <clemens@ladisch.de>
12788 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12789 T: git git://git.alsa-project.org/alsa-kernel.git
12791 F: sound/usb/midi.*
12793 USB NETWORKING DRIVERS
12794 L: linux-usb@vger.kernel.org
12796 F: drivers/net/usb/
12799 M: Alan Stern <stern@rowland.harvard.edu>
12800 L: linux-usb@vger.kernel.org
12802 F: Documentation/usb/ohci.txt
12803 F: drivers/usb/host/ohci*
12805 USB OTG FSM (Finite State Machine)
12806 M: Peter Chen <Peter.Chen@nxp.com>
12807 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12808 L: linux-usb@vger.kernel.org
12810 F: drivers/usb/common/usb-otg-fsm.c
12813 M: Valentina Manea <valentina.manea.m@gmail.com>
12814 M: Shuah Khan <shuahkh@osg.samsung.com>
12815 M: Shuah Khan <shuah@kernel.org>
12816 L: linux-usb@vger.kernel.org
12818 F: Documentation/usb/usbip_protocol.txt
12819 F: drivers/usb/usbip/
12820 F: tools/usb/usbip/
12823 M: Petko Manolov <petkan@nucleusys.com>
12824 L: linux-usb@vger.kernel.org
12825 L: netdev@vger.kernel.org
12826 T: git git://github.com/petkan/pegasus.git
12827 W: https://github.com/petkan/pegasus
12829 F: drivers/net/usb/pegasus.*
12832 M: Felipe Balbi <balbi@kernel.org>
12833 L: linux-usb@vger.kernel.org
12834 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12836 F: drivers/usb/phy/
12838 USB PRINTER DRIVER (usblp)
12839 M: Pete Zaitcev <zaitcev@redhat.com>
12840 L: linux-usb@vger.kernel.org
12842 F: drivers/usb/class/usblp.c
12844 USB QMI WWAN NETWORK DRIVER
12845 M: Bjørn Mork <bjorn@mork.no>
12846 L: netdev@vger.kernel.org
12848 F: Documentation/ABI/testing/sysfs-class-net-qmi
12849 F: drivers/net/usb/qmi_wwan.c
12852 M: Petko Manolov <petkan@nucleusys.com>
12853 L: linux-usb@vger.kernel.org
12854 L: netdev@vger.kernel.org
12855 T: git git://github.com/petkan/rtl8150.git
12856 W: https://github.com/petkan/rtl8150
12858 F: drivers/net/usb/rtl8150.c
12860 USB SERIAL SUBSYSTEM
12861 M: Johan Hovold <johan@kernel.org>
12862 L: linux-usb@vger.kernel.org
12863 T: git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12865 F: Documentation/usb/usb-serial.txt
12866 F: drivers/usb/serial/
12867 F: include/linux/usb/serial.h
12869 USB SMSC75XX ETHERNET DRIVER
12870 M: Steve Glendinning <steve.glendinning@shawell.net>
12871 L: netdev@vger.kernel.org
12873 F: drivers/net/usb/smsc75xx.*
12875 USB SMSC95XX ETHERNET DRIVER
12876 M: Steve Glendinning <steve.glendinning@shawell.net>
12877 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12878 L: netdev@vger.kernel.org
12880 F: drivers/net/usb/smsc95xx.*
12883 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12884 L: linux-usb@vger.kernel.org
12885 W: http://www.linux-usb.org
12886 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12888 F: Documentation/devicetree/bindings/usb/
12889 F: Documentation/usb/
12891 F: include/linux/usb.h
12892 F: include/linux/usb/
12895 M: Alan Stern <stern@rowland.harvard.edu>
12896 L: linux-usb@vger.kernel.org
12898 F: drivers/usb/host/uhci*
12900 USB "USBNET" DRIVER FRAMEWORK
12901 M: Oliver Neukum <oneukum@suse.com>
12902 L: netdev@vger.kernel.org
12903 W: http://www.linux-usb.org/usbnet
12905 F: drivers/net/usb/usbnet.c
12906 F: include/linux/usb/usbnet.h
12909 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12910 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12911 L: linux-media@vger.kernel.org
12912 T: git git://linuxtv.org/media_tree.git
12913 W: http://www.ideasonboard.org/uvc/
12915 F: drivers/media/usb/uvc/
12916 F: include/uapi/linux/uvcvideo.h
12919 M: Hans Verkuil <hverkuil@xs4all.nl>
12920 L: linux-media@vger.kernel.org
12921 T: git git://linuxtv.org/media_tree.git
12922 W: https://linuxtv.org
12924 F: drivers/media/usb/usbvision/
12927 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12928 L: linux-usb@vger.kernel.org
12930 F: drivers/usb/gadget/function/*uvc*
12931 F: drivers/usb/gadget/legacy/webcam.c
12933 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12934 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
12935 L: linux-wireless@vger.kernel.org
12937 F: drivers/net/wireless/rndis_wlan.c
12940 M: Mathias Nyman <mathias.nyman@intel.com>
12941 L: linux-usb@vger.kernel.org
12943 F: drivers/usb/host/xhci*
12944 F: drivers/usb/host/pci-quirks*
12947 L: linux-wireless@vger.kernel.org
12948 W: http://linux-lc100020.sourceforge.net
12950 F: drivers/net/wireless/zydas/zd1201.*
12953 M: Antoine Jacquet <royale@zerezo.com>
12954 L: linux-usb@vger.kernel.org
12955 L: linux-media@vger.kernel.org
12956 T: git git://linuxtv.org/media_tree.git
12957 W: http://royale.zerezo.com/zr364xx/
12959 F: Documentation/media/v4l-drivers/zr364xx*
12960 F: drivers/media/usb/zr364xx/
12963 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
12964 L: linux-usb@vger.kernel.org
12966 F: drivers/usb/common/ulpi.c
12967 F: include/linux/ulpi/
12969 USER-MODE LINUX (UML)
12970 M: Jeff Dike <jdike@addtoit.com>
12971 M: Richard Weinberger <richard@nod.at>
12972 L: user-mode-linux-devel@lists.sourceforge.net
12973 L: user-mode-linux-user@lists.sourceforge.net
12974 W: http://user-mode-linux.sourceforge.net
12975 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12977 F: Documentation/virtual/uml/
12983 USERSPACE I/O (UIO)
12984 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12986 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12987 F: Documentation/DocBook/uio-howto.tmpl
12989 F: include/linux/uio*.h
12992 M: Karel Zak <kzak@redhat.com>
12993 L: util-linux@vger.kernel.org
12994 W: http://en.wikipedia.org/wiki/Util-linux
12995 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12999 M: Michal Januszewski <spock@gentoo.org>
13000 L: linux-fbdev@vger.kernel.org
13001 W: http://dev.gentoo.org/~spock/projects/uvesafb/
13003 F: Documentation/fb/uvesafb.txt
13004 F: drivers/video/fbdev/uvesafb.*
13007 M: Stefan Agner <stefan@agner.ch>
13008 L: linux-mtd@lists.infradead.org
13010 F: drivers/mtd/nand/vf610_nfc.c
13012 VFAT/FAT/MSDOS FILESYSTEM
13013 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
13015 F: Documentation/filesystems/vfat.txt
13019 M: Alex Williamson <alex.williamson@redhat.com>
13020 L: kvm@vger.kernel.org
13021 T: git git://github.com/awilliam/linux-vfio.git
13023 F: Documentation/vfio.txt
13025 F: include/linux/vfio.h
13026 F: include/uapi/linux/vfio.h
13028 VFIO MEDIATED DEVICE DRIVERS
13029 M: Kirti Wankhede <kwankhede@nvidia.com>
13030 L: kvm@vger.kernel.org
13032 F: Documentation/vfio-mediated-device.txt
13033 F: drivers/vfio/mdev/
13034 F: include/linux/mdev.h
13035 F: samples/vfio-mdev/
13037 VFIO PLATFORM DRIVER
13038 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
13039 L: kvm@vger.kernel.org
13041 F: drivers/vfio/platform/
13043 VIDEOBUF2 FRAMEWORK
13044 M: Pawel Osciak <pawel@osciak.com>
13045 M: Marek Szyprowski <m.szyprowski@samsung.com>
13046 M: Kyungmin Park <kyungmin.park@samsung.com>
13047 L: linux-media@vger.kernel.org
13049 F: drivers/media/v4l2-core/videobuf2-*
13050 F: include/media/videobuf2-*
13052 VIRTIO AND VHOST VSOCK DRIVER
13053 M: Stefan Hajnoczi <stefanha@redhat.com>
13054 L: kvm@vger.kernel.org
13055 L: virtualization@lists.linux-foundation.org
13056 L: netdev@vger.kernel.org
13058 F: include/linux/virtio_vsock.h
13059 F: include/uapi/linux/virtio_vsock.h
13060 F: net/vmw_vsock/virtio_transport_common.c
13061 F: net/vmw_vsock/virtio_transport.c
13062 F: drivers/vhost/vsock.c
13063 F: drivers/vhost/vsock.h
13065 VIRTUAL SERIO DEVICE DRIVER
13066 M: Stephen Chandler Paul <thatslyude@gmail.com>
13068 F: drivers/input/serio/userio.c
13069 F: include/uapi/linux/userio.h
13071 VIRTIO CONSOLE DRIVER
13072 M: Amit Shah <amit.shah@redhat.com>
13073 L: virtualization@lists.linux-foundation.org
13075 F: drivers/char/virtio_console.c
13076 F: include/linux/virtio_console.h
13077 F: include/uapi/linux/virtio_console.h
13079 VIRTIO CORE, NET AND BLOCK DRIVERS
13080 M: "Michael S. Tsirkin" <mst@redhat.com>
13081 M: Jason Wang <jasowang@redhat.com>
13082 L: virtualization@lists.linux-foundation.org
13084 F: Documentation/devicetree/bindings/virtio/
13087 F: drivers/net/virtio_net.c
13088 F: drivers/block/virtio_blk.c
13089 F: include/linux/virtio_*.h
13090 F: include/uapi/linux/virtio_*.h
13091 F: drivers/crypto/virtio/
13093 VIRTIO DRIVERS FOR S390
13094 M: Christian Borntraeger <borntraeger@de.ibm.com>
13095 M: Cornelia Huck <cornelia.huck@de.ibm.com>
13096 L: linux-s390@vger.kernel.org
13097 L: virtualization@lists.linux-foundation.org
13098 L: kvm@vger.kernel.org
13100 F: drivers/s390/virtio/
13103 M: David Airlie <airlied@linux.ie>
13104 M: Gerd Hoffmann <kraxel@redhat.com>
13105 L: dri-devel@lists.freedesktop.org
13106 L: virtualization@lists.linux-foundation.org
13108 F: drivers/gpu/drm/virtio/
13109 F: include/uapi/linux/virtio_gpu.h
13111 VIRTIO HOST (VHOST)
13112 M: "Michael S. Tsirkin" <mst@redhat.com>
13113 M: Jason Wang <jasowang@redhat.com>
13114 L: kvm@vger.kernel.org
13115 L: virtualization@lists.linux-foundation.org
13116 L: netdev@vger.kernel.org
13117 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
13120 F: include/uapi/linux/vhost.h
13122 VIRTIO INPUT DRIVER
13123 M: Gerd Hoffmann <kraxel@redhat.com>
13125 F: drivers/virtio/virtio_input.c
13126 F: include/uapi/linux/virtio_input.h
13128 VIRTIO CRYPTO DRIVER
13129 M: Gonglei <arei.gonglei@huawei.com>
13130 L: virtualization@lists.linux-foundation.org
13131 L: linux-crypto@vger.kernel.org
13133 F: drivers/crypto/virtio/
13134 F: include/uapi/linux/virtio_crypto.h
13136 VIA RHINE NETWORK DRIVER
13138 F: drivers/net/ethernet/via/via-rhine.c
13140 VIA SD/MMC CARD CONTROLLER DRIVER
13141 M: Bruce Chang <brucechang@via.com.tw>
13142 M: Harald Welte <HaraldWelte@viatech.com>
13144 F: drivers/mmc/host/via-sdmmc.c
13146 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
13147 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
13148 L: linux-fbdev@vger.kernel.org
13150 F: include/linux/via-core.h
13151 F: include/linux/via-gpio.h
13152 F: include/linux/via_i2c.h
13153 F: drivers/video/fbdev/via/
13155 VIA VELOCITY NETWORK DRIVER
13156 M: Francois Romieu <romieu@fr.zoreil.com>
13157 L: netdev@vger.kernel.org
13159 F: drivers/net/ethernet/via/via-velocity.*
13162 M: Alex Williamson <alex.williamson@redhat.com>
13163 M: Paolo Bonzini <pbonzini@redhat.com>
13164 L: kvm@vger.kernel.org
13168 VIVID VIRTUAL VIDEO DRIVER
13169 M: Hans Verkuil <hverkuil@xs4all.nl>
13170 L: linux-media@vger.kernel.org
13171 T: git git://linuxtv.org/media_tree.git
13172 W: https://linuxtv.org
13174 F: drivers/media/platform/vivid/*
13177 M: Patrick McHardy <kaber@trash.net>
13178 L: netdev@vger.kernel.org
13180 F: drivers/net/macvlan.c
13181 F: include/linux/if_*vlan.h
13185 M: Florian Fainelli <f.fainelli@gmail.com>
13186 L: openwrt-devel@lists.openwrt.org (subscribers-only)
13188 F: drivers/vlynq/vlynq.c
13189 F: include/linux/vlynq.h
13192 M: Martyn Welch <martyn@welchs.me.uk>
13193 M: Manohar Vanga <manohar.vanga@gmail.com>
13194 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13195 L: devel@driverdev.osuosl.org
13197 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
13198 F: Documentation/driver-api/vme.rst
13199 F: drivers/staging/vme/
13201 F: include/linux/vme*
13203 VMWARE HYPERVISOR INTERFACE
13204 M: Alok Kataria <akataria@vmware.com>
13205 L: virtualization@lists.linux-foundation.org
13207 F: arch/x86/kernel/cpu/vmware.c
13209 VMWARE BALLOON DRIVER
13210 M: Xavier Deguillard <xdeguillard@vmware.com>
13211 M: Philip Moltmann <moltmann@vmware.com>
13212 M: "VMware, Inc." <pv-drivers@vmware.com>
13213 L: linux-kernel@vger.kernel.org
13215 F: drivers/misc/vmw_balloon.c
13217 VMWARE VMMOUSE SUBDRIVER
13218 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
13219 M: "VMware, Inc." <pv-drivers@vmware.com>
13220 L: linux-input@vger.kernel.org
13222 F: drivers/input/mouse/vmmouse.c
13223 F: drivers/input/mouse/vmmouse.h
13225 VMWARE VMXNET3 ETHERNET DRIVER
13226 M: Shrikrishna Khare <skhare@vmware.com>
13227 M: "VMware, Inc." <pv-drivers@vmware.com>
13228 L: netdev@vger.kernel.org
13230 F: drivers/net/vmxnet3/
13232 VMware PVSCSI driver
13233 M: Jim Gill <jgill@vmware.com>
13234 M: VMware PV-Drivers <pv-drivers@vmware.com>
13235 L: linux-scsi@vger.kernel.org
13237 F: drivers/scsi/vmw_pvscsi.c
13238 F: drivers/scsi/vmw_pvscsi.h
13240 VMWARE PVRDMA DRIVER
13241 M: Adit Ranadive <aditr@vmware.com>
13242 M: VMware PV-Drivers <pv-drivers@vmware.com>
13243 L: linux-rdma@vger.kernel.org
13245 F: drivers/infiniband/hw/vmw_pvrdma/
13247 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
13248 M: Liam Girdwood <lgirdwood@gmail.com>
13249 M: Mark Brown <broonie@kernel.org>
13250 L: linux-kernel@vger.kernel.org
13251 W: http://www.slimlogic.co.uk/?p=48
13252 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
13254 F: Documentation/devicetree/bindings/regulator/
13255 F: drivers/regulator/
13256 F: include/dt-bindings/regulator/
13257 F: include/linux/regulator/
13260 M: David Ahern <dsa@cumulusnetworks.com>
13261 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
13262 L: netdev@vger.kernel.org
13264 F: drivers/net/vrf.c
13265 F: Documentation/networking/vrf.txt
13267 VT1211 HARDWARE MONITOR DRIVER
13268 M: Juerg Haefliger <juergh@gmail.com>
13269 L: linux-hwmon@vger.kernel.org
13271 F: Documentation/hwmon/vt1211
13272 F: drivers/hwmon/vt1211.c
13274 VT8231 HARDWARE MONITOR DRIVER
13275 M: Roger Lucas <vt8231@hiddenengine.co.uk>
13276 L: linux-hwmon@vger.kernel.org
13278 F: drivers/hwmon/vt8231.c
13280 VUB300 USB to SDIO/SD/MMC bridge chip
13281 M: Tony Olech <tony.olech@elandigitalsystems.com>
13282 L: linux-mmc@vger.kernel.org
13283 L: linux-usb@vger.kernel.org
13285 F: drivers/mmc/host/vub300.c
13287 W1 DALLAS'S 1-WIRE BUS
13288 M: Evgeniy Polyakov <zbr@ioremap.net>
13290 F: Documentation/w1/
13293 W83791D HARDWARE MONITORING DRIVER
13294 M: Marc Hulsman <m.hulsman@tudelft.nl>
13295 L: linux-hwmon@vger.kernel.org
13297 F: Documentation/hwmon/w83791d
13298 F: drivers/hwmon/w83791d.c
13300 W83793 HARDWARE MONITORING DRIVER
13301 M: Rudolf Marek <r.marek@assembler.cz>
13302 L: linux-hwmon@vger.kernel.org
13304 F: Documentation/hwmon/w83793
13305 F: drivers/hwmon/w83793.c
13307 W83795 HARDWARE MONITORING DRIVER
13308 M: Jean Delvare <jdelvare@suse.com>
13309 L: linux-hwmon@vger.kernel.org
13311 F: drivers/hwmon/w83795.c
13313 W83L51xD SD/MMC CARD INTERFACE DRIVER
13314 M: Pierre Ossman <pierre@ossman.eu>
13316 F: drivers/mmc/host/wbsd.*
13318 WACOM PROTOCOL 4 SERIAL TABLETS
13319 M: Julian Squires <julian@cipht.net>
13320 M: Hans de Goede <hdegoede@redhat.com>
13321 L: linux-input@vger.kernel.org
13323 F: drivers/input/tablet/wacom_serial4.c
13325 WATCHDOG DEVICE DRIVERS
13326 M: Wim Van Sebroeck <wim@iguana.be>
13327 R: Guenter Roeck <linux@roeck-us.net>
13328 L: linux-watchdog@vger.kernel.org
13329 W: http://www.linux-watchdog.org/
13330 T: git git://www.linux-watchdog.org/linux-watchdog.git
13332 F: Documentation/devicetree/bindings/watchdog/
13333 F: Documentation/watchdog/
13334 F: drivers/watchdog/
13335 F: include/linux/watchdog.h
13336 F: include/uapi/linux/watchdog.h
13339 M: David Herrmann <dh.herrmann@googlemail.com>
13340 L: linux-input@vger.kernel.org
13342 F: drivers/hid/hid-wiimote*
13345 M: David Härdeman <david@hardeman.nu>
13347 F: drivers/media/rc/winbond-cir.c
13349 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13350 M: William Breathitt Gray <vilhelm.gray@gmail.com>
13351 L: linux-watchdog@vger.kernel.org
13353 F: drivers/watchdog/ebc-c384_wdt.c
13355 WINSYSTEMS WS16C48 GPIO DRIVER
13356 M: William Breathitt Gray <vilhelm.gray@gmail.com>
13357 L: linux-gpio@vger.kernel.org
13359 F: drivers/gpio/gpio-ws16c48.c
13362 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
13363 M: linux-wimax@intel.com
13364 L: wimax@linuxwimax.org (subscribers-only)
13366 W: http://linuxwimax.org
13367 F: Documentation/wimax/README.wimax
13368 F: include/linux/wimax/debug.h
13369 F: include/net/wimax.h
13370 F: include/uapi/linux/wimax.h
13373 WISTRON LAPTOP BUTTON DRIVER
13374 M: Miloslav Trmac <mitr@volny.cz>
13376 F: drivers/input/misc/wistron_btns.c
13378 WL3501 WIRELESS PCMCIA CARD DRIVER
13379 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
13380 L: linux-wireless@vger.kernel.org
13381 W: http://oops.ghostprotocols.net:81/blog
13383 F: drivers/net/wireless/wl3501*
13385 WOLFSON MICROELECTRONICS DRIVERS
13386 L: patches@opensource.wolfsonmicro.com
13387 T: git https://github.com/CirrusLogic/linux-drivers.git
13388 W: https://github.com/CirrusLogic/linux-drivers/wiki
13390 F: Documentation/hwmon/wm83??
13391 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13392 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13393 F: Documentation/devicetree/bindings/mfd/arizona.txt
13394 F: arch/arm/mach-s3c64xx/mach-crag6410*
13395 F: drivers/clk/clk-wm83*.c
13396 F: drivers/extcon/extcon-arizona.c
13397 F: drivers/leds/leds-wm83*.c
13398 F: drivers/gpio/gpio-*wm*.c
13399 F: drivers/gpio/gpio-arizona.c
13400 F: drivers/hwmon/wm83??-hwmon.c
13401 F: drivers/input/misc/wm831x-on.c
13402 F: drivers/input/touchscreen/wm831x-ts.c
13403 F: drivers/input/touchscreen/wm97*.c
13404 F: drivers/mfd/arizona*
13405 F: drivers/mfd/wm*.c
13406 F: drivers/mfd/cs47l24*
13407 F: drivers/power/supply/wm83*.c
13408 F: drivers/rtc/rtc-wm83*.c
13409 F: drivers/regulator/wm8*.c
13410 F: drivers/video/backlight/wm83*_bl.c
13411 F: drivers/watchdog/wm83*_wdt.c
13412 F: include/linux/mfd/arizona/
13413 F: include/linux/mfd/wm831x/
13414 F: include/linux/mfd/wm8350/
13415 F: include/linux/mfd/wm8400*
13416 F: include/linux/wm97xx.h
13417 F: include/sound/wm????.h
13418 F: sound/soc/codecs/arizona.?
13419 F: sound/soc/codecs/wm*
13420 F: sound/soc/codecs/cs47l24*
13423 M: Tejun Heo <tj@kernel.org>
13424 R: Lai Jiangshan <jiangshanlai@gmail.com>
13425 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13427 F: include/linux/workqueue.h
13428 F: kernel/workqueue.c
13429 F: Documentation/core-api/workqueue.rst
13431 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13432 M: Chen-Yu Tsai <wens@csie.org>
13433 L: linux-kernel@vger.kernel.org
13438 M: Andrew Hendry <andrew.hendry@gmail.com>
13439 L: linux-x25@vger.kernel.org
13441 F: Documentation/networking/x25*
13442 F: include/net/x25*
13445 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13446 M: Thomas Gleixner <tglx@linutronix.de>
13447 M: Ingo Molnar <mingo@redhat.com>
13448 M: "H. Peter Anvin" <hpa@zytor.com>
13450 L: linux-kernel@vger.kernel.org
13451 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13453 F: Documentation/x86/
13456 X86 PLATFORM DRIVERS
13457 M: Darren Hart <dvhart@infradead.org>
13458 L: platform-driver-x86@vger.kernel.org
13459 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13461 F: drivers/platform/x86/
13462 F: drivers/platform/olpc/
13464 X86 MCE INFRASTRUCTURE
13465 M: Tony Luck <tony.luck@intel.com>
13466 M: Borislav Petkov <bp@alien8.de>
13467 L: linux-edac@vger.kernel.org
13469 F: arch/x86/kernel/cpu/mcheck/*
13471 X86 MICROCODE UPDATE SUPPORT
13472 M: Borislav Petkov <bp@alien8.de>
13474 F: arch/x86/kernel/cpu/microcode/*
13477 M: Andy Lutomirski <luto@amacapital.net>
13478 L: linux-kernel@vger.kernel.org
13479 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13481 F: arch/x86/entry/vdso/
13483 XC2028/3028 TUNER DRIVER
13484 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
13485 M: Mauro Carvalho Chehab <mchehab@kernel.org>
13486 L: linux-media@vger.kernel.org
13487 W: https://linuxtv.org
13488 T: git git://linuxtv.org/media_tree.git
13490 F: drivers/media/tuners/tuner-xc2028.*
13492 XEN HYPERVISOR INTERFACE
13493 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
13494 M: Juergen Gross <jgross@suse.com>
13495 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13496 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13499 F: drivers/*/xen-*front.c
13501 F: arch/x86/include/asm/xen/
13503 F: include/uapi/xen/
13506 M: Stefano Stabellini <sstabellini@kernel.org>
13507 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13510 F: arch/arm/include/asm/xen/
13512 XEN HYPERVISOR ARM64
13513 M: Stefano Stabellini <sstabellini@kernel.org>
13514 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13517 F: arch/arm64/include/asm/xen/
13519 XEN NETWORK BACKEND DRIVER
13520 M: Wei Liu <wei.liu2@citrix.com>
13521 M: Paul Durrant <paul.durrant@citrix.com>
13522 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13523 L: netdev@vger.kernel.org
13525 F: drivers/net/xen-netback/*
13528 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13529 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13531 F: arch/x86/pci/*xen*
13532 F: drivers/pci/*xen*
13534 XEN BLOCK SUBSYSTEM
13535 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13536 M: Roger Pau Monné <roger.pau@citrix.com>
13537 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13539 F: drivers/block/xen-blkback/*
13540 F: drivers/block/xen*
13543 M: Juergen Gross <jgross@suse.com>
13544 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13545 L: linux-scsi@vger.kernel.org
13547 F: drivers/scsi/xen-scsifront.c
13548 F: drivers/xen/xen-scsiback.c
13549 F: include/xen/interface/io/vscsiif.h
13551 XEN SWIOTLB SUBSYSTEM
13552 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13553 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13555 F: arch/x86/xen/*swiotlb*
13556 F: drivers/xen/*swiotlb*
13559 M: Darrick J. Wong <darrick.wong@oracle.com>
13560 M: linux-xfs@vger.kernel.org
13561 L: linux-xfs@vger.kernel.org
13563 T: git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
13565 F: Documentation/filesystems/xfs.txt
13568 XILINX AXI ETHERNET DRIVER
13569 M: Anirudha Sarangi <anirudh@xilinx.com>
13570 M: John Linn <John.Linn@xilinx.com>
13572 F: drivers/net/ethernet/xilinx/xilinx_axienet*
13574 XILINX UARTLITE SERIAL DRIVER
13575 M: Peter Korsgaard <jacmet@sunsite.dk>
13576 L: linux-serial@vger.kernel.org
13578 F: drivers/tty/serial/uartlite.c
13580 XILINX VIDEO IP CORES
13581 M: Hyun Kwon <hyun.kwon@xilinx.com>
13582 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13583 L: linux-media@vger.kernel.org
13584 T: git git://linuxtv.org/media_tree.git
13586 F: Documentation/devicetree/bindings/media/xilinx/
13587 F: drivers/media/platform/xilinx/
13588 F: include/uapi/linux/xilinx-v4l2-controls.h
13591 M: Eli Billauer <eli.billauer@gmail.com>
13592 L: linux-kernel@vger.kernel.org
13594 F: drivers/char/xillybus/
13596 XTENSA XTFPGA PLATFORM SUPPORT
13597 M: Max Filippov <jcmvbkbc@gmail.com>
13598 L: linux-xtensa@linux-xtensa.org
13600 F: drivers/spi/spi-xtensa-xtfpga.c
13601 F: sound/soc/xtensa/xtfpga-i2s.c
13603 YAM DRIVER FOR AX.25
13604 M: Jean-Paul Roubelat <jpr@f6fbb.org>
13605 L: linux-hams@vger.kernel.org
13607 F: drivers/net/hamradio/yam*
13608 F: include/linux/yam.h
13610 YEALINK PHONE DRIVER
13611 M: Henk Vergonet <Henk.Vergonet@gmail.com>
13612 L: usbb2k-api-dev@nongnu.org
13614 F: Documentation/input/yealink.txt
13615 F: drivers/input/misc/yealink.*
13617 Z8530 DRIVER FOR AX.25
13618 M: Joerg Reuter <jreuter@yaina.de>
13619 W: http://yaina.de/jreuter/
13620 W: http://www.qsl.net/dl1bke/
13621 L: linux-hams@vger.kernel.org
13623 F: Documentation/networking/z8530drv.txt
13624 F: drivers/net/hamradio/*scc.c
13625 F: drivers/net/hamradio/z8530.h
13627 ZBUD COMPRESSED PAGE ALLOCATOR
13628 M: Seth Jennings <sjenning@redhat.com>
13629 L: linux-mm@kvack.org
13632 F: include/linux/zbud.h
13634 ZD1211RW WIRELESS DRIVER
13635 M: Daniel Drake <dsd@gentoo.org>
13636 M: Ulrich Kunitz <kune@deine-taler.de>
13637 W: http://zd1211.ath.cx/wiki/DriverRewrite
13638 L: linux-wireless@vger.kernel.org
13639 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
13641 F: drivers/net/wireless/zydas/zd1211rw/
13643 ZPOOL COMPRESSED PAGE STORAGE API
13644 M: Dan Streetman <ddstreet@ieee.org>
13645 L: linux-mm@kvack.org
13648 F: include/linux/zpool.h
13650 ZR36067 VIDEO FOR LINUX DRIVER
13651 L: mjpeg-users@lists.sourceforge.net
13652 L: linux-media@vger.kernel.org
13653 W: http://mjpeg.sourceforge.net/driver-zoran/
13654 T: hg https://linuxtv.org/hg/v4l-dvb
13656 F: drivers/media/pci/zoran/
13658 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13659 M: Minchan Kim <minchan@kernel.org>
13660 M: Nitin Gupta <ngupta@vflare.org>
13661 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13662 L: linux-kernel@vger.kernel.org
13664 F: drivers/block/zram/
13665 F: Documentation/blockdev/zram.txt
13667 ZS DECSTATION Z85C30 SERIAL DRIVER
13668 M: "Maciej W. Rozycki" <macro@linux-mips.org>
13670 F: drivers/tty/serial/zs.*
13672 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13673 M: Minchan Kim <minchan@kernel.org>
13674 M: Nitin Gupta <ngupta@vflare.org>
13675 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13676 L: linux-mm@kvack.org
13679 F: include/linux/zsmalloc.h
13680 F: Documentation/vm/zsmalloc.txt
13682 ZSWAP COMPRESSED SWAP CACHING
13683 M: Seth Jennings <sjenning@redhat.com>
13684 L: linux-mm@kvack.org
13689 M: Linus Torvalds <torvalds@linux-foundation.org>
13690 L: linux-kernel@vger.kernel.org
13691 Q: http://patchwork.kernel.org/project/LKML/list/
13692 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13693 S: Buried alive in reporters