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
268 ACCES PCI-IDIO-16 GPIO DRIVER
269 M: William Breathitt Gray <vilhelm.gray@gmail.com>
270 L: linux-gpio@vger.kernel.org
272 F: drivers/gpio/gpio-pci-idio-16.c
275 M: Jes Sorensen <jes@trained-monkey.org>
276 L: linux-acenic@sunsite.dk
278 F: drivers/net/ethernet/alteon/acenic*
280 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
281 M: Peter Feuerer <peter@piie.net>
282 L: platform-driver-x86@vger.kernel.org
283 W: http://piie.net/?section=acerhdf
285 F: drivers/platform/x86/acerhdf.c
287 ACER WMI LAPTOP EXTRAS
288 M: "Lee, Chun-Yi" <jlee@suse.com>
289 L: platform-driver-x86@vger.kernel.org
291 F: drivers/platform/x86/acer-wmi.c
294 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
295 M: Len Brown <lenb@kernel.org>
296 L: linux-acpi@vger.kernel.org
297 W: https://01.org/linux-acpi
298 Q: https://patchwork.kernel.org/project/linux-acpi/list/
299 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
300 B: https://bugzilla.kernel.org
303 F: drivers/pnp/pnpacpi/
304 F: include/linux/acpi.h
306 F: Documentation/acpi/
307 F: Documentation/ABI/testing/sysfs-bus-acpi
308 F: Documentation/ABI/testing/configfs-acpi
309 F: drivers/pci/*acpi*
310 F: drivers/pci/*/*acpi*
311 F: drivers/pci/*/*/*acpi*
314 ACPI COMPONENT ARCHITECTURE (ACPICA)
315 M: Robert Moore <robert.moore@intel.com>
316 M: Lv Zheng <lv.zheng@intel.com>
317 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
318 L: linux-acpi@vger.kernel.org
320 W: https://acpica.org/
321 W: https://github.com/acpica/acpica/
322 Q: https://patchwork.kernel.org/project/linux-acpi/list/
323 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
324 B: https://bugzilla.kernel.org
325 B: https://bugs.acpica.org
327 F: drivers/acpi/acpica/
332 M: Zhang Rui <rui.zhang@intel.com>
333 L: linux-acpi@vger.kernel.org
334 W: https://01.org/linux-acpi
335 B: https://bugzilla.kernel.org
337 F: drivers/acpi/fan.c
339 ACPI FOR ARM64 (ACPI/arm64)
340 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
341 M: Hanjun Guo <hanjun.guo@linaro.org>
342 M: Sudeep Holla <sudeep.holla@arm.com>
343 L: linux-acpi@vger.kernel.org
345 F: drivers/acpi/arm64
348 M: Zhang Rui <rui.zhang@intel.com>
349 L: linux-acpi@vger.kernel.org
350 W: https://01.org/linux-acpi
351 B: https://bugzilla.kernel.org
353 F: drivers/acpi/*thermal*
356 M: Zhang Rui <rui.zhang@intel.com>
357 L: linux-acpi@vger.kernel.org
358 W: https://01.org/linux-acpi
359 B: https://bugzilla.kernel.org
361 F: drivers/acpi/acpi_video.c
364 L: platform-driver-x86@vger.kernel.org
366 F: drivers/platform/x86/wmi.c
368 AD1889 ALSA SOUND DRIVER
369 M: Thibaut Varene <T-Bone@parisc-linux.org>
370 W: http://wiki.parisc-linux.org/AD1889
371 L: linux-parisc@vger.kernel.org
373 F: sound/pci/ad1889.*
375 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
376 M: Michael Hennerich <michael.hennerich@analog.com>
377 W: http://wiki.analog.com/AD5254
378 W: http://ez.analog.com/community/linux-device-drivers
380 F: drivers/misc/ad525x_dpot.c
382 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
383 M: Michael Hennerich <michael.hennerich@analog.com>
384 W: http://wiki.analog.com/AD5398
385 W: http://ez.analog.com/community/linux-device-drivers
387 F: drivers/regulator/ad5398.c
389 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
390 M: Michael Hennerich <michael.hennerich@analog.com>
391 W: http://wiki.analog.com/AD7142
392 W: http://ez.analog.com/community/linux-device-drivers
394 F: drivers/input/misc/ad714x.c
396 AD7877 TOUCHSCREEN DRIVER
397 M: Michael Hennerich <michael.hennerich@analog.com>
398 W: http://wiki.analog.com/AD7877
399 W: http://ez.analog.com/community/linux-device-drivers
401 F: drivers/input/touchscreen/ad7877.c
403 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
404 M: Michael Hennerich <michael.hennerich@analog.com>
405 W: http://wiki.analog.com/AD7879
406 W: http://ez.analog.com/community/linux-device-drivers
408 F: drivers/input/touchscreen/ad7879.c
410 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
411 M: Jiri Kosina <jikos@kernel.org>
414 ADF7242 IEEE 802.15.4 RADIO DRIVER
415 M: Michael Hennerich <michael.hennerich@analog.com>
416 W: https://wiki.analog.com/ADF7242
417 W: http://ez.analog.com/community/linux-device-drivers
418 L: linux-wpan@vger.kernel.org
420 F: drivers/net/ieee802154/adf7242.c
421 F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
423 ADM1025 HARDWARE MONITOR DRIVER
424 M: Jean Delvare <jdelvare@suse.com>
425 L: linux-hwmon@vger.kernel.org
427 F: Documentation/hwmon/adm1025
428 F: drivers/hwmon/adm1025.c
430 ADM1029 HARDWARE MONITOR DRIVER
431 M: Corentin Labbe <clabbe.montjoie@gmail.com>
432 L: linux-hwmon@vger.kernel.org
434 F: drivers/hwmon/adm1029.c
436 ADM8211 WIRELESS DRIVER
437 L: linux-wireless@vger.kernel.org
438 W: http://wireless.kernel.org/
440 F: drivers/net/wireless/admtek/adm8211.*
442 ADP1653 FLASH CONTROLLER DRIVER
443 M: Sakari Ailus <sakari.ailus@iki.fi>
444 L: linux-media@vger.kernel.org
446 F: drivers/media/i2c/adp1653.c
447 F: include/media/i2c/adp1653.h
449 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
450 M: Michael Hennerich <michael.hennerich@analog.com>
451 W: http://wiki.analog.com/ADP5520
452 W: http://ez.analog.com/community/linux-device-drivers
454 F: drivers/mfd/adp5520.c
455 F: drivers/video/backlight/adp5520_bl.c
456 F: drivers/leds/leds-adp5520.c
457 F: drivers/gpio/gpio-adp5520.c
458 F: drivers/input/keyboard/adp5520-keys.c
460 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
461 M: Michael Hennerich <michael.hennerich@analog.com>
462 W: http://wiki.analog.com/ADP5588
463 W: http://ez.analog.com/community/linux-device-drivers
465 F: drivers/input/keyboard/adp5588-keys.c
466 F: drivers/gpio/gpio-adp5588.c
468 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
469 M: Michael Hennerich <michael.hennerich@analog.com>
470 W: http://wiki.analog.com/ADP8860
471 W: http://ez.analog.com/community/linux-device-drivers
473 F: drivers/video/backlight/adp8860_bl.c
475 ADS1015 HARDWARE MONITOR DRIVER
476 M: Dirk Eibach <eibach@gdsys.de>
477 L: linux-hwmon@vger.kernel.org
479 F: Documentation/hwmon/ads1015
480 F: drivers/hwmon/ads1015.c
481 F: include/linux/i2c/ads1015.h
484 M: Colin Leroy <colin@colino.net>
486 F: drivers/macintosh/therm_adt746x.c
488 ADT7475 HARDWARE MONITOR DRIVER
489 M: Jean Delvare <jdelvare@suse.com>
490 L: linux-hwmon@vger.kernel.org
492 F: Documentation/hwmon/adt7475
493 F: drivers/hwmon/adt7475.c
495 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
496 M: Michael Hennerich <michael.hennerich@analog.com>
497 W: http://wiki.analog.com/ADXL345
498 W: http://ez.analog.com/community/linux-device-drivers
500 F: drivers/input/misc/adxl34x.c
503 M: Matthew Wilcox <matthew@wil.cx>
504 M: Hannes Reinecke <hare@suse.com>
505 L: linux-scsi@vger.kernel.org
507 F: Documentation/scsi/advansys.txt
508 F: drivers/scsi/advansys.c
511 M: Riccardo Facchetti <fizban@tin.it>
513 F: sound/oss/aedsp16.c
516 M: Antti Palosaari <crope@iki.fi>
517 L: linux-media@vger.kernel.org
518 W: https://linuxtv.org
519 W: http://palosaari.fi/linux/
520 Q: http://patchwork.linuxtv.org/project/linux-media/list/
521 T: git git://linuxtv.org/anttip/media_tree.git
523 F: drivers/media/dvb-frontends/af9013*
526 M: Antti Palosaari <crope@iki.fi>
527 L: linux-media@vger.kernel.org
528 W: https://linuxtv.org
529 W: http://palosaari.fi/linux/
530 Q: http://patchwork.linuxtv.org/project/linux-media/list/
531 T: git git://linuxtv.org/anttip/media_tree.git
533 F: drivers/media/dvb-frontends/af9033*
536 L: linux-fsdevel@vger.kernel.org
538 F: Documentation/filesystems/affs.txt
541 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
542 M: David Howells <dhowells@redhat.com>
543 L: linux-afs@lists.infradead.org
546 F: include/net/af_rxrpc.h
547 F: net/rxrpc/af_rxrpc.c
548 W: https://www.infradead.org/~dhowells/kafs/
551 M: David Airlie <airlied@linux.ie>
552 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
555 F: include/linux/agp*
556 F: include/uapi/linux/agp*
559 M: "Juergen E. Fischer" <fischer@norbit.de>
560 L: linux-scsi@vger.kernel.org
562 F: drivers/scsi/aha152x*
563 F: drivers/scsi/pcmcia/aha152x*
565 AIC7XXX / AIC79XX SCSI DRIVER
566 M: Hannes Reinecke <hare@suse.com>
567 L: linux-scsi@vger.kernel.org
569 F: drivers/scsi/aic7xxx/
571 AIMSLAB FM RADIO RECEIVER DRIVER
572 M: Hans Verkuil <hverkuil@xs4all.nl>
573 L: linux-media@vger.kernel.org
574 T: git git://linuxtv.org/media_tree.git
575 W: https://linuxtv.org
577 F: drivers/media/radio/radio-aimslab*
580 M: Benjamin LaHaise <bcrl@kvack.org>
581 L: linux-aio@kvack.org
584 F: include/linux/*aio*.h
587 M: Antti Palosaari <crope@iki.fi>
588 L: linux-media@vger.kernel.org
589 W: https://linuxtv.org
590 W: http://palosaari.fi/linux/
591 Q: http://patchwork.linuxtv.org/project/linux-media/list/
592 T: git git://linuxtv.org/anttip/media_tree.git
594 F: drivers/media/usb/airspy/
596 ALACRITECH GIGABIT ETHERNET DRIVER
597 M: Lino Sanfilippo <LinoSanfilippo@gmx.de>
599 F: drivers/net/ethernet/alacritech/*
601 ALCATEL SPEEDTOUCH USB DRIVER
602 M: Duncan Sands <duncan.sands@free.fr>
603 L: linux-usb@vger.kernel.org
604 W: http://www.linux-usb.org/SpeedTouch/
606 F: drivers/usb/atm/speedtch.c
607 F: drivers/usb/atm/usbatm.c
609 ALCHEMY AU1XX0 MMC DRIVER
610 M: Manuel Lauss <manuel.lauss@gmail.com>
612 F: drivers/mmc/host/au1xmmc.c
615 M: Rudolf Marek <r.marek@assembler.cz>
616 L: linux-i2c@vger.kernel.org
618 F: Documentation/i2c/busses/i2c-ali1563
619 F: drivers/i2c/busses/i2c-ali1563.c
621 ALLWINNER SECURITY SYSTEM
622 M: Corentin Labbe <clabbe.montjoie@gmail.com>
623 L: linux-crypto@vger.kernel.org
625 F: drivers/crypto/sunxi-ss/
628 M: Richard Henderson <rth@twiddle.net>
629 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
630 M: Matt Turner <mattst88@gmail.com>
632 L: linux-alpha@vger.kernel.org
635 ALPS PS/2 TOUCHPAD DRIVER
636 R: Pali Rohár <pali.rohar@gmail.com>
637 F: drivers/input/mouse/alps.*
639 ALTERA MAILBOX DRIVER
640 M: Ley Foon Tan <lftan@altera.com>
641 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
643 F: drivers/mailbox/mailbox-altera.c
646 M: Tien Hock Loh <thloh@altera.com>
647 L: linux-gpio@vger.kernel.org
649 F: drivers/gpio/gpio-altera.c
651 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
652 M: Thor Thayer <thor.thayer@linux.intel.com>
654 F: drivers/gpio/gpio-altera-a10sr.c
655 F: drivers/mfd/altera-a10sr.c
656 F: drivers/reset/reset-a10sr.c
657 F: include/linux/mfd/altera-a10sr.h
658 F: include/dt-bindings/reset/altr,rst-mgr-a10sr.h
660 ALTERA TRIPLE SPEED ETHERNET DRIVER
661 M: Vince Bridgers <vbridger@opensource.altera.com>
662 L: netdev@vger.kernel.org
663 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
665 F: drivers/net/ethernet/altera/
667 ALTERA UART/JTAG UART SERIAL DRIVERS
668 M: Tobias Klauser <tklauser@distanz.ch>
669 L: linux-serial@vger.kernel.org
670 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
672 F: drivers/tty/serial/altera_uart.c
673 F: drivers/tty/serial/altera_jtaguart.c
674 F: include/linux/altera_uart.h
675 F: include/linux/altera_jtaguart.h
677 AMAZON ETHERNET DRIVERS
678 M: Netanel Belgazal <netanel@annapurnalabs.com>
679 R: Saeed Bishara <saeed@annapurnalabs.com>
680 R: Zorik Machulsky <zorik@annapurnalabs.com>
681 L: netdev@vger.kernel.org
683 F: Documentation/networking/ena.txt
684 F: drivers/net/ethernet/amazon/
686 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
687 M: Tom Lendacky <thomas.lendacky@amd.com>
688 M: Gary Hook <gary.hook@amd.com>
689 L: linux-crypto@vger.kernel.org
691 F: drivers/crypto/ccp/
692 F: include/linux/ccp.h
694 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
695 M: Huang Rui <ray.huang@amd.com>
696 L: linux-hwmon@vger.kernel.org
698 F: Documentation/hwmon/fam15h_power
699 F: drivers/hwmon/fam15h_power.c
701 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
702 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
704 F: drivers/usb/gadget/udc/amd5536udc.*
706 AMD GEODE PROCESSOR/CHIPSET SUPPORT
707 P: Andres Salomon <dilinger@queued.net>
708 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
709 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
711 F: drivers/char/hw_random/geode-rng.c
712 F: drivers/crypto/geode*
713 F: drivers/video/fbdev/geode/
714 F: arch/x86/include/asm/geode.h
717 M: Joerg Roedel <joro@8bytes.org>
718 L: iommu@lists.linux-foundation.org
719 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
721 F: drivers/iommu/amd_iommu*.[ch]
722 F: include/linux/amd-iommu.h
725 M: Oded Gabbay <oded.gabbay@gmail.com>
726 L: dri-devel@lists.freedesktop.org
727 T: git git://people.freedesktop.org/~gabbayo/linux.git
729 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
730 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
731 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
732 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
733 F: drivers/gpu/drm/amd/amdkfd/
734 F: drivers/gpu/drm/amd/include/cik_structs.h
735 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
736 F: drivers/gpu/drm/amd/include/vi_structs.h
737 F: drivers/gpu/drm/radeon/radeon_kfd.c
738 F: drivers/gpu/drm/radeon/radeon_kfd.h
739 F: include/uapi/linux/kfd_ioctl.h
741 AMD SEATTLE DEVICE TREE SUPPORT
742 M: Brijesh Singh <brijeshkumar.singh@amd.com>
743 M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
744 M: Tom Lendacky <thomas.lendacky@amd.com>
746 F: arch/arm64/boot/dts/amd/
749 M: Tom Lendacky <thomas.lendacky@amd.com>
750 L: netdev@vger.kernel.org
752 F: drivers/net/ethernet/amd/xgbe/
753 F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
755 AMS (Apple Motion Sensor) DRIVER
756 M: Michael Hanselmann <linux-kernel@hansmi.ch>
758 F: drivers/macintosh/ams/
760 ANALOG DEVICES INC AD9389B DRIVER
761 M: Hans Verkuil <hans.verkuil@cisco.com>
762 L: linux-media@vger.kernel.org
764 F: drivers/media/i2c/ad9389b*
766 ANALOG DEVICES INC ADV7180 DRIVER
767 M: Lars-Peter Clausen <lars@metafoo.de>
768 L: linux-media@vger.kernel.org
769 W: http://ez.analog.com/community/linux-device-drivers
771 F: drivers/media/i2c/adv7180.c
773 ANALOG DEVICES INC ADV7511 DRIVER
774 M: Hans Verkuil <hans.verkuil@cisco.com>
775 L: linux-media@vger.kernel.org
777 F: drivers/media/i2c/adv7511*
779 ANALOG DEVICES INC ADV7604 DRIVER
780 M: Hans Verkuil <hans.verkuil@cisco.com>
781 L: linux-media@vger.kernel.org
783 F: drivers/media/i2c/adv7604*
785 ANALOG DEVICES INC ADV7842 DRIVER
786 M: Hans Verkuil <hans.verkuil@cisco.com>
787 L: linux-media@vger.kernel.org
789 F: drivers/media/i2c/adv7842*
791 ANALOG DEVICES INC ASOC CODEC DRIVERS
792 M: Lars-Peter Clausen <lars@metafoo.de>
793 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
794 W: http://wiki.analog.com/
795 W: http://ez.analog.com/community/linux-device-drivers
797 F: sound/soc/codecs/adau*
798 F: sound/soc/codecs/adav*
799 F: sound/soc/codecs/ad1*
800 F: sound/soc/codecs/ad7*
801 F: sound/soc/codecs/ssm*
802 F: sound/soc/codecs/sigmadsp.*
804 ANALOG DEVICES INC ASOC DRIVERS
805 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
806 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
807 W: http://blackfin.uclinux.org/
809 F: sound/soc/blackfin/*
811 ANALOG DEVICES INC IIO DRIVERS
812 M: Lars-Peter Clausen <lars@metafoo.de>
813 M: Michael Hennerich <Michael.Hennerich@analog.com>
814 W: http://wiki.analog.com/
815 W: http://ez.analog.com/community/linux-device-drivers
818 F: drivers/iio/adc/ltc2497*
819 X: drivers/iio/*/adjd*
820 F: drivers/staging/iio/*/ad*
821 F: drivers/staging/iio/trigger/iio-trig-bfin-timer.c
823 ANALOG DEVICES INC DMA DRIVERS
824 M: Lars-Peter Clausen <lars@metafoo.de>
825 W: http://ez.analog.com/community/linux-device-drivers
827 F: drivers/dma/dma-axi-dmac.c
829 ANDROID CONFIG FRAGMENTS
830 M: Rob Herring <robh@kernel.org>
832 F: kernel/configs/android*
835 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
836 M: Arve Hjønnevåg <arve@android.com>
837 M: Riley Andrews <riandrews@android.com>
838 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
839 L: devel@driverdev.osuosl.org
842 F: drivers/staging/android/
845 M: Laura Abbott <labbott@redhat.com>
846 M: Sumit Semwal <sumit.semwal@linaro.org>
847 L: devel@driverdev.osuosl.org
849 F: drivers/staging/android/ion
850 F: drivers/staging/android/uapi/ion.h
851 F: drivers/staging/android/uapi/ion_test.h
853 AOA (Apple Onboard Audio) ALSA DRIVER
854 M: Johannes Berg <johannes@sipsolutions.net>
855 L: linuxppc-dev@lists.ozlabs.org
856 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
860 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
861 M: William Breathitt Gray <vilhelm.gray@gmail.com>
862 L: linux-iio@vger.kernel.org
864 F: drivers/iio/adc/stx104.c
867 M: Jiri Kosina <jikos@kernel.org>
869 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
870 F: arch/x86/kernel/apm_32.c
871 F: include/linux/apm_bios.h
872 F: include/uapi/linux/apm_bios.h
873 F: drivers/char/apm-emulation.c
875 APPLE BCM5974 MULTITOUCH DRIVER
876 M: Henrik Rydberg <rydberg@bitmath.org>
877 L: linux-input@vger.kernel.org
879 F: drivers/input/mouse/bcm5974.c
882 M: Henrik Rydberg <rydberg@bitmath.org>
883 L: linux-hwmon@vger.kernel.org
885 F: drivers/hwmon/applesmc.c
887 APPLETALK NETWORK LAYER
888 L: netdev@vger.kernel.org
890 F: drivers/net/appletalk/
893 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
894 M: Duc Dang <dhdang@apm.com>
896 F: arch/arm64/boot/dts/apm/
898 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
899 M: Iyappan Subramanian <isubramanian@apm.com>
900 M: Keyur Chudgar <kchudgar@apm.com>
901 M: Quan Nguyen <qnguyen@apm.com>
903 F: drivers/net/ethernet/apm/xgene/
904 F: drivers/net/phy/mdio-xgene.c
905 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
906 F: Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
908 APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
909 M: Iyappan Subramanian <isubramanian@apm.com>
910 M: Keyur Chudgar <kchudgar@apm.com>
912 F: drivers/net/ethernet/apm/xgene-v2/
914 APPLIED MICRO (APM) X-GENE SOC PMU
915 M: Tai Nguyen <ttnguyen@apm.com>
917 F: drivers/perf/xgene_pmu.c
918 F: Documentation/perf/xgene-pmu.txt
919 F: Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
921 APTINA CAMERA SENSOR PLL
922 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
923 L: linux-media@vger.kernel.org
925 F: drivers/media/i2c/aptina-pll.*
927 ARC FRAMEBUFFER DRIVER
928 M: Jaya Kumar <jayalk@intworks.biz>
930 F: drivers/video/fbdev/arcfb.c
931 F: drivers/video/fbdev/core/fb_defio.c
934 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
935 L: netdev@vger.kernel.org
937 F: drivers/net/arcnet/
938 F: include/uapi/linux/if_arcnet.h
941 M: Alexey Brodkin <abrodkin@synopsys.com>
943 F: drivers/gpu/drm/arc/
944 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
946 ARM ARCHITECTED TIMER DRIVER
947 M: Mark Rutland <mark.rutland@arm.com>
948 M: Marc Zyngier <marc.zyngier@arm.com>
949 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
951 F: arch/arm/include/asm/arch_timer.h
952 F: arch/arm64/include/asm/arch_timer.h
953 F: drivers/clocksource/arm_arch_timer.c
956 M: Liviu Dudau <liviu.dudau@arm.com>
958 F: drivers/gpu/drm/arm/hdlcd_*
959 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
961 ARM MALI-DP DRM DRIVER
962 M: Liviu Dudau <liviu.dudau@arm.com>
963 M: Brian Starkey <brian.starkey@arm.com>
964 M: Mali DP Maintainers <malidp@foss.arm.com>
966 F: drivers/gpu/drm/arm/
967 F: Documentation/devicetree/bindings/display/arm,malidp.txt
969 ARM MFM AND FLOPPY DRIVERS
970 M: Ian Molton <spyro@f2s.com>
972 F: arch/arm/lib/floppydma.S
973 F: arch/arm/include/asm/floppy.h
975 ARM PMU PROFILING AND DEBUGGING
976 M: Will Deacon <will.deacon@arm.com>
977 M: Mark Rutland <mark.rutland@arm.com>
979 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
980 F: arch/arm*/kernel/perf_*
981 F: arch/arm/oprofile/common.c
982 F: arch/arm*/kernel/hw_breakpoint.c
983 F: arch/arm*/include/asm/hw_breakpoint.h
984 F: arch/arm*/include/asm/perf_event.h
986 F: include/linux/perf/arm_pmu.h
987 F: Documentation/devicetree/bindings/arm/pmu.txt
988 F: Documentation/devicetree/bindings/perf/
991 M: Russell King <linux@armlinux.org.uk>
992 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
993 W: http://www.armlinux.org.uk/
995 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git
998 ARM SUB-ARCHITECTURES
999 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1003 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
1005 ARM PRIMECELL AACI PL041 DRIVER
1006 M: Russell King <linux@armlinux.org.uk>
1010 ARM PRIMECELL CLCD PL110 DRIVER
1011 M: Russell King <linux@armlinux.org.uk>
1013 F: drivers/video/fbdev/amba-clcd.*
1015 ARM PRIMECELL KMI PL050 DRIVER
1016 M: Russell King <linux@armlinux.org.uk>
1018 F: drivers/input/serio/ambakmi.*
1019 F: include/linux/amba/kmi.h
1021 ARM PRIMECELL MMCI PL180/1 DRIVER
1022 M: Russell King <linux@armlinux.org.uk>
1024 F: drivers/mmc/host/mmci.*
1025 F: include/linux/amba/mmci.h
1027 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1028 M: Russell King <linux@armlinux.org.uk>
1030 F: drivers/tty/serial/amba-pl01*.c
1031 F: include/linux/amba/serial.h
1033 ARM PRIMECELL BUS SUPPORT
1034 M: Russell King <linux@armlinux.org.uk>
1037 F: include/linux/amba/bus.h
1039 ARM/ADS SPHERE MACHINE SUPPORT
1040 M: Lennert Buytenhek <kernel@wantstofly.org>
1041 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1044 ARM/AFEB9260 MACHINE SUPPORT
1045 M: Sergey Lapin <slapin@ossfans.org>
1046 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1049 ARM/AJECO 1ARM MACHINE SUPPORT
1050 M: Lennert Buytenhek <kernel@wantstofly.org>
1051 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1054 ARM/Allwinner sunXi SoC support
1055 M: Maxime Ripard <maxime.ripard@free-electrons.com>
1056 M: Chen-Yu Tsai <wens@csie.org>
1057 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 F: arch/arm/mach-sunxi/
1062 F: arch/arm64/boot/dts/allwinner/
1063 F: drivers/clk/sunxi-ng/
1064 F: drivers/pinctrl/sunxi/
1065 F: drivers/soc/sunxi/
1066 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
1068 ARM/Allwinner SoC Clock Support
1069 M: Emilio López <emilio@elopez.com.ar>
1071 F: drivers/clk/sunxi/
1073 ARM/Amlogic Meson SoC support
1074 M: Carlo Caione <carlo@caione.org>
1075 M: Kevin Hilman <khilman@baylibre.com>
1076 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1077 L: linux-amlogic@lists.infradead.org
1078 W: http://linux-meson.com/
1080 F: arch/arm/mach-meson/
1081 F: arch/arm/boot/dts/meson*
1082 F: arch/arm64/boot/dts/amlogic/
1083 F: drivers/pinctrl/meson/
1084 F: drivers/mmc/host/meson*
1087 ARM/Amlogic Meson SoC CLOCK FRAMEWORK
1088 M: Neil Armstrong <narmstrong@baylibre.com>
1089 M: Jerome Brunet <jbrunet@baylibre.com>
1090 L: linux-amlogic@lists.infradead.org
1092 F: drivers/clk/meson/
1093 F: include/dt-bindings/clock/meson*
1094 F: include/dt-bindings/clock/gxbb*
1095 F: Documentation/devicetree/bindings/clock/amlogic*
1097 ARM/Annapurna Labs ALPINE ARCHITECTURE
1098 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
1099 M: Antoine Tenart <antoine.tenart@free-electrons.com>
1100 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1102 F: arch/arm/mach-alpine/
1103 F: arch/arm/boot/dts/alpine*
1104 F: arch/arm64/boot/dts/al/
1105 F: drivers/*/*alpine*
1107 ARM/ARTPEC MACHINE SUPPORT
1108 M: Jesper Nilsson <jesper.nilsson@axis.com>
1109 M: Lars Persson <lars.persson@axis.com>
1110 M: Niklas Cassel <niklas.cassel@axis.com>
1112 L: linux-arm-kernel@axis.com
1113 F: arch/arm/mach-artpec
1114 F: arch/arm/boot/dts/artpec6*
1116 F: drivers/pinctrl/pinctrl-artpec*
1117 F: Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
1119 ARM/ASPEED MACHINE SUPPORT
1120 M: Joel Stanley <joel@jms.id.au>
1122 F: arch/arm/mach-aspeed/
1123 F: arch/arm/boot/dts/aspeed-*
1124 F: drivers/*/*aspeed*
1126 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1127 M: Nicolas Ferre <nicolas.ferre@microchip.com>
1128 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1129 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 W: http://www.linux4sam.org
1131 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1133 F: arch/arm/mach-at91/
1134 F: include/soc/at91/
1135 F: arch/arm/boot/dts/at91*.dts
1136 F: arch/arm/boot/dts/at91*.dtsi
1137 F: arch/arm/boot/dts/sama*.dts
1138 F: arch/arm/boot/dts/sama*.dtsi
1139 F: arch/arm/include/debug/at91.S
1140 F: drivers/memory/atmel*
1142 ARM/ATMEL AT91 Clock Support
1143 M: Boris Brezillon <boris.brezillon@free-electrons.com>
1147 ARM/CALXEDA HIGHBANK ARCHITECTURE
1148 M: Rob Herring <robh@kernel.org>
1149 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1151 F: arch/arm/mach-highbank/
1152 F: arch/arm/boot/dts/highbank.dts
1153 F: arch/arm/boot/dts/ecx-*.dts*
1155 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1156 M: Krzysztof Halasa <khalasa@piap.pl>
1158 F: arch/arm/mach-cns3xxx/
1160 ARM/CAVIUM THUNDER NETWORK DRIVER
1161 M: Sunil Goutham <sgoutham@cavium.com>
1162 M: Robert Richter <rric@kernel.org>
1163 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1165 F: drivers/net/ethernet/cavium/thunder/
1167 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1168 M: Alexander Shiyan <shc_work@mail.ru>
1169 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1173 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1174 M: Hartley Sweeten <hsweeten@visionengravers.com>
1175 M: Ryan Mallon <rmallon@gmail.com>
1176 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1178 F: arch/arm/mach-ep93xx/
1179 F: arch/arm/mach-ep93xx/include/mach/
1181 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1182 M: Lennert Buytenhek <kernel@wantstofly.org>
1183 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1187 M: Russell King <linux@armlinux.org.uk>
1188 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1190 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1191 F: arch/arm/include/asm/clkdev.h
1192 F: drivers/clk/clkdev.c
1194 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1195 M: Mike Rapoport <mike@compulab.co.il>
1196 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1199 ARM/CONTEC MICRO9 MACHINE SUPPORT
1200 M: Hubert Feurstein <hubert.feurstein@contec.at>
1202 F: arch/arm/mach-ep93xx/micro9.c
1204 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1205 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1206 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1208 F: drivers/hwtracing/coresight/*
1209 F: Documentation/trace/coresight.txt
1210 F: Documentation/trace/coresight-cpu-debug.txt
1211 F: Documentation/devicetree/bindings/arm/coresight.txt
1212 F: Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt
1213 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1214 F: tools/perf/arch/arm/util/pmu.c
1215 F: tools/perf/arch/arm/util/auxtrace.c
1216 F: tools/perf/arch/arm/util/cs-etm.c
1217 F: tools/perf/arch/arm/util/cs-etm.h
1218 F: tools/perf/util/cs-etm.h
1220 ARM/CORGI MACHINE SUPPORT
1221 M: Richard Purdie <rpurdie@rpsys.net>
1224 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1225 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1226 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1227 T: git git://github.com/ulli-kroll/linux.git
1229 F: arch/arm/mach-gemini/
1230 F: drivers/rtc/rtc-gemini.c
1232 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1233 M: Barry Song <baohua@kernel.org>
1234 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1235 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1237 F: arch/arm/boot/dts/prima2*
1238 F: arch/arm/mach-prima2/
1239 F: drivers/clk/sirf/
1240 F: drivers/clocksource/timer-prima2.c
1241 F: drivers/clocksource/timer-atlas7.c
1244 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1245 M: Baruch Siach <baruch@tkos.co.il>
1246 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1248 F: arch/arm/boot/dts/cx92755*
1251 ARM/EBSA110 MACHINE SUPPORT
1252 M: Russell King <linux@armlinux.org.uk>
1253 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1254 W: http://www.armlinux.org.uk/
1256 F: arch/arm/mach-ebsa110/
1257 F: drivers/net/ethernet/amd/am79c961a.*
1259 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1260 M: Uwe Kleine-König <kernel@pengutronix.de>
1261 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1265 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1266 M: Robert Jarzmik <robert.jarzmik@free.fr>
1267 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1269 F: arch/arm/mach-pxa/ezx.c
1271 ARM/FARADAY FA526 PORT
1272 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1273 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1275 T: git git://git.berlios.de/gemini-board
1276 F: arch/arm/mm/*-fa*
1278 ARM/FOOTBRIDGE ARCHITECTURE
1279 M: Russell King <linux@armlinux.org.uk>
1280 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1281 W: http://www.armlinux.org.uk/
1283 F: arch/arm/include/asm/hardware/dec21285.h
1284 F: arch/arm/mach-footbridge/
1286 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1287 M: Shawn Guo <shawnguo@kernel.org>
1288 M: Sascha Hauer <kernel@pengutronix.de>
1289 R: Fabio Estevam <fabio.estevam@nxp.com>
1290 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1292 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1293 F: arch/arm/mach-imx/
1294 F: arch/arm/mach-mxs/
1295 F: arch/arm/boot/dts/imx*
1296 F: arch/arm/configs/imx*_defconfig
1301 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1302 M: Shawn Guo <shawnguo@kernel.org>
1303 M: Sascha Hauer <kernel@pengutronix.de>
1304 R: Stefan Agner <stefan@agner.ch>
1305 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1307 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1308 F: arch/arm/mach-imx/*vf610*
1309 F: arch/arm/boot/dts/vf*
1311 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1312 M: Lennert Buytenhek <kernel@wantstofly.org>
1313 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1316 ARM/GUMSTIX MACHINE SUPPORT
1317 M: Steve Sakoman <sakoman@gmail.com>
1318 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1321 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1322 M: Philipp Zabel <philipp.zabel@gmail.com>
1323 M: Paul Parsons <lost.distance@yahoo.com>
1324 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1326 F: arch/arm/mach-pxa/hx4700.c
1327 F: arch/arm/mach-pxa/include/mach/hx4700.h
1328 F: sound/soc/pxa/hx4700.c
1330 ARM/HISILICON SOC SUPPORT
1331 M: Wei Xu <xuwei5@hisilicon.com>
1332 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1333 W: http://www.hisilicon.com
1335 T: git git://github.com/hisilicon/linux-hisi.git
1336 F: arch/arm/mach-hisi/
1337 F: arch/arm/boot/dts/hi3*
1338 F: arch/arm/boot/dts/hip*
1339 F: arch/arm/boot/dts/hisi*
1340 F: arch/arm64/boot/dts/hisilicon/
1342 ARM/HP JORNADA 7XX MACHINE SUPPORT
1343 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1346 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1347 F: arch/arm/mach-sa1100/jornada720.c
1348 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1350 ARM/IGEP MACHINE SUPPORT
1351 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1352 M: Javier Martinez Canillas <javier@dowhile0.org>
1353 L: linux-omap@vger.kernel.org
1354 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1356 F: arch/arm/boot/dts/omap3-igep*
1358 ARM/INCOME PXA270 SUPPORT
1359 M: Marek Vasut <marek.vasut@gmail.com>
1360 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1362 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1364 ARM/INTEL IOP32X ARM ARCHITECTURE
1365 M: Lennert Buytenhek <kernel@wantstofly.org>
1366 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1369 ARM/INTEL IOP33X ARM ARCHITECTURE
1370 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1373 ARM/INTEL IOP13XX ARM ARCHITECTURE
1374 M: Lennert Buytenhek <kernel@wantstofly.org>
1375 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1378 ARM/INTEL IQ81342EX MACHINE SUPPORT
1379 M: Lennert Buytenhek <kernel@wantstofly.org>
1380 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1383 ARM/INTEL IXDP2850 MACHINE SUPPORT
1384 M: Lennert Buytenhek <kernel@wantstofly.org>
1385 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1388 ARM/INTEL IXP4XX ARM ARCHITECTURE
1389 M: Imre Kaloz <kaloz@openwrt.org>
1390 M: Krzysztof Halasa <khalasa@piap.pl>
1391 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393 F: arch/arm/mach-ixp4xx/
1395 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1396 M: Jonathan Cameron <jic23@cam.ac.uk>
1397 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1399 F: arch/arm/mach-pxa/stargate2.c
1400 F: drivers/pcmcia/pxa2xx_stargate2.c
1402 ARM/INTEL XSC3 (MANZANO) ARM CORE
1403 M: Lennert Buytenhek <kernel@wantstofly.org>
1404 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1407 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1408 M: Lennert Buytenhek <kernel@wantstofly.org>
1409 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1412 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1413 M: Santosh Shilimkar <ssantosh@kernel.org>
1414 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1416 F: arch/arm/mach-keystone/
1417 F: arch/arm/boot/dts/keystone-*
1418 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1420 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1421 M: Santosh Shilimkar <ssantosh@kernel.org>
1422 L: linux-kernel@vger.kernel.org
1424 F: drivers/clk/keystone/
1426 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1427 M: Santosh Shilimkar <ssantosh@kernel.org>
1428 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1429 L: linux-kernel@vger.kernel.org
1431 F: drivers/clocksource/timer-keystone.c
1433 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1434 M: Santosh Shilimkar <ssantosh@kernel.org>
1435 L: linux-kernel@vger.kernel.org
1437 F: drivers/power/reset/keystone-reset.c
1439 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1440 M: Santosh Shilimkar <ssantosh@kernel.org>
1441 L: linux-kernel@vger.kernel.org
1443 F: drivers/memory/*emif*
1445 ARM/LG1K ARCHITECTURE
1446 M: Chanho Min <chanho.min@lge.com>
1447 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1449 F: arch/arm64/boot/dts/lg/
1451 ARM/LOGICPD PXA270 MACHINE SUPPORT
1452 M: Lennert Buytenhek <kernel@wantstofly.org>
1453 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1456 ARM/LPC18XX ARCHITECTURE
1457 M: Joachim Eastwood <manabian@gmail.com>
1458 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1460 F: arch/arm/boot/dts/lpc43*
1461 F: drivers/clk/nxp/clk-lpc18xx*
1462 F: drivers/clocksource/time-lpc32xx.c
1463 F: drivers/i2c/busses/i2c-lpc2k.c
1464 F: drivers/memory/pl172.c
1465 F: drivers/mtd/spi-nor/nxp-spifi.c
1466 F: drivers/rtc/rtc-lpc24xx.c
1469 ARM/LPC32XX SOC SUPPORT
1470 M: Vladimir Zapolskiy <vz@mleia.com>
1471 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1472 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1473 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1475 F: arch/arm/boot/dts/lpc32*
1476 F: arch/arm/mach-lpc32xx/
1477 F: drivers/i2c/busses/i2c-pnx.c
1478 F: drivers/net/ethernet/nxp/lpc_eth.c
1479 F: drivers/usb/host/ohci-nxp.c
1480 F: drivers/watchdog/pnx4008_wdt.c
1483 ARM/MAGICIAN MACHINE SUPPORT
1484 M: Philipp Zabel <philipp.zabel@gmail.com>
1487 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1488 M: Jason Cooper <jason@lakedaemon.net>
1489 M: Andrew Lunn <andrew@lunn.ch>
1490 M: Gregory Clement <gregory.clement@free-electrons.com>
1491 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1492 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1494 F: arch/arm/mach-mvebu/
1495 F: drivers/rtc/rtc-armada38x.c
1496 F: arch/arm/boot/dts/armada*
1497 F: arch/arm/boot/dts/kirkwood*
1498 F: arch/arm64/boot/dts/marvell/armada*
1499 F: drivers/cpufreq/mvebu-cpufreq.c
1500 F: arch/arm/configs/mvebu_*_defconfig
1502 ARM/Marvell Berlin SoC support
1503 M: Jisheng Zhang <jszhang@marvell.com>
1504 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1505 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1507 F: arch/arm/mach-berlin/
1508 F: arch/arm/boot/dts/berlin*
1509 F: arch/arm64/boot/dts/marvell/berlin*
1512 ARM/Marvell Dove/MV78xx0/Orion SOC support
1513 M: Jason Cooper <jason@lakedaemon.net>
1514 M: Andrew Lunn <andrew@lunn.ch>
1515 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1516 M: Gregory Clement <gregory.clement@free-electrons.com>
1517 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1519 F: Documentation/devicetree/bindings/soc/dove/
1520 F: arch/arm/mach-dove/
1521 F: arch/arm/mach-mv78xx0/
1522 F: arch/arm/mach-orion5x/
1523 F: arch/arm/plat-orion/
1524 F: arch/arm/boot/dts/dove*
1525 F: arch/arm/boot/dts/orion5x*
1528 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1529 M: Alexander Clouter <alex@digriz.org.uk>
1530 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1531 W: http://www.digriz.org.uk/ts78xx/kernel
1533 F: arch/arm/mach-orion5x/ts78xx-*
1535 ARM/OXNAS platform support
1536 M: Neil Armstrong <narmstrong@baylibre.com>
1537 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1538 L: linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1540 F: arch/arm/mach-oxnas/
1541 F: arch/arm/boot/dts/ox8*.dtsi
1542 F: arch/arm/boot/dts/wd-mbwe.dts
1543 F: arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
1546 ARM/Mediatek RTC DRIVER
1547 M: Eddie Huang <eddie.huang@mediatek.com>
1548 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1549 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1551 F: drivers/rtc/rtc-mt6397.c
1553 ARM/Mediatek SoC support
1554 M: Matthias Brugger <matthias.bgg@gmail.com>
1555 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1556 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1558 F: arch/arm/boot/dts/mt6*
1559 F: arch/arm/boot/dts/mt7*
1560 F: arch/arm/boot/dts/mt8*
1561 F: arch/arm/mach-mediatek/
1562 F: arch/arm64/boot/dts/mediatek/
1566 ARM/Mediatek USB3 PHY DRIVER
1567 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1568 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1569 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1571 F: drivers/phy/phy-mt65xx-usb3.c
1573 ARM/MICREL KS8695 ARCHITECTURE
1574 M: Greg Ungerer <gerg@uclinux.org>
1575 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1576 F: arch/arm/mach-ks8695/
1579 ARM/MIOA701 MACHINE SUPPORT
1580 M: Robert Jarzmik <robert.jarzmik@free.fr>
1581 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1582 F: arch/arm/mach-pxa/mioa701.c
1585 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1586 M: Michael Petchkovsky <mkpetch@internode.on.net>
1589 ARM/NOMADIK ARCHITECTURE
1590 M: Alessandro Rubini <rubini@unipv.it>
1591 M: Linus Walleij <linus.walleij@linaro.org>
1592 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1594 F: arch/arm/mach-nomadik/
1595 F: drivers/pinctrl/nomadik/
1596 F: drivers/i2c/busses/i2c-nomadik.c
1597 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1599 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1600 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1601 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1602 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1605 ARM/TOSA MACHINE SUPPORT
1606 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1607 M: Dirk Opfer <dirk@opfer-online.de>
1610 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1611 M: Marek Vasut <marek.vasut@gmail.com>
1612 L: linux-arm-kernel@lists.infradead.org
1613 W: http://hackndev.com
1615 F: arch/arm/mach-pxa/include/mach/palmtx.h
1616 F: arch/arm/mach-pxa/palmtx.c
1617 F: arch/arm/mach-pxa/include/mach/palmt5.h
1618 F: arch/arm/mach-pxa/palmt5.c
1619 F: arch/arm/mach-pxa/include/mach/palmld.h
1620 F: arch/arm/mach-pxa/palmld.c
1621 F: arch/arm/mach-pxa/include/mach/palmte2.h
1622 F: arch/arm/mach-pxa/palmte2.c
1623 F: arch/arm/mach-pxa/include/mach/palmtc.h
1624 F: arch/arm/mach-pxa/palmtc.c
1626 ARM/PALM TREO SUPPORT
1627 M: Tomas Cech <sleep_walker@suse.com>
1628 L: linux-arm-kernel@lists.infradead.org
1629 W: http://hackndev.com
1631 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1632 F: arch/arm/mach-pxa/palmtreo.c
1635 M: Sergey Lapin <slapin@ossfans.org>
1636 L: linux-arm-kernel@lists.infradead.org
1637 W: http://hackndev.com
1639 F: arch/arm/mach-pxa/include/mach/palmz72.h
1640 F: arch/arm/mach-pxa/palmz72.c
1643 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1644 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1647 ARM/PT DIGITAL BOARD PORT
1648 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1649 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1650 W: http://www.armlinux.org.uk/
1653 ARM/QUALCOMM SUPPORT
1654 M: Andy Gross <andy.gross@linaro.org>
1655 M: David Brown <david.brown@linaro.org>
1656 L: linux-arm-msm@vger.kernel.org
1657 L: linux-soc@vger.kernel.org
1659 F: Documentation/devicetree/bindings/soc/qcom/
1660 F: arch/arm/boot/dts/qcom-*.dts
1661 F: arch/arm/boot/dts/qcom-*.dtsi
1662 F: arch/arm/mach-qcom/
1663 F: arch/arm64/boot/dts/qcom/*
1664 F: drivers/i2c/busses/i2c-qup.c
1665 F: drivers/clk/qcom/
1666 F: drivers/pinctrl/qcom/
1667 F: drivers/dma/qcom/
1668 F: drivers/soc/qcom/
1669 F: drivers/spi/spi-qup.c
1670 F: drivers/tty/serial/msm_serial.h
1671 F: drivers/tty/serial/msm_serial.c
1672 F: drivers/*/pm8???-*
1673 F: drivers/mfd/ssbi.c
1674 F: drivers/firmware/qcom_scm.c
1675 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1677 ARM/RADISYS ENP2611 MACHINE SUPPORT
1678 M: Lennert Buytenhek <kernel@wantstofly.org>
1679 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1682 ARM/RENESAS ARM64 ARCHITECTURE
1683 M: Simon Horman <horms@verge.net.au>
1684 M: Magnus Damm <magnus.damm@gmail.com>
1685 L: linux-renesas-soc@vger.kernel.org
1686 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1687 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1689 F: arch/arm64/boot/dts/renesas/
1690 F: drivers/soc/renesas/
1691 F: include/linux/soc/renesas/
1693 ARM/RISCPC ARCHITECTURE
1694 M: Russell King <linux@armlinux.org.uk>
1695 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1696 W: http://www.armlinux.org.uk/
1698 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1699 F: arch/arm/include/asm/hardware/ioc.h
1700 F: arch/arm/include/asm/hardware/iomd.h
1701 F: arch/arm/include/asm/hardware/memc.h
1702 F: arch/arm/mach-rpc/
1703 F: drivers/net/ethernet/8390/etherh.c
1704 F: drivers/net/ethernet/i825xx/ether1*
1705 F: drivers/net/ethernet/seeq/ether3*
1706 F: drivers/scsi/arm/
1708 ARM/Rockchip SoC support
1709 M: Heiko Stuebner <heiko@sntech.de>
1710 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1711 L: linux-rockchip@lists.infradead.org
1712 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1714 F: arch/arm/boot/dts/rk3*
1715 F: arch/arm/mach-rockchip/
1716 F: drivers/clk/rockchip/
1717 F: drivers/i2c/busses/i2c-rk3x.c
1718 F: drivers/*/*rockchip*
1719 F: drivers/*/*/*rockchip*
1720 F: sound/soc/rockchip/
1723 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1724 M: Kukjin Kim <kgene@kernel.org>
1725 M: Krzysztof Kozlowski <krzk@kernel.org>
1726 R: Javier Martinez Canillas <javier@osg.samsung.com>
1727 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1728 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1729 Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
1731 F: arch/arm/boot/dts/s3c*
1732 F: arch/arm/boot/dts/s5p*
1733 F: arch/arm/boot/dts/samsung*
1734 F: arch/arm/boot/dts/exynos*
1735 F: arch/arm64/boot/dts/exynos/
1736 F: arch/arm/plat-samsung/
1737 F: arch/arm/mach-s3c24*/
1738 F: arch/arm/mach-s3c64xx/
1739 F: arch/arm/mach-s5p*/
1740 F: arch/arm/mach-exynos*/
1741 F: drivers/*/*s3c24*
1742 F: drivers/*/*/*s3c24*
1743 F: drivers/*/*s3c64xx*
1744 F: drivers/*/*s5pv210*
1745 F: drivers/memory/samsung/*
1746 F: drivers/soc/samsung/*
1747 F: Documentation/arm/Samsung/
1748 F: Documentation/devicetree/bindings/arm/samsung/
1749 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1750 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1753 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1754 M: Kyungmin Park <kyungmin.park@samsung.com>
1755 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1757 F: arch/arm/mach-s5pv210/
1759 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1760 M: Kyungmin Park <kyungmin.park@samsung.com>
1761 M: Kamil Debski <kamil@wypas.org>
1762 M: Andrzej Hajda <a.hajda@samsung.com>
1763 L: linux-arm-kernel@lists.infradead.org
1764 L: linux-media@vger.kernel.org
1766 F: drivers/media/platform/s5p-g2d/
1768 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1769 M: Kyungmin Park <kyungmin.park@samsung.com>
1770 M: Kamil Debski <kamil@wypas.org>
1771 M: Jeongtae Park <jtp.park@samsung.com>
1772 M: Andrzej Hajda <a.hajda@samsung.com>
1773 L: linux-arm-kernel@lists.infradead.org
1774 L: linux-media@vger.kernel.org
1776 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1777 F: drivers/media/platform/s5p-mfc/
1779 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1780 M: Kyungmin Park <kyungmin.park@samsung.com>
1781 L: linux-arm-kernel@lists.infradead.org
1782 L: linux-media@vger.kernel.org
1784 F: drivers/staging/media/platform/s5p-cec/
1786 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1787 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1788 M: Jacek Anaszewski <jacek.anaszewski@gmail.com>
1789 L: linux-arm-kernel@lists.infradead.org
1790 L: linux-media@vger.kernel.org
1792 F: drivers/media/platform/s5p-jpeg/
1794 ARM/SHMOBILE ARM ARCHITECTURE
1795 M: Simon Horman <horms@verge.net.au>
1796 M: Magnus Damm <magnus.damm@gmail.com>
1797 L: linux-renesas-soc@vger.kernel.org
1798 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1799 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1801 F: arch/arm/boot/dts/emev2*
1802 F: arch/arm/boot/dts/r7s*
1803 F: arch/arm/boot/dts/r8a*
1804 F: arch/arm/boot/dts/sh*
1805 F: arch/arm/configs/shmobile_defconfig
1806 F: arch/arm/include/debug/renesas-scif.S
1807 F: arch/arm/mach-shmobile/
1808 F: drivers/soc/renesas/
1809 F: include/linux/soc/renesas/
1811 ARM/SOCFPGA ARCHITECTURE
1812 M: Dinh Nguyen <dinguyen@kernel.org>
1814 F: arch/arm/mach-socfpga/
1815 F: arch/arm/boot/dts/socfpga*
1816 F: arch/arm/configs/socfpga_defconfig
1817 F: arch/arm64/boot/dts/altera/
1818 W: http://www.rocketboards.org
1819 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1821 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1822 M: Dinh Nguyen <dinguyen@kernel.org>
1824 F: drivers/clk/socfpga/
1826 ARM/SOCFPGA EDAC SUPPORT
1827 M: Thor Thayer <thor.thayer@linux.intel.com>
1829 F: drivers/edac/altera_edac.
1831 ARM/STI ARCHITECTURE
1832 M: Patrice Chotard <patrice.chotard@st.com>
1833 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1834 L: kernel@stlinux.com
1835 W: http://www.stlinux.com
1837 F: arch/arm/mach-sti/
1838 F: arch/arm/boot/dts/sti*
1839 F: drivers/char/hw_random/st-rng.c
1840 F: drivers/clocksource/arm_global_timer.c
1841 F: drivers/clocksource/clksrc_st_lpc.c
1842 F: drivers/cpufreq/sti-cpufreq.c
1843 F: drivers/dma/st_fdma*
1844 F: drivers/i2c/busses/i2c-st.c
1845 F: drivers/media/rc/st_rc.c
1846 F: drivers/media/platform/sti/c8sectpfe/
1847 F: drivers/mmc/host/sdhci-st.c
1848 F: drivers/phy/phy-miphy28lp.c
1849 F: drivers/phy/phy-stih407-usb.c
1850 F: drivers/pinctrl/pinctrl-st.c
1851 F: drivers/remoteproc/st_remoteproc.c
1852 F: drivers/remoteproc/st_slim_rproc.c
1853 F: drivers/reset/sti/
1854 F: drivers/rtc/rtc-st-lpc.c
1855 F: drivers/tty/serial/st-asc.c
1856 F: drivers/usb/dwc3/dwc3-st.c
1857 F: drivers/usb/host/ehci-st.c
1858 F: drivers/usb/host/ohci-st.c
1859 F: drivers/watchdog/st_lpc_wdt.c
1860 F: drivers/ata/ahci_st.c
1861 F: include/linux/remoteproc/st_slim_rproc.h
1863 ARM/STM32 ARCHITECTURE
1864 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1865 M: Alexandre Torgue <alexandre.torgue@st.com>
1866 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1868 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1870 F: drivers/clocksource/armv7m_systick.c
1872 ARM/TANGO ARCHITECTURE
1873 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1874 L: linux-arm-kernel@lists.infradead.org
1878 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1879 M: Lennert Buytenhek <kernel@wantstofly.org>
1880 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1883 ARM/TETON BGA MACHINE SUPPORT
1884 M: "Mark F. Brown" <mark.brown314@gmail.com>
1885 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1888 ARM/THECUS N2100 MACHINE SUPPORT
1889 M: Lennert Buytenhek <kernel@wantstofly.org>
1890 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1893 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1894 M: Wan ZongShun <mcuos.com@gmail.com>
1895 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1896 W: http://www.mcuos.com
1898 F: arch/arm/mach-w90x900/
1899 F: drivers/input/keyboard/w90p910_keypad.c
1900 F: drivers/input/touchscreen/w90p910_ts.c
1901 F: drivers/watchdog/nuc900_wdt.c
1902 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1903 F: drivers/mtd/nand/nuc900_nand.c
1904 F: drivers/rtc/rtc-nuc900.c
1905 F: drivers/spi/spi-nuc900.c
1906 F: drivers/usb/host/ehci-w90x900.c
1907 F: drivers/video/fbdev/nuc900fb.c
1909 ARM/U300 MACHINE SUPPORT
1910 M: Linus Walleij <linus.walleij@linaro.org>
1911 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1913 F: arch/arm/mach-u300/
1914 F: drivers/clocksource/timer-u300.c
1915 F: drivers/i2c/busses/i2c-stu300.c
1916 F: drivers/rtc/rtc-coh901331.c
1917 F: drivers/watchdog/coh901327_wdt.c
1918 F: drivers/dma/coh901318*
1919 F: drivers/mfd/ab3100*
1920 F: drivers/rtc/rtc-ab3100.c
1921 F: drivers/rtc/rtc-coh901331.c
1922 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1924 ARM/UNIPHIER ARCHITECTURE
1925 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1926 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1927 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1929 F: arch/arm/boot/dts/uniphier*
1930 F: arch/arm/include/asm/hardware/cache-uniphier.h
1931 F: arch/arm/mach-uniphier/
1932 F: arch/arm/mm/cache-uniphier.c
1933 F: arch/arm64/boot/dts/socionext/
1934 F: drivers/bus/uniphier-system-bus.c
1935 F: drivers/clk/uniphier/
1936 F: drivers/i2c/busses/i2c-uniphier*
1937 F: drivers/pinctrl/uniphier/
1938 F: drivers/reset/reset-uniphier.c
1939 F: drivers/tty/serial/8250/8250_uniphier.c
1942 ARM/Ux500 ARM ARCHITECTURE
1943 M: Linus Walleij <linus.walleij@linaro.org>
1944 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1946 F: arch/arm/mach-ux500/
1947 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1948 F: drivers/dma/ste_dma40*
1949 F: drivers/hwspinlock/u8500_hsem.c
1950 F: drivers/mfd/abx500*
1951 F: drivers/mfd/ab8500*
1952 F: drivers/mfd/dbx500*
1953 F: drivers/mfd/db8500*
1954 F: drivers/pinctrl/nomadik/pinctrl-ab*
1955 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1956 F: drivers/rtc/rtc-ab8500.c
1957 F: drivers/rtc/rtc-pl031.c
1958 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1960 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1961 M: Ulf Hansson <ulf.hansson@linaro.org>
1962 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1963 T: git git://git.linaro.org/people/ulfh/clk.git
1965 F: drivers/clk/ux500/
1967 ARM/VERSATILE EXPRESS PLATFORM
1968 M: Liviu Dudau <liviu.dudau@arm.com>
1969 M: Sudeep Holla <sudeep.holla@arm.com>
1970 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1971 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1973 F: arch/arm/boot/dts/vexpress*
1974 F: arch/arm64/boot/dts/arm/
1975 F: arch/arm/mach-vexpress/
1978 F: drivers/clk/versatile/clk-vexpress-osc.c
1979 F: drivers/clocksource/versatile.c
1983 M: Russell King <linux@armlinux.org.uk>
1984 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1985 W: http://www.armlinux.org.uk/
1989 ARM/VOIPAC PXA270 SUPPORT
1990 M: Marek Vasut <marek.vasut@gmail.com>
1991 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1993 F: arch/arm/mach-pxa/vpac270.c
1994 F: arch/arm/mach-pxa/include/mach/vpac270.h
1996 ARM/VT8500 ARM ARCHITECTURE
1997 M: Tony Prisk <linux@prisktech.co.nz>
1998 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2000 F: arch/arm/mach-vt8500/
2001 F: drivers/clocksource/vt8500_timer.c
2002 F: drivers/i2c/busses/i2c-wmt.c
2003 F: drivers/mmc/host/wmt-sdmmc.c
2004 F: drivers/pwm/pwm-vt8500.c
2005 F: drivers/rtc/rtc-vt8500.c
2006 F: drivers/tty/serial/vt8500_serial.c
2007 F: drivers/usb/host/ehci-platform.c
2008 F: drivers/usb/host/uhci-platform.c
2009 F: drivers/video/fbdev/vt8500lcdfb.*
2010 F: drivers/video/fbdev/wm8505fb*
2011 F: drivers/video/fbdev/wmt_ge_rops.*
2013 ARM/ZIPIT Z2 SUPPORT
2014 M: Marek Vasut <marek.vasut@gmail.com>
2015 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2017 F: arch/arm/mach-pxa/z2.c
2018 F: arch/arm/mach-pxa/include/mach/z2.h
2020 ARM/ZTE ARCHITECTURE
2021 M: Jun Nie <jun.nie@linaro.org>
2022 M: Baoyou Xie <baoyou.xie@linaro.org>
2023 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2025 F: arch/arm/mach-zx/
2027 F: drivers/reset/reset-zx2967.c
2029 F: Documentation/devicetree/bindings/arm/zte.txt
2030 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
2031 F: Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2032 F: Documentation/devicetree/bindings/soc/zte/
2033 F: include/dt-bindings/soc/zx*.h
2035 ARM/ZYNQ ARCHITECTURE
2036 M: Michal Simek <michal.simek@xilinx.com>
2037 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
2038 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2039 W: http://wiki.xilinx.com
2040 T: git https://github.com/Xilinx/linux-xlnx.git
2042 F: arch/arm/mach-zynq/
2043 F: drivers/cpuidle/cpuidle-zynq.c
2044 F: drivers/block/xsysace.c
2047 F: drivers/clocksource/cadence_ttc_timer.c
2048 F: drivers/i2c/busses/i2c-cadence.c
2049 F: drivers/mmc/host/sdhci-of-arasan.c
2050 F: drivers/edac/synopsys_edac.c
2053 M: Will Deacon <will.deacon@arm.com>
2054 R: Robin Murphy <robin.murphy@arm.com>
2055 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2057 F: drivers/iommu/arm-smmu.c
2058 F: drivers/iommu/arm-smmu-v3.c
2059 F: drivers/iommu/io-pgtable-arm.c
2060 F: drivers/iommu/io-pgtable-arm-v7s.c
2062 ARM64 PORT (AARCH64 ARCHITECTURE)
2063 M: Catalin Marinas <catalin.marinas@arm.com>
2064 M: Will Deacon <will.deacon@arm.com>
2065 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2066 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2069 F: Documentation/arm64/
2071 AS3645A LED FLASH CONTROLLER DRIVER
2072 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2073 L: linux-media@vger.kernel.org
2074 T: git git://linuxtv.org/media_tree.git
2076 F: drivers/media/i2c/as3645a.c
2077 F: include/media/i2c/as3645a.h
2079 ASAHI KASEI AK8974 DRIVER
2080 M: Linus Walleij <linus.walleij@linaro.org>
2081 L: linux-iio@vger.kernel.org
2082 W: http://www.akm.com/
2084 F: drivers/iio/magnetometer/ak8974.c
2086 ASC7621 HARDWARE MONITOR DRIVER
2087 M: George Joseph <george.joseph@fairview5.com>
2088 L: linux-hwmon@vger.kernel.org
2090 F: Documentation/hwmon/asc7621
2091 F: drivers/hwmon/asc7621.c
2093 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2094 M: Corentin Chary <corentin.chary@gmail.com>
2095 L: acpi4asus-user@lists.sourceforge.net
2096 L: platform-driver-x86@vger.kernel.org
2097 W: http://acpi4asus.sf.net
2099 F: drivers/platform/x86/asus*.c
2100 F: drivers/platform/x86/eeepc*.c
2102 ASUS WIRELESS RADIO CONTROL DRIVER
2103 M: João Paulo Rechi Vita <jprvita@gmail.com>
2104 L: platform-driver-x86@vger.kernel.org
2106 F: drivers/platform/x86/asus-wireless.c
2109 M: David Howells <dhowells@redhat.com>
2110 L: keyrings@vger.kernel.org
2112 F: Documentation/crypto/asymmetric-keys.txt
2113 F: include/linux/verification.h
2114 F: include/crypto/public_key.h
2115 F: include/crypto/pkcs7.h
2116 F: crypto/asymmetric_keys/
2118 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2119 R: Dan Williams <dan.j.williams@intel.com>
2120 W: http://sourceforge.net/projects/xscaleiop
2122 F: Documentation/crypto/async-tx-api.txt
2125 F: include/linux/dmaengine.h
2126 F: include/linux/async_tx.h
2129 M: Wolfram Sang <wsa@the-dreams.de>
2130 L: linux-i2c@vger.kernel.org
2132 F: drivers/misc/eeprom/at24.c
2133 F: include/linux/platform_data/at24.h
2135 ATA OVER ETHERNET (AOE) DRIVER
2136 M: "Ed L. Cashin" <ed.cashin@acm.org>
2137 W: http://www.openaoe.org/
2139 F: Documentation/aoe/
2140 F: drivers/block/aoe/
2142 ATHEROS 71XX/9XXX GPIO DRIVER
2143 M: Alban Bedel <albeu@free.fr>
2144 W: https://github.com/AlbanBedel/linux
2145 T: git git://github.com/AlbanBedel/linux
2147 F: drivers/gpio/gpio-ath79.c
2148 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2150 ATHEROS ATH GENERIC UTILITIES
2151 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2152 L: linux-wireless@vger.kernel.org
2154 F: drivers/net/wireless/ath/*
2156 ATHEROS ATH5K WIRELESS DRIVER
2157 M: Jiri Slaby <jirislaby@gmail.com>
2158 M: Nick Kossifidis <mickflemm@gmail.com>
2159 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2160 L: linux-wireless@vger.kernel.org
2161 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2163 F: drivers/net/wireless/ath/ath5k/
2165 ATHEROS ATH6KL WIRELESS DRIVER
2166 M: Kalle Valo <kvalo@qca.qualcomm.com>
2167 L: linux-wireless@vger.kernel.org
2168 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2169 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2171 F: drivers/net/wireless/ath/ath6kl/
2173 WILOCITY WIL6210 WIRELESS DRIVER
2174 M: Maya Erez <qca_merez@qca.qualcomm.com>
2175 L: linux-wireless@vger.kernel.org
2176 L: wil6210@qca.qualcomm.com
2178 W: http://wireless.kernel.org/en/users/Drivers/wil6210
2179 F: drivers/net/wireless/ath/wil6210/
2180 F: include/uapi/linux/wil6210_uapi.h
2182 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2183 M: Christian Lamparter <chunkeey@googlemail.com>
2184 L: linux-wireless@vger.kernel.org
2185 W: http://wireless.kernel.org/en/users/Drivers/carl9170
2187 F: drivers/net/wireless/ath/carl9170/
2189 ATK0110 HWMON DRIVER
2190 M: Luca Tettamanti <kronos.it@gmail.com>
2191 L: linux-hwmon@vger.kernel.org
2193 F: drivers/hwmon/asus_atk0110.c
2196 M: Ville Syrjala <syrjala@sci.fi>
2198 F: drivers/input/misc/ati_remote2.c
2200 ATLX ETHERNET DRIVERS
2201 M: Jay Cliburn <jcliburn@gmail.com>
2202 M: Chris Snook <chris.snook@gmail.com>
2203 L: netdev@vger.kernel.org
2204 W: http://sourceforge.net/projects/atl1
2205 W: http://atl1.sourceforge.net
2207 F: drivers/net/ethernet/atheros/
2210 M: Chas Williams <3chas3@gmail.com>
2211 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2212 L: netdev@vger.kernel.org
2213 W: http://linux-atm.sourceforge.net
2216 F: include/linux/atm*
2217 F: include/uapi/linux/atm*
2219 ATMEL AT91 / AT32 MCI DRIVER
2220 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2222 F: drivers/mmc/host/atmel-mci.c
2224 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2225 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2227 F: drivers/power/reset/at91-sama5d2_shdwc.c
2229 ATMEL SAMA5D2 ADC DRIVER
2230 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2231 L: linux-iio@vger.kernel.org
2233 F: drivers/iio/adc/at91-sama5d2_adc.c
2235 ATMEL Audio ALSA driver
2236 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2237 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2242 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2243 L: linux-arm-kernel@lists.infradead.org
2244 L: dmaengine@vger.kernel.org
2246 F: drivers/dma/at_xdmac.c
2249 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2250 L: linux-i2c@vger.kernel.org
2252 F: drivers/i2c/busses/i2c-at91.c
2255 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2256 L: linux-media@vger.kernel.org
2258 F: drivers/media/platform/atmel/atmel-isi.c
2259 F: include/media/atmel-isi.h
2262 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2263 L: linux-fbdev@vger.kernel.org
2265 F: drivers/video/fbdev/atmel_lcdfb.c
2266 F: include/video/atmel_lcdc.h
2268 ATMEL MACB ETHERNET DRIVER
2269 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2271 F: drivers/net/ethernet/cadence/
2274 M: Wenyou Yang <wenyou.yang@atmel.com>
2275 M: Josh Wu <rainyfeeling@outlook.com>
2276 L: linux-mtd@lists.infradead.org
2278 F: drivers/mtd/nand/atmel/*
2281 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2282 L: linux-mmc@vger.kernel.org
2284 F: drivers/mmc/host/sdhci-of-at91.c
2287 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2289 F: drivers/spi/spi-atmel.*
2292 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2293 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2295 F: drivers/misc/atmel-ssc.c
2296 F: include/linux/atmel-ssc.h
2298 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2299 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2300 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2302 F: drivers/misc/atmel_tclib.c
2303 F: drivers/clocksource/tcb_clksrc.c
2305 ATMEL USBA UDC DRIVER
2306 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2307 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2309 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2311 ATMEL WIRELESS DRIVER
2312 M: Simon Kelley <simon@thekelleys.org.uk>
2313 L: linux-wireless@vger.kernel.org
2314 W: http://www.thekelleys.org.uk/atmel
2315 W: http://atmelwlandriver.sourceforge.net/
2317 F: drivers/net/wireless/atmel/atmel*
2319 ATMEL MAXTOUCH DRIVER
2320 M: Nick Dyer <nick@shmanahar.org>
2321 T: git git://github.com/ndyer/linux.git
2323 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2324 F: drivers/input/touchscreen/atmel_mxt_ts.c
2325 F: include/linux/platform_data/atmel_mxt_ts.h
2327 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2328 M: Bradley Grove <linuxdrivers@attotech.com>
2329 L: linux-scsi@vger.kernel.org
2330 W: http://www.attotech.com
2332 F: drivers/scsi/esas2r
2334 ATUSB IEEE 802.15.4 RADIO DRIVER
2335 M: Stefan Schmidt <stefan@osg.samsung.com>
2336 L: linux-wpan@vger.kernel.org
2338 F: drivers/net/ieee802154/atusb.c
2339 F: drivers/net/ieee802154/atusb.h
2340 F: drivers/net/ieee802154/at86rf230.h
2343 M: Paul Moore <paul@paul-moore.com>
2344 M: Eric Paris <eparis@redhat.com>
2345 L: linux-audit@redhat.com (moderated for non-subscribers)
2346 W: http://people.redhat.com/sgrubb/audit/
2347 T: git git://git.infradead.org/users/pcmoore/audit
2349 F: include/linux/audit.h
2350 F: include/uapi/linux/audit.h
2353 AUXILIARY DISPLAY DRIVERS
2354 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2355 W: http://miguelojeda.es/auxdisplay.htm
2356 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2358 F: drivers/auxdisplay/
2359 F: include/linux/cfag12864b.h
2362 M: Ralf Baechle <ralf@linux-mips.org>
2363 L: linux-hams@vger.kernel.org
2364 W: http://www.linux-ax25.org/
2366 F: include/uapi/linux/ax25.h
2367 F: include/net/ax25.h
2370 AXENTIA ASOC DRIVERS
2371 M: Peter Rosin <peda@axentia.se>
2372 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2374 F: Documentation/devicetree/bindings/sound/axentia,*
2375 F: sound/soc/atmel/tse850-pcm5142.c
2378 M: Peter Rosin <peda@axentia.se>
2379 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2381 F: Documentation/devicetree/bindings/arm/axentia.txt
2382 F: arch/arm/boot/dts/at91-linea.dtsi
2383 F: arch/arm/boot/dts/at91-tse850-3.dts
2386 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2387 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2388 L: linux-media@vger.kernel.org
2389 W: https://linuxtv.org
2390 T: git git://linuxtv.org/media_tree.git
2392 F: drivers/media/usb/dvb-usb-v2/az6007.c
2394 AZTECH FM RADIO RECEIVER DRIVER
2395 M: Hans Verkuil <hverkuil@xs4all.nl>
2396 L: linux-media@vger.kernel.org
2397 T: git git://linuxtv.org/media_tree.git
2398 W: https://linuxtv.org
2400 F: drivers/media/radio/radio-aztech*
2403 L: linux-wireless@vger.kernel.org
2404 L: b43-dev@lists.infradead.org
2405 W: http://wireless.kernel.org/en/users/Drivers/b43
2407 F: drivers/net/wireless/broadcom/b43/
2409 B43LEGACY WIRELESS DRIVER
2410 M: Larry Finger <Larry.Finger@lwfinger.net>
2411 L: linux-wireless@vger.kernel.org
2412 L: b43-dev@lists.infradead.org
2413 W: http://wireless.kernel.org/en/users/Drivers/b43
2415 F: drivers/net/wireless/broadcom/b43legacy/
2417 BACKLIGHT CLASS/SUBSYSTEM
2418 M: Lee Jones <lee.jones@linaro.org>
2419 M: Daniel Thompson <daniel.thompson@linaro.org>
2420 M: Jingoo Han <jingoohan1@gmail.com>
2421 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2423 F: drivers/video/backlight/
2424 F: include/linux/backlight.h
2425 F: include/linux/pwm_backlight.h
2426 F: Documentation/devicetree/bindings/leds/backlight
2429 M: Marek Lindner <mareklindner@neomailbox.ch>
2430 M: Simon Wunderlich <sw@simonwunderlich.de>
2431 M: Antonio Quartulli <a@unstable.cc>
2432 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2433 W: https://www.open-mesh.org/
2434 Q: https://patchwork.open-mesh.org/project/batman/list/
2436 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2437 F: Documentation/ABI/testing/sysfs-class-net-mesh
2438 F: Documentation/networking/batman-adv.txt
2439 F: include/uapi/linux/batman_adv.h
2442 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2443 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2444 L: linux-hams@vger.kernel.org
2445 W: http://www.baycom.org/~tom/ham/ham.html
2447 F: drivers/net/hamradio/baycom*
2449 BCACHE (BLOCK LAYER CACHE)
2450 M: Kent Overstreet <kent.overstreet@gmail.com>
2451 L: linux-bcache@vger.kernel.org
2452 W: http://bcache.evilpiepirate.org
2454 F: drivers/md/bcache/
2456 BDISP ST MEDIA DRIVER
2457 M: Fabien Dessenne <fabien.dessenne@st.com>
2458 L: linux-media@vger.kernel.org
2459 T: git git://linuxtv.org/media_tree.git
2460 W: https://linuxtv.org
2462 F: drivers/media/platform/sti/bdisp
2464 DELTA ST MEDIA DRIVER
2465 M: Hugues Fruchet <hugues.fruchet@st.com>
2466 L: linux-media@vger.kernel.org
2467 T: git git://linuxtv.org/media_tree.git
2468 W: https://linuxtv.org
2470 F: drivers/media/platform/sti/delta
2473 M: Luis de Bethencourt <luisbg@osg.samsung.com>
2474 M: Salah Triki <salah.triki@gmail.com>
2476 T: git git://github.com/luisbg/linux-befs.git
2477 F: Documentation/filesystems/befs.txt
2480 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2481 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2482 L: netdev@vger.kernel.org
2484 F: drivers/net/ethernet/ec_bhf.c
2487 M: "Tigran A. Aivazian" <aivazian.tigran@gmail.com>
2489 F: Documentation/filesystems/bfs.txt
2491 F: include/uapi/linux/bfs_fs.h
2493 BLACKFIN ARCHITECTURE
2494 M: Steven Miao <realmz6@gmail.com>
2495 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2496 T: git git://git.code.sf.net/p/adi-linux/code
2497 W: http://blackfin.uclinux.org
2501 BLACKFIN EMAC DRIVER
2502 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2503 W: http://blackfin.uclinux.org
2505 F: drivers/net/ethernet/adi/
2508 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2509 W: http://blackfin.uclinux.org
2511 F: drivers/rtc/rtc-bfin.c
2514 M: Sonic Zhang <sonic.zhang@analog.com>
2515 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2516 W: http://blackfin.uclinux.org
2518 F: drivers/mmc/host/bfin_sdh.c
2520 BLACKFIN SERIAL DRIVER
2521 M: Sonic Zhang <sonic.zhang@analog.com>
2522 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2523 W: http://blackfin.uclinux.org
2525 F: drivers/tty/serial/bfin_uart.c
2527 BLACKFIN WATCHDOG DRIVER
2528 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2529 W: http://blackfin.uclinux.org
2531 F: drivers/watchdog/bfin_wdt.c
2533 BLACKFIN I2C TWI DRIVER
2534 M: Sonic Zhang <sonic.zhang@analog.com>
2535 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2536 W: http://blackfin.uclinux.org/
2538 F: drivers/i2c/busses/i2c-bfin-twi.c
2540 BLACKFIN MEDIA DRIVER
2541 M: Scott Jiang <scott.jiang.linux@gmail.com>
2542 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2543 W: http://blackfin.uclinux.org/
2545 F: drivers/media/platform/blackfin/
2546 F: drivers/media/i2c/adv7183*
2547 F: drivers/media/i2c/vs6624*
2549 BLINKM RGB LED DRIVER
2550 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2552 F: drivers/leds/leds-blinkm.c
2555 M: Jens Axboe <axboe@kernel.dk>
2556 L: linux-block@vger.kernel.org
2557 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2560 F: kernel/trace/blktrace.c
2564 M: Paolo Valente <paolo.valente@linaro.org>
2565 M: Jens Axboe <axboe@kernel.dk>
2566 L: linux-block@vger.kernel.org
2569 F: Documentation/block/bfq-iosched.txt
2572 M: Joern Engel <joern@lazybastard.org>
2573 L: linux-mtd@lists.infradead.org
2575 F: drivers/mtd/devices/block2mtd.c
2578 M: Marcel Holtmann <marcel@holtmann.org>
2579 M: Gustavo Padovan <gustavo@padovan.org>
2580 M: Johan Hedberg <johan.hedberg@gmail.com>
2581 L: linux-bluetooth@vger.kernel.org
2582 W: http://www.bluez.org/
2583 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2584 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2586 F: drivers/bluetooth/
2589 M: Marcel Holtmann <marcel@holtmann.org>
2590 M: Gustavo Padovan <gustavo@padovan.org>
2591 M: Johan Hedberg <johan.hedberg@gmail.com>
2592 L: linux-bluetooth@vger.kernel.org
2593 W: http://www.bluez.org/
2594 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2595 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2598 F: include/net/bluetooth/
2601 M: Jay Vosburgh <j.vosburgh@gmail.com>
2602 M: Veaceslav Falico <vfalico@gmail.com>
2603 M: Andy Gospodarek <andy@greyhouse.net>
2604 L: netdev@vger.kernel.org
2605 W: http://sourceforge.net/projects/bonding/
2607 F: drivers/net/bonding/
2608 F: include/uapi/linux/if_bonding.h
2610 BPF (Safe dynamic programs and tools)
2611 M: Alexei Starovoitov <ast@kernel.org>
2612 M: Daniel Borkmann <daniel@iogearbox.net>
2613 L: netdev@vger.kernel.org
2614 L: linux-kernel@vger.kernel.org
2616 F: arch/x86/net/bpf_jit*
2617 F: Documentation/networking/filter.txt
2618 F: include/linux/bpf*
2619 F: include/linux/filter.h
2620 F: include/uapi/linux/bpf*
2621 F: include/uapi/linux/filter.h
2623 F: kernel/trace/bpf_trace.c
2626 F: net/core/filter.c
2627 F: net/sched/act_bpf.c
2628 F: net/sched/cls_bpf.c
2631 F: tools/testing/selftests/bpf/
2633 BROADCOM B44 10/100 ETHERNET DRIVER
2634 M: Michael Chan <michael.chan@broadcom.com>
2635 L: netdev@vger.kernel.org
2637 F: drivers/net/ethernet/broadcom/b44.*
2639 BROADCOM B53 ETHERNET SWITCH DRIVER
2640 M: Florian Fainelli <f.fainelli@gmail.com>
2641 L: netdev@vger.kernel.org
2642 L: openwrt-devel@lists.openwrt.org (subscribers-only)
2644 F: drivers/net/dsa/b53/*
2645 F: include/linux/platform_data/b53.h
2647 BROADCOM GENET ETHERNET DRIVER
2648 M: Florian Fainelli <f.fainelli@gmail.com>
2649 L: netdev@vger.kernel.org
2651 F: drivers/net/ethernet/broadcom/genet/
2653 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2654 M: Rasesh Mody <rasesh.mody@cavium.com>
2655 M: Harish Patil <harish.patil@cavium.com>
2656 M: Dept-GELinuxNICDev@cavium.com
2657 L: netdev@vger.kernel.org
2659 F: drivers/net/ethernet/broadcom/bnx2.*
2660 F: drivers/net/ethernet/broadcom/bnx2_*
2662 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2663 M: Yuval Mintz <Yuval.Mintz@cavium.com>
2664 M: Ariel Elior <ariel.elior@cavium.com>
2665 M: everest-linux-l2@cavium.com
2666 L: netdev@vger.kernel.org
2668 F: drivers/net/ethernet/broadcom/bnx2x/
2670 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2671 M: Michael Chan <michael.chan@broadcom.com>
2672 L: netdev@vger.kernel.org
2674 F: drivers/net/ethernet/broadcom/bnxt/
2676 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2677 M: Florian Fainelli <f.fainelli@gmail.com>
2678 M: Ray Jui <rjui@broadcom.com>
2679 M: Scott Branden <sbranden@broadcom.com>
2680 M: bcm-kernel-feedback-list@broadcom.com
2681 T: git git://github.com/broadcom/mach-bcm
2687 F: arch/arm/mach-bcm/
2689 BROADCOM BCM2835 ARM ARCHITECTURE
2690 M: Lee Jones <lee@kernel.org>
2691 M: Eric Anholt <eric@anholt.net>
2692 M: Stefan Wahren <stefan.wahren@i2se.com>
2693 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2694 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2695 T: git git://github.com/anholt/linux
2698 F: drivers/staging/vc04_services
2700 BROADCOM BCM47XX MIPS ARCHITECTURE
2701 M: Hauke Mehrtens <hauke@hauke-m.de>
2702 M: Rafał Miłecki <zajec5@gmail.com>
2703 L: linux-mips@linux-mips.org
2705 F: Documentation/devicetree/bindings/mips/brcm/
2706 F: arch/mips/bcm47xx/*
2707 F: arch/mips/include/asm/mach-bcm47xx/*
2709 BROADCOM BCM5301X ARM ARCHITECTURE
2710 M: Hauke Mehrtens <hauke@hauke-m.de>
2711 M: Rafał Miłecki <zajec5@gmail.com>
2712 M: Jon Mason <jonmason@broadcom.com>
2713 M: bcm-kernel-feedback-list@broadcom.com
2714 L: linux-arm-kernel@lists.infradead.org
2716 F: arch/arm/mach-bcm/bcm_5301x.c
2717 F: arch/arm/boot/dts/bcm5301x*.dtsi
2718 F: arch/arm/boot/dts/bcm470*
2719 F: arch/arm/boot/dts/bcm953012*
2721 BROADCOM BCM53573 ARM ARCHITECTURE
2722 M: Rafał Miłecki <rafal@milecki.pl>
2723 L: linux-arm-kernel@lists.infradead.org
2725 F: arch/arm/boot/dts/bcm53573*
2726 F: arch/arm/boot/dts/bcm47189*
2728 BROADCOM BCM63XX ARM ARCHITECTURE
2729 M: Florian Fainelli <f.fainelli@gmail.com>
2730 M: bcm-kernel-feedback-list@broadcom.com
2731 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2732 T: git git://github.com/broadcom/stblinux.git
2736 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2737 M: Kevin Cernekee <cernekee@gmail.com>
2738 L: linux-usb@vger.kernel.org
2740 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2742 BROADCOM BCM7XXX ARM ARCHITECTURE
2743 M: Brian Norris <computersforpeace@gmail.com>
2744 M: Gregory Fong <gregory.0xf0@gmail.com>
2745 M: Florian Fainelli <f.fainelli@gmail.com>
2746 M: bcm-kernel-feedback-list@broadcom.com
2747 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2748 T: git git://github.com/broadcom/stblinux.git
2750 F: arch/arm/mach-bcm/*brcmstb*
2751 F: arch/arm/boot/dts/bcm7*.dts*
2752 F: drivers/bus/brcmstb_gisb.c
2755 BROADCOM BMIPS MIPS ARCHITECTURE
2756 M: Kevin Cernekee <cernekee@gmail.com>
2757 M: Florian Fainelli <f.fainelli@gmail.com>
2758 L: linux-mips@linux-mips.org
2759 T: git git://github.com/broadcom/stblinux.git
2761 F: arch/mips/bmips/*
2762 F: arch/mips/include/asm/mach-bmips/*
2763 F: arch/mips/kernel/*bmips*
2764 F: arch/mips/boot/dts/brcm/bcm*.dts*
2765 F: drivers/irqchip/irq-bcm63*
2766 F: drivers/irqchip/irq-bcm7*
2767 F: drivers/irqchip/irq-brcmstb*
2768 F: include/linux/bcm963xx_nvram.h
2769 F: include/linux/bcm963xx_tag.h
2771 BROADCOM BMIPS CPUFREQ DRIVER
2772 M: Markus Mayer <mmayer@broadcom.com>
2773 M: bcm-kernel-feedback-list@broadcom.com
2774 L: linux-pm@vger.kernel.org
2776 F: drivers/cpufreq/bmips-cpufreq.c
2778 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2779 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2780 M: Prashant Sreedharan <prashant@broadcom.com>
2781 M: Michael Chan <mchan@broadcom.com>
2782 L: netdev@vger.kernel.org
2784 F: drivers/net/ethernet/broadcom/tg3.*
2786 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2787 M: Arend van Spriel <arend.vanspriel@broadcom.com>
2788 M: Franky Lin <franky.lin@broadcom.com>
2789 M: Hante Meuleman <hante.meuleman@broadcom.com>
2790 L: linux-wireless@vger.kernel.org
2791 L: brcm80211-dev-list.pdl@broadcom.com
2793 F: drivers/net/wireless/broadcom/brcm80211/
2795 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2796 M: QLogic-Storage-Upstream@qlogic.com
2797 L: linux-scsi@vger.kernel.org
2799 F: drivers/scsi/bnx2fc/
2801 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2802 M: QLogic-Storage-Upstream@qlogic.com
2803 L: linux-scsi@vger.kernel.org
2805 F: drivers/scsi/bnx2i/
2807 BROADCOM IPROC ARM ARCHITECTURE
2808 M: Ray Jui <rjui@broadcom.com>
2809 M: Scott Branden <sbranden@broadcom.com>
2810 M: Jon Mason <jonmason@broadcom.com>
2811 M: bcm-kernel-feedback-list@broadcom.com
2812 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2813 T: git git://github.com/broadcom/cygnus-linux.git
2828 F: arch/arm64/boot/dts/broadcom/ns2*
2829 F: drivers/clk/bcm/clk-ns*
2830 F: drivers/pinctrl/bcm/pinctrl-ns*
2832 BROADCOM BRCMSTB GPIO DRIVER
2833 M: Gregory Fong <gregory.0xf0@gmail.com>
2834 L: bcm-kernel-feedback-list@broadcom.com
2836 F: drivers/gpio/gpio-brcmstb.c
2837 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2839 BROADCOM KONA GPIO DRIVER
2840 M: Ray Jui <rjui@broadcom.com>
2841 L: bcm-kernel-feedback-list@broadcom.com
2843 F: drivers/gpio/gpio-bcm-kona.c
2844 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2846 BROADCOM NVRAM DRIVER
2847 M: Rafał Miłecki <zajec5@gmail.com>
2848 L: linux-mips@linux-mips.org
2850 F: drivers/firmware/broadcom/*
2852 BROADCOM STB NAND FLASH DRIVER
2853 M: Brian Norris <computersforpeace@gmail.com>
2854 M: Kamal Dasu <kdasu.kdev@gmail.com>
2855 L: linux-mtd@lists.infradead.org
2856 L: bcm-kernel-feedback-list@broadcom.com
2858 F: drivers/mtd/nand/brcmnand/
2860 BROADCOM STB AVS CPUFREQ DRIVER
2861 M: Markus Mayer <mmayer@broadcom.com>
2862 M: bcm-kernel-feedback-list@broadcom.com
2863 L: linux-pm@vger.kernel.org
2865 F: Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2866 F: drivers/cpufreq/brcmstb*
2868 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2869 M: Rafał Miłecki <zajec5@gmail.com>
2870 L: linux-wireless@vger.kernel.org
2873 F: include/linux/bcma/
2875 BROADCOM SYSTEMPORT ETHERNET DRIVER
2876 M: Florian Fainelli <f.fainelli@gmail.com>
2877 L: netdev@vger.kernel.org
2879 F: drivers/net/ethernet/broadcom/bcmsysport.*
2881 BROADCOM NETXTREME-E ROCE DRIVER
2882 M: Selvin Xavier <selvin.xavier@broadcom.com>
2883 M: Devesh Sharma <devesh.sharma@broadcom.com>
2884 M: Somnath Kotur <somnath.kotur@broadcom.com>
2885 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
2886 L: linux-rdma@vger.kernel.org
2887 W: http://www.broadcom.com
2889 F: drivers/infiniband/hw/bnxt_re/
2890 F: include/uapi/rdma/bnxt_re-abi.h
2892 BROCADE BFA FC SCSI DRIVER
2893 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2894 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2895 L: linux-scsi@vger.kernel.org
2897 F: drivers/scsi/bfa/
2899 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2900 M: Rasesh Mody <rasesh.mody@cavium.com>
2901 M: Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2902 M: Dept-GELinuxNICDev@cavium.com
2903 L: netdev@vger.kernel.org
2905 F: drivers/net/ethernet/brocade/bna/
2907 BSG (block layer generic sg v4 driver)
2908 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2909 L: linux-scsi@vger.kernel.org
2912 F: include/linux/bsg.h
2913 F: include/uapi/linux/bsg.h
2916 M: Clemens Ladisch <clemens@ladisch.de>
2917 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2918 T: git git://git.alsa-project.org/alsa-kernel.git
2920 F: Documentation/sound/alsa/Bt87x.txt
2921 F: sound/pci/bt87x.c
2924 M: Michael Buesch <m@bues.ch>
2925 W: http://bu3sch.de/btgpio.php
2927 F: drivers/gpio/gpio-bt8xx.c
2930 M: Chris Mason <clm@fb.com>
2931 M: Josef Bacik <jbacik@fb.com>
2932 M: David Sterba <dsterba@suse.com>
2933 L: linux-btrfs@vger.kernel.org
2934 W: http://btrfs.wiki.kernel.org/
2935 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2936 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2938 F: Documentation/filesystems/btrfs.txt
2940 F: include/linux/btrfs*
2941 F: include/uapi/linux/btrfs*
2943 BTTV VIDEO4LINUX DRIVER
2944 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2945 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2946 L: linux-media@vger.kernel.org
2947 W: https://linuxtv.org
2948 T: git git://linuxtv.org/media_tree.git
2950 F: Documentation/media/v4l-drivers/bttv*
2951 F: drivers/media/pci/bt8xx/bttv*
2953 BUSLOGIC SCSI DRIVER
2954 M: Khalid Aziz <khalid@gonehiking.org>
2955 L: linux-scsi@vger.kernel.org
2957 F: drivers/scsi/BusLogic.*
2958 F: drivers/scsi/FlashPoint.*
2960 C-MEDIA CMI8788 DRIVER
2961 M: Clemens Ladisch <clemens@ladisch.de>
2962 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2963 T: git git://git.alsa-project.org/alsa-kernel.git
2965 F: sound/pci/oxygen/
2968 M: Mark Salter <msalter@redhat.com>
2969 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2970 L: linux-c6x-dev@linux-c6x.org
2971 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2975 CA8210 IEEE-802.15.4 RADIO DRIVER
2976 M: Harry Morris <h.morris@cascoda.com>
2977 M: linuxdev@cascoda.com
2978 L: linux-wpan@vger.kernel.org
2979 W: https://github.com/Cascoda/ca8210-linux.git
2981 F: drivers/net/ieee802154/ca8210.c
2982 F: Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
2984 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2985 M: David Howells <dhowells@redhat.com>
2986 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2988 F: Documentation/filesystems/caching/cachefiles.txt
2991 CADET FM/AM RADIO RECEIVER DRIVER
2992 M: Hans Verkuil <hverkuil@xs4all.nl>
2993 L: linux-media@vger.kernel.org
2994 T: git git://linuxtv.org/media_tree.git
2995 W: https://linuxtv.org
2997 F: drivers/media/radio/radio-cadet*
2999 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
3000 M: Jonathan Corbet <corbet@lwn.net>
3001 L: linux-media@vger.kernel.org
3002 T: git git://linuxtv.org/media_tree.git
3004 F: Documentation/media/v4l-drivers/cafe_ccic*
3005 F: drivers/media/platform/marvell-ccic/
3008 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
3009 L: netdev@vger.kernel.org
3011 F: Documentation/networking/caif/
3012 F: drivers/net/caif/
3013 F: include/uapi/linux/caif/
3014 F: include/net/caif/
3017 CALGARY x86-64 IOMMU
3018 M: Muli Ben-Yehuda <mulix@mulix.org>
3019 M: Jon Mason <jdmason@kudzu.us>
3020 L: iommu@lists.linux-foundation.org
3022 F: arch/x86/kernel/pci-calgary_64.c
3023 F: arch/x86/kernel/tce_64.c
3024 F: arch/x86/include/asm/calgary.h
3025 F: arch/x86/include/asm/tce.h
3028 M: Oliver Hartkopp <socketcan@hartkopp.net>
3029 M: Marc Kleine-Budde <mkl@pengutronix.de>
3030 L: linux-can@vger.kernel.org
3031 W: https://github.com/linux-can
3032 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3033 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3035 F: Documentation/networking/can.txt
3037 F: include/linux/can/core.h
3038 F: include/uapi/linux/can.h
3039 F: include/uapi/linux/can/bcm.h
3040 F: include/uapi/linux/can/raw.h
3041 F: include/uapi/linux/can/gw.h
3044 M: Wolfgang Grandegger <wg@grandegger.com>
3045 M: Marc Kleine-Budde <mkl@pengutronix.de>
3046 L: linux-can@vger.kernel.org
3047 W: https://github.com/linux-can
3048 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3049 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3051 F: Documentation/devicetree/bindings/net/can/
3053 F: include/linux/can/dev.h
3054 F: include/linux/can/platform/
3055 F: include/uapi/linux/can/error.h
3056 F: include/uapi/linux/can/netlink.h
3059 M: Serge Hallyn <serge@hallyn.com>
3060 L: linux-security-module@vger.kernel.org
3062 F: include/linux/capability.h
3063 F: include/uapi/linux/capability.h
3064 F: security/commoncap.c
3065 F: kernel/capability.c
3067 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3068 M: Kevin Tsai <ktsai@capellamicro.com>
3070 F: drivers/iio/light/cm*
3072 CAVIUM THUNDERX2 ARM64 SOC
3073 M: Jayachandran C <jnair@caviumnetworks.com>
3074 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3076 F: arch/arm64/boot/dts/cavium/thunder2-99xx*
3077 F: Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3080 M: Jan Glauber <jglauber@cavium.com>
3081 M: David Daney <david.daney@cavium.com>
3082 W: http://www.cavium.com
3084 F: drivers/i2c/busses/i2c-octeon*
3085 F: drivers/i2c/busses/i2c-thunderx*
3088 M: Jan Glauber <jglauber@cavium.com>
3089 M: David Daney <david.daney@cavium.com>
3090 M: Steven J. Hill <Steven.Hill@cavium.com>
3091 W: http://www.cavium.com
3093 F: drivers/mmc/host/cavium*
3095 CAVIUM LIQUIDIO NETWORK DRIVER
3096 M: Derek Chickles <derek.chickles@caviumnetworks.com>
3097 M: Satanand Burla <satananda.burla@caviumnetworks.com>
3098 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
3099 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
3100 L: netdev@vger.kernel.org
3101 W: http://www.cavium.com
3103 F: drivers/net/ethernet/cavium/liquidio/
3105 CAVIUM OCTEON-TX CRYPTO DRIVER
3106 M: George Cherian <george.cherian@cavium.com>
3107 L: linux-crypto@vger.kernel.org
3108 W: http://www.cavium.com
3110 F: drivers/crypto/cavium/cpt/
3112 CC2520 IEEE-802.15.4 RADIO DRIVER
3113 M: Varka Bhadram <varkabhadram@gmail.com>
3114 L: linux-wpan@vger.kernel.org
3116 F: drivers/net/ieee802154/cc2520.c
3117 F: include/linux/spi/cc2520.h
3118 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3120 CCREE ARM TRUSTZONE CRYPTOCELL 700 REE DRIVER
3121 M: Gilad Ben-Yossef <gilad@benyossef.com>
3122 L: linux-crypto@vger.kernel.org
3123 L: driverdev-devel@linuxdriverproject.org
3125 F: drivers/staging/ccree/
3126 W: https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
3129 M: Hans Verkuil <hans.verkuil@cisco.com>
3130 L: linux-media@vger.kernel.org
3131 T: git git://linuxtv.org/media_tree.git
3132 W: http://linuxtv.org
3134 F: Documentation/media/kapi/cec-core.rst
3135 F: Documentation/media/uapi/cec
3136 F: drivers/media/cec/
3137 F: drivers/media/rc/keymaps/rc-cec.c
3138 F: include/media/cec.h
3139 F: include/media/cec-notifier.h
3140 F: include/uapi/linux/cec.h
3141 F: include/uapi/linux/cec-funcs.h
3143 CELL BROADBAND ENGINE ARCHITECTURE
3144 M: Arnd Bergmann <arnd@arndb.de>
3145 L: linuxppc-dev@lists.ozlabs.org
3146 W: http://www.ibm.com/developerworks/power/cell/
3148 F: arch/powerpc/include/asm/cell*.h
3149 F: arch/powerpc/include/asm/spu*.h
3150 F: arch/powerpc/include/uapi/asm/spu*.h
3151 F: arch/powerpc/oprofile/*cell*
3152 F: arch/powerpc/platforms/cell/
3154 CEPH COMMON CODE (LIBCEPH)
3155 M: Ilya Dryomov <idryomov@gmail.com>
3156 M: "Yan, Zheng" <zyan@redhat.com>
3157 M: Sage Weil <sage@redhat.com>
3158 L: ceph-devel@vger.kernel.org
3160 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3161 T: git git://github.com/ceph/ceph-client.git
3164 F: include/linux/ceph/
3165 F: include/linux/crush/
3167 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3168 M: "Yan, Zheng" <zyan@redhat.com>
3169 M: Sage Weil <sage@redhat.com>
3170 M: Ilya Dryomov <idryomov@gmail.com>
3171 L: ceph-devel@vger.kernel.org
3173 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3174 T: git git://github.com/ceph/ceph-client.git
3176 F: Documentation/filesystems/ceph.txt
3179 CERTIFICATE HANDLING:
3180 M: David Howells <dhowells@redhat.com>
3181 M: David Woodhouse <dwmw2@infradead.org>
3182 L: keyrings@vger.kernel.org
3184 F: Documentation/module-signing.txt
3186 F: scripts/sign-file.c
3187 F: scripts/extract-cert.c
3189 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3190 L: linux-usb@vger.kernel.org
3192 F: Documentation/usb/WUSB-Design-overview.txt
3193 F: Documentation/usb/wusb-cbaf
3194 F: drivers/usb/host/hwa-hc.c
3195 F: drivers/usb/host/whci/
3196 F: drivers/usb/wusbcore/
3197 F: include/linux/usb/wusb*
3199 HT16K33 LED CONTROLLER DRIVER
3200 M: Robin van der Gracht <robin@protonic.nl>
3202 F: drivers/auxdisplay/ht16k33.c
3203 F: Documentation/devicetree/bindings/display/ht16k33.txt
3205 CFAG12864B LCD DRIVER
3206 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3207 W: http://miguelojeda.es/auxdisplay.htm
3208 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3210 F: drivers/auxdisplay/cfag12864b.c
3211 F: include/linux/cfag12864b.h
3213 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3214 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3215 W: http://miguelojeda.es/auxdisplay.htm
3216 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3218 F: drivers/auxdisplay/cfag12864bfb.c
3219 F: include/linux/cfag12864b.h
3221 CFG80211 and NL80211
3222 M: Johannes Berg <johannes@sipsolutions.net>
3223 L: linux-wireless@vger.kernel.org
3224 W: http://wireless.kernel.org/
3225 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3226 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3228 F: include/uapi/linux/nl80211.h
3229 F: include/net/cfg80211.h
3231 X: net/wireless/wext*
3233 CHAR and MISC DRIVERS
3234 M: Arnd Bergmann <arnd@arndb.de>
3235 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3236 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3240 F: include/linux/miscdevice.h
3243 M: Andy Whitcroft <apw@canonical.com>
3244 M: Joe Perches <joe@perches.com>
3246 F: scripts/checkpatch.pl
3248 CHINESE DOCUMENTATION
3249 M: Harry Wei <harryxiyou@gmail.com>
3250 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3251 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
3253 F: Documentation/translations/zh_CN/
3255 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3256 M: Peter Chen <Peter.Chen@nxp.com>
3257 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3258 L: linux-usb@vger.kernel.org
3260 F: drivers/usb/chipidea/
3262 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3263 M: Hans de Goede <hdegoede@redhat.com>
3264 L: linux-input@vger.kernel.org
3266 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3267 F: drivers/input/touchscreen/chipone_icn8318.c
3269 CHROME HARDWARE PLATFORM SUPPORT
3270 M: Olof Johansson <olof@lixom.net>
3272 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3273 F: drivers/platform/chrome/
3275 CISCO VIC ETHERNET NIC DRIVER
3276 M: Christian Benvenuti <benve@cisco.com>
3277 M: Govindarajulu Varadarajan <_govind@gmx.com>
3278 M: Neel Patel <neepatel@cisco.com>
3280 F: drivers/net/ethernet/cisco/enic/
3282 CISCO VIC LOW LATENCY NIC DRIVER
3283 M: Christian Benvenuti <benve@cisco.com>
3284 M: Dave Goodell <dgoodell@cisco.com>
3286 F: drivers/infiniband/hw/usnic/
3288 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3289 M: Hartley Sweeten <hsweeten@visionengravers.com>
3290 L: netdev@vger.kernel.org
3292 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3294 CIRRUS LOGIC AUDIO CODEC DRIVERS
3295 M: Brian Austin <brian.austin@cirrus.com>
3296 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3297 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3299 F: sound/soc/codecs/cs*
3302 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3303 L: linux-kernel@vger.kernel.org
3306 F: include/linux/cleancache.h
3309 M: Russell King <linux@armlinux.org.uk>
3310 L: linux-clk@vger.kernel.org
3312 F: include/linux/clk.h
3314 CLOCKSOURCE, CLOCKEVENT DRIVERS
3315 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3316 M: Thomas Gleixner <tglx@linutronix.de>
3317 L: linux-kernel@vger.kernel.org
3318 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3320 F: drivers/clocksource
3322 CISCO FCOE HBA DRIVER
3323 M: Satish Kharat <satishkh@cisco.com>
3324 M: Sesidhar Baddela <sebaddel@cisco.com>
3325 M: Karan Tilak Kumar <kartilak@cisco.com>
3326 L: linux-scsi@vger.kernel.org
3328 F: drivers/scsi/fnic/
3330 CISCO SCSI HBA DRIVER
3331 M: Karan Tilak Kumar <kartilak@cisco.com>
3332 M: Sesidhar Baddela <sebaddel@cisco.com>
3333 L: linux-scsi@vger.kernel.org
3335 F: drivers/scsi/snic/
3338 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3339 M: Daniel Oliveira Nascimento <don@syst.com.br>
3340 L: platform-driver-x86@vger.kernel.org
3342 F: drivers/platform/x86/classmate-laptop.c
3345 M: Hans Verkuil <hans.verkuil@cisco.com>
3346 L: linux-media@vger.kernel.org
3347 T: git git://linuxtv.org/media_tree.git
3348 W: https://linuxtv.org
3350 F: drivers/media/pci/cobalt/
3352 COCCINELLE/Semantic Patches (SmPL)
3353 M: Julia Lawall <Julia.Lawall@lip6.fr>
3354 M: Gilles Muller <Gilles.Muller@lip6.fr>
3355 M: Nicolas Palix <nicolas.palix@imag.fr>
3356 M: Michal Marek <mmarek@suse.com>
3357 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3358 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3359 W: http://coccinelle.lip6.fr/
3361 F: Documentation/dev-tools/coccinelle.rst
3362 F: scripts/coccinelle/
3363 F: scripts/coccicheck
3366 M: Jan Harkes <jaharkes@cs.cmu.edu>
3368 L: codalist@coda.cs.cmu.edu
3369 W: http://www.coda.cs.cmu.edu/
3371 F: Documentation/filesystems/coda.txt
3373 F: include/linux/coda*.h
3374 F: include/uapi/linux/coda*.h
3376 CODA V4L2 MEM2MEM DRIVER
3377 M: Philipp Zabel <p.zabel@pengutronix.de>
3378 L: linux-media@vger.kernel.org
3380 F: Documentation/devicetree/bindings/media/coda.txt
3381 F: drivers/media/platform/coda/
3383 COMMON CLK FRAMEWORK
3384 M: Michael Turquette <mturquette@baylibre.com>
3385 M: Stephen Boyd <sboyd@codeaurora.org>
3386 L: linux-clk@vger.kernel.org
3387 Q: http://patchwork.kernel.org/project/linux-clk/list/
3388 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3390 F: Documentation/devicetree/bindings/clock/
3392 X: drivers/clk/clkdev.c
3393 F: include/linux/clk-pr*
3394 F: include/linux/clk/
3396 COMMON INTERNET FILE SYSTEM (CIFS)
3397 M: Steve French <sfrench@samba.org>
3398 L: linux-cifs@vger.kernel.org
3399 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3400 W: http://linux-cifs.samba.org/
3401 T: git git://git.samba.org/sfrench/cifs-2.6.git
3403 F: Documentation/filesystems/cifs/
3406 COMPACTPCI HOTPLUG CORE
3407 M: Scott Murray <scott@spiteful.org>
3408 L: linux-pci@vger.kernel.org
3410 F: drivers/pci/hotplug/cpci_hotplug*
3412 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3413 M: Scott Murray <scott@spiteful.org>
3414 L: linux-pci@vger.kernel.org
3416 F: drivers/pci/hotplug/cpcihp_zt5550.*
3418 COMPACTPCI HOTPLUG GENERIC DRIVER
3419 M: Scott Murray <scott@spiteful.org>
3420 L: linux-pci@vger.kernel.org
3422 F: drivers/pci/hotplug/cpcihp_generic.c
3424 COMPAL LAPTOP SUPPORT
3425 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3426 L: platform-driver-x86@vger.kernel.org
3428 F: drivers/platform/x86/compal-laptop.c
3430 CONEXANT ACCESSRUNNER USB DRIVER
3431 L: accessrunner-general@lists.sourceforge.net
3432 W: http://accessrunner.sourceforge.net/
3434 F: drivers/usb/atm/cxacru.c
3437 M: Joel Becker <jlbec@evilplan.org>
3438 M: Christoph Hellwig <hch@lst.de>
3439 T: git git://git.infradead.org/users/hch/configfs.git
3442 F: include/linux/configfs.h
3445 M: Evgeniy Polyakov <zbr@ioremap.net>
3446 L: netdev@vger.kernel.org
3448 F: drivers/connector/
3450 CONTROL GROUP (CGROUP)
3451 M: Tejun Heo <tj@kernel.org>
3452 M: Li Zefan <lizefan@huawei.com>
3453 M: Johannes Weiner <hannes@cmpxchg.org>
3454 L: cgroups@vger.kernel.org
3455 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3457 F: Documentation/cgroup*
3458 F: include/linux/cgroup*
3461 CONTROL GROUP - CPUSET
3462 M: Li Zefan <lizefan@huawei.com>
3463 L: cgroups@vger.kernel.org
3464 W: http://www.bullopensource.org/cpuset/
3465 W: http://oss.sgi.com/projects/cpusets/
3466 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3468 F: Documentation/cgroup-v1/cpusets.txt
3469 F: include/linux/cpuset.h
3472 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3473 M: Johannes Weiner <hannes@cmpxchg.org>
3474 M: Michal Hocko <mhocko@kernel.org>
3475 M: Vladimir Davydov <vdavydov.dev@gmail.com>
3476 L: cgroups@vger.kernel.org
3477 L: linux-mm@kvack.org
3482 CORETEMP HARDWARE MONITORING DRIVER
3483 M: Fenghua Yu <fenghua.yu@intel.com>
3484 L: linux-hwmon@vger.kernel.org
3486 F: Documentation/hwmon/coretemp
3487 F: drivers/hwmon/coretemp.c
3489 COSA/SRP SYNC SERIAL DRIVER
3490 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3491 W: http://www.fi.muni.cz/~kas/cosa/
3493 F: drivers/net/wan/cosa*
3495 CPMAC ETHERNET DRIVER
3496 M: Florian Fainelli <f.fainelli@gmail.com>
3497 L: netdev@vger.kernel.org
3499 F: drivers/net/ethernet/ti/cpmac.c
3501 CPU FREQUENCY DRIVERS
3502 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3503 M: Viresh Kumar <viresh.kumar@linaro.org>
3504 L: linux-pm@vger.kernel.org
3506 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3507 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3508 B: https://bugzilla.kernel.org
3509 F: Documentation/cpu-freq/
3510 F: Documentation/devicetree/bindings/cpufreq/
3512 F: include/linux/cpufreq.h
3513 F: tools/testing/selftests/cpufreq/
3515 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3516 M: Viresh Kumar <viresh.kumar@linaro.org>
3517 M: Sudeep Holla <sudeep.holla@arm.com>
3518 L: linux-pm@vger.kernel.org
3519 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3521 F: drivers/cpufreq/arm_big_little.h
3522 F: drivers/cpufreq/arm_big_little.c
3523 F: drivers/cpufreq/arm_big_little_dt.c
3525 CPUIDLE DRIVER - ARM BIG LITTLE
3526 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3527 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3528 L: linux-pm@vger.kernel.org
3529 L: linux-arm-kernel@lists.infradead.org
3530 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3532 F: drivers/cpuidle/cpuidle-big_little.c
3534 CPUIDLE DRIVER - ARM EXYNOS
3535 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3536 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3537 M: Kukjin Kim <kgene@kernel.org>
3538 L: linux-pm@vger.kernel.org
3539 L: linux-samsung-soc@vger.kernel.org
3541 F: drivers/cpuidle/cpuidle-exynos.c
3542 F: arch/arm/mach-exynos/pm.c
3545 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3546 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3547 L: linux-pm@vger.kernel.org
3549 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3550 B: https://bugzilla.kernel.org
3551 F: drivers/cpuidle/*
3552 F: include/linux/cpuidle.h
3555 M: "H. Peter Anvin" <hpa@zytor.com>
3557 F: arch/x86/kernel/cpuid.c
3558 F: arch/x86/kernel/msr.c
3560 CPU POWER MONITORING SUBSYSTEM
3561 M: Thomas Renninger <trenn@suse.com>
3562 L: linux-pm@vger.kernel.org
3564 F: tools/power/cpupower/
3567 W: http://sourceforge.net/projects/cramfs/
3568 S: Orphan / Obsolete
3569 F: Documentation/filesystems/cramfs.txt
3573 M: Mikael Starvik <starvik@axis.com>
3574 M: Jesper Nilsson <jesper.nilsson@axis.com>
3575 L: linux-cris-kernel@axis.com
3576 W: http://developer.axis.com
3577 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3580 F: drivers/tty/serial/crisv10.*
3583 M: Herbert Xu <herbert@gondor.apana.org.au>
3584 M: "David S. Miller" <davem@davemloft.net>
3585 L: linux-crypto@vger.kernel.org
3586 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3587 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3589 F: Documentation/crypto/
3590 F: Documentation/devicetree/bindings/crypto/
3591 F: Documentation/DocBook/crypto-API.tmpl
3596 F: include/linux/crypto*
3598 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3599 M: Neil Horman <nhorman@tuxdriver.com>
3600 L: linux-crypto@vger.kernel.org
3602 F: crypto/ansi_cprng.c
3606 M: Hans Verkuil <hverkuil@xs4all.nl>
3607 L: linux-media@vger.kernel.org
3608 T: git git://linuxtv.org/media_tree.git
3609 W: http://linuxtv.org
3611 F: drivers/media/i2c/cs3308.c
3612 F: drivers/media/i2c/cs3308.h
3614 CS5535 Audio ALSA driver
3615 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3617 F: sound/pci/cs5535audio/
3620 M: Solomon Peachy <pizza@shaftnet.org>
3622 F: drivers/net/wireless/st/cw1200/
3624 CX18 VIDEO4LINUX DRIVER
3625 M: Andy Walls <awalls@md.metrocast.net>
3626 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3627 L: linux-media@vger.kernel.org
3628 T: git git://linuxtv.org/media_tree.git
3629 W: https://linuxtv.org
3630 W: http://www.ivtvdriver.org/index.php/Cx18
3632 F: Documentation/media/v4l-drivers/cx18*
3633 F: drivers/media/pci/cx18/
3634 F: include/uapi/linux/ivtv*
3636 CX2341X MPEG ENCODER HELPER MODULE
3637 M: Hans Verkuil <hverkuil@xs4all.nl>
3638 L: linux-media@vger.kernel.org
3639 T: git git://linuxtv.org/media_tree.git
3640 W: https://linuxtv.org
3642 F: drivers/media/common/cx2341x*
3643 F: include/media/cx2341x*
3645 CX24120 MEDIA DRIVER
3646 M: Jemma Denson <jdenson@gmail.com>
3647 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3648 L: linux-media@vger.kernel.org
3649 W: https://linuxtv.org
3650 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3652 F: drivers/media/dvb-frontends/cx24120*
3654 CX88 VIDEO4LINUX DRIVER
3655 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3656 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3657 L: linux-media@vger.kernel.org
3658 W: https://linuxtv.org
3659 T: git git://linuxtv.org/media_tree.git
3661 F: Documentation/media/v4l-drivers/cx88*
3662 F: drivers/media/pci/cx88/
3664 CXD2820R MEDIA DRIVER
3665 M: Antti Palosaari <crope@iki.fi>
3666 L: linux-media@vger.kernel.org
3667 W: https://linuxtv.org
3668 W: http://palosaari.fi/linux/
3669 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3670 T: git git://linuxtv.org/anttip/media_tree.git
3672 F: drivers/media/dvb-frontends/cxd2820r*
3674 CXGB3 ETHERNET DRIVER (CXGB3)
3675 M: Santosh Raspatur <santosh@chelsio.com>
3676 L: netdev@vger.kernel.org
3677 W: http://www.chelsio.com
3679 F: drivers/net/ethernet/chelsio/cxgb3/
3681 CXGB3 ISCSI DRIVER (CXGB3I)
3682 M: Karen Xie <kxie@chelsio.com>
3683 L: linux-scsi@vger.kernel.org
3684 W: http://www.chelsio.com
3686 F: drivers/scsi/cxgbi/cxgb3i
3688 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3689 M: Steve Wise <swise@chelsio.com>
3690 L: linux-rdma@vger.kernel.org
3691 W: http://www.openfabrics.org
3693 F: drivers/infiniband/hw/cxgb3/
3694 F: include/uapi/rdma/cxgb3-abi.h
3696 CXGB4 ETHERNET DRIVER (CXGB4)
3697 M: Ganesh Goudar <ganeshgr@chelsio.com>
3698 L: netdev@vger.kernel.org
3699 W: http://www.chelsio.com
3701 F: drivers/net/ethernet/chelsio/cxgb4/
3703 CXGB4 ISCSI DRIVER (CXGB4I)
3704 M: Karen Xie <kxie@chelsio.com>
3705 L: linux-scsi@vger.kernel.org
3706 W: http://www.chelsio.com
3708 F: drivers/scsi/cxgbi/cxgb4i
3710 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3711 M: Steve Wise <swise@chelsio.com>
3712 L: linux-rdma@vger.kernel.org
3713 W: http://www.openfabrics.org
3715 F: drivers/infiniband/hw/cxgb4/
3716 F: include/uapi/rdma/cxgb4-abi.h
3718 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3719 M: Casey Leedom <leedom@chelsio.com>
3720 L: netdev@vger.kernel.org
3721 W: http://www.chelsio.com
3723 F: drivers/net/ethernet/chelsio/cxgb4vf/
3725 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3726 M: Ian Munsie <imunsie@au1.ibm.com>
3727 M: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3728 L: linuxppc-dev@lists.ozlabs.org
3730 F: arch/powerpc/platforms/powernv/pci-cxl.c
3731 F: drivers/misc/cxl/
3732 F: include/misc/cxl*
3733 F: include/uapi/misc/cxl.h
3734 F: Documentation/powerpc/cxl.txt
3735 F: Documentation/ABI/testing/sysfs-class-cxl
3737 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3738 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3739 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3740 M: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3741 L: linux-scsi@vger.kernel.org
3743 F: drivers/scsi/cxlflash/
3744 F: include/uapi/scsi/cxlflash_ioctls.h
3745 F: Documentation/powerpc/cxlflash.txt
3747 STMMAC ETHERNET DRIVER
3748 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3749 M: Alexandre Torgue <alexandre.torgue@st.com>
3750 L: netdev@vger.kernel.org
3751 W: http://www.stlinux.com
3753 F: drivers/net/ethernet/stmicro/stmmac/
3756 M: Russell King <linux@armlinux.org.uk>
3757 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3758 W: http://www.armlinux.org.uk/
3760 F: drivers/video/fbdev/cyber2000fb.*
3762 CYCLADES ASYNC MUX DRIVER
3763 W: http://www.cyclades.com/
3765 F: drivers/tty/cyclades.c
3766 F: include/linux/cyclades.h
3767 F: include/uapi/linux/cyclades.h
3769 CYCLADES PC300 DRIVER
3770 W: http://www.cyclades.com/
3772 F: drivers/net/wan/pc300*
3774 CYPRESS_FIRMWARE MEDIA DRIVER
3775 M: Antti Palosaari <crope@iki.fi>
3776 L: linux-media@vger.kernel.org
3777 W: https://linuxtv.org
3778 W: http://palosaari.fi/linux/
3779 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3780 T: git git://linuxtv.org/anttip/media_tree.git
3782 F: drivers/media/common/cypress_firmware*
3784 CYTTSP TOUCHSCREEN DRIVER
3785 M: Ferruh Yigit <fery@cypress.com>
3786 L: linux-input@vger.kernel.org
3788 F: drivers/input/touchscreen/cyttsp*
3789 F: include/linux/input/cyttsp.h
3791 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3792 M: Joshua Kinard <kumba@gentoo.org>
3794 F: drivers/rtc/rtc-ds1685.c
3795 F: include/linux/rtc/ds1685.h
3797 DAMA SLAVE for AX.25
3798 M: Joerg Reuter <jreuter@yaina.de>
3799 W: http://yaina.de/jreuter/
3800 W: http://www.qsl.net/dl1bke/
3801 L: linux-hams@vger.kernel.org
3803 F: net/ax25/af_ax25.c
3804 F: net/ax25/ax25_dev.c
3805 F: net/ax25/ax25_ds_*
3806 F: net/ax25/ax25_in.c
3807 F: net/ax25/ax25_out.c
3808 F: net/ax25/ax25_timer.c
3809 F: net/ax25/sysctl_net_ax25.c
3811 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3812 L: netdev@vger.kernel.org
3814 F: Documentation/networking/dmfe.txt
3815 F: drivers/net/ethernet/dec/tulip/dmfe.c
3817 DC390/AM53C974 SCSI driver
3818 M: Hannes Reinecke <hare@suse.com>
3819 L: linux-scsi@vger.kernel.org
3821 F: drivers/scsi/am53c974.c
3824 M: Oliver Neukum <oliver@neukum.org>
3825 M: Ali Akcaagac <aliakc@web.de>
3826 M: Jamie Lenehan <lenehan@twibble.org>
3827 L: dc395x@twibble.org
3828 W: http://twibble.org/dist/dc395x/
3829 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3831 F: Documentation/scsi/dc395x.txt
3832 F: drivers/scsi/dc395x.*
3835 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3836 L: dccp@vger.kernel.org
3837 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3839 F: include/linux/dccp.h
3840 F: include/uapi/linux/dccp.h
3841 F: include/linux/tfrc.h
3844 DECnet NETWORK LAYER
3845 W: http://linux-decnet.sourceforge.net
3846 L: linux-decnet-user@lists.sourceforge.net
3848 F: Documentation/networking/decnet.txt
3851 DECSTATION PLATFORM SUPPORT
3852 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3853 L: linux-mips@linux-mips.org
3854 W: http://www.linux-mips.org/wiki/DECstation
3857 F: arch/mips/include/asm/dec/
3858 F: arch/mips/include/asm/mach-dec/
3860 DEFXX FDDI NETWORK DRIVER
3861 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3863 F: drivers/net/fddi/defxx.*
3866 M: Matthew Garrett <mjg59@srcf.ucam.org>
3867 M: Pali Rohár <pali.rohar@gmail.com>
3868 L: platform-driver-x86@vger.kernel.org
3870 F: drivers/platform/x86/dell-laptop.c
3872 DELL LAPTOP RBTN DRIVER
3873 M: Pali Rohár <pali.rohar@gmail.com>
3875 F: drivers/platform/x86/dell-rbtn.*
3877 DELL LAPTOP FREEFALL DRIVER
3878 M: Pali Rohár <pali.rohar@gmail.com>
3880 F: drivers/platform/x86/dell-smo8800.c
3882 DELL LAPTOP SMM DRIVER
3883 M: Pali Rohár <pali.rohar@gmail.com>
3885 F: drivers/hwmon/dell-smm-hwmon.c
3886 F: include/uapi/linux/i8k.h
3888 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3889 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3891 F: Documentation/dcdbas.txt
3892 F: drivers/firmware/dcdbas.*
3894 DELL WMI EXTRAS DRIVER
3895 M: Matthew Garrett <mjg59@srcf.ucam.org>
3896 M: Pali Rohár <pali.rohar@gmail.com>
3898 F: drivers/platform/x86/dell-wmi.c
3900 DESIGNWARE USB2 DRD IP DRIVER
3901 M: John Youn <johnyoun@synopsys.com>
3902 L: linux-usb@vger.kernel.org
3903 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3905 F: drivers/usb/dwc2/
3907 DESIGNWARE USB3 DRD IP DRIVER
3908 M: Felipe Balbi <balbi@kernel.org>
3909 L: linux-usb@vger.kernel.org
3910 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3912 F: drivers/usb/dwc3/
3914 DEVANTECH SRF ULTRASONIC RANGER IIO DRIVER
3915 M: Andreas Klinger <ak@it-klinger.de>
3916 L: linux-iio@vger.kernel.org
3918 F: drivers/iio/proximity/srf*.c
3920 DEVICE COREDUMP (DEV_COREDUMP)
3921 M: Johannes Berg <johannes@sipsolutions.net>
3922 L: linux-kernel@vger.kernel.org
3924 F: drivers/base/devcoredump.c
3925 F: include/linux/devcoredump.h
3927 DEVICE FREQUENCY (DEVFREQ)
3928 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3929 M: Kyungmin Park <kyungmin.park@samsung.com>
3930 R: Chanwoo Choi <cw00.choi@samsung.com>
3931 L: linux-pm@vger.kernel.org
3932 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3935 F: include/linux/devfreq.h
3936 F: Documentation/devicetree/bindings/devfreq/
3938 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3939 M: Chanwoo Choi <cw00.choi@samsung.com>
3940 L: linux-pm@vger.kernel.org
3941 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3943 F: drivers/devfreq/event/
3944 F: drivers/devfreq/devfreq-event.c
3945 F: include/linux/devfreq-event.h
3946 F: Documentation/devicetree/bindings/devfreq/event/
3948 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3949 M: Chanwoo Choi <cw00.choi@samsung.com>
3950 L: linux-pm@vger.kernel.org
3951 L: linux-samsung-soc@vger.kernel.org
3952 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3954 F: drivers/devfreq/exynos-bus.c
3955 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3957 DEVICE NUMBER REGISTRY
3958 M: Torben Mathiasen <device@lanana.org>
3959 W: http://lanana.org/docs/device-list/index.html
3963 M: Alasdair Kergon <agk@redhat.com>
3964 M: Mike Snitzer <snitzer@redhat.com>
3965 M: dm-devel@redhat.com
3966 L: dm-devel@redhat.com
3967 W: http://sources.redhat.com/dm
3968 Q: http://patchwork.kernel.org/project/dm-devel/list/
3969 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3970 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3972 F: Documentation/device-mapper/
3974 F: drivers/md/persistent-data/
3975 F: include/linux/device-mapper.h
3976 F: include/linux/dm-*.h
3977 F: include/uapi/linux/dm-*.h
3980 M: Jiri Pirko <jiri@mellanox.com>
3981 L: netdev@vger.kernel.org
3983 F: net/core/devlink.c
3984 F: include/net/devlink.h
3985 F: include/uapi/linux/devlink.h
3987 DIALOG SEMICONDUCTOR DRIVERS
3988 M: Support Opensource <support.opensource@diasemi.com>
3989 W: http://www.dialog-semiconductor.com/products
3991 F: Documentation/hwmon/da90??
3992 F: Documentation/devicetree/bindings/mfd/da90*.txt
3993 F: Documentation/devicetree/bindings/regulator/da92*.txt
3994 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3995 F: drivers/gpio/gpio-da90??.c
3996 F: drivers/hwmon/da90??-hwmon.c
3997 F: drivers/iio/adc/da91??-*.c
3998 F: drivers/input/misc/da90??_onkey.c
3999 F: drivers/input/touchscreen/da9052_tsi.c
4000 F: drivers/leds/leds-da90??.c
4001 F: drivers/mfd/da903x.c
4002 F: drivers/mfd/da90??-*.c
4003 F: drivers/mfd/da91??-*.c
4004 F: drivers/power/supply/da9052-battery.c
4005 F: drivers/power/supply/da91??-*.c
4006 F: drivers/regulator/da903x.c
4007 F: drivers/regulator/da9???-regulator.[ch]
4008 F: drivers/rtc/rtc-da90??.c
4009 F: drivers/video/backlight/da90??_bl.c
4010 F: drivers/watchdog/da90??_wdt.c
4011 F: include/linux/mfd/da903x.h
4012 F: include/linux/mfd/da9052/
4013 F: include/linux/mfd/da9055/
4014 F: include/linux/mfd/da9062/
4015 F: include/linux/mfd/da9063/
4016 F: include/linux/mfd/da9150/
4017 F: include/linux/regulator/da9211.h
4018 F: include/sound/da[79]*.h
4019 F: sound/soc/codecs/da[79]*.[ch]
4021 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
4022 M: William Breathitt Gray <vilhelm.gray@gmail.com>
4023 L: linux-gpio@vger.kernel.org
4025 F: drivers/gpio/gpio-gpio-mm.c
4027 DIGI NEO AND CLASSIC PCI PRODUCTS
4028 M: Lidza Louina <lidza.louina@gmail.com>
4029 M: Mark Hounschell <markh@compro.net>
4030 L: driverdev-devel@linuxdriverproject.org
4032 F: drivers/staging/dgnc/
4034 DIOLAN U2C-12 I2C DRIVER
4035 M: Guenter Roeck <linux@roeck-us.net>
4036 L: linux-i2c@vger.kernel.org
4038 F: drivers/i2c/busses/i2c-diolan-u2c.c
4041 M: Matthew Wilcox <mawilcox@microsoft.com>
4042 M: Ross Zwisler <ross.zwisler@linux.intel.com>
4043 L: linux-fsdevel@vger.kernel.org
4046 F: include/linux/dax.h
4047 F: include/trace/events/fs_dax.h
4049 DIRECTORY NOTIFICATION (DNOTIFY)
4050 M: Eric Paris <eparis@parisplace.org>
4052 F: Documentation/filesystems/dnotify.txt
4053 F: fs/notify/dnotify/
4054 F: include/linux/dnotify.h
4056 DISK GEOMETRY AND PARTITION HANDLING
4057 M: Andries Brouwer <aeb@cwi.nl>
4058 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
4059 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
4060 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
4064 M: Jan Kara <jack@suse.com>
4066 F: Documentation/filesystems/quota.txt
4068 F: include/linux/quota*.h
4069 F: include/uapi/linux/quota*.h
4071 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
4072 M: Bernie Thompson <bernie@plugable.com>
4073 L: linux-fbdev@vger.kernel.org
4075 W: http://plugable.com/category/projects/udlfb/
4076 F: drivers/video/fbdev/udlfb.c
4077 F: include/video/udlfb.h
4078 F: Documentation/fb/udlfb.txt
4080 DISTRIBUTED LOCK MANAGER (DLM)
4081 M: Christine Caulfield <ccaulfie@redhat.com>
4082 M: David Teigland <teigland@redhat.com>
4083 L: cluster-devel@redhat.com
4084 W: http://sources.redhat.com/cluster/
4085 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
4089 DMA BUFFER SHARING FRAMEWORK
4090 M: Sumit Semwal <sumit.semwal@linaro.org>
4092 L: linux-media@vger.kernel.org
4093 L: dri-devel@lists.freedesktop.org
4094 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
4096 F: include/linux/dma-buf*
4097 F: include/linux/reservation.h
4098 F: include/linux/*fence.h
4099 F: Documentation/driver-api/dma-buf.rst
4100 T: git git://anongit.freedesktop.org/drm/drm-misc
4103 M: Sumit Semwal <sumit.semwal@linaro.org>
4104 R: Gustavo Padovan <gustavo@padovan.org>
4106 L: linux-media@vger.kernel.org
4107 L: dri-devel@lists.freedesktop.org
4108 F: drivers/dma-buf/sync_*
4109 F: drivers/dma-buf/dma-fence*
4110 F: drivers/dma-buf/sw_sync.c
4111 F: include/linux/sync_file.h
4112 F: include/uapi/linux/sync_file.h
4113 F: Documentation/sync_file.txt
4114 T: git git://anongit.freedesktop.org/drm/drm-misc
4116 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4117 M: Vinod Koul <vinod.koul@intel.com>
4118 L: dmaengine@vger.kernel.org
4119 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
4122 F: include/linux/dmaengine.h
4123 F: Documentation/devicetree/bindings/dma/
4124 F: Documentation/dmaengine/
4125 T: git git://git.infradead.org/users/vkoul/slave-dma.git
4127 DME1737 HARDWARE MONITOR DRIVER
4128 M: Juerg Haefliger <juergh@gmail.com>
4129 L: linux-hwmon@vger.kernel.org
4131 F: Documentation/hwmon/dme1737
4132 F: drivers/hwmon/dme1737.c
4135 M: Jean Delvare <jdelvare@suse.com>
4137 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4138 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
4139 F: drivers/firmware/dmi-id.c
4140 F: drivers/firmware/dmi_scan.c
4141 F: include/linux/dmi.h
4144 M: Jonathan Corbet <corbet@lwn.net>
4145 L: linux-doc@vger.kernel.org
4148 F: scripts/docproc.c
4149 F: scripts/kernel-doc*
4150 X: Documentation/ABI/
4151 X: Documentation/devicetree/
4152 X: Documentation/acpi
4153 X: Documentation/power
4154 X: Documentation/spi
4155 X: Documentation/media
4156 T: git git://git.lwn.net/linux.git docs-next
4159 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
4160 L: blinux-list@redhat.com
4162 F: drivers/char/dtlk.c
4163 F: include/linux/dtlk.h
4165 DPAA2 DATAPATH I/O (DPIO) DRIVER
4166 M: Roy Pledge <Roy.Pledge@nxp.com>
4167 L: linux-kernel@vger.kernel.org
4169 F: drivers/staging/fsl-mc/bus/dpio
4171 DPAA2 ETHERNET DRIVER
4172 M: Ioana Radulescu <ruxandra.radulescu@nxp.com>
4173 L: linux-kernel@vger.kernel.org
4175 F: drivers/staging/fsl-dpaa2/ethernet
4177 DPT_I2O SCSI RAID DRIVER
4178 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4179 L: linux-scsi@vger.kernel.org
4180 W: http://www.adaptec.com/
4182 F: drivers/scsi/dpt*
4183 F: drivers/scsi/dpt/
4186 M: Philipp Reisner <philipp.reisner@linbit.com>
4187 M: Lars Ellenberg <lars.ellenberg@linbit.com>
4188 L: drbd-dev@lists.linbit.com
4189 W: http://www.drbd.org
4190 T: git git://git.linbit.com/linux-drbd.git
4191 T: git git://git.linbit.com/drbd-8.4.git
4193 F: drivers/block/drbd/
4195 F: Documentation/blockdev/drbd/
4197 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
4198 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4199 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4201 F: Documentation/kobject.txt
4205 F: include/linux/debugfs.h
4206 F: include/linux/kobj*
4210 M: David Airlie <airlied@linux.ie>
4211 L: dri-devel@lists.freedesktop.org
4212 T: git git://people.freedesktop.org/~airlied/linux
4213 B: https://bugs.freedesktop.org/
4214 C: irc://chat.freenode.net/dri-devel
4218 F: Documentation/devicetree/bindings/display/
4219 F: Documentation/devicetree/bindings/gpu/
4220 F: Documentation/devicetree/bindings/video/
4221 F: Documentation/gpu/
4223 F: include/uapi/drm/
4224 F: include/linux/vga*
4226 DRM DRIVERS AND MISC GPU PATCHES
4227 M: Daniel Vetter <daniel.vetter@intel.com>
4228 M: Jani Nikula <jani.nikula@linux.intel.com>
4229 M: Sean Paul <seanpaul@chromium.org>
4230 W: https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4232 T: git git://anongit.freedesktop.org/drm/drm-misc
4233 F: Documentation/gpu/
4235 F: drivers/gpu/drm/*
4237 F: include/uapi/drm/drm*
4238 F: include/linux/vga*
4240 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4241 M: Dave Airlie <airlied@redhat.com>
4243 F: drivers/gpu/drm/ast/
4245 DRM DRIVERS FOR BRIDGE CHIPS
4246 M: Archit Taneja <architt@codeaurora.org>
4248 T: git git://anongit.freedesktop.org/drm/drm-misc
4249 F: drivers/gpu/drm/bridge/
4251 DRM DRIVER FOR BOCHS VIRTUAL GPU
4252 M: Gerd Hoffmann <kraxel@redhat.com>
4253 L: virtualization@lists.linux-foundation.org
4254 T: git git://anongit.freedesktop.org/drm/drm-misc
4256 F: drivers/gpu/drm/bochs/
4258 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4259 M: Dave Airlie <airlied@redhat.com>
4260 M: Gerd Hoffmann <kraxel@redhat.com>
4261 L: virtualization@lists.linux-foundation.org
4262 T: git git://anongit.freedesktop.org/drm/drm-misc
4264 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
4265 F: drivers/gpu/drm/cirrus/
4267 RADEON and AMDGPU DRM DRIVERS
4268 M: Alex Deucher <alexander.deucher@amd.com>
4269 M: Christian König <christian.koenig@amd.com>
4270 L: amd-gfx@lists.freedesktop.org
4271 T: git git://people.freedesktop.org/~agd5f/linux
4273 F: drivers/gpu/drm/radeon/
4274 F: include/uapi/drm/radeon_drm.h
4275 F: drivers/gpu/drm/amd/
4276 F: include/uapi/drm/amdgpu_drm.h
4279 M: Thierry Reding <thierry.reding@gmail.com>
4280 L: dri-devel@lists.freedesktop.org
4281 T: git git://anongit.freedesktop.org/tegra/linux.git
4283 F: drivers/gpu/drm/drm_panel.c
4284 F: drivers/gpu/drm/panel/
4285 F: include/drm/drm_panel.h
4286 F: Documentation/devicetree/bindings/display/panel/
4288 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4289 M: Daniel Vetter <daniel.vetter@intel.com>
4290 M: Jani Nikula <jani.nikula@linux.intel.com>
4291 L: intel-gfx@lists.freedesktop.org
4292 W: https://01.org/linuxgraphics/
4293 B: https://01.org/linuxgraphics/documentation/how-report-bugs
4294 C: irc://chat.freenode.net/intel-gfx
4295 Q: http://patchwork.freedesktop.org/project/intel-gfx/
4296 T: git git://anongit.freedesktop.org/drm-intel
4298 F: drivers/gpu/drm/i915/
4299 F: include/drm/i915*
4300 F: include/uapi/drm/i915_drm.h
4301 F: Documentation/gpu/i915.rst
4303 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4304 M: Zhenyu Wang <zhenyuw@linux.intel.com>
4305 M: Zhi Wang <zhi.a.wang@intel.com>
4306 L: intel-gvt-dev@lists.freedesktop.org
4307 L: intel-gfx@lists.freedesktop.org
4308 W: https://01.org/igvt-g
4309 T: git https://github.com/01org/gvt-linux.git
4311 F: drivers/gpu/drm/i915/gvt/
4313 DRM DRIVERS FOR ATMEL HLCDC
4314 M: Boris Brezillon <boris.brezillon@free-electrons.com>
4315 L: dri-devel@lists.freedesktop.org
4317 F: drivers/gpu/drm/atmel-hlcdc/
4318 F: Documentation/devicetree/bindings/drm/atmel/
4319 T: git git://anongit.freedesktop.org/drm/drm-misc
4321 DRM DRIVERS FOR ALLWINNER A10
4322 M: Maxime Ripard <maxime.ripard@free-electrons.com>
4323 L: dri-devel@lists.freedesktop.org
4325 F: drivers/gpu/drm/sun4i/
4326 F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4327 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git
4329 DRM DRIVERS FOR AMLOGIC SOCS
4330 M: Neil Armstrong <narmstrong@baylibre.com>
4331 L: dri-devel@lists.freedesktop.org
4332 L: linux-amlogic@lists.infradead.org
4333 W: http://linux-meson.com/
4335 F: drivers/gpu/drm/meson/
4336 F: Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4337 F: Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
4338 F: Documentation/gpu/meson.rst
4339 T: git git://anongit.freedesktop.org/drm/drm-misc
4341 DRM DRIVERS FOR EXYNOS
4342 M: Inki Dae <inki.dae@samsung.com>
4343 M: Joonyoung Shim <jy0922.shim@samsung.com>
4344 M: Seung-Woo Kim <sw0312.kim@samsung.com>
4345 M: Kyungmin Park <kyungmin.park@samsung.com>
4346 L: dri-devel@lists.freedesktop.org
4347 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4349 F: drivers/gpu/drm/exynos/
4350 F: include/uapi/drm/exynos_drm.h
4351 F: Documentation/devicetree/bindings/display/exynos/
4353 DRM DRIVERS FOR FREESCALE DCU
4354 M: Stefan Agner <stefan@agner.ch>
4355 M: Alison Wang <alison.wang@freescale.com>
4356 L: dri-devel@lists.freedesktop.org
4358 F: drivers/gpu/drm/fsl-dcu/
4359 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
4360 F: Documentation/devicetree/bindings/display/fsl,tcon.txt
4361 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4363 DRM DRIVERS FOR FREESCALE IMX
4364 M: Philipp Zabel <p.zabel@pengutronix.de>
4365 L: dri-devel@lists.freedesktop.org
4367 F: drivers/gpu/drm/imx/
4368 F: drivers/gpu/ipu-v3/
4369 F: Documentation/devicetree/bindings/display/imx/
4371 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4372 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4373 L: dri-devel@lists.freedesktop.org
4374 T: git git://github.com/patjak/drm-gma500
4376 F: drivers/gpu/drm/gma500/
4378 DRM DRIVERS FOR HISILICON
4379 M: Xinliang Liu <z.liuxinliang@hisilicon.com>
4380 M: Rongrong Zou <zourongrong@gmail.com>
4381 R: Xinwei Kong <kong.kongxinwei@hisilicon.com>
4382 R: Chen Feng <puck.chen@hisilicon.com>
4383 L: dri-devel@lists.freedesktop.org
4384 T: git git://github.com/xin3liang/linux.git
4386 F: drivers/gpu/drm/hisilicon/
4387 F: Documentation/devicetree/bindings/display/hisilicon/
4389 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4390 S: Orphan / Obsolete
4391 F: drivers/gpu/drm/i810/
4392 F: include/uapi/drm/i810_drm.h
4394 DRM DRIVERS FOR MEDIATEK
4395 M: CK Hu <ck.hu@mediatek.com>
4396 M: Philipp Zabel <p.zabel@pengutronix.de>
4397 L: dri-devel@lists.freedesktop.org
4399 F: drivers/gpu/drm/mediatek/
4400 F: Documentation/devicetree/bindings/display/mediatek/
4402 DRM DRIVER FOR MI0283QT
4403 M: Noralf Trønnes <noralf@tronnes.org>
4405 F: drivers/gpu/drm/tinydrm/mi0283qt.c
4406 F: Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
4408 DRM DRIVER FOR MSM ADRENO GPU
4409 M: Rob Clark <robdclark@gmail.com>
4410 L: linux-arm-msm@vger.kernel.org
4411 L: dri-devel@lists.freedesktop.org
4412 L: freedreno@lists.freedesktop.org
4413 T: git git://people.freedesktop.org/~robclark/linux
4415 F: drivers/gpu/drm/msm/
4416 F: include/uapi/drm/msm_drm.h
4417 F: Documentation/devicetree/bindings/display/msm/
4419 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4420 M: Ben Skeggs <bskeggs@redhat.com>
4421 L: dri-devel@lists.freedesktop.org
4422 L: nouveau@lists.freedesktop.org
4423 T: git git://github.com/skeggsb/linux
4425 F: drivers/gpu/drm/nouveau/
4426 F: include/uapi/drm/nouveau_drm.h
4428 DRM DRIVERS FOR NVIDIA TEGRA
4429 M: Thierry Reding <thierry.reding@gmail.com>
4430 L: dri-devel@lists.freedesktop.org
4431 L: linux-tegra@vger.kernel.org
4432 T: git git://anongit.freedesktop.org/tegra/linux.git
4434 F: drivers/gpu/drm/tegra/
4435 F: drivers/gpu/host1x/
4436 F: include/linux/host1x.h
4437 F: include/uapi/drm/tegra_drm.h
4438 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4440 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4441 S: Orphan / Obsolete
4442 F: drivers/gpu/drm/mga/
4443 F: include/uapi/drm/mga_drm.h
4445 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4446 M: Dave Airlie <airlied@redhat.com>
4448 F: drivers/gpu/drm/mgag200/
4450 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4451 S: Orphan / Obsolete
4452 F: drivers/gpu/drm/r128/
4453 F: include/uapi/drm/r128_drm.h
4455 DRM DRIVERS FOR RENESAS
4456 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4457 L: dri-devel@lists.freedesktop.org
4458 L: linux-renesas-soc@vger.kernel.org
4459 T: git git://linuxtv.org/pinchartl/fbdev
4461 F: drivers/gpu/drm/rcar-du/
4462 F: drivers/gpu/drm/shmobile/
4463 F: include/linux/platform_data/shmob_drm.h
4464 F: Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt
4465 F: Documentation/devicetree/bindings/display/renesas,du.txt
4467 DRM DRIVER FOR QXL VIRTUAL GPU
4468 M: Dave Airlie <airlied@redhat.com>
4469 M: Gerd Hoffmann <kraxel@redhat.com>
4470 L: virtualization@lists.linux-foundation.org
4471 T: git git://anongit.freedesktop.org/drm/drm-misc
4473 F: drivers/gpu/drm/qxl/
4474 F: include/uapi/drm/qxl_drm.h
4476 DRM DRIVERS FOR ROCKCHIP
4477 M: Mark Yao <mark.yao@rock-chips.com>
4478 L: dri-devel@lists.freedesktop.org
4480 F: drivers/gpu/drm/rockchip/
4481 F: Documentation/devicetree/bindings/display/rockchip/
4482 T: git git://anongit.freedesktop.org/drm/drm-misc
4484 DRM DRIVER FOR SAVAGE VIDEO CARDS
4485 S: Orphan / Obsolete
4486 F: drivers/gpu/drm/savage/
4487 F: include/uapi/drm/savage_drm.h
4489 DRM DRIVER FOR SIS VIDEO CARDS
4490 S: Orphan / Obsolete
4491 F: drivers/gpu/drm/sis/
4492 F: include/uapi/drm/sis_drm.h
4495 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
4496 M: Vincent Abriou <vincent.abriou@st.com>
4497 L: dri-devel@lists.freedesktop.org
4498 T: git git://anongit.freedesktop.org/drm/drm-misc
4500 F: drivers/gpu/drm/sti
4501 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
4503 DRM DRIVER FOR TDFX VIDEO CARDS
4504 S: Orphan / Obsolete
4505 F: drivers/gpu/drm/tdfx/
4507 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4508 M: Dave Airlie <airlied@redhat.com>
4510 F: drivers/gpu/drm/udl/
4512 DRM DRIVERS FOR VIVANTE GPU IP
4513 M: Lucas Stach <l.stach@pengutronix.de>
4514 R: Russell King <linux+etnaviv@armlinux.org.uk>
4515 R: Christian Gmeiner <christian.gmeiner@gmail.com>
4516 L: etnaviv@lists.freedesktop.org
4517 L: dri-devel@lists.freedesktop.org
4519 F: drivers/gpu/drm/etnaviv/
4520 F: include/uapi/drm/etnaviv_drm.h
4521 F: Documentation/devicetree/bindings/display/etnaviv/
4523 DRM DRIVER FOR VMWARE VIRTUAL GPU
4524 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4525 M: Sinclair Yeh <syeh@vmware.com>
4526 M: Thomas Hellstrom <thellstrom@vmware.com>
4527 L: dri-devel@lists.freedesktop.org
4528 T: git git://people.freedesktop.org/~syeh/repos_linux
4529 T: git git://people.freedesktop.org/~thomash/linux
4531 F: drivers/gpu/drm/vmwgfx/
4532 F: include/uapi/drm/vmwgfx_drm.h
4535 M: Eric Anholt <eric@anholt.net>
4536 T: git git://github.com/anholt/linux
4538 F: drivers/gpu/drm/vc4/
4539 F: include/uapi/drm/vc4_drm.h
4540 F: Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4541 T: git git://anongit.freedesktop.org/drm/drm-misc
4543 DRM DRIVERS FOR TI OMAP
4544 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4545 L: dri-devel@lists.freedesktop.org
4547 F: drivers/gpu/drm/omapdrm/
4548 F: Documentation/devicetree/bindings/display/ti/
4550 DRM DRIVERS FOR TI LCDC
4551 M: Jyri Sarha <jsarha@ti.com>
4552 R: Tomi Valkeinen <tomi.valkeinen@ti.com>
4553 L: dri-devel@lists.freedesktop.org
4555 F: drivers/gpu/drm/tilcdc/
4556 F: Documentation/devicetree/bindings/display/tilcdc/
4558 DRM DRIVERS FOR ZTE ZX
4559 M: Shawn Guo <shawnguo@kernel.org>
4560 L: dri-devel@lists.freedesktop.org
4562 F: drivers/gpu/drm/zte/
4563 F: Documentation/devicetree/bindings/display/zte,vou.txt
4564 T: git git://anongit.freedesktop.org/drm/drm-misc
4566 DSBR100 USB FM RADIO DRIVER
4567 M: Alexey Klimov <klimov.linux@gmail.com>
4568 L: linux-media@vger.kernel.org
4569 T: git git://linuxtv.org/media_tree.git
4571 F: drivers/media/radio/dsbr100.c
4574 M: Francois Romieu <romieu@fr.zoreil.com>
4575 L: netdev@vger.kernel.org
4577 F: drivers/net/wan/dscc4.c
4580 M: Hans Verkuil <hverkuil@xs4all.nl>
4581 L: linux-media@vger.kernel.org
4582 T: git git://linuxtv.org/media_tree.git
4583 W: https://linuxtv.org
4585 F: drivers/media/pci/dt3155/
4587 DVB_USB_AF9015 MEDIA DRIVER
4588 M: Antti Palosaari <crope@iki.fi>
4589 L: linux-media@vger.kernel.org
4590 W: https://linuxtv.org
4591 W: http://palosaari.fi/linux/
4592 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4593 T: git git://linuxtv.org/anttip/media_tree.git
4595 F: drivers/media/usb/dvb-usb-v2/af9015*
4597 DVB_USB_AF9035 MEDIA DRIVER
4598 M: Antti Palosaari <crope@iki.fi>
4599 L: linux-media@vger.kernel.org
4600 W: https://linuxtv.org
4601 W: http://palosaari.fi/linux/
4602 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4603 T: git git://linuxtv.org/anttip/media_tree.git
4605 F: drivers/media/usb/dvb-usb-v2/af9035*
4607 DVB_USB_ANYSEE MEDIA DRIVER
4608 M: Antti Palosaari <crope@iki.fi>
4609 L: linux-media@vger.kernel.org
4610 W: https://linuxtv.org
4611 W: http://palosaari.fi/linux/
4612 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4613 T: git git://linuxtv.org/anttip/media_tree.git
4615 F: drivers/media/usb/dvb-usb-v2/anysee*
4617 DVB_USB_AU6610 MEDIA DRIVER
4618 M: Antti Palosaari <crope@iki.fi>
4619 L: linux-media@vger.kernel.org
4620 W: https://linuxtv.org
4621 W: http://palosaari.fi/linux/
4622 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4623 T: git git://linuxtv.org/anttip/media_tree.git
4625 F: drivers/media/usb/dvb-usb-v2/au6610*
4627 DVB_USB_CE6230 MEDIA DRIVER
4628 M: Antti Palosaari <crope@iki.fi>
4629 L: linux-media@vger.kernel.org
4630 W: https://linuxtv.org
4631 W: http://palosaari.fi/linux/
4632 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4633 T: git git://linuxtv.org/anttip/media_tree.git
4635 F: drivers/media/usb/dvb-usb-v2/ce6230*
4637 DVB_USB_CXUSB MEDIA DRIVER
4638 M: Michael Krufky <mkrufky@linuxtv.org>
4639 L: linux-media@vger.kernel.org
4640 W: https://linuxtv.org
4641 W: http://github.com/mkrufky
4642 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4643 T: git git://linuxtv.org/media_tree.git
4645 F: drivers/media/usb/dvb-usb/cxusb*
4647 DVB_USB_EC168 MEDIA DRIVER
4648 M: Antti Palosaari <crope@iki.fi>
4649 L: linux-media@vger.kernel.org
4650 W: https://linuxtv.org
4651 W: http://palosaari.fi/linux/
4652 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4653 T: git git://linuxtv.org/anttip/media_tree.git
4655 F: drivers/media/usb/dvb-usb-v2/ec168*
4657 DVB_USB_GL861 MEDIA DRIVER
4658 M: Antti Palosaari <crope@iki.fi>
4659 L: linux-media@vger.kernel.org
4660 W: https://linuxtv.org
4661 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4662 T: git git://linuxtv.org/anttip/media_tree.git
4664 F: drivers/media/usb/dvb-usb-v2/gl861*
4666 DVB_USB_MXL111SF MEDIA DRIVER
4667 M: Michael Krufky <mkrufky@linuxtv.org>
4668 L: linux-media@vger.kernel.org
4669 W: https://linuxtv.org
4670 W: http://github.com/mkrufky
4671 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4672 T: git git://linuxtv.org/mkrufky/mxl111sf.git
4674 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
4676 DVB_USB_RTL28XXU MEDIA DRIVER
4677 M: Antti Palosaari <crope@iki.fi>
4678 L: linux-media@vger.kernel.org
4679 W: https://linuxtv.org
4680 W: http://palosaari.fi/linux/
4681 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4682 T: git git://linuxtv.org/anttip/media_tree.git
4684 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
4686 DVB_USB_V2 MEDIA DRIVER
4687 M: Antti Palosaari <crope@iki.fi>
4688 L: linux-media@vger.kernel.org
4689 W: https://linuxtv.org
4690 W: http://palosaari.fi/linux/
4691 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4692 T: git git://linuxtv.org/anttip/media_tree.git
4694 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
4695 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
4698 M: Jason Baron <jbaron@akamai.com>
4700 F: lib/dynamic_debug.c
4701 F: include/linux/dynamic_debug.h
4703 DZ DECSTATION DZ11 SERIAL DRIVER
4704 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4706 F: drivers/tty/serial/dz.*
4708 E3X0 POWER BUTTON DRIVER
4709 M: Moritz Fischer <moritz.fischer@ettus.com>
4710 L: usrp-users@lists.ettus.com
4711 W: http://www.ettus.com
4713 F: drivers/input/misc/e3x0-button.c
4714 F: Documentation/devicetree/bindings/input/e3x0-button.txt
4717 M: Antti Palosaari <crope@iki.fi>
4718 L: linux-media@vger.kernel.org
4719 W: https://linuxtv.org
4720 W: http://palosaari.fi/linux/
4721 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4722 T: git git://linuxtv.org/anttip/media_tree.git
4724 F: drivers/media/tuners/e4000*
4726 EATA ISA/EISA/PCI SCSI DRIVER
4727 M: Dario Ballabio <ballabio_dario@emc.com>
4728 L: linux-scsi@vger.kernel.org
4730 F: drivers/scsi/eata.c
4733 M: Antti Palosaari <crope@iki.fi>
4734 L: linux-media@vger.kernel.org
4735 W: https://linuxtv.org
4736 W: http://palosaari.fi/linux/
4737 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4738 T: git git://linuxtv.org/anttip/media_tree.git
4740 F: drivers/media/dvb-frontends/ec100*
4743 M: Tyler Hicks <tyhicks@canonical.com>
4744 L: ecryptfs@vger.kernel.org
4745 W: http://ecryptfs.org
4746 W: https://launchpad.net/ecryptfs
4747 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4749 F: Documentation/filesystems/ecryptfs.txt
4753 M: Borislav Petkov <bp@alien8.de>
4754 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4755 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4756 L: linux-edac@vger.kernel.org
4757 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4758 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4760 F: Documentation/admin-guide/ras.rst
4761 F: Documentation/driver-api/edac.rst
4763 F: include/linux/edac.h
4766 M: Borislav Petkov <bp@alien8.de>
4767 L: linux-edac@vger.kernel.org
4769 F: drivers/edac/amd64_edac*
4772 M: Robert Richter <rric@kernel.org>
4773 L: linux-edac@vger.kernel.org
4775 F: drivers/edac/highbank*
4778 M: Ralf Baechle <ralf@linux-mips.org>
4779 M: David Daney <david.daney@cavium.com>
4780 L: linux-edac@vger.kernel.org
4781 L: linux-mips@linux-mips.org
4783 F: drivers/edac/octeon_edac*
4784 F: drivers/edac/thunderx_edac*
4787 M: Mark Gross <mark.gross@intel.com>
4788 L: linux-edac@vger.kernel.org
4790 F: drivers/edac/e752x_edac.c
4793 L: linux-edac@vger.kernel.org
4795 F: drivers/edac/e7xxx_edac.c
4798 M: York Sun <york.sun@nxp.com>
4799 L: linux-edac@vger.kernel.org
4801 F: drivers/edac/fsl_ddr_edac.*
4804 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4805 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4806 L: linux-edac@vger.kernel.org
4808 F: drivers/edac/ghes_edac.c
4811 M: Tim Small <tim@buttersideup.com>
4812 L: linux-edac@vger.kernel.org
4814 F: drivers/edac/i82443bxgx_edac.c
4817 L: linux-edac@vger.kernel.org
4819 F: drivers/edac/i3000_edac.c
4822 L: linux-edac@vger.kernel.org
4824 F: drivers/edac/i5000_edac.c
4827 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4828 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4829 L: linux-edac@vger.kernel.org
4831 F: drivers/edac/i5400_edac.c
4834 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4835 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4836 L: linux-edac@vger.kernel.org
4838 F: drivers/edac/i7300_edac.c
4841 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4842 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4843 L: linux-edac@vger.kernel.org
4845 F: drivers/edac/i7core_edac.c
4848 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4849 M: "Arvind R." <arvino55@gmail.com>
4850 L: linux-edac@vger.kernel.org
4852 F: drivers/edac/i82975x_edac.c
4855 M: Jason Baron <jbaron@akamai.com>
4856 L: linux-edac@vger.kernel.org
4858 F: drivers/edac/ie31200_edac.c
4861 M: Johannes Thumshirn <morbidrsa@gmail.com>
4862 L: linux-edac@vger.kernel.org
4864 F: drivers/edac/mpc85xx_edac.[ch]
4867 M: Tony Luck <tony.luck@intel.com>
4868 L: linux-edac@vger.kernel.org
4870 F: drivers/edac/pnd2_edac.[ch]
4873 M: Egor Martovetsky <egor@pasemi.com>
4874 L: linux-edac@vger.kernel.org
4876 F: drivers/edac/pasemi_edac.c
4879 M: Tim Small <tim@buttersideup.com>
4880 L: linux-edac@vger.kernel.org
4882 F: drivers/edac/r82600_edac.c
4885 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4886 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4887 L: linux-edac@vger.kernel.org
4889 F: drivers/edac/sb_edac.c
4892 M: Tony Luck <tony.luck@intel.com>
4893 L: linux-edac@vger.kernel.org
4895 F: drivers/edac/skx_edac.c
4898 APPLIED MICRO (APM) X-GENE SOC EDAC
4899 M: Loc Ho <lho@apm.com>
4901 F: drivers/edac/xgene_edac.c
4902 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4904 EDIROL UA-101/UA-1000 DRIVER
4905 M: Clemens Ladisch <clemens@ladisch.de>
4906 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4907 T: git git://git.alsa-project.org/alsa-kernel.git
4909 F: sound/usb/misc/ua101.c
4911 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4912 M: Matt Fleming <matt@codeblueprint.co.uk>
4913 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
4914 L: linux-efi@vger.kernel.org
4915 T: git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4917 F: Documentation/efi-stub.txt
4918 F: arch/*/kernel/efi.c
4919 F: arch/x86/boot/compressed/eboot.[ch]
4920 F: arch/*/include/asm/efi.h
4921 F: arch/x86/platform/efi/
4922 F: drivers/firmware/efi/
4923 F: include/linux/efi*.h
4924 F: arch/arm/boot/compressed/efi-header.S
4925 F: arch/arm64/kernel/efi-entry.S
4927 EFI VARIABLE FILESYSTEM
4928 M: Matthew Garrett <matthew.garrett@nebula.com>
4929 M: Jeremy Kerr <jk@ozlabs.org>
4930 M: Matt Fleming <matt@codeblueprint.co.uk>
4931 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4932 L: linux-efi@vger.kernel.org
4936 EFIFB FRAMEBUFFER DRIVER
4937 L: linux-fbdev@vger.kernel.org
4938 M: Peter Jones <pjones@redhat.com>
4940 F: drivers/video/fbdev/efifb.c
4943 L: linux-efi@vger.kernel.org
4944 M: Ivan Hu <ivan.hu@canonical.com>
4945 M: Matt Fleming <matt@codeblueprint.co.uk>
4947 F: drivers/firmware/efi/test/
4950 W: http://aeschi.ch.eu.org/efs/
4954 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4955 M: Douglas Miller <dougmill@linux.vnet.ibm.com>
4956 L: netdev@vger.kernel.org
4958 F: drivers/net/ethernet/ibm/ehea/
4960 EM28XX VIDEO4LINUX DRIVER
4961 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4962 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4963 L: linux-media@vger.kernel.org
4964 W: https://linuxtv.org
4965 T: git git://linuxtv.org/media_tree.git
4967 F: drivers/media/usb/em28xx/
4968 F: Documentation/media/v4l-drivers/em28xx*
4971 M: Paul Gortmaker <paul.gortmaker@windriver.com>
4972 M: Matt Mackall <mpm@selenic.com>
4973 M: David Woodhouse <dwmw2@infradead.org>
4974 L: linux-embedded@vger.kernel.org
4977 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
4978 M: James Smart <james.smart@broadcom.com>
4979 M: Dick Kennedy <dick.kennedy@broadcom.com>
4980 L: linux-scsi@vger.kernel.org
4981 W: http://www.broadcom.com
4983 F: drivers/scsi/lpfc/
4985 ENE CB710 FLASH CARD READER DRIVER
4986 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4988 F: drivers/misc/cb710/
4989 F: drivers/mmc/host/cb710-mmc.*
4990 F: include/linux/cb710.h
4992 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4993 M: Maxim Levitsky <maximlevitsky@gmail.com>
4995 F: drivers/media/rc/ene_ir.*
4997 EPSON S1D13XXX FRAMEBUFFER DRIVER
4998 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
5000 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
5001 F: drivers/video/fbdev/s1d13xxxfb.c
5002 F: include/video/s1d13xxxfb.h
5004 ET131X NETWORK DRIVER
5005 M: Mark Einon <mark.einon@gmail.com>
5007 F: drivers/net/ethernet/agere/
5010 M: Stephen Hemminger <stephen@networkplumber.org>
5011 L: bridge@lists.linux-foundation.org (moderated for non-subscribers)
5012 L: netdev@vger.kernel.org
5013 W: http://www.linuxfoundation.org/en/Net:Bridge
5015 F: include/linux/netfilter_bridge/
5018 ETHERNET PHY LIBRARY
5019 M: Andrew Lunn <andrew@lunn.ch>
5020 M: Florian Fainelli <f.fainelli@gmail.com>
5021 L: netdev@vger.kernel.org
5023 F: include/linux/phy.h
5024 F: include/linux/phy_fixed.h
5026 F: Documentation/networking/phy.txt
5027 F: drivers/of/of_mdio.c
5028 F: drivers/of/of_net.c
5031 M: Jan Kara <jack@suse.com>
5032 L: linux-ext4@vger.kernel.org
5034 F: Documentation/filesystems/ext2.txt
5036 F: include/linux/ext2*
5039 M: "Theodore Ts'o" <tytso@mit.edu>
5040 M: Andreas Dilger <adilger.kernel@dilger.ca>
5041 L: linux-ext4@vger.kernel.org
5042 W: http://ext4.wiki.kernel.org
5043 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
5044 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
5046 F: Documentation/filesystems/ext4.txt
5049 Extended Verification Module (EVM)
5050 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5051 L: linux-ima-devel@lists.sourceforge.net
5052 L: linux-security-module@vger.kernel.org
5054 F: security/integrity/evm/
5056 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
5057 M: MyungJoo Ham <myungjoo.ham@samsung.com>
5058 M: Chanwoo Choi <cw00.choi@samsung.com>
5059 L: linux-kernel@vger.kernel.org
5060 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
5063 F: include/linux/extcon/
5064 F: include/linux/extcon.h
5065 F: Documentation/extcon/
5066 F: Documentation/devicetree/bindings/extcon/
5069 M: Jingoo Han <jingoohan1@gmail.com>
5070 L: dri-devel@lists.freedesktop.org
5072 F: drivers/gpu/drm/exynos/exynos_dp*
5074 EXYNOS SYSMMU (IOMMU) driver
5075 M: Marek Szyprowski <m.szyprowski@samsung.com>
5076 L: iommu@lists.linux-foundation.org
5078 F: drivers/iommu/exynos-iommu.c
5080 EZchip NPS platform support
5081 M: Noam Camus <noamc@ezchip.com>
5083 F: arch/arc/plat-eznps
5084 F: arch/arc/boot/dts/eznps.dts
5086 F71805F HARDWARE MONITORING DRIVER
5087 M: Jean Delvare <jdelvare@suse.com>
5088 L: linux-hwmon@vger.kernel.org
5090 F: Documentation/hwmon/f71805f
5091 F: drivers/hwmon/f71805f.c
5094 M: Michael Buesch <m@bues.ch>
5095 L: linux-media@vger.kernel.org
5097 F: drivers/media/tuners/fc0011.h
5098 F: drivers/media/tuners/fc0011.c
5101 M: Antti Palosaari <crope@iki.fi>
5102 L: linux-media@vger.kernel.org
5103 W: https://linuxtv.org
5104 W: http://palosaari.fi/linux/
5105 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5106 T: git git://linuxtv.org/anttip/media_tree.git
5108 F: drivers/media/tuners/fc2580*
5111 M: Eric Paris <eparis@redhat.com>
5113 F: fs/notify/fanotify/
5114 F: include/linux/fanotify.h
5115 F: include/uapi/linux/fanotify.h
5117 FARSYNC SYNCHRONOUS DRIVER
5118 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
5119 W: http://www.farsite.co.uk/
5121 F: drivers/net/wan/farsync.*
5123 FAULT INJECTION SUPPORT
5124 M: Akinobu Mita <akinobu.mita@gmail.com>
5126 F: Documentation/fault-injection/
5127 F: lib/fault-inject.c
5129 FBTFT Framebuffer drivers
5130 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5132 F: drivers/staging/fbtft/
5134 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
5135 M: Johannes Thumshirn <jth@kernel.org>
5136 L: fcoe-devel@open-fcoe.org
5137 W: www.Open-FCoE.org
5139 F: drivers/scsi/libfc/
5140 F: drivers/scsi/fcoe/
5142 F: include/scsi/libfc.h
5143 F: include/scsi/libfcoe.h
5144 F: include/uapi/scsi/fc/
5146 FILE LOCKING (flock() and fcntl()/lockf())
5147 M: Jeff Layton <jlayton@poochiereds.net>
5148 M: "J. Bruce Fields" <bfields@fieldses.org>
5149 L: linux-fsdevel@vger.kernel.org
5151 F: include/linux/fcntl.h
5152 F: include/linux/fs.h
5153 F: include/uapi/linux/fcntl.h
5154 F: include/uapi/linux/fs.h
5158 FILESYSTEMS (VFS and infrastructure)
5159 M: Alexander Viro <viro@zeniv.linux.org.uk>
5160 L: linux-fsdevel@vger.kernel.org
5164 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5165 M: Riku Voipio <riku.voipio@iki.fi>
5166 L: linux-hwmon@vger.kernel.org
5168 F: drivers/hwmon/f75375s.c
5169 F: include/linux/f75375s.h
5171 FIREWIRE AUDIO DRIVERS
5172 M: Clemens Ladisch <clemens@ladisch.de>
5173 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5174 T: git git://git.alsa-project.org/alsa-kernel.git
5178 FIREWIRE MEDIA DRIVERS (firedtv)
5179 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
5180 L: linux-media@vger.kernel.org
5181 L: linux1394-devel@lists.sourceforge.net
5182 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5184 F: drivers/media/firewire/
5186 FIREWIRE SBP-2 TARGET
5187 M: Chris Boot <bootc@bootc.net>
5188 L: linux-scsi@vger.kernel.org
5189 L: target-devel@vger.kernel.org
5190 L: linux1394-devel@lists.sourceforge.net
5191 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5193 F: drivers/target/sbp/
5196 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
5197 L: linux1394-devel@lists.sourceforge.net
5198 W: http://ieee1394.wiki.kernel.org/
5199 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5201 F: drivers/firewire/
5202 F: include/linux/firewire.h
5203 F: include/uapi/linux/firewire*.h
5206 FIRMWARE LOADER (request_firmware)
5207 M: Luis R. Rodriguez <mcgrof@kernel.org>
5208 L: linux-kernel@vger.kernel.org
5210 F: Documentation/firmware_class/
5211 F: drivers/base/firmware*.c
5212 F: include/linux/firmware.h
5214 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5215 M: Joshua Morris <josh.h.morris@us.ibm.com>
5216 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5218 F: drivers/block/rsxx/
5221 M: Jiri Kosina <jikos@kernel.org>
5222 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5224 F: drivers/block/floppy.c
5227 M: Alessandro Rubini <rubini@gnudd.com>
5228 W: http://www.ohwr.org/projects/fmc-bus
5231 F: include/linux/fmc*.h
5232 F: include/linux/ipmi-fru.h
5235 FPGA MANAGER FRAMEWORK
5236 M: Alan Tull <atull@kernel.org>
5237 R: Moritz Fischer <moritz.fischer@ettus.com>
5238 L: linux-fpga@vger.kernel.org
5240 T: git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5241 F: Documentation/fpga/
5242 F: Documentation/devicetree/bindings/fpga/
5244 F: include/linux/fpga/
5245 W: http://www.rocketboards.org
5248 M: Bill Metzenthen <billm@melbpc.org.au>
5249 W: http://floatingpoint.sourceforge.net/emulator/index.html
5251 F: arch/x86/math-emu/
5253 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5254 L: netdev@vger.kernel.org
5256 F: drivers/net/wan/dlci.c
5257 F: drivers/net/wan/sdla.c
5260 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5261 L: linux-fbdev@vger.kernel.org
5262 T: git git://github.com/bzolnier/linux.git
5263 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
5265 F: Documentation/fb/
5268 F: include/linux/fb.h
5269 F: include/uapi/video/
5270 F: include/uapi/linux/fb.h
5272 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5273 M: Horia Geantă <horia.geanta@nxp.com>
5274 M: Dan Douglass <dan.douglass@nxp.com>
5275 L: linux-crypto@vger.kernel.org
5277 F: drivers/crypto/caam/
5278 F: Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5280 FREESCALE DIU FRAMEBUFFER DRIVER
5281 M: Timur Tabi <timur@tabi.org>
5282 L: linux-fbdev@vger.kernel.org
5284 F: drivers/video/fbdev/fsl-diu-fb.*
5286 FREESCALE DMA DRIVER
5287 M: Li Yang <leoli@freescale.com>
5288 M: Zhang Wei <zw@zh-kernel.org>
5289 L: linuxppc-dev@lists.ozlabs.org
5291 F: drivers/dma/fsldma.*
5293 FREESCALE GPMI NAND DRIVER
5294 M: Han Xu <han.xu@nxp.com>
5295 L: linux-mtd@lists.infradead.org
5297 F: drivers/mtd/nand/gpmi-nand/*
5299 FREESCALE I2C CPM DRIVER
5300 M: Jochen Friedrich <jochen@scram.de>
5301 L: linuxppc-dev@lists.ozlabs.org
5302 L: linux-i2c@vger.kernel.org
5304 F: drivers/i2c/busses/i2c-cpm.c
5306 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5307 M: Sascha Hauer <kernel@pengutronix.de>
5308 L: linux-fbdev@vger.kernel.org
5309 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5311 F: include/linux/platform_data/video-imxfb.h
5312 F: drivers/video/fbdev/imxfb.c
5314 FREESCALE QUAD SPI DRIVER
5315 M: Han Xu <han.xu@nxp.com>
5316 L: linux-mtd@lists.infradead.org
5318 F: drivers/mtd/spi-nor/fsl-quadspi.c
5320 FREESCALE SOC FS_ENET DRIVER
5321 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
5322 M: Vitaly Bordug <vbordug@ru.mvista.com>
5323 L: linuxppc-dev@lists.ozlabs.org
5324 L: netdev@vger.kernel.org
5326 F: drivers/net/ethernet/freescale/fs_enet/
5327 F: include/linux/fs_enet_pd.h
5329 FREESCALE IMX / MXC FEC DRIVER
5330 M: Fugang Duan <fugang.duan@nxp.com>
5331 L: netdev@vger.kernel.org
5333 F: drivers/net/ethernet/freescale/fec_main.c
5334 F: drivers/net/ethernet/freescale/fec_ptp.c
5335 F: drivers/net/ethernet/freescale/fec.h
5336 F: Documentation/devicetree/bindings/net/fsl-fec.txt
5338 FREESCALE QORIQ DPAA FMAN DRIVER
5339 M: Madalin Bucur <madalin.bucur@nxp.com>
5340 L: netdev@vger.kernel.org
5342 F: drivers/net/ethernet/freescale/fman
5343 F: Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5345 FREESCALE QORIQ DPAA ETHERNET DRIVER
5346 M: Madalin Bucur <madalin.bucur@nxp.com>
5347 L: netdev@vger.kernel.org
5349 F: drivers/net/ethernet/freescale/dpaa
5351 FREESCALE SOC DRIVERS
5352 M: Scott Wood <oss@buserror.net>
5353 L: linuxppc-dev@lists.ozlabs.org
5354 L: linux-arm-kernel@lists.infradead.org
5356 F: Documentation/devicetree/bindings/powerpc/fsl/
5358 F: include/linux/fsl/
5360 FREESCALE QUICC ENGINE LIBRARY
5361 M: Qiang Zhao <qiang.zhao@nxp.com>
5362 L: linuxppc-dev@lists.ozlabs.org
5364 F: drivers/soc/fsl/qe/
5365 F: include/soc/fsl/*qe*.h
5366 F: include/soc/fsl/*ucc*.h
5368 FREESCALE USB PERIPHERAL DRIVERS
5369 M: Li Yang <leoli@freescale.com>
5370 L: linux-usb@vger.kernel.org
5371 L: linuxppc-dev@lists.ozlabs.org
5373 F: drivers/usb/gadget/udc/fsl*
5375 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5376 M: Li Yang <leoli@freescale.com>
5377 L: netdev@vger.kernel.org
5378 L: linuxppc-dev@lists.ozlabs.org
5380 F: drivers/net/ethernet/freescale/ucc_geth*
5382 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5383 M: Claudiu Manoil <claudiu.manoil@freescale.com>
5384 L: netdev@vger.kernel.org
5386 F: drivers/net/ethernet/freescale/gianfar*
5387 X: drivers/net/ethernet/freescale/gianfar_ptp.c
5388 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5390 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5391 M: Zhao Qiang <qiang.zhao@nxp.com>
5392 L: netdev@vger.kernel.org
5393 L: linuxppc-dev@lists.ozlabs.org
5395 F: drivers/net/wan/fsl_ucc_hdlc*
5397 FREESCALE QUICC ENGINE UCC UART DRIVER
5398 M: Timur Tabi <timur@tabi.org>
5399 L: linuxppc-dev@lists.ozlabs.org
5401 F: drivers/tty/serial/ucc_uart.c
5403 FREESCALE SOC SOUND DRIVERS
5404 M: Timur Tabi <timur@tabi.org>
5405 M: Nicolin Chen <nicoleotsuka@gmail.com>
5406 M: Xiubo Li <Xiubo.Lee@gmail.com>
5407 R: Fabio Estevam <fabio.estevam@nxp.com>
5408 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5409 L: linuxppc-dev@lists.ozlabs.org
5411 F: sound/soc/fsl/fsl*
5412 F: sound/soc/fsl/imx*
5413 F: sound/soc/fsl/mpc8610_hpcd.c
5416 M: Christoph Hellwig <hch@infradead.org>
5417 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
5422 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5423 M: Pavel Machek <pavel@ucw.cz>
5424 L: linux-pm@vger.kernel.org
5426 F: Documentation/power/freezing-of-tasks.txt
5427 F: include/linux/freezer.h
5431 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5432 L: linux-kernel@vger.kernel.org
5435 F: include/linux/frontswap.h
5437 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5438 M: David Howells <dhowells@redhat.com>
5439 L: linux-cachefs@redhat.com (moderated for non-subscribers)
5441 F: Documentation/filesystems/caching/
5443 F: include/linux/fscache*.h
5445 FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5446 M: Theodore Y. Ts'o <tytso@mit.edu>
5447 M: Jaegeuk Kim <jaegeuk@kernel.org>
5448 L: linux-fscrypt@vger.kernel.org
5449 Q: https://patchwork.kernel.org/project/linux-fscrypt/list/
5450 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git
5453 F: include/linux/fscrypt*.h
5456 M: Jaegeuk Kim <jaegeuk@kernel.org>
5457 M: Chao Yu <yuchao0@huawei.com>
5458 L: linux-f2fs-devel@lists.sourceforge.net
5459 W: https://f2fs.wiki.kernel.org/
5460 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5462 F: Documentation/filesystems/f2fs.txt
5463 F: Documentation/ABI/testing/sysfs-fs-f2fs
5465 F: include/linux/f2fs_fs.h
5466 F: include/trace/events/f2fs.h
5468 FUJITSU FR-V (FRV) PORT
5472 FUJITSU LAPTOP EXTRAS
5473 M: Jonathan Woithe <jwoithe@just42.net>
5474 L: platform-driver-x86@vger.kernel.org
5476 F: drivers/platform/x86/fujitsu-laptop.c
5478 FUJITSU M-5MO LS CAMERA ISP DRIVER
5479 M: Kyungmin Park <kyungmin.park@samsung.com>
5480 M: Heungjun Kim <riverful.kim@samsung.com>
5481 L: linux-media@vger.kernel.org
5483 F: drivers/media/i2c/m5mols/
5484 F: include/media/i2c/m5mols.h
5486 FUJITSU TABLET EXTRAS
5487 M: Robert Gerlach <khnz@gmx.de>
5488 L: platform-driver-x86@vger.kernel.org
5490 F: drivers/platform/x86/fujitsu-tablet.c
5492 FUSE: FILESYSTEM IN USERSPACE
5493 M: Miklos Szeredi <miklos@szeredi.hu>
5494 L: linux-fsdevel@vger.kernel.org
5495 W: http://fuse.sourceforge.net/
5496 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5499 F: include/uapi/linux/fuse.h
5500 F: Documentation/filesystems/fuse.txt
5503 M: Thomas Gleixner <tglx@linutronix.de>
5504 M: Ingo Molnar <mingo@redhat.com>
5505 R: Peter Zijlstra <peterz@infradead.org>
5506 R: Darren Hart <dvhart@infradead.org>
5507 L: linux-kernel@vger.kernel.org
5508 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
5511 F: kernel/futex_compat.c
5512 F: include/asm-generic/futex.h
5513 F: include/linux/futex.h
5514 F: include/uapi/linux/futex.h
5515 F: tools/testing/selftests/futex/
5516 F: tools/perf/bench/futex*
5517 F: Documentation/*futex*
5519 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5520 M: Rik Faith <faith@cs.unc.edu>
5521 L: linux-scsi@vger.kernel.org
5522 S: Odd Fixes (e.g., new signatures)
5523 F: drivers/scsi/fdomain.*
5526 M: Kees Cook <keescook@chromium.org>
5527 R: Emese Revfy <re.emese@gmail.com>
5528 L: kernel-hardening@lists.openwall.com
5530 F: scripts/gcc-plugins/
5531 F: scripts/gcc-plugin.sh
5532 F: scripts/Makefile.gcc-plugins
5533 F: Documentation/gcc-plugins.txt
5535 GCOV BASED KERNEL PROFILING
5536 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5539 F: Documentation/dev-tools/gcov.rst
5541 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5542 M: Achim Leubner <achim_leubner@adaptec.com>
5543 L: linux-scsi@vger.kernel.org
5544 W: http://www.icp-vortex.com/
5546 F: drivers/scsi/gdt*
5548 GDB KERNEL DEBUGGING HELPER SCRIPTS
5549 M: Jan Kiszka <jan.kiszka@siemens.com>
5550 M: Kieran Bingham <kieran@bingham.xyz>
5554 GEMTEK FM RADIO RECEIVER DRIVER
5555 M: Hans Verkuil <hverkuil@xs4all.nl>
5556 L: linux-media@vger.kernel.org
5557 T: git git://linuxtv.org/media_tree.git
5558 W: https://linuxtv.org
5560 F: drivers/media/radio/radio-gemtek*
5562 GENERIC GPIO I2C DRIVER
5563 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
5565 F: drivers/i2c/busses/i2c-gpio.c
5566 F: include/linux/i2c-gpio.h
5568 GENERIC GPIO I2C MULTIPLEXER DRIVER
5569 M: Peter Korsgaard <peter.korsgaard@barco.com>
5570 L: linux-i2c@vger.kernel.org
5572 F: drivers/i2c/muxes/i2c-mux-gpio.c
5573 F: include/linux/i2c-mux-gpio.h
5574 F: Documentation/i2c/muxes/i2c-mux-gpio
5576 GENERIC HDLC (WAN) DRIVERS
5577 M: Krzysztof Halasa <khc@pm.waw.pl>
5578 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
5580 F: drivers/net/wan/c101.c
5581 F: drivers/net/wan/hd6457*
5582 F: drivers/net/wan/hdlc*
5583 F: drivers/net/wan/n2.c
5584 F: drivers/net/wan/pc300too.c
5585 F: drivers/net/wan/pci200syn.c
5586 F: drivers/net/wan/wanxl*
5588 GENERIC INCLUDE/ASM HEADER FILES
5589 M: Arnd Bergmann <arnd@arndb.de>
5590 L: linux-arch@vger.kernel.org
5591 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5593 F: include/asm-generic/
5594 F: include/uapi/asm-generic/
5596 GENERIC PHY FRAMEWORK
5597 M: Kishon Vijay Abraham I <kishon@ti.com>
5598 L: linux-kernel@vger.kernel.org
5599 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5602 F: include/linux/phy/
5605 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5606 M: Kevin Hilman <khilman@kernel.org>
5607 M: Ulf Hansson <ulf.hansson@linaro.org>
5608 L: linux-pm@vger.kernel.org
5610 F: drivers/base/power/domain*.c
5611 F: include/linux/pm_domain.h
5612 F: Documentation/devicetree/bindings/power/power_domain.txt
5614 GENERIC UIO DRIVER FOR PCI DEVICES
5615 M: "Michael S. Tsirkin" <mst@redhat.com>
5616 L: kvm@vger.kernel.org
5618 F: drivers/uio/uio_pci_generic.c
5620 GET_MAINTAINER SCRIPT
5621 M: Joe Perches <joe@perches.com>
5623 F: scripts/get_maintainer.pl
5625 GENWQE (IBM Generic Workqueue Card)
5626 M: Frank Haverkamp <haver@linux.vnet.ibm.com>
5627 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
5629 F: drivers/misc/genwqe/
5632 M: Steven Whitehouse <swhiteho@redhat.com>
5633 M: Bob Peterson <rpeterso@redhat.com>
5634 L: cluster-devel@redhat.com
5635 W: http://sources.redhat.com/cluster/
5636 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5638 F: Documentation/filesystems/gfs2*.txt
5640 F: include/uapi/linux/gfs2_ondisk.h
5642 GIGASET ISDN DRIVERS
5643 M: Paul Bolle <pebolle@tiscali.nl>
5644 L: gigaset307x-common@lists.sourceforge.net
5645 W: http://gigaset307x.sourceforge.net/
5647 F: Documentation/isdn/README.gigaset
5648 F: drivers/isdn/gigaset/
5649 F: include/uapi/linux/gigaset_dev.h
5652 M: Hans Verkuil <hans.verkuil@cisco.com>
5653 L: linux-media@vger.kernel.org
5655 F: drivers/media/usb/go7007/
5658 M: Bastien Nocera <hadess@hadess.net>
5659 L: linux-input@vger.kernel.org
5661 F: drivers/input/touchscreen/goodix.c
5664 M: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5665 L: linux-gpio@vger.kernel.org
5667 F: drivers/gpio/gpio-mockup.c
5668 F: tools/testing/selftests/gpio/
5671 M: Linus Walleij <linus.walleij@linaro.org>
5672 M: Alexandre Courbot <gnurou@gmail.com>
5673 L: linux-gpio@vger.kernel.org
5674 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5676 F: Documentation/devicetree/bindings/gpio/
5677 F: Documentation/gpio/
5678 F: Documentation/ABI/testing/gpio-cdev
5679 F: Documentation/ABI/obsolete/sysfs-gpio
5681 F: include/linux/gpio/
5682 F: include/linux/gpio.h
5683 F: include/asm-generic/gpio.h
5684 F: include/uapi/linux/gpio.h
5687 GRE DEMULTIPLEXER DRIVER
5688 M: Dmitry Kozlov <xeb@mail.ru>
5689 L: netdev@vger.kernel.org
5691 F: net/ipv4/gre_demux.c
5692 F: net/ipv4/gre_offload.c
5693 F: include/net/gre.h
5695 GRETH 10/100/1G Ethernet MAC device driver
5696 M: Andreas Larsson <andreas@gaisler.com>
5697 L: netdev@vger.kernel.org
5699 F: drivers/net/ethernet/aeroflex/
5702 M: Johan Hovold <johan@kernel.org>
5703 M: Alex Elder <elder@kernel.org>
5704 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5706 F: drivers/staging/greybus/
5707 L: greybus-dev@lists.linaro.org (moderated for non-subscribers)
5709 GREYBUS AUDIO PROTOCOLS DRIVERS
5710 M: Vaibhav Agarwal <vaibhav.sr@gmail.com>
5711 M: Mark Greer <mgreer@animalcreek.com>
5713 F: drivers/staging/greybus/audio_apbridgea.c
5714 F: drivers/staging/greybus/audio_apbridgea.h
5715 F: drivers/staging/greybus/audio_codec.c
5716 F: drivers/staging/greybus/audio_codec.h
5717 F: drivers/staging/greybus/audio_gb.c
5718 F: drivers/staging/greybus/audio_manager.c
5719 F: drivers/staging/greybus/audio_manager.h
5720 F: drivers/staging/greybus/audio_manager_module.c
5721 F: drivers/staging/greybus/audio_manager_private.h
5722 F: drivers/staging/greybus/audio_manager_sysfs.c
5723 F: drivers/staging/greybus/audio_module.c
5724 F: drivers/staging/greybus/audio_topology.c
5726 GREYBUS PROTOCOLS DRIVERS
5727 M: Rui Miguel Silva <rmfrfs@gmail.com>
5729 F: drivers/staging/greybus/sdio.c
5730 F: drivers/staging/greybus/light.c
5731 F: drivers/staging/greybus/gpio.c
5732 F: drivers/staging/greybus/power_supply.c
5733 F: drivers/staging/greybus/spi.c
5734 F: drivers/staging/greybus/spilib.c
5736 GREYBUS PROTOCOLS DRIVERS
5737 M: Bryan O'Donoghue <pure.logic@nexus-software.ie>
5739 F: drivers/staging/greybus/loopback.c
5740 F: drivers/staging/greybus/timesync.c
5741 F: drivers/staging/greybus/timesync_platform.c
5743 GREYBUS PROTOCOLS DRIVERS
5744 M: Viresh Kumar <vireshk@kernel.org>
5746 F: drivers/staging/greybus/authentication.c
5747 F: drivers/staging/greybus/bootrom.c
5748 F: drivers/staging/greybus/firmware.h
5749 F: drivers/staging/greybus/fw-core.c
5750 F: drivers/staging/greybus/fw-download.c
5751 F: drivers/staging/greybus/fw-managament.c
5752 F: drivers/staging/greybus/greybus_authentication.h
5753 F: drivers/staging/greybus/greybus_firmware.h
5754 F: drivers/staging/greybus/hid.c
5755 F: drivers/staging/greybus/i2c.c
5756 F: drivers/staging/greybus/spi.c
5757 F: drivers/staging/greybus/spilib.c
5758 F: drivers/staging/greybus/spilib.h
5760 GREYBUS PROTOCOLS DRIVERS
5761 M: David Lin <dtwlin@gmail.com>
5763 F: drivers/staging/greybus/uart.c
5764 F: drivers/staging/greybus/log.c
5766 GREYBUS PLATFORM DRIVERS
5767 M: Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5769 F: drivers/staging/greybus/arche-platform.c
5770 F: drivers/staging/greybus/arche-apb-ctrl.c
5771 F: drivers/staging/greybus/arche_platform.h
5773 GS1662 VIDEO SERIALIZER
5774 M: Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5775 L: linux-media@vger.kernel.org
5776 T: git git://linuxtv.org/media_tree.git
5778 F: drivers/media/spi/gs1662.c
5780 GSPCA FINEPIX SUBDRIVER
5781 M: Frank Zago <frank@zago.net>
5782 L: linux-media@vger.kernel.org
5783 T: git git://linuxtv.org/media_tree.git
5785 F: drivers/media/usb/gspca/finepix.c
5787 GSPCA GL860 SUBDRIVER
5788 M: Olivier Lorin <o.lorin@laposte.net>
5789 L: linux-media@vger.kernel.org
5790 T: git git://linuxtv.org/media_tree.git
5792 F: drivers/media/usb/gspca/gl860/
5794 GSPCA M5602 SUBDRIVER
5795 M: Erik Andren <erik.andren@gmail.com>
5796 L: linux-media@vger.kernel.org
5797 T: git git://linuxtv.org/media_tree.git
5799 F: drivers/media/usb/gspca/m5602/
5801 GSPCA PAC207 SONIXB SUBDRIVER
5802 M: Hans Verkuil <hverkuil@xs4all.nl>
5803 L: linux-media@vger.kernel.org
5804 T: git git://linuxtv.org/media_tree.git
5806 F: drivers/media/usb/gspca/pac207.c
5808 GSPCA SN9C20X SUBDRIVER
5809 M: Brian Johnson <brijohn@gmail.com>
5810 L: linux-media@vger.kernel.org
5811 T: git git://linuxtv.org/media_tree.git
5813 F: drivers/media/usb/gspca/sn9c20x.c
5815 GSPCA T613 SUBDRIVER
5816 M: Leandro Costantino <lcostantino@gmail.com>
5817 L: linux-media@vger.kernel.org
5818 T: git git://linuxtv.org/media_tree.git
5820 F: drivers/media/usb/gspca/t613.c
5822 GSPCA USB WEBCAM DRIVER
5823 M: Hans Verkuil <hverkuil@xs4all.nl>
5824 L: linux-media@vger.kernel.org
5825 T: git git://linuxtv.org/media_tree.git
5827 F: drivers/media/usb/gspca/
5829 GTP (GPRS Tunneling Protocol)
5830 M: Pablo Neira Ayuso <pablo@netfilter.org>
5831 M: Harald Welte <laforge@gnumonks.org>
5832 L: osmocom-net-gprs@lists.osmocom.org
5833 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
5835 F: drivers/net/gtp.c
5837 GUID PARTITION TABLE (GPT)
5838 M: Davidlohr Bueso <dave@stgolabs.net>
5839 L: linux-efi@vger.kernel.org
5841 F: block/partitions/efi.*
5843 STK1160 USB VIDEO CAPTURE DRIVER
5844 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5845 L: linux-media@vger.kernel.org
5846 T: git git://linuxtv.org/media_tree.git
5848 F: drivers/media/usb/stk1160/
5851 M: Yoshinori Sato <ysato@users.sourceforge.jp>
5852 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5853 W: http://uclinux-h8.sourceforge.jp
5854 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5857 F: drivers/clocksource/h8300_*.c
5858 F: drivers/clk/h8300/
5859 F: drivers/irqchip/irq-renesas-h8*.c
5861 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5862 M: Frank Seidel <frank@f-seidel.de>
5863 L: platform-driver-x86@vger.kernel.org
5864 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5866 F: drivers/platform/x86/hdaps.c
5868 HDPVR USB VIDEO ENCODER DRIVER
5869 M: Hans Verkuil <hverkuil@xs4all.nl>
5870 L: linux-media@vger.kernel.org
5871 T: git git://linuxtv.org/media_tree.git
5872 W: https://linuxtv.org
5874 F: drivers/media/usb/hdpvr/
5876 HWPOISON MEMORY FAILURE HANDLING
5877 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5878 L: linux-mm@kvack.org
5880 F: mm/memory-failure.c
5881 F: mm/hwpoison-inject.c
5883 HYPERVISOR VIRTUAL CONSOLE DRIVER
5884 L: linuxppc-dev@lists.ozlabs.org
5889 M: Antti Palosaari <crope@iki.fi>
5890 L: linux-media@vger.kernel.org
5891 W: https://linuxtv.org
5892 W: http://palosaari.fi/linux/
5893 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5894 T: git git://linuxtv.org/anttip/media_tree.git
5896 F: drivers/media/usb/hackrf/
5899 M: Jean Delvare <jdelvare@suse.com>
5900 M: Guenter Roeck <linux@roeck-us.net>
5901 L: linux-hwmon@vger.kernel.org
5902 W: http://hwmon.wiki.kernel.org/
5903 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5904 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5906 F: Documentation/hwmon/
5908 F: include/linux/hwmon*.h
5910 HARDWARE RANDOM NUMBER GENERATOR CORE
5911 M: Matt Mackall <mpm@selenic.com>
5912 M: Herbert Xu <herbert@gondor.apana.org.au>
5913 L: linux-crypto@vger.kernel.org
5915 F: Documentation/devicetree/bindings/rng/
5916 F: Documentation/hw_random.txt
5917 F: drivers/char/hw_random/
5918 F: include/linux/hw_random.h
5920 HARDWARE SPINLOCK CORE
5921 M: Ohad Ben-Cohen <ohad@wizery.com>
5922 M: Bjorn Andersson <bjorn.andersson@linaro.org>
5923 L: linux-remoteproc@vger.kernel.org
5925 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5926 F: Documentation/devicetree/bindings/hwlock/
5927 F: Documentation/hwspinlock.txt
5928 F: drivers/hwspinlock/
5929 F: include/linux/hwspinlock.h
5931 HARMONY SOUND DRIVER
5932 L: linux-parisc@vger.kernel.org
5934 F: sound/parisc/harmony.*
5936 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5937 M: Jimmy Vance <jimmy.vance@hpe.com>
5939 F: Documentation/watchdog/hpwdt.txt
5940 F: drivers/watchdog/hpwdt.c
5942 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5943 M: Don Brace <don.brace@microsemi.com>
5944 L: esc.storagedev@microsemi.com
5945 L: linux-scsi@vger.kernel.org
5947 F: Documentation/scsi/hpsa.txt
5948 F: drivers/scsi/hpsa*.[ch]
5949 F: include/linux/cciss*.h
5950 F: include/uapi/linux/cciss*.h
5952 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5953 M: Don Brace <don.brace@microsemi.com>
5954 L: esc.storagedev@microsemi.com
5955 L: linux-scsi@vger.kernel.org
5957 F: Documentation/blockdev/cciss.txt
5958 F: drivers/block/cciss*
5959 F: include/linux/cciss_ioctl.h
5960 F: include/uapi/linux/cciss_ioctl.h
5963 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
5964 M: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
5965 L: linux-rdma@vger.kernel.org
5967 F: drivers/infiniband/ulp/opa_vnic
5970 M: Mike Marciniszyn <mike.marciniszyn@intel.com>
5971 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
5972 L: linux-rdma@vger.kernel.org
5974 F: drivers/infiniband/hw/hfi1
5977 L: linux-fsdevel@vger.kernel.org
5979 F: Documentation/filesystems/hfs.txt
5983 L: linux-fsdevel@vger.kernel.org
5985 F: Documentation/filesystems/hfsplus.txt
5988 HGA FRAMEBUFFER DRIVER
5989 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5990 L: linux-nvidia@lists.surfsouth.com
5991 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5993 F: drivers/video/fbdev/hgafb.c
5995 HIBERNATION (aka Software Suspend, aka swsusp)
5996 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5997 M: Pavel Machek <pavel@ucw.cz>
5998 L: linux-pm@vger.kernel.org
5999 B: https://bugzilla.kernel.org
6002 F: drivers/base/power/
6004 F: include/linux/suspend.h
6005 F: include/linux/freezer.h
6006 F: include/linux/pm.h
6007 F: arch/*/include/asm/suspend*.h
6010 M: Jiri Kosina <jikos@kernel.org>
6011 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
6012 L: linux-input@vger.kernel.org
6013 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6016 F: include/linux/hid*
6017 F: include/uapi/linux/hid*
6019 HID SENSOR HUB DRIVERS
6020 M: Jiri Kosina <jikos@kernel.org>
6021 M: Jonathan Cameron <jic23@kernel.org>
6022 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6023 L: linux-input@vger.kernel.org
6024 L: linux-iio@vger.kernel.org
6026 F: Documentation/hid/hid-sensor*
6027 F: drivers/hid/hid-sensor-*
6028 F: drivers/iio/*/hid-*
6029 F: include/linux/hid-sensor-*
6031 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
6032 M: Thomas Gleixner <tglx@linutronix.de>
6033 L: linux-kernel@vger.kernel.org
6034 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6036 F: Documentation/timers/
6037 F: kernel/time/hrtimer.c
6038 F: kernel/time/clockevents.c
6039 F: kernel/time/tick*.*
6040 F: kernel/time/timer_*.c
6041 F: include/linux/clockchips.h
6042 F: include/linux/hrtimer.h
6044 HIGH-SPEED SCC DRIVER FOR AX.25
6045 L: linux-hams@vger.kernel.org
6047 F: drivers/net/hamradio/dmascc.c
6048 F: drivers/net/hamradio/scc.c
6050 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
6051 M: HighPoint Linux Team <linux@highpoint-tech.com>
6052 W: http://www.highpoint-tech.com
6054 F: Documentation/scsi/hptiop.txt
6055 F: drivers/scsi/hptiop.c
6058 M: Jes Sorensen <jes@trained-monkey.org>
6059 L: linux-hippi@sunsite.dk
6061 F: include/linux/hippidevice.h
6062 F: include/uapi/linux/if_hippi.h
6064 F: drivers/net/hippi/
6066 HISILICON NETWORK SUBSYSTEM DRIVER
6067 M: Yisen Zhuang <yisen.zhuang@huawei.com>
6068 M: Salil Mehta <salil.mehta@huawei.com>
6069 L: netdev@vger.kernel.org
6070 W: http://www.hisilicon.com
6072 F: drivers/net/ethernet/hisilicon/
6073 F: Documentation/devicetree/bindings/net/hisilicon*.txt
6075 HISILICON ROCE DRIVER
6076 M: Lijun Ou <oulijun@huawei.com>
6077 M: Wei Hu(Xavier) <xavier.huwei@huawei.com>
6078 L: linux-rdma@vger.kernel.org
6080 F: drivers/infiniband/hw/hns/
6081 F: Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
6083 HISILICON SAS Controller
6084 M: John Garry <john.garry@huawei.com>
6085 W: http://www.hisilicon.com
6087 F: drivers/scsi/hisi_sas/
6088 F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
6091 M: Jouni Malinen <j@w1.fi>
6092 L: linux-wireless@vger.kernel.org
6093 W: http://w1.fi/hostap-driver.html
6095 F: drivers/net/wireless/intersil/hostap/
6097 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
6098 L: platform-driver-x86@vger.kernel.org
6100 F: drivers/platform/x86/tc1100-wmi.c
6102 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
6103 M: Jaroslav Kysela <perex@perex.cz>
6105 F: drivers/net/ethernet/hp/hp100.*
6107 HPET: High Precision Event Timers driver
6108 M: Clemens Ladisch <clemens@ladisch.de>
6110 F: Documentation/timers/hpet.txt
6111 F: drivers/char/hpet.c
6112 F: include/linux/hpet.h
6113 F: include/uapi/linux/hpet.h
6117 F: arch/x86/kernel/hpet.c
6118 F: arch/x86/include/asm/hpet.h
6121 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
6122 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
6127 M: Sebastian Reichel <sre@kernel.org>
6128 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
6130 F: Documentation/ABI/testing/sysfs-bus-hsi
6131 F: Documentation/driver-api/hsi.rst
6133 F: include/linux/hsi/
6134 F: include/uapi/linux/hsi/
6137 L: linux-usb@vger.kernel.org
6139 F: drivers/net/usb/hso.c
6141 HSR NETWORK PROTOCOL
6142 M: Arvid Brodin <arvid.brodin@alten.se>
6143 L: netdev@vger.kernel.org
6147 HTCPEN TOUCHSCREEN DRIVER
6148 M: Pau Oliva Fora <pof@eslack.org>
6149 L: linux-input@vger.kernel.org
6151 F: drivers/input/touchscreen/htcpen.c
6154 M: Nadia Yvette Chambers <nyc@holomorphy.com>
6159 M: Jean-Christophe Trotin <jean-christophe.trotin@st.com>
6160 L: linux-media@vger.kernel.org
6161 T: git git://linuxtv.org/media_tree.git
6162 W: https://linuxtv.org
6164 F: drivers/media/platform/sti/hva
6166 Hyper-V CORE AND DRIVERS
6167 M: "K. Y. Srinivasan" <kys@microsoft.com>
6168 M: Haiyang Zhang <haiyangz@microsoft.com>
6169 M: Stephen Hemminger <sthemmin@microsoft.com>
6170 L: devel@linuxdriverproject.org
6172 F: arch/x86/include/asm/mshyperv.h
6173 F: arch/x86/include/uapi/asm/hyperv.h
6174 F: arch/x86/kernel/cpu/mshyperv.c
6176 F: drivers/hid/hid-hyperv.c
6178 F: drivers/input/serio/hyperv-keyboard.c
6179 F: drivers/pci/host/pci-hyperv.c
6180 F: drivers/net/hyperv/
6181 F: drivers/scsi/storvsc_drv.c
6182 F: drivers/uio/uio_hv_generic.c
6183 F: drivers/video/fbdev/hyperv_fb.c
6184 F: include/linux/hyperv.h
6186 F: Documentation/ABI/stable/sysfs-bus-vmbus
6189 M: Peter Rosin <peda@axentia.se>
6190 L: linux-i2c@vger.kernel.org
6192 F: Documentation/i2c/i2c-topology
6193 F: Documentation/i2c/muxes/
6194 F: Documentation/devicetree/bindings/i2c/i2c-mux*
6195 F: Documentation/devicetree/bindings/i2c/i2c-arb*
6196 F: Documentation/devicetree/bindings/i2c/i2c-gate*
6197 F: drivers/i2c/i2c-mux.c
6198 F: drivers/i2c/muxes/
6199 F: include/linux/i2c-mux.h
6201 I2C OVER PARALLEL PORT
6202 M: Jean Delvare <jdelvare@suse.com>
6203 L: linux-i2c@vger.kernel.org
6205 F: Documentation/i2c/busses/i2c-parport
6206 F: Documentation/i2c/busses/i2c-parport-light
6207 F: drivers/i2c/busses/i2c-parport.c
6208 F: drivers/i2c/busses/i2c-parport-light.c
6210 I2C/SMBUS CONTROLLER DRIVERS FOR PC
6211 M: Jean Delvare <jdelvare@suse.com>
6212 L: linux-i2c@vger.kernel.org
6214 F: Documentation/i2c/busses/i2c-ali1535
6215 F: Documentation/i2c/busses/i2c-ali1563
6216 F: Documentation/i2c/busses/i2c-ali15x3
6217 F: Documentation/i2c/busses/i2c-amd756
6218 F: Documentation/i2c/busses/i2c-amd8111
6219 F: Documentation/i2c/busses/i2c-i801
6220 F: Documentation/i2c/busses/i2c-nforce2
6221 F: Documentation/i2c/busses/i2c-piix4
6222 F: Documentation/i2c/busses/i2c-sis5595
6223 F: Documentation/i2c/busses/i2c-sis630
6224 F: Documentation/i2c/busses/i2c-sis96x
6225 F: Documentation/i2c/busses/i2c-via
6226 F: Documentation/i2c/busses/i2c-viapro
6227 F: drivers/i2c/busses/i2c-ali1535.c
6228 F: drivers/i2c/busses/i2c-ali1563.c
6229 F: drivers/i2c/busses/i2c-ali15x3.c
6230 F: drivers/i2c/busses/i2c-amd756.c
6231 F: drivers/i2c/busses/i2c-amd756-s4882.c
6232 F: drivers/i2c/busses/i2c-amd8111.c
6233 F: drivers/i2c/busses/i2c-i801.c
6234 F: drivers/i2c/busses/i2c-isch.c
6235 F: drivers/i2c/busses/i2c-nforce2.c
6236 F: drivers/i2c/busses/i2c-nforce2-s4985.c
6237 F: drivers/i2c/busses/i2c-piix4.c
6238 F: drivers/i2c/busses/i2c-sis5595.c
6239 F: drivers/i2c/busses/i2c-sis630.c
6240 F: drivers/i2c/busses/i2c-sis96x.c
6241 F: drivers/i2c/busses/i2c-via.c
6242 F: drivers/i2c/busses/i2c-viapro.c
6244 I2C/SMBUS ISMT DRIVER
6245 M: Seth Heasley <seth.heasley@intel.com>
6246 M: Neil Horman <nhorman@tuxdriver.com>
6247 L: linux-i2c@vger.kernel.org
6248 F: drivers/i2c/busses/i2c-ismt.c
6249 F: Documentation/i2c/busses/i2c-ismt
6251 I2C/SMBUS STUB DRIVER
6252 M: Jean Delvare <jdelvare@suse.com>
6253 L: linux-i2c@vger.kernel.org
6255 F: drivers/i2c/i2c-stub.c
6258 M: Wolfram Sang <wsa@the-dreams.de>
6259 L: linux-i2c@vger.kernel.org
6260 W: https://i2c.wiki.kernel.org/
6261 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
6262 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6264 F: Documentation/devicetree/bindings/i2c/
6265 F: Documentation/i2c/
6268 F: include/linux/i2c.h
6269 F: include/linux/i2c-*.h
6270 F: include/uapi/linux/i2c.h
6271 F: include/uapi/linux/i2c-*.h
6274 M: Mika Westerberg <mika.westerberg@linux.intel.com>
6275 L: linux-i2c@vger.kernel.org
6276 L: linux-acpi@vger.kernel.org
6280 M: Jean Delvare <jdelvare@suse.com>
6281 L: linux-i2c@vger.kernel.org
6283 F: Documentation/i2c/busses/i2c-taos-evm
6284 F: drivers/i2c/busses/i2c-taos-evm.c
6287 M: Till Harbaum <till@harbaum.org>
6288 L: linux-i2c@vger.kernel.org
6289 W: http://www.harbaum.org/till/i2c_tiny_usb
6291 F: drivers/i2c/busses/i2c-tiny-usb.c
6294 M: "H. Peter Anvin" <hpa@zytor.com>
6298 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6299 M: "H. Peter Anvin" <hpa@zytor.com>
6300 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6303 IA64 (Itanium) PLATFORM
6304 M: Tony Luck <tony.luck@intel.com>
6305 M: Fenghua Yu <fenghua.yu@intel.com>
6306 L: linux-ia64@vger.kernel.org
6307 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6311 IBM Power VMX Cryptographic instructions
6312 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6313 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6314 L: linux-crypto@vger.kernel.org
6316 F: drivers/crypto/vmx/Makefile
6317 F: drivers/crypto/vmx/Kconfig
6318 F: drivers/crypto/vmx/vmx.c
6319 F: drivers/crypto/vmx/aes*
6320 F: drivers/crypto/vmx/ghash*
6321 F: drivers/crypto/vmx/ppc-xlate.pl
6323 IBM Power in-Nest Crypto Acceleration
6324 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6325 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6326 L: linux-crypto@vger.kernel.org
6328 F: drivers/crypto/nx/Makefile
6329 F: drivers/crypto/nx/Kconfig
6330 F: drivers/crypto/nx/nx-aes*
6331 F: drivers/crypto/nx/nx-sha*
6332 F: drivers/crypto/nx/nx.*
6333 F: drivers/crypto/nx/nx_csbcpb.h
6334 F: drivers/crypto/nx/nx_debugfs.h
6336 IBM Power 842 compression accelerator
6337 M: Haren Myneni <haren@us.ibm.com>
6339 F: drivers/crypto/nx/Makefile
6340 F: drivers/crypto/nx/Kconfig
6341 F: drivers/crypto/nx/nx-842*
6342 F: include/linux/sw842.h
6346 IBM Power Linux RAID adapter
6347 M: Brian King <brking@us.ibm.com>
6349 F: drivers/scsi/ipr.*
6351 IBM Power Virtual Ethernet Device Driver
6352 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6353 L: netdev@vger.kernel.org
6355 F: drivers/net/ethernet/ibm/ibmveth.*
6357 IBM Power SRIOV Virtual NIC Device Driver
6358 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6359 M: John Allen <jallen@linux.vnet.ibm.com>
6360 L: netdev@vger.kernel.org
6362 F: drivers/net/ethernet/ibm/ibmvnic.*
6364 IBM Power Virtual SCSI Device Drivers
6365 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6366 L: linux-scsi@vger.kernel.org
6368 F: drivers/scsi/ibmvscsi/ibmvscsi*
6369 F: include/scsi/viosrp.h
6371 IBM Power Virtual SCSI Device Target Driver
6372 M: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6373 M: Michael Cyr <mikecyr@linux.vnet.ibm.com>
6374 L: linux-scsi@vger.kernel.org
6375 L: target-devel@vger.kernel.org
6377 F: drivers/scsi/ibmvscsi_tgt/
6379 IBM Power Virtual FC Device Drivers
6380 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6381 L: linux-scsi@vger.kernel.org
6383 F: drivers/scsi/ibmvscsi/ibmvfc*
6385 IBM ServeRAID RAID DRIVER
6387 F: drivers/scsi/ips.*
6389 ICH LPC AND GPIO DRIVER
6390 M: Peter Tyser <ptyser@xes-inc.com>
6392 F: drivers/mfd/lpc_ich.c
6393 F: drivers/gpio/gpio-ich.c
6395 IDT VersaClock 5 CLOCK DRIVER
6396 M: Marek Vasut <marek.vasut@gmail.com>
6398 F: drivers/clk/clk-versaclock5.c
6401 M: "David S. Miller" <davem@davemloft.net>
6402 L: linux-ide@vger.kernel.org
6403 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
6404 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6406 F: Documentation/ide/
6408 F: include/linux/ide.h
6410 IDEAPAD LAPTOP EXTRAS DRIVER
6411 M: Ike Panhc <ike.pan@canonical.com>
6412 L: platform-driver-x86@vger.kernel.org
6413 W: http://launchpad.net/ideapad-laptop
6415 F: drivers/platform/x86/ideapad-laptop.c
6417 IDEAPAD LAPTOP SLIDEBAR DRIVER
6418 M: Andrey Moiseev <o2g.org.ru@gmail.com>
6419 L: linux-input@vger.kernel.org
6420 W: https://github.com/o2genum/ideapad-slidebar
6422 F: drivers/input/misc/ideapad_slidebar.c
6425 M: Borislav Petkov <bp@alien8.de>
6426 L: linux-ide@vger.kernel.org
6428 F: Documentation/cdrom/ide-cd
6429 F: drivers/ide/ide-cd*
6431 IEEE 802.15.4 SUBSYSTEM
6432 M: Alexander Aring <aar@pengutronix.de>
6433 M: Stefan Schmidt <stefan@osg.samsung.com>
6434 L: linux-wpan@vger.kernel.org
6435 W: http://wpan.cakelab.org/
6436 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6437 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6441 F: drivers/net/ieee802154/
6442 F: include/linux/nl802154.h
6443 F: include/linux/ieee802154.h
6444 F: include/net/nl802154.h
6445 F: include/net/mac802154.h
6446 F: include/net/af_ieee802154.h
6447 F: include/net/cfg802154.h
6448 F: include/net/ieee802154_netdev.h
6449 F: Documentation/networking/ieee802154.txt
6452 M: Yotam Gigi <yotamg@mellanox.com>
6453 M: Jamal Hadi Salim <jhs@mojatatu.com>
6455 F: include/net/ife.h
6456 F: include/uapi/linux/ife.h
6458 IGORPLUG-USB IR RECEIVER
6459 M: Sean Young <sean@mess.org>
6460 L: linux-media@vger.kernel.org
6462 F: drivers/media/rc/igorplugusb.c
6464 IGUANAWORKS USB IR TRANSCEIVER
6465 M: Sean Young <sean@mess.org>
6466 L: linux-media@vger.kernel.org
6468 F: drivers/media/rc/iguanair.c
6470 IIO DIGITAL POTENTIOMETER DAC
6471 M: Peter Rosin <peda@axentia.se>
6472 L: linux-iio@vger.kernel.org
6474 F: Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6475 F: Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6476 F: drivers/iio/dac/dpot-dac.c
6478 IIO ENVELOPE DETECTOR
6479 M: Peter Rosin <peda@axentia.se>
6480 L: linux-iio@vger.kernel.org
6482 F: Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6483 F: Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6484 F: drivers/iio/adc/envelope-detector.c
6487 M: Peter Rosin <peda@axentia.se>
6488 L: linux-iio@vger.kernel.org
6490 F: Documentation/devicetree/bindings/iio/multiplexer/iio-mux.txt
6491 F: drivers/iio/multiplexer/iio-mux.c
6493 IIO SUBSYSTEM AND DRIVERS
6494 M: Jonathan Cameron <jic23@kernel.org>
6495 R: Hartmut Knaack <knaack.h@gmx.de>
6496 R: Lars-Peter Clausen <lars@metafoo.de>
6497 R: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6498 L: linux-iio@vger.kernel.org
6499 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6501 F: Documentation/devicetree/bindings/iio/
6503 F: drivers/staging/iio/
6504 F: include/linux/iio/
6507 IKANOS/ADI EAGLE ADSL USB DRIVER
6508 M: Matthieu Castet <castet.matthieu@free.fr>
6509 M: Stanislaw Gruszka <stf_xl@wp.pl>
6511 F: drivers/usb/atm/ueagle-atm.c
6513 IMGTEC ASCII LCD DRIVER
6514 M: Paul Burton <paul.burton@imgtec.com>
6516 F: Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6517 F: drivers/auxdisplay/img-ascii-lcd.c
6519 INA209 HARDWARE MONITOR DRIVER
6520 M: Guenter Roeck <linux@roeck-us.net>
6521 L: linux-hwmon@vger.kernel.org
6523 F: Documentation/hwmon/ina209
6524 F: Documentation/devicetree/bindings/i2c/ina209.txt
6525 F: drivers/hwmon/ina209.c
6527 INA2XX HARDWARE MONITOR DRIVER
6528 M: Guenter Roeck <linux@roeck-us.net>
6529 L: linux-hwmon@vger.kernel.org
6531 F: Documentation/hwmon/ina2xx
6532 F: drivers/hwmon/ina2xx.c
6533 F: include/linux/platform_data/ina2xx.h
6535 INDUSTRY PACK SUBSYSTEM (IPACK)
6536 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6537 M: Jens Taprogge <jens.taprogge@taprogge.org>
6538 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6539 L: industrypack-devel@lists.sourceforge.net
6540 W: http://industrypack.sourceforge.net
6544 INGENIC JZ4780 DMA Driver
6545 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6547 F: drivers/dma/dma-jz4780.c
6549 INGENIC JZ4780 NAND DRIVER
6550 M: Harvey Hunt <harveyhuntnexus@gmail.com>
6551 L: linux-mtd@lists.infradead.org
6553 F: drivers/mtd/nand/jz4780_*
6555 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6556 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6557 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6558 L: linux-ima-devel@lists.sourceforge.net
6559 L: linux-ima-user@lists.sourceforge.net
6560 L: linux-security-module@vger.kernel.org
6561 T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6563 F: security/integrity/ima/
6565 IMGTEC IR DECODER DRIVER
6566 M: James Hogan <james.hogan@imgtec.com>
6568 F: drivers/media/rc/img-ir/
6570 IMS TWINTURBO FRAMEBUFFER DRIVER
6571 L: linux-fbdev@vger.kernel.org
6573 F: drivers/video/fbdev/imsttfb.c
6575 INFINIBAND SUBSYSTEM
6576 M: Doug Ledford <dledford@redhat.com>
6577 M: Sean Hefty <sean.hefty@intel.com>
6578 M: Hal Rosenstock <hal.rosenstock@gmail.com>
6579 L: linux-rdma@vger.kernel.org
6580 W: http://www.openfabrics.org/
6581 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6582 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6584 F: Documentation/devicetree/bindings/infiniband/
6585 F: Documentation/infiniband/
6586 F: drivers/infiniband/
6587 F: include/uapi/linux/if_infiniband.h
6588 F: include/uapi/rdma/
6592 M: John McCutchan <john@johnmccutchan.com>
6593 M: Robert Love <rlove@rlove.org>
6594 M: Eric Paris <eparis@parisplace.org>
6596 F: Documentation/filesystems/inotify.txt
6597 F: fs/notify/inotify/
6598 F: include/linux/inotify.h
6599 F: include/uapi/linux/inotify.h
6601 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6602 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
6603 L: linux-input@vger.kernel.org
6604 Q: http://patchwork.kernel.org/project/linux-input/list/
6605 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6608 F: include/linux/input.h
6609 F: include/uapi/linux/input.h
6610 F: include/linux/input/
6611 F: Documentation/devicetree/bindings/input/
6613 INPUT MULTITOUCH (MT) PROTOCOL
6614 M: Henrik Rydberg <rydberg@bitmath.org>
6615 L: linux-input@vger.kernel.org
6617 F: Documentation/input/multi-touch-protocol.rst
6618 F: drivers/input/input-mt.c
6621 INTEL ASoC BDW/HSW DRIVERS
6622 M: Jie Yang <yang.jie@linux.intel.com>
6623 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6625 F: sound/soc/intel/common/sst-dsp*
6626 F: sound/soc/intel/common/sst-firmware.c
6627 F: sound/soc/intel/boards/broadwell.c
6628 F: sound/soc/intel/haswell/
6630 INTEL C600 SERIES SAS CONTROLLER DRIVER
6631 M: Intel SCU Linux support <intel-linux-scu@intel.com>
6632 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6633 L: linux-scsi@vger.kernel.org
6634 T: git git://git.code.sf.net/p/intel-sas/isci
6636 F: drivers/scsi/isci/
6638 INTEL HID EVENT DRIVER
6639 M: Alex Hung <alex.hung@canonical.com>
6640 L: platform-driver-x86@vger.kernel.org
6642 F: drivers/platform/x86/intel-hid.c
6644 INTEL VIRTUAL BUTTON DRIVER
6645 M: AceLan Kao <acelan.kao@canonical.com>
6646 L: platform-driver-x86@vger.kernel.org
6648 F: drivers/platform/x86/intel-vbtn.c
6651 M: Jacob Pan <jacob.jun.pan@linux.intel.com>
6652 M: Len Brown <lenb@kernel.org>
6653 L: linux-pm@vger.kernel.org
6654 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6655 B: https://bugzilla.kernel.org
6657 F: drivers/idle/intel_idle.c
6659 INTEL INTEGRATED SENSOR HUB DRIVER
6660 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6661 M: Jiri Kosina <jikos@kernel.org>
6662 L: linux-input@vger.kernel.org
6664 F: drivers/hid/intel-ish-hid/
6667 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6668 M: Len Brown <lenb@kernel.org>
6669 L: linux-pm@vger.kernel.org
6671 F: drivers/cpufreq/intel_pstate.c
6673 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6674 M: Maik Broemme <mbroemme@libmpq.org>
6675 L: linux-fbdev@vger.kernel.org
6677 F: Documentation/fb/intelfb.txt
6678 F: drivers/video/fbdev/intelfb/
6680 INTEL 810/815 FRAMEBUFFER DRIVER
6681 M: Antonino Daplas <adaplas@gmail.com>
6682 L: linux-fbdev@vger.kernel.org
6684 F: drivers/video/fbdev/i810/
6686 INTEL MENLOW THERMAL DRIVER
6687 M: Sujith Thomas <sujith.thomas@intel.com>
6688 L: platform-driver-x86@vger.kernel.org
6689 W: https://01.org/linux-acpi
6691 F: drivers/platform/x86/intel_menlow.c
6693 INTEL I/OAT DMA DRIVER
6694 M: Dave Jiang <dave.jiang@intel.com>
6695 R: Dan Williams <dan.j.williams@intel.com>
6696 L: dmaengine@vger.kernel.org
6697 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
6699 F: drivers/dma/ioat*
6702 M: David Woodhouse <dwmw2@infradead.org>
6703 L: iommu@lists.linux-foundation.org
6704 T: git git://git.infradead.org/iommu-2.6.git
6706 F: drivers/iommu/intel-iommu.c
6707 F: include/linux/intel-iommu.h
6709 INTEL IOP-ADMA DMA DRIVER
6710 R: Dan Williams <dan.j.williams@intel.com>
6712 F: drivers/dma/iop-adma.c
6714 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6715 M: Krzysztof Halasa <khalasa@piap.pl>
6717 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
6718 F: arch/arm/mach-ixp4xx/include/mach/npe.h
6719 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6720 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
6721 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
6722 F: drivers/net/wan/ixp4xx_hss.c
6724 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6725 M: Deepak Saxena <dsaxena@plexity.net>
6727 F: drivers/char/hw_random/ixp4xx-rng.c
6729 INTEL ETHERNET DRIVERS
6730 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6731 L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6732 W: http://www.intel.com/support/feedback.htm
6733 W: http://e1000.sourceforge.net/
6734 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6735 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6736 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6738 F: Documentation/networking/e100.txt
6739 F: Documentation/networking/e1000.txt
6740 F: Documentation/networking/e1000e.txt
6741 F: Documentation/networking/igb.txt
6742 F: Documentation/networking/igbvf.txt
6743 F: Documentation/networking/ixgb.txt
6744 F: Documentation/networking/ixgbe.txt
6745 F: Documentation/networking/ixgbevf.txt
6746 F: Documentation/networking/i40e.txt
6747 F: Documentation/networking/i40evf.txt
6748 F: drivers/net/ethernet/intel/
6749 F: drivers/net/ethernet/intel/*/
6751 INTEL RDMA RNIC DRIVER
6752 M: Faisal Latif <faisal.latif@intel.com>
6753 M: Shiraz Saleem <shiraz.saleem@intel.com>
6754 L: linux-rdma@vger.kernel.org
6756 F: drivers/infiniband/hw/i40iw/
6758 INTEL MERRIFIELD GPIO DRIVER
6759 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6760 L: linux-gpio@vger.kernel.org
6762 F: drivers/gpio/gpio-merrifield.c
6764 INTEL-MID GPIO DRIVER
6765 M: David Cohen <david.a.cohen@linux.intel.com>
6766 L: linux-gpio@vger.kernel.org
6768 F: drivers/gpio/gpio-intel-mid.c
6770 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6771 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
6772 L: linux-wireless@vger.kernel.org
6774 F: Documentation/networking/README.ipw2100
6775 F: Documentation/networking/README.ipw2200
6776 F: drivers/net/wireless/intel/ipw2x00/
6779 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
6781 F: Documentation/trace/intel_th.txt
6782 F: drivers/hwtracing/intel_th/
6784 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6785 M: Ning Sun <ning.sun@intel.com>
6786 L: tboot-devel@lists.sourceforge.net
6787 W: http://tboot.sourceforge.net
6788 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6790 F: Documentation/intel_txt.txt
6791 F: include/linux/tboot.h
6792 F: arch/x86/kernel/tboot.c
6794 INTEL WIRELESS WIMAX CONNECTION 2400
6795 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6796 M: linux-wimax@intel.com
6797 L: wimax@linuxwimax.org (subscribers-only)
6799 W: http://linuxwimax.org
6800 F: Documentation/wimax/README.i2400m
6801 F: drivers/net/wimax/i2400m/
6802 F: include/uapi/linux/wimax/i2400m.h
6804 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6805 M: Stanislaw Gruszka <sgruszka@redhat.com>
6806 L: linux-wireless@vger.kernel.org
6808 F: drivers/net/wireless/intel/iwlegacy/
6810 INTEL WIRELESS WIFI LINK (iwlwifi)
6811 M: Johannes Berg <johannes.berg@intel.com>
6812 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6813 M: Luca Coelho <luciano.coelho@intel.com>
6814 M: Intel Linux Wireless <linuxwifi@intel.com>
6815 L: linux-wireless@vger.kernel.org
6816 W: http://intellinuxwireless.org
6817 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6819 F: drivers/net/wireless/intel/iwlwifi/
6821 INTEL MANAGEMENT ENGINE (mei)
6822 M: Tomas Winkler <tomas.winkler@intel.com>
6823 L: linux-kernel@vger.kernel.org
6825 F: include/uapi/linux/mei.h
6826 F: include/linux/mei_cl_bus.h
6827 F: drivers/misc/mei/*
6828 F: drivers/watchdog/mei_wdt.c
6829 F: Documentation/misc-devices/mei/*
6832 INTEL MIC DRIVERS (mic)
6833 M: Sudeep Dutt <sudeep.dutt@intel.com>
6834 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
6836 W: https://github.com/sudeepdutt/mic
6837 W: http://software.intel.com/en-us/mic-developer
6838 F: include/linux/mic_bus.h
6839 F: include/linux/scif.h
6840 F: include/uapi/linux/mic_common.h
6841 F: include/uapi/linux/mic_ioctl.h
6842 F: include/uapi/linux/scif_ioctl.h
6843 F: drivers/misc/mic/
6844 F: drivers/dma/mic_x100_dma.c
6845 F: drivers/dma/mic_x100_dma.h
6846 F: Documentation/mic/
6848 INTEL PMC/P-Unit IPC DRIVER
6849 M: Zha Qipeng<qipeng.zha@intel.com>
6850 L: platform-driver-x86@vger.kernel.org
6852 F: drivers/platform/x86/intel_pmc_ipc.c
6853 F: drivers/platform/x86/intel_punit_ipc.c
6854 F: arch/x86/include/asm/intel_pmc_ipc.h
6855 F: arch/x86/include/asm/intel_punit_ipc.h
6857 INTEL TELEMETRY DRIVER
6858 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6859 L: platform-driver-x86@vger.kernel.org
6861 F: arch/x86/include/asm/intel_telemetry.h
6862 F: drivers/platform/x86/intel_telemetry*
6864 INTEL PMC CORE DRIVER
6865 M: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6866 M: Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6867 L: platform-driver-x86@vger.kernel.org
6869 F: arch/x86/include/asm/pmc_core.h
6870 F: drivers/platform/x86/intel_pmc_core*
6872 INVENSENSE MPU-3050 GYROSCOPE DRIVER
6873 M: Linus Walleij <linus.walleij@linaro.org>
6874 L: linux-iio@vger.kernel.org
6876 F: drivers/iio/gyro/mpu3050*
6877 F: Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
6879 IOC3 ETHERNET DRIVER
6880 M: Ralf Baechle <ralf@linux-mips.org>
6881 L: linux-mips@linux-mips.org
6883 F: drivers/net/ethernet/sgi/ioc3-eth.c
6886 M: Pat Gefre <pfg@sgi.com>
6887 L: linux-serial@vger.kernel.org
6889 F: drivers/tty/serial/ioc3_serial.c
6892 M: Joerg Roedel <joro@8bytes.org>
6893 L: iommu@lists.linux-foundation.org
6894 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6896 F: Documentation/devicetree/bindings/iommu/
6898 F: include/linux/iommu.h
6899 F: include/linux/iova.h
6902 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6904 F: net/ipv4/netfilter/ipt_MASQUERADE.c
6907 M: Corey Minyard <minyard@acm.org>
6908 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6909 W: http://openipmi.sourceforge.net/
6911 F: Documentation/IPMI.txt
6912 F: drivers/char/ipmi/
6913 F: include/linux/ipmi*
6914 F: include/uapi/linux/ipmi*
6916 QCOM AUDIO (ASoC) DRIVERS
6917 M: Patrick Lai <plai@codeaurora.org>
6918 M: Banajit Goswami <bgoswami@codeaurora.org>
6919 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6923 IPS SCSI RAID DRIVER
6924 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6925 L: linux-scsi@vger.kernel.org
6926 W: http://www.adaptec.com/
6928 F: drivers/scsi/ips*
6931 M: Wensong Zhang <wensong@linux-vs.org>
6932 M: Simon Horman <horms@verge.net.au>
6933 M: Julian Anastasov <ja@ssi.bg>
6934 L: netdev@vger.kernel.org
6935 L: lvs-devel@vger.kernel.org
6937 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6938 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6939 F: Documentation/networking/ipvs-sysctl.txt
6940 F: include/net/ip_vs.h
6941 F: include/uapi/linux/ip_vs.h
6942 F: net/netfilter/ipvs/
6945 M: Jiri Kosina <jikos@kernel.org>
6946 M: David Sterba <dsterba@suse.com>
6948 F: drivers/tty/ipwireless/
6951 L: netdev@vger.kernel.org
6953 F: include/net/ipx.h
6954 F: include/uapi/linux/ipx.h
6958 M: Samuel Ortiz <samuel@sortiz.org>
6959 L: irda-users@lists.sourceforge.net (subscribers-only)
6960 L: netdev@vger.kernel.org
6961 W: http://irda.sourceforge.net/
6963 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6964 F: Documentation/networking/irda.txt
6965 F: drivers/net/irda/
6966 F: include/net/irda/
6970 M: Thomas Gleixner <tglx@linutronix.de>
6971 L: linux-kernel@vger.kernel.org
6973 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6977 M: Thomas Gleixner <tglx@linutronix.de>
6978 M: Jason Cooper <jason@lakedaemon.net>
6979 M: Marc Zyngier <marc.zyngier@arm.com>
6980 L: linux-kernel@vger.kernel.org
6982 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6983 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6984 F: Documentation/devicetree/bindings/interrupt-controller/
6987 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6988 M: Marc Zyngier <marc.zyngier@arm.com>
6990 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6991 F: Documentation/IRQ-domain.txt
6992 F: include/linux/irqdomain.h
6993 F: kernel/irq/irqdomain.c
6997 M: William Breathitt Gray <vilhelm.gray@gmail.com>
6999 F: Documentation/isa.txt
7000 F: drivers/base/isa.c
7001 F: include/linux/isa.h
7004 M: Jaroslav Kysela <perex@perex.cz>
7006 F: Documentation/isapnp.txt
7007 F: drivers/pnp/isapnp/
7008 F: include/linux/isapnp.h
7011 M: Hans Verkuil <hverkuil@xs4all.nl>
7012 L: linux-media@vger.kernel.org
7013 T: git git://linuxtv.org/media_tree.git
7014 W: https://linuxtv.org
7016 F: drivers/media/radio/radio-isa*
7018 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
7019 M: Peter Jones <pjones@redhat.com>
7020 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
7022 F: drivers/firmware/iscsi_ibft*
7025 M: Lee Duncan <lduncan@suse.com>
7026 M: Chris Leech <cleech@redhat.com>
7027 L: open-iscsi@googlegroups.com
7028 W: www.open-iscsi.com
7030 F: drivers/scsi/*iscsi*
7031 F: include/scsi/*iscsi*
7033 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
7034 M: Or Gerlitz <ogerlitz@mellanox.com>
7035 M: Sagi Grimberg <sagi@grimberg.me>
7036 M: Roi Dayan <roid@mellanox.com>
7037 L: linux-rdma@vger.kernel.org
7039 W: http://www.openfabrics.org
7040 W: www.open-iscsi.org
7041 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7042 F: drivers/infiniband/ulp/iser/
7044 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
7045 M: Sagi Grimberg <sagi@grimberg.me>
7046 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
7047 L: linux-rdma@vger.kernel.org
7048 L: target-devel@vger.kernel.org
7050 W: http://www.linux-iscsi.org
7051 F: drivers/infiniband/ulp/isert
7054 M: Karsten Keil <isdn@linux-pingi.de>
7055 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
7056 L: netdev@vger.kernel.org
7057 W: http://www.isdn4linux.de
7058 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
7060 F: Documentation/isdn/
7062 F: include/linux/isdn.h
7063 F: include/linux/isdn/
7064 F: include/uapi/linux/isdn.h
7065 F: include/uapi/linux/isdn/
7067 ISDN SUBSYSTEM (Eicon active card driver)
7068 M: Armin Schindler <mac@melware.de>
7069 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
7070 W: http://www.melware.de
7072 F: drivers/isdn/hardware/eicon/
7074 IT87 HARDWARE MONITORING DRIVER
7075 M: Jean Delvare <jdelvare@suse.com>
7076 L: linux-hwmon@vger.kernel.org
7078 F: Documentation/hwmon/it87
7079 F: drivers/hwmon/it87.c
7082 M: Antti Palosaari <crope@iki.fi>
7083 L: linux-media@vger.kernel.org
7084 W: https://linuxtv.org
7085 W: http://palosaari.fi/linux/
7086 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7087 T: git git://linuxtv.org/anttip/media_tree.git
7089 F: drivers/media/tuners/it913x*
7091 IVTV VIDEO4LINUX DRIVER
7092 M: Andy Walls <awalls@md.metrocast.net>
7093 L: ivtv-devel@ivtvdriver.org (subscribers-only)
7094 L: linux-media@vger.kernel.org
7095 T: git git://linuxtv.org/media_tree.git
7096 W: http://www.ivtvdriver.org
7098 F: Documentation/media/v4l-drivers/ivtv*
7099 F: drivers/media/pci/ivtv/
7100 F: include/uapi/linux/ivtv*
7102 IX2505V MEDIA DRIVER
7103 M: Malcolm Priestley <tvboxspy@gmail.com>
7104 L: linux-media@vger.kernel.org
7105 W: https://linuxtv.org
7106 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7108 F: drivers/media/dvb-frontends/ix2505v*
7110 JC42.4 TEMPERATURE SENSOR DRIVER
7111 M: Guenter Roeck <linux@roeck-us.net>
7112 L: linux-hwmon@vger.kernel.org
7114 F: drivers/hwmon/jc42.c
7115 F: Documentation/hwmon/jc42
7118 M: Dave Kleikamp <shaggy@kernel.org>
7119 L: jfs-discussion@lists.sourceforge.net
7120 W: http://jfs.sourceforge.net/
7121 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
7123 F: Documentation/filesystems/jfs.txt
7127 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
7128 L: netdev@vger.kernel.org
7130 F: drivers/net/ethernet/jme.*
7132 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
7133 M: David Woodhouse <dwmw2@infradead.org>
7134 L: linux-mtd@lists.infradead.org
7135 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
7138 F: include/uapi/linux/jffs2.h
7140 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
7141 M: "Theodore Ts'o" <tytso@mit.edu>
7142 M: Jan Kara <jack@suse.com>
7143 L: linux-ext4@vger.kernel.org
7146 F: include/linux/jbd2.h
7148 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
7149 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
7150 L: linux-media@vger.kernel.org
7152 F: drivers/media/platform/rcar_jpu.c
7154 JSM Neo PCI based serial card
7155 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
7156 L: linux-serial@vger.kernel.org
7158 F: drivers/tty/serial/jsm/
7160 K10TEMP HARDWARE MONITORING DRIVER
7161 M: Clemens Ladisch <clemens@ladisch.de>
7162 L: linux-hwmon@vger.kernel.org
7164 F: Documentation/hwmon/k10temp
7165 F: drivers/hwmon/k10temp.c
7167 K8TEMP HARDWARE MONITORING DRIVER
7168 M: Rudolf Marek <r.marek@assembler.cz>
7169 L: linux-hwmon@vger.kernel.org
7171 F: Documentation/hwmon/k8temp
7172 F: drivers/hwmon/k8temp.c
7175 M: Andrey Ryabinin <aryabinin@virtuozzo.com>
7176 R: Alexander Potapenko <glider@google.com>
7177 R: Dmitry Vyukov <dvyukov@google.com>
7178 L: kasan-dev@googlegroups.com
7180 F: arch/*/include/asm/kasan.h
7181 F: arch/*/mm/kasan_init*
7182 F: Documentation/dev-tools/kasan.rst
7183 F: include/linux/kasan*.h
7186 F: scripts/Makefile.kasan
7189 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
7190 L: linux-kbuild@vger.kernel.org
7191 T: git git://gitorious.org/linux-kconfig/linux-kconfig
7193 F: Documentation/kbuild/kconfig-language.txt
7197 M: Dave Young <dyoung@redhat.com>
7198 M: Baoquan He <bhe@redhat.com>
7199 R: Vivek Goyal <vgoyal@redhat.com>
7200 L: kexec@lists.infradead.org
7201 W: http://lse.sourceforge.net/kdump/
7203 F: Documentation/kdump/
7205 KEENE FM RADIO TRANSMITTER DRIVER
7206 M: Hans Verkuil <hverkuil@xs4all.nl>
7207 L: linux-media@vger.kernel.org
7208 T: git git://linuxtv.org/media_tree.git
7209 W: https://linuxtv.org
7211 F: drivers/media/radio/radio-keene*
7213 KERNEL AUTOMOUNTER v4 (AUTOFS4)
7214 M: Ian Kent <raven@themaw.net>
7215 L: autofs@vger.kernel.org
7219 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
7220 M: Masahiro Yamada <yamada.masahiro@socionext.com>
7221 M: Michal Marek <mmarek@suse.com>
7222 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
7223 L: linux-kbuild@vger.kernel.org
7225 F: Documentation/kbuild/
7227 F: scripts/Makefile.*
7233 L: kernel-janitors@vger.kernel.org
7234 W: http://kernelnewbies.org/KernelJanitors
7237 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
7238 M: "J. Bruce Fields" <bfields@fieldses.org>
7239 M: Jeff Layton <jlayton@poochiereds.net>
7240 L: linux-nfs@vger.kernel.org
7241 W: http://nfs.sourceforge.net/
7242 T: git git://linux-nfs.org/~bfields/linux.git
7245 F: include/uapi/linux/nfsd/
7249 F: include/linux/lockd/
7250 F: include/linux/sunrpc/
7251 F: include/uapi/linux/sunrpc/
7253 KERNEL SELFTEST FRAMEWORK
7254 M: Shuah Khan <shuahkh@osg.samsung.com>
7255 M: Shuah Khan <shuah@kernel.org>
7256 L: linux-kselftest@vger.kernel.org
7257 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
7259 F: tools/testing/selftests
7261 KERNEL VIRTUAL MACHINE (KVM)
7262 M: Paolo Bonzini <pbonzini@redhat.com>
7263 M: Radim Krčmář <rkrcmar@redhat.com>
7264 L: kvm@vger.kernel.org
7265 W: http://www.linux-kvm.org
7266 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7268 F: Documentation/*/kvm*.txt
7269 F: Documentation/virtual/kvm/
7271 F: arch/x86/kernel/kvm.c
7272 F: arch/x86/kernel/kvmclock.c
7273 F: arch/*/include/asm/kvm*
7274 F: include/linux/kvm*
7275 F: include/uapi/linux/kvm*
7279 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7280 M: Joerg Roedel <joro@8bytes.org>
7281 L: kvm@vger.kernel.org
7282 W: http://www.linux-kvm.org/
7284 F: arch/x86/include/asm/svm.h
7285 F: arch/x86/kvm/svm.c
7287 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7288 M: Alexander Graf <agraf@suse.com>
7289 L: kvm-ppc@vger.kernel.org
7290 W: http://www.linux-kvm.org/
7291 T: git git://github.com/agraf/linux-2.6.git
7293 F: arch/powerpc/include/asm/kvm*
7294 F: arch/powerpc/kvm/
7296 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7297 M: Christian Borntraeger <borntraeger@de.ibm.com>
7298 M: Cornelia Huck <cornelia.huck@de.ibm.com>
7299 L: linux-s390@vger.kernel.org
7300 W: http://www.ibm.com/developerworks/linux/linux390/
7301 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7303 F: Documentation/s390/kvm.txt
7304 F: arch/s390/include/asm/kvm*
7306 F: arch/s390/mm/gmap.c
7308 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7309 M: Christoffer Dall <christoffer.dall@linaro.org>
7310 M: Marc Zyngier <marc.zyngier@arm.com>
7311 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7312 L: kvmarm@lists.cs.columbia.edu
7313 W: http://systems.cs.columbia.edu/projects/kvm-arm
7314 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7316 F: arch/arm/include/uapi/asm/kvm*
7317 F: arch/arm/include/asm/kvm*
7320 F: include/kvm/arm_*
7322 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7323 M: Christoffer Dall <christoffer.dall@linaro.org>
7324 M: Marc Zyngier <marc.zyngier@arm.com>
7325 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7326 L: kvmarm@lists.cs.columbia.edu
7328 F: arch/arm64/include/uapi/asm/kvm*
7329 F: arch/arm64/include/asm/kvm*
7332 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7333 M: James Hogan <james.hogan@imgtec.com>
7334 L: linux-mips@linux-mips.org
7336 F: arch/mips/include/uapi/asm/kvm*
7337 F: arch/mips/include/asm/kvm*
7341 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7342 M: Tejun Heo <tj@kernel.org>
7343 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
7345 F: include/linux/kernfs.h
7349 M: Eric Biederman <ebiederm@xmission.com>
7350 W: http://kernel.org/pub/linux/utils/kernel/kexec/
7351 L: kexec@lists.infradead.org
7353 F: include/linux/kexec.h
7354 F: include/uapi/linux/kexec.h
7358 M: David Howells <dhowells@redhat.com>
7359 L: keyrings@vger.kernel.org
7361 F: Documentation/security/keys.txt
7362 F: include/linux/key.h
7363 F: include/linux/key-type.h
7364 F: include/linux/keyctl.h
7365 F: include/uapi/linux/keyctl.h
7370 M: David Safford <safford@us.ibm.com>
7371 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7372 L: linux-security-module@vger.kernel.org
7373 L: keyrings@vger.kernel.org
7375 F: Documentation/security/keys-trusted-encrypted.txt
7376 F: include/keys/trusted-type.h
7377 F: security/keys/trusted.c
7378 F: security/keys/trusted.h
7381 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7382 M: David Safford <safford@us.ibm.com>
7383 L: linux-security-module@vger.kernel.org
7384 L: keyrings@vger.kernel.org
7386 F: Documentation/security/keys-trusted-encrypted.txt
7387 F: include/keys/encrypted-type.h
7388 F: security/keys/encrypted-keys/
7390 KGDB / KDB /debug_core
7391 M: Jason Wessel <jason.wessel@windriver.com>
7392 W: http://kgdb.wiki.kernel.org/
7393 L: kgdb-bugreport@lists.sourceforge.net
7394 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7396 F: Documentation/DocBook/kgdb.tmpl
7397 F: drivers/misc/kgdbts.c
7398 F: drivers/tty/serial/kgdboc.c
7399 F: include/linux/kdb.h
7400 F: include/linux/kgdb.h
7404 M: Vegard Nossum <vegardno@ifi.uio.no>
7405 M: Pekka Enberg <penberg@kernel.org>
7407 F: Documentation/dev-tools/kmemcheck.rst
7408 F: arch/x86/include/asm/kmemcheck.h
7409 F: arch/x86/mm/kmemcheck/
7410 F: include/linux/kmemcheck.h
7414 M: Catalin Marinas <catalin.marinas@arm.com>
7416 F: Documentation/dev-tools/kmemleak.rst
7417 F: include/linux/kmemleak.h
7419 F: mm/kmemleak-test.c
7422 M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7423 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7424 M: "David S. Miller" <davem@davemloft.net>
7425 M: Masami Hiramatsu <mhiramat@kernel.org>
7427 F: Documentation/kprobes.txt
7428 F: include/linux/kprobes.h
7429 F: include/asm-generic/kprobes.h
7432 KS0108 LCD CONTROLLER DRIVER
7433 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7434 W: http://miguelojeda.es/auxdisplay.htm
7435 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7437 F: Documentation/auxdisplay/ks0108
7438 F: drivers/auxdisplay/ks0108.c
7439 F: include/linux/ks0108.h
7442 M: David Ahern <dsa@cumulusnetworks.com>
7443 L: netdev@vger.kernel.org
7446 F: include/net/l3mdev.h
7448 LANTIQ MIPS ARCHITECTURE
7449 M: John Crispin <john@phrozen.org>
7450 L: linux-mips@linux-mips.org
7455 L: linux-x25@vger.kernel.org
7457 F: Documentation/networking/lapb-module.txt
7461 LASI 53c700 driver for PARISC
7462 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7463 L: linux-scsi@vger.kernel.org
7465 F: Documentation/scsi/53c700.txt
7466 F: drivers/scsi/53c700*
7469 M: Richard Purdie <rpurdie@rpsys.net>
7470 M: Jacek Anaszewski <jacek.anaszewski@gmail.com>
7471 M: Pavel Machek <pavel@ucw.cz>
7472 L: linux-leds@vger.kernel.org
7473 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7475 F: Documentation/devicetree/bindings/leds/
7477 F: include/linux/leds.h
7479 LEGACY EEPROM DRIVER
7480 M: Jean Delvare <jdelvare@suse.com>
7482 F: Documentation/misc-devices/eeprom
7483 F: drivers/misc/eeprom/eeprom.c
7485 LEGO USB Tower driver
7486 M: Juergen Stuber <starblue@users.sourceforge.net>
7487 L: legousb-devel@lists.sourceforge.net
7488 W: http://legousb.sourceforge.net/
7490 F: drivers/usb/misc/legousbtower.c
7493 M: Michael Krufky <mkrufky@linuxtv.org>
7494 L: linux-media@vger.kernel.org
7495 W: https://linuxtv.org
7496 W: http://github.com/mkrufky
7497 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7498 T: git git://linuxtv.org/mkrufky/tuners.git
7500 F: drivers/media/dvb-frontends/lg2160.*
7502 LGDT3305 MEDIA DRIVER
7503 M: Michael Krufky <mkrufky@linuxtv.org>
7504 L: linux-media@vger.kernel.org
7505 W: https://linuxtv.org
7506 W: http://github.com/mkrufky
7507 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7508 T: git git://linuxtv.org/mkrufky/tuners.git
7510 F: drivers/media/dvb-frontends/lgdt3305.*
7513 M: Rusty Russell <rusty@rustcorp.com.au>
7514 L: lguest@lists.ozlabs.org
7515 W: http://lguest.ozlabs.org/
7517 F: arch/x86/include/asm/lguest*.h
7520 F: include/linux/lguest*.h
7523 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7524 M: Tejun Heo <tj@kernel.org>
7525 L: linux-ide@vger.kernel.org
7526 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7529 F: include/linux/ata.h
7530 F: include/linux/libata.h
7531 F: Documentation/devicetree/bindings/ata/
7533 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7534 M: Viresh Kumar <vireshk@kernel.org>
7535 L: linux-ide@vger.kernel.org
7536 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7538 F: include/linux/pata_arasan_cf_data.h
7539 F: drivers/ata/pata_arasan_cf.c
7542 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7543 M: Tejun Heo <tj@kernel.org>
7544 L: linux-ide@vger.kernel.org
7545 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7547 F: drivers/ata/pata_*.c
7548 F: drivers/ata/ata_generic.c
7550 LIBATA SATA AHCI PLATFORM devices support
7551 M: Hans de Goede <hdegoede@redhat.com>
7552 M: Tejun Heo <tj@kernel.org>
7553 L: linux-ide@vger.kernel.org
7554 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7556 F: drivers/ata/ahci_platform.c
7557 F: drivers/ata/libahci_platform.c
7558 F: include/linux/ahci_platform.h
7560 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7561 M: Mikael Pettersson <mikpelinux@gmail.com>
7562 L: linux-ide@vger.kernel.org
7563 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7565 F: drivers/ata/sata_promise.*
7568 M: Sasha Levin <sasha.levin@oracle.com>
7570 F: tools/lib/lockdep/
7572 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7573 M: Dan Williams <dan.j.williams@intel.com>
7574 L: linux-nvdimm@lists.01.org
7575 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7576 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7579 F: include/linux/nd.h
7580 F: include/linux/libnvdimm.h
7581 F: include/uapi/linux/ndctl.h
7583 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7584 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7585 L: linux-nvdimm@lists.01.org
7586 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7588 F: drivers/nvdimm/blk.c
7589 F: drivers/nvdimm/region_devs.c
7590 F: drivers/acpi/nfit*
7592 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7593 M: Vishal Verma <vishal.l.verma@intel.com>
7594 L: linux-nvdimm@lists.01.org
7595 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7597 F: drivers/nvdimm/btt*
7599 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7600 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7601 L: linux-nvdimm@lists.01.org
7602 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7604 F: drivers/nvdimm/pmem.c
7605 F: include/linux/pmem.h
7606 F: arch/*/include/asm/pmem.h
7608 LIGHTNVM PLATFORM SUPPORT
7609 M: Matias Bjorling <mb@lightnvm.io>
7610 W: http://github/OpenChannelSSD
7611 L: linux-block@vger.kernel.org
7613 F: drivers/lightnvm/
7614 F: include/linux/lightnvm.h
7615 F: include/uapi/linux/lightnvm.h
7617 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7618 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7619 M: Paul Mackerras <paulus@samba.org>
7620 M: Michael Ellerman <mpe@ellerman.id.au>
7621 W: https://github.com/linuxppc/linux/wiki
7622 L: linuxppc-dev@lists.ozlabs.org
7623 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7624 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7626 F: Documentation/ABI/stable/sysfs-firmware-opal-*
7627 F: Documentation/devicetree/bindings/powerpc/
7628 F: Documentation/devicetree/bindings/rtc/rtc-opal.txt
7629 F: Documentation/devicetree/bindings/i2c/i2c-opal.txt
7630 F: Documentation/powerpc/
7632 F: drivers/char/tpm/tpm_ibmvtpm*
7633 F: drivers/crypto/nx/
7634 F: drivers/crypto/vmx/
7635 F: drivers/i2c/busses/i2c-opal.c
7636 F: drivers/net/ethernet/ibm/ibmveth.*
7637 F: drivers/net/ethernet/ibm/ibmvnic.*
7638 F: drivers/pci/hotplug/pnv_php.c
7639 F: drivers/pci/hotplug/rpa*
7640 F: drivers/rtc/rtc-opal.c
7641 F: drivers/scsi/ibmvscsi/
7642 F: drivers/tty/hvc/hvc_opal.c
7643 F: tools/testing/selftests/powerpc
7650 LINUX FOR POWER MACINTOSH
7651 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7652 W: http://www.penguinppc.org/
7653 L: linuxppc-dev@lists.ozlabs.org
7655 F: arch/powerpc/platforms/powermac/
7656 F: drivers/macintosh/
7658 LINUX FOR POWERPC EMBEDDED MPC5XXX
7659 M: Anatolij Gustschin <agust@denx.de>
7660 L: linuxppc-dev@lists.ozlabs.org
7661 T: git git://git.denx.de/linux-denx-agust.git
7663 F: arch/powerpc/platforms/512x/
7664 F: arch/powerpc/platforms/52xx/
7666 LINUX FOR POWERPC EMBEDDED PPC4XX
7667 M: Alistair Popple <alistair@popple.id.au>
7668 M: Matt Porter <mporter@kernel.crashing.org>
7669 W: http://www.penguinppc.org/
7670 L: linuxppc-dev@lists.ozlabs.org
7672 F: arch/powerpc/platforms/40x/
7673 F: arch/powerpc/platforms/44x/
7675 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7676 L: linuxppc-dev@lists.ozlabs.org
7678 F: arch/powerpc/*/*virtex*
7679 F: arch/powerpc/*/*/*virtex*
7681 LINUX FOR POWERPC EMBEDDED PPC8XX
7682 M: Vitaly Bordug <vitb@kernel.crashing.org>
7683 W: http://www.penguinppc.org/
7684 L: linuxppc-dev@lists.ozlabs.org
7686 F: arch/powerpc/platforms/8xx/
7688 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7689 M: Scott Wood <oss@buserror.net>
7690 M: Kumar Gala <galak@kernel.crashing.org>
7691 W: http://www.penguinppc.org/
7692 L: linuxppc-dev@lists.ozlabs.org
7693 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7695 F: arch/powerpc/platforms/83xx/
7696 F: arch/powerpc/platforms/85xx/
7698 LINUX FOR POWERPC PA SEMI PWRFICIENT
7699 L: linuxppc-dev@lists.ozlabs.org
7701 F: arch/powerpc/platforms/pasemi/
7702 F: drivers/*/*pasemi*
7703 F: drivers/*/*/*pasemi*
7705 LINUX SECURITY MODULE (LSM) FRAMEWORK
7706 M: Chris Wright <chrisw@sous-sol.org>
7707 L: linux-security-module@vger.kernel.org
7710 LIS3LV02D ACCELEROMETER DRIVER
7711 M: Eric Piel <eric.piel@tremplin-utc.net>
7713 F: Documentation/misc-devices/lis3lv02d
7714 F: drivers/misc/lis3lv02d/
7715 F: drivers/platform/x86/hp_accel.c
7718 M: Josh Poimboeuf <jpoimboe@redhat.com>
7719 M: Jessica Yu <jeyu@redhat.com>
7720 M: Jiri Kosina <jikos@kernel.org>
7721 M: Miroslav Benes <mbenes@suse.cz>
7722 R: Petr Mladek <pmladek@suse.com>
7724 F: kernel/livepatch/
7725 F: include/linux/livepatch.h
7726 F: arch/x86/include/asm/livepatch.h
7727 F: arch/x86/kernel/livepatch.c
7728 F: Documentation/livepatch/
7729 F: Documentation/ABI/testing/sysfs-kernel-livepatch
7730 F: samples/livepatch/
7731 L: live-patching@vger.kernel.org
7732 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7734 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7735 M: Kees Cook <keescook@chromium.org>
7737 F: drivers/misc/lkdtm*
7740 L: netdev@vger.kernel.org
7742 F: include/linux/llc.h
7743 F: include/uapi/linux/llc.h
7747 LM73 HARDWARE MONITOR DRIVER
7748 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
7749 L: linux-hwmon@vger.kernel.org
7751 F: drivers/hwmon/lm73.c
7753 LM78 HARDWARE MONITOR DRIVER
7754 M: Jean Delvare <jdelvare@suse.com>
7755 L: linux-hwmon@vger.kernel.org
7757 F: Documentation/hwmon/lm78
7758 F: drivers/hwmon/lm78.c
7760 LM83 HARDWARE MONITOR DRIVER
7761 M: Jean Delvare <jdelvare@suse.com>
7762 L: linux-hwmon@vger.kernel.org
7764 F: Documentation/hwmon/lm83
7765 F: drivers/hwmon/lm83.c
7767 LM90 HARDWARE MONITOR DRIVER
7768 M: Jean Delvare <jdelvare@suse.com>
7769 L: linux-hwmon@vger.kernel.org
7771 F: Documentation/hwmon/lm90
7772 F: Documentation/devicetree/bindings/hwmon/lm90.txt
7773 F: drivers/hwmon/lm90.c
7774 F: include/dt-bindings/thermal/lm90.h
7776 LM95234 HARDWARE MONITOR DRIVER
7777 M: Guenter Roeck <linux@roeck-us.net>
7778 L: linux-hwmon@vger.kernel.org
7780 F: Documentation/hwmon/lm95234
7781 F: drivers/hwmon/lm95234.c
7783 LME2510 MEDIA DRIVER
7784 M: Malcolm Priestley <tvboxspy@gmail.com>
7785 L: linux-media@vger.kernel.org
7786 W: https://linuxtv.org
7787 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7789 F: drivers/media/usb/dvb-usb-v2/lmedm04*
7792 M: Peter Zijlstra <peterz@infradead.org>
7793 M: Ingo Molnar <mingo@redhat.com>
7794 L: linux-kernel@vger.kernel.org
7795 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7797 F: Documentation/locking/
7798 F: include/linux/lockdep.h
7799 F: include/linux/spinlock*.h
7800 F: arch/*/include/asm/spinlock*.h
7801 F: include/linux/rwlock*.h
7802 F: include/linux/mutex*.h
7803 F: arch/*/include/asm/mutex*.h
7804 F: include/linux/rwsem*.h
7805 F: arch/*/include/asm/rwsem.h
7806 F: include/linux/seqlock.h
7807 F: lib/locking*.[ch]
7810 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7811 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
7812 L: linux-ntfs-dev@lists.sourceforge.net
7813 W: http://www.linux-ntfs.org/content/view/19/37/
7815 F: Documentation/ldm.txt
7816 F: block/partitions/ldm.*
7818 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7819 M: Sathya Prakash <sathya.prakash@broadcom.com>
7820 M: Chaitra P B <chaitra.basappa@broadcom.com>
7821 M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7822 L: MPT-FusionLinux.pdl@broadcom.com
7823 L: linux-scsi@vger.kernel.org
7824 W: http://www.avagotech.com/support/
7826 F: drivers/message/fusion/
7827 F: drivers/scsi/mpt2sas/
7828 F: drivers/scsi/mpt3sas/
7830 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7831 M: Matthew Wilcox <matthew@wil.cx>
7832 L: linux-scsi@vger.kernel.org
7834 F: drivers/scsi/sym53c8xx_2/
7836 LTC4261 HARDWARE MONITOR DRIVER
7837 M: Guenter Roeck <linux@roeck-us.net>
7838 L: linux-hwmon@vger.kernel.org
7840 F: Documentation/hwmon/ltc4261
7841 F: drivers/hwmon/ltc4261.c
7843 LTC4306 I2C MULTIPLEXER DRIVER
7844 M: Michael Hennerich <michael.hennerich@analog.com>
7845 W: http://ez.analog.com/community/linux-device-drivers
7846 L: linux-i2c@vger.kernel.org
7848 F: drivers/i2c/muxes/i2c-mux-ltc4306.c
7849 F: Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
7851 LTP (Linux Test Project)
7852 M: Mike Frysinger <vapier@gentoo.org>
7853 M: Cyril Hrubis <chrubis@suse.cz>
7854 M: Wanlong Gao <wanlong.gao@gmail.com>
7855 M: Jan Stancek <jstancek@redhat.com>
7856 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7857 M: Alexey Kodanev <alexey.kodanev@oracle.com>
7858 L: ltp@lists.linux.it (subscribers-only)
7859 W: http://linux-test-project.github.io/
7860 T: git git://github.com/linux-test-project/ltp.git
7864 W: http://www.linux-m32r.org/
7869 M: Geert Uytterhoeven <geert@linux-m68k.org>
7870 L: linux-m68k@lists.linux-m68k.org
7871 W: http://www.linux-m68k.org/
7872 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7877 M68K ON APPLE MACINTOSH
7878 M: Joshua Thompson <funaho@jurai.org>
7879 W: http://www.mac.linux-m68k.org/
7880 L: linux-m68k@lists.linux-m68k.org
7885 M: Philip Blundell <philb@gnu.org>
7886 W: http://www.tazenda.demon.co.uk/phil/linux-hp
7890 M88DS3103 MEDIA DRIVER
7891 M: Antti Palosaari <crope@iki.fi>
7892 L: linux-media@vger.kernel.org
7893 W: https://linuxtv.org
7894 W: http://palosaari.fi/linux/
7895 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7896 T: git git://linuxtv.org/anttip/media_tree.git
7898 F: drivers/media/dvb-frontends/m88ds3103*
7900 M88RS2000 MEDIA DRIVER
7901 M: Malcolm Priestley <tvboxspy@gmail.com>
7902 L: linux-media@vger.kernel.org
7903 W: https://linuxtv.org
7904 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7906 F: drivers/media/dvb-frontends/m88rs2000*
7908 MA901 MASTERKIT USB FM RADIO DRIVER
7909 M: Alexey Klimov <klimov.linux@gmail.com>
7910 L: linux-media@vger.kernel.org
7911 T: git git://linuxtv.org/media_tree.git
7913 F: drivers/media/radio/radio-ma901.c
7916 M: Johannes Berg <johannes@sipsolutions.net>
7917 L: linux-wireless@vger.kernel.org
7918 W: http://wireless.kernel.org/
7919 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7920 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7922 F: Documentation/networking/mac80211-injection.txt
7923 F: include/net/mac80211.h
7925 F: drivers/net/wireless/mac80211_hwsim.[ch]
7928 M: Jassi Brar <jassisinghbrar@gmail.com>
7929 L: linux-kernel@vger.kernel.org
7932 F: include/linux/mailbox_client.h
7933 F: include/linux/mailbox_controller.h
7935 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7936 M: Michael Kerrisk <mtk.manpages@gmail.com>
7937 W: http://www.kernel.org/doc/man-pages
7938 L: linux-man@vger.kernel.org
7941 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
7942 M: Rahul Bedarkar <rahulbedarkar89@gmail.com>
7943 L: linux-mips@linux-mips.org
7945 F: arch/mips/boot/dts/img/pistachio_marduk.dts
7947 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7948 M: Andrew Lunn <andrew@lunn.ch>
7949 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7950 L: netdev@vger.kernel.org
7952 F: drivers/net/dsa/mv88e6xxx/
7953 F: Documentation/devicetree/bindings/net/dsa/marvell.txt
7955 MARVELL ARMADA DRM SUPPORT
7956 M: Russell King <linux@armlinux.org.uk>
7958 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
7959 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
7960 F: drivers/gpu/drm/armada/
7961 F: include/uapi/drm/armada_drm.h
7962 F: Documentation/devicetree/bindings/display/armada/
7964 MARVELL CRYPTO DRIVER
7965 M: Boris Brezillon <boris.brezillon@free-electrons.com>
7966 M: Arnaud Ebalard <arno@natisbad.org>
7967 F: drivers/crypto/marvell/
7969 L: linux-crypto@vger.kernel.org
7971 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7972 M: Mirko Lindner <mlindner@marvell.com>
7973 M: Stephen Hemminger <stephen@networkplumber.org>
7974 L: netdev@vger.kernel.org
7976 F: drivers/net/ethernet/marvell/sk*
7978 MARVELL LIBERTAS WIRELESS DRIVER
7979 L: libertas-dev@lists.infradead.org
7981 F: drivers/net/wireless/marvell/libertas/
7983 MARVELL MV643XX ETHERNET DRIVER
7984 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7985 L: netdev@vger.kernel.org
7987 F: drivers/net/ethernet/marvell/mv643xx_eth.*
7988 F: include/linux/mv643xx.h
7990 MARVELL MVNETA ETHERNET DRIVER
7991 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7992 L: netdev@vger.kernel.org
7994 F: drivers/net/ethernet/marvell/mvneta.*
7996 MARVELL MWIFIEX WIRELESS DRIVER
7997 M: Amitkumar Karwar <amitkarwar@gmail.com>
7998 M: Nishant Sarmukadam <nishants@marvell.com>
7999 M: Ganapathi Bhat <gbhat@marvell.com>
8000 M: Xinming Hu <huxm@marvell.com>
8001 L: linux-wireless@vger.kernel.org
8003 F: drivers/net/wireless/marvell/mwifiex/
8005 MARVELL MWL8K WIRELESS DRIVER
8006 M: Lennert Buytenhek <buytenh@wantstofly.org>
8007 L: linux-wireless@vger.kernel.org
8009 F: drivers/net/wireless/marvell/mwl8k.c
8011 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
8012 M: Nicolas Pitre <nico@fluxnic.net>
8014 F: drivers/mmc/host/mvsdio.*
8016 MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
8017 M: Hu Ziji <huziji@marvell.com>
8018 L: linux-mmc@vger.kernel.org
8020 F: drivers/mmc/host/sdhci-xenon*
8021 F: Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt
8023 MATROX FRAMEBUFFER DRIVER
8024 L: linux-fbdev@vger.kernel.org
8026 F: drivers/video/fbdev/matrox/matroxfb_*
8027 F: include/uapi/linux/matroxfb.h
8029 MAX16065 HARDWARE MONITOR DRIVER
8030 M: Guenter Roeck <linux@roeck-us.net>
8031 L: linux-hwmon@vger.kernel.org
8033 F: Documentation/hwmon/max16065
8034 F: drivers/hwmon/max16065.c
8036 MAX20751 HARDWARE MONITOR DRIVER
8037 M: Guenter Roeck <linux@roeck-us.net>
8038 L: linux-hwmon@vger.kernel.org
8040 F: Documentation/hwmon/max20751
8041 F: drivers/hwmon/max20751.c
8043 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
8044 L: linux-hwmon@vger.kernel.org
8046 F: Documentation/hwmon/max6650
8047 F: drivers/hwmon/max6650.c
8049 MAX6697 HARDWARE MONITOR DRIVER
8050 M: Guenter Roeck <linux@roeck-us.net>
8051 L: linux-hwmon@vger.kernel.org
8053 F: Documentation/hwmon/max6697
8054 F: Documentation/devicetree/bindings/i2c/max6697.txt
8055 F: drivers/hwmon/max6697.c
8056 F: include/linux/platform_data/max6697.h
8058 MAX9860 MONO AUDIO VOICE CODEC DRIVER
8059 M: Peter Rosin <peda@axentia.se>
8060 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8062 F: Documentation/devicetree/bindings/sound/max9860.txt
8063 F: sound/soc/codecs/max9860.*
8065 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
8066 M: Krzysztof Kozlowski <krzk@kernel.org>
8067 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8068 L: linux-pm@vger.kernel.org
8070 F: drivers/power/supply/max14577_charger.c
8071 F: drivers/power/supply/max77693_charger.c
8073 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
8074 M: Javier Martinez Canillas <javier@osg.samsung.com>
8075 L: linux-kernel@vger.kernel.org
8077 F: drivers/*/*max77802*.c
8078 F: Documentation/devicetree/bindings/*/*max77802.txt
8079 F: include/dt-bindings/*/*max77802.h
8081 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
8082 M: Chanwoo Choi <cw00.choi@samsung.com>
8083 M: Krzysztof Kozlowski <krzk@kernel.org>
8084 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8085 L: linux-kernel@vger.kernel.org
8087 F: drivers/*/max14577*.c
8088 F: drivers/*/max77686*.c
8089 F: drivers/*/max77693*.c
8090 F: drivers/extcon/extcon-max14577.c
8091 F: drivers/extcon/extcon-max77693.c
8092 F: drivers/rtc/rtc-max77686.c
8093 F: drivers/clk/clk-max77686.c
8094 F: Documentation/devicetree/bindings/mfd/max14577.txt
8095 F: Documentation/devicetree/bindings/*/max77686.txt
8096 F: Documentation/devicetree/bindings/mfd/max77693.txt
8097 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
8098 F: include/linux/mfd/max14577*.h
8099 F: include/linux/mfd/max77686*.h
8100 F: include/linux/mfd/max77693*.h
8102 MAXIRADIO FM RADIO RECEIVER DRIVER
8103 M: Hans Verkuil <hverkuil@xs4all.nl>
8104 L: linux-media@vger.kernel.org
8105 T: git git://linuxtv.org/media_tree.git
8106 W: https://linuxtv.org
8108 F: drivers/media/radio/radio-maxiradio*
8110 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
8111 M: Peter Rosin <peda@axentia.se>
8112 L: linux-iio@vger.kernel.org
8114 F: Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
8115 F: drivers/iio/potentiometer/mcp4531.c
8117 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
8118 M: William Breathitt Gray <vilhelm.gray@gmail.com>
8119 L: linux-iio@vger.kernel.org
8121 F: drivers/iio/dac/cio-dac.c
8123 MEDIA DRIVERS FOR RENESAS - FCP
8124 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8125 L: linux-media@vger.kernel.org
8126 L: linux-renesas-soc@vger.kernel.org
8127 T: git git://linuxtv.org/media_tree.git
8129 F: Documentation/devicetree/bindings/media/renesas,fcp.txt
8130 F: drivers/media/platform/rcar-fcp.c
8131 F: include/media/rcar-fcp.h
8133 MEDIA DRIVERS FOR RENESAS - FDP1
8134 M: Kieran Bingham <kieran@bingham.xyz>
8135 L: linux-media@vger.kernel.org
8136 L: linux-renesas-soc@vger.kernel.org
8137 T: git git://linuxtv.org/media_tree.git
8139 F: Documentation/devicetree/bindings/media/renesas,fdp1.txt
8140 F: drivers/media/platform/rcar_fdp1.c
8142 MEDIA DRIVERS FOR RENESAS - VIN
8143 M: Niklas Söderlund <niklas.soderlund@ragnatech.se>
8144 L: linux-media@vger.kernel.org
8145 L: linux-renesas-soc@vger.kernel.org
8146 T: git git://linuxtv.org/media_tree.git
8148 F: Documentation/devicetree/bindings/media/rcar_vin.txt
8149 F: drivers/media/platform/rcar-vin/
8151 MEDIA DRIVERS FOR RENESAS - VSP1
8152 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8153 L: linux-media@vger.kernel.org
8154 L: linux-renesas-soc@vger.kernel.org
8155 T: git git://linuxtv.org/media_tree.git
8157 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
8158 F: drivers/media/platform/vsp1/
8160 MEDIA DRIVERS FOR HELENE
8161 M: Abylay Ospan <aospan@netup.ru>
8162 L: linux-media@vger.kernel.org
8163 W: https://linuxtv.org
8165 T: git git://linuxtv.org/media_tree.git
8167 F: drivers/media/dvb-frontends/helene*
8169 MEDIA DRIVERS FOR ASCOT2E
8170 M: Sergey Kozlov <serjk@netup.ru>
8171 M: Abylay Ospan <aospan@netup.ru>
8172 L: linux-media@vger.kernel.org
8173 W: https://linuxtv.org
8175 T: git git://linuxtv.org/media_tree.git
8177 F: drivers/media/dvb-frontends/ascot2e*
8179 MEDIA DRIVERS FOR CXD2841ER
8180 M: Sergey Kozlov <serjk@netup.ru>
8181 M: Abylay Ospan <aospan@netup.ru>
8182 L: linux-media@vger.kernel.org
8183 W: https://linuxtv.org
8185 T: git git://linuxtv.org/media_tree.git
8187 F: drivers/media/dvb-frontends/cxd2841er*
8189 MEDIA DRIVERS FOR HORUS3A
8190 M: Sergey Kozlov <serjk@netup.ru>
8191 M: Abylay Ospan <aospan@netup.ru>
8192 L: linux-media@vger.kernel.org
8193 W: https://linuxtv.org
8195 T: git git://linuxtv.org/media_tree.git
8197 F: drivers/media/dvb-frontends/horus3a*
8199 MEDIA DRIVERS FOR LNBH25
8200 M: Sergey Kozlov <serjk@netup.ru>
8201 M: Abylay Ospan <aospan@netup.ru>
8202 L: linux-media@vger.kernel.org
8203 W: https://linuxtv.org
8205 T: git git://linuxtv.org/media_tree.git
8207 F: drivers/media/dvb-frontends/lnbh25*
8209 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
8210 M: Sergey Kozlov <serjk@netup.ru>
8211 M: Abylay Ospan <aospan@netup.ru>
8212 L: linux-media@vger.kernel.org
8213 W: https://linuxtv.org
8215 T: git git://linuxtv.org/media_tree.git
8217 F: drivers/media/pci/netup_unidvb/*
8219 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
8220 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
8221 M: Mauro Carvalho Chehab <mchehab@kernel.org>
8222 P: LinuxTV.org Project
8223 L: linux-media@vger.kernel.org
8224 W: https://linuxtv.org
8225 Q: http://patchwork.kernel.org/project/linux-media/list/
8226 T: git git://linuxtv.org/media_tree.git
8228 F: Documentation/devicetree/bindings/media/
8229 F: Documentation/media/
8231 F: drivers/staging/media/
8232 F: include/linux/platform_data/media/
8234 F: include/uapi/linux/dvb/
8235 F: include/uapi/linux/videodev2.h
8236 F: include/uapi/linux/media.h
8237 F: include/uapi/linux/v4l2-*
8238 F: include/uapi/linux/meye.h
8239 F: include/uapi/linux/ivtv*
8240 F: include/uapi/linux/uvcvideo.h
8242 MEDIATEK ETHERNET DRIVER
8243 M: Felix Fietkau <nbd@openwrt.org>
8244 M: John Crispin <blogic@openwrt.org>
8245 L: netdev@vger.kernel.org
8247 F: drivers/net/ethernet/mediatek/
8249 MEDIATEK JPEG DRIVER
8250 M: Rick Chang <rick.chang@mediatek.com>
8251 M: Bin Liu <bin.liu@mediatek.com>
8253 F: drivers/media/platform/mtk-jpeg/
8254 F: Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
8256 MEDIATEK MEDIA DRIVER
8257 M: Tiffany Lin <tiffany.lin@mediatek.com>
8258 M: Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8260 F: drivers/media/platform/mtk-vcodec/
8261 F: drivers/media/platform/mtk-vpu/
8262 F: Documentation/devicetree/bindings/media/mediatek-vcodec.txt
8263 F: Documentation/devicetree/bindings/media/mediatek-vpu.txt
8266 M: Minghsiu Tsai <minghsiu.tsai@mediatek.com>
8267 M: Houlong Wei <houlong.wei@mediatek.com>
8268 M: Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8270 F: drivers/media/platform/mtk-mdp/
8271 F: drivers/media/platform/mtk-vpu/
8272 F: Documentation/devicetree/bindings/media/mediatek-mdp.txt
8274 MEDIATEK MT7601U WIRELESS LAN DRIVER
8275 M: Jakub Kicinski <kubakici@wp.pl>
8276 L: linux-wireless@vger.kernel.org
8278 F: drivers/net/wireless/mediatek/mt7601u/
8280 MEGACHIPS STDPXXXX-GE-B850V3-FW LVDS/DP++ BRIDGES
8281 M: Peter Senna Tschudin <peter.senna@collabora.com>
8282 M: Martin Donnelly <martin.donnelly@ge.com>
8283 M: Martyn Welch <martyn.welch@collabora.co.uk>
8285 F: drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c
8286 F: Documentation/devicetree/bindings/video/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt
8288 MEGARAID SCSI/SAS DRIVERS
8289 M: Kashyap Desai <kashyap.desai@broadcom.com>
8290 M: Sumit Saxena <sumit.saxena@broadcom.com>
8291 M: Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
8292 L: megaraidlinux.pdl@broadcom.com
8293 L: linux-scsi@vger.kernel.org
8294 W: http://www.avagotech.com/support/
8296 F: Documentation/scsi/megaraid.txt
8297 F: drivers/scsi/megaraid.*
8298 F: drivers/scsi/megaraid/
8300 MELFAS MIP4 TOUCHSCREEN DRIVER
8301 M: Sangwon Jee <jeesw@melfas.com>
8302 W: http://www.melfas.com
8304 F: drivers/input/touchscreen/melfas_mip4.c
8305 F: Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
8307 MELLANOX ETHERNET DRIVER (mlx4_en)
8308 M: Tariq Toukan <tariqt@mellanox.com>
8309 L: netdev@vger.kernel.org
8311 W: http://www.mellanox.com
8312 Q: http://patchwork.ozlabs.org/project/netdev/list/
8313 F: drivers/net/ethernet/mellanox/mlx4/en_*
8315 MELLANOX ETHERNET DRIVER (mlx5e)
8316 M: Saeed Mahameed <saeedm@mellanox.com>
8317 L: netdev@vger.kernel.org
8319 W: http://www.mellanox.com
8320 Q: http://patchwork.ozlabs.org/project/netdev/list/
8321 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
8323 MELLANOX ETHERNET SWITCH DRIVERS
8324 M: Jiri Pirko <jiri@mellanox.com>
8325 M: Ido Schimmel <idosch@mellanox.com>
8326 L: netdev@vger.kernel.org
8328 W: http://www.mellanox.com
8329 Q: http://patchwork.ozlabs.org/project/netdev/list/
8330 F: drivers/net/ethernet/mellanox/mlxsw/
8332 MELLANOX MLXCPLD I2C AND MUX DRIVER
8333 M: Vadim Pasternak <vadimp@mellanox.com>
8334 M: Michael Shych <michaelsh@mellanox.com>
8335 L: linux-i2c@vger.kernel.org
8337 F: drivers/i2c/busses/i2c-mlxcpld.c
8338 F: drivers/i2c/muxes/i2c-mux-mlxcpld.c
8339 F: Documentation/i2c/busses/i2c-mlxcpld
8341 MELLANOX MLXCPLD LED DRIVER
8342 M: Vadim Pasternak <vadimp@mellanox.com>
8343 L: linux-leds@vger.kernel.org
8345 F: drivers/leds/leds-mlxcpld.c
8346 F: Documentation/leds/leds-mlxcpld.txt
8348 MELLANOX PLATFORM DRIVER
8349 M: Vadim Pasternak <vadimp@mellanox.com>
8350 L: platform-driver-x86@vger.kernel.org
8352 F: drivers/platform/x86/mlx-platform.c
8354 MELLANOX MLX CPLD HOTPLUG DRIVER
8355 M: Vadim Pasternak <vadimp@mellanox.com>
8356 L: platform-driver-x86@vger.kernel.org
8358 F: drivers/platform/x86/mlxcpld-hotplug.c
8359 F: include/linux/platform_data/mlxcpld-hotplug.h
8361 SOFT-ROCE DRIVER (rxe)
8362 M: Moni Shoua <monis@mellanox.com>
8363 L: linux-rdma@vger.kernel.org
8365 W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
8366 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8367 F: drivers/infiniband/sw/rxe/
8368 F: include/uapi/rdma/rdma_user_rxe.h
8371 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8372 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8373 L: linux-kernel@vger.kernel.org
8375 F: kernel/membarrier.c
8376 F: include/uapi/linux/membarrier.h
8379 L: linux-mm@kvack.org
8380 W: http://www.linux-mm.org
8382 F: include/linux/mm.h
8383 F: include/linux/gfp.h
8384 F: include/linux/mmzone.h
8385 F: include/linux/memory_hotplug.h
8386 F: include/linux/vmalloc.h
8389 MEMORY TECHNOLOGY DEVICES (MTD)
8390 M: David Woodhouse <dwmw2@infradead.org>
8391 M: Brian Norris <computersforpeace@gmail.com>
8392 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8393 M: Marek Vasut <marek.vasut@gmail.com>
8394 M: Richard Weinberger <richard@nod.at>
8395 M: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
8396 L: linux-mtd@lists.infradead.org
8397 W: http://www.linux-mtd.infradead.org/
8398 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8399 T: git git://git.infradead.org/linux-mtd.git master
8400 T: git git://git.infradead.org/l2-mtd.git master
8402 F: Documentation/devicetree/bindings/mtd/
8404 F: include/linux/mtd/
8405 F: include/uapi/mtd/
8407 MEN A21 WATCHDOG DRIVER
8408 M: Johannes Thumshirn <morbidrsa@gmail.com>
8409 L: linux-watchdog@vger.kernel.org
8411 F: drivers/watchdog/mena21_wdt.c
8413 MEN CHAMELEON BUS (mcb)
8414 M: Johannes Thumshirn <morbidrsa@gmail.com>
8417 F: include/linux/mcb.h
8418 F: Documentation/men-chameleon-bus.txt
8420 MEN F21BMC (Board Management Controller)
8421 M: Andreas Werner <andreas.werner@men.de>
8423 F: drivers/mfd/menf21bmc.c
8424 F: drivers/watchdog/menf21bmc_wdt.c
8425 F: drivers/leds/leds-menf21bmc.c
8426 F: drivers/hwmon/menf21bmc_hwmon.c
8427 F: Documentation/hwmon/menf21bmc
8430 M: James Hogan <james.hogan@imgtec.com>
8431 L: linux-metag@vger.kernel.org
8432 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8435 F: Documentation/metag/
8436 F: Documentation/devicetree/bindings/metag/
8437 F: Documentation/devicetree/bindings/interrupt-controller/img,*
8438 F: drivers/clocksource/metag_generic.c
8439 F: drivers/irqchip/irq-metag.c
8440 F: drivers/irqchip/irq-metag-ext.c
8441 F: drivers/tty/metag_da.c
8443 MICROBLAZE ARCHITECTURE
8444 M: Michal Simek <monstr@monstr.eu>
8445 W: http://www.monstr.eu/fdt/
8446 T: git git://git.monstr.eu/linux-2.6-microblaze.git
8450 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
8451 M: Richard Genoud <richard.genoud@gmail.com>
8453 F: drivers/tty/serial/atmel_serial.c
8454 F: drivers/tty/serial/atmel_serial.h
8456 MICROCHIP / ATMEL DMA DRIVER
8457 M: Ludovic Desroches <ludovic.desroches@microchip.com>
8458 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8459 L: dmaengine@vger.kernel.org
8461 F: drivers/dma/at_hdmac.c
8462 F: drivers/dma/at_hdmac_regs.h
8463 F: include/linux/platform_data/dma-atmel.h
8465 MICROCHIP / ATMEL ISC DRIVER
8466 M: Songjun Wu <songjun.wu@microchip.com>
8467 L: linux-media@vger.kernel.org
8469 F: drivers/media/platform/atmel/atmel-isc.c
8470 F: drivers/media/platform/atmel/atmel-isc-regs.h
8471 F: devicetree/bindings/media/atmel-isc.txt
8473 MICROCHIP USB251XB DRIVER
8474 M: Richard Leitner <richard.leitner@skidata.com>
8475 L: linux-usb@vger.kernel.org
8477 F: drivers/usb/misc/usb251xb.c
8478 F: Documentation/devicetree/bindings/usb/usb251xb.txt
8480 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8481 M: Chen Yu <yu.c.chen@intel.com>
8482 L: platform-driver-x86@vger.kernel.org
8484 F: drivers/platform/x86/surfacepro3_button.c
8487 M: Oliver Neukum <oliver@neukum.org>
8489 F: drivers/usb/image/microtek.*
8492 M: Ralf Baechle <ralf@linux-mips.org>
8493 L: linux-mips@linux-mips.org
8494 W: http://www.linux-mips.org/
8495 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
8496 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
8498 F: Documentation/devicetree/bindings/mips/
8499 F: Documentation/mips/
8502 MIPS/LOONGSON1 ARCHITECTURE
8503 M: Keguang Zhang <keguang.zhang@gmail.com>
8504 L: linux-mips@linux-mips.org
8506 F: arch/mips/loongson32/
8507 F: arch/mips/include/asm/mach-loongson32/
8508 F: drivers/*/*loongson1*
8509 F: drivers/*/*/*loongson1*
8511 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8512 M: Hans Verkuil <hverkuil@xs4all.nl>
8513 L: linux-media@vger.kernel.org
8514 T: git git://linuxtv.org/media_tree.git
8515 W: https://linuxtv.org
8517 F: drivers/media/radio/radio-miropcm20*
8519 MELLANOX MLX4 core VPI driver
8520 M: Yishai Hadas <yishaih@mellanox.com>
8521 L: netdev@vger.kernel.org
8522 L: linux-rdma@vger.kernel.org
8523 W: http://www.mellanox.com
8524 Q: http://patchwork.ozlabs.org/project/netdev/list/
8526 F: drivers/net/ethernet/mellanox/mlx4/
8527 F: include/linux/mlx4/
8528 F: include/uapi/rdma/mlx4-abi.h
8530 MELLANOX MLX4 IB driver
8531 M: Yishai Hadas <yishaih@mellanox.com>
8532 L: linux-rdma@vger.kernel.org
8533 W: http://www.mellanox.com
8534 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8536 F: drivers/infiniband/hw/mlx4/
8537 F: include/linux/mlx4/
8539 MELLANOX MLX5 core VPI driver
8540 M: Saeed Mahameed <saeedm@mellanox.com>
8541 M: Matan Barak <matanb@mellanox.com>
8542 M: Leon Romanovsky <leonro@mellanox.com>
8543 L: netdev@vger.kernel.org
8544 L: linux-rdma@vger.kernel.org
8545 W: http://www.mellanox.com
8546 Q: http://patchwork.ozlabs.org/project/netdev/list/
8548 F: drivers/net/ethernet/mellanox/mlx5/core/
8549 F: include/linux/mlx5/
8550 F: include/uapi/rdma/mlx5-abi.h
8552 MELLANOX MLX5 IB driver
8553 M: Matan Barak <matanb@mellanox.com>
8554 M: Leon Romanovsky <leonro@mellanox.com>
8555 L: linux-rdma@vger.kernel.org
8556 W: http://www.mellanox.com
8557 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8559 F: drivers/infiniband/hw/mlx5/
8560 F: include/linux/mlx5/
8562 MELEXIS MLX90614 DRIVER
8563 M: Crt Mori <cmo@melexis.com>
8564 L: linux-iio@vger.kernel.org
8565 W: http://www.melexis.com
8567 F: drivers/iio/temperature/mlx90614.c
8569 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8570 M: Don Brace <don.brace@microsemi.com>
8571 L: esc.storagedev@microsemi.com
8572 L: linux-scsi@vger.kernel.org
8574 F: drivers/scsi/smartpqi/smartpqi*.[ch]
8575 F: drivers/scsi/smartpqi/Kconfig
8576 F: drivers/scsi/smartpqi/Makefile
8577 F: include/linux/cciss*.h
8578 F: include/uapi/linux/cciss*.h
8579 F: Documentation/scsi/smartpqi.txt
8581 MN88472 MEDIA DRIVER
8582 M: Antti Palosaari <crope@iki.fi>
8583 L: linux-media@vger.kernel.org
8584 W: https://linuxtv.org
8585 W: http://palosaari.fi/linux/
8586 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8588 F: drivers/media/dvb-frontends/mn88472*
8590 MN88473 MEDIA DRIVER
8591 M: Antti Palosaari <crope@iki.fi>
8592 L: linux-media@vger.kernel.org
8593 W: https://linuxtv.org
8594 W: http://palosaari.fi/linux/
8595 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8597 F: drivers/media/dvb-frontends/mn88473*
8600 M: Jessica Yu <jeyu@redhat.com>
8601 M: Rusty Russell <rusty@rustcorp.com.au>
8602 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
8604 F: include/linux/module.h
8607 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8608 W: http://popies.net/meye/
8610 F: Documentation/media/v4l-drivers/meye*
8611 F: drivers/media/pci/meye/
8612 F: include/uapi/linux/meye.h
8614 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8615 M: Jiri Slaby <jirislaby@gmail.com>
8617 F: Documentation/serial/moxa-smartio
8618 F: drivers/tty/mxser.*
8620 MR800 AVERMEDIA USB FM RADIO DRIVER
8621 M: Alexey Klimov <klimov.linux@gmail.com>
8622 L: linux-media@vger.kernel.org
8623 T: git git://linuxtv.org/media_tree.git
8625 F: drivers/media/radio/radio-mr800.c
8627 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8628 M: Alan Ott <alan@signal11.us>
8629 L: linux-wpan@vger.kernel.org
8631 F: drivers/net/ieee802154/mrf24j40.c
8632 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8635 M: "Lee, Chun-Yi" <jlee@suse.com>
8636 L: platform-driver-x86@vger.kernel.org
8638 F: drivers/platform/x86/msi-laptop.c
8641 L: platform-driver-x86@vger.kernel.org
8643 F: drivers/platform/x86/msi-wmi.c
8646 M: Antti Palosaari <crope@iki.fi>
8647 L: linux-media@vger.kernel.org
8648 W: https://linuxtv.org
8649 W: http://palosaari.fi/linux/
8650 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8651 T: git git://linuxtv.org/anttip/media_tree.git
8653 F: drivers/media/tuners/msi001*
8655 MSI2500 MEDIA DRIVER
8656 M: Antti Palosaari <crope@iki.fi>
8657 L: linux-media@vger.kernel.org
8658 W: https://linuxtv.org
8659 W: http://palosaari.fi/linux/
8660 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8661 T: git git://linuxtv.org/anttip/media_tree.git
8663 F: drivers/media/usb/msi2500/
8665 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8666 M: Robert Jarzmik <robert.jarzmik@free.fr>
8667 L: linux-mtd@lists.infradead.org
8669 F: drivers/mtd/devices/docg3*
8671 MT9M032 APTINA SENSOR DRIVER
8672 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8673 L: linux-media@vger.kernel.org
8674 T: git git://linuxtv.org/media_tree.git
8676 F: drivers/media/i2c/mt9m032.c
8677 F: include/media/i2c/mt9m032.h
8679 MT9P031 APTINA CAMERA SENSOR
8680 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8681 L: linux-media@vger.kernel.org
8682 T: git git://linuxtv.org/media_tree.git
8684 F: drivers/media/i2c/mt9p031.c
8685 F: include/media/i2c/mt9p031.h
8687 MT9T001 APTINA CAMERA SENSOR
8688 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8689 L: linux-media@vger.kernel.org
8690 T: git git://linuxtv.org/media_tree.git
8692 F: drivers/media/i2c/mt9t001.c
8693 F: include/media/i2c/mt9t001.h
8695 MT9V032 APTINA CAMERA SENSOR
8696 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8697 L: linux-media@vger.kernel.org
8698 T: git git://linuxtv.org/media_tree.git
8700 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8701 F: drivers/media/i2c/mt9v032.c
8702 F: include/media/i2c/mt9v032.h
8704 MULTIFUNCTION DEVICES (MFD)
8705 M: Lee Jones <lee.jones@linaro.org>
8706 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8708 F: Documentation/devicetree/bindings/mfd/
8710 F: include/linux/mfd/
8711 F: include/dt-bindings/mfd/
8713 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8714 M: Ulf Hansson <ulf.hansson@linaro.org>
8715 L: linux-mmc@vger.kernel.org
8716 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8718 F: Documentation/devicetree/bindings/mmc/
8720 F: include/linux/mmc/
8721 F: include/uapi/linux/mmc/
8723 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8725 F: drivers/mmc/host/mmc_spi.c
8726 F: include/linux/spi/mmc_spi.h
8728 MULTIPLEXER SUBSYSTEM
8729 M: Peter Rosin <peda@axentia.se>
8731 F: Documentation/ABI/testing/mux/sysfs-class-mux*
8732 F: Documentation/devicetree/bindings/mux/
8733 F: include/linux/dt-bindings/mux/
8734 F: include/linux/mux/
8737 MULTISOUND SOUND DRIVER
8738 M: Andrew Veliath <andrewtv@usa.net>
8740 F: Documentation/sound/oss/MultiSound
8743 MULTITECH MULTIPORT CARD (ISICOM)
8745 F: drivers/tty/isicom.c
8746 F: include/linux/isicom.h
8748 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8749 M: Bin Liu <b-liu@ti.com>
8750 L: linux-usb@vger.kernel.org
8751 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8753 F: drivers/usb/musb/
8755 MXL5007T MEDIA DRIVER
8756 M: Michael Krufky <mkrufky@linuxtv.org>
8757 L: linux-media@vger.kernel.org
8758 W: https://linuxtv.org
8759 W: http://github.com/mkrufky
8760 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8761 T: git git://linuxtv.org/mkrufky/tuners.git
8763 F: drivers/media/tuners/mxl5007t.*
8766 M: Marek Vasut <marex@denx.de>
8768 F: drivers/gpu/drm/mxsfb/
8769 F: Documentation/devicetree/bindings/display/mxsfb-drm.txt
8771 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8772 M: Hyong-Youb Kim <hykim@myri.com>
8773 L: netdev@vger.kernel.org
8774 W: https://www.myricom.com/support/downloads/myri10ge.html
8776 F: drivers/net/ethernet/myricom/myri10ge/
8778 NAND FLASH SUBSYSTEM
8779 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8780 R: Richard Weinberger <richard@nod.at>
8781 L: linux-mtd@lists.infradead.org
8782 W: http://www.linux-mtd.infradead.org/
8783 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8784 T: git git://git.infradead.org/linux-mtd.git nand/fixes
8785 T: git git://git.infradead.org/l2-mtd.git nand/next
8787 F: drivers/mtd/nand/
8788 F: include/linux/mtd/nand*.h
8790 NATSEMI ETHERNET DRIVER (DP8381x)
8792 F: drivers/net/ethernet/natsemi/natsemi.c
8794 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8795 M: Daniel Mack <zonque@gmail.com>
8797 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8798 W: http://www.native-instruments.com
8802 M: Petr Vandrovec <petr@vandrovec.name>
8806 NCR 5380 SCSI DRIVERS
8807 M: Finn Thain <fthain@telegraphics.com.au>
8808 M: Michael Schmitz <schmitzmic@gmail.com>
8809 L: linux-scsi@vger.kernel.org
8811 F: Documentation/scsi/g_NCR5380.txt
8812 F: drivers/scsi/NCR5380.*
8813 F: drivers/scsi/arm/cumana_1.c
8814 F: drivers/scsi/arm/oak.c
8815 F: drivers/scsi/atari_scsi.*
8816 F: drivers/scsi/dmx3191d.c
8817 F: drivers/scsi/g_NCR5380.*
8818 F: drivers/scsi/mac_scsi.*
8819 F: drivers/scsi/sun3_scsi.*
8820 F: drivers/scsi/sun3_scsi_vme.c
8822 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8823 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8824 L: linux-scsi@vger.kernel.org
8826 F: drivers/scsi/NCR_D700.*
8828 NCT6775 HARDWARE MONITOR DRIVER
8829 M: Guenter Roeck <linux@roeck-us.net>
8830 L: linux-hwmon@vger.kernel.org
8832 F: Documentation/hwmon/nct6775
8833 F: drivers/hwmon/nct6775.c
8835 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8836 M: Faisal Latif <faisal.latif@intel.com>
8837 L: linux-rdma@vger.kernel.org
8838 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8840 F: drivers/infiniband/hw/nes/
8841 F: include/uapi/rdma/nes-abi.h
8843 NETEM NETWORK EMULATOR
8844 M: Stephen Hemminger <stephen@networkplumber.org>
8845 L: netem@lists.linux-foundation.org (moderated for non-subscribers)
8847 F: net/sched/sch_netem.c
8849 NETERION 10GbE DRIVERS (s2io/vxge)
8850 M: Jon Mason <jdmason@kudzu.us>
8851 L: netdev@vger.kernel.org
8853 F: Documentation/networking/s2io.txt
8854 F: Documentation/networking/vxge.txt
8855 F: drivers/net/ethernet/neterion/
8858 M: Pablo Neira Ayuso <pablo@netfilter.org>
8859 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8860 M: Florian Westphal <fw@strlen.de>
8861 L: netfilter-devel@vger.kernel.org
8862 L: coreteam@netfilter.org
8863 W: http://www.netfilter.org/
8864 W: http://www.iptables.org/
8865 W: http://www.nftables.org/
8866 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
8867 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8868 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8870 F: include/linux/netfilter*
8871 F: include/linux/netfilter/
8872 F: include/net/netfilter/
8873 F: include/uapi/linux/netfilter*
8874 F: include/uapi/linux/netfilter/
8875 F: net/*/netfilter.c
8878 F: net/bridge/br_netfilter*.c
8881 M: Paul Moore <paul@paul-moore.com>
8882 W: http://netlabel.sf.net
8883 L: netdev@vger.kernel.org
8885 F: Documentation/netlabel/
8886 F: include/net/netlabel.h
8889 NETROM NETWORK LAYER
8890 M: Ralf Baechle <ralf@linux-mips.org>
8891 L: linux-hams@vger.kernel.org
8892 W: http://www.linux-ax25.org/
8894 F: include/net/netrom.h
8895 F: include/uapi/linux/netrom.h
8898 NETRONOME ETHERNET DRIVERS
8899 M: Jakub Kicinski <jakub.kicinski@netronome.com>
8900 L: oss-drivers@netronome.com
8902 F: drivers/net/ethernet/netronome/
8904 NETWORK BLOCK DEVICE (NBD)
8905 M: Josef Bacik <jbacik@fb.com>
8907 L: linux-block@vger.kernel.org
8908 L: nbd-general@lists.sourceforge.net
8909 F: Documentation/blockdev/nbd.txt
8910 F: drivers/block/nbd.c
8911 F: include/uapi/linux/nbd.h
8913 NETWORK DROP MONITOR
8914 M: Neil Horman <nhorman@tuxdriver.com>
8915 L: netdev@vger.kernel.org
8917 W: https://fedorahosted.org/dropwatch/
8918 F: net/core/drop_monitor.c
8921 M: Andrew Lunn <andrew@lunn.ch>
8922 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8923 M: Florian Fainelli <f.fainelli@gmail.com>
8926 F: include/net/dsa.h
8929 NETWORKING [GENERAL]
8930 M: "David S. Miller" <davem@davemloft.net>
8931 L: netdev@vger.kernel.org
8932 W: http://www.linuxfoundation.org/en/Net
8933 Q: http://patchwork.ozlabs.org/project/netdev/list/
8934 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8935 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8936 B: mailto:netdev@vger.kernel.org
8940 F: include/linux/in.h
8941 F: include/linux/net.h
8942 F: include/linux/netdevice.h
8943 F: include/uapi/linux/in.h
8944 F: include/uapi/linux/net.h
8945 F: include/uapi/linux/netdevice.h
8946 F: include/uapi/linux/net_namespace.h
8948 F: tools/testing/selftests/net/
8951 NETWORKING [IPv4/IPv6]
8952 M: "David S. Miller" <davem@davemloft.net>
8953 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8954 M: James Morris <jmorris@namei.org>
8955 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8956 M: Patrick McHardy <kaber@trash.net>
8957 L: netdev@vger.kernel.org
8958 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8966 M: Steffen Klassert <steffen.klassert@secunet.com>
8967 M: Herbert Xu <herbert@gondor.apana.org.au>
8968 M: "David S. Miller" <davem@davemloft.net>
8969 L: netdev@vger.kernel.org
8970 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8971 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8979 F: net/ipv4/ipcomp.c
8980 F: net/ipv4/ip_vti.c
8984 F: net/ipv6/ipcomp6.c
8985 F: net/ipv6/ip6_vti.c
8986 F: include/uapi/linux/xfrm.h
8987 F: include/net/xfrm.h
8989 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8990 M: Paul Moore <paul@paul-moore.com>
8991 L: netdev@vger.kernel.org
8994 NETWORKING [WIRELESS]
8995 L: linux-wireless@vger.kernel.org
8996 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8999 L: netdev@vger.kernel.org
9000 W: http://www.linuxfoundation.org/en/Net
9001 Q: http://patchwork.ozlabs.org/project/netdev/list/
9002 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9003 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
9005 F: Documentation/devicetree/bindings/net/
9007 F: include/linux/if_*
9008 F: include/linux/netdevice.h
9009 F: include/linux/etherdevice.h
9010 F: include/linux/fcdevice.h
9011 F: include/linux/fddidevice.h
9012 F: include/linux/hippidevice.h
9013 F: include/linux/inetdevice.h
9014 F: include/uapi/linux/if_*
9015 F: include/uapi/linux/netdevice.h
9017 NETWORKING DRIVERS (WIRELESS)
9018 M: Kalle Valo <kvalo@codeaurora.org>
9019 L: linux-wireless@vger.kernel.org
9020 Q: http://patchwork.kernel.org/project/linux-wireless/list/
9021 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
9022 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
9024 F: Documentation/devicetree/bindings/net/wireless/
9025 F: drivers/net/wireless/
9027 NETXEN (1/10) GbE SUPPORT
9028 M: Manish Chopra <manish.chopra@cavium.com>
9029 M: Rahul Verma <rahul.verma@cavium.com>
9030 M: Dept-GELinuxNICDev@cavium.com
9031 L: netdev@vger.kernel.org
9033 F: drivers/net/ethernet/qlogic/netxen/
9036 M: Samuel Ortiz <sameo@linux.intel.com>
9037 L: linux-wireless@vger.kernel.org
9038 L: linux-nfc@lists.01.org (subscribers-only)
9042 F: include/uapi/linux/nfc.h
9044 F: include/linux/platform_data/nfcmrvl.h
9045 F: include/linux/platform_data/nxp-nci.h
9046 F: include/linux/platform_data/pn544.h
9047 F: include/linux/platform_data/st21nfca.h
9048 F: include/linux/platform_data/st-nci.h
9049 F: Documentation/devicetree/bindings/net/nfc/
9051 NFS, SUNRPC, AND LOCKD CLIENTS
9052 M: Trond Myklebust <trond.myklebust@primarydata.com>
9053 M: Anna Schumaker <anna.schumaker@netapp.com>
9054 L: linux-nfs@vger.kernel.org
9055 W: http://client.linux-nfs.org
9056 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
9062 F: include/linux/lockd/
9063 F: include/linux/nfs*
9064 F: include/linux/sunrpc/
9065 F: include/uapi/linux/nfs*
9066 F: include/uapi/linux/sunrpc/
9069 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
9070 L: linux-nilfs@vger.kernel.org
9071 W: http://nilfs.sourceforge.net/
9072 W: http://nilfs.osdn.jp/
9073 T: git git://github.com/konis/nilfs2.git
9075 F: Documentation/filesystems/nilfs2.txt
9077 F: include/trace/events/nilfs2.h
9078 F: include/uapi/linux/nilfs2_api.h
9079 F: include/uapi/linux/nilfs2_ondisk.h
9081 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
9082 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9083 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9085 F: Documentation/scsi/NinjaSCSI.txt
9086 F: drivers/scsi/pcmcia/nsp_*
9088 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
9089 M: GOTO Masanori <gotom@debian.or.jp>
9090 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9091 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9093 F: Documentation/scsi/NinjaSCSI.txt
9094 F: drivers/scsi/nsp32*
9097 M: Ley Foon Tan <lftan@altera.com>
9098 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
9099 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
9103 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9104 M: Pavel Machek <pavel@ucw.cz>
9105 M: Sakari Ailus <sakari.ailus@iki.fi>
9106 L: linux-media@vger.kernel.org
9108 F: drivers/media/i2c/et8ek8
9109 F: drivers/media/i2c/ad5820.c
9111 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9112 M: Pavel Machek <pavel@ucw.cz>
9113 M: Sakari Ailus <sakari.ailus@iki.fi>
9114 L: linux-media@vger.kernel.org
9116 F: drivers/media/i2c/et8ek8
9117 F: drivers/media/i2c/ad5820.c
9119 NOKIA N900 POWER SUPPLY DRIVERS
9120 R: Pali Rohár <pali.rohar@gmail.com>
9121 F: include/linux/power/bq2415x_charger.h
9122 F: include/linux/power/bq27xxx_battery.h
9123 F: include/linux/power/isp1704_charger.h
9124 F: drivers/power/supply/bq2415x_charger.c
9125 F: drivers/power/supply/bq27xxx_battery.c
9126 F: drivers/power/supply/bq27xxx_battery_i2c.c
9127 F: drivers/power/supply/isp1704_charger.c
9128 F: drivers/power/supply/rx51_battery.c
9131 M: Jon Mason <jdmason@kudzu.us>
9132 M: Dave Jiang <dave.jiang@intel.com>
9133 M: Allen Hubbe <Allen.Hubbe@emc.com>
9134 L: linux-ntb@googlegroups.com
9136 W: https://github.com/jonmason/ntb/wiki
9137 T: git git://github.com/jonmason/ntb.git
9139 F: drivers/net/ntb_netdev.c
9140 F: include/linux/ntb.h
9141 F: include/linux/ntb_transport.h
9142 F: tools/testing/selftests/ntb/
9145 M: Jon Mason <jdmason@kudzu.us>
9146 M: Dave Jiang <dave.jiang@intel.com>
9147 L: linux-ntb@googlegroups.com
9149 W: https://github.com/jonmason/ntb/wiki
9150 T: git git://github.com/jonmason/ntb.git
9151 F: drivers/ntb/hw/intel/
9154 M: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
9155 L: linux-ntb@googlegroups.com
9157 F: drivers/ntb/hw/amd/
9160 M: Anton Altaparmakov <anton@tuxera.com>
9161 L: linux-ntfs-dev@lists.sourceforge.net
9162 W: http://www.tuxera.com/
9163 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
9165 F: Documentation/filesystems/ntfs.txt
9168 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
9169 M: Antonino Daplas <adaplas@gmail.com>
9170 L: linux-fbdev@vger.kernel.org
9172 F: drivers/video/fbdev/riva/
9173 F: drivers/video/fbdev/nvidia/
9176 M: Keith Busch <keith.busch@intel.com>
9177 M: Jens Axboe <axboe@fb.com>
9178 M: Christoph Hellwig <hch@lst.de>
9179 M: Sagi Grimberg <sagi@grimberg.me>
9180 L: linux-nvme@lists.infradead.org
9181 T: git://git.infradead.org/nvme.git
9182 W: http://git.infradead.org/nvme.git
9184 F: drivers/nvme/host/
9185 F: include/linux/nvme.h
9186 F: include/uapi/linux/nvme_ioctl.h
9188 NVM EXPRESS TARGET DRIVER
9189 M: Christoph Hellwig <hch@lst.de>
9190 M: Sagi Grimberg <sagi@grimberg.me>
9191 L: linux-nvme@lists.infradead.org
9192 T: git://git.infradead.org/nvme.git
9193 W: http://git.infradead.org/nvme.git
9195 F: drivers/nvme/target/
9197 NVM EXPRESS FC TRANSPORT DRIVERS
9198 M: James Smart <james.smart@broadcom.com>
9199 L: linux-nvme@lists.infradead.org
9201 F: include/linux/nvme-fc.h
9202 F: include/linux/nvme-fc-driver.h
9203 F: drivers/nvme/host/fc.c
9204 F: drivers/nvme/target/fc.c
9205 F: drivers/nvme/target/fcloop.c
9208 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
9211 F: Documentation/devicetree/bindings/nvmem/
9212 F: include/linux/nvmem-consumer.h
9213 F: include/linux/nvmem-provider.h
9216 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
9217 R: Charles Gorand <charles.gorand@effinnov.com>
9218 L: linux-nfc@lists.01.org (moderated for non-subscribers)
9220 F: drivers/nfc/nxp-nci
9222 NXP TDA998X DRM DRIVER
9223 M: Russell King <linux@armlinux.org.uk>
9225 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
9226 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
9227 F: drivers/gpu/drm/i2c/tda998x_drv.c
9228 F: include/drm/i2c/tda998x.h
9231 M: Peter Rosin <peda@axentia.se>
9232 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9234 F: sound/soc/codecs/tfa9879*
9237 M: Josh Poimboeuf <jpoimboe@redhat.com>
9242 M: Aaro Koskinen <aaro.koskinen@iki.fi>
9243 M: Tony Lindgren <tony@atomide.com>
9244 L: linux-omap@vger.kernel.org
9245 Q: http://patchwork.kernel.org/project/linux-omap/list/
9246 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9248 F: arch/arm/mach-omap1/
9249 F: arch/arm/plat-omap/
9250 F: arch/arm/configs/omap1_defconfig
9251 F: drivers/i2c/busses/i2c-omap.c
9252 F: include/linux/i2c-omap.h
9255 M: Tony Lindgren <tony@atomide.com>
9256 L: linux-omap@vger.kernel.org
9257 W: http://www.muru.com/linux/omap/
9258 W: http://linux.omap.com/
9259 Q: http://patchwork.kernel.org/project/linux-omap/list/
9260 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9262 F: arch/arm/mach-omap2/
9263 F: arch/arm/plat-omap/
9264 F: arch/arm/configs/omap2plus_defconfig
9265 F: drivers/i2c/busses/i2c-omap.c
9266 F: drivers/irqchip/irq-omap-intc.c
9267 F: drivers/mfd/*omap*.c
9268 F: drivers/mfd/menelaus.c
9269 F: drivers/mfd/palmas.c
9270 F: drivers/mfd/tps65217.c
9271 F: drivers/mfd/tps65218.c
9272 F: drivers/mfd/tps65910.c
9273 F: drivers/mfd/twl-core.[ch]
9274 F: drivers/mfd/twl4030*.c
9275 F: drivers/mfd/twl6030*.c
9276 F: drivers/mfd/twl6040*.c
9277 F: drivers/regulator/palmas-regulator*.c
9278 F: drivers/regulator/pbias-regulator.c
9279 F: drivers/regulator/tps65217-regulator.c
9280 F: drivers/regulator/tps65218-regulator.c
9281 F: drivers/regulator/tps65910-regulator.c
9282 F: drivers/regulator/twl-regulator.c
9283 F: drivers/regulator/twl6030-regulator.c
9284 F: include/linux/i2c-omap.h
9286 OMAP DEVICE TREE SUPPORT
9287 M: Benoît Cousson <bcousson@baylibre.com>
9288 M: Tony Lindgren <tony@atomide.com>
9289 L: linux-omap@vger.kernel.org
9290 L: devicetree@vger.kernel.org
9292 F: arch/arm/boot/dts/*omap*
9293 F: arch/arm/boot/dts/*am3*
9294 F: arch/arm/boot/dts/*am4*
9295 F: arch/arm/boot/dts/*am5*
9296 F: arch/arm/boot/dts/*dra7*
9298 OMAP CLOCK FRAMEWORK SUPPORT
9299 M: Paul Walmsley <paul@pwsan.com>
9300 L: linux-omap@vger.kernel.org
9302 F: arch/arm/*omap*/*clock*
9304 OMAP POWER MANAGEMENT SUPPORT
9305 M: Kevin Hilman <khilman@kernel.org>
9306 L: linux-omap@vger.kernel.org
9308 F: arch/arm/*omap*/*pm*
9309 F: drivers/cpufreq/omap-cpufreq.c
9311 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
9312 M: Rajendra Nayak <rnayak@codeaurora.org>
9313 M: Paul Walmsley <paul@pwsan.com>
9314 L: linux-omap@vger.kernel.org
9316 F: arch/arm/mach-omap2/prm*
9319 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
9320 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
9321 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9322 L: linux-omap@vger.kernel.org
9326 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
9327 M: Roger Quadros <rogerq@ti.com>
9328 M: Tony Lindgren <tony@atomide.com>
9329 L: linux-omap@vger.kernel.org
9331 F: drivers/memory/omap-gpmc.c
9332 F: arch/arm/mach-omap2/*gpmc*
9334 OMAP FRAMEBUFFER SUPPORT
9335 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
9336 L: linux-fbdev@vger.kernel.org
9337 L: linux-omap@vger.kernel.org
9339 F: drivers/video/fbdev/omap/
9341 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
9342 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
9343 L: linux-omap@vger.kernel.org
9344 L: linux-fbdev@vger.kernel.org
9346 F: drivers/video/fbdev/omap2/
9347 F: Documentation/arm/OMAP/DSS
9349 OMAP HARDWARE SPINLOCK SUPPORT
9350 M: Ohad Ben-Cohen <ohad@wizery.com>
9351 L: linux-omap@vger.kernel.org
9353 F: drivers/hwspinlock/omap_hwspinlock.c
9356 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
9357 L: linux-omap@vger.kernel.org
9359 F: drivers/mmc/host/omap.c
9362 L: linux-mmc@vger.kernel.org
9363 L: linux-omap@vger.kernel.org
9365 F: drivers/mmc/host/omap_hsmmc.c
9367 OMAP RANDOM NUMBER GENERATOR SUPPORT
9368 M: Deepak Saxena <dsaxena@plexity.net>
9370 F: drivers/char/hw_random/omap-rng.c
9373 M: Benoît Cousson <bcousson@baylibre.com>
9374 M: Paul Walmsley <paul@pwsan.com>
9375 L: linux-omap@vger.kernel.org
9377 F: arch/arm/mach-omap2/omap_hwmod.*
9380 M: Paul Walmsley <paul@pwsan.com>
9381 L: linux-omap@vger.kernel.org
9383 F: arch/arm/mach-omap2/omap_hwmod*data*
9385 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
9386 M: Benoît Cousson <bcousson@baylibre.com>
9387 L: linux-omap@vger.kernel.org
9389 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
9391 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9392 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9393 L: linux-media@vger.kernel.org
9395 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
9396 F: drivers/media/platform/omap3isp/
9397 F: drivers/staging/media/omap4iss/
9400 L: linux-usb@vger.kernel.org
9401 L: linux-omap@vger.kernel.org
9403 F: drivers/usb/*/*omap*
9404 F: arch/arm/*omap*/usb*
9407 M: Grygorii Strashko <grygorii.strashko@ti.com>
9408 M: Santosh Shilimkar <ssantosh@kernel.org>
9409 M: Kevin Hilman <khilman@kernel.org>
9410 L: linux-omap@vger.kernel.org
9412 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
9413 F: drivers/gpio/gpio-omap.c
9415 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9416 M: Mark Jackson <mpfj@newflow.co.uk>
9417 L: linux-omap@vger.kernel.org
9419 F: arch/arm/boot/dts/am335x-nano.dts
9422 M: Bob Copeland <me@bobcopeland.com>
9423 L: linux-karma-devel@lists.sourceforge.net
9425 F: Documentation/filesystems/omfs.txt
9428 OMNIKEY CARDMAN 4000 DRIVER
9429 M: Harald Welte <laforge@gnumonks.org>
9431 F: drivers/char/pcmcia/cm4000_cs.c
9432 F: include/linux/cm4000_cs.h
9433 F: include/uapi/linux/cm4000_cs.h
9435 OMNIKEY CARDMAN 4040 DRIVER
9436 M: Harald Welte <laforge@gnumonks.org>
9438 F: drivers/char/pcmcia/cm4040_cs.*
9440 OMNIVISION OV5647 SENSOR DRIVER
9441 M: Ramiro Oliveira <roliveir@synopsys.com>
9442 L: linux-media@vger.kernel.org
9443 T: git git://linuxtv.org/media_tree.git
9445 F: drivers/media/i2c/ov5647.c
9447 OMNIVISION OV7670 SENSOR DRIVER
9448 M: Jonathan Corbet <corbet@lwn.net>
9449 L: linux-media@vger.kernel.org
9450 T: git git://linuxtv.org/media_tree.git
9452 F: drivers/media/i2c/ov7670.c
9453 F: Documentation/devicetree/bindings/media/i2c/ov7670.txt
9455 ONENAND FLASH DRIVER
9456 M: Kyungmin Park <kyungmin.park@samsung.com>
9457 L: linux-mtd@lists.infradead.org
9459 F: drivers/mtd/onenand/
9460 F: include/linux/mtd/onenand*.h
9462 ONSTREAM SCSI TAPE DRIVER
9463 M: Willem Riede <osst@riede.org>
9464 L: osst-users@lists.sourceforge.net
9465 L: linux-scsi@vger.kernel.org
9467 F: Documentation/scsi/osst.txt
9468 F: drivers/scsi/osst.*
9469 F: drivers/scsi/osst_*.h
9470 F: drivers/scsi/st.h
9472 OPENCORES I2C BUS DRIVER
9473 M: Peter Korsgaard <jacmet@sunsite.dk>
9474 L: linux-i2c@vger.kernel.org
9476 F: Documentation/i2c/busses/i2c-ocores
9477 F: drivers/i2c/busses/i2c-ocores.c
9479 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9480 M: Rob Herring <robh+dt@kernel.org>
9481 M: Frank Rowand <frowand.list@gmail.com>
9482 L: devicetree@vger.kernel.org
9483 W: http://www.devicetree.org/
9484 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9487 F: include/linux/of*.h
9490 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9491 M: Rob Herring <robh+dt@kernel.org>
9492 M: Mark Rutland <mark.rutland@arm.com>
9493 L: devicetree@vger.kernel.org
9494 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9495 Q: http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9497 F: Documentation/devicetree/
9499 F: include/dt-bindings/
9501 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9502 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
9503 L: devicetree@vger.kernel.org
9505 F: Documentation/devicetree/dynamic-resolution-notes.txt
9506 F: Documentation/devicetree/overlay-notes.txt
9507 F: drivers/of/overlay.c
9508 F: drivers/of/resolver.c
9510 OPENRISC ARCHITECTURE
9511 M: Jonas Bonn <jonas@southpole.se>
9512 M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
9513 M: Stafford Horne <shorne@gmail.com>
9514 T: git git://github.com/openrisc/linux.git
9515 L: openrisc@lists.librecores.org
9516 W: http://openrisc.io
9521 M: Pravin Shelar <pshelar@nicira.com>
9522 L: netdev@vger.kernel.org
9523 L: dev@openvswitch.org
9524 W: http://openvswitch.org
9527 F: include/uapi/linux/openvswitch.h
9529 OPERATING PERFORMANCE POINTS (OPP)
9530 M: Viresh Kumar <vireshk@kernel.org>
9531 M: Nishanth Menon <nm@ti.com>
9532 M: Stephen Boyd <sboyd@codeaurora.org>
9533 L: linux-pm@vger.kernel.org
9535 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9536 F: drivers/base/power/opp/
9537 F: include/linux/pm_opp.h
9538 F: Documentation/power/opp.txt
9539 F: Documentation/devicetree/bindings/opp/
9542 M: Clemens Ladisch <clemens@ladisch.de>
9543 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9544 T: git git://git.alsa-project.org/alsa-kernel.git
9546 F: sound/drivers/opl4/
9549 M: Robert Richter <rric@kernel.org>
9550 L: oprofile-list@lists.sf.net
9552 F: arch/*/include/asm/oprofile*.h
9554 F: drivers/oprofile/
9555 F: include/linux/oprofile.h
9558 M: Jens Wiklander <jens.wiklander@linaro.org>
9560 F: drivers/tee/optee/
9562 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9563 M: Mark Fasheh <mfasheh@versity.com>
9564 M: Joel Becker <jlbec@evilplan.org>
9565 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
9566 W: http://ocfs2.wiki.kernel.org
9568 F: Documentation/filesystems/ocfs2.txt
9569 F: Documentation/filesystems/dlmfs.txt
9573 L: linux-wireless@vger.kernel.org
9574 W: http://wireless.kernel.org/en/users/Drivers/orinoco
9575 W: http://www.nongnu.org/orinoco/
9577 F: drivers/net/wireless/intersil/orinoco/
9579 OSD LIBRARY and FILESYSTEM
9580 M: Boaz Harrosh <ooo@electrozaur.com>
9582 F: drivers/scsi/osd/
9583 F: include/scsi/osd_*
9587 M: Miklos Szeredi <miklos@szeredi.hu>
9588 L: linux-unionfs@vger.kernel.org
9589 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9592 F: Documentation/filesystems/overlayfs.txt
9595 M: Mike Marshall <hubcap@omnibond.com>
9596 L: pvfs2-developers@beowulf-underground.org (subscribers-only)
9597 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9600 F: Documentation/filesystems/orangefs.txt
9603 M: Christian Lamparter <chunkeey@googlemail.com>
9604 L: linux-wireless@vger.kernel.org
9605 W: http://wireless.kernel.org/en/users/Drivers/p54
9607 F: drivers/net/wireless/intersil/p54/
9609 PA SEMI ETHERNET DRIVER
9610 L: netdev@vger.kernel.org
9612 F: drivers/net/ethernet/pasemi/*
9614 PA SEMI SMBUS DRIVER
9615 L: linux-i2c@vger.kernel.org
9617 F: drivers/i2c/busses/i2c-pasemi.c
9619 PADATA PARALLEL EXECUTION MECHANISM
9620 M: Steffen Klassert <steffen.klassert@secunet.com>
9621 L: linux-crypto@vger.kernel.org
9624 F: include/linux/padata.h
9625 F: Documentation/padata.txt
9627 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9628 M: Harald Welte <laforge@gnumonks.org>
9629 L: platform-driver-x86@vger.kernel.org
9631 F: drivers/platform/x86/panasonic-laptop.c
9633 PANASONIC MN10300/AM33/AM34 PORT
9634 M: David Howells <dhowells@redhat.com>
9635 L: linux-am33-list@redhat.com (moderated for non-subscribers)
9636 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9638 F: Documentation/mn10300/
9641 PARALLEL LCD/KEYPAD PANEL DRIVER
9642 M: Willy Tarreau <willy@haproxy.com>
9643 M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9645 F: Documentation/misc-devices/lcd-panel-cgram.txt
9646 F: drivers/misc/panel.c
9648 PARALLEL PORT SUBSYSTEM
9649 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9650 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
9651 L: linux-parport@lists.infradead.org (subscribers-only)
9654 F: include/linux/parport*.h
9655 F: drivers/char/ppdev.c
9656 F: include/uapi/linux/ppdev.h
9657 F: Documentation/parport*.txt
9659 PARAVIRT_OPS INTERFACE
9660 M: Jeremy Fitzhardinge <jeremy@goop.org>
9661 M: Chris Wright <chrisw@sous-sol.org>
9662 M: Alok Kataria <akataria@vmware.com>
9663 M: Rusty Russell <rusty@rustcorp.com.au>
9664 L: virtualization@lists.linux-foundation.org
9666 F: Documentation/virtual/paravirt_ops.txt
9667 F: arch/*/kernel/paravirt*
9668 F: arch/*/include/asm/paravirt.h
9669 F: include/linux/hypervisor.h
9671 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9672 M: Tim Waugh <tim@cyberelk.net>
9673 L: linux-parport@lists.infradead.org (subscribers-only)
9675 F: Documentation/blockdev/paride.txt
9676 F: drivers/block/paride/
9679 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
9680 M: Helge Deller <deller@gmx.de>
9681 L: linux-parisc@vger.kernel.org
9682 W: http://www.parisc-linux.org/
9683 Q: http://patchwork.kernel.org/project/linux-parisc/list/
9684 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9685 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9688 F: Documentation/parisc/
9690 F: drivers/char/agp/parisc-agp.c
9691 F: drivers/input/serio/gscps2.c
9692 F: drivers/parport/parport_gsc.*
9693 F: drivers/tty/serial/8250/8250_gsc.c
9694 F: drivers/video/fbdev/sti*
9695 F: drivers/video/console/sti*
9696 F: drivers/video/logo/logo_parisc*
9699 M: Jiri Pirko <jiri@mellanox.com>
9700 L: netdev@vger.kernel.org
9703 F: lib/test_parman.c
9704 F: include/linux/parman.h
9706 PC87360 HARDWARE MONITORING DRIVER
9707 M: Jim Cromie <jim.cromie@gmail.com>
9708 L: linux-hwmon@vger.kernel.org
9710 F: Documentation/hwmon/pc87360
9711 F: drivers/hwmon/pc87360.c
9714 M: Jim Cromie <jim.cromie@gmail.com>
9716 F: drivers/char/pc8736x_gpio.c
9718 PC87427 HARDWARE MONITORING DRIVER
9719 M: Jean Delvare <jdelvare@suse.com>
9720 L: linux-hwmon@vger.kernel.org
9722 F: Documentation/hwmon/pc87427
9723 F: drivers/hwmon/pc87427.c
9726 M: Riku Voipio <riku.voipio@iki.fi>
9728 F: drivers/leds/leds-pca9532.c
9729 F: include/linux/leds-pca9532.h
9731 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9732 M: Guenter Roeck <linux@roeck-us.net>
9733 L: linux-i2c@vger.kernel.org
9735 F: drivers/i2c/muxes/i2c-mux-pca9541.c
9737 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9738 M: Khalid Aziz <khalid@gonehiking.org>
9740 F: drivers/firmware/pcdp.*
9743 M: Linas Vepstas <linasvepstas@gmail.com>
9744 L: linux-pci@vger.kernel.org
9746 F: Documentation/PCI/pci-error-recovery.txt
9748 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9749 M: Russell Currey <ruscur@russell.cc>
9750 L: linuxppc-dev@lists.ozlabs.org
9752 F: Documentation/powerpc/eeh-pci-error-recovery.txt
9753 F: arch/powerpc/kernel/eeh*.c
9754 F: arch/powerpc/platforms/*/eeh*.c
9755 F: arch/powerpc/include/*/eeh*.h
9758 M: Bjorn Helgaas <bhelgaas@google.com>
9759 L: linux-pci@vger.kernel.org
9760 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
9761 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9763 F: Documentation/devicetree/bindings/pci/
9764 F: Documentation/PCI/
9766 F: include/linux/pci*
9768 F: arch/x86/kernel/quirks.c
9770 PCI ENDPOINT SUBSYSTEM
9771 M: Kishon Vijay Abraham I <kishon@ti.com>
9772 L: linux-pci@vger.kernel.org
9773 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git
9775 F: drivers/pci/endpoint/
9776 F: drivers/misc/pci_endpoint_test.c
9779 PCI DRIVER FOR ALTERA PCIE IP
9780 M: Ley Foon Tan <lftan@altera.com>
9781 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9782 L: linux-pci@vger.kernel.org
9784 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
9785 F: drivers/pci/host/pcie-altera.c
9787 PCI DRIVER FOR ARM VERSATILE PLATFORM
9788 M: Rob Herring <robh@kernel.org>
9789 L: linux-pci@vger.kernel.org
9790 L: linux-arm-kernel@lists.infradead.org
9792 F: Documentation/devicetree/bindings/pci/versatile.txt
9793 F: drivers/pci/host/pci-versatile.c
9795 PCI DRIVER FOR ARMADA 8K
9796 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9797 L: linux-pci@vger.kernel.org
9798 L: linux-arm-kernel@lists.infradead.org
9800 F: Documentation/devicetree/bindings/pci/pci-armada8k.txt
9801 F: drivers/pci/dwc/pcie-armada8k.c
9803 PCI DRIVER FOR APPLIEDMICRO XGENE
9804 M: Tanmay Inamdar <tinamdar@apm.com>
9805 L: linux-pci@vger.kernel.org
9806 L: linux-arm-kernel@lists.infradead.org
9808 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
9809 F: drivers/pci/host/pci-xgene.c
9811 PCI DRIVER FOR FREESCALE LAYERSCAPE
9812 M: Minghuan Lian <minghuan.Lian@freescale.com>
9813 M: Mingkai Hu <mingkai.hu@freescale.com>
9814 M: Roy Zang <tie-fei.zang@freescale.com>
9815 L: linuxppc-dev@lists.ozlabs.org
9816 L: linux-pci@vger.kernel.org
9817 L: linux-arm-kernel@lists.infradead.org
9819 F: drivers/pci/dwc/*layerscape*
9822 M: Richard Zhu <hongxing.zhu@nxp.com>
9823 M: Lucas Stach <l.stach@pengutronix.de>
9824 L: linux-pci@vger.kernel.org
9825 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9827 F: Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9828 F: drivers/pci/dwc/*imx6*
9830 PCI DRIVER FOR TI KEYSTONE
9831 M: Murali Karicheri <m-karicheri2@ti.com>
9832 L: linux-pci@vger.kernel.org
9833 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9835 F: drivers/pci/dwc/*keystone*
9837 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9838 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9839 M: Jason Cooper <jason@lakedaemon.net>
9840 L: linux-pci@vger.kernel.org
9841 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9843 F: drivers/pci/host/*mvebu*
9845 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9846 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9847 L: linux-pci@vger.kernel.org
9848 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9850 F: Documentation/devicetree/bindings/pci/aardvark-pci.txt
9851 F: drivers/pci/host/pci-aardvark.c
9853 PCI DRIVER FOR MICROSEMI SWITCHTEC
9854 M: Kurt Schwemmer <kurt.schwemmer@microsemi.com>
9855 M: Stephen Bates <stephen.bates@microsemi.com>
9856 M: Logan Gunthorpe <logang@deltatee.com>
9857 L: linux-pci@vger.kernel.org
9859 F: Documentation/switchtec.txt
9860 F: Documentation/ABI/testing/sysfs-class-switchtec
9861 F: drivers/pci/switch/switchtec*
9862 F: include/uapi/linux/switchtec_ioctl.h
9864 PCI DRIVER FOR NVIDIA TEGRA
9865 M: Thierry Reding <thierry.reding@gmail.com>
9866 L: linux-tegra@vger.kernel.org
9867 L: linux-pci@vger.kernel.org
9869 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9870 F: drivers/pci/host/pci-tegra.c
9872 PCI DRIVER FOR TI DRA7XX
9873 M: Kishon Vijay Abraham I <kishon@ti.com>
9874 L: linux-omap@vger.kernel.org
9875 L: linux-pci@vger.kernel.org
9877 F: Documentation/devicetree/bindings/pci/ti-pci.txt
9878 F: drivers/pci/dwc/pci-dra7xx.c
9880 PCI DRIVER FOR RENESAS R-CAR
9881 M: Simon Horman <horms@verge.net.au>
9882 L: linux-pci@vger.kernel.org
9883 L: linux-renesas-soc@vger.kernel.org
9885 F: drivers/pci/host/*rcar*
9887 PCI DRIVER FOR SAMSUNG EXYNOS
9888 M: Jingoo Han <jingoohan1@gmail.com>
9889 L: linux-pci@vger.kernel.org
9890 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9891 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9893 F: drivers/pci/dwc/pci-exynos.c
9895 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9896 M: Jingoo Han <jingoohan1@gmail.com>
9897 M: Joao Pinto <Joao.Pinto@synopsys.com>
9898 L: linux-pci@vger.kernel.org
9900 F: Documentation/devicetree/bindings/pci/designware-pcie.txt
9901 F: drivers/pci/dwc/*designware*
9903 PCI DRIVER FOR GENERIC OF HOSTS
9904 M: Will Deacon <will.deacon@arm.com>
9905 L: linux-pci@vger.kernel.org
9906 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9908 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
9909 F: drivers/pci/host/pci-host-common.c
9910 F: drivers/pci/host/pci-host-generic.c
9912 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9913 M: Keith Busch <keith.busch@intel.com>
9914 L: linux-pci@vger.kernel.org
9916 F: drivers/pci/host/vmd.c
9918 PCIE DRIVER FOR ST SPEAR13XX
9919 M: Pratyush Anand <pratyush.anand@gmail.com>
9920 L: linux-pci@vger.kernel.org
9922 F: drivers/pci/dwc/*spear*
9924 PCI MSI DRIVER FOR ALTERA MSI IP
9925 M: Ley Foon Tan <lftan@altera.com>
9926 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9927 L: linux-pci@vger.kernel.org
9929 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9930 F: drivers/pci/host/pcie-altera-msi.c
9932 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9933 M: Duc Dang <dhdang@apm.com>
9934 L: linux-pci@vger.kernel.org
9935 L: linux-arm-kernel@lists.infradead.org
9937 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9938 F: drivers/pci/host/pci-xgene-msi.c
9940 PCIE DRIVER FOR AXIS ARTPEC
9941 M: Niklas Cassel <niklas.cassel@axis.com>
9942 M: Jesper Nilsson <jesper.nilsson@axis.com>
9943 L: linux-arm-kernel@axis.com
9944 L: linux-pci@vger.kernel.org
9946 F: Documentation/devicetree/bindings/pci/axis,artpec*
9947 F: drivers/pci/dwc/*artpec*
9949 PCIE DRIVER FOR HISILICON
9950 M: Zhou Wang <wangzhou1@hisilicon.com>
9951 M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
9952 L: linux-pci@vger.kernel.org
9954 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9955 F: drivers/pci/dwc/pcie-hisi.c
9957 PCIE DRIVER FOR ROCKCHIP
9958 M: Shawn Lin <shawn.lin@rock-chips.com>
9959 M: Wenrui Li <wenrui.li@rock-chips.com>
9960 L: linux-pci@vger.kernel.org
9961 L: linux-rockchip@lists.infradead.org
9963 F: Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9964 F: drivers/pci/host/pcie-rockchip.c
9966 PCIE DRIVER FOR QUALCOMM MSM
9967 M: Stanimir Varbanov <svarbanov@mm-sol.com>
9968 L: linux-pci@vger.kernel.org
9969 L: linux-arm-msm@vger.kernel.org
9971 F: drivers/pci/dwc/*qcom*
9973 PCIE DRIVER FOR CAVIUM THUNDERX
9974 M: David Daney <david.daney@cavium.com>
9975 L: linux-pci@vger.kernel.org
9976 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9978 F: Documentation/devicetree/bindings/pci/pci-thunder-*
9979 F: drivers/pci/host/pci-thunder-*
9982 P: Linux PCMCIA Team
9983 L: linux-pcmcia@lists.infradead.org
9984 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9985 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9987 F: Documentation/pcmcia/
9992 PCNET32 NETWORK DRIVER
9993 M: Don Fry <pcnet32@frontier.com>
9994 L: netdev@vger.kernel.org
9996 F: drivers/net/ethernet/amd/pcnet32.c
9998 PCRYPT PARALLEL CRYPTO ENGINE
9999 M: Steffen Klassert <steffen.klassert@secunet.com>
10000 L: linux-crypto@vger.kernel.org
10003 F: include/crypto/pcrypt.h
10005 PER-CPU MEMORY ALLOCATOR
10006 M: Tejun Heo <tj@kernel.org>
10007 M: Christoph Lameter <cl@linux.com>
10008 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
10010 F: include/linux/percpu*.h
10012 F: arch/*/include/asm/percpu.h
10014 PER-TASK DELAY ACCOUNTING
10015 M: Balbir Singh <bsingharora@gmail.com>
10017 F: include/linux/delayacct.h
10018 F: kernel/delayacct.c
10020 PERFORMANCE EVENTS SUBSYSTEM
10021 M: Peter Zijlstra <peterz@infradead.org>
10022 M: Ingo Molnar <mingo@redhat.com>
10023 M: Arnaldo Carvalho de Melo <acme@kernel.org>
10024 R: Alexander Shishkin <alexander.shishkin@linux.intel.com>
10025 L: linux-kernel@vger.kernel.org
10026 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10029 F: include/linux/perf_event.h
10030 F: include/uapi/linux/perf_event.h
10031 F: arch/*/kernel/perf_event*.c
10032 F: arch/*/kernel/*/perf_event*.c
10033 F: arch/*/kernel/*/*/perf_event*.c
10034 F: arch/*/include/asm/perf_event.h
10035 F: arch/*/kernel/perf_callchain.c
10039 PERSONALITY HANDLING
10040 M: Christoph Hellwig <hch@infradead.org>
10041 L: linux-abi-devel@lists.sourceforge.net
10043 F: include/linux/personality.h
10044 F: include/uapi/linux/personality.h
10047 M: Remi Denis-Courmont <courmisch@gmail.com>
10049 F: Documentation/networking/phonet.txt
10050 F: include/linux/phonet.h
10051 F: include/net/phonet/
10052 F: include/uapi/linux/phonet.h
10056 M: Joern Engel <joern@lazybastard.org>
10057 L: linux-mtd@lists.infradead.org
10059 F: drivers/mtd/devices/phram.c
10062 M: Bruno Prémont <bonbons@linux-vserver.org>
10063 L: linux-input@vger.kernel.org
10065 F: drivers/hid/hid-picolcd*
10068 M: Jamie Iles <jamie@jamieiles.com>
10069 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10070 T: git git://github.com/jamieiles/linux-2.6-ji.git
10072 F: arch/arm/boot/dts/picoxcell*
10073 F: arch/arm/mach-picoxcell/
10074 F: drivers/crypto/picoxcell*
10076 PIN CONTROL SUBSYSTEM
10077 M: Linus Walleij <linus.walleij@linaro.org>
10078 L: linux-gpio@vger.kernel.org
10079 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
10081 F: Documentation/devicetree/bindings/pinctrl/
10082 F: Documentation/pinctrl.txt
10083 F: drivers/pinctrl/
10084 F: include/linux/pinctrl/
10086 PIN CONTROLLER - ATMEL AT91
10087 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
10088 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10090 F: drivers/pinctrl/pinctrl-at91.*
10092 PIN CONTROLLER - ATMEL AT91 PIO4
10093 M: Ludovic Desroches <ludovic.desroches@microchip.com>
10094 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10095 L: linux-gpio@vger.kernel.org
10097 F: drivers/pinctrl/pinctrl-at91-pio4.*
10099 PIN CONTROLLER - INTEL
10100 M: Mika Westerberg <mika.westerberg@linux.intel.com>
10101 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
10103 F: drivers/pinctrl/intel/
10105 PIN CONTROLLER - RENESAS
10106 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10107 M: Geert Uytterhoeven <geert+renesas@glider.be>
10108 L: linux-renesas-soc@vger.kernel.org
10110 F: drivers/pinctrl/sh-pfc/
10112 PIN CONTROLLER - SAMSUNG
10113 M: Tomasz Figa <tomasz.figa@gmail.com>
10114 M: Krzysztof Kozlowski <krzk@kernel.org>
10115 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10116 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10117 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10118 Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
10119 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
10121 F: drivers/pinctrl/samsung/
10122 F: include/dt-bindings/pinctrl/samsung.h
10123 F: Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
10125 PIN CONTROLLER - SINGLE
10126 M: Tony Lindgren <tony@atomide.com>
10127 M: Haojian Zhuang <haojian.zhuang@linaro.org>
10128 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10129 L: linux-omap@vger.kernel.org
10131 F: drivers/pinctrl/pinctrl-single.c
10133 PIN CONTROLLER - ST SPEAR
10134 M: Viresh Kumar <vireshk@kernel.org>
10135 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10136 W: http://www.st.com/spear
10138 F: drivers/pinctrl/spear/
10140 PISTACHIO SOC SUPPORT
10141 M: James Hartley <james.hartley@imgtec.com>
10142 M: Ionela Voinescu <ionela.voinescu@imgtec.com>
10143 L: linux-mips@linux-mips.org
10145 F: arch/mips/pistachio/
10146 F: arch/mips/include/asm/mach-pistachio/
10147 F: arch/mips/boot/dts/img/pistachio*
10148 F: arch/mips/configs/pistachio*_defconfig
10152 M: linux-block@vger.kernel.org
10153 F: drivers/block/pktcdvd.c
10154 F: include/linux/pktcdvd.h
10155 F: include/uapi/linux/pktcdvd.h
10157 PKUNITY SOC DRIVERS
10158 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
10159 W: http://mprc.pku.edu.cn/~guanxuetao/linux
10161 T: git git://github.com/gxt/linux.git
10162 F: drivers/input/serio/i8042-unicore32io.h
10163 F: drivers/i2c/busses/i2c-puv3.c
10164 F: drivers/video/fbdev/fb-puv3.c
10165 F: drivers/rtc/rtc-puv3.c
10167 PMBUS HARDWARE MONITORING DRIVERS
10168 M: Guenter Roeck <linux@roeck-us.net>
10169 L: linux-hwmon@vger.kernel.org
10170 W: http://hwmon.wiki.kernel.org/
10171 W: http://www.roeck-us.net/linux/drivers/
10172 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
10174 F: Documentation/hwmon/pmbus
10175 F: drivers/hwmon/pmbus/
10176 F: include/linux/i2c/pmbus.h
10178 PMC SIERRA MaxRAID DRIVER
10179 L: linux-scsi@vger.kernel.org
10180 W: http://www.pmc-sierra.com/
10182 F: drivers/scsi/pmcraid.*
10184 PMC SIERRA PM8001 DRIVER
10185 M: Jack Wang <jinpu.wang@profitbricks.com>
10186 M: lindar_liu@usish.com
10187 L: linux-scsi@vger.kernel.org
10189 F: drivers/scsi/pm8001/
10191 POSIX CLOCKS and TIMERS
10192 M: Thomas Gleixner <tglx@linutronix.de>
10193 L: linux-kernel@vger.kernel.org
10194 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10197 F: include/linux/timer*
10198 F: kernel/time/*timer*
10200 POWER MANAGEMENT CORE
10201 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
10202 L: linux-pm@vger.kernel.org
10203 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
10204 B: https://bugzilla.kernel.org
10206 F: drivers/base/power/
10207 F: include/linux/pm.h
10208 F: include/linux/pm_*
10209 F: include/linux/powercap.h
10210 F: drivers/powercap/
10212 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
10213 M: Sebastian Reichel <sre@kernel.org>
10214 L: linux-pm@vger.kernel.org
10215 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
10217 F: Documentation/devicetree/bindings/power/supply/
10218 F: include/linux/power_supply.h
10219 F: drivers/power/supply/
10221 POWER STATE COORDINATION INTERFACE (PSCI)
10222 M: Mark Rutland <mark.rutland@arm.com>
10223 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
10224 L: linux-arm-kernel@lists.infradead.org
10226 F: drivers/firmware/psci*.c
10227 F: include/linux/psci.h
10228 F: include/uapi/linux/psci.h
10230 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
10231 M: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
10232 L: linuxppc-dev@lists.ozlabs.org
10234 F: drivers/char/powernv-op-panel.c
10237 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
10241 PPP PROTOCOL DRIVERS AND COMPRESSORS
10242 M: Paul Mackerras <paulus@samba.org>
10243 L: linux-ppp@vger.kernel.org
10245 F: drivers/net/ppp/ppp_*
10247 PPP OVER ATM (RFC 2364)
10248 M: Mitchell Blank Jr <mitch@sfgoth.com>
10250 F: net/atm/pppoatm.c
10251 F: include/uapi/linux/atmppp.h
10254 M: Michal Ostrowski <mostrows@earthlink.net>
10256 F: drivers/net/ppp/pppoe.c
10257 F: drivers/net/ppp/pppox.c
10260 M: James Chapman <jchapman@katalix.com>
10262 F: net/l2tp/l2tp_ppp.c
10263 F: include/linux/if_pppol2tp.h
10264 F: include/uapi/linux/if_pppol2tp.h
10267 M: Rodolfo Giometti <giometti@enneenne.com>
10268 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
10269 L: linuxpps@ml.enneenne.com (subscribers-only)
10271 F: Documentation/pps/
10273 F: include/linux/pps*.h
10276 M: Dmitry Kozlov <xeb@mail.ru>
10277 L: netdev@vger.kernel.org
10279 F: drivers/net/ppp/pptp.c
10280 W: http://sourceforge.net/projects/accel-pptp
10283 M: Robert Love <rml@tech9.net>
10284 L: kpreempt-tech@lists.sourceforge.net
10285 W: https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
10287 F: Documentation/preempt-locking.txt
10288 F: include/linux/preempt.h
10291 M: Petr Mladek <pmladek@suse.com>
10292 M: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
10293 R: Steven Rostedt <rostedt@goodmis.org>
10296 F: include/linux/printk.h
10298 PRISM54 WIRELESS DRIVER
10299 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
10300 L: linux-wireless@vger.kernel.org
10301 W: http://wireless.kernel.org/en/users/Drivers/p54
10303 F: drivers/net/wireless/intersil/prism54/
10305 PS3 NETWORK SUPPORT
10306 M: Geoff Levand <geoff@infradead.org>
10307 L: netdev@vger.kernel.org
10308 L: linuxppc-dev@lists.ozlabs.org
10310 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
10312 PS3 PLATFORM SUPPORT
10313 M: Geoff Levand <geoff@infradead.org>
10314 L: linuxppc-dev@lists.ozlabs.org
10316 F: arch/powerpc/boot/ps3*
10317 F: arch/powerpc/include/asm/lv1call.h
10318 F: arch/powerpc/include/asm/ps3*.h
10319 F: arch/powerpc/platforms/ps3/
10322 F: drivers/rtc/rtc-ps3.c
10323 F: drivers/usb/host/*ps3.c
10324 F: sound/ppc/snd_ps3*
10327 M: Jim Paris <jim@jtan.com>
10328 M: Geoff Levand <geoff@infradead.org>
10329 L: linuxppc-dev@lists.ozlabs.org
10331 F: drivers/block/ps3vram.c
10333 PSAMPLE PACKET SAMPLING SUPPORT:
10334 M: Yotam Gigi <yotamg@mellanox.com>
10337 F: include/net/psample.h
10338 F: include/uapi/linux/psample.h
10341 M: Kees Cook <keescook@chromium.org>
10342 M: Anton Vorontsov <anton@enomsg.org>
10343 M: Colin Cross <ccross@android.com>
10344 M: Tony Luck <tony.luck@intel.com>
10346 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
10348 F: include/linux/pstore*
10349 F: drivers/firmware/efi/efi-pstore.c
10350 F: drivers/acpi/apei/erst.c
10351 F: Documentation/admin-guide/ramoops.rst
10352 F: Documentation/devicetree/bindings/reserved-memory/ramoops.txt
10353 K: \b(pstore|ramoops)
10355 PTP HARDWARE CLOCK SUPPORT
10356 M: Richard Cochran <richardcochran@gmail.com>
10357 L: netdev@vger.kernel.org
10359 W: http://linuxptp.sourceforge.net/
10360 F: Documentation/ABI/testing/sysfs-ptp
10361 F: Documentation/ptp/*
10362 F: drivers/net/ethernet/freescale/gianfar_ptp.c
10363 F: drivers/net/phy/dp83640*
10365 F: include/linux/ptp_cl*
10368 M: Roland McGrath <roland@hack.frob.com>
10369 M: Oleg Nesterov <oleg@redhat.com>
10371 F: include/asm-generic/syscall.h
10372 F: include/linux/ptrace.h
10373 F: include/linux/regset.h
10374 F: include/linux/tracehook.h
10375 F: include/uapi/linux/ptrace.h
10379 M: Hans Verkuil <hverkuil@xs4all.nl>
10380 L: linux-media@vger.kernel.org
10381 T: git git://linuxtv.org/media_tree.git
10383 F: drivers/media/usb/pulse8-cec/*
10385 PVRUSB2 VIDEO4LINUX DRIVER
10386 M: Mike Isely <isely@pobox.com>
10387 L: pvrusb2@isely.net (subscribers-only)
10388 L: linux-media@vger.kernel.org
10389 W: http://www.isely.net/pvrusb2/
10390 T: git git://linuxtv.org/media_tree.git
10392 F: Documentation/media/v4l-drivers/pvrusb2*
10393 F: drivers/media/usb/pvrusb2/
10396 M: Hans Verkuil <hverkuil@xs4all.nl>
10397 L: linux-media@vger.kernel.org
10398 T: git git://linuxtv.org/media_tree.git
10400 F: drivers/media/usb/pwc/*
10403 M: Kamil Debski <kamil@wypas.org>
10404 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10405 L: linux-hwmon@vger.kernel.org
10407 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
10408 F: Documentation/hwmon/pwm-fan
10409 F: drivers/hwmon/pwm-fan.c
10412 M: Thierry Reding <thierry.reding@gmail.com>
10413 L: linux-pwm@vger.kernel.org
10415 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
10416 F: Documentation/pwm.txt
10417 F: Documentation/devicetree/bindings/pwm/
10418 F: include/linux/pwm.h
10420 F: drivers/video/backlight/pwm_bl.c
10421 F: include/linux/pwm_backlight.h
10422 F: drivers/gpio/gpio-mvebu.c
10423 F: Documentation/devicetree/bindings/gpio/gpio-mvebu.txt
10425 PXA2xx/PXA3xx SUPPORT
10426 M: Daniel Mack <daniel@zonque.org>
10427 M: Haojian Zhuang <haojian.zhuang@gmail.com>
10428 M: Robert Jarzmik <robert.jarzmik@free.fr>
10429 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10430 T: git git://github.com/hzhuang1/linux.git
10431 T: git git://github.com/rjarzmik/linux.git
10433 F: arch/arm/boot/dts/pxa*
10434 F: arch/arm/mach-pxa/
10435 F: drivers/dma/pxa*
10436 F: drivers/pcmcia/pxa2xx*
10437 F: drivers/pinctrl/pxa/
10438 F: drivers/spi/spi-pxa2xx*
10439 F: drivers/usb/gadget/udc/pxa2*
10440 F: include/sound/pxa2xx-lib.h
10445 M: Robert Jarzmik <robert.jarzmik@free.fr>
10446 L: linux-gpio@vger.kernel.org
10448 F: drivers/gpio/gpio-pxa.c
10450 PXA3xx NAND FLASH DRIVER
10451 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
10452 L: linux-mtd@lists.infradead.org
10454 F: drivers/mtd/nand/pxa3xx_nand.c
10457 M: Eric Miao <eric.y.miao@gmail.com>
10458 M: Haojian Zhuang <haojian.zhuang@gmail.com>
10459 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10460 T: git git://github.com/hzhuang1/linux.git
10461 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
10463 F: arch/arm/boot/dts/mmp*
10464 F: arch/arm/mach-mmp/
10470 M: Robert Jarzmik <robert.jarzmik@free.fr>
10471 L: rtc-linux@googlegroups.com
10475 M: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
10476 M: Salvatore Benedetto <salvatore.benedetto@intel.com>
10477 L: qat-linux@intel.com
10479 F: drivers/crypto/qat/
10482 M: Mike Marciniszyn <infinipath@intel.com>
10483 L: linux-rdma@vger.kernel.org
10485 F: drivers/infiniband/hw/qib/
10487 QLOGIC QLA1280 SCSI DRIVER
10488 M: Michael Reed <mdr@sgi.com>
10489 L: linux-scsi@vger.kernel.org
10491 F: drivers/scsi/qla1280.[ch]
10493 QLOGIC QLA2XXX FC-SCSI DRIVER
10494 M: qla2xxx-upstream@qlogic.com
10495 L: linux-scsi@vger.kernel.org
10497 F: Documentation/scsi/LICENSE.qla2xxx
10498 F: drivers/scsi/qla2xxx/
10500 QLOGIC QLA4XXX iSCSI DRIVER
10501 M: QLogic-Storage-Upstream@qlogic.com
10502 L: linux-scsi@vger.kernel.org
10504 F: Documentation/scsi/LICENSE.qla4xxx
10505 F: drivers/scsi/qla4xxx/
10507 QLOGIC QLA3XXX NETWORK DRIVER
10508 M: Dept-GELinuxNICDev@cavium.com
10509 L: netdev@vger.kernel.org
10511 F: Documentation/networking/LICENSE.qla3xxx
10512 F: drivers/net/ethernet/qlogic/qla3xxx.*
10514 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10515 M: Harish Patil <harish.patil@cavium.com>
10516 M: Manish Chopra <manish.chopra@cavium.com>
10517 M: Dept-GELinuxNICDev@cavium.com
10518 L: netdev@vger.kernel.org
10520 F: drivers/net/ethernet/qlogic/qlcnic/
10522 QLOGIC QLGE 10Gb ETHERNET DRIVER
10523 M: Harish Patil <harish.patil@cavium.com>
10524 M: Manish Chopra <manish.chopra@cavium.com>
10525 M: Dept-GELinuxNICDev@cavium.com
10526 L: netdev@vger.kernel.org
10528 F: drivers/net/ethernet/qlogic/qlge/
10530 QLOGIC QL4xxx ETHERNET DRIVER
10531 M: Yuval Mintz <Yuval.Mintz@cavium.com>
10532 M: Ariel Elior <Ariel.Elior@cavium.com>
10533 M: everest-linux-l2@cavium.com
10534 L: netdev@vger.kernel.org
10536 F: drivers/net/ethernet/qlogic/qed/
10537 F: include/linux/qed/
10538 F: drivers/net/ethernet/qlogic/qede/
10540 QLOGIC QL41xxx ISCSI DRIVER
10541 M: QLogic-Storage-Upstream@cavium.com
10542 L: linux-scsi@vger.kernel.org
10544 F: drivers/scsi/qedi/
10546 QLOGIC QL41xxx FCOE DRIVER
10547 M: QLogic-Storage-Upstream@cavium.com
10548 L: linux-scsi@vger.kernel.org
10550 F: drivers/scsi/qedf/
10553 M: Anders Larsen <al@alarsen.net>
10554 W: http://www.alarsen.net/linux/qnx4fs/
10557 F: include/uapi/linux/qnx4_fs.h
10558 F: include/uapi/linux/qnxtypes.h
10560 QORIQ DPAA2 FSL-MC BUS DRIVER
10561 M: Stuart Yoder <stuyoder@gmail.com>
10562 M: Laurentiu Tudor <laurentiu.tudor@nxp.com>
10563 L: linux-kernel@vger.kernel.org
10565 F: drivers/staging/fsl-mc/
10567 QT1010 MEDIA DRIVER
10568 M: Antti Palosaari <crope@iki.fi>
10569 L: linux-media@vger.kernel.org
10570 W: https://linuxtv.org
10571 W: http://palosaari.fi/linux/
10572 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10573 T: git git://linuxtv.org/anttip/media_tree.git
10575 F: drivers/media/tuners/qt1010*
10577 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10578 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
10579 L: linux-wireless@vger.kernel.org
10580 W: http://wireless.kernel.org/en/users/Drivers/ath9k
10582 F: drivers/net/wireless/ath/ath9k/
10584 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10585 M: Kalle Valo <kvalo@qca.qualcomm.com>
10586 L: ath10k@lists.infradead.org
10587 W: http://wireless.kernel.org/en/users/Drivers/ath10k
10588 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10590 F: drivers/net/wireless/ath/ath10k/
10592 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10593 M: Timur Tabi <timur@codeaurora.org>
10594 L: netdev@vger.kernel.org
10596 F: drivers/net/ethernet/qualcomm/emac/
10598 QUALCOMM HEXAGON ARCHITECTURE
10599 M: Richard Kuo <rkuo@codeaurora.org>
10600 L: linux-hexagon@vger.kernel.org
10601 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10605 QUALCOMM WCN36XX WIRELESS DRIVER
10606 M: Eugene Krasnikov <k.eugene.e@gmail.com>
10607 L: wcn36xx@lists.infradead.org
10608 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
10609 T: git git://github.com/KrasnikovEugene/wcn36xx.git
10611 F: drivers/net/wireless/ath/wcn36xx/
10613 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10614 M: Gabriel Somlo <somlo@cmu.edu>
10615 M: "Michael S. Tsirkin" <mst@redhat.com>
10616 L: qemu-devel@nongnu.org
10618 F: drivers/firmware/qemu_fw_cfg.c
10620 RADOS BLOCK DEVICE (RBD)
10621 M: Ilya Dryomov <idryomov@gmail.com>
10622 M: Sage Weil <sage@redhat.com>
10623 M: Alex Elder <elder@kernel.org>
10624 L: ceph-devel@vger.kernel.org
10625 W: http://ceph.com/
10626 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10627 T: git git://github.com/ceph/ceph-client.git
10629 F: Documentation/ABI/testing/sysfs-bus-rbd
10630 F: drivers/block/rbd.c
10631 F: drivers/block/rbd_types.h
10633 RADEON FRAMEBUFFER DISPLAY DRIVER
10634 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
10635 L: linux-fbdev@vger.kernel.org
10637 F: drivers/video/fbdev/aty/radeon*
10638 F: include/uapi/linux/radeonfb.h
10640 RADIOSHARK RADIO DRIVER
10641 M: Hans Verkuil <hverkuil@xs4all.nl>
10642 L: linux-media@vger.kernel.org
10643 T: git git://linuxtv.org/media_tree.git
10645 F: drivers/media/radio/radio-shark.c
10647 RADIOSHARK2 RADIO DRIVER
10648 M: Hans Verkuil <hverkuil@xs4all.nl>
10649 L: linux-media@vger.kernel.org
10650 T: git git://linuxtv.org/media_tree.git
10652 F: drivers/media/radio/radio-shark2.c
10653 F: drivers/media/radio/radio-tea5777.c
10655 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10656 M: Paul Mackerras <paulus@samba.org>
10657 L: linux-fbdev@vger.kernel.org
10659 F: drivers/video/fbdev/aty/aty128fb.c
10661 RAINSHADOW-CEC DRIVER
10662 M: Hans Verkuil <hverkuil@xs4all.nl>
10663 L: linux-media@vger.kernel.org
10664 T: git git://linuxtv.org/media_tree.git
10666 F: drivers/media/usb/rainshadow-cec/*
10668 RALINK MIPS ARCHITECTURE
10669 M: John Crispin <john@phrozen.org>
10670 L: linux-mips@linux-mips.org
10672 F: arch/mips/ralink
10674 RALINK RT2X00 WIRELESS LAN DRIVER
10676 M: Stanislaw Gruszka <sgruszka@redhat.com>
10677 M: Helmut Schaa <helmut.schaa@googlemail.com>
10678 L: linux-wireless@vger.kernel.org
10680 F: drivers/net/wireless/ralink/rt2x00/
10682 RAMDISK RAM BLOCK DEVICE DRIVER
10683 M: Jens Axboe <axboe@kernel.dk>
10685 F: Documentation/blockdev/ramdisk.txt
10686 F: drivers/block/brd.c
10688 RANDOM NUMBER DRIVER
10689 M: "Theodore Ts'o" <tytso@mit.edu>
10691 F: drivers/char/random.c
10694 M: Matt Porter <mporter@kernel.crashing.org>
10695 M: Alexandre Bounine <alexandre.bounine@idt.com>
10697 F: drivers/rapidio/
10699 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10700 L: linux-wireless@vger.kernel.org
10702 F: drivers/net/wireless/ray*
10705 M: Josh Triplett <josh@joshtriplett.org>
10706 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10707 L: linux-kernel@vger.kernel.org
10709 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10710 F: Documentation/RCU/torture.txt
10711 F: kernel/rcu/rcutorture.c
10713 RCUTORTURE TEST FRAMEWORK
10714 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10715 M: Josh Triplett <josh@joshtriplett.org>
10716 R: Steven Rostedt <rostedt@goodmis.org>
10717 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10718 R: Lai Jiangshan <jiangshanlai@gmail.com>
10719 L: linux-kernel@vger.kernel.org
10721 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10722 F: tools/testing/selftests/rcutorture
10725 M: Florian Fainelli <florian@openwrt.org>
10728 RDC R6040 FAST ETHERNET DRIVER
10729 M: Florian Fainelli <f.fainelli@gmail.com>
10730 L: netdev@vger.kernel.org
10732 F: drivers/net/ethernet/rdc/r6040.c
10734 RDS - RELIABLE DATAGRAM SOCKETS
10735 M: Santosh Shilimkar <santosh.shilimkar@oracle.com>
10736 L: netdev@vger.kernel.org
10737 L: linux-rdma@vger.kernel.org
10738 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
10739 W: https://oss.oracle.com/projects/rds/
10742 F: Documentation/networking/rds.txt
10744 RDMAVT - RDMA verbs software
10745 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
10746 L: linux-rdma@vger.kernel.org
10748 F: drivers/infiniband/sw/rdmavt
10750 RDT - RESOURCE ALLOCATION
10751 M: Fenghua Yu <fenghua.yu@intel.com>
10752 L: linux-kernel@vger.kernel.org
10754 F: arch/x86/kernel/cpu/intel_rdt*
10755 F: arch/x86/include/asm/intel_rdt*
10756 F: Documentation/x86/intel_rdt*
10758 READ-COPY UPDATE (RCU)
10759 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10760 M: Josh Triplett <josh@joshtriplett.org>
10761 R: Steven Rostedt <rostedt@goodmis.org>
10762 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10763 R: Lai Jiangshan <jiangshanlai@gmail.com>
10764 L: linux-kernel@vger.kernel.org
10765 W: http://www.rdrop.com/users/paulmck/RCU/
10767 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10768 F: Documentation/RCU/
10769 X: Documentation/RCU/torture.txt
10770 F: include/linux/rcu*
10771 X: include/linux/srcu.h
10773 X: kernel/torture.c
10775 REAL TIME CLOCK (RTC) SUBSYSTEM
10776 M: Alessandro Zummo <a.zummo@towertech.it>
10777 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
10778 L: rtc-linux@googlegroups.com
10779 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
10780 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10782 F: Documentation/devicetree/bindings/rtc/
10783 F: Documentation/rtc.txt
10785 F: include/linux/rtc.h
10786 F: include/uapi/linux/rtc.h
10787 F: include/linux/rtc/
10788 F: include/linux/platform_data/rtc-*
10789 F: tools/testing/selftests/timers/rtctest.c
10791 REALTEK AUDIO CODECS
10792 M: Bard Liao <bardliao@realtek.com>
10793 M: Oder Chiou <oder_chiou@realtek.com>
10795 F: sound/soc/codecs/rt*
10796 F: include/sound/rt*.h
10798 REISERFS FILE SYSTEM
10799 L: reiserfs-devel@vger.kernel.org
10803 REGISTER MAP ABSTRACTION
10804 M: Mark Brown <broonie@kernel.org>
10805 L: linux-kernel@vger.kernel.org
10806 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10808 F: Documentation/devicetree/bindings/regmap/
10809 F: drivers/base/regmap/
10810 F: include/linux/regmap.h
10812 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10813 M: Ohad Ben-Cohen <ohad@wizery.com>
10814 M: Bjorn Andersson <bjorn.andersson@linaro.org>
10815 L: linux-remoteproc@vger.kernel.org
10816 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10818 F: Documentation/devicetree/bindings/remoteproc/
10819 F: Documentation/remoteproc.txt
10820 F: drivers/remoteproc/
10821 F: include/linux/remoteproc.h
10823 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10824 M: Ohad Ben-Cohen <ohad@wizery.com>
10825 M: Bjorn Andersson <bjorn.andersson@linaro.org>
10826 L: linux-remoteproc@vger.kernel.org
10827 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10830 F: Documentation/rpmsg.txt
10831 F: include/linux/rpmsg.h
10832 F: include/linux/rpmsg/
10834 RENESAS CLOCK DRIVERS
10835 M: Geert Uytterhoeven <geert+renesas@glider.be>
10836 L: linux-renesas-soc@vger.kernel.org
10838 F: drivers/clk/renesas/
10840 RENESAS ETHERNET DRIVERS
10841 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10842 L: netdev@vger.kernel.org
10843 L: linux-renesas-soc@vger.kernel.org
10844 F: drivers/net/ethernet/renesas/
10845 F: include/linux/sh_eth.h
10847 RENESAS R-CAR GYROADC DRIVER
10848 M: Marek Vasut <marek.vasut@gmail.com>
10849 L: linux-iio@vger.kernel.org
10851 F: drivers/iio/adc/rcar_gyro_adc.c
10853 RENESAS USB2 PHY DRIVER
10854 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10855 L: linux-renesas-soc@vger.kernel.org
10857 F: drivers/phy/phy-rcar-gen3-usb2.c
10859 RESET CONTROLLER FRAMEWORK
10860 M: Philipp Zabel <p.zabel@pengutronix.de>
10861 T: git git://git.pengutronix.de/git/pza/linux
10864 F: Documentation/devicetree/bindings/reset/
10865 F: include/dt-bindings/reset/
10866 F: include/linux/reset.h
10867 F: include/linux/reset-controller.h
10870 M: Johannes Berg <johannes@sipsolutions.net>
10871 L: linux-wireless@vger.kernel.org
10872 W: http://wireless.kernel.org/
10873 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10874 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10876 F: Documentation/rfkill.txt
10880 M: Thomas Graf <tgraf@suug.ch>
10881 M: Herbert Xu <herbert@gondor.apana.org.au>
10882 L: netdev@vger.kernel.org
10884 F: lib/rhashtable.c
10885 F: include/linux/rhashtable.h
10887 RICOH SMARTMEDIA/XD DRIVER
10888 M: Maxim Levitsky <maximlevitsky@gmail.com>
10890 F: drivers/mtd/nand/r852.c
10891 F: drivers/mtd/nand/r852.h
10893 RICOH R5C592 MEMORYSTICK DRIVER
10894 M: Maxim Levitsky <maximlevitsky@gmail.com>
10896 F: drivers/memstick/host/r592.*
10899 M: Stefan Achatz <erazor_de@users.sourceforge.net>
10900 W: http://sourceforge.net/projects/roccat/
10902 F: drivers/hid/hid-roccat*
10903 F: include/linux/hid-roccat*
10904 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
10907 M: Jiri Pirko <jiri@resnulli.us>
10908 L: netdev@vger.kernel.org
10910 F: drivers/net/ethernet/rocker/
10914 W: http://www.comtrol.com
10916 F: Documentation/serial/rocket.txt
10917 F: drivers/tty/rocket*
10919 ROCKETPORT EXPRESS/INFINITY DRIVER
10920 M: Kevin Cernekee <cernekee@gmail.com>
10921 L: linux-serial@vger.kernel.org
10923 F: drivers/tty/serial/rp2.*
10926 M: Ralf Baechle <ralf@linux-mips.org>
10927 L: linux-hams@vger.kernel.org
10928 W: http://www.linux-ax25.org/
10930 F: include/net/rose.h
10931 F: include/uapi/linux/rose.h
10934 RTL2830 MEDIA DRIVER
10935 M: Antti Palosaari <crope@iki.fi>
10936 L: linux-media@vger.kernel.org
10937 W: https://linuxtv.org
10938 W: http://palosaari.fi/linux/
10939 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10940 T: git git://linuxtv.org/anttip/media_tree.git
10942 F: drivers/media/dvb-frontends/rtl2830*
10944 RTL2832 MEDIA DRIVER
10945 M: Antti Palosaari <crope@iki.fi>
10946 L: linux-media@vger.kernel.org
10947 W: https://linuxtv.org
10948 W: http://palosaari.fi/linux/
10949 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10950 T: git git://linuxtv.org/anttip/media_tree.git
10952 F: drivers/media/dvb-frontends/rtl2832*
10954 RTL2832_SDR MEDIA DRIVER
10955 M: Antti Palosaari <crope@iki.fi>
10956 L: linux-media@vger.kernel.org
10957 W: https://linuxtv.org
10958 W: http://palosaari.fi/linux/
10959 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10960 T: git git://linuxtv.org/anttip/media_tree.git
10962 F: drivers/media/dvb-frontends/rtl2832_sdr*
10964 RTL8180 WIRELESS DRIVER
10965 L: linux-wireless@vger.kernel.org
10966 W: http://wireless.kernel.org/
10967 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10969 F: drivers/net/wireless/realtek/rtl818x/rtl8180/
10971 RTL8187 WIRELESS DRIVER
10972 M: Herton Ronaldo Krzesinski <herton@canonical.com>
10973 M: Hin-Tak Leung <htl10@users.sourceforge.net>
10974 M: Larry Finger <Larry.Finger@lwfinger.net>
10975 L: linux-wireless@vger.kernel.org
10976 W: http://wireless.kernel.org/
10977 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10979 F: drivers/net/wireless/realtek/rtl818x/rtl8187/
10981 RTL8192CE WIRELESS DRIVER
10982 M: Larry Finger <Larry.Finger@lwfinger.net>
10983 M: Chaoming Li <chaoming_li@realsil.com.cn>
10984 L: linux-wireless@vger.kernel.org
10985 W: http://wireless.kernel.org/
10986 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10988 F: drivers/net/wireless/realtek/rtlwifi/
10989 F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10991 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10992 M: Jes Sorensen <Jes.Sorensen@gmail.com>
10993 L: linux-wireless@vger.kernel.org
10994 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10996 F: drivers/net/wireless/realtek/rtl8xxxu/
10998 S3 SAVAGE FRAMEBUFFER DRIVER
10999 M: Antonino Daplas <adaplas@gmail.com>
11000 L: linux-fbdev@vger.kernel.org
11002 F: drivers/video/fbdev/savage/
11005 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
11006 M: Heiko Carstens <heiko.carstens@de.ibm.com>
11007 L: linux-s390@vger.kernel.org
11008 W: http://www.ibm.com/developerworks/linux/linux390/
11009 T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
11013 F: Documentation/s390/
11014 F: Documentation/DocBook/s390*
11016 S390 COMMON I/O LAYER
11017 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
11018 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
11019 L: linux-s390@vger.kernel.org
11020 W: http://www.ibm.com/developerworks/linux/linux390/
11022 F: drivers/s390/cio/
11025 M: Stefan Haberland <sth@linux.vnet.ibm.com>
11026 M: Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
11027 L: linux-s390@vger.kernel.org
11028 W: http://www.ibm.com/developerworks/linux/linux390/
11030 F: drivers/s390/block/dasd*
11031 F: block/partitions/ibm.c
11033 S390 NETWORK DRIVERS
11034 M: Julian Wiedmann <jwi@linux.vnet.ibm.com>
11035 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
11036 L: linux-s390@vger.kernel.org
11037 W: http://www.ibm.com/developerworks/linux/linux390/
11039 F: drivers/s390/net/
11042 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
11043 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
11044 L: linux-s390@vger.kernel.org
11045 W: http://www.ibm.com/developerworks/linux/linux390/
11048 F: drivers/pci/hotplug/s390_pci_hpc.c
11051 M: Harald Freudenberger <freude@de.ibm.com>
11052 L: linux-s390@vger.kernel.org
11053 W: http://www.ibm.com/developerworks/linux/linux390/
11055 F: drivers/s390/crypto/
11058 M: Steffen Maier <maier@linux.vnet.ibm.com>
11059 L: linux-s390@vger.kernel.org
11060 W: http://www.ibm.com/developerworks/linux/linux390/
11062 F: drivers/s390/scsi/zfcp_*
11064 S390 IUCV NETWORK LAYER
11065 M: Julian Wiedmann <jwi@linux.vnet.ibm.com>
11066 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
11067 L: linux-s390@vger.kernel.org
11068 W: http://www.ibm.com/developerworks/linux/linux390/
11070 F: drivers/s390/net/*iucv*
11071 F: include/net/iucv/
11075 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
11076 L: linux-s390@vger.kernel.org
11077 W: http://www.ibm.com/developerworks/linux/linux390/
11079 F: drivers/iommu/s390-iommu.c
11081 S390 VFIO-CCW DRIVER
11082 M: Cornelia Huck <cornelia.huck@de.ibm.com>
11083 M: Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
11084 L: linux-s390@vger.kernel.org
11085 L: kvm@vger.kernel.org
11087 F: drivers/s390/cio/vfio_ccw*
11088 F: Documentation/s390/vfio-ccw.txt
11089 F: include/uapi/linux/vfio_ccw.h
11091 S3C24XX SD/MMC Driver
11092 M: Ben Dooks <ben-linux@fluff.org>
11093 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11095 F: drivers/mmc/host/s3cmci.*
11097 SAA6588 RDS RECEIVER DRIVER
11098 M: Hans Verkuil <hverkuil@xs4all.nl>
11099 L: linux-media@vger.kernel.org
11100 T: git git://linuxtv.org/media_tree.git
11101 W: https://linuxtv.org
11103 F: drivers/media/i2c/saa6588*
11105 SAA7134 VIDEO4LINUX DRIVER
11106 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11107 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11108 L: linux-media@vger.kernel.org
11109 W: https://linuxtv.org
11110 T: git git://linuxtv.org/media_tree.git
11112 F: Documentation/media/v4l-drivers/saa7134*
11113 F: drivers/media/pci/saa7134/
11115 SAA7146 VIDEO4LINUX-2 DRIVER
11116 M: Hans Verkuil <hverkuil@xs4all.nl>
11117 L: linux-media@vger.kernel.org
11118 T: git git://linuxtv.org/media_tree.git
11120 F: drivers/media/common/saa7146/
11121 F: drivers/media/pci/saa7146/
11122 F: include/media/saa7146*
11124 SAMSUNG LAPTOP DRIVER
11125 M: Corentin Chary <corentin.chary@gmail.com>
11126 L: platform-driver-x86@vger.kernel.org
11128 F: drivers/platform/x86/samsung-laptop.c
11130 SAMSUNG AUDIO (ASoC) DRIVERS
11131 M: Krzysztof Kozlowski <krzk@kernel.org>
11132 M: Sangbeom Kim <sbkim73@samsung.com>
11133 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
11134 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11136 F: sound/soc/samsung/
11138 SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
11139 M: Krzysztof Kozlowski <krzk@kernel.org>
11140 L: linux-crypto@vger.kernel.org
11141 L: linux-samsung-soc@vger.kernel.org
11143 F: drivers/crypto/exynos-rng.c
11144 F: Documentation/devicetree/bindings/rng/samsung,exynos-rng4.txt
11146 SAMSUNG FRAMEBUFFER DRIVER
11147 M: Jingoo Han <jingoohan1@gmail.com>
11148 L: linux-fbdev@vger.kernel.org
11150 F: drivers/video/fbdev/s3c-fb.c
11152 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
11153 M: Sangbeom Kim <sbkim73@samsung.com>
11154 M: Krzysztof Kozlowski <krzk@kernel.org>
11155 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11156 L: linux-kernel@vger.kernel.org
11157 L: linux-samsung-soc@vger.kernel.org
11159 F: drivers/mfd/sec*.c
11160 F: drivers/regulator/s2m*.c
11161 F: drivers/regulator/s5m*.c
11162 F: drivers/clk/clk-s2mps11.c
11163 F: drivers/rtc/rtc-s5m.c
11164 F: include/linux/mfd/samsung/
11165 F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
11166 F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
11167 F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
11168 F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
11170 SAMSUNG S5P Security SubSystem (SSS) DRIVER
11171 M: Krzysztof Kozlowski <krzk@kernel.org>
11172 M: Vladimir Zapolskiy <vz@mleia.com>
11173 L: linux-crypto@vger.kernel.org
11174 L: linux-samsung-soc@vger.kernel.org
11176 F: drivers/crypto/s5p-sss.c
11178 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
11179 M: Kyungmin Park <kyungmin.park@samsung.com>
11180 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
11181 L: linux-media@vger.kernel.org
11182 Q: https://patchwork.linuxtv.org/project/linux-media/list/
11184 F: drivers/media/platform/exynos4-is/
11186 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
11187 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
11188 L: linux-media@vger.kernel.org
11189 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11191 F: drivers/media/platform/s3c-camif/
11192 F: include/media/drv-intf/s3c_camif.h
11194 SAMSUNG S5C73M3 CAMERA DRIVER
11195 M: Kyungmin Park <kyungmin.park@samsung.com>
11196 M: Andrzej Hajda <a.hajda@samsung.com>
11197 L: linux-media@vger.kernel.org
11199 F: drivers/media/i2c/s5c73m3/*
11201 SAMSUNG S5K5BAF CAMERA DRIVER
11202 M: Kyungmin Park <kyungmin.park@samsung.com>
11203 M: Andrzej Hajda <a.hajda@samsung.com>
11204 L: linux-media@vger.kernel.org
11206 F: drivers/media/i2c/s5k5baf.c
11208 SAMSUNG S3FWRN5 NFC DRIVER
11209 M: Robert Baldyga <r.baldyga@samsung.com>
11210 M: Krzysztof Opasiak <k.opasiak@samsung.com>
11211 L: linux-nfc@lists.01.org (moderated for non-subscribers)
11213 F: drivers/nfc/s3fwrn5
11215 SAMSUNG SOC CLOCK DRIVERS
11216 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
11217 M: Tomasz Figa <tomasz.figa@gmail.com>
11218 M: Chanwoo Choi <cw00.choi@samsung.com>
11220 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11221 F: drivers/clk/samsung/
11222 F: include/dt-bindings/clock/exynos*.h
11223 F: Documentation/devicetree/bindings/clock/exynos*.txt
11225 SAMSUNG SPI DRIVERS
11226 M: Kukjin Kim <kgene@kernel.org>
11227 M: Krzysztof Kozlowski <krzk@kernel.org>
11228 M: Andi Shyti <andi.shyti@samsung.com>
11229 L: linux-spi@vger.kernel.org
11230 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11232 F: Documentation/devicetree/bindings/spi/spi-samsung.txt
11233 F: drivers/spi/spi-s3c*
11234 F: include/linux/platform_data/spi-s3c64xx.h
11236 SAMSUNG SXGBE DRIVERS
11237 M: Byungho An <bh74.an@samsung.com>
11238 M: Girish K S <ks.giri@samsung.com>
11239 M: Vipul Pandya <vipul.pandya@samsung.com>
11241 L: netdev@vger.kernel.org
11242 F: drivers/net/ethernet/samsung/sxgbe/
11244 SAMSUNG THERMAL DRIVER
11245 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11246 L: linux-pm@vger.kernel.org
11247 L: linux-samsung-soc@vger.kernel.org
11249 T: git https://github.com/lmajewski/linux-samsung-thermal.git
11250 F: drivers/thermal/samsung/
11252 SAMSUNG USB2 PHY DRIVER
11253 M: Kamil Debski <kamil@wypas.org>
11254 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
11255 L: linux-kernel@vger.kernel.org
11257 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
11258 F: Documentation/phy/samsung-usb2.txt
11259 F: drivers/phy/phy-exynos4210-usb2.c
11260 F: drivers/phy/phy-exynos4x12-usb2.c
11261 F: drivers/phy/phy-exynos5250-usb2.c
11262 F: drivers/phy/phy-s5pv210-usb2.c
11263 F: drivers/phy/phy-samsung-usb2.c
11264 F: drivers/phy/phy-samsung-usb2.h
11267 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11268 L: linux-serial@vger.kernel.org
11270 F: Documentation/devicetree/bindings/serial/
11271 F: drivers/tty/serial/
11274 M: Rob Herring <robh@kernel.org>
11275 L: linux-serial@vger.kernel.org
11277 F: Documentation/devicetree/bindings/serial/slave-device.txt
11278 F: drivers/tty/serdev/
11279 F: include/linux/serdev.h
11282 M: Sean Young <sean@mess.org>
11283 L: linux-media@vger.kernel.org
11285 F: drivers/media/rc/serial_ir.c
11288 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
11289 L: kernel@stlinux.com
11291 F: drivers/staging/media/st-cec/
11292 F: Documentation/devicetree/bindings/media/stih-cec.txt
11294 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
11295 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
11296 L: linux-s390@vger.kernel.org
11297 W: http://www.ibm.com/developerworks/linux/linux390/
11301 SYNOPSYS DESIGNWARE DMAC DRIVER
11302 M: Viresh Kumar <vireshk@kernel.org>
11303 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
11305 F: include/linux/dma/dw.h
11306 F: include/linux/platform_data/dma-dw.h
11309 SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER
11310 M: Jie Deng <jiedeng@synopsys.com>
11311 L: netdev@vger.kernel.org
11313 F: drivers/net/ethernet/synopsys/
11315 SYNOPSYS DESIGNWARE I2C DRIVER
11316 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
11317 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
11318 R: Mika Westerberg <mika.westerberg@linux.intel.com>
11319 L: linux-i2c@vger.kernel.org
11321 F: drivers/i2c/busses/i2c-designware-*
11322 F: include/linux/platform_data/i2c-designware.h
11324 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
11325 M: Jaehoon Chung <jh80.chung@samsung.com>
11326 L: linux-mmc@vger.kernel.org
11328 F: drivers/mmc/host/dw_mmc*
11330 SYSTEM TRACE MODULE CLASS
11331 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
11333 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
11334 F: Documentation/trace/stm.txt
11335 F: drivers/hwtracing/stm/
11336 F: include/linux/stm.h
11337 F: include/uapi/linux/stm.h
11340 M: Jens Wiklander <jens.wiklander@linaro.org>
11342 F: include/linux/tee_drv.h
11343 F: include/uapi/linux/tee.h
11345 F: Documentation/tee.txt
11348 M: Andreas Noever <andreas.noever@gmail.com>
11349 M: Michael Jamet <michael.jamet@intel.com>
11350 M: Mika Westerberg <mika.westerberg@linux.intel.com>
11351 M: Yehezkel Bernat <yehezkel.bernat@intel.com>
11353 F: drivers/thunderbolt/
11355 TI BQ27XXX POWER SUPPLY DRIVER
11356 R: Andrew F. Davis <afd@ti.com>
11357 F: include/linux/power/bq27xxx_battery.h
11358 F: drivers/power/supply/bq27xxx_battery.c
11359 F: drivers/power/supply/bq27xxx_battery_i2c.c
11361 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
11362 M: John Stultz <john.stultz@linaro.org>
11363 M: Thomas Gleixner <tglx@linutronix.de>
11364 R: Stephen Boyd <sboyd@codeaurora.org>
11365 L: linux-kernel@vger.kernel.org
11366 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
11368 F: include/linux/clocksource.h
11369 F: include/linux/time.h
11370 F: include/linux/timex.h
11371 F: include/uapi/linux/time.h
11372 F: include/uapi/linux/timex.h
11373 F: kernel/time/clocksource.c
11374 F: kernel/time/time*.c
11375 F: kernel/time/alarmtimer.c
11376 F: kernel/time/ntp.c
11377 F: tools/testing/selftests/timers/
11380 M: Zwane Mwaikambo <zwanem@gmail.com>
11382 F: drivers/watchdog/sc1200wdt.c
11385 M: Ingo Molnar <mingo@redhat.com>
11386 M: Peter Zijlstra <peterz@infradead.org>
11387 L: linux-kernel@vger.kernel.org
11388 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
11391 F: include/linux/sched.h
11392 F: include/uapi/linux/sched.h
11393 F: include/linux/wait.h
11396 M: Chen Liqin <liqin.linux@gmail.com>
11397 M: Lennox Wu <lennox.wu@gmail.com>
11398 W: http://www.sunplus.com
11402 SCR24X CHIP CARD INTERFACE DRIVER
11403 M: Lubomir Rintel <lkundrak@v3.sk>
11405 F: drivers/char/pcmcia/scr24x_cs.c
11407 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
11408 M: Sudeep Holla <sudeep.holla@arm.com>
11409 L: linux-arm-kernel@lists.infradead.org
11411 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
11412 F: drivers/clk/clk-scpi.c
11413 F: drivers/cpufreq/scpi-cpufreq.c
11414 F: drivers/firmware/arm_scpi.c
11415 F: include/linux/scpi_protocol.h
11418 M: Jens Axboe <axboe@kernel.dk>
11419 L: linux-scsi@vger.kernel.org
11420 W: http://www.kernel.dk
11422 F: drivers/scsi/sr*
11424 SCSI RDMA PROTOCOL (SRP) INITIATOR
11425 M: Bart Van Assche <bart.vanassche@sandisk.com>
11426 L: linux-rdma@vger.kernel.org
11428 W: http://www.openfabrics.org
11429 Q: http://patchwork.kernel.org/project/linux-rdma/list/
11430 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
11431 F: drivers/infiniband/ulp/srp/
11432 F: include/scsi/srp.h
11435 M: Doug Gilbert <dgilbert@interlog.com>
11436 L: linux-scsi@vger.kernel.org
11437 W: http://sg.danny.cz/sg
11439 F: Documentation/scsi/scsi-generic.txt
11440 F: drivers/scsi/sg.c
11441 F: include/scsi/sg.h
11444 M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
11445 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
11446 M: "Martin K. Petersen" <martin.petersen@oracle.com>
11447 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
11448 L: linux-scsi@vger.kernel.org
11450 F: Documentation/devicetree/bindings/scsi/
11455 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
11456 L: linux-scsi@vger.kernel.org
11458 F: Documentation/scsi/st.txt
11459 F: drivers/scsi/st.*
11460 F: drivers/scsi/st_*.h
11463 M: Vlad Yasevich <vyasevich@gmail.com>
11464 M: Neil Horman <nhorman@tuxdriver.com>
11465 L: linux-sctp@vger.kernel.org
11466 W: http://lksctp.sourceforge.net
11468 F: Documentation/networking/sctp.txt
11469 F: include/linux/sctp.h
11470 F: include/uapi/linux/sctp.h
11471 F: include/net/sctp/
11475 M: Jim Cromie <jim.cromie@gmail.com>
11477 F: Documentation/i2c/busses/scx200_acb
11478 F: arch/x86/platform/scx200/
11479 F: drivers/watchdog/scx200_wdt.c
11480 F: drivers/i2c/busses/scx200*
11481 F: drivers/mtd/maps/scx200_docflash.c
11482 F: include/linux/scx200.h
11485 M: Jim Cromie <jim.cromie@gmail.com>
11487 F: drivers/char/scx200_gpio.c
11488 F: include/linux/scx200_gpio.h
11490 SCx200 HRT CLOCKSOURCE DRIVER
11491 M: Jim Cromie <jim.cromie@gmail.com>
11493 F: drivers/clocksource/scx200_hrt.c
11495 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
11496 M: Sascha Sommer <saschasommer@freenet.de>
11497 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
11499 F: drivers/mmc/host/sdricoh_cs.c
11501 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
11502 M: Adrian Hunter <adrian.hunter@intel.com>
11503 L: linux-mmc@vger.kernel.org
11504 T: git git://git.infradead.org/users/ahunter/linux-sdhci.git
11506 F: drivers/mmc/host/sdhci*
11507 F: include/linux/mmc/sdhci*
11510 M: Kees Cook <keescook@chromium.org>
11511 R: Andy Lutomirski <luto@amacapital.net>
11512 R: Will Drewry <wad@chromium.org>
11513 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
11515 F: kernel/seccomp.c
11516 F: include/uapi/linux/seccomp.h
11517 F: include/linux/seccomp.h
11518 F: tools/testing/selftests/seccomp/*
11519 K: \bsecure_computing
11522 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
11523 M: Al Cooper <alcooperx@gmail.com>
11524 L: linux-mmc@vger.kernel.org
11525 L: bcm-kernel-feedback-list@broadcom.com
11527 F: drivers/mmc/host/sdhci-brcmstb*
11529 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
11530 M: Ben Dooks <ben-linux@fluff.org>
11531 M: Jaehoon Chung <jh80.chung@samsung.com>
11532 L: linux-mmc@vger.kernel.org
11534 F: drivers/mmc/host/sdhci-s3c*
11536 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
11537 M: Viresh Kumar <vireshk@kernel.org>
11538 L: linux-mmc@vger.kernel.org
11540 F: drivers/mmc/host/sdhci-spear.c
11542 SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
11543 M: Scott Bauer <scott.bauer@intel.com>
11544 M: Jonathan Derrick <jonathan.derrick@intel.com>
11545 M: Rafael Antognolli <rafael.antognolli@intel.com>
11546 L: linux-block@vger.kernel.org
11549 F: block/opal_proto.h
11550 F: include/linux/sed*
11551 F: include/uapi/linux/sed*
11554 M: James Morris <james.l.morris@oracle.com>
11555 M: "Serge E. Hallyn" <serge@hallyn.com>
11556 L: linux-security-module@vger.kernel.org (suggested Cc:)
11557 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
11558 W: http://kernsec.org/
11563 M: Security Officers <security@kernel.org>
11566 SELINUX SECURITY MODULE
11567 M: Paul Moore <paul@paul-moore.com>
11568 M: Stephen Smalley <sds@tycho.nsa.gov>
11569 M: Eric Paris <eparis@parisplace.org>
11570 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
11571 W: http://selinuxproject.org
11572 T: git git://git.infradead.org/users/pcmoore/selinux
11574 F: include/linux/selinux*
11575 F: security/selinux/
11576 F: scripts/selinux/
11578 APPARMOR SECURITY MODULE
11579 M: John Johansen <john.johansen@canonical.com>
11580 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
11581 W: apparmor.wiki.kernel.org
11582 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
11584 F: security/apparmor/
11586 LOADPIN SECURITY MODULE
11587 M: Kees Cook <keescook@chromium.org>
11588 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
11590 F: security/loadpin/
11592 YAMA SECURITY MODULE
11593 M: Kees Cook <keescook@chromium.org>
11594 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
11599 M: Jiri Slaby <jirislaby@gmail.com>
11601 F: drivers/misc/phantom.c
11602 F: include/uapi/linux/phantom.h
11604 Emulex 10Gbps iSCSI - OneConnect DRIVER
11605 M: Subbu Seetharaman <subbu.seetharaman@broadcom.com>
11606 M: Ketan Mukadam <ketan.mukadam@broadcom.com>
11607 M: Jitendra Bhivare <jitendra.bhivare@broadcom.com>
11608 L: linux-scsi@vger.kernel.org
11609 W: http://www.broadcom.com
11611 F: drivers/scsi/be2iscsi/
11613 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11614 M: Sathya Perla <sathya.perla@broadcom.com>
11615 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
11616 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
11617 M: Somnath Kotur <somnath.kotur@broadcom.com>
11618 L: netdev@vger.kernel.org
11619 W: http://www.emulex.com
11621 F: drivers/net/ethernet/emulex/benet/
11623 EMULEX ONECONNECT ROCE DRIVER
11624 M: Selvin Xavier <selvin.xavier@broadcom.com>
11625 M: Devesh Sharma <devesh.sharma@broadcom.com>
11626 L: linux-rdma@vger.kernel.org
11627 W: http://www.broadcom.com
11629 F: drivers/infiniband/hw/ocrdma/
11630 F: include/uapi/rdma/ocrdma-abi.h
11633 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
11634 M: Edward Cree <ecree@solarflare.com>
11635 M: Bert Kenward <bkenward@solarflare.com>
11636 L: netdev@vger.kernel.org
11638 F: drivers/net/ethernet/sfc/
11641 M: Dimitri Sivanich <sivanich@sgi.com>
11643 F: drivers/misc/sgi-gru/
11645 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11646 M: Pat Gefre <pfg@sgi.com>
11647 L: linux-ia64@vger.kernel.org
11649 F: Documentation/ia64/serial.txt
11650 F: drivers/tty/serial/ioc?_serial.c
11651 F: include/linux/ioc?.h
11653 SGI XP/XPC/XPNET DRIVER
11654 M: Cliff Whickman <cpw@sgi.com>
11655 M: Robin Holt <robinmholt@gmail.com>
11657 F: drivers/misc/sgi-xp/
11659 SI2157 MEDIA DRIVER
11660 M: Antti Palosaari <crope@iki.fi>
11661 L: linux-media@vger.kernel.org
11662 W: https://linuxtv.org
11663 W: http://palosaari.fi/linux/
11664 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11665 T: git git://linuxtv.org/anttip/media_tree.git
11667 F: drivers/media/tuners/si2157*
11669 SI2168 MEDIA DRIVER
11670 M: Antti Palosaari <crope@iki.fi>
11671 L: linux-media@vger.kernel.org
11672 W: https://linuxtv.org
11673 W: http://palosaari.fi/linux/
11674 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11675 T: git git://linuxtv.org/anttip/media_tree.git
11677 F: drivers/media/dvb-frontends/si2168*
11679 SI470X FM RADIO RECEIVER I2C DRIVER
11680 M: Hans Verkuil <hverkuil@xs4all.nl>
11681 L: linux-media@vger.kernel.org
11682 T: git git://linuxtv.org/media_tree.git
11683 W: https://linuxtv.org
11685 F: drivers/media/radio/si470x/radio-si470x-i2c.c
11687 SI470X FM RADIO RECEIVER USB DRIVER
11688 M: Hans Verkuil <hverkuil@xs4all.nl>
11689 L: linux-media@vger.kernel.org
11690 T: git git://linuxtv.org/media_tree.git
11691 W: https://linuxtv.org
11693 F: drivers/media/radio/si470x/radio-si470x-common.c
11694 F: drivers/media/radio/si470x/radio-si470x.h
11695 F: drivers/media/radio/si470x/radio-si470x-usb.c
11697 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11698 M: Eduardo Valentin <edubezval@gmail.com>
11699 L: linux-media@vger.kernel.org
11700 T: git git://linuxtv.org/media_tree.git
11701 W: https://linuxtv.org
11703 F: drivers/media/radio/si4713/si4713.?
11705 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11706 M: Eduardo Valentin <edubezval@gmail.com>
11707 L: linux-media@vger.kernel.org
11708 T: git git://linuxtv.org/media_tree.git
11709 W: https://linuxtv.org
11711 F: drivers/media/radio/si4713/radio-platform-si4713.c
11713 SI4713 FM RADIO TRANSMITTER USB DRIVER
11714 M: Hans Verkuil <hverkuil@xs4all.nl>
11715 L: linux-media@vger.kernel.org
11716 T: git git://linuxtv.org/media_tree.git
11717 W: https://linuxtv.org
11719 F: drivers/media/radio/si4713/radio-usb-si4713.c
11722 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11723 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11724 L: linux-media@vger.kernel.org
11725 W: https://linuxtv.org
11726 T: git git://linuxtv.org/media_tree.git
11728 F: drivers/media/common/siano/
11729 F: drivers/media/usb/siano/
11730 F: drivers/media/usb/siano/
11731 F: drivers/media/mmc/siano/
11733 SILEAD TOUCHSCREEN DRIVER
11734 M: Hans de Goede <hdegoede@redhat.com>
11735 L: linux-input@vger.kernel.org
11736 L: platform-driver-x86@vger.kernel.org
11738 F: drivers/input/touchscreen/silead.c
11739 F: drivers/platform/x86/silead_dmi.c
11742 M: Hans de Goede <hdegoede@redhat.com>
11743 L: linux-fbdev@vger.kernel.org
11745 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
11746 F: drivers/video/fbdev/simplefb.c
11747 F: include/linux/platform_data/simplefb.h
11749 SH_VEU V4L2 MEM2MEM DRIVER
11750 L: linux-media@vger.kernel.org
11752 F: drivers/media/platform/sh_veu.c
11754 SH_VOU V4L2 OUTPUT DRIVER
11755 L: linux-media@vger.kernel.org
11757 F: drivers/media/platform/sh_vou.c
11758 F: include/media/drv-intf/sh_vou.h
11760 SIMPLE FIRMWARE INTERFACE (SFI)
11761 M: Len Brown <lenb@kernel.org>
11762 L: sfi-devel@simplefirmware.org
11763 W: http://simplefirmware.org/
11764 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11766 F: arch/x86/platform/sfi/
11768 F: include/linux/sfi*.h
11770 SIMTEC EB110ATX (Chalice CATS)
11772 P: Vincent Sanders <vince@simtec.co.uk>
11773 M: Simtec Linux Team <linux@simtec.co.uk>
11774 W: http://www.simtec.co.uk/products/EB110ATX/
11777 SIMTEC EB2410ITX (BAST)
11779 P: Vincent Sanders <vince@simtec.co.uk>
11780 M: Simtec Linux Team <linux@simtec.co.uk>
11781 W: http://www.simtec.co.uk/products/EB2410ITX/
11783 F: arch/arm/mach-s3c24xx/mach-bast.c
11784 F: arch/arm/mach-s3c24xx/bast-ide.c
11785 F: arch/arm/mach-s3c24xx/bast-irq.c
11787 SIPHASH PRF ROUTINES
11788 M: Jason A. Donenfeld <Jason@zx2c4.com>
11791 F: lib/test_siphash.c
11792 F: include/linux/siphash.h
11794 TI DAVINCI MACHINE SUPPORT
11795 M: Sekhar Nori <nsekhar@ti.com>
11796 M: Kevin Hilman <khilman@kernel.org>
11797 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11798 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11800 F: arch/arm/mach-davinci/
11801 F: drivers/i2c/busses/i2c-davinci.c
11803 TI DAVINCI SERIES MEDIA DRIVER
11804 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11805 L: linux-media@vger.kernel.org
11806 W: https://linuxtv.org
11807 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11808 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11810 F: drivers/media/platform/davinci/
11811 F: include/media/davinci/
11813 TI AM437X VPFE DRIVER
11814 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11815 L: linux-media@vger.kernel.org
11816 W: https://linuxtv.org
11817 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11818 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11820 F: drivers/media/platform/am437x/
11822 OV2659 OMNIVISION SENSOR DRIVER
11823 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11824 L: linux-media@vger.kernel.org
11825 W: https://linuxtv.org
11826 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11827 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11829 F: drivers/media/i2c/ov2659.c
11830 F: include/media/i2c/ov2659.h
11832 SILICON MOTION SM712 FRAME BUFFER DRIVER
11833 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11834 M: Teddy Wang <teddy.wang@siliconmotion.com>
11835 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11836 L: linux-fbdev@vger.kernel.org
11838 F: drivers/video/fbdev/sm712*
11839 F: Documentation/fb/sm712fb.txt
11841 SIS 190 ETHERNET DRIVER
11842 M: Francois Romieu <romieu@fr.zoreil.com>
11843 L: netdev@vger.kernel.org
11845 F: drivers/net/ethernet/sis/sis190.c
11847 SIS 900/7016 FAST ETHERNET DRIVER
11848 M: Daniele Venzano <venza@brownhat.org>
11849 W: http://www.brownhat.org/sis900.html
11850 L: netdev@vger.kernel.org
11852 F: drivers/net/ethernet/sis/sis900.*
11854 SIS FRAMEBUFFER DRIVER
11855 M: Thomas Winischhofer <thomas@winischhofer.net>
11856 W: http://www.winischhofer.net/linuxsisvga.shtml
11858 F: Documentation/fb/sisfb.txt
11859 F: drivers/video/fbdev/sis/
11860 F: include/video/sisfb.h
11863 M: Thomas Winischhofer <thomas@winischhofer.net>
11864 W: http://www.winischhofer.at/linuxsisusbvga.shtml
11866 F: drivers/usb/misc/sisusbvga/
11869 M: Christoph Lameter <cl@linux.com>
11870 M: Pekka Enberg <penberg@kernel.org>
11871 M: David Rientjes <rientjes@google.com>
11872 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
11873 M: Andrew Morton <akpm@linux-foundation.org>
11874 L: linux-mm@kvack.org
11876 F: include/linux/sl?b*.h
11879 SLEEPABLE READ-COPY UPDATE (SRCU)
11880 M: Lai Jiangshan <jiangshanlai@gmail.com>
11881 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11882 M: Josh Triplett <josh@joshtriplett.org>
11883 R: Steven Rostedt <rostedt@goodmis.org>
11884 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11885 L: linux-kernel@vger.kernel.org
11886 W: http://www.rdrop.com/users/paulmck/RCU/
11888 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11889 F: include/linux/srcu.h
11890 F: kernel/rcu/srcu.c
11892 SMACK SECURITY MODULE
11893 M: Casey Schaufler <casey@schaufler-ca.com>
11894 L: linux-security-module@vger.kernel.org
11895 W: http://schaufler-ca.com
11896 T: git git://github.com/cschaufler/smack-next
11898 F: Documentation/security/Smack.txt
11901 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11902 M: Kevin Hilman <khilman@kernel.org>
11903 M: Nishanth Menon <nm@ti.com>
11905 F: drivers/power/avs/
11906 F: include/linux/power/smartreflex.h
11907 L: linux-pm@vger.kernel.org
11909 SMC91x ETHERNET DRIVER
11910 M: Nicolas Pitre <nico@fluxnic.net>
11912 F: drivers/net/ethernet/smsc/smc91x.*
11914 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11915 M: Sakari Ailus <sakari.ailus@iki.fi>
11916 L: linux-media@vger.kernel.org
11918 F: drivers/media/i2c/smiapp/
11919 F: include/media/i2c/smiapp.h
11920 F: drivers/media/i2c/smiapp-pll.c
11921 F: drivers/media/i2c/smiapp-pll.h
11922 F: include/uapi/linux/smiapp.h
11923 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11925 SMM665 HARDWARE MONITOR DRIVER
11926 M: Guenter Roeck <linux@roeck-us.net>
11927 L: linux-hwmon@vger.kernel.org
11929 F: Documentation/hwmon/smm665
11930 F: drivers/hwmon/smm665.c
11932 SMSC EMC2103 HARDWARE MONITOR DRIVER
11933 M: Steve Glendinning <steve.glendinning@shawell.net>
11934 L: linux-hwmon@vger.kernel.org
11936 F: Documentation/hwmon/emc2103
11937 F: drivers/hwmon/emc2103.c
11939 SMSC SCH5627 HARDWARE MONITOR DRIVER
11940 M: Hans de Goede <hdegoede@redhat.com>
11941 L: linux-hwmon@vger.kernel.org
11943 F: Documentation/hwmon/sch5627
11944 F: drivers/hwmon/sch5627.c
11946 SMSC47B397 HARDWARE MONITOR DRIVER
11947 M: Jean Delvare <jdelvare@suse.com>
11948 L: linux-hwmon@vger.kernel.org
11950 F: Documentation/hwmon/smsc47b397
11951 F: drivers/hwmon/smsc47b397.c
11953 SMSC911x ETHERNET DRIVER
11954 M: Steve Glendinning <steve.glendinning@shawell.net>
11955 L: netdev@vger.kernel.org
11957 F: include/linux/smsc911x.h
11958 F: drivers/net/ethernet/smsc/smsc911x.*
11960 SMSC9420 PCI ETHERNET DRIVER
11961 M: Steve Glendinning <steve.glendinning@shawell.net>
11962 L: netdev@vger.kernel.org
11964 F: drivers/net/ethernet/smsc/smsc9420.*
11966 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11967 M: Steve Glendinning <steve.glendinning@shawell.net>
11968 L: linux-fbdev@vger.kernel.org
11970 F: drivers/video/fbdev/smscufx.c
11972 SOC-CAMERA V4L2 SUBSYSTEM
11973 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11974 L: linux-media@vger.kernel.org
11975 T: git git://linuxtv.org/media_tree.git
11977 F: include/media/soc*
11978 F: drivers/media/i2c/soc_camera/
11979 F: drivers/media/platform/soc_camera/
11981 SOEKRIS NET48XX LED SUPPORT
11982 M: Chris Boot <bootc@bootc.net>
11984 F: drivers/leds/leds-net48xx.c
11986 SOFTLOGIC 6x10 MPEG CODEC
11987 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11988 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11989 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
11990 M: Ismael Luceno <ismael@iodev.co.uk>
11991 L: linux-media@vger.kernel.org
11993 F: drivers/media/pci/solo6x10/
11995 SOFTWARE RAID (Multiple Disks) SUPPORT
11996 M: Shaohua Li <shli@kernel.org>
11997 L: linux-raid@vger.kernel.org
11998 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
12001 F: include/linux/raid/
12002 F: include/uapi/linux/raid/
12004 SONIC NETWORK DRIVER
12005 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
12006 L: netdev@vger.kernel.org
12008 F: drivers/net/ethernet/natsemi/sonic.*
12010 SONICS SILICON BACKPLANE DRIVER (SSB)
12011 M: Michael Buesch <m@bues.ch>
12012 L: linux-wireless@vger.kernel.org
12015 F: include/linux/ssb/
12017 SONY VAIO CONTROL DEVICE DRIVER
12018 M: Mattia Dongili <malattia@linux.it>
12019 L: platform-driver-x86@vger.kernel.org
12020 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
12022 F: Documentation/laptops/sony-laptop.txt
12023 F: drivers/char/sonypi.c
12024 F: drivers/platform/x86/sony-laptop.c
12025 F: include/linux/sony-laptop.h
12027 SONY MEMORYSTICK CARD SUPPORT
12028 M: Alex Dubov <oakad@yahoo.com>
12029 W: http://tifmxx.berlios.de/
12031 F: drivers/memstick/host/tifm_ms.c
12033 SONY MEMORYSTICK STANDARD SUPPORT
12034 M: Maxim Levitsky <maximlevitsky@gmail.com>
12036 F: drivers/memstick/core/ms_block.*
12039 M: Jaroslav Kysela <perex@perex.cz>
12040 M: Takashi Iwai <tiwai@suse.com>
12041 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12042 W: http://www.alsa-project.org/
12043 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12044 T: git git://git.alsa-project.org/alsa-kernel.git
12045 Q: http://patchwork.kernel.org/project/alsa-devel/list/
12047 F: Documentation/sound/
12049 F: include/uapi/sound/
12052 SOUND - COMPRESSED AUDIO
12053 M: Vinod Koul <vinod.koul@intel.com>
12054 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12055 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12057 F: Documentation/sound/alsa/compress_offload.txt
12058 F: include/sound/compress_driver.h
12059 F: include/uapi/sound/compress_*
12060 F: sound/core/compress_offload.c
12061 F: sound/soc/soc-compress.c
12063 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
12064 M: Liam Girdwood <lgirdwood@gmail.com>
12065 M: Mark Brown <broonie@kernel.org>
12066 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
12067 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12068 W: http://alsa-project.org/main/index.php/ASoC
12070 F: Documentation/devicetree/bindings/sound/
12071 F: Documentation/sound/alsa/soc/
12073 F: include/sound/soc*
12075 SOUND - DMAENGINE HELPERS
12076 M: Lars-Peter Clausen <lars@metafoo.de>
12078 F: include/sound/dmaengine_pcm.h
12079 F: sound/core/pcm_dmaengine.c
12080 F: sound/soc/soc-generic-dmaengine-pcm.c
12083 M: Olli Salonen <olli.salonen@iki.fi>
12084 L: linux-media@vger.kernel.org
12085 W: https://linuxtv.org
12086 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12088 F: drivers/media/dvb-frontends/sp2*
12090 SPARC + UltraSPARC (sparc/sparc64)
12091 M: "David S. Miller" <davem@davemloft.net>
12092 L: sparclinux@vger.kernel.org
12093 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
12094 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12095 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12100 SPARC SERIAL DRIVERS
12101 M: "David S. Miller" <davem@davemloft.net>
12102 L: sparclinux@vger.kernel.org
12103 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12104 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12106 F: include/linux/sunserialcore.h
12107 F: drivers/tty/serial/suncore.c
12108 F: drivers/tty/serial/sunhv.c
12109 F: drivers/tty/serial/sunsab.c
12110 F: drivers/tty/serial/sunsab.h
12111 F: drivers/tty/serial/sunsu.c
12112 F: drivers/tty/serial/sunzilog.c
12113 F: drivers/tty/serial/sunzilog.h
12116 M: "Christopher Li" <sparse@chrisli.org>
12117 L: linux-sparse@vger.kernel.org
12118 W: https://sparse.wiki.kernel.org/
12119 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
12120 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
12122 F: include/linux/compiler.h
12124 SPEAR PLATFORM SUPPORT
12125 M: Viresh Kumar <vireshk@kernel.org>
12126 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
12127 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12128 W: http://www.st.com/spear
12130 F: arch/arm/boot/dts/spear*
12131 F: arch/arm/mach-spear/
12133 SPEAR CLOCK FRAMEWORK SUPPORT
12134 M: Viresh Kumar <vireshk@kernel.org>
12135 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12136 W: http://www.st.com/spear
12138 F: drivers/clk/spear/
12141 M: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
12142 M: Marek Vasut <marek.vasut@gmail.com>
12143 L: linux-mtd@lists.infradead.org
12144 W: http://www.linux-mtd.infradead.org/
12145 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
12146 T: git git://github.com/spi-nor/linux.git
12148 F: drivers/mtd/spi-nor/
12149 F: include/linux/mtd/spi-nor.h
12152 M: Mark Brown <broonie@kernel.org>
12153 L: linux-spi@vger.kernel.org
12154 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
12155 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
12157 F: Documentation/devicetree/bindings/spi/
12158 F: Documentation/spi/
12160 F: include/linux/spi/
12161 F: include/uapi/linux/spi/
12164 SPIDERNET NETWORK DRIVER for CELL
12165 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
12166 L: netdev@vger.kernel.org
12168 F: Documentation/networking/spider_net.txt
12169 F: drivers/net/ethernet/toshiba/spider_net*
12172 M: Jeremy Kerr <jk@ozlabs.org>
12173 L: linuxppc-dev@lists.ozlabs.org
12174 W: http://www.ibm.com/developerworks/power/cell/
12176 F: Documentation/filesystems/spufs.txt
12177 F: arch/powerpc/platforms/cell/spufs/
12179 SQUASHFS FILE SYSTEM
12180 M: Phillip Lougher <phillip@squashfs.org.uk>
12181 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
12182 W: http://squashfs.org.uk
12183 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
12185 F: Documentation/filesystems/squashfs.txt
12188 SRM (Alpha) environment access
12189 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
12191 F: arch/alpha/kernel/srm_env.c
12194 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12195 L: stable@vger.kernel.org
12197 F: Documentation/process/stable-kernel-rules.rst
12200 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12201 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
12202 L: devel@driverdev.osuosl.org
12204 F: drivers/staging/
12207 M: Ian Abbott <abbotti@mev.co.uk>
12208 M: H Hartley Sweeten <hsweeten@visionengravers.com>
12210 F: drivers/staging/comedi/
12212 STAGING - FLARION FT1000 DRIVERS
12213 M: Marek Belisko <marek.belisko@gmail.com>
12215 F: drivers/staging/ft1000/
12217 STAGING - INDUSTRIAL IO
12218 M: Jonathan Cameron <jic23@kernel.org>
12219 L: linux-iio@vger.kernel.org
12221 F: Documentation/devicetree/bindings/staging/iio/
12222 F: drivers/staging/iio/
12224 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
12225 M: Jarod Wilson <jarod@wilsonet.com>
12226 W: http://www.lirc.org/
12228 F: drivers/staging/media/lirc/
12230 STAGING - LUSTRE PARALLEL FILESYSTEM
12231 M: Oleg Drokin <oleg.drokin@intel.com>
12232 M: Andreas Dilger <andreas.dilger@intel.com>
12233 M: James Simmons <jsimmons@infradead.org>
12234 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
12235 W: http://wiki.lustre.org/
12237 F: drivers/staging/lustre
12239 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
12240 M: Marc Dietrich <marvin24@gmx.de>
12241 L: ac100@lists.launchpad.net (moderated for non-subscribers)
12242 L: linux-tegra@vger.kernel.org
12244 F: drivers/staging/nvec/
12246 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
12247 M: Jens Frederich <jfrederich@gmail.com>
12248 M: Daniel Drake <dsd@laptop.org>
12249 M: Jon Nettleton <jon.nettleton@gmail.com>
12250 W: http://wiki.laptop.org/go/DCON
12252 F: drivers/staging/olpc_dcon/
12254 STAGING - REALTEK RTL8712U DRIVERS
12255 M: Larry Finger <Larry.Finger@lwfinger.net>
12256 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
12258 F: drivers/staging/rtl8712/
12260 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
12261 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
12262 M: Teddy Wang <teddy.wang@siliconmotion.com>
12263 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
12264 L: linux-fbdev@vger.kernel.org
12266 F: drivers/staging/sm750fb/
12268 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
12269 M: William Hubbs <w.d.hubbs@gmail.com>
12270 M: Chris Brannon <chris@the-brannons.com>
12271 M: Kirk Reiser <kirk@reisers.ca>
12272 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
12273 L: speakup@linux-speakup.org
12274 W: http://www.linux-speakup.org/
12276 F: drivers/staging/speakup/
12278 STAGING - VIA VT665X DRIVERS
12279 M: Forest Bond <forest@alittletooquiet.net>
12281 F: drivers/staging/vt665?/
12283 STAGING - WILC1000 WIFI DRIVER
12284 M: Aditya Shankar <aditya.shankar@microchip.com>
12285 M: Ganesh Krishna <ganesh.krishna@microchip.com>
12286 L: linux-wireless@vger.kernel.org
12288 F: drivers/staging/wilc1000/
12290 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
12291 M: Arnaud Patard <arnaud.patard@rtp-net.org>
12293 F: drivers/staging/xgifb/
12295 STARFIRE/DURALAN NETWORK DRIVER
12296 M: Ion Badulescu <ionut@badula.org>
12298 F: drivers/net/ethernet/adaptec/starfire*
12301 M: Sam Creasey <sammy@sammy.net>
12302 W: http://sammy.net/sun3/
12304 F: arch/m68k/kernel/*sun3*
12305 F: arch/m68k/sun3*/
12306 F: arch/m68k/include/asm/sun3*
12307 F: drivers/net/ethernet/i825xx/sun3*
12309 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
12310 M: Hans de Goede <hdegoede@redhat.com>
12311 L: linux-input@vger.kernel.org
12313 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
12314 F: drivers/input/keyboard/sun4i-lradc-keys.c
12316 SUNDANCE NETWORK DRIVER
12317 M: Denis Kirjanov <kda@linux-powerpc.org>
12318 L: netdev@vger.kernel.org
12320 F: drivers/net/ethernet/dlink/sundance.c
12323 M: Yoshinori Sato <ysato@users.sourceforge.jp>
12324 M: Rich Felker <dalias@libc.org>
12325 L: linux-sh@vger.kernel.org
12326 Q: http://patchwork.kernel.org/project/linux-sh/list/
12328 F: Documentation/sh/
12333 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
12334 M: Len Brown <len.brown@intel.com>
12335 M: Pavel Machek <pavel@ucw.cz>
12336 L: linux-pm@vger.kernel.org
12337 B: https://bugzilla.kernel.org
12339 F: Documentation/power/
12340 F: arch/x86/kernel/acpi/
12341 F: drivers/base/power/
12343 F: include/linux/suspend.h
12344 F: include/linux/freezer.h
12345 F: include/linux/pm.h
12348 M: Martin Mares <mj@ucw.cz>
12349 L: linux-video@atrey.karlin.mff.cuni.cz
12351 F: Documentation/svga.txt
12352 F: arch/x86/boot/video*
12355 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12356 L: linux-kernel@vger.kernel.org
12357 T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
12360 F: arch/*/kernel/pci-swiotlb.c
12361 F: include/linux/swiotlb.h
12364 M: Jiri Pirko <jiri@resnulli.us>
12365 M: Ivan Vecera <ivecera@redhat.com>
12366 L: netdev@vger.kernel.org
12369 F: include/net/switchdev.h
12371 SYNOPSYS ARC ARCHITECTURE
12372 M: Vineet Gupta <vgupta@synopsys.com>
12373 L: linux-snps-arc@lists.infradead.org
12376 F: Documentation/devicetree/bindings/arc/*
12377 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
12378 F: drivers/clocksource/arc_timer.c
12379 F: drivers/tty/serial/arc_uart.c
12380 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
12382 SYNOPSYS ARC SDP platform support
12383 M: Alexey Brodkin <abrodkin@synopsys.com>
12385 F: arch/arc/plat-axs10x
12386 F: arch/arc/boot/dts/ax*
12387 F: Documentation/devicetree/bindings/arc/axs10*
12389 SYSTEM CONFIGURATION (SYSCON)
12390 M: Lee Jones <lee.jones@linaro.org>
12391 M: Arnd Bergmann <arnd@arndb.de>
12392 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
12394 F: drivers/mfd/syscon.c
12396 SYSTEM RESET/SHUTDOWN DRIVERS
12397 M: Sebastian Reichel <sre@kernel.org>
12398 L: linux-pm@vger.kernel.org
12399 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
12401 F: Documentation/devicetree/bindings/power/reset/
12402 F: drivers/power/reset/
12405 M: Christoph Hellwig <hch@infradead.org>
12407 F: Documentation/filesystems/sysv-fs.txt
12409 F: include/linux/sysv_fs.h
12412 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
12413 L: linux-scsi@vger.kernel.org
12414 L: target-devel@vger.kernel.org
12415 W: http://www.linux-iscsi.org
12416 W: http://groups.google.com/group/linux-iscsi-target-dev
12417 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
12421 F: Documentation/target/
12423 TASKSTATS STATISTICS INTERFACE
12424 M: Balbir Singh <bsingharora@gmail.com>
12426 F: Documentation/accounting/taskstats*
12427 F: include/linux/taskstats*
12428 F: kernel/taskstats.c
12431 M: Jamal Hadi Salim <jhs@mojatatu.com>
12432 M: Cong Wang <xiyou.wangcong@gmail.com>
12433 M: Jiri Pirko <jiri@resnulli.us>
12434 L: netdev@vger.kernel.org
12436 F: include/net/pkt_cls.h
12437 F: include/net/pkt_sched.h
12438 F: include/net/tc_act/
12439 F: include/uapi/linux/pkt_cls.h
12440 F: include/uapi/linux/pkt_sched.h
12441 F: include/uapi/linux/tc_act/
12442 F: include/uapi/linux/tc_ematch/
12445 TCP LOW PRIORITY MODULE
12446 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
12447 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
12448 W: http://tcp-lp-mod.sourceforge.net/
12450 F: net/ipv4/tcp_lp.c
12452 TDA10071 MEDIA DRIVER
12453 M: Antti Palosaari <crope@iki.fi>
12454 L: linux-media@vger.kernel.org
12455 W: https://linuxtv.org
12456 W: http://palosaari.fi/linux/
12457 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12458 T: git git://linuxtv.org/anttip/media_tree.git
12460 F: drivers/media/dvb-frontends/tda10071*
12462 TDA18212 MEDIA DRIVER
12463 M: Antti Palosaari <crope@iki.fi>
12464 L: linux-media@vger.kernel.org
12465 W: https://linuxtv.org
12466 W: http://palosaari.fi/linux/
12467 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12468 T: git git://linuxtv.org/anttip/media_tree.git
12470 F: drivers/media/tuners/tda18212*
12472 TDA18218 MEDIA DRIVER
12473 M: Antti Palosaari <crope@iki.fi>
12474 L: linux-media@vger.kernel.org
12475 W: https://linuxtv.org
12476 W: http://palosaari.fi/linux/
12477 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12478 T: git git://linuxtv.org/anttip/media_tree.git
12480 F: drivers/media/tuners/tda18218*
12482 TDA18271 MEDIA DRIVER
12483 M: Michael Krufky <mkrufky@linuxtv.org>
12484 L: linux-media@vger.kernel.org
12485 W: https://linuxtv.org
12486 W: http://github.com/mkrufky
12487 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12488 T: git git://linuxtv.org/mkrufky/tuners.git
12490 F: drivers/media/tuners/tda18271*
12492 TDA827x MEDIA DRIVER
12493 M: Michael Krufky <mkrufky@linuxtv.org>
12494 L: linux-media@vger.kernel.org
12495 W: https://linuxtv.org
12496 W: http://github.com/mkrufky
12497 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12498 T: git git://linuxtv.org/mkrufky/tuners.git
12500 F: drivers/media/tuners/tda8290.*
12502 TDA8290 MEDIA DRIVER
12503 M: Michael Krufky <mkrufky@linuxtv.org>
12504 L: linux-media@vger.kernel.org
12505 W: https://linuxtv.org
12506 W: http://github.com/mkrufky
12507 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12508 T: git git://linuxtv.org/mkrufky/tuners.git
12510 F: drivers/media/tuners/tda8290.*
12512 TDA9840 MEDIA DRIVER
12513 M: Hans Verkuil <hverkuil@xs4all.nl>
12514 L: linux-media@vger.kernel.org
12515 T: git git://linuxtv.org/media_tree.git
12516 W: https://linuxtv.org
12518 F: drivers/media/i2c/tda9840*
12520 TEA5761 TUNER DRIVER
12521 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12522 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12523 L: linux-media@vger.kernel.org
12524 W: https://linuxtv.org
12525 T: git git://linuxtv.org/media_tree.git
12527 F: drivers/media/tuners/tea5761.*
12529 TEA5767 TUNER DRIVER
12530 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12531 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12532 L: linux-media@vger.kernel.org
12533 W: https://linuxtv.org
12534 T: git git://linuxtv.org/media_tree.git
12536 F: drivers/media/tuners/tea5767.*
12538 TEA6415C MEDIA DRIVER
12539 M: Hans Verkuil <hverkuil@xs4all.nl>
12540 L: linux-media@vger.kernel.org
12541 T: git git://linuxtv.org/media_tree.git
12542 W: https://linuxtv.org
12544 F: drivers/media/i2c/tea6415c*
12546 TEA6420 MEDIA DRIVER
12547 M: Hans Verkuil <hverkuil@xs4all.nl>
12548 L: linux-media@vger.kernel.org
12549 T: git git://linuxtv.org/media_tree.git
12550 W: https://linuxtv.org
12552 F: drivers/media/i2c/tea6420*
12555 M: Jiri Pirko <jiri@resnulli.us>
12556 L: netdev@vger.kernel.org
12558 F: drivers/net/team/
12559 F: include/linux/if_team.h
12560 F: include/uapi/linux/if_team.h
12562 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
12563 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
12565 F: arch/x86/platform/ts5500/
12567 TECHNOTREND USB IR RECEIVER
12568 M: Sean Young <sean@mess.org>
12569 L: linux-media@vger.kernel.org
12571 F: drivers/media/rc/ttusbir.c
12573 TEGRA ARCHITECTURE SUPPORT
12574 M: Thierry Reding <thierry.reding@gmail.com>
12575 M: Jonathan Hunter <jonathanh@nvidia.com>
12576 L: linux-tegra@vger.kernel.org
12577 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
12578 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
12583 M: Peter De Schrijver <pdeschrijver@nvidia.com>
12584 M: Prashant Gaikwad <pgaikwad@nvidia.com>
12586 F: drivers/clk/tegra/
12589 M: Laxman Dewangan <ldewangan@nvidia.com>
12590 M: Jon Hunter <jonathanh@nvidia.com>
12592 F: drivers/dma/tegra*
12595 M: Laxman Dewangan <ldewangan@nvidia.com>
12597 F: drivers/i2c/busses/i2c-tegra.c
12599 TEGRA IOMMU DRIVERS
12600 M: Hiroshi Doyu <hdoyu@nvidia.com>
12602 F: drivers/iommu/tegra*
12605 M: Rakesh Iyer <riyer@nvidia.com>
12606 M: Laxman Dewangan <ldewangan@nvidia.com>
12608 F: drivers/input/keyboard/tegra-kbc.c
12611 M: Thierry Reding <thierry.reding@gmail.com>
12613 F: drivers/pwm/pwm-tegra.c
12615 TEGRA SERIAL DRIVER
12616 M: Laxman Dewangan <ldewangan@nvidia.com>
12618 F: drivers/tty/serial/serial-tegra.c
12621 M: Laxman Dewangan <ldewangan@nvidia.com>
12623 F: drivers/spi/spi-tegra*
12625 TEHUTI ETHERNET DRIVER
12626 M: Andy Gospodarek <andy@greyhouse.net>
12627 L: netdev@vger.kernel.org
12629 F: drivers/net/ethernet/tehuti/*
12631 Telecom Clock Driver for MCPL0010
12632 M: Mark Gross <mark.gross@intel.com>
12634 F: drivers/char/tlclk.c
12636 TENSILICA XTENSA PORT (xtensa)
12637 M: Chris Zankel <chris@zankel.net>
12638 M: Max Filippov <jcmvbkbc@gmail.com>
12639 L: linux-xtensa@linux-xtensa.org
12640 T: git git://github.com/czankel/xtensa-linux.git
12643 F: drivers/irqchip/irq-xtensa-*
12645 Texas Instruments' System Control Interface (TISCI) Protocol Driver
12646 M: Nishanth Menon <nm@ti.com>
12647 M: Tero Kristo <t-kristo@ti.com>
12648 M: Santosh Shilimkar <ssantosh@kernel.org>
12649 L: linux-arm-kernel@lists.infradead.org
12651 F: Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
12652 F: drivers/firmware/ti_sci*
12653 F: include/linux/soc/ti/ti_sci_protocol.h
12654 F: Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt
12655 F: include/dt-bindings/genpd/k2g.h
12656 F: drivers/soc/ti/ti_sci_pm_domains.c
12658 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
12659 M: Hans Verkuil <hverkuil@xs4all.nl>
12660 L: linux-media@vger.kernel.org
12661 T: git git://linuxtv.org/media_tree.git
12662 W: https://linuxtv.org
12664 F: drivers/media/radio/radio-raremono.c
12667 M: Zhang Rui <rui.zhang@intel.com>
12668 M: Eduardo Valentin <edubezval@gmail.com>
12669 L: linux-pm@vger.kernel.org
12670 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
12671 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
12672 Q: https://patchwork.kernel.org/project/linux-pm/list/
12674 F: drivers/thermal/
12675 F: include/linux/thermal.h
12676 F: include/uapi/linux/thermal.h
12677 F: include/linux/cpu_cooling.h
12678 F: Documentation/devicetree/bindings/thermal/
12680 THERMAL/CPU_COOLING
12681 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
12682 M: Viresh Kumar <viresh.kumar@linaro.org>
12683 M: Javi Merino <javi.merino@kernel.org>
12684 L: linux-pm@vger.kernel.org
12686 F: Documentation/thermal/cpu-cooling-api.txt
12687 F: drivers/thermal/cpu_cooling.c
12688 F: include/linux/cpu_cooling.h
12690 THINKPAD ACPI EXTRAS DRIVER
12691 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
12692 L: ibm-acpi-devel@lists.sourceforge.net
12693 L: platform-driver-x86@vger.kernel.org
12694 W: http://ibm-acpi.sourceforge.net
12695 W: http://thinkwiki.org/wiki/Ibm-acpi
12696 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
12698 F: drivers/platform/x86/thinkpad_acpi.c
12700 TI BANDGAP AND THERMAL DRIVER
12701 M: Eduardo Valentin <edubezval@gmail.com>
12702 M: Keerthy <j-keerthy@ti.com>
12703 L: linux-pm@vger.kernel.org
12704 L: linux-omap@vger.kernel.org
12706 F: drivers/thermal/ti-soc-thermal/
12709 M: Benoit Parrot <bparrot@ti.com>
12710 L: linux-media@vger.kernel.org
12711 W: http://linuxtv.org/
12712 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12714 F: drivers/media/platform/ti-vpe/
12716 TI CDCE706 CLOCK DRIVER
12717 M: Max Filippov <jcmvbkbc@gmail.com>
12719 F: drivers/clk/clk-cdce706.c
12722 M: Tero Kristo <t-kristo@ti.com>
12723 L: linux-omap@vger.kernel.org
12726 F: include/linux/clk/ti.h
12728 TI ETHERNET SWITCH DRIVER (CPSW)
12729 R: Grygorii Strashko <grygorii.strashko@ti.com>
12730 L: linux-omap@vger.kernel.org
12731 L: netdev@vger.kernel.org
12733 F: drivers/net/ethernet/ti/cpsw*
12734 F: drivers/net/ethernet/ti/davinci*
12736 TI FLASH MEDIA INTERFACE DRIVER
12737 M: Alex Dubov <oakad@yahoo.com>
12739 F: drivers/misc/tifm*
12740 F: drivers/mmc/host/tifm_sd.c
12741 F: include/linux/tifm.h
12743 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12744 M: Santosh Shilimkar <ssantosh@kernel.org>
12745 L: linux-kernel@vger.kernel.org
12746 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12748 F: drivers/soc/ti/*
12749 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12752 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12753 M: M R Swami Reddy <mr.swami.reddy@ti.com>
12754 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
12755 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12757 F: sound/soc/codecs/lm49453*
12758 F: sound/soc/codecs/isabelle*
12760 TI LP855x BACKLIGHT DRIVER
12761 M: Milo Kim <milo.kim@ti.com>
12763 F: Documentation/backlight/lp855x-driver.txt
12764 F: drivers/video/backlight/lp855x_bl.c
12765 F: include/linux/platform_data/lp855x.h
12767 TI LP8727 CHARGER DRIVER
12768 M: Milo Kim <milo.kim@ti.com>
12770 F: drivers/power/supply/lp8727_charger.c
12771 F: include/linux/platform_data/lp8727.h
12773 TI LP8788 MFD DRIVER
12774 M: Milo Kim <milo.kim@ti.com>
12776 F: drivers/iio/adc/lp8788_adc.c
12777 F: drivers/leds/leds-lp8788.c
12778 F: drivers/mfd/lp8788*.c
12779 F: drivers/power/supply/lp8788-charger.c
12780 F: drivers/regulator/lp8788-*.c
12781 F: include/linux/mfd/lp8788*.h
12783 TI NETCP ETHERNET DRIVER
12784 M: Wingman Kwok <w-kwok2@ti.com>
12785 M: Murali Karicheri <m-karicheri2@ti.com>
12786 L: netdev@vger.kernel.org
12788 F: drivers/net/ethernet/ti/netcp*
12790 TI TAS571X FAMILY ASoC CODEC DRIVER
12791 M: Kevin Cernekee <cernekee@chromium.org>
12792 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12794 F: sound/soc/codecs/tas571x*
12796 TI TWL4030 SERIES SOC CODEC DRIVER
12797 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
12798 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12800 F: sound/soc/codecs/twl4030*
12802 TI WILINK WIRELESS DRIVERS
12803 L: linux-wireless@vger.kernel.org
12804 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
12805 W: http://wireless.kernel.org/en/users/Drivers/wl1251
12806 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12808 F: drivers/net/wireless/ti/
12809 F: include/linux/wl12xx.h
12812 M: Jon Maloy <jon.maloy@ericsson.com>
12813 M: Ying Xue <ying.xue@windriver.com>
12814 L: netdev@vger.kernel.org (core kernel code)
12815 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12816 W: http://tipc.sourceforge.net/
12818 F: include/uapi/linux/tipc*.h
12822 M: Chris Metcalf <cmetcalf@mellanox.com>
12823 W: http://www.mellanox.com/repository/solutions/tile-scm/
12824 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12827 F: drivers/char/tile-srom.c
12828 F: drivers/edac/tile_edac.c
12829 F: drivers/net/ethernet/tile/
12830 F: drivers/rtc/rtc-tile.c
12831 F: drivers/tty/hvc/hvc_tile.c
12832 F: drivers/tty/serial/tilegx.c
12833 F: drivers/usb/host/*-tilegx.c
12834 F: include/linux/usb/tilegx.h
12836 TLAN NETWORK DRIVER
12837 M: Samuel Chessman <chessman@tux.org>
12838 L: tlan-devel@lists.sourceforge.net (subscribers-only)
12839 W: http://sourceforge.net/projects/tlan/
12841 F: Documentation/networking/tlan.txt
12842 F: drivers/net/ethernet/ti/tlan.*
12844 TOMOYO SECURITY MODULE
12845 M: Kentaro Takeda <takedakn@nttdata.co.jp>
12846 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12847 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12848 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12849 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12850 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12851 W: http://tomoyo.sourceforge.jp/
12852 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12854 F: security/tomoyo/
12856 TOPSTAR LAPTOP EXTRAS DRIVER
12857 M: Herton Ronaldo Krzesinski <herton@canonical.com>
12858 L: platform-driver-x86@vger.kernel.org
12860 F: drivers/platform/x86/topstar-laptop.c
12862 TOSHIBA ACPI EXTRAS DRIVER
12863 M: Azael Avalos <coproscefalo@gmail.com>
12864 L: platform-driver-x86@vger.kernel.org
12866 F: drivers/platform/x86/toshiba_acpi.c
12868 TOSHIBA BLUETOOTH DRIVER
12869 M: Azael Avalos <coproscefalo@gmail.com>
12870 L: platform-driver-x86@vger.kernel.org
12872 F: drivers/platform/x86/toshiba_bluetooth.c
12874 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12875 M: Azael Avalos <coproscefalo@gmail.com>
12876 L: platform-driver-x86@vger.kernel.org
12878 F: drivers/platform/x86/toshiba_haps.c
12880 TOSHIBA WMI HOTKEYS DRIVER
12881 M: Azael Avalos <coproscefalo@gmail.com>
12882 L: platform-driver-x86@vger.kernel.org
12884 F: drivers/platform/x86/toshiba-wmi.c
12887 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
12888 W: http://www.buzzard.org.uk/toshiba/
12890 F: drivers/char/toshiba.c
12891 F: include/linux/toshiba.h
12892 F: include/uapi/linux/toshiba.h
12894 TOSHIBA TC358743 DRIVER
12895 M: Mats Randgaard <matrandg@cisco.com>
12896 L: linux-media@vger.kernel.org
12898 F: drivers/media/i2c/tc358743*
12899 F: include/media/i2c/tc358743.h
12901 TMIO/SDHI MMC DRIVER
12902 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
12903 L: linux-mmc@vger.kernel.org
12905 F: drivers/mmc/host/tmio_mmc*
12906 F: drivers/mmc/host/sh_mobile_sdhi.c
12907 F: include/linux/mfd/tmio.h
12909 TMP401 HARDWARE MONITOR DRIVER
12910 M: Guenter Roeck <linux@roeck-us.net>
12911 L: linux-hwmon@vger.kernel.org
12913 F: Documentation/hwmon/tmp401
12914 F: drivers/hwmon/tmp401.c
12916 TMPFS (SHMEM FILESYSTEM)
12917 M: Hugh Dickins <hughd@google.com>
12918 L: linux-mm@kvack.org
12920 F: include/linux/shmem_fs.h
12923 TM6000 VIDEO4LINUX DRIVER
12924 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12925 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12926 L: linux-media@vger.kernel.org
12927 W: https://linuxtv.org
12928 T: git git://linuxtv.org/media_tree.git
12930 F: drivers/media/usb/tm6000/
12931 F: Documentation/media/v4l-drivers/tm6000*
12933 TW5864 VIDEO4LINUX DRIVER
12934 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12935 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12936 M: Andrey Utkin <andrey_utkin@fastmail.com>
12937 L: linux-media@vger.kernel.org
12939 F: drivers/media/pci/tw5864/
12941 TW68 VIDEO4LINUX DRIVER
12942 M: Hans Verkuil <hverkuil@xs4all.nl>
12943 L: linux-media@vger.kernel.org
12944 T: git git://linuxtv.org/media_tree.git
12945 W: https://linuxtv.org
12947 F: drivers/media/pci/tw68/
12949 TW686X VIDEO4LINUX DRIVER
12950 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12951 L: linux-media@vger.kernel.org
12952 T: git git://linuxtv.org/media_tree.git
12953 W: http://linuxtv.org
12955 F: drivers/media/pci/tw686x/
12958 M: Peter Huewe <peterhuewe@gmx.de>
12959 M: Marcel Selhorst <tpmdd@selhorst.net>
12960 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12961 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12962 W: http://tpmdd.sourceforge.net
12963 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12964 Q: https://patchwork.kernel.org/project/tpmdd-devel/list/
12965 T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
12967 F: drivers/char/tpm/
12969 TPM IBM_VTPM DEVICE DRIVER
12970 M: Ashley Lai <ashleydlai@gmail.com>
12971 W: http://tpmdd.sourceforge.net
12972 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12974 F: drivers/char/tpm/tpm_ibmvtpm*
12977 M: Steven Rostedt <rostedt@goodmis.org>
12978 M: Ingo Molnar <mingo@redhat.com>
12979 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12981 F: Documentation/trace/ftrace.txt
12982 F: arch/*/*/*/ftrace.h
12983 F: arch/*/kernel/ftrace.c
12984 F: include/*/ftrace.h
12985 F: include/linux/trace*.h
12988 F: tools/testing/selftests/ftrace/
12990 TRACING MMIO ACCESSES (MMIOTRACE)
12991 M: Steven Rostedt <rostedt@goodmis.org>
12992 M: Ingo Molnar <mingo@kernel.org>
12993 R: Karol Herbst <karolherbst@gmail.com>
12994 R: Pekka Paalanen <ppaalanen@gmail.com>
12996 L: linux-kernel@vger.kernel.org
12997 L: nouveau@lists.freedesktop.org
12998 F: kernel/trace/trace_mmiotrace.c
12999 F: include/linux/mmiotrace.h
13000 F: arch/x86/mm/kmmio.c
13001 F: arch/x86/mm/mmio-mod.c
13002 F: arch/x86/mm/testmmiotrace.c
13005 M: Jiri Kosina <trivial@kernel.org>
13006 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
13008 K: ^Subject:.*(?i)trivial
13011 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13012 M: Jiri Slaby <jslaby@suse.com>
13014 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
13015 F: Documentation/serial/
13017 F: drivers/tty/serial/serial_core.c
13018 F: include/linux/serial_core.h
13019 F: include/linux/serial.h
13020 F: include/linux/tty.h
13021 F: include/uapi/linux/serial_core.h
13022 F: include/uapi/linux/serial.h
13023 F: include/uapi/linux/tty.h
13025 TUA9001 MEDIA DRIVER
13026 M: Antti Palosaari <crope@iki.fi>
13027 L: linux-media@vger.kernel.org
13028 W: https://linuxtv.org
13029 W: http://palosaari.fi/linux/
13030 Q: http://patchwork.linuxtv.org/project/linux-media/list/
13031 T: git git://linuxtv.org/anttip/media_tree.git
13033 F: drivers/media/tuners/tua9001*
13035 TULIP NETWORK DRIVERS
13036 L: netdev@vger.kernel.org
13037 L: linux-parisc@vger.kernel.org
13039 F: drivers/net/ethernet/dec/tulip/
13042 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
13043 W: http://vtun.sourceforge.net/tun
13045 F: Documentation/networking/tuntap.txt
13046 F: arch/um/os-Linux/drivers/
13048 TURBOCHANNEL SUBSYSTEM
13049 M: "Maciej W. Rozycki" <macro@linux-mips.org>
13050 M: Ralf Baechle <ralf@linux-mips.org>
13051 L: linux-mips@linux-mips.org
13052 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
13055 F: include/linux/tc.h
13057 UBI FILE SYSTEM (UBIFS)
13058 M: Richard Weinberger <richard@nod.at>
13059 M: Artem Bityutskiy <dedekind1@gmail.com>
13060 M: Adrian Hunter <adrian.hunter@intel.com>
13061 L: linux-mtd@lists.infradead.org
13062 T: git git://git.infradead.org/ubifs-2.6.git
13063 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
13065 F: Documentation/filesystems/ubifs.txt
13068 UCLINUX (M68KNOMMU AND COLDFIRE)
13069 M: Greg Ungerer <gerg@linux-m68k.org>
13070 W: http://www.linux-m68k.org/
13071 W: http://www.uclinux.org/
13072 L: linux-m68k@lists.linux-m68k.org
13073 L: uclinux-dev@uclinux.org (subscribers-only)
13074 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
13076 F: arch/m68k/coldfire/
13078 F: arch/m68k/*/*_no.*
13079 F: arch/m68k/include/asm/*_no.*
13082 M: Jan Kara <jack@suse.com>
13084 F: Documentation/filesystems/udf.txt
13088 M: Bastien Nocera <hadess@hadess.net>
13089 L: linux-input@vger.kernel.org
13091 F: drivers/hid/hid-udraw.c
13094 M: Evgeniy Dushistov <dushistov@mail.ru>
13096 F: Documentation/filesystems/ufs.txt
13099 UHID USERSPACE HID IO DRIVER:
13100 M: David Herrmann <dh.herrmann@googlemail.com>
13101 L: linux-input@vger.kernel.org
13103 F: drivers/hid/uhid.c
13104 F: include/uapi/linux/uhid.h
13106 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
13107 L: linux-usb@vger.kernel.org
13110 F: include/linux/uwb.h
13111 F: include/linux/uwb/
13113 UNICORE32 ARCHITECTURE:
13114 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
13115 W: http://mprc.pku.edu.cn/~guanxuetao/linux
13117 T: git git://github.com/gxt/linux.git
13121 M: Tony Finch <dot@dotat.at>
13122 W: http://dotat.at/prog/unifdef
13124 F: scripts/unifdef.c
13126 UNIFORM CDROM DRIVER
13127 M: Jens Axboe <axboe@kernel.dk>
13128 W: http://www.kernel.dk
13130 F: Documentation/cdrom/
13131 F: drivers/cdrom/cdrom.c
13132 F: include/linux/cdrom.h
13133 F: include/uapi/linux/cdrom.h
13135 UNISYS S-PAR DRIVERS
13136 M: David Kershner <david.kershner@unisys.com>
13137 L: sparmaintainer@unisys.com (Unisys internal)
13139 F: drivers/staging/unisys/
13141 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
13142 M: Vinayak Holikatti <vinholikatti@gmail.com>
13143 L: linux-scsi@vger.kernel.org
13145 F: Documentation/scsi/ufs.txt
13146 F: drivers/scsi/ufs/
13148 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
13149 M: Manjunath M Bettegowda <manjumb@synopsys.com>
13150 M: Prabu Thangamuthu <prabut@synopsys.com>
13151 L: linux-scsi@vger.kernel.org
13153 F: drivers/scsi/ufs/*dwc*
13155 UNSORTED BLOCK IMAGES (UBI)
13156 M: Artem Bityutskiy <dedekind1@gmail.com>
13157 M: Richard Weinberger <richard@nod.at>
13158 W: http://www.linux-mtd.infradead.org/
13159 L: linux-mtd@lists.infradead.org
13160 T: git git://git.infradead.org/ubifs-2.6.git
13162 F: drivers/mtd/ubi/
13163 F: include/linux/mtd/ubi.h
13164 F: include/uapi/mtd/ubi-user.h
13167 M: Oliver Neukum <oneukum@suse.com>
13168 L: linux-usb@vger.kernel.org
13170 F: Documentation/usb/acm.txt
13171 F: drivers/usb/class/cdc-acm.*
13173 USB AR5523 WIRELESS DRIVER
13174 M: Pontus Fuchs <pontus.fuchs@gmail.com>
13175 L: linux-wireless@vger.kernel.org
13177 F: drivers/net/wireless/ath/ar5523/
13180 M: Oliver Neukum <oneukum@suse.com>
13181 L: linux-usb@vger.kernel.org
13182 L: linux-scsi@vger.kernel.org
13184 F: drivers/usb/storage/uas.c
13186 USB CDC ETHERNET DRIVER
13187 M: Oliver Neukum <oliver@neukum.org>
13188 L: linux-usb@vger.kernel.org
13190 F: drivers/net/usb/cdc_*.c
13191 F: include/uapi/linux/usb/cdc.h
13193 USB CHAOSKEY DRIVER
13194 M: Keith Packard <keithp@keithp.com>
13195 L: linux-usb@vger.kernel.org
13197 F: drivers/usb/misc/chaoskey.c
13199 USB CYPRESS C67X00 DRIVER
13200 M: Peter Korsgaard <jacmet@sunsite.dk>
13201 L: linux-usb@vger.kernel.org
13203 F: drivers/usb/c67x00/
13205 USB DAVICOM DM9601 DRIVER
13206 M: Peter Korsgaard <jacmet@sunsite.dk>
13207 L: netdev@vger.kernel.org
13208 W: http://www.linux-usb.org/usbnet
13210 F: drivers/net/usb/dm9601.c
13212 USB DIAMOND RIO500 DRIVER
13213 M: Cesar Miquel <miquel@df.uba.ar>
13214 L: rio500-users@lists.sourceforge.net
13215 W: http://rio500.sourceforge.net
13217 F: drivers/usb/misc/rio500*
13220 M: Alan Stern <stern@rowland.harvard.edu>
13221 L: linux-usb@vger.kernel.org
13223 F: Documentation/usb/ehci.txt
13224 F: drivers/usb/host/ehci*
13226 USB GADGET/PERIPHERAL SUBSYSTEM
13227 M: Felipe Balbi <balbi@kernel.org>
13228 L: linux-usb@vger.kernel.org
13229 W: http://www.linux-usb.org/gadget
13230 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13232 F: drivers/usb/gadget/
13233 F: include/linux/usb/gadget*
13235 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
13236 M: Jiri Kosina <jikos@kernel.org>
13237 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
13238 L: linux-usb@vger.kernel.org
13239 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
13241 F: Documentation/hid/hiddev.txt
13242 F: drivers/hid/usbhid/
13245 M: Olav Kongas <ok@artecdesign.ee>
13246 L: linux-usb@vger.kernel.org
13248 F: drivers/usb/host/isp116x*
13249 F: include/linux/usb/isp116x.h
13251 USB LAN78XX ETHERNET DRIVER
13252 M: Woojung Huh <woojung.huh@microchip.com>
13253 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
13254 L: netdev@vger.kernel.org
13256 F: drivers/net/usb/lan78xx.*
13258 USB MASS STORAGE DRIVER
13259 M: Alan Stern <stern@rowland.harvard.edu>
13260 L: linux-usb@vger.kernel.org
13261 L: usb-storage@lists.one-eyed-alien.net
13263 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
13264 F: drivers/usb/storage/
13267 M: Clemens Ladisch <clemens@ladisch.de>
13268 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
13269 T: git git://git.alsa-project.org/alsa-kernel.git
13271 F: sound/usb/midi.*
13273 USB NETWORKING DRIVERS
13274 L: linux-usb@vger.kernel.org
13276 F: drivers/net/usb/
13279 M: Alan Stern <stern@rowland.harvard.edu>
13280 L: linux-usb@vger.kernel.org
13282 F: Documentation/usb/ohci.txt
13283 F: drivers/usb/host/ohci*
13285 USB OTG FSM (Finite State Machine)
13286 M: Peter Chen <Peter.Chen@nxp.com>
13287 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
13288 L: linux-usb@vger.kernel.org
13290 F: drivers/usb/common/usb-otg-fsm.c
13293 M: Valentina Manea <valentina.manea.m@gmail.com>
13294 M: Shuah Khan <shuahkh@osg.samsung.com>
13295 M: Shuah Khan <shuah@kernel.org>
13296 L: linux-usb@vger.kernel.org
13298 F: Documentation/usb/usbip_protocol.txt
13299 F: drivers/usb/usbip/
13300 F: tools/usb/usbip/
13303 M: Petko Manolov <petkan@nucleusys.com>
13304 L: linux-usb@vger.kernel.org
13305 L: netdev@vger.kernel.org
13306 T: git git://github.com/petkan/pegasus.git
13307 W: https://github.com/petkan/pegasus
13309 F: drivers/net/usb/pegasus.*
13312 M: Felipe Balbi <balbi@kernel.org>
13313 L: linux-usb@vger.kernel.org
13314 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13316 F: drivers/usb/phy/
13318 USB PRINTER DRIVER (usblp)
13319 M: Pete Zaitcev <zaitcev@redhat.com>
13320 L: linux-usb@vger.kernel.org
13322 F: drivers/usb/class/usblp.c
13324 USB QMI WWAN NETWORK DRIVER
13325 M: Bjørn Mork <bjorn@mork.no>
13326 L: netdev@vger.kernel.org
13328 F: Documentation/ABI/testing/sysfs-class-net-qmi
13329 F: drivers/net/usb/qmi_wwan.c
13332 M: Petko Manolov <petkan@nucleusys.com>
13333 L: linux-usb@vger.kernel.org
13334 L: netdev@vger.kernel.org
13335 T: git git://github.com/petkan/rtl8150.git
13336 W: https://github.com/petkan/rtl8150
13338 F: drivers/net/usb/rtl8150.c
13340 USB SERIAL SUBSYSTEM
13341 M: Johan Hovold <johan@kernel.org>
13342 L: linux-usb@vger.kernel.org
13343 T: git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
13345 F: Documentation/usb/usb-serial.txt
13346 F: drivers/usb/serial/
13347 F: include/linux/usb/serial.h
13349 USB SMSC75XX ETHERNET DRIVER
13350 M: Steve Glendinning <steve.glendinning@shawell.net>
13351 L: netdev@vger.kernel.org
13353 F: drivers/net/usb/smsc75xx.*
13355 USB SMSC95XX ETHERNET DRIVER
13356 M: Steve Glendinning <steve.glendinning@shawell.net>
13357 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
13358 L: netdev@vger.kernel.org
13360 F: drivers/net/usb/smsc95xx.*
13363 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13364 L: linux-usb@vger.kernel.org
13365 W: http://www.linux-usb.org
13366 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
13368 F: Documentation/devicetree/bindings/usb/
13369 F: Documentation/usb/
13371 F: include/linux/usb.h
13372 F: include/linux/usb/
13374 USB TYPEC SUBSYSTEM
13375 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
13376 L: linux-usb@vger.kernel.org
13378 F: Documentation/ABI/testing/sysfs-class-typec
13379 F: Documentation/usb/typec.rst
13380 F: drivers/usb/typec/
13381 F: include/linux/usb/typec.h
13384 M: Alan Stern <stern@rowland.harvard.edu>
13385 L: linux-usb@vger.kernel.org
13387 F: drivers/usb/host/uhci*
13389 USB "USBNET" DRIVER FRAMEWORK
13390 M: Oliver Neukum <oneukum@suse.com>
13391 L: netdev@vger.kernel.org
13392 W: http://www.linux-usb.org/usbnet
13394 F: drivers/net/usb/usbnet.c
13395 F: include/linux/usb/usbnet.h
13398 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13399 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
13400 L: linux-media@vger.kernel.org
13401 T: git git://linuxtv.org/media_tree.git
13402 W: http://www.ideasonboard.org/uvc/
13404 F: drivers/media/usb/uvc/
13405 F: include/uapi/linux/uvcvideo.h
13408 M: Hans Verkuil <hverkuil@xs4all.nl>
13409 L: linux-media@vger.kernel.org
13410 T: git git://linuxtv.org/media_tree.git
13411 W: https://linuxtv.org
13413 F: drivers/media/usb/usbvision/
13416 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13417 L: linux-usb@vger.kernel.org
13419 F: drivers/usb/gadget/function/*uvc*
13420 F: drivers/usb/gadget/legacy/webcam.c
13422 USB WIRELESS RNDIS DRIVER (rndis_wlan)
13423 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
13424 L: linux-wireless@vger.kernel.org
13426 F: drivers/net/wireless/rndis_wlan.c
13429 M: Mathias Nyman <mathias.nyman@intel.com>
13430 L: linux-usb@vger.kernel.org
13432 F: drivers/usb/host/xhci*
13433 F: drivers/usb/host/pci-quirks*
13436 L: linux-wireless@vger.kernel.org
13437 W: http://linux-lc100020.sourceforge.net
13439 F: drivers/net/wireless/zydas/zd1201.*
13442 M: Antoine Jacquet <royale@zerezo.com>
13443 L: linux-usb@vger.kernel.org
13444 L: linux-media@vger.kernel.org
13445 T: git git://linuxtv.org/media_tree.git
13446 W: http://royale.zerezo.com/zr364xx/
13448 F: Documentation/media/v4l-drivers/zr364xx*
13449 F: drivers/media/usb/zr364xx/
13452 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
13453 L: linux-usb@vger.kernel.org
13455 F: drivers/usb/common/ulpi.c
13456 F: include/linux/ulpi/
13458 USER-MODE LINUX (UML)
13459 M: Jeff Dike <jdike@addtoit.com>
13460 M: Richard Weinberger <richard@nod.at>
13461 L: user-mode-linux-devel@lists.sourceforge.net
13462 L: user-mode-linux-user@lists.sourceforge.net
13463 W: http://user-mode-linux.sourceforge.net
13464 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
13466 F: Documentation/virtual/uml/
13472 USERSPACE I/O (UIO)
13473 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13475 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
13476 F: Documentation/driver-api/uio-howto.rst
13478 F: include/linux/uio*.h
13481 M: Karel Zak <kzak@redhat.com>
13482 L: util-linux@vger.kernel.org
13483 W: http://en.wikipedia.org/wiki/Util-linux
13484 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
13488 M: Michal Januszewski <spock@gentoo.org>
13489 L: linux-fbdev@vger.kernel.org
13490 W: http://dev.gentoo.org/~spock/projects/uvesafb/
13492 F: Documentation/fb/uvesafb.txt
13493 F: drivers/video/fbdev/uvesafb.*
13496 M: Stefan Agner <stefan@agner.ch>
13497 L: linux-mtd@lists.infradead.org
13499 F: drivers/mtd/nand/vf610_nfc.c
13501 VFAT/FAT/MSDOS FILESYSTEM
13502 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
13504 F: Documentation/filesystems/vfat.txt
13508 M: Alex Williamson <alex.williamson@redhat.com>
13509 L: kvm@vger.kernel.org
13510 T: git git://github.com/awilliam/linux-vfio.git
13512 F: Documentation/vfio.txt
13514 F: include/linux/vfio.h
13515 F: include/uapi/linux/vfio.h
13517 VFIO MEDIATED DEVICE DRIVERS
13518 M: Kirti Wankhede <kwankhede@nvidia.com>
13519 L: kvm@vger.kernel.org
13521 F: Documentation/vfio-mediated-device.txt
13522 F: drivers/vfio/mdev/
13523 F: include/linux/mdev.h
13524 F: samples/vfio-mdev/
13526 VFIO PLATFORM DRIVER
13527 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
13528 L: kvm@vger.kernel.org
13530 F: drivers/vfio/platform/
13533 R: Lukas Wunner <lukas@wunner.de>
13535 F: Documentation/gpu/vga-switcheroo.rst
13536 F: drivers/gpu/vga/vga_switcheroo.c
13537 F: include/linux/vga_switcheroo.h
13538 T: git git://anongit.freedesktop.org/drm/drm-misc
13540 VIDEOBUF2 FRAMEWORK
13541 M: Pawel Osciak <pawel@osciak.com>
13542 M: Marek Szyprowski <m.szyprowski@samsung.com>
13543 M: Kyungmin Park <kyungmin.park@samsung.com>
13544 L: linux-media@vger.kernel.org
13546 F: drivers/media/v4l2-core/videobuf2-*
13547 F: include/media/videobuf2-*
13549 VIRTIO AND VHOST VSOCK DRIVER
13550 M: Stefan Hajnoczi <stefanha@redhat.com>
13551 L: kvm@vger.kernel.org
13552 L: virtualization@lists.linux-foundation.org
13553 L: netdev@vger.kernel.org
13555 F: include/linux/virtio_vsock.h
13556 F: include/uapi/linux/virtio_vsock.h
13557 F: include/uapi/linux/vsockmon.h
13558 F: net/vmw_vsock/af_vsock_tap.c
13559 F: net/vmw_vsock/virtio_transport_common.c
13560 F: net/vmw_vsock/virtio_transport.c
13561 F: drivers/net/vsockmon.c
13562 F: drivers/vhost/vsock.c
13563 F: drivers/vhost/vsock.h
13565 VIRTUAL SERIO DEVICE DRIVER
13566 M: Stephen Chandler Paul <thatslyude@gmail.com>
13568 F: drivers/input/serio/userio.c
13569 F: include/uapi/linux/userio.h
13571 VIRTIO CONSOLE DRIVER
13572 M: Amit Shah <amit@kernel.org>
13573 L: virtualization@lists.linux-foundation.org
13575 F: drivers/char/virtio_console.c
13576 F: include/linux/virtio_console.h
13577 F: include/uapi/linux/virtio_console.h
13579 VIRTIO CORE, NET AND BLOCK DRIVERS
13580 M: "Michael S. Tsirkin" <mst@redhat.com>
13581 M: Jason Wang <jasowang@redhat.com>
13582 L: virtualization@lists.linux-foundation.org
13584 F: Documentation/devicetree/bindings/virtio/
13587 F: drivers/net/virtio_net.c
13588 F: drivers/block/virtio_blk.c
13589 F: include/linux/virtio*.h
13590 F: include/uapi/linux/virtio_*.h
13591 F: drivers/crypto/virtio/
13593 VIRTIO DRIVERS FOR S390
13594 M: Cornelia Huck <cornelia.huck@de.ibm.com>
13595 M: Halil Pasic <pasic@linux.vnet.ibm.com>
13596 L: linux-s390@vger.kernel.org
13597 L: virtualization@lists.linux-foundation.org
13598 L: kvm@vger.kernel.org
13600 F: drivers/s390/virtio/
13603 M: David Airlie <airlied@linux.ie>
13604 M: Gerd Hoffmann <kraxel@redhat.com>
13605 L: dri-devel@lists.freedesktop.org
13606 L: virtualization@lists.linux-foundation.org
13607 T: git git://anongit.freedesktop.org/drm/drm-misc
13609 F: drivers/gpu/drm/virtio/
13610 F: include/uapi/linux/virtio_gpu.h
13612 VIRTIO HOST (VHOST)
13613 M: "Michael S. Tsirkin" <mst@redhat.com>
13614 M: Jason Wang <jasowang@redhat.com>
13615 L: kvm@vger.kernel.org
13616 L: virtualization@lists.linux-foundation.org
13617 L: netdev@vger.kernel.org
13618 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
13621 F: include/uapi/linux/vhost.h
13623 VIRTIO INPUT DRIVER
13624 M: Gerd Hoffmann <kraxel@redhat.com>
13626 F: drivers/virtio/virtio_input.c
13627 F: include/uapi/linux/virtio_input.h
13629 VIRTIO CRYPTO DRIVER
13630 M: Gonglei <arei.gonglei@huawei.com>
13631 L: virtualization@lists.linux-foundation.org
13632 L: linux-crypto@vger.kernel.org
13634 F: drivers/crypto/virtio/
13635 F: include/uapi/linux/virtio_crypto.h
13637 VIA RHINE NETWORK DRIVER
13639 F: drivers/net/ethernet/via/via-rhine.c
13641 VIA SD/MMC CARD CONTROLLER DRIVER
13642 M: Bruce Chang <brucechang@via.com.tw>
13643 M: Harald Welte <HaraldWelte@viatech.com>
13645 F: drivers/mmc/host/via-sdmmc.c
13647 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
13648 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
13649 L: linux-fbdev@vger.kernel.org
13651 F: include/linux/via-core.h
13652 F: include/linux/via-gpio.h
13653 F: include/linux/via_i2c.h
13654 F: drivers/video/fbdev/via/
13656 VIA VELOCITY NETWORK DRIVER
13657 M: Francois Romieu <romieu@fr.zoreil.com>
13658 L: netdev@vger.kernel.org
13660 F: drivers/net/ethernet/via/via-velocity.*
13663 M: Alex Williamson <alex.williamson@redhat.com>
13664 M: Paolo Bonzini <pbonzini@redhat.com>
13665 L: kvm@vger.kernel.org
13669 VIVID VIRTUAL VIDEO DRIVER
13670 M: Hans Verkuil <hverkuil@xs4all.nl>
13671 L: linux-media@vger.kernel.org
13672 T: git git://linuxtv.org/media_tree.git
13673 W: https://linuxtv.org
13675 F: drivers/media/platform/vivid/*
13677 VIMC VIRTUAL MEDIA CONTROLLER DRIVER
13678 M: Helen Koike <helen.koike@collabora.com>
13679 L: linux-media@vger.kernel.org
13680 T: git git://linuxtv.org/media_tree.git
13681 W: https://linuxtv.org
13683 F: drivers/media/platform/vimc/*
13686 M: Florian Fainelli <f.fainelli@gmail.com>
13687 L: openwrt-devel@lists.openwrt.org (subscribers-only)
13689 F: drivers/vlynq/vlynq.c
13690 F: include/linux/vlynq.h
13693 M: Martyn Welch <martyn@welchs.me.uk>
13694 M: Manohar Vanga <manohar.vanga@gmail.com>
13695 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13696 L: devel@driverdev.osuosl.org
13698 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
13699 F: Documentation/driver-api/vme.rst
13700 F: drivers/staging/vme/
13702 F: include/linux/vme*
13704 VMWARE HYPERVISOR INTERFACE
13705 M: Alok Kataria <akataria@vmware.com>
13706 L: virtualization@lists.linux-foundation.org
13708 F: arch/x86/kernel/cpu/vmware.c
13710 VMWARE BALLOON DRIVER
13711 M: Xavier Deguillard <xdeguillard@vmware.com>
13712 M: Philip Moltmann <moltmann@vmware.com>
13713 M: "VMware, Inc." <pv-drivers@vmware.com>
13714 L: linux-kernel@vger.kernel.org
13716 F: drivers/misc/vmw_balloon.c
13718 VMWARE VMMOUSE SUBDRIVER
13719 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
13720 M: "VMware, Inc." <pv-drivers@vmware.com>
13721 L: linux-input@vger.kernel.org
13723 F: drivers/input/mouse/vmmouse.c
13724 F: drivers/input/mouse/vmmouse.h
13726 VMWARE VMXNET3 ETHERNET DRIVER
13727 M: Shrikrishna Khare <skhare@vmware.com>
13728 M: "VMware, Inc." <pv-drivers@vmware.com>
13729 L: netdev@vger.kernel.org
13731 F: drivers/net/vmxnet3/
13733 VMware PVSCSI driver
13734 M: Jim Gill <jgill@vmware.com>
13735 M: VMware PV-Drivers <pv-drivers@vmware.com>
13736 L: linux-scsi@vger.kernel.org
13738 F: drivers/scsi/vmw_pvscsi.c
13739 F: drivers/scsi/vmw_pvscsi.h
13741 VMWARE PVRDMA DRIVER
13742 M: Adit Ranadive <aditr@vmware.com>
13743 M: VMware PV-Drivers <pv-drivers@vmware.com>
13744 L: linux-rdma@vger.kernel.org
13746 F: drivers/infiniband/hw/vmw_pvrdma/
13748 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
13749 M: Liam Girdwood <lgirdwood@gmail.com>
13750 M: Mark Brown <broonie@kernel.org>
13751 L: linux-kernel@vger.kernel.org
13752 W: http://www.slimlogic.co.uk/?p=48
13753 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
13755 F: Documentation/devicetree/bindings/regulator/
13756 F: drivers/regulator/
13757 F: include/dt-bindings/regulator/
13758 F: include/linux/regulator/
13761 M: David Ahern <dsa@cumulusnetworks.com>
13762 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
13763 L: netdev@vger.kernel.org
13765 F: drivers/net/vrf.c
13766 F: Documentation/networking/vrf.txt
13768 VT1211 HARDWARE MONITOR DRIVER
13769 M: Juerg Haefliger <juergh@gmail.com>
13770 L: linux-hwmon@vger.kernel.org
13772 F: Documentation/hwmon/vt1211
13773 F: drivers/hwmon/vt1211.c
13775 VT8231 HARDWARE MONITOR DRIVER
13776 M: Roger Lucas <vt8231@hiddenengine.co.uk>
13777 L: linux-hwmon@vger.kernel.org
13779 F: drivers/hwmon/vt8231.c
13781 VUB300 USB to SDIO/SD/MMC bridge chip
13782 M: Tony Olech <tony.olech@elandigitalsystems.com>
13783 L: linux-mmc@vger.kernel.org
13784 L: linux-usb@vger.kernel.org
13786 F: drivers/mmc/host/vub300.c
13788 W1 DALLAS'S 1-WIRE BUS
13789 M: Evgeniy Polyakov <zbr@ioremap.net>
13791 F: Documentation/w1/
13794 W83791D HARDWARE MONITORING DRIVER
13795 M: Marc Hulsman <m.hulsman@tudelft.nl>
13796 L: linux-hwmon@vger.kernel.org
13798 F: Documentation/hwmon/w83791d
13799 F: drivers/hwmon/w83791d.c
13801 W83793 HARDWARE MONITORING DRIVER
13802 M: Rudolf Marek <r.marek@assembler.cz>
13803 L: linux-hwmon@vger.kernel.org
13805 F: Documentation/hwmon/w83793
13806 F: drivers/hwmon/w83793.c
13808 W83795 HARDWARE MONITORING DRIVER
13809 M: Jean Delvare <jdelvare@suse.com>
13810 L: linux-hwmon@vger.kernel.org
13812 F: drivers/hwmon/w83795.c
13814 W83L51xD SD/MMC CARD INTERFACE DRIVER
13815 M: Pierre Ossman <pierre@ossman.eu>
13817 F: drivers/mmc/host/wbsd.*
13819 WACOM PROTOCOL 4 SERIAL TABLETS
13820 M: Julian Squires <julian@cipht.net>
13821 M: Hans de Goede <hdegoede@redhat.com>
13822 L: linux-input@vger.kernel.org
13824 F: drivers/input/tablet/wacom_serial4.c
13826 WATCHDOG DEVICE DRIVERS
13827 M: Wim Van Sebroeck <wim@iguana.be>
13828 R: Guenter Roeck <linux@roeck-us.net>
13829 L: linux-watchdog@vger.kernel.org
13830 W: http://www.linux-watchdog.org/
13831 T: git git://www.linux-watchdog.org/linux-watchdog.git
13833 F: Documentation/devicetree/bindings/watchdog/
13834 F: Documentation/watchdog/
13835 F: drivers/watchdog/
13836 F: include/linux/watchdog.h
13837 F: include/uapi/linux/watchdog.h
13840 M: David Herrmann <dh.herrmann@googlemail.com>
13841 L: linux-input@vger.kernel.org
13843 F: drivers/hid/hid-wiimote*
13846 M: David Härdeman <david@hardeman.nu>
13848 F: drivers/media/rc/winbond-cir.c
13850 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13851 M: William Breathitt Gray <vilhelm.gray@gmail.com>
13852 L: linux-watchdog@vger.kernel.org
13854 F: drivers/watchdog/ebc-c384_wdt.c
13856 WINSYSTEMS WS16C48 GPIO DRIVER
13857 M: William Breathitt Gray <vilhelm.gray@gmail.com>
13858 L: linux-gpio@vger.kernel.org
13860 F: drivers/gpio/gpio-ws16c48.c
13863 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
13864 M: linux-wimax@intel.com
13865 L: wimax@linuxwimax.org (subscribers-only)
13867 W: http://linuxwimax.org
13868 F: Documentation/wimax/README.wimax
13869 F: include/linux/wimax/debug.h
13870 F: include/net/wimax.h
13871 F: include/uapi/linux/wimax.h
13874 WISTRON LAPTOP BUTTON DRIVER
13875 M: Miloslav Trmac <mitr@volny.cz>
13877 F: drivers/input/misc/wistron_btns.c
13879 WL3501 WIRELESS PCMCIA CARD DRIVER
13880 L: linux-wireless@vger.kernel.org
13882 F: drivers/net/wireless/wl3501*
13884 WOLFSON MICROELECTRONICS DRIVERS
13885 L: patches@opensource.wolfsonmicro.com
13886 T: git https://github.com/CirrusLogic/linux-drivers.git
13887 W: https://github.com/CirrusLogic/linux-drivers/wiki
13889 F: Documentation/hwmon/wm83??
13890 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13891 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13892 F: Documentation/devicetree/bindings/mfd/arizona.txt
13893 F: Documentation/devicetree/bindings/mfd/wm831x.txt
13894 F: arch/arm/mach-s3c64xx/mach-crag6410*
13895 F: drivers/clk/clk-wm83*.c
13896 F: drivers/extcon/extcon-arizona.c
13897 F: drivers/leds/leds-wm83*.c
13898 F: drivers/gpio/gpio-*wm*.c
13899 F: drivers/gpio/gpio-arizona.c
13900 F: drivers/hwmon/wm83??-hwmon.c
13901 F: drivers/input/misc/wm831x-on.c
13902 F: drivers/input/touchscreen/wm831x-ts.c
13903 F: drivers/input/touchscreen/wm97*.c
13904 F: drivers/mfd/arizona*
13905 F: drivers/mfd/wm*.c
13906 F: drivers/mfd/cs47l24*
13907 F: drivers/power/supply/wm83*.c
13908 F: drivers/rtc/rtc-wm83*.c
13909 F: drivers/regulator/wm8*.c
13910 F: drivers/regulator/arizona*
13911 F: drivers/video/backlight/wm83*_bl.c
13912 F: drivers/watchdog/wm83*_wdt.c
13913 F: include/linux/mfd/arizona/
13914 F: include/linux/mfd/wm831x/
13915 F: include/linux/mfd/wm8350/
13916 F: include/linux/mfd/wm8400*
13917 F: include/linux/regulator/arizona*
13918 F: include/linux/wm97xx.h
13919 F: include/sound/wm????.h
13920 F: sound/soc/codecs/arizona.?
13921 F: sound/soc/codecs/wm*
13922 F: sound/soc/codecs/cs47l24*
13925 M: Tejun Heo <tj@kernel.org>
13926 R: Lai Jiangshan <jiangshanlai@gmail.com>
13927 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13929 F: include/linux/workqueue.h
13930 F: kernel/workqueue.c
13931 F: Documentation/core-api/workqueue.rst
13933 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13934 M: Chen-Yu Tsai <wens@csie.org>
13935 L: linux-kernel@vger.kernel.org
13940 M: Andrew Hendry <andrew.hendry@gmail.com>
13941 L: linux-x25@vger.kernel.org
13943 F: Documentation/networking/x25*
13944 F: include/net/x25*
13947 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13948 M: Thomas Gleixner <tglx@linutronix.de>
13949 M: Ingo Molnar <mingo@redhat.com>
13950 M: "H. Peter Anvin" <hpa@zytor.com>
13952 L: linux-kernel@vger.kernel.org
13953 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13955 F: Documentation/x86/
13958 X86 PLATFORM DRIVERS
13959 M: Darren Hart <dvhart@infradead.org>
13960 M: Andy Shevchenko <andy@infradead.org>
13961 L: platform-driver-x86@vger.kernel.org
13962 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13964 F: drivers/platform/x86/
13965 F: drivers/platform/olpc/
13967 X86 MCE INFRASTRUCTURE
13968 M: Tony Luck <tony.luck@intel.com>
13969 M: Borislav Petkov <bp@alien8.de>
13970 L: linux-edac@vger.kernel.org
13972 F: arch/x86/kernel/cpu/mcheck/*
13974 X86 MICROCODE UPDATE SUPPORT
13975 M: Borislav Petkov <bp@alien8.de>
13977 F: arch/x86/kernel/cpu/microcode/*
13980 M: Andy Lutomirski <luto@amacapital.net>
13981 L: linux-kernel@vger.kernel.org
13982 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13984 F: arch/x86/entry/vdso/
13986 XC2028/3028 TUNER DRIVER
13987 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
13988 M: Mauro Carvalho Chehab <mchehab@kernel.org>
13989 L: linux-media@vger.kernel.org
13990 W: https://linuxtv.org
13991 T: git git://linuxtv.org/media_tree.git
13993 F: drivers/media/tuners/tuner-xc2028.*
13995 XEN HYPERVISOR INTERFACE
13996 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
13997 M: Juergen Gross <jgross@suse.com>
13998 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13999 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
14002 F: drivers/*/xen-*front.c
14004 F: arch/x86/include/asm/xen/
14006 F: include/uapi/xen/
14009 M: Stefano Stabellini <sstabellini@kernel.org>
14010 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14013 F: arch/arm/include/asm/xen/
14015 XEN HYPERVISOR ARM64
14016 M: Stefano Stabellini <sstabellini@kernel.org>
14017 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14020 F: arch/arm64/include/asm/xen/
14022 XEN NETWORK BACKEND DRIVER
14023 M: Wei Liu <wei.liu2@citrix.com>
14024 M: Paul Durrant <paul.durrant@citrix.com>
14025 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14026 L: netdev@vger.kernel.org
14028 F: drivers/net/xen-netback/*
14031 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14032 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14034 F: arch/x86/pci/*xen*
14035 F: drivers/pci/*xen*
14037 XEN BLOCK SUBSYSTEM
14038 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14039 M: Roger Pau Monné <roger.pau@citrix.com>
14040 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14042 F: drivers/block/xen-blkback/*
14043 F: drivers/block/xen*
14046 M: Juergen Gross <jgross@suse.com>
14047 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14048 L: linux-scsi@vger.kernel.org
14050 F: drivers/scsi/xen-scsifront.c
14051 F: drivers/xen/xen-scsiback.c
14052 F: include/xen/interface/io/vscsiif.h
14054 XEN SWIOTLB SUBSYSTEM
14055 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14056 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14058 F: arch/x86/xen/*swiotlb*
14059 F: drivers/xen/*swiotlb*
14062 M: Darrick J. Wong <darrick.wong@oracle.com>
14063 M: linux-xfs@vger.kernel.org
14064 L: linux-xfs@vger.kernel.org
14066 T: git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
14068 F: Documentation/filesystems/xfs.txt
14071 XILINX AXI ETHERNET DRIVER
14072 M: Anirudha Sarangi <anirudh@xilinx.com>
14073 M: John Linn <John.Linn@xilinx.com>
14075 F: drivers/net/ethernet/xilinx/xilinx_axienet*
14077 XILINX UARTLITE SERIAL DRIVER
14078 M: Peter Korsgaard <jacmet@sunsite.dk>
14079 L: linux-serial@vger.kernel.org
14081 F: drivers/tty/serial/uartlite.c
14083 XILINX VIDEO IP CORES
14084 M: Hyun Kwon <hyun.kwon@xilinx.com>
14085 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
14086 L: linux-media@vger.kernel.org
14087 T: git git://linuxtv.org/media_tree.git
14089 F: Documentation/devicetree/bindings/media/xilinx/
14090 F: drivers/media/platform/xilinx/
14091 F: include/uapi/linux/xilinx-v4l2-controls.h
14094 M: Eli Billauer <eli.billauer@gmail.com>
14095 L: linux-kernel@vger.kernel.org
14097 F: drivers/char/xillybus/
14099 XTENSA XTFPGA PLATFORM SUPPORT
14100 M: Max Filippov <jcmvbkbc@gmail.com>
14101 L: linux-xtensa@linux-xtensa.org
14103 F: drivers/spi/spi-xtensa-xtfpga.c
14104 F: sound/soc/xtensa/xtfpga-i2s.c
14106 YAM DRIVER FOR AX.25
14107 M: Jean-Paul Roubelat <jpr@f6fbb.org>
14108 L: linux-hams@vger.kernel.org
14110 F: drivers/net/hamradio/yam*
14111 F: include/linux/yam.h
14113 YEALINK PHONE DRIVER
14114 M: Henk Vergonet <Henk.Vergonet@gmail.com>
14115 L: usbb2k-api-dev@nongnu.org
14117 F: Documentation/input/yealink.rst
14118 F: drivers/input/misc/yealink.*
14120 Z8530 DRIVER FOR AX.25
14121 M: Joerg Reuter <jreuter@yaina.de>
14122 W: http://yaina.de/jreuter/
14123 W: http://www.qsl.net/dl1bke/
14124 L: linux-hams@vger.kernel.org
14126 F: Documentation/networking/z8530drv.txt
14127 F: drivers/net/hamradio/*scc.c
14128 F: drivers/net/hamradio/z8530.h
14130 ZBUD COMPRESSED PAGE ALLOCATOR
14131 M: Seth Jennings <sjenning@redhat.com>
14132 M: Dan Streetman <ddstreet@ieee.org>
14133 L: linux-mm@kvack.org
14136 F: include/linux/zbud.h
14138 ZD1211RW WIRELESS DRIVER
14139 M: Daniel Drake <dsd@gentoo.org>
14140 M: Ulrich Kunitz <kune@deine-taler.de>
14141 W: http://zd1211.ath.cx/wiki/DriverRewrite
14142 L: linux-wireless@vger.kernel.org
14143 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
14145 F: drivers/net/wireless/zydas/zd1211rw/
14147 ZD1301_DEMOD MEDIA DRIVER
14148 M: Antti Palosaari <crope@iki.fi>
14149 L: linux-media@vger.kernel.org
14150 W: https://linuxtv.org/
14151 W: http://palosaari.fi/linux/
14152 Q: https://patchwork.linuxtv.org/project/linux-media/list/
14154 F: drivers/media/dvb-frontends/zd1301_demod*
14156 ZD1301 MEDIA DRIVER
14157 M: Antti Palosaari <crope@iki.fi>
14158 L: linux-media@vger.kernel.org
14159 W: https://linuxtv.org/
14160 W: http://palosaari.fi/linux/
14161 Q: https://patchwork.linuxtv.org/project/linux-media/list/
14163 F: drivers/media/usb/dvb-usb-v2/zd1301*
14165 ZPOOL COMPRESSED PAGE STORAGE API
14166 M: Dan Streetman <ddstreet@ieee.org>
14167 L: linux-mm@kvack.org
14170 F: include/linux/zpool.h
14172 ZR36067 VIDEO FOR LINUX DRIVER
14173 L: mjpeg-users@lists.sourceforge.net
14174 L: linux-media@vger.kernel.org
14175 W: http://mjpeg.sourceforge.net/driver-zoran/
14176 T: hg https://linuxtv.org/hg/v4l-dvb
14178 F: drivers/media/pci/zoran/
14180 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
14181 M: Minchan Kim <minchan@kernel.org>
14182 M: Nitin Gupta <ngupta@vflare.org>
14183 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
14184 L: linux-kernel@vger.kernel.org
14186 F: drivers/block/zram/
14187 F: Documentation/blockdev/zram.txt
14189 ZS DECSTATION Z85C30 SERIAL DRIVER
14190 M: "Maciej W. Rozycki" <macro@linux-mips.org>
14192 F: drivers/tty/serial/zs.*
14194 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
14195 M: Minchan Kim <minchan@kernel.org>
14196 M: Nitin Gupta <ngupta@vflare.org>
14197 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
14198 L: linux-mm@kvack.org
14201 F: include/linux/zsmalloc.h
14202 F: Documentation/vm/zsmalloc.txt
14204 ZSWAP COMPRESSED SWAP CACHING
14205 M: Seth Jennings <sjenning@redhat.com>
14206 M: Dan Streetman <ddstreet@ieee.org>
14207 L: linux-mm@kvack.org
14212 M: Linus Torvalds <torvalds@linux-foundation.org>
14213 L: linux-kernel@vger.kernel.org
14214 Q: http://patchwork.kernel.org/project/LKML/list/
14215 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
14216 S: Buried alive in reporters