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/platform_data/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: Alexander Sverdlin <alexander.sverdlin@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/boot/dts/armada*
1495 F: arch/arm/boot/dts/kirkwood*
1496 F: arch/arm/configs/mvebu_*_defconfig
1497 F: arch/arm/mach-mvebu/
1498 F: arch/arm64/boot/dts/marvell/armada*
1499 F: drivers/cpufreq/mvebu-cpufreq.c
1500 F: drivers/irqchip/irq-armada-370-xp.c
1501 F: drivers/irqchip/irq-mvebu-*
1502 F: drivers/rtc/rtc-armada38x.c
1504 ARM/Marvell Berlin SoC support
1505 M: Jisheng Zhang <jszhang@marvell.com>
1506 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1507 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1509 F: arch/arm/mach-berlin/
1510 F: arch/arm/boot/dts/berlin*
1511 F: arch/arm64/boot/dts/marvell/berlin*
1514 ARM/Marvell Dove/MV78xx0/Orion SOC support
1515 M: Jason Cooper <jason@lakedaemon.net>
1516 M: Andrew Lunn <andrew@lunn.ch>
1517 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1518 M: Gregory Clement <gregory.clement@free-electrons.com>
1519 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1521 F: Documentation/devicetree/bindings/soc/dove/
1522 F: arch/arm/mach-dove/
1523 F: arch/arm/mach-mv78xx0/
1524 F: arch/arm/mach-orion5x/
1525 F: arch/arm/plat-orion/
1526 F: arch/arm/boot/dts/dove*
1527 F: arch/arm/boot/dts/orion5x*
1530 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1531 M: Alexander Clouter <alex@digriz.org.uk>
1532 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1533 W: http://www.digriz.org.uk/ts78xx/kernel
1535 F: arch/arm/mach-orion5x/ts78xx-*
1537 ARM/OXNAS platform support
1538 M: Neil Armstrong <narmstrong@baylibre.com>
1539 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1540 L: linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1542 F: arch/arm/mach-oxnas/
1543 F: arch/arm/boot/dts/ox8*.dtsi
1544 F: arch/arm/boot/dts/wd-mbwe.dts
1545 F: arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
1548 ARM/Mediatek RTC DRIVER
1549 M: Eddie Huang <eddie.huang@mediatek.com>
1550 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1551 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1553 F: drivers/rtc/rtc-mt6397.c
1555 ARM/Mediatek SoC support
1556 M: Matthias Brugger <matthias.bgg@gmail.com>
1557 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1558 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1560 F: arch/arm/boot/dts/mt6*
1561 F: arch/arm/boot/dts/mt7*
1562 F: arch/arm/boot/dts/mt8*
1563 F: arch/arm/mach-mediatek/
1564 F: arch/arm64/boot/dts/mediatek/
1568 ARM/Mediatek USB3 PHY DRIVER
1569 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1570 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1571 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1573 F: drivers/phy/phy-mt65xx-usb3.c
1575 ARM/MICREL KS8695 ARCHITECTURE
1576 M: Greg Ungerer <gerg@uclinux.org>
1577 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1578 F: arch/arm/mach-ks8695/
1581 ARM/MIOA701 MACHINE SUPPORT
1582 M: Robert Jarzmik <robert.jarzmik@free.fr>
1583 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1584 F: arch/arm/mach-pxa/mioa701.c
1587 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1588 M: Michael Petchkovsky <mkpetch@internode.on.net>
1591 ARM/NOMADIK ARCHITECTURE
1592 M: Alessandro Rubini <rubini@unipv.it>
1593 M: Linus Walleij <linus.walleij@linaro.org>
1594 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1596 F: arch/arm/mach-nomadik/
1597 F: drivers/pinctrl/nomadik/
1598 F: drivers/i2c/busses/i2c-nomadik.c
1599 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1601 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1602 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1603 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1604 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1607 ARM/TOSA MACHINE SUPPORT
1608 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1609 M: Dirk Opfer <dirk@opfer-online.de>
1612 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1613 M: Marek Vasut <marek.vasut@gmail.com>
1614 L: linux-arm-kernel@lists.infradead.org
1615 W: http://hackndev.com
1617 F: arch/arm/mach-pxa/include/mach/palmtx.h
1618 F: arch/arm/mach-pxa/palmtx.c
1619 F: arch/arm/mach-pxa/include/mach/palmt5.h
1620 F: arch/arm/mach-pxa/palmt5.c
1621 F: arch/arm/mach-pxa/include/mach/palmld.h
1622 F: arch/arm/mach-pxa/palmld.c
1623 F: arch/arm/mach-pxa/include/mach/palmte2.h
1624 F: arch/arm/mach-pxa/palmte2.c
1625 F: arch/arm/mach-pxa/include/mach/palmtc.h
1626 F: arch/arm/mach-pxa/palmtc.c
1628 ARM/PALM TREO SUPPORT
1629 M: Tomas Cech <sleep_walker@suse.com>
1630 L: linux-arm-kernel@lists.infradead.org
1631 W: http://hackndev.com
1633 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1634 F: arch/arm/mach-pxa/palmtreo.c
1637 M: Sergey Lapin <slapin@ossfans.org>
1638 L: linux-arm-kernel@lists.infradead.org
1639 W: http://hackndev.com
1641 F: arch/arm/mach-pxa/include/mach/palmz72.h
1642 F: arch/arm/mach-pxa/palmz72.c
1645 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1646 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1649 ARM/PT DIGITAL BOARD PORT
1650 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1651 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1652 W: http://www.armlinux.org.uk/
1655 ARM/QUALCOMM SUPPORT
1656 M: Andy Gross <andy.gross@linaro.org>
1657 M: David Brown <david.brown@linaro.org>
1658 L: linux-arm-msm@vger.kernel.org
1659 L: linux-soc@vger.kernel.org
1661 F: Documentation/devicetree/bindings/soc/qcom/
1662 F: arch/arm/boot/dts/qcom-*.dts
1663 F: arch/arm/boot/dts/qcom-*.dtsi
1664 F: arch/arm/mach-qcom/
1665 F: arch/arm64/boot/dts/qcom/*
1666 F: drivers/i2c/busses/i2c-qup.c
1667 F: drivers/clk/qcom/
1668 F: drivers/pinctrl/qcom/
1669 F: drivers/dma/qcom/
1670 F: drivers/soc/qcom/
1671 F: drivers/spi/spi-qup.c
1672 F: drivers/tty/serial/msm_serial.h
1673 F: drivers/tty/serial/msm_serial.c
1674 F: drivers/*/pm8???-*
1675 F: drivers/mfd/ssbi.c
1676 F: drivers/firmware/qcom_scm.c
1677 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1679 ARM/RADISYS ENP2611 MACHINE SUPPORT
1680 M: Lennert Buytenhek <kernel@wantstofly.org>
1681 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1684 ARM/RENESAS ARM64 ARCHITECTURE
1685 M: Simon Horman <horms@verge.net.au>
1686 M: Magnus Damm <magnus.damm@gmail.com>
1687 L: linux-renesas-soc@vger.kernel.org
1688 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1689 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1691 F: arch/arm64/boot/dts/renesas/
1692 F: drivers/soc/renesas/
1693 F: include/linux/soc/renesas/
1695 ARM/RISCPC ARCHITECTURE
1696 M: Russell King <linux@armlinux.org.uk>
1697 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1698 W: http://www.armlinux.org.uk/
1700 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1701 F: arch/arm/include/asm/hardware/ioc.h
1702 F: arch/arm/include/asm/hardware/iomd.h
1703 F: arch/arm/include/asm/hardware/memc.h
1704 F: arch/arm/mach-rpc/
1705 F: drivers/net/ethernet/8390/etherh.c
1706 F: drivers/net/ethernet/i825xx/ether1*
1707 F: drivers/net/ethernet/seeq/ether3*
1708 F: drivers/scsi/arm/
1710 ARM/Rockchip SoC support
1711 M: Heiko Stuebner <heiko@sntech.de>
1712 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1713 L: linux-rockchip@lists.infradead.org
1714 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1716 F: arch/arm/boot/dts/rk3*
1717 F: arch/arm/mach-rockchip/
1718 F: drivers/clk/rockchip/
1719 F: drivers/i2c/busses/i2c-rk3x.c
1720 F: drivers/*/*rockchip*
1721 F: drivers/*/*/*rockchip*
1722 F: sound/soc/rockchip/
1725 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1726 M: Kukjin Kim <kgene@kernel.org>
1727 M: Krzysztof Kozlowski <krzk@kernel.org>
1728 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1729 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1730 Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
1732 F: arch/arm/boot/dts/s3c*
1733 F: arch/arm/boot/dts/s5p*
1734 F: arch/arm/boot/dts/samsung*
1735 F: arch/arm/boot/dts/exynos*
1736 F: arch/arm64/boot/dts/exynos/
1737 F: arch/arm/plat-samsung/
1738 F: arch/arm/mach-s3c24*/
1739 F: arch/arm/mach-s3c64xx/
1740 F: arch/arm/mach-s5p*/
1741 F: arch/arm/mach-exynos*/
1742 F: drivers/*/*s3c24*
1743 F: drivers/*/*/*s3c24*
1744 F: drivers/*/*s3c64xx*
1745 F: drivers/*/*s5pv210*
1746 F: drivers/memory/samsung/*
1747 F: drivers/soc/samsung/*
1748 F: Documentation/arm/Samsung/
1749 F: Documentation/devicetree/bindings/arm/samsung/
1750 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1751 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1754 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1755 M: Kyungmin Park <kyungmin.park@samsung.com>
1756 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1758 F: arch/arm/mach-s5pv210/
1760 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1761 M: Kyungmin Park <kyungmin.park@samsung.com>
1762 M: Kamil Debski <kamil@wypas.org>
1763 M: Andrzej Hajda <a.hajda@samsung.com>
1764 L: linux-arm-kernel@lists.infradead.org
1765 L: linux-media@vger.kernel.org
1767 F: drivers/media/platform/s5p-g2d/
1769 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1770 M: Kyungmin Park <kyungmin.park@samsung.com>
1771 M: Kamil Debski <kamil@wypas.org>
1772 M: Jeongtae Park <jtp.park@samsung.com>
1773 M: Andrzej Hajda <a.hajda@samsung.com>
1774 L: linux-arm-kernel@lists.infradead.org
1775 L: linux-media@vger.kernel.org
1777 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1778 F: drivers/media/platform/s5p-mfc/
1780 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1781 M: Kyungmin Park <kyungmin.park@samsung.com>
1782 L: linux-arm-kernel@lists.infradead.org
1783 L: linux-media@vger.kernel.org
1785 F: drivers/staging/media/platform/s5p-cec/
1787 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1788 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1789 M: Jacek Anaszewski <jacek.anaszewski@gmail.com>
1790 L: linux-arm-kernel@lists.infradead.org
1791 L: linux-media@vger.kernel.org
1793 F: drivers/media/platform/s5p-jpeg/
1795 ARM/SHMOBILE ARM ARCHITECTURE
1796 M: Simon Horman <horms@verge.net.au>
1797 M: Magnus Damm <magnus.damm@gmail.com>
1798 L: linux-renesas-soc@vger.kernel.org
1799 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1800 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1802 F: arch/arm/boot/dts/emev2*
1803 F: arch/arm/boot/dts/r7s*
1804 F: arch/arm/boot/dts/r8a*
1805 F: arch/arm/boot/dts/sh*
1806 F: arch/arm/configs/shmobile_defconfig
1807 F: arch/arm/include/debug/renesas-scif.S
1808 F: arch/arm/mach-shmobile/
1809 F: drivers/soc/renesas/
1810 F: include/linux/soc/renesas/
1812 ARM/SOCFPGA ARCHITECTURE
1813 M: Dinh Nguyen <dinguyen@kernel.org>
1815 F: arch/arm/mach-socfpga/
1816 F: arch/arm/boot/dts/socfpga*
1817 F: arch/arm/configs/socfpga_defconfig
1818 F: arch/arm64/boot/dts/altera/
1819 W: http://www.rocketboards.org
1820 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1822 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1823 M: Dinh Nguyen <dinguyen@kernel.org>
1825 F: drivers/clk/socfpga/
1827 ARM/SOCFPGA EDAC SUPPORT
1828 M: Thor Thayer <thor.thayer@linux.intel.com>
1830 F: drivers/edac/altera_edac.
1832 ARM/STI ARCHITECTURE
1833 M: Patrice Chotard <patrice.chotard@st.com>
1834 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
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/st/phy-miphy28lp.c
1849 F: drivers/phy/st/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 ATOMIC INFRASTRUCTURE
2328 M: Will Deacon <will.deacon@arm.com>
2329 M: Peter Zijlstra <peterz@infradead.org>
2330 R: Boqun Feng <boqun.feng@gmail.com>
2331 L: linux-kernel@vger.kernel.org
2333 F: arch/*/include/asm/atomic*.h
2334 F: include/*/atomic*.h
2336 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2337 M: Bradley Grove <linuxdrivers@attotech.com>
2338 L: linux-scsi@vger.kernel.org
2339 W: http://www.attotech.com
2341 F: drivers/scsi/esas2r
2343 ATUSB IEEE 802.15.4 RADIO DRIVER
2344 M: Stefan Schmidt <stefan@osg.samsung.com>
2345 L: linux-wpan@vger.kernel.org
2347 F: drivers/net/ieee802154/atusb.c
2348 F: drivers/net/ieee802154/atusb.h
2349 F: drivers/net/ieee802154/at86rf230.h
2352 M: Paul Moore <paul@paul-moore.com>
2353 M: Eric Paris <eparis@redhat.com>
2354 L: linux-audit@redhat.com (moderated for non-subscribers)
2355 W: http://people.redhat.com/sgrubb/audit/
2356 T: git git://git.infradead.org/users/pcmoore/audit
2358 F: include/linux/audit.h
2359 F: include/uapi/linux/audit.h
2362 AUXILIARY DISPLAY DRIVERS
2363 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2364 W: http://miguelojeda.es/auxdisplay.htm
2365 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2367 F: drivers/auxdisplay/
2368 F: include/linux/cfag12864b.h
2371 M: Ralf Baechle <ralf@linux-mips.org>
2372 L: linux-hams@vger.kernel.org
2373 W: http://www.linux-ax25.org/
2375 F: include/uapi/linux/ax25.h
2376 F: include/net/ax25.h
2379 AXENTIA ASOC DRIVERS
2380 M: Peter Rosin <peda@axentia.se>
2381 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2383 F: Documentation/devicetree/bindings/sound/axentia,*
2384 F: sound/soc/atmel/tse850-pcm5142.c
2387 M: Peter Rosin <peda@axentia.se>
2388 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2390 F: Documentation/devicetree/bindings/arm/axentia.txt
2391 F: arch/arm/boot/dts/at91-linea.dtsi
2392 F: arch/arm/boot/dts/at91-tse850-3.dts
2395 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2396 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2397 L: linux-media@vger.kernel.org
2398 W: https://linuxtv.org
2399 T: git git://linuxtv.org/media_tree.git
2401 F: drivers/media/usb/dvb-usb-v2/az6007.c
2403 AZTECH FM RADIO RECEIVER DRIVER
2404 M: Hans Verkuil <hverkuil@xs4all.nl>
2405 L: linux-media@vger.kernel.org
2406 T: git git://linuxtv.org/media_tree.git
2407 W: https://linuxtv.org
2409 F: drivers/media/radio/radio-aztech*
2412 L: linux-wireless@vger.kernel.org
2413 L: b43-dev@lists.infradead.org
2414 W: http://wireless.kernel.org/en/users/Drivers/b43
2416 F: drivers/net/wireless/broadcom/b43/
2418 B43LEGACY WIRELESS DRIVER
2419 M: Larry Finger <Larry.Finger@lwfinger.net>
2420 L: linux-wireless@vger.kernel.org
2421 L: b43-dev@lists.infradead.org
2422 W: http://wireless.kernel.org/en/users/Drivers/b43
2424 F: drivers/net/wireless/broadcom/b43legacy/
2426 BACKLIGHT CLASS/SUBSYSTEM
2427 M: Lee Jones <lee.jones@linaro.org>
2428 M: Daniel Thompson <daniel.thompson@linaro.org>
2429 M: Jingoo Han <jingoohan1@gmail.com>
2430 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2432 F: drivers/video/backlight/
2433 F: include/linux/backlight.h
2434 F: include/linux/pwm_backlight.h
2435 F: Documentation/devicetree/bindings/leds/backlight
2438 M: Marek Lindner <mareklindner@neomailbox.ch>
2439 M: Simon Wunderlich <sw@simonwunderlich.de>
2440 M: Antonio Quartulli <a@unstable.cc>
2441 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2442 W: https://www.open-mesh.org/
2443 Q: https://patchwork.open-mesh.org/project/batman/list/
2445 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2446 F: Documentation/ABI/testing/sysfs-class-net-mesh
2447 F: Documentation/networking/batman-adv.txt
2448 F: include/uapi/linux/batman_adv.h
2451 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2452 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2453 L: linux-hams@vger.kernel.org
2454 W: http://www.baycom.org/~tom/ham/ham.html
2456 F: drivers/net/hamradio/baycom*
2458 BCACHE (BLOCK LAYER CACHE)
2459 M: Kent Overstreet <kent.overstreet@gmail.com>
2460 L: linux-bcache@vger.kernel.org
2461 W: http://bcache.evilpiepirate.org
2463 F: drivers/md/bcache/
2465 BDISP ST MEDIA DRIVER
2466 M: Fabien Dessenne <fabien.dessenne@st.com>
2467 L: linux-media@vger.kernel.org
2468 T: git git://linuxtv.org/media_tree.git
2469 W: https://linuxtv.org
2471 F: drivers/media/platform/sti/bdisp
2473 DELTA ST MEDIA DRIVER
2474 M: Hugues Fruchet <hugues.fruchet@st.com>
2475 L: linux-media@vger.kernel.org
2476 T: git git://linuxtv.org/media_tree.git
2477 W: https://linuxtv.org
2479 F: drivers/media/platform/sti/delta
2482 M: Luis de Bethencourt <luisbg@osg.samsung.com>
2483 M: Salah Triki <salah.triki@gmail.com>
2485 T: git git://github.com/luisbg/linux-befs.git
2486 F: Documentation/filesystems/befs.txt
2489 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2490 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2491 L: netdev@vger.kernel.org
2493 F: drivers/net/ethernet/ec_bhf.c
2496 M: "Tigran A. Aivazian" <aivazian.tigran@gmail.com>
2498 F: Documentation/filesystems/bfs.txt
2500 F: include/uapi/linux/bfs_fs.h
2502 BLACKFIN ARCHITECTURE
2503 M: Steven Miao <realmz6@gmail.com>
2504 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2505 T: git git://git.code.sf.net/p/adi-linux/code
2506 W: http://blackfin.uclinux.org
2510 BLACKFIN EMAC DRIVER
2511 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2512 W: http://blackfin.uclinux.org
2514 F: drivers/net/ethernet/adi/
2517 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2518 W: http://blackfin.uclinux.org
2520 F: drivers/rtc/rtc-bfin.c
2523 M: Sonic Zhang <sonic.zhang@analog.com>
2524 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2525 W: http://blackfin.uclinux.org
2527 F: drivers/mmc/host/bfin_sdh.c
2529 BLACKFIN SERIAL DRIVER
2530 M: Sonic Zhang <sonic.zhang@analog.com>
2531 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2532 W: http://blackfin.uclinux.org
2534 F: drivers/tty/serial/bfin_uart.c
2536 BLACKFIN WATCHDOG DRIVER
2537 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2538 W: http://blackfin.uclinux.org
2540 F: drivers/watchdog/bfin_wdt.c
2542 BLACKFIN I2C TWI DRIVER
2543 M: Sonic Zhang <sonic.zhang@analog.com>
2544 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2545 W: http://blackfin.uclinux.org/
2547 F: drivers/i2c/busses/i2c-bfin-twi.c
2549 BLACKFIN MEDIA DRIVER
2550 M: Scott Jiang <scott.jiang.linux@gmail.com>
2551 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2552 W: http://blackfin.uclinux.org/
2554 F: drivers/media/platform/blackfin/
2555 F: drivers/media/i2c/adv7183*
2556 F: drivers/media/i2c/vs6624*
2558 BLINKM RGB LED DRIVER
2559 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2561 F: drivers/leds/leds-blinkm.c
2564 M: Jens Axboe <axboe@kernel.dk>
2565 L: linux-block@vger.kernel.org
2566 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2569 F: kernel/trace/blktrace.c
2573 M: Paolo Valente <paolo.valente@linaro.org>
2574 M: Jens Axboe <axboe@kernel.dk>
2575 L: linux-block@vger.kernel.org
2578 F: Documentation/block/bfq-iosched.txt
2581 M: Joern Engel <joern@lazybastard.org>
2582 L: linux-mtd@lists.infradead.org
2584 F: drivers/mtd/devices/block2mtd.c
2587 M: Marcel Holtmann <marcel@holtmann.org>
2588 M: Gustavo Padovan <gustavo@padovan.org>
2589 M: Johan Hedberg <johan.hedberg@gmail.com>
2590 L: linux-bluetooth@vger.kernel.org
2591 W: http://www.bluez.org/
2592 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2593 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2595 F: drivers/bluetooth/
2598 M: Marcel Holtmann <marcel@holtmann.org>
2599 M: Gustavo Padovan <gustavo@padovan.org>
2600 M: Johan Hedberg <johan.hedberg@gmail.com>
2601 L: linux-bluetooth@vger.kernel.org
2602 W: http://www.bluez.org/
2603 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2604 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2607 F: include/net/bluetooth/
2610 M: Jay Vosburgh <j.vosburgh@gmail.com>
2611 M: Veaceslav Falico <vfalico@gmail.com>
2612 M: Andy Gospodarek <andy@greyhouse.net>
2613 L: netdev@vger.kernel.org
2614 W: http://sourceforge.net/projects/bonding/
2616 F: drivers/net/bonding/
2617 F: include/uapi/linux/if_bonding.h
2619 BPF (Safe dynamic programs and tools)
2620 M: Alexei Starovoitov <ast@kernel.org>
2621 M: Daniel Borkmann <daniel@iogearbox.net>
2622 L: netdev@vger.kernel.org
2623 L: linux-kernel@vger.kernel.org
2625 F: arch/x86/net/bpf_jit*
2626 F: Documentation/networking/filter.txt
2627 F: include/linux/bpf*
2628 F: include/linux/filter.h
2629 F: include/uapi/linux/bpf*
2630 F: include/uapi/linux/filter.h
2632 F: kernel/trace/bpf_trace.c
2635 F: net/core/filter.c
2636 F: net/sched/act_bpf.c
2637 F: net/sched/cls_bpf.c
2640 F: tools/testing/selftests/bpf/
2642 BROADCOM B44 10/100 ETHERNET DRIVER
2643 M: Michael Chan <michael.chan@broadcom.com>
2644 L: netdev@vger.kernel.org
2646 F: drivers/net/ethernet/broadcom/b44.*
2648 BROADCOM B53 ETHERNET SWITCH DRIVER
2649 M: Florian Fainelli <f.fainelli@gmail.com>
2650 L: netdev@vger.kernel.org
2651 L: openwrt-devel@lists.openwrt.org (subscribers-only)
2653 F: drivers/net/dsa/b53/*
2654 F: include/linux/platform_data/b53.h
2656 BROADCOM GENET ETHERNET DRIVER
2657 M: Florian Fainelli <f.fainelli@gmail.com>
2658 L: netdev@vger.kernel.org
2660 F: drivers/net/ethernet/broadcom/genet/
2662 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2663 M: Rasesh Mody <rasesh.mody@cavium.com>
2664 M: Harish Patil <harish.patil@cavium.com>
2665 M: Dept-GELinuxNICDev@cavium.com
2666 L: netdev@vger.kernel.org
2668 F: drivers/net/ethernet/broadcom/bnx2.*
2669 F: drivers/net/ethernet/broadcom/bnx2_*
2671 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2672 M: Yuval Mintz <Yuval.Mintz@cavium.com>
2673 M: Ariel Elior <ariel.elior@cavium.com>
2674 M: everest-linux-l2@cavium.com
2675 L: netdev@vger.kernel.org
2677 F: drivers/net/ethernet/broadcom/bnx2x/
2679 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2680 M: Michael Chan <michael.chan@broadcom.com>
2681 L: netdev@vger.kernel.org
2683 F: drivers/net/ethernet/broadcom/bnxt/
2685 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2686 M: Florian Fainelli <f.fainelli@gmail.com>
2687 M: Ray Jui <rjui@broadcom.com>
2688 M: Scott Branden <sbranden@broadcom.com>
2689 M: bcm-kernel-feedback-list@broadcom.com
2690 T: git git://github.com/broadcom/mach-bcm
2696 F: arch/arm/mach-bcm/
2698 BROADCOM BCM2835 ARM ARCHITECTURE
2699 M: Lee Jones <lee@kernel.org>
2700 M: Eric Anholt <eric@anholt.net>
2701 M: Stefan Wahren <stefan.wahren@i2se.com>
2702 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2703 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2704 T: git git://github.com/anholt/linux
2707 F: drivers/staging/vc04_services
2709 BROADCOM BCM47XX MIPS ARCHITECTURE
2710 M: Hauke Mehrtens <hauke@hauke-m.de>
2711 M: Rafał Miłecki <zajec5@gmail.com>
2712 L: linux-mips@linux-mips.org
2714 F: Documentation/devicetree/bindings/mips/brcm/
2715 F: arch/mips/bcm47xx/*
2716 F: arch/mips/include/asm/mach-bcm47xx/*
2718 BROADCOM BCM5301X ARM ARCHITECTURE
2719 M: Hauke Mehrtens <hauke@hauke-m.de>
2720 M: Rafał Miłecki <zajec5@gmail.com>
2721 M: Jon Mason <jonmason@broadcom.com>
2722 M: bcm-kernel-feedback-list@broadcom.com
2723 L: linux-arm-kernel@lists.infradead.org
2725 F: arch/arm/mach-bcm/bcm_5301x.c
2726 F: arch/arm/boot/dts/bcm5301x*.dtsi
2727 F: arch/arm/boot/dts/bcm470*
2728 F: arch/arm/boot/dts/bcm953012*
2730 BROADCOM BCM53573 ARM ARCHITECTURE
2731 M: Rafał Miłecki <rafal@milecki.pl>
2732 L: linux-arm-kernel@lists.infradead.org
2734 F: arch/arm/boot/dts/bcm53573*
2735 F: arch/arm/boot/dts/bcm47189*
2737 BROADCOM BCM63XX ARM ARCHITECTURE
2738 M: Florian Fainelli <f.fainelli@gmail.com>
2739 M: bcm-kernel-feedback-list@broadcom.com
2740 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2741 T: git git://github.com/broadcom/stblinux.git
2745 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2746 M: Kevin Cernekee <cernekee@gmail.com>
2747 L: linux-usb@vger.kernel.org
2749 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2751 BROADCOM BCM7XXX ARM ARCHITECTURE
2752 M: Brian Norris <computersforpeace@gmail.com>
2753 M: Gregory Fong <gregory.0xf0@gmail.com>
2754 M: Florian Fainelli <f.fainelli@gmail.com>
2755 M: bcm-kernel-feedback-list@broadcom.com
2756 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2757 T: git git://github.com/broadcom/stblinux.git
2759 F: arch/arm/mach-bcm/*brcmstb*
2760 F: arch/arm/boot/dts/bcm7*.dts*
2761 F: drivers/bus/brcmstb_gisb.c
2764 BROADCOM BMIPS MIPS ARCHITECTURE
2765 M: Kevin Cernekee <cernekee@gmail.com>
2766 M: Florian Fainelli <f.fainelli@gmail.com>
2767 L: linux-mips@linux-mips.org
2768 T: git git://github.com/broadcom/stblinux.git
2770 F: arch/mips/bmips/*
2771 F: arch/mips/include/asm/mach-bmips/*
2772 F: arch/mips/kernel/*bmips*
2773 F: arch/mips/boot/dts/brcm/bcm*.dts*
2774 F: drivers/irqchip/irq-bcm63*
2775 F: drivers/irqchip/irq-bcm7*
2776 F: drivers/irqchip/irq-brcmstb*
2777 F: include/linux/bcm963xx_nvram.h
2778 F: include/linux/bcm963xx_tag.h
2780 BROADCOM BMIPS CPUFREQ DRIVER
2781 M: Markus Mayer <mmayer@broadcom.com>
2782 M: bcm-kernel-feedback-list@broadcom.com
2783 L: linux-pm@vger.kernel.org
2785 F: drivers/cpufreq/bmips-cpufreq.c
2787 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2788 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2789 M: Prashant Sreedharan <prashant@broadcom.com>
2790 M: Michael Chan <mchan@broadcom.com>
2791 L: netdev@vger.kernel.org
2793 F: drivers/net/ethernet/broadcom/tg3.*
2795 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2796 M: Arend van Spriel <arend.vanspriel@broadcom.com>
2797 M: Franky Lin <franky.lin@broadcom.com>
2798 M: Hante Meuleman <hante.meuleman@broadcom.com>
2799 L: linux-wireless@vger.kernel.org
2800 L: brcm80211-dev-list.pdl@broadcom.com
2802 F: drivers/net/wireless/broadcom/brcm80211/
2804 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2805 M: QLogic-Storage-Upstream@qlogic.com
2806 L: linux-scsi@vger.kernel.org
2808 F: drivers/scsi/bnx2fc/
2810 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2811 M: QLogic-Storage-Upstream@qlogic.com
2812 L: linux-scsi@vger.kernel.org
2814 F: drivers/scsi/bnx2i/
2816 BROADCOM IPROC ARM ARCHITECTURE
2817 M: Ray Jui <rjui@broadcom.com>
2818 M: Scott Branden <sbranden@broadcom.com>
2819 M: Jon Mason <jonmason@broadcom.com>
2820 M: bcm-kernel-feedback-list@broadcom.com
2821 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2822 T: git git://github.com/broadcom/cygnus-linux.git
2837 F: arch/arm64/boot/dts/broadcom/ns2*
2838 F: drivers/clk/bcm/clk-ns*
2839 F: drivers/pinctrl/bcm/pinctrl-ns*
2841 BROADCOM BRCMSTB GPIO DRIVER
2842 M: Gregory Fong <gregory.0xf0@gmail.com>
2843 L: bcm-kernel-feedback-list@broadcom.com
2845 F: drivers/gpio/gpio-brcmstb.c
2846 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2848 BROADCOM KONA GPIO DRIVER
2849 M: Ray Jui <rjui@broadcom.com>
2850 L: bcm-kernel-feedback-list@broadcom.com
2852 F: drivers/gpio/gpio-bcm-kona.c
2853 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2855 BROADCOM NVRAM DRIVER
2856 M: Rafał Miłecki <zajec5@gmail.com>
2857 L: linux-mips@linux-mips.org
2859 F: drivers/firmware/broadcom/*
2861 BROADCOM STB NAND FLASH DRIVER
2862 M: Brian Norris <computersforpeace@gmail.com>
2863 M: Kamal Dasu <kdasu.kdev@gmail.com>
2864 L: linux-mtd@lists.infradead.org
2865 L: bcm-kernel-feedback-list@broadcom.com
2867 F: drivers/mtd/nand/brcmnand/
2869 BROADCOM STB AVS CPUFREQ DRIVER
2870 M: Markus Mayer <mmayer@broadcom.com>
2871 M: bcm-kernel-feedback-list@broadcom.com
2872 L: linux-pm@vger.kernel.org
2874 F: Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2875 F: drivers/cpufreq/brcmstb*
2877 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2878 M: Rafał Miłecki <zajec5@gmail.com>
2879 L: linux-wireless@vger.kernel.org
2882 F: include/linux/bcma/
2884 BROADCOM SYSTEMPORT ETHERNET DRIVER
2885 M: Florian Fainelli <f.fainelli@gmail.com>
2886 L: netdev@vger.kernel.org
2888 F: drivers/net/ethernet/broadcom/bcmsysport.*
2890 BROADCOM NETXTREME-E ROCE DRIVER
2891 M: Selvin Xavier <selvin.xavier@broadcom.com>
2892 M: Devesh Sharma <devesh.sharma@broadcom.com>
2893 M: Somnath Kotur <somnath.kotur@broadcom.com>
2894 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
2895 L: linux-rdma@vger.kernel.org
2896 W: http://www.broadcom.com
2898 F: drivers/infiniband/hw/bnxt_re/
2899 F: include/uapi/rdma/bnxt_re-abi.h
2901 BROCADE BFA FC SCSI DRIVER
2902 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2903 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2904 L: linux-scsi@vger.kernel.org
2906 F: drivers/scsi/bfa/
2908 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2909 M: Rasesh Mody <rasesh.mody@cavium.com>
2910 M: Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2911 M: Dept-GELinuxNICDev@cavium.com
2912 L: netdev@vger.kernel.org
2914 F: drivers/net/ethernet/brocade/bna/
2916 BSG (block layer generic sg v4 driver)
2917 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2918 L: linux-scsi@vger.kernel.org
2921 F: include/linux/bsg.h
2922 F: include/uapi/linux/bsg.h
2925 M: Clemens Ladisch <clemens@ladisch.de>
2926 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2927 T: git git://git.alsa-project.org/alsa-kernel.git
2929 F: Documentation/sound/alsa/Bt87x.txt
2930 F: sound/pci/bt87x.c
2933 M: Michael Buesch <m@bues.ch>
2934 W: http://bu3sch.de/btgpio.php
2936 F: drivers/gpio/gpio-bt8xx.c
2939 M: Chris Mason <clm@fb.com>
2940 M: Josef Bacik <jbacik@fb.com>
2941 M: David Sterba <dsterba@suse.com>
2942 L: linux-btrfs@vger.kernel.org
2943 W: http://btrfs.wiki.kernel.org/
2944 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2945 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2947 F: Documentation/filesystems/btrfs.txt
2949 F: include/linux/btrfs*
2950 F: include/uapi/linux/btrfs*
2952 BTTV VIDEO4LINUX DRIVER
2953 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2954 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2955 L: linux-media@vger.kernel.org
2956 W: https://linuxtv.org
2957 T: git git://linuxtv.org/media_tree.git
2959 F: Documentation/media/v4l-drivers/bttv*
2960 F: drivers/media/pci/bt8xx/bttv*
2962 BUSLOGIC SCSI DRIVER
2963 M: Khalid Aziz <khalid@gonehiking.org>
2964 L: linux-scsi@vger.kernel.org
2966 F: drivers/scsi/BusLogic.*
2967 F: drivers/scsi/FlashPoint.*
2969 C-MEDIA CMI8788 DRIVER
2970 M: Clemens Ladisch <clemens@ladisch.de>
2971 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2972 T: git git://git.alsa-project.org/alsa-kernel.git
2974 F: sound/pci/oxygen/
2977 M: Mark Salter <msalter@redhat.com>
2978 M: Aurelien Jacquiot <jacquiot.aurelien@gmail.com>
2979 L: linux-c6x-dev@linux-c6x.org
2980 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2984 CA8210 IEEE-802.15.4 RADIO DRIVER
2985 M: Harry Morris <h.morris@cascoda.com>
2986 M: linuxdev@cascoda.com
2987 L: linux-wpan@vger.kernel.org
2988 W: https://github.com/Cascoda/ca8210-linux.git
2990 F: drivers/net/ieee802154/ca8210.c
2991 F: Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
2993 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2994 M: David Howells <dhowells@redhat.com>
2995 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2997 F: Documentation/filesystems/caching/cachefiles.txt
3000 CADET FM/AM RADIO RECEIVER DRIVER
3001 M: Hans Verkuil <hverkuil@xs4all.nl>
3002 L: linux-media@vger.kernel.org
3003 T: git git://linuxtv.org/media_tree.git
3004 W: https://linuxtv.org
3006 F: drivers/media/radio/radio-cadet*
3008 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
3009 M: Jonathan Corbet <corbet@lwn.net>
3010 L: linux-media@vger.kernel.org
3011 T: git git://linuxtv.org/media_tree.git
3013 F: Documentation/media/v4l-drivers/cafe_ccic*
3014 F: drivers/media/platform/marvell-ccic/
3017 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
3018 L: netdev@vger.kernel.org
3020 F: Documentation/networking/caif/
3021 F: drivers/net/caif/
3022 F: include/uapi/linux/caif/
3023 F: include/net/caif/
3026 CALGARY x86-64 IOMMU
3027 M: Muli Ben-Yehuda <mulix@mulix.org>
3028 M: Jon Mason <jdmason@kudzu.us>
3029 L: iommu@lists.linux-foundation.org
3031 F: arch/x86/kernel/pci-calgary_64.c
3032 F: arch/x86/kernel/tce_64.c
3033 F: arch/x86/include/asm/calgary.h
3034 F: arch/x86/include/asm/tce.h
3037 M: Oliver Hartkopp <socketcan@hartkopp.net>
3038 M: Marc Kleine-Budde <mkl@pengutronix.de>
3039 L: linux-can@vger.kernel.org
3040 W: https://github.com/linux-can
3041 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3042 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3044 F: Documentation/networking/can.txt
3046 F: include/linux/can/core.h
3047 F: include/uapi/linux/can.h
3048 F: include/uapi/linux/can/bcm.h
3049 F: include/uapi/linux/can/raw.h
3050 F: include/uapi/linux/can/gw.h
3053 M: Wolfgang Grandegger <wg@grandegger.com>
3054 M: Marc Kleine-Budde <mkl@pengutronix.de>
3055 L: linux-can@vger.kernel.org
3056 W: https://github.com/linux-can
3057 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3058 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3060 F: Documentation/devicetree/bindings/net/can/
3062 F: include/linux/can/dev.h
3063 F: include/linux/can/platform/
3064 F: include/uapi/linux/can/error.h
3065 F: include/uapi/linux/can/netlink.h
3068 M: Serge Hallyn <serge@hallyn.com>
3069 L: linux-security-module@vger.kernel.org
3071 F: include/linux/capability.h
3072 F: include/uapi/linux/capability.h
3073 F: security/commoncap.c
3074 F: kernel/capability.c
3076 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3077 M: Kevin Tsai <ktsai@capellamicro.com>
3079 F: drivers/iio/light/cm*
3081 CAVIUM THUNDERX2 ARM64 SOC
3082 M: Jayachandran C <jnair@caviumnetworks.com>
3083 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3085 F: arch/arm64/boot/dts/cavium/thunder2-99xx*
3086 F: Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3089 M: Jan Glauber <jglauber@cavium.com>
3090 M: David Daney <david.daney@cavium.com>
3091 W: http://www.cavium.com
3093 F: drivers/i2c/busses/i2c-octeon*
3094 F: drivers/i2c/busses/i2c-thunderx*
3097 M: Jan Glauber <jglauber@cavium.com>
3098 M: David Daney <david.daney@cavium.com>
3099 M: Steven J. Hill <Steven.Hill@cavium.com>
3100 W: http://www.cavium.com
3102 F: drivers/mmc/host/cavium*
3104 CAVIUM LIQUIDIO NETWORK DRIVER
3105 M: Derek Chickles <derek.chickles@caviumnetworks.com>
3106 M: Satanand Burla <satananda.burla@caviumnetworks.com>
3107 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
3108 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
3109 L: netdev@vger.kernel.org
3110 W: http://www.cavium.com
3112 F: drivers/net/ethernet/cavium/liquidio/
3114 CAVIUM OCTEON-TX CRYPTO DRIVER
3115 M: George Cherian <george.cherian@cavium.com>
3116 L: linux-crypto@vger.kernel.org
3117 W: http://www.cavium.com
3119 F: drivers/crypto/cavium/cpt/
3121 CC2520 IEEE-802.15.4 RADIO DRIVER
3122 M: Varka Bhadram <varkabhadram@gmail.com>
3123 L: linux-wpan@vger.kernel.org
3125 F: drivers/net/ieee802154/cc2520.c
3126 F: include/linux/spi/cc2520.h
3127 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3129 CCREE ARM TRUSTZONE CRYPTOCELL 700 REE DRIVER
3130 M: Gilad Ben-Yossef <gilad@benyossef.com>
3131 L: linux-crypto@vger.kernel.org
3132 L: driverdev-devel@linuxdriverproject.org
3134 F: drivers/staging/ccree/
3135 W: https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
3138 M: Hans Verkuil <hans.verkuil@cisco.com>
3139 L: linux-media@vger.kernel.org
3140 T: git git://linuxtv.org/media_tree.git
3141 W: http://linuxtv.org
3143 F: Documentation/media/kapi/cec-core.rst
3144 F: Documentation/media/uapi/cec
3145 F: drivers/media/cec/
3146 F: drivers/media/rc/keymaps/rc-cec.c
3147 F: include/media/cec.h
3148 F: include/media/cec-notifier.h
3149 F: include/uapi/linux/cec.h
3150 F: include/uapi/linux/cec-funcs.h
3152 CELL BROADBAND ENGINE ARCHITECTURE
3153 M: Arnd Bergmann <arnd@arndb.de>
3154 L: linuxppc-dev@lists.ozlabs.org
3155 W: http://www.ibm.com/developerworks/power/cell/
3157 F: arch/powerpc/include/asm/cell*.h
3158 F: arch/powerpc/include/asm/spu*.h
3159 F: arch/powerpc/include/uapi/asm/spu*.h
3160 F: arch/powerpc/oprofile/*cell*
3161 F: arch/powerpc/platforms/cell/
3163 CEPH COMMON CODE (LIBCEPH)
3164 M: Ilya Dryomov <idryomov@gmail.com>
3165 M: "Yan, Zheng" <zyan@redhat.com>
3166 M: Sage Weil <sage@redhat.com>
3167 L: ceph-devel@vger.kernel.org
3169 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3170 T: git git://github.com/ceph/ceph-client.git
3173 F: include/linux/ceph/
3174 F: include/linux/crush/
3176 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3177 M: "Yan, Zheng" <zyan@redhat.com>
3178 M: Sage Weil <sage@redhat.com>
3179 M: Ilya Dryomov <idryomov@gmail.com>
3180 L: ceph-devel@vger.kernel.org
3182 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3183 T: git git://github.com/ceph/ceph-client.git
3185 F: Documentation/filesystems/ceph.txt
3188 CERTIFICATE HANDLING:
3189 M: David Howells <dhowells@redhat.com>
3190 M: David Woodhouse <dwmw2@infradead.org>
3191 L: keyrings@vger.kernel.org
3193 F: Documentation/module-signing.txt
3195 F: scripts/sign-file.c
3196 F: scripts/extract-cert.c
3198 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3199 L: linux-usb@vger.kernel.org
3201 F: Documentation/usb/WUSB-Design-overview.txt
3202 F: Documentation/usb/wusb-cbaf
3203 F: drivers/usb/host/hwa-hc.c
3204 F: drivers/usb/host/whci/
3205 F: drivers/usb/wusbcore/
3206 F: include/linux/usb/wusb*
3208 HT16K33 LED CONTROLLER DRIVER
3209 M: Robin van der Gracht <robin@protonic.nl>
3211 F: drivers/auxdisplay/ht16k33.c
3212 F: Documentation/devicetree/bindings/display/ht16k33.txt
3214 CFAG12864B LCD DRIVER
3215 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3216 W: http://miguelojeda.es/auxdisplay.htm
3217 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3219 F: drivers/auxdisplay/cfag12864b.c
3220 F: include/linux/cfag12864b.h
3222 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3223 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3224 W: http://miguelojeda.es/auxdisplay.htm
3225 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3227 F: drivers/auxdisplay/cfag12864bfb.c
3228 F: include/linux/cfag12864b.h
3230 CFG80211 and NL80211
3231 M: Johannes Berg <johannes@sipsolutions.net>
3232 L: linux-wireless@vger.kernel.org
3233 W: http://wireless.kernel.org/
3234 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3235 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3237 F: include/uapi/linux/nl80211.h
3238 F: include/net/cfg80211.h
3240 X: net/wireless/wext*
3242 CHAR and MISC DRIVERS
3243 M: Arnd Bergmann <arnd@arndb.de>
3244 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3245 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3249 F: include/linux/miscdevice.h
3252 M: Andy Whitcroft <apw@canonical.com>
3253 M: Joe Perches <joe@perches.com>
3255 F: scripts/checkpatch.pl
3257 CHINESE DOCUMENTATION
3258 M: Harry Wei <harryxiyou@gmail.com>
3259 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3260 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
3262 F: Documentation/translations/zh_CN/
3264 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3265 M: Peter Chen <Peter.Chen@nxp.com>
3266 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3267 L: linux-usb@vger.kernel.org
3269 F: drivers/usb/chipidea/
3271 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3272 M: Hans de Goede <hdegoede@redhat.com>
3273 L: linux-input@vger.kernel.org
3275 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3276 F: drivers/input/touchscreen/chipone_icn8318.c
3278 CHROME HARDWARE PLATFORM SUPPORT
3279 M: Olof Johansson <olof@lixom.net>
3281 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3282 F: drivers/platform/chrome/
3284 CISCO VIC ETHERNET NIC DRIVER
3285 M: Christian Benvenuti <benve@cisco.com>
3286 M: Govindarajulu Varadarajan <_govind@gmx.com>
3287 M: Neel Patel <neepatel@cisco.com>
3289 F: drivers/net/ethernet/cisco/enic/
3291 CISCO VIC LOW LATENCY NIC DRIVER
3292 M: Christian Benvenuti <benve@cisco.com>
3293 M: Dave Goodell <dgoodell@cisco.com>
3295 F: drivers/infiniband/hw/usnic/
3297 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3298 M: Hartley Sweeten <hsweeten@visionengravers.com>
3299 L: netdev@vger.kernel.org
3301 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3303 CIRRUS LOGIC AUDIO CODEC DRIVERS
3304 M: Brian Austin <brian.austin@cirrus.com>
3305 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3306 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3308 F: sound/soc/codecs/cs*
3311 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3312 L: linux-kernel@vger.kernel.org
3315 F: include/linux/cleancache.h
3318 M: Russell King <linux@armlinux.org.uk>
3319 L: linux-clk@vger.kernel.org
3321 F: include/linux/clk.h
3323 CLOCKSOURCE, CLOCKEVENT DRIVERS
3324 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3325 M: Thomas Gleixner <tglx@linutronix.de>
3326 L: linux-kernel@vger.kernel.org
3327 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3329 F: drivers/clocksource
3331 CISCO FCOE HBA DRIVER
3332 M: Satish Kharat <satishkh@cisco.com>
3333 M: Sesidhar Baddela <sebaddel@cisco.com>
3334 M: Karan Tilak Kumar <kartilak@cisco.com>
3335 L: linux-scsi@vger.kernel.org
3337 F: drivers/scsi/fnic/
3339 CISCO SCSI HBA DRIVER
3340 M: Karan Tilak Kumar <kartilak@cisco.com>
3341 M: Sesidhar Baddela <sebaddel@cisco.com>
3342 L: linux-scsi@vger.kernel.org
3344 F: drivers/scsi/snic/
3347 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3348 M: Daniel Oliveira Nascimento <don@syst.com.br>
3349 L: platform-driver-x86@vger.kernel.org
3351 F: drivers/platform/x86/classmate-laptop.c
3354 M: Hans Verkuil <hans.verkuil@cisco.com>
3355 L: linux-media@vger.kernel.org
3356 T: git git://linuxtv.org/media_tree.git
3357 W: https://linuxtv.org
3359 F: drivers/media/pci/cobalt/
3361 COCCINELLE/Semantic Patches (SmPL)
3362 M: Julia Lawall <Julia.Lawall@lip6.fr>
3363 M: Gilles Muller <Gilles.Muller@lip6.fr>
3364 M: Nicolas Palix <nicolas.palix@imag.fr>
3365 M: Michal Marek <mmarek@suse.com>
3366 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3367 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3368 W: http://coccinelle.lip6.fr/
3370 F: Documentation/dev-tools/coccinelle.rst
3371 F: scripts/coccinelle/
3372 F: scripts/coccicheck
3375 M: Jan Harkes <jaharkes@cs.cmu.edu>
3377 L: codalist@coda.cs.cmu.edu
3378 W: http://www.coda.cs.cmu.edu/
3380 F: Documentation/filesystems/coda.txt
3382 F: include/linux/coda*.h
3383 F: include/uapi/linux/coda*.h
3385 CODA V4L2 MEM2MEM DRIVER
3386 M: Philipp Zabel <p.zabel@pengutronix.de>
3387 L: linux-media@vger.kernel.org
3389 F: Documentation/devicetree/bindings/media/coda.txt
3390 F: drivers/media/platform/coda/
3392 COMMON CLK FRAMEWORK
3393 M: Michael Turquette <mturquette@baylibre.com>
3394 M: Stephen Boyd <sboyd@codeaurora.org>
3395 L: linux-clk@vger.kernel.org
3396 Q: http://patchwork.kernel.org/project/linux-clk/list/
3397 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3399 F: Documentation/devicetree/bindings/clock/
3401 X: drivers/clk/clkdev.c
3402 F: include/linux/clk-pr*
3403 F: include/linux/clk/
3405 COMMON INTERNET FILE SYSTEM (CIFS)
3406 M: Steve French <sfrench@samba.org>
3407 L: linux-cifs@vger.kernel.org
3408 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3409 W: http://linux-cifs.samba.org/
3410 T: git git://git.samba.org/sfrench/cifs-2.6.git
3412 F: Documentation/filesystems/cifs/
3415 COMPACTPCI HOTPLUG CORE
3416 M: Scott Murray <scott@spiteful.org>
3417 L: linux-pci@vger.kernel.org
3419 F: drivers/pci/hotplug/cpci_hotplug*
3421 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3422 M: Scott Murray <scott@spiteful.org>
3423 L: linux-pci@vger.kernel.org
3425 F: drivers/pci/hotplug/cpcihp_zt5550.*
3427 COMPACTPCI HOTPLUG GENERIC DRIVER
3428 M: Scott Murray <scott@spiteful.org>
3429 L: linux-pci@vger.kernel.org
3431 F: drivers/pci/hotplug/cpcihp_generic.c
3433 COMPAL LAPTOP SUPPORT
3434 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3435 L: platform-driver-x86@vger.kernel.org
3437 F: drivers/platform/x86/compal-laptop.c
3439 CONEXANT ACCESSRUNNER USB DRIVER
3440 L: accessrunner-general@lists.sourceforge.net
3441 W: http://accessrunner.sourceforge.net/
3443 F: drivers/usb/atm/cxacru.c
3446 M: Joel Becker <jlbec@evilplan.org>
3447 M: Christoph Hellwig <hch@lst.de>
3448 T: git git://git.infradead.org/users/hch/configfs.git
3451 F: include/linux/configfs.h
3454 M: Evgeniy Polyakov <zbr@ioremap.net>
3455 L: netdev@vger.kernel.org
3457 F: drivers/connector/
3459 CONTROL GROUP (CGROUP)
3460 M: Tejun Heo <tj@kernel.org>
3461 M: Li Zefan <lizefan@huawei.com>
3462 M: Johannes Weiner <hannes@cmpxchg.org>
3463 L: cgroups@vger.kernel.org
3464 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3466 F: Documentation/cgroup*
3467 F: include/linux/cgroup*
3470 CONTROL GROUP - CPUSET
3471 M: Li Zefan <lizefan@huawei.com>
3472 L: cgroups@vger.kernel.org
3473 W: http://www.bullopensource.org/cpuset/
3474 W: http://oss.sgi.com/projects/cpusets/
3475 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3477 F: Documentation/cgroup-v1/cpusets.txt
3478 F: include/linux/cpuset.h
3481 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3482 M: Johannes Weiner <hannes@cmpxchg.org>
3483 M: Michal Hocko <mhocko@kernel.org>
3484 M: Vladimir Davydov <vdavydov.dev@gmail.com>
3485 L: cgroups@vger.kernel.org
3486 L: linux-mm@kvack.org
3491 CORETEMP HARDWARE MONITORING DRIVER
3492 M: Fenghua Yu <fenghua.yu@intel.com>
3493 L: linux-hwmon@vger.kernel.org
3495 F: Documentation/hwmon/coretemp
3496 F: drivers/hwmon/coretemp.c
3498 COSA/SRP SYNC SERIAL DRIVER
3499 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3500 W: http://www.fi.muni.cz/~kas/cosa/
3502 F: drivers/net/wan/cosa*
3504 CPMAC ETHERNET DRIVER
3505 M: Florian Fainelli <f.fainelli@gmail.com>
3506 L: netdev@vger.kernel.org
3508 F: drivers/net/ethernet/ti/cpmac.c
3510 CPU FREQUENCY DRIVERS
3511 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3512 M: Viresh Kumar <viresh.kumar@linaro.org>
3513 L: linux-pm@vger.kernel.org
3515 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3516 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3517 B: https://bugzilla.kernel.org
3518 F: Documentation/cpu-freq/
3519 F: Documentation/devicetree/bindings/cpufreq/
3521 F: include/linux/cpufreq.h
3522 F: tools/testing/selftests/cpufreq/
3524 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3525 M: Viresh Kumar <viresh.kumar@linaro.org>
3526 M: Sudeep Holla <sudeep.holla@arm.com>
3527 L: linux-pm@vger.kernel.org
3528 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3530 F: drivers/cpufreq/arm_big_little.h
3531 F: drivers/cpufreq/arm_big_little.c
3532 F: drivers/cpufreq/arm_big_little_dt.c
3534 CPUIDLE DRIVER - ARM BIG LITTLE
3535 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3536 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3537 L: linux-pm@vger.kernel.org
3538 L: linux-arm-kernel@lists.infradead.org
3539 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3541 F: drivers/cpuidle/cpuidle-big_little.c
3543 CPUIDLE DRIVER - ARM EXYNOS
3544 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3545 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3546 M: Kukjin Kim <kgene@kernel.org>
3547 L: linux-pm@vger.kernel.org
3548 L: linux-samsung-soc@vger.kernel.org
3550 F: drivers/cpuidle/cpuidle-exynos.c
3551 F: arch/arm/mach-exynos/pm.c
3554 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3555 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3556 L: linux-pm@vger.kernel.org
3558 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3559 B: https://bugzilla.kernel.org
3560 F: drivers/cpuidle/*
3561 F: include/linux/cpuidle.h
3564 M: "H. Peter Anvin" <hpa@zytor.com>
3566 F: arch/x86/kernel/cpuid.c
3567 F: arch/x86/kernel/msr.c
3569 CPU POWER MONITORING SUBSYSTEM
3570 M: Thomas Renninger <trenn@suse.com>
3571 L: linux-pm@vger.kernel.org
3573 F: tools/power/cpupower/
3576 W: http://sourceforge.net/projects/cramfs/
3577 S: Orphan / Obsolete
3578 F: Documentation/filesystems/cramfs.txt
3582 M: Mikael Starvik <starvik@axis.com>
3583 M: Jesper Nilsson <jesper.nilsson@axis.com>
3584 L: linux-cris-kernel@axis.com
3585 W: http://developer.axis.com
3586 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3589 F: drivers/tty/serial/crisv10.*
3592 M: Herbert Xu <herbert@gondor.apana.org.au>
3593 M: "David S. Miller" <davem@davemloft.net>
3594 L: linux-crypto@vger.kernel.org
3595 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3596 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3598 F: Documentation/crypto/
3599 F: Documentation/devicetree/bindings/crypto/
3604 F: include/linux/crypto*
3606 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3607 M: Neil Horman <nhorman@tuxdriver.com>
3608 L: linux-crypto@vger.kernel.org
3610 F: crypto/ansi_cprng.c
3614 M: Hans Verkuil <hverkuil@xs4all.nl>
3615 L: linux-media@vger.kernel.org
3616 T: git git://linuxtv.org/media_tree.git
3617 W: http://linuxtv.org
3619 F: drivers/media/i2c/cs3308.c
3620 F: drivers/media/i2c/cs3308.h
3622 CS5535 Audio ALSA driver
3623 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3625 F: sound/pci/cs5535audio/
3628 M: Solomon Peachy <pizza@shaftnet.org>
3630 F: drivers/net/wireless/st/cw1200/
3632 CX18 VIDEO4LINUX DRIVER
3633 M: Andy Walls <awalls@md.metrocast.net>
3634 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3635 L: linux-media@vger.kernel.org
3636 T: git git://linuxtv.org/media_tree.git
3637 W: https://linuxtv.org
3638 W: http://www.ivtvdriver.org/index.php/Cx18
3640 F: Documentation/media/v4l-drivers/cx18*
3641 F: drivers/media/pci/cx18/
3642 F: include/uapi/linux/ivtv*
3644 CX2341X MPEG ENCODER HELPER MODULE
3645 M: Hans Verkuil <hverkuil@xs4all.nl>
3646 L: linux-media@vger.kernel.org
3647 T: git git://linuxtv.org/media_tree.git
3648 W: https://linuxtv.org
3650 F: drivers/media/common/cx2341x*
3651 F: include/media/cx2341x*
3653 CX24120 MEDIA DRIVER
3654 M: Jemma Denson <jdenson@gmail.com>
3655 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3656 L: linux-media@vger.kernel.org
3657 W: https://linuxtv.org
3658 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3660 F: drivers/media/dvb-frontends/cx24120*
3662 CX88 VIDEO4LINUX DRIVER
3663 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3664 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3665 L: linux-media@vger.kernel.org
3666 W: https://linuxtv.org
3667 T: git git://linuxtv.org/media_tree.git
3669 F: Documentation/media/v4l-drivers/cx88*
3670 F: drivers/media/pci/cx88/
3672 CXD2820R MEDIA DRIVER
3673 M: Antti Palosaari <crope@iki.fi>
3674 L: linux-media@vger.kernel.org
3675 W: https://linuxtv.org
3676 W: http://palosaari.fi/linux/
3677 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3678 T: git git://linuxtv.org/anttip/media_tree.git
3680 F: drivers/media/dvb-frontends/cxd2820r*
3682 CXGB3 ETHERNET DRIVER (CXGB3)
3683 M: Santosh Raspatur <santosh@chelsio.com>
3684 L: netdev@vger.kernel.org
3685 W: http://www.chelsio.com
3687 F: drivers/net/ethernet/chelsio/cxgb3/
3689 CXGB3 ISCSI DRIVER (CXGB3I)
3690 M: Karen Xie <kxie@chelsio.com>
3691 L: linux-scsi@vger.kernel.org
3692 W: http://www.chelsio.com
3694 F: drivers/scsi/cxgbi/cxgb3i
3696 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3697 M: Steve Wise <swise@chelsio.com>
3698 L: linux-rdma@vger.kernel.org
3699 W: http://www.openfabrics.org
3701 F: drivers/infiniband/hw/cxgb3/
3702 F: include/uapi/rdma/cxgb3-abi.h
3704 CXGB4 ETHERNET DRIVER (CXGB4)
3705 M: Ganesh Goudar <ganeshgr@chelsio.com>
3706 L: netdev@vger.kernel.org
3707 W: http://www.chelsio.com
3709 F: drivers/net/ethernet/chelsio/cxgb4/
3711 CXGB4 ISCSI DRIVER (CXGB4I)
3712 M: Karen Xie <kxie@chelsio.com>
3713 L: linux-scsi@vger.kernel.org
3714 W: http://www.chelsio.com
3716 F: drivers/scsi/cxgbi/cxgb4i
3718 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3719 M: Steve Wise <swise@chelsio.com>
3720 L: linux-rdma@vger.kernel.org
3721 W: http://www.openfabrics.org
3723 F: drivers/infiniband/hw/cxgb4/
3724 F: include/uapi/rdma/cxgb4-abi.h
3726 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3727 M: Casey Leedom <leedom@chelsio.com>
3728 L: netdev@vger.kernel.org
3729 W: http://www.chelsio.com
3731 F: drivers/net/ethernet/chelsio/cxgb4vf/
3733 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3734 M: Ian Munsie <imunsie@au1.ibm.com>
3735 M: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3736 L: linuxppc-dev@lists.ozlabs.org
3738 F: arch/powerpc/platforms/powernv/pci-cxl.c
3739 F: drivers/misc/cxl/
3740 F: include/misc/cxl*
3741 F: include/uapi/misc/cxl.h
3742 F: Documentation/powerpc/cxl.txt
3743 F: Documentation/ABI/testing/sysfs-class-cxl
3745 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3746 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3747 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3748 M: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3749 L: linux-scsi@vger.kernel.org
3751 F: drivers/scsi/cxlflash/
3752 F: include/uapi/scsi/cxlflash_ioctls.h
3753 F: Documentation/powerpc/cxlflash.txt
3755 STMMAC ETHERNET DRIVER
3756 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3757 M: Alexandre Torgue <alexandre.torgue@st.com>
3758 L: netdev@vger.kernel.org
3759 W: http://www.stlinux.com
3761 F: drivers/net/ethernet/stmicro/stmmac/
3764 M: Russell King <linux@armlinux.org.uk>
3765 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3766 W: http://www.armlinux.org.uk/
3768 F: drivers/video/fbdev/cyber2000fb.*
3770 CYCLADES ASYNC MUX DRIVER
3771 W: http://www.cyclades.com/
3773 F: drivers/tty/cyclades.c
3774 F: include/linux/cyclades.h
3775 F: include/uapi/linux/cyclades.h
3777 CYCLADES PC300 DRIVER
3778 W: http://www.cyclades.com/
3780 F: drivers/net/wan/pc300*
3782 CYPRESS_FIRMWARE MEDIA DRIVER
3783 M: Antti Palosaari <crope@iki.fi>
3784 L: linux-media@vger.kernel.org
3785 W: https://linuxtv.org
3786 W: http://palosaari.fi/linux/
3787 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3788 T: git git://linuxtv.org/anttip/media_tree.git
3790 F: drivers/media/common/cypress_firmware*
3792 CYTTSP TOUCHSCREEN DRIVER
3793 M: Ferruh Yigit <fery@cypress.com>
3794 L: linux-input@vger.kernel.org
3796 F: drivers/input/touchscreen/cyttsp*
3797 F: include/linux/input/cyttsp.h
3799 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3800 M: Joshua Kinard <kumba@gentoo.org>
3802 F: drivers/rtc/rtc-ds1685.c
3803 F: include/linux/rtc/ds1685.h
3805 DAMA SLAVE for AX.25
3806 M: Joerg Reuter <jreuter@yaina.de>
3807 W: http://yaina.de/jreuter/
3808 W: http://www.qsl.net/dl1bke/
3809 L: linux-hams@vger.kernel.org
3811 F: net/ax25/af_ax25.c
3812 F: net/ax25/ax25_dev.c
3813 F: net/ax25/ax25_ds_*
3814 F: net/ax25/ax25_in.c
3815 F: net/ax25/ax25_out.c
3816 F: net/ax25/ax25_timer.c
3817 F: net/ax25/sysctl_net_ax25.c
3819 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3820 L: netdev@vger.kernel.org
3822 F: Documentation/networking/dmfe.txt
3823 F: drivers/net/ethernet/dec/tulip/dmfe.c
3825 DC390/AM53C974 SCSI driver
3826 M: Hannes Reinecke <hare@suse.com>
3827 L: linux-scsi@vger.kernel.org
3829 F: drivers/scsi/am53c974.c
3832 M: Oliver Neukum <oliver@neukum.org>
3833 M: Ali Akcaagac <aliakc@web.de>
3834 M: Jamie Lenehan <lenehan@twibble.org>
3835 L: dc395x@twibble.org
3836 W: http://twibble.org/dist/dc395x/
3837 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3839 F: Documentation/scsi/dc395x.txt
3840 F: drivers/scsi/dc395x.*
3843 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3844 L: dccp@vger.kernel.org
3845 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3847 F: include/linux/dccp.h
3848 F: include/uapi/linux/dccp.h
3849 F: include/linux/tfrc.h
3852 DECnet NETWORK LAYER
3853 W: http://linux-decnet.sourceforge.net
3854 L: linux-decnet-user@lists.sourceforge.net
3856 F: Documentation/networking/decnet.txt
3859 DECSTATION PLATFORM SUPPORT
3860 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3861 L: linux-mips@linux-mips.org
3862 W: http://www.linux-mips.org/wiki/DECstation
3865 F: arch/mips/include/asm/dec/
3866 F: arch/mips/include/asm/mach-dec/
3868 DEFXX FDDI NETWORK DRIVER
3869 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3871 F: drivers/net/fddi/defxx.*
3874 M: Matthew Garrett <mjg59@srcf.ucam.org>
3875 M: Pali Rohár <pali.rohar@gmail.com>
3876 L: platform-driver-x86@vger.kernel.org
3878 F: drivers/platform/x86/dell-laptop.c
3880 DELL LAPTOP RBTN DRIVER
3881 M: Pali Rohár <pali.rohar@gmail.com>
3883 F: drivers/platform/x86/dell-rbtn.*
3885 DELL LAPTOP FREEFALL DRIVER
3886 M: Pali Rohár <pali.rohar@gmail.com>
3888 F: drivers/platform/x86/dell-smo8800.c
3890 DELL LAPTOP SMM DRIVER
3891 M: Pali Rohár <pali.rohar@gmail.com>
3893 F: drivers/hwmon/dell-smm-hwmon.c
3894 F: include/uapi/linux/i8k.h
3896 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3897 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3899 F: Documentation/dcdbas.txt
3900 F: drivers/firmware/dcdbas.*
3902 DELL WMI EXTRAS DRIVER
3903 M: Matthew Garrett <mjg59@srcf.ucam.org>
3904 M: Pali Rohár <pali.rohar@gmail.com>
3906 F: drivers/platform/x86/dell-wmi.c
3908 DESIGNWARE USB2 DRD IP DRIVER
3909 M: John Youn <johnyoun@synopsys.com>
3910 L: linux-usb@vger.kernel.org
3911 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3913 F: drivers/usb/dwc2/
3915 DESIGNWARE USB3 DRD IP DRIVER
3916 M: Felipe Balbi <balbi@kernel.org>
3917 L: linux-usb@vger.kernel.org
3918 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3920 F: drivers/usb/dwc3/
3922 DEVANTECH SRF ULTRASONIC RANGER IIO DRIVER
3923 M: Andreas Klinger <ak@it-klinger.de>
3924 L: linux-iio@vger.kernel.org
3926 F: drivers/iio/proximity/srf*.c
3928 DEVICE COREDUMP (DEV_COREDUMP)
3929 M: Johannes Berg <johannes@sipsolutions.net>
3930 L: linux-kernel@vger.kernel.org
3932 F: drivers/base/devcoredump.c
3933 F: include/linux/devcoredump.h
3935 DEVICE FREQUENCY (DEVFREQ)
3936 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3937 M: Kyungmin Park <kyungmin.park@samsung.com>
3938 R: Chanwoo Choi <cw00.choi@samsung.com>
3939 L: linux-pm@vger.kernel.org
3940 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3943 F: include/linux/devfreq.h
3944 F: Documentation/devicetree/bindings/devfreq/
3946 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3947 M: Chanwoo Choi <cw00.choi@samsung.com>
3948 L: linux-pm@vger.kernel.org
3949 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3951 F: drivers/devfreq/event/
3952 F: drivers/devfreq/devfreq-event.c
3953 F: include/linux/devfreq-event.h
3954 F: Documentation/devicetree/bindings/devfreq/event/
3956 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3957 M: Chanwoo Choi <cw00.choi@samsung.com>
3958 L: linux-pm@vger.kernel.org
3959 L: linux-samsung-soc@vger.kernel.org
3960 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3962 F: drivers/devfreq/exynos-bus.c
3963 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3965 DEVICE NUMBER REGISTRY
3966 M: Torben Mathiasen <device@lanana.org>
3967 W: http://lanana.org/docs/device-list/index.html
3971 M: Alasdair Kergon <agk@redhat.com>
3972 M: Mike Snitzer <snitzer@redhat.com>
3973 M: dm-devel@redhat.com
3974 L: dm-devel@redhat.com
3975 W: http://sources.redhat.com/dm
3976 Q: http://patchwork.kernel.org/project/dm-devel/list/
3977 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3978 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3980 F: Documentation/device-mapper/
3982 F: drivers/md/persistent-data/
3983 F: include/linux/device-mapper.h
3984 F: include/linux/dm-*.h
3985 F: include/uapi/linux/dm-*.h
3988 M: Jiri Pirko <jiri@mellanox.com>
3989 L: netdev@vger.kernel.org
3991 F: net/core/devlink.c
3992 F: include/net/devlink.h
3993 F: include/uapi/linux/devlink.h
3995 DIALOG SEMICONDUCTOR DRIVERS
3996 M: Support Opensource <support.opensource@diasemi.com>
3997 W: http://www.dialog-semiconductor.com/products
3999 F: Documentation/hwmon/da90??
4000 F: Documentation/devicetree/bindings/mfd/da90*.txt
4001 F: Documentation/devicetree/bindings/regulator/da92*.txt
4002 F: Documentation/devicetree/bindings/sound/da[79]*.txt
4003 F: drivers/gpio/gpio-da90??.c
4004 F: drivers/hwmon/da90??-hwmon.c
4005 F: drivers/iio/adc/da91??-*.c
4006 F: drivers/input/misc/da90??_onkey.c
4007 F: drivers/input/touchscreen/da9052_tsi.c
4008 F: drivers/leds/leds-da90??.c
4009 F: drivers/mfd/da903x.c
4010 F: drivers/mfd/da90??-*.c
4011 F: drivers/mfd/da91??-*.c
4012 F: drivers/power/supply/da9052-battery.c
4013 F: drivers/power/supply/da91??-*.c
4014 F: drivers/regulator/da903x.c
4015 F: drivers/regulator/da9???-regulator.[ch]
4016 F: drivers/rtc/rtc-da90??.c
4017 F: drivers/video/backlight/da90??_bl.c
4018 F: drivers/watchdog/da90??_wdt.c
4019 F: include/linux/mfd/da903x.h
4020 F: include/linux/mfd/da9052/
4021 F: include/linux/mfd/da9055/
4022 F: include/linux/mfd/da9062/
4023 F: include/linux/mfd/da9063/
4024 F: include/linux/mfd/da9150/
4025 F: include/linux/regulator/da9211.h
4026 F: include/sound/da[79]*.h
4027 F: sound/soc/codecs/da[79]*.[ch]
4029 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
4030 M: William Breathitt Gray <vilhelm.gray@gmail.com>
4031 L: linux-gpio@vger.kernel.org
4033 F: drivers/gpio/gpio-gpio-mm.c
4035 DIGI NEO AND CLASSIC PCI PRODUCTS
4036 M: Lidza Louina <lidza.louina@gmail.com>
4037 M: Mark Hounschell <markh@compro.net>
4038 L: driverdev-devel@linuxdriverproject.org
4040 F: drivers/staging/dgnc/
4042 DIOLAN U2C-12 I2C DRIVER
4043 M: Guenter Roeck <linux@roeck-us.net>
4044 L: linux-i2c@vger.kernel.org
4046 F: drivers/i2c/busses/i2c-diolan-u2c.c
4049 M: Matthew Wilcox <mawilcox@microsoft.com>
4050 M: Ross Zwisler <ross.zwisler@linux.intel.com>
4051 L: linux-fsdevel@vger.kernel.org
4054 F: include/linux/dax.h
4055 F: include/trace/events/fs_dax.h
4057 DIRECTORY NOTIFICATION (DNOTIFY)
4058 M: Eric Paris <eparis@parisplace.org>
4060 F: Documentation/filesystems/dnotify.txt
4061 F: fs/notify/dnotify/
4062 F: include/linux/dnotify.h
4064 DISK GEOMETRY AND PARTITION HANDLING
4065 M: Andries Brouwer <aeb@cwi.nl>
4066 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
4067 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
4068 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
4072 M: Jan Kara <jack@suse.com>
4074 F: Documentation/filesystems/quota.txt
4076 F: include/linux/quota*.h
4077 F: include/uapi/linux/quota*.h
4079 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
4080 M: Bernie Thompson <bernie@plugable.com>
4081 L: linux-fbdev@vger.kernel.org
4083 W: http://plugable.com/category/projects/udlfb/
4084 F: drivers/video/fbdev/udlfb.c
4085 F: include/video/udlfb.h
4086 F: Documentation/fb/udlfb.txt
4088 DISTRIBUTED LOCK MANAGER (DLM)
4089 M: Christine Caulfield <ccaulfie@redhat.com>
4090 M: David Teigland <teigland@redhat.com>
4091 L: cluster-devel@redhat.com
4092 W: http://sources.redhat.com/cluster/
4093 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
4097 DMA BUFFER SHARING FRAMEWORK
4098 M: Sumit Semwal <sumit.semwal@linaro.org>
4100 L: linux-media@vger.kernel.org
4101 L: dri-devel@lists.freedesktop.org
4102 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
4104 F: include/linux/dma-buf*
4105 F: include/linux/reservation.h
4106 F: include/linux/*fence.h
4107 F: Documentation/driver-api/dma-buf.rst
4108 T: git git://anongit.freedesktop.org/drm/drm-misc
4111 M: Sumit Semwal <sumit.semwal@linaro.org>
4112 R: Gustavo Padovan <gustavo@padovan.org>
4114 L: linux-media@vger.kernel.org
4115 L: dri-devel@lists.freedesktop.org
4116 F: drivers/dma-buf/sync_*
4117 F: drivers/dma-buf/dma-fence*
4118 F: drivers/dma-buf/sw_sync.c
4119 F: include/linux/sync_file.h
4120 F: include/uapi/linux/sync_file.h
4121 F: Documentation/sync_file.txt
4122 T: git git://anongit.freedesktop.org/drm/drm-misc
4124 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4125 M: Vinod Koul <vinod.koul@intel.com>
4126 L: dmaengine@vger.kernel.org
4127 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
4130 F: include/linux/dmaengine.h
4131 F: Documentation/devicetree/bindings/dma/
4132 F: Documentation/dmaengine/
4133 T: git git://git.infradead.org/users/vkoul/slave-dma.git
4135 DME1737 HARDWARE MONITOR DRIVER
4136 M: Juerg Haefliger <juergh@gmail.com>
4137 L: linux-hwmon@vger.kernel.org
4139 F: Documentation/hwmon/dme1737
4140 F: drivers/hwmon/dme1737.c
4143 M: Jean Delvare <jdelvare@suse.com>
4145 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4146 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
4147 F: drivers/firmware/dmi-id.c
4148 F: drivers/firmware/dmi_scan.c
4149 F: include/linux/dmi.h
4152 M: Jonathan Corbet <corbet@lwn.net>
4153 L: linux-doc@vger.kernel.org
4156 F: scripts/kernel-doc
4157 X: Documentation/ABI/
4158 X: Documentation/devicetree/
4159 X: Documentation/acpi
4160 X: Documentation/power
4161 X: Documentation/spi
4162 X: Documentation/media
4163 T: git git://git.lwn.net/linux.git docs-next
4166 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
4167 L: blinux-list@redhat.com
4169 F: drivers/char/dtlk.c
4170 F: include/linux/dtlk.h
4172 DPAA2 DATAPATH I/O (DPIO) DRIVER
4173 M: Roy Pledge <Roy.Pledge@nxp.com>
4174 L: linux-kernel@vger.kernel.org
4176 F: drivers/staging/fsl-mc/bus/dpio
4178 DPAA2 ETHERNET DRIVER
4179 M: Ioana Radulescu <ruxandra.radulescu@nxp.com>
4180 L: linux-kernel@vger.kernel.org
4182 F: drivers/staging/fsl-dpaa2/ethernet
4184 DPT_I2O SCSI RAID DRIVER
4185 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4186 L: linux-scsi@vger.kernel.org
4187 W: http://www.adaptec.com/
4189 F: drivers/scsi/dpt*
4190 F: drivers/scsi/dpt/
4193 M: Philipp Reisner <philipp.reisner@linbit.com>
4194 M: Lars Ellenberg <lars.ellenberg@linbit.com>
4195 L: drbd-dev@lists.linbit.com
4196 W: http://www.drbd.org
4197 T: git git://git.linbit.com/linux-drbd.git
4198 T: git git://git.linbit.com/drbd-8.4.git
4200 F: drivers/block/drbd/
4202 F: Documentation/blockdev/drbd/
4204 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
4205 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4206 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4208 F: Documentation/kobject.txt
4212 F: include/linux/debugfs.h
4213 F: include/linux/kobj*
4217 M: David Airlie <airlied@linux.ie>
4218 L: dri-devel@lists.freedesktop.org
4219 T: git git://people.freedesktop.org/~airlied/linux
4220 B: https://bugs.freedesktop.org/
4221 C: irc://chat.freenode.net/dri-devel
4225 F: Documentation/devicetree/bindings/display/
4226 F: Documentation/devicetree/bindings/gpu/
4227 F: Documentation/devicetree/bindings/video/
4228 F: Documentation/gpu/
4230 F: include/uapi/drm/
4231 F: include/linux/vga*
4233 DRM DRIVERS AND MISC GPU PATCHES
4234 M: Daniel Vetter <daniel.vetter@intel.com>
4235 M: Jani Nikula <jani.nikula@linux.intel.com>
4236 M: Sean Paul <seanpaul@chromium.org>
4237 W: https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4239 T: git git://anongit.freedesktop.org/drm/drm-misc
4240 F: Documentation/gpu/
4242 F: drivers/gpu/drm/*
4244 F: include/uapi/drm/drm*
4245 F: include/linux/vga*
4247 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4248 M: Dave Airlie <airlied@redhat.com>
4250 F: drivers/gpu/drm/ast/
4252 DRM DRIVERS FOR BRIDGE CHIPS
4253 M: Archit Taneja <architt@codeaurora.org>
4255 T: git git://anongit.freedesktop.org/drm/drm-misc
4256 F: drivers/gpu/drm/bridge/
4258 DRM DRIVER FOR BOCHS VIRTUAL GPU
4259 M: Gerd Hoffmann <kraxel@redhat.com>
4260 L: virtualization@lists.linux-foundation.org
4261 T: git git://anongit.freedesktop.org/drm/drm-misc
4263 F: drivers/gpu/drm/bochs/
4265 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4266 M: Dave Airlie <airlied@redhat.com>
4267 M: Gerd Hoffmann <kraxel@redhat.com>
4268 L: virtualization@lists.linux-foundation.org
4269 T: git git://anongit.freedesktop.org/drm/drm-misc
4271 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
4272 F: drivers/gpu/drm/cirrus/
4274 RADEON and AMDGPU DRM DRIVERS
4275 M: Alex Deucher <alexander.deucher@amd.com>
4276 M: Christian König <christian.koenig@amd.com>
4277 L: amd-gfx@lists.freedesktop.org
4278 T: git git://people.freedesktop.org/~agd5f/linux
4280 F: drivers/gpu/drm/radeon/
4281 F: include/uapi/drm/radeon_drm.h
4282 F: drivers/gpu/drm/amd/
4283 F: include/uapi/drm/amdgpu_drm.h
4286 M: Thierry Reding <thierry.reding@gmail.com>
4287 L: dri-devel@lists.freedesktop.org
4288 T: git git://anongit.freedesktop.org/tegra/linux.git
4290 F: drivers/gpu/drm/drm_panel.c
4291 F: drivers/gpu/drm/panel/
4292 F: include/drm/drm_panel.h
4293 F: Documentation/devicetree/bindings/display/panel/
4295 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4296 M: Daniel Vetter <daniel.vetter@intel.com>
4297 M: Jani Nikula <jani.nikula@linux.intel.com>
4298 L: intel-gfx@lists.freedesktop.org
4299 W: https://01.org/linuxgraphics/
4300 B: https://01.org/linuxgraphics/documentation/how-report-bugs
4301 C: irc://chat.freenode.net/intel-gfx
4302 Q: http://patchwork.freedesktop.org/project/intel-gfx/
4303 T: git git://anongit.freedesktop.org/drm-intel
4305 F: drivers/gpu/drm/i915/
4306 F: include/drm/i915*
4307 F: include/uapi/drm/i915_drm.h
4308 F: Documentation/gpu/i915.rst
4310 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4311 M: Zhenyu Wang <zhenyuw@linux.intel.com>
4312 M: Zhi Wang <zhi.a.wang@intel.com>
4313 L: intel-gvt-dev@lists.freedesktop.org
4314 L: intel-gfx@lists.freedesktop.org
4315 W: https://01.org/igvt-g
4316 T: git https://github.com/01org/gvt-linux.git
4318 F: drivers/gpu/drm/i915/gvt/
4320 DRM DRIVERS FOR ATMEL HLCDC
4321 M: Boris Brezillon <boris.brezillon@free-electrons.com>
4322 L: dri-devel@lists.freedesktop.org
4324 F: drivers/gpu/drm/atmel-hlcdc/
4325 F: Documentation/devicetree/bindings/drm/atmel/
4326 T: git git://anongit.freedesktop.org/drm/drm-misc
4328 DRM DRIVERS FOR ALLWINNER A10
4329 M: Maxime Ripard <maxime.ripard@free-electrons.com>
4330 L: dri-devel@lists.freedesktop.org
4332 F: drivers/gpu/drm/sun4i/
4333 F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4334 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git
4336 DRM DRIVERS FOR AMLOGIC SOCS
4337 M: Neil Armstrong <narmstrong@baylibre.com>
4338 L: dri-devel@lists.freedesktop.org
4339 L: linux-amlogic@lists.infradead.org
4340 W: http://linux-meson.com/
4342 F: drivers/gpu/drm/meson/
4343 F: Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4344 F: Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
4345 F: Documentation/gpu/meson.rst
4346 T: git git://anongit.freedesktop.org/drm/drm-misc
4348 DRM DRIVERS FOR EXYNOS
4349 M: Inki Dae <inki.dae@samsung.com>
4350 M: Joonyoung Shim <jy0922.shim@samsung.com>
4351 M: Seung-Woo Kim <sw0312.kim@samsung.com>
4352 M: Kyungmin Park <kyungmin.park@samsung.com>
4353 L: dri-devel@lists.freedesktop.org
4354 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4356 F: drivers/gpu/drm/exynos/
4357 F: include/uapi/drm/exynos_drm.h
4358 F: Documentation/devicetree/bindings/display/exynos/
4360 DRM DRIVERS FOR FREESCALE DCU
4361 M: Stefan Agner <stefan@agner.ch>
4362 M: Alison Wang <alison.wang@freescale.com>
4363 L: dri-devel@lists.freedesktop.org
4365 F: drivers/gpu/drm/fsl-dcu/
4366 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
4367 F: Documentation/devicetree/bindings/display/fsl,tcon.txt
4368 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4370 DRM DRIVERS FOR FREESCALE IMX
4371 M: Philipp Zabel <p.zabel@pengutronix.de>
4372 L: dri-devel@lists.freedesktop.org
4374 F: drivers/gpu/drm/imx/
4375 F: drivers/gpu/ipu-v3/
4376 F: Documentation/devicetree/bindings/display/imx/
4378 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4379 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4380 L: dri-devel@lists.freedesktop.org
4381 T: git git://github.com/patjak/drm-gma500
4383 F: drivers/gpu/drm/gma500/
4385 DRM DRIVERS FOR HISILICON
4386 M: Xinliang Liu <z.liuxinliang@hisilicon.com>
4387 M: Rongrong Zou <zourongrong@gmail.com>
4388 R: Xinwei Kong <kong.kongxinwei@hisilicon.com>
4389 R: Chen Feng <puck.chen@hisilicon.com>
4390 L: dri-devel@lists.freedesktop.org
4391 T: git git://github.com/xin3liang/linux.git
4393 F: drivers/gpu/drm/hisilicon/
4394 F: Documentation/devicetree/bindings/display/hisilicon/
4396 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4397 S: Orphan / Obsolete
4398 F: drivers/gpu/drm/i810/
4399 F: include/uapi/drm/i810_drm.h
4401 DRM DRIVERS FOR MEDIATEK
4402 M: CK Hu <ck.hu@mediatek.com>
4403 M: Philipp Zabel <p.zabel@pengutronix.de>
4404 L: dri-devel@lists.freedesktop.org
4406 F: drivers/gpu/drm/mediatek/
4407 F: Documentation/devicetree/bindings/display/mediatek/
4409 DRM DRIVER FOR MI0283QT
4410 M: Noralf Trønnes <noralf@tronnes.org>
4412 F: drivers/gpu/drm/tinydrm/mi0283qt.c
4413 F: Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
4415 DRM DRIVER FOR MSM ADRENO GPU
4416 M: Rob Clark <robdclark@gmail.com>
4417 L: linux-arm-msm@vger.kernel.org
4418 L: dri-devel@lists.freedesktop.org
4419 L: freedreno@lists.freedesktop.org
4420 T: git git://people.freedesktop.org/~robclark/linux
4422 F: drivers/gpu/drm/msm/
4423 F: include/uapi/drm/msm_drm.h
4424 F: Documentation/devicetree/bindings/display/msm/
4426 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4427 M: Ben Skeggs <bskeggs@redhat.com>
4428 L: dri-devel@lists.freedesktop.org
4429 L: nouveau@lists.freedesktop.org
4430 T: git git://github.com/skeggsb/linux
4432 F: drivers/gpu/drm/nouveau/
4433 F: include/uapi/drm/nouveau_drm.h
4435 DRM DRIVERS FOR NVIDIA TEGRA
4436 M: Thierry Reding <thierry.reding@gmail.com>
4437 L: dri-devel@lists.freedesktop.org
4438 L: linux-tegra@vger.kernel.org
4439 T: git git://anongit.freedesktop.org/tegra/linux.git
4441 F: drivers/gpu/drm/tegra/
4442 F: drivers/gpu/host1x/
4443 F: include/linux/host1x.h
4444 F: include/uapi/drm/tegra_drm.h
4445 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4447 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4448 S: Orphan / Obsolete
4449 F: drivers/gpu/drm/mga/
4450 F: include/uapi/drm/mga_drm.h
4452 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4453 M: Dave Airlie <airlied@redhat.com>
4455 F: drivers/gpu/drm/mgag200/
4457 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4458 S: Orphan / Obsolete
4459 F: drivers/gpu/drm/r128/
4460 F: include/uapi/drm/r128_drm.h
4462 DRM DRIVERS FOR RENESAS
4463 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4464 L: dri-devel@lists.freedesktop.org
4465 L: linux-renesas-soc@vger.kernel.org
4466 T: git git://linuxtv.org/pinchartl/fbdev
4468 F: drivers/gpu/drm/rcar-du/
4469 F: drivers/gpu/drm/shmobile/
4470 F: include/linux/platform_data/shmob_drm.h
4471 F: Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt
4472 F: Documentation/devicetree/bindings/display/renesas,du.txt
4474 DRM DRIVER FOR QXL VIRTUAL GPU
4475 M: Dave Airlie <airlied@redhat.com>
4476 M: Gerd Hoffmann <kraxel@redhat.com>
4477 L: virtualization@lists.linux-foundation.org
4478 T: git git://anongit.freedesktop.org/drm/drm-misc
4480 F: drivers/gpu/drm/qxl/
4481 F: include/uapi/drm/qxl_drm.h
4483 DRM DRIVERS FOR ROCKCHIP
4484 M: Mark Yao <mark.yao@rock-chips.com>
4485 L: dri-devel@lists.freedesktop.org
4487 F: drivers/gpu/drm/rockchip/
4488 F: Documentation/devicetree/bindings/display/rockchip/
4489 T: git git://anongit.freedesktop.org/drm/drm-misc
4491 DRM DRIVER FOR SAVAGE VIDEO CARDS
4492 S: Orphan / Obsolete
4493 F: drivers/gpu/drm/savage/
4494 F: include/uapi/drm/savage_drm.h
4496 DRM DRIVER FOR SIS VIDEO CARDS
4497 S: Orphan / Obsolete
4498 F: drivers/gpu/drm/sis/
4499 F: include/uapi/drm/sis_drm.h
4502 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
4503 M: Vincent Abriou <vincent.abriou@st.com>
4504 L: dri-devel@lists.freedesktop.org
4505 T: git git://anongit.freedesktop.org/drm/drm-misc
4507 F: drivers/gpu/drm/sti
4508 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
4510 DRM DRIVER FOR TDFX VIDEO CARDS
4511 S: Orphan / Obsolete
4512 F: drivers/gpu/drm/tdfx/
4514 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4515 M: Dave Airlie <airlied@redhat.com>
4517 F: drivers/gpu/drm/udl/
4519 DRM DRIVERS FOR VIVANTE GPU IP
4520 M: Lucas Stach <l.stach@pengutronix.de>
4521 R: Russell King <linux+etnaviv@armlinux.org.uk>
4522 R: Christian Gmeiner <christian.gmeiner@gmail.com>
4523 L: etnaviv@lists.freedesktop.org
4524 L: dri-devel@lists.freedesktop.org
4526 F: drivers/gpu/drm/etnaviv/
4527 F: include/uapi/drm/etnaviv_drm.h
4528 F: Documentation/devicetree/bindings/display/etnaviv/
4530 DRM DRIVER FOR VMWARE VIRTUAL GPU
4531 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4532 M: Sinclair Yeh <syeh@vmware.com>
4533 M: Thomas Hellstrom <thellstrom@vmware.com>
4534 L: dri-devel@lists.freedesktop.org
4535 T: git git://people.freedesktop.org/~syeh/repos_linux
4536 T: git git://people.freedesktop.org/~thomash/linux
4538 F: drivers/gpu/drm/vmwgfx/
4539 F: include/uapi/drm/vmwgfx_drm.h
4542 M: Eric Anholt <eric@anholt.net>
4543 T: git git://github.com/anholt/linux
4545 F: drivers/gpu/drm/vc4/
4546 F: include/uapi/drm/vc4_drm.h
4547 F: Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4548 T: git git://anongit.freedesktop.org/drm/drm-misc
4550 DRM DRIVERS FOR TI OMAP
4551 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4552 L: dri-devel@lists.freedesktop.org
4554 F: drivers/gpu/drm/omapdrm/
4555 F: Documentation/devicetree/bindings/display/ti/
4557 DRM DRIVERS FOR TI LCDC
4558 M: Jyri Sarha <jsarha@ti.com>
4559 R: Tomi Valkeinen <tomi.valkeinen@ti.com>
4560 L: dri-devel@lists.freedesktop.org
4562 F: drivers/gpu/drm/tilcdc/
4563 F: Documentation/devicetree/bindings/display/tilcdc/
4565 DRM DRIVERS FOR ZTE ZX
4566 M: Shawn Guo <shawnguo@kernel.org>
4567 L: dri-devel@lists.freedesktop.org
4569 F: drivers/gpu/drm/zte/
4570 F: Documentation/devicetree/bindings/display/zte,vou.txt
4571 T: git git://anongit.freedesktop.org/drm/drm-misc
4573 DSBR100 USB FM RADIO DRIVER
4574 M: Alexey Klimov <klimov.linux@gmail.com>
4575 L: linux-media@vger.kernel.org
4576 T: git git://linuxtv.org/media_tree.git
4578 F: drivers/media/radio/dsbr100.c
4581 M: Francois Romieu <romieu@fr.zoreil.com>
4582 L: netdev@vger.kernel.org
4584 F: drivers/net/wan/dscc4.c
4587 M: Hans Verkuil <hverkuil@xs4all.nl>
4588 L: linux-media@vger.kernel.org
4589 T: git git://linuxtv.org/media_tree.git
4590 W: https://linuxtv.org
4592 F: drivers/media/pci/dt3155/
4594 DVB_USB_AF9015 MEDIA DRIVER
4595 M: Antti Palosaari <crope@iki.fi>
4596 L: linux-media@vger.kernel.org
4597 W: https://linuxtv.org
4598 W: http://palosaari.fi/linux/
4599 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4600 T: git git://linuxtv.org/anttip/media_tree.git
4602 F: drivers/media/usb/dvb-usb-v2/af9015*
4604 DVB_USB_AF9035 MEDIA DRIVER
4605 M: Antti Palosaari <crope@iki.fi>
4606 L: linux-media@vger.kernel.org
4607 W: https://linuxtv.org
4608 W: http://palosaari.fi/linux/
4609 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4610 T: git git://linuxtv.org/anttip/media_tree.git
4612 F: drivers/media/usb/dvb-usb-v2/af9035*
4614 DVB_USB_ANYSEE MEDIA DRIVER
4615 M: Antti Palosaari <crope@iki.fi>
4616 L: linux-media@vger.kernel.org
4617 W: https://linuxtv.org
4618 W: http://palosaari.fi/linux/
4619 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4620 T: git git://linuxtv.org/anttip/media_tree.git
4622 F: drivers/media/usb/dvb-usb-v2/anysee*
4624 DVB_USB_AU6610 MEDIA DRIVER
4625 M: Antti Palosaari <crope@iki.fi>
4626 L: linux-media@vger.kernel.org
4627 W: https://linuxtv.org
4628 W: http://palosaari.fi/linux/
4629 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4630 T: git git://linuxtv.org/anttip/media_tree.git
4632 F: drivers/media/usb/dvb-usb-v2/au6610*
4634 DVB_USB_CE6230 MEDIA DRIVER
4635 M: Antti Palosaari <crope@iki.fi>
4636 L: linux-media@vger.kernel.org
4637 W: https://linuxtv.org
4638 W: http://palosaari.fi/linux/
4639 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4640 T: git git://linuxtv.org/anttip/media_tree.git
4642 F: drivers/media/usb/dvb-usb-v2/ce6230*
4644 DVB_USB_CXUSB MEDIA DRIVER
4645 M: Michael Krufky <mkrufky@linuxtv.org>
4646 L: linux-media@vger.kernel.org
4647 W: https://linuxtv.org
4648 W: http://github.com/mkrufky
4649 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4650 T: git git://linuxtv.org/media_tree.git
4652 F: drivers/media/usb/dvb-usb/cxusb*
4654 DVB_USB_EC168 MEDIA DRIVER
4655 M: Antti Palosaari <crope@iki.fi>
4656 L: linux-media@vger.kernel.org
4657 W: https://linuxtv.org
4658 W: http://palosaari.fi/linux/
4659 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4660 T: git git://linuxtv.org/anttip/media_tree.git
4662 F: drivers/media/usb/dvb-usb-v2/ec168*
4664 DVB_USB_GL861 MEDIA DRIVER
4665 M: Antti Palosaari <crope@iki.fi>
4666 L: linux-media@vger.kernel.org
4667 W: https://linuxtv.org
4668 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4669 T: git git://linuxtv.org/anttip/media_tree.git
4671 F: drivers/media/usb/dvb-usb-v2/gl861*
4673 DVB_USB_MXL111SF MEDIA DRIVER
4674 M: Michael Krufky <mkrufky@linuxtv.org>
4675 L: linux-media@vger.kernel.org
4676 W: https://linuxtv.org
4677 W: http://github.com/mkrufky
4678 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4679 T: git git://linuxtv.org/mkrufky/mxl111sf.git
4681 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
4683 DVB_USB_RTL28XXU MEDIA DRIVER
4684 M: Antti Palosaari <crope@iki.fi>
4685 L: linux-media@vger.kernel.org
4686 W: https://linuxtv.org
4687 W: http://palosaari.fi/linux/
4688 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4689 T: git git://linuxtv.org/anttip/media_tree.git
4691 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
4693 DVB_USB_V2 MEDIA DRIVER
4694 M: Antti Palosaari <crope@iki.fi>
4695 L: linux-media@vger.kernel.org
4696 W: https://linuxtv.org
4697 W: http://palosaari.fi/linux/
4698 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4699 T: git git://linuxtv.org/anttip/media_tree.git
4701 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
4702 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
4705 M: Jason Baron <jbaron@akamai.com>
4707 F: lib/dynamic_debug.c
4708 F: include/linux/dynamic_debug.h
4710 DZ DECSTATION DZ11 SERIAL DRIVER
4711 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4713 F: drivers/tty/serial/dz.*
4715 E3X0 POWER BUTTON DRIVER
4716 M: Moritz Fischer <moritz.fischer@ettus.com>
4717 L: usrp-users@lists.ettus.com
4718 W: http://www.ettus.com
4720 F: drivers/input/misc/e3x0-button.c
4721 F: Documentation/devicetree/bindings/input/e3x0-button.txt
4724 M: Antti Palosaari <crope@iki.fi>
4725 L: linux-media@vger.kernel.org
4726 W: https://linuxtv.org
4727 W: http://palosaari.fi/linux/
4728 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4729 T: git git://linuxtv.org/anttip/media_tree.git
4731 F: drivers/media/tuners/e4000*
4733 EATA ISA/EISA/PCI SCSI DRIVER
4734 M: Dario Ballabio <ballabio_dario@emc.com>
4735 L: linux-scsi@vger.kernel.org
4737 F: drivers/scsi/eata.c
4740 M: Antti Palosaari <crope@iki.fi>
4741 L: linux-media@vger.kernel.org
4742 W: https://linuxtv.org
4743 W: http://palosaari.fi/linux/
4744 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4745 T: git git://linuxtv.org/anttip/media_tree.git
4747 F: drivers/media/dvb-frontends/ec100*
4750 M: Tyler Hicks <tyhicks@canonical.com>
4751 L: ecryptfs@vger.kernel.org
4752 W: http://ecryptfs.org
4753 W: https://launchpad.net/ecryptfs
4754 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4756 F: Documentation/filesystems/ecryptfs.txt
4760 M: Borislav Petkov <bp@alien8.de>
4761 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4762 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4763 L: linux-edac@vger.kernel.org
4764 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4765 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4767 F: Documentation/admin-guide/ras.rst
4768 F: Documentation/driver-api/edac.rst
4770 F: include/linux/edac.h
4773 M: Borislav Petkov <bp@alien8.de>
4774 L: linux-edac@vger.kernel.org
4776 F: drivers/edac/amd64_edac*
4779 M: Robert Richter <rric@kernel.org>
4780 L: linux-edac@vger.kernel.org
4782 F: drivers/edac/highbank*
4785 M: Ralf Baechle <ralf@linux-mips.org>
4786 M: David Daney <david.daney@cavium.com>
4787 L: linux-edac@vger.kernel.org
4788 L: linux-mips@linux-mips.org
4790 F: drivers/edac/octeon_edac*
4791 F: drivers/edac/thunderx_edac*
4794 M: Mark Gross <mark.gross@intel.com>
4795 L: linux-edac@vger.kernel.org
4797 F: drivers/edac/e752x_edac.c
4800 L: linux-edac@vger.kernel.org
4802 F: drivers/edac/e7xxx_edac.c
4805 M: York Sun <york.sun@nxp.com>
4806 L: linux-edac@vger.kernel.org
4808 F: drivers/edac/fsl_ddr_edac.*
4811 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4812 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4813 L: linux-edac@vger.kernel.org
4815 F: drivers/edac/ghes_edac.c
4818 M: Tim Small <tim@buttersideup.com>
4819 L: linux-edac@vger.kernel.org
4821 F: drivers/edac/i82443bxgx_edac.c
4824 L: linux-edac@vger.kernel.org
4826 F: drivers/edac/i3000_edac.c
4829 L: linux-edac@vger.kernel.org
4831 F: drivers/edac/i5000_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/i5400_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/i7300_edac.c
4848 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4849 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4850 L: linux-edac@vger.kernel.org
4852 F: drivers/edac/i7core_edac.c
4855 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4856 M: "Arvind R." <arvino55@gmail.com>
4857 L: linux-edac@vger.kernel.org
4859 F: drivers/edac/i82975x_edac.c
4862 M: Jason Baron <jbaron@akamai.com>
4863 L: linux-edac@vger.kernel.org
4865 F: drivers/edac/ie31200_edac.c
4868 M: Johannes Thumshirn <morbidrsa@gmail.com>
4869 L: linux-edac@vger.kernel.org
4871 F: drivers/edac/mpc85xx_edac.[ch]
4874 M: Tony Luck <tony.luck@intel.com>
4875 L: linux-edac@vger.kernel.org
4877 F: drivers/edac/pnd2_edac.[ch]
4880 M: Egor Martovetsky <egor@pasemi.com>
4881 L: linux-edac@vger.kernel.org
4883 F: drivers/edac/pasemi_edac.c
4886 M: Tim Small <tim@buttersideup.com>
4887 L: linux-edac@vger.kernel.org
4889 F: drivers/edac/r82600_edac.c
4892 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4893 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4894 L: linux-edac@vger.kernel.org
4896 F: drivers/edac/sb_edac.c
4899 M: Tony Luck <tony.luck@intel.com>
4900 L: linux-edac@vger.kernel.org
4902 F: drivers/edac/skx_edac.c
4905 APPLIED MICRO (APM) X-GENE SOC EDAC
4906 M: Loc Ho <lho@apm.com>
4908 F: drivers/edac/xgene_edac.c
4909 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4911 EDIROL UA-101/UA-1000 DRIVER
4912 M: Clemens Ladisch <clemens@ladisch.de>
4913 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4914 T: git git://git.alsa-project.org/alsa-kernel.git
4916 F: sound/usb/misc/ua101.c
4918 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4919 M: Matt Fleming <matt@codeblueprint.co.uk>
4920 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
4921 L: linux-efi@vger.kernel.org
4922 T: git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4924 F: Documentation/efi-stub.txt
4925 F: arch/*/kernel/efi.c
4926 F: arch/x86/boot/compressed/eboot.[ch]
4927 F: arch/*/include/asm/efi.h
4928 F: arch/x86/platform/efi/
4929 F: drivers/firmware/efi/
4930 F: include/linux/efi*.h
4931 F: arch/arm/boot/compressed/efi-header.S
4932 F: arch/arm64/kernel/efi-entry.S
4934 EFI VARIABLE FILESYSTEM
4935 M: Matthew Garrett <matthew.garrett@nebula.com>
4936 M: Jeremy Kerr <jk@ozlabs.org>
4937 M: Matt Fleming <matt@codeblueprint.co.uk>
4938 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4939 L: linux-efi@vger.kernel.org
4943 EFIFB FRAMEBUFFER DRIVER
4944 L: linux-fbdev@vger.kernel.org
4945 M: Peter Jones <pjones@redhat.com>
4947 F: drivers/video/fbdev/efifb.c
4950 L: linux-efi@vger.kernel.org
4951 M: Ivan Hu <ivan.hu@canonical.com>
4952 M: Matt Fleming <matt@codeblueprint.co.uk>
4954 F: drivers/firmware/efi/test/
4957 W: http://aeschi.ch.eu.org/efs/
4961 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4962 M: Douglas Miller <dougmill@linux.vnet.ibm.com>
4963 L: netdev@vger.kernel.org
4965 F: drivers/net/ethernet/ibm/ehea/
4967 EM28XX VIDEO4LINUX DRIVER
4968 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4969 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4970 L: linux-media@vger.kernel.org
4971 W: https://linuxtv.org
4972 T: git git://linuxtv.org/media_tree.git
4974 F: drivers/media/usb/em28xx/
4975 F: Documentation/media/v4l-drivers/em28xx*
4978 M: Paul Gortmaker <paul.gortmaker@windriver.com>
4979 M: Matt Mackall <mpm@selenic.com>
4980 M: David Woodhouse <dwmw2@infradead.org>
4981 L: linux-embedded@vger.kernel.org
4984 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
4985 M: James Smart <james.smart@broadcom.com>
4986 M: Dick Kennedy <dick.kennedy@broadcom.com>
4987 L: linux-scsi@vger.kernel.org
4988 W: http://www.broadcom.com
4990 F: drivers/scsi/lpfc/
4992 ENE CB710 FLASH CARD READER DRIVER
4993 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4995 F: drivers/misc/cb710/
4996 F: drivers/mmc/host/cb710-mmc.*
4997 F: include/linux/cb710.h
4999 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
5000 M: Maxim Levitsky <maximlevitsky@gmail.com>
5002 F: drivers/media/rc/ene_ir.*
5004 EPSON S1D13XXX FRAMEBUFFER DRIVER
5005 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
5007 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
5008 F: drivers/video/fbdev/s1d13xxxfb.c
5009 F: include/video/s1d13xxxfb.h
5011 ET131X NETWORK DRIVER
5012 M: Mark Einon <mark.einon@gmail.com>
5014 F: drivers/net/ethernet/agere/
5017 M: Stephen Hemminger <stephen@networkplumber.org>
5018 L: bridge@lists.linux-foundation.org (moderated for non-subscribers)
5019 L: netdev@vger.kernel.org
5020 W: http://www.linuxfoundation.org/en/Net:Bridge
5022 F: include/linux/netfilter_bridge/
5025 ETHERNET PHY LIBRARY
5026 M: Andrew Lunn <andrew@lunn.ch>
5027 M: Florian Fainelli <f.fainelli@gmail.com>
5028 L: netdev@vger.kernel.org
5030 F: include/linux/phy.h
5031 F: include/linux/phy_fixed.h
5033 F: Documentation/networking/phy.txt
5034 F: drivers/of/of_mdio.c
5035 F: drivers/of/of_net.c
5038 M: Jan Kara <jack@suse.com>
5039 L: linux-ext4@vger.kernel.org
5041 F: Documentation/filesystems/ext2.txt
5043 F: include/linux/ext2*
5046 M: "Theodore Ts'o" <tytso@mit.edu>
5047 M: Andreas Dilger <adilger.kernel@dilger.ca>
5048 L: linux-ext4@vger.kernel.org
5049 W: http://ext4.wiki.kernel.org
5050 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
5051 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
5053 F: Documentation/filesystems/ext4.txt
5056 Extended Verification Module (EVM)
5057 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5058 L: linux-ima-devel@lists.sourceforge.net
5059 L: linux-security-module@vger.kernel.org
5061 F: security/integrity/evm/
5063 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
5064 M: MyungJoo Ham <myungjoo.ham@samsung.com>
5065 M: Chanwoo Choi <cw00.choi@samsung.com>
5066 L: linux-kernel@vger.kernel.org
5067 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
5070 F: include/linux/extcon/
5071 F: include/linux/extcon.h
5072 F: Documentation/extcon/
5073 F: Documentation/devicetree/bindings/extcon/
5076 M: Jingoo Han <jingoohan1@gmail.com>
5077 L: dri-devel@lists.freedesktop.org
5079 F: drivers/gpu/drm/exynos/exynos_dp*
5081 EXYNOS SYSMMU (IOMMU) driver
5082 M: Marek Szyprowski <m.szyprowski@samsung.com>
5083 L: iommu@lists.linux-foundation.org
5085 F: drivers/iommu/exynos-iommu.c
5087 EZchip NPS platform support
5088 M: Noam Camus <noamc@ezchip.com>
5090 F: arch/arc/plat-eznps
5091 F: arch/arc/boot/dts/eznps.dts
5093 F71805F HARDWARE MONITORING DRIVER
5094 M: Jean Delvare <jdelvare@suse.com>
5095 L: linux-hwmon@vger.kernel.org
5097 F: Documentation/hwmon/f71805f
5098 F: drivers/hwmon/f71805f.c
5101 M: Michael Buesch <m@bues.ch>
5102 L: linux-media@vger.kernel.org
5104 F: drivers/media/tuners/fc0011.h
5105 F: drivers/media/tuners/fc0011.c
5108 M: Antti Palosaari <crope@iki.fi>
5109 L: linux-media@vger.kernel.org
5110 W: https://linuxtv.org
5111 W: http://palosaari.fi/linux/
5112 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5113 T: git git://linuxtv.org/anttip/media_tree.git
5115 F: drivers/media/tuners/fc2580*
5118 M: Eric Paris <eparis@redhat.com>
5120 F: fs/notify/fanotify/
5121 F: include/linux/fanotify.h
5122 F: include/uapi/linux/fanotify.h
5124 FARSYNC SYNCHRONOUS DRIVER
5125 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
5126 W: http://www.farsite.co.uk/
5128 F: drivers/net/wan/farsync.*
5130 FAULT INJECTION SUPPORT
5131 M: Akinobu Mita <akinobu.mita@gmail.com>
5133 F: Documentation/fault-injection/
5134 F: lib/fault-inject.c
5136 FBTFT Framebuffer drivers
5137 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5139 F: drivers/staging/fbtft/
5141 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
5142 M: Johannes Thumshirn <jth@kernel.org>
5143 L: fcoe-devel@open-fcoe.org
5144 W: www.Open-FCoE.org
5146 F: drivers/scsi/libfc/
5147 F: drivers/scsi/fcoe/
5149 F: include/scsi/libfc.h
5150 F: include/scsi/libfcoe.h
5151 F: include/uapi/scsi/fc/
5153 FILE LOCKING (flock() and fcntl()/lockf())
5154 M: Jeff Layton <jlayton@poochiereds.net>
5155 M: "J. Bruce Fields" <bfields@fieldses.org>
5156 L: linux-fsdevel@vger.kernel.org
5158 F: include/linux/fcntl.h
5159 F: include/linux/fs.h
5160 F: include/uapi/linux/fcntl.h
5161 F: include/uapi/linux/fs.h
5165 FILESYSTEMS (VFS and infrastructure)
5166 M: Alexander Viro <viro@zeniv.linux.org.uk>
5167 L: linux-fsdevel@vger.kernel.org
5171 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5172 M: Riku Voipio <riku.voipio@iki.fi>
5173 L: linux-hwmon@vger.kernel.org
5175 F: drivers/hwmon/f75375s.c
5176 F: include/linux/f75375s.h
5178 FIREWIRE AUDIO DRIVERS
5179 M: Clemens Ladisch <clemens@ladisch.de>
5180 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5181 T: git git://git.alsa-project.org/alsa-kernel.git
5185 FIREWIRE MEDIA DRIVERS (firedtv)
5186 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
5187 L: linux-media@vger.kernel.org
5188 L: linux1394-devel@lists.sourceforge.net
5189 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5191 F: drivers/media/firewire/
5193 FIREWIRE SBP-2 TARGET
5194 M: Chris Boot <bootc@bootc.net>
5195 L: linux-scsi@vger.kernel.org
5196 L: target-devel@vger.kernel.org
5197 L: linux1394-devel@lists.sourceforge.net
5198 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5200 F: drivers/target/sbp/
5203 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
5204 L: linux1394-devel@lists.sourceforge.net
5205 W: http://ieee1394.wiki.kernel.org/
5206 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5208 F: drivers/firewire/
5209 F: include/linux/firewire.h
5210 F: include/uapi/linux/firewire*.h
5213 FIRMWARE LOADER (request_firmware)
5214 M: Luis R. Rodriguez <mcgrof@kernel.org>
5215 L: linux-kernel@vger.kernel.org
5217 F: Documentation/firmware_class/
5218 F: drivers/base/firmware*.c
5219 F: include/linux/firmware.h
5221 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5222 M: Joshua Morris <josh.h.morris@us.ibm.com>
5223 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5225 F: drivers/block/rsxx/
5228 M: Jiri Kosina <jikos@kernel.org>
5229 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5231 F: drivers/block/floppy.c
5234 M: Alessandro Rubini <rubini@gnudd.com>
5235 W: http://www.ohwr.org/projects/fmc-bus
5238 F: include/linux/fmc*.h
5239 F: include/linux/ipmi-fru.h
5242 FPGA MANAGER FRAMEWORK
5243 M: Alan Tull <atull@kernel.org>
5244 R: Moritz Fischer <moritz.fischer@ettus.com>
5245 L: linux-fpga@vger.kernel.org
5247 T: git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5248 F: Documentation/fpga/
5249 F: Documentation/devicetree/bindings/fpga/
5251 F: include/linux/fpga/
5252 W: http://www.rocketboards.org
5255 M: Bill Metzenthen <billm@melbpc.org.au>
5256 W: http://floatingpoint.sourceforge.net/emulator/index.html
5258 F: arch/x86/math-emu/
5260 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5261 L: netdev@vger.kernel.org
5263 F: drivers/net/wan/dlci.c
5264 F: drivers/net/wan/sdla.c
5267 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5268 L: linux-fbdev@vger.kernel.org
5269 T: git git://github.com/bzolnier/linux.git
5270 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
5272 F: Documentation/fb/
5275 F: include/linux/fb.h
5276 F: include/uapi/video/
5277 F: include/uapi/linux/fb.h
5279 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5280 M: Horia Geantă <horia.geanta@nxp.com>
5281 M: Dan Douglass <dan.douglass@nxp.com>
5282 L: linux-crypto@vger.kernel.org
5284 F: drivers/crypto/caam/
5285 F: Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5287 FREESCALE DIU FRAMEBUFFER DRIVER
5288 M: Timur Tabi <timur@tabi.org>
5289 L: linux-fbdev@vger.kernel.org
5291 F: drivers/video/fbdev/fsl-diu-fb.*
5293 FREESCALE DMA DRIVER
5294 M: Li Yang <leoli@freescale.com>
5295 M: Zhang Wei <zw@zh-kernel.org>
5296 L: linuxppc-dev@lists.ozlabs.org
5298 F: drivers/dma/fsldma.*
5300 FREESCALE GPMI NAND DRIVER
5301 M: Han Xu <han.xu@nxp.com>
5302 L: linux-mtd@lists.infradead.org
5304 F: drivers/mtd/nand/gpmi-nand/*
5306 FREESCALE I2C CPM DRIVER
5307 M: Jochen Friedrich <jochen@scram.de>
5308 L: linuxppc-dev@lists.ozlabs.org
5309 L: linux-i2c@vger.kernel.org
5311 F: drivers/i2c/busses/i2c-cpm.c
5313 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5314 M: Sascha Hauer <kernel@pengutronix.de>
5315 L: linux-fbdev@vger.kernel.org
5316 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5318 F: include/linux/platform_data/video-imxfb.h
5319 F: drivers/video/fbdev/imxfb.c
5321 FREESCALE QUAD SPI DRIVER
5322 M: Han Xu <han.xu@nxp.com>
5323 L: linux-mtd@lists.infradead.org
5325 F: drivers/mtd/spi-nor/fsl-quadspi.c
5327 FREESCALE SOC FS_ENET DRIVER
5328 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
5329 M: Vitaly Bordug <vbordug@ru.mvista.com>
5330 L: linuxppc-dev@lists.ozlabs.org
5331 L: netdev@vger.kernel.org
5333 F: drivers/net/ethernet/freescale/fs_enet/
5334 F: include/linux/fs_enet_pd.h
5336 FREESCALE IMX / MXC FEC DRIVER
5337 M: Fugang Duan <fugang.duan@nxp.com>
5338 L: netdev@vger.kernel.org
5340 F: drivers/net/ethernet/freescale/fec_main.c
5341 F: drivers/net/ethernet/freescale/fec_ptp.c
5342 F: drivers/net/ethernet/freescale/fec.h
5343 F: Documentation/devicetree/bindings/net/fsl-fec.txt
5345 FREESCALE QORIQ DPAA FMAN DRIVER
5346 M: Madalin Bucur <madalin.bucur@nxp.com>
5347 L: netdev@vger.kernel.org
5349 F: drivers/net/ethernet/freescale/fman
5350 F: Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5352 FREESCALE QORIQ DPAA ETHERNET DRIVER
5353 M: Madalin Bucur <madalin.bucur@nxp.com>
5354 L: netdev@vger.kernel.org
5356 F: drivers/net/ethernet/freescale/dpaa
5358 FREESCALE SOC DRIVERS
5359 M: Scott Wood <oss@buserror.net>
5360 L: linuxppc-dev@lists.ozlabs.org
5361 L: linux-arm-kernel@lists.infradead.org
5363 F: Documentation/devicetree/bindings/powerpc/fsl/
5365 F: include/linux/fsl/
5367 FREESCALE QUICC ENGINE LIBRARY
5368 M: Qiang Zhao <qiang.zhao@nxp.com>
5369 L: linuxppc-dev@lists.ozlabs.org
5371 F: drivers/soc/fsl/qe/
5372 F: include/soc/fsl/*qe*.h
5373 F: include/soc/fsl/*ucc*.h
5375 FREESCALE USB PERIPHERAL DRIVERS
5376 M: Li Yang <leoli@freescale.com>
5377 L: linux-usb@vger.kernel.org
5378 L: linuxppc-dev@lists.ozlabs.org
5380 F: drivers/usb/gadget/udc/fsl*
5382 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5383 M: Li Yang <leoli@freescale.com>
5384 L: netdev@vger.kernel.org
5385 L: linuxppc-dev@lists.ozlabs.org
5387 F: drivers/net/ethernet/freescale/ucc_geth*
5389 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5390 M: Claudiu Manoil <claudiu.manoil@freescale.com>
5391 L: netdev@vger.kernel.org
5393 F: drivers/net/ethernet/freescale/gianfar*
5394 X: drivers/net/ethernet/freescale/gianfar_ptp.c
5395 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5397 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5398 M: Zhao Qiang <qiang.zhao@nxp.com>
5399 L: netdev@vger.kernel.org
5400 L: linuxppc-dev@lists.ozlabs.org
5402 F: drivers/net/wan/fsl_ucc_hdlc*
5404 FREESCALE QUICC ENGINE UCC UART DRIVER
5405 M: Timur Tabi <timur@tabi.org>
5406 L: linuxppc-dev@lists.ozlabs.org
5408 F: drivers/tty/serial/ucc_uart.c
5410 FREESCALE SOC SOUND DRIVERS
5411 M: Timur Tabi <timur@tabi.org>
5412 M: Nicolin Chen <nicoleotsuka@gmail.com>
5413 M: Xiubo Li <Xiubo.Lee@gmail.com>
5414 R: Fabio Estevam <fabio.estevam@nxp.com>
5415 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5416 L: linuxppc-dev@lists.ozlabs.org
5418 F: sound/soc/fsl/fsl*
5419 F: sound/soc/fsl/imx*
5420 F: sound/soc/fsl/mpc8610_hpcd.c
5423 M: Christoph Hellwig <hch@infradead.org>
5424 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
5429 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5430 M: Pavel Machek <pavel@ucw.cz>
5431 L: linux-pm@vger.kernel.org
5433 F: Documentation/power/freezing-of-tasks.txt
5434 F: include/linux/freezer.h
5438 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5439 L: linux-kernel@vger.kernel.org
5442 F: include/linux/frontswap.h
5444 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5445 M: David Howells <dhowells@redhat.com>
5446 L: linux-cachefs@redhat.com (moderated for non-subscribers)
5448 F: Documentation/filesystems/caching/
5450 F: include/linux/fscache*.h
5452 FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5453 M: Theodore Y. Ts'o <tytso@mit.edu>
5454 M: Jaegeuk Kim <jaegeuk@kernel.org>
5455 L: linux-fscrypt@vger.kernel.org
5456 Q: https://patchwork.kernel.org/project/linux-fscrypt/list/
5457 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git
5460 F: include/linux/fscrypt*.h
5463 M: Jaegeuk Kim <jaegeuk@kernel.org>
5464 M: Chao Yu <yuchao0@huawei.com>
5465 L: linux-f2fs-devel@lists.sourceforge.net
5466 W: https://f2fs.wiki.kernel.org/
5467 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5469 F: Documentation/filesystems/f2fs.txt
5470 F: Documentation/ABI/testing/sysfs-fs-f2fs
5472 F: include/linux/f2fs_fs.h
5473 F: include/trace/events/f2fs.h
5475 FUJITSU FR-V (FRV) PORT
5479 FUJITSU LAPTOP EXTRAS
5480 M: Jonathan Woithe <jwoithe@just42.net>
5481 L: platform-driver-x86@vger.kernel.org
5483 F: drivers/platform/x86/fujitsu-laptop.c
5485 FUJITSU M-5MO LS CAMERA ISP DRIVER
5486 M: Kyungmin Park <kyungmin.park@samsung.com>
5487 M: Heungjun Kim <riverful.kim@samsung.com>
5488 L: linux-media@vger.kernel.org
5490 F: drivers/media/i2c/m5mols/
5491 F: include/media/i2c/m5mols.h
5493 FUJITSU TABLET EXTRAS
5494 M: Robert Gerlach <khnz@gmx.de>
5495 L: platform-driver-x86@vger.kernel.org
5497 F: drivers/platform/x86/fujitsu-tablet.c
5499 FUSE: FILESYSTEM IN USERSPACE
5500 M: Miklos Szeredi <miklos@szeredi.hu>
5501 L: linux-fsdevel@vger.kernel.org
5502 W: http://fuse.sourceforge.net/
5503 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5506 F: include/uapi/linux/fuse.h
5507 F: Documentation/filesystems/fuse.txt
5510 M: Thomas Gleixner <tglx@linutronix.de>
5511 M: Ingo Molnar <mingo@redhat.com>
5512 R: Peter Zijlstra <peterz@infradead.org>
5513 R: Darren Hart <dvhart@infradead.org>
5514 L: linux-kernel@vger.kernel.org
5515 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
5518 F: kernel/futex_compat.c
5519 F: include/asm-generic/futex.h
5520 F: include/linux/futex.h
5521 F: include/uapi/linux/futex.h
5522 F: tools/testing/selftests/futex/
5523 F: tools/perf/bench/futex*
5524 F: Documentation/*futex*
5526 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5527 M: Rik Faith <faith@cs.unc.edu>
5528 L: linux-scsi@vger.kernel.org
5529 S: Odd Fixes (e.g., new signatures)
5530 F: drivers/scsi/fdomain.*
5533 M: Kees Cook <keescook@chromium.org>
5534 R: Emese Revfy <re.emese@gmail.com>
5535 L: kernel-hardening@lists.openwall.com
5537 F: scripts/gcc-plugins/
5538 F: scripts/gcc-plugin.sh
5539 F: scripts/Makefile.gcc-plugins
5540 F: Documentation/gcc-plugins.txt
5542 GCOV BASED KERNEL PROFILING
5543 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5546 F: Documentation/dev-tools/gcov.rst
5548 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5549 M: Achim Leubner <achim_leubner@adaptec.com>
5550 L: linux-scsi@vger.kernel.org
5551 W: http://www.icp-vortex.com/
5553 F: drivers/scsi/gdt*
5555 GDB KERNEL DEBUGGING HELPER SCRIPTS
5556 M: Jan Kiszka <jan.kiszka@siemens.com>
5557 M: Kieran Bingham <kieran@bingham.xyz>
5561 GEMTEK FM RADIO RECEIVER DRIVER
5562 M: Hans Verkuil <hverkuil@xs4all.nl>
5563 L: linux-media@vger.kernel.org
5564 T: git git://linuxtv.org/media_tree.git
5565 W: https://linuxtv.org
5567 F: drivers/media/radio/radio-gemtek*
5569 GENERIC GPIO I2C DRIVER
5570 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
5572 F: drivers/i2c/busses/i2c-gpio.c
5573 F: include/linux/i2c-gpio.h
5575 GENERIC GPIO I2C MULTIPLEXER DRIVER
5576 M: Peter Korsgaard <peter.korsgaard@barco.com>
5577 L: linux-i2c@vger.kernel.org
5579 F: drivers/i2c/muxes/i2c-mux-gpio.c
5580 F: include/linux/i2c-mux-gpio.h
5581 F: Documentation/i2c/muxes/i2c-mux-gpio
5583 GENERIC HDLC (WAN) DRIVERS
5584 M: Krzysztof Halasa <khc@pm.waw.pl>
5585 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
5587 F: drivers/net/wan/c101.c
5588 F: drivers/net/wan/hd6457*
5589 F: drivers/net/wan/hdlc*
5590 F: drivers/net/wan/n2.c
5591 F: drivers/net/wan/pc300too.c
5592 F: drivers/net/wan/pci200syn.c
5593 F: drivers/net/wan/wanxl*
5595 GENERIC INCLUDE/ASM HEADER FILES
5596 M: Arnd Bergmann <arnd@arndb.de>
5597 L: linux-arch@vger.kernel.org
5598 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5600 F: include/asm-generic/
5601 F: include/uapi/asm-generic/
5603 GENERIC PHY FRAMEWORK
5604 M: Kishon Vijay Abraham I <kishon@ti.com>
5605 L: linux-kernel@vger.kernel.org
5606 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5609 F: include/linux/phy/
5612 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5613 M: Kevin Hilman <khilman@kernel.org>
5614 M: Ulf Hansson <ulf.hansson@linaro.org>
5615 L: linux-pm@vger.kernel.org
5617 F: drivers/base/power/domain*.c
5618 F: include/linux/pm_domain.h
5619 F: Documentation/devicetree/bindings/power/power_domain.txt
5621 GENERIC UIO DRIVER FOR PCI DEVICES
5622 M: "Michael S. Tsirkin" <mst@redhat.com>
5623 L: kvm@vger.kernel.org
5625 F: drivers/uio/uio_pci_generic.c
5627 GET_MAINTAINER SCRIPT
5628 M: Joe Perches <joe@perches.com>
5630 F: scripts/get_maintainer.pl
5632 GENWQE (IBM Generic Workqueue Card)
5633 M: Frank Haverkamp <haver@linux.vnet.ibm.com>
5634 M: Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
5636 F: drivers/misc/genwqe/
5639 M: Steven Whitehouse <swhiteho@redhat.com>
5640 M: Bob Peterson <rpeterso@redhat.com>
5641 L: cluster-devel@redhat.com
5642 W: http://sources.redhat.com/cluster/
5643 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5645 F: Documentation/filesystems/gfs2*.txt
5647 F: include/uapi/linux/gfs2_ondisk.h
5649 GIGASET ISDN DRIVERS
5650 M: Paul Bolle <pebolle@tiscali.nl>
5651 L: gigaset307x-common@lists.sourceforge.net
5652 W: http://gigaset307x.sourceforge.net/
5654 F: Documentation/isdn/README.gigaset
5655 F: drivers/isdn/gigaset/
5656 F: include/uapi/linux/gigaset_dev.h
5659 M: Hans Verkuil <hans.verkuil@cisco.com>
5660 L: linux-media@vger.kernel.org
5662 F: drivers/media/usb/go7007/
5665 M: Bastien Nocera <hadess@hadess.net>
5666 L: linux-input@vger.kernel.org
5668 F: drivers/input/touchscreen/goodix.c
5671 M: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5672 L: linux-gpio@vger.kernel.org
5674 F: drivers/gpio/gpio-mockup.c
5675 F: tools/testing/selftests/gpio/
5678 M: Linus Walleij <linus.walleij@linaro.org>
5679 L: linux-gpio@vger.kernel.org
5680 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5682 F: Documentation/devicetree/bindings/gpio/
5683 F: Documentation/gpio/
5684 F: Documentation/ABI/testing/gpio-cdev
5685 F: Documentation/ABI/obsolete/sysfs-gpio
5687 F: include/linux/gpio/
5688 F: include/linux/gpio.h
5689 F: include/asm-generic/gpio.h
5690 F: include/uapi/linux/gpio.h
5693 GRE DEMULTIPLEXER DRIVER
5694 M: Dmitry Kozlov <xeb@mail.ru>
5695 L: netdev@vger.kernel.org
5697 F: net/ipv4/gre_demux.c
5698 F: net/ipv4/gre_offload.c
5699 F: include/net/gre.h
5701 GRETH 10/100/1G Ethernet MAC device driver
5702 M: Andreas Larsson <andreas@gaisler.com>
5703 L: netdev@vger.kernel.org
5705 F: drivers/net/ethernet/aeroflex/
5708 M: Johan Hovold <johan@kernel.org>
5709 M: Alex Elder <elder@kernel.org>
5710 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5712 F: drivers/staging/greybus/
5713 L: greybus-dev@lists.linaro.org (moderated for non-subscribers)
5715 GREYBUS AUDIO PROTOCOLS DRIVERS
5716 M: Vaibhav Agarwal <vaibhav.sr@gmail.com>
5717 M: Mark Greer <mgreer@animalcreek.com>
5719 F: drivers/staging/greybus/audio_apbridgea.c
5720 F: drivers/staging/greybus/audio_apbridgea.h
5721 F: drivers/staging/greybus/audio_codec.c
5722 F: drivers/staging/greybus/audio_codec.h
5723 F: drivers/staging/greybus/audio_gb.c
5724 F: drivers/staging/greybus/audio_manager.c
5725 F: drivers/staging/greybus/audio_manager.h
5726 F: drivers/staging/greybus/audio_manager_module.c
5727 F: drivers/staging/greybus/audio_manager_private.h
5728 F: drivers/staging/greybus/audio_manager_sysfs.c
5729 F: drivers/staging/greybus/audio_module.c
5730 F: drivers/staging/greybus/audio_topology.c
5732 GREYBUS PROTOCOLS DRIVERS
5733 M: Rui Miguel Silva <rmfrfs@gmail.com>
5735 F: drivers/staging/greybus/sdio.c
5736 F: drivers/staging/greybus/light.c
5737 F: drivers/staging/greybus/gpio.c
5738 F: drivers/staging/greybus/power_supply.c
5739 F: drivers/staging/greybus/spi.c
5740 F: drivers/staging/greybus/spilib.c
5742 GREYBUS PROTOCOLS DRIVERS
5743 M: Bryan O'Donoghue <pure.logic@nexus-software.ie>
5745 F: drivers/staging/greybus/loopback.c
5746 F: drivers/staging/greybus/timesync.c
5747 F: drivers/staging/greybus/timesync_platform.c
5749 GREYBUS PROTOCOLS DRIVERS
5750 M: Viresh Kumar <vireshk@kernel.org>
5752 F: drivers/staging/greybus/authentication.c
5753 F: drivers/staging/greybus/bootrom.c
5754 F: drivers/staging/greybus/firmware.h
5755 F: drivers/staging/greybus/fw-core.c
5756 F: drivers/staging/greybus/fw-download.c
5757 F: drivers/staging/greybus/fw-managament.c
5758 F: drivers/staging/greybus/greybus_authentication.h
5759 F: drivers/staging/greybus/greybus_firmware.h
5760 F: drivers/staging/greybus/hid.c
5761 F: drivers/staging/greybus/i2c.c
5762 F: drivers/staging/greybus/spi.c
5763 F: drivers/staging/greybus/spilib.c
5764 F: drivers/staging/greybus/spilib.h
5766 GREYBUS PROTOCOLS DRIVERS
5767 M: David Lin <dtwlin@gmail.com>
5769 F: drivers/staging/greybus/uart.c
5770 F: drivers/staging/greybus/log.c
5772 GREYBUS PLATFORM DRIVERS
5773 M: Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5775 F: drivers/staging/greybus/arche-platform.c
5776 F: drivers/staging/greybus/arche-apb-ctrl.c
5777 F: drivers/staging/greybus/arche_platform.h
5779 GS1662 VIDEO SERIALIZER
5780 M: Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5781 L: linux-media@vger.kernel.org
5782 T: git git://linuxtv.org/media_tree.git
5784 F: drivers/media/spi/gs1662.c
5786 GSPCA FINEPIX SUBDRIVER
5787 M: Frank Zago <frank@zago.net>
5788 L: linux-media@vger.kernel.org
5789 T: git git://linuxtv.org/media_tree.git
5791 F: drivers/media/usb/gspca/finepix.c
5793 GSPCA GL860 SUBDRIVER
5794 M: Olivier Lorin <o.lorin@laposte.net>
5795 L: linux-media@vger.kernel.org
5796 T: git git://linuxtv.org/media_tree.git
5798 F: drivers/media/usb/gspca/gl860/
5800 GSPCA M5602 SUBDRIVER
5801 M: Erik Andren <erik.andren@gmail.com>
5802 L: linux-media@vger.kernel.org
5803 T: git git://linuxtv.org/media_tree.git
5805 F: drivers/media/usb/gspca/m5602/
5807 GSPCA PAC207 SONIXB SUBDRIVER
5808 M: Hans Verkuil <hverkuil@xs4all.nl>
5809 L: linux-media@vger.kernel.org
5810 T: git git://linuxtv.org/media_tree.git
5812 F: drivers/media/usb/gspca/pac207.c
5814 GSPCA SN9C20X SUBDRIVER
5815 M: Brian Johnson <brijohn@gmail.com>
5816 L: linux-media@vger.kernel.org
5817 T: git git://linuxtv.org/media_tree.git
5819 F: drivers/media/usb/gspca/sn9c20x.c
5821 GSPCA T613 SUBDRIVER
5822 M: Leandro Costantino <lcostantino@gmail.com>
5823 L: linux-media@vger.kernel.org
5824 T: git git://linuxtv.org/media_tree.git
5826 F: drivers/media/usb/gspca/t613.c
5828 GSPCA USB WEBCAM DRIVER
5829 M: Hans Verkuil <hverkuil@xs4all.nl>
5830 L: linux-media@vger.kernel.org
5831 T: git git://linuxtv.org/media_tree.git
5833 F: drivers/media/usb/gspca/
5835 GTP (GPRS Tunneling Protocol)
5836 M: Pablo Neira Ayuso <pablo@netfilter.org>
5837 M: Harald Welte <laforge@gnumonks.org>
5838 L: osmocom-net-gprs@lists.osmocom.org
5839 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
5841 F: drivers/net/gtp.c
5843 GUID PARTITION TABLE (GPT)
5844 M: Davidlohr Bueso <dave@stgolabs.net>
5845 L: linux-efi@vger.kernel.org
5847 F: block/partitions/efi.*
5849 STK1160 USB VIDEO CAPTURE DRIVER
5850 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5851 L: linux-media@vger.kernel.org
5852 T: git git://linuxtv.org/media_tree.git
5854 F: drivers/media/usb/stk1160/
5857 M: Yoshinori Sato <ysato@users.sourceforge.jp>
5858 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5859 W: http://uclinux-h8.sourceforge.jp
5860 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5863 F: drivers/clocksource/h8300_*.c
5864 F: drivers/clk/h8300/
5865 F: drivers/irqchip/irq-renesas-h8*.c
5867 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5868 M: Frank Seidel <frank@f-seidel.de>
5869 L: platform-driver-x86@vger.kernel.org
5870 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5872 F: drivers/platform/x86/hdaps.c
5874 HDPVR USB VIDEO ENCODER DRIVER
5875 M: Hans Verkuil <hverkuil@xs4all.nl>
5876 L: linux-media@vger.kernel.org
5877 T: git git://linuxtv.org/media_tree.git
5878 W: https://linuxtv.org
5880 F: drivers/media/usb/hdpvr/
5882 HWPOISON MEMORY FAILURE HANDLING
5883 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5884 L: linux-mm@kvack.org
5886 F: mm/memory-failure.c
5887 F: mm/hwpoison-inject.c
5889 HYPERVISOR VIRTUAL CONSOLE DRIVER
5890 L: linuxppc-dev@lists.ozlabs.org
5895 M: Antti Palosaari <crope@iki.fi>
5896 L: linux-media@vger.kernel.org
5897 W: https://linuxtv.org
5898 W: http://palosaari.fi/linux/
5899 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5900 T: git git://linuxtv.org/anttip/media_tree.git
5902 F: drivers/media/usb/hackrf/
5905 M: Jean Delvare <jdelvare@suse.com>
5906 M: Guenter Roeck <linux@roeck-us.net>
5907 L: linux-hwmon@vger.kernel.org
5908 W: http://hwmon.wiki.kernel.org/
5909 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5910 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5912 F: Documentation/hwmon/
5914 F: include/linux/hwmon*.h
5916 HARDWARE RANDOM NUMBER GENERATOR CORE
5917 M: Matt Mackall <mpm@selenic.com>
5918 M: Herbert Xu <herbert@gondor.apana.org.au>
5919 L: linux-crypto@vger.kernel.org
5921 F: Documentation/devicetree/bindings/rng/
5922 F: Documentation/hw_random.txt
5923 F: drivers/char/hw_random/
5924 F: include/linux/hw_random.h
5926 HARDWARE SPINLOCK CORE
5927 M: Ohad Ben-Cohen <ohad@wizery.com>
5928 M: Bjorn Andersson <bjorn.andersson@linaro.org>
5929 L: linux-remoteproc@vger.kernel.org
5931 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5932 F: Documentation/devicetree/bindings/hwlock/
5933 F: Documentation/hwspinlock.txt
5934 F: drivers/hwspinlock/
5935 F: include/linux/hwspinlock.h
5937 HARMONY SOUND DRIVER
5938 L: linux-parisc@vger.kernel.org
5940 F: sound/parisc/harmony.*
5942 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5943 M: Jimmy Vance <jimmy.vance@hpe.com>
5945 F: Documentation/watchdog/hpwdt.txt
5946 F: drivers/watchdog/hpwdt.c
5948 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5949 M: Don Brace <don.brace@microsemi.com>
5950 L: esc.storagedev@microsemi.com
5951 L: linux-scsi@vger.kernel.org
5953 F: Documentation/scsi/hpsa.txt
5954 F: drivers/scsi/hpsa*.[ch]
5955 F: include/linux/cciss*.h
5956 F: include/uapi/linux/cciss*.h
5958 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5959 M: Don Brace <don.brace@microsemi.com>
5960 L: esc.storagedev@microsemi.com
5961 L: linux-scsi@vger.kernel.org
5963 F: Documentation/blockdev/cciss.txt
5964 F: drivers/block/cciss*
5965 F: include/linux/cciss_ioctl.h
5966 F: include/uapi/linux/cciss_ioctl.h
5969 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
5970 M: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
5971 L: linux-rdma@vger.kernel.org
5973 F: drivers/infiniband/ulp/opa_vnic
5976 M: Mike Marciniszyn <mike.marciniszyn@intel.com>
5977 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
5978 L: linux-rdma@vger.kernel.org
5980 F: drivers/infiniband/hw/hfi1
5983 L: linux-fsdevel@vger.kernel.org
5985 F: Documentation/filesystems/hfs.txt
5989 L: linux-fsdevel@vger.kernel.org
5991 F: Documentation/filesystems/hfsplus.txt
5994 HGA FRAMEBUFFER DRIVER
5995 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5996 L: linux-nvidia@lists.surfsouth.com
5997 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5999 F: drivers/video/fbdev/hgafb.c
6001 HIBERNATION (aka Software Suspend, aka swsusp)
6002 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
6003 M: Pavel Machek <pavel@ucw.cz>
6004 L: linux-pm@vger.kernel.org
6005 B: https://bugzilla.kernel.org
6008 F: drivers/base/power/
6010 F: include/linux/suspend.h
6011 F: include/linux/freezer.h
6012 F: include/linux/pm.h
6013 F: arch/*/include/asm/suspend*.h
6016 M: Jiri Kosina <jikos@kernel.org>
6017 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
6018 L: linux-input@vger.kernel.org
6019 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6022 F: include/linux/hid*
6023 F: include/uapi/linux/hid*
6025 HID SENSOR HUB DRIVERS
6026 M: Jiri Kosina <jikos@kernel.org>
6027 M: Jonathan Cameron <jic23@kernel.org>
6028 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6029 L: linux-input@vger.kernel.org
6030 L: linux-iio@vger.kernel.org
6032 F: Documentation/hid/hid-sensor*
6033 F: drivers/hid/hid-sensor-*
6034 F: drivers/iio/*/hid-*
6035 F: include/linux/hid-sensor-*
6037 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
6038 M: Thomas Gleixner <tglx@linutronix.de>
6039 L: linux-kernel@vger.kernel.org
6040 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6042 F: Documentation/timers/
6043 F: kernel/time/hrtimer.c
6044 F: kernel/time/clockevents.c
6045 F: kernel/time/tick*.*
6046 F: kernel/time/timer_*.c
6047 F: include/linux/clockchips.h
6048 F: include/linux/hrtimer.h
6050 HIGH-SPEED SCC DRIVER FOR AX.25
6051 L: linux-hams@vger.kernel.org
6053 F: drivers/net/hamradio/dmascc.c
6054 F: drivers/net/hamradio/scc.c
6056 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
6057 M: HighPoint Linux Team <linux@highpoint-tech.com>
6058 W: http://www.highpoint-tech.com
6060 F: Documentation/scsi/hptiop.txt
6061 F: drivers/scsi/hptiop.c
6064 M: Jes Sorensen <jes@trained-monkey.org>
6065 L: linux-hippi@sunsite.dk
6067 F: include/linux/hippidevice.h
6068 F: include/uapi/linux/if_hippi.h
6070 F: drivers/net/hippi/
6072 HISILICON NETWORK SUBSYSTEM DRIVER
6073 M: Yisen Zhuang <yisen.zhuang@huawei.com>
6074 M: Salil Mehta <salil.mehta@huawei.com>
6075 L: netdev@vger.kernel.org
6076 W: http://www.hisilicon.com
6078 F: drivers/net/ethernet/hisilicon/
6079 F: Documentation/devicetree/bindings/net/hisilicon*.txt
6081 HISILICON ROCE DRIVER
6082 M: Lijun Ou <oulijun@huawei.com>
6083 M: Wei Hu(Xavier) <xavier.huwei@huawei.com>
6084 L: linux-rdma@vger.kernel.org
6086 F: drivers/infiniband/hw/hns/
6087 F: Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
6089 HISILICON SAS Controller
6090 M: John Garry <john.garry@huawei.com>
6091 W: http://www.hisilicon.com
6093 F: drivers/scsi/hisi_sas/
6094 F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
6097 M: Jouni Malinen <j@w1.fi>
6098 L: linux-wireless@vger.kernel.org
6099 W: http://w1.fi/hostap-driver.html
6101 F: drivers/net/wireless/intersil/hostap/
6103 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
6104 L: platform-driver-x86@vger.kernel.org
6106 F: drivers/platform/x86/tc1100-wmi.c
6108 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
6109 M: Jaroslav Kysela <perex@perex.cz>
6111 F: drivers/net/ethernet/hp/hp100.*
6113 HPET: High Precision Event Timers driver
6114 M: Clemens Ladisch <clemens@ladisch.de>
6116 F: Documentation/timers/hpet.txt
6117 F: drivers/char/hpet.c
6118 F: include/linux/hpet.h
6119 F: include/uapi/linux/hpet.h
6123 F: arch/x86/kernel/hpet.c
6124 F: arch/x86/include/asm/hpet.h
6127 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
6128 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
6133 M: Sebastian Reichel <sre@kernel.org>
6134 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
6136 F: Documentation/ABI/testing/sysfs-bus-hsi
6137 F: Documentation/driver-api/hsi.rst
6139 F: include/linux/hsi/
6140 F: include/uapi/linux/hsi/
6143 L: linux-usb@vger.kernel.org
6145 F: drivers/net/usb/hso.c
6147 HSR NETWORK PROTOCOL
6148 M: Arvid Brodin <arvid.brodin@alten.se>
6149 L: netdev@vger.kernel.org
6153 HTCPEN TOUCHSCREEN DRIVER
6154 M: Pau Oliva Fora <pof@eslack.org>
6155 L: linux-input@vger.kernel.org
6157 F: drivers/input/touchscreen/htcpen.c
6160 M: Nadia Yvette Chambers <nyc@holomorphy.com>
6165 M: Jean-Christophe Trotin <jean-christophe.trotin@st.com>
6166 L: linux-media@vger.kernel.org
6167 T: git git://linuxtv.org/media_tree.git
6168 W: https://linuxtv.org
6170 F: drivers/media/platform/sti/hva
6172 Hyper-V CORE AND DRIVERS
6173 M: "K. Y. Srinivasan" <kys@microsoft.com>
6174 M: Haiyang Zhang <haiyangz@microsoft.com>
6175 M: Stephen Hemminger <sthemmin@microsoft.com>
6176 L: devel@linuxdriverproject.org
6178 F: arch/x86/include/asm/mshyperv.h
6179 F: arch/x86/include/uapi/asm/hyperv.h
6180 F: arch/x86/kernel/cpu/mshyperv.c
6182 F: drivers/hid/hid-hyperv.c
6184 F: drivers/input/serio/hyperv-keyboard.c
6185 F: drivers/pci/host/pci-hyperv.c
6186 F: drivers/net/hyperv/
6187 F: drivers/scsi/storvsc_drv.c
6188 F: drivers/uio/uio_hv_generic.c
6189 F: drivers/video/fbdev/hyperv_fb.c
6190 F: include/linux/hyperv.h
6192 F: Documentation/ABI/stable/sysfs-bus-vmbus
6195 M: Peter Rosin <peda@axentia.se>
6196 L: linux-i2c@vger.kernel.org
6198 F: Documentation/i2c/i2c-topology
6199 F: Documentation/i2c/muxes/
6200 F: Documentation/devicetree/bindings/i2c/i2c-mux*
6201 F: Documentation/devicetree/bindings/i2c/i2c-arb*
6202 F: Documentation/devicetree/bindings/i2c/i2c-gate*
6203 F: drivers/i2c/i2c-mux.c
6204 F: drivers/i2c/muxes/
6205 F: include/linux/i2c-mux.h
6207 I2C OVER PARALLEL PORT
6208 M: Jean Delvare <jdelvare@suse.com>
6209 L: linux-i2c@vger.kernel.org
6211 F: Documentation/i2c/busses/i2c-parport
6212 F: Documentation/i2c/busses/i2c-parport-light
6213 F: drivers/i2c/busses/i2c-parport.c
6214 F: drivers/i2c/busses/i2c-parport-light.c
6216 I2C/SMBUS CONTROLLER DRIVERS FOR PC
6217 M: Jean Delvare <jdelvare@suse.com>
6218 L: linux-i2c@vger.kernel.org
6220 F: Documentation/i2c/busses/i2c-ali1535
6221 F: Documentation/i2c/busses/i2c-ali1563
6222 F: Documentation/i2c/busses/i2c-ali15x3
6223 F: Documentation/i2c/busses/i2c-amd756
6224 F: Documentation/i2c/busses/i2c-amd8111
6225 F: Documentation/i2c/busses/i2c-i801
6226 F: Documentation/i2c/busses/i2c-nforce2
6227 F: Documentation/i2c/busses/i2c-piix4
6228 F: Documentation/i2c/busses/i2c-sis5595
6229 F: Documentation/i2c/busses/i2c-sis630
6230 F: Documentation/i2c/busses/i2c-sis96x
6231 F: Documentation/i2c/busses/i2c-via
6232 F: Documentation/i2c/busses/i2c-viapro
6233 F: drivers/i2c/busses/i2c-ali1535.c
6234 F: drivers/i2c/busses/i2c-ali1563.c
6235 F: drivers/i2c/busses/i2c-ali15x3.c
6236 F: drivers/i2c/busses/i2c-amd756.c
6237 F: drivers/i2c/busses/i2c-amd756-s4882.c
6238 F: drivers/i2c/busses/i2c-amd8111.c
6239 F: drivers/i2c/busses/i2c-i801.c
6240 F: drivers/i2c/busses/i2c-isch.c
6241 F: drivers/i2c/busses/i2c-nforce2.c
6242 F: drivers/i2c/busses/i2c-nforce2-s4985.c
6243 F: drivers/i2c/busses/i2c-piix4.c
6244 F: drivers/i2c/busses/i2c-sis5595.c
6245 F: drivers/i2c/busses/i2c-sis630.c
6246 F: drivers/i2c/busses/i2c-sis96x.c
6247 F: drivers/i2c/busses/i2c-via.c
6248 F: drivers/i2c/busses/i2c-viapro.c
6250 I2C/SMBUS ISMT DRIVER
6251 M: Seth Heasley <seth.heasley@intel.com>
6252 M: Neil Horman <nhorman@tuxdriver.com>
6253 L: linux-i2c@vger.kernel.org
6254 F: drivers/i2c/busses/i2c-ismt.c
6255 F: Documentation/i2c/busses/i2c-ismt
6257 I2C/SMBUS STUB DRIVER
6258 M: Jean Delvare <jdelvare@suse.com>
6259 L: linux-i2c@vger.kernel.org
6261 F: drivers/i2c/i2c-stub.c
6264 M: Wolfram Sang <wsa@the-dreams.de>
6265 L: linux-i2c@vger.kernel.org
6266 W: https://i2c.wiki.kernel.org/
6267 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
6268 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6270 F: Documentation/devicetree/bindings/i2c/
6271 F: Documentation/i2c/
6274 F: include/linux/i2c.h
6275 F: include/linux/i2c-*.h
6276 F: include/uapi/linux/i2c.h
6277 F: include/uapi/linux/i2c-*.h
6280 M: Mika Westerberg <mika.westerberg@linux.intel.com>
6281 L: linux-i2c@vger.kernel.org
6282 L: linux-acpi@vger.kernel.org
6286 M: Jean Delvare <jdelvare@suse.com>
6287 L: linux-i2c@vger.kernel.org
6289 F: Documentation/i2c/busses/i2c-taos-evm
6290 F: drivers/i2c/busses/i2c-taos-evm.c
6293 M: Till Harbaum <till@harbaum.org>
6294 L: linux-i2c@vger.kernel.org
6295 W: http://www.harbaum.org/till/i2c_tiny_usb
6297 F: drivers/i2c/busses/i2c-tiny-usb.c
6300 M: "H. Peter Anvin" <hpa@zytor.com>
6304 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6305 M: "H. Peter Anvin" <hpa@zytor.com>
6306 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6309 IA64 (Itanium) PLATFORM
6310 M: Tony Luck <tony.luck@intel.com>
6311 M: Fenghua Yu <fenghua.yu@intel.com>
6312 L: linux-ia64@vger.kernel.org
6313 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6317 IBM Power VMX Cryptographic instructions
6318 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6319 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6320 L: linux-crypto@vger.kernel.org
6322 F: drivers/crypto/vmx/Makefile
6323 F: drivers/crypto/vmx/Kconfig
6324 F: drivers/crypto/vmx/vmx.c
6325 F: drivers/crypto/vmx/aes*
6326 F: drivers/crypto/vmx/ghash*
6327 F: drivers/crypto/vmx/ppc-xlate.pl
6329 IBM Power in-Nest Crypto Acceleration
6330 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6331 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6332 L: linux-crypto@vger.kernel.org
6334 F: drivers/crypto/nx/Makefile
6335 F: drivers/crypto/nx/Kconfig
6336 F: drivers/crypto/nx/nx-aes*
6337 F: drivers/crypto/nx/nx-sha*
6338 F: drivers/crypto/nx/nx.*
6339 F: drivers/crypto/nx/nx_csbcpb.h
6340 F: drivers/crypto/nx/nx_debugfs.h
6342 IBM Power 842 compression accelerator
6343 M: Haren Myneni <haren@us.ibm.com>
6345 F: drivers/crypto/nx/Makefile
6346 F: drivers/crypto/nx/Kconfig
6347 F: drivers/crypto/nx/nx-842*
6348 F: include/linux/sw842.h
6352 IBM Power Linux RAID adapter
6353 M: Brian King <brking@us.ibm.com>
6355 F: drivers/scsi/ipr.*
6357 IBM Power Virtual Ethernet Device Driver
6358 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6359 L: netdev@vger.kernel.org
6361 F: drivers/net/ethernet/ibm/ibmveth.*
6363 IBM Power SRIOV Virtual NIC Device Driver
6364 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6365 M: John Allen <jallen@linux.vnet.ibm.com>
6366 L: netdev@vger.kernel.org
6368 F: drivers/net/ethernet/ibm/ibmvnic.*
6370 IBM Power Virtual SCSI Device Drivers
6371 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6372 L: linux-scsi@vger.kernel.org
6374 F: drivers/scsi/ibmvscsi/ibmvscsi*
6375 F: include/scsi/viosrp.h
6377 IBM Power Virtual SCSI Device Target Driver
6378 M: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6379 M: Michael Cyr <mikecyr@linux.vnet.ibm.com>
6380 L: linux-scsi@vger.kernel.org
6381 L: target-devel@vger.kernel.org
6383 F: drivers/scsi/ibmvscsi_tgt/
6385 IBM Power Virtual FC Device Drivers
6386 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6387 L: linux-scsi@vger.kernel.org
6389 F: drivers/scsi/ibmvscsi/ibmvfc*
6391 IBM ServeRAID RAID DRIVER
6393 F: drivers/scsi/ips.*
6395 ICH LPC AND GPIO DRIVER
6396 M: Peter Tyser <ptyser@xes-inc.com>
6398 F: drivers/mfd/lpc_ich.c
6399 F: drivers/gpio/gpio-ich.c
6401 IDT VersaClock 5 CLOCK DRIVER
6402 M: Marek Vasut <marek.vasut@gmail.com>
6404 F: drivers/clk/clk-versaclock5.c
6407 M: "David S. Miller" <davem@davemloft.net>
6408 L: linux-ide@vger.kernel.org
6409 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
6410 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6412 F: Documentation/ide/
6414 F: include/linux/ide.h
6416 IDEAPAD LAPTOP EXTRAS DRIVER
6417 M: Ike Panhc <ike.pan@canonical.com>
6418 L: platform-driver-x86@vger.kernel.org
6419 W: http://launchpad.net/ideapad-laptop
6421 F: drivers/platform/x86/ideapad-laptop.c
6423 IDEAPAD LAPTOP SLIDEBAR DRIVER
6424 M: Andrey Moiseev <o2g.org.ru@gmail.com>
6425 L: linux-input@vger.kernel.org
6426 W: https://github.com/o2genum/ideapad-slidebar
6428 F: drivers/input/misc/ideapad_slidebar.c
6431 M: Borislav Petkov <bp@alien8.de>
6432 L: linux-ide@vger.kernel.org
6434 F: Documentation/cdrom/ide-cd
6435 F: drivers/ide/ide-cd*
6437 IEEE 802.15.4 SUBSYSTEM
6438 M: Alexander Aring <aar@pengutronix.de>
6439 M: Stefan Schmidt <stefan@osg.samsung.com>
6440 L: linux-wpan@vger.kernel.org
6441 W: http://wpan.cakelab.org/
6442 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6443 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6447 F: drivers/net/ieee802154/
6448 F: include/linux/nl802154.h
6449 F: include/linux/ieee802154.h
6450 F: include/net/nl802154.h
6451 F: include/net/mac802154.h
6452 F: include/net/af_ieee802154.h
6453 F: include/net/cfg802154.h
6454 F: include/net/ieee802154_netdev.h
6455 F: Documentation/networking/ieee802154.txt
6458 M: Yotam Gigi <yotamg@mellanox.com>
6459 M: Jamal Hadi Salim <jhs@mojatatu.com>
6461 F: include/net/ife.h
6462 F: include/uapi/linux/ife.h
6464 IGORPLUG-USB IR RECEIVER
6465 M: Sean Young <sean@mess.org>
6466 L: linux-media@vger.kernel.org
6468 F: drivers/media/rc/igorplugusb.c
6470 IGUANAWORKS USB IR TRANSCEIVER
6471 M: Sean Young <sean@mess.org>
6472 L: linux-media@vger.kernel.org
6474 F: drivers/media/rc/iguanair.c
6476 IIO DIGITAL POTENTIOMETER DAC
6477 M: Peter Rosin <peda@axentia.se>
6478 L: linux-iio@vger.kernel.org
6480 F: Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6481 F: Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6482 F: drivers/iio/dac/dpot-dac.c
6484 IIO ENVELOPE DETECTOR
6485 M: Peter Rosin <peda@axentia.se>
6486 L: linux-iio@vger.kernel.org
6488 F: Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6489 F: Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6490 F: drivers/iio/adc/envelope-detector.c
6493 M: Peter Rosin <peda@axentia.se>
6494 L: linux-iio@vger.kernel.org
6496 F: Documentation/devicetree/bindings/iio/multiplexer/iio-mux.txt
6497 F: drivers/iio/multiplexer/iio-mux.c
6499 IIO SUBSYSTEM AND DRIVERS
6500 M: Jonathan Cameron <jic23@kernel.org>
6501 R: Hartmut Knaack <knaack.h@gmx.de>
6502 R: Lars-Peter Clausen <lars@metafoo.de>
6503 R: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6504 L: linux-iio@vger.kernel.org
6505 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6507 F: Documentation/devicetree/bindings/iio/
6509 F: drivers/staging/iio/
6510 F: include/linux/iio/
6513 IKANOS/ADI EAGLE ADSL USB DRIVER
6514 M: Matthieu Castet <castet.matthieu@free.fr>
6515 M: Stanislaw Gruszka <stf_xl@wp.pl>
6517 F: drivers/usb/atm/ueagle-atm.c
6519 IMGTEC ASCII LCD DRIVER
6520 M: Paul Burton <paul.burton@imgtec.com>
6522 F: Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6523 F: drivers/auxdisplay/img-ascii-lcd.c
6525 INA209 HARDWARE MONITOR DRIVER
6526 M: Guenter Roeck <linux@roeck-us.net>
6527 L: linux-hwmon@vger.kernel.org
6529 F: Documentation/hwmon/ina209
6530 F: Documentation/devicetree/bindings/i2c/ina209.txt
6531 F: drivers/hwmon/ina209.c
6533 INA2XX HARDWARE MONITOR DRIVER
6534 M: Guenter Roeck <linux@roeck-us.net>
6535 L: linux-hwmon@vger.kernel.org
6537 F: Documentation/hwmon/ina2xx
6538 F: drivers/hwmon/ina2xx.c
6539 F: include/linux/platform_data/ina2xx.h
6541 INDUSTRY PACK SUBSYSTEM (IPACK)
6542 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6543 M: Jens Taprogge <jens.taprogge@taprogge.org>
6544 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6545 L: industrypack-devel@lists.sourceforge.net
6546 W: http://industrypack.sourceforge.net
6550 INGENIC JZ4780 DMA Driver
6551 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6553 F: drivers/dma/dma-jz4780.c
6555 INGENIC JZ4780 NAND DRIVER
6556 M: Harvey Hunt <harveyhuntnexus@gmail.com>
6557 L: linux-mtd@lists.infradead.org
6559 F: drivers/mtd/nand/jz4780_*
6561 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6562 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6563 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6564 L: linux-ima-devel@lists.sourceforge.net
6565 L: linux-ima-user@lists.sourceforge.net
6566 L: linux-security-module@vger.kernel.org
6567 T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6569 F: security/integrity/ima/
6571 IMGTEC IR DECODER DRIVER
6572 M: James Hogan <james.hogan@imgtec.com>
6574 F: drivers/media/rc/img-ir/
6576 IMS TWINTURBO FRAMEBUFFER DRIVER
6577 L: linux-fbdev@vger.kernel.org
6579 F: drivers/video/fbdev/imsttfb.c
6581 INFINIBAND SUBSYSTEM
6582 M: Doug Ledford <dledford@redhat.com>
6583 M: Sean Hefty <sean.hefty@intel.com>
6584 M: Hal Rosenstock <hal.rosenstock@gmail.com>
6585 L: linux-rdma@vger.kernel.org
6586 W: http://www.openfabrics.org/
6587 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6588 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6590 F: Documentation/devicetree/bindings/infiniband/
6591 F: Documentation/infiniband/
6592 F: drivers/infiniband/
6593 F: include/uapi/linux/if_infiniband.h
6594 F: include/uapi/rdma/
6598 M: John McCutchan <john@johnmccutchan.com>
6599 M: Robert Love <rlove@rlove.org>
6600 M: Eric Paris <eparis@parisplace.org>
6602 F: Documentation/filesystems/inotify.txt
6603 F: fs/notify/inotify/
6604 F: include/linux/inotify.h
6605 F: include/uapi/linux/inotify.h
6607 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6608 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
6609 L: linux-input@vger.kernel.org
6610 Q: http://patchwork.kernel.org/project/linux-input/list/
6611 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6614 F: include/linux/input.h
6615 F: include/uapi/linux/input.h
6616 F: include/linux/input/
6617 F: Documentation/devicetree/bindings/input/
6619 INPUT MULTITOUCH (MT) PROTOCOL
6620 M: Henrik Rydberg <rydberg@bitmath.org>
6621 L: linux-input@vger.kernel.org
6623 F: Documentation/input/multi-touch-protocol.rst
6624 F: drivers/input/input-mt.c
6627 INTEL ASoC BDW/HSW DRIVERS
6628 M: Jie Yang <yang.jie@linux.intel.com>
6629 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6631 F: sound/soc/intel/common/sst-dsp*
6632 F: sound/soc/intel/common/sst-firmware.c
6633 F: sound/soc/intel/boards/broadwell.c
6634 F: sound/soc/intel/haswell/
6636 INTEL C600 SERIES SAS CONTROLLER DRIVER
6637 M: Intel SCU Linux support <intel-linux-scu@intel.com>
6638 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6639 L: linux-scsi@vger.kernel.org
6640 T: git git://git.code.sf.net/p/intel-sas/isci
6642 F: drivers/scsi/isci/
6644 INTEL HID EVENT DRIVER
6645 M: Alex Hung <alex.hung@canonical.com>
6646 L: platform-driver-x86@vger.kernel.org
6648 F: drivers/platform/x86/intel-hid.c
6650 INTEL VIRTUAL BUTTON DRIVER
6651 M: AceLan Kao <acelan.kao@canonical.com>
6652 L: platform-driver-x86@vger.kernel.org
6654 F: drivers/platform/x86/intel-vbtn.c
6657 M: Jacob Pan <jacob.jun.pan@linux.intel.com>
6658 M: Len Brown <lenb@kernel.org>
6659 L: linux-pm@vger.kernel.org
6660 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6661 B: https://bugzilla.kernel.org
6663 F: drivers/idle/intel_idle.c
6665 INTEL INTEGRATED SENSOR HUB DRIVER
6666 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6667 M: Jiri Kosina <jikos@kernel.org>
6668 L: linux-input@vger.kernel.org
6670 F: drivers/hid/intel-ish-hid/
6673 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6674 M: Len Brown <lenb@kernel.org>
6675 L: linux-pm@vger.kernel.org
6677 F: drivers/cpufreq/intel_pstate.c
6679 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6680 M: Maik Broemme <mbroemme@libmpq.org>
6681 L: linux-fbdev@vger.kernel.org
6683 F: Documentation/fb/intelfb.txt
6684 F: drivers/video/fbdev/intelfb/
6686 INTEL 810/815 FRAMEBUFFER DRIVER
6687 M: Antonino Daplas <adaplas@gmail.com>
6688 L: linux-fbdev@vger.kernel.org
6690 F: drivers/video/fbdev/i810/
6692 INTEL MENLOW THERMAL DRIVER
6693 M: Sujith Thomas <sujith.thomas@intel.com>
6694 L: platform-driver-x86@vger.kernel.org
6695 W: https://01.org/linux-acpi
6697 F: drivers/platform/x86/intel_menlow.c
6699 INTEL I/OAT DMA DRIVER
6700 M: Dave Jiang <dave.jiang@intel.com>
6701 R: Dan Williams <dan.j.williams@intel.com>
6702 L: dmaengine@vger.kernel.org
6703 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
6705 F: drivers/dma/ioat*
6708 M: David Woodhouse <dwmw2@infradead.org>
6709 L: iommu@lists.linux-foundation.org
6710 T: git git://git.infradead.org/iommu-2.6.git
6712 F: drivers/iommu/intel-iommu.c
6713 F: include/linux/intel-iommu.h
6715 INTEL IOP-ADMA DMA DRIVER
6716 R: Dan Williams <dan.j.williams@intel.com>
6718 F: drivers/dma/iop-adma.c
6720 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6721 M: Krzysztof Halasa <khalasa@piap.pl>
6723 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
6724 F: arch/arm/mach-ixp4xx/include/mach/npe.h
6725 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6726 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
6727 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
6728 F: drivers/net/wan/ixp4xx_hss.c
6730 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6731 M: Deepak Saxena <dsaxena@plexity.net>
6733 F: drivers/char/hw_random/ixp4xx-rng.c
6735 INTEL ETHERNET DRIVERS
6736 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6737 L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6738 W: http://www.intel.com/support/feedback.htm
6739 W: http://e1000.sourceforge.net/
6740 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6741 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6742 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6744 F: Documentation/networking/e100.txt
6745 F: Documentation/networking/e1000.txt
6746 F: Documentation/networking/e1000e.txt
6747 F: Documentation/networking/igb.txt
6748 F: Documentation/networking/igbvf.txt
6749 F: Documentation/networking/ixgb.txt
6750 F: Documentation/networking/ixgbe.txt
6751 F: Documentation/networking/ixgbevf.txt
6752 F: Documentation/networking/i40e.txt
6753 F: Documentation/networking/i40evf.txt
6754 F: drivers/net/ethernet/intel/
6755 F: drivers/net/ethernet/intel/*/
6757 INTEL RDMA RNIC DRIVER
6758 M: Faisal Latif <faisal.latif@intel.com>
6759 M: Shiraz Saleem <shiraz.saleem@intel.com>
6760 L: linux-rdma@vger.kernel.org
6762 F: drivers/infiniband/hw/i40iw/
6764 INTEL MERRIFIELD GPIO DRIVER
6765 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6766 L: linux-gpio@vger.kernel.org
6768 F: drivers/gpio/gpio-merrifield.c
6770 INTEL-MID GPIO DRIVER
6771 M: David Cohen <david.a.cohen@linux.intel.com>
6772 L: linux-gpio@vger.kernel.org
6774 F: drivers/gpio/gpio-intel-mid.c
6776 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6777 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
6778 L: linux-wireless@vger.kernel.org
6780 F: Documentation/networking/README.ipw2100
6781 F: Documentation/networking/README.ipw2200
6782 F: drivers/net/wireless/intel/ipw2x00/
6785 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
6787 F: Documentation/trace/intel_th.txt
6788 F: drivers/hwtracing/intel_th/
6790 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6791 M: Ning Sun <ning.sun@intel.com>
6792 L: tboot-devel@lists.sourceforge.net
6793 W: http://tboot.sourceforge.net
6794 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6796 F: Documentation/intel_txt.txt
6797 F: include/linux/tboot.h
6798 F: arch/x86/kernel/tboot.c
6800 INTEL WIRELESS WIMAX CONNECTION 2400
6801 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6802 M: linux-wimax@intel.com
6803 L: wimax@linuxwimax.org (subscribers-only)
6805 W: http://linuxwimax.org
6806 F: Documentation/wimax/README.i2400m
6807 F: drivers/net/wimax/i2400m/
6808 F: include/uapi/linux/wimax/i2400m.h
6810 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6811 M: Stanislaw Gruszka <sgruszka@redhat.com>
6812 L: linux-wireless@vger.kernel.org
6814 F: drivers/net/wireless/intel/iwlegacy/
6816 INTEL WIRELESS WIFI LINK (iwlwifi)
6817 M: Johannes Berg <johannes.berg@intel.com>
6818 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6819 M: Luca Coelho <luciano.coelho@intel.com>
6820 M: Intel Linux Wireless <linuxwifi@intel.com>
6821 L: linux-wireless@vger.kernel.org
6822 W: http://intellinuxwireless.org
6823 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6825 F: drivers/net/wireless/intel/iwlwifi/
6827 INTEL MANAGEMENT ENGINE (mei)
6828 M: Tomas Winkler <tomas.winkler@intel.com>
6829 L: linux-kernel@vger.kernel.org
6831 F: include/uapi/linux/mei.h
6832 F: include/linux/mei_cl_bus.h
6833 F: drivers/misc/mei/*
6834 F: drivers/watchdog/mei_wdt.c
6835 F: Documentation/misc-devices/mei/*
6838 INTEL MIC DRIVERS (mic)
6839 M: Sudeep Dutt <sudeep.dutt@intel.com>
6840 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
6842 W: https://github.com/sudeepdutt/mic
6843 W: http://software.intel.com/en-us/mic-developer
6844 F: include/linux/mic_bus.h
6845 F: include/linux/scif.h
6846 F: include/uapi/linux/mic_common.h
6847 F: include/uapi/linux/mic_ioctl.h
6848 F: include/uapi/linux/scif_ioctl.h
6849 F: drivers/misc/mic/
6850 F: drivers/dma/mic_x100_dma.c
6851 F: drivers/dma/mic_x100_dma.h
6852 F: Documentation/mic/
6854 INTEL PMC/P-Unit IPC DRIVER
6855 M: Zha Qipeng<qipeng.zha@intel.com>
6856 L: platform-driver-x86@vger.kernel.org
6858 F: drivers/platform/x86/intel_pmc_ipc.c
6859 F: drivers/platform/x86/intel_punit_ipc.c
6860 F: arch/x86/include/asm/intel_pmc_ipc.h
6861 F: arch/x86/include/asm/intel_punit_ipc.h
6863 INTEL TELEMETRY DRIVER
6864 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6865 L: platform-driver-x86@vger.kernel.org
6867 F: arch/x86/include/asm/intel_telemetry.h
6868 F: drivers/platform/x86/intel_telemetry*
6870 INTEL PMC CORE DRIVER
6871 M: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6872 M: Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6873 L: platform-driver-x86@vger.kernel.org
6875 F: arch/x86/include/asm/pmc_core.h
6876 F: drivers/platform/x86/intel_pmc_core*
6878 INVENSENSE MPU-3050 GYROSCOPE DRIVER
6879 M: Linus Walleij <linus.walleij@linaro.org>
6880 L: linux-iio@vger.kernel.org
6882 F: drivers/iio/gyro/mpu3050*
6883 F: Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
6885 IOC3 ETHERNET DRIVER
6886 M: Ralf Baechle <ralf@linux-mips.org>
6887 L: linux-mips@linux-mips.org
6889 F: drivers/net/ethernet/sgi/ioc3-eth.c
6892 M: Pat Gefre <pfg@sgi.com>
6893 L: linux-serial@vger.kernel.org
6895 F: drivers/tty/serial/ioc3_serial.c
6898 M: Joerg Roedel <joro@8bytes.org>
6899 L: iommu@lists.linux-foundation.org
6900 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6902 F: Documentation/devicetree/bindings/iommu/
6904 F: include/linux/iommu.h
6905 F: include/linux/iova.h
6908 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6910 F: net/ipv4/netfilter/ipt_MASQUERADE.c
6913 M: Corey Minyard <minyard@acm.org>
6914 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6915 W: http://openipmi.sourceforge.net/
6917 F: Documentation/IPMI.txt
6918 F: drivers/char/ipmi/
6919 F: include/linux/ipmi*
6920 F: include/uapi/linux/ipmi*
6922 QCOM AUDIO (ASoC) DRIVERS
6923 M: Patrick Lai <plai@codeaurora.org>
6924 M: Banajit Goswami <bgoswami@codeaurora.org>
6925 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6929 IPS SCSI RAID DRIVER
6930 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6931 L: linux-scsi@vger.kernel.org
6932 W: http://www.adaptec.com/
6934 F: drivers/scsi/ips*
6937 M: Wensong Zhang <wensong@linux-vs.org>
6938 M: Simon Horman <horms@verge.net.au>
6939 M: Julian Anastasov <ja@ssi.bg>
6940 L: netdev@vger.kernel.org
6941 L: lvs-devel@vger.kernel.org
6943 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6944 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6945 F: Documentation/networking/ipvs-sysctl.txt
6946 F: include/net/ip_vs.h
6947 F: include/uapi/linux/ip_vs.h
6948 F: net/netfilter/ipvs/
6951 M: Jiri Kosina <jikos@kernel.org>
6952 M: David Sterba <dsterba@suse.com>
6954 F: drivers/tty/ipwireless/
6957 L: netdev@vger.kernel.org
6959 F: include/net/ipx.h
6960 F: include/uapi/linux/ipx.h
6964 M: Samuel Ortiz <samuel@sortiz.org>
6965 L: irda-users@lists.sourceforge.net (subscribers-only)
6966 L: netdev@vger.kernel.org
6967 W: http://irda.sourceforge.net/
6969 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6970 F: Documentation/networking/irda.txt
6971 F: drivers/net/irda/
6972 F: include/net/irda/
6976 M: Thomas Gleixner <tglx@linutronix.de>
6977 L: linux-kernel@vger.kernel.org
6979 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6983 M: Thomas Gleixner <tglx@linutronix.de>
6984 M: Jason Cooper <jason@lakedaemon.net>
6985 M: Marc Zyngier <marc.zyngier@arm.com>
6986 L: linux-kernel@vger.kernel.org
6988 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6989 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6990 F: Documentation/devicetree/bindings/interrupt-controller/
6993 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6994 M: Marc Zyngier <marc.zyngier@arm.com>
6996 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6997 F: Documentation/IRQ-domain.txt
6998 F: include/linux/irqdomain.h
6999 F: kernel/irq/irqdomain.c
7003 M: William Breathitt Gray <vilhelm.gray@gmail.com>
7005 F: Documentation/isa.txt
7006 F: drivers/base/isa.c
7007 F: include/linux/isa.h
7010 M: Jaroslav Kysela <perex@perex.cz>
7012 F: Documentation/isapnp.txt
7013 F: drivers/pnp/isapnp/
7014 F: include/linux/isapnp.h
7017 M: Hans Verkuil <hverkuil@xs4all.nl>
7018 L: linux-media@vger.kernel.org
7019 T: git git://linuxtv.org/media_tree.git
7020 W: https://linuxtv.org
7022 F: drivers/media/radio/radio-isa*
7024 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
7025 M: Peter Jones <pjones@redhat.com>
7026 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
7028 F: drivers/firmware/iscsi_ibft*
7031 M: Lee Duncan <lduncan@suse.com>
7032 M: Chris Leech <cleech@redhat.com>
7033 L: open-iscsi@googlegroups.com
7034 W: www.open-iscsi.com
7036 F: drivers/scsi/*iscsi*
7037 F: include/scsi/*iscsi*
7039 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
7040 M: Or Gerlitz <ogerlitz@mellanox.com>
7041 M: Sagi Grimberg <sagi@grimberg.me>
7042 M: Roi Dayan <roid@mellanox.com>
7043 L: linux-rdma@vger.kernel.org
7045 W: http://www.openfabrics.org
7046 W: www.open-iscsi.org
7047 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7048 F: drivers/infiniband/ulp/iser/
7050 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
7051 M: Sagi Grimberg <sagi@grimberg.me>
7052 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
7053 L: linux-rdma@vger.kernel.org
7054 L: target-devel@vger.kernel.org
7056 W: http://www.linux-iscsi.org
7057 F: drivers/infiniband/ulp/isert
7060 M: Karsten Keil <isdn@linux-pingi.de>
7061 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
7062 L: netdev@vger.kernel.org
7063 W: http://www.isdn4linux.de
7064 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
7066 F: Documentation/isdn/
7068 F: include/linux/isdn.h
7069 F: include/linux/isdn/
7070 F: include/uapi/linux/isdn.h
7071 F: include/uapi/linux/isdn/
7073 ISDN SUBSYSTEM (Eicon active card driver)
7074 M: Armin Schindler <mac@melware.de>
7075 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
7076 W: http://www.melware.de
7078 F: drivers/isdn/hardware/eicon/
7080 IT87 HARDWARE MONITORING DRIVER
7081 M: Jean Delvare <jdelvare@suse.com>
7082 L: linux-hwmon@vger.kernel.org
7084 F: Documentation/hwmon/it87
7085 F: drivers/hwmon/it87.c
7088 M: Antti Palosaari <crope@iki.fi>
7089 L: linux-media@vger.kernel.org
7090 W: https://linuxtv.org
7091 W: http://palosaari.fi/linux/
7092 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7093 T: git git://linuxtv.org/anttip/media_tree.git
7095 F: drivers/media/tuners/it913x*
7097 IVTV VIDEO4LINUX DRIVER
7098 M: Andy Walls <awalls@md.metrocast.net>
7099 L: ivtv-devel@ivtvdriver.org (subscribers-only)
7100 L: linux-media@vger.kernel.org
7101 T: git git://linuxtv.org/media_tree.git
7102 W: http://www.ivtvdriver.org
7104 F: Documentation/media/v4l-drivers/ivtv*
7105 F: drivers/media/pci/ivtv/
7106 F: include/uapi/linux/ivtv*
7108 IX2505V MEDIA DRIVER
7109 M: Malcolm Priestley <tvboxspy@gmail.com>
7110 L: linux-media@vger.kernel.org
7111 W: https://linuxtv.org
7112 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7114 F: drivers/media/dvb-frontends/ix2505v*
7116 JC42.4 TEMPERATURE SENSOR DRIVER
7117 M: Guenter Roeck <linux@roeck-us.net>
7118 L: linux-hwmon@vger.kernel.org
7120 F: drivers/hwmon/jc42.c
7121 F: Documentation/hwmon/jc42
7124 M: Dave Kleikamp <shaggy@kernel.org>
7125 L: jfs-discussion@lists.sourceforge.net
7126 W: http://jfs.sourceforge.net/
7127 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
7129 F: Documentation/filesystems/jfs.txt
7133 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
7134 L: netdev@vger.kernel.org
7136 F: drivers/net/ethernet/jme.*
7138 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
7139 M: David Woodhouse <dwmw2@infradead.org>
7140 L: linux-mtd@lists.infradead.org
7141 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
7144 F: include/uapi/linux/jffs2.h
7146 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
7147 M: "Theodore Ts'o" <tytso@mit.edu>
7148 M: Jan Kara <jack@suse.com>
7149 L: linux-ext4@vger.kernel.org
7152 F: include/linux/jbd2.h
7154 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
7155 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
7156 L: linux-media@vger.kernel.org
7158 F: drivers/media/platform/rcar_jpu.c
7160 JSM Neo PCI based serial card
7161 M: Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
7162 L: linux-serial@vger.kernel.org
7164 F: drivers/tty/serial/jsm/
7166 K10TEMP HARDWARE MONITORING DRIVER
7167 M: Clemens Ladisch <clemens@ladisch.de>
7168 L: linux-hwmon@vger.kernel.org
7170 F: Documentation/hwmon/k10temp
7171 F: drivers/hwmon/k10temp.c
7173 K8TEMP HARDWARE MONITORING DRIVER
7174 M: Rudolf Marek <r.marek@assembler.cz>
7175 L: linux-hwmon@vger.kernel.org
7177 F: Documentation/hwmon/k8temp
7178 F: drivers/hwmon/k8temp.c
7181 M: Andrey Ryabinin <aryabinin@virtuozzo.com>
7182 R: Alexander Potapenko <glider@google.com>
7183 R: Dmitry Vyukov <dvyukov@google.com>
7184 L: kasan-dev@googlegroups.com
7186 F: arch/*/include/asm/kasan.h
7187 F: arch/*/mm/kasan_init*
7188 F: Documentation/dev-tools/kasan.rst
7189 F: include/linux/kasan*.h
7192 F: scripts/Makefile.kasan
7195 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
7196 L: linux-kbuild@vger.kernel.org
7197 T: git git://gitorious.org/linux-kconfig/linux-kconfig
7199 F: Documentation/kbuild/kconfig-language.txt
7203 M: Dave Young <dyoung@redhat.com>
7204 M: Baoquan He <bhe@redhat.com>
7205 R: Vivek Goyal <vgoyal@redhat.com>
7206 L: kexec@lists.infradead.org
7207 W: http://lse.sourceforge.net/kdump/
7209 F: Documentation/kdump/
7211 KEENE FM RADIO TRANSMITTER DRIVER
7212 M: Hans Verkuil <hverkuil@xs4all.nl>
7213 L: linux-media@vger.kernel.org
7214 T: git git://linuxtv.org/media_tree.git
7215 W: https://linuxtv.org
7217 F: drivers/media/radio/radio-keene*
7219 KERNEL AUTOMOUNTER v4 (AUTOFS4)
7220 M: Ian Kent <raven@themaw.net>
7221 L: autofs@vger.kernel.org
7225 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
7226 M: Masahiro Yamada <yamada.masahiro@socionext.com>
7227 M: Michal Marek <mmarek@suse.com>
7228 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
7229 L: linux-kbuild@vger.kernel.org
7231 F: Documentation/kbuild/
7233 F: scripts/Makefile.*
7239 L: kernel-janitors@vger.kernel.org
7240 W: http://kernelnewbies.org/KernelJanitors
7243 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
7244 M: "J. Bruce Fields" <bfields@fieldses.org>
7245 M: Jeff Layton <jlayton@poochiereds.net>
7246 L: linux-nfs@vger.kernel.org
7247 W: http://nfs.sourceforge.net/
7248 T: git git://linux-nfs.org/~bfields/linux.git
7251 F: include/uapi/linux/nfsd/
7255 F: include/linux/lockd/
7256 F: include/linux/sunrpc/
7257 F: include/uapi/linux/sunrpc/
7259 KERNEL SELFTEST FRAMEWORK
7260 M: Shuah Khan <shuahkh@osg.samsung.com>
7261 M: Shuah Khan <shuah@kernel.org>
7262 L: linux-kselftest@vger.kernel.org
7263 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
7265 F: tools/testing/selftests
7267 KERNEL VIRTUAL MACHINE (KVM)
7268 M: Paolo Bonzini <pbonzini@redhat.com>
7269 M: Radim Krčmář <rkrcmar@redhat.com>
7270 L: kvm@vger.kernel.org
7271 W: http://www.linux-kvm.org
7272 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7274 F: Documentation/*/kvm*.txt
7275 F: Documentation/virtual/kvm/
7277 F: arch/x86/kernel/kvm.c
7278 F: arch/x86/kernel/kvmclock.c
7279 F: arch/*/include/asm/kvm*
7280 F: include/linux/kvm*
7281 F: include/uapi/linux/kvm*
7285 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7286 M: Joerg Roedel <joro@8bytes.org>
7287 L: kvm@vger.kernel.org
7288 W: http://www.linux-kvm.org/
7290 F: arch/x86/include/asm/svm.h
7291 F: arch/x86/kvm/svm.c
7293 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7294 M: Alexander Graf <agraf@suse.com>
7295 L: kvm-ppc@vger.kernel.org
7296 W: http://www.linux-kvm.org/
7297 T: git git://github.com/agraf/linux-2.6.git
7299 F: arch/powerpc/include/asm/kvm*
7300 F: arch/powerpc/kvm/
7302 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7303 M: Christian Borntraeger <borntraeger@de.ibm.com>
7304 M: Cornelia Huck <cornelia.huck@de.ibm.com>
7305 L: linux-s390@vger.kernel.org
7306 W: http://www.ibm.com/developerworks/linux/linux390/
7307 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7309 F: Documentation/s390/kvm.txt
7310 F: arch/s390/include/asm/kvm*
7312 F: arch/s390/mm/gmap.c
7314 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7315 M: Christoffer Dall <christoffer.dall@linaro.org>
7316 M: Marc Zyngier <marc.zyngier@arm.com>
7317 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7318 L: kvmarm@lists.cs.columbia.edu
7319 W: http://systems.cs.columbia.edu/projects/kvm-arm
7320 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7322 F: arch/arm/include/uapi/asm/kvm*
7323 F: arch/arm/include/asm/kvm*
7326 F: include/kvm/arm_*
7328 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7329 M: Christoffer Dall <christoffer.dall@linaro.org>
7330 M: Marc Zyngier <marc.zyngier@arm.com>
7331 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7332 L: kvmarm@lists.cs.columbia.edu
7334 F: arch/arm64/include/uapi/asm/kvm*
7335 F: arch/arm64/include/asm/kvm*
7338 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7339 M: James Hogan <james.hogan@imgtec.com>
7340 L: linux-mips@linux-mips.org
7342 F: arch/mips/include/uapi/asm/kvm*
7343 F: arch/mips/include/asm/kvm*
7347 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7348 M: Tejun Heo <tj@kernel.org>
7349 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
7351 F: include/linux/kernfs.h
7355 M: Eric Biederman <ebiederm@xmission.com>
7356 W: http://kernel.org/pub/linux/utils/kernel/kexec/
7357 L: kexec@lists.infradead.org
7359 F: include/linux/kexec.h
7360 F: include/uapi/linux/kexec.h
7364 M: David Howells <dhowells@redhat.com>
7365 L: keyrings@vger.kernel.org
7367 F: Documentation/security/keys/core.rst
7368 F: include/linux/key.h
7369 F: include/linux/key-type.h
7370 F: include/linux/keyctl.h
7371 F: include/uapi/linux/keyctl.h
7376 M: David Safford <safford@us.ibm.com>
7377 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7378 L: linux-security-module@vger.kernel.org
7379 L: keyrings@vger.kernel.org
7381 F: Documentation/security/keys/trusted-encrypted.rst
7382 F: include/keys/trusted-type.h
7383 F: security/keys/trusted.c
7384 F: security/keys/trusted.h
7387 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7388 M: David Safford <safford@us.ibm.com>
7389 L: linux-security-module@vger.kernel.org
7390 L: keyrings@vger.kernel.org
7392 F: Documentation/security/keys/trusted-encrypted.rst
7393 F: include/keys/encrypted-type.h
7394 F: security/keys/encrypted-keys/
7396 KGDB / KDB /debug_core
7397 M: Jason Wessel <jason.wessel@windriver.com>
7398 W: http://kgdb.wiki.kernel.org/
7399 L: kgdb-bugreport@lists.sourceforge.net
7400 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7402 F: Documentation/dev-tools/kgdb.rst
7403 F: drivers/misc/kgdbts.c
7404 F: drivers/tty/serial/kgdboc.c
7405 F: include/linux/kdb.h
7406 F: include/linux/kgdb.h
7410 M: Vegard Nossum <vegardno@ifi.uio.no>
7411 M: Pekka Enberg <penberg@kernel.org>
7413 F: Documentation/dev-tools/kmemcheck.rst
7414 F: arch/x86/include/asm/kmemcheck.h
7415 F: arch/x86/mm/kmemcheck/
7416 F: include/linux/kmemcheck.h
7420 M: Catalin Marinas <catalin.marinas@arm.com>
7422 F: Documentation/dev-tools/kmemleak.rst
7423 F: include/linux/kmemleak.h
7425 F: mm/kmemleak-test.c
7428 M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7429 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7430 M: "David S. Miller" <davem@davemloft.net>
7431 M: Masami Hiramatsu <mhiramat@kernel.org>
7433 F: Documentation/kprobes.txt
7434 F: include/linux/kprobes.h
7435 F: include/asm-generic/kprobes.h
7438 KS0108 LCD CONTROLLER DRIVER
7439 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7440 W: http://miguelojeda.es/auxdisplay.htm
7441 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7443 F: Documentation/auxdisplay/ks0108
7444 F: drivers/auxdisplay/ks0108.c
7445 F: include/linux/ks0108.h
7448 M: David Ahern <dsa@cumulusnetworks.com>
7449 L: netdev@vger.kernel.org
7452 F: include/net/l3mdev.h
7454 LANTIQ MIPS ARCHITECTURE
7455 M: John Crispin <john@phrozen.org>
7456 L: linux-mips@linux-mips.org
7461 L: linux-x25@vger.kernel.org
7463 F: Documentation/networking/lapb-module.txt
7467 LASI 53c700 driver for PARISC
7468 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7469 L: linux-scsi@vger.kernel.org
7471 F: Documentation/scsi/53c700.txt
7472 F: drivers/scsi/53c700*
7475 M: Richard Purdie <rpurdie@rpsys.net>
7476 M: Jacek Anaszewski <jacek.anaszewski@gmail.com>
7477 M: Pavel Machek <pavel@ucw.cz>
7478 L: linux-leds@vger.kernel.org
7479 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7481 F: Documentation/devicetree/bindings/leds/
7483 F: include/linux/leds.h
7485 LEGACY EEPROM DRIVER
7486 M: Jean Delvare <jdelvare@suse.com>
7488 F: Documentation/misc-devices/eeprom
7489 F: drivers/misc/eeprom/eeprom.c
7491 LEGO USB Tower driver
7492 M: Juergen Stuber <starblue@users.sourceforge.net>
7493 L: legousb-devel@lists.sourceforge.net
7494 W: http://legousb.sourceforge.net/
7496 F: drivers/usb/misc/legousbtower.c
7499 M: Michael Krufky <mkrufky@linuxtv.org>
7500 L: linux-media@vger.kernel.org
7501 W: https://linuxtv.org
7502 W: http://github.com/mkrufky
7503 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7504 T: git git://linuxtv.org/mkrufky/tuners.git
7506 F: drivers/media/dvb-frontends/lg2160.*
7508 LGDT3305 MEDIA DRIVER
7509 M: Michael Krufky <mkrufky@linuxtv.org>
7510 L: linux-media@vger.kernel.org
7511 W: https://linuxtv.org
7512 W: http://github.com/mkrufky
7513 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7514 T: git git://linuxtv.org/mkrufky/tuners.git
7516 F: drivers/media/dvb-frontends/lgdt3305.*
7519 M: Rusty Russell <rusty@rustcorp.com.au>
7520 L: lguest@lists.ozlabs.org
7521 W: http://lguest.ozlabs.org/
7523 F: arch/x86/include/asm/lguest*.h
7526 F: include/linux/lguest*.h
7529 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7530 M: Tejun Heo <tj@kernel.org>
7531 L: linux-ide@vger.kernel.org
7532 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7535 F: include/linux/ata.h
7536 F: include/linux/libata.h
7537 F: Documentation/devicetree/bindings/ata/
7539 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7540 M: Viresh Kumar <vireshk@kernel.org>
7541 L: linux-ide@vger.kernel.org
7542 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7544 F: include/linux/pata_arasan_cf_data.h
7545 F: drivers/ata/pata_arasan_cf.c
7548 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7549 M: Tejun Heo <tj@kernel.org>
7550 L: linux-ide@vger.kernel.org
7551 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7553 F: drivers/ata/pata_*.c
7554 F: drivers/ata/ata_generic.c
7556 LIBATA SATA AHCI PLATFORM devices support
7557 M: Hans de Goede <hdegoede@redhat.com>
7558 M: Tejun Heo <tj@kernel.org>
7559 L: linux-ide@vger.kernel.org
7560 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7562 F: drivers/ata/ahci_platform.c
7563 F: drivers/ata/libahci_platform.c
7564 F: include/linux/ahci_platform.h
7566 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7567 M: Mikael Pettersson <mikpelinux@gmail.com>
7568 L: linux-ide@vger.kernel.org
7569 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7571 F: drivers/ata/sata_promise.*
7574 M: Sasha Levin <alexander.levin@verizon.com>
7576 F: tools/lib/lockdep/
7578 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7579 M: Dan Williams <dan.j.williams@intel.com>
7580 L: linux-nvdimm@lists.01.org
7581 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7582 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7585 F: include/linux/nd.h
7586 F: include/linux/libnvdimm.h
7587 F: include/uapi/linux/ndctl.h
7589 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7590 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7591 L: linux-nvdimm@lists.01.org
7592 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7594 F: drivers/nvdimm/blk.c
7595 F: drivers/nvdimm/region_devs.c
7596 F: drivers/acpi/nfit*
7598 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7599 M: Vishal Verma <vishal.l.verma@intel.com>
7600 L: linux-nvdimm@lists.01.org
7601 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7603 F: drivers/nvdimm/btt*
7605 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7606 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7607 L: linux-nvdimm@lists.01.org
7608 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7610 F: drivers/nvdimm/pmem.c
7611 F: include/linux/pmem.h
7612 F: arch/*/include/asm/pmem.h
7614 LIGHTNVM PLATFORM SUPPORT
7615 M: Matias Bjorling <mb@lightnvm.io>
7616 W: http://github/OpenChannelSSD
7617 L: linux-block@vger.kernel.org
7619 F: drivers/lightnvm/
7620 F: include/linux/lightnvm.h
7621 F: include/uapi/linux/lightnvm.h
7623 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7624 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7625 M: Paul Mackerras <paulus@samba.org>
7626 M: Michael Ellerman <mpe@ellerman.id.au>
7627 W: https://github.com/linuxppc/linux/wiki
7628 L: linuxppc-dev@lists.ozlabs.org
7629 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7630 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7632 F: Documentation/ABI/stable/sysfs-firmware-opal-*
7633 F: Documentation/devicetree/bindings/powerpc/
7634 F: Documentation/devicetree/bindings/rtc/rtc-opal.txt
7635 F: Documentation/devicetree/bindings/i2c/i2c-opal.txt
7636 F: Documentation/powerpc/
7638 F: drivers/char/tpm/tpm_ibmvtpm*
7639 F: drivers/crypto/nx/
7640 F: drivers/crypto/vmx/
7641 F: drivers/i2c/busses/i2c-opal.c
7642 F: drivers/net/ethernet/ibm/ibmveth.*
7643 F: drivers/net/ethernet/ibm/ibmvnic.*
7644 F: drivers/pci/hotplug/pnv_php.c
7645 F: drivers/pci/hotplug/rpa*
7646 F: drivers/rtc/rtc-opal.c
7647 F: drivers/scsi/ibmvscsi/
7648 F: drivers/tty/hvc/hvc_opal.c
7649 F: tools/testing/selftests/powerpc
7656 LINUX FOR POWER MACINTOSH
7657 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7658 W: http://www.penguinppc.org/
7659 L: linuxppc-dev@lists.ozlabs.org
7661 F: arch/powerpc/platforms/powermac/
7662 F: drivers/macintosh/
7664 LINUX FOR POWERPC EMBEDDED MPC5XXX
7665 M: Anatolij Gustschin <agust@denx.de>
7666 L: linuxppc-dev@lists.ozlabs.org
7667 T: git git://git.denx.de/linux-denx-agust.git
7669 F: arch/powerpc/platforms/512x/
7670 F: arch/powerpc/platforms/52xx/
7672 LINUX FOR POWERPC EMBEDDED PPC4XX
7673 M: Alistair Popple <alistair@popple.id.au>
7674 M: Matt Porter <mporter@kernel.crashing.org>
7675 W: http://www.penguinppc.org/
7676 L: linuxppc-dev@lists.ozlabs.org
7678 F: arch/powerpc/platforms/40x/
7679 F: arch/powerpc/platforms/44x/
7681 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7682 L: linuxppc-dev@lists.ozlabs.org
7684 F: arch/powerpc/*/*virtex*
7685 F: arch/powerpc/*/*/*virtex*
7687 LINUX FOR POWERPC EMBEDDED PPC8XX
7688 M: Vitaly Bordug <vitb@kernel.crashing.org>
7689 W: http://www.penguinppc.org/
7690 L: linuxppc-dev@lists.ozlabs.org
7692 F: arch/powerpc/platforms/8xx/
7694 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7695 M: Scott Wood <oss@buserror.net>
7696 M: Kumar Gala <galak@kernel.crashing.org>
7697 W: http://www.penguinppc.org/
7698 L: linuxppc-dev@lists.ozlabs.org
7699 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7701 F: arch/powerpc/platforms/83xx/
7702 F: arch/powerpc/platforms/85xx/
7704 LINUX FOR POWERPC PA SEMI PWRFICIENT
7705 L: linuxppc-dev@lists.ozlabs.org
7707 F: arch/powerpc/platforms/pasemi/
7708 F: drivers/*/*pasemi*
7709 F: drivers/*/*/*pasemi*
7711 LINUX SECURITY MODULE (LSM) FRAMEWORK
7712 M: Chris Wright <chrisw@sous-sol.org>
7713 L: linux-security-module@vger.kernel.org
7716 LIS3LV02D ACCELEROMETER DRIVER
7717 M: Eric Piel <eric.piel@tremplin-utc.net>
7719 F: Documentation/misc-devices/lis3lv02d
7720 F: drivers/misc/lis3lv02d/
7721 F: drivers/platform/x86/hp_accel.c
7724 M: Josh Poimboeuf <jpoimboe@redhat.com>
7725 M: Jessica Yu <jeyu@kernel.org>
7726 M: Jiri Kosina <jikos@kernel.org>
7727 M: Miroslav Benes <mbenes@suse.cz>
7728 R: Petr Mladek <pmladek@suse.com>
7730 F: kernel/livepatch/
7731 F: include/linux/livepatch.h
7732 F: arch/x86/include/asm/livepatch.h
7733 F: arch/x86/kernel/livepatch.c
7734 F: Documentation/livepatch/
7735 F: Documentation/ABI/testing/sysfs-kernel-livepatch
7736 F: samples/livepatch/
7737 L: live-patching@vger.kernel.org
7738 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7740 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7741 M: Kees Cook <keescook@chromium.org>
7743 F: drivers/misc/lkdtm*
7746 L: netdev@vger.kernel.org
7748 F: include/linux/llc.h
7749 F: include/uapi/linux/llc.h
7753 LM73 HARDWARE MONITOR DRIVER
7754 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
7755 L: linux-hwmon@vger.kernel.org
7757 F: drivers/hwmon/lm73.c
7759 LM78 HARDWARE MONITOR DRIVER
7760 M: Jean Delvare <jdelvare@suse.com>
7761 L: linux-hwmon@vger.kernel.org
7763 F: Documentation/hwmon/lm78
7764 F: drivers/hwmon/lm78.c
7766 LM83 HARDWARE MONITOR DRIVER
7767 M: Jean Delvare <jdelvare@suse.com>
7768 L: linux-hwmon@vger.kernel.org
7770 F: Documentation/hwmon/lm83
7771 F: drivers/hwmon/lm83.c
7773 LM90 HARDWARE MONITOR DRIVER
7774 M: Jean Delvare <jdelvare@suse.com>
7775 L: linux-hwmon@vger.kernel.org
7777 F: Documentation/hwmon/lm90
7778 F: Documentation/devicetree/bindings/hwmon/lm90.txt
7779 F: drivers/hwmon/lm90.c
7780 F: include/dt-bindings/thermal/lm90.h
7782 LM95234 HARDWARE MONITOR DRIVER
7783 M: Guenter Roeck <linux@roeck-us.net>
7784 L: linux-hwmon@vger.kernel.org
7786 F: Documentation/hwmon/lm95234
7787 F: drivers/hwmon/lm95234.c
7789 LME2510 MEDIA DRIVER
7790 M: Malcolm Priestley <tvboxspy@gmail.com>
7791 L: linux-media@vger.kernel.org
7792 W: https://linuxtv.org
7793 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7795 F: drivers/media/usb/dvb-usb-v2/lmedm04*
7798 M: Peter Zijlstra <peterz@infradead.org>
7799 M: Ingo Molnar <mingo@redhat.com>
7800 L: linux-kernel@vger.kernel.org
7801 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7803 F: Documentation/locking/
7804 F: include/linux/lockdep.h
7805 F: include/linux/spinlock*.h
7806 F: arch/*/include/asm/spinlock*.h
7807 F: include/linux/rwlock*.h
7808 F: include/linux/mutex*.h
7809 F: arch/*/include/asm/mutex*.h
7810 F: include/linux/rwsem*.h
7811 F: arch/*/include/asm/rwsem.h
7812 F: include/linux/seqlock.h
7813 F: lib/locking*.[ch]
7816 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7817 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
7818 L: linux-ntfs-dev@lists.sourceforge.net
7819 W: http://www.linux-ntfs.org/content/view/19/37/
7821 F: Documentation/ldm.txt
7822 F: block/partitions/ldm.*
7824 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7825 M: Sathya Prakash <sathya.prakash@broadcom.com>
7826 M: Chaitra P B <chaitra.basappa@broadcom.com>
7827 M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7828 L: MPT-FusionLinux.pdl@broadcom.com
7829 L: linux-scsi@vger.kernel.org
7830 W: http://www.avagotech.com/support/
7832 F: drivers/message/fusion/
7833 F: drivers/scsi/mpt2sas/
7834 F: drivers/scsi/mpt3sas/
7836 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7837 M: Matthew Wilcox <matthew@wil.cx>
7838 L: linux-scsi@vger.kernel.org
7840 F: drivers/scsi/sym53c8xx_2/
7842 LTC4261 HARDWARE MONITOR DRIVER
7843 M: Guenter Roeck <linux@roeck-us.net>
7844 L: linux-hwmon@vger.kernel.org
7846 F: Documentation/hwmon/ltc4261
7847 F: drivers/hwmon/ltc4261.c
7849 LTC4306 I2C MULTIPLEXER DRIVER
7850 M: Michael Hennerich <michael.hennerich@analog.com>
7851 W: http://ez.analog.com/community/linux-device-drivers
7852 L: linux-i2c@vger.kernel.org
7854 F: drivers/i2c/muxes/i2c-mux-ltc4306.c
7855 F: Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
7857 LTP (Linux Test Project)
7858 M: Mike Frysinger <vapier@gentoo.org>
7859 M: Cyril Hrubis <chrubis@suse.cz>
7860 M: Wanlong Gao <wanlong.gao@gmail.com>
7861 M: Jan Stancek <jstancek@redhat.com>
7862 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7863 M: Alexey Kodanev <alexey.kodanev@oracle.com>
7864 L: ltp@lists.linux.it (subscribers-only)
7865 W: http://linux-test-project.github.io/
7866 T: git git://github.com/linux-test-project/ltp.git
7870 W: http://www.linux-m32r.org/
7875 M: Geert Uytterhoeven <geert@linux-m68k.org>
7876 L: linux-m68k@lists.linux-m68k.org
7877 W: http://www.linux-m68k.org/
7878 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7883 M68K ON APPLE MACINTOSH
7884 M: Joshua Thompson <funaho@jurai.org>
7885 W: http://www.mac.linux-m68k.org/
7886 L: linux-m68k@lists.linux-m68k.org
7891 M: Philip Blundell <philb@gnu.org>
7892 W: http://www.tazenda.demon.co.uk/phil/linux-hp
7896 M88DS3103 MEDIA DRIVER
7897 M: Antti Palosaari <crope@iki.fi>
7898 L: linux-media@vger.kernel.org
7899 W: https://linuxtv.org
7900 W: http://palosaari.fi/linux/
7901 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7902 T: git git://linuxtv.org/anttip/media_tree.git
7904 F: drivers/media/dvb-frontends/m88ds3103*
7906 M88RS2000 MEDIA DRIVER
7907 M: Malcolm Priestley <tvboxspy@gmail.com>
7908 L: linux-media@vger.kernel.org
7909 W: https://linuxtv.org
7910 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7912 F: drivers/media/dvb-frontends/m88rs2000*
7914 MA901 MASTERKIT USB FM RADIO DRIVER
7915 M: Alexey Klimov <klimov.linux@gmail.com>
7916 L: linux-media@vger.kernel.org
7917 T: git git://linuxtv.org/media_tree.git
7919 F: drivers/media/radio/radio-ma901.c
7922 M: Johannes Berg <johannes@sipsolutions.net>
7923 L: linux-wireless@vger.kernel.org
7924 W: http://wireless.kernel.org/
7925 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7926 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7928 F: Documentation/networking/mac80211-injection.txt
7929 F: include/net/mac80211.h
7931 F: drivers/net/wireless/mac80211_hwsim.[ch]
7934 M: Jassi Brar <jassisinghbrar@gmail.com>
7935 L: linux-kernel@vger.kernel.org
7938 F: include/linux/mailbox_client.h
7939 F: include/linux/mailbox_controller.h
7941 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7942 M: Michael Kerrisk <mtk.manpages@gmail.com>
7943 W: http://www.kernel.org/doc/man-pages
7944 L: linux-man@vger.kernel.org
7947 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
7948 M: Rahul Bedarkar <rahulbedarkar89@gmail.com>
7949 L: linux-mips@linux-mips.org
7951 F: arch/mips/boot/dts/img/pistachio_marduk.dts
7953 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7954 M: Andrew Lunn <andrew@lunn.ch>
7955 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7956 L: netdev@vger.kernel.org
7958 F: drivers/net/dsa/mv88e6xxx/
7959 F: Documentation/devicetree/bindings/net/dsa/marvell.txt
7961 MARVELL ARMADA DRM SUPPORT
7962 M: Russell King <linux@armlinux.org.uk>
7964 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
7965 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
7966 F: drivers/gpu/drm/armada/
7967 F: include/uapi/drm/armada_drm.h
7968 F: Documentation/devicetree/bindings/display/armada/
7970 MARVELL CRYPTO DRIVER
7971 M: Boris Brezillon <boris.brezillon@free-electrons.com>
7972 M: Arnaud Ebalard <arno@natisbad.org>
7973 F: drivers/crypto/marvell/
7975 L: linux-crypto@vger.kernel.org
7977 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7978 M: Mirko Lindner <mlindner@marvell.com>
7979 M: Stephen Hemminger <stephen@networkplumber.org>
7980 L: netdev@vger.kernel.org
7982 F: drivers/net/ethernet/marvell/sk*
7984 MARVELL LIBERTAS WIRELESS DRIVER
7985 L: libertas-dev@lists.infradead.org
7987 F: drivers/net/wireless/marvell/libertas/
7989 MARVELL MV643XX ETHERNET DRIVER
7990 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7991 L: netdev@vger.kernel.org
7993 F: drivers/net/ethernet/marvell/mv643xx_eth.*
7994 F: include/linux/mv643xx.h
7996 MARVELL MVNETA ETHERNET DRIVER
7997 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7998 L: netdev@vger.kernel.org
8000 F: drivers/net/ethernet/marvell/mvneta.*
8002 MARVELL MWIFIEX WIRELESS DRIVER
8003 M: Amitkumar Karwar <amitkarwar@gmail.com>
8004 M: Nishant Sarmukadam <nishants@marvell.com>
8005 M: Ganapathi Bhat <gbhat@marvell.com>
8006 M: Xinming Hu <huxm@marvell.com>
8007 L: linux-wireless@vger.kernel.org
8009 F: drivers/net/wireless/marvell/mwifiex/
8011 MARVELL MWL8K WIRELESS DRIVER
8012 M: Lennert Buytenhek <buytenh@wantstofly.org>
8013 L: linux-wireless@vger.kernel.org
8015 F: drivers/net/wireless/marvell/mwl8k.c
8017 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
8018 M: Nicolas Pitre <nico@fluxnic.net>
8020 F: drivers/mmc/host/mvsdio.*
8022 MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
8023 M: Hu Ziji <huziji@marvell.com>
8024 L: linux-mmc@vger.kernel.org
8026 F: drivers/mmc/host/sdhci-xenon*
8027 F: Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt
8029 MATROX FRAMEBUFFER DRIVER
8030 L: linux-fbdev@vger.kernel.org
8032 F: drivers/video/fbdev/matrox/matroxfb_*
8033 F: include/uapi/linux/matroxfb.h
8035 MAX16065 HARDWARE MONITOR DRIVER
8036 M: Guenter Roeck <linux@roeck-us.net>
8037 L: linux-hwmon@vger.kernel.org
8039 F: Documentation/hwmon/max16065
8040 F: drivers/hwmon/max16065.c
8042 MAX20751 HARDWARE MONITOR DRIVER
8043 M: Guenter Roeck <linux@roeck-us.net>
8044 L: linux-hwmon@vger.kernel.org
8046 F: Documentation/hwmon/max20751
8047 F: drivers/hwmon/max20751.c
8049 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
8050 L: linux-hwmon@vger.kernel.org
8052 F: Documentation/hwmon/max6650
8053 F: drivers/hwmon/max6650.c
8055 MAX6697 HARDWARE MONITOR DRIVER
8056 M: Guenter Roeck <linux@roeck-us.net>
8057 L: linux-hwmon@vger.kernel.org
8059 F: Documentation/hwmon/max6697
8060 F: Documentation/devicetree/bindings/i2c/max6697.txt
8061 F: drivers/hwmon/max6697.c
8062 F: include/linux/platform_data/max6697.h
8064 MAX9860 MONO AUDIO VOICE CODEC DRIVER
8065 M: Peter Rosin <peda@axentia.se>
8066 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8068 F: Documentation/devicetree/bindings/sound/max9860.txt
8069 F: sound/soc/codecs/max9860.*
8071 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
8072 M: Krzysztof Kozlowski <krzk@kernel.org>
8073 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8074 L: linux-pm@vger.kernel.org
8076 F: drivers/power/supply/max14577_charger.c
8077 F: drivers/power/supply/max77693_charger.c
8079 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
8080 M: Javier Martinez Canillas <javier@osg.samsung.com>
8081 L: linux-kernel@vger.kernel.org
8083 F: drivers/*/*max77802*.c
8084 F: Documentation/devicetree/bindings/*/*max77802.txt
8085 F: include/dt-bindings/*/*max77802.h
8087 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
8088 M: Chanwoo Choi <cw00.choi@samsung.com>
8089 M: Krzysztof Kozlowski <krzk@kernel.org>
8090 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8091 L: linux-kernel@vger.kernel.org
8093 F: drivers/*/max14577*.c
8094 F: drivers/*/max77686*.c
8095 F: drivers/*/max77693*.c
8096 F: drivers/extcon/extcon-max14577.c
8097 F: drivers/extcon/extcon-max77693.c
8098 F: drivers/rtc/rtc-max77686.c
8099 F: drivers/clk/clk-max77686.c
8100 F: Documentation/devicetree/bindings/mfd/max14577.txt
8101 F: Documentation/devicetree/bindings/*/max77686.txt
8102 F: Documentation/devicetree/bindings/mfd/max77693.txt
8103 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
8104 F: include/linux/mfd/max14577*.h
8105 F: include/linux/mfd/max77686*.h
8106 F: include/linux/mfd/max77693*.h
8108 MAXIRADIO FM RADIO RECEIVER DRIVER
8109 M: Hans Verkuil <hverkuil@xs4all.nl>
8110 L: linux-media@vger.kernel.org
8111 T: git git://linuxtv.org/media_tree.git
8112 W: https://linuxtv.org
8114 F: drivers/media/radio/radio-maxiradio*
8116 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
8117 M: Peter Rosin <peda@axentia.se>
8118 L: linux-iio@vger.kernel.org
8120 F: Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
8121 F: drivers/iio/potentiometer/mcp4531.c
8123 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
8124 M: William Breathitt Gray <vilhelm.gray@gmail.com>
8125 L: linux-iio@vger.kernel.org
8127 F: drivers/iio/dac/cio-dac.c
8129 MEDIA DRIVERS FOR RENESAS - FCP
8130 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8131 L: linux-media@vger.kernel.org
8132 L: linux-renesas-soc@vger.kernel.org
8133 T: git git://linuxtv.org/media_tree.git
8135 F: Documentation/devicetree/bindings/media/renesas,fcp.txt
8136 F: drivers/media/platform/rcar-fcp.c
8137 F: include/media/rcar-fcp.h
8139 MEDIA DRIVERS FOR RENESAS - FDP1
8140 M: Kieran Bingham <kieran@bingham.xyz>
8141 L: linux-media@vger.kernel.org
8142 L: linux-renesas-soc@vger.kernel.org
8143 T: git git://linuxtv.org/media_tree.git
8145 F: Documentation/devicetree/bindings/media/renesas,fdp1.txt
8146 F: drivers/media/platform/rcar_fdp1.c
8148 MEDIA DRIVERS FOR RENESAS - VIN
8149 M: Niklas Söderlund <niklas.soderlund@ragnatech.se>
8150 L: linux-media@vger.kernel.org
8151 L: linux-renesas-soc@vger.kernel.org
8152 T: git git://linuxtv.org/media_tree.git
8154 F: Documentation/devicetree/bindings/media/rcar_vin.txt
8155 F: drivers/media/platform/rcar-vin/
8157 MEDIA DRIVERS FOR RENESAS - VSP1
8158 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8159 L: linux-media@vger.kernel.org
8160 L: linux-renesas-soc@vger.kernel.org
8161 T: git git://linuxtv.org/media_tree.git
8163 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
8164 F: drivers/media/platform/vsp1/
8166 MEDIA DRIVERS FOR HELENE
8167 M: Abylay Ospan <aospan@netup.ru>
8168 L: linux-media@vger.kernel.org
8169 W: https://linuxtv.org
8171 T: git git://linuxtv.org/media_tree.git
8173 F: drivers/media/dvb-frontends/helene*
8175 MEDIA DRIVERS FOR ASCOT2E
8176 M: Sergey Kozlov <serjk@netup.ru>
8177 M: Abylay Ospan <aospan@netup.ru>
8178 L: linux-media@vger.kernel.org
8179 W: https://linuxtv.org
8181 T: git git://linuxtv.org/media_tree.git
8183 F: drivers/media/dvb-frontends/ascot2e*
8185 MEDIA DRIVERS FOR CXD2841ER
8186 M: Sergey Kozlov <serjk@netup.ru>
8187 M: Abylay Ospan <aospan@netup.ru>
8188 L: linux-media@vger.kernel.org
8189 W: https://linuxtv.org
8191 T: git git://linuxtv.org/media_tree.git
8193 F: drivers/media/dvb-frontends/cxd2841er*
8195 MEDIA DRIVERS FOR HORUS3A
8196 M: Sergey Kozlov <serjk@netup.ru>
8197 M: Abylay Ospan <aospan@netup.ru>
8198 L: linux-media@vger.kernel.org
8199 W: https://linuxtv.org
8201 T: git git://linuxtv.org/media_tree.git
8203 F: drivers/media/dvb-frontends/horus3a*
8205 MEDIA DRIVERS FOR LNBH25
8206 M: Sergey Kozlov <serjk@netup.ru>
8207 M: Abylay Ospan <aospan@netup.ru>
8208 L: linux-media@vger.kernel.org
8209 W: https://linuxtv.org
8211 T: git git://linuxtv.org/media_tree.git
8213 F: drivers/media/dvb-frontends/lnbh25*
8215 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
8216 M: Sergey Kozlov <serjk@netup.ru>
8217 M: Abylay Ospan <aospan@netup.ru>
8218 L: linux-media@vger.kernel.org
8219 W: https://linuxtv.org
8221 T: git git://linuxtv.org/media_tree.git
8223 F: drivers/media/pci/netup_unidvb/*
8225 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
8226 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
8227 M: Mauro Carvalho Chehab <mchehab@kernel.org>
8228 P: LinuxTV.org Project
8229 L: linux-media@vger.kernel.org
8230 W: https://linuxtv.org
8231 Q: http://patchwork.kernel.org/project/linux-media/list/
8232 T: git git://linuxtv.org/media_tree.git
8234 F: Documentation/devicetree/bindings/media/
8235 F: Documentation/media/
8237 F: drivers/staging/media/
8238 F: include/linux/platform_data/media/
8240 F: include/uapi/linux/dvb/
8241 F: include/uapi/linux/videodev2.h
8242 F: include/uapi/linux/media.h
8243 F: include/uapi/linux/v4l2-*
8244 F: include/uapi/linux/meye.h
8245 F: include/uapi/linux/ivtv*
8246 F: include/uapi/linux/uvcvideo.h
8248 MEDIATEK ETHERNET DRIVER
8249 M: Felix Fietkau <nbd@openwrt.org>
8250 M: John Crispin <blogic@openwrt.org>
8251 L: netdev@vger.kernel.org
8253 F: drivers/net/ethernet/mediatek/
8255 MEDIATEK JPEG DRIVER
8256 M: Rick Chang <rick.chang@mediatek.com>
8257 M: Bin Liu <bin.liu@mediatek.com>
8259 F: drivers/media/platform/mtk-jpeg/
8260 F: Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
8262 MEDIATEK MEDIA DRIVER
8263 M: Tiffany Lin <tiffany.lin@mediatek.com>
8264 M: Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8266 F: drivers/media/platform/mtk-vcodec/
8267 F: drivers/media/platform/mtk-vpu/
8268 F: Documentation/devicetree/bindings/media/mediatek-vcodec.txt
8269 F: Documentation/devicetree/bindings/media/mediatek-vpu.txt
8272 M: Minghsiu Tsai <minghsiu.tsai@mediatek.com>
8273 M: Houlong Wei <houlong.wei@mediatek.com>
8274 M: Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8276 F: drivers/media/platform/mtk-mdp/
8277 F: drivers/media/platform/mtk-vpu/
8278 F: Documentation/devicetree/bindings/media/mediatek-mdp.txt
8280 MEDIATEK MT7601U WIRELESS LAN DRIVER
8281 M: Jakub Kicinski <kubakici@wp.pl>
8282 L: linux-wireless@vger.kernel.org
8284 F: drivers/net/wireless/mediatek/mt7601u/
8286 MEGACHIPS STDPXXXX-GE-B850V3-FW LVDS/DP++ BRIDGES
8287 M: Peter Senna Tschudin <peter.senna@collabora.com>
8288 M: Martin Donnelly <martin.donnelly@ge.com>
8289 M: Martyn Welch <martyn.welch@collabora.co.uk>
8291 F: drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c
8292 F: Documentation/devicetree/bindings/video/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt
8294 MEGARAID SCSI/SAS DRIVERS
8295 M: Kashyap Desai <kashyap.desai@broadcom.com>
8296 M: Sumit Saxena <sumit.saxena@broadcom.com>
8297 M: Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
8298 L: megaraidlinux.pdl@broadcom.com
8299 L: linux-scsi@vger.kernel.org
8300 W: http://www.avagotech.com/support/
8302 F: Documentation/scsi/megaraid.txt
8303 F: drivers/scsi/megaraid.*
8304 F: drivers/scsi/megaraid/
8306 MELFAS MIP4 TOUCHSCREEN DRIVER
8307 M: Sangwon Jee <jeesw@melfas.com>
8308 W: http://www.melfas.com
8310 F: drivers/input/touchscreen/melfas_mip4.c
8311 F: Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
8313 MELLANOX ETHERNET DRIVER (mlx4_en)
8314 M: Tariq Toukan <tariqt@mellanox.com>
8315 L: netdev@vger.kernel.org
8317 W: http://www.mellanox.com
8318 Q: http://patchwork.ozlabs.org/project/netdev/list/
8319 F: drivers/net/ethernet/mellanox/mlx4/en_*
8321 MELLANOX ETHERNET DRIVER (mlx5e)
8322 M: Saeed Mahameed <saeedm@mellanox.com>
8323 L: netdev@vger.kernel.org
8325 W: http://www.mellanox.com
8326 Q: http://patchwork.ozlabs.org/project/netdev/list/
8327 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
8329 MELLANOX ETHERNET SWITCH DRIVERS
8330 M: Jiri Pirko <jiri@mellanox.com>
8331 M: Ido Schimmel <idosch@mellanox.com>
8332 L: netdev@vger.kernel.org
8334 W: http://www.mellanox.com
8335 Q: http://patchwork.ozlabs.org/project/netdev/list/
8336 F: drivers/net/ethernet/mellanox/mlxsw/
8338 MELLANOX MLXCPLD I2C AND MUX DRIVER
8339 M: Vadim Pasternak <vadimp@mellanox.com>
8340 M: Michael Shych <michaelsh@mellanox.com>
8341 L: linux-i2c@vger.kernel.org
8343 F: drivers/i2c/busses/i2c-mlxcpld.c
8344 F: drivers/i2c/muxes/i2c-mux-mlxcpld.c
8345 F: Documentation/i2c/busses/i2c-mlxcpld
8347 MELLANOX MLXCPLD LED DRIVER
8348 M: Vadim Pasternak <vadimp@mellanox.com>
8349 L: linux-leds@vger.kernel.org
8351 F: drivers/leds/leds-mlxcpld.c
8352 F: Documentation/leds/leds-mlxcpld.txt
8354 MELLANOX PLATFORM DRIVER
8355 M: Vadim Pasternak <vadimp@mellanox.com>
8356 L: platform-driver-x86@vger.kernel.org
8358 F: drivers/platform/x86/mlx-platform.c
8360 MELLANOX MLX CPLD HOTPLUG DRIVER
8361 M: Vadim Pasternak <vadimp@mellanox.com>
8362 L: platform-driver-x86@vger.kernel.org
8364 F: drivers/platform/x86/mlxcpld-hotplug.c
8365 F: include/linux/platform_data/mlxcpld-hotplug.h
8367 SOFT-ROCE DRIVER (rxe)
8368 M: Moni Shoua <monis@mellanox.com>
8369 L: linux-rdma@vger.kernel.org
8371 W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
8372 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8373 F: drivers/infiniband/sw/rxe/
8374 F: include/uapi/rdma/rdma_user_rxe.h
8377 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8378 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8379 L: linux-kernel@vger.kernel.org
8381 F: kernel/membarrier.c
8382 F: include/uapi/linux/membarrier.h
8385 L: linux-mm@kvack.org
8386 W: http://www.linux-mm.org
8388 F: include/linux/mm.h
8389 F: include/linux/gfp.h
8390 F: include/linux/mmzone.h
8391 F: include/linux/memory_hotplug.h
8392 F: include/linux/vmalloc.h
8395 MEMORY TECHNOLOGY DEVICES (MTD)
8396 M: David Woodhouse <dwmw2@infradead.org>
8397 M: Brian Norris <computersforpeace@gmail.com>
8398 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8399 M: Marek Vasut <marek.vasut@gmail.com>
8400 M: Richard Weinberger <richard@nod.at>
8401 M: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
8402 L: linux-mtd@lists.infradead.org
8403 W: http://www.linux-mtd.infradead.org/
8404 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8405 T: git git://git.infradead.org/linux-mtd.git master
8406 T: git git://git.infradead.org/l2-mtd.git master
8408 F: Documentation/devicetree/bindings/mtd/
8410 F: include/linux/mtd/
8411 F: include/uapi/mtd/
8413 MEN A21 WATCHDOG DRIVER
8414 M: Johannes Thumshirn <morbidrsa@gmail.com>
8415 L: linux-watchdog@vger.kernel.org
8417 F: drivers/watchdog/mena21_wdt.c
8419 MEN CHAMELEON BUS (mcb)
8420 M: Johannes Thumshirn <morbidrsa@gmail.com>
8423 F: include/linux/mcb.h
8424 F: Documentation/men-chameleon-bus.txt
8426 MEN F21BMC (Board Management Controller)
8427 M: Andreas Werner <andreas.werner@men.de>
8429 F: drivers/mfd/menf21bmc.c
8430 F: drivers/watchdog/menf21bmc_wdt.c
8431 F: drivers/leds/leds-menf21bmc.c
8432 F: drivers/hwmon/menf21bmc_hwmon.c
8433 F: Documentation/hwmon/menf21bmc
8436 M: James Hogan <james.hogan@imgtec.com>
8437 L: linux-metag@vger.kernel.org
8438 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8441 F: Documentation/metag/
8442 F: Documentation/devicetree/bindings/metag/
8443 F: Documentation/devicetree/bindings/interrupt-controller/img,*
8444 F: drivers/clocksource/metag_generic.c
8445 F: drivers/irqchip/irq-metag.c
8446 F: drivers/irqchip/irq-metag-ext.c
8447 F: drivers/tty/metag_da.c
8449 MICROBLAZE ARCHITECTURE
8450 M: Michal Simek <monstr@monstr.eu>
8451 W: http://www.monstr.eu/fdt/
8452 T: git git://git.monstr.eu/linux-2.6-microblaze.git
8456 MICROCHIP / ATMEL AT91 SERIAL DRIVER
8457 M: Richard Genoud <richard.genoud@gmail.com>
8459 F: drivers/tty/serial/atmel_serial.c
8460 F: drivers/tty/serial/atmel_serial.h
8462 MICROCHIP / ATMEL DMA DRIVER
8463 M: Ludovic Desroches <ludovic.desroches@microchip.com>
8464 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8465 L: dmaengine@vger.kernel.org
8467 F: drivers/dma/at_hdmac.c
8468 F: drivers/dma/at_hdmac_regs.h
8469 F: include/linux/platform_data/dma-atmel.h
8471 MICROCHIP / ATMEL ISC DRIVER
8472 M: Songjun Wu <songjun.wu@microchip.com>
8473 L: linux-media@vger.kernel.org
8475 F: drivers/media/platform/atmel/atmel-isc.c
8476 F: drivers/media/platform/atmel/atmel-isc-regs.h
8477 F: devicetree/bindings/media/atmel-isc.txt
8479 MICROCHIP USB251XB DRIVER
8480 M: Richard Leitner <richard.leitner@skidata.com>
8481 L: linux-usb@vger.kernel.org
8483 F: drivers/usb/misc/usb251xb.c
8484 F: Documentation/devicetree/bindings/usb/usb251xb.txt
8486 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8487 M: Chen Yu <yu.c.chen@intel.com>
8488 L: platform-driver-x86@vger.kernel.org
8490 F: drivers/platform/x86/surfacepro3_button.c
8493 M: Oliver Neukum <oliver@neukum.org>
8495 F: drivers/usb/image/microtek.*
8498 M: Ralf Baechle <ralf@linux-mips.org>
8499 L: linux-mips@linux-mips.org
8500 W: http://www.linux-mips.org/
8501 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
8502 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
8504 F: Documentation/devicetree/bindings/mips/
8505 F: Documentation/mips/
8508 MIPS/LOONGSON1 ARCHITECTURE
8509 M: Keguang Zhang <keguang.zhang@gmail.com>
8510 L: linux-mips@linux-mips.org
8512 F: arch/mips/loongson32/
8513 F: arch/mips/include/asm/mach-loongson32/
8514 F: drivers/*/*loongson1*
8515 F: drivers/*/*/*loongson1*
8517 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8518 M: Hans Verkuil <hverkuil@xs4all.nl>
8519 L: linux-media@vger.kernel.org
8520 T: git git://linuxtv.org/media_tree.git
8521 W: https://linuxtv.org
8523 F: drivers/media/radio/radio-miropcm20*
8525 MELLANOX MLX4 core VPI driver
8526 M: Tariq Toukan <tariqt@mellanox.com>
8527 L: netdev@vger.kernel.org
8528 L: linux-rdma@vger.kernel.org
8529 W: http://www.mellanox.com
8530 Q: http://patchwork.ozlabs.org/project/netdev/list/
8532 F: drivers/net/ethernet/mellanox/mlx4/
8533 F: include/linux/mlx4/
8535 MELLANOX MLX4 IB driver
8536 M: Yishai Hadas <yishaih@mellanox.com>
8537 L: linux-rdma@vger.kernel.org
8538 W: http://www.mellanox.com
8539 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8541 F: drivers/infiniband/hw/mlx4/
8542 F: include/linux/mlx4/
8543 F: include/uapi/rdma/mlx4-abi.h
8545 MELLANOX MLX5 core VPI driver
8546 M: Saeed Mahameed <saeedm@mellanox.com>
8547 M: Matan Barak <matanb@mellanox.com>
8548 M: Leon Romanovsky <leonro@mellanox.com>
8549 L: netdev@vger.kernel.org
8550 L: linux-rdma@vger.kernel.org
8551 W: http://www.mellanox.com
8552 Q: http://patchwork.ozlabs.org/project/netdev/list/
8554 F: drivers/net/ethernet/mellanox/mlx5/core/
8555 F: include/linux/mlx5/
8557 MELLANOX MLX5 IB driver
8558 M: Matan Barak <matanb@mellanox.com>
8559 M: Leon Romanovsky <leonro@mellanox.com>
8560 L: linux-rdma@vger.kernel.org
8561 W: http://www.mellanox.com
8562 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8564 F: drivers/infiniband/hw/mlx5/
8565 F: include/linux/mlx5/
8566 F: include/uapi/rdma/mlx5-abi.h
8568 MELEXIS MLX90614 DRIVER
8569 M: Crt Mori <cmo@melexis.com>
8570 L: linux-iio@vger.kernel.org
8571 W: http://www.melexis.com
8573 F: drivers/iio/temperature/mlx90614.c
8575 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8576 M: Don Brace <don.brace@microsemi.com>
8577 L: esc.storagedev@microsemi.com
8578 L: linux-scsi@vger.kernel.org
8580 F: drivers/scsi/smartpqi/smartpqi*.[ch]
8581 F: drivers/scsi/smartpqi/Kconfig
8582 F: drivers/scsi/smartpqi/Makefile
8583 F: include/linux/cciss*.h
8584 F: include/uapi/linux/cciss*.h
8585 F: Documentation/scsi/smartpqi.txt
8587 MN88472 MEDIA DRIVER
8588 M: Antti Palosaari <crope@iki.fi>
8589 L: linux-media@vger.kernel.org
8590 W: https://linuxtv.org
8591 W: http://palosaari.fi/linux/
8592 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8594 F: drivers/media/dvb-frontends/mn88472*
8596 MN88473 MEDIA DRIVER
8597 M: Antti Palosaari <crope@iki.fi>
8598 L: linux-media@vger.kernel.org
8599 W: https://linuxtv.org
8600 W: http://palosaari.fi/linux/
8601 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8603 F: drivers/media/dvb-frontends/mn88473*
8606 M: Jessica Yu <jeyu@kernel.org>
8607 M: Rusty Russell <rusty@rustcorp.com.au>
8608 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
8610 F: include/linux/module.h
8613 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8614 W: http://popies.net/meye/
8616 F: Documentation/media/v4l-drivers/meye*
8617 F: drivers/media/pci/meye/
8618 F: include/uapi/linux/meye.h
8620 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8621 M: Jiri Slaby <jirislaby@gmail.com>
8623 F: Documentation/serial/moxa-smartio
8624 F: drivers/tty/mxser.*
8626 MR800 AVERMEDIA USB FM RADIO DRIVER
8627 M: Alexey Klimov <klimov.linux@gmail.com>
8628 L: linux-media@vger.kernel.org
8629 T: git git://linuxtv.org/media_tree.git
8631 F: drivers/media/radio/radio-mr800.c
8633 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8634 M: Alan Ott <alan@signal11.us>
8635 L: linux-wpan@vger.kernel.org
8637 F: drivers/net/ieee802154/mrf24j40.c
8638 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8641 M: "Lee, Chun-Yi" <jlee@suse.com>
8642 L: platform-driver-x86@vger.kernel.org
8644 F: drivers/platform/x86/msi-laptop.c
8647 L: platform-driver-x86@vger.kernel.org
8649 F: drivers/platform/x86/msi-wmi.c
8652 M: Antti Palosaari <crope@iki.fi>
8653 L: linux-media@vger.kernel.org
8654 W: https://linuxtv.org
8655 W: http://palosaari.fi/linux/
8656 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8657 T: git git://linuxtv.org/anttip/media_tree.git
8659 F: drivers/media/tuners/msi001*
8661 MSI2500 MEDIA DRIVER
8662 M: Antti Palosaari <crope@iki.fi>
8663 L: linux-media@vger.kernel.org
8664 W: https://linuxtv.org
8665 W: http://palosaari.fi/linux/
8666 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8667 T: git git://linuxtv.org/anttip/media_tree.git
8669 F: drivers/media/usb/msi2500/
8671 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8672 M: Robert Jarzmik <robert.jarzmik@free.fr>
8673 L: linux-mtd@lists.infradead.org
8675 F: drivers/mtd/devices/docg3*
8677 MT9M032 APTINA SENSOR DRIVER
8678 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8679 L: linux-media@vger.kernel.org
8680 T: git git://linuxtv.org/media_tree.git
8682 F: drivers/media/i2c/mt9m032.c
8683 F: include/media/i2c/mt9m032.h
8685 MT9P031 APTINA CAMERA SENSOR
8686 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8687 L: linux-media@vger.kernel.org
8688 T: git git://linuxtv.org/media_tree.git
8690 F: drivers/media/i2c/mt9p031.c
8691 F: include/media/i2c/mt9p031.h
8693 MT9T001 APTINA CAMERA SENSOR
8694 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8695 L: linux-media@vger.kernel.org
8696 T: git git://linuxtv.org/media_tree.git
8698 F: drivers/media/i2c/mt9t001.c
8699 F: include/media/i2c/mt9t001.h
8701 MT9V032 APTINA CAMERA SENSOR
8702 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8703 L: linux-media@vger.kernel.org
8704 T: git git://linuxtv.org/media_tree.git
8706 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8707 F: drivers/media/i2c/mt9v032.c
8708 F: include/media/i2c/mt9v032.h
8710 MULTIFUNCTION DEVICES (MFD)
8711 M: Lee Jones <lee.jones@linaro.org>
8712 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8714 F: Documentation/devicetree/bindings/mfd/
8716 F: include/linux/mfd/
8717 F: include/dt-bindings/mfd/
8719 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8720 M: Ulf Hansson <ulf.hansson@linaro.org>
8721 L: linux-mmc@vger.kernel.org
8722 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8724 F: Documentation/devicetree/bindings/mmc/
8726 F: include/linux/mmc/
8727 F: include/uapi/linux/mmc/
8729 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8731 F: drivers/mmc/host/mmc_spi.c
8732 F: include/linux/spi/mmc_spi.h
8734 MULTIPLEXER SUBSYSTEM
8735 M: Peter Rosin <peda@axentia.se>
8737 F: Documentation/ABI/testing/mux/sysfs-class-mux*
8738 F: Documentation/devicetree/bindings/mux/
8739 F: include/linux/dt-bindings/mux/
8740 F: include/linux/mux/
8743 MULTISOUND SOUND DRIVER
8744 M: Andrew Veliath <andrewtv@usa.net>
8746 F: Documentation/sound/oss/MultiSound
8749 MULTITECH MULTIPORT CARD (ISICOM)
8751 F: drivers/tty/isicom.c
8752 F: include/linux/isicom.h
8754 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8755 M: Bin Liu <b-liu@ti.com>
8756 L: linux-usb@vger.kernel.org
8757 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8759 F: drivers/usb/musb/
8761 MXL5007T MEDIA DRIVER
8762 M: Michael Krufky <mkrufky@linuxtv.org>
8763 L: linux-media@vger.kernel.org
8764 W: https://linuxtv.org
8765 W: http://github.com/mkrufky
8766 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8767 T: git git://linuxtv.org/mkrufky/tuners.git
8769 F: drivers/media/tuners/mxl5007t.*
8772 M: Marek Vasut <marex@denx.de>
8774 F: drivers/gpu/drm/mxsfb/
8775 F: Documentation/devicetree/bindings/display/mxsfb-drm.txt
8777 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8778 M: Hyong-Youb Kim <hykim@myri.com>
8779 L: netdev@vger.kernel.org
8780 W: https://www.myricom.com/support/downloads/myri10ge.html
8782 F: drivers/net/ethernet/myricom/myri10ge/
8784 NAND FLASH SUBSYSTEM
8785 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8786 R: Richard Weinberger <richard@nod.at>
8787 L: linux-mtd@lists.infradead.org
8788 W: http://www.linux-mtd.infradead.org/
8789 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8790 T: git git://git.infradead.org/linux-mtd.git nand/fixes
8791 T: git git://git.infradead.org/l2-mtd.git nand/next
8793 F: drivers/mtd/nand/
8794 F: include/linux/mtd/nand*.h
8796 NATSEMI ETHERNET DRIVER (DP8381x)
8798 F: drivers/net/ethernet/natsemi/natsemi.c
8800 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8801 M: Daniel Mack <zonque@gmail.com>
8803 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8804 W: http://www.native-instruments.com
8808 M: Petr Vandrovec <petr@vandrovec.name>
8812 NCR 5380 SCSI DRIVERS
8813 M: Finn Thain <fthain@telegraphics.com.au>
8814 M: Michael Schmitz <schmitzmic@gmail.com>
8815 L: linux-scsi@vger.kernel.org
8817 F: Documentation/scsi/g_NCR5380.txt
8818 F: drivers/scsi/NCR5380.*
8819 F: drivers/scsi/arm/cumana_1.c
8820 F: drivers/scsi/arm/oak.c
8821 F: drivers/scsi/atari_scsi.*
8822 F: drivers/scsi/dmx3191d.c
8823 F: drivers/scsi/g_NCR5380.*
8824 F: drivers/scsi/mac_scsi.*
8825 F: drivers/scsi/sun3_scsi.*
8826 F: drivers/scsi/sun3_scsi_vme.c
8828 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8829 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8830 L: linux-scsi@vger.kernel.org
8832 F: drivers/scsi/NCR_D700.*
8834 NCT6775 HARDWARE MONITOR DRIVER
8835 M: Guenter Roeck <linux@roeck-us.net>
8836 L: linux-hwmon@vger.kernel.org
8838 F: Documentation/hwmon/nct6775
8839 F: drivers/hwmon/nct6775.c
8841 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8842 M: Faisal Latif <faisal.latif@intel.com>
8843 L: linux-rdma@vger.kernel.org
8844 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8846 F: drivers/infiniband/hw/nes/
8847 F: include/uapi/rdma/nes-abi.h
8849 NETEM NETWORK EMULATOR
8850 M: Stephen Hemminger <stephen@networkplumber.org>
8851 L: netem@lists.linux-foundation.org (moderated for non-subscribers)
8853 F: net/sched/sch_netem.c
8855 NETERION 10GbE DRIVERS (s2io/vxge)
8856 M: Jon Mason <jdmason@kudzu.us>
8857 L: netdev@vger.kernel.org
8859 F: Documentation/networking/s2io.txt
8860 F: Documentation/networking/vxge.txt
8861 F: drivers/net/ethernet/neterion/
8864 M: Pablo Neira Ayuso <pablo@netfilter.org>
8865 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8866 M: Florian Westphal <fw@strlen.de>
8867 L: netfilter-devel@vger.kernel.org
8868 L: coreteam@netfilter.org
8869 W: http://www.netfilter.org/
8870 W: http://www.iptables.org/
8871 W: http://www.nftables.org/
8872 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
8873 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8874 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8876 F: include/linux/netfilter*
8877 F: include/linux/netfilter/
8878 F: include/net/netfilter/
8879 F: include/uapi/linux/netfilter*
8880 F: include/uapi/linux/netfilter/
8881 F: net/*/netfilter.c
8884 F: net/bridge/br_netfilter*.c
8887 M: Paul Moore <paul@paul-moore.com>
8888 W: http://netlabel.sf.net
8889 L: netdev@vger.kernel.org
8891 F: Documentation/netlabel/
8892 F: include/net/netlabel.h
8895 NETROM NETWORK LAYER
8896 M: Ralf Baechle <ralf@linux-mips.org>
8897 L: linux-hams@vger.kernel.org
8898 W: http://www.linux-ax25.org/
8900 F: include/net/netrom.h
8901 F: include/uapi/linux/netrom.h
8904 NETRONOME ETHERNET DRIVERS
8905 M: Jakub Kicinski <jakub.kicinski@netronome.com>
8906 L: oss-drivers@netronome.com
8908 F: drivers/net/ethernet/netronome/
8910 NETWORK BLOCK DEVICE (NBD)
8911 M: Josef Bacik <jbacik@fb.com>
8913 L: linux-block@vger.kernel.org
8914 L: nbd-general@lists.sourceforge.net
8915 F: Documentation/blockdev/nbd.txt
8916 F: drivers/block/nbd.c
8917 F: include/uapi/linux/nbd.h
8919 NETWORK DROP MONITOR
8920 M: Neil Horman <nhorman@tuxdriver.com>
8921 L: netdev@vger.kernel.org
8923 W: https://fedorahosted.org/dropwatch/
8924 F: net/core/drop_monitor.c
8927 M: Andrew Lunn <andrew@lunn.ch>
8928 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8929 M: Florian Fainelli <f.fainelli@gmail.com>
8932 F: include/net/dsa.h
8935 NETWORKING [GENERAL]
8936 M: "David S. Miller" <davem@davemloft.net>
8937 L: netdev@vger.kernel.org
8938 W: http://www.linuxfoundation.org/en/Net
8939 Q: http://patchwork.ozlabs.org/project/netdev/list/
8940 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8941 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8942 B: mailto:netdev@vger.kernel.org
8946 F: include/linux/in.h
8947 F: include/linux/net.h
8948 F: include/linux/netdevice.h
8949 F: include/uapi/linux/in.h
8950 F: include/uapi/linux/net.h
8951 F: include/uapi/linux/netdevice.h
8952 F: include/uapi/linux/net_namespace.h
8954 F: tools/testing/selftests/net/
8957 NETWORKING [IPv4/IPv6]
8958 M: "David S. Miller" <davem@davemloft.net>
8959 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8960 M: James Morris <jmorris@namei.org>
8961 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8962 M: Patrick McHardy <kaber@trash.net>
8963 L: netdev@vger.kernel.org
8964 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8972 M: Steffen Klassert <steffen.klassert@secunet.com>
8973 M: Herbert Xu <herbert@gondor.apana.org.au>
8974 M: "David S. Miller" <davem@davemloft.net>
8975 L: netdev@vger.kernel.org
8976 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8977 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8985 F: net/ipv4/ipcomp.c
8986 F: net/ipv4/ip_vti.c
8990 F: net/ipv6/ipcomp6.c
8991 F: net/ipv6/ip6_vti.c
8992 F: include/uapi/linux/xfrm.h
8993 F: include/net/xfrm.h
8995 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8996 M: Paul Moore <paul@paul-moore.com>
8997 L: netdev@vger.kernel.org
9000 NETWORKING [WIRELESS]
9001 L: linux-wireless@vger.kernel.org
9002 Q: http://patchwork.kernel.org/project/linux-wireless/list/
9005 L: netdev@vger.kernel.org
9006 W: http://www.linuxfoundation.org/en/Net
9007 Q: http://patchwork.ozlabs.org/project/netdev/list/
9008 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9009 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
9011 F: Documentation/devicetree/bindings/net/
9013 F: include/linux/if_*
9014 F: include/linux/netdevice.h
9015 F: include/linux/etherdevice.h
9016 F: include/linux/fcdevice.h
9017 F: include/linux/fddidevice.h
9018 F: include/linux/hippidevice.h
9019 F: include/linux/inetdevice.h
9020 F: include/uapi/linux/if_*
9021 F: include/uapi/linux/netdevice.h
9023 NETWORKING DRIVERS (WIRELESS)
9024 M: Kalle Valo <kvalo@codeaurora.org>
9025 L: linux-wireless@vger.kernel.org
9026 Q: http://patchwork.kernel.org/project/linux-wireless/list/
9027 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
9028 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
9030 F: Documentation/devicetree/bindings/net/wireless/
9031 F: drivers/net/wireless/
9033 NETXEN (1/10) GbE SUPPORT
9034 M: Manish Chopra <manish.chopra@cavium.com>
9035 M: Rahul Verma <rahul.verma@cavium.com>
9036 M: Dept-GELinuxNICDev@cavium.com
9037 L: netdev@vger.kernel.org
9039 F: drivers/net/ethernet/qlogic/netxen/
9042 M: Samuel Ortiz <sameo@linux.intel.com>
9043 L: linux-wireless@vger.kernel.org
9044 L: linux-nfc@lists.01.org (subscribers-only)
9048 F: include/uapi/linux/nfc.h
9050 F: include/linux/platform_data/nfcmrvl.h
9051 F: include/linux/platform_data/nxp-nci.h
9052 F: include/linux/platform_data/pn544.h
9053 F: include/linux/platform_data/st21nfca.h
9054 F: include/linux/platform_data/st-nci.h
9055 F: Documentation/devicetree/bindings/net/nfc/
9057 NFS, SUNRPC, AND LOCKD CLIENTS
9058 M: Trond Myklebust <trond.myklebust@primarydata.com>
9059 M: Anna Schumaker <anna.schumaker@netapp.com>
9060 L: linux-nfs@vger.kernel.org
9061 W: http://client.linux-nfs.org
9062 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
9068 F: include/linux/lockd/
9069 F: include/linux/nfs*
9070 F: include/linux/sunrpc/
9071 F: include/uapi/linux/nfs*
9072 F: include/uapi/linux/sunrpc/
9075 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
9076 L: linux-nilfs@vger.kernel.org
9077 W: http://nilfs.sourceforge.net/
9078 W: http://nilfs.osdn.jp/
9079 T: git git://github.com/konis/nilfs2.git
9081 F: Documentation/filesystems/nilfs2.txt
9083 F: include/trace/events/nilfs2.h
9084 F: include/uapi/linux/nilfs2_api.h
9085 F: include/uapi/linux/nilfs2_ondisk.h
9087 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
9088 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9089 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9091 F: Documentation/scsi/NinjaSCSI.txt
9092 F: drivers/scsi/pcmcia/nsp_*
9094 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
9095 M: GOTO Masanori <gotom@debian.or.jp>
9096 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9097 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9099 F: Documentation/scsi/NinjaSCSI.txt
9100 F: drivers/scsi/nsp32*
9103 M: Ley Foon Tan <lftan@altera.com>
9104 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
9105 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
9109 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9110 M: Pavel Machek <pavel@ucw.cz>
9111 M: Sakari Ailus <sakari.ailus@iki.fi>
9112 L: linux-media@vger.kernel.org
9114 F: drivers/media/i2c/et8ek8
9115 F: drivers/media/i2c/ad5820.c
9117 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9118 M: Pavel Machek <pavel@ucw.cz>
9119 M: Sakari Ailus <sakari.ailus@iki.fi>
9120 L: linux-media@vger.kernel.org
9122 F: drivers/media/i2c/et8ek8
9123 F: drivers/media/i2c/ad5820.c
9125 NOKIA N900 POWER SUPPLY DRIVERS
9126 R: Pali Rohár <pali.rohar@gmail.com>
9127 F: include/linux/power/bq2415x_charger.h
9128 F: include/linux/power/bq27xxx_battery.h
9129 F: include/linux/power/isp1704_charger.h
9130 F: drivers/power/supply/bq2415x_charger.c
9131 F: drivers/power/supply/bq27xxx_battery.c
9132 F: drivers/power/supply/bq27xxx_battery_i2c.c
9133 F: drivers/power/supply/isp1704_charger.c
9134 F: drivers/power/supply/rx51_battery.c
9137 M: Jon Mason <jdmason@kudzu.us>
9138 M: Dave Jiang <dave.jiang@intel.com>
9139 M: Allen Hubbe <Allen.Hubbe@emc.com>
9140 L: linux-ntb@googlegroups.com
9142 W: https://github.com/jonmason/ntb/wiki
9143 T: git git://github.com/jonmason/ntb.git
9145 F: drivers/net/ntb_netdev.c
9146 F: include/linux/ntb.h
9147 F: include/linux/ntb_transport.h
9148 F: tools/testing/selftests/ntb/
9151 M: Jon Mason <jdmason@kudzu.us>
9152 M: Dave Jiang <dave.jiang@intel.com>
9153 L: linux-ntb@googlegroups.com
9155 W: https://github.com/jonmason/ntb/wiki
9156 T: git git://github.com/jonmason/ntb.git
9157 F: drivers/ntb/hw/intel/
9160 M: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
9161 L: linux-ntb@googlegroups.com
9163 F: drivers/ntb/hw/amd/
9166 M: Anton Altaparmakov <anton@tuxera.com>
9167 L: linux-ntfs-dev@lists.sourceforge.net
9168 W: http://www.tuxera.com/
9169 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
9171 F: Documentation/filesystems/ntfs.txt
9174 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
9175 M: Antonino Daplas <adaplas@gmail.com>
9176 L: linux-fbdev@vger.kernel.org
9178 F: drivers/video/fbdev/riva/
9179 F: drivers/video/fbdev/nvidia/
9182 M: Keith Busch <keith.busch@intel.com>
9183 M: Jens Axboe <axboe@fb.com>
9184 M: Christoph Hellwig <hch@lst.de>
9185 M: Sagi Grimberg <sagi@grimberg.me>
9186 L: linux-nvme@lists.infradead.org
9187 T: git://git.infradead.org/nvme.git
9188 W: http://git.infradead.org/nvme.git
9190 F: drivers/nvme/host/
9191 F: include/linux/nvme.h
9192 F: include/uapi/linux/nvme_ioctl.h
9194 NVM EXPRESS TARGET DRIVER
9195 M: Christoph Hellwig <hch@lst.de>
9196 M: Sagi Grimberg <sagi@grimberg.me>
9197 L: linux-nvme@lists.infradead.org
9198 T: git://git.infradead.org/nvme.git
9199 W: http://git.infradead.org/nvme.git
9201 F: drivers/nvme/target/
9203 NVM EXPRESS FC TRANSPORT DRIVERS
9204 M: James Smart <james.smart@broadcom.com>
9205 L: linux-nvme@lists.infradead.org
9207 F: include/linux/nvme-fc.h
9208 F: include/linux/nvme-fc-driver.h
9209 F: drivers/nvme/host/fc.c
9210 F: drivers/nvme/target/fc.c
9211 F: drivers/nvme/target/fcloop.c
9214 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
9217 F: Documentation/devicetree/bindings/nvmem/
9218 F: include/linux/nvmem-consumer.h
9219 F: include/linux/nvmem-provider.h
9222 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
9223 R: Charles Gorand <charles.gorand@effinnov.com>
9224 L: linux-nfc@lists.01.org (moderated for non-subscribers)
9226 F: drivers/nfc/nxp-nci
9228 NXP TDA998X DRM DRIVER
9229 M: Russell King <linux@armlinux.org.uk>
9231 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
9232 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
9233 F: drivers/gpu/drm/i2c/tda998x_drv.c
9234 F: include/drm/i2c/tda998x.h
9237 M: Peter Rosin <peda@axentia.se>
9238 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9240 F: sound/soc/codecs/tfa9879*
9243 M: Josh Poimboeuf <jpoimboe@redhat.com>
9248 M: Aaro Koskinen <aaro.koskinen@iki.fi>
9249 M: Tony Lindgren <tony@atomide.com>
9250 L: linux-omap@vger.kernel.org
9251 Q: http://patchwork.kernel.org/project/linux-omap/list/
9252 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9254 F: arch/arm/mach-omap1/
9255 F: arch/arm/plat-omap/
9256 F: arch/arm/configs/omap1_defconfig
9257 F: drivers/i2c/busses/i2c-omap.c
9258 F: include/linux/i2c-omap.h
9261 M: Tony Lindgren <tony@atomide.com>
9262 L: linux-omap@vger.kernel.org
9263 W: http://www.muru.com/linux/omap/
9264 W: http://linux.omap.com/
9265 Q: http://patchwork.kernel.org/project/linux-omap/list/
9266 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9268 F: arch/arm/mach-omap2/
9269 F: arch/arm/plat-omap/
9270 F: arch/arm/configs/omap2plus_defconfig
9271 F: drivers/i2c/busses/i2c-omap.c
9272 F: drivers/irqchip/irq-omap-intc.c
9273 F: drivers/mfd/*omap*.c
9274 F: drivers/mfd/menelaus.c
9275 F: drivers/mfd/palmas.c
9276 F: drivers/mfd/tps65217.c
9277 F: drivers/mfd/tps65218.c
9278 F: drivers/mfd/tps65910.c
9279 F: drivers/mfd/twl-core.[ch]
9280 F: drivers/mfd/twl4030*.c
9281 F: drivers/mfd/twl6030*.c
9282 F: drivers/mfd/twl6040*.c
9283 F: drivers/regulator/palmas-regulator*.c
9284 F: drivers/regulator/pbias-regulator.c
9285 F: drivers/regulator/tps65217-regulator.c
9286 F: drivers/regulator/tps65218-regulator.c
9287 F: drivers/regulator/tps65910-regulator.c
9288 F: drivers/regulator/twl-regulator.c
9289 F: drivers/regulator/twl6030-regulator.c
9290 F: include/linux/i2c-omap.h
9292 OMAP DEVICE TREE SUPPORT
9293 M: Benoît Cousson <bcousson@baylibre.com>
9294 M: Tony Lindgren <tony@atomide.com>
9295 L: linux-omap@vger.kernel.org
9296 L: devicetree@vger.kernel.org
9298 F: arch/arm/boot/dts/*omap*
9299 F: arch/arm/boot/dts/*am3*
9300 F: arch/arm/boot/dts/*am4*
9301 F: arch/arm/boot/dts/*am5*
9302 F: arch/arm/boot/dts/*dra7*
9304 OMAP CLOCK FRAMEWORK SUPPORT
9305 M: Paul Walmsley <paul@pwsan.com>
9306 L: linux-omap@vger.kernel.org
9308 F: arch/arm/*omap*/*clock*
9310 OMAP POWER MANAGEMENT SUPPORT
9311 M: Kevin Hilman <khilman@kernel.org>
9312 L: linux-omap@vger.kernel.org
9314 F: arch/arm/*omap*/*pm*
9315 F: drivers/cpufreq/omap-cpufreq.c
9317 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
9318 M: Rajendra Nayak <rnayak@codeaurora.org>
9319 M: Paul Walmsley <paul@pwsan.com>
9320 L: linux-omap@vger.kernel.org
9322 F: arch/arm/mach-omap2/prm*
9325 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
9326 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
9327 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9328 L: linux-omap@vger.kernel.org
9332 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
9333 M: Roger Quadros <rogerq@ti.com>
9334 M: Tony Lindgren <tony@atomide.com>
9335 L: linux-omap@vger.kernel.org
9337 F: drivers/memory/omap-gpmc.c
9338 F: arch/arm/mach-omap2/*gpmc*
9340 OMAP FRAMEBUFFER SUPPORT
9341 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
9342 L: linux-fbdev@vger.kernel.org
9343 L: linux-omap@vger.kernel.org
9345 F: drivers/video/fbdev/omap/
9347 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
9348 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
9349 L: linux-omap@vger.kernel.org
9350 L: linux-fbdev@vger.kernel.org
9352 F: drivers/video/fbdev/omap2/
9353 F: Documentation/arm/OMAP/DSS
9355 OMAP HARDWARE SPINLOCK SUPPORT
9356 M: Ohad Ben-Cohen <ohad@wizery.com>
9357 L: linux-omap@vger.kernel.org
9359 F: drivers/hwspinlock/omap_hwspinlock.c
9362 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
9363 L: linux-omap@vger.kernel.org
9365 F: drivers/mmc/host/omap.c
9368 L: linux-mmc@vger.kernel.org
9369 L: linux-omap@vger.kernel.org
9371 F: drivers/mmc/host/omap_hsmmc.c
9373 OMAP RANDOM NUMBER GENERATOR SUPPORT
9374 M: Deepak Saxena <dsaxena@plexity.net>
9376 F: drivers/char/hw_random/omap-rng.c
9379 M: Benoît Cousson <bcousson@baylibre.com>
9380 M: Paul Walmsley <paul@pwsan.com>
9381 L: linux-omap@vger.kernel.org
9383 F: arch/arm/mach-omap2/omap_hwmod.*
9386 M: Paul Walmsley <paul@pwsan.com>
9387 L: linux-omap@vger.kernel.org
9389 F: arch/arm/mach-omap2/omap_hwmod*data*
9391 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
9392 M: Benoît Cousson <bcousson@baylibre.com>
9393 L: linux-omap@vger.kernel.org
9395 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
9397 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9398 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9399 L: linux-media@vger.kernel.org
9401 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
9402 F: drivers/media/platform/omap3isp/
9403 F: drivers/staging/media/omap4iss/
9406 L: linux-usb@vger.kernel.org
9407 L: linux-omap@vger.kernel.org
9409 F: drivers/usb/*/*omap*
9410 F: arch/arm/*omap*/usb*
9413 M: Grygorii Strashko <grygorii.strashko@ti.com>
9414 M: Santosh Shilimkar <ssantosh@kernel.org>
9415 M: Kevin Hilman <khilman@kernel.org>
9416 L: linux-omap@vger.kernel.org
9418 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
9419 F: drivers/gpio/gpio-omap.c
9421 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9422 M: Mark Jackson <mpfj@newflow.co.uk>
9423 L: linux-omap@vger.kernel.org
9425 F: arch/arm/boot/dts/am335x-nano.dts
9428 M: Bob Copeland <me@bobcopeland.com>
9429 L: linux-karma-devel@lists.sourceforge.net
9431 F: Documentation/filesystems/omfs.txt
9434 OMNIKEY CARDMAN 4000 DRIVER
9435 M: Harald Welte <laforge@gnumonks.org>
9437 F: drivers/char/pcmcia/cm4000_cs.c
9438 F: include/linux/cm4000_cs.h
9439 F: include/uapi/linux/cm4000_cs.h
9441 OMNIKEY CARDMAN 4040 DRIVER
9442 M: Harald Welte <laforge@gnumonks.org>
9444 F: drivers/char/pcmcia/cm4040_cs.*
9446 OMNIVISION OV5647 SENSOR DRIVER
9447 M: Ramiro Oliveira <roliveir@synopsys.com>
9448 L: linux-media@vger.kernel.org
9449 T: git git://linuxtv.org/media_tree.git
9451 F: drivers/media/i2c/ov5647.c
9453 OMNIVISION OV7670 SENSOR DRIVER
9454 M: Jonathan Corbet <corbet@lwn.net>
9455 L: linux-media@vger.kernel.org
9456 T: git git://linuxtv.org/media_tree.git
9458 F: drivers/media/i2c/ov7670.c
9459 F: Documentation/devicetree/bindings/media/i2c/ov7670.txt
9461 ONENAND FLASH DRIVER
9462 M: Kyungmin Park <kyungmin.park@samsung.com>
9463 L: linux-mtd@lists.infradead.org
9465 F: drivers/mtd/onenand/
9466 F: include/linux/mtd/onenand*.h
9468 ONSTREAM SCSI TAPE DRIVER
9469 M: Willem Riede <osst@riede.org>
9470 L: osst-users@lists.sourceforge.net
9471 L: linux-scsi@vger.kernel.org
9473 F: Documentation/scsi/osst.txt
9474 F: drivers/scsi/osst.*
9475 F: drivers/scsi/osst_*.h
9476 F: drivers/scsi/st.h
9478 OPENCORES I2C BUS DRIVER
9479 M: Peter Korsgaard <jacmet@sunsite.dk>
9480 L: linux-i2c@vger.kernel.org
9482 F: Documentation/i2c/busses/i2c-ocores
9483 F: drivers/i2c/busses/i2c-ocores.c
9485 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9486 M: Rob Herring <robh+dt@kernel.org>
9487 M: Frank Rowand <frowand.list@gmail.com>
9488 L: devicetree@vger.kernel.org
9489 W: http://www.devicetree.org/
9490 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9493 F: include/linux/of*.h
9496 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9497 M: Rob Herring <robh+dt@kernel.org>
9498 M: Mark Rutland <mark.rutland@arm.com>
9499 L: devicetree@vger.kernel.org
9500 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9501 Q: http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9503 F: Documentation/devicetree/
9505 F: include/dt-bindings/
9507 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9508 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
9509 L: devicetree@vger.kernel.org
9511 F: Documentation/devicetree/dynamic-resolution-notes.txt
9512 F: Documentation/devicetree/overlay-notes.txt
9513 F: drivers/of/overlay.c
9514 F: drivers/of/resolver.c
9516 OPENRISC ARCHITECTURE
9517 M: Jonas Bonn <jonas@southpole.se>
9518 M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
9519 M: Stafford Horne <shorne@gmail.com>
9520 T: git git://github.com/openrisc/linux.git
9521 L: openrisc@lists.librecores.org
9522 W: http://openrisc.io
9527 M: Pravin Shelar <pshelar@nicira.com>
9528 L: netdev@vger.kernel.org
9529 L: dev@openvswitch.org
9530 W: http://openvswitch.org
9533 F: include/uapi/linux/openvswitch.h
9535 OPERATING PERFORMANCE POINTS (OPP)
9536 M: Viresh Kumar <vireshk@kernel.org>
9537 M: Nishanth Menon <nm@ti.com>
9538 M: Stephen Boyd <sboyd@codeaurora.org>
9539 L: linux-pm@vger.kernel.org
9541 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9542 F: drivers/base/power/opp/
9543 F: include/linux/pm_opp.h
9544 F: Documentation/power/opp.txt
9545 F: Documentation/devicetree/bindings/opp/
9548 M: Clemens Ladisch <clemens@ladisch.de>
9549 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9550 T: git git://git.alsa-project.org/alsa-kernel.git
9552 F: sound/drivers/opl4/
9555 M: Robert Richter <rric@kernel.org>
9556 L: oprofile-list@lists.sf.net
9558 F: arch/*/include/asm/oprofile*.h
9560 F: drivers/oprofile/
9561 F: include/linux/oprofile.h
9564 M: Jens Wiklander <jens.wiklander@linaro.org>
9566 F: drivers/tee/optee/
9568 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9569 M: Mark Fasheh <mfasheh@versity.com>
9570 M: Joel Becker <jlbec@evilplan.org>
9571 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
9572 W: http://ocfs2.wiki.kernel.org
9574 F: Documentation/filesystems/ocfs2.txt
9575 F: Documentation/filesystems/dlmfs.txt
9579 L: linux-wireless@vger.kernel.org
9580 W: http://wireless.kernel.org/en/users/Drivers/orinoco
9581 W: http://www.nongnu.org/orinoco/
9583 F: drivers/net/wireless/intersil/orinoco/
9585 OSD LIBRARY and FILESYSTEM
9586 M: Boaz Harrosh <ooo@electrozaur.com>
9588 F: drivers/scsi/osd/
9589 F: include/scsi/osd_*
9593 M: Miklos Szeredi <miklos@szeredi.hu>
9594 L: linux-unionfs@vger.kernel.org
9595 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9598 F: Documentation/filesystems/overlayfs.txt
9601 M: Mike Marshall <hubcap@omnibond.com>
9602 L: pvfs2-developers@beowulf-underground.org (subscribers-only)
9603 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9606 F: Documentation/filesystems/orangefs.txt
9609 M: Christian Lamparter <chunkeey@googlemail.com>
9610 L: linux-wireless@vger.kernel.org
9611 W: http://wireless.kernel.org/en/users/Drivers/p54
9613 F: drivers/net/wireless/intersil/p54/
9615 PA SEMI ETHERNET DRIVER
9616 L: netdev@vger.kernel.org
9618 F: drivers/net/ethernet/pasemi/*
9620 PA SEMI SMBUS DRIVER
9621 L: linux-i2c@vger.kernel.org
9623 F: drivers/i2c/busses/i2c-pasemi.c
9625 PADATA PARALLEL EXECUTION MECHANISM
9626 M: Steffen Klassert <steffen.klassert@secunet.com>
9627 L: linux-crypto@vger.kernel.org
9630 F: include/linux/padata.h
9631 F: Documentation/padata.txt
9633 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9634 M: Harald Welte <laforge@gnumonks.org>
9635 L: platform-driver-x86@vger.kernel.org
9637 F: drivers/platform/x86/panasonic-laptop.c
9639 PANASONIC MN10300/AM33/AM34 PORT
9640 M: David Howells <dhowells@redhat.com>
9641 L: linux-am33-list@redhat.com (moderated for non-subscribers)
9642 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9644 F: Documentation/mn10300/
9647 PARALLEL LCD/KEYPAD PANEL DRIVER
9648 M: Willy Tarreau <willy@haproxy.com>
9649 M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9651 F: Documentation/misc-devices/lcd-panel-cgram.txt
9652 F: drivers/misc/panel.c
9654 PARALLEL PORT SUBSYSTEM
9655 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9656 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
9657 L: linux-parport@lists.infradead.org (subscribers-only)
9660 F: include/linux/parport*.h
9661 F: drivers/char/ppdev.c
9662 F: include/uapi/linux/ppdev.h
9663 F: Documentation/parport*.txt
9665 PARAVIRT_OPS INTERFACE
9666 M: Jeremy Fitzhardinge <jeremy@goop.org>
9667 M: Chris Wright <chrisw@sous-sol.org>
9668 M: Alok Kataria <akataria@vmware.com>
9669 M: Rusty Russell <rusty@rustcorp.com.au>
9670 L: virtualization@lists.linux-foundation.org
9672 F: Documentation/virtual/paravirt_ops.txt
9673 F: arch/*/kernel/paravirt*
9674 F: arch/*/include/asm/paravirt.h
9675 F: include/linux/hypervisor.h
9677 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9678 M: Tim Waugh <tim@cyberelk.net>
9679 L: linux-parport@lists.infradead.org (subscribers-only)
9681 F: Documentation/blockdev/paride.txt
9682 F: drivers/block/paride/
9685 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
9686 M: Helge Deller <deller@gmx.de>
9687 L: linux-parisc@vger.kernel.org
9688 W: http://www.parisc-linux.org/
9689 Q: http://patchwork.kernel.org/project/linux-parisc/list/
9690 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9691 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9694 F: Documentation/parisc/
9696 F: drivers/char/agp/parisc-agp.c
9697 F: drivers/input/serio/gscps2.c
9698 F: drivers/parport/parport_gsc.*
9699 F: drivers/tty/serial/8250/8250_gsc.c
9700 F: drivers/video/fbdev/sti*
9701 F: drivers/video/console/sti*
9702 F: drivers/video/logo/logo_parisc*
9705 M: Jiri Pirko <jiri@mellanox.com>
9706 L: netdev@vger.kernel.org
9709 F: lib/test_parman.c
9710 F: include/linux/parman.h
9712 PC87360 HARDWARE MONITORING DRIVER
9713 M: Jim Cromie <jim.cromie@gmail.com>
9714 L: linux-hwmon@vger.kernel.org
9716 F: Documentation/hwmon/pc87360
9717 F: drivers/hwmon/pc87360.c
9720 M: Jim Cromie <jim.cromie@gmail.com>
9722 F: drivers/char/pc8736x_gpio.c
9724 PC87427 HARDWARE MONITORING DRIVER
9725 M: Jean Delvare <jdelvare@suse.com>
9726 L: linux-hwmon@vger.kernel.org
9728 F: Documentation/hwmon/pc87427
9729 F: drivers/hwmon/pc87427.c
9732 M: Riku Voipio <riku.voipio@iki.fi>
9734 F: drivers/leds/leds-pca9532.c
9735 F: include/linux/leds-pca9532.h
9737 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9738 M: Guenter Roeck <linux@roeck-us.net>
9739 L: linux-i2c@vger.kernel.org
9741 F: drivers/i2c/muxes/i2c-mux-pca9541.c
9743 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9744 M: Khalid Aziz <khalid@gonehiking.org>
9746 F: drivers/firmware/pcdp.*
9749 M: Linas Vepstas <linasvepstas@gmail.com>
9750 L: linux-pci@vger.kernel.org
9752 F: Documentation/PCI/pci-error-recovery.txt
9754 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9755 M: Russell Currey <ruscur@russell.cc>
9756 L: linuxppc-dev@lists.ozlabs.org
9758 F: Documentation/powerpc/eeh-pci-error-recovery.txt
9759 F: arch/powerpc/kernel/eeh*.c
9760 F: arch/powerpc/platforms/*/eeh*.c
9761 F: arch/powerpc/include/*/eeh*.h
9764 M: Bjorn Helgaas <bhelgaas@google.com>
9765 L: linux-pci@vger.kernel.org
9766 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
9767 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9769 F: Documentation/devicetree/bindings/pci/
9770 F: Documentation/PCI/
9772 F: include/linux/pci*
9774 F: arch/x86/kernel/quirks.c
9776 PCI ENDPOINT SUBSYSTEM
9777 M: Kishon Vijay Abraham I <kishon@ti.com>
9778 L: linux-pci@vger.kernel.org
9779 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git
9781 F: drivers/pci/endpoint/
9782 F: drivers/misc/pci_endpoint_test.c
9785 PCI DRIVER FOR ALTERA PCIE IP
9786 M: Ley Foon Tan <lftan@altera.com>
9787 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9788 L: linux-pci@vger.kernel.org
9790 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
9791 F: drivers/pci/host/pcie-altera.c
9793 PCI DRIVER FOR ARM VERSATILE PLATFORM
9794 M: Rob Herring <robh@kernel.org>
9795 L: linux-pci@vger.kernel.org
9796 L: linux-arm-kernel@lists.infradead.org
9798 F: Documentation/devicetree/bindings/pci/versatile.txt
9799 F: drivers/pci/host/pci-versatile.c
9801 PCI DRIVER FOR ARMADA 8K
9802 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9803 L: linux-pci@vger.kernel.org
9804 L: linux-arm-kernel@lists.infradead.org
9806 F: Documentation/devicetree/bindings/pci/pci-armada8k.txt
9807 F: drivers/pci/dwc/pcie-armada8k.c
9809 PCI DRIVER FOR APPLIEDMICRO XGENE
9810 M: Tanmay Inamdar <tinamdar@apm.com>
9811 L: linux-pci@vger.kernel.org
9812 L: linux-arm-kernel@lists.infradead.org
9814 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
9815 F: drivers/pci/host/pci-xgene.c
9817 PCI DRIVER FOR FREESCALE LAYERSCAPE
9818 M: Minghuan Lian <minghuan.Lian@freescale.com>
9819 M: Mingkai Hu <mingkai.hu@freescale.com>
9820 M: Roy Zang <tie-fei.zang@freescale.com>
9821 L: linuxppc-dev@lists.ozlabs.org
9822 L: linux-pci@vger.kernel.org
9823 L: linux-arm-kernel@lists.infradead.org
9825 F: drivers/pci/dwc/*layerscape*
9828 M: Richard Zhu <hongxing.zhu@nxp.com>
9829 M: Lucas Stach <l.stach@pengutronix.de>
9830 L: linux-pci@vger.kernel.org
9831 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9833 F: Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9834 F: drivers/pci/dwc/*imx6*
9836 PCI DRIVER FOR TI KEYSTONE
9837 M: Murali Karicheri <m-karicheri2@ti.com>
9838 L: linux-pci@vger.kernel.org
9839 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9841 F: drivers/pci/dwc/*keystone*
9843 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9844 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9845 M: Jason Cooper <jason@lakedaemon.net>
9846 L: linux-pci@vger.kernel.org
9847 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9849 F: drivers/pci/host/*mvebu*
9851 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9852 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9853 L: linux-pci@vger.kernel.org
9854 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9856 F: Documentation/devicetree/bindings/pci/aardvark-pci.txt
9857 F: drivers/pci/host/pci-aardvark.c
9859 PCI DRIVER FOR MICROSEMI SWITCHTEC
9860 M: Kurt Schwemmer <kurt.schwemmer@microsemi.com>
9861 M: Stephen Bates <stephen.bates@microsemi.com>
9862 M: Logan Gunthorpe <logang@deltatee.com>
9863 L: linux-pci@vger.kernel.org
9865 F: Documentation/switchtec.txt
9866 F: Documentation/ABI/testing/sysfs-class-switchtec
9867 F: drivers/pci/switch/switchtec*
9868 F: include/uapi/linux/switchtec_ioctl.h
9870 PCI DRIVER FOR NVIDIA TEGRA
9871 M: Thierry Reding <thierry.reding@gmail.com>
9872 L: linux-tegra@vger.kernel.org
9873 L: linux-pci@vger.kernel.org
9875 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9876 F: drivers/pci/host/pci-tegra.c
9878 PCI DRIVER FOR TI DRA7XX
9879 M: Kishon Vijay Abraham I <kishon@ti.com>
9880 L: linux-omap@vger.kernel.org
9881 L: linux-pci@vger.kernel.org
9883 F: Documentation/devicetree/bindings/pci/ti-pci.txt
9884 F: drivers/pci/dwc/pci-dra7xx.c
9886 PCI DRIVER FOR RENESAS R-CAR
9887 M: Simon Horman <horms@verge.net.au>
9888 L: linux-pci@vger.kernel.org
9889 L: linux-renesas-soc@vger.kernel.org
9891 F: drivers/pci/host/*rcar*
9893 PCI DRIVER FOR SAMSUNG EXYNOS
9894 M: Jingoo Han <jingoohan1@gmail.com>
9895 L: linux-pci@vger.kernel.org
9896 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9897 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9899 F: drivers/pci/dwc/pci-exynos.c
9901 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9902 M: Jingoo Han <jingoohan1@gmail.com>
9903 M: Joao Pinto <Joao.Pinto@synopsys.com>
9904 L: linux-pci@vger.kernel.org
9906 F: Documentation/devicetree/bindings/pci/designware-pcie.txt
9907 F: drivers/pci/dwc/*designware*
9909 PCI DRIVER FOR GENERIC OF HOSTS
9910 M: Will Deacon <will.deacon@arm.com>
9911 L: linux-pci@vger.kernel.org
9912 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9914 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
9915 F: drivers/pci/host/pci-host-common.c
9916 F: drivers/pci/host/pci-host-generic.c
9918 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9919 M: Keith Busch <keith.busch@intel.com>
9920 L: linux-pci@vger.kernel.org
9922 F: drivers/pci/host/vmd.c
9924 PCIE DRIVER FOR ST SPEAR13XX
9925 M: Pratyush Anand <pratyush.anand@gmail.com>
9926 L: linux-pci@vger.kernel.org
9928 F: drivers/pci/dwc/*spear*
9930 PCI MSI DRIVER FOR ALTERA MSI IP
9931 M: Ley Foon Tan <lftan@altera.com>
9932 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9933 L: linux-pci@vger.kernel.org
9935 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9936 F: drivers/pci/host/pcie-altera-msi.c
9938 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9939 M: Duc Dang <dhdang@apm.com>
9940 L: linux-pci@vger.kernel.org
9941 L: linux-arm-kernel@lists.infradead.org
9943 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9944 F: drivers/pci/host/pci-xgene-msi.c
9946 PCIE DRIVER FOR AXIS ARTPEC
9947 M: Niklas Cassel <niklas.cassel@axis.com>
9948 M: Jesper Nilsson <jesper.nilsson@axis.com>
9949 L: linux-arm-kernel@axis.com
9950 L: linux-pci@vger.kernel.org
9952 F: Documentation/devicetree/bindings/pci/axis,artpec*
9953 F: drivers/pci/dwc/*artpec*
9955 PCIE DRIVER FOR HISILICON
9956 M: Zhou Wang <wangzhou1@hisilicon.com>
9957 M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
9958 L: linux-pci@vger.kernel.org
9960 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9961 F: drivers/pci/dwc/pcie-hisi.c
9963 PCIE DRIVER FOR ROCKCHIP
9964 M: Shawn Lin <shawn.lin@rock-chips.com>
9965 M: Wenrui Li <wenrui.li@rock-chips.com>
9966 L: linux-pci@vger.kernel.org
9967 L: linux-rockchip@lists.infradead.org
9969 F: Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9970 F: drivers/pci/host/pcie-rockchip.c
9972 PCIE DRIVER FOR QUALCOMM MSM
9973 M: Stanimir Varbanov <svarbanov@mm-sol.com>
9974 L: linux-pci@vger.kernel.org
9975 L: linux-arm-msm@vger.kernel.org
9977 F: drivers/pci/dwc/*qcom*
9979 PCIE DRIVER FOR CAVIUM THUNDERX
9980 M: David Daney <david.daney@cavium.com>
9981 L: linux-pci@vger.kernel.org
9982 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9984 F: Documentation/devicetree/bindings/pci/pci-thunder-*
9985 F: drivers/pci/host/pci-thunder-*
9988 P: Linux PCMCIA Team
9989 L: linux-pcmcia@lists.infradead.org
9990 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9991 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9993 F: Documentation/pcmcia/
9998 PCNET32 NETWORK DRIVER
9999 M: Don Fry <pcnet32@frontier.com>
10000 L: netdev@vger.kernel.org
10002 F: drivers/net/ethernet/amd/pcnet32.c
10004 PCRYPT PARALLEL CRYPTO ENGINE
10005 M: Steffen Klassert <steffen.klassert@secunet.com>
10006 L: linux-crypto@vger.kernel.org
10009 F: include/crypto/pcrypt.h
10011 PER-CPU MEMORY ALLOCATOR
10012 M: Tejun Heo <tj@kernel.org>
10013 M: Christoph Lameter <cl@linux.com>
10014 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
10016 F: include/linux/percpu*.h
10018 F: arch/*/include/asm/percpu.h
10020 PER-TASK DELAY ACCOUNTING
10021 M: Balbir Singh <bsingharora@gmail.com>
10023 F: include/linux/delayacct.h
10024 F: kernel/delayacct.c
10026 PERFORMANCE EVENTS SUBSYSTEM
10027 M: Peter Zijlstra <peterz@infradead.org>
10028 M: Ingo Molnar <mingo@redhat.com>
10029 M: Arnaldo Carvalho de Melo <acme@kernel.org>
10030 R: Alexander Shishkin <alexander.shishkin@linux.intel.com>
10031 L: linux-kernel@vger.kernel.org
10032 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10035 F: include/linux/perf_event.h
10036 F: include/uapi/linux/perf_event.h
10037 F: arch/*/kernel/perf_event*.c
10038 F: arch/*/kernel/*/perf_event*.c
10039 F: arch/*/kernel/*/*/perf_event*.c
10040 F: arch/*/include/asm/perf_event.h
10041 F: arch/*/kernel/perf_callchain.c
10045 PERSONALITY HANDLING
10046 M: Christoph Hellwig <hch@infradead.org>
10047 L: linux-abi-devel@lists.sourceforge.net
10049 F: include/linux/personality.h
10050 F: include/uapi/linux/personality.h
10053 M: Remi Denis-Courmont <courmisch@gmail.com>
10055 F: Documentation/networking/phonet.txt
10056 F: include/linux/phonet.h
10057 F: include/net/phonet/
10058 F: include/uapi/linux/phonet.h
10062 M: Joern Engel <joern@lazybastard.org>
10063 L: linux-mtd@lists.infradead.org
10065 F: drivers/mtd/devices/phram.c
10068 M: Bruno Prémont <bonbons@linux-vserver.org>
10069 L: linux-input@vger.kernel.org
10071 F: drivers/hid/hid-picolcd*
10074 M: Jamie Iles <jamie@jamieiles.com>
10075 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10076 T: git git://github.com/jamieiles/linux-2.6-ji.git
10078 F: arch/arm/boot/dts/picoxcell*
10079 F: arch/arm/mach-picoxcell/
10080 F: drivers/crypto/picoxcell*
10082 PIN CONTROL SUBSYSTEM
10083 M: Linus Walleij <linus.walleij@linaro.org>
10084 L: linux-gpio@vger.kernel.org
10085 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
10087 F: Documentation/devicetree/bindings/pinctrl/
10088 F: Documentation/pinctrl.txt
10089 F: drivers/pinctrl/
10090 F: include/linux/pinctrl/
10092 PIN CONTROLLER - ATMEL AT91
10093 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
10094 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10096 F: drivers/pinctrl/pinctrl-at91.*
10098 PIN CONTROLLER - ATMEL AT91 PIO4
10099 M: Ludovic Desroches <ludovic.desroches@microchip.com>
10100 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10101 L: linux-gpio@vger.kernel.org
10103 F: drivers/pinctrl/pinctrl-at91-pio4.*
10105 PIN CONTROLLER - INTEL
10106 M: Mika Westerberg <mika.westerberg@linux.intel.com>
10107 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
10109 F: drivers/pinctrl/intel/
10111 PIN CONTROLLER - RENESAS
10112 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10113 M: Geert Uytterhoeven <geert+renesas@glider.be>
10114 L: linux-renesas-soc@vger.kernel.org
10116 F: drivers/pinctrl/sh-pfc/
10118 PIN CONTROLLER - SAMSUNG
10119 M: Tomasz Figa <tomasz.figa@gmail.com>
10120 M: Krzysztof Kozlowski <krzk@kernel.org>
10121 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10122 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10123 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10124 Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
10125 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
10127 F: drivers/pinctrl/samsung/
10128 F: include/dt-bindings/pinctrl/samsung.h
10129 F: Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
10131 PIN CONTROLLER - SINGLE
10132 M: Tony Lindgren <tony@atomide.com>
10133 M: Haojian Zhuang <haojian.zhuang@linaro.org>
10134 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10135 L: linux-omap@vger.kernel.org
10137 F: drivers/pinctrl/pinctrl-single.c
10139 PIN CONTROLLER - ST SPEAR
10140 M: Viresh Kumar <vireshk@kernel.org>
10141 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10142 W: http://www.st.com/spear
10144 F: drivers/pinctrl/spear/
10146 PISTACHIO SOC SUPPORT
10147 M: James Hartley <james.hartley@imgtec.com>
10148 M: Ionela Voinescu <ionela.voinescu@imgtec.com>
10149 L: linux-mips@linux-mips.org
10151 F: arch/mips/pistachio/
10152 F: arch/mips/include/asm/mach-pistachio/
10153 F: arch/mips/boot/dts/img/pistachio*
10154 F: arch/mips/configs/pistachio*_defconfig
10158 M: linux-block@vger.kernel.org
10159 F: drivers/block/pktcdvd.c
10160 F: include/linux/pktcdvd.h
10161 F: include/uapi/linux/pktcdvd.h
10163 PKUNITY SOC DRIVERS
10164 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
10165 W: http://mprc.pku.edu.cn/~guanxuetao/linux
10167 T: git git://github.com/gxt/linux.git
10168 F: drivers/input/serio/i8042-unicore32io.h
10169 F: drivers/i2c/busses/i2c-puv3.c
10170 F: drivers/video/fbdev/fb-puv3.c
10171 F: drivers/rtc/rtc-puv3.c
10173 PMBUS HARDWARE MONITORING DRIVERS
10174 M: Guenter Roeck <linux@roeck-us.net>
10175 L: linux-hwmon@vger.kernel.org
10176 W: http://hwmon.wiki.kernel.org/
10177 W: http://www.roeck-us.net/linux/drivers/
10178 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
10180 F: Documentation/hwmon/pmbus
10181 F: drivers/hwmon/pmbus/
10182 F: include/linux/pmbus.h
10184 PMC SIERRA MaxRAID DRIVER
10185 L: linux-scsi@vger.kernel.org
10186 W: http://www.pmc-sierra.com/
10188 F: drivers/scsi/pmcraid.*
10190 PMC SIERRA PM8001 DRIVER
10191 M: Jack Wang <jinpu.wang@profitbricks.com>
10192 M: lindar_liu@usish.com
10193 L: linux-scsi@vger.kernel.org
10195 F: drivers/scsi/pm8001/
10197 POSIX CLOCKS and TIMERS
10198 M: Thomas Gleixner <tglx@linutronix.de>
10199 L: linux-kernel@vger.kernel.org
10200 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10203 F: include/linux/timer*
10204 F: kernel/time/*timer*
10206 POWER MANAGEMENT CORE
10207 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
10208 L: linux-pm@vger.kernel.org
10209 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
10210 B: https://bugzilla.kernel.org
10212 F: drivers/base/power/
10213 F: include/linux/pm.h
10214 F: include/linux/pm_*
10215 F: include/linux/powercap.h
10216 F: drivers/powercap/
10218 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
10219 M: Sebastian Reichel <sre@kernel.org>
10220 L: linux-pm@vger.kernel.org
10221 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
10223 F: Documentation/devicetree/bindings/power/supply/
10224 F: include/linux/power_supply.h
10225 F: drivers/power/supply/
10227 POWER STATE COORDINATION INTERFACE (PSCI)
10228 M: Mark Rutland <mark.rutland@arm.com>
10229 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
10230 L: linux-arm-kernel@lists.infradead.org
10232 F: drivers/firmware/psci*.c
10233 F: include/linux/psci.h
10234 F: include/uapi/linux/psci.h
10236 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
10237 M: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
10238 L: linuxppc-dev@lists.ozlabs.org
10240 F: drivers/char/powernv-op-panel.c
10243 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
10247 PPP PROTOCOL DRIVERS AND COMPRESSORS
10248 M: Paul Mackerras <paulus@samba.org>
10249 L: linux-ppp@vger.kernel.org
10251 F: drivers/net/ppp/ppp_*
10253 PPP OVER ATM (RFC 2364)
10254 M: Mitchell Blank Jr <mitch@sfgoth.com>
10256 F: net/atm/pppoatm.c
10257 F: include/uapi/linux/atmppp.h
10260 M: Michal Ostrowski <mostrows@earthlink.net>
10262 F: drivers/net/ppp/pppoe.c
10263 F: drivers/net/ppp/pppox.c
10266 M: James Chapman <jchapman@katalix.com>
10268 F: net/l2tp/l2tp_ppp.c
10269 F: include/linux/if_pppol2tp.h
10270 F: include/uapi/linux/if_pppol2tp.h
10273 M: Rodolfo Giometti <giometti@enneenne.com>
10274 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
10275 L: linuxpps@ml.enneenne.com (subscribers-only)
10277 F: Documentation/pps/
10279 F: include/linux/pps*.h
10282 M: Dmitry Kozlov <xeb@mail.ru>
10283 L: netdev@vger.kernel.org
10285 F: drivers/net/ppp/pptp.c
10286 W: http://sourceforge.net/projects/accel-pptp
10289 M: Robert Love <rml@tech9.net>
10290 L: kpreempt-tech@lists.sourceforge.net
10291 W: https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
10293 F: Documentation/preempt-locking.txt
10294 F: include/linux/preempt.h
10297 M: Petr Mladek <pmladek@suse.com>
10298 M: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
10299 R: Steven Rostedt <rostedt@goodmis.org>
10302 F: include/linux/printk.h
10304 PRISM54 WIRELESS DRIVER
10305 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
10306 L: linux-wireless@vger.kernel.org
10307 W: http://wireless.kernel.org/en/users/Drivers/p54
10309 F: drivers/net/wireless/intersil/prism54/
10311 PS3 NETWORK SUPPORT
10312 M: Geoff Levand <geoff@infradead.org>
10313 L: netdev@vger.kernel.org
10314 L: linuxppc-dev@lists.ozlabs.org
10316 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
10318 PS3 PLATFORM SUPPORT
10319 M: Geoff Levand <geoff@infradead.org>
10320 L: linuxppc-dev@lists.ozlabs.org
10322 F: arch/powerpc/boot/ps3*
10323 F: arch/powerpc/include/asm/lv1call.h
10324 F: arch/powerpc/include/asm/ps3*.h
10325 F: arch/powerpc/platforms/ps3/
10328 F: drivers/rtc/rtc-ps3.c
10329 F: drivers/usb/host/*ps3.c
10330 F: sound/ppc/snd_ps3*
10333 M: Jim Paris <jim@jtan.com>
10334 M: Geoff Levand <geoff@infradead.org>
10335 L: linuxppc-dev@lists.ozlabs.org
10337 F: drivers/block/ps3vram.c
10339 PSAMPLE PACKET SAMPLING SUPPORT:
10340 M: Yotam Gigi <yotamg@mellanox.com>
10343 F: include/net/psample.h
10344 F: include/uapi/linux/psample.h
10347 M: Kees Cook <keescook@chromium.org>
10348 M: Anton Vorontsov <anton@enomsg.org>
10349 M: Colin Cross <ccross@android.com>
10350 M: Tony Luck <tony.luck@intel.com>
10352 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
10354 F: include/linux/pstore*
10355 F: drivers/firmware/efi/efi-pstore.c
10356 F: drivers/acpi/apei/erst.c
10357 F: Documentation/admin-guide/ramoops.rst
10358 F: Documentation/devicetree/bindings/reserved-memory/ramoops.txt
10359 K: \b(pstore|ramoops)
10361 PTP HARDWARE CLOCK SUPPORT
10362 M: Richard Cochran <richardcochran@gmail.com>
10363 L: netdev@vger.kernel.org
10365 W: http://linuxptp.sourceforge.net/
10366 F: Documentation/ABI/testing/sysfs-ptp
10367 F: Documentation/ptp/*
10368 F: drivers/net/ethernet/freescale/gianfar_ptp.c
10369 F: drivers/net/phy/dp83640*
10371 F: include/linux/ptp_cl*
10374 M: Roland McGrath <roland@hack.frob.com>
10375 M: Oleg Nesterov <oleg@redhat.com>
10377 F: include/asm-generic/syscall.h
10378 F: include/linux/ptrace.h
10379 F: include/linux/regset.h
10380 F: include/linux/tracehook.h
10381 F: include/uapi/linux/ptrace.h
10385 M: Hans Verkuil <hverkuil@xs4all.nl>
10386 L: linux-media@vger.kernel.org
10387 T: git git://linuxtv.org/media_tree.git
10389 F: drivers/media/usb/pulse8-cec/*
10391 PVRUSB2 VIDEO4LINUX DRIVER
10392 M: Mike Isely <isely@pobox.com>
10393 L: pvrusb2@isely.net (subscribers-only)
10394 L: linux-media@vger.kernel.org
10395 W: http://www.isely.net/pvrusb2/
10396 T: git git://linuxtv.org/media_tree.git
10398 F: Documentation/media/v4l-drivers/pvrusb2*
10399 F: drivers/media/usb/pvrusb2/
10402 M: Hans Verkuil <hverkuil@xs4all.nl>
10403 L: linux-media@vger.kernel.org
10404 T: git git://linuxtv.org/media_tree.git
10406 F: drivers/media/usb/pwc/*
10409 M: Kamil Debski <kamil@wypas.org>
10410 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10411 L: linux-hwmon@vger.kernel.org
10413 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
10414 F: Documentation/hwmon/pwm-fan
10415 F: drivers/hwmon/pwm-fan.c
10418 M: Thierry Reding <thierry.reding@gmail.com>
10419 L: linux-pwm@vger.kernel.org
10421 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
10422 F: Documentation/pwm.txt
10423 F: Documentation/devicetree/bindings/pwm/
10424 F: include/linux/pwm.h
10426 F: drivers/video/backlight/pwm_bl.c
10427 F: include/linux/pwm_backlight.h
10428 F: drivers/gpio/gpio-mvebu.c
10429 F: Documentation/devicetree/bindings/gpio/gpio-mvebu.txt
10431 PXA2xx/PXA3xx SUPPORT
10432 M: Daniel Mack <daniel@zonque.org>
10433 M: Haojian Zhuang <haojian.zhuang@gmail.com>
10434 M: Robert Jarzmik <robert.jarzmik@free.fr>
10435 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10436 T: git git://github.com/hzhuang1/linux.git
10437 T: git git://github.com/rjarzmik/linux.git
10439 F: arch/arm/boot/dts/pxa*
10440 F: arch/arm/mach-pxa/
10441 F: drivers/dma/pxa*
10442 F: drivers/pcmcia/pxa2xx*
10443 F: drivers/pinctrl/pxa/
10444 F: drivers/spi/spi-pxa2xx*
10445 F: drivers/usb/gadget/udc/pxa2*
10446 F: include/sound/pxa2xx-lib.h
10451 M: Robert Jarzmik <robert.jarzmik@free.fr>
10452 L: linux-gpio@vger.kernel.org
10454 F: drivers/gpio/gpio-pxa.c
10456 PXA3xx NAND FLASH DRIVER
10457 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
10458 L: linux-mtd@lists.infradead.org
10460 F: drivers/mtd/nand/pxa3xx_nand.c
10463 M: Eric Miao <eric.y.miao@gmail.com>
10464 M: Haojian Zhuang <haojian.zhuang@gmail.com>
10465 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10466 T: git git://github.com/hzhuang1/linux.git
10467 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
10469 F: arch/arm/boot/dts/mmp*
10470 F: arch/arm/mach-mmp/
10476 M: Robert Jarzmik <robert.jarzmik@free.fr>
10477 L: linux-rtc@vger.kernel.org
10481 M: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
10482 M: Salvatore Benedetto <salvatore.benedetto@intel.com>
10483 L: qat-linux@intel.com
10485 F: drivers/crypto/qat/
10488 M: Mike Marciniszyn <infinipath@intel.com>
10489 L: linux-rdma@vger.kernel.org
10491 F: drivers/infiniband/hw/qib/
10493 QLOGIC QLA1280 SCSI DRIVER
10494 M: Michael Reed <mdr@sgi.com>
10495 L: linux-scsi@vger.kernel.org
10497 F: drivers/scsi/qla1280.[ch]
10499 QLOGIC QLA2XXX FC-SCSI DRIVER
10500 M: qla2xxx-upstream@qlogic.com
10501 L: linux-scsi@vger.kernel.org
10503 F: Documentation/scsi/LICENSE.qla2xxx
10504 F: drivers/scsi/qla2xxx/
10506 QLOGIC QLA4XXX iSCSI DRIVER
10507 M: QLogic-Storage-Upstream@qlogic.com
10508 L: linux-scsi@vger.kernel.org
10510 F: Documentation/scsi/LICENSE.qla4xxx
10511 F: drivers/scsi/qla4xxx/
10513 QLOGIC QLA3XXX NETWORK DRIVER
10514 M: Dept-GELinuxNICDev@cavium.com
10515 L: netdev@vger.kernel.org
10517 F: Documentation/networking/LICENSE.qla3xxx
10518 F: drivers/net/ethernet/qlogic/qla3xxx.*
10520 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10521 M: Harish Patil <harish.patil@cavium.com>
10522 M: Manish Chopra <manish.chopra@cavium.com>
10523 M: Dept-GELinuxNICDev@cavium.com
10524 L: netdev@vger.kernel.org
10526 F: drivers/net/ethernet/qlogic/qlcnic/
10528 QLOGIC QLGE 10Gb ETHERNET DRIVER
10529 M: Harish Patil <harish.patil@cavium.com>
10530 M: Manish Chopra <manish.chopra@cavium.com>
10531 M: Dept-GELinuxNICDev@cavium.com
10532 L: netdev@vger.kernel.org
10534 F: drivers/net/ethernet/qlogic/qlge/
10536 QLOGIC QL4xxx ETHERNET DRIVER
10537 M: Yuval Mintz <Yuval.Mintz@cavium.com>
10538 M: Ariel Elior <Ariel.Elior@cavium.com>
10539 M: everest-linux-l2@cavium.com
10540 L: netdev@vger.kernel.org
10542 F: drivers/net/ethernet/qlogic/qed/
10543 F: include/linux/qed/
10544 F: drivers/net/ethernet/qlogic/qede/
10546 QLOGIC QL41xxx ISCSI DRIVER
10547 M: QLogic-Storage-Upstream@cavium.com
10548 L: linux-scsi@vger.kernel.org
10550 F: drivers/scsi/qedi/
10552 QLOGIC QL41xxx FCOE DRIVER
10553 M: QLogic-Storage-Upstream@cavium.com
10554 L: linux-scsi@vger.kernel.org
10556 F: drivers/scsi/qedf/
10559 M: Anders Larsen <al@alarsen.net>
10560 W: http://www.alarsen.net/linux/qnx4fs/
10563 F: include/uapi/linux/qnx4_fs.h
10564 F: include/uapi/linux/qnxtypes.h
10566 QORIQ DPAA2 FSL-MC BUS DRIVER
10567 M: Stuart Yoder <stuyoder@gmail.com>
10568 M: Laurentiu Tudor <laurentiu.tudor@nxp.com>
10569 L: linux-kernel@vger.kernel.org
10571 F: drivers/staging/fsl-mc/
10572 F: Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
10574 QT1010 MEDIA DRIVER
10575 M: Antti Palosaari <crope@iki.fi>
10576 L: linux-media@vger.kernel.org
10577 W: https://linuxtv.org
10578 W: http://palosaari.fi/linux/
10579 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10580 T: git git://linuxtv.org/anttip/media_tree.git
10582 F: drivers/media/tuners/qt1010*
10584 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10585 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
10586 L: linux-wireless@vger.kernel.org
10587 W: http://wireless.kernel.org/en/users/Drivers/ath9k
10589 F: drivers/net/wireless/ath/ath9k/
10591 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10592 M: Kalle Valo <kvalo@qca.qualcomm.com>
10593 L: ath10k@lists.infradead.org
10594 W: http://wireless.kernel.org/en/users/Drivers/ath10k
10595 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10597 F: drivers/net/wireless/ath/ath10k/
10599 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10600 M: Timur Tabi <timur@codeaurora.org>
10601 L: netdev@vger.kernel.org
10603 F: drivers/net/ethernet/qualcomm/emac/
10605 QUALCOMM HEXAGON ARCHITECTURE
10606 M: Richard Kuo <rkuo@codeaurora.org>
10607 L: linux-hexagon@vger.kernel.org
10608 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10612 QUALCOMM WCN36XX WIRELESS DRIVER
10613 M: Eugene Krasnikov <k.eugene.e@gmail.com>
10614 L: wcn36xx@lists.infradead.org
10615 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
10616 T: git git://github.com/KrasnikovEugene/wcn36xx.git
10618 F: drivers/net/wireless/ath/wcn36xx/
10620 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10621 M: Gabriel Somlo <somlo@cmu.edu>
10622 M: "Michael S. Tsirkin" <mst@redhat.com>
10623 L: qemu-devel@nongnu.org
10625 F: drivers/firmware/qemu_fw_cfg.c
10627 RADOS BLOCK DEVICE (RBD)
10628 M: Ilya Dryomov <idryomov@gmail.com>
10629 M: Sage Weil <sage@redhat.com>
10630 M: Alex Elder <elder@kernel.org>
10631 L: ceph-devel@vger.kernel.org
10632 W: http://ceph.com/
10633 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10634 T: git git://github.com/ceph/ceph-client.git
10636 F: Documentation/ABI/testing/sysfs-bus-rbd
10637 F: drivers/block/rbd.c
10638 F: drivers/block/rbd_types.h
10640 RADEON FRAMEBUFFER DISPLAY DRIVER
10641 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
10642 L: linux-fbdev@vger.kernel.org
10644 F: drivers/video/fbdev/aty/radeon*
10645 F: include/uapi/linux/radeonfb.h
10647 RADIOSHARK 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-shark.c
10654 RADIOSHARK2 RADIO DRIVER
10655 M: Hans Verkuil <hverkuil@xs4all.nl>
10656 L: linux-media@vger.kernel.org
10657 T: git git://linuxtv.org/media_tree.git
10659 F: drivers/media/radio/radio-shark2.c
10660 F: drivers/media/radio/radio-tea5777.c
10662 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10663 M: Paul Mackerras <paulus@samba.org>
10664 L: linux-fbdev@vger.kernel.org
10666 F: drivers/video/fbdev/aty/aty128fb.c
10668 RAINSHADOW-CEC DRIVER
10669 M: Hans Verkuil <hverkuil@xs4all.nl>
10670 L: linux-media@vger.kernel.org
10671 T: git git://linuxtv.org/media_tree.git
10673 F: drivers/media/usb/rainshadow-cec/*
10675 RALINK MIPS ARCHITECTURE
10676 M: John Crispin <john@phrozen.org>
10677 L: linux-mips@linux-mips.org
10679 F: arch/mips/ralink
10681 RALINK RT2X00 WIRELESS LAN DRIVER
10683 M: Stanislaw Gruszka <sgruszka@redhat.com>
10684 M: Helmut Schaa <helmut.schaa@googlemail.com>
10685 L: linux-wireless@vger.kernel.org
10687 F: drivers/net/wireless/ralink/rt2x00/
10689 RAMDISK RAM BLOCK DEVICE DRIVER
10690 M: Jens Axboe <axboe@kernel.dk>
10692 F: Documentation/blockdev/ramdisk.txt
10693 F: drivers/block/brd.c
10695 RANDOM NUMBER DRIVER
10696 M: "Theodore Ts'o" <tytso@mit.edu>
10698 F: drivers/char/random.c
10701 M: Matt Porter <mporter@kernel.crashing.org>
10702 M: Alexandre Bounine <alexandre.bounine@idt.com>
10704 F: drivers/rapidio/
10706 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10707 L: linux-wireless@vger.kernel.org
10709 F: drivers/net/wireless/ray*
10712 M: Josh Triplett <josh@joshtriplett.org>
10713 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10714 L: linux-kernel@vger.kernel.org
10716 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10717 F: Documentation/RCU/torture.txt
10718 F: kernel/rcu/rcutorture.c
10720 RCUTORTURE TEST FRAMEWORK
10721 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10722 M: Josh Triplett <josh@joshtriplett.org>
10723 R: Steven Rostedt <rostedt@goodmis.org>
10724 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10725 R: Lai Jiangshan <jiangshanlai@gmail.com>
10726 L: linux-kernel@vger.kernel.org
10728 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10729 F: tools/testing/selftests/rcutorture
10732 M: Florian Fainelli <florian@openwrt.org>
10735 RDC R6040 FAST ETHERNET DRIVER
10736 M: Florian Fainelli <f.fainelli@gmail.com>
10737 L: netdev@vger.kernel.org
10739 F: drivers/net/ethernet/rdc/r6040.c
10741 RDS - RELIABLE DATAGRAM SOCKETS
10742 M: Santosh Shilimkar <santosh.shilimkar@oracle.com>
10743 L: netdev@vger.kernel.org
10744 L: linux-rdma@vger.kernel.org
10745 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
10746 W: https://oss.oracle.com/projects/rds/
10749 F: Documentation/networking/rds.txt
10751 RDMAVT - RDMA verbs software
10752 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
10753 L: linux-rdma@vger.kernel.org
10755 F: drivers/infiniband/sw/rdmavt
10757 RDT - RESOURCE ALLOCATION
10758 M: Fenghua Yu <fenghua.yu@intel.com>
10759 L: linux-kernel@vger.kernel.org
10761 F: arch/x86/kernel/cpu/intel_rdt*
10762 F: arch/x86/include/asm/intel_rdt*
10763 F: Documentation/x86/intel_rdt*
10765 READ-COPY UPDATE (RCU)
10766 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10767 M: Josh Triplett <josh@joshtriplett.org>
10768 R: Steven Rostedt <rostedt@goodmis.org>
10769 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10770 R: Lai Jiangshan <jiangshanlai@gmail.com>
10771 L: linux-kernel@vger.kernel.org
10772 W: http://www.rdrop.com/users/paulmck/RCU/
10774 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10775 F: Documentation/RCU/
10776 X: Documentation/RCU/torture.txt
10777 F: include/linux/rcu*
10778 X: include/linux/srcu.h
10780 X: kernel/torture.c
10782 REAL TIME CLOCK (RTC) SUBSYSTEM
10783 M: Alessandro Zummo <a.zummo@towertech.it>
10784 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
10785 L: linux-rtc@vger.kernel.org
10786 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
10787 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10789 F: Documentation/devicetree/bindings/rtc/
10790 F: Documentation/rtc.txt
10792 F: include/linux/rtc.h
10793 F: include/uapi/linux/rtc.h
10794 F: include/linux/rtc/
10795 F: include/linux/platform_data/rtc-*
10796 F: tools/testing/selftests/timers/rtctest.c
10798 REALTEK AUDIO CODECS
10799 M: Bard Liao <bardliao@realtek.com>
10800 M: Oder Chiou <oder_chiou@realtek.com>
10802 F: sound/soc/codecs/rt*
10803 F: include/sound/rt*.h
10805 REISERFS FILE SYSTEM
10806 L: reiserfs-devel@vger.kernel.org
10810 REGISTER MAP ABSTRACTION
10811 M: Mark Brown <broonie@kernel.org>
10812 L: linux-kernel@vger.kernel.org
10813 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10815 F: Documentation/devicetree/bindings/regmap/
10816 F: drivers/base/regmap/
10817 F: include/linux/regmap.h
10819 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10820 M: Ohad Ben-Cohen <ohad@wizery.com>
10821 M: Bjorn Andersson <bjorn.andersson@linaro.org>
10822 L: linux-remoteproc@vger.kernel.org
10823 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10825 F: Documentation/devicetree/bindings/remoteproc/
10826 F: Documentation/remoteproc.txt
10827 F: drivers/remoteproc/
10828 F: include/linux/remoteproc.h
10830 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10831 M: Ohad Ben-Cohen <ohad@wizery.com>
10832 M: Bjorn Andersson <bjorn.andersson@linaro.org>
10833 L: linux-remoteproc@vger.kernel.org
10834 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10837 F: Documentation/rpmsg.txt
10838 F: include/linux/rpmsg.h
10839 F: include/linux/rpmsg/
10841 RENESAS CLOCK DRIVERS
10842 M: Geert Uytterhoeven <geert+renesas@glider.be>
10843 L: linux-renesas-soc@vger.kernel.org
10845 F: drivers/clk/renesas/
10847 RENESAS ETHERNET DRIVERS
10848 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10849 L: netdev@vger.kernel.org
10850 L: linux-renesas-soc@vger.kernel.org
10851 F: drivers/net/ethernet/renesas/
10852 F: include/linux/sh_eth.h
10854 RENESAS R-CAR GYROADC DRIVER
10855 M: Marek Vasut <marek.vasut@gmail.com>
10856 L: linux-iio@vger.kernel.org
10858 F: drivers/iio/adc/rcar_gyro_adc.c
10860 RENESAS USB PHY DRIVER
10861 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10862 L: linux-renesas-soc@vger.kernel.org
10864 F: drivers/phy/renesas/phy-rcar-gen3-usb*.c
10866 RESET CONTROLLER FRAMEWORK
10867 M: Philipp Zabel <p.zabel@pengutronix.de>
10868 T: git git://git.pengutronix.de/git/pza/linux
10871 F: Documentation/devicetree/bindings/reset/
10872 F: include/dt-bindings/reset/
10873 F: include/linux/reset.h
10874 F: include/linux/reset-controller.h
10877 M: Johannes Berg <johannes@sipsolutions.net>
10878 L: linux-wireless@vger.kernel.org
10879 W: http://wireless.kernel.org/
10880 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10881 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10883 F: Documentation/rfkill.txt
10887 M: Thomas Graf <tgraf@suug.ch>
10888 M: Herbert Xu <herbert@gondor.apana.org.au>
10889 L: netdev@vger.kernel.org
10891 F: lib/rhashtable.c
10892 F: include/linux/rhashtable.h
10894 RICOH SMARTMEDIA/XD DRIVER
10895 M: Maxim Levitsky <maximlevitsky@gmail.com>
10897 F: drivers/mtd/nand/r852.c
10898 F: drivers/mtd/nand/r852.h
10900 RICOH R5C592 MEMORYSTICK DRIVER
10901 M: Maxim Levitsky <maximlevitsky@gmail.com>
10903 F: drivers/memstick/host/r592.*
10906 M: Stefan Achatz <erazor_de@users.sourceforge.net>
10907 W: http://sourceforge.net/projects/roccat/
10909 F: drivers/hid/hid-roccat*
10910 F: include/linux/hid-roccat*
10911 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
10914 M: Jiri Pirko <jiri@resnulli.us>
10915 L: netdev@vger.kernel.org
10917 F: drivers/net/ethernet/rocker/
10921 W: http://www.comtrol.com
10923 F: Documentation/serial/rocket.txt
10924 F: drivers/tty/rocket*
10926 ROCKETPORT EXPRESS/INFINITY DRIVER
10927 M: Kevin Cernekee <cernekee@gmail.com>
10928 L: linux-serial@vger.kernel.org
10930 F: drivers/tty/serial/rp2.*
10933 M: Ralf Baechle <ralf@linux-mips.org>
10934 L: linux-hams@vger.kernel.org
10935 W: http://www.linux-ax25.org/
10937 F: include/net/rose.h
10938 F: include/uapi/linux/rose.h
10941 RTL2830 MEDIA DRIVER
10942 M: Antti Palosaari <crope@iki.fi>
10943 L: linux-media@vger.kernel.org
10944 W: https://linuxtv.org
10945 W: http://palosaari.fi/linux/
10946 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10947 T: git git://linuxtv.org/anttip/media_tree.git
10949 F: drivers/media/dvb-frontends/rtl2830*
10951 RTL2832 MEDIA DRIVER
10952 M: Antti Palosaari <crope@iki.fi>
10953 L: linux-media@vger.kernel.org
10954 W: https://linuxtv.org
10955 W: http://palosaari.fi/linux/
10956 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10957 T: git git://linuxtv.org/anttip/media_tree.git
10959 F: drivers/media/dvb-frontends/rtl2832*
10961 RTL2832_SDR MEDIA DRIVER
10962 M: Antti Palosaari <crope@iki.fi>
10963 L: linux-media@vger.kernel.org
10964 W: https://linuxtv.org
10965 W: http://palosaari.fi/linux/
10966 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10967 T: git git://linuxtv.org/anttip/media_tree.git
10969 F: drivers/media/dvb-frontends/rtl2832_sdr*
10971 RTL8180 WIRELESS DRIVER
10972 L: linux-wireless@vger.kernel.org
10973 W: http://wireless.kernel.org/
10974 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10976 F: drivers/net/wireless/realtek/rtl818x/rtl8180/
10978 RTL8187 WIRELESS DRIVER
10979 M: Herton Ronaldo Krzesinski <herton@canonical.com>
10980 M: Hin-Tak Leung <htl10@users.sourceforge.net>
10981 M: Larry Finger <Larry.Finger@lwfinger.net>
10982 L: linux-wireless@vger.kernel.org
10983 W: http://wireless.kernel.org/
10984 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10986 F: drivers/net/wireless/realtek/rtl818x/rtl8187/
10988 RTL8192CE WIRELESS DRIVER
10989 M: Larry Finger <Larry.Finger@lwfinger.net>
10990 M: Chaoming Li <chaoming_li@realsil.com.cn>
10991 L: linux-wireless@vger.kernel.org
10992 W: http://wireless.kernel.org/
10993 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10995 F: drivers/net/wireless/realtek/rtlwifi/
10996 F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10998 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10999 M: Jes Sorensen <Jes.Sorensen@gmail.com>
11000 L: linux-wireless@vger.kernel.org
11001 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
11003 F: drivers/net/wireless/realtek/rtl8xxxu/
11005 S3 SAVAGE FRAMEBUFFER DRIVER
11006 M: Antonino Daplas <adaplas@gmail.com>
11007 L: linux-fbdev@vger.kernel.org
11009 F: drivers/video/fbdev/savage/
11012 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
11013 M: Heiko Carstens <heiko.carstens@de.ibm.com>
11014 L: linux-s390@vger.kernel.org
11015 W: http://www.ibm.com/developerworks/linux/linux390/
11016 T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
11020 F: Documentation/s390/
11021 F: Documentation/driver-api/s390-drivers.rst
11023 S390 COMMON I/O LAYER
11024 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
11025 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
11026 L: linux-s390@vger.kernel.org
11027 W: http://www.ibm.com/developerworks/linux/linux390/
11029 F: drivers/s390/cio/
11032 M: Stefan Haberland <sth@linux.vnet.ibm.com>
11033 M: Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
11034 L: linux-s390@vger.kernel.org
11035 W: http://www.ibm.com/developerworks/linux/linux390/
11037 F: drivers/s390/block/dasd*
11038 F: block/partitions/ibm.c
11040 S390 NETWORK DRIVERS
11041 M: Julian Wiedmann <jwi@linux.vnet.ibm.com>
11042 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
11043 L: linux-s390@vger.kernel.org
11044 W: http://www.ibm.com/developerworks/linux/linux390/
11046 F: drivers/s390/net/
11049 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
11050 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
11051 L: linux-s390@vger.kernel.org
11052 W: http://www.ibm.com/developerworks/linux/linux390/
11055 F: drivers/pci/hotplug/s390_pci_hpc.c
11058 M: Harald Freudenberger <freude@de.ibm.com>
11059 L: linux-s390@vger.kernel.org
11060 W: http://www.ibm.com/developerworks/linux/linux390/
11062 F: drivers/s390/crypto/
11065 M: Steffen Maier <maier@linux.vnet.ibm.com>
11066 L: linux-s390@vger.kernel.org
11067 W: http://www.ibm.com/developerworks/linux/linux390/
11069 F: drivers/s390/scsi/zfcp_*
11071 S390 IUCV NETWORK LAYER
11072 M: Julian Wiedmann <jwi@linux.vnet.ibm.com>
11073 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
11074 L: linux-s390@vger.kernel.org
11075 W: http://www.ibm.com/developerworks/linux/linux390/
11077 F: drivers/s390/net/*iucv*
11078 F: include/net/iucv/
11082 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
11083 L: linux-s390@vger.kernel.org
11084 W: http://www.ibm.com/developerworks/linux/linux390/
11086 F: drivers/iommu/s390-iommu.c
11088 S390 VFIO-CCW DRIVER
11089 M: Cornelia Huck <cornelia.huck@de.ibm.com>
11090 M: Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
11091 L: linux-s390@vger.kernel.org
11092 L: kvm@vger.kernel.org
11094 F: drivers/s390/cio/vfio_ccw*
11095 F: Documentation/s390/vfio-ccw.txt
11096 F: include/uapi/linux/vfio_ccw.h
11098 S3C24XX SD/MMC Driver
11099 M: Ben Dooks <ben-linux@fluff.org>
11100 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11102 F: drivers/mmc/host/s3cmci.*
11104 SAA6588 RDS RECEIVER DRIVER
11105 M: Hans Verkuil <hverkuil@xs4all.nl>
11106 L: linux-media@vger.kernel.org
11107 T: git git://linuxtv.org/media_tree.git
11108 W: https://linuxtv.org
11110 F: drivers/media/i2c/saa6588*
11112 SAA7134 VIDEO4LINUX DRIVER
11113 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11114 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11115 L: linux-media@vger.kernel.org
11116 W: https://linuxtv.org
11117 T: git git://linuxtv.org/media_tree.git
11119 F: Documentation/media/v4l-drivers/saa7134*
11120 F: drivers/media/pci/saa7134/
11122 SAA7146 VIDEO4LINUX-2 DRIVER
11123 M: Hans Verkuil <hverkuil@xs4all.nl>
11124 L: linux-media@vger.kernel.org
11125 T: git git://linuxtv.org/media_tree.git
11127 F: drivers/media/common/saa7146/
11128 F: drivers/media/pci/saa7146/
11129 F: include/media/saa7146*
11131 SAMSUNG LAPTOP DRIVER
11132 M: Corentin Chary <corentin.chary@gmail.com>
11133 L: platform-driver-x86@vger.kernel.org
11135 F: drivers/platform/x86/samsung-laptop.c
11137 SAMSUNG AUDIO (ASoC) DRIVERS
11138 M: Krzysztof Kozlowski <krzk@kernel.org>
11139 M: Sangbeom Kim <sbkim73@samsung.com>
11140 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
11141 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11143 F: sound/soc/samsung/
11145 SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
11146 M: Krzysztof Kozlowski <krzk@kernel.org>
11147 L: linux-crypto@vger.kernel.org
11148 L: linux-samsung-soc@vger.kernel.org
11150 F: drivers/crypto/exynos-rng.c
11151 F: Documentation/devicetree/bindings/rng/samsung,exynos-rng4.txt
11153 SAMSUNG FRAMEBUFFER DRIVER
11154 M: Jingoo Han <jingoohan1@gmail.com>
11155 L: linux-fbdev@vger.kernel.org
11157 F: drivers/video/fbdev/s3c-fb.c
11159 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
11160 M: Sangbeom Kim <sbkim73@samsung.com>
11161 M: Krzysztof Kozlowski <krzk@kernel.org>
11162 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11163 L: linux-kernel@vger.kernel.org
11164 L: linux-samsung-soc@vger.kernel.org
11166 F: drivers/mfd/sec*.c
11167 F: drivers/regulator/s2m*.c
11168 F: drivers/regulator/s5m*.c
11169 F: drivers/clk/clk-s2mps11.c
11170 F: drivers/rtc/rtc-s5m.c
11171 F: include/linux/mfd/samsung/
11172 F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
11173 F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
11174 F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
11175 F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
11177 SAMSUNG S5P Security SubSystem (SSS) DRIVER
11178 M: Krzysztof Kozlowski <krzk@kernel.org>
11179 M: Vladimir Zapolskiy <vz@mleia.com>
11180 L: linux-crypto@vger.kernel.org
11181 L: linux-samsung-soc@vger.kernel.org
11183 F: drivers/crypto/s5p-sss.c
11185 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
11186 M: Kyungmin Park <kyungmin.park@samsung.com>
11187 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
11188 L: linux-media@vger.kernel.org
11189 Q: https://patchwork.linuxtv.org/project/linux-media/list/
11191 F: drivers/media/platform/exynos4-is/
11193 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
11194 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
11195 L: linux-media@vger.kernel.org
11196 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11198 F: drivers/media/platform/s3c-camif/
11199 F: include/media/drv-intf/s3c_camif.h
11201 SAMSUNG S5C73M3 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/s5c73m3/*
11208 SAMSUNG S5K5BAF CAMERA DRIVER
11209 M: Kyungmin Park <kyungmin.park@samsung.com>
11210 M: Andrzej Hajda <a.hajda@samsung.com>
11211 L: linux-media@vger.kernel.org
11213 F: drivers/media/i2c/s5k5baf.c
11215 SAMSUNG S3FWRN5 NFC DRIVER
11216 M: Robert Baldyga <r.baldyga@samsung.com>
11217 M: Krzysztof Opasiak <k.opasiak@samsung.com>
11218 L: linux-nfc@lists.01.org (moderated for non-subscribers)
11220 F: drivers/nfc/s3fwrn5
11222 SAMSUNG SOC CLOCK DRIVERS
11223 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
11224 M: Tomasz Figa <tomasz.figa@gmail.com>
11225 M: Chanwoo Choi <cw00.choi@samsung.com>
11227 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11228 F: drivers/clk/samsung/
11229 F: include/dt-bindings/clock/exynos*.h
11230 F: Documentation/devicetree/bindings/clock/exynos*.txt
11232 SAMSUNG SPI DRIVERS
11233 M: Kukjin Kim <kgene@kernel.org>
11234 M: Krzysztof Kozlowski <krzk@kernel.org>
11235 M: Andi Shyti <andi.shyti@samsung.com>
11236 L: linux-spi@vger.kernel.org
11237 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11239 F: Documentation/devicetree/bindings/spi/spi-samsung.txt
11240 F: drivers/spi/spi-s3c*
11241 F: include/linux/platform_data/spi-s3c64xx.h
11243 SAMSUNG SXGBE DRIVERS
11244 M: Byungho An <bh74.an@samsung.com>
11245 M: Girish K S <ks.giri@samsung.com>
11246 M: Vipul Pandya <vipul.pandya@samsung.com>
11248 L: netdev@vger.kernel.org
11249 F: drivers/net/ethernet/samsung/sxgbe/
11251 SAMSUNG THERMAL DRIVER
11252 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11253 L: linux-pm@vger.kernel.org
11254 L: linux-samsung-soc@vger.kernel.org
11256 T: git https://github.com/lmajewski/linux-samsung-thermal.git
11257 F: drivers/thermal/samsung/
11259 SAMSUNG USB2 PHY DRIVER
11260 M: Kamil Debski <kamil@wypas.org>
11261 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
11262 L: linux-kernel@vger.kernel.org
11264 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
11265 F: Documentation/phy/samsung-usb2.txt
11266 F: drivers/phy/samsung/phy-exynos4210-usb2.c
11267 F: drivers/phy/samsung/phy-exynos4x12-usb2.c
11268 F: drivers/phy/samsung/phy-exynos5250-usb2.c
11269 F: drivers/phy/samsung/phy-s5pv210-usb2.c
11270 F: drivers/phy/samsung/phy-samsung-usb2.c
11271 F: drivers/phy/samsung/phy-samsung-usb2.h
11274 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11275 L: linux-serial@vger.kernel.org
11277 F: Documentation/devicetree/bindings/serial/
11278 F: drivers/tty/serial/
11281 M: Rob Herring <robh@kernel.org>
11282 L: linux-serial@vger.kernel.org
11284 F: Documentation/devicetree/bindings/serial/slave-device.txt
11285 F: drivers/tty/serdev/
11286 F: include/linux/serdev.h
11289 M: Sean Young <sean@mess.org>
11290 L: linux-media@vger.kernel.org
11292 F: drivers/media/rc/serial_ir.c
11295 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
11297 F: drivers/staging/media/st-cec/
11298 F: Documentation/devicetree/bindings/media/stih-cec.txt
11300 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
11301 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
11302 L: linux-s390@vger.kernel.org
11303 W: http://www.ibm.com/developerworks/linux/linux390/
11307 SYNOPSYS DESIGNWARE DMAC DRIVER
11308 M: Viresh Kumar <vireshk@kernel.org>
11309 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
11311 F: include/linux/dma/dw.h
11312 F: include/linux/platform_data/dma-dw.h
11315 SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER
11316 M: Jie Deng <jiedeng@synopsys.com>
11317 L: netdev@vger.kernel.org
11319 F: drivers/net/ethernet/synopsys/
11321 SYNOPSYS DESIGNWARE I2C DRIVER
11322 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
11323 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
11324 R: Mika Westerberg <mika.westerberg@linux.intel.com>
11325 L: linux-i2c@vger.kernel.org
11327 F: drivers/i2c/busses/i2c-designware-*
11328 F: include/linux/platform_data/i2c-designware.h
11330 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
11331 M: Jaehoon Chung <jh80.chung@samsung.com>
11332 L: linux-mmc@vger.kernel.org
11334 F: drivers/mmc/host/dw_mmc*
11336 SYSTEM TRACE MODULE CLASS
11337 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
11339 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
11340 F: Documentation/trace/stm.txt
11341 F: drivers/hwtracing/stm/
11342 F: include/linux/stm.h
11343 F: include/uapi/linux/stm.h
11346 M: Jens Wiklander <jens.wiklander@linaro.org>
11348 F: include/linux/tee_drv.h
11349 F: include/uapi/linux/tee.h
11351 F: Documentation/tee.txt
11354 M: Andreas Noever <andreas.noever@gmail.com>
11355 M: Michael Jamet <michael.jamet@intel.com>
11356 M: Mika Westerberg <mika.westerberg@linux.intel.com>
11357 M: Yehezkel Bernat <yehezkel.bernat@intel.com>
11359 F: drivers/thunderbolt/
11361 TI BQ27XXX POWER SUPPLY DRIVER
11362 R: Andrew F. Davis <afd@ti.com>
11363 F: include/linux/power/bq27xxx_battery.h
11364 F: drivers/power/supply/bq27xxx_battery.c
11365 F: drivers/power/supply/bq27xxx_battery_i2c.c
11367 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
11368 M: John Stultz <john.stultz@linaro.org>
11369 M: Thomas Gleixner <tglx@linutronix.de>
11370 R: Stephen Boyd <sboyd@codeaurora.org>
11371 L: linux-kernel@vger.kernel.org
11372 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
11374 F: include/linux/clocksource.h
11375 F: include/linux/time.h
11376 F: include/linux/timex.h
11377 F: include/uapi/linux/time.h
11378 F: include/uapi/linux/timex.h
11379 F: kernel/time/clocksource.c
11380 F: kernel/time/time*.c
11381 F: kernel/time/alarmtimer.c
11382 F: kernel/time/ntp.c
11383 F: tools/testing/selftests/timers/
11386 M: Zwane Mwaikambo <zwanem@gmail.com>
11388 F: drivers/watchdog/sc1200wdt.c
11391 M: Ingo Molnar <mingo@redhat.com>
11392 M: Peter Zijlstra <peterz@infradead.org>
11393 L: linux-kernel@vger.kernel.org
11394 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
11397 F: include/linux/sched.h
11398 F: include/uapi/linux/sched.h
11399 F: include/linux/wait.h
11402 M: Chen Liqin <liqin.linux@gmail.com>
11403 M: Lennox Wu <lennox.wu@gmail.com>
11404 W: http://www.sunplus.com
11408 SCR24X CHIP CARD INTERFACE DRIVER
11409 M: Lubomir Rintel <lkundrak@v3.sk>
11411 F: drivers/char/pcmcia/scr24x_cs.c
11413 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
11414 M: Sudeep Holla <sudeep.holla@arm.com>
11415 L: linux-arm-kernel@lists.infradead.org
11417 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
11418 F: drivers/clk/clk-scpi.c
11419 F: drivers/cpufreq/scpi-cpufreq.c
11420 F: drivers/firmware/arm_scpi.c
11421 F: include/linux/scpi_protocol.h
11424 M: Jens Axboe <axboe@kernel.dk>
11425 L: linux-scsi@vger.kernel.org
11426 W: http://www.kernel.dk
11428 F: drivers/scsi/sr*
11430 SCSI RDMA PROTOCOL (SRP) INITIATOR
11431 M: Bart Van Assche <bart.vanassche@sandisk.com>
11432 L: linux-rdma@vger.kernel.org
11434 W: http://www.openfabrics.org
11435 Q: http://patchwork.kernel.org/project/linux-rdma/list/
11436 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
11437 F: drivers/infiniband/ulp/srp/
11438 F: include/scsi/srp.h
11441 M: Doug Gilbert <dgilbert@interlog.com>
11442 L: linux-scsi@vger.kernel.org
11443 W: http://sg.danny.cz/sg
11445 F: Documentation/scsi/scsi-generic.txt
11446 F: drivers/scsi/sg.c
11447 F: include/scsi/sg.h
11450 M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
11451 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
11452 M: "Martin K. Petersen" <martin.petersen@oracle.com>
11453 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
11454 L: linux-scsi@vger.kernel.org
11456 F: Documentation/devicetree/bindings/scsi/
11461 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
11462 L: linux-scsi@vger.kernel.org
11464 F: Documentation/scsi/st.txt
11465 F: drivers/scsi/st.*
11466 F: drivers/scsi/st_*.h
11469 M: Vlad Yasevich <vyasevich@gmail.com>
11470 M: Neil Horman <nhorman@tuxdriver.com>
11471 L: linux-sctp@vger.kernel.org
11472 W: http://lksctp.sourceforge.net
11474 F: Documentation/networking/sctp.txt
11475 F: include/linux/sctp.h
11476 F: include/uapi/linux/sctp.h
11477 F: include/net/sctp/
11481 M: Jim Cromie <jim.cromie@gmail.com>
11483 F: Documentation/i2c/busses/scx200_acb
11484 F: arch/x86/platform/scx200/
11485 F: drivers/watchdog/scx200_wdt.c
11486 F: drivers/i2c/busses/scx200*
11487 F: drivers/mtd/maps/scx200_docflash.c
11488 F: include/linux/scx200.h
11491 M: Jim Cromie <jim.cromie@gmail.com>
11493 F: drivers/char/scx200_gpio.c
11494 F: include/linux/scx200_gpio.h
11496 SCx200 HRT CLOCKSOURCE DRIVER
11497 M: Jim Cromie <jim.cromie@gmail.com>
11499 F: drivers/clocksource/scx200_hrt.c
11501 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
11502 M: Sascha Sommer <saschasommer@freenet.de>
11503 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
11505 F: drivers/mmc/host/sdricoh_cs.c
11507 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
11508 M: Adrian Hunter <adrian.hunter@intel.com>
11509 L: linux-mmc@vger.kernel.org
11510 T: git git://git.infradead.org/users/ahunter/linux-sdhci.git
11512 F: drivers/mmc/host/sdhci*
11513 F: include/linux/mmc/sdhci*
11516 M: Kees Cook <keescook@chromium.org>
11517 R: Andy Lutomirski <luto@amacapital.net>
11518 R: Will Drewry <wad@chromium.org>
11519 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
11521 F: kernel/seccomp.c
11522 F: include/uapi/linux/seccomp.h
11523 F: include/linux/seccomp.h
11524 F: tools/testing/selftests/seccomp/*
11525 F: Documentation/userspace-api/seccomp_filter.rst
11526 K: \bsecure_computing
11529 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
11530 M: Al Cooper <alcooperx@gmail.com>
11531 L: linux-mmc@vger.kernel.org
11532 L: bcm-kernel-feedback-list@broadcom.com
11534 F: drivers/mmc/host/sdhci-brcmstb*
11536 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
11537 M: Ben Dooks <ben-linux@fluff.org>
11538 M: Jaehoon Chung <jh80.chung@samsung.com>
11539 L: linux-mmc@vger.kernel.org
11541 F: drivers/mmc/host/sdhci-s3c*
11543 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
11544 M: Viresh Kumar <vireshk@kernel.org>
11545 L: linux-mmc@vger.kernel.org
11547 F: drivers/mmc/host/sdhci-spear.c
11549 SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
11550 M: Scott Bauer <scott.bauer@intel.com>
11551 M: Jonathan Derrick <jonathan.derrick@intel.com>
11552 M: Rafael Antognolli <rafael.antognolli@intel.com>
11553 L: linux-block@vger.kernel.org
11556 F: block/opal_proto.h
11557 F: include/linux/sed*
11558 F: include/uapi/linux/sed*
11561 M: James Morris <james.l.morris@oracle.com>
11562 M: "Serge E. Hallyn" <serge@hallyn.com>
11563 L: linux-security-module@vger.kernel.org (suggested Cc:)
11564 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
11565 W: http://kernsec.org/
11570 M: Security Officers <security@kernel.org>
11573 SELINUX SECURITY MODULE
11574 M: Paul Moore <paul@paul-moore.com>
11575 M: Stephen Smalley <sds@tycho.nsa.gov>
11576 M: Eric Paris <eparis@parisplace.org>
11577 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
11578 W: http://selinuxproject.org
11579 T: git git://git.infradead.org/users/pcmoore/selinux
11581 F: include/linux/selinux*
11582 F: security/selinux/
11583 F: scripts/selinux/
11584 F: Documentation/admin-guide/LSM/SELinux.rst
11586 APPARMOR SECURITY MODULE
11587 M: John Johansen <john.johansen@canonical.com>
11588 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
11589 W: apparmor.wiki.kernel.org
11590 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
11592 F: security/apparmor/
11593 F: Documentation/admin-guide/LSM/apparmor.rst
11595 LOADPIN SECURITY MODULE
11596 M: Kees Cook <keescook@chromium.org>
11597 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
11599 F: security/loadpin/
11600 F: Documentation/admin-guide/LSM/LoadPin.rst
11602 YAMA SECURITY MODULE
11603 M: Kees Cook <keescook@chromium.org>
11604 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
11607 F: Documentation/admin-guide/LSM/Yama.rst
11610 M: Jiri Slaby <jirislaby@gmail.com>
11612 F: drivers/misc/phantom.c
11613 F: include/uapi/linux/phantom.h
11615 Emulex 10Gbps iSCSI - OneConnect DRIVER
11616 M: Subbu Seetharaman <subbu.seetharaman@broadcom.com>
11617 M: Ketan Mukadam <ketan.mukadam@broadcom.com>
11618 M: Jitendra Bhivare <jitendra.bhivare@broadcom.com>
11619 L: linux-scsi@vger.kernel.org
11620 W: http://www.broadcom.com
11622 F: drivers/scsi/be2iscsi/
11624 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11625 M: Sathya Perla <sathya.perla@broadcom.com>
11626 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
11627 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
11628 M: Somnath Kotur <somnath.kotur@broadcom.com>
11629 L: netdev@vger.kernel.org
11630 W: http://www.emulex.com
11632 F: drivers/net/ethernet/emulex/benet/
11634 EMULEX ONECONNECT ROCE DRIVER
11635 M: Selvin Xavier <selvin.xavier@broadcom.com>
11636 M: Devesh Sharma <devesh.sharma@broadcom.com>
11637 L: linux-rdma@vger.kernel.org
11638 W: http://www.broadcom.com
11640 F: drivers/infiniband/hw/ocrdma/
11641 F: include/uapi/rdma/ocrdma-abi.h
11644 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
11645 M: Edward Cree <ecree@solarflare.com>
11646 M: Bert Kenward <bkenward@solarflare.com>
11647 L: netdev@vger.kernel.org
11649 F: drivers/net/ethernet/sfc/
11652 M: Dimitri Sivanich <sivanich@sgi.com>
11654 F: drivers/misc/sgi-gru/
11656 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11657 M: Pat Gefre <pfg@sgi.com>
11658 L: linux-ia64@vger.kernel.org
11660 F: Documentation/ia64/serial.txt
11661 F: drivers/tty/serial/ioc?_serial.c
11662 F: include/linux/ioc?.h
11664 SGI XP/XPC/XPNET DRIVER
11665 M: Cliff Whickman <cpw@sgi.com>
11666 M: Robin Holt <robinmholt@gmail.com>
11668 F: drivers/misc/sgi-xp/
11670 SI2157 MEDIA DRIVER
11671 M: Antti Palosaari <crope@iki.fi>
11672 L: linux-media@vger.kernel.org
11673 W: https://linuxtv.org
11674 W: http://palosaari.fi/linux/
11675 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11676 T: git git://linuxtv.org/anttip/media_tree.git
11678 F: drivers/media/tuners/si2157*
11680 SI2168 MEDIA DRIVER
11681 M: Antti Palosaari <crope@iki.fi>
11682 L: linux-media@vger.kernel.org
11683 W: https://linuxtv.org
11684 W: http://palosaari.fi/linux/
11685 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11686 T: git git://linuxtv.org/anttip/media_tree.git
11688 F: drivers/media/dvb-frontends/si2168*
11690 SI470X FM RADIO RECEIVER I2C DRIVER
11691 M: Hans Verkuil <hverkuil@xs4all.nl>
11692 L: linux-media@vger.kernel.org
11693 T: git git://linuxtv.org/media_tree.git
11694 W: https://linuxtv.org
11696 F: drivers/media/radio/si470x/radio-si470x-i2c.c
11698 SI470X FM RADIO RECEIVER USB DRIVER
11699 M: Hans Verkuil <hverkuil@xs4all.nl>
11700 L: linux-media@vger.kernel.org
11701 T: git git://linuxtv.org/media_tree.git
11702 W: https://linuxtv.org
11704 F: drivers/media/radio/si470x/radio-si470x-common.c
11705 F: drivers/media/radio/si470x/radio-si470x.h
11706 F: drivers/media/radio/si470x/radio-si470x-usb.c
11708 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11709 M: Eduardo Valentin <edubezval@gmail.com>
11710 L: linux-media@vger.kernel.org
11711 T: git git://linuxtv.org/media_tree.git
11712 W: https://linuxtv.org
11714 F: drivers/media/radio/si4713/si4713.?
11716 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11717 M: Eduardo Valentin <edubezval@gmail.com>
11718 L: linux-media@vger.kernel.org
11719 T: git git://linuxtv.org/media_tree.git
11720 W: https://linuxtv.org
11722 F: drivers/media/radio/si4713/radio-platform-si4713.c
11724 SI4713 FM RADIO TRANSMITTER USB DRIVER
11725 M: Hans Verkuil <hverkuil@xs4all.nl>
11726 L: linux-media@vger.kernel.org
11727 T: git git://linuxtv.org/media_tree.git
11728 W: https://linuxtv.org
11730 F: drivers/media/radio/si4713/radio-usb-si4713.c
11733 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11734 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11735 L: linux-media@vger.kernel.org
11736 W: https://linuxtv.org
11737 T: git git://linuxtv.org/media_tree.git
11739 F: drivers/media/common/siano/
11740 F: drivers/media/usb/siano/
11741 F: drivers/media/usb/siano/
11742 F: drivers/media/mmc/siano/
11744 SILEAD TOUCHSCREEN DRIVER
11745 M: Hans de Goede <hdegoede@redhat.com>
11746 L: linux-input@vger.kernel.org
11747 L: platform-driver-x86@vger.kernel.org
11749 F: drivers/input/touchscreen/silead.c
11750 F: drivers/platform/x86/silead_dmi.c
11753 M: Hans de Goede <hdegoede@redhat.com>
11754 L: linux-fbdev@vger.kernel.org
11756 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
11757 F: drivers/video/fbdev/simplefb.c
11758 F: include/linux/platform_data/simplefb.h
11760 SH_VEU V4L2 MEM2MEM DRIVER
11761 L: linux-media@vger.kernel.org
11763 F: drivers/media/platform/sh_veu.c
11765 SH_VOU V4L2 OUTPUT DRIVER
11766 L: linux-media@vger.kernel.org
11768 F: drivers/media/platform/sh_vou.c
11769 F: include/media/drv-intf/sh_vou.h
11771 SIMPLE FIRMWARE INTERFACE (SFI)
11772 M: Len Brown <lenb@kernel.org>
11773 L: sfi-devel@simplefirmware.org
11774 W: http://simplefirmware.org/
11775 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11777 F: arch/x86/platform/sfi/
11779 F: include/linux/sfi*.h
11781 SIMTEC EB110ATX (Chalice CATS)
11783 P: Vincent Sanders <vince@simtec.co.uk>
11784 M: Simtec Linux Team <linux@simtec.co.uk>
11785 W: http://www.simtec.co.uk/products/EB110ATX/
11788 SIMTEC EB2410ITX (BAST)
11790 P: Vincent Sanders <vince@simtec.co.uk>
11791 M: Simtec Linux Team <linux@simtec.co.uk>
11792 W: http://www.simtec.co.uk/products/EB2410ITX/
11794 F: arch/arm/mach-s3c24xx/mach-bast.c
11795 F: arch/arm/mach-s3c24xx/bast-ide.c
11796 F: arch/arm/mach-s3c24xx/bast-irq.c
11798 SIPHASH PRF ROUTINES
11799 M: Jason A. Donenfeld <Jason@zx2c4.com>
11802 F: lib/test_siphash.c
11803 F: include/linux/siphash.h
11805 TI DAVINCI MACHINE SUPPORT
11806 M: Sekhar Nori <nsekhar@ti.com>
11807 M: Kevin Hilman <khilman@kernel.org>
11808 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11809 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11811 F: arch/arm/mach-davinci/
11812 F: drivers/i2c/busses/i2c-davinci.c
11813 F: arch/arm/boot/dts/da850*
11815 TI DAVINCI SERIES MEDIA DRIVER
11816 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11817 L: linux-media@vger.kernel.org
11818 W: https://linuxtv.org
11819 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11820 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11822 F: drivers/media/platform/davinci/
11823 F: include/media/davinci/
11825 TI AM437X VPFE DRIVER
11826 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11827 L: linux-media@vger.kernel.org
11828 W: https://linuxtv.org
11829 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11830 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11832 F: drivers/media/platform/am437x/
11834 OV2659 OMNIVISION SENSOR DRIVER
11835 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11836 L: linux-media@vger.kernel.org
11837 W: https://linuxtv.org
11838 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11839 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11841 F: drivers/media/i2c/ov2659.c
11842 F: include/media/i2c/ov2659.h
11844 SILICON MOTION SM712 FRAME BUFFER DRIVER
11845 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11846 M: Teddy Wang <teddy.wang@siliconmotion.com>
11847 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11848 L: linux-fbdev@vger.kernel.org
11850 F: drivers/video/fbdev/sm712*
11851 F: Documentation/fb/sm712fb.txt
11853 SIS 190 ETHERNET DRIVER
11854 M: Francois Romieu <romieu@fr.zoreil.com>
11855 L: netdev@vger.kernel.org
11857 F: drivers/net/ethernet/sis/sis190.c
11859 SIS 900/7016 FAST ETHERNET DRIVER
11860 M: Daniele Venzano <venza@brownhat.org>
11861 W: http://www.brownhat.org/sis900.html
11862 L: netdev@vger.kernel.org
11864 F: drivers/net/ethernet/sis/sis900.*
11866 SIS FRAMEBUFFER DRIVER
11867 M: Thomas Winischhofer <thomas@winischhofer.net>
11868 W: http://www.winischhofer.net/linuxsisvga.shtml
11870 F: Documentation/fb/sisfb.txt
11871 F: drivers/video/fbdev/sis/
11872 F: include/video/sisfb.h
11875 M: Thomas Winischhofer <thomas@winischhofer.net>
11876 W: http://www.winischhofer.at/linuxsisusbvga.shtml
11878 F: drivers/usb/misc/sisusbvga/
11881 M: Christoph Lameter <cl@linux.com>
11882 M: Pekka Enberg <penberg@kernel.org>
11883 M: David Rientjes <rientjes@google.com>
11884 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
11885 M: Andrew Morton <akpm@linux-foundation.org>
11886 L: linux-mm@kvack.org
11888 F: include/linux/sl?b*.h
11891 SLEEPABLE READ-COPY UPDATE (SRCU)
11892 M: Lai Jiangshan <jiangshanlai@gmail.com>
11893 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11894 M: Josh Triplett <josh@joshtriplett.org>
11895 R: Steven Rostedt <rostedt@goodmis.org>
11896 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11897 L: linux-kernel@vger.kernel.org
11898 W: http://www.rdrop.com/users/paulmck/RCU/
11900 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11901 F: include/linux/srcu.h
11902 F: kernel/rcu/srcu.c
11904 SMACK SECURITY MODULE
11905 M: Casey Schaufler <casey@schaufler-ca.com>
11906 L: linux-security-module@vger.kernel.org
11907 W: http://schaufler-ca.com
11908 T: git git://github.com/cschaufler/smack-next
11910 F: Documentation/admin-guide/LSM/Smack.rst
11913 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11914 M: Kevin Hilman <khilman@kernel.org>
11915 M: Nishanth Menon <nm@ti.com>
11917 F: drivers/power/avs/
11918 F: include/linux/power/smartreflex.h
11919 L: linux-pm@vger.kernel.org
11921 SMC91x ETHERNET DRIVER
11922 M: Nicolas Pitre <nico@fluxnic.net>
11924 F: drivers/net/ethernet/smsc/smc91x.*
11926 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11927 M: Sakari Ailus <sakari.ailus@iki.fi>
11928 L: linux-media@vger.kernel.org
11930 F: drivers/media/i2c/smiapp/
11931 F: include/media/i2c/smiapp.h
11932 F: drivers/media/i2c/smiapp-pll.c
11933 F: drivers/media/i2c/smiapp-pll.h
11934 F: include/uapi/linux/smiapp.h
11935 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11937 SMM665 HARDWARE MONITOR DRIVER
11938 M: Guenter Roeck <linux@roeck-us.net>
11939 L: linux-hwmon@vger.kernel.org
11941 F: Documentation/hwmon/smm665
11942 F: drivers/hwmon/smm665.c
11944 SMSC EMC2103 HARDWARE MONITOR DRIVER
11945 M: Steve Glendinning <steve.glendinning@shawell.net>
11946 L: linux-hwmon@vger.kernel.org
11948 F: Documentation/hwmon/emc2103
11949 F: drivers/hwmon/emc2103.c
11951 SMSC SCH5627 HARDWARE MONITOR DRIVER
11952 M: Hans de Goede <hdegoede@redhat.com>
11953 L: linux-hwmon@vger.kernel.org
11955 F: Documentation/hwmon/sch5627
11956 F: drivers/hwmon/sch5627.c
11958 SMSC47B397 HARDWARE MONITOR DRIVER
11959 M: Jean Delvare <jdelvare@suse.com>
11960 L: linux-hwmon@vger.kernel.org
11962 F: Documentation/hwmon/smsc47b397
11963 F: drivers/hwmon/smsc47b397.c
11965 SMSC911x ETHERNET DRIVER
11966 M: Steve Glendinning <steve.glendinning@shawell.net>
11967 L: netdev@vger.kernel.org
11969 F: include/linux/smsc911x.h
11970 F: drivers/net/ethernet/smsc/smsc911x.*
11972 SMSC9420 PCI ETHERNET DRIVER
11973 M: Steve Glendinning <steve.glendinning@shawell.net>
11974 L: netdev@vger.kernel.org
11976 F: drivers/net/ethernet/smsc/smsc9420.*
11978 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11979 M: Steve Glendinning <steve.glendinning@shawell.net>
11980 L: linux-fbdev@vger.kernel.org
11982 F: drivers/video/fbdev/smscufx.c
11984 SOC-CAMERA V4L2 SUBSYSTEM
11985 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11986 L: linux-media@vger.kernel.org
11987 T: git git://linuxtv.org/media_tree.git
11989 F: include/media/soc*
11990 F: drivers/media/i2c/soc_camera/
11991 F: drivers/media/platform/soc_camera/
11993 SOEKRIS NET48XX LED SUPPORT
11994 M: Chris Boot <bootc@bootc.net>
11996 F: drivers/leds/leds-net48xx.c
11998 SOFTLOGIC 6x10 MPEG CODEC
11999 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12000 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12001 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
12002 M: Ismael Luceno <ismael@iodev.co.uk>
12003 L: linux-media@vger.kernel.org
12005 F: drivers/media/pci/solo6x10/
12007 SOFTWARE RAID (Multiple Disks) SUPPORT
12008 M: Shaohua Li <shli@kernel.org>
12009 L: linux-raid@vger.kernel.org
12010 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
12013 F: include/linux/raid/
12014 F: include/uapi/linux/raid/
12016 SONIC NETWORK DRIVER
12017 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
12018 L: netdev@vger.kernel.org
12020 F: drivers/net/ethernet/natsemi/sonic.*
12022 SONICS SILICON BACKPLANE DRIVER (SSB)
12023 M: Michael Buesch <m@bues.ch>
12024 L: linux-wireless@vger.kernel.org
12027 F: include/linux/ssb/
12029 SONY VAIO CONTROL DEVICE DRIVER
12030 M: Mattia Dongili <malattia@linux.it>
12031 L: platform-driver-x86@vger.kernel.org
12032 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
12034 F: Documentation/laptops/sony-laptop.txt
12035 F: drivers/char/sonypi.c
12036 F: drivers/platform/x86/sony-laptop.c
12037 F: include/linux/sony-laptop.h
12039 SONY MEMORYSTICK CARD SUPPORT
12040 M: Alex Dubov <oakad@yahoo.com>
12041 W: http://tifmxx.berlios.de/
12043 F: drivers/memstick/host/tifm_ms.c
12045 SONY MEMORYSTICK STANDARD SUPPORT
12046 M: Maxim Levitsky <maximlevitsky@gmail.com>
12048 F: drivers/memstick/core/ms_block.*
12051 M: Jaroslav Kysela <perex@perex.cz>
12052 M: Takashi Iwai <tiwai@suse.com>
12053 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12054 W: http://www.alsa-project.org/
12055 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12056 T: git git://git.alsa-project.org/alsa-kernel.git
12057 Q: http://patchwork.kernel.org/project/alsa-devel/list/
12059 F: Documentation/sound/
12061 F: include/uapi/sound/
12064 SOUND - COMPRESSED AUDIO
12065 M: Vinod Koul <vinod.koul@intel.com>
12066 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12067 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12069 F: Documentation/sound/alsa/compress_offload.txt
12070 F: include/sound/compress_driver.h
12071 F: include/uapi/sound/compress_*
12072 F: sound/core/compress_offload.c
12073 F: sound/soc/soc-compress.c
12075 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
12076 M: Liam Girdwood <lgirdwood@gmail.com>
12077 M: Mark Brown <broonie@kernel.org>
12078 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
12079 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12080 W: http://alsa-project.org/main/index.php/ASoC
12082 F: Documentation/devicetree/bindings/sound/
12083 F: Documentation/sound/alsa/soc/
12085 F: include/sound/soc*
12087 SOUND - DMAENGINE HELPERS
12088 M: Lars-Peter Clausen <lars@metafoo.de>
12090 F: include/sound/dmaengine_pcm.h
12091 F: sound/core/pcm_dmaengine.c
12092 F: sound/soc/soc-generic-dmaengine-pcm.c
12095 M: Olli Salonen <olli.salonen@iki.fi>
12096 L: linux-media@vger.kernel.org
12097 W: https://linuxtv.org
12098 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12100 F: drivers/media/dvb-frontends/sp2*
12102 SPARC + UltraSPARC (sparc/sparc64)
12103 M: "David S. Miller" <davem@davemloft.net>
12104 L: sparclinux@vger.kernel.org
12105 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
12106 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12107 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12112 SPARC SERIAL DRIVERS
12113 M: "David S. Miller" <davem@davemloft.net>
12114 L: sparclinux@vger.kernel.org
12115 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12116 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12118 F: include/linux/sunserialcore.h
12119 F: drivers/tty/serial/suncore.c
12120 F: drivers/tty/serial/sunhv.c
12121 F: drivers/tty/serial/sunsab.c
12122 F: drivers/tty/serial/sunsab.h
12123 F: drivers/tty/serial/sunsu.c
12124 F: drivers/tty/serial/sunzilog.c
12125 F: drivers/tty/serial/sunzilog.h
12128 M: "Christopher Li" <sparse@chrisli.org>
12129 L: linux-sparse@vger.kernel.org
12130 W: https://sparse.wiki.kernel.org/
12131 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
12132 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
12134 F: include/linux/compiler.h
12136 SPEAR PLATFORM SUPPORT
12137 M: Viresh Kumar <vireshk@kernel.org>
12138 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
12139 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12140 W: http://www.st.com/spear
12142 F: arch/arm/boot/dts/spear*
12143 F: arch/arm/mach-spear/
12145 SPEAR CLOCK FRAMEWORK SUPPORT
12146 M: Viresh Kumar <vireshk@kernel.org>
12147 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12148 W: http://www.st.com/spear
12150 F: drivers/clk/spear/
12153 M: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
12154 M: Marek Vasut <marek.vasut@gmail.com>
12155 L: linux-mtd@lists.infradead.org
12156 W: http://www.linux-mtd.infradead.org/
12157 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
12158 T: git git://github.com/spi-nor/linux.git
12160 F: drivers/mtd/spi-nor/
12161 F: include/linux/mtd/spi-nor.h
12164 M: Mark Brown <broonie@kernel.org>
12165 L: linux-spi@vger.kernel.org
12166 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
12167 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
12169 F: Documentation/devicetree/bindings/spi/
12170 F: Documentation/spi/
12172 F: include/linux/spi/
12173 F: include/uapi/linux/spi/
12176 SPIDERNET NETWORK DRIVER for CELL
12177 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
12178 L: netdev@vger.kernel.org
12180 F: Documentation/networking/spider_net.txt
12181 F: drivers/net/ethernet/toshiba/spider_net*
12184 M: Jeremy Kerr <jk@ozlabs.org>
12185 L: linuxppc-dev@lists.ozlabs.org
12186 W: http://www.ibm.com/developerworks/power/cell/
12188 F: Documentation/filesystems/spufs.txt
12189 F: arch/powerpc/platforms/cell/spufs/
12191 SQUASHFS FILE SYSTEM
12192 M: Phillip Lougher <phillip@squashfs.org.uk>
12193 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
12194 W: http://squashfs.org.uk
12195 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
12197 F: Documentation/filesystems/squashfs.txt
12200 SRM (Alpha) environment access
12201 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
12203 F: arch/alpha/kernel/srm_env.c
12206 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12207 L: stable@vger.kernel.org
12209 F: Documentation/process/stable-kernel-rules.rst
12212 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12213 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
12214 L: devel@driverdev.osuosl.org
12216 F: drivers/staging/
12219 M: Ian Abbott <abbotti@mev.co.uk>
12220 M: H Hartley Sweeten <hsweeten@visionengravers.com>
12222 F: drivers/staging/comedi/
12224 STAGING - FLARION FT1000 DRIVERS
12225 M: Marek Belisko <marek.belisko@gmail.com>
12227 F: drivers/staging/ft1000/
12229 STAGING - INDUSTRIAL IO
12230 M: Jonathan Cameron <jic23@kernel.org>
12231 L: linux-iio@vger.kernel.org
12233 F: Documentation/devicetree/bindings/staging/iio/
12234 F: drivers/staging/iio/
12236 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
12237 M: Jarod Wilson <jarod@wilsonet.com>
12238 W: http://www.lirc.org/
12240 F: drivers/staging/media/lirc/
12242 STAGING - LUSTRE PARALLEL FILESYSTEM
12243 M: Oleg Drokin <oleg.drokin@intel.com>
12244 M: Andreas Dilger <andreas.dilger@intel.com>
12245 M: James Simmons <jsimmons@infradead.org>
12246 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
12247 W: http://wiki.lustre.org/
12249 F: drivers/staging/lustre
12251 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
12252 M: Marc Dietrich <marvin24@gmx.de>
12253 L: ac100@lists.launchpad.net (moderated for non-subscribers)
12254 L: linux-tegra@vger.kernel.org
12256 F: drivers/staging/nvec/
12258 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
12259 M: Jens Frederich <jfrederich@gmail.com>
12260 M: Daniel Drake <dsd@laptop.org>
12261 M: Jon Nettleton <jon.nettleton@gmail.com>
12262 W: http://wiki.laptop.org/go/DCON
12264 F: drivers/staging/olpc_dcon/
12266 STAGING - REALTEK RTL8712U DRIVERS
12267 M: Larry Finger <Larry.Finger@lwfinger.net>
12268 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
12270 F: drivers/staging/rtl8712/
12272 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
12273 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
12274 M: Teddy Wang <teddy.wang@siliconmotion.com>
12275 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
12276 L: linux-fbdev@vger.kernel.org
12278 F: drivers/staging/sm750fb/
12280 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
12281 M: William Hubbs <w.d.hubbs@gmail.com>
12282 M: Chris Brannon <chris@the-brannons.com>
12283 M: Kirk Reiser <kirk@reisers.ca>
12284 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
12285 L: speakup@linux-speakup.org
12286 W: http://www.linux-speakup.org/
12288 F: drivers/staging/speakup/
12290 STAGING - VIA VT665X DRIVERS
12291 M: Forest Bond <forest@alittletooquiet.net>
12293 F: drivers/staging/vt665?/
12295 STAGING - WILC1000 WIFI DRIVER
12296 M: Aditya Shankar <aditya.shankar@microchip.com>
12297 M: Ganesh Krishna <ganesh.krishna@microchip.com>
12298 L: linux-wireless@vger.kernel.org
12300 F: drivers/staging/wilc1000/
12302 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
12303 M: Arnaud Patard <arnaud.patard@rtp-net.org>
12305 F: drivers/staging/xgifb/
12307 STARFIRE/DURALAN NETWORK DRIVER
12308 M: Ion Badulescu <ionut@badula.org>
12310 F: drivers/net/ethernet/adaptec/starfire*
12313 M: Sam Creasey <sammy@sammy.net>
12314 W: http://sammy.net/sun3/
12316 F: arch/m68k/kernel/*sun3*
12317 F: arch/m68k/sun3*/
12318 F: arch/m68k/include/asm/sun3*
12319 F: drivers/net/ethernet/i825xx/sun3*
12321 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
12322 M: Hans de Goede <hdegoede@redhat.com>
12323 L: linux-input@vger.kernel.org
12325 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
12326 F: drivers/input/keyboard/sun4i-lradc-keys.c
12328 SUNDANCE NETWORK DRIVER
12329 M: Denis Kirjanov <kda@linux-powerpc.org>
12330 L: netdev@vger.kernel.org
12332 F: drivers/net/ethernet/dlink/sundance.c
12335 M: Yoshinori Sato <ysato@users.sourceforge.jp>
12336 M: Rich Felker <dalias@libc.org>
12337 L: linux-sh@vger.kernel.org
12338 Q: http://patchwork.kernel.org/project/linux-sh/list/
12340 F: Documentation/sh/
12345 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
12346 M: Len Brown <len.brown@intel.com>
12347 M: Pavel Machek <pavel@ucw.cz>
12348 L: linux-pm@vger.kernel.org
12349 B: https://bugzilla.kernel.org
12351 F: Documentation/power/
12352 F: arch/x86/kernel/acpi/
12353 F: drivers/base/power/
12355 F: include/linux/suspend.h
12356 F: include/linux/freezer.h
12357 F: include/linux/pm.h
12360 M: Martin Mares <mj@ucw.cz>
12361 L: linux-video@atrey.karlin.mff.cuni.cz
12363 F: Documentation/svga.txt
12364 F: arch/x86/boot/video*
12367 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12368 L: linux-kernel@vger.kernel.org
12369 T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
12372 F: arch/*/kernel/pci-swiotlb.c
12373 F: include/linux/swiotlb.h
12376 M: Jiri Pirko <jiri@resnulli.us>
12377 M: Ivan Vecera <ivecera@redhat.com>
12378 L: netdev@vger.kernel.org
12381 F: include/net/switchdev.h
12383 SYNOPSYS ARC ARCHITECTURE
12384 M: Vineet Gupta <vgupta@synopsys.com>
12385 L: linux-snps-arc@lists.infradead.org
12388 F: Documentation/devicetree/bindings/arc/*
12389 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
12390 F: drivers/clocksource/arc_timer.c
12391 F: drivers/tty/serial/arc_uart.c
12392 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
12394 SYNOPSYS ARC SDP platform support
12395 M: Alexey Brodkin <abrodkin@synopsys.com>
12397 F: arch/arc/plat-axs10x
12398 F: arch/arc/boot/dts/ax*
12399 F: Documentation/devicetree/bindings/arc/axs10*
12401 SYSTEM CONFIGURATION (SYSCON)
12402 M: Lee Jones <lee.jones@linaro.org>
12403 M: Arnd Bergmann <arnd@arndb.de>
12404 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
12406 F: drivers/mfd/syscon.c
12408 SYSTEM RESET/SHUTDOWN DRIVERS
12409 M: Sebastian Reichel <sre@kernel.org>
12410 L: linux-pm@vger.kernel.org
12411 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
12413 F: Documentation/devicetree/bindings/power/reset/
12414 F: drivers/power/reset/
12417 M: Christoph Hellwig <hch@infradead.org>
12419 F: Documentation/filesystems/sysv-fs.txt
12421 F: include/linux/sysv_fs.h
12424 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
12425 L: linux-scsi@vger.kernel.org
12426 L: target-devel@vger.kernel.org
12427 W: http://www.linux-iscsi.org
12428 W: http://groups.google.com/group/linux-iscsi-target-dev
12429 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
12433 F: Documentation/target/
12435 TASKSTATS STATISTICS INTERFACE
12436 M: Balbir Singh <bsingharora@gmail.com>
12438 F: Documentation/accounting/taskstats*
12439 F: include/linux/taskstats*
12440 F: kernel/taskstats.c
12443 M: Jamal Hadi Salim <jhs@mojatatu.com>
12444 M: Cong Wang <xiyou.wangcong@gmail.com>
12445 M: Jiri Pirko <jiri@resnulli.us>
12446 L: netdev@vger.kernel.org
12448 F: include/net/pkt_cls.h
12449 F: include/net/pkt_sched.h
12450 F: include/net/tc_act/
12451 F: include/uapi/linux/pkt_cls.h
12452 F: include/uapi/linux/pkt_sched.h
12453 F: include/uapi/linux/tc_act/
12454 F: include/uapi/linux/tc_ematch/
12457 TCP LOW PRIORITY MODULE
12458 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
12459 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
12460 W: http://tcp-lp-mod.sourceforge.net/
12462 F: net/ipv4/tcp_lp.c
12464 TDA10071 MEDIA DRIVER
12465 M: Antti Palosaari <crope@iki.fi>
12466 L: linux-media@vger.kernel.org
12467 W: https://linuxtv.org
12468 W: http://palosaari.fi/linux/
12469 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12470 T: git git://linuxtv.org/anttip/media_tree.git
12472 F: drivers/media/dvb-frontends/tda10071*
12474 TDA18212 MEDIA DRIVER
12475 M: Antti Palosaari <crope@iki.fi>
12476 L: linux-media@vger.kernel.org
12477 W: https://linuxtv.org
12478 W: http://palosaari.fi/linux/
12479 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12480 T: git git://linuxtv.org/anttip/media_tree.git
12482 F: drivers/media/tuners/tda18212*
12484 TDA18218 MEDIA DRIVER
12485 M: Antti Palosaari <crope@iki.fi>
12486 L: linux-media@vger.kernel.org
12487 W: https://linuxtv.org
12488 W: http://palosaari.fi/linux/
12489 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12490 T: git git://linuxtv.org/anttip/media_tree.git
12492 F: drivers/media/tuners/tda18218*
12494 TDA18271 MEDIA DRIVER
12495 M: Michael Krufky <mkrufky@linuxtv.org>
12496 L: linux-media@vger.kernel.org
12497 W: https://linuxtv.org
12498 W: http://github.com/mkrufky
12499 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12500 T: git git://linuxtv.org/mkrufky/tuners.git
12502 F: drivers/media/tuners/tda18271*
12504 TDA827x MEDIA DRIVER
12505 M: Michael Krufky <mkrufky@linuxtv.org>
12506 L: linux-media@vger.kernel.org
12507 W: https://linuxtv.org
12508 W: http://github.com/mkrufky
12509 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12510 T: git git://linuxtv.org/mkrufky/tuners.git
12512 F: drivers/media/tuners/tda8290.*
12514 TDA8290 MEDIA DRIVER
12515 M: Michael Krufky <mkrufky@linuxtv.org>
12516 L: linux-media@vger.kernel.org
12517 W: https://linuxtv.org
12518 W: http://github.com/mkrufky
12519 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12520 T: git git://linuxtv.org/mkrufky/tuners.git
12522 F: drivers/media/tuners/tda8290.*
12524 TDA9840 MEDIA DRIVER
12525 M: Hans Verkuil <hverkuil@xs4all.nl>
12526 L: linux-media@vger.kernel.org
12527 T: git git://linuxtv.org/media_tree.git
12528 W: https://linuxtv.org
12530 F: drivers/media/i2c/tda9840*
12532 TEA5761 TUNER DRIVER
12533 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12534 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12535 L: linux-media@vger.kernel.org
12536 W: https://linuxtv.org
12537 T: git git://linuxtv.org/media_tree.git
12539 F: drivers/media/tuners/tea5761.*
12541 TEA5767 TUNER DRIVER
12542 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12543 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12544 L: linux-media@vger.kernel.org
12545 W: https://linuxtv.org
12546 T: git git://linuxtv.org/media_tree.git
12548 F: drivers/media/tuners/tea5767.*
12550 TEA6415C MEDIA DRIVER
12551 M: Hans Verkuil <hverkuil@xs4all.nl>
12552 L: linux-media@vger.kernel.org
12553 T: git git://linuxtv.org/media_tree.git
12554 W: https://linuxtv.org
12556 F: drivers/media/i2c/tea6415c*
12558 TEA6420 MEDIA DRIVER
12559 M: Hans Verkuil <hverkuil@xs4all.nl>
12560 L: linux-media@vger.kernel.org
12561 T: git git://linuxtv.org/media_tree.git
12562 W: https://linuxtv.org
12564 F: drivers/media/i2c/tea6420*
12567 M: Jiri Pirko <jiri@resnulli.us>
12568 L: netdev@vger.kernel.org
12570 F: drivers/net/team/
12571 F: include/linux/if_team.h
12572 F: include/uapi/linux/if_team.h
12574 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
12575 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
12577 F: arch/x86/platform/ts5500/
12579 TECHNOTREND USB IR RECEIVER
12580 M: Sean Young <sean@mess.org>
12581 L: linux-media@vger.kernel.org
12583 F: drivers/media/rc/ttusbir.c
12585 TEGRA ARCHITECTURE SUPPORT
12586 M: Thierry Reding <thierry.reding@gmail.com>
12587 M: Jonathan Hunter <jonathanh@nvidia.com>
12588 L: linux-tegra@vger.kernel.org
12589 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
12590 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
12595 M: Peter De Schrijver <pdeschrijver@nvidia.com>
12596 M: Prashant Gaikwad <pgaikwad@nvidia.com>
12598 F: drivers/clk/tegra/
12601 M: Laxman Dewangan <ldewangan@nvidia.com>
12602 M: Jon Hunter <jonathanh@nvidia.com>
12604 F: drivers/dma/tegra*
12607 M: Laxman Dewangan <ldewangan@nvidia.com>
12609 F: drivers/i2c/busses/i2c-tegra.c
12611 TEGRA IOMMU DRIVERS
12612 M: Hiroshi Doyu <hdoyu@nvidia.com>
12614 F: drivers/iommu/tegra*
12617 M: Rakesh Iyer <riyer@nvidia.com>
12618 M: Laxman Dewangan <ldewangan@nvidia.com>
12620 F: drivers/input/keyboard/tegra-kbc.c
12623 M: Thierry Reding <thierry.reding@gmail.com>
12625 F: drivers/pwm/pwm-tegra.c
12627 TEGRA SERIAL DRIVER
12628 M: Laxman Dewangan <ldewangan@nvidia.com>
12630 F: drivers/tty/serial/serial-tegra.c
12633 M: Laxman Dewangan <ldewangan@nvidia.com>
12635 F: drivers/spi/spi-tegra*
12637 TEHUTI ETHERNET DRIVER
12638 M: Andy Gospodarek <andy@greyhouse.net>
12639 L: netdev@vger.kernel.org
12641 F: drivers/net/ethernet/tehuti/*
12643 Telecom Clock Driver for MCPL0010
12644 M: Mark Gross <mark.gross@intel.com>
12646 F: drivers/char/tlclk.c
12648 TENSILICA XTENSA PORT (xtensa)
12649 M: Chris Zankel <chris@zankel.net>
12650 M: Max Filippov <jcmvbkbc@gmail.com>
12651 L: linux-xtensa@linux-xtensa.org
12652 T: git git://github.com/czankel/xtensa-linux.git
12655 F: drivers/irqchip/irq-xtensa-*
12657 Texas Instruments' System Control Interface (TISCI) Protocol Driver
12658 M: Nishanth Menon <nm@ti.com>
12659 M: Tero Kristo <t-kristo@ti.com>
12660 M: Santosh Shilimkar <ssantosh@kernel.org>
12661 L: linux-arm-kernel@lists.infradead.org
12663 F: Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
12664 F: drivers/firmware/ti_sci*
12665 F: include/linux/soc/ti/ti_sci_protocol.h
12666 F: Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt
12667 F: include/dt-bindings/genpd/k2g.h
12668 F: drivers/soc/ti/ti_sci_pm_domains.c
12670 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
12671 M: Hans Verkuil <hverkuil@xs4all.nl>
12672 L: linux-media@vger.kernel.org
12673 T: git git://linuxtv.org/media_tree.git
12674 W: https://linuxtv.org
12676 F: drivers/media/radio/radio-raremono.c
12679 M: Zhang Rui <rui.zhang@intel.com>
12680 M: Eduardo Valentin <edubezval@gmail.com>
12681 L: linux-pm@vger.kernel.org
12682 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
12683 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
12684 Q: https://patchwork.kernel.org/project/linux-pm/list/
12686 F: drivers/thermal/
12687 F: include/linux/thermal.h
12688 F: include/uapi/linux/thermal.h
12689 F: include/linux/cpu_cooling.h
12690 F: Documentation/devicetree/bindings/thermal/
12692 THERMAL/CPU_COOLING
12693 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
12694 M: Viresh Kumar <viresh.kumar@linaro.org>
12695 M: Javi Merino <javi.merino@kernel.org>
12696 L: linux-pm@vger.kernel.org
12698 F: Documentation/thermal/cpu-cooling-api.txt
12699 F: drivers/thermal/cpu_cooling.c
12700 F: include/linux/cpu_cooling.h
12702 THINKPAD ACPI EXTRAS DRIVER
12703 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
12704 L: ibm-acpi-devel@lists.sourceforge.net
12705 L: platform-driver-x86@vger.kernel.org
12706 W: http://ibm-acpi.sourceforge.net
12707 W: http://thinkwiki.org/wiki/Ibm-acpi
12708 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
12710 F: drivers/platform/x86/thinkpad_acpi.c
12712 TI BANDGAP AND THERMAL DRIVER
12713 M: Eduardo Valentin <edubezval@gmail.com>
12714 M: Keerthy <j-keerthy@ti.com>
12715 L: linux-pm@vger.kernel.org
12716 L: linux-omap@vger.kernel.org
12718 F: drivers/thermal/ti-soc-thermal/
12721 M: Benoit Parrot <bparrot@ti.com>
12722 L: linux-media@vger.kernel.org
12723 W: http://linuxtv.org/
12724 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12726 F: drivers/media/platform/ti-vpe/
12728 TI CDCE706 CLOCK DRIVER
12729 M: Max Filippov <jcmvbkbc@gmail.com>
12731 F: drivers/clk/clk-cdce706.c
12734 M: Tero Kristo <t-kristo@ti.com>
12735 L: linux-omap@vger.kernel.org
12738 F: include/linux/clk/ti.h
12740 TI ETHERNET SWITCH DRIVER (CPSW)
12741 R: Grygorii Strashko <grygorii.strashko@ti.com>
12742 L: linux-omap@vger.kernel.org
12743 L: netdev@vger.kernel.org
12745 F: drivers/net/ethernet/ti/cpsw*
12746 F: drivers/net/ethernet/ti/davinci*
12748 TI FLASH MEDIA INTERFACE DRIVER
12749 M: Alex Dubov <oakad@yahoo.com>
12751 F: drivers/misc/tifm*
12752 F: drivers/mmc/host/tifm_sd.c
12753 F: include/linux/tifm.h
12755 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12756 M: Santosh Shilimkar <ssantosh@kernel.org>
12757 L: linux-kernel@vger.kernel.org
12758 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12760 F: drivers/soc/ti/*
12761 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12764 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12765 M: M R Swami Reddy <mr.swami.reddy@ti.com>
12766 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
12767 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12769 F: sound/soc/codecs/lm49453*
12770 F: sound/soc/codecs/isabelle*
12772 TI LP855x BACKLIGHT DRIVER
12773 M: Milo Kim <milo.kim@ti.com>
12775 F: Documentation/backlight/lp855x-driver.txt
12776 F: drivers/video/backlight/lp855x_bl.c
12777 F: include/linux/platform_data/lp855x.h
12779 TI LP8727 CHARGER DRIVER
12780 M: Milo Kim <milo.kim@ti.com>
12782 F: drivers/power/supply/lp8727_charger.c
12783 F: include/linux/platform_data/lp8727.h
12785 TI LP8788 MFD DRIVER
12786 M: Milo Kim <milo.kim@ti.com>
12788 F: drivers/iio/adc/lp8788_adc.c
12789 F: drivers/leds/leds-lp8788.c
12790 F: drivers/mfd/lp8788*.c
12791 F: drivers/power/supply/lp8788-charger.c
12792 F: drivers/regulator/lp8788-*.c
12793 F: include/linux/mfd/lp8788*.h
12795 TI NETCP ETHERNET DRIVER
12796 M: Wingman Kwok <w-kwok2@ti.com>
12797 M: Murali Karicheri <m-karicheri2@ti.com>
12798 L: netdev@vger.kernel.org
12800 F: drivers/net/ethernet/ti/netcp*
12802 TI TAS571X FAMILY ASoC CODEC DRIVER
12803 M: Kevin Cernekee <cernekee@chromium.org>
12804 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12806 F: sound/soc/codecs/tas571x*
12808 TI TWL4030 SERIES SOC CODEC DRIVER
12809 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
12810 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12812 F: sound/soc/codecs/twl4030*
12814 TI WILINK WIRELESS DRIVERS
12815 L: linux-wireless@vger.kernel.org
12816 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
12817 W: http://wireless.kernel.org/en/users/Drivers/wl1251
12818 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12820 F: drivers/net/wireless/ti/
12821 F: include/linux/wl12xx.h
12824 M: Jon Maloy <jon.maloy@ericsson.com>
12825 M: Ying Xue <ying.xue@windriver.com>
12826 L: netdev@vger.kernel.org (core kernel code)
12827 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12828 W: http://tipc.sourceforge.net/
12830 F: include/uapi/linux/tipc*.h
12834 M: Chris Metcalf <cmetcalf@mellanox.com>
12835 W: http://www.mellanox.com/repository/solutions/tile-scm/
12836 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12839 F: drivers/char/tile-srom.c
12840 F: drivers/edac/tile_edac.c
12841 F: drivers/net/ethernet/tile/
12842 F: drivers/rtc/rtc-tile.c
12843 F: drivers/tty/hvc/hvc_tile.c
12844 F: drivers/tty/serial/tilegx.c
12845 F: drivers/usb/host/*-tilegx.c
12846 F: include/linux/usb/tilegx.h
12848 TLAN NETWORK DRIVER
12849 M: Samuel Chessman <chessman@tux.org>
12850 L: tlan-devel@lists.sourceforge.net (subscribers-only)
12851 W: http://sourceforge.net/projects/tlan/
12853 F: Documentation/networking/tlan.txt
12854 F: drivers/net/ethernet/ti/tlan.*
12856 TOMOYO SECURITY MODULE
12857 M: Kentaro Takeda <takedakn@nttdata.co.jp>
12858 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12859 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12860 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12861 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12862 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12863 W: http://tomoyo.sourceforge.jp/
12864 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12866 F: security/tomoyo/
12868 TOPSTAR LAPTOP EXTRAS DRIVER
12869 M: Herton Ronaldo Krzesinski <herton@canonical.com>
12870 L: platform-driver-x86@vger.kernel.org
12872 F: drivers/platform/x86/topstar-laptop.c
12874 TOSHIBA ACPI EXTRAS DRIVER
12875 M: Azael Avalos <coproscefalo@gmail.com>
12876 L: platform-driver-x86@vger.kernel.org
12878 F: drivers/platform/x86/toshiba_acpi.c
12880 TOSHIBA BLUETOOTH DRIVER
12881 M: Azael Avalos <coproscefalo@gmail.com>
12882 L: platform-driver-x86@vger.kernel.org
12884 F: drivers/platform/x86/toshiba_bluetooth.c
12886 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12887 M: Azael Avalos <coproscefalo@gmail.com>
12888 L: platform-driver-x86@vger.kernel.org
12890 F: drivers/platform/x86/toshiba_haps.c
12892 TOSHIBA WMI HOTKEYS DRIVER
12893 M: Azael Avalos <coproscefalo@gmail.com>
12894 L: platform-driver-x86@vger.kernel.org
12896 F: drivers/platform/x86/toshiba-wmi.c
12899 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
12900 W: http://www.buzzard.org.uk/toshiba/
12902 F: drivers/char/toshiba.c
12903 F: include/linux/toshiba.h
12904 F: include/uapi/linux/toshiba.h
12906 TOSHIBA TC358743 DRIVER
12907 M: Mats Randgaard <matrandg@cisco.com>
12908 L: linux-media@vger.kernel.org
12910 F: drivers/media/i2c/tc358743*
12911 F: include/media/i2c/tc358743.h
12913 TMIO/SDHI MMC DRIVER
12914 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
12915 L: linux-mmc@vger.kernel.org
12917 F: drivers/mmc/host/tmio_mmc*
12918 F: drivers/mmc/host/renesas_sdhi*
12919 F: include/linux/mfd/tmio.h
12921 TMP401 HARDWARE MONITOR DRIVER
12922 M: Guenter Roeck <linux@roeck-us.net>
12923 L: linux-hwmon@vger.kernel.org
12925 F: Documentation/hwmon/tmp401
12926 F: drivers/hwmon/tmp401.c
12928 TMPFS (SHMEM FILESYSTEM)
12929 M: Hugh Dickins <hughd@google.com>
12930 L: linux-mm@kvack.org
12932 F: include/linux/shmem_fs.h
12935 TM6000 VIDEO4LINUX DRIVER
12936 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12937 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12938 L: linux-media@vger.kernel.org
12939 W: https://linuxtv.org
12940 T: git git://linuxtv.org/media_tree.git
12942 F: drivers/media/usb/tm6000/
12943 F: Documentation/media/v4l-drivers/tm6000*
12945 TW5864 VIDEO4LINUX DRIVER
12946 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12947 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12948 M: Andrey Utkin <andrey_utkin@fastmail.com>
12949 L: linux-media@vger.kernel.org
12951 F: drivers/media/pci/tw5864/
12953 TW68 VIDEO4LINUX DRIVER
12954 M: Hans Verkuil <hverkuil@xs4all.nl>
12955 L: linux-media@vger.kernel.org
12956 T: git git://linuxtv.org/media_tree.git
12957 W: https://linuxtv.org
12959 F: drivers/media/pci/tw68/
12961 TW686X VIDEO4LINUX DRIVER
12962 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12963 L: linux-media@vger.kernel.org
12964 T: git git://linuxtv.org/media_tree.git
12965 W: http://linuxtv.org
12967 F: drivers/media/pci/tw686x/
12970 M: Peter Huewe <peterhuewe@gmx.de>
12971 M: Marcel Selhorst <tpmdd@selhorst.net>
12972 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12973 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12974 W: http://tpmdd.sourceforge.net
12975 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12976 Q: https://patchwork.kernel.org/project/tpmdd-devel/list/
12977 T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
12979 F: drivers/char/tpm/
12981 TPM IBM_VTPM DEVICE DRIVER
12982 M: Ashley Lai <ashleydlai@gmail.com>
12983 W: http://tpmdd.sourceforge.net
12984 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12986 F: drivers/char/tpm/tpm_ibmvtpm*
12989 M: Steven Rostedt <rostedt@goodmis.org>
12990 M: Ingo Molnar <mingo@redhat.com>
12991 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12993 F: Documentation/trace/ftrace.txt
12994 F: arch/*/*/*/ftrace.h
12995 F: arch/*/kernel/ftrace.c
12996 F: include/*/ftrace.h
12997 F: include/linux/trace*.h
13000 F: tools/testing/selftests/ftrace/
13002 TRACING MMIO ACCESSES (MMIOTRACE)
13003 M: Steven Rostedt <rostedt@goodmis.org>
13004 M: Ingo Molnar <mingo@kernel.org>
13005 R: Karol Herbst <karolherbst@gmail.com>
13006 R: Pekka Paalanen <ppaalanen@gmail.com>
13008 L: linux-kernel@vger.kernel.org
13009 L: nouveau@lists.freedesktop.org
13010 F: kernel/trace/trace_mmiotrace.c
13011 F: include/linux/mmiotrace.h
13012 F: arch/x86/mm/kmmio.c
13013 F: arch/x86/mm/mmio-mod.c
13014 F: arch/x86/mm/testmmiotrace.c
13017 M: Jiri Kosina <trivial@kernel.org>
13018 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
13020 K: ^Subject:.*(?i)trivial
13023 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13024 M: Jiri Slaby <jslaby@suse.com>
13026 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
13027 F: Documentation/serial/
13029 F: drivers/tty/serial/serial_core.c
13030 F: include/linux/serial_core.h
13031 F: include/linux/serial.h
13032 F: include/linux/tty.h
13033 F: include/uapi/linux/serial_core.h
13034 F: include/uapi/linux/serial.h
13035 F: include/uapi/linux/tty.h
13037 TUA9001 MEDIA DRIVER
13038 M: Antti Palosaari <crope@iki.fi>
13039 L: linux-media@vger.kernel.org
13040 W: https://linuxtv.org
13041 W: http://palosaari.fi/linux/
13042 Q: http://patchwork.linuxtv.org/project/linux-media/list/
13043 T: git git://linuxtv.org/anttip/media_tree.git
13045 F: drivers/media/tuners/tua9001*
13047 TULIP NETWORK DRIVERS
13048 L: netdev@vger.kernel.org
13049 L: linux-parisc@vger.kernel.org
13051 F: drivers/net/ethernet/dec/tulip/
13054 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
13055 W: http://vtun.sourceforge.net/tun
13057 F: Documentation/networking/tuntap.txt
13058 F: arch/um/os-Linux/drivers/
13060 TURBOCHANNEL SUBSYSTEM
13061 M: "Maciej W. Rozycki" <macro@linux-mips.org>
13062 M: Ralf Baechle <ralf@linux-mips.org>
13063 L: linux-mips@linux-mips.org
13064 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
13067 F: include/linux/tc.h
13069 UBI FILE SYSTEM (UBIFS)
13070 M: Richard Weinberger <richard@nod.at>
13071 M: Artem Bityutskiy <dedekind1@gmail.com>
13072 M: Adrian Hunter <adrian.hunter@intel.com>
13073 L: linux-mtd@lists.infradead.org
13074 T: git git://git.infradead.org/ubifs-2.6.git
13075 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
13077 F: Documentation/filesystems/ubifs.txt
13080 UCLINUX (M68KNOMMU AND COLDFIRE)
13081 M: Greg Ungerer <gerg@linux-m68k.org>
13082 W: http://www.linux-m68k.org/
13083 W: http://www.uclinux.org/
13084 L: linux-m68k@lists.linux-m68k.org
13085 L: uclinux-dev@uclinux.org (subscribers-only)
13086 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
13088 F: arch/m68k/coldfire/
13090 F: arch/m68k/*/*_no.*
13091 F: arch/m68k/include/asm/*_no.*
13094 M: Jan Kara <jack@suse.com>
13096 F: Documentation/filesystems/udf.txt
13100 M: Bastien Nocera <hadess@hadess.net>
13101 L: linux-input@vger.kernel.org
13103 F: drivers/hid/hid-udraw.c
13106 M: Evgeniy Dushistov <dushistov@mail.ru>
13108 F: Documentation/filesystems/ufs.txt
13111 UHID USERSPACE HID IO DRIVER:
13112 M: David Herrmann <dh.herrmann@googlemail.com>
13113 L: linux-input@vger.kernel.org
13115 F: drivers/hid/uhid.c
13116 F: include/uapi/linux/uhid.h
13118 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
13119 L: linux-usb@vger.kernel.org
13122 F: include/linux/uwb.h
13123 F: include/linux/uwb/
13125 UNICORE32 ARCHITECTURE:
13126 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
13127 W: http://mprc.pku.edu.cn/~guanxuetao/linux
13129 T: git git://github.com/gxt/linux.git
13133 M: Tony Finch <dot@dotat.at>
13134 W: http://dotat.at/prog/unifdef
13136 F: scripts/unifdef.c
13138 UNIFORM CDROM DRIVER
13139 M: Jens Axboe <axboe@kernel.dk>
13140 W: http://www.kernel.dk
13142 F: Documentation/cdrom/
13143 F: drivers/cdrom/cdrom.c
13144 F: include/linux/cdrom.h
13145 F: include/uapi/linux/cdrom.h
13147 UNISYS S-PAR DRIVERS
13148 M: David Kershner <david.kershner@unisys.com>
13149 L: sparmaintainer@unisys.com (Unisys internal)
13151 F: drivers/staging/unisys/
13153 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
13154 M: Vinayak Holikatti <vinholikatti@gmail.com>
13155 L: linux-scsi@vger.kernel.org
13157 F: Documentation/scsi/ufs.txt
13158 F: drivers/scsi/ufs/
13160 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
13161 M: Manjunath M Bettegowda <manjumb@synopsys.com>
13162 M: Prabu Thangamuthu <prabut@synopsys.com>
13163 L: linux-scsi@vger.kernel.org
13165 F: drivers/scsi/ufs/*dwc*
13167 UNSORTED BLOCK IMAGES (UBI)
13168 M: Artem Bityutskiy <dedekind1@gmail.com>
13169 M: Richard Weinberger <richard@nod.at>
13170 W: http://www.linux-mtd.infradead.org/
13171 L: linux-mtd@lists.infradead.org
13172 T: git git://git.infradead.org/ubifs-2.6.git
13174 F: drivers/mtd/ubi/
13175 F: include/linux/mtd/ubi.h
13176 F: include/uapi/mtd/ubi-user.h
13179 M: Oliver Neukum <oneukum@suse.com>
13180 L: linux-usb@vger.kernel.org
13182 F: Documentation/usb/acm.txt
13183 F: drivers/usb/class/cdc-acm.*
13185 USB AR5523 WIRELESS DRIVER
13186 M: Pontus Fuchs <pontus.fuchs@gmail.com>
13187 L: linux-wireless@vger.kernel.org
13189 F: drivers/net/wireless/ath/ar5523/
13192 M: Oliver Neukum <oneukum@suse.com>
13193 L: linux-usb@vger.kernel.org
13194 L: linux-scsi@vger.kernel.org
13196 F: drivers/usb/storage/uas.c
13198 USB CDC ETHERNET DRIVER
13199 M: Oliver Neukum <oliver@neukum.org>
13200 L: linux-usb@vger.kernel.org
13202 F: drivers/net/usb/cdc_*.c
13203 F: include/uapi/linux/usb/cdc.h
13205 USB CHAOSKEY DRIVER
13206 M: Keith Packard <keithp@keithp.com>
13207 L: linux-usb@vger.kernel.org
13209 F: drivers/usb/misc/chaoskey.c
13211 USB CYPRESS C67X00 DRIVER
13212 M: Peter Korsgaard <jacmet@sunsite.dk>
13213 L: linux-usb@vger.kernel.org
13215 F: drivers/usb/c67x00/
13217 USB DAVICOM DM9601 DRIVER
13218 M: Peter Korsgaard <jacmet@sunsite.dk>
13219 L: netdev@vger.kernel.org
13220 W: http://www.linux-usb.org/usbnet
13222 F: drivers/net/usb/dm9601.c
13224 USB DIAMOND RIO500 DRIVER
13225 M: Cesar Miquel <miquel@df.uba.ar>
13226 L: rio500-users@lists.sourceforge.net
13227 W: http://rio500.sourceforge.net
13229 F: drivers/usb/misc/rio500*
13232 M: Alan Stern <stern@rowland.harvard.edu>
13233 L: linux-usb@vger.kernel.org
13235 F: Documentation/usb/ehci.txt
13236 F: drivers/usb/host/ehci*
13238 USB GADGET/PERIPHERAL SUBSYSTEM
13239 M: Felipe Balbi <balbi@kernel.org>
13240 L: linux-usb@vger.kernel.org
13241 W: http://www.linux-usb.org/gadget
13242 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13244 F: drivers/usb/gadget/
13245 F: include/linux/usb/gadget*
13247 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
13248 M: Jiri Kosina <jikos@kernel.org>
13249 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
13250 L: linux-usb@vger.kernel.org
13251 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
13253 F: Documentation/hid/hiddev.txt
13254 F: drivers/hid/usbhid/
13257 M: Olav Kongas <ok@artecdesign.ee>
13258 L: linux-usb@vger.kernel.org
13260 F: drivers/usb/host/isp116x*
13261 F: include/linux/usb/isp116x.h
13263 USB LAN78XX ETHERNET DRIVER
13264 M: Woojung Huh <woojung.huh@microchip.com>
13265 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
13266 L: netdev@vger.kernel.org
13268 F: drivers/net/usb/lan78xx.*
13270 USB MASS STORAGE DRIVER
13271 M: Alan Stern <stern@rowland.harvard.edu>
13272 L: linux-usb@vger.kernel.org
13273 L: usb-storage@lists.one-eyed-alien.net
13275 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
13276 F: drivers/usb/storage/
13279 M: Clemens Ladisch <clemens@ladisch.de>
13280 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
13281 T: git git://git.alsa-project.org/alsa-kernel.git
13283 F: sound/usb/midi.*
13285 USB NETWORKING DRIVERS
13286 L: linux-usb@vger.kernel.org
13288 F: drivers/net/usb/
13291 M: Alan Stern <stern@rowland.harvard.edu>
13292 L: linux-usb@vger.kernel.org
13294 F: Documentation/usb/ohci.txt
13295 F: drivers/usb/host/ohci*
13297 USB OTG FSM (Finite State Machine)
13298 M: Peter Chen <Peter.Chen@nxp.com>
13299 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
13300 L: linux-usb@vger.kernel.org
13302 F: drivers/usb/common/usb-otg-fsm.c
13305 M: Valentina Manea <valentina.manea.m@gmail.com>
13306 M: Shuah Khan <shuahkh@osg.samsung.com>
13307 M: Shuah Khan <shuah@kernel.org>
13308 L: linux-usb@vger.kernel.org
13310 F: Documentation/usb/usbip_protocol.txt
13311 F: drivers/usb/usbip/
13312 F: tools/usb/usbip/
13315 M: Petko Manolov <petkan@nucleusys.com>
13316 L: linux-usb@vger.kernel.org
13317 L: netdev@vger.kernel.org
13318 T: git git://github.com/petkan/pegasus.git
13319 W: https://github.com/petkan/pegasus
13321 F: drivers/net/usb/pegasus.*
13324 M: Felipe Balbi <balbi@kernel.org>
13325 L: linux-usb@vger.kernel.org
13326 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13328 F: drivers/usb/phy/
13330 USB PRINTER DRIVER (usblp)
13331 M: Pete Zaitcev <zaitcev@redhat.com>
13332 L: linux-usb@vger.kernel.org
13334 F: drivers/usb/class/usblp.c
13336 USB QMI WWAN NETWORK DRIVER
13337 M: Bjørn Mork <bjorn@mork.no>
13338 L: netdev@vger.kernel.org
13340 F: Documentation/ABI/testing/sysfs-class-net-qmi
13341 F: drivers/net/usb/qmi_wwan.c
13344 M: Petko Manolov <petkan@nucleusys.com>
13345 L: linux-usb@vger.kernel.org
13346 L: netdev@vger.kernel.org
13347 T: git git://github.com/petkan/rtl8150.git
13348 W: https://github.com/petkan/rtl8150
13350 F: drivers/net/usb/rtl8150.c
13352 USB SERIAL SUBSYSTEM
13353 M: Johan Hovold <johan@kernel.org>
13354 L: linux-usb@vger.kernel.org
13355 T: git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
13357 F: Documentation/usb/usb-serial.txt
13358 F: drivers/usb/serial/
13359 F: include/linux/usb/serial.h
13361 USB SMSC75XX ETHERNET DRIVER
13362 M: Steve Glendinning <steve.glendinning@shawell.net>
13363 L: netdev@vger.kernel.org
13365 F: drivers/net/usb/smsc75xx.*
13367 USB SMSC95XX ETHERNET DRIVER
13368 M: Steve Glendinning <steve.glendinning@shawell.net>
13369 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
13370 L: netdev@vger.kernel.org
13372 F: drivers/net/usb/smsc95xx.*
13375 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13376 L: linux-usb@vger.kernel.org
13377 W: http://www.linux-usb.org
13378 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
13380 F: Documentation/devicetree/bindings/usb/
13381 F: Documentation/usb/
13383 F: include/linux/usb.h
13384 F: include/linux/usb/
13386 USB TYPEC SUBSYSTEM
13387 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
13388 L: linux-usb@vger.kernel.org
13390 F: Documentation/ABI/testing/sysfs-class-typec
13391 F: Documentation/usb/typec.rst
13392 F: drivers/usb/typec/
13393 F: include/linux/usb/typec.h
13396 M: Alan Stern <stern@rowland.harvard.edu>
13397 L: linux-usb@vger.kernel.org
13399 F: drivers/usb/host/uhci*
13401 USB "USBNET" DRIVER FRAMEWORK
13402 M: Oliver Neukum <oneukum@suse.com>
13403 L: netdev@vger.kernel.org
13404 W: http://www.linux-usb.org/usbnet
13406 F: drivers/net/usb/usbnet.c
13407 F: include/linux/usb/usbnet.h
13410 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13411 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
13412 L: linux-media@vger.kernel.org
13413 T: git git://linuxtv.org/media_tree.git
13414 W: http://www.ideasonboard.org/uvc/
13416 F: drivers/media/usb/uvc/
13417 F: include/uapi/linux/uvcvideo.h
13420 M: Hans Verkuil <hverkuil@xs4all.nl>
13421 L: linux-media@vger.kernel.org
13422 T: git git://linuxtv.org/media_tree.git
13423 W: https://linuxtv.org
13425 F: drivers/media/usb/usbvision/
13428 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13429 L: linux-usb@vger.kernel.org
13431 F: drivers/usb/gadget/function/*uvc*
13432 F: drivers/usb/gadget/legacy/webcam.c
13434 USB WIRELESS RNDIS DRIVER (rndis_wlan)
13435 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
13436 L: linux-wireless@vger.kernel.org
13438 F: drivers/net/wireless/rndis_wlan.c
13441 M: Mathias Nyman <mathias.nyman@intel.com>
13442 L: linux-usb@vger.kernel.org
13444 F: drivers/usb/host/xhci*
13445 F: drivers/usb/host/pci-quirks*
13448 L: linux-wireless@vger.kernel.org
13449 W: http://linux-lc100020.sourceforge.net
13451 F: drivers/net/wireless/zydas/zd1201.*
13454 M: Antoine Jacquet <royale@zerezo.com>
13455 L: linux-usb@vger.kernel.org
13456 L: linux-media@vger.kernel.org
13457 T: git git://linuxtv.org/media_tree.git
13458 W: http://royale.zerezo.com/zr364xx/
13460 F: Documentation/media/v4l-drivers/zr364xx*
13461 F: drivers/media/usb/zr364xx/
13464 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
13465 L: linux-usb@vger.kernel.org
13467 F: drivers/usb/common/ulpi.c
13468 F: include/linux/ulpi/
13470 USER-MODE LINUX (UML)
13471 M: Jeff Dike <jdike@addtoit.com>
13472 M: Richard Weinberger <richard@nod.at>
13473 L: user-mode-linux-devel@lists.sourceforge.net
13474 L: user-mode-linux-user@lists.sourceforge.net
13475 W: http://user-mode-linux.sourceforge.net
13476 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
13478 F: Documentation/virtual/uml/
13484 USERSPACE I/O (UIO)
13485 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13487 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
13488 F: Documentation/driver-api/uio-howto.rst
13490 F: include/linux/uio*.h
13493 M: Karel Zak <kzak@redhat.com>
13494 L: util-linux@vger.kernel.org
13495 W: http://en.wikipedia.org/wiki/Util-linux
13496 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
13500 M: Christoph Hellwig <hch@lst.de>
13501 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
13502 L: linux-kernel@vger.kernel.org
13503 T: git git://git.infradead.org/users/hch/uuid.git
13506 F: include/linux/uuid.h
13507 F: include/uapi/linux/uuid.h
13511 M: Michal Januszewski <spock@gentoo.org>
13512 L: linux-fbdev@vger.kernel.org
13513 W: http://dev.gentoo.org/~spock/projects/uvesafb/
13515 F: Documentation/fb/uvesafb.txt
13516 F: drivers/video/fbdev/uvesafb.*
13519 M: Stefan Agner <stefan@agner.ch>
13520 L: linux-mtd@lists.infradead.org
13522 F: drivers/mtd/nand/vf610_nfc.c
13524 VFAT/FAT/MSDOS FILESYSTEM
13525 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
13527 F: Documentation/filesystems/vfat.txt
13531 M: Alex Williamson <alex.williamson@redhat.com>
13532 L: kvm@vger.kernel.org
13533 T: git git://github.com/awilliam/linux-vfio.git
13535 F: Documentation/vfio.txt
13537 F: include/linux/vfio.h
13538 F: include/uapi/linux/vfio.h
13540 VFIO MEDIATED DEVICE DRIVERS
13541 M: Kirti Wankhede <kwankhede@nvidia.com>
13542 L: kvm@vger.kernel.org
13544 F: Documentation/vfio-mediated-device.txt
13545 F: drivers/vfio/mdev/
13546 F: include/linux/mdev.h
13547 F: samples/vfio-mdev/
13549 VFIO PLATFORM DRIVER
13550 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
13551 L: kvm@vger.kernel.org
13553 F: drivers/vfio/platform/
13556 R: Lukas Wunner <lukas@wunner.de>
13558 F: Documentation/gpu/vga-switcheroo.rst
13559 F: drivers/gpu/vga/vga_switcheroo.c
13560 F: include/linux/vga_switcheroo.h
13561 T: git git://anongit.freedesktop.org/drm/drm-misc
13563 VIDEOBUF2 FRAMEWORK
13564 M: Pawel Osciak <pawel@osciak.com>
13565 M: Marek Szyprowski <m.szyprowski@samsung.com>
13566 M: Kyungmin Park <kyungmin.park@samsung.com>
13567 L: linux-media@vger.kernel.org
13569 F: drivers/media/v4l2-core/videobuf2-*
13570 F: include/media/videobuf2-*
13572 VIRTIO AND VHOST VSOCK DRIVER
13573 M: Stefan Hajnoczi <stefanha@redhat.com>
13574 L: kvm@vger.kernel.org
13575 L: virtualization@lists.linux-foundation.org
13576 L: netdev@vger.kernel.org
13578 F: include/linux/virtio_vsock.h
13579 F: include/uapi/linux/virtio_vsock.h
13580 F: include/uapi/linux/vsockmon.h
13581 F: net/vmw_vsock/af_vsock_tap.c
13582 F: net/vmw_vsock/virtio_transport_common.c
13583 F: net/vmw_vsock/virtio_transport.c
13584 F: drivers/net/vsockmon.c
13585 F: drivers/vhost/vsock.c
13586 F: drivers/vhost/vsock.h
13588 VIRTUAL SERIO DEVICE DRIVER
13589 M: Stephen Chandler Paul <thatslyude@gmail.com>
13591 F: drivers/input/serio/userio.c
13592 F: include/uapi/linux/userio.h
13594 VIRTIO CONSOLE DRIVER
13595 M: Amit Shah <amit@kernel.org>
13596 L: virtualization@lists.linux-foundation.org
13598 F: drivers/char/virtio_console.c
13599 F: include/linux/virtio_console.h
13600 F: include/uapi/linux/virtio_console.h
13602 VIRTIO CORE, NET AND BLOCK DRIVERS
13603 M: "Michael S. Tsirkin" <mst@redhat.com>
13604 M: Jason Wang <jasowang@redhat.com>
13605 L: virtualization@lists.linux-foundation.org
13607 F: Documentation/devicetree/bindings/virtio/
13610 F: drivers/net/virtio_net.c
13611 F: drivers/block/virtio_blk.c
13612 F: include/linux/virtio*.h
13613 F: include/uapi/linux/virtio_*.h
13614 F: drivers/crypto/virtio/
13616 VIRTIO DRIVERS FOR S390
13617 M: Cornelia Huck <cornelia.huck@de.ibm.com>
13618 M: Halil Pasic <pasic@linux.vnet.ibm.com>
13619 L: linux-s390@vger.kernel.org
13620 L: virtualization@lists.linux-foundation.org
13621 L: kvm@vger.kernel.org
13623 F: drivers/s390/virtio/
13626 M: David Airlie <airlied@linux.ie>
13627 M: Gerd Hoffmann <kraxel@redhat.com>
13628 L: dri-devel@lists.freedesktop.org
13629 L: virtualization@lists.linux-foundation.org
13630 T: git git://anongit.freedesktop.org/drm/drm-misc
13632 F: drivers/gpu/drm/virtio/
13633 F: include/uapi/linux/virtio_gpu.h
13635 VIRTIO HOST (VHOST)
13636 M: "Michael S. Tsirkin" <mst@redhat.com>
13637 M: Jason Wang <jasowang@redhat.com>
13638 L: kvm@vger.kernel.org
13639 L: virtualization@lists.linux-foundation.org
13640 L: netdev@vger.kernel.org
13641 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
13644 F: include/uapi/linux/vhost.h
13646 VIRTIO INPUT DRIVER
13647 M: Gerd Hoffmann <kraxel@redhat.com>
13649 F: drivers/virtio/virtio_input.c
13650 F: include/uapi/linux/virtio_input.h
13652 VIRTIO CRYPTO DRIVER
13653 M: Gonglei <arei.gonglei@huawei.com>
13654 L: virtualization@lists.linux-foundation.org
13655 L: linux-crypto@vger.kernel.org
13657 F: drivers/crypto/virtio/
13658 F: include/uapi/linux/virtio_crypto.h
13660 VIA RHINE NETWORK DRIVER
13662 F: drivers/net/ethernet/via/via-rhine.c
13664 VIA SD/MMC CARD CONTROLLER DRIVER
13665 M: Bruce Chang <brucechang@via.com.tw>
13666 M: Harald Welte <HaraldWelte@viatech.com>
13668 F: drivers/mmc/host/via-sdmmc.c
13670 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
13671 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
13672 L: linux-fbdev@vger.kernel.org
13674 F: include/linux/via-core.h
13675 F: include/linux/via-gpio.h
13676 F: include/linux/via_i2c.h
13677 F: drivers/video/fbdev/via/
13679 VIA VELOCITY NETWORK DRIVER
13680 M: Francois Romieu <romieu@fr.zoreil.com>
13681 L: netdev@vger.kernel.org
13683 F: drivers/net/ethernet/via/via-velocity.*
13686 M: Alex Williamson <alex.williamson@redhat.com>
13687 M: Paolo Bonzini <pbonzini@redhat.com>
13688 L: kvm@vger.kernel.org
13692 VIVID VIRTUAL VIDEO DRIVER
13693 M: Hans Verkuil <hverkuil@xs4all.nl>
13694 L: linux-media@vger.kernel.org
13695 T: git git://linuxtv.org/media_tree.git
13696 W: https://linuxtv.org
13698 F: drivers/media/platform/vivid/*
13700 VIMC VIRTUAL MEDIA CONTROLLER DRIVER
13701 M: Helen Koike <helen.koike@collabora.com>
13702 L: linux-media@vger.kernel.org
13703 T: git git://linuxtv.org/media_tree.git
13704 W: https://linuxtv.org
13706 F: drivers/media/platform/vimc/*
13709 M: Florian Fainelli <f.fainelli@gmail.com>
13710 L: openwrt-devel@lists.openwrt.org (subscribers-only)
13712 F: drivers/vlynq/vlynq.c
13713 F: include/linux/vlynq.h
13716 M: Martyn Welch <martyn@welchs.me.uk>
13717 M: Manohar Vanga <manohar.vanga@gmail.com>
13718 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13719 L: devel@driverdev.osuosl.org
13721 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
13722 F: Documentation/driver-api/vme.rst
13723 F: drivers/staging/vme/
13725 F: include/linux/vme*
13727 VMWARE HYPERVISOR INTERFACE
13728 M: Alok Kataria <akataria@vmware.com>
13729 L: virtualization@lists.linux-foundation.org
13731 F: arch/x86/kernel/cpu/vmware.c
13733 VMWARE BALLOON DRIVER
13734 M: Xavier Deguillard <xdeguillard@vmware.com>
13735 M: Philip Moltmann <moltmann@vmware.com>
13736 M: "VMware, Inc." <pv-drivers@vmware.com>
13737 L: linux-kernel@vger.kernel.org
13739 F: drivers/misc/vmw_balloon.c
13741 VMWARE VMMOUSE SUBDRIVER
13742 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
13743 M: "VMware, Inc." <pv-drivers@vmware.com>
13744 L: linux-input@vger.kernel.org
13746 F: drivers/input/mouse/vmmouse.c
13747 F: drivers/input/mouse/vmmouse.h
13749 VMWARE VMXNET3 ETHERNET DRIVER
13750 M: Shrikrishna Khare <skhare@vmware.com>
13751 M: "VMware, Inc." <pv-drivers@vmware.com>
13752 L: netdev@vger.kernel.org
13754 F: drivers/net/vmxnet3/
13756 VMware PVSCSI driver
13757 M: Jim Gill <jgill@vmware.com>
13758 M: VMware PV-Drivers <pv-drivers@vmware.com>
13759 L: linux-scsi@vger.kernel.org
13761 F: drivers/scsi/vmw_pvscsi.c
13762 F: drivers/scsi/vmw_pvscsi.h
13764 VMWARE PVRDMA DRIVER
13765 M: Adit Ranadive <aditr@vmware.com>
13766 M: VMware PV-Drivers <pv-drivers@vmware.com>
13767 L: linux-rdma@vger.kernel.org
13769 F: drivers/infiniband/hw/vmw_pvrdma/
13771 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
13772 M: Liam Girdwood <lgirdwood@gmail.com>
13773 M: Mark Brown <broonie@kernel.org>
13774 L: linux-kernel@vger.kernel.org
13775 W: http://www.slimlogic.co.uk/?p=48
13776 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
13778 F: Documentation/devicetree/bindings/regulator/
13779 F: drivers/regulator/
13780 F: include/dt-bindings/regulator/
13781 F: include/linux/regulator/
13784 M: David Ahern <dsa@cumulusnetworks.com>
13785 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
13786 L: netdev@vger.kernel.org
13788 F: drivers/net/vrf.c
13789 F: Documentation/networking/vrf.txt
13791 VT1211 HARDWARE MONITOR DRIVER
13792 M: Juerg Haefliger <juergh@gmail.com>
13793 L: linux-hwmon@vger.kernel.org
13795 F: Documentation/hwmon/vt1211
13796 F: drivers/hwmon/vt1211.c
13798 VT8231 HARDWARE MONITOR DRIVER
13799 M: Roger Lucas <vt8231@hiddenengine.co.uk>
13800 L: linux-hwmon@vger.kernel.org
13802 F: drivers/hwmon/vt8231.c
13804 VUB300 USB to SDIO/SD/MMC bridge chip
13805 M: Tony Olech <tony.olech@elandigitalsystems.com>
13806 L: linux-mmc@vger.kernel.org
13807 L: linux-usb@vger.kernel.org
13809 F: drivers/mmc/host/vub300.c
13811 W1 DALLAS'S 1-WIRE BUS
13812 M: Evgeniy Polyakov <zbr@ioremap.net>
13814 F: Documentation/w1/
13816 F: include/linux/w1.h
13818 W83791D HARDWARE MONITORING DRIVER
13819 M: Marc Hulsman <m.hulsman@tudelft.nl>
13820 L: linux-hwmon@vger.kernel.org
13822 F: Documentation/hwmon/w83791d
13823 F: drivers/hwmon/w83791d.c
13825 W83793 HARDWARE MONITORING DRIVER
13826 M: Rudolf Marek <r.marek@assembler.cz>
13827 L: linux-hwmon@vger.kernel.org
13829 F: Documentation/hwmon/w83793
13830 F: drivers/hwmon/w83793.c
13832 W83795 HARDWARE MONITORING DRIVER
13833 M: Jean Delvare <jdelvare@suse.com>
13834 L: linux-hwmon@vger.kernel.org
13836 F: drivers/hwmon/w83795.c
13838 W83L51xD SD/MMC CARD INTERFACE DRIVER
13839 M: Pierre Ossman <pierre@ossman.eu>
13841 F: drivers/mmc/host/wbsd.*
13843 WACOM PROTOCOL 4 SERIAL TABLETS
13844 M: Julian Squires <julian@cipht.net>
13845 M: Hans de Goede <hdegoede@redhat.com>
13846 L: linux-input@vger.kernel.org
13848 F: drivers/input/tablet/wacom_serial4.c
13850 WATCHDOG DEVICE DRIVERS
13851 M: Wim Van Sebroeck <wim@iguana.be>
13852 R: Guenter Roeck <linux@roeck-us.net>
13853 L: linux-watchdog@vger.kernel.org
13854 W: http://www.linux-watchdog.org/
13855 T: git git://www.linux-watchdog.org/linux-watchdog.git
13857 F: Documentation/devicetree/bindings/watchdog/
13858 F: Documentation/watchdog/
13859 F: drivers/watchdog/
13860 F: include/linux/watchdog.h
13861 F: include/uapi/linux/watchdog.h
13864 M: David Herrmann <dh.herrmann@googlemail.com>
13865 L: linux-input@vger.kernel.org
13867 F: drivers/hid/hid-wiimote*
13870 M: David Härdeman <david@hardeman.nu>
13872 F: drivers/media/rc/winbond-cir.c
13874 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13875 M: William Breathitt Gray <vilhelm.gray@gmail.com>
13876 L: linux-watchdog@vger.kernel.org
13878 F: drivers/watchdog/ebc-c384_wdt.c
13880 WINSYSTEMS WS16C48 GPIO DRIVER
13881 M: William Breathitt Gray <vilhelm.gray@gmail.com>
13882 L: linux-gpio@vger.kernel.org
13884 F: drivers/gpio/gpio-ws16c48.c
13887 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
13888 M: linux-wimax@intel.com
13889 L: wimax@linuxwimax.org (subscribers-only)
13891 W: http://linuxwimax.org
13892 F: Documentation/wimax/README.wimax
13893 F: include/linux/wimax/debug.h
13894 F: include/net/wimax.h
13895 F: include/uapi/linux/wimax.h
13898 WISTRON LAPTOP BUTTON DRIVER
13899 M: Miloslav Trmac <mitr@volny.cz>
13901 F: drivers/input/misc/wistron_btns.c
13903 WL3501 WIRELESS PCMCIA CARD DRIVER
13904 L: linux-wireless@vger.kernel.org
13906 F: drivers/net/wireless/wl3501*
13908 WOLFSON MICROELECTRONICS DRIVERS
13909 L: patches@opensource.cirrus.com
13910 T: git https://github.com/CirrusLogic/linux-drivers.git
13911 W: https://github.com/CirrusLogic/linux-drivers/wiki
13913 F: Documentation/hwmon/wm83??
13914 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13915 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13916 F: Documentation/devicetree/bindings/mfd/arizona.txt
13917 F: Documentation/devicetree/bindings/mfd/wm831x.txt
13918 F: arch/arm/mach-s3c64xx/mach-crag6410*
13919 F: drivers/clk/clk-wm83*.c
13920 F: drivers/extcon/extcon-arizona.c
13921 F: drivers/leds/leds-wm83*.c
13922 F: drivers/gpio/gpio-*wm*.c
13923 F: drivers/gpio/gpio-arizona.c
13924 F: drivers/hwmon/wm83??-hwmon.c
13925 F: drivers/input/misc/wm831x-on.c
13926 F: drivers/input/touchscreen/wm831x-ts.c
13927 F: drivers/input/touchscreen/wm97*.c
13928 F: drivers/mfd/arizona*
13929 F: drivers/mfd/wm*.c
13930 F: drivers/mfd/cs47l24*
13931 F: drivers/power/supply/wm83*.c
13932 F: drivers/rtc/rtc-wm83*.c
13933 F: drivers/regulator/wm8*.c
13934 F: drivers/regulator/arizona*
13935 F: drivers/video/backlight/wm83*_bl.c
13936 F: drivers/watchdog/wm83*_wdt.c
13937 F: include/linux/mfd/arizona/
13938 F: include/linux/mfd/wm831x/
13939 F: include/linux/mfd/wm8350/
13940 F: include/linux/mfd/wm8400*
13941 F: include/linux/regulator/arizona*
13942 F: include/linux/wm97xx.h
13943 F: include/sound/wm????.h
13944 F: sound/soc/codecs/arizona.?
13945 F: sound/soc/codecs/wm*
13946 F: sound/soc/codecs/cs47l24*
13949 M: Tejun Heo <tj@kernel.org>
13950 R: Lai Jiangshan <jiangshanlai@gmail.com>
13951 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13953 F: include/linux/workqueue.h
13954 F: kernel/workqueue.c
13955 F: Documentation/core-api/workqueue.rst
13957 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13958 M: Chen-Yu Tsai <wens@csie.org>
13959 L: linux-kernel@vger.kernel.org
13964 M: Andrew Hendry <andrew.hendry@gmail.com>
13965 L: linux-x25@vger.kernel.org
13967 F: Documentation/networking/x25*
13968 F: include/net/x25*
13971 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13972 M: Thomas Gleixner <tglx@linutronix.de>
13973 M: Ingo Molnar <mingo@redhat.com>
13974 M: "H. Peter Anvin" <hpa@zytor.com>
13976 L: linux-kernel@vger.kernel.org
13977 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13979 F: Documentation/x86/
13982 X86 PLATFORM DRIVERS
13983 M: Darren Hart <dvhart@infradead.org>
13984 M: Andy Shevchenko <andy@infradead.org>
13985 L: platform-driver-x86@vger.kernel.org
13986 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13988 F: drivers/platform/x86/
13989 F: drivers/platform/olpc/
13991 X86 MCE INFRASTRUCTURE
13992 M: Tony Luck <tony.luck@intel.com>
13993 M: Borislav Petkov <bp@alien8.de>
13994 L: linux-edac@vger.kernel.org
13996 F: arch/x86/kernel/cpu/mcheck/*
13998 X86 MICROCODE UPDATE SUPPORT
13999 M: Borislav Petkov <bp@alien8.de>
14001 F: arch/x86/kernel/cpu/microcode/*
14004 M: Andy Lutomirski <luto@amacapital.net>
14005 L: linux-kernel@vger.kernel.org
14006 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
14008 F: arch/x86/entry/vdso/
14010 XC2028/3028 TUNER DRIVER
14011 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
14012 M: Mauro Carvalho Chehab <mchehab@kernel.org>
14013 L: linux-media@vger.kernel.org
14014 W: https://linuxtv.org
14015 T: git git://linuxtv.org/media_tree.git
14017 F: drivers/media/tuners/tuner-xc2028.*
14019 XEN HYPERVISOR INTERFACE
14020 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
14021 M: Juergen Gross <jgross@suse.com>
14022 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14023 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
14026 F: drivers/*/xen-*front.c
14028 F: arch/x86/include/asm/xen/
14030 F: include/uapi/xen/
14033 M: Stefano Stabellini <sstabellini@kernel.org>
14034 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14037 F: arch/arm/include/asm/xen/
14039 XEN HYPERVISOR ARM64
14040 M: Stefano Stabellini <sstabellini@kernel.org>
14041 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14044 F: arch/arm64/include/asm/xen/
14046 XEN NETWORK BACKEND DRIVER
14047 M: Wei Liu <wei.liu2@citrix.com>
14048 M: Paul Durrant <paul.durrant@citrix.com>
14049 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14050 L: netdev@vger.kernel.org
14052 F: drivers/net/xen-netback/*
14055 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14056 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14058 F: arch/x86/pci/*xen*
14059 F: drivers/pci/*xen*
14061 XEN BLOCK SUBSYSTEM
14062 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14063 M: Roger Pau Monné <roger.pau@citrix.com>
14064 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14066 F: drivers/block/xen-blkback/*
14067 F: drivers/block/xen*
14070 M: Juergen Gross <jgross@suse.com>
14071 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14072 L: linux-scsi@vger.kernel.org
14074 F: drivers/scsi/xen-scsifront.c
14075 F: drivers/xen/xen-scsiback.c
14076 F: include/xen/interface/io/vscsiif.h
14078 XEN SWIOTLB SUBSYSTEM
14079 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14080 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14082 F: arch/x86/xen/*swiotlb*
14083 F: drivers/xen/*swiotlb*
14086 M: Darrick J. Wong <darrick.wong@oracle.com>
14087 M: linux-xfs@vger.kernel.org
14088 L: linux-xfs@vger.kernel.org
14090 T: git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
14092 F: Documentation/filesystems/xfs.txt
14095 XILINX AXI ETHERNET DRIVER
14096 M: Anirudha Sarangi <anirudh@xilinx.com>
14097 M: John Linn <John.Linn@xilinx.com>
14099 F: drivers/net/ethernet/xilinx/xilinx_axienet*
14101 XILINX UARTLITE SERIAL DRIVER
14102 M: Peter Korsgaard <jacmet@sunsite.dk>
14103 L: linux-serial@vger.kernel.org
14105 F: drivers/tty/serial/uartlite.c
14107 XILINX VIDEO IP CORES
14108 M: Hyun Kwon <hyun.kwon@xilinx.com>
14109 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
14110 L: linux-media@vger.kernel.org
14111 T: git git://linuxtv.org/media_tree.git
14113 F: Documentation/devicetree/bindings/media/xilinx/
14114 F: drivers/media/platform/xilinx/
14115 F: include/uapi/linux/xilinx-v4l2-controls.h
14118 M: Eli Billauer <eli.billauer@gmail.com>
14119 L: linux-kernel@vger.kernel.org
14121 F: drivers/char/xillybus/
14123 XTENSA XTFPGA PLATFORM SUPPORT
14124 M: Max Filippov <jcmvbkbc@gmail.com>
14125 L: linux-xtensa@linux-xtensa.org
14127 F: drivers/spi/spi-xtensa-xtfpga.c
14128 F: sound/soc/xtensa/xtfpga-i2s.c
14130 YAM DRIVER FOR AX.25
14131 M: Jean-Paul Roubelat <jpr@f6fbb.org>
14132 L: linux-hams@vger.kernel.org
14134 F: drivers/net/hamradio/yam*
14135 F: include/linux/yam.h
14137 YEALINK PHONE DRIVER
14138 M: Henk Vergonet <Henk.Vergonet@gmail.com>
14139 L: usbb2k-api-dev@nongnu.org
14141 F: Documentation/input/yealink.rst
14142 F: drivers/input/misc/yealink.*
14144 Z8530 DRIVER FOR AX.25
14145 M: Joerg Reuter <jreuter@yaina.de>
14146 W: http://yaina.de/jreuter/
14147 W: http://www.qsl.net/dl1bke/
14148 L: linux-hams@vger.kernel.org
14150 F: Documentation/networking/z8530drv.txt
14151 F: drivers/net/hamradio/*scc.c
14152 F: drivers/net/hamradio/z8530.h
14154 ZBUD COMPRESSED PAGE ALLOCATOR
14155 M: Seth Jennings <sjenning@redhat.com>
14156 M: Dan Streetman <ddstreet@ieee.org>
14157 L: linux-mm@kvack.org
14160 F: include/linux/zbud.h
14162 ZD1211RW WIRELESS DRIVER
14163 M: Daniel Drake <dsd@gentoo.org>
14164 M: Ulrich Kunitz <kune@deine-taler.de>
14165 W: http://zd1211.ath.cx/wiki/DriverRewrite
14166 L: linux-wireless@vger.kernel.org
14167 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
14169 F: drivers/net/wireless/zydas/zd1211rw/
14171 ZD1301_DEMOD MEDIA DRIVER
14172 M: Antti Palosaari <crope@iki.fi>
14173 L: linux-media@vger.kernel.org
14174 W: https://linuxtv.org/
14175 W: http://palosaari.fi/linux/
14176 Q: https://patchwork.linuxtv.org/project/linux-media/list/
14178 F: drivers/media/dvb-frontends/zd1301_demod*
14180 ZD1301 MEDIA DRIVER
14181 M: Antti Palosaari <crope@iki.fi>
14182 L: linux-media@vger.kernel.org
14183 W: https://linuxtv.org/
14184 W: http://palosaari.fi/linux/
14185 Q: https://patchwork.linuxtv.org/project/linux-media/list/
14187 F: drivers/media/usb/dvb-usb-v2/zd1301*
14189 ZPOOL COMPRESSED PAGE STORAGE API
14190 M: Dan Streetman <ddstreet@ieee.org>
14191 L: linux-mm@kvack.org
14194 F: include/linux/zpool.h
14196 ZR36067 VIDEO FOR LINUX DRIVER
14197 L: mjpeg-users@lists.sourceforge.net
14198 L: linux-media@vger.kernel.org
14199 W: http://mjpeg.sourceforge.net/driver-zoran/
14200 T: hg https://linuxtv.org/hg/v4l-dvb
14202 F: drivers/media/pci/zoran/
14204 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
14205 M: Minchan Kim <minchan@kernel.org>
14206 M: Nitin Gupta <ngupta@vflare.org>
14207 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
14208 L: linux-kernel@vger.kernel.org
14210 F: drivers/block/zram/
14211 F: Documentation/blockdev/zram.txt
14213 ZS DECSTATION Z85C30 SERIAL DRIVER
14214 M: "Maciej W. Rozycki" <macro@linux-mips.org>
14216 F: drivers/tty/serial/zs.*
14218 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
14219 M: Minchan Kim <minchan@kernel.org>
14220 M: Nitin Gupta <ngupta@vflare.org>
14221 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
14222 L: linux-mm@kvack.org
14225 F: include/linux/zsmalloc.h
14226 F: Documentation/vm/zsmalloc.txt
14228 ZSWAP COMPRESSED SWAP CACHING
14229 M: Seth Jennings <sjenning@redhat.com>
14230 M: Dan Streetman <ddstreet@ieee.org>
14231 L: linux-mm@kvack.org
14236 M: Linus Torvalds <torvalds@linux-foundation.org>
14237 L: linux-kernel@vger.kernel.org
14238 Q: http://patchwork.kernel.org/project/LKML/list/
14239 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
14240 S: Buried alive in reporters