3 List of maintainers and how to submit kernel changes
5 Please try to follow the guidelines below. This will make things
6 easier on the maintainers. Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
9 1. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
12 2. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
20 3. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
24 4. When you are happy with a change make it generally available for
25 testing and await feedback.
27 5. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trivial style violations.
38 See Documentation/process/coding-style.rst for guidance here.
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/process/submitting-patches.rst for details.
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
53 PLEASE remember that submissions must be made under the terms
54 of the Linux Foundation certificate of contribution and should
55 include a Signed-off-by: line. The current version of this
56 "Developer's Certificate of Origin" (DCO) is listed in the file
57 Documentation/process/submitting-patches.rst.
59 6. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
63 7. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
69 Descriptions of section entries:
72 M: Mail patches to: FullName <address@domain>
73 R: Designated reviewer: FullName <address@domain>
74 These reviewers should be CCed on patches.
75 L: Mailing list that is relevant to this area
76 W: Web-page with status/info
77 B: URI for where to file bugs. A web-page with detailed bug
78 filing info, a direct bug tracker link, or a mailto: URI.
79 C: URI for chat protocol, server and channel where developers
80 usually hang out, for example irc://server/channel.
81 Q: Patchwork web based patch tracking system site
82 T: SCM tree type and location.
83 Type is one of: git, hg, quilt, stgit, topgit
84 S: Status, one of the following:
85 Supported: Someone is actually paid to look after this.
86 Maintained: Someone actually looks after it.
87 Odd Fixes: It has a maintainer but they don't have time to do
88 much other than throw the odd patch in. See below..
89 Orphan: No current maintainer [but maybe you could take the
90 role as you write your new code].
91 Obsolete: Old code. Something tagged obsolete generally means
92 it has been replaced by a better system and you
94 F: Files and directories with wildcard patterns.
95 A trailing slash includes all files and subdirectory files.
96 F: drivers/net/ all files in and below drivers/net
97 F: drivers/net/* all files in drivers/net, but not below
98 F: */net/* all files in "any top level directory"/net
99 One pattern per line. Multiple F: lines acceptable.
100 N: Files and directories with regex patterns.
101 N: [^a-z]tegra all files whose path contains the word tegra
102 One pattern per line. Multiple N: lines acceptable.
103 scripts/get_maintainer.pl has different behavior for files that
104 match F: pattern and matches of N: patterns. By default,
105 get_maintainer will not look at git log history when an F: pattern
106 match occurs. When an N: match occurs, git log history is used
107 to also notify the people that have git commit signatures.
108 X: Files and directories that are NOT maintained, same rules as F:
109 Files exclusions are tested before file matches.
110 Can be useful for excluding a specific subdirectory, for instance:
113 matches all files in and below net excluding net/ipv6/
114 K: Keyword perl extended regex pattern to match content in a
115 patch or file. For instance:
117 matches patches or files that contain "of_get_profile"
118 K: \b(printk|pr_(info|err))\b
119 matches patches or files that contain one or more of the words
120 printk, pr_info or pr_err
121 One regex pattern per line. Multiple K: lines acceptable.
123 Note: For the hard of thinking, this list is meant to remain in alphabetical
124 order. If you could add yourselves to it in alphabetical order that would be
127 Maintainers List (try to look for most precise areas first)
129 -----------------------------------
132 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
133 L: netdev@vger.kernel.org
135 F: Documentation/networking/vortex.txt
136 F: drivers/net/ethernet/3com/3c59x.c
138 3CR990 NETWORK DRIVER
139 M: David Dillow <dave@thedillows.org>
140 L: netdev@vger.kernel.org
142 F: drivers/net/ethernet/3com/typhoon*
144 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
145 M: Adam Radford <aradford@gmail.com>
146 L: linux-scsi@vger.kernel.org
147 W: http://www.lsi.com
151 53C700 AND 53C700-66 SCSI DRIVER
152 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
153 L: linux-scsi@vger.kernel.org
155 F: drivers/scsi/53c700*
157 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
158 M: Alexander Aring <aar@pengutronix.de>
159 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
160 L: linux-bluetooth@vger.kernel.org
161 L: linux-wpan@vger.kernel.org
164 F: include/net/6lowpan.h
165 F: Documentation/networking/6lowpan.txt
167 6PACK NETWORK DRIVER FOR AX.25
168 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
169 L: linux-hams@vger.kernel.org
171 F: drivers/net/hamradio/6pack.c
173 8169 10/100/1000 GIGABIT ETHERNET DRIVER
174 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
175 L: netdev@vger.kernel.org
177 F: drivers/net/ethernet/realtek/r8169.c
179 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
180 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
181 L: linux-serial@vger.kernel.org
183 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
184 F: drivers/tty/serial/8250*
185 F: include/linux/serial_8250.h
187 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
188 L: netdev@vger.kernel.org
190 F: drivers/net/ethernet/8390/
193 M: Eric Van Hensbergen <ericvh@gmail.com>
194 M: Ron Minnich <rminnich@sandia.gov>
195 M: Latchesar Ionkov <lucho@ionkov.net>
196 L: v9fs-developer@lists.sourceforge.net
197 W: http://swik.net/v9fs
198 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
199 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
201 F: Documentation/filesystems/9p.txt
205 F: include/uapi/linux/virtio_9p.h
206 F: include/trace/events/9p.h
210 M: Antti Palosaari <crope@iki.fi>
211 L: linux-media@vger.kernel.org
212 W: https://linuxtv.org
213 W: http://palosaari.fi/linux/
214 Q: http://patchwork.linuxtv.org/project/linux-media/list/
215 T: git git://linuxtv.org/anttip/media_tree.git
217 F: drivers/media/dvb-frontends/a8293*
219 AACRAID SCSI RAID DRIVER
220 M: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
221 L: linux-scsi@vger.kernel.org
222 W: http://www.adaptec.com/
224 F: Documentation/scsi/aacraid.txt
225 F: drivers/scsi/aacraid/
228 L: linux-api@vger.kernel.org
229 F: include/linux/syscalls.h
232 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
233 M: Hans de Goede <hdegoede@redhat.com>
234 L: linux-hwmon@vger.kernel.org
236 F: drivers/hwmon/abituguru.c
238 ABIT UGURU 3 HARDWARE MONITOR DRIVER
239 M: Alistair John Strachan <alistair@devzero.co.uk>
240 L: linux-hwmon@vger.kernel.org
242 F: drivers/hwmon/abituguru3.c
244 ACCES 104-DIO-48E GPIO DRIVER
245 M: William Breathitt Gray <vilhelm.gray@gmail.com>
246 L: linux-gpio@vger.kernel.org
248 F: drivers/gpio/gpio-104-dio-48e.c
250 ACCES 104-IDI-48 GPIO DRIVER
251 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
252 L: linux-gpio@vger.kernel.org
254 F: drivers/gpio/gpio-104-idi-48.c
256 ACCES 104-IDIO-16 GPIO DRIVER
257 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
258 L: linux-gpio@vger.kernel.org
260 F: drivers/gpio/gpio-104-idio-16.c
262 ACCES 104-QUAD-8 IIO DRIVER
263 M: William Breathitt Gray <vilhelm.gray@gmail.com>
264 L: linux-iio@vger.kernel.org
266 F: drivers/iio/counter/104-quad-8.c
268 ACCES PCI-IDIO-16 GPIO DRIVER
269 M: William Breathitt Gray <vilhelm.gray@gmail.com>
270 L: linux-gpio@vger.kernel.org
272 F: drivers/gpio/gpio-pci-idio-16.c
275 M: Jes Sorensen <jes@trained-monkey.org>
276 L: linux-acenic@sunsite.dk
278 F: drivers/net/ethernet/alteon/acenic*
280 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
281 M: Peter Feuerer <peter@piie.net>
282 L: platform-driver-x86@vger.kernel.org
283 W: http://piie.net/?section=acerhdf
285 F: drivers/platform/x86/acerhdf.c
287 ACER WMI LAPTOP EXTRAS
288 M: "Lee, Chun-Yi" <jlee@suse.com>
289 L: platform-driver-x86@vger.kernel.org
291 F: drivers/platform/x86/acer-wmi.c
294 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
295 M: Len Brown <lenb@kernel.org>
296 L: linux-acpi@vger.kernel.org
297 W: https://01.org/linux-acpi
298 Q: https://patchwork.kernel.org/project/linux-acpi/list/
299 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
300 B: https://bugzilla.kernel.org
303 F: drivers/pnp/pnpacpi/
304 F: include/linux/acpi.h
306 F: Documentation/acpi/
307 F: Documentation/ABI/testing/sysfs-bus-acpi
308 F: Documentation/ABI/testing/configfs-acpi
309 F: drivers/pci/*acpi*
310 F: drivers/pci/*/*acpi*
311 F: drivers/pci/*/*/*acpi*
314 ACPI COMPONENT ARCHITECTURE (ACPICA)
315 M: Robert Moore <robert.moore@intel.com>
316 M: Lv Zheng <lv.zheng@intel.com>
317 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
318 L: linux-acpi@vger.kernel.org
320 W: https://acpica.org/
321 W: https://github.com/acpica/acpica/
322 Q: https://patchwork.kernel.org/project/linux-acpi/list/
323 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
324 B: https://bugzilla.kernel.org
325 B: https://bugs.acpica.org
327 F: drivers/acpi/acpica/
332 M: Zhang Rui <rui.zhang@intel.com>
333 L: linux-acpi@vger.kernel.org
334 W: https://01.org/linux-acpi
335 B: https://bugzilla.kernel.org
337 F: drivers/acpi/fan.c
339 ACPI FOR ARM64 (ACPI/arm64)
340 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
341 M: Hanjun Guo <hanjun.guo@linaro.org>
342 M: Sudeep Holla <sudeep.holla@arm.com>
343 L: linux-acpi@vger.kernel.org
345 F: drivers/acpi/arm64
348 M: Zhang Rui <rui.zhang@intel.com>
349 L: linux-acpi@vger.kernel.org
350 W: https://01.org/linux-acpi
351 B: https://bugzilla.kernel.org
353 F: drivers/acpi/*thermal*
356 M: Zhang Rui <rui.zhang@intel.com>
357 L: linux-acpi@vger.kernel.org
358 W: https://01.org/linux-acpi
359 B: https://bugzilla.kernel.org
361 F: drivers/acpi/acpi_video.c
364 L: platform-driver-x86@vger.kernel.org
366 F: drivers/platform/x86/wmi.c
368 AD1889 ALSA SOUND DRIVER
369 M: Thibaut Varene <T-Bone@parisc-linux.org>
370 W: http://wiki.parisc-linux.org/AD1889
371 L: linux-parisc@vger.kernel.org
373 F: sound/pci/ad1889.*
375 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
376 M: Michael Hennerich <michael.hennerich@analog.com>
377 W: http://wiki.analog.com/AD5254
378 W: http://ez.analog.com/community/linux-device-drivers
380 F: drivers/misc/ad525x_dpot.c
382 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
383 M: Michael Hennerich <michael.hennerich@analog.com>
384 W: http://wiki.analog.com/AD5398
385 W: http://ez.analog.com/community/linux-device-drivers
387 F: drivers/regulator/ad5398.c
389 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
390 M: Michael Hennerich <michael.hennerich@analog.com>
391 W: http://wiki.analog.com/AD7142
392 W: http://ez.analog.com/community/linux-device-drivers
394 F: drivers/input/misc/ad714x.c
396 AD7877 TOUCHSCREEN DRIVER
397 M: Michael Hennerich <michael.hennerich@analog.com>
398 W: http://wiki.analog.com/AD7877
399 W: http://ez.analog.com/community/linux-device-drivers
401 F: drivers/input/touchscreen/ad7877.c
403 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
404 M: Michael Hennerich <michael.hennerich@analog.com>
405 W: http://wiki.analog.com/AD7879
406 W: http://ez.analog.com/community/linux-device-drivers
408 F: drivers/input/touchscreen/ad7879.c
410 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
411 M: Jiri Kosina <jikos@kernel.org>
414 ADF7242 IEEE 802.15.4 RADIO DRIVER
415 M: Michael Hennerich <michael.hennerich@analog.com>
416 W: https://wiki.analog.com/ADF7242
417 W: http://ez.analog.com/community/linux-device-drivers
418 L: linux-wpan@vger.kernel.org
420 F: drivers/net/ieee802154/adf7242.c
421 F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
423 ADM1025 HARDWARE MONITOR DRIVER
424 M: Jean Delvare <jdelvare@suse.com>
425 L: linux-hwmon@vger.kernel.org
427 F: Documentation/hwmon/adm1025
428 F: drivers/hwmon/adm1025.c
430 ADM1029 HARDWARE MONITOR DRIVER
431 M: Corentin Labbe <clabbe.montjoie@gmail.com>
432 L: linux-hwmon@vger.kernel.org
434 F: drivers/hwmon/adm1029.c
436 ADM8211 WIRELESS DRIVER
437 L: linux-wireless@vger.kernel.org
438 W: http://wireless.kernel.org/
440 F: drivers/net/wireless/admtek/adm8211.*
442 ADP1653 FLASH CONTROLLER DRIVER
443 M: Sakari Ailus <sakari.ailus@iki.fi>
444 L: linux-media@vger.kernel.org
446 F: drivers/media/i2c/adp1653.c
447 F: include/media/i2c/adp1653.h
449 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
450 M: Michael Hennerich <michael.hennerich@analog.com>
451 W: http://wiki.analog.com/ADP5520
452 W: http://ez.analog.com/community/linux-device-drivers
454 F: drivers/mfd/adp5520.c
455 F: drivers/video/backlight/adp5520_bl.c
456 F: drivers/leds/leds-adp5520.c
457 F: drivers/gpio/gpio-adp5520.c
458 F: drivers/input/keyboard/adp5520-keys.c
460 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
461 M: Michael Hennerich <michael.hennerich@analog.com>
462 W: http://wiki.analog.com/ADP5588
463 W: http://ez.analog.com/community/linux-device-drivers
465 F: drivers/input/keyboard/adp5588-keys.c
466 F: drivers/gpio/gpio-adp5588.c
468 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
469 M: Michael Hennerich <michael.hennerich@analog.com>
470 W: http://wiki.analog.com/ADP8860
471 W: http://ez.analog.com/community/linux-device-drivers
473 F: drivers/video/backlight/adp8860_bl.c
475 ADS1015 HARDWARE MONITOR DRIVER
476 M: Dirk Eibach <eibach@gdsys.de>
477 L: linux-hwmon@vger.kernel.org
479 F: Documentation/hwmon/ads1015
480 F: drivers/hwmon/ads1015.c
481 F: include/linux/i2c/ads1015.h
484 M: Colin Leroy <colin@colino.net>
486 F: drivers/macintosh/therm_adt746x.c
488 ADT7475 HARDWARE MONITOR DRIVER
489 M: Jean Delvare <jdelvare@suse.com>
490 L: linux-hwmon@vger.kernel.org
492 F: Documentation/hwmon/adt7475
493 F: drivers/hwmon/adt7475.c
495 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
496 M: Michael Hennerich <michael.hennerich@analog.com>
497 W: http://wiki.analog.com/ADXL345
498 W: http://ez.analog.com/community/linux-device-drivers
500 F: drivers/input/misc/adxl34x.c
503 M: Matthew Wilcox <matthew@wil.cx>
504 M: Hannes Reinecke <hare@suse.com>
505 L: linux-scsi@vger.kernel.org
507 F: Documentation/scsi/advansys.txt
508 F: drivers/scsi/advansys.c
511 M: Riccardo Facchetti <fizban@tin.it>
513 F: sound/oss/aedsp16.c
516 M: Antti Palosaari <crope@iki.fi>
517 L: linux-media@vger.kernel.org
518 W: https://linuxtv.org
519 W: http://palosaari.fi/linux/
520 Q: http://patchwork.linuxtv.org/project/linux-media/list/
521 T: git git://linuxtv.org/anttip/media_tree.git
523 F: drivers/media/dvb-frontends/af9013*
526 M: Antti Palosaari <crope@iki.fi>
527 L: linux-media@vger.kernel.org
528 W: https://linuxtv.org
529 W: http://palosaari.fi/linux/
530 Q: http://patchwork.linuxtv.org/project/linux-media/list/
531 T: git git://linuxtv.org/anttip/media_tree.git
533 F: drivers/media/dvb-frontends/af9033*
536 L: linux-fsdevel@vger.kernel.org
538 F: Documentation/filesystems/affs.txt
541 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
542 M: David Howells <dhowells@redhat.com>
543 L: linux-afs@lists.infradead.org
546 F: include/net/af_rxrpc.h
547 F: net/rxrpc/af_rxrpc.c
548 W: https://www.infradead.org/~dhowells/kafs/
551 M: David Airlie <airlied@linux.ie>
552 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
555 F: include/linux/agp*
556 F: include/uapi/linux/agp*
559 M: "Juergen E. Fischer" <fischer@norbit.de>
560 L: linux-scsi@vger.kernel.org
562 F: drivers/scsi/aha152x*
563 F: drivers/scsi/pcmcia/aha152x*
565 AIC7XXX / AIC79XX SCSI DRIVER
566 M: Hannes Reinecke <hare@suse.com>
567 L: linux-scsi@vger.kernel.org
569 F: drivers/scsi/aic7xxx/
571 AIMSLAB FM RADIO RECEIVER DRIVER
572 M: Hans Verkuil <hverkuil@xs4all.nl>
573 L: linux-media@vger.kernel.org
574 T: git git://linuxtv.org/media_tree.git
575 W: https://linuxtv.org
577 F: drivers/media/radio/radio-aimslab*
580 M: Benjamin LaHaise <bcrl@kvack.org>
581 L: linux-aio@kvack.org
584 F: include/linux/*aio*.h
587 M: Antti Palosaari <crope@iki.fi>
588 L: linux-media@vger.kernel.org
589 W: https://linuxtv.org
590 W: http://palosaari.fi/linux/
591 Q: http://patchwork.linuxtv.org/project/linux-media/list/
592 T: git git://linuxtv.org/anttip/media_tree.git
594 F: drivers/media/usb/airspy/
596 ALACRITECH GIGABIT ETHERNET DRIVER
597 M: Lino Sanfilippo <LinoSanfilippo@gmx.de>
599 F: drivers/net/ethernet/alacritech/*
601 ALCATEL SPEEDTOUCH USB DRIVER
602 M: Duncan Sands <duncan.sands@free.fr>
603 L: linux-usb@vger.kernel.org
604 W: http://www.linux-usb.org/SpeedTouch/
606 F: drivers/usb/atm/speedtch.c
607 F: drivers/usb/atm/usbatm.c
609 ALCHEMY AU1XX0 MMC DRIVER
610 M: Manuel Lauss <manuel.lauss@gmail.com>
612 F: drivers/mmc/host/au1xmmc.c
615 M: Rudolf Marek <r.marek@assembler.cz>
616 L: linux-i2c@vger.kernel.org
618 F: Documentation/i2c/busses/i2c-ali1563
619 F: drivers/i2c/busses/i2c-ali1563.c
621 ALLWINNER SECURITY SYSTEM
622 M: Corentin Labbe <clabbe.montjoie@gmail.com>
623 L: linux-crypto@vger.kernel.org
625 F: drivers/crypto/sunxi-ss/
628 M: Richard Henderson <rth@twiddle.net>
629 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
630 M: Matt Turner <mattst88@gmail.com>
632 L: linux-alpha@vger.kernel.org
635 ALPS PS/2 TOUCHPAD DRIVER
636 R: Pali Rohár <pali.rohar@gmail.com>
637 F: drivers/input/mouse/alps.*
639 ALTERA MAILBOX DRIVER
640 M: Ley Foon Tan <lftan@altera.com>
641 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
643 F: drivers/mailbox/mailbox-altera.c
646 M: Tien Hock Loh <thloh@altera.com>
647 L: linux-gpio@vger.kernel.org
649 F: drivers/gpio/gpio-altera.c
651 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
652 M: Thor Thayer <thor.thayer@linux.intel.com>
654 F: drivers/gpio/gpio-altera-a10sr.c
655 F: drivers/mfd/altera-a10sr.c
656 F: include/linux/mfd/altera-a10sr.h
658 ALTERA TRIPLE SPEED ETHERNET DRIVER
659 M: Vince Bridgers <vbridger@opensource.altera.com>
660 L: netdev@vger.kernel.org
661 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
663 F: drivers/net/ethernet/altera/
665 ALTERA UART/JTAG UART SERIAL DRIVERS
666 M: Tobias Klauser <tklauser@distanz.ch>
667 L: linux-serial@vger.kernel.org
668 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
670 F: drivers/tty/serial/altera_uart.c
671 F: drivers/tty/serial/altera_jtaguart.c
672 F: include/linux/altera_uart.h
673 F: include/linux/altera_jtaguart.h
675 AMAZON ETHERNET DRIVERS
676 M: Netanel Belgazal <netanel@annapurnalabs.com>
677 R: Saeed Bishara <saeed@annapurnalabs.com>
678 R: Zorik Machulsky <zorik@annapurnalabs.com>
679 L: netdev@vger.kernel.org
681 F: Documentation/networking/ena.txt
682 F: drivers/net/ethernet/amazon/
684 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
685 M: Tom Lendacky <thomas.lendacky@amd.com>
686 M: Gary Hook <gary.hook@amd.com>
687 L: linux-crypto@vger.kernel.org
689 F: drivers/crypto/ccp/
690 F: include/linux/ccp.h
692 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
693 M: Huang Rui <ray.huang@amd.com>
694 L: linux-hwmon@vger.kernel.org
696 F: Documentation/hwmon/fam15h_power
697 F: drivers/hwmon/fam15h_power.c
699 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
700 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
702 F: drivers/usb/gadget/udc/amd5536udc.*
704 AMD GEODE PROCESSOR/CHIPSET SUPPORT
705 P: Andres Salomon <dilinger@queued.net>
706 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
707 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
709 F: drivers/char/hw_random/geode-rng.c
710 F: drivers/crypto/geode*
711 F: drivers/video/fbdev/geode/
712 F: arch/x86/include/asm/geode.h
715 M: Joerg Roedel <joro@8bytes.org>
716 L: iommu@lists.linux-foundation.org
717 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
719 F: drivers/iommu/amd_iommu*.[ch]
720 F: include/linux/amd-iommu.h
723 M: Oded Gabbay <oded.gabbay@gmail.com>
724 L: dri-devel@lists.freedesktop.org
725 T: git git://people.freedesktop.org/~gabbayo/linux.git
727 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
728 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
729 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
730 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
731 F: drivers/gpu/drm/amd/amdkfd/
732 F: drivers/gpu/drm/amd/include/cik_structs.h
733 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
734 F: drivers/gpu/drm/amd/include/vi_structs.h
735 F: drivers/gpu/drm/radeon/radeon_kfd.c
736 F: drivers/gpu/drm/radeon/radeon_kfd.h
737 F: include/uapi/linux/kfd_ioctl.h
739 AMD SEATTLE DEVICE TREE SUPPORT
740 M: Brijesh Singh <brijeshkumar.singh@amd.com>
741 M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
742 M: Tom Lendacky <thomas.lendacky@amd.com>
744 F: arch/arm64/boot/dts/amd/
747 M: Tom Lendacky <thomas.lendacky@amd.com>
748 L: netdev@vger.kernel.org
750 F: drivers/net/ethernet/amd/xgbe/
751 F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
753 AMS (Apple Motion Sensor) DRIVER
754 M: Michael Hanselmann <linux-kernel@hansmi.ch>
756 F: drivers/macintosh/ams/
758 ANALOG DEVICES INC AD9389B DRIVER
759 M: Hans Verkuil <hans.verkuil@cisco.com>
760 L: linux-media@vger.kernel.org
762 F: drivers/media/i2c/ad9389b*
764 ANALOG DEVICES INC ADV7180 DRIVER
765 M: Lars-Peter Clausen <lars@metafoo.de>
766 L: linux-media@vger.kernel.org
767 W: http://ez.analog.com/community/linux-device-drivers
769 F: drivers/media/i2c/adv7180.c
771 ANALOG DEVICES INC ADV7511 DRIVER
772 M: Hans Verkuil <hans.verkuil@cisco.com>
773 L: linux-media@vger.kernel.org
775 F: drivers/media/i2c/adv7511*
777 ANALOG DEVICES INC ADV7604 DRIVER
778 M: Hans Verkuil <hans.verkuil@cisco.com>
779 L: linux-media@vger.kernel.org
781 F: drivers/media/i2c/adv7604*
783 ANALOG DEVICES INC ADV7842 DRIVER
784 M: Hans Verkuil <hans.verkuil@cisco.com>
785 L: linux-media@vger.kernel.org
787 F: drivers/media/i2c/adv7842*
789 ANALOG DEVICES INC ASOC CODEC DRIVERS
790 M: Lars-Peter Clausen <lars@metafoo.de>
791 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
792 W: http://wiki.analog.com/
793 W: http://ez.analog.com/community/linux-device-drivers
795 F: sound/soc/codecs/adau*
796 F: sound/soc/codecs/adav*
797 F: sound/soc/codecs/ad1*
798 F: sound/soc/codecs/ad7*
799 F: sound/soc/codecs/ssm*
800 F: sound/soc/codecs/sigmadsp.*
802 ANALOG DEVICES INC ASOC DRIVERS
803 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
804 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
805 W: http://blackfin.uclinux.org/
807 F: sound/soc/blackfin/*
809 ANALOG DEVICES INC IIO DRIVERS
810 M: Lars-Peter Clausen <lars@metafoo.de>
811 M: Michael Hennerich <Michael.Hennerich@analog.com>
812 W: http://wiki.analog.com/
813 W: http://ez.analog.com/community/linux-device-drivers
816 X: drivers/iio/*/adjd*
817 F: drivers/staging/iio/*/ad*
818 F: drivers/staging/iio/trigger/iio-trig-bfin-timer.c
820 ANALOG DEVICES INC DMA DRIVERS
821 M: Lars-Peter Clausen <lars@metafoo.de>
822 W: http://ez.analog.com/community/linux-device-drivers
824 F: drivers/dma/dma-axi-dmac.c
826 ANDROID CONFIG FRAGMENTS
827 M: Rob Herring <robh@kernel.org>
829 F: kernel/configs/android*
832 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
833 M: Arve Hjønnevåg <arve@android.com>
834 M: Riley Andrews <riandrews@android.com>
835 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
836 L: devel@driverdev.osuosl.org
839 F: drivers/staging/android/
842 M: Laura Abbott <labbott@redhat.com>
843 M: Sumit Semwal <sumit.semwal@linaro.org>
844 L: devel@driverdev.osuosl.org
846 F: Documentation/devicetree/bindings/staging/ion/
847 F: drivers/staging/android/ion
848 F: drivers/staging/android/uapi/ion.h
849 F: drivers/staging/android/uapi/ion_test.h
851 AOA (Apple Onboard Audio) ALSA DRIVER
852 M: Johannes Berg <johannes@sipsolutions.net>
853 L: linuxppc-dev@lists.ozlabs.org
854 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
858 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
859 M: William Breathitt Gray <vilhelm.gray@gmail.com>
860 L: linux-iio@vger.kernel.org
862 F: drivers/iio/adc/stx104.c
865 M: Jiri Kosina <jikos@kernel.org>
867 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
868 F: arch/x86/kernel/apm_32.c
869 F: include/linux/apm_bios.h
870 F: include/uapi/linux/apm_bios.h
871 F: drivers/char/apm-emulation.c
873 APPLE BCM5974 MULTITOUCH DRIVER
874 M: Henrik Rydberg <rydberg@bitmath.org>
875 L: linux-input@vger.kernel.org
877 F: drivers/input/mouse/bcm5974.c
880 M: Henrik Rydberg <rydberg@bitmath.org>
881 L: linux-hwmon@vger.kernel.org
883 F: drivers/hwmon/applesmc.c
885 APPLETALK NETWORK LAYER
886 L: netdev@vger.kernel.org
888 F: drivers/net/appletalk/
891 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
892 M: Duc Dang <dhdang@apm.com>
894 F: arch/arm64/boot/dts/apm/
896 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
897 M: Iyappan Subramanian <isubramanian@apm.com>
898 M: Keyur Chudgar <kchudgar@apm.com>
899 M: Quan Nguyen <qnguyen@apm.com>
901 F: drivers/net/ethernet/apm/xgene/
902 F: drivers/net/phy/mdio-xgene.c
903 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
904 F: Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
906 APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
907 M: Iyappan Subramanian <isubramanian@apm.com>
908 M: Keyur Chudgar <kchudgar@apm.com>
910 F: drivers/net/ethernet/apm/xgene-v2/
912 APPLIED MICRO (APM) X-GENE SOC PMU
913 M: Tai Nguyen <ttnguyen@apm.com>
915 F: drivers/perf/xgene_pmu.c
916 F: Documentation/perf/xgene-pmu.txt
917 F: Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
919 APTINA CAMERA SENSOR PLL
920 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
921 L: linux-media@vger.kernel.org
923 F: drivers/media/i2c/aptina-pll.*
925 ARC FRAMEBUFFER DRIVER
926 M: Jaya Kumar <jayalk@intworks.biz>
928 F: drivers/video/fbdev/arcfb.c
929 F: drivers/video/fbdev/core/fb_defio.c
932 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
933 L: netdev@vger.kernel.org
935 F: drivers/net/arcnet/
936 F: include/uapi/linux/if_arcnet.h
939 M: Alexey Brodkin <abrodkin@synopsys.com>
941 F: drivers/gpu/drm/arc/
942 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
944 ARM ARCHITECTED TIMER DRIVER
945 M: Mark Rutland <mark.rutland@arm.com>
946 M: Marc Zyngier <marc.zyngier@arm.com>
947 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
949 F: arch/arm/include/asm/arch_timer.h
950 F: arch/arm64/include/asm/arch_timer.h
951 F: drivers/clocksource/arm_arch_timer.c
954 M: Liviu Dudau <liviu.dudau@arm.com>
956 F: drivers/gpu/drm/arm/hdlcd_*
957 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
959 ARM MALI-DP DRM DRIVER
960 M: Liviu Dudau <liviu.dudau@arm.com>
961 M: Brian Starkey <brian.starkey@arm.com>
962 M: Mali DP Maintainers <malidp@foss.arm.com>
964 F: drivers/gpu/drm/arm/
965 F: Documentation/devicetree/bindings/display/arm,malidp.txt
967 ARM MFM AND FLOPPY DRIVERS
968 M: Ian Molton <spyro@f2s.com>
970 F: arch/arm/lib/floppydma.S
971 F: arch/arm/include/asm/floppy.h
973 ARM PMU PROFILING AND DEBUGGING
974 M: Will Deacon <will.deacon@arm.com>
975 M: Mark Rutland <mark.rutland@arm.com>
977 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
978 F: arch/arm*/kernel/perf_*
979 F: arch/arm/oprofile/common.c
980 F: arch/arm*/kernel/hw_breakpoint.c
981 F: arch/arm*/include/asm/hw_breakpoint.h
982 F: arch/arm*/include/asm/perf_event.h
984 F: include/linux/perf/arm_pmu.h
985 F: Documentation/devicetree/bindings/arm/pmu.txt
988 M: Russell King <linux@armlinux.org.uk>
989 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
990 W: http://www.armlinux.org.uk/
992 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git
995 ARM SUB-ARCHITECTURES
996 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
1002 ARM PRIMECELL AACI PL041 DRIVER
1003 M: Russell King <linux@armlinux.org.uk>
1007 ARM PRIMECELL CLCD PL110 DRIVER
1008 M: Russell King <linux@armlinux.org.uk>
1010 F: drivers/video/fbdev/amba-clcd.*
1012 ARM PRIMECELL KMI PL050 DRIVER
1013 M: Russell King <linux@armlinux.org.uk>
1015 F: drivers/input/serio/ambakmi.*
1016 F: include/linux/amba/kmi.h
1018 ARM PRIMECELL MMCI PL180/1 DRIVER
1019 M: Russell King <linux@armlinux.org.uk>
1021 F: drivers/mmc/host/mmci.*
1022 F: include/linux/amba/mmci.h
1024 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1025 M: Russell King <linux@armlinux.org.uk>
1027 F: drivers/tty/serial/amba-pl01*.c
1028 F: include/linux/amba/serial.h
1030 ARM PRIMECELL BUS SUPPORT
1031 M: Russell King <linux@armlinux.org.uk>
1034 F: include/linux/amba/bus.h
1036 ARM/ADS SPHERE MACHINE SUPPORT
1037 M: Lennert Buytenhek <kernel@wantstofly.org>
1038 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1041 ARM/AFEB9260 MACHINE SUPPORT
1042 M: Sergey Lapin <slapin@ossfans.org>
1043 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1046 ARM/AJECO 1ARM MACHINE SUPPORT
1047 M: Lennert Buytenhek <kernel@wantstofly.org>
1048 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1051 ARM/Allwinner sunXi SoC support
1052 M: Maxime Ripard <maxime.ripard@free-electrons.com>
1053 M: Chen-Yu Tsai <wens@csie.org>
1054 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1057 F: arch/arm/boot/dts/ntc-gr8*
1058 F: arch/arm64/boot/dts/allwinner/
1060 ARM/Allwinner SoC Clock Support
1061 M: Emilio López <emilio@elopez.com.ar>
1063 F: drivers/clk/sunxi/
1065 ARM/Amlogic Meson SoC support
1066 M: Carlo Caione <carlo@caione.org>
1067 M: Kevin Hilman <khilman@baylibre.com>
1068 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1069 L: linux-amlogic@lists.infradead.org
1070 W: http://linux-meson.com/
1072 F: arch/arm/mach-meson/
1073 F: arch/arm/boot/dts/meson*
1074 F: arch/arm64/boot/dts/amlogic/
1075 F: drivers/pinctrl/meson/
1076 F: drivers/mmc/host/meson*
1079 ARM/Annapurna Labs ALPINE ARCHITECTURE
1080 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
1081 M: Antoine Tenart <antoine.tenart@free-electrons.com>
1082 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1084 F: arch/arm/mach-alpine/
1085 F: arch/arm/boot/dts/alpine*
1086 F: arch/arm64/boot/dts/al/
1087 F: drivers/*/*alpine*
1089 ARM/ARTPEC MACHINE SUPPORT
1090 M: Jesper Nilsson <jesper.nilsson@axis.com>
1091 M: Lars Persson <lars.persson@axis.com>
1092 M: Niklas Cassel <niklas.cassel@axis.com>
1094 L: linux-arm-kernel@axis.com
1095 F: arch/arm/mach-artpec
1096 F: arch/arm/boot/dts/artpec6*
1098 F: drivers/pinctrl/pinctrl-artpec*
1099 F: Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
1101 ARM/ASPEED MACHINE SUPPORT
1102 M: Joel Stanley <joel@jms.id.au>
1104 F: arch/arm/mach-aspeed/
1105 F: arch/arm/boot/dts/aspeed-*
1106 F: drivers/*/*aspeed*
1108 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1109 M: Nicolas Ferre <nicolas.ferre@microchip.com>
1110 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1111 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1112 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1113 W: http://www.linux4sam.org
1114 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1116 F: arch/arm/mach-at91/
1117 F: include/soc/at91/
1118 F: arch/arm/boot/dts/at91*.dts
1119 F: arch/arm/boot/dts/at91*.dtsi
1120 F: arch/arm/boot/dts/sama*.dts
1121 F: arch/arm/boot/dts/sama*.dtsi
1122 F: arch/arm/include/debug/at91.S
1124 ARM/ATMEL AT91 Clock Support
1125 M: Boris Brezillon <boris.brezillon@free-electrons.com>
1129 ARM/CALXEDA HIGHBANK ARCHITECTURE
1130 M: Rob Herring <robh@kernel.org>
1131 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1133 F: arch/arm/mach-highbank/
1134 F: arch/arm/boot/dts/highbank.dts
1135 F: arch/arm/boot/dts/ecx-*.dts*
1137 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1138 M: Krzysztof Halasa <khalasa@piap.pl>
1140 F: arch/arm/mach-cns3xxx/
1142 ARM/CAVIUM THUNDER NETWORK DRIVER
1143 M: Sunil Goutham <sgoutham@cavium.com>
1144 M: Robert Richter <rric@kernel.org>
1145 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1147 F: drivers/net/ethernet/cavium/thunder/
1149 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1150 M: Alexander Shiyan <shc_work@mail.ru>
1151 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1156 M: Hartley Sweeten <hsweeten@visionengravers.com>
1157 M: Ryan Mallon <rmallon@gmail.com>
1158 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1160 F: arch/arm/mach-ep93xx/
1161 F: arch/arm/mach-ep93xx/include/mach/
1163 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1164 M: Lennert Buytenhek <kernel@wantstofly.org>
1165 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1169 M: Russell King <linux@armlinux.org.uk>
1170 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1173 F: arch/arm/include/asm/clkdev.h
1174 F: drivers/clk/clkdev.c
1176 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1177 M: Mike Rapoport <mike@compulab.co.il>
1178 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 ARM/CONTEC MICRO9 MACHINE SUPPORT
1182 M: Hubert Feurstein <hubert.feurstein@contec.at>
1184 F: arch/arm/mach-ep93xx/micro9.c
1186 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1187 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1188 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1190 F: drivers/hwtracing/coresight/*
1191 F: Documentation/trace/coresight.txt
1192 F: Documentation/devicetree/bindings/arm/coresight.txt
1193 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1194 F: tools/perf/arch/arm/util/pmu.c
1195 F: tools/perf/arch/arm/util/auxtrace.c
1196 F: tools/perf/arch/arm/util/cs-etm.c
1197 F: tools/perf/arch/arm/util/cs-etm.h
1198 F: tools/perf/util/cs-etm.h
1200 ARM/CORGI MACHINE SUPPORT
1201 M: Richard Purdie <rpurdie@rpsys.net>
1204 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1205 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1206 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1207 T: git git://github.com/ulli-kroll/linux.git
1209 F: arch/arm/mach-gemini/
1210 F: drivers/rtc/rtc-gemini.c
1212 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1213 M: Barry Song <baohua@kernel.org>
1214 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1215 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1217 F: arch/arm/boot/dts/prima2*
1218 F: arch/arm/mach-prima2/
1219 F: drivers/clk/sirf/
1220 F: drivers/clocksource/timer-prima2.c
1221 F: drivers/clocksource/timer-atlas7.c
1224 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1225 M: Baruch Siach <baruch@tkos.co.il>
1226 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1228 F: arch/arm/boot/dts/cx92755*
1231 ARM/EBSA110 MACHINE SUPPORT
1232 M: Russell King <linux@armlinux.org.uk>
1233 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1234 W: http://www.armlinux.org.uk/
1236 F: arch/arm/mach-ebsa110/
1237 F: drivers/net/ethernet/amd/am79c961a.*
1239 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1240 M: Uwe Kleine-König <kernel@pengutronix.de>
1241 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1245 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1246 M: Robert Jarzmik <robert.jarzmik@free.fr>
1247 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1249 F: arch/arm/mach-pxa/ezx.c
1251 ARM/FARADAY FA526 PORT
1252 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1253 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1255 T: git git://git.berlios.de/gemini-board
1256 F: arch/arm/mm/*-fa*
1258 ARM/FOOTBRIDGE ARCHITECTURE
1259 M: Russell King <linux@armlinux.org.uk>
1260 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1261 W: http://www.armlinux.org.uk/
1263 F: arch/arm/include/asm/hardware/dec21285.h
1264 F: arch/arm/mach-footbridge/
1266 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1267 M: Shawn Guo <shawnguo@kernel.org>
1268 M: Sascha Hauer <kernel@pengutronix.de>
1269 R: Fabio Estevam <fabio.estevam@nxp.com>
1270 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1272 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1273 F: arch/arm/mach-imx/
1274 F: arch/arm/mach-mxs/
1275 F: arch/arm/boot/dts/imx*
1276 F: arch/arm/configs/imx*_defconfig
1280 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1281 M: Shawn Guo <shawnguo@kernel.org>
1282 M: Sascha Hauer <kernel@pengutronix.de>
1283 R: Stefan Agner <stefan@agner.ch>
1284 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1287 F: arch/arm/mach-imx/*vf610*
1288 F: arch/arm/boot/dts/vf*
1290 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1291 M: Lennert Buytenhek <kernel@wantstofly.org>
1292 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1295 ARM/GUMSTIX MACHINE SUPPORT
1296 M: Steve Sakoman <sakoman@gmail.com>
1297 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1300 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1301 M: Philipp Zabel <philipp.zabel@gmail.com>
1302 M: Paul Parsons <lost.distance@yahoo.com>
1303 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305 F: arch/arm/mach-pxa/hx4700.c
1306 F: arch/arm/mach-pxa/include/mach/hx4700.h
1307 F: sound/soc/pxa/hx4700.c
1309 ARM/HISILICON SOC SUPPORT
1310 M: Wei Xu <xuwei5@hisilicon.com>
1311 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1312 W: http://www.hisilicon.com
1314 T: git git://github.com/hisilicon/linux-hisi.git
1315 F: arch/arm/mach-hisi/
1316 F: arch/arm/boot/dts/hi3*
1317 F: arch/arm/boot/dts/hip*
1318 F: arch/arm/boot/dts/hisi*
1319 F: arch/arm64/boot/dts/hisilicon/
1321 ARM/HP JORNADA 7XX MACHINE SUPPORT
1322 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1325 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1326 F: arch/arm/mach-sa1100/jornada720.c
1327 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1329 ARM/IGEP MACHINE SUPPORT
1330 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1331 M: Javier Martinez Canillas <javier@dowhile0.org>
1332 L: linux-omap@vger.kernel.org
1333 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1335 F: arch/arm/boot/dts/omap3-igep*
1337 ARM/INCOME PXA270 SUPPORT
1338 M: Marek Vasut <marek.vasut@gmail.com>
1339 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1341 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1343 ARM/INTEL IOP32X ARM ARCHITECTURE
1344 M: Lennert Buytenhek <kernel@wantstofly.org>
1345 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1348 ARM/INTEL IOP33X ARM ARCHITECTURE
1349 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1352 ARM/INTEL IOP13XX ARM ARCHITECTURE
1353 M: Lennert Buytenhek <kernel@wantstofly.org>
1354 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1357 ARM/INTEL IQ81342EX MACHINE SUPPORT
1358 M: Lennert Buytenhek <kernel@wantstofly.org>
1359 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1362 ARM/INTEL IXDP2850 MACHINE SUPPORT
1363 M: Lennert Buytenhek <kernel@wantstofly.org>
1364 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1367 ARM/INTEL IXP4XX ARM ARCHITECTURE
1368 M: Imre Kaloz <kaloz@openwrt.org>
1369 M: Krzysztof Halasa <khalasa@piap.pl>
1370 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1372 F: arch/arm/mach-ixp4xx/
1374 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1375 M: Jonathan Cameron <jic23@cam.ac.uk>
1376 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1378 F: arch/arm/mach-pxa/stargate2.c
1379 F: drivers/pcmcia/pxa2xx_stargate2.c
1381 ARM/INTEL XSC3 (MANZANO) ARM CORE
1382 M: Lennert Buytenhek <kernel@wantstofly.org>
1383 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1386 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1387 M: Lennert Buytenhek <kernel@wantstofly.org>
1388 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1391 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1392 M: Santosh Shilimkar <ssantosh@kernel.org>
1393 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1395 F: arch/arm/mach-keystone/
1396 F: arch/arm/boot/dts/keystone-*
1397 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1399 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1400 M: Santosh Shilimkar <ssantosh@kernel.org>
1401 L: linux-kernel@vger.kernel.org
1403 F: drivers/clk/keystone/
1405 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1406 M: Santosh Shilimkar <ssantosh@kernel.org>
1407 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1408 L: linux-kernel@vger.kernel.org
1410 F: drivers/clocksource/timer-keystone.c
1412 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1413 M: Santosh Shilimkar <ssantosh@kernel.org>
1414 L: linux-kernel@vger.kernel.org
1416 F: drivers/power/reset/keystone-reset.c
1418 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1419 M: Santosh Shilimkar <ssantosh@kernel.org>
1420 L: linux-kernel@vger.kernel.org
1422 F: drivers/memory/*emif*
1424 ARM/LG1K ARCHITECTURE
1425 M: Chanho Min <chanho.min@lge.com>
1426 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1428 F: arch/arm64/boot/dts/lg/
1430 ARM/LOGICPD PXA270 MACHINE SUPPORT
1431 M: Lennert Buytenhek <kernel@wantstofly.org>
1432 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1435 ARM/LPC18XX ARCHITECTURE
1436 M: Joachim Eastwood <manabian@gmail.com>
1437 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1439 F: arch/arm/boot/dts/lpc43*
1440 F: drivers/clk/nxp/clk-lpc18xx*
1441 F: drivers/clocksource/time-lpc32xx.c
1442 F: drivers/i2c/busses/i2c-lpc2k.c
1443 F: drivers/memory/pl172.c
1444 F: drivers/mtd/spi-nor/nxp-spifi.c
1445 F: drivers/rtc/rtc-lpc24xx.c
1448 ARM/LPC32XX SOC SUPPORT
1449 M: Vladimir Zapolskiy <vz@mleia.com>
1450 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1451 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1452 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1454 F: arch/arm/boot/dts/lpc32*
1455 F: arch/arm/mach-lpc32xx/
1456 F: drivers/i2c/busses/i2c-pnx.c
1457 F: drivers/net/ethernet/nxp/lpc_eth.c
1458 F: drivers/usb/host/ohci-nxp.c
1459 F: drivers/watchdog/pnx4008_wdt.c
1462 ARM/MAGICIAN MACHINE SUPPORT
1463 M: Philipp Zabel <philipp.zabel@gmail.com>
1466 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1467 M: Jason Cooper <jason@lakedaemon.net>
1468 M: Andrew Lunn <andrew@lunn.ch>
1469 M: Gregory Clement <gregory.clement@free-electrons.com>
1470 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1471 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1473 F: arch/arm/mach-mvebu/
1474 F: drivers/rtc/rtc-armada38x.c
1475 F: arch/arm/boot/dts/armada*
1476 F: arch/arm/boot/dts/kirkwood*
1477 F: arch/arm64/boot/dts/marvell/armada*
1478 F: drivers/cpufreq/mvebu-cpufreq.c
1479 F: arch/arm/configs/mvebu_*_defconfig
1481 ARM/Marvell Berlin SoC support
1482 M: Jisheng Zhang <jszhang@marvell.com>
1483 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1484 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1486 F: arch/arm/mach-berlin/
1487 F: arch/arm/boot/dts/berlin*
1488 F: arch/arm64/boot/dts/marvell/berlin*
1491 ARM/Marvell Dove/MV78xx0/Orion SOC support
1492 M: Jason Cooper <jason@lakedaemon.net>
1493 M: Andrew Lunn <andrew@lunn.ch>
1494 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1495 M: Gregory Clement <gregory.clement@free-electrons.com>
1496 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1498 F: arch/arm/mach-dove/
1499 F: arch/arm/mach-mv78xx0/
1500 F: arch/arm/mach-orion5x/
1501 F: arch/arm/plat-orion/
1502 F: arch/arm/boot/dts/dove*
1503 F: arch/arm/boot/dts/orion5x*
1506 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1507 M: Alexander Clouter <alex@digriz.org.uk>
1508 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1509 W: http://www.digriz.org.uk/ts78xx/kernel
1511 F: arch/arm/mach-orion5x/ts78xx-*
1513 ARM/OXNAS platform support
1514 M: Neil Armstrong <narmstrong@baylibre.com>
1515 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1516 L: linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1518 F: arch/arm/mach-oxnas/
1519 F: arch/arm/boot/dts/ox8*.dtsi
1520 F: arch/arm/boot/dts/wd-mbwe.dts
1521 F: arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
1524 ARM/Mediatek RTC DRIVER
1525 M: Eddie Huang <eddie.huang@mediatek.com>
1526 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1527 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1529 F: drivers/rtc/rtc-mt6397.c
1531 ARM/Mediatek SoC support
1532 M: Matthias Brugger <matthias.bgg@gmail.com>
1533 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1534 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1536 F: arch/arm/boot/dts/mt6*
1537 F: arch/arm/boot/dts/mt7*
1538 F: arch/arm/boot/dts/mt8*
1539 F: arch/arm/mach-mediatek/
1540 F: arch/arm64/boot/dts/mediatek/
1544 ARM/Mediatek USB3 PHY DRIVER
1545 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1546 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1547 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1549 F: drivers/phy/phy-mt65xx-usb3.c
1551 ARM/MICREL KS8695 ARCHITECTURE
1552 M: Greg Ungerer <gerg@uclinux.org>
1553 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1554 F: arch/arm/mach-ks8695/
1557 ARM/MIOA701 MACHINE SUPPORT
1558 M: Robert Jarzmik <robert.jarzmik@free.fr>
1559 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1560 F: arch/arm/mach-pxa/mioa701.c
1563 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1564 M: Michael Petchkovsky <mkpetch@internode.on.net>
1567 ARM/NOMADIK ARCHITECTURE
1568 M: Alessandro Rubini <rubini@unipv.it>
1569 M: Linus Walleij <linus.walleij@linaro.org>
1570 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1572 F: arch/arm/mach-nomadik/
1573 F: drivers/pinctrl/nomadik/
1574 F: drivers/i2c/busses/i2c-nomadik.c
1575 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1577 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1578 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1579 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1580 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1583 ARM/TOSA MACHINE SUPPORT
1584 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1585 M: Dirk Opfer <dirk@opfer-online.de>
1588 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1589 M: Marek Vasut <marek.vasut@gmail.com>
1590 L: linux-arm-kernel@lists.infradead.org
1591 W: http://hackndev.com
1593 F: arch/arm/mach-pxa/include/mach/palmtx.h
1594 F: arch/arm/mach-pxa/palmtx.c
1595 F: arch/arm/mach-pxa/include/mach/palmt5.h
1596 F: arch/arm/mach-pxa/palmt5.c
1597 F: arch/arm/mach-pxa/include/mach/palmld.h
1598 F: arch/arm/mach-pxa/palmld.c
1599 F: arch/arm/mach-pxa/include/mach/palmte2.h
1600 F: arch/arm/mach-pxa/palmte2.c
1601 F: arch/arm/mach-pxa/include/mach/palmtc.h
1602 F: arch/arm/mach-pxa/palmtc.c
1604 ARM/PALM TREO SUPPORT
1605 M: Tomas Cech <sleep_walker@suse.com>
1606 L: linux-arm-kernel@lists.infradead.org
1607 W: http://hackndev.com
1609 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1610 F: arch/arm/mach-pxa/palmtreo.c
1613 M: Sergey Lapin <slapin@ossfans.org>
1614 L: linux-arm-kernel@lists.infradead.org
1615 W: http://hackndev.com
1617 F: arch/arm/mach-pxa/include/mach/palmz72.h
1618 F: arch/arm/mach-pxa/palmz72.c
1621 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1622 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1625 ARM/PT DIGITAL BOARD PORT
1626 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1627 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1628 W: http://www.armlinux.org.uk/
1631 ARM/QUALCOMM SUPPORT
1632 M: Andy Gross <andy.gross@linaro.org>
1633 M: David Brown <david.brown@linaro.org>
1634 L: linux-arm-msm@vger.kernel.org
1635 L: linux-soc@vger.kernel.org
1637 F: Documentation/devicetree/bindings/soc/qcom/
1638 F: arch/arm/boot/dts/qcom-*.dts
1639 F: arch/arm/boot/dts/qcom-*.dtsi
1640 F: arch/arm/mach-qcom/
1641 F: arch/arm64/boot/dts/qcom/*
1642 F: drivers/i2c/busses/i2c-qup.c
1643 F: drivers/clk/qcom/
1644 F: drivers/pinctrl/qcom/
1645 F: drivers/dma/qcom/
1646 F: drivers/soc/qcom/
1647 F: drivers/spi/spi-qup.c
1648 F: drivers/tty/serial/msm_serial.h
1649 F: drivers/tty/serial/msm_serial.c
1650 F: drivers/*/pm8???-*
1651 F: drivers/mfd/ssbi.c
1652 F: drivers/firmware/qcom_scm.c
1653 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1655 ARM/RADISYS ENP2611 MACHINE SUPPORT
1656 M: Lennert Buytenhek <kernel@wantstofly.org>
1657 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1660 ARM/RENESAS ARM64 ARCHITECTURE
1661 M: Simon Horman <horms@verge.net.au>
1662 M: Magnus Damm <magnus.damm@gmail.com>
1663 L: linux-renesas-soc@vger.kernel.org
1664 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1665 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1667 F: arch/arm64/boot/dts/renesas/
1668 F: drivers/soc/renesas/
1669 F: include/linux/soc/renesas/
1671 ARM/RISCPC ARCHITECTURE
1672 M: Russell King <linux@armlinux.org.uk>
1673 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1674 W: http://www.armlinux.org.uk/
1676 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1677 F: arch/arm/include/asm/hardware/ioc.h
1678 F: arch/arm/include/asm/hardware/iomd.h
1679 F: arch/arm/include/asm/hardware/memc.h
1680 F: arch/arm/mach-rpc/
1681 F: drivers/net/ethernet/8390/etherh.c
1682 F: drivers/net/ethernet/i825xx/ether1*
1683 F: drivers/net/ethernet/seeq/ether3*
1684 F: drivers/scsi/arm/
1686 ARM/Rockchip SoC support
1687 M: Heiko Stuebner <heiko@sntech.de>
1688 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1689 L: linux-rockchip@lists.infradead.org
1690 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1692 F: arch/arm/boot/dts/rk3*
1693 F: arch/arm/mach-rockchip/
1694 F: drivers/clk/rockchip/
1695 F: drivers/i2c/busses/i2c-rk3x.c
1696 F: drivers/*/*rockchip*
1697 F: drivers/*/*/*rockchip*
1698 F: sound/soc/rockchip/
1701 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1702 M: Kukjin Kim <kgene@kernel.org>
1703 M: Krzysztof Kozlowski <krzk@kernel.org>
1704 R: Javier Martinez Canillas <javier@osg.samsung.com>
1705 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1706 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1707 Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
1709 F: arch/arm/boot/dts/s3c*
1710 F: arch/arm/boot/dts/s5p*
1711 F: arch/arm/boot/dts/samsung*
1712 F: arch/arm/boot/dts/exynos*
1713 F: arch/arm64/boot/dts/exynos/
1714 F: arch/arm/plat-samsung/
1715 F: arch/arm/mach-s3c24*/
1716 F: arch/arm/mach-s3c64xx/
1717 F: arch/arm/mach-s5p*/
1718 F: arch/arm/mach-exynos*/
1719 F: drivers/*/*s3c24*
1720 F: drivers/*/*/*s3c24*
1721 F: drivers/*/*s3c64xx*
1722 F: drivers/*/*s5pv210*
1723 F: drivers/memory/samsung/*
1724 F: drivers/soc/samsung/*
1725 F: Documentation/arm/Samsung/
1726 F: Documentation/devicetree/bindings/arm/samsung/
1727 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1728 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1731 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1732 M: Kyungmin Park <kyungmin.park@samsung.com>
1733 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1735 F: arch/arm/mach-s5pv210/
1737 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1738 M: Kyungmin Park <kyungmin.park@samsung.com>
1739 M: Kamil Debski <kamil@wypas.org>
1740 M: Andrzej Hajda <a.hajda@samsung.com>
1741 L: linux-arm-kernel@lists.infradead.org
1742 L: linux-media@vger.kernel.org
1744 F: drivers/media/platform/s5p-g2d/
1746 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1747 M: Kyungmin Park <kyungmin.park@samsung.com>
1748 M: Kamil Debski <kamil@wypas.org>
1749 M: Jeongtae Park <jtp.park@samsung.com>
1750 M: Andrzej Hajda <a.hajda@samsung.com>
1751 L: linux-arm-kernel@lists.infradead.org
1752 L: linux-media@vger.kernel.org
1754 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1755 F: drivers/media/platform/s5p-mfc/
1757 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1758 M: Kyungmin Park <kyungmin.park@samsung.com>
1759 L: linux-arm-kernel@lists.infradead.org
1760 L: linux-media@vger.kernel.org
1762 F: drivers/staging/media/platform/s5p-cec/
1764 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1765 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1766 M: Jacek Anaszewski <jacek.anaszewski@gmail.com>
1767 L: linux-arm-kernel@lists.infradead.org
1768 L: linux-media@vger.kernel.org
1770 F: drivers/media/platform/s5p-jpeg/
1772 ARM/SHMOBILE ARM ARCHITECTURE
1773 M: Simon Horman <horms@verge.net.au>
1774 M: Magnus Damm <magnus.damm@gmail.com>
1775 L: linux-renesas-soc@vger.kernel.org
1776 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1777 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1779 F: arch/arm/boot/dts/emev2*
1780 F: arch/arm/boot/dts/r7s*
1781 F: arch/arm/boot/dts/r8a*
1782 F: arch/arm/boot/dts/sh*
1783 F: arch/arm/configs/shmobile_defconfig
1784 F: arch/arm/include/debug/renesas-scif.S
1785 F: arch/arm/mach-shmobile/
1786 F: drivers/soc/renesas/
1787 F: include/linux/soc/renesas/
1789 ARM/SOCFPGA ARCHITECTURE
1790 M: Dinh Nguyen <dinguyen@kernel.org>
1792 F: arch/arm/mach-socfpga/
1793 F: arch/arm/boot/dts/socfpga*
1794 F: arch/arm/configs/socfpga_defconfig
1795 F: arch/arm64/boot/dts/altera/
1796 W: http://www.rocketboards.org
1797 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1799 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1800 M: Dinh Nguyen <dinguyen@kernel.org>
1802 F: drivers/clk/socfpga/
1804 ARM/SOCFPGA EDAC SUPPORT
1805 M: Thor Thayer <thor.thayer@linux.intel.com>
1807 F: drivers/edac/altera_edac.
1809 ARM/STI ARCHITECTURE
1810 M: Patrice Chotard <patrice.chotard@st.com>
1811 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1812 L: kernel@stlinux.com
1813 W: http://www.stlinux.com
1815 F: arch/arm/mach-sti/
1816 F: arch/arm/boot/dts/sti*
1817 F: drivers/char/hw_random/st-rng.c
1818 F: drivers/clocksource/arm_global_timer.c
1819 F: drivers/clocksource/clksrc_st_lpc.c
1820 F: drivers/cpufreq/sti-cpufreq.c
1821 F: drivers/dma/st_fdma*
1822 F: drivers/i2c/busses/i2c-st.c
1823 F: drivers/media/rc/st_rc.c
1824 F: drivers/media/platform/sti/c8sectpfe/
1825 F: drivers/mmc/host/sdhci-st.c
1826 F: drivers/phy/phy-miphy28lp.c
1827 F: drivers/phy/phy-stih407-usb.c
1828 F: drivers/pinctrl/pinctrl-st.c
1829 F: drivers/remoteproc/st_remoteproc.c
1830 F: drivers/remoteproc/st_slim_rproc.c
1831 F: drivers/reset/sti/
1832 F: drivers/rtc/rtc-st-lpc.c
1833 F: drivers/tty/serial/st-asc.c
1834 F: drivers/usb/dwc3/dwc3-st.c
1835 F: drivers/usb/host/ehci-st.c
1836 F: drivers/usb/host/ohci-st.c
1837 F: drivers/watchdog/st_lpc_wdt.c
1838 F: drivers/ata/ahci_st.c
1839 F: include/linux/remoteproc/st_slim_rproc.h
1841 ARM/STM32 ARCHITECTURE
1842 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1843 M: Alexandre Torgue <alexandre.torgue@st.com>
1844 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1846 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1848 F: drivers/clocksource/armv7m_systick.c
1850 ARM/TANGO ARCHITECTURE
1851 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1852 L: linux-arm-kernel@lists.infradead.org
1856 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1857 M: Lennert Buytenhek <kernel@wantstofly.org>
1858 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1861 ARM/TETON BGA MACHINE SUPPORT
1862 M: "Mark F. Brown" <mark.brown314@gmail.com>
1863 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1866 ARM/THECUS N2100 MACHINE SUPPORT
1867 M: Lennert Buytenhek <kernel@wantstofly.org>
1868 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1871 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1872 M: Wan ZongShun <mcuos.com@gmail.com>
1873 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1874 W: http://www.mcuos.com
1876 F: arch/arm/mach-w90x900/
1877 F: drivers/input/keyboard/w90p910_keypad.c
1878 F: drivers/input/touchscreen/w90p910_ts.c
1879 F: drivers/watchdog/nuc900_wdt.c
1880 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1881 F: drivers/mtd/nand/nuc900_nand.c
1882 F: drivers/rtc/rtc-nuc900.c
1883 F: drivers/spi/spi-nuc900.c
1884 F: drivers/usb/host/ehci-w90x900.c
1885 F: drivers/video/fbdev/nuc900fb.c
1887 ARM/U300 MACHINE SUPPORT
1888 M: Linus Walleij <linus.walleij@linaro.org>
1889 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1891 F: arch/arm/mach-u300/
1892 F: drivers/clocksource/timer-u300.c
1893 F: drivers/i2c/busses/i2c-stu300.c
1894 F: drivers/rtc/rtc-coh901331.c
1895 F: drivers/watchdog/coh901327_wdt.c
1896 F: drivers/dma/coh901318*
1897 F: drivers/mfd/ab3100*
1898 F: drivers/rtc/rtc-ab3100.c
1899 F: drivers/rtc/rtc-coh901331.c
1900 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1902 ARM/UNIPHIER ARCHITECTURE
1903 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1904 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1905 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1907 F: arch/arm/boot/dts/uniphier*
1908 F: arch/arm/include/asm/hardware/cache-uniphier.h
1909 F: arch/arm/mach-uniphier/
1910 F: arch/arm/mm/cache-uniphier.c
1911 F: arch/arm64/boot/dts/socionext/
1912 F: drivers/bus/uniphier-system-bus.c
1913 F: drivers/clk/uniphier/
1914 F: drivers/i2c/busses/i2c-uniphier*
1915 F: drivers/pinctrl/uniphier/
1916 F: drivers/reset/reset-uniphier.c
1917 F: drivers/tty/serial/8250/8250_uniphier.c
1920 ARM/Ux500 ARM ARCHITECTURE
1921 M: Linus Walleij <linus.walleij@linaro.org>
1922 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1924 F: arch/arm/mach-ux500/
1925 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1926 F: drivers/dma/ste_dma40*
1927 F: drivers/hwspinlock/u8500_hsem.c
1928 F: drivers/mfd/abx500*
1929 F: drivers/mfd/ab8500*
1930 F: drivers/mfd/dbx500*
1931 F: drivers/mfd/db8500*
1932 F: drivers/pinctrl/nomadik/pinctrl-ab*
1933 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1934 F: drivers/rtc/rtc-ab8500.c
1935 F: drivers/rtc/rtc-pl031.c
1936 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1938 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1939 M: Ulf Hansson <ulf.hansson@linaro.org>
1940 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1941 T: git git://git.linaro.org/people/ulfh/clk.git
1943 F: drivers/clk/ux500/
1945 ARM/VERSATILE EXPRESS PLATFORM
1946 M: Liviu Dudau <liviu.dudau@arm.com>
1947 M: Sudeep Holla <sudeep.holla@arm.com>
1948 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1949 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1951 F: arch/arm/boot/dts/vexpress*
1952 F: arch/arm64/boot/dts/arm/
1953 F: arch/arm/mach-vexpress/
1956 F: drivers/clk/versatile/clk-vexpress-osc.c
1957 F: drivers/clocksource/versatile.c
1961 M: Russell King <linux@armlinux.org.uk>
1962 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1963 W: http://www.armlinux.org.uk/
1967 ARM/VOIPAC PXA270 SUPPORT
1968 M: Marek Vasut <marek.vasut@gmail.com>
1969 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1971 F: arch/arm/mach-pxa/vpac270.c
1972 F: arch/arm/mach-pxa/include/mach/vpac270.h
1974 ARM/VT8500 ARM ARCHITECTURE
1975 M: Tony Prisk <linux@prisktech.co.nz>
1976 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1978 F: arch/arm/mach-vt8500/
1979 F: drivers/clocksource/vt8500_timer.c
1980 F: drivers/i2c/busses/i2c-wmt.c
1981 F: drivers/mmc/host/wmt-sdmmc.c
1982 F: drivers/pwm/pwm-vt8500.c
1983 F: drivers/rtc/rtc-vt8500.c
1984 F: drivers/tty/serial/vt8500_serial.c
1985 F: drivers/usb/host/ehci-platform.c
1986 F: drivers/usb/host/uhci-platform.c
1987 F: drivers/video/fbdev/vt8500lcdfb.*
1988 F: drivers/video/fbdev/wm8505fb*
1989 F: drivers/video/fbdev/wmt_ge_rops.*
1991 ARM/ZIPIT Z2 SUPPORT
1992 M: Marek Vasut <marek.vasut@gmail.com>
1993 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1995 F: arch/arm/mach-pxa/z2.c
1996 F: arch/arm/mach-pxa/include/mach/z2.h
1998 ARM/ZTE ARCHITECTURE
1999 M: Jun Nie <jun.nie@linaro.org>
2000 M: Baoyou Xie <baoyou.xie@linaro.org>
2001 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2003 F: arch/arm/mach-zx/
2005 F: drivers/reset/reset-zx2967.c
2007 F: Documentation/devicetree/bindings/arm/zte.txt
2008 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
2009 F: Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2010 F: Documentation/devicetree/bindings/soc/zte/
2011 F: include/dt-bindings/soc/zx*.h
2013 ARM/ZYNQ ARCHITECTURE
2014 M: Michal Simek <michal.simek@xilinx.com>
2015 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
2016 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2017 W: http://wiki.xilinx.com
2018 T: git https://github.com/Xilinx/linux-xlnx.git
2020 F: arch/arm/mach-zynq/
2021 F: drivers/cpuidle/cpuidle-zynq.c
2022 F: drivers/block/xsysace.c
2025 F: drivers/clocksource/cadence_ttc_timer.c
2026 F: drivers/i2c/busses/i2c-cadence.c
2027 F: drivers/mmc/host/sdhci-of-arasan.c
2028 F: drivers/edac/synopsys_edac.c
2031 M: Will Deacon <will.deacon@arm.com>
2032 R: Robin Murphy <robin.murphy@arm.com>
2033 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2035 F: drivers/iommu/arm-smmu.c
2036 F: drivers/iommu/arm-smmu-v3.c
2037 F: drivers/iommu/io-pgtable-arm.c
2038 F: drivers/iommu/io-pgtable-arm-v7s.c
2040 ARM64 PORT (AARCH64 ARCHITECTURE)
2041 M: Catalin Marinas <catalin.marinas@arm.com>
2042 M: Will Deacon <will.deacon@arm.com>
2043 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2044 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2047 F: Documentation/arm64/
2049 AS3645A LED FLASH CONTROLLER DRIVER
2050 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2051 L: linux-media@vger.kernel.org
2052 T: git git://linuxtv.org/media_tree.git
2054 F: drivers/media/i2c/as3645a.c
2055 F: include/media/i2c/as3645a.h
2057 ASAHI KASEI AK8974 DRIVER
2058 M: Linus Walleij <linus.walleij@linaro.org>
2059 L: linux-iio@vger.kernel.org
2060 W: http://www.akm.com/
2062 F: drivers/iio/magnetometer/ak8974.c
2064 ASC7621 HARDWARE MONITOR DRIVER
2065 M: George Joseph <george.joseph@fairview5.com>
2066 L: linux-hwmon@vger.kernel.org
2068 F: Documentation/hwmon/asc7621
2069 F: drivers/hwmon/asc7621.c
2071 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2072 M: Corentin Chary <corentin.chary@gmail.com>
2073 L: acpi4asus-user@lists.sourceforge.net
2074 L: platform-driver-x86@vger.kernel.org
2075 W: http://acpi4asus.sf.net
2077 F: drivers/platform/x86/asus*.c
2078 F: drivers/platform/x86/eeepc*.c
2080 ASUS WIRELESS RADIO CONTROL DRIVER
2081 M: João Paulo Rechi Vita <jprvita@gmail.com>
2082 L: platform-driver-x86@vger.kernel.org
2084 F: drivers/platform/x86/asus-wireless.c
2087 M: David Howells <dhowells@redhat.com>
2088 L: keyrings@vger.kernel.org
2090 F: Documentation/crypto/asymmetric-keys.txt
2091 F: include/linux/verification.h
2092 F: include/crypto/public_key.h
2093 F: include/crypto/pkcs7.h
2094 F: crypto/asymmetric_keys/
2096 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2097 R: Dan Williams <dan.j.williams@intel.com>
2098 W: http://sourceforge.net/projects/xscaleiop
2100 F: Documentation/crypto/async-tx-api.txt
2103 F: include/linux/dmaengine.h
2104 F: include/linux/async_tx.h
2107 M: Wolfram Sang <wsa@the-dreams.de>
2108 L: linux-i2c@vger.kernel.org
2110 F: drivers/misc/eeprom/at24.c
2111 F: include/linux/platform_data/at24.h
2113 ATA OVER ETHERNET (AOE) DRIVER
2114 M: "Ed L. Cashin" <ed.cashin@acm.org>
2115 W: http://www.openaoe.org/
2117 F: Documentation/aoe/
2118 F: drivers/block/aoe/
2120 ATHEROS 71XX/9XXX GPIO DRIVER
2121 M: Alban Bedel <albeu@free.fr>
2122 W: https://github.com/AlbanBedel/linux
2123 T: git git://github.com/AlbanBedel/linux
2125 F: drivers/gpio/gpio-ath79.c
2126 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2128 ATHEROS ATH GENERIC UTILITIES
2129 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2130 L: linux-wireless@vger.kernel.org
2132 F: drivers/net/wireless/ath/*
2134 ATHEROS ATH5K WIRELESS DRIVER
2135 M: Jiri Slaby <jirislaby@gmail.com>
2136 M: Nick Kossifidis <mickflemm@gmail.com>
2137 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2138 L: linux-wireless@vger.kernel.org
2139 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2141 F: drivers/net/wireless/ath/ath5k/
2143 ATHEROS ATH6KL WIRELESS DRIVER
2144 M: Kalle Valo <kvalo@qca.qualcomm.com>
2145 L: linux-wireless@vger.kernel.org
2146 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2147 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2149 F: drivers/net/wireless/ath/ath6kl/
2151 WILOCITY WIL6210 WIRELESS DRIVER
2152 M: Maya Erez <qca_merez@qca.qualcomm.com>
2153 L: linux-wireless@vger.kernel.org
2154 L: wil6210@qca.qualcomm.com
2156 W: http://wireless.kernel.org/en/users/Drivers/wil6210
2157 F: drivers/net/wireless/ath/wil6210/
2158 F: include/uapi/linux/wil6210_uapi.h
2160 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2161 M: Christian Lamparter <chunkeey@googlemail.com>
2162 L: linux-wireless@vger.kernel.org
2163 W: http://wireless.kernel.org/en/users/Drivers/carl9170
2165 F: drivers/net/wireless/ath/carl9170/
2167 ATK0110 HWMON DRIVER
2168 M: Luca Tettamanti <kronos.it@gmail.com>
2169 L: linux-hwmon@vger.kernel.org
2171 F: drivers/hwmon/asus_atk0110.c
2174 M: Ville Syrjala <syrjala@sci.fi>
2176 F: drivers/input/misc/ati_remote2.c
2178 ATLX ETHERNET DRIVERS
2179 M: Jay Cliburn <jcliburn@gmail.com>
2180 M: Chris Snook <chris.snook@gmail.com>
2181 L: netdev@vger.kernel.org
2182 W: http://sourceforge.net/projects/atl1
2183 W: http://atl1.sourceforge.net
2185 F: drivers/net/ethernet/atheros/
2188 M: Chas Williams <3chas3@gmail.com>
2189 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2190 L: netdev@vger.kernel.org
2191 W: http://linux-atm.sourceforge.net
2194 F: include/linux/atm*
2195 F: include/uapi/linux/atm*
2197 ATMEL AT91 / AT32 MCI DRIVER
2198 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2200 F: drivers/mmc/host/atmel-mci.c
2202 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2203 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2205 F: drivers/power/reset/at91-sama5d2_shdwc.c
2207 ATMEL SAMA5D2 ADC DRIVER
2208 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2209 L: linux-iio@vger.kernel.org
2211 F: drivers/iio/adc/at91-sama5d2_adc.c
2213 ATMEL Audio ALSA driver
2214 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2215 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2220 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2221 L: linux-arm-kernel@lists.infradead.org
2222 L: dmaengine@vger.kernel.org
2224 F: drivers/dma/at_xdmac.c
2227 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2228 L: linux-i2c@vger.kernel.org
2230 F: drivers/i2c/busses/i2c-at91.c
2233 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2234 L: linux-media@vger.kernel.org
2236 F: drivers/media/platform/soc_camera/atmel-isi.c
2237 F: include/media/atmel-isi.h
2240 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2241 L: linux-fbdev@vger.kernel.org
2243 F: drivers/video/fbdev/atmel_lcdfb.c
2244 F: include/video/atmel_lcdc.h
2246 ATMEL MACB ETHERNET DRIVER
2247 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2249 F: drivers/net/ethernet/cadence/
2252 M: Wenyou Yang <wenyou.yang@atmel.com>
2253 M: Josh Wu <rainyfeeling@outlook.com>
2254 L: linux-mtd@lists.infradead.org
2256 F: drivers/mtd/nand/atmel_nand*
2259 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2260 L: linux-mmc@vger.kernel.org
2262 F: drivers/mmc/host/sdhci-of-at91.c
2265 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2267 F: drivers/spi/spi-atmel.*
2270 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2271 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2273 F: drivers/misc/atmel-ssc.c
2274 F: include/linux/atmel-ssc.h
2276 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2277 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2278 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2280 F: drivers/misc/atmel_tclib.c
2281 F: drivers/clocksource/tcb_clksrc.c
2283 ATMEL USBA UDC DRIVER
2284 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2285 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2287 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2289 ATMEL WIRELESS DRIVER
2290 M: Simon Kelley <simon@thekelleys.org.uk>
2291 L: linux-wireless@vger.kernel.org
2292 W: http://www.thekelleys.org.uk/atmel
2293 W: http://atmelwlandriver.sourceforge.net/
2295 F: drivers/net/wireless/atmel/atmel*
2297 ATMEL MAXTOUCH DRIVER
2298 M: Nick Dyer <nick@shmanahar.org>
2299 T: git git://github.com/ndyer/linux.git
2301 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2302 F: drivers/input/touchscreen/atmel_mxt_ts.c
2303 F: include/linux/platform_data/atmel_mxt_ts.h
2305 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2306 M: Bradley Grove <linuxdrivers@attotech.com>
2307 L: linux-scsi@vger.kernel.org
2308 W: http://www.attotech.com
2310 F: drivers/scsi/esas2r
2312 ATUSB IEEE 802.15.4 RADIO DRIVER
2313 M: Stefan Schmidt <stefan@osg.samsung.com>
2314 L: linux-wpan@vger.kernel.org
2316 F: drivers/net/ieee802154/atusb.c
2317 F: drivers/net/ieee802154/atusb.h
2318 F: drivers/net/ieee802154/at86rf230.h
2321 M: Paul Moore <paul@paul-moore.com>
2322 M: Eric Paris <eparis@redhat.com>
2323 L: linux-audit@redhat.com (moderated for non-subscribers)
2324 W: http://people.redhat.com/sgrubb/audit/
2325 T: git git://git.infradead.org/users/pcmoore/audit
2327 F: include/linux/audit.h
2328 F: include/uapi/linux/audit.h
2331 AUXILIARY DISPLAY DRIVERS
2332 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2333 W: http://miguelojeda.es/auxdisplay.htm
2334 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2336 F: drivers/auxdisplay/
2337 F: include/linux/cfag12864b.h
2340 M: Ralf Baechle <ralf@linux-mips.org>
2341 L: linux-hams@vger.kernel.org
2342 W: http://www.linux-ax25.org/
2344 F: include/uapi/linux/ax25.h
2345 F: include/net/ax25.h
2348 AXENTIA ASOC DRIVERS
2349 M: Peter Rosin <peda@axentia.se>
2350 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2352 F: Documentation/devicetree/bindings/sound/axentia,*
2353 F: sound/soc/atmel/tse850-pcm5142.c
2356 M: Peter Rosin <peda@axentia.se>
2357 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2359 F: Documentation/devicetree/bindings/arm/axentia.txt
2360 F: arch/arm/boot/dts/at91-linea.dtsi
2361 F: arch/arm/boot/dts/at91-tse850-3.dts
2364 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2365 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2366 L: linux-media@vger.kernel.org
2367 W: https://linuxtv.org
2368 T: git git://linuxtv.org/media_tree.git
2370 F: drivers/media/usb/dvb-usb-v2/az6007.c
2372 AZTECH FM RADIO RECEIVER DRIVER
2373 M: Hans Verkuil <hverkuil@xs4all.nl>
2374 L: linux-media@vger.kernel.org
2375 T: git git://linuxtv.org/media_tree.git
2376 W: https://linuxtv.org
2378 F: drivers/media/radio/radio-aztech*
2381 L: linux-wireless@vger.kernel.org
2382 L: b43-dev@lists.infradead.org
2383 W: http://wireless.kernel.org/en/users/Drivers/b43
2385 F: drivers/net/wireless/broadcom/b43/
2387 B43LEGACY WIRELESS DRIVER
2388 M: Larry Finger <Larry.Finger@lwfinger.net>
2389 L: linux-wireless@vger.kernel.org
2390 L: b43-dev@lists.infradead.org
2391 W: http://wireless.kernel.org/en/users/Drivers/b43
2393 F: drivers/net/wireless/broadcom/b43legacy/
2395 BACKLIGHT CLASS/SUBSYSTEM
2396 M: Lee Jones <lee.jones@linaro.org>
2397 M: Daniel Thompson <daniel.thompson@linaro.org>
2398 M: Jingoo Han <jingoohan1@gmail.com>
2399 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2401 F: drivers/video/backlight/
2402 F: include/linux/backlight.h
2403 F: include/linux/pwm_backlight.h
2404 F: Documentation/devicetree/bindings/leds/backlight
2407 M: Marek Lindner <mareklindner@neomailbox.ch>
2408 M: Simon Wunderlich <sw@simonwunderlich.de>
2409 M: Antonio Quartulli <a@unstable.cc>
2410 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2411 W: https://www.open-mesh.org/
2412 Q: https://patchwork.open-mesh.org/project/batman/list/
2414 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2415 F: Documentation/ABI/testing/sysfs-class-net-mesh
2416 F: Documentation/networking/batman-adv.txt
2417 F: include/uapi/linux/batman_adv.h
2420 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2421 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2422 L: linux-hams@vger.kernel.org
2423 W: http://www.baycom.org/~tom/ham/ham.html
2425 F: drivers/net/hamradio/baycom*
2427 BCACHE (BLOCK LAYER CACHE)
2428 M: Kent Overstreet <kent.overstreet@gmail.com>
2429 L: linux-bcache@vger.kernel.org
2430 W: http://bcache.evilpiepirate.org
2432 F: drivers/md/bcache/
2434 BDISP ST MEDIA DRIVER
2435 M: Fabien Dessenne <fabien.dessenne@st.com>
2436 L: linux-media@vger.kernel.org
2437 T: git git://linuxtv.org/media_tree.git
2438 W: https://linuxtv.org
2440 F: drivers/media/platform/sti/bdisp
2442 DELTA ST MEDIA DRIVER
2443 M: Hugues Fruchet <hugues.fruchet@st.com>
2444 L: linux-media@vger.kernel.org
2445 T: git git://linuxtv.org/media_tree.git
2446 W: https://linuxtv.org
2448 F: drivers/media/platform/sti/delta
2451 M: Luis de Bethencourt <luisbg@osg.samsung.com>
2452 M: Salah Triki <salah.triki@gmail.com>
2454 T: git git://github.com/luisbg/linux-befs.git
2455 F: Documentation/filesystems/befs.txt
2458 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2459 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2460 L: netdev@vger.kernel.org
2462 F: drivers/net/ethernet/ec_bhf.c
2465 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2467 F: Documentation/filesystems/bfs.txt
2469 F: include/uapi/linux/bfs_fs.h
2471 BLACKFIN ARCHITECTURE
2472 M: Steven Miao <realmz6@gmail.com>
2473 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2474 T: git git://git.code.sf.net/p/adi-linux/code
2475 W: http://blackfin.uclinux.org
2479 BLACKFIN EMAC DRIVER
2480 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2481 W: http://blackfin.uclinux.org
2483 F: drivers/net/ethernet/adi/
2486 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2487 W: http://blackfin.uclinux.org
2489 F: drivers/rtc/rtc-bfin.c
2492 M: Sonic Zhang <sonic.zhang@analog.com>
2493 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2494 W: http://blackfin.uclinux.org
2496 F: drivers/mmc/host/bfin_sdh.c
2498 BLACKFIN SERIAL DRIVER
2499 M: Sonic Zhang <sonic.zhang@analog.com>
2500 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2501 W: http://blackfin.uclinux.org
2503 F: drivers/tty/serial/bfin_uart.c
2505 BLACKFIN WATCHDOG DRIVER
2506 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2507 W: http://blackfin.uclinux.org
2509 F: drivers/watchdog/bfin_wdt.c
2511 BLACKFIN I2C TWI DRIVER
2512 M: Sonic Zhang <sonic.zhang@analog.com>
2513 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2514 W: http://blackfin.uclinux.org/
2516 F: drivers/i2c/busses/i2c-bfin-twi.c
2518 BLACKFIN MEDIA DRIVER
2519 M: Scott Jiang <scott.jiang.linux@gmail.com>
2520 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2521 W: http://blackfin.uclinux.org/
2523 F: drivers/media/platform/blackfin/
2524 F: drivers/media/i2c/adv7183*
2525 F: drivers/media/i2c/vs6624*
2527 BLINKM RGB LED DRIVER
2528 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2530 F: drivers/leds/leds-blinkm.c
2533 M: Jens Axboe <axboe@kernel.dk>
2534 L: linux-block@vger.kernel.org
2535 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2538 F: kernel/trace/blktrace.c
2542 M: Paolo Valente <paolo.valente@linaro.org>
2543 M: Jens Axboe <axboe@kernel.dk>
2544 L: linux-block@vger.kernel.org
2547 F: Documentation/block/bfq-iosched.txt
2550 M: Joern Engel <joern@lazybastard.org>
2551 L: linux-mtd@lists.infradead.org
2553 F: drivers/mtd/devices/block2mtd.c
2556 M: Marcel Holtmann <marcel@holtmann.org>
2557 M: Gustavo Padovan <gustavo@padovan.org>
2558 M: Johan Hedberg <johan.hedberg@gmail.com>
2559 L: linux-bluetooth@vger.kernel.org
2560 W: http://www.bluez.org/
2561 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2562 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2564 F: drivers/bluetooth/
2567 M: Marcel Holtmann <marcel@holtmann.org>
2568 M: Gustavo Padovan <gustavo@padovan.org>
2569 M: Johan Hedberg <johan.hedberg@gmail.com>
2570 L: linux-bluetooth@vger.kernel.org
2571 W: http://www.bluez.org/
2572 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2573 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2576 F: include/net/bluetooth/
2579 M: Jay Vosburgh <j.vosburgh@gmail.com>
2580 M: Veaceslav Falico <vfalico@gmail.com>
2581 M: Andy Gospodarek <andy@greyhouse.net>
2582 L: netdev@vger.kernel.org
2583 W: http://sourceforge.net/projects/bonding/
2585 F: drivers/net/bonding/
2586 F: include/uapi/linux/if_bonding.h
2588 BPF (Safe dynamic programs and tools)
2589 M: Alexei Starovoitov <ast@kernel.org>
2590 M: Daniel Borkmann <daniel@iogearbox.net>
2591 L: netdev@vger.kernel.org
2592 L: linux-kernel@vger.kernel.org
2594 F: arch/x86/net/bpf_jit*
2595 F: Documentation/networking/filter.txt
2596 F: include/linux/bpf*
2597 F: include/linux/filter.h
2598 F: include/uapi/linux/bpf*
2599 F: include/uapi/linux/filter.h
2601 F: kernel/trace/bpf_trace.c
2604 F: net/core/filter.c
2605 F: net/sched/act_bpf.c
2606 F: net/sched/cls_bpf.c
2609 F: tools/testing/selftests/bpf/
2611 BROADCOM B44 10/100 ETHERNET DRIVER
2612 M: Michael Chan <michael.chan@broadcom.com>
2613 L: netdev@vger.kernel.org
2615 F: drivers/net/ethernet/broadcom/b44.*
2617 BROADCOM B53 ETHERNET SWITCH DRIVER
2618 M: Florian Fainelli <f.fainelli@gmail.com>
2619 L: netdev@vger.kernel.org
2620 L: openwrt-devel@lists.openwrt.org (subscribers-only)
2622 F: drivers/net/dsa/b53/*
2623 F: include/linux/platform_data/b53.h
2625 BROADCOM GENET ETHERNET DRIVER
2626 M: Florian Fainelli <f.fainelli@gmail.com>
2627 L: netdev@vger.kernel.org
2629 F: drivers/net/ethernet/broadcom/genet/
2631 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2632 M: Rasesh Mody <rasesh.mody@cavium.com>
2633 M: Harish Patil <harish.patil@cavium.com>
2634 M: Dept-GELinuxNICDev@cavium.com
2635 L: netdev@vger.kernel.org
2637 F: drivers/net/ethernet/broadcom/bnx2.*
2638 F: drivers/net/ethernet/broadcom/bnx2_*
2640 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2641 M: Yuval Mintz <Yuval.Mintz@cavium.com>
2642 M: Ariel Elior <ariel.elior@cavium.com>
2643 M: everest-linux-l2@cavium.com
2644 L: netdev@vger.kernel.org
2646 F: drivers/net/ethernet/broadcom/bnx2x/
2648 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2649 M: Michael Chan <michael.chan@broadcom.com>
2650 L: netdev@vger.kernel.org
2652 F: drivers/net/ethernet/broadcom/bnxt/
2654 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2655 M: Florian Fainelli <f.fainelli@gmail.com>
2656 M: Ray Jui <rjui@broadcom.com>
2657 M: Scott Branden <sbranden@broadcom.com>
2658 M: bcm-kernel-feedback-list@broadcom.com
2659 T: git git://github.com/broadcom/mach-bcm
2665 F: arch/arm/mach-bcm/
2667 BROADCOM BCM2835 ARM ARCHITECTURE
2668 M: Stephen Warren <swarren@wwwdotorg.org>
2669 M: Lee Jones <lee@kernel.org>
2670 M: Eric Anholt <eric@anholt.net>
2671 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2672 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2673 T: git git://github.com/anholt/linux
2676 F: drivers/staging/vc04_services
2678 BROADCOM BCM47XX MIPS ARCHITECTURE
2679 M: Hauke Mehrtens <hauke@hauke-m.de>
2680 M: Rafał Miłecki <zajec5@gmail.com>
2681 L: linux-mips@linux-mips.org
2683 F: Documentation/devicetree/bindings/mips/brcm/
2684 F: arch/mips/bcm47xx/*
2685 F: arch/mips/include/asm/mach-bcm47xx/*
2687 BROADCOM BCM5301X ARM ARCHITECTURE
2688 M: Hauke Mehrtens <hauke@hauke-m.de>
2689 M: Rafał Miłecki <zajec5@gmail.com>
2690 M: bcm-kernel-feedback-list@broadcom.com
2691 L: linux-arm-kernel@lists.infradead.org
2693 F: arch/arm/mach-bcm/bcm_5301x.c
2694 F: arch/arm/boot/dts/bcm5301x*.dtsi
2695 F: arch/arm/boot/dts/bcm470*
2697 BROADCOM BCM53573 ARM ARCHITECTURE
2698 M: Rafał Miłecki <rafal@milecki.pl>
2699 L: linux-arm-kernel@lists.infradead.org
2701 F: arch/arm/boot/dts/bcm53573*
2702 F: arch/arm/boot/dts/bcm47189*
2704 BROADCOM BCM63XX ARM ARCHITECTURE
2705 M: Florian Fainelli <f.fainelli@gmail.com>
2706 M: bcm-kernel-feedback-list@broadcom.com
2707 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2708 T: git git://github.com/broadcom/stblinux.git
2712 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2713 M: Kevin Cernekee <cernekee@gmail.com>
2714 L: linux-usb@vger.kernel.org
2716 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2718 BROADCOM BCM7XXX ARM ARCHITECTURE
2719 M: Brian Norris <computersforpeace@gmail.com>
2720 M: Gregory Fong <gregory.0xf0@gmail.com>
2721 M: Florian Fainelli <f.fainelli@gmail.com>
2722 M: bcm-kernel-feedback-list@broadcom.com
2723 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2724 T: git git://github.com/broadcom/stblinux.git
2726 F: arch/arm/mach-bcm/*brcmstb*
2727 F: arch/arm/boot/dts/bcm7*.dts*
2728 F: drivers/bus/brcmstb_gisb.c
2731 BROADCOM BMIPS MIPS ARCHITECTURE
2732 M: Kevin Cernekee <cernekee@gmail.com>
2733 M: Florian Fainelli <f.fainelli@gmail.com>
2734 L: linux-mips@linux-mips.org
2735 T: git git://github.com/broadcom/stblinux.git
2737 F: arch/mips/bmips/*
2738 F: arch/mips/include/asm/mach-bmips/*
2739 F: arch/mips/kernel/*bmips*
2740 F: arch/mips/boot/dts/brcm/bcm*.dts*
2741 F: drivers/irqchip/irq-bcm63*
2742 F: drivers/irqchip/irq-bcm7*
2743 F: drivers/irqchip/irq-brcmstb*
2744 F: include/linux/bcm963xx_nvram.h
2745 F: include/linux/bcm963xx_tag.h
2747 BROADCOM BMIPS CPUFREQ DRIVER
2748 M: Markus Mayer <mmayer@broadcom.com>
2749 M: bcm-kernel-feedback-list@broadcom.com
2750 L: linux-pm@vger.kernel.org
2752 F: drivers/cpufreq/bmips-cpufreq.c
2754 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2755 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2756 M: Prashant Sreedharan <prashant@broadcom.com>
2757 M: Michael Chan <mchan@broadcom.com>
2758 L: netdev@vger.kernel.org
2760 F: drivers/net/ethernet/broadcom/tg3.*
2762 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2763 M: Arend van Spriel <arend.vanspriel@broadcom.com>
2764 M: Franky Lin <franky.lin@broadcom.com>
2765 M: Hante Meuleman <hante.meuleman@broadcom.com>
2766 L: linux-wireless@vger.kernel.org
2767 L: brcm80211-dev-list.pdl@broadcom.com
2769 F: drivers/net/wireless/broadcom/brcm80211/
2771 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2772 M: QLogic-Storage-Upstream@qlogic.com
2773 L: linux-scsi@vger.kernel.org
2775 F: drivers/scsi/bnx2fc/
2777 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2778 M: QLogic-Storage-Upstream@qlogic.com
2779 L: linux-scsi@vger.kernel.org
2781 F: drivers/scsi/bnx2i/
2783 BROADCOM IPROC ARM ARCHITECTURE
2784 M: Ray Jui <rjui@broadcom.com>
2785 M: Scott Branden <sbranden@broadcom.com>
2786 M: Jon Mason <jonmason@broadcom.com>
2787 M: bcm-kernel-feedback-list@broadcom.com
2788 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2789 T: git git://github.com/broadcom/cygnus-linux.git
2804 F: arch/arm64/boot/dts/broadcom/ns2*
2805 F: drivers/clk/bcm/clk-ns*
2806 F: drivers/pinctrl/bcm/pinctrl-ns*
2808 BROADCOM BRCMSTB GPIO DRIVER
2809 M: Gregory Fong <gregory.0xf0@gmail.com>
2810 L: bcm-kernel-feedback-list@broadcom.com
2812 F: drivers/gpio/gpio-brcmstb.c
2813 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2815 BROADCOM KONA GPIO DRIVER
2816 M: Ray Jui <rjui@broadcom.com>
2817 L: bcm-kernel-feedback-list@broadcom.com
2819 F: drivers/gpio/gpio-bcm-kona.c
2820 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2822 BROADCOM NVRAM DRIVER
2823 M: Rafał Miłecki <zajec5@gmail.com>
2824 L: linux-mips@linux-mips.org
2826 F: drivers/firmware/broadcom/*
2828 BROADCOM STB NAND FLASH DRIVER
2829 M: Brian Norris <computersforpeace@gmail.com>
2830 M: Kamal Dasu <kdasu.kdev@gmail.com>
2831 L: linux-mtd@lists.infradead.org
2832 L: bcm-kernel-feedback-list@broadcom.com
2834 F: drivers/mtd/nand/brcmnand/
2836 BROADCOM STB AVS CPUFREQ DRIVER
2837 M: Markus Mayer <mmayer@broadcom.com>
2838 M: bcm-kernel-feedback-list@broadcom.com
2839 L: linux-pm@vger.kernel.org
2841 F: Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2842 F: drivers/cpufreq/brcmstb*
2844 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2845 M: Rafał Miłecki <zajec5@gmail.com>
2846 L: linux-wireless@vger.kernel.org
2849 F: include/linux/bcma/
2851 BROADCOM SYSTEMPORT ETHERNET DRIVER
2852 M: Florian Fainelli <f.fainelli@gmail.com>
2853 L: netdev@vger.kernel.org
2855 F: drivers/net/ethernet/broadcom/bcmsysport.*
2857 BROADCOM VULCAN ARM64 SOC
2858 M: Jayachandran C. <c.jayachandran@gmail.com>
2859 M: bcm-kernel-feedback-list@broadcom.com
2860 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2862 F: arch/arm64/boot/dts/broadcom/vulcan*
2864 BROADCOM NETXTREME-E ROCE DRIVER
2865 M: Selvin Xavier <selvin.xavier@broadcom.com>
2866 M: Devesh Sharma <devesh.sharma@broadcom.com>
2867 M: Somnath Kotur <somnath.kotur@broadcom.com>
2868 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
2869 L: linux-rdma@vger.kernel.org
2870 W: http://www.broadcom.com
2872 F: drivers/infiniband/hw/bnxt_re/
2873 F: include/uapi/rdma/bnxt_re-abi.h
2875 BROCADE BFA FC SCSI DRIVER
2876 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2877 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2878 L: linux-scsi@vger.kernel.org
2880 F: drivers/scsi/bfa/
2882 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2883 M: Rasesh Mody <rasesh.mody@cavium.com>
2884 M: Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2885 M: Dept-GELinuxNICDev@cavium.com
2886 L: netdev@vger.kernel.org
2888 F: drivers/net/ethernet/brocade/bna/
2890 BSG (block layer generic sg v4 driver)
2891 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2892 L: linux-scsi@vger.kernel.org
2895 F: include/linux/bsg.h
2896 F: include/uapi/linux/bsg.h
2899 M: Clemens Ladisch <clemens@ladisch.de>
2900 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2901 T: git git://git.alsa-project.org/alsa-kernel.git
2903 F: Documentation/sound/alsa/Bt87x.txt
2904 F: sound/pci/bt87x.c
2907 M: Michael Buesch <m@bues.ch>
2908 W: http://bu3sch.de/btgpio.php
2910 F: drivers/gpio/gpio-bt8xx.c
2913 M: Chris Mason <clm@fb.com>
2914 M: Josef Bacik <jbacik@fb.com>
2915 M: David Sterba <dsterba@suse.com>
2916 L: linux-btrfs@vger.kernel.org
2917 W: http://btrfs.wiki.kernel.org/
2918 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2919 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2921 F: Documentation/filesystems/btrfs.txt
2924 BTTV VIDEO4LINUX DRIVER
2925 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2926 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2927 L: linux-media@vger.kernel.org
2928 W: https://linuxtv.org
2929 T: git git://linuxtv.org/media_tree.git
2931 F: Documentation/media/v4l-drivers/bttv*
2932 F: drivers/media/pci/bt8xx/bttv*
2934 BUSLOGIC SCSI DRIVER
2935 M: Khalid Aziz <khalid@gonehiking.org>
2936 L: linux-scsi@vger.kernel.org
2938 F: drivers/scsi/BusLogic.*
2939 F: drivers/scsi/FlashPoint.*
2941 C-MEDIA CMI8788 DRIVER
2942 M: Clemens Ladisch <clemens@ladisch.de>
2943 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2944 T: git git://git.alsa-project.org/alsa-kernel.git
2946 F: sound/pci/oxygen/
2949 M: Mark Salter <msalter@redhat.com>
2950 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2951 L: linux-c6x-dev@linux-c6x.org
2952 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2956 CA8210 IEEE-802.15.4 RADIO DRIVER
2957 M: Harry Morris <h.morris@cascoda.com>
2958 M: linuxdev@cascoda.com
2959 L: linux-wpan@vger.kernel.org
2960 W: https://github.com/Cascoda/ca8210-linux.git
2962 F: drivers/net/ieee802154/ca8210.c
2963 F: Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
2965 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2966 M: David Howells <dhowells@redhat.com>
2967 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2969 F: Documentation/filesystems/caching/cachefiles.txt
2972 CADET FM/AM RADIO RECEIVER DRIVER
2973 M: Hans Verkuil <hverkuil@xs4all.nl>
2974 L: linux-media@vger.kernel.org
2975 T: git git://linuxtv.org/media_tree.git
2976 W: https://linuxtv.org
2978 F: drivers/media/radio/radio-cadet*
2980 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2981 M: Jonathan Corbet <corbet@lwn.net>
2982 L: linux-media@vger.kernel.org
2983 T: git git://linuxtv.org/media_tree.git
2985 F: Documentation/media/v4l-drivers/cafe_ccic*
2986 F: drivers/media/platform/marvell-ccic/
2989 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2990 L: netdev@vger.kernel.org
2992 F: Documentation/networking/caif/
2993 F: drivers/net/caif/
2994 F: include/uapi/linux/caif/
2995 F: include/net/caif/
2998 CALGARY x86-64 IOMMU
2999 M: Muli Ben-Yehuda <mulix@mulix.org>
3000 M: Jon Mason <jdmason@kudzu.us>
3001 L: iommu@lists.linux-foundation.org
3003 F: arch/x86/kernel/pci-calgary_64.c
3004 F: arch/x86/kernel/tce_64.c
3005 F: arch/x86/include/asm/calgary.h
3006 F: arch/x86/include/asm/tce.h
3009 M: Oliver Hartkopp <socketcan@hartkopp.net>
3010 M: Marc Kleine-Budde <mkl@pengutronix.de>
3011 L: linux-can@vger.kernel.org
3012 W: https://github.com/linux-can
3013 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3014 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3016 F: Documentation/networking/can.txt
3018 F: include/linux/can/core.h
3019 F: include/uapi/linux/can.h
3020 F: include/uapi/linux/can/bcm.h
3021 F: include/uapi/linux/can/raw.h
3022 F: include/uapi/linux/can/gw.h
3025 M: Wolfgang Grandegger <wg@grandegger.com>
3026 M: Marc Kleine-Budde <mkl@pengutronix.de>
3027 L: linux-can@vger.kernel.org
3028 W: https://github.com/linux-can
3029 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3030 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3032 F: Documentation/devicetree/bindings/net/can/
3034 F: include/linux/can/dev.h
3035 F: include/linux/can/platform/
3036 F: include/uapi/linux/can/error.h
3037 F: include/uapi/linux/can/netlink.h
3040 M: Serge Hallyn <serge@hallyn.com>
3041 L: linux-security-module@vger.kernel.org
3043 F: include/linux/capability.h
3044 F: include/uapi/linux/capability.h
3045 F: security/commoncap.c
3046 F: kernel/capability.c
3048 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3049 M: Kevin Tsai <ktsai@capellamicro.com>
3051 F: drivers/iio/light/cm*
3052 F: Documentation/devicetree/bindings/i2c/trivial-admin-guide/devices.rst
3054 CAVIUM THUNDERX2 ARM64 SOC
3055 M: Jayachandran C <jnair@caviumnetworks.com>
3056 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3058 F: arch/arm64/boot/dts/cavium/thunder-99xx*
3059 F: Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3062 M: Jan Glauber <jglauber@cavium.com>
3063 M: David Daney <david.daney@cavium.com>
3064 W: http://www.cavium.com
3066 F: drivers/i2c/busses/i2c-octeon*
3067 F: drivers/i2c/busses/i2c-thunderx*
3070 M: Jan Glauber <jglauber@cavium.com>
3071 M: David Daney <david.daney@cavium.com>
3072 M: Steven J. Hill <Steven.Hill@cavium.com>
3073 W: http://www.cavium.com
3075 F: drivers/mmc/host/cavium*
3077 CAVIUM LIQUIDIO NETWORK DRIVER
3078 M: Derek Chickles <derek.chickles@caviumnetworks.com>
3079 M: Satanand Burla <satananda.burla@caviumnetworks.com>
3080 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
3081 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
3082 L: netdev@vger.kernel.org
3083 W: http://www.cavium.com
3085 F: drivers/net/ethernet/cavium/liquidio/
3087 CAVIUM OCTEON-TX CRYPTO DRIVER
3088 M: George Cherian <george.cherian@cavium.com>
3089 L: linux-crypto@vger.kernel.org
3090 W: http://www.cavium.com
3092 F: drivers/crypto/cavium/cpt/
3094 CC2520 IEEE-802.15.4 RADIO DRIVER
3095 M: Varka Bhadram <varkabhadram@gmail.com>
3096 L: linux-wpan@vger.kernel.org
3098 F: drivers/net/ieee802154/cc2520.c
3099 F: include/linux/spi/cc2520.h
3100 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3103 M: Hans Verkuil <hans.verkuil@cisco.com>
3104 L: linux-media@vger.kernel.org
3105 T: git git://linuxtv.org/media_tree.git
3106 W: http://linuxtv.org
3108 F: Documentation/media/kapi/cec-core.rst
3109 F: Documentation/media/uapi/cec
3110 F: drivers/media/cec/
3111 F: drivers/media/cec-edid.c
3112 F: drivers/media/rc/keymaps/rc-cec.c
3113 F: include/media/cec.h
3114 F: include/media/cec-edid.h
3115 F: include/uapi/linux/cec.h
3116 F: include/uapi/linux/cec-funcs.h
3118 CELL BROADBAND ENGINE ARCHITECTURE
3119 M: Arnd Bergmann <arnd@arndb.de>
3120 L: linuxppc-dev@lists.ozlabs.org
3121 W: http://www.ibm.com/developerworks/power/cell/
3123 F: arch/powerpc/include/asm/cell*.h
3124 F: arch/powerpc/include/asm/spu*.h
3125 F: arch/powerpc/include/uapi/asm/spu*.h
3126 F: arch/powerpc/oprofile/*cell*
3127 F: arch/powerpc/platforms/cell/
3129 CEPH COMMON CODE (LIBCEPH)
3130 M: Ilya Dryomov <idryomov@gmail.com>
3131 M: "Yan, Zheng" <zyan@redhat.com>
3132 M: Sage Weil <sage@redhat.com>
3133 L: ceph-devel@vger.kernel.org
3135 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3136 T: git git://github.com/ceph/ceph-client.git
3139 F: include/linux/ceph/
3140 F: include/linux/crush/
3142 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3143 M: "Yan, Zheng" <zyan@redhat.com>
3144 M: Sage Weil <sage@redhat.com>
3145 M: Ilya Dryomov <idryomov@gmail.com>
3146 L: ceph-devel@vger.kernel.org
3148 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3149 T: git git://github.com/ceph/ceph-client.git
3151 F: Documentation/filesystems/ceph.txt
3154 CERTIFICATE HANDLING:
3155 M: David Howells <dhowells@redhat.com>
3156 M: David Woodhouse <dwmw2@infradead.org>
3157 L: keyrings@vger.kernel.org
3159 F: Documentation/module-signing.txt
3161 F: scripts/sign-file.c
3162 F: scripts/extract-cert.c
3164 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3165 L: linux-usb@vger.kernel.org
3167 F: Documentation/usb/WUSB-Design-overview.txt
3168 F: Documentation/usb/wusb-cbaf
3169 F: drivers/usb/host/hwa-hc.c
3170 F: drivers/usb/host/whci/
3171 F: drivers/usb/wusbcore/
3172 F: include/linux/usb/wusb*
3174 HT16K33 LED CONTROLLER DRIVER
3175 M: Robin van der Gracht <robin@protonic.nl>
3177 F: drivers/auxdisplay/ht16k33.c
3178 F: Documentation/devicetree/bindings/display/ht16k33.txt
3180 CFAG12864B LCD DRIVER
3181 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3182 W: http://miguelojeda.es/auxdisplay.htm
3183 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3185 F: drivers/auxdisplay/cfag12864b.c
3186 F: include/linux/cfag12864b.h
3188 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3189 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3190 W: http://miguelojeda.es/auxdisplay.htm
3191 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3193 F: drivers/auxdisplay/cfag12864bfb.c
3194 F: include/linux/cfag12864b.h
3196 CFG80211 and NL80211
3197 M: Johannes Berg <johannes@sipsolutions.net>
3198 L: linux-wireless@vger.kernel.org
3199 W: http://wireless.kernel.org/
3200 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3201 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3203 F: include/uapi/linux/nl80211.h
3204 F: include/net/cfg80211.h
3206 X: net/wireless/wext*
3208 CHAR and MISC DRIVERS
3209 M: Arnd Bergmann <arnd@arndb.de>
3210 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3211 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3215 F: include/linux/miscdevice.h
3218 M: Andy Whitcroft <apw@canonical.com>
3219 M: Joe Perches <joe@perches.com>
3221 F: scripts/checkpatch.pl
3223 CHINESE DOCUMENTATION
3224 M: Harry Wei <harryxiyou@gmail.com>
3225 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3226 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
3228 F: Documentation/translations/zh_CN/
3230 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3231 M: Peter Chen <Peter.Chen@nxp.com>
3232 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3233 L: linux-usb@vger.kernel.org
3235 F: drivers/usb/chipidea/
3237 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3238 M: Hans de Goede <hdegoede@redhat.com>
3239 L: linux-input@vger.kernel.org
3241 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3242 F: drivers/input/touchscreen/chipone_icn8318.c
3244 CHROME HARDWARE PLATFORM SUPPORT
3245 M: Olof Johansson <olof@lixom.net>
3247 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3248 F: drivers/platform/chrome/
3250 CISCO VIC ETHERNET NIC DRIVER
3251 M: Christian Benvenuti <benve@cisco.com>
3252 M: Govindarajulu Varadarajan <_govind@gmx.com>
3253 M: Neel Patel <neepatel@cisco.com>
3255 F: drivers/net/ethernet/cisco/enic/
3257 CISCO VIC LOW LATENCY NIC DRIVER
3258 M: Christian Benvenuti <benve@cisco.com>
3259 M: Dave Goodell <dgoodell@cisco.com>
3261 F: drivers/infiniband/hw/usnic/
3263 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3264 M: Hartley Sweeten <hsweeten@visionengravers.com>
3265 L: netdev@vger.kernel.org
3267 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3269 CIRRUS LOGIC AUDIO CODEC DRIVERS
3270 M: Brian Austin <brian.austin@cirrus.com>
3271 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3272 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3274 F: sound/soc/codecs/cs*
3277 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3278 L: linux-kernel@vger.kernel.org
3281 F: include/linux/cleancache.h
3284 M: Russell King <linux@armlinux.org.uk>
3285 L: linux-clk@vger.kernel.org
3287 F: include/linux/clk.h
3289 CLOCKSOURCE, CLOCKEVENT DRIVERS
3290 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3291 M: Thomas Gleixner <tglx@linutronix.de>
3292 L: linux-kernel@vger.kernel.org
3293 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3295 F: drivers/clocksource
3297 CISCO FCOE HBA DRIVER
3298 M: Satish Kharat <satishkh@cisco.com>
3299 M: Sesidhar Baddela <sebaddel@cisco.com>
3300 M: Karan Tilak Kumar <kartilak@cisco.com>
3301 L: linux-scsi@vger.kernel.org
3303 F: drivers/scsi/fnic/
3305 CISCO SCSI HBA DRIVER
3306 M: Karan Tilak Kumar <kartilak@cisco.com>
3307 M: Sesidhar Baddela <sebaddel@cisco.com>
3308 L: linux-scsi@vger.kernel.org
3310 F: drivers/scsi/snic/
3313 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3314 M: Daniel Oliveira Nascimento <don@syst.com.br>
3315 L: platform-driver-x86@vger.kernel.org
3317 F: drivers/platform/x86/classmate-laptop.c
3320 M: Hans Verkuil <hans.verkuil@cisco.com>
3321 L: linux-media@vger.kernel.org
3322 T: git git://linuxtv.org/media_tree.git
3323 W: https://linuxtv.org
3325 F: drivers/media/pci/cobalt/
3327 COCCINELLE/Semantic Patches (SmPL)
3328 M: Julia Lawall <Julia.Lawall@lip6.fr>
3329 M: Gilles Muller <Gilles.Muller@lip6.fr>
3330 M: Nicolas Palix <nicolas.palix@imag.fr>
3331 M: Michal Marek <mmarek@suse.com>
3332 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3333 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3334 W: http://coccinelle.lip6.fr/
3336 F: Documentation/dev-tools/coccinelle.rst
3337 F: scripts/coccinelle/
3338 F: scripts/coccicheck
3341 M: Jan Harkes <jaharkes@cs.cmu.edu>
3343 L: codalist@coda.cs.cmu.edu
3344 W: http://www.coda.cs.cmu.edu/
3346 F: Documentation/filesystems/coda.txt
3348 F: include/linux/coda*.h
3349 F: include/uapi/linux/coda*.h
3351 CODA V4L2 MEM2MEM DRIVER
3352 M: Philipp Zabel <p.zabel@pengutronix.de>
3353 L: linux-media@vger.kernel.org
3355 F: Documentation/devicetree/bindings/media/coda.txt
3356 F: drivers/media/platform/coda/
3358 COMMON CLK FRAMEWORK
3359 M: Michael Turquette <mturquette@baylibre.com>
3360 M: Stephen Boyd <sboyd@codeaurora.org>
3361 L: linux-clk@vger.kernel.org
3362 Q: http://patchwork.kernel.org/project/linux-clk/list/
3363 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3365 F: Documentation/devicetree/bindings/clock/
3367 X: drivers/clk/clkdev.c
3368 F: include/linux/clk-pr*
3369 F: include/linux/clk/
3371 COMMON INTERNET FILE SYSTEM (CIFS)
3372 M: Steve French <sfrench@samba.org>
3373 L: linux-cifs@vger.kernel.org
3374 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3375 W: http://linux-cifs.samba.org/
3376 T: git git://git.samba.org/sfrench/cifs-2.6.git
3378 F: Documentation/filesystems/cifs/
3381 COMPACTPCI HOTPLUG CORE
3382 M: Scott Murray <scott@spiteful.org>
3383 L: linux-pci@vger.kernel.org
3385 F: drivers/pci/hotplug/cpci_hotplug*
3387 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3388 M: Scott Murray <scott@spiteful.org>
3389 L: linux-pci@vger.kernel.org
3391 F: drivers/pci/hotplug/cpcihp_zt5550.*
3393 COMPACTPCI HOTPLUG GENERIC DRIVER
3394 M: Scott Murray <scott@spiteful.org>
3395 L: linux-pci@vger.kernel.org
3397 F: drivers/pci/hotplug/cpcihp_generic.c
3399 COMPAL LAPTOP SUPPORT
3400 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3401 L: platform-driver-x86@vger.kernel.org
3403 F: drivers/platform/x86/compal-laptop.c
3405 CONEXANT ACCESSRUNNER USB DRIVER
3406 L: accessrunner-general@lists.sourceforge.net
3407 W: http://accessrunner.sourceforge.net/
3409 F: drivers/usb/atm/cxacru.c
3412 M: Joel Becker <jlbec@evilplan.org>
3413 M: Christoph Hellwig <hch@lst.de>
3414 T: git git://git.infradead.org/users/hch/configfs.git
3417 F: include/linux/configfs.h
3420 M: Evgeniy Polyakov <zbr@ioremap.net>
3421 L: netdev@vger.kernel.org
3423 F: drivers/connector/
3425 CONTROL GROUP (CGROUP)
3426 M: Tejun Heo <tj@kernel.org>
3427 M: Li Zefan <lizefan@huawei.com>
3428 M: Johannes Weiner <hannes@cmpxchg.org>
3429 L: cgroups@vger.kernel.org
3430 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3432 F: Documentation/cgroup*
3433 F: include/linux/cgroup*
3436 CONTROL GROUP - CPUSET
3437 M: Li Zefan <lizefan@huawei.com>
3438 L: cgroups@vger.kernel.org
3439 W: http://www.bullopensource.org/cpuset/
3440 W: http://oss.sgi.com/projects/cpusets/
3441 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3443 F: Documentation/cgroup-v1/cpusets.txt
3444 F: include/linux/cpuset.h
3447 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3448 M: Johannes Weiner <hannes@cmpxchg.org>
3449 M: Michal Hocko <mhocko@kernel.org>
3450 M: Vladimir Davydov <vdavydov.dev@gmail.com>
3451 L: cgroups@vger.kernel.org
3452 L: linux-mm@kvack.org
3457 CORETEMP HARDWARE MONITORING DRIVER
3458 M: Fenghua Yu <fenghua.yu@intel.com>
3459 L: linux-hwmon@vger.kernel.org
3461 F: Documentation/hwmon/coretemp
3462 F: drivers/hwmon/coretemp.c
3464 COSA/SRP SYNC SERIAL DRIVER
3465 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3466 W: http://www.fi.muni.cz/~kas/cosa/
3468 F: drivers/net/wan/cosa*
3470 CPMAC ETHERNET DRIVER
3471 M: Florian Fainelli <f.fainelli@gmail.com>
3472 L: netdev@vger.kernel.org
3474 F: drivers/net/ethernet/ti/cpmac.c
3476 CPU FREQUENCY DRIVERS
3477 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3478 M: Viresh Kumar <viresh.kumar@linaro.org>
3479 L: linux-pm@vger.kernel.org
3481 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3482 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3483 B: https://bugzilla.kernel.org
3484 F: Documentation/cpu-freq/
3485 F: Documentation/devicetree/bindings/cpufreq/
3487 F: include/linux/cpufreq.h
3488 F: tools/testing/selftests/cpufreq/
3490 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3491 M: Viresh Kumar <viresh.kumar@linaro.org>
3492 M: Sudeep Holla <sudeep.holla@arm.com>
3493 L: linux-pm@vger.kernel.org
3494 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3496 F: drivers/cpufreq/arm_big_little.h
3497 F: drivers/cpufreq/arm_big_little.c
3498 F: drivers/cpufreq/arm_big_little_dt.c
3500 CPUIDLE DRIVER - ARM BIG LITTLE
3501 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3502 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3503 L: linux-pm@vger.kernel.org
3504 L: linux-arm-kernel@lists.infradead.org
3505 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3507 F: drivers/cpuidle/cpuidle-big_little.c
3509 CPUIDLE DRIVER - ARM EXYNOS
3510 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3511 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3512 M: Kukjin Kim <kgene@kernel.org>
3513 L: linux-pm@vger.kernel.org
3514 L: linux-samsung-soc@vger.kernel.org
3516 F: drivers/cpuidle/cpuidle-exynos.c
3517 F: arch/arm/mach-exynos/pm.c
3520 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3521 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3522 L: linux-pm@vger.kernel.org
3524 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3525 B: https://bugzilla.kernel.org
3526 F: drivers/cpuidle/*
3527 F: include/linux/cpuidle.h
3530 M: "H. Peter Anvin" <hpa@zytor.com>
3532 F: arch/x86/kernel/cpuid.c
3533 F: arch/x86/kernel/msr.c
3535 CPU POWER MONITORING SUBSYSTEM
3536 M: Thomas Renninger <trenn@suse.com>
3537 L: linux-pm@vger.kernel.org
3539 F: tools/power/cpupower/
3542 W: http://sourceforge.net/projects/cramfs/
3543 S: Orphan / Obsolete
3544 F: Documentation/filesystems/cramfs.txt
3548 M: Mikael Starvik <starvik@axis.com>
3549 M: Jesper Nilsson <jesper.nilsson@axis.com>
3550 L: linux-cris-kernel@axis.com
3551 W: http://developer.axis.com
3552 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3555 F: drivers/tty/serial/crisv10.*
3558 M: Herbert Xu <herbert@gondor.apana.org.au>
3559 M: "David S. Miller" <davem@davemloft.net>
3560 L: linux-crypto@vger.kernel.org
3561 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3562 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3564 F: Documentation/crypto/
3565 F: Documentation/devicetree/bindings/crypto/
3566 F: Documentation/DocBook/crypto-API.tmpl
3571 F: include/linux/crypto*
3573 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3574 M: Neil Horman <nhorman@tuxdriver.com>
3575 L: linux-crypto@vger.kernel.org
3577 F: crypto/ansi_cprng.c
3581 M: Hans Verkuil <hverkuil@xs4all.nl>
3582 L: linux-media@vger.kernel.org
3583 T: git git://linuxtv.org/media_tree.git
3584 W: http://linuxtv.org
3586 F: drivers/media/i2c/cs3308.c
3587 F: drivers/media/i2c/cs3308.h
3589 CS5535 Audio ALSA driver
3590 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3592 F: sound/pci/cs5535audio/
3595 M: Solomon Peachy <pizza@shaftnet.org>
3597 F: drivers/net/wireless/st/cw1200/
3599 CX18 VIDEO4LINUX DRIVER
3600 M: Andy Walls <awalls@md.metrocast.net>
3601 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3602 L: linux-media@vger.kernel.org
3603 T: git git://linuxtv.org/media_tree.git
3604 W: https://linuxtv.org
3605 W: http://www.ivtvdriver.org/index.php/Cx18
3607 F: Documentation/media/v4l-drivers/cx18*
3608 F: drivers/media/pci/cx18/
3609 F: include/uapi/linux/ivtv*
3611 CX2341X MPEG ENCODER HELPER MODULE
3612 M: Hans Verkuil <hverkuil@xs4all.nl>
3613 L: linux-media@vger.kernel.org
3614 T: git git://linuxtv.org/media_tree.git
3615 W: https://linuxtv.org
3617 F: drivers/media/common/cx2341x*
3618 F: include/media/cx2341x*
3620 CX24120 MEDIA DRIVER
3621 M: Jemma Denson <jdenson@gmail.com>
3622 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3623 L: linux-media@vger.kernel.org
3624 W: https://linuxtv.org
3625 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3627 F: drivers/media/dvb-frontends/cx24120*
3629 CX88 VIDEO4LINUX DRIVER
3630 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3631 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3632 L: linux-media@vger.kernel.org
3633 W: https://linuxtv.org
3634 T: git git://linuxtv.org/media_tree.git
3636 F: Documentation/media/v4l-drivers/cx88*
3637 F: drivers/media/pci/cx88/
3639 CXD2820R MEDIA DRIVER
3640 M: Antti Palosaari <crope@iki.fi>
3641 L: linux-media@vger.kernel.org
3642 W: https://linuxtv.org
3643 W: http://palosaari.fi/linux/
3644 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3645 T: git git://linuxtv.org/anttip/media_tree.git
3647 F: drivers/media/dvb-frontends/cxd2820r*
3649 CXGB3 ETHERNET DRIVER (CXGB3)
3650 M: Santosh Raspatur <santosh@chelsio.com>
3651 L: netdev@vger.kernel.org
3652 W: http://www.chelsio.com
3654 F: drivers/net/ethernet/chelsio/cxgb3/
3656 CXGB3 ISCSI DRIVER (CXGB3I)
3657 M: Karen Xie <kxie@chelsio.com>
3658 L: linux-scsi@vger.kernel.org
3659 W: http://www.chelsio.com
3661 F: drivers/scsi/cxgbi/cxgb3i
3663 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3664 M: Steve Wise <swise@chelsio.com>
3665 L: linux-rdma@vger.kernel.org
3666 W: http://www.openfabrics.org
3668 F: drivers/infiniband/hw/cxgb3/
3669 F: include/uapi/rdma/cxgb3-abi.h
3671 CXGB4 ETHERNET DRIVER (CXGB4)
3672 M: Ganesh Goudar <ganeshgr@chelsio.com>
3673 L: netdev@vger.kernel.org
3674 W: http://www.chelsio.com
3676 F: drivers/net/ethernet/chelsio/cxgb4/
3678 CXGB4 ISCSI DRIVER (CXGB4I)
3679 M: Karen Xie <kxie@chelsio.com>
3680 L: linux-scsi@vger.kernel.org
3681 W: http://www.chelsio.com
3683 F: drivers/scsi/cxgbi/cxgb4i
3685 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3686 M: Steve Wise <swise@chelsio.com>
3687 L: linux-rdma@vger.kernel.org
3688 W: http://www.openfabrics.org
3690 F: drivers/infiniband/hw/cxgb4/
3691 F: include/uapi/rdma/cxgb4-abi.h
3693 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3694 M: Casey Leedom <leedom@chelsio.com>
3695 L: netdev@vger.kernel.org
3696 W: http://www.chelsio.com
3698 F: drivers/net/ethernet/chelsio/cxgb4vf/
3700 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3701 M: Ian Munsie <imunsie@au1.ibm.com>
3702 M: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3703 L: linuxppc-dev@lists.ozlabs.org
3705 F: arch/powerpc/platforms/powernv/pci-cxl.c
3706 F: drivers/misc/cxl/
3707 F: include/misc/cxl*
3708 F: include/uapi/misc/cxl.h
3709 F: Documentation/powerpc/cxl.txt
3710 F: Documentation/ABI/testing/sysfs-class-cxl
3712 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3713 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3714 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3715 M: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3716 L: linux-scsi@vger.kernel.org
3718 F: drivers/scsi/cxlflash/
3719 F: include/uapi/scsi/cxlflash_ioctls.h
3720 F: Documentation/powerpc/cxlflash.txt
3722 STMMAC ETHERNET DRIVER
3723 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3724 M: Alexandre Torgue <alexandre.torgue@st.com>
3725 L: netdev@vger.kernel.org
3726 W: http://www.stlinux.com
3728 F: drivers/net/ethernet/stmicro/stmmac/
3731 M: Russell King <linux@armlinux.org.uk>
3732 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3733 W: http://www.armlinux.org.uk/
3735 F: drivers/video/fbdev/cyber2000fb.*
3737 CYCLADES ASYNC MUX DRIVER
3738 W: http://www.cyclades.com/
3740 F: drivers/tty/cyclades.c
3741 F: include/linux/cyclades.h
3742 F: include/uapi/linux/cyclades.h
3744 CYCLADES PC300 DRIVER
3745 W: http://www.cyclades.com/
3747 F: drivers/net/wan/pc300*
3749 CYPRESS_FIRMWARE MEDIA DRIVER
3750 M: Antti Palosaari <crope@iki.fi>
3751 L: linux-media@vger.kernel.org
3752 W: https://linuxtv.org
3753 W: http://palosaari.fi/linux/
3754 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3755 T: git git://linuxtv.org/anttip/media_tree.git
3757 F: drivers/media/common/cypress_firmware*
3759 CYTTSP TOUCHSCREEN DRIVER
3760 M: Ferruh Yigit <fery@cypress.com>
3761 L: linux-input@vger.kernel.org
3763 F: drivers/input/touchscreen/cyttsp*
3764 F: include/linux/input/cyttsp.h
3766 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3767 M: Joshua Kinard <kumba@gentoo.org>
3769 F: drivers/rtc/rtc-ds1685.c
3770 F: include/linux/rtc/ds1685.h
3772 DAMA SLAVE for AX.25
3773 M: Joerg Reuter <jreuter@yaina.de>
3774 W: http://yaina.de/jreuter/
3775 W: http://www.qsl.net/dl1bke/
3776 L: linux-hams@vger.kernel.org
3778 F: net/ax25/af_ax25.c
3779 F: net/ax25/ax25_dev.c
3780 F: net/ax25/ax25_ds_*
3781 F: net/ax25/ax25_in.c
3782 F: net/ax25/ax25_out.c
3783 F: net/ax25/ax25_timer.c
3784 F: net/ax25/sysctl_net_ax25.c
3786 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3787 L: netdev@vger.kernel.org
3789 F: Documentation/networking/dmfe.txt
3790 F: drivers/net/ethernet/dec/tulip/dmfe.c
3792 DC390/AM53C974 SCSI driver
3793 M: Hannes Reinecke <hare@suse.com>
3794 L: linux-scsi@vger.kernel.org
3796 F: drivers/scsi/am53c974.c
3799 M: Oliver Neukum <oliver@neukum.org>
3800 M: Ali Akcaagac <aliakc@web.de>
3801 M: Jamie Lenehan <lenehan@twibble.org>
3802 L: dc395x@twibble.org
3803 W: http://twibble.org/dist/dc395x/
3804 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3806 F: Documentation/scsi/dc395x.txt
3807 F: drivers/scsi/dc395x.*
3810 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3811 L: dccp@vger.kernel.org
3812 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3814 F: include/linux/dccp.h
3815 F: include/uapi/linux/dccp.h
3816 F: include/linux/tfrc.h
3819 DECnet NETWORK LAYER
3820 W: http://linux-decnet.sourceforge.net
3821 L: linux-decnet-user@lists.sourceforge.net
3823 F: Documentation/networking/decnet.txt
3826 DECSTATION PLATFORM SUPPORT
3827 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3828 L: linux-mips@linux-mips.org
3829 W: http://www.linux-mips.org/wiki/DECstation
3832 F: arch/mips/include/asm/dec/
3833 F: arch/mips/include/asm/mach-dec/
3835 DEFXX FDDI NETWORK DRIVER
3836 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3838 F: drivers/net/fddi/defxx.*
3841 M: Matthew Garrett <mjg59@srcf.ucam.org>
3842 M: Pali Rohár <pali.rohar@gmail.com>
3843 L: platform-driver-x86@vger.kernel.org
3845 F: drivers/platform/x86/dell-laptop.c
3847 DELL LAPTOP RBTN DRIVER
3848 M: Pali Rohár <pali.rohar@gmail.com>
3850 F: drivers/platform/x86/dell-rbtn.*
3852 DELL LAPTOP FREEFALL DRIVER
3853 M: Pali Rohár <pali.rohar@gmail.com>
3855 F: drivers/platform/x86/dell-smo8800.c
3857 DELL LAPTOP SMM DRIVER
3858 M: Pali Rohár <pali.rohar@gmail.com>
3860 F: drivers/hwmon/dell-smm-hwmon.c
3861 F: include/uapi/linux/i8k.h
3863 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3864 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3866 F: Documentation/dcdbas.txt
3867 F: drivers/firmware/dcdbas.*
3869 DELL WMI EXTRAS DRIVER
3870 M: Matthew Garrett <mjg59@srcf.ucam.org>
3871 M: Pali Rohár <pali.rohar@gmail.com>
3873 F: drivers/platform/x86/dell-wmi.c
3875 DESIGNWARE USB2 DRD IP DRIVER
3876 M: John Youn <johnyoun@synopsys.com>
3877 L: linux-usb@vger.kernel.org
3878 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3880 F: drivers/usb/dwc2/
3882 DESIGNWARE USB3 DRD IP DRIVER
3883 M: Felipe Balbi <balbi@kernel.org>
3884 L: linux-usb@vger.kernel.org
3885 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3887 F: drivers/usb/dwc3/
3889 DEVICE COREDUMP (DEV_COREDUMP)
3890 M: Johannes Berg <johannes@sipsolutions.net>
3891 L: linux-kernel@vger.kernel.org
3893 F: drivers/base/devcoredump.c
3894 F: include/linux/devcoredump.h
3896 DEVICE FREQUENCY (DEVFREQ)
3897 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3898 M: Kyungmin Park <kyungmin.park@samsung.com>
3899 R: Chanwoo Choi <cw00.choi@samsung.com>
3900 L: linux-pm@vger.kernel.org
3901 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3904 F: include/linux/devfreq.h
3905 F: Documentation/devicetree/bindings/devfreq/
3907 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3908 M: Chanwoo Choi <cw00.choi@samsung.com>
3909 L: linux-pm@vger.kernel.org
3910 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3912 F: drivers/devfreq/event/
3913 F: drivers/devfreq/devfreq-event.c
3914 F: include/linux/devfreq-event.h
3915 F: Documentation/devicetree/bindings/devfreq/event/
3917 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3918 M: Chanwoo Choi <cw00.choi@samsung.com>
3919 L: linux-pm@vger.kernel.org
3920 L: linux-samsung-soc@vger.kernel.org
3921 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3923 F: drivers/devfreq/exynos-bus.c
3924 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3926 DEVICE NUMBER REGISTRY
3927 M: Torben Mathiasen <device@lanana.org>
3928 W: http://lanana.org/docs/device-list/index.html
3932 M: Alasdair Kergon <agk@redhat.com>
3933 M: Mike Snitzer <snitzer@redhat.com>
3934 M: dm-devel@redhat.com
3935 L: dm-devel@redhat.com
3936 W: http://sources.redhat.com/dm
3937 Q: http://patchwork.kernel.org/project/dm-devel/list/
3938 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3939 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3941 F: Documentation/device-mapper/
3943 F: drivers/md/persistent-data/
3944 F: include/linux/device-mapper.h
3945 F: include/linux/dm-*.h
3946 F: include/uapi/linux/dm-*.h
3949 M: Jiri Pirko <jiri@mellanox.com>
3950 L: netdev@vger.kernel.org
3952 F: net/core/devlink.c
3953 F: include/net/devlink.h
3954 F: include/uapi/linux/devlink.h
3956 DIALOG SEMICONDUCTOR DRIVERS
3957 M: Support Opensource <support.opensource@diasemi.com>
3958 W: http://www.dialog-semiconductor.com/products
3960 F: Documentation/hwmon/da90??
3961 F: Documentation/devicetree/bindings/mfd/da90*.txt
3962 F: Documentation/devicetree/bindings/regulator/da92*.txt
3963 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3964 F: drivers/gpio/gpio-da90??.c
3965 F: drivers/hwmon/da90??-hwmon.c
3966 F: drivers/iio/adc/da91??-*.c
3967 F: drivers/input/misc/da90??_onkey.c
3968 F: drivers/input/touchscreen/da9052_tsi.c
3969 F: drivers/leds/leds-da90??.c
3970 F: drivers/mfd/da903x.c
3971 F: drivers/mfd/da90??-*.c
3972 F: drivers/mfd/da91??-*.c
3973 F: drivers/power/supply/da9052-battery.c
3974 F: drivers/power/supply/da91??-*.c
3975 F: drivers/regulator/da903x.c
3976 F: drivers/regulator/da9???-regulator.[ch]
3977 F: drivers/rtc/rtc-da90??.c
3978 F: drivers/video/backlight/da90??_bl.c
3979 F: drivers/watchdog/da90??_wdt.c
3980 F: include/linux/mfd/da903x.h
3981 F: include/linux/mfd/da9052/
3982 F: include/linux/mfd/da9055/
3983 F: include/linux/mfd/da9062/
3984 F: include/linux/mfd/da9063/
3985 F: include/linux/mfd/da9150/
3986 F: include/linux/regulator/da9211.h
3987 F: include/sound/da[79]*.h
3988 F: sound/soc/codecs/da[79]*.[ch]
3990 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3991 M: William Breathitt Gray <vilhelm.gray@gmail.com>
3992 L: linux-gpio@vger.kernel.org
3994 F: drivers/gpio/gpio-gpio-mm.c
3996 DIGI NEO AND CLASSIC PCI PRODUCTS
3997 M: Lidza Louina <lidza.louina@gmail.com>
3998 M: Mark Hounschell <markh@compro.net>
3999 L: driverdev-devel@linuxdriverproject.org
4001 F: drivers/staging/dgnc/
4003 DIOLAN U2C-12 I2C DRIVER
4004 M: Guenter Roeck <linux@roeck-us.net>
4005 L: linux-i2c@vger.kernel.org
4007 F: drivers/i2c/busses/i2c-diolan-u2c.c
4010 M: Matthew Wilcox <mawilcox@microsoft.com>
4011 M: Ross Zwisler <ross.zwisler@linux.intel.com>
4012 L: linux-fsdevel@vger.kernel.org
4015 F: include/linux/dax.h
4016 F: include/trace/events/fs_dax.h
4018 DIRECTORY NOTIFICATION (DNOTIFY)
4019 M: Eric Paris <eparis@parisplace.org>
4021 F: Documentation/filesystems/dnotify.txt
4022 F: fs/notify/dnotify/
4023 F: include/linux/dnotify.h
4025 DISK GEOMETRY AND PARTITION HANDLING
4026 M: Andries Brouwer <aeb@cwi.nl>
4027 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
4028 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
4029 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
4033 M: Jan Kara <jack@suse.com>
4035 F: Documentation/filesystems/quota.txt
4037 F: include/linux/quota*.h
4038 F: include/uapi/linux/quota*.h
4040 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
4041 M: Bernie Thompson <bernie@plugable.com>
4042 L: linux-fbdev@vger.kernel.org
4044 W: http://plugable.com/category/projects/udlfb/
4045 F: drivers/video/fbdev/udlfb.c
4046 F: include/video/udlfb.h
4047 F: Documentation/fb/udlfb.txt
4049 DISTRIBUTED LOCK MANAGER (DLM)
4050 M: Christine Caulfield <ccaulfie@redhat.com>
4051 M: David Teigland <teigland@redhat.com>
4052 L: cluster-devel@redhat.com
4053 W: http://sources.redhat.com/cluster/
4054 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
4058 DMA BUFFER SHARING FRAMEWORK
4059 M: Sumit Semwal <sumit.semwal@linaro.org>
4061 L: linux-media@vger.kernel.org
4062 L: dri-devel@lists.freedesktop.org
4063 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
4065 F: include/linux/dma-buf*
4066 F: include/linux/reservation.h
4067 F: include/linux/*fence.h
4068 F: Documentation/driver-api/dma-buf.rst
4069 T: git git://anongit.freedesktop.org/drm/drm-misc
4072 M: Sumit Semwal <sumit.semwal@linaro.org>
4073 R: Gustavo Padovan <gustavo@padovan.org>
4075 L: linux-media@vger.kernel.org
4076 L: dri-devel@lists.freedesktop.org
4077 F: drivers/dma-buf/sync_*
4078 F: drivers/dma-buf/dma-fence*
4079 F: drivers/dma-buf/sw_sync.c
4080 F: include/linux/sync_file.h
4081 F: include/uapi/linux/sync_file.h
4082 F: Documentation/sync_file.txt
4083 T: git git://anongit.freedesktop.org/drm/drm-misc
4085 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4086 M: Vinod Koul <vinod.koul@intel.com>
4087 L: dmaengine@vger.kernel.org
4088 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
4091 F: include/linux/dmaengine.h
4092 F: Documentation/devicetree/bindings/dma/
4093 F: Documentation/dmaengine/
4094 T: git git://git.infradead.org/users/vkoul/slave-dma.git
4096 DME1737 HARDWARE MONITOR DRIVER
4097 M: Juerg Haefliger <juergh@gmail.com>
4098 L: linux-hwmon@vger.kernel.org
4100 F: Documentation/hwmon/dme1737
4101 F: drivers/hwmon/dme1737.c
4104 M: Jean Delvare <jdelvare@suse.com>
4106 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4107 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
4108 F: drivers/firmware/dmi-id.c
4109 F: drivers/firmware/dmi_scan.c
4110 F: include/linux/dmi.h
4113 M: Jonathan Corbet <corbet@lwn.net>
4114 L: linux-doc@vger.kernel.org
4117 F: scripts/docproc.c
4118 F: scripts/kernel-doc*
4119 X: Documentation/ABI/
4120 X: Documentation/devicetree/
4121 X: Documentation/acpi
4122 X: Documentation/power
4123 X: Documentation/spi
4124 X: Documentation/media
4125 T: git git://git.lwn.net/linux.git docs-next
4128 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
4129 L: blinux-list@redhat.com
4131 F: drivers/char/dtlk.c
4132 F: include/linux/dtlk.h
4134 DPT_I2O SCSI RAID DRIVER
4135 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4136 L: linux-scsi@vger.kernel.org
4137 W: http://www.adaptec.com/
4139 F: drivers/scsi/dpt*
4140 F: drivers/scsi/dpt/
4143 M: Philipp Reisner <philipp.reisner@linbit.com>
4144 M: Lars Ellenberg <lars.ellenberg@linbit.com>
4145 L: drbd-dev@lists.linbit.com
4146 W: http://www.drbd.org
4147 T: git git://git.linbit.com/linux-drbd.git
4148 T: git git://git.linbit.com/drbd-8.4.git
4150 F: drivers/block/drbd/
4152 F: Documentation/blockdev/drbd/
4154 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
4155 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4156 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4158 F: Documentation/kobject.txt
4162 F: include/linux/debugfs.h
4163 F: include/linux/kobj*
4167 M: David Airlie <airlied@linux.ie>
4168 L: dri-devel@lists.freedesktop.org
4169 T: git git://people.freedesktop.org/~airlied/linux
4170 B: https://bugs.freedesktop.org/
4171 C: irc://chat.freenode.net/dri-devel
4175 F: Documentation/devicetree/bindings/display/
4176 F: Documentation/devicetree/bindings/gpu/
4177 F: Documentation/devicetree/bindings/video/
4178 F: Documentation/gpu/
4180 F: include/uapi/drm/
4182 DRM DRIVERS AND MISC GPU PATCHES
4183 M: Daniel Vetter <daniel.vetter@intel.com>
4184 M: Jani Nikula <jani.nikula@linux.intel.com>
4185 M: Sean Paul <seanpaul@chromium.org>
4186 W: https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4188 T: git git://anongit.freedesktop.org/drm/drm-misc
4189 F: Documentation/gpu/
4191 F: drivers/gpu/drm/*
4193 F: include/uapi/drm/drm*
4195 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4196 M: Dave Airlie <airlied@redhat.com>
4198 F: drivers/gpu/drm/ast/
4200 DRM DRIVERS FOR BRIDGE CHIPS
4201 M: Archit Taneja <architt@codeaurora.org>
4203 T: git git://anongit.freedesktop.org/drm/drm-misc
4204 F: drivers/gpu/drm/bridge/
4206 DRM DRIVER FOR BOCHS VIRTUAL GPU
4207 M: Gerd Hoffmann <kraxel@redhat.com>
4208 L: virtualization@lists.linux-foundation.org
4209 T: git git://git.kraxel.org/linux drm-qemu
4211 F: drivers/gpu/drm/bochs/
4213 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4214 M: Dave Airlie <airlied@redhat.com>
4215 M: Gerd Hoffmann <kraxel@redhat.com>
4216 L: virtualization@lists.linux-foundation.org
4217 T: git git://git.kraxel.org/linux drm-qemu
4219 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
4220 F: drivers/gpu/drm/cirrus/
4222 RADEON and AMDGPU DRM DRIVERS
4223 M: Alex Deucher <alexander.deucher@amd.com>
4224 M: Christian König <christian.koenig@amd.com>
4225 L: amd-gfx@lists.freedesktop.org
4226 T: git git://people.freedesktop.org/~agd5f/linux
4228 F: drivers/gpu/drm/radeon/
4229 F: include/uapi/drm/radeon_drm.h
4230 F: drivers/gpu/drm/amd/
4231 F: include/uapi/drm/amdgpu_drm.h
4234 M: Thierry Reding <thierry.reding@gmail.com>
4235 L: dri-devel@lists.freedesktop.org
4236 T: git git://anongit.freedesktop.org/tegra/linux.git
4238 F: drivers/gpu/drm/drm_panel.c
4239 F: drivers/gpu/drm/panel/
4240 F: include/drm/drm_panel.h
4241 F: Documentation/devicetree/bindings/display/panel/
4243 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4244 M: Daniel Vetter <daniel.vetter@intel.com>
4245 M: Jani Nikula <jani.nikula@linux.intel.com>
4246 L: intel-gfx@lists.freedesktop.org
4247 W: https://01.org/linuxgraphics/
4248 B: https://01.org/linuxgraphics/documentation/how-report-bugs
4249 C: irc://chat.freenode.net/intel-gfx
4250 Q: http://patchwork.freedesktop.org/project/intel-gfx/
4251 T: git git://anongit.freedesktop.org/drm-intel
4253 F: drivers/gpu/drm/i915/
4254 F: include/drm/i915*
4255 F: include/uapi/drm/i915_drm.h
4256 F: Documentation/gpu/i915.rst
4258 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4259 M: Zhenyu Wang <zhenyuw@linux.intel.com>
4260 M: Zhi Wang <zhi.a.wang@intel.com>
4261 L: intel-gvt-dev@lists.freedesktop.org
4262 L: intel-gfx@lists.freedesktop.org
4263 W: https://01.org/igvt-g
4264 T: git https://github.com/01org/gvt-linux.git
4266 F: drivers/gpu/drm/i915/gvt/
4268 DRM DRIVERS FOR ATMEL HLCDC
4269 M: Boris Brezillon <boris.brezillon@free-electrons.com>
4270 L: dri-devel@lists.freedesktop.org
4272 F: drivers/gpu/drm/atmel-hlcdc/
4273 F: Documentation/devicetree/bindings/drm/atmel/
4275 DRM DRIVERS FOR ALLWINNER A10
4276 M: Maxime Ripard <maxime.ripard@free-electrons.com>
4277 L: dri-devel@lists.freedesktop.org
4279 F: drivers/gpu/drm/sun4i/
4280 F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4282 DRM DRIVERS FOR AMLOGIC SOCS
4283 M: Neil Armstrong <narmstrong@baylibre.com>
4284 L: dri-devel@lists.freedesktop.org
4285 L: linux-amlogic@lists.infradead.org
4286 W: http://linux-meson.com/
4288 F: drivers/gpu/drm/meson/
4289 F: Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4291 DRM DRIVERS FOR EXYNOS
4292 M: Inki Dae <inki.dae@samsung.com>
4293 M: Joonyoung Shim <jy0922.shim@samsung.com>
4294 M: Seung-Woo Kim <sw0312.kim@samsung.com>
4295 M: Kyungmin Park <kyungmin.park@samsung.com>
4296 L: dri-devel@lists.freedesktop.org
4297 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4299 F: drivers/gpu/drm/exynos/
4300 F: include/uapi/drm/exynos_drm.h
4301 F: Documentation/devicetree/bindings/display/exynos/
4303 DRM DRIVERS FOR FREESCALE DCU
4304 M: Stefan Agner <stefan@agner.ch>
4305 M: Alison Wang <alison.wang@freescale.com>
4306 L: dri-devel@lists.freedesktop.org
4308 F: drivers/gpu/drm/fsl-dcu/
4309 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
4310 F: Documentation/devicetree/bindings/display/fsl,tcon.txt
4311 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4313 DRM DRIVERS FOR FREESCALE IMX
4314 M: Philipp Zabel <p.zabel@pengutronix.de>
4315 L: dri-devel@lists.freedesktop.org
4317 F: drivers/gpu/drm/imx/
4318 F: drivers/gpu/ipu-v3/
4319 F: Documentation/devicetree/bindings/display/imx/
4321 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4322 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4323 L: dri-devel@lists.freedesktop.org
4324 T: git git://github.com/patjak/drm-gma500
4326 F: drivers/gpu/drm/gma500/
4328 DRM DRIVERS FOR HISILICON
4329 M: Xinliang Liu <z.liuxinliang@hisilicon.com>
4330 M: Rongrong Zou <zourongrong@gmail.com>
4331 R: Xinwei Kong <kong.kongxinwei@hisilicon.com>
4332 R: Chen Feng <puck.chen@hisilicon.com>
4333 L: dri-devel@lists.freedesktop.org
4334 T: git git://github.com/xin3liang/linux.git
4336 F: drivers/gpu/drm/hisilicon/
4337 F: Documentation/devicetree/bindings/display/hisilicon/
4339 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4340 S: Orphan / Obsolete
4341 F: drivers/gpu/drm/i810/
4342 F: include/uapi/drm/i810_drm.h
4344 DRM DRIVERS FOR MEDIATEK
4345 M: CK Hu <ck.hu@mediatek.com>
4346 M: Philipp Zabel <p.zabel@pengutronix.de>
4347 L: dri-devel@lists.freedesktop.org
4349 F: drivers/gpu/drm/mediatek/
4350 F: Documentation/devicetree/bindings/display/mediatek/
4352 DRM DRIVER FOR MI0283QT
4353 M: Noralf Trønnes <noralf@tronnes.org>
4355 F: drivers/gpu/drm/tinydrm/mi0283qt.c
4356 F: Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
4358 DRM DRIVER FOR MSM ADRENO GPU
4359 M: Rob Clark <robdclark@gmail.com>
4360 L: linux-arm-msm@vger.kernel.org
4361 L: dri-devel@lists.freedesktop.org
4362 L: freedreno@lists.freedesktop.org
4363 T: git git://people.freedesktop.org/~robclark/linux
4365 F: drivers/gpu/drm/msm/
4366 F: include/uapi/drm/msm_drm.h
4367 F: Documentation/devicetree/bindings/display/msm/
4369 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4370 M: Ben Skeggs <bskeggs@redhat.com>
4371 L: dri-devel@lists.freedesktop.org
4372 L: nouveau@lists.freedesktop.org
4373 T: git git://github.com/skeggsb/linux
4375 F: drivers/gpu/drm/nouveau/
4376 F: include/uapi/drm/nouveau_drm.h
4378 DRM DRIVERS FOR NVIDIA TEGRA
4379 M: Thierry Reding <thierry.reding@gmail.com>
4380 L: dri-devel@lists.freedesktop.org
4381 L: linux-tegra@vger.kernel.org
4382 T: git git://anongit.freedesktop.org/tegra/linux.git
4384 F: drivers/gpu/drm/tegra/
4385 F: drivers/gpu/host1x/
4386 F: include/linux/host1x.h
4387 F: include/uapi/drm/tegra_drm.h
4388 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4390 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4391 S: Orphan / Obsolete
4392 F: drivers/gpu/drm/mga/
4393 F: include/uapi/drm/mga_drm.h
4395 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4396 M: Dave Airlie <airlied@redhat.com>
4398 F: drivers/gpu/drm/mgag200/
4400 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4401 S: Orphan / Obsolete
4402 F: drivers/gpu/drm/r128/
4403 F: include/uapi/drm/r128_drm.h
4405 DRM DRIVERS FOR RENESAS
4406 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4407 L: dri-devel@lists.freedesktop.org
4408 L: linux-renesas-soc@vger.kernel.org
4409 T: git git://linuxtv.org/pinchartl/fbdev
4411 F: drivers/gpu/drm/rcar-du/
4412 F: drivers/gpu/drm/shmobile/
4413 F: include/linux/platform_data/shmob_drm.h
4414 F: Documentation/devicetree/bindings/display/renesas,du.txt
4416 DRM DRIVER FOR QXL VIRTUAL GPU
4417 M: Dave Airlie <airlied@redhat.com>
4418 M: Gerd Hoffmann <kraxel@redhat.com>
4419 L: virtualization@lists.linux-foundation.org
4420 T: git git://git.kraxel.org/linux drm-qemu
4422 F: drivers/gpu/drm/qxl/
4423 F: include/uapi/drm/qxl_drm.h
4425 DRM DRIVERS FOR ROCKCHIP
4426 M: Mark Yao <mark.yao@rock-chips.com>
4427 L: dri-devel@lists.freedesktop.org
4429 F: drivers/gpu/drm/rockchip/
4430 F: Documentation/devicetree/bindings/display/rockchip/
4432 DRM DRIVER FOR SAVAGE VIDEO CARDS
4433 S: Orphan / Obsolete
4434 F: drivers/gpu/drm/savage/
4435 F: include/uapi/drm/savage_drm.h
4437 DRM DRIVER FOR SIS VIDEO CARDS
4438 S: Orphan / Obsolete
4439 F: drivers/gpu/drm/sis/
4440 F: include/uapi/drm/sis_drm.h
4443 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
4444 M: Vincent Abriou <vincent.abriou@st.com>
4445 L: dri-devel@lists.freedesktop.org
4446 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4448 F: drivers/gpu/drm/sti
4449 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
4451 DRM DRIVER FOR TDFX VIDEO CARDS
4452 S: Orphan / Obsolete
4453 F: drivers/gpu/drm/tdfx/
4455 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4456 M: Dave Airlie <airlied@redhat.com>
4458 F: drivers/gpu/drm/udl/
4460 DRM DRIVERS FOR VIVANTE GPU IP
4461 M: Lucas Stach <l.stach@pengutronix.de>
4462 R: Russell King <linux+etnaviv@armlinux.org.uk>
4463 R: Christian Gmeiner <christian.gmeiner@gmail.com>
4464 L: etnaviv@lists.freedesktop.org
4465 L: dri-devel@lists.freedesktop.org
4467 F: drivers/gpu/drm/etnaviv/
4468 F: include/uapi/drm/etnaviv_drm.h
4469 F: Documentation/devicetree/bindings/display/etnaviv/
4471 DRM DRIVER FOR VMWARE VIRTUAL GPU
4472 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4473 M: Sinclair Yeh <syeh@vmware.com>
4474 M: Thomas Hellstrom <thellstrom@vmware.com>
4475 L: dri-devel@lists.freedesktop.org
4476 T: git git://people.freedesktop.org/~syeh/repos_linux
4477 T: git git://people.freedesktop.org/~thomash/linux
4479 F: drivers/gpu/drm/vmwgfx/
4480 F: include/uapi/drm/vmwgfx_drm.h
4483 M: Eric Anholt <eric@anholt.net>
4484 T: git git://github.com/anholt/linux
4486 F: drivers/gpu/drm/vc4/
4487 F: include/uapi/drm/vc4_drm.h
4488 F: Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4490 DRM DRIVERS FOR TI OMAP
4491 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4492 L: dri-devel@lists.freedesktop.org
4494 F: drivers/gpu/drm/omapdrm/
4495 F: Documentation/devicetree/bindings/display/ti/
4497 DRM DRIVERS FOR TI LCDC
4498 M: Jyri Sarha <jsarha@ti.com>
4499 R: Tomi Valkeinen <tomi.valkeinen@ti.com>
4500 L: dri-devel@lists.freedesktop.org
4502 F: drivers/gpu/drm/tilcdc/
4503 F: Documentation/devicetree/bindings/display/tilcdc/
4505 DRM DRIVERS FOR ZTE ZX
4506 M: Shawn Guo <shawnguo@kernel.org>
4507 L: dri-devel@lists.freedesktop.org
4509 F: drivers/gpu/drm/zte/
4510 F: Documentation/devicetree/bindings/display/zte,vou.txt
4512 DSBR100 USB FM RADIO DRIVER
4513 M: Alexey Klimov <klimov.linux@gmail.com>
4514 L: linux-media@vger.kernel.org
4515 T: git git://linuxtv.org/media_tree.git
4517 F: drivers/media/radio/dsbr100.c
4520 M: Francois Romieu <romieu@fr.zoreil.com>
4521 L: netdev@vger.kernel.org
4523 F: drivers/net/wan/dscc4.c
4526 M: Hans Verkuil <hverkuil@xs4all.nl>
4527 L: linux-media@vger.kernel.org
4528 T: git git://linuxtv.org/media_tree.git
4529 W: https://linuxtv.org
4531 F: drivers/media/pci/dt3155/
4533 DVB_USB_AF9015 MEDIA DRIVER
4534 M: Antti Palosaari <crope@iki.fi>
4535 L: linux-media@vger.kernel.org
4536 W: https://linuxtv.org
4537 W: http://palosaari.fi/linux/
4538 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4539 T: git git://linuxtv.org/anttip/media_tree.git
4541 F: drivers/media/usb/dvb-usb-v2/af9015*
4543 DVB_USB_AF9035 MEDIA DRIVER
4544 M: Antti Palosaari <crope@iki.fi>
4545 L: linux-media@vger.kernel.org
4546 W: https://linuxtv.org
4547 W: http://palosaari.fi/linux/
4548 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4549 T: git git://linuxtv.org/anttip/media_tree.git
4551 F: drivers/media/usb/dvb-usb-v2/af9035*
4553 DVB_USB_ANYSEE MEDIA DRIVER
4554 M: Antti Palosaari <crope@iki.fi>
4555 L: linux-media@vger.kernel.org
4556 W: https://linuxtv.org
4557 W: http://palosaari.fi/linux/
4558 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4559 T: git git://linuxtv.org/anttip/media_tree.git
4561 F: drivers/media/usb/dvb-usb-v2/anysee*
4563 DVB_USB_AU6610 MEDIA DRIVER
4564 M: Antti Palosaari <crope@iki.fi>
4565 L: linux-media@vger.kernel.org
4566 W: https://linuxtv.org
4567 W: http://palosaari.fi/linux/
4568 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4569 T: git git://linuxtv.org/anttip/media_tree.git
4571 F: drivers/media/usb/dvb-usb-v2/au6610*
4573 DVB_USB_CE6230 MEDIA DRIVER
4574 M: Antti Palosaari <crope@iki.fi>
4575 L: linux-media@vger.kernel.org
4576 W: https://linuxtv.org
4577 W: http://palosaari.fi/linux/
4578 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4579 T: git git://linuxtv.org/anttip/media_tree.git
4581 F: drivers/media/usb/dvb-usb-v2/ce6230*
4583 DVB_USB_CXUSB MEDIA DRIVER
4584 M: Michael Krufky <mkrufky@linuxtv.org>
4585 L: linux-media@vger.kernel.org
4586 W: https://linuxtv.org
4587 W: http://github.com/mkrufky
4588 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4589 T: git git://linuxtv.org/media_tree.git
4591 F: drivers/media/usb/dvb-usb/cxusb*
4593 DVB_USB_EC168 MEDIA DRIVER
4594 M: Antti Palosaari <crope@iki.fi>
4595 L: linux-media@vger.kernel.org
4596 W: https://linuxtv.org
4597 W: http://palosaari.fi/linux/
4598 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4599 T: git git://linuxtv.org/anttip/media_tree.git
4601 F: drivers/media/usb/dvb-usb-v2/ec168*
4603 DVB_USB_GL861 MEDIA DRIVER
4604 M: Antti Palosaari <crope@iki.fi>
4605 L: linux-media@vger.kernel.org
4606 W: https://linuxtv.org
4607 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4608 T: git git://linuxtv.org/anttip/media_tree.git
4610 F: drivers/media/usb/dvb-usb-v2/gl861*
4612 DVB_USB_MXL111SF MEDIA DRIVER
4613 M: Michael Krufky <mkrufky@linuxtv.org>
4614 L: linux-media@vger.kernel.org
4615 W: https://linuxtv.org
4616 W: http://github.com/mkrufky
4617 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4618 T: git git://linuxtv.org/mkrufky/mxl111sf.git
4620 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
4622 DVB_USB_RTL28XXU MEDIA DRIVER
4623 M: Antti Palosaari <crope@iki.fi>
4624 L: linux-media@vger.kernel.org
4625 W: https://linuxtv.org
4626 W: http://palosaari.fi/linux/
4627 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4628 T: git git://linuxtv.org/anttip/media_tree.git
4630 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
4632 DVB_USB_V2 MEDIA DRIVER
4633 M: Antti Palosaari <crope@iki.fi>
4634 L: linux-media@vger.kernel.org
4635 W: https://linuxtv.org
4636 W: http://palosaari.fi/linux/
4637 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4638 T: git git://linuxtv.org/anttip/media_tree.git
4640 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
4641 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
4644 M: Jason Baron <jbaron@akamai.com>
4646 F: lib/dynamic_debug.c
4647 F: include/linux/dynamic_debug.h
4649 DZ DECSTATION DZ11 SERIAL DRIVER
4650 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4652 F: drivers/tty/serial/dz.*
4654 E3X0 POWER BUTTON DRIVER
4655 M: Moritz Fischer <moritz.fischer@ettus.com>
4656 L: usrp-users@lists.ettus.com
4657 W: http://www.ettus.com
4659 F: drivers/input/misc/e3x0-button.c
4660 F: Documentation/devicetree/bindings/input/e3x0-button.txt
4663 M: Antti Palosaari <crope@iki.fi>
4664 L: linux-media@vger.kernel.org
4665 W: https://linuxtv.org
4666 W: http://palosaari.fi/linux/
4667 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4668 T: git git://linuxtv.org/anttip/media_tree.git
4670 F: drivers/media/tuners/e4000*
4672 EATA ISA/EISA/PCI SCSI DRIVER
4673 M: Dario Ballabio <ballabio_dario@emc.com>
4674 L: linux-scsi@vger.kernel.org
4676 F: drivers/scsi/eata.c
4679 M: Antti Palosaari <crope@iki.fi>
4680 L: linux-media@vger.kernel.org
4681 W: https://linuxtv.org
4682 W: http://palosaari.fi/linux/
4683 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4684 T: git git://linuxtv.org/anttip/media_tree.git
4686 F: drivers/media/dvb-frontends/ec100*
4689 M: Tyler Hicks <tyhicks@canonical.com>
4690 L: ecryptfs@vger.kernel.org
4691 W: http://ecryptfs.org
4692 W: https://launchpad.net/ecryptfs
4693 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4695 F: Documentation/filesystems/ecryptfs.txt
4699 M: Borislav Petkov <bp@alien8.de>
4700 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4701 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4702 L: linux-edac@vger.kernel.org
4703 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4704 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4706 F: Documentation/admin-guide/ras.rst
4707 F: Documentation/driver-api/edac.rst
4709 F: include/linux/edac.h
4712 M: Borislav Petkov <bp@alien8.de>
4713 L: linux-edac@vger.kernel.org
4715 F: drivers/edac/amd64_edac*
4718 M: Robert Richter <rric@kernel.org>
4719 L: linux-edac@vger.kernel.org
4721 F: drivers/edac/highbank*
4724 M: Ralf Baechle <ralf@linux-mips.org>
4725 M: David Daney <david.daney@cavium.com>
4726 L: linux-edac@vger.kernel.org
4727 L: linux-mips@linux-mips.org
4729 F: drivers/edac/octeon_edac*
4730 F: drivers/edac/thunderx_edac*
4733 M: Mark Gross <mark.gross@intel.com>
4734 L: linux-edac@vger.kernel.org
4736 F: drivers/edac/e752x_edac.c
4739 L: linux-edac@vger.kernel.org
4741 F: drivers/edac/e7xxx_edac.c
4744 M: York Sun <york.sun@nxp.com>
4745 L: linux-edac@vger.kernel.org
4747 F: drivers/edac/fsl_ddr_edac.*
4750 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4751 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4752 L: linux-edac@vger.kernel.org
4754 F: drivers/edac/ghes_edac.c
4757 M: Tim Small <tim@buttersideup.com>
4758 L: linux-edac@vger.kernel.org
4760 F: drivers/edac/i82443bxgx_edac.c
4763 L: linux-edac@vger.kernel.org
4765 F: drivers/edac/i3000_edac.c
4768 L: linux-edac@vger.kernel.org
4770 F: drivers/edac/i5000_edac.c
4773 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4774 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4775 L: linux-edac@vger.kernel.org
4777 F: drivers/edac/i5400_edac.c
4780 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4781 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4782 L: linux-edac@vger.kernel.org
4784 F: drivers/edac/i7300_edac.c
4787 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4788 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4789 L: linux-edac@vger.kernel.org
4791 F: drivers/edac/i7core_edac.c
4794 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4795 M: "Arvind R." <arvino55@gmail.com>
4796 L: linux-edac@vger.kernel.org
4798 F: drivers/edac/i82975x_edac.c
4801 M: Jason Baron <jbaron@akamai.com>
4802 L: linux-edac@vger.kernel.org
4804 F: drivers/edac/ie31200_edac.c
4807 M: Johannes Thumshirn <morbidrsa@gmail.com>
4808 L: linux-edac@vger.kernel.org
4810 F: drivers/edac/mpc85xx_edac.[ch]
4813 M: Tony Luck <tony.luck@intel.com>
4814 L: linux-edac@vger.kernel.org
4816 F: drivers/edac/pnd2_edac.[ch]
4819 M: Egor Martovetsky <egor@pasemi.com>
4820 L: linux-edac@vger.kernel.org
4822 F: drivers/edac/pasemi_edac.c
4825 M: Tim Small <tim@buttersideup.com>
4826 L: linux-edac@vger.kernel.org
4828 F: drivers/edac/r82600_edac.c
4831 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4832 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4833 L: linux-edac@vger.kernel.org
4835 F: drivers/edac/sb_edac.c
4838 M: Tony Luck <tony.luck@intel.com>
4839 L: linux-edac@vger.kernel.org
4841 F: drivers/edac/skx_edac.c
4844 APPLIED MICRO (APM) X-GENE SOC EDAC
4845 M: Loc Ho <lho@apm.com>
4847 F: drivers/edac/xgene_edac.c
4848 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4850 EDIROL UA-101/UA-1000 DRIVER
4851 M: Clemens Ladisch <clemens@ladisch.de>
4852 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4853 T: git git://git.alsa-project.org/alsa-kernel.git
4855 F: sound/usb/misc/ua101.c
4857 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4858 M: Matt Fleming <matt@codeblueprint.co.uk>
4859 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
4860 L: linux-efi@vger.kernel.org
4861 T: git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4863 F: Documentation/efi-stub.txt
4864 F: arch/*/kernel/efi.c
4865 F: arch/x86/boot/compressed/eboot.[ch]
4866 F: arch/*/include/asm/efi.h
4867 F: arch/x86/platform/efi/
4868 F: drivers/firmware/efi/
4869 F: include/linux/efi*.h
4870 F: arch/arm/boot/compressed/efi-header.S
4871 F: arch/arm64/kernel/efi-entry.S
4873 EFI VARIABLE FILESYSTEM
4874 M: Matthew Garrett <matthew.garrett@nebula.com>
4875 M: Jeremy Kerr <jk@ozlabs.org>
4876 M: Matt Fleming <matt@codeblueprint.co.uk>
4877 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4878 L: linux-efi@vger.kernel.org
4882 EFIFB FRAMEBUFFER DRIVER
4883 L: linux-fbdev@vger.kernel.org
4884 M: Peter Jones <pjones@redhat.com>
4886 F: drivers/video/fbdev/efifb.c
4889 L: linux-efi@vger.kernel.org
4890 M: Ivan Hu <ivan.hu@canonical.com>
4891 M: Matt Fleming <matt@codeblueprint.co.uk>
4893 F: drivers/firmware/efi/test/
4896 W: http://aeschi.ch.eu.org/efs/
4900 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4901 M: Douglas Miller <dougmill@linux.vnet.ibm.com>
4902 L: netdev@vger.kernel.org
4904 F: drivers/net/ethernet/ibm/ehea/
4906 EM28XX VIDEO4LINUX DRIVER
4907 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4908 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4909 L: linux-media@vger.kernel.org
4910 W: https://linuxtv.org
4911 T: git git://linuxtv.org/media_tree.git
4913 F: drivers/media/usb/em28xx/
4914 F: Documentation/media/v4l-drivers/em28xx*
4917 M: Paul Gortmaker <paul.gortmaker@windriver.com>
4918 M: Matt Mackall <mpm@selenic.com>
4919 M: David Woodhouse <dwmw2@infradead.org>
4920 L: linux-embedded@vger.kernel.org
4923 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
4924 M: James Smart <james.smart@broadcom.com>
4925 M: Dick Kennedy <dick.kennedy@broadcom.com>
4926 L: linux-scsi@vger.kernel.org
4927 W: http://www.broadcom.com
4929 F: drivers/scsi/lpfc/
4931 ENE CB710 FLASH CARD READER DRIVER
4932 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4934 F: drivers/misc/cb710/
4935 F: drivers/mmc/host/cb710-mmc.*
4936 F: include/linux/cb710.h
4938 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4939 M: Maxim Levitsky <maximlevitsky@gmail.com>
4941 F: drivers/media/rc/ene_ir.*
4943 EPSON S1D13XXX FRAMEBUFFER DRIVER
4944 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4946 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4947 F: drivers/video/fbdev/s1d13xxxfb.c
4948 F: include/video/s1d13xxxfb.h
4950 ET131X NETWORK DRIVER
4951 M: Mark Einon <mark.einon@gmail.com>
4953 F: drivers/net/ethernet/agere/
4956 M: Stephen Hemminger <stephen@networkplumber.org>
4957 L: bridge@lists.linux-foundation.org (moderated for non-subscribers)
4958 L: netdev@vger.kernel.org
4959 W: http://www.linuxfoundation.org/en/Net:Bridge
4961 F: include/linux/netfilter_bridge/
4964 ETHERNET PHY LIBRARY
4965 M: Andrew Lunn <andrew@lunn.ch>
4966 M: Florian Fainelli <f.fainelli@gmail.com>
4967 L: netdev@vger.kernel.org
4969 F: include/linux/phy.h
4970 F: include/linux/phy_fixed.h
4972 F: Documentation/networking/phy.txt
4973 F: drivers/of/of_mdio.c
4974 F: drivers/of/of_net.c
4977 M: Jan Kara <jack@suse.com>
4978 L: linux-ext4@vger.kernel.org
4980 F: Documentation/filesystems/ext2.txt
4982 F: include/linux/ext2*
4985 M: "Theodore Ts'o" <tytso@mit.edu>
4986 M: Andreas Dilger <adilger.kernel@dilger.ca>
4987 L: linux-ext4@vger.kernel.org
4988 W: http://ext4.wiki.kernel.org
4989 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4990 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4992 F: Documentation/filesystems/ext4.txt
4995 Extended Verification Module (EVM)
4996 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4997 L: linux-ima-devel@lists.sourceforge.net
4998 L: linux-security-module@vger.kernel.org
5000 F: security/integrity/evm/
5002 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
5003 M: MyungJoo Ham <myungjoo.ham@samsung.com>
5004 M: Chanwoo Choi <cw00.choi@samsung.com>
5005 L: linux-kernel@vger.kernel.org
5006 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
5009 F: include/linux/extcon/
5010 F: include/linux/extcon.h
5011 F: Documentation/extcon/
5012 F: Documentation/devicetree/bindings/extcon/
5015 M: Jingoo Han <jingoohan1@gmail.com>
5016 L: dri-devel@lists.freedesktop.org
5018 F: drivers/gpu/drm/exynos/exynos_dp*
5020 EXYNOS SYSMMU (IOMMU) driver
5021 M: Marek Szyprowski <m.szyprowski@samsung.com>
5022 L: iommu@lists.linux-foundation.org
5024 F: drivers/iommu/exynos-iommu.c
5026 EZchip NPS platform support
5027 M: Noam Camus <noamc@ezchip.com>
5029 F: arch/arc/plat-eznps
5030 F: arch/arc/boot/dts/eznps.dts
5032 F71805F HARDWARE MONITORING DRIVER
5033 M: Jean Delvare <jdelvare@suse.com>
5034 L: linux-hwmon@vger.kernel.org
5036 F: Documentation/hwmon/f71805f
5037 F: drivers/hwmon/f71805f.c
5040 M: Michael Buesch <m@bues.ch>
5041 L: linux-media@vger.kernel.org
5043 F: drivers/media/tuners/fc0011.h
5044 F: drivers/media/tuners/fc0011.c
5047 M: Antti Palosaari <crope@iki.fi>
5048 L: linux-media@vger.kernel.org
5049 W: https://linuxtv.org
5050 W: http://palosaari.fi/linux/
5051 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5052 T: git git://linuxtv.org/anttip/media_tree.git
5054 F: drivers/media/tuners/fc2580*
5057 M: Eric Paris <eparis@redhat.com>
5059 F: fs/notify/fanotify/
5060 F: include/linux/fanotify.h
5061 F: include/uapi/linux/fanotify.h
5063 FARSYNC SYNCHRONOUS DRIVER
5064 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
5065 W: http://www.farsite.co.uk/
5067 F: drivers/net/wan/farsync.*
5069 FAULT INJECTION SUPPORT
5070 M: Akinobu Mita <akinobu.mita@gmail.com>
5072 F: Documentation/fault-injection/
5073 F: lib/fault-inject.c
5075 FBTFT Framebuffer drivers
5076 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5078 F: drivers/staging/fbtft/
5080 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
5081 M: Johannes Thumshirn <jth@kernel.org>
5082 L: fcoe-devel@open-fcoe.org
5083 W: www.Open-FCoE.org
5085 F: drivers/scsi/libfc/
5086 F: drivers/scsi/fcoe/
5088 F: include/scsi/libfc.h
5089 F: include/scsi/libfcoe.h
5090 F: include/uapi/scsi/fc/
5092 FILE LOCKING (flock() and fcntl()/lockf())
5093 M: Jeff Layton <jlayton@poochiereds.net>
5094 M: "J. Bruce Fields" <bfields@fieldses.org>
5095 L: linux-fsdevel@vger.kernel.org
5097 F: include/linux/fcntl.h
5098 F: include/linux/fs.h
5099 F: include/uapi/linux/fcntl.h
5100 F: include/uapi/linux/fs.h
5104 FILESYSTEMS (VFS and infrastructure)
5105 M: Alexander Viro <viro@zeniv.linux.org.uk>
5106 L: linux-fsdevel@vger.kernel.org
5110 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5111 M: Riku Voipio <riku.voipio@iki.fi>
5112 L: linux-hwmon@vger.kernel.org
5114 F: drivers/hwmon/f75375s.c
5115 F: include/linux/f75375s.h
5117 FIREWIRE AUDIO DRIVERS
5118 M: Clemens Ladisch <clemens@ladisch.de>
5119 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5120 T: git git://git.alsa-project.org/alsa-kernel.git
5124 FIREWIRE MEDIA DRIVERS (firedtv)
5125 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
5126 L: linux-media@vger.kernel.org
5127 L: linux1394-devel@lists.sourceforge.net
5128 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5130 F: drivers/media/firewire/
5132 FIREWIRE SBP-2 TARGET
5133 M: Chris Boot <bootc@bootc.net>
5134 L: linux-scsi@vger.kernel.org
5135 L: target-devel@vger.kernel.org
5136 L: linux1394-devel@lists.sourceforge.net
5137 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5139 F: drivers/target/sbp/
5142 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
5143 L: linux1394-devel@lists.sourceforge.net
5144 W: http://ieee1394.wiki.kernel.org/
5145 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5147 F: drivers/firewire/
5148 F: include/linux/firewire.h
5149 F: include/uapi/linux/firewire*.h
5152 FIRMWARE LOADER (request_firmware)
5153 M: Ming Lei <ming.lei@canonical.com>
5154 M: Luis R. Rodriguez <mcgrof@kernel.org>
5155 L: linux-kernel@vger.kernel.org
5157 F: Documentation/firmware_class/
5158 F: drivers/base/firmware*.c
5159 F: include/linux/firmware.h
5161 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5162 M: Joshua Morris <josh.h.morris@us.ibm.com>
5163 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5165 F: drivers/block/rsxx/
5168 M: Jiri Kosina <jikos@kernel.org>
5169 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5171 F: drivers/block/floppy.c
5174 M: Alessandro Rubini <rubini@gnudd.com>
5175 W: http://www.ohwr.org/projects/fmc-bus
5178 F: include/linux/fmc*.h
5179 F: include/linux/ipmi-fru.h
5182 FPGA MANAGER FRAMEWORK
5183 M: Alan Tull <atull@opensource.altera.com>
5184 R: Moritz Fischer <moritz.fischer@ettus.com>
5185 L: linux-fpga@vger.kernel.org
5187 T: git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5189 F: include/linux/fpga/fpga-mgr.h
5190 W: http://www.rocketboards.org
5193 M: Bill Metzenthen <billm@melbpc.org.au>
5194 W: http://floatingpoint.sourceforge.net/emulator/index.html
5196 F: arch/x86/math-emu/
5198 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5199 L: netdev@vger.kernel.org
5201 F: drivers/net/wan/dlci.c
5202 F: drivers/net/wan/sdla.c
5205 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5206 L: linux-fbdev@vger.kernel.org
5207 T: git git://github.com/bzolnier/linux.git
5208 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
5210 F: Documentation/fb/
5213 F: include/linux/fb.h
5214 F: include/uapi/video/
5215 F: include/uapi/linux/fb.h
5217 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5218 M: Horia Geantă <horia.geanta@nxp.com>
5219 M: Dan Douglass <dan.douglass@nxp.com>
5220 L: linux-crypto@vger.kernel.org
5222 F: drivers/crypto/caam/
5223 F: Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5225 FREESCALE DIU FRAMEBUFFER DRIVER
5226 M: Timur Tabi <timur@tabi.org>
5227 L: linux-fbdev@vger.kernel.org
5229 F: drivers/video/fbdev/fsl-diu-fb.*
5231 FREESCALE DMA DRIVER
5232 M: Li Yang <leoli@freescale.com>
5233 M: Zhang Wei <zw@zh-kernel.org>
5234 L: linuxppc-dev@lists.ozlabs.org
5236 F: drivers/dma/fsldma.*
5238 FREESCALE GPMI NAND DRIVER
5239 M: Han Xu <han.xu@nxp.com>
5240 L: linux-mtd@lists.infradead.org
5242 F: drivers/mtd/nand/gpmi-nand/*
5244 FREESCALE I2C CPM DRIVER
5245 M: Jochen Friedrich <jochen@scram.de>
5246 L: linuxppc-dev@lists.ozlabs.org
5247 L: linux-i2c@vger.kernel.org
5249 F: drivers/i2c/busses/i2c-cpm.c
5251 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5252 M: Sascha Hauer <kernel@pengutronix.de>
5253 L: linux-fbdev@vger.kernel.org
5254 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5256 F: include/linux/platform_data/video-imxfb.h
5257 F: drivers/video/fbdev/imxfb.c
5259 FREESCALE QUAD SPI DRIVER
5260 M: Han Xu <han.xu@nxp.com>
5261 L: linux-mtd@lists.infradead.org
5263 F: drivers/mtd/spi-nor/fsl-quadspi.c
5265 FREESCALE SOC FS_ENET DRIVER
5266 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
5267 M: Vitaly Bordug <vbordug@ru.mvista.com>
5268 L: linuxppc-dev@lists.ozlabs.org
5269 L: netdev@vger.kernel.org
5271 F: drivers/net/ethernet/freescale/fs_enet/
5272 F: include/linux/fs_enet_pd.h
5274 FREESCALE IMX / MXC FEC DRIVER
5275 M: Fugang Duan <fugang.duan@nxp.com>
5276 L: netdev@vger.kernel.org
5278 F: drivers/net/ethernet/freescale/fec_main.c
5279 F: drivers/net/ethernet/freescale/fec_ptp.c
5280 F: drivers/net/ethernet/freescale/fec.h
5281 F: Documentation/devicetree/bindings/net/fsl-fec.txt
5283 FREESCALE QORIQ DPAA FMAN DRIVER
5284 M: Madalin Bucur <madalin.bucur@nxp.com>
5285 L: netdev@vger.kernel.org
5287 F: drivers/net/ethernet/freescale/fman
5288 F: Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5290 FREESCALE QORIQ DPAA ETHERNET DRIVER
5291 M: Madalin Bucur <madalin.bucur@nxp.com>
5292 L: netdev@vger.kernel.org
5294 F: drivers/net/ethernet/freescale/dpaa
5296 FREESCALE SOC DRIVERS
5297 M: Scott Wood <oss@buserror.net>
5298 L: linuxppc-dev@lists.ozlabs.org
5299 L: linux-arm-kernel@lists.infradead.org
5302 F: include/linux/fsl/
5304 FREESCALE QUICC ENGINE LIBRARY
5305 M: Qiang Zhao <qiang.zhao@nxp.com>
5306 L: linuxppc-dev@lists.ozlabs.org
5308 F: drivers/soc/fsl/qe/
5309 F: include/soc/fsl/*qe*.h
5310 F: include/soc/fsl/*ucc*.h
5312 FREESCALE USB PERIPHERAL DRIVERS
5313 M: Li Yang <leoli@freescale.com>
5314 L: linux-usb@vger.kernel.org
5315 L: linuxppc-dev@lists.ozlabs.org
5317 F: drivers/usb/gadget/udc/fsl*
5319 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5320 M: Li Yang <leoli@freescale.com>
5321 L: netdev@vger.kernel.org
5322 L: linuxppc-dev@lists.ozlabs.org
5324 F: drivers/net/ethernet/freescale/ucc_geth*
5326 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5327 M: Claudiu Manoil <claudiu.manoil@freescale.com>
5328 L: netdev@vger.kernel.org
5330 F: drivers/net/ethernet/freescale/gianfar*
5331 X: drivers/net/ethernet/freescale/gianfar_ptp.c
5332 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5334 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5335 M: Zhao Qiang <qiang.zhao@nxp.com>
5336 L: netdev@vger.kernel.org
5337 L: linuxppc-dev@lists.ozlabs.org
5339 F: drivers/net/wan/fsl_ucc_hdlc*
5341 FREESCALE QUICC ENGINE UCC UART DRIVER
5342 M: Timur Tabi <timur@tabi.org>
5343 L: linuxppc-dev@lists.ozlabs.org
5345 F: drivers/tty/serial/ucc_uart.c
5347 FREESCALE SOC SOUND DRIVERS
5348 M: Timur Tabi <timur@tabi.org>
5349 M: Nicolin Chen <nicoleotsuka@gmail.com>
5350 M: Xiubo Li <Xiubo.Lee@gmail.com>
5351 R: Fabio Estevam <fabio.estevam@nxp.com>
5352 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5353 L: linuxppc-dev@lists.ozlabs.org
5355 F: sound/soc/fsl/fsl*
5356 F: sound/soc/fsl/imx*
5357 F: sound/soc/fsl/mpc8610_hpcd.c
5360 M: Christoph Hellwig <hch@infradead.org>
5361 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
5366 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5367 M: Pavel Machek <pavel@ucw.cz>
5368 L: linux-pm@vger.kernel.org
5370 F: Documentation/power/freezing-of-tasks.txt
5371 F: include/linux/freezer.h
5375 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5376 L: linux-kernel@vger.kernel.org
5379 F: include/linux/frontswap.h
5381 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5382 M: David Howells <dhowells@redhat.com>
5383 L: linux-cachefs@redhat.com (moderated for non-subscribers)
5385 F: Documentation/filesystems/caching/
5387 F: include/linux/fscache*.h
5389 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5390 M: Theodore Y. Ts'o <tytso@mit.edu>
5391 M: Jaegeuk Kim <jaegeuk@kernel.org>
5392 L: linux-fsdevel@vger.kernel.org
5395 F: include/linux/fscrypt*.h
5398 M: Jaegeuk Kim <jaegeuk@kernel.org>
5399 M: Chao Yu <yuchao0@huawei.com>
5400 L: linux-f2fs-devel@lists.sourceforge.net
5401 W: https://f2fs.wiki.kernel.org/
5402 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5404 F: Documentation/filesystems/f2fs.txt
5405 F: Documentation/ABI/testing/sysfs-fs-f2fs
5407 F: include/linux/f2fs_fs.h
5408 F: include/trace/events/f2fs.h
5410 FUJITSU FR-V (FRV) PORT
5414 FUJITSU LAPTOP EXTRAS
5415 M: Jonathan Woithe <jwoithe@just42.net>
5416 L: platform-driver-x86@vger.kernel.org
5418 F: drivers/platform/x86/fujitsu-laptop.c
5420 FUJITSU M-5MO LS CAMERA ISP DRIVER
5421 M: Kyungmin Park <kyungmin.park@samsung.com>
5422 M: Heungjun Kim <riverful.kim@samsung.com>
5423 L: linux-media@vger.kernel.org
5425 F: drivers/media/i2c/m5mols/
5426 F: include/media/i2c/m5mols.h
5428 FUJITSU TABLET EXTRAS
5429 M: Robert Gerlach <khnz@gmx.de>
5430 L: platform-driver-x86@vger.kernel.org
5432 F: drivers/platform/x86/fujitsu-tablet.c
5434 FUSE: FILESYSTEM IN USERSPACE
5435 M: Miklos Szeredi <miklos@szeredi.hu>
5436 L: linux-fsdevel@vger.kernel.org
5437 W: http://fuse.sourceforge.net/
5438 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5441 F: include/uapi/linux/fuse.h
5442 F: Documentation/filesystems/fuse.txt
5445 M: Thomas Gleixner <tglx@linutronix.de>
5446 M: Ingo Molnar <mingo@redhat.com>
5447 R: Peter Zijlstra <peterz@infradead.org>
5448 R: Darren Hart <dvhart@infradead.org>
5449 L: linux-kernel@vger.kernel.org
5450 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
5453 F: kernel/futex_compat.c
5454 F: include/asm-generic/futex.h
5455 F: include/linux/futex.h
5456 F: include/uapi/linux/futex.h
5457 F: tools/testing/selftests/futex/
5458 F: tools/perf/bench/futex*
5459 F: Documentation/*futex*
5461 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5462 M: Rik Faith <faith@cs.unc.edu>
5463 L: linux-scsi@vger.kernel.org
5464 S: Odd Fixes (e.g., new signatures)
5465 F: drivers/scsi/fdomain.*
5468 M: Kees Cook <keescook@chromium.org>
5469 R: Emese Revfy <re.emese@gmail.com>
5470 L: kernel-hardening@lists.openwall.com
5472 F: scripts/gcc-plugins/
5473 F: scripts/gcc-plugin.sh
5474 F: scripts/Makefile.gcc-plugins
5475 F: Documentation/gcc-plugins.txt
5477 GCOV BASED KERNEL PROFILING
5478 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5481 F: Documentation/dev-tools/gcov.rst
5483 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5484 M: Achim Leubner <achim_leubner@adaptec.com>
5485 L: linux-scsi@vger.kernel.org
5486 W: http://www.icp-vortex.com/
5488 F: drivers/scsi/gdt*
5490 GDB KERNEL DEBUGGING HELPER SCRIPTS
5491 M: Jan Kiszka <jan.kiszka@siemens.com>
5492 M: Kieran Bingham <kieran@bingham.xyz>
5496 GEMTEK FM RADIO RECEIVER DRIVER
5497 M: Hans Verkuil <hverkuil@xs4all.nl>
5498 L: linux-media@vger.kernel.org
5499 T: git git://linuxtv.org/media_tree.git
5500 W: https://linuxtv.org
5502 F: drivers/media/radio/radio-gemtek*
5504 GENERIC GPIO I2C DRIVER
5505 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
5507 F: drivers/i2c/busses/i2c-gpio.c
5508 F: include/linux/i2c-gpio.h
5510 GENERIC GPIO I2C MULTIPLEXER DRIVER
5511 M: Peter Korsgaard <peter.korsgaard@barco.com>
5512 L: linux-i2c@vger.kernel.org
5514 F: drivers/i2c/muxes/i2c-mux-gpio.c
5515 F: include/linux/i2c-mux-gpio.h
5516 F: Documentation/i2c/muxes/i2c-mux-gpio
5518 GENERIC HDLC (WAN) DRIVERS
5519 M: Krzysztof Halasa <khc@pm.waw.pl>
5520 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
5522 F: drivers/net/wan/c101.c
5523 F: drivers/net/wan/hd6457*
5524 F: drivers/net/wan/hdlc*
5525 F: drivers/net/wan/n2.c
5526 F: drivers/net/wan/pc300too.c
5527 F: drivers/net/wan/pci200syn.c
5528 F: drivers/net/wan/wanxl*
5530 GENERIC INCLUDE/ASM HEADER FILES
5531 M: Arnd Bergmann <arnd@arndb.de>
5532 L: linux-arch@vger.kernel.org
5533 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5535 F: include/asm-generic/
5536 F: include/uapi/asm-generic/
5538 GENERIC PHY FRAMEWORK
5539 M: Kishon Vijay Abraham I <kishon@ti.com>
5540 L: linux-kernel@vger.kernel.org
5541 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5544 F: include/linux/phy/
5547 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5548 M: Kevin Hilman <khilman@kernel.org>
5549 M: Ulf Hansson <ulf.hansson@linaro.org>
5550 L: linux-pm@vger.kernel.org
5552 F: drivers/base/power/domain*.c
5553 F: include/linux/pm_domain.h
5555 GENERIC UIO DRIVER FOR PCI DEVICES
5556 M: "Michael S. Tsirkin" <mst@redhat.com>
5557 L: kvm@vger.kernel.org
5559 F: drivers/uio/uio_pci_generic.c
5561 GET_MAINTAINER SCRIPT
5562 M: Joe Perches <joe@perches.com>
5564 F: scripts/get_maintainer.pl
5566 GENWQE (IBM Generic Workqueue Card)
5567 M: Frank Haverkamp <haver@linux.vnet.ibm.com>
5568 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
5570 F: drivers/misc/genwqe/
5573 M: Steven Whitehouse <swhiteho@redhat.com>
5574 M: Bob Peterson <rpeterso@redhat.com>
5575 L: cluster-devel@redhat.com
5576 W: http://sources.redhat.com/cluster/
5577 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5579 F: Documentation/filesystems/gfs2*.txt
5581 F: include/uapi/linux/gfs2_ondisk.h
5583 GIGASET ISDN DRIVERS
5584 M: Paul Bolle <pebolle@tiscali.nl>
5585 L: gigaset307x-common@lists.sourceforge.net
5586 W: http://gigaset307x.sourceforge.net/
5588 F: Documentation/isdn/README.gigaset
5589 F: drivers/isdn/gigaset/
5590 F: include/uapi/linux/gigaset_dev.h
5593 M: Hans Verkuil <hans.verkuil@cisco.com>
5594 L: linux-media@vger.kernel.org
5596 F: drivers/media/usb/go7007/
5599 M: Bastien Nocera <hadess@hadess.net>
5600 L: linux-input@vger.kernel.org
5602 F: drivers/input/touchscreen/goodix.c
5605 M: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5606 L: linux-gpio@vger.kernel.org
5608 F: drivers/gpio/gpio-mockup.c
5609 F: tools/testing/selftests/gpio/
5612 M: Linus Walleij <linus.walleij@linaro.org>
5613 M: Alexandre Courbot <gnurou@gmail.com>
5614 L: linux-gpio@vger.kernel.org
5615 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5617 F: Documentation/devicetree/bindings/gpio/
5618 F: Documentation/gpio/
5619 F: Documentation/ABI/testing/gpio-cdev
5620 F: Documentation/ABI/obsolete/sysfs-gpio
5622 F: include/linux/gpio/
5623 F: include/linux/gpio.h
5624 F: include/asm-generic/gpio.h
5625 F: include/uapi/linux/gpio.h
5628 GRE DEMULTIPLEXER DRIVER
5629 M: Dmitry Kozlov <xeb@mail.ru>
5630 L: netdev@vger.kernel.org
5632 F: net/ipv4/gre_demux.c
5633 F: net/ipv4/gre_offload.c
5634 F: include/net/gre.h
5636 GRETH 10/100/1G Ethernet MAC device driver
5637 M: Andreas Larsson <andreas@gaisler.com>
5638 L: netdev@vger.kernel.org
5640 F: drivers/net/ethernet/aeroflex/
5643 M: Johan Hovold <johan@kernel.org>
5644 M: Alex Elder <elder@kernel.org>
5645 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5647 F: drivers/staging/greybus/
5648 L: greybus-dev@lists.linaro.org
5650 GREYBUS AUDIO PROTOCOLS DRIVERS
5651 M: Vaibhav Agarwal <vaibhav.sr@gmail.com>
5652 M: Mark Greer <mgreer@animalcreek.com>
5654 F: drivers/staging/greybus/audio_apbridgea.c
5655 F: drivers/staging/greybus/audio_apbridgea.h
5656 F: drivers/staging/greybus/audio_codec.c
5657 F: drivers/staging/greybus/audio_codec.h
5658 F: drivers/staging/greybus/audio_gb.c
5659 F: drivers/staging/greybus/audio_manager.c
5660 F: drivers/staging/greybus/audio_manager.h
5661 F: drivers/staging/greybus/audio_manager_module.c
5662 F: drivers/staging/greybus/audio_manager_private.h
5663 F: drivers/staging/greybus/audio_manager_sysfs.c
5664 F: drivers/staging/greybus/audio_module.c
5665 F: drivers/staging/greybus/audio_topology.c
5667 GREYBUS PROTOCOLS DRIVERS
5668 M: Rui Miguel Silva <rmfrfs@gmail.com>
5670 F: drivers/staging/greybus/sdio.c
5671 F: drivers/staging/greybus/light.c
5672 F: drivers/staging/greybus/gpio.c
5673 F: drivers/staging/greybus/power_supply.c
5674 F: drivers/staging/greybus/spi.c
5675 F: drivers/staging/greybus/spilib.c
5677 GREYBUS PROTOCOLS DRIVERS
5678 M: Bryan O'Donoghue <pure.logic@nexus-software.ie>
5680 F: drivers/staging/greybus/loopback.c
5681 F: drivers/staging/greybus/timesync.c
5682 F: drivers/staging/greybus/timesync_platform.c
5684 GREYBUS PROTOCOLS DRIVERS
5685 M: Viresh Kumar <vireshk@kernel.org>
5687 F: drivers/staging/greybus/authentication.c
5688 F: drivers/staging/greybus/bootrom.c
5689 F: drivers/staging/greybus/firmware.h
5690 F: drivers/staging/greybus/fw-core.c
5691 F: drivers/staging/greybus/fw-download.c
5692 F: drivers/staging/greybus/fw-managament.c
5693 F: drivers/staging/greybus/greybus_authentication.h
5694 F: drivers/staging/greybus/greybus_firmware.h
5695 F: drivers/staging/greybus/hid.c
5696 F: drivers/staging/greybus/i2c.c
5697 F: drivers/staging/greybus/spi.c
5698 F: drivers/staging/greybus/spilib.c
5699 F: drivers/staging/greybus/spilib.h
5701 GREYBUS PROTOCOLS DRIVERS
5702 M: David Lin <dtwlin@gmail.com>
5704 F: drivers/staging/greybus/uart.c
5705 F: drivers/staging/greybus/log.c
5707 GREYBUS PLATFORM DRIVERS
5708 M: Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5710 F: drivers/staging/greybus/arche-platform.c
5711 F: drivers/staging/greybus/arche-apb-ctrl.c
5712 F: drivers/staging/greybus/arche_platform.h
5714 GS1662 VIDEO SERIALIZER
5715 M: Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5716 L: linux-media@vger.kernel.org
5717 T: git git://linuxtv.org/media_tree.git
5719 F: drivers/media/spi/gs1662.c
5721 GSPCA FINEPIX SUBDRIVER
5722 M: Frank Zago <frank@zago.net>
5723 L: linux-media@vger.kernel.org
5724 T: git git://linuxtv.org/media_tree.git
5726 F: drivers/media/usb/gspca/finepix.c
5728 GSPCA GL860 SUBDRIVER
5729 M: Olivier Lorin <o.lorin@laposte.net>
5730 L: linux-media@vger.kernel.org
5731 T: git git://linuxtv.org/media_tree.git
5733 F: drivers/media/usb/gspca/gl860/
5735 GSPCA M5602 SUBDRIVER
5736 M: Erik Andren <erik.andren@gmail.com>
5737 L: linux-media@vger.kernel.org
5738 T: git git://linuxtv.org/media_tree.git
5740 F: drivers/media/usb/gspca/m5602/
5742 GSPCA PAC207 SONIXB SUBDRIVER
5743 M: Hans Verkuil <hverkuil@xs4all.nl>
5744 L: linux-media@vger.kernel.org
5745 T: git git://linuxtv.org/media_tree.git
5747 F: drivers/media/usb/gspca/pac207.c
5749 GSPCA SN9C20X SUBDRIVER
5750 M: Brian Johnson <brijohn@gmail.com>
5751 L: linux-media@vger.kernel.org
5752 T: git git://linuxtv.org/media_tree.git
5754 F: drivers/media/usb/gspca/sn9c20x.c
5756 GSPCA T613 SUBDRIVER
5757 M: Leandro Costantino <lcostantino@gmail.com>
5758 L: linux-media@vger.kernel.org
5759 T: git git://linuxtv.org/media_tree.git
5761 F: drivers/media/usb/gspca/t613.c
5763 GSPCA USB WEBCAM DRIVER
5764 M: Hans Verkuil <hverkuil@xs4all.nl>
5765 L: linux-media@vger.kernel.org
5766 T: git git://linuxtv.org/media_tree.git
5768 F: drivers/media/usb/gspca/
5770 GTP (GPRS Tunneling Protocol)
5771 M: Pablo Neira Ayuso <pablo@netfilter.org>
5772 M: Harald Welte <laforge@gnumonks.org>
5773 L: osmocom-net-gprs@lists.osmocom.org
5774 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
5776 F: drivers/net/gtp.c
5778 GUID PARTITION TABLE (GPT)
5779 M: Davidlohr Bueso <dave@stgolabs.net>
5780 L: linux-efi@vger.kernel.org
5782 F: block/partitions/efi.*
5784 STK1160 USB VIDEO CAPTURE DRIVER
5785 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5786 L: linux-media@vger.kernel.org
5787 T: git git://linuxtv.org/media_tree.git
5789 F: drivers/media/usb/stk1160/
5792 M: Yoshinori Sato <ysato@users.sourceforge.jp>
5793 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5794 W: http://uclinux-h8.sourceforge.jp
5795 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5798 F: drivers/clocksource/h8300_*.c
5799 F: drivers/clk/h8300/
5800 F: drivers/irqchip/irq-renesas-h8*.c
5802 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5803 M: Frank Seidel <frank@f-seidel.de>
5804 L: platform-driver-x86@vger.kernel.org
5805 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5807 F: drivers/platform/x86/hdaps.c
5809 HDPVR USB VIDEO ENCODER DRIVER
5810 M: Hans Verkuil <hverkuil@xs4all.nl>
5811 L: linux-media@vger.kernel.org
5812 T: git git://linuxtv.org/media_tree.git
5813 W: https://linuxtv.org
5815 F: drivers/media/usb/hdpvr/
5817 HWPOISON MEMORY FAILURE HANDLING
5818 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5819 L: linux-mm@kvack.org
5821 F: mm/memory-failure.c
5822 F: mm/hwpoison-inject.c
5824 HYPERVISOR VIRTUAL CONSOLE DRIVER
5825 L: linuxppc-dev@lists.ozlabs.org
5830 M: Antti Palosaari <crope@iki.fi>
5831 L: linux-media@vger.kernel.org
5832 W: https://linuxtv.org
5833 W: http://palosaari.fi/linux/
5834 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5835 T: git git://linuxtv.org/anttip/media_tree.git
5837 F: drivers/media/usb/hackrf/
5840 M: Jean Delvare <jdelvare@suse.com>
5841 M: Guenter Roeck <linux@roeck-us.net>
5842 L: linux-hwmon@vger.kernel.org
5843 W: http://hwmon.wiki.kernel.org/
5844 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5845 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5847 F: Documentation/hwmon/
5849 F: include/linux/hwmon*.h
5851 HARDWARE RANDOM NUMBER GENERATOR CORE
5852 M: Matt Mackall <mpm@selenic.com>
5853 M: Herbert Xu <herbert@gondor.apana.org.au>
5854 L: linux-crypto@vger.kernel.org
5856 F: Documentation/devicetree/bindings/rng/
5857 F: Documentation/hw_random.txt
5858 F: drivers/char/hw_random/
5859 F: include/linux/hw_random.h
5861 HARDWARE SPINLOCK CORE
5862 M: Ohad Ben-Cohen <ohad@wizery.com>
5863 M: Bjorn Andersson <bjorn.andersson@linaro.org>
5864 L: linux-remoteproc@vger.kernel.org
5866 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5867 F: Documentation/devicetree/bindings/hwlock/
5868 F: Documentation/hwspinlock.txt
5869 F: drivers/hwspinlock/
5870 F: include/linux/hwspinlock.h
5872 HARMONY SOUND DRIVER
5873 L: linux-parisc@vger.kernel.org
5875 F: sound/parisc/harmony.*
5877 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5878 M: Jimmy Vance <jimmy.vance@hpe.com>
5880 F: Documentation/watchdog/hpwdt.txt
5881 F: drivers/watchdog/hpwdt.c
5883 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5884 M: Don Brace <don.brace@microsemi.com>
5885 L: esc.storagedev@microsemi.com
5886 L: linux-scsi@vger.kernel.org
5888 F: Documentation/scsi/hpsa.txt
5889 F: drivers/scsi/hpsa*.[ch]
5890 F: include/linux/cciss*.h
5891 F: include/uapi/linux/cciss*.h
5893 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5894 M: Don Brace <don.brace@microsemi.com>
5895 L: esc.storagedev@microsemi.com
5896 L: linux-scsi@vger.kernel.org
5898 F: Documentation/blockdev/cciss.txt
5899 F: drivers/block/cciss*
5900 F: include/linux/cciss_ioctl.h
5901 F: include/uapi/linux/cciss_ioctl.h
5904 M: Mike Marciniszyn <mike.marciniszyn@intel.com>
5905 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
5906 L: linux-rdma@vger.kernel.org
5908 F: drivers/infiniband/hw/hfi1
5911 L: linux-fsdevel@vger.kernel.org
5913 F: Documentation/filesystems/hfs.txt
5917 L: linux-fsdevel@vger.kernel.org
5919 F: Documentation/filesystems/hfsplus.txt
5922 HGA FRAMEBUFFER DRIVER
5923 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5924 L: linux-nvidia@lists.surfsouth.com
5925 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5927 F: drivers/video/fbdev/hgafb.c
5929 HIBERNATION (aka Software Suspend, aka swsusp)
5930 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5931 M: Pavel Machek <pavel@ucw.cz>
5932 L: linux-pm@vger.kernel.org
5933 B: https://bugzilla.kernel.org
5936 F: drivers/base/power/
5938 F: include/linux/suspend.h
5939 F: include/linux/freezer.h
5940 F: include/linux/pm.h
5941 F: arch/*/include/asm/suspend*.h
5944 M: Jiri Kosina <jikos@kernel.org>
5945 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5946 L: linux-input@vger.kernel.org
5947 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5950 F: include/linux/hid*
5951 F: include/uapi/linux/hid*
5953 HID SENSOR HUB DRIVERS
5954 M: Jiri Kosina <jikos@kernel.org>
5955 M: Jonathan Cameron <jic23@kernel.org>
5956 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5957 L: linux-input@vger.kernel.org
5958 L: linux-iio@vger.kernel.org
5960 F: Documentation/hid/hid-sensor*
5961 F: drivers/hid/hid-sensor-*
5962 F: drivers/iio/*/hid-*
5963 F: include/linux/hid-sensor-*
5965 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5966 M: Thomas Gleixner <tglx@linutronix.de>
5967 L: linux-kernel@vger.kernel.org
5968 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5970 F: Documentation/timers/
5971 F: kernel/time/hrtimer.c
5972 F: kernel/time/clockevents.c
5973 F: kernel/time/tick*.*
5974 F: kernel/time/timer_*.c
5975 F: include/linux/clockchips.h
5976 F: include/linux/hrtimer.h
5978 HIGH-SPEED SCC DRIVER FOR AX.25
5979 L: linux-hams@vger.kernel.org
5981 F: drivers/net/hamradio/dmascc.c
5982 F: drivers/net/hamradio/scc.c
5984 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5985 M: HighPoint Linux Team <linux@highpoint-tech.com>
5986 W: http://www.highpoint-tech.com
5988 F: Documentation/scsi/hptiop.txt
5989 F: drivers/scsi/hptiop.c
5992 M: Jes Sorensen <jes@trained-monkey.org>
5993 L: linux-hippi@sunsite.dk
5995 F: include/linux/hippidevice.h
5996 F: include/uapi/linux/if_hippi.h
5998 F: drivers/net/hippi/
6000 HISILICON NETWORK SUBSYSTEM DRIVER
6001 M: Yisen Zhuang <yisen.zhuang@huawei.com>
6002 M: Salil Mehta <salil.mehta@huawei.com>
6003 L: netdev@vger.kernel.org
6004 W: http://www.hisilicon.com
6006 F: drivers/net/ethernet/hisilicon/
6007 F: Documentation/devicetree/bindings/net/hisilicon*.txt
6009 HISILICON ROCE DRIVER
6010 M: Lijun Ou <oulijun@huawei.com>
6011 M: Wei Hu(Xavier) <xavier.huwei@huawei.com>
6012 L: linux-rdma@vger.kernel.org
6014 F: drivers/infiniband/hw/hns/
6015 F: Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
6017 HISILICON SAS Controller
6018 M: John Garry <john.garry@huawei.com>
6019 W: http://www.hisilicon.com
6021 F: drivers/scsi/hisi_sas/
6022 F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
6025 M: Jouni Malinen <j@w1.fi>
6026 L: linux-wireless@vger.kernel.org
6027 W: http://w1.fi/hostap-driver.html
6029 F: drivers/net/wireless/intersil/hostap/
6031 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
6032 L: platform-driver-x86@vger.kernel.org
6034 F: drivers/platform/x86/tc1100-wmi.c
6036 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
6037 M: Jaroslav Kysela <perex@perex.cz>
6039 F: drivers/net/ethernet/hp/hp100.*
6041 HPET: High Precision Event Timers driver
6042 M: Clemens Ladisch <clemens@ladisch.de>
6044 F: Documentation/timers/hpet.txt
6045 F: drivers/char/hpet.c
6046 F: include/linux/hpet.h
6047 F: include/uapi/linux/hpet.h
6051 F: arch/x86/kernel/hpet.c
6052 F: arch/x86/include/asm/hpet.h
6055 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
6056 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
6061 M: Sebastian Reichel <sre@kernel.org>
6062 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
6064 F: Documentation/ABI/testing/sysfs-bus-hsi
6065 F: Documentation/driver-api/hsi.rst
6067 F: include/linux/hsi/
6068 F: include/uapi/linux/hsi/
6071 L: linux-usb@vger.kernel.org
6073 F: drivers/net/usb/hso.c
6075 HSR NETWORK PROTOCOL
6076 M: Arvid Brodin <arvid.brodin@alten.se>
6077 L: netdev@vger.kernel.org
6081 HTCPEN TOUCHSCREEN DRIVER
6082 M: Pau Oliva Fora <pof@eslack.org>
6083 L: linux-input@vger.kernel.org
6085 F: drivers/input/touchscreen/htcpen.c
6088 M: Nadia Yvette Chambers <nyc@holomorphy.com>
6093 M: Jean-Christophe Trotin <jean-christophe.trotin@st.com>
6094 L: linux-media@vger.kernel.org
6095 T: git git://linuxtv.org/media_tree.git
6096 W: https://linuxtv.org
6098 F: drivers/media/platform/sti/hva
6100 Hyper-V CORE AND DRIVERS
6101 M: "K. Y. Srinivasan" <kys@microsoft.com>
6102 M: Haiyang Zhang <haiyangz@microsoft.com>
6103 M: Stephen Hemminger <sthemmin@microsoft.com>
6104 L: devel@linuxdriverproject.org
6106 F: arch/x86/include/asm/mshyperv.h
6107 F: arch/x86/include/uapi/asm/hyperv.h
6108 F: arch/x86/kernel/cpu/mshyperv.c
6110 F: drivers/hid/hid-hyperv.c
6112 F: drivers/input/serio/hyperv-keyboard.c
6113 F: drivers/pci/host/pci-hyperv.c
6114 F: drivers/net/hyperv/
6115 F: drivers/scsi/storvsc_drv.c
6116 F: drivers/uio/uio_hv_generic.c
6117 F: drivers/video/fbdev/hyperv_fb.c
6118 F: include/linux/hyperv.h
6120 F: Documentation/ABI/stable/sysfs-bus-vmbus
6123 M: Peter Rosin <peda@axentia.se>
6124 L: linux-i2c@vger.kernel.org
6126 F: Documentation/i2c/i2c-topology
6127 F: Documentation/i2c/muxes/
6128 F: Documentation/devicetree/bindings/i2c/i2c-mux*
6129 F: Documentation/devicetree/bindings/i2c/i2c-arb*
6130 F: Documentation/devicetree/bindings/i2c/i2c-gate*
6131 F: drivers/i2c/i2c-mux.c
6132 F: drivers/i2c/muxes/
6133 F: include/linux/i2c-mux.h
6135 I2C OVER PARALLEL PORT
6136 M: Jean Delvare <jdelvare@suse.com>
6137 L: linux-i2c@vger.kernel.org
6139 F: Documentation/i2c/busses/i2c-parport
6140 F: Documentation/i2c/busses/i2c-parport-light
6141 F: drivers/i2c/busses/i2c-parport.c
6142 F: drivers/i2c/busses/i2c-parport-light.c
6144 I2C/SMBUS CONTROLLER DRIVERS FOR PC
6145 M: Jean Delvare <jdelvare@suse.com>
6146 L: linux-i2c@vger.kernel.org
6148 F: Documentation/i2c/busses/i2c-ali1535
6149 F: Documentation/i2c/busses/i2c-ali1563
6150 F: Documentation/i2c/busses/i2c-ali15x3
6151 F: Documentation/i2c/busses/i2c-amd756
6152 F: Documentation/i2c/busses/i2c-amd8111
6153 F: Documentation/i2c/busses/i2c-i801
6154 F: Documentation/i2c/busses/i2c-nforce2
6155 F: Documentation/i2c/busses/i2c-piix4
6156 F: Documentation/i2c/busses/i2c-sis5595
6157 F: Documentation/i2c/busses/i2c-sis630
6158 F: Documentation/i2c/busses/i2c-sis96x
6159 F: Documentation/i2c/busses/i2c-via
6160 F: Documentation/i2c/busses/i2c-viapro
6161 F: drivers/i2c/busses/i2c-ali1535.c
6162 F: drivers/i2c/busses/i2c-ali1563.c
6163 F: drivers/i2c/busses/i2c-ali15x3.c
6164 F: drivers/i2c/busses/i2c-amd756.c
6165 F: drivers/i2c/busses/i2c-amd756-s4882.c
6166 F: drivers/i2c/busses/i2c-amd8111.c
6167 F: drivers/i2c/busses/i2c-i801.c
6168 F: drivers/i2c/busses/i2c-isch.c
6169 F: drivers/i2c/busses/i2c-nforce2.c
6170 F: drivers/i2c/busses/i2c-nforce2-s4985.c
6171 F: drivers/i2c/busses/i2c-piix4.c
6172 F: drivers/i2c/busses/i2c-sis5595.c
6173 F: drivers/i2c/busses/i2c-sis630.c
6174 F: drivers/i2c/busses/i2c-sis96x.c
6175 F: drivers/i2c/busses/i2c-via.c
6176 F: drivers/i2c/busses/i2c-viapro.c
6178 I2C/SMBUS ISMT DRIVER
6179 M: Seth Heasley <seth.heasley@intel.com>
6180 M: Neil Horman <nhorman@tuxdriver.com>
6181 L: linux-i2c@vger.kernel.org
6182 F: drivers/i2c/busses/i2c-ismt.c
6183 F: Documentation/i2c/busses/i2c-ismt
6185 I2C/SMBUS STUB DRIVER
6186 M: Jean Delvare <jdelvare@suse.com>
6187 L: linux-i2c@vger.kernel.org
6189 F: drivers/i2c/i2c-stub.c
6192 M: Wolfram Sang <wsa@the-dreams.de>
6193 L: linux-i2c@vger.kernel.org
6194 W: https://i2c.wiki.kernel.org/
6195 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
6196 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6198 F: Documentation/devicetree/bindings/i2c/
6199 F: Documentation/i2c/
6202 F: include/linux/i2c.h
6203 F: include/linux/i2c-*.h
6204 F: include/uapi/linux/i2c.h
6205 F: include/uapi/linux/i2c-*.h
6208 M: Mika Westerberg <mika.westerberg@linux.intel.com>
6209 L: linux-i2c@vger.kernel.org
6210 L: linux-acpi@vger.kernel.org
6214 M: Jean Delvare <jdelvare@suse.com>
6215 L: linux-i2c@vger.kernel.org
6217 F: Documentation/i2c/busses/i2c-taos-evm
6218 F: drivers/i2c/busses/i2c-taos-evm.c
6221 M: Till Harbaum <till@harbaum.org>
6222 L: linux-i2c@vger.kernel.org
6223 W: http://www.harbaum.org/till/i2c_tiny_usb
6225 F: drivers/i2c/busses/i2c-tiny-usb.c
6228 M: "H. Peter Anvin" <hpa@zytor.com>
6232 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6233 M: "H. Peter Anvin" <hpa@zytor.com>
6234 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6237 IA64 (Itanium) PLATFORM
6238 M: Tony Luck <tony.luck@intel.com>
6239 M: Fenghua Yu <fenghua.yu@intel.com>
6240 L: linux-ia64@vger.kernel.org
6241 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6245 IBM Power VMX Cryptographic instructions
6246 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6247 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6248 L: linux-crypto@vger.kernel.org
6250 F: drivers/crypto/vmx/Makefile
6251 F: drivers/crypto/vmx/Kconfig
6252 F: drivers/crypto/vmx/vmx.c
6253 F: drivers/crypto/vmx/aes*
6254 F: drivers/crypto/vmx/ghash*
6255 F: drivers/crypto/vmx/ppc-xlate.pl
6257 IBM Power in-Nest Crypto Acceleration
6258 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6259 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6260 L: linux-crypto@vger.kernel.org
6262 F: drivers/crypto/nx/Makefile
6263 F: drivers/crypto/nx/Kconfig
6264 F: drivers/crypto/nx/nx-aes*
6265 F: drivers/crypto/nx/nx-sha*
6266 F: drivers/crypto/nx/nx.*
6267 F: drivers/crypto/nx/nx_csbcpb.h
6268 F: drivers/crypto/nx/nx_debugfs.h
6270 IBM Power 842 compression accelerator
6271 M: Haren Myneni <haren@us.ibm.com>
6273 F: drivers/crypto/nx/Makefile
6274 F: drivers/crypto/nx/Kconfig
6275 F: drivers/crypto/nx/nx-842*
6276 F: include/linux/sw842.h
6280 IBM Power Linux RAID adapter
6281 M: Brian King <brking@us.ibm.com>
6283 F: drivers/scsi/ipr.*
6285 IBM Power Virtual Ethernet Device Driver
6286 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6287 L: netdev@vger.kernel.org
6289 F: drivers/net/ethernet/ibm/ibmveth.*
6291 IBM Power SRIOV Virtual NIC Device Driver
6292 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6293 M: John Allen <jallen@linux.vnet.ibm.com>
6294 L: netdev@vger.kernel.org
6296 F: drivers/net/ethernet/ibm/ibmvnic.*
6298 IBM Power Virtual SCSI Device Drivers
6299 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6300 L: linux-scsi@vger.kernel.org
6302 F: drivers/scsi/ibmvscsi/ibmvscsi*
6303 F: include/scsi/viosrp.h
6305 IBM Power Virtual SCSI Device Target Driver
6306 M: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6307 M: Michael Cyr <mikecyr@linux.vnet.ibm.com>
6308 L: linux-scsi@vger.kernel.org
6309 L: target-devel@vger.kernel.org
6311 F: drivers/scsi/ibmvscsi_tgt/
6313 IBM Power Virtual FC Device Drivers
6314 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6315 L: linux-scsi@vger.kernel.org
6317 F: drivers/scsi/ibmvscsi/ibmvfc*
6319 IBM ServeRAID RAID DRIVER
6321 F: drivers/scsi/ips.*
6323 ICH LPC AND GPIO DRIVER
6324 M: Peter Tyser <ptyser@xes-inc.com>
6326 F: drivers/mfd/lpc_ich.c
6327 F: drivers/gpio/gpio-ich.c
6329 IDT VersaClock 5 CLOCK DRIVER
6330 M: Marek Vasut <marek.vasut@gmail.com>
6332 F: drivers/clk/clk-versaclock5.c
6335 M: "David S. Miller" <davem@davemloft.net>
6336 L: linux-ide@vger.kernel.org
6337 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
6338 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6340 F: Documentation/ide/
6342 F: include/linux/ide.h
6344 IDEAPAD LAPTOP EXTRAS DRIVER
6345 M: Ike Panhc <ike.pan@canonical.com>
6346 L: platform-driver-x86@vger.kernel.org
6347 W: http://launchpad.net/ideapad-laptop
6349 F: drivers/platform/x86/ideapad-laptop.c
6351 IDEAPAD LAPTOP SLIDEBAR DRIVER
6352 M: Andrey Moiseev <o2g.org.ru@gmail.com>
6353 L: linux-input@vger.kernel.org
6354 W: https://github.com/o2genum/ideapad-slidebar
6356 F: drivers/input/misc/ideapad_slidebar.c
6359 M: Borislav Petkov <bp@alien8.de>
6360 L: linux-ide@vger.kernel.org
6362 F: Documentation/cdrom/ide-cd
6363 F: drivers/ide/ide-cd*
6365 IEEE 802.15.4 SUBSYSTEM
6366 M: Alexander Aring <aar@pengutronix.de>
6367 M: Stefan Schmidt <stefan@osg.samsung.com>
6368 L: linux-wpan@vger.kernel.org
6369 W: http://wpan.cakelab.org/
6370 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6371 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6375 F: drivers/net/ieee802154/
6376 F: include/linux/nl802154.h
6377 F: include/linux/ieee802154.h
6378 F: include/net/nl802154.h
6379 F: include/net/mac802154.h
6380 F: include/net/af_ieee802154.h
6381 F: include/net/cfg802154.h
6382 F: include/net/ieee802154_netdev.h
6383 F: Documentation/networking/ieee802154.txt
6386 M: Yotam Gigi <yotamg@mellanox.com>
6387 M: Jamal Hadi Salim <jhs@mojatatu.com>
6389 F: include/net/ife.h
6390 F: include/uapi/linux/ife.h
6392 IGORPLUG-USB IR RECEIVER
6393 M: Sean Young <sean@mess.org>
6394 L: linux-media@vger.kernel.org
6396 F: drivers/media/rc/igorplugusb.c
6398 IGUANAWORKS USB IR TRANSCEIVER
6399 M: Sean Young <sean@mess.org>
6400 L: linux-media@vger.kernel.org
6402 F: drivers/media/rc/iguanair.c
6404 IIO DIGITAL POTENTIOMETER DAC
6405 M: Peter Rosin <peda@axentia.se>
6406 L: linux-iio@vger.kernel.org
6408 F: Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6409 F: Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6410 F: drivers/iio/dac/dpot-dac.c
6412 IIO ENVELOPE DETECTOR
6413 M: Peter Rosin <peda@axentia.se>
6414 L: linux-iio@vger.kernel.org
6416 F: Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6417 F: Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6418 F: drivers/iio/adc/envelope-detector.c
6420 IIO SUBSYSTEM AND DRIVERS
6421 M: Jonathan Cameron <jic23@kernel.org>
6422 R: Hartmut Knaack <knaack.h@gmx.de>
6423 R: Lars-Peter Clausen <lars@metafoo.de>
6424 R: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6425 L: linux-iio@vger.kernel.org
6426 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6428 F: Documentation/devicetree/bindings/iio/
6430 F: drivers/staging/iio/
6431 F: include/linux/iio/
6434 IKANOS/ADI EAGLE ADSL USB DRIVER
6435 M: Matthieu Castet <castet.matthieu@free.fr>
6436 M: Stanislaw Gruszka <stf_xl@wp.pl>
6438 F: drivers/usb/atm/ueagle-atm.c
6440 IMGTEC ASCII LCD DRIVER
6441 M: Paul Burton <paul.burton@imgtec.com>
6443 F: Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6444 F: drivers/auxdisplay/img-ascii-lcd.c
6446 INA209 HARDWARE MONITOR DRIVER
6447 M: Guenter Roeck <linux@roeck-us.net>
6448 L: linux-hwmon@vger.kernel.org
6450 F: Documentation/hwmon/ina209
6451 F: Documentation/devicetree/bindings/i2c/ina209.txt
6452 F: drivers/hwmon/ina209.c
6454 INA2XX HARDWARE MONITOR DRIVER
6455 M: Guenter Roeck <linux@roeck-us.net>
6456 L: linux-hwmon@vger.kernel.org
6458 F: Documentation/hwmon/ina2xx
6459 F: drivers/hwmon/ina2xx.c
6460 F: include/linux/platform_data/ina2xx.h
6462 INDUSTRY PACK SUBSYSTEM (IPACK)
6463 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6464 M: Jens Taprogge <jens.taprogge@taprogge.org>
6465 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6466 L: industrypack-devel@lists.sourceforge.net
6467 W: http://industrypack.sourceforge.net
6471 INGENIC JZ4780 DMA Driver
6472 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6474 F: drivers/dma/dma-jz4780.c
6476 INGENIC JZ4780 NAND DRIVER
6477 M: Harvey Hunt <harveyhuntnexus@gmail.com>
6478 L: linux-mtd@lists.infradead.org
6480 F: drivers/mtd/nand/jz4780_*
6482 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6483 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6484 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6485 L: linux-ima-devel@lists.sourceforge.net
6486 L: linux-ima-user@lists.sourceforge.net
6487 L: linux-security-module@vger.kernel.org
6488 T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6490 F: security/integrity/ima/
6492 IMGTEC IR DECODER DRIVER
6493 M: James Hogan <james.hogan@imgtec.com>
6495 F: drivers/media/rc/img-ir/
6497 IMS TWINTURBO FRAMEBUFFER DRIVER
6498 L: linux-fbdev@vger.kernel.org
6500 F: drivers/video/fbdev/imsttfb.c
6502 INFINIBAND SUBSYSTEM
6503 M: Doug Ledford <dledford@redhat.com>
6504 M: Sean Hefty <sean.hefty@intel.com>
6505 M: Hal Rosenstock <hal.rosenstock@gmail.com>
6506 L: linux-rdma@vger.kernel.org
6507 W: http://www.openfabrics.org/
6508 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6509 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6511 F: Documentation/infiniband/
6512 F: drivers/infiniband/
6513 F: include/uapi/linux/if_infiniband.h
6514 F: include/uapi/rdma/
6518 M: John McCutchan <john@johnmccutchan.com>
6519 M: Robert Love <rlove@rlove.org>
6520 M: Eric Paris <eparis@parisplace.org>
6522 F: Documentation/filesystems/inotify.txt
6523 F: fs/notify/inotify/
6524 F: include/linux/inotify.h
6525 F: include/uapi/linux/inotify.h
6527 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6528 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
6529 L: linux-input@vger.kernel.org
6530 Q: http://patchwork.kernel.org/project/linux-input/list/
6531 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6534 F: include/linux/input.h
6535 F: include/uapi/linux/input.h
6536 F: include/linux/input/
6537 F: Documentation/devicetree/bindings/input/
6539 INPUT MULTITOUCH (MT) PROTOCOL
6540 M: Henrik Rydberg <rydberg@bitmath.org>
6541 L: linux-input@vger.kernel.org
6543 F: Documentation/input/multi-touch-protocol.txt
6544 F: drivers/input/input-mt.c
6547 INTEL ASoC BDW/HSW DRIVERS
6548 M: Jie Yang <yang.jie@linux.intel.com>
6549 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6551 F: sound/soc/intel/common/sst-dsp*
6552 F: sound/soc/intel/common/sst-firmware.c
6553 F: sound/soc/intel/boards/broadwell.c
6554 F: sound/soc/intel/haswell/
6556 INTEL C600 SERIES SAS CONTROLLER DRIVER
6557 M: Intel SCU Linux support <intel-linux-scu@intel.com>
6558 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6559 L: linux-scsi@vger.kernel.org
6560 T: git git://git.code.sf.net/p/intel-sas/isci
6562 F: drivers/scsi/isci/
6564 INTEL HID EVENT DRIVER
6565 M: Alex Hung <alex.hung@canonical.com>
6566 L: platform-driver-x86@vger.kernel.org
6568 F: drivers/platform/x86/intel-hid.c
6570 INTEL VIRTUAL BUTTON DRIVER
6571 M: AceLan Kao <acelan.kao@canonical.com>
6572 L: platform-driver-x86@vger.kernel.org
6574 F: drivers/platform/x86/intel-vbtn.c
6577 M: Jacob Pan <jacob.jun.pan@linux.intel.com>
6578 M: Len Brown <lenb@kernel.org>
6579 L: linux-pm@vger.kernel.org
6580 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6581 B: https://bugzilla.kernel.org
6583 F: drivers/idle/intel_idle.c
6585 INTEL INTEGRATED SENSOR HUB DRIVER
6586 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6587 M: Jiri Kosina <jikos@kernel.org>
6588 L: linux-input@vger.kernel.org
6590 F: drivers/hid/intel-ish-hid/
6593 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6594 M: Len Brown <lenb@kernel.org>
6595 L: linux-pm@vger.kernel.org
6597 F: drivers/cpufreq/intel_pstate.c
6599 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6600 M: Maik Broemme <mbroemme@libmpq.org>
6601 L: linux-fbdev@vger.kernel.org
6603 F: Documentation/fb/intelfb.txt
6604 F: drivers/video/fbdev/intelfb/
6606 INTEL 810/815 FRAMEBUFFER DRIVER
6607 M: Antonino Daplas <adaplas@gmail.com>
6608 L: linux-fbdev@vger.kernel.org
6610 F: drivers/video/fbdev/i810/
6612 INTEL MENLOW THERMAL DRIVER
6613 M: Sujith Thomas <sujith.thomas@intel.com>
6614 L: platform-driver-x86@vger.kernel.org
6615 W: https://01.org/linux-acpi
6617 F: drivers/platform/x86/intel_menlow.c
6619 INTEL I/OAT DMA DRIVER
6620 M: Dave Jiang <dave.jiang@intel.com>
6621 R: Dan Williams <dan.j.williams@intel.com>
6622 L: dmaengine@vger.kernel.org
6623 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
6625 F: drivers/dma/ioat*
6628 M: David Woodhouse <dwmw2@infradead.org>
6629 L: iommu@lists.linux-foundation.org
6630 T: git git://git.infradead.org/iommu-2.6.git
6632 F: drivers/iommu/intel-iommu.c
6633 F: include/linux/intel-iommu.h
6635 INTEL IOP-ADMA DMA DRIVER
6636 R: Dan Williams <dan.j.williams@intel.com>
6638 F: drivers/dma/iop-adma.c
6640 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6641 M: Krzysztof Halasa <khalasa@piap.pl>
6643 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
6644 F: arch/arm/mach-ixp4xx/include/mach/npe.h
6645 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6646 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
6647 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
6648 F: drivers/net/wan/ixp4xx_hss.c
6650 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6651 M: Deepak Saxena <dsaxena@plexity.net>
6653 F: drivers/char/hw_random/ixp4xx-rng.c
6655 INTEL ETHERNET DRIVERS
6656 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6657 L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6658 W: http://www.intel.com/support/feedback.htm
6659 W: http://e1000.sourceforge.net/
6660 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6661 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6662 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6664 F: Documentation/networking/e100.txt
6665 F: Documentation/networking/e1000.txt
6666 F: Documentation/networking/e1000e.txt
6667 F: Documentation/networking/igb.txt
6668 F: Documentation/networking/igbvf.txt
6669 F: Documentation/networking/ixgb.txt
6670 F: Documentation/networking/ixgbe.txt
6671 F: Documentation/networking/ixgbevf.txt
6672 F: Documentation/networking/i40e.txt
6673 F: Documentation/networking/i40evf.txt
6674 F: drivers/net/ethernet/intel/
6675 F: drivers/net/ethernet/intel/*/
6677 INTEL RDMA RNIC DRIVER
6678 M: Faisal Latif <faisal.latif@intel.com>
6679 M: Shiraz Saleem <shiraz.saleem@intel.com>
6680 L: linux-rdma@vger.kernel.org
6682 F: drivers/infiniband/hw/i40iw/
6684 INTEL MERRIFIELD GPIO DRIVER
6685 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6686 L: linux-gpio@vger.kernel.org
6688 F: drivers/gpio/gpio-merrifield.c
6690 INTEL-MID GPIO DRIVER
6691 M: David Cohen <david.a.cohen@linux.intel.com>
6692 L: linux-gpio@vger.kernel.org
6694 F: drivers/gpio/gpio-intel-mid.c
6696 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6697 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
6698 L: linux-wireless@vger.kernel.org
6700 F: Documentation/networking/README.ipw2100
6701 F: Documentation/networking/README.ipw2200
6702 F: drivers/net/wireless/intel/ipw2x00/
6705 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
6707 F: Documentation/trace/intel_th.txt
6708 F: drivers/hwtracing/intel_th/
6710 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6711 M: Ning Sun <ning.sun@intel.com>
6712 L: tboot-devel@lists.sourceforge.net
6713 W: http://tboot.sourceforge.net
6714 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6716 F: Documentation/intel_txt.txt
6717 F: include/linux/tboot.h
6718 F: arch/x86/kernel/tboot.c
6720 INTEL WIRELESS WIMAX CONNECTION 2400
6721 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6722 M: linux-wimax@intel.com
6723 L: wimax@linuxwimax.org (subscribers-only)
6725 W: http://linuxwimax.org
6726 F: Documentation/wimax/README.i2400m
6727 F: drivers/net/wimax/i2400m/
6728 F: include/uapi/linux/wimax/i2400m.h
6730 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6731 M: Stanislaw Gruszka <sgruszka@redhat.com>
6732 L: linux-wireless@vger.kernel.org
6734 F: drivers/net/wireless/intel/iwlegacy/
6736 INTEL WIRELESS WIFI LINK (iwlwifi)
6737 M: Johannes Berg <johannes.berg@intel.com>
6738 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6739 M: Luca Coelho <luciano.coelho@intel.com>
6740 M: Intel Linux Wireless <linuxwifi@intel.com>
6741 L: linux-wireless@vger.kernel.org
6742 W: http://intellinuxwireless.org
6743 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6745 F: drivers/net/wireless/intel/iwlwifi/
6747 INTEL MANAGEMENT ENGINE (mei)
6748 M: Tomas Winkler <tomas.winkler@intel.com>
6749 L: linux-kernel@vger.kernel.org
6751 F: include/uapi/linux/mei.h
6752 F: include/linux/mei_cl_bus.h
6753 F: drivers/misc/mei/*
6754 F: drivers/watchdog/mei_wdt.c
6755 F: Documentation/misc-devices/mei/*
6758 INTEL MIC DRIVERS (mic)
6759 M: Sudeep Dutt <sudeep.dutt@intel.com>
6760 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
6762 W: https://github.com/sudeepdutt/mic
6763 W: http://software.intel.com/en-us/mic-developer
6764 F: include/linux/mic_bus.h
6765 F: include/linux/scif.h
6766 F: include/uapi/linux/mic_common.h
6767 F: include/uapi/linux/mic_ioctl.h
6768 F: include/uapi/linux/scif_ioctl.h
6769 F: drivers/misc/mic/
6770 F: drivers/dma/mic_x100_dma.c
6771 F: drivers/dma/mic_x100_dma.h
6772 F: Documentation/mic/
6774 INTEL PMC/P-Unit IPC DRIVER
6775 M: Zha Qipeng<qipeng.zha@intel.com>
6776 L: platform-driver-x86@vger.kernel.org
6778 F: drivers/platform/x86/intel_pmc_ipc.c
6779 F: drivers/platform/x86/intel_punit_ipc.c
6780 F: arch/x86/include/asm/intel_pmc_ipc.h
6781 F: arch/x86/include/asm/intel_punit_ipc.h
6783 INTEL TELEMETRY DRIVER
6784 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6785 L: platform-driver-x86@vger.kernel.org
6787 F: arch/x86/include/asm/intel_telemetry.h
6788 F: drivers/platform/x86/intel_telemetry*
6790 INTEL PMC CORE DRIVER
6791 M: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6792 M: Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6793 L: platform-driver-x86@vger.kernel.org
6795 F: arch/x86/include/asm/pmc_core.h
6796 F: drivers/platform/x86/intel_pmc_core*
6798 INVENSENSE MPU-3050 GYROSCOPE DRIVER
6799 M: Linus Walleij <linus.walleij@linaro.org>
6800 L: linux-iio@vger.kernel.org
6802 F: drivers/iio/gyro/mpu3050*
6803 F: Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
6805 IOC3 ETHERNET DRIVER
6806 M: Ralf Baechle <ralf@linux-mips.org>
6807 L: linux-mips@linux-mips.org
6809 F: drivers/net/ethernet/sgi/ioc3-eth.c
6812 M: Pat Gefre <pfg@sgi.com>
6813 L: linux-serial@vger.kernel.org
6815 F: drivers/tty/serial/ioc3_serial.c
6818 M: Joerg Roedel <joro@8bytes.org>
6819 L: iommu@lists.linux-foundation.org
6820 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6822 F: Documentation/devicetree/bindings/iommu/
6826 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6828 F: net/ipv4/netfilter/ipt_MASQUERADE.c
6831 M: Corey Minyard <minyard@acm.org>
6832 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6833 W: http://openipmi.sourceforge.net/
6835 F: Documentation/IPMI.txt
6836 F: drivers/char/ipmi/
6837 F: include/linux/ipmi*
6838 F: include/uapi/linux/ipmi*
6840 QCOM AUDIO (ASoC) DRIVERS
6841 M: Patrick Lai <plai@codeaurora.org>
6842 M: Banajit Goswami <bgoswami@codeaurora.org>
6843 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6847 IPS SCSI RAID DRIVER
6848 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6849 L: linux-scsi@vger.kernel.org
6850 W: http://www.adaptec.com/
6852 F: drivers/scsi/ips*
6855 M: Wensong Zhang <wensong@linux-vs.org>
6856 M: Simon Horman <horms@verge.net.au>
6857 M: Julian Anastasov <ja@ssi.bg>
6858 L: netdev@vger.kernel.org
6859 L: lvs-devel@vger.kernel.org
6861 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6862 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6863 F: Documentation/networking/ipvs-sysctl.txt
6864 F: include/net/ip_vs.h
6865 F: include/uapi/linux/ip_vs.h
6866 F: net/netfilter/ipvs/
6869 M: Jiri Kosina <jikos@kernel.org>
6870 M: David Sterba <dsterba@suse.com>
6872 F: drivers/tty/ipwireless/
6875 L: netdev@vger.kernel.org
6877 F: include/net/ipx.h
6878 F: include/uapi/linux/ipx.h
6882 M: Samuel Ortiz <samuel@sortiz.org>
6883 L: irda-users@lists.sourceforge.net (subscribers-only)
6884 L: netdev@vger.kernel.org
6885 W: http://irda.sourceforge.net/
6887 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6888 F: Documentation/networking/irda.txt
6889 F: drivers/net/irda/
6890 F: include/net/irda/
6894 M: Thomas Gleixner <tglx@linutronix.de>
6895 L: linux-kernel@vger.kernel.org
6897 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6901 M: Thomas Gleixner <tglx@linutronix.de>
6902 M: Jason Cooper <jason@lakedaemon.net>
6903 M: Marc Zyngier <marc.zyngier@arm.com>
6904 L: linux-kernel@vger.kernel.org
6906 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6907 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6908 F: Documentation/devicetree/bindings/interrupt-controller/
6911 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6912 M: Marc Zyngier <marc.zyngier@arm.com>
6914 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6915 F: Documentation/IRQ-domain.txt
6916 F: include/linux/irqdomain.h
6917 F: kernel/irq/irqdomain.c
6921 M: William Breathitt Gray <vilhelm.gray@gmail.com>
6923 F: Documentation/isa.txt
6924 F: drivers/base/isa.c
6925 F: include/linux/isa.h
6928 M: Jaroslav Kysela <perex@perex.cz>
6930 F: Documentation/isapnp.txt
6931 F: drivers/pnp/isapnp/
6932 F: include/linux/isapnp.h
6935 M: Hans Verkuil <hverkuil@xs4all.nl>
6936 L: linux-media@vger.kernel.org
6937 T: git git://linuxtv.org/media_tree.git
6938 W: https://linuxtv.org
6940 F: drivers/media/radio/radio-isa*
6942 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6943 M: Peter Jones <pjones@redhat.com>
6944 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
6946 F: drivers/firmware/iscsi_ibft*
6949 M: Lee Duncan <lduncan@suse.com>
6950 M: Chris Leech <cleech@redhat.com>
6951 L: open-iscsi@googlegroups.com
6952 W: www.open-iscsi.com
6954 F: drivers/scsi/*iscsi*
6955 F: include/scsi/*iscsi*
6957 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6958 M: Or Gerlitz <ogerlitz@mellanox.com>
6959 M: Sagi Grimberg <sagi@grimberg.me>
6960 M: Roi Dayan <roid@mellanox.com>
6961 L: linux-rdma@vger.kernel.org
6963 W: http://www.openfabrics.org
6964 W: www.open-iscsi.org
6965 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6966 F: drivers/infiniband/ulp/iser/
6968 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6969 M: Sagi Grimberg <sagi@grimberg.me>
6970 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6971 L: linux-rdma@vger.kernel.org
6972 L: target-devel@vger.kernel.org
6974 W: http://www.linux-iscsi.org
6975 F: drivers/infiniband/ulp/isert
6978 M: Karsten Keil <isdn@linux-pingi.de>
6979 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6980 L: netdev@vger.kernel.org
6981 W: http://www.isdn4linux.de
6982 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6984 F: Documentation/isdn/
6986 F: include/linux/isdn.h
6987 F: include/linux/isdn/
6988 F: include/uapi/linux/isdn.h
6989 F: include/uapi/linux/isdn/
6991 ISDN SUBSYSTEM (Eicon active card driver)
6992 M: Armin Schindler <mac@melware.de>
6993 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6994 W: http://www.melware.de
6996 F: drivers/isdn/hardware/eicon/
6998 IT87 HARDWARE MONITORING DRIVER
6999 M: Jean Delvare <jdelvare@suse.com>
7000 L: linux-hwmon@vger.kernel.org
7002 F: Documentation/hwmon/it87
7003 F: drivers/hwmon/it87.c
7006 M: Antti Palosaari <crope@iki.fi>
7007 L: linux-media@vger.kernel.org
7008 W: https://linuxtv.org
7009 W: http://palosaari.fi/linux/
7010 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7011 T: git git://linuxtv.org/anttip/media_tree.git
7013 F: drivers/media/tuners/it913x*
7015 IVTV VIDEO4LINUX DRIVER
7016 M: Andy Walls <awalls@md.metrocast.net>
7017 L: ivtv-devel@ivtvdriver.org (subscribers-only)
7018 L: linux-media@vger.kernel.org
7019 T: git git://linuxtv.org/media_tree.git
7020 W: http://www.ivtvdriver.org
7022 F: Documentation/media/v4l-drivers/ivtv*
7023 F: drivers/media/pci/ivtv/
7024 F: include/uapi/linux/ivtv*
7026 IX2505V MEDIA DRIVER
7027 M: Malcolm Priestley <tvboxspy@gmail.com>
7028 L: linux-media@vger.kernel.org
7029 W: https://linuxtv.org
7030 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7032 F: drivers/media/dvb-frontends/ix2505v*
7034 JC42.4 TEMPERATURE SENSOR DRIVER
7035 M: Guenter Roeck <linux@roeck-us.net>
7036 L: linux-hwmon@vger.kernel.org
7038 F: drivers/hwmon/jc42.c
7039 F: Documentation/hwmon/jc42
7042 M: Dave Kleikamp <shaggy@kernel.org>
7043 L: jfs-discussion@lists.sourceforge.net
7044 W: http://jfs.sourceforge.net/
7045 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
7047 F: Documentation/filesystems/jfs.txt
7051 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
7052 L: netdev@vger.kernel.org
7054 F: drivers/net/ethernet/jme.*
7056 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
7057 M: David Woodhouse <dwmw2@infradead.org>
7058 L: linux-mtd@lists.infradead.org
7059 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
7062 F: include/uapi/linux/jffs2.h
7064 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
7065 M: "Theodore Ts'o" <tytso@mit.edu>
7066 M: Jan Kara <jack@suse.com>
7067 L: linux-ext4@vger.kernel.org
7070 F: include/linux/jbd2.h
7072 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
7073 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
7074 L: linux-media@vger.kernel.org
7076 F: drivers/media/platform/rcar_jpu.c
7078 JSM Neo PCI based serial card
7079 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
7080 L: linux-serial@vger.kernel.org
7082 F: drivers/tty/serial/jsm/
7084 K10TEMP HARDWARE MONITORING DRIVER
7085 M: Clemens Ladisch <clemens@ladisch.de>
7086 L: linux-hwmon@vger.kernel.org
7088 F: Documentation/hwmon/k10temp
7089 F: drivers/hwmon/k10temp.c
7091 K8TEMP HARDWARE MONITORING DRIVER
7092 M: Rudolf Marek <r.marek@assembler.cz>
7093 L: linux-hwmon@vger.kernel.org
7095 F: Documentation/hwmon/k8temp
7096 F: drivers/hwmon/k8temp.c
7099 M: Andrey Ryabinin <aryabinin@virtuozzo.com>
7100 R: Alexander Potapenko <glider@google.com>
7101 R: Dmitry Vyukov <dvyukov@google.com>
7102 L: kasan-dev@googlegroups.com
7104 F: arch/*/include/asm/kasan.h
7105 F: arch/*/mm/kasan_init*
7106 F: Documentation/dev-tools/kasan.rst
7107 F: include/linux/kasan*.h
7110 F: scripts/Makefile.kasan
7113 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
7114 L: linux-kbuild@vger.kernel.org
7115 T: git git://gitorious.org/linux-kconfig/linux-kconfig
7117 F: Documentation/kbuild/kconfig-language.txt
7121 M: Dave Young <dyoung@redhat.com>
7122 M: Baoquan He <bhe@redhat.com>
7123 R: Vivek Goyal <vgoyal@redhat.com>
7124 L: kexec@lists.infradead.org
7125 W: http://lse.sourceforge.net/kdump/
7127 F: Documentation/kdump/
7129 KEENE FM RADIO TRANSMITTER DRIVER
7130 M: Hans Verkuil <hverkuil@xs4all.nl>
7131 L: linux-media@vger.kernel.org
7132 T: git git://linuxtv.org/media_tree.git
7133 W: https://linuxtv.org
7135 F: drivers/media/radio/radio-keene*
7137 KERNEL AUTOMOUNTER v4 (AUTOFS4)
7138 M: Ian Kent <raven@themaw.net>
7139 L: autofs@vger.kernel.org
7143 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
7144 M: Masahiro Yamada <yamada.masahiro@socionext.com>
7145 M: Michal Marek <mmarek@suse.com>
7146 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
7147 L: linux-kbuild@vger.kernel.org
7149 F: Documentation/kbuild/
7151 F: scripts/Makefile.*
7157 L: kernel-janitors@vger.kernel.org
7158 W: http://kernelnewbies.org/KernelJanitors
7161 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
7162 M: "J. Bruce Fields" <bfields@fieldses.org>
7163 M: Jeff Layton <jlayton@poochiereds.net>
7164 L: linux-nfs@vger.kernel.org
7165 W: http://nfs.sourceforge.net/
7166 T: git git://linux-nfs.org/~bfields/linux.git
7169 F: include/uapi/linux/nfsd/
7173 F: include/linux/lockd/
7174 F: include/linux/sunrpc/
7175 F: include/uapi/linux/sunrpc/
7177 KERNEL SELFTEST FRAMEWORK
7178 M: Shuah Khan <shuahkh@osg.samsung.com>
7179 M: Shuah Khan <shuah@kernel.org>
7180 L: linux-kselftest@vger.kernel.org
7181 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
7183 F: tools/testing/selftests
7185 KERNEL VIRTUAL MACHINE (KVM)
7186 M: Paolo Bonzini <pbonzini@redhat.com>
7187 M: Radim Krčmář <rkrcmar@redhat.com>
7188 L: kvm@vger.kernel.org
7189 W: http://www.linux-kvm.org
7190 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7192 F: Documentation/*/kvm*.txt
7193 F: Documentation/virtual/kvm/
7195 F: arch/x86/kernel/kvm.c
7196 F: arch/x86/kernel/kvmclock.c
7197 F: arch/*/include/asm/kvm*
7198 F: include/linux/kvm*
7199 F: include/uapi/linux/kvm*
7203 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7204 M: Joerg Roedel <joro@8bytes.org>
7205 L: kvm@vger.kernel.org
7206 W: http://www.linux-kvm.org/
7208 F: arch/x86/include/asm/svm.h
7209 F: arch/x86/kvm/svm.c
7211 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7212 M: Alexander Graf <agraf@suse.com>
7213 L: kvm-ppc@vger.kernel.org
7214 W: http://www.linux-kvm.org/
7215 T: git git://github.com/agraf/linux-2.6.git
7217 F: arch/powerpc/include/asm/kvm*
7218 F: arch/powerpc/kvm/
7220 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7221 M: Christian Borntraeger <borntraeger@de.ibm.com>
7222 M: Cornelia Huck <cornelia.huck@de.ibm.com>
7223 L: linux-s390@vger.kernel.org
7224 W: http://www.ibm.com/developerworks/linux/linux390/
7225 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7227 F: Documentation/s390/kvm.txt
7228 F: arch/s390/include/asm/kvm*
7230 F: arch/s390/mm/gmap.c
7232 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7233 M: Christoffer Dall <christoffer.dall@linaro.org>
7234 M: Marc Zyngier <marc.zyngier@arm.com>
7235 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7236 L: kvmarm@lists.cs.columbia.edu
7237 W: http://systems.cs.columbia.edu/projects/kvm-arm
7238 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7240 F: arch/arm/include/uapi/asm/kvm*
7241 F: arch/arm/include/asm/kvm*
7244 F: include/kvm/arm_*
7246 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7247 M: Christoffer Dall <christoffer.dall@linaro.org>
7248 M: Marc Zyngier <marc.zyngier@arm.com>
7249 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7250 L: kvmarm@lists.cs.columbia.edu
7252 F: arch/arm64/include/uapi/asm/kvm*
7253 F: arch/arm64/include/asm/kvm*
7256 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7257 M: James Hogan <james.hogan@imgtec.com>
7258 L: linux-mips@linux-mips.org
7260 F: arch/mips/include/uapi/asm/kvm*
7261 F: arch/mips/include/asm/kvm*
7265 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7266 M: Tejun Heo <tj@kernel.org>
7267 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
7269 F: include/linux/kernfs.h
7273 M: Eric Biederman <ebiederm@xmission.com>
7274 W: http://kernel.org/pub/linux/utils/kernel/kexec/
7275 L: kexec@lists.infradead.org
7277 F: include/linux/kexec.h
7278 F: include/uapi/linux/kexec.h
7282 M: David Howells <dhowells@redhat.com>
7283 L: keyrings@vger.kernel.org
7285 F: Documentation/security/keys.txt
7286 F: include/linux/key.h
7287 F: include/linux/key-type.h
7288 F: include/linux/keyctl.h
7289 F: include/uapi/linux/keyctl.h
7294 M: David Safford <safford@us.ibm.com>
7295 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7296 L: linux-security-module@vger.kernel.org
7297 L: keyrings@vger.kernel.org
7299 F: Documentation/security/keys-trusted-encrypted.txt
7300 F: include/keys/trusted-type.h
7301 F: security/keys/trusted.c
7302 F: security/keys/trusted.h
7305 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7306 M: David Safford <safford@us.ibm.com>
7307 L: linux-security-module@vger.kernel.org
7308 L: keyrings@vger.kernel.org
7310 F: Documentation/security/keys-trusted-encrypted.txt
7311 F: include/keys/encrypted-type.h
7312 F: security/keys/encrypted-keys/
7314 KGDB / KDB /debug_core
7315 M: Jason Wessel <jason.wessel@windriver.com>
7316 W: http://kgdb.wiki.kernel.org/
7317 L: kgdb-bugreport@lists.sourceforge.net
7318 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7320 F: Documentation/DocBook/kgdb.tmpl
7321 F: drivers/misc/kgdbts.c
7322 F: drivers/tty/serial/kgdboc.c
7323 F: include/linux/kdb.h
7324 F: include/linux/kgdb.h
7328 M: Vegard Nossum <vegardno@ifi.uio.no>
7329 M: Pekka Enberg <penberg@kernel.org>
7331 F: Documentation/dev-tools/kmemcheck.rst
7332 F: arch/x86/include/asm/kmemcheck.h
7333 F: arch/x86/mm/kmemcheck/
7334 F: include/linux/kmemcheck.h
7338 M: Catalin Marinas <catalin.marinas@arm.com>
7340 F: Documentation/dev-tools/kmemleak.rst
7341 F: include/linux/kmemleak.h
7343 F: mm/kmemleak-test.c
7346 M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7347 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7348 M: "David S. Miller" <davem@davemloft.net>
7349 M: Masami Hiramatsu <mhiramat@kernel.org>
7351 F: Documentation/kprobes.txt
7352 F: include/linux/kprobes.h
7353 F: include/asm-generic/kprobes.h
7356 KS0108 LCD CONTROLLER DRIVER
7357 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7358 W: http://miguelojeda.es/auxdisplay.htm
7359 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7361 F: Documentation/auxdisplay/ks0108
7362 F: drivers/auxdisplay/ks0108.c
7363 F: include/linux/ks0108.h
7366 M: David Ahern <dsa@cumulusnetworks.com>
7367 L: netdev@vger.kernel.org
7370 F: include/net/l3mdev.h
7372 LANTIQ MIPS ARCHITECTURE
7373 M: John Crispin <john@phrozen.org>
7374 L: linux-mips@linux-mips.org
7379 L: linux-x25@vger.kernel.org
7381 F: Documentation/networking/lapb-module.txt
7385 LASI 53c700 driver for PARISC
7386 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7387 L: linux-scsi@vger.kernel.org
7389 F: Documentation/scsi/53c700.txt
7390 F: drivers/scsi/53c700*
7393 M: Richard Purdie <rpurdie@rpsys.net>
7394 M: Jacek Anaszewski <jacek.anaszewski@gmail.com>
7395 M: Pavel Machek <pavel@ucw.cz>
7396 L: linux-leds@vger.kernel.org
7397 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7399 F: Documentation/devicetree/bindings/leds/
7401 F: include/linux/leds.h
7403 LEGACY EEPROM DRIVER
7404 M: Jean Delvare <jdelvare@suse.com>
7406 F: Documentation/misc-devices/eeprom
7407 F: drivers/misc/eeprom/eeprom.c
7409 LEGO USB Tower driver
7410 M: Juergen Stuber <starblue@users.sourceforge.net>
7411 L: legousb-devel@lists.sourceforge.net
7412 W: http://legousb.sourceforge.net/
7414 F: drivers/usb/misc/legousbtower.c
7417 M: Michael Krufky <mkrufky@linuxtv.org>
7418 L: linux-media@vger.kernel.org
7419 W: https://linuxtv.org
7420 W: http://github.com/mkrufky
7421 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7422 T: git git://linuxtv.org/mkrufky/tuners.git
7424 F: drivers/media/dvb-frontends/lg2160.*
7426 LGDT3305 MEDIA DRIVER
7427 M: Michael Krufky <mkrufky@linuxtv.org>
7428 L: linux-media@vger.kernel.org
7429 W: https://linuxtv.org
7430 W: http://github.com/mkrufky
7431 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7432 T: git git://linuxtv.org/mkrufky/tuners.git
7434 F: drivers/media/dvb-frontends/lgdt3305.*
7437 M: Rusty Russell <rusty@rustcorp.com.au>
7438 L: lguest@lists.ozlabs.org
7439 W: http://lguest.ozlabs.org/
7441 F: arch/x86/include/asm/lguest*.h
7444 F: include/linux/lguest*.h
7447 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7448 M: Tejun Heo <tj@kernel.org>
7449 L: linux-ide@vger.kernel.org
7450 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7453 F: include/linux/ata.h
7454 F: include/linux/libata.h
7455 F: Documentation/devicetree/bindings/ata/
7457 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7458 M: Viresh Kumar <vireshk@kernel.org>
7459 L: linux-ide@vger.kernel.org
7460 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7462 F: include/linux/pata_arasan_cf_data.h
7463 F: drivers/ata/pata_arasan_cf.c
7466 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7467 M: Tejun Heo <tj@kernel.org>
7468 L: linux-ide@vger.kernel.org
7469 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7471 F: drivers/ata/pata_*.c
7472 F: drivers/ata/ata_generic.c
7474 LIBATA SATA AHCI PLATFORM devices support
7475 M: Hans de Goede <hdegoede@redhat.com>
7476 M: Tejun Heo <tj@kernel.org>
7477 L: linux-ide@vger.kernel.org
7478 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7480 F: drivers/ata/ahci_platform.c
7481 F: drivers/ata/libahci_platform.c
7482 F: include/linux/ahci_platform.h
7484 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7485 M: Mikael Pettersson <mikpelinux@gmail.com>
7486 L: linux-ide@vger.kernel.org
7487 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7489 F: drivers/ata/sata_promise.*
7492 M: Sasha Levin <sasha.levin@oracle.com>
7494 F: tools/lib/lockdep/
7496 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7497 M: Dan Williams <dan.j.williams@intel.com>
7498 L: linux-nvdimm@lists.01.org
7499 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7500 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7503 F: include/linux/nd.h
7504 F: include/linux/libnvdimm.h
7505 F: include/uapi/linux/ndctl.h
7507 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7508 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7509 L: linux-nvdimm@lists.01.org
7510 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7512 F: drivers/nvdimm/blk.c
7513 F: drivers/nvdimm/region_devs.c
7514 F: drivers/acpi/nfit*
7516 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7517 M: Vishal Verma <vishal.l.verma@intel.com>
7518 L: linux-nvdimm@lists.01.org
7519 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7521 F: drivers/nvdimm/btt*
7523 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7524 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7525 L: linux-nvdimm@lists.01.org
7526 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7528 F: drivers/nvdimm/pmem.c
7529 F: include/linux/pmem.h
7530 F: arch/*/include/asm/pmem.h
7532 LIGHTNVM PLATFORM SUPPORT
7533 M: Matias Bjorling <mb@lightnvm.io>
7534 W: http://github/OpenChannelSSD
7535 L: linux-block@vger.kernel.org
7537 F: drivers/lightnvm/
7538 F: include/linux/lightnvm.h
7539 F: include/uapi/linux/lightnvm.h
7541 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7542 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7543 M: Paul Mackerras <paulus@samba.org>
7544 M: Michael Ellerman <mpe@ellerman.id.au>
7545 W: https://github.com/linuxppc/linux/wiki
7546 L: linuxppc-dev@lists.ozlabs.org
7547 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7548 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7550 F: Documentation/ABI/stable/sysfs-firmware-opal-*
7551 F: Documentation/devicetree/bindings/powerpc/opal/
7552 F: Documentation/devicetree/bindings/rtc/rtc-opal.txt
7553 F: Documentation/devicetree/bindings/i2c/i2c-opal.txt
7554 F: Documentation/powerpc/
7556 F: drivers/char/tpm/tpm_ibmvtpm*
7557 F: drivers/crypto/nx/
7558 F: drivers/crypto/vmx/
7559 F: drivers/i2c/busses/i2c-opal.c
7560 F: drivers/net/ethernet/ibm/ibmveth.*
7561 F: drivers/net/ethernet/ibm/ibmvnic.*
7562 F: drivers/pci/hotplug/pnv_php.c
7563 F: drivers/pci/hotplug/rpa*
7564 F: drivers/rtc/rtc-opal.c
7565 F: drivers/scsi/ibmvscsi/
7566 F: drivers/tty/hvc/hvc_opal.c
7567 F: tools/testing/selftests/powerpc
7574 LINUX FOR POWER MACINTOSH
7575 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7576 W: http://www.penguinppc.org/
7577 L: linuxppc-dev@lists.ozlabs.org
7579 F: arch/powerpc/platforms/powermac/
7580 F: drivers/macintosh/
7582 LINUX FOR POWERPC EMBEDDED MPC5XXX
7583 M: Anatolij Gustschin <agust@denx.de>
7584 L: linuxppc-dev@lists.ozlabs.org
7585 T: git git://git.denx.de/linux-denx-agust.git
7587 F: arch/powerpc/platforms/512x/
7588 F: arch/powerpc/platforms/52xx/
7590 LINUX FOR POWERPC EMBEDDED PPC4XX
7591 M: Alistair Popple <alistair@popple.id.au>
7592 M: Matt Porter <mporter@kernel.crashing.org>
7593 W: http://www.penguinppc.org/
7594 L: linuxppc-dev@lists.ozlabs.org
7596 F: arch/powerpc/platforms/40x/
7597 F: arch/powerpc/platforms/44x/
7599 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7600 L: linuxppc-dev@lists.ozlabs.org
7602 F: arch/powerpc/*/*virtex*
7603 F: arch/powerpc/*/*/*virtex*
7605 LINUX FOR POWERPC EMBEDDED PPC8XX
7606 M: Vitaly Bordug <vitb@kernel.crashing.org>
7607 W: http://www.penguinppc.org/
7608 L: linuxppc-dev@lists.ozlabs.org
7610 F: arch/powerpc/platforms/8xx/
7612 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7613 M: Scott Wood <oss@buserror.net>
7614 M: Kumar Gala <galak@kernel.crashing.org>
7615 W: http://www.penguinppc.org/
7616 L: linuxppc-dev@lists.ozlabs.org
7617 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7619 F: arch/powerpc/platforms/83xx/
7620 F: arch/powerpc/platforms/85xx/
7622 LINUX FOR POWERPC PA SEMI PWRFICIENT
7623 L: linuxppc-dev@lists.ozlabs.org
7625 F: arch/powerpc/platforms/pasemi/
7626 F: drivers/*/*pasemi*
7627 F: drivers/*/*/*pasemi*
7629 LINUX SECURITY MODULE (LSM) FRAMEWORK
7630 M: Chris Wright <chrisw@sous-sol.org>
7631 L: linux-security-module@vger.kernel.org
7634 LIS3LV02D ACCELEROMETER DRIVER
7635 M: Eric Piel <eric.piel@tremplin-utc.net>
7637 F: Documentation/misc-devices/lis3lv02d
7638 F: drivers/misc/lis3lv02d/
7639 F: drivers/platform/x86/hp_accel.c
7642 M: Josh Poimboeuf <jpoimboe@redhat.com>
7643 M: Jessica Yu <jeyu@redhat.com>
7644 M: Jiri Kosina <jikos@kernel.org>
7645 M: Miroslav Benes <mbenes@suse.cz>
7646 R: Petr Mladek <pmladek@suse.com>
7648 F: kernel/livepatch/
7649 F: include/linux/livepatch.h
7650 F: arch/x86/include/asm/livepatch.h
7651 F: arch/x86/kernel/livepatch.c
7652 F: Documentation/livepatch/
7653 F: Documentation/ABI/testing/sysfs-kernel-livepatch
7654 F: samples/livepatch/
7655 L: live-patching@vger.kernel.org
7656 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7658 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7659 M: Kees Cook <keescook@chromium.org>
7661 F: drivers/misc/lkdtm*
7664 L: netdev@vger.kernel.org
7666 F: include/linux/llc.h
7667 F: include/uapi/linux/llc.h
7671 LM73 HARDWARE MONITOR DRIVER
7672 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
7673 L: linux-hwmon@vger.kernel.org
7675 F: drivers/hwmon/lm73.c
7677 LM78 HARDWARE MONITOR DRIVER
7678 M: Jean Delvare <jdelvare@suse.com>
7679 L: linux-hwmon@vger.kernel.org
7681 F: Documentation/hwmon/lm78
7682 F: drivers/hwmon/lm78.c
7684 LM83 HARDWARE MONITOR DRIVER
7685 M: Jean Delvare <jdelvare@suse.com>
7686 L: linux-hwmon@vger.kernel.org
7688 F: Documentation/hwmon/lm83
7689 F: drivers/hwmon/lm83.c
7691 LM90 HARDWARE MONITOR DRIVER
7692 M: Jean Delvare <jdelvare@suse.com>
7693 L: linux-hwmon@vger.kernel.org
7695 F: Documentation/hwmon/lm90
7696 F: Documentation/devicetree/bindings/hwmon/lm90.txt
7697 F: drivers/hwmon/lm90.c
7698 F: include/dt-bindings/thermal/lm90.h
7700 LM95234 HARDWARE MONITOR DRIVER
7701 M: Guenter Roeck <linux@roeck-us.net>
7702 L: linux-hwmon@vger.kernel.org
7704 F: Documentation/hwmon/lm95234
7705 F: drivers/hwmon/lm95234.c
7707 LME2510 MEDIA DRIVER
7708 M: Malcolm Priestley <tvboxspy@gmail.com>
7709 L: linux-media@vger.kernel.org
7710 W: https://linuxtv.org
7711 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7713 F: drivers/media/usb/dvb-usb-v2/lmedm04*
7716 M: Peter Zijlstra <peterz@infradead.org>
7717 M: Ingo Molnar <mingo@redhat.com>
7718 L: linux-kernel@vger.kernel.org
7719 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7721 F: Documentation/locking/
7722 F: include/linux/lockdep.h
7723 F: include/linux/spinlock*.h
7724 F: arch/*/include/asm/spinlock*.h
7725 F: include/linux/rwlock*.h
7726 F: include/linux/mutex*.h
7727 F: arch/*/include/asm/mutex*.h
7728 F: include/linux/rwsem*.h
7729 F: arch/*/include/asm/rwsem.h
7730 F: include/linux/seqlock.h
7731 F: lib/locking*.[ch]
7734 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7735 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
7736 L: linux-ntfs-dev@lists.sourceforge.net
7737 W: http://www.linux-ntfs.org/content/view/19/37/
7739 F: Documentation/ldm.txt
7740 F: block/partitions/ldm.*
7742 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7743 M: Sathya Prakash <sathya.prakash@broadcom.com>
7744 M: Chaitra P B <chaitra.basappa@broadcom.com>
7745 M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7746 L: MPT-FusionLinux.pdl@broadcom.com
7747 L: linux-scsi@vger.kernel.org
7748 W: http://www.avagotech.com/support/
7750 F: drivers/message/fusion/
7751 F: drivers/scsi/mpt2sas/
7752 F: drivers/scsi/mpt3sas/
7754 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7755 M: Matthew Wilcox <matthew@wil.cx>
7756 L: linux-scsi@vger.kernel.org
7758 F: drivers/scsi/sym53c8xx_2/
7760 LTC4261 HARDWARE MONITOR DRIVER
7761 M: Guenter Roeck <linux@roeck-us.net>
7762 L: linux-hwmon@vger.kernel.org
7764 F: Documentation/hwmon/ltc4261
7765 F: drivers/hwmon/ltc4261.c
7767 LTP (Linux Test Project)
7768 M: Mike Frysinger <vapier@gentoo.org>
7769 M: Cyril Hrubis <chrubis@suse.cz>
7770 M: Wanlong Gao <wanlong.gao@gmail.com>
7771 M: Jan Stancek <jstancek@redhat.com>
7772 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7773 M: Alexey Kodanev <alexey.kodanev@oracle.com>
7774 L: ltp@lists.linux.it (subscribers-only)
7775 W: http://linux-test-project.github.io/
7776 T: git git://github.com/linux-test-project/ltp.git
7780 W: http://www.linux-m32r.org/
7785 M: Geert Uytterhoeven <geert@linux-m68k.org>
7786 L: linux-m68k@lists.linux-m68k.org
7787 W: http://www.linux-m68k.org/
7788 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7793 M68K ON APPLE MACINTOSH
7794 M: Joshua Thompson <funaho@jurai.org>
7795 W: http://www.mac.linux-m68k.org/
7796 L: linux-m68k@lists.linux-m68k.org
7801 M: Philip Blundell <philb@gnu.org>
7802 W: http://www.tazenda.demon.co.uk/phil/linux-hp
7806 M88DS3103 MEDIA DRIVER
7807 M: Antti Palosaari <crope@iki.fi>
7808 L: linux-media@vger.kernel.org
7809 W: https://linuxtv.org
7810 W: http://palosaari.fi/linux/
7811 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7812 T: git git://linuxtv.org/anttip/media_tree.git
7814 F: drivers/media/dvb-frontends/m88ds3103*
7816 M88RS2000 MEDIA DRIVER
7817 M: Malcolm Priestley <tvboxspy@gmail.com>
7818 L: linux-media@vger.kernel.org
7819 W: https://linuxtv.org
7820 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7822 F: drivers/media/dvb-frontends/m88rs2000*
7824 MA901 MASTERKIT USB FM RADIO DRIVER
7825 M: Alexey Klimov <klimov.linux@gmail.com>
7826 L: linux-media@vger.kernel.org
7827 T: git git://linuxtv.org/media_tree.git
7829 F: drivers/media/radio/radio-ma901.c
7832 M: Johannes Berg <johannes@sipsolutions.net>
7833 L: linux-wireless@vger.kernel.org
7834 W: http://wireless.kernel.org/
7835 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7836 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7838 F: Documentation/networking/mac80211-injection.txt
7839 F: include/net/mac80211.h
7841 F: drivers/net/wireless/mac80211_hwsim.[ch]
7844 M: Jassi Brar <jassisinghbrar@gmail.com>
7845 L: linux-kernel@vger.kernel.org
7848 F: include/linux/mailbox_client.h
7849 F: include/linux/mailbox_controller.h
7851 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7852 M: Michael Kerrisk <mtk.manpages@gmail.com>
7853 W: http://www.kernel.org/doc/man-pages
7854 L: linux-man@vger.kernel.org
7857 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
7858 M: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
7859 L: linux-mips@linux-mips.org
7861 F: arch/mips/boot/dts/img/pistachio_marduk.dts
7863 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7864 M: Andrew Lunn <andrew@lunn.ch>
7865 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7866 L: netdev@vger.kernel.org
7868 F: drivers/net/dsa/mv88e6xxx/
7869 F: Documentation/devicetree/bindings/net/dsa/marvell.txt
7871 MARVELL ARMADA DRM SUPPORT
7872 M: Russell King <linux@armlinux.org.uk>
7874 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
7875 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
7876 F: drivers/gpu/drm/armada/
7877 F: include/uapi/drm/armada_drm.h
7878 F: Documentation/devicetree/bindings/display/armada/
7880 MARVELL CRYPTO DRIVER
7881 M: Boris Brezillon <boris.brezillon@free-electrons.com>
7882 M: Arnaud Ebalard <arno@natisbad.org>
7883 F: drivers/crypto/marvell/
7885 L: linux-crypto@vger.kernel.org
7887 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7888 M: Mirko Lindner <mlindner@marvell.com>
7889 M: Stephen Hemminger <stephen@networkplumber.org>
7890 L: netdev@vger.kernel.org
7892 F: drivers/net/ethernet/marvell/sk*
7894 MARVELL LIBERTAS WIRELESS DRIVER
7895 L: libertas-dev@lists.infradead.org
7897 F: drivers/net/wireless/marvell/libertas/
7899 MARVELL MV643XX ETHERNET DRIVER
7900 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7901 L: netdev@vger.kernel.org
7903 F: drivers/net/ethernet/marvell/mv643xx_eth.*
7904 F: include/linux/mv643xx.h
7906 MARVELL MVNETA ETHERNET DRIVER
7907 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7908 L: netdev@vger.kernel.org
7910 F: drivers/net/ethernet/marvell/mvneta.*
7912 MARVELL MWIFIEX WIRELESS DRIVER
7913 M: Amitkumar Karwar <amitkarwar@gmail.com>
7914 M: Nishant Sarmukadam <nishants@marvell.com>
7915 M: Ganapathi Bhat <gbhat@marvell.com>
7916 M: Xinming Hu <huxm@marvell.com>
7917 L: linux-wireless@vger.kernel.org
7919 F: drivers/net/wireless/marvell/mwifiex/
7921 MARVELL MWL8K WIRELESS DRIVER
7922 M: Lennert Buytenhek <buytenh@wantstofly.org>
7923 L: linux-wireless@vger.kernel.org
7925 F: drivers/net/wireless/marvell/mwl8k.c
7927 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7928 M: Nicolas Pitre <nico@fluxnic.net>
7930 F: drivers/mmc/host/mvsdio.*
7932 MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
7933 M: Hu Ziji <huziji@marvell.com>
7934 L: linux-mmc@vger.kernel.org
7936 F: drivers/mmc/host/sdhci-xenon*
7937 F: Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt
7939 MATROX FRAMEBUFFER DRIVER
7940 L: linux-fbdev@vger.kernel.org
7942 F: drivers/video/fbdev/matrox/matroxfb_*
7943 F: include/uapi/linux/matroxfb.h
7945 MAX16065 HARDWARE MONITOR DRIVER
7946 M: Guenter Roeck <linux@roeck-us.net>
7947 L: linux-hwmon@vger.kernel.org
7949 F: Documentation/hwmon/max16065
7950 F: drivers/hwmon/max16065.c
7952 MAX20751 HARDWARE MONITOR DRIVER
7953 M: Guenter Roeck <linux@roeck-us.net>
7954 L: linux-hwmon@vger.kernel.org
7956 F: Documentation/hwmon/max20751
7957 F: drivers/hwmon/max20751.c
7959 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7960 L: linux-hwmon@vger.kernel.org
7962 F: Documentation/hwmon/max6650
7963 F: drivers/hwmon/max6650.c
7965 MAX6697 HARDWARE MONITOR DRIVER
7966 M: Guenter Roeck <linux@roeck-us.net>
7967 L: linux-hwmon@vger.kernel.org
7969 F: Documentation/hwmon/max6697
7970 F: Documentation/devicetree/bindings/i2c/max6697.txt
7971 F: drivers/hwmon/max6697.c
7972 F: include/linux/platform_data/max6697.h
7974 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7975 M: Peter Rosin <peda@axentia.se>
7976 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7978 F: Documentation/devicetree/bindings/sound/max9860.txt
7979 F: sound/soc/codecs/max9860.*
7981 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7982 M: Krzysztof Kozlowski <krzk@kernel.org>
7983 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7984 L: linux-pm@vger.kernel.org
7986 F: drivers/power/supply/max14577_charger.c
7987 F: drivers/power/supply/max77693_charger.c
7989 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7990 M: Javier Martinez Canillas <javier@osg.samsung.com>
7991 L: linux-kernel@vger.kernel.org
7993 F: drivers/*/*max77802*.c
7994 F: Documentation/devicetree/bindings/*/*max77802.txt
7995 F: include/dt-bindings/*/*max77802.h
7997 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7998 M: Chanwoo Choi <cw00.choi@samsung.com>
7999 M: Krzysztof Kozlowski <krzk@kernel.org>
8000 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8001 L: linux-kernel@vger.kernel.org
8003 F: drivers/*/max14577*.c
8004 F: drivers/*/max77686*.c
8005 F: drivers/*/max77693*.c
8006 F: drivers/extcon/extcon-max14577.c
8007 F: drivers/extcon/extcon-max77693.c
8008 F: drivers/rtc/rtc-max77686.c
8009 F: drivers/clk/clk-max77686.c
8010 F: Documentation/devicetree/bindings/mfd/max14577.txt
8011 F: Documentation/devicetree/bindings/*/max77686.txt
8012 F: Documentation/devicetree/bindings/mfd/max77693.txt
8013 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
8014 F: include/linux/mfd/max14577*.h
8015 F: include/linux/mfd/max77686*.h
8016 F: include/linux/mfd/max77693*.h
8018 MAXIRADIO FM RADIO RECEIVER DRIVER
8019 M: Hans Verkuil <hverkuil@xs4all.nl>
8020 L: linux-media@vger.kernel.org
8021 T: git git://linuxtv.org/media_tree.git
8022 W: https://linuxtv.org
8024 F: drivers/media/radio/radio-maxiradio*
8026 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
8027 M: Peter Rosin <peda@axentia.se>
8028 L: linux-iio@vger.kernel.org
8030 F: Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
8031 F: drivers/iio/potentiometer/mcp4531.c
8033 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
8034 M: William Breathitt Gray <vilhelm.gray@gmail.com>
8035 L: linux-iio@vger.kernel.org
8037 F: drivers/iio/dac/cio-dac.c
8039 MEDIA DRIVERS FOR RENESAS - FCP
8040 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8041 L: linux-media@vger.kernel.org
8042 L: linux-renesas-soc@vger.kernel.org
8043 T: git git://linuxtv.org/media_tree.git
8045 F: Documentation/devicetree/bindings/media/renesas,fcp.txt
8046 F: drivers/media/platform/rcar-fcp.c
8047 F: include/media/rcar-fcp.h
8049 MEDIA DRIVERS FOR RENESAS - FDP1
8050 M: Kieran Bingham <kieran@bingham.xyz>
8051 L: linux-media@vger.kernel.org
8052 L: linux-renesas-soc@vger.kernel.org
8053 T: git git://linuxtv.org/media_tree.git
8055 F: Documentation/devicetree/bindings/media/renesas,fdp1.txt
8056 F: drivers/media/platform/rcar_fdp1.c
8058 MEDIA DRIVERS FOR RENESAS - VIN
8059 M: Niklas Söderlund <niklas.soderlund@ragnatech.se>
8060 L: linux-media@vger.kernel.org
8061 L: linux-renesas-soc@vger.kernel.org
8062 T: git git://linuxtv.org/media_tree.git
8064 F: Documentation/devicetree/bindings/media/rcar_vin.txt
8065 F: drivers/media/platform/rcar-vin/
8067 MEDIA DRIVERS FOR RENESAS - VSP1
8068 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8069 L: linux-media@vger.kernel.org
8070 L: linux-renesas-soc@vger.kernel.org
8071 T: git git://linuxtv.org/media_tree.git
8073 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
8074 F: drivers/media/platform/vsp1/
8076 MEDIA DRIVERS FOR HELENE
8077 M: Abylay Ospan <aospan@netup.ru>
8078 L: linux-media@vger.kernel.org
8079 W: https://linuxtv.org
8081 T: git git://linuxtv.org/media_tree.git
8083 F: drivers/media/dvb-frontends/helene*
8085 MEDIA DRIVERS FOR ASCOT2E
8086 M: Sergey Kozlov <serjk@netup.ru>
8087 M: Abylay Ospan <aospan@netup.ru>
8088 L: linux-media@vger.kernel.org
8089 W: https://linuxtv.org
8091 T: git git://linuxtv.org/media_tree.git
8093 F: drivers/media/dvb-frontends/ascot2e*
8095 MEDIA DRIVERS FOR CXD2841ER
8096 M: Sergey Kozlov <serjk@netup.ru>
8097 M: Abylay Ospan <aospan@netup.ru>
8098 L: linux-media@vger.kernel.org
8099 W: https://linuxtv.org
8101 T: git git://linuxtv.org/media_tree.git
8103 F: drivers/media/dvb-frontends/cxd2841er*
8105 MEDIA DRIVERS FOR HORUS3A
8106 M: Sergey Kozlov <serjk@netup.ru>
8107 M: Abylay Ospan <aospan@netup.ru>
8108 L: linux-media@vger.kernel.org
8109 W: https://linuxtv.org
8111 T: git git://linuxtv.org/media_tree.git
8113 F: drivers/media/dvb-frontends/horus3a*
8115 MEDIA DRIVERS FOR LNBH25
8116 M: Sergey Kozlov <serjk@netup.ru>
8117 M: Abylay Ospan <aospan@netup.ru>
8118 L: linux-media@vger.kernel.org
8119 W: https://linuxtv.org
8121 T: git git://linuxtv.org/media_tree.git
8123 F: drivers/media/dvb-frontends/lnbh25*
8125 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
8126 M: Sergey Kozlov <serjk@netup.ru>
8127 M: Abylay Ospan <aospan@netup.ru>
8128 L: linux-media@vger.kernel.org
8129 W: https://linuxtv.org
8131 T: git git://linuxtv.org/media_tree.git
8133 F: drivers/media/pci/netup_unidvb/*
8135 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
8136 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
8137 M: Mauro Carvalho Chehab <mchehab@kernel.org>
8138 P: LinuxTV.org Project
8139 L: linux-media@vger.kernel.org
8140 W: https://linuxtv.org
8141 Q: http://patchwork.kernel.org/project/linux-media/list/
8142 T: git git://linuxtv.org/media_tree.git
8144 F: Documentation/media/
8146 F: drivers/staging/media/
8147 F: include/linux/platform_data/media/
8149 F: include/uapi/linux/dvb/
8150 F: include/uapi/linux/videodev2.h
8151 F: include/uapi/linux/media.h
8152 F: include/uapi/linux/v4l2-*
8153 F: include/uapi/linux/meye.h
8154 F: include/uapi/linux/ivtv*
8155 F: include/uapi/linux/uvcvideo.h
8157 MEDIATEK ETHERNET DRIVER
8158 M: Felix Fietkau <nbd@openwrt.org>
8159 M: John Crispin <blogic@openwrt.org>
8160 L: netdev@vger.kernel.org
8162 F: drivers/net/ethernet/mediatek/
8164 MEDIATEK MEDIA DRIVER
8165 M: Tiffany Lin <tiffany.lin@mediatek.com>
8166 M: Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8168 F: drivers/media/platform/mtk-vcodec/
8169 F: drivers/media/platform/mtk-vpu/
8170 F: Documentation/devicetree/bindings/media/mediatek-vcodec.txt
8171 F: Documentation/devicetree/bindings/media/mediatek-vpu.txt
8174 M: Minghsiu Tsai <minghsiu.tsai@mediatek.com>
8175 M: Houlong Wei <houlong.wei@mediatek.com>
8176 M: Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8178 F: drivers/media/platform/mtk-mdp/
8179 F: drivers/media/platform/mtk-vpu/
8180 F: Documentation/devicetree/bindings/media/mediatek-mdp.txt
8182 MEDIATEK MT7601U WIRELESS LAN DRIVER
8183 M: Jakub Kicinski <kubakici@wp.pl>
8184 L: linux-wireless@vger.kernel.org
8186 F: drivers/net/wireless/mediatek/mt7601u/
8188 MEGARAID SCSI/SAS DRIVERS
8189 M: Kashyap Desai <kashyap.desai@broadcom.com>
8190 M: Sumit Saxena <sumit.saxena@broadcom.com>
8191 M: Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
8192 L: megaraidlinux.pdl@broadcom.com
8193 L: linux-scsi@vger.kernel.org
8194 W: http://www.avagotech.com/support/
8196 F: Documentation/scsi/megaraid.txt
8197 F: drivers/scsi/megaraid.*
8198 F: drivers/scsi/megaraid/
8200 MELFAS MIP4 TOUCHSCREEN DRIVER
8201 M: Sangwon Jee <jeesw@melfas.com>
8202 W: http://www.melfas.com
8204 F: drivers/input/touchscreen/melfas_mip4.c
8205 F: Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
8207 MELLANOX ETHERNET DRIVER (mlx4_en)
8208 M: Tariq Toukan <tariqt@mellanox.com>
8209 L: netdev@vger.kernel.org
8211 W: http://www.mellanox.com
8212 Q: http://patchwork.ozlabs.org/project/netdev/list/
8213 F: drivers/net/ethernet/mellanox/mlx4/en_*
8215 MELLANOX ETHERNET DRIVER (mlx5e)
8216 M: Saeed Mahameed <saeedm@mellanox.com>
8217 L: netdev@vger.kernel.org
8219 W: http://www.mellanox.com
8220 Q: http://patchwork.ozlabs.org/project/netdev/list/
8221 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
8223 MELLANOX ETHERNET SWITCH DRIVERS
8224 M: Jiri Pirko <jiri@mellanox.com>
8225 M: Ido Schimmel <idosch@mellanox.com>
8226 L: netdev@vger.kernel.org
8228 W: http://www.mellanox.com
8229 Q: http://patchwork.ozlabs.org/project/netdev/list/
8230 F: drivers/net/ethernet/mellanox/mlxsw/
8232 MELLANOX MLXCPLD I2C AND MUX DRIVER
8233 M: Vadim Pasternak <vadimp@mellanox.com>
8234 M: Michael Shych <michaelsh@mellanox.com>
8235 L: linux-i2c@vger.kernel.org
8237 F: drivers/i2c/busses/i2c-mlxcpld.c
8238 F: drivers/i2c/muxes/i2c-mux-mlxcpld.c
8239 F: Documentation/i2c/busses/i2c-mlxcpld
8241 MELLANOX MLXCPLD LED DRIVER
8242 M: Vadim Pasternak <vadimp@mellanox.com>
8243 L: linux-leds@vger.kernel.org
8245 F: drivers/leds/leds-mlxcpld.c
8246 F: Documentation/leds/leds-mlxcpld.txt
8248 MELLANOX PLATFORM DRIVER
8249 M: Vadim Pasternak <vadimp@mellanox.com>
8250 L: platform-driver-x86@vger.kernel.org
8252 F: drivers/platform/x86/mlx-platform.c
8254 MELLANOX MLX CPLD HOTPLUG DRIVER
8255 M: Vadim Pasternak <vadimp@mellanox.com>
8256 L: platform-driver-x86@vger.kernel.org
8258 F: drivers/platform/x86/mlxcpld-hotplug.c
8259 F: include/linux/platform_data/mlxcpld-hotplug.h
8261 SOFT-ROCE DRIVER (rxe)
8262 M: Moni Shoua <monis@mellanox.com>
8263 L: linux-rdma@vger.kernel.org
8265 W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
8266 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8267 F: drivers/infiniband/sw/rxe/
8268 F: include/uapi/rdma/rdma_user_rxe.h
8271 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8272 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8273 L: linux-kernel@vger.kernel.org
8275 F: kernel/membarrier.c
8276 F: include/uapi/linux/membarrier.h
8279 L: linux-mm@kvack.org
8280 W: http://www.linux-mm.org
8282 F: include/linux/mm.h
8283 F: include/linux/gfp.h
8284 F: include/linux/mmzone.h
8285 F: include/linux/memory_hotplug.h
8286 F: include/linux/vmalloc.h
8289 MEMORY TECHNOLOGY DEVICES (MTD)
8290 M: David Woodhouse <dwmw2@infradead.org>
8291 M: Brian Norris <computersforpeace@gmail.com>
8292 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8293 M: Marek Vasut <marek.vasut@gmail.com>
8294 M: Richard Weinberger <richard@nod.at>
8295 M: Cyrille Pitchen <cyrille.pitchen@atmel.com>
8296 L: linux-mtd@lists.infradead.org
8297 W: http://www.linux-mtd.infradead.org/
8298 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8299 T: git git://git.infradead.org/linux-mtd.git
8300 T: git git://git.infradead.org/l2-mtd.git
8302 F: Documentation/devicetree/bindings/mtd/
8304 F: include/linux/mtd/
8305 F: include/uapi/mtd/
8307 MEN A21 WATCHDOG DRIVER
8308 M: Johannes Thumshirn <morbidrsa@gmail.com>
8309 L: linux-watchdog@vger.kernel.org
8311 F: drivers/watchdog/mena21_wdt.c
8313 MEN CHAMELEON BUS (mcb)
8314 M: Johannes Thumshirn <morbidrsa@gmail.com>
8317 F: include/linux/mcb.h
8318 F: Documentation/men-chameleon-bus.txt
8320 MEN F21BMC (Board Management Controller)
8321 M: Andreas Werner <andreas.werner@men.de>
8323 F: drivers/mfd/menf21bmc.c
8324 F: drivers/watchdog/menf21bmc_wdt.c
8325 F: drivers/leds/leds-menf21bmc.c
8326 F: drivers/hwmon/menf21bmc_hwmon.c
8327 F: Documentation/hwmon/menf21bmc
8330 M: James Hogan <james.hogan@imgtec.com>
8331 L: linux-metag@vger.kernel.org
8332 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8335 F: Documentation/metag/
8336 F: Documentation/devicetree/bindings/metag/
8337 F: Documentation/devicetree/bindings/interrupt-controller/img,*
8338 F: drivers/clocksource/metag_generic.c
8339 F: drivers/irqchip/irq-metag.c
8340 F: drivers/irqchip/irq-metag-ext.c
8341 F: drivers/tty/metag_da.c
8343 MICROBLAZE ARCHITECTURE
8344 M: Michal Simek <monstr@monstr.eu>
8345 W: http://www.monstr.eu/fdt/
8346 T: git git://git.monstr.eu/linux-2.6-microblaze.git
8350 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
8351 M: Richard Genoud <richard.genoud@gmail.com>
8353 F: drivers/tty/serial/atmel_serial.c
8354 F: include/linux/atmel_serial.h
8356 MICROCHIP / ATMEL DMA DRIVER
8357 M: Ludovic Desroches <ludovic.desroches@microchip.com>
8358 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8359 L: dmaengine@vger.kernel.org
8361 F: drivers/dma/at_hdmac.c
8362 F: drivers/dma/at_hdmac_regs.h
8363 F: include/linux/platform_data/dma-atmel.h
8365 MICROCHIP / ATMEL ISC DRIVER
8366 M: Songjun Wu <songjun.wu@microchip.com>
8367 L: linux-media@vger.kernel.org
8369 F: drivers/media/platform/atmel/atmel-isc.c
8370 F: drivers/media/platform/atmel/atmel-isc-regs.h
8371 F: devicetree/bindings/media/atmel-isc.txt
8373 MICROCHIP USB251XB DRIVER
8374 M: Richard Leitner <richard.leitner@skidata.com>
8375 L: linux-usb@vger.kernel.org
8377 F: drivers/usb/misc/usb251xb.c
8378 F: Documentation/devicetree/bindings/usb/usb251xb.txt
8380 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8381 M: Chen Yu <yu.c.chen@intel.com>
8382 L: platform-driver-x86@vger.kernel.org
8384 F: drivers/platform/x86/surfacepro3_button.c
8387 M: Oliver Neukum <oliver@neukum.org>
8389 F: drivers/usb/image/microtek.*
8392 M: Ralf Baechle <ralf@linux-mips.org>
8393 L: linux-mips@linux-mips.org
8394 W: http://www.linux-mips.org/
8395 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
8396 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
8398 F: Documentation/devicetree/bindings/mips/
8399 F: Documentation/mips/
8402 MIPS/LOONGSON1 ARCHITECTURE
8403 M: Keguang Zhang <keguang.zhang@gmail.com>
8404 L: linux-mips@linux-mips.org
8406 F: arch/mips/loongson32/
8407 F: arch/mips/include/asm/mach-loongson32/
8408 F: drivers/*/*loongson1*
8409 F: drivers/*/*/*loongson1*
8411 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8412 M: Hans Verkuil <hverkuil@xs4all.nl>
8413 L: linux-media@vger.kernel.org
8414 T: git git://linuxtv.org/media_tree.git
8415 W: https://linuxtv.org
8417 F: drivers/media/radio/radio-miropcm20*
8419 MELLANOX MLX4 core VPI driver
8420 M: Yishai Hadas <yishaih@mellanox.com>
8421 L: netdev@vger.kernel.org
8422 L: linux-rdma@vger.kernel.org
8423 W: http://www.mellanox.com
8424 Q: http://patchwork.ozlabs.org/project/netdev/list/
8426 F: drivers/net/ethernet/mellanox/mlx4/
8427 F: include/linux/mlx4/
8428 F: include/uapi/rdma/mlx4-abi.h
8430 MELLANOX MLX4 IB driver
8431 M: Yishai Hadas <yishaih@mellanox.com>
8432 L: linux-rdma@vger.kernel.org
8433 W: http://www.mellanox.com
8434 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8436 F: drivers/infiniband/hw/mlx4/
8437 F: include/linux/mlx4/
8439 MELLANOX MLX5 core VPI driver
8440 M: Saeed Mahameed <saeedm@mellanox.com>
8441 M: Matan Barak <matanb@mellanox.com>
8442 M: Leon Romanovsky <leonro@mellanox.com>
8443 L: netdev@vger.kernel.org
8444 L: linux-rdma@vger.kernel.org
8445 W: http://www.mellanox.com
8446 Q: http://patchwork.ozlabs.org/project/netdev/list/
8448 F: drivers/net/ethernet/mellanox/mlx5/core/
8449 F: include/linux/mlx5/
8450 F: include/uapi/rdma/mlx5-abi.h
8452 MELLANOX MLX5 IB driver
8453 M: Matan Barak <matanb@mellanox.com>
8454 M: Leon Romanovsky <leonro@mellanox.com>
8455 L: linux-rdma@vger.kernel.org
8456 W: http://www.mellanox.com
8457 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8459 F: drivers/infiniband/hw/mlx5/
8460 F: include/linux/mlx5/
8462 MELEXIS MLX90614 DRIVER
8463 M: Crt Mori <cmo@melexis.com>
8464 L: linux-iio@vger.kernel.org
8465 W: http://www.melexis.com
8467 F: drivers/iio/temperature/mlx90614.c
8469 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8470 M: Don Brace <don.brace@microsemi.com>
8471 L: esc.storagedev@microsemi.com
8472 L: linux-scsi@vger.kernel.org
8474 F: drivers/scsi/smartpqi/smartpqi*.[ch]
8475 F: drivers/scsi/smartpqi/Kconfig
8476 F: drivers/scsi/smartpqi/Makefile
8477 F: include/linux/cciss*.h
8478 F: include/uapi/linux/cciss*.h
8479 F: Documentation/scsi/smartpqi.txt
8481 MN88472 MEDIA DRIVER
8482 M: Antti Palosaari <crope@iki.fi>
8483 L: linux-media@vger.kernel.org
8484 W: https://linuxtv.org
8485 W: http://palosaari.fi/linux/
8486 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8488 F: drivers/media/dvb-frontends/mn88472*
8490 MN88473 MEDIA DRIVER
8491 M: Antti Palosaari <crope@iki.fi>
8492 L: linux-media@vger.kernel.org
8493 W: https://linuxtv.org
8494 W: http://palosaari.fi/linux/
8495 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8497 F: drivers/media/dvb-frontends/mn88473*
8500 M: Jessica Yu <jeyu@redhat.com>
8501 M: Rusty Russell <rusty@rustcorp.com.au>
8502 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
8504 F: include/linux/module.h
8507 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8508 W: http://popies.net/meye/
8510 F: Documentation/media/v4l-drivers/meye*
8511 F: drivers/media/pci/meye/
8512 F: include/uapi/linux/meye.h
8514 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8515 M: Jiri Slaby <jirislaby@gmail.com>
8517 F: Documentation/serial/moxa-smartio
8518 F: drivers/tty/mxser.*
8520 MR800 AVERMEDIA USB FM RADIO DRIVER
8521 M: Alexey Klimov <klimov.linux@gmail.com>
8522 L: linux-media@vger.kernel.org
8523 T: git git://linuxtv.org/media_tree.git
8525 F: drivers/media/radio/radio-mr800.c
8527 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8528 M: Alan Ott <alan@signal11.us>
8529 L: linux-wpan@vger.kernel.org
8531 F: drivers/net/ieee802154/mrf24j40.c
8532 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8535 M: "Lee, Chun-Yi" <jlee@suse.com>
8536 L: platform-driver-x86@vger.kernel.org
8538 F: drivers/platform/x86/msi-laptop.c
8541 L: platform-driver-x86@vger.kernel.org
8543 F: drivers/platform/x86/msi-wmi.c
8546 M: Antti Palosaari <crope@iki.fi>
8547 L: linux-media@vger.kernel.org
8548 W: https://linuxtv.org
8549 W: http://palosaari.fi/linux/
8550 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8551 T: git git://linuxtv.org/anttip/media_tree.git
8553 F: drivers/media/tuners/msi001*
8555 MSI2500 MEDIA DRIVER
8556 M: Antti Palosaari <crope@iki.fi>
8557 L: linux-media@vger.kernel.org
8558 W: https://linuxtv.org
8559 W: http://palosaari.fi/linux/
8560 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8561 T: git git://linuxtv.org/anttip/media_tree.git
8563 F: drivers/media/usb/msi2500/
8565 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8566 M: Robert Jarzmik <robert.jarzmik@free.fr>
8567 L: linux-mtd@lists.infradead.org
8569 F: drivers/mtd/devices/docg3*
8571 MT9M032 APTINA SENSOR DRIVER
8572 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8573 L: linux-media@vger.kernel.org
8574 T: git git://linuxtv.org/media_tree.git
8576 F: drivers/media/i2c/mt9m032.c
8577 F: include/media/i2c/mt9m032.h
8579 MT9P031 APTINA CAMERA SENSOR
8580 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8581 L: linux-media@vger.kernel.org
8582 T: git git://linuxtv.org/media_tree.git
8584 F: drivers/media/i2c/mt9p031.c
8585 F: include/media/i2c/mt9p031.h
8587 MT9T001 APTINA CAMERA SENSOR
8588 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8589 L: linux-media@vger.kernel.org
8590 T: git git://linuxtv.org/media_tree.git
8592 F: drivers/media/i2c/mt9t001.c
8593 F: include/media/i2c/mt9t001.h
8595 MT9V032 APTINA CAMERA SENSOR
8596 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8597 L: linux-media@vger.kernel.org
8598 T: git git://linuxtv.org/media_tree.git
8600 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8601 F: drivers/media/i2c/mt9v032.c
8602 F: include/media/i2c/mt9v032.h
8604 MULTIFUNCTION DEVICES (MFD)
8605 M: Lee Jones <lee.jones@linaro.org>
8606 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8608 F: Documentation/devicetree/bindings/mfd/
8610 F: include/linux/mfd/
8611 F: include/dt-bindings/mfd/
8613 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8614 M: Ulf Hansson <ulf.hansson@linaro.org>
8615 L: linux-mmc@vger.kernel.org
8616 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8618 F: Documentation/devicetree/bindings/mmc/
8620 F: include/linux/mmc/
8621 F: include/uapi/linux/mmc/
8623 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8625 F: drivers/mmc/host/mmc_spi.c
8626 F: include/linux/spi/mmc_spi.h
8628 MULTISOUND SOUND DRIVER
8629 M: Andrew Veliath <andrewtv@usa.net>
8631 F: Documentation/sound/oss/MultiSound
8634 MULTITECH MULTIPORT CARD (ISICOM)
8636 F: drivers/tty/isicom.c
8637 F: include/linux/isicom.h
8639 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8640 M: Bin Liu <b-liu@ti.com>
8641 L: linux-usb@vger.kernel.org
8642 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8644 F: drivers/usb/musb/
8646 MXL5007T MEDIA DRIVER
8647 M: Michael Krufky <mkrufky@linuxtv.org>
8648 L: linux-media@vger.kernel.org
8649 W: https://linuxtv.org
8650 W: http://github.com/mkrufky
8651 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8652 T: git git://linuxtv.org/mkrufky/tuners.git
8654 F: drivers/media/tuners/mxl5007t.*
8657 M: Marek Vasut <marex@denx.de>
8659 F: drivers/gpu/drm/mxsfb/
8660 F: Documentation/devicetree/bindings/display/mxsfb-drm.txt
8662 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8663 M: Hyong-Youb Kim <hykim@myri.com>
8664 L: netdev@vger.kernel.org
8665 W: https://www.myricom.com/support/downloads/myri10ge.html
8667 F: drivers/net/ethernet/myricom/myri10ge/
8669 NAND FLASH SUBSYSTEM
8670 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8671 R: Richard Weinberger <richard@nod.at>
8672 L: linux-mtd@lists.infradead.org
8673 W: http://www.linux-mtd.infradead.org/
8674 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8675 T: git git://github.com/linux-nand/linux.git
8677 F: drivers/mtd/nand/
8678 F: include/linux/mtd/nand*.h
8680 NATSEMI ETHERNET DRIVER (DP8381x)
8682 F: drivers/net/ethernet/natsemi/natsemi.c
8684 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8685 M: Daniel Mack <zonque@gmail.com>
8687 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8688 W: http://www.native-instruments.com
8692 M: Petr Vandrovec <petr@vandrovec.name>
8696 NCR 5380 SCSI DRIVERS
8697 M: Finn Thain <fthain@telegraphics.com.au>
8698 M: Michael Schmitz <schmitzmic@gmail.com>
8699 L: linux-scsi@vger.kernel.org
8701 F: Documentation/scsi/g_NCR5380.txt
8702 F: drivers/scsi/NCR5380.*
8703 F: drivers/scsi/arm/cumana_1.c
8704 F: drivers/scsi/arm/oak.c
8705 F: drivers/scsi/atari_scsi.*
8706 F: drivers/scsi/dmx3191d.c
8707 F: drivers/scsi/g_NCR5380.*
8708 F: drivers/scsi/mac_scsi.*
8709 F: drivers/scsi/sun3_scsi.*
8710 F: drivers/scsi/sun3_scsi_vme.c
8712 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8713 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8714 L: linux-scsi@vger.kernel.org
8716 F: drivers/scsi/NCR_D700.*
8718 NCT6775 HARDWARE MONITOR DRIVER
8719 M: Guenter Roeck <linux@roeck-us.net>
8720 L: linux-hwmon@vger.kernel.org
8722 F: Documentation/hwmon/nct6775
8723 F: drivers/hwmon/nct6775.c
8725 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8726 M: Faisal Latif <faisal.latif@intel.com>
8727 L: linux-rdma@vger.kernel.org
8728 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8730 F: drivers/infiniband/hw/nes/
8731 F: include/uapi/rdma/nes-abi.h
8733 NETEM NETWORK EMULATOR
8734 M: Stephen Hemminger <stephen@networkplumber.org>
8735 L: netem@lists.linux-foundation.org (moderated for non-subscribers)
8737 F: net/sched/sch_netem.c
8739 NETERION 10GbE DRIVERS (s2io/vxge)
8740 M: Jon Mason <jdmason@kudzu.us>
8741 L: netdev@vger.kernel.org
8743 F: Documentation/networking/s2io.txt
8744 F: Documentation/networking/vxge.txt
8745 F: drivers/net/ethernet/neterion/
8748 M: Pablo Neira Ayuso <pablo@netfilter.org>
8749 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8750 L: netfilter-devel@vger.kernel.org
8751 L: coreteam@netfilter.org
8752 W: http://www.netfilter.org/
8753 W: http://www.iptables.org/
8754 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
8755 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8756 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8758 F: include/linux/netfilter*
8759 F: include/linux/netfilter/
8760 F: include/net/netfilter/
8761 F: include/uapi/linux/netfilter*
8762 F: include/uapi/linux/netfilter/
8763 F: net/*/netfilter.c
8766 F: net/bridge/br_netfilter*.c
8769 M: Paul Moore <paul@paul-moore.com>
8770 W: http://netlabel.sf.net
8771 L: netdev@vger.kernel.org
8773 F: Documentation/netlabel/
8774 F: include/net/netlabel.h
8777 NETROM NETWORK LAYER
8778 M: Ralf Baechle <ralf@linux-mips.org>
8779 L: linux-hams@vger.kernel.org
8780 W: http://www.linux-ax25.org/
8782 F: include/net/netrom.h
8783 F: include/uapi/linux/netrom.h
8786 NETRONOME ETHERNET DRIVERS
8787 M: Jakub Kicinski <jakub.kicinski@netronome.com>
8788 L: oss-drivers@netronome.com
8790 F: drivers/net/ethernet/netronome/
8792 NETWORK BLOCK DEVICE (NBD)
8793 M: Josef Bacik <jbacik@fb.com>
8795 L: linux-block@vger.kernel.org
8796 L: nbd-general@lists.sourceforge.net
8797 F: Documentation/blockdev/nbd.txt
8798 F: drivers/block/nbd.c
8799 F: include/uapi/linux/nbd.h
8801 NETWORK DROP MONITOR
8802 M: Neil Horman <nhorman@tuxdriver.com>
8803 L: netdev@vger.kernel.org
8805 W: https://fedorahosted.org/dropwatch/
8806 F: net/core/drop_monitor.c
8809 M: Andrew Lunn <andrew@lunn.ch>
8810 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8811 M: Florian Fainelli <f.fainelli@gmail.com>
8814 F: include/net/dsa.h
8817 NETWORKING [GENERAL]
8818 M: "David S. Miller" <davem@davemloft.net>
8819 L: netdev@vger.kernel.org
8820 W: http://www.linuxfoundation.org/en/Net
8821 Q: http://patchwork.ozlabs.org/project/netdev/list/
8822 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8823 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8824 B: mailto:netdev@vger.kernel.org
8828 F: include/linux/in.h
8829 F: include/linux/net.h
8830 F: include/linux/netdevice.h
8831 F: include/uapi/linux/in.h
8832 F: include/uapi/linux/net.h
8833 F: include/uapi/linux/netdevice.h
8834 F: include/uapi/linux/net_namespace.h
8836 F: tools/testing/selftests/net/
8839 NETWORKING [IPv4/IPv6]
8840 M: "David S. Miller" <davem@davemloft.net>
8841 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8842 M: James Morris <jmorris@namei.org>
8843 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8844 M: Patrick McHardy <kaber@trash.net>
8845 L: netdev@vger.kernel.org
8846 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8854 M: Steffen Klassert <steffen.klassert@secunet.com>
8855 M: Herbert Xu <herbert@gondor.apana.org.au>
8856 M: "David S. Miller" <davem@davemloft.net>
8857 L: netdev@vger.kernel.org
8858 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8859 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8867 F: net/ipv4/ipcomp.c
8868 F: net/ipv4/ip_vti.c
8872 F: net/ipv6/ipcomp6.c
8873 F: net/ipv6/ip6_vti.c
8874 F: include/uapi/linux/xfrm.h
8875 F: include/net/xfrm.h
8877 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8878 M: Paul Moore <paul@paul-moore.com>
8879 L: netdev@vger.kernel.org
8882 NETWORKING [WIRELESS]
8883 L: linux-wireless@vger.kernel.org
8884 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8887 L: netdev@vger.kernel.org
8888 W: http://www.linuxfoundation.org/en/Net
8889 Q: http://patchwork.ozlabs.org/project/netdev/list/
8890 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8891 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8893 F: Documentation/devicetree/bindings/net/
8895 F: include/linux/if_*
8896 F: include/linux/netdevice.h
8897 F: include/linux/etherdevice.h
8898 F: include/linux/fcdevice.h
8899 F: include/linux/fddidevice.h
8900 F: include/linux/hippidevice.h
8901 F: include/linux/inetdevice.h
8902 F: include/uapi/linux/if_*
8903 F: include/uapi/linux/netdevice.h
8905 NETWORKING DRIVERS (WIRELESS)
8906 M: Kalle Valo <kvalo@codeaurora.org>
8907 L: linux-wireless@vger.kernel.org
8908 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8909 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8910 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8912 F: Documentation/devicetree/bindings/net/wireless/
8913 F: drivers/net/wireless/
8915 NETXEN (1/10) GbE SUPPORT
8916 M: Manish Chopra <manish.chopra@cavium.com>
8917 M: Rahul Verma <rahul.verma@cavium.com>
8918 M: Dept-GELinuxNICDev@cavium.com
8919 L: netdev@vger.kernel.org
8921 F: drivers/net/ethernet/qlogic/netxen/
8924 M: Samuel Ortiz <sameo@linux.intel.com>
8925 L: linux-wireless@vger.kernel.org
8926 L: linux-nfc@lists.01.org (subscribers-only)
8930 F: include/uapi/linux/nfc.h
8932 F: include/linux/platform_data/nfcmrvl.h
8933 F: include/linux/platform_data/nxp-nci.h
8934 F: include/linux/platform_data/pn544.h
8935 F: include/linux/platform_data/st21nfca.h
8936 F: include/linux/platform_data/st-nci.h
8937 F: Documentation/devicetree/bindings/net/nfc/
8939 NFS, SUNRPC, AND LOCKD CLIENTS
8940 M: Trond Myklebust <trond.myklebust@primarydata.com>
8941 M: Anna Schumaker <anna.schumaker@netapp.com>
8942 L: linux-nfs@vger.kernel.org
8943 W: http://client.linux-nfs.org
8944 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8950 F: include/linux/lockd/
8951 F: include/linux/nfs*
8952 F: include/linux/sunrpc/
8953 F: include/uapi/linux/nfs*
8954 F: include/uapi/linux/sunrpc/
8957 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8958 L: linux-nilfs@vger.kernel.org
8959 W: http://nilfs.sourceforge.net/
8960 W: http://nilfs.osdn.jp/
8961 T: git git://github.com/konis/nilfs2.git
8963 F: Documentation/filesystems/nilfs2.txt
8965 F: include/trace/events/nilfs2.h
8966 F: include/uapi/linux/nilfs2_api.h
8967 F: include/uapi/linux/nilfs2_ondisk.h
8969 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8970 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8971 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8973 F: Documentation/scsi/NinjaSCSI.txt
8974 F: drivers/scsi/pcmcia/nsp_*
8976 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8977 M: GOTO Masanori <gotom@debian.or.jp>
8978 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8979 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8981 F: Documentation/scsi/NinjaSCSI.txt
8982 F: drivers/scsi/nsp32*
8985 M: Ley Foon Tan <lftan@altera.com>
8986 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8987 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8991 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
8992 M: Pavel Machek <pavel@ucw.cz>
8993 M: Sakari Ailus <sakari.ailus@iki.fi>
8994 L: linux-media@vger.kernel.org
8996 F: drivers/media/i2c/et8ek8
8997 F: drivers/media/i2c/ad5820.c
8999 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9000 M: Pavel Machek <pavel@ucw.cz>
9001 M: Sakari Ailus <sakari.ailus@iki.fi>
9002 L: linux-media@vger.kernel.org
9004 F: drivers/media/i2c/et8ek8
9005 F: drivers/media/i2c/ad5820.c
9007 NOKIA N900 POWER SUPPLY DRIVERS
9008 R: Pali Rohár <pali.rohar@gmail.com>
9009 F: include/linux/power/bq2415x_charger.h
9010 F: include/linux/power/bq27xxx_battery.h
9011 F: include/linux/power/isp1704_charger.h
9012 F: drivers/power/supply/bq2415x_charger.c
9013 F: drivers/power/supply/bq27xxx_battery.c
9014 F: drivers/power/supply/bq27xxx_battery_i2c.c
9015 F: drivers/power/supply/isp1704_charger.c
9016 F: drivers/power/supply/rx51_battery.c
9019 M: Jon Mason <jdmason@kudzu.us>
9020 M: Dave Jiang <dave.jiang@intel.com>
9021 M: Allen Hubbe <Allen.Hubbe@emc.com>
9022 L: linux-ntb@googlegroups.com
9024 W: https://github.com/jonmason/ntb/wiki
9025 T: git git://github.com/jonmason/ntb.git
9027 F: drivers/net/ntb_netdev.c
9028 F: include/linux/ntb.h
9029 F: include/linux/ntb_transport.h
9030 F: tools/testing/selftests/ntb/
9033 M: Jon Mason <jdmason@kudzu.us>
9034 M: Dave Jiang <dave.jiang@intel.com>
9035 L: linux-ntb@googlegroups.com
9037 W: https://github.com/jonmason/ntb/wiki
9038 T: git git://github.com/jonmason/ntb.git
9039 F: drivers/ntb/hw/intel/
9042 M: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
9043 L: linux-ntb@googlegroups.com
9045 F: drivers/ntb/hw/amd/
9048 M: Anton Altaparmakov <anton@tuxera.com>
9049 L: linux-ntfs-dev@lists.sourceforge.net
9050 W: http://www.tuxera.com/
9051 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
9053 F: Documentation/filesystems/ntfs.txt
9056 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
9057 M: Antonino Daplas <adaplas@gmail.com>
9058 L: linux-fbdev@vger.kernel.org
9060 F: drivers/video/fbdev/riva/
9061 F: drivers/video/fbdev/nvidia/
9064 M: Keith Busch <keith.busch@intel.com>
9065 M: Jens Axboe <axboe@fb.com>
9066 M: Christoph Hellwig <hch@lst.de>
9067 M: Sagi Grimberg <sagi@grimberg.me>
9068 L: linux-nvme@lists.infradead.org
9069 T: git://git.infradead.org/nvme.git
9070 W: http://git.infradead.org/nvme.git
9072 F: drivers/nvme/host/
9073 F: include/linux/nvme.h
9074 F: include/uapi/linux/nvme_ioctl.h
9076 NVM EXPRESS TARGET DRIVER
9077 M: Christoph Hellwig <hch@lst.de>
9078 M: Sagi Grimberg <sagi@grimberg.me>
9079 L: linux-nvme@lists.infradead.org
9080 T: git://git.infradead.org/nvme.git
9081 W: http://git.infradead.org/nvme.git
9083 F: drivers/nvme/target/
9085 NVM EXPRESS FC TRANSPORT DRIVERS
9086 M: James Smart <james.smart@broadcom.com>
9087 L: linux-nvme@lists.infradead.org
9089 F: include/linux/nvme-fc.h
9090 F: include/linux/nvme-fc-driver.h
9091 F: drivers/nvme/host/fc.c
9092 F: drivers/nvme/target/fc.c
9093 F: drivers/nvme/target/fcloop.c
9096 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
9097 M: Maxime Ripard <maxime.ripard@free-electrons.com>
9100 F: Documentation/devicetree/bindings/nvmem/
9101 F: include/linux/nvmem-consumer.h
9102 F: include/linux/nvmem-provider.h
9105 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
9106 R: Charles Gorand <charles.gorand@effinnov.com>
9107 L: linux-nfc@lists.01.org (moderated for non-subscribers)
9109 F: drivers/nfc/nxp-nci
9111 NXP TDA998X DRM DRIVER
9112 M: Russell King <linux@armlinux.org.uk>
9114 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
9115 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
9116 F: drivers/gpu/drm/i2c/tda998x_drv.c
9117 F: include/drm/i2c/tda998x.h
9120 M: Peter Rosin <peda@axentia.se>
9121 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9123 F: sound/soc/codecs/tfa9879*
9126 M: Josh Poimboeuf <jpoimboe@redhat.com>
9131 M: Aaro Koskinen <aaro.koskinen@iki.fi>
9132 M: Tony Lindgren <tony@atomide.com>
9133 L: linux-omap@vger.kernel.org
9134 Q: http://patchwork.kernel.org/project/linux-omap/list/
9135 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9137 F: arch/arm/mach-omap1/
9138 F: arch/arm/plat-omap/
9139 F: arch/arm/configs/omap1_defconfig
9140 F: drivers/i2c/busses/i2c-omap.c
9141 F: include/linux/i2c-omap.h
9144 M: Tony Lindgren <tony@atomide.com>
9145 L: linux-omap@vger.kernel.org
9146 W: http://www.muru.com/linux/omap/
9147 W: http://linux.omap.com/
9148 Q: http://patchwork.kernel.org/project/linux-omap/list/
9149 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9151 F: arch/arm/mach-omap2/
9152 F: arch/arm/plat-omap/
9153 F: arch/arm/configs/omap2plus_defconfig
9154 F: drivers/i2c/busses/i2c-omap.c
9155 F: drivers/irqchip/irq-omap-intc.c
9156 F: drivers/mfd/*omap*.c
9157 F: drivers/mfd/menelaus.c
9158 F: drivers/mfd/palmas.c
9159 F: drivers/mfd/tps65217.c
9160 F: drivers/mfd/tps65218.c
9161 F: drivers/mfd/tps65910.c
9162 F: drivers/mfd/twl-core.[ch]
9163 F: drivers/mfd/twl4030*.c
9164 F: drivers/mfd/twl6030*.c
9165 F: drivers/mfd/twl6040*.c
9166 F: drivers/regulator/palmas-regulator*.c
9167 F: drivers/regulator/pbias-regulator.c
9168 F: drivers/regulator/tps65217-regulator.c
9169 F: drivers/regulator/tps65218-regulator.c
9170 F: drivers/regulator/tps65910-regulator.c
9171 F: drivers/regulator/twl-regulator.c
9172 F: drivers/regulator/twl6030-regulator.c
9173 F: include/linux/i2c-omap.h
9175 OMAP DEVICE TREE SUPPORT
9176 M: Benoît Cousson <bcousson@baylibre.com>
9177 M: Tony Lindgren <tony@atomide.com>
9178 L: linux-omap@vger.kernel.org
9179 L: devicetree@vger.kernel.org
9181 F: arch/arm/boot/dts/*omap*
9182 F: arch/arm/boot/dts/*am3*
9183 F: arch/arm/boot/dts/*am4*
9184 F: arch/arm/boot/dts/*am5*
9185 F: arch/arm/boot/dts/*dra7*
9187 OMAP CLOCK FRAMEWORK SUPPORT
9188 M: Paul Walmsley <paul@pwsan.com>
9189 L: linux-omap@vger.kernel.org
9191 F: arch/arm/*omap*/*clock*
9193 OMAP POWER MANAGEMENT SUPPORT
9194 M: Kevin Hilman <khilman@kernel.org>
9195 L: linux-omap@vger.kernel.org
9197 F: arch/arm/*omap*/*pm*
9198 F: drivers/cpufreq/omap-cpufreq.c
9200 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
9201 M: Rajendra Nayak <rnayak@codeaurora.org>
9202 M: Paul Walmsley <paul@pwsan.com>
9203 L: linux-omap@vger.kernel.org
9205 F: arch/arm/mach-omap2/prm*
9208 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
9209 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
9210 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9211 L: linux-omap@vger.kernel.org
9215 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
9216 M: Roger Quadros <rogerq@ti.com>
9217 M: Tony Lindgren <tony@atomide.com>
9218 L: linux-omap@vger.kernel.org
9220 F: drivers/memory/omap-gpmc.c
9221 F: arch/arm/mach-omap2/*gpmc*
9223 OMAP FRAMEBUFFER SUPPORT
9224 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
9225 L: linux-fbdev@vger.kernel.org
9226 L: linux-omap@vger.kernel.org
9228 F: drivers/video/fbdev/omap/
9230 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
9231 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
9232 L: linux-omap@vger.kernel.org
9233 L: linux-fbdev@vger.kernel.org
9235 F: drivers/video/fbdev/omap2/
9236 F: Documentation/arm/OMAP/DSS
9238 OMAP HARDWARE SPINLOCK SUPPORT
9239 M: Ohad Ben-Cohen <ohad@wizery.com>
9240 L: linux-omap@vger.kernel.org
9242 F: drivers/hwspinlock/omap_hwspinlock.c
9245 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
9246 L: linux-omap@vger.kernel.org
9248 F: drivers/mmc/host/omap.c
9251 L: linux-mmc@vger.kernel.org
9252 L: linux-omap@vger.kernel.org
9254 F: drivers/mmc/host/omap_hsmmc.c
9256 OMAP RANDOM NUMBER GENERATOR SUPPORT
9257 M: Deepak Saxena <dsaxena@plexity.net>
9259 F: drivers/char/hw_random/omap-rng.c
9262 M: Benoît Cousson <bcousson@baylibre.com>
9263 M: Paul Walmsley <paul@pwsan.com>
9264 L: linux-omap@vger.kernel.org
9266 F: arch/arm/mach-omap2/omap_hwmod.*
9269 M: Paul Walmsley <paul@pwsan.com>
9270 L: linux-omap@vger.kernel.org
9272 F: arch/arm/mach-omap2/omap_hwmod*data*
9274 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
9275 M: Benoît Cousson <bcousson@baylibre.com>
9276 L: linux-omap@vger.kernel.org
9278 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
9280 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9281 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9282 L: linux-media@vger.kernel.org
9284 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
9285 F: drivers/media/platform/omap3isp/
9286 F: drivers/staging/media/omap4iss/
9289 L: linux-usb@vger.kernel.org
9290 L: linux-omap@vger.kernel.org
9292 F: drivers/usb/*/*omap*
9293 F: arch/arm/*omap*/usb*
9296 M: Grygorii Strashko <grygorii.strashko@ti.com>
9297 M: Santosh Shilimkar <ssantosh@kernel.org>
9298 M: Kevin Hilman <khilman@kernel.org>
9299 L: linux-omap@vger.kernel.org
9301 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
9302 F: drivers/gpio/gpio-omap.c
9304 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9305 M: Mark Jackson <mpfj@newflow.co.uk>
9306 L: linux-omap@vger.kernel.org
9308 F: arch/arm/boot/dts/am335x-nano.dts
9311 M: Bob Copeland <me@bobcopeland.com>
9312 L: linux-karma-devel@lists.sourceforge.net
9314 F: Documentation/filesystems/omfs.txt
9317 OMNIKEY CARDMAN 4000 DRIVER
9318 M: Harald Welte <laforge@gnumonks.org>
9320 F: drivers/char/pcmcia/cm4000_cs.c
9321 F: include/linux/cm4000_cs.h
9322 F: include/uapi/linux/cm4000_cs.h
9324 OMNIKEY CARDMAN 4040 DRIVER
9325 M: Harald Welte <laforge@gnumonks.org>
9327 F: drivers/char/pcmcia/cm4040_cs.*
9329 OMNIVISION OV7670 SENSOR DRIVER
9330 M: Jonathan Corbet <corbet@lwn.net>
9331 L: linux-media@vger.kernel.org
9332 T: git git://linuxtv.org/media_tree.git
9334 F: drivers/media/i2c/ov7670.c
9336 ONENAND FLASH DRIVER
9337 M: Kyungmin Park <kyungmin.park@samsung.com>
9338 L: linux-mtd@lists.infradead.org
9340 F: drivers/mtd/onenand/
9341 F: include/linux/mtd/onenand*.h
9343 ONSTREAM SCSI TAPE DRIVER
9344 M: Willem Riede <osst@riede.org>
9345 L: osst-users@lists.sourceforge.net
9346 L: linux-scsi@vger.kernel.org
9348 F: Documentation/scsi/osst.txt
9349 F: drivers/scsi/osst.*
9350 F: drivers/scsi/osst_*.h
9351 F: drivers/scsi/st.h
9353 OPENCORES I2C BUS DRIVER
9354 M: Peter Korsgaard <jacmet@sunsite.dk>
9355 L: linux-i2c@vger.kernel.org
9357 F: Documentation/i2c/busses/i2c-ocores
9358 F: drivers/i2c/busses/i2c-ocores.c
9360 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9361 M: Rob Herring <robh+dt@kernel.org>
9362 M: Frank Rowand <frowand.list@gmail.com>
9363 L: devicetree@vger.kernel.org
9364 W: http://www.devicetree.org/
9365 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9368 F: include/linux/of*.h
9371 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9372 M: Rob Herring <robh+dt@kernel.org>
9373 M: Mark Rutland <mark.rutland@arm.com>
9374 L: devicetree@vger.kernel.org
9375 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9376 Q: http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9378 F: Documentation/devicetree/
9380 F: include/dt-bindings/
9382 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9383 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
9384 L: devicetree@vger.kernel.org
9386 F: Documentation/devicetree/dynamic-resolution-notes.txt
9387 F: Documentation/devicetree/overlay-notes.txt
9388 F: drivers/of/overlay.c
9389 F: drivers/of/resolver.c
9391 OPENRISC ARCHITECTURE
9392 M: Jonas Bonn <jonas@southpole.se>
9393 M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
9394 M: Stafford Horne <shorne@gmail.com>
9395 T: git git://github.com/openrisc/linux.git
9396 L: openrisc@lists.librecores.org
9397 W: http://openrisc.io
9402 M: Pravin Shelar <pshelar@nicira.com>
9403 L: netdev@vger.kernel.org
9404 L: dev@openvswitch.org
9405 W: http://openvswitch.org
9408 F: include/uapi/linux/openvswitch.h
9410 OPERATING PERFORMANCE POINTS (OPP)
9411 M: Viresh Kumar <vireshk@kernel.org>
9412 M: Nishanth Menon <nm@ti.com>
9413 M: Stephen Boyd <sboyd@codeaurora.org>
9414 L: linux-pm@vger.kernel.org
9416 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9417 F: drivers/base/power/opp/
9418 F: include/linux/pm_opp.h
9419 F: Documentation/power/opp.txt
9420 F: Documentation/devicetree/bindings/opp/
9423 M: Clemens Ladisch <clemens@ladisch.de>
9424 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9425 T: git git://git.alsa-project.org/alsa-kernel.git
9427 F: sound/drivers/opl4/
9430 M: Robert Richter <rric@kernel.org>
9431 L: oprofile-list@lists.sf.net
9433 F: arch/*/include/asm/oprofile*.h
9435 F: drivers/oprofile/
9436 F: include/linux/oprofile.h
9438 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9439 M: Mark Fasheh <mfasheh@versity.com>
9440 M: Joel Becker <jlbec@evilplan.org>
9441 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
9442 W: http://ocfs2.wiki.kernel.org
9444 F: Documentation/filesystems/ocfs2.txt
9445 F: Documentation/filesystems/dlmfs.txt
9449 L: linux-wireless@vger.kernel.org
9450 W: http://wireless.kernel.org/en/users/Drivers/orinoco
9451 W: http://www.nongnu.org/orinoco/
9453 F: drivers/net/wireless/intersil/orinoco/
9455 OSD LIBRARY and FILESYSTEM
9456 M: Boaz Harrosh <ooo@electrozaur.com>
9457 M: Benny Halevy <bhalevy@primarydata.com>
9458 L: osd-dev@open-osd.org
9459 W: http://open-osd.org
9460 T: git git://git.open-osd.org/open-osd.git
9462 F: drivers/scsi/osd/
9463 F: include/scsi/osd_*
9467 M: Miklos Szeredi <miklos@szeredi.hu>
9468 L: linux-unionfs@vger.kernel.org
9469 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9472 F: Documentation/filesystems/overlayfs.txt
9475 M: Mike Marshall <hubcap@omnibond.com>
9476 L: pvfs2-developers@beowulf-underground.org (subscribers-only)
9477 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9480 F: Documentation/filesystems/orangefs.txt
9483 M: Christian Lamparter <chunkeey@googlemail.com>
9484 L: linux-wireless@vger.kernel.org
9485 W: http://wireless.kernel.org/en/users/Drivers/p54
9487 F: drivers/net/wireless/intersil/p54/
9489 PA SEMI ETHERNET DRIVER
9490 L: netdev@vger.kernel.org
9492 F: drivers/net/ethernet/pasemi/*
9494 PA SEMI SMBUS DRIVER
9495 L: linux-i2c@vger.kernel.org
9497 F: drivers/i2c/busses/i2c-pasemi.c
9499 PADATA PARALLEL EXECUTION MECHANISM
9500 M: Steffen Klassert <steffen.klassert@secunet.com>
9501 L: linux-crypto@vger.kernel.org
9504 F: include/linux/padata.h
9505 F: Documentation/padata.txt
9507 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9508 M: Harald Welte <laforge@gnumonks.org>
9509 L: platform-driver-x86@vger.kernel.org
9511 F: drivers/platform/x86/panasonic-laptop.c
9513 PANASONIC MN10300/AM33/AM34 PORT
9514 M: David Howells <dhowells@redhat.com>
9515 L: linux-am33-list@redhat.com (moderated for non-subscribers)
9516 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9518 F: Documentation/mn10300/
9521 PARALLEL LCD/KEYPAD PANEL DRIVER
9522 M: Willy Tarreau <willy@haproxy.com>
9523 M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9525 F: Documentation/misc-devices/lcd-panel-cgram.txt
9526 F: drivers/misc/panel.c
9528 PARALLEL PORT SUBSYSTEM
9529 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9530 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
9531 L: linux-parport@lists.infradead.org (subscribers-only)
9534 F: include/linux/parport*.h
9535 F: drivers/char/ppdev.c
9536 F: include/uapi/linux/ppdev.h
9537 F: Documentation/parport*.txt
9539 PARAVIRT_OPS INTERFACE
9540 M: Jeremy Fitzhardinge <jeremy@goop.org>
9541 M: Chris Wright <chrisw@sous-sol.org>
9542 M: Alok Kataria <akataria@vmware.com>
9543 M: Rusty Russell <rusty@rustcorp.com.au>
9544 L: virtualization@lists.linux-foundation.org
9546 F: Documentation/virtual/paravirt_ops.txt
9547 F: arch/*/kernel/paravirt*
9548 F: arch/*/include/asm/paravirt.h
9549 F: include/linux/hypervisor.h
9551 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9552 M: Tim Waugh <tim@cyberelk.net>
9553 L: linux-parport@lists.infradead.org (subscribers-only)
9555 F: Documentation/blockdev/paride.txt
9556 F: drivers/block/paride/
9559 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
9560 M: Helge Deller <deller@gmx.de>
9561 L: linux-parisc@vger.kernel.org
9562 W: http://www.parisc-linux.org/
9563 Q: http://patchwork.kernel.org/project/linux-parisc/list/
9564 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9565 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9568 F: Documentation/parisc/
9570 F: drivers/char/agp/parisc-agp.c
9571 F: drivers/input/serio/gscps2.c
9572 F: drivers/parport/parport_gsc.*
9573 F: drivers/tty/serial/8250/8250_gsc.c
9574 F: drivers/video/fbdev/sti*
9575 F: drivers/video/console/sti*
9576 F: drivers/video/logo/logo_parisc*
9579 M: Jiri Pirko <jiri@mellanox.com>
9580 L: netdev@vger.kernel.org
9583 F: lib/test_parman.c
9584 F: include/linux/parman.h
9586 PC87360 HARDWARE MONITORING DRIVER
9587 M: Jim Cromie <jim.cromie@gmail.com>
9588 L: linux-hwmon@vger.kernel.org
9590 F: Documentation/hwmon/pc87360
9591 F: drivers/hwmon/pc87360.c
9594 M: Jim Cromie <jim.cromie@gmail.com>
9596 F: drivers/char/pc8736x_gpio.c
9598 PC87427 HARDWARE MONITORING DRIVER
9599 M: Jean Delvare <jdelvare@suse.com>
9600 L: linux-hwmon@vger.kernel.org
9602 F: Documentation/hwmon/pc87427
9603 F: drivers/hwmon/pc87427.c
9606 M: Riku Voipio <riku.voipio@iki.fi>
9608 F: drivers/leds/leds-pca9532.c
9609 F: include/linux/leds-pca9532.h
9611 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9612 M: Guenter Roeck <linux@roeck-us.net>
9613 L: linux-i2c@vger.kernel.org
9615 F: drivers/i2c/muxes/i2c-mux-pca9541.c
9617 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9618 M: Khalid Aziz <khalid@gonehiking.org>
9620 F: drivers/firmware/pcdp.*
9623 M: Linas Vepstas <linasvepstas@gmail.com>
9624 L: linux-pci@vger.kernel.org
9626 F: Documentation/PCI/pci-error-recovery.txt
9628 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9629 M: Russell Currey <ruscur@russell.cc>
9630 L: linuxppc-dev@lists.ozlabs.org
9632 F: Documentation/powerpc/eeh-pci-error-recovery.txt
9633 F: arch/powerpc/kernel/eeh*.c
9634 F: arch/powerpc/platforms/*/eeh*.c
9635 F: arch/powerpc/include/*/eeh*.h
9638 M: Bjorn Helgaas <bhelgaas@google.com>
9639 L: linux-pci@vger.kernel.org
9640 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
9641 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9643 F: Documentation/devicetree/bindings/pci/
9644 F: Documentation/PCI/
9646 F: include/linux/pci*
9648 F: arch/x86/kernel/quirks.c
9650 PCI DRIVER FOR ALTERA PCIE IP
9651 M: Ley Foon Tan <lftan@altera.com>
9652 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9653 L: linux-pci@vger.kernel.org
9655 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
9656 F: drivers/pci/host/pcie-altera.c
9658 PCI DRIVER FOR ARM VERSATILE PLATFORM
9659 M: Rob Herring <robh@kernel.org>
9660 L: linux-pci@vger.kernel.org
9661 L: linux-arm-kernel@lists.infradead.org
9663 F: Documentation/devicetree/bindings/pci/versatile.txt
9664 F: drivers/pci/host/pci-versatile.c
9666 PCI DRIVER FOR ARMADA 8K
9667 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9668 L: linux-pci@vger.kernel.org
9669 L: linux-arm-kernel@lists.infradead.org
9671 F: Documentation/devicetree/bindings/pci/pci-armada8k.txt
9672 F: drivers/pci/dwc/pcie-armada8k.c
9674 PCI DRIVER FOR APPLIEDMICRO XGENE
9675 M: Tanmay Inamdar <tinamdar@apm.com>
9676 L: linux-pci@vger.kernel.org
9677 L: linux-arm-kernel@lists.infradead.org
9679 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
9680 F: drivers/pci/host/pci-xgene.c
9682 PCI DRIVER FOR FREESCALE LAYERSCAPE
9683 M: Minghuan Lian <minghuan.Lian@freescale.com>
9684 M: Mingkai Hu <mingkai.hu@freescale.com>
9685 M: Roy Zang <tie-fei.zang@freescale.com>
9686 L: linuxppc-dev@lists.ozlabs.org
9687 L: linux-pci@vger.kernel.org
9688 L: linux-arm-kernel@lists.infradead.org
9690 F: drivers/pci/dwc/*layerscape*
9693 M: Richard Zhu <hongxing.zhu@nxp.com>
9694 M: Lucas Stach <l.stach@pengutronix.de>
9695 L: linux-pci@vger.kernel.org
9696 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9698 F: Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9699 F: drivers/pci/dwc/*imx6*
9701 PCI DRIVER FOR TI KEYSTONE
9702 M: Murali Karicheri <m-karicheri2@ti.com>
9703 L: linux-pci@vger.kernel.org
9704 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9706 F: drivers/pci/dwc/*keystone*
9708 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9709 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9710 M: Jason Cooper <jason@lakedaemon.net>
9711 L: linux-pci@vger.kernel.org
9712 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9714 F: drivers/pci/host/*mvebu*
9716 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9717 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9718 L: linux-pci@vger.kernel.org
9719 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9721 F: Documentation/devicetree/bindings/pci/aardvark-pci.txt
9722 F: drivers/pci/host/pci-aardvark.c
9724 PCI DRIVER FOR NVIDIA TEGRA
9725 M: Thierry Reding <thierry.reding@gmail.com>
9726 L: linux-tegra@vger.kernel.org
9727 L: linux-pci@vger.kernel.org
9729 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9730 F: drivers/pci/host/pci-tegra.c
9732 PCI DRIVER FOR TI DRA7XX
9733 M: Kishon Vijay Abraham I <kishon@ti.com>
9734 L: linux-omap@vger.kernel.org
9735 L: linux-pci@vger.kernel.org
9737 F: Documentation/devicetree/bindings/pci/ti-pci.txt
9738 F: drivers/pci/dwc/pci-dra7xx.c
9740 PCI DRIVER FOR RENESAS R-CAR
9741 M: Simon Horman <horms@verge.net.au>
9742 L: linux-pci@vger.kernel.org
9743 L: linux-renesas-soc@vger.kernel.org
9745 F: drivers/pci/host/*rcar*
9747 PCI DRIVER FOR SAMSUNG EXYNOS
9748 M: Jingoo Han <jingoohan1@gmail.com>
9749 L: linux-pci@vger.kernel.org
9750 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9751 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9753 F: drivers/pci/dwc/pci-exynos.c
9755 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9756 M: Jingoo Han <jingoohan1@gmail.com>
9757 M: Joao Pinto <Joao.Pinto@synopsys.com>
9758 L: linux-pci@vger.kernel.org
9760 F: Documentation/devicetree/bindings/pci/designware-pcie.txt
9761 F: drivers/pci/dwc/*designware*
9763 PCI DRIVER FOR GENERIC OF HOSTS
9764 M: Will Deacon <will.deacon@arm.com>
9765 L: linux-pci@vger.kernel.org
9766 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9768 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
9769 F: drivers/pci/host/pci-host-common.c
9770 F: drivers/pci/host/pci-host-generic.c
9772 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9773 M: Keith Busch <keith.busch@intel.com>
9774 L: linux-pci@vger.kernel.org
9776 F: drivers/pci/host/vmd.c
9778 PCIE DRIVER FOR ST SPEAR13XX
9779 M: Pratyush Anand <pratyush.anand@gmail.com>
9780 L: linux-pci@vger.kernel.org
9782 F: drivers/pci/dwc/*spear*
9784 PCI MSI DRIVER FOR ALTERA MSI IP
9785 M: Ley Foon Tan <lftan@altera.com>
9786 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9787 L: linux-pci@vger.kernel.org
9789 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9790 F: drivers/pci/host/pcie-altera-msi.c
9792 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9793 M: Duc Dang <dhdang@apm.com>
9794 L: linux-pci@vger.kernel.org
9795 L: linux-arm-kernel@lists.infradead.org
9797 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9798 F: drivers/pci/host/pci-xgene-msi.c
9800 PCIE DRIVER FOR AXIS ARTPEC
9801 M: Niklas Cassel <niklas.cassel@axis.com>
9802 M: Jesper Nilsson <jesper.nilsson@axis.com>
9803 L: linux-arm-kernel@axis.com
9804 L: linux-pci@vger.kernel.org
9806 F: Documentation/devicetree/bindings/pci/axis,artpec*
9807 F: drivers/pci/dwc/*artpec*
9809 PCIE DRIVER FOR HISILICON
9810 M: Zhou Wang <wangzhou1@hisilicon.com>
9811 M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
9812 L: linux-pci@vger.kernel.org
9814 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9815 F: drivers/pci/dwc/pcie-hisi.c
9817 PCIE DRIVER FOR ROCKCHIP
9818 M: Shawn Lin <shawn.lin@rock-chips.com>
9819 M: Wenrui Li <wenrui.li@rock-chips.com>
9820 L: linux-pci@vger.kernel.org
9821 L: linux-rockchip@lists.infradead.org
9823 F: Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9824 F: drivers/pci/host/pcie-rockchip.c
9826 PCIE DRIVER FOR QUALCOMM MSM
9827 M: Stanimir Varbanov <svarbanov@mm-sol.com>
9828 L: linux-pci@vger.kernel.org
9829 L: linux-arm-msm@vger.kernel.org
9831 F: drivers/pci/dwc/*qcom*
9833 PCIE DRIVER FOR CAVIUM THUNDERX
9834 M: David Daney <david.daney@cavium.com>
9835 L: linux-pci@vger.kernel.org
9836 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9838 F: Documentation/devicetree/bindings/pci/pci-thunder-*
9839 F: drivers/pci/host/pci-thunder-*
9842 P: Linux PCMCIA Team
9843 L: linux-pcmcia@lists.infradead.org
9844 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9845 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9847 F: Documentation/pcmcia/
9852 PCNET32 NETWORK DRIVER
9853 M: Don Fry <pcnet32@frontier.com>
9854 L: netdev@vger.kernel.org
9856 F: drivers/net/ethernet/amd/pcnet32.c
9858 PCRYPT PARALLEL CRYPTO ENGINE
9859 M: Steffen Klassert <steffen.klassert@secunet.com>
9860 L: linux-crypto@vger.kernel.org
9863 F: include/crypto/pcrypt.h
9865 PER-CPU MEMORY ALLOCATOR
9866 M: Tejun Heo <tj@kernel.org>
9867 M: Christoph Lameter <cl@linux.com>
9868 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9870 F: include/linux/percpu*.h
9872 F: arch/*/include/asm/percpu.h
9874 PER-TASK DELAY ACCOUNTING
9875 M: Balbir Singh <bsingharora@gmail.com>
9877 F: include/linux/delayacct.h
9878 F: kernel/delayacct.c
9880 PERFORMANCE EVENTS SUBSYSTEM
9881 M: Peter Zijlstra <peterz@infradead.org>
9882 M: Ingo Molnar <mingo@redhat.com>
9883 M: Arnaldo Carvalho de Melo <acme@kernel.org>
9884 R: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9885 L: linux-kernel@vger.kernel.org
9886 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9889 F: include/linux/perf_event.h
9890 F: include/uapi/linux/perf_event.h
9891 F: arch/*/kernel/perf_event*.c
9892 F: arch/*/kernel/*/perf_event*.c
9893 F: arch/*/kernel/*/*/perf_event*.c
9894 F: arch/*/include/asm/perf_event.h
9895 F: arch/*/kernel/perf_callchain.c
9899 PERSONALITY HANDLING
9900 M: Christoph Hellwig <hch@infradead.org>
9901 L: linux-abi-devel@lists.sourceforge.net
9903 F: include/linux/personality.h
9904 F: include/uapi/linux/personality.h
9907 M: Remi Denis-Courmont <courmisch@gmail.com>
9909 F: Documentation/networking/phonet.txt
9910 F: include/linux/phonet.h
9911 F: include/net/phonet/
9912 F: include/uapi/linux/phonet.h
9916 M: Joern Engel <joern@lazybastard.org>
9917 L: linux-mtd@lists.infradead.org
9919 F: drivers/mtd/devices/phram.c
9922 M: Bruno Prémont <bonbons@linux-vserver.org>
9923 L: linux-input@vger.kernel.org
9925 F: drivers/hid/hid-picolcd*
9928 M: Jamie Iles <jamie@jamieiles.com>
9929 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9930 T: git git://github.com/jamieiles/linux-2.6-ji.git
9932 F: arch/arm/boot/dts/picoxcell*
9933 F: arch/arm/mach-picoxcell/
9934 F: drivers/crypto/picoxcell*
9936 PIN CONTROL SUBSYSTEM
9937 M: Linus Walleij <linus.walleij@linaro.org>
9938 L: linux-gpio@vger.kernel.org
9939 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9941 F: Documentation/devicetree/bindings/pinctrl/
9942 F: Documentation/pinctrl.txt
9944 F: include/linux/pinctrl/
9946 PIN CONTROLLER - ATMEL AT91
9947 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9948 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9950 F: drivers/pinctrl/pinctrl-at91.*
9952 PIN CONTROLLER - ATMEL AT91 PIO4
9953 M: Ludovic Desroches <ludovic.desroches@microchip.com>
9954 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9955 L: linux-gpio@vger.kernel.org
9957 F: drivers/pinctrl/pinctrl-at91-pio4.*
9959 PIN CONTROLLER - INTEL
9960 M: Mika Westerberg <mika.westerberg@linux.intel.com>
9961 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
9963 F: drivers/pinctrl/intel/
9965 PIN CONTROLLER - RENESAS
9966 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9967 M: Geert Uytterhoeven <geert+renesas@glider.be>
9968 L: linux-renesas-soc@vger.kernel.org
9970 F: drivers/pinctrl/sh-pfc/
9972 PIN CONTROLLER - SAMSUNG
9973 M: Tomasz Figa <tomasz.figa@gmail.com>
9974 M: Krzysztof Kozlowski <krzk@kernel.org>
9975 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9976 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9977 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9978 Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
9979 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
9981 F: drivers/pinctrl/samsung/
9982 F: include/dt-bindings/pinctrl/samsung.h
9983 F: Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9985 PIN CONTROLLER - SINGLE
9986 M: Tony Lindgren <tony@atomide.com>
9987 M: Haojian Zhuang <haojian.zhuang@linaro.org>
9988 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9989 L: linux-omap@vger.kernel.org
9991 F: drivers/pinctrl/pinctrl-single.c
9993 PIN CONTROLLER - ST SPEAR
9994 M: Viresh Kumar <vireshk@kernel.org>
9995 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9996 W: http://www.st.com/spear
9998 F: drivers/pinctrl/spear/
10000 PISTACHIO SOC SUPPORT
10001 M: James Hartley <james.hartley@imgtec.com>
10002 M: Ionela Voinescu <ionela.voinescu@imgtec.com>
10003 L: linux-mips@linux-mips.org
10005 F: arch/mips/pistachio/
10006 F: arch/mips/include/asm/mach-pistachio/
10007 F: arch/mips/boot/dts/img/pistachio*
10008 F: arch/mips/configs/pistachio*_defconfig
10012 M: linux-block@vger.kernel.org
10013 F: drivers/block/pktcdvd.c
10014 F: include/linux/pktcdvd.h
10015 F: include/uapi/linux/pktcdvd.h
10017 PKUNITY SOC DRIVERS
10018 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
10019 W: http://mprc.pku.edu.cn/~guanxuetao/linux
10021 T: git git://github.com/gxt/linux.git
10022 F: drivers/input/serio/i8042-unicore32io.h
10023 F: drivers/i2c/busses/i2c-puv3.c
10024 F: drivers/video/fbdev/fb-puv3.c
10025 F: drivers/rtc/rtc-puv3.c
10027 PMBUS HARDWARE MONITORING DRIVERS
10028 M: Guenter Roeck <linux@roeck-us.net>
10029 L: linux-hwmon@vger.kernel.org
10030 W: http://hwmon.wiki.kernel.org/
10031 W: http://www.roeck-us.net/linux/drivers/
10032 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
10034 F: Documentation/hwmon/pmbus
10035 F: drivers/hwmon/pmbus/
10036 F: include/linux/i2c/pmbus.h
10038 PMC SIERRA MaxRAID DRIVER
10039 L: linux-scsi@vger.kernel.org
10040 W: http://www.pmc-sierra.com/
10042 F: drivers/scsi/pmcraid.*
10044 PMC SIERRA PM8001 DRIVER
10045 M: Jack Wang <jinpu.wang@profitbricks.com>
10046 M: lindar_liu@usish.com
10048 L: linux-scsi@vger.kernel.org
10050 F: drivers/scsi/pm8001/
10052 POSIX CLOCKS and TIMERS
10053 M: Thomas Gleixner <tglx@linutronix.de>
10054 L: linux-kernel@vger.kernel.org
10055 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10058 F: include/linux/timer*
10059 F: kernel/time/*timer*
10061 POWER MANAGEMENT CORE
10062 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
10063 L: linux-pm@vger.kernel.org
10064 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
10065 B: https://bugzilla.kernel.org
10067 F: drivers/base/power/
10068 F: include/linux/pm.h
10069 F: include/linux/pm_*
10070 F: include/linux/powercap.h
10071 F: drivers/powercap/
10073 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
10074 M: Sebastian Reichel <sre@kernel.org>
10075 L: linux-pm@vger.kernel.org
10076 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
10078 F: Documentation/devicetree/bindings/power/supply/
10079 F: include/linux/power_supply.h
10080 F: drivers/power/supply/
10082 POWER STATE COORDINATION INTERFACE (PSCI)
10083 M: Mark Rutland <mark.rutland@arm.com>
10084 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
10085 L: linux-arm-kernel@lists.infradead.org
10087 F: drivers/firmware/psci*.c
10088 F: include/linux/psci.h
10089 F: include/uapi/linux/psci.h
10091 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
10092 M: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
10093 L: linuxppc-dev@lists.ozlabs.org
10095 F: drivers/char/powernv-op-panel.c
10098 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
10102 PPP PROTOCOL DRIVERS AND COMPRESSORS
10103 M: Paul Mackerras <paulus@samba.org>
10104 L: linux-ppp@vger.kernel.org
10106 F: drivers/net/ppp/ppp_*
10108 PPP OVER ATM (RFC 2364)
10109 M: Mitchell Blank Jr <mitch@sfgoth.com>
10111 F: net/atm/pppoatm.c
10112 F: include/uapi/linux/atmppp.h
10115 M: Michal Ostrowski <mostrows@earthlink.net>
10117 F: drivers/net/ppp/pppoe.c
10118 F: drivers/net/ppp/pppox.c
10121 M: James Chapman <jchapman@katalix.com>
10123 F: net/l2tp/l2tp_ppp.c
10124 F: include/linux/if_pppol2tp.h
10125 F: include/uapi/linux/if_pppol2tp.h
10128 M: Rodolfo Giometti <giometti@enneenne.com>
10129 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
10130 L: linuxpps@ml.enneenne.com (subscribers-only)
10132 F: Documentation/pps/
10134 F: include/linux/pps*.h
10137 M: Dmitry Kozlov <xeb@mail.ru>
10138 L: netdev@vger.kernel.org
10140 F: drivers/net/ppp/pptp.c
10141 W: http://sourceforge.net/projects/accel-pptp
10144 M: Robert Love <rml@tech9.net>
10145 L: kpreempt-tech@lists.sourceforge.net
10146 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
10148 F: Documentation/preempt-locking.txt
10149 F: include/linux/preempt.h
10152 M: Petr Mladek <pmladek@suse.com>
10153 M: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
10154 R: Steven Rostedt <rostedt@goodmis.org>
10157 F: include/linux/printk.h
10159 PRISM54 WIRELESS DRIVER
10160 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
10161 L: linux-wireless@vger.kernel.org
10162 W: http://wireless.kernel.org/en/users/Drivers/p54
10164 F: drivers/net/wireless/intersil/prism54/
10166 PS3 NETWORK SUPPORT
10167 M: Geoff Levand <geoff@infradead.org>
10168 L: netdev@vger.kernel.org
10169 L: linuxppc-dev@lists.ozlabs.org
10171 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
10173 PS3 PLATFORM SUPPORT
10174 M: Geoff Levand <geoff@infradead.org>
10175 L: linuxppc-dev@lists.ozlabs.org
10177 F: arch/powerpc/boot/ps3*
10178 F: arch/powerpc/include/asm/lv1call.h
10179 F: arch/powerpc/include/asm/ps3*.h
10180 F: arch/powerpc/platforms/ps3/
10183 F: drivers/rtc/rtc-ps3.c
10184 F: drivers/usb/host/*ps3.c
10185 F: sound/ppc/snd_ps3*
10188 M: Jim Paris <jim@jtan.com>
10189 M: Geoff Levand <geoff@infradead.org>
10190 L: linuxppc-dev@lists.ozlabs.org
10192 F: drivers/block/ps3vram.c
10194 PSAMPLE PACKET SAMPLING SUPPORT:
10195 M: Yotam Gigi <yotamg@mellanox.com>
10198 F: include/net/psample.h
10199 F: include/uapi/linux/psample.h
10202 M: Kees Cook <keescook@chromium.org>
10203 M: Anton Vorontsov <anton@enomsg.org>
10204 M: Colin Cross <ccross@android.com>
10205 M: Tony Luck <tony.luck@intel.com>
10207 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
10209 F: include/linux/pstore*
10210 F: drivers/firmware/efi/efi-pstore.c
10211 F: drivers/acpi/apei/erst.c
10212 F: Documentation/admin-guide/ramoops.rst
10213 F: Documentation/devicetree/bindings/reserved-memory/ramoops.txt
10214 K: \b(pstore|ramoops)
10216 PTP HARDWARE CLOCK SUPPORT
10217 M: Richard Cochran <richardcochran@gmail.com>
10218 L: netdev@vger.kernel.org
10220 W: http://linuxptp.sourceforge.net/
10221 F: Documentation/ABI/testing/sysfs-ptp
10222 F: Documentation/ptp/*
10223 F: drivers/net/ethernet/freescale/gianfar_ptp.c
10224 F: drivers/net/phy/dp83640*
10226 F: include/linux/ptp_cl*
10229 M: Roland McGrath <roland@hack.frob.com>
10230 M: Oleg Nesterov <oleg@redhat.com>
10232 F: include/asm-generic/syscall.h
10233 F: include/linux/ptrace.h
10234 F: include/linux/regset.h
10235 F: include/linux/tracehook.h
10236 F: include/uapi/linux/ptrace.h
10240 M: Hans Verkuil <hverkuil@xs4all.nl>
10241 L: linux-media@vger.kernel.org
10242 T: git git://linuxtv.org/media_tree.git
10244 F: drivers/media/usb/pulse8-cec/*
10246 PVRUSB2 VIDEO4LINUX DRIVER
10247 M: Mike Isely <isely@pobox.com>
10248 L: pvrusb2@isely.net (subscribers-only)
10249 L: linux-media@vger.kernel.org
10250 W: http://www.isely.net/pvrusb2/
10251 T: git git://linuxtv.org/media_tree.git
10253 F: Documentation/media/v4l-drivers/pvrusb2*
10254 F: drivers/media/usb/pvrusb2/
10257 M: Hans Verkuil <hverkuil@xs4all.nl>
10258 L: linux-media@vger.kernel.org
10259 T: git git://linuxtv.org/media_tree.git
10261 F: drivers/media/usb/pwc/*
10264 M: Kamil Debski <kamil@wypas.org>
10265 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10266 L: linux-hwmon@vger.kernel.org
10268 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
10269 F: Documentation/hwmon/pwm-fan
10270 F: drivers/hwmon/pwm-fan.c
10273 M: Thierry Reding <thierry.reding@gmail.com>
10274 L: linux-pwm@vger.kernel.org
10276 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
10277 F: Documentation/pwm.txt
10278 F: Documentation/devicetree/bindings/pwm/
10279 F: include/linux/pwm.h
10281 F: drivers/video/backlight/pwm_bl.c
10282 F: include/linux/pwm_backlight.h
10284 PXA2xx/PXA3xx SUPPORT
10285 M: Daniel Mack <daniel@zonque.org>
10286 M: Haojian Zhuang <haojian.zhuang@gmail.com>
10287 M: Robert Jarzmik <robert.jarzmik@free.fr>
10288 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10289 T: git git://github.com/hzhuang1/linux.git
10290 T: git git://github.com/rjarzmik/linux.git
10292 F: arch/arm/boot/dts/pxa*
10293 F: arch/arm/mach-pxa/
10294 F: drivers/dma/pxa*
10295 F: drivers/pcmcia/pxa2xx*
10296 F: drivers/pinctrl/pxa/
10297 F: drivers/spi/spi-pxa2xx*
10298 F: drivers/usb/gadget/udc/pxa2*
10299 F: include/sound/pxa2xx-lib.h
10304 M: Robert Jarzmik <robert.jarzmik@free.fr>
10305 L: linux-gpio@vger.kernel.org
10307 F: drivers/gpio/gpio-pxa.c
10309 PXA3xx NAND FLASH DRIVER
10310 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
10311 L: linux-mtd@lists.infradead.org
10313 F: drivers/mtd/nand/pxa3xx_nand.c
10316 M: Eric Miao <eric.y.miao@gmail.com>
10317 M: Haojian Zhuang <haojian.zhuang@gmail.com>
10318 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10319 T: git git://github.com/hzhuang1/linux.git
10320 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
10322 F: arch/arm/boot/dts/mmp*
10323 F: arch/arm/mach-mmp/
10329 M: Robert Jarzmik <robert.jarzmik@free.fr>
10330 L: rtc-linux@googlegroups.com
10334 M: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
10335 M: Salvatore Benedetto <salvatore.benedetto@intel.com>
10336 L: qat-linux@intel.com
10338 F: drivers/crypto/qat/
10341 M: Mike Marciniszyn <infinipath@intel.com>
10342 L: linux-rdma@vger.kernel.org
10344 F: drivers/infiniband/hw/qib/
10346 QLOGIC QLA1280 SCSI DRIVER
10347 M: Michael Reed <mdr@sgi.com>
10348 L: linux-scsi@vger.kernel.org
10350 F: drivers/scsi/qla1280.[ch]
10352 QLOGIC QLA2XXX FC-SCSI DRIVER
10353 M: qla2xxx-upstream@qlogic.com
10354 L: linux-scsi@vger.kernel.org
10356 F: Documentation/scsi/LICENSE.qla2xxx
10357 F: drivers/scsi/qla2xxx/
10359 QLOGIC QLA4XXX iSCSI DRIVER
10360 M: QLogic-Storage-Upstream@qlogic.com
10361 L: linux-scsi@vger.kernel.org
10363 F: Documentation/scsi/LICENSE.qla4xxx
10364 F: drivers/scsi/qla4xxx/
10366 QLOGIC QLA3XXX NETWORK DRIVER
10367 M: Dept-GELinuxNICDev@cavium.com
10368 L: netdev@vger.kernel.org
10370 F: Documentation/networking/LICENSE.qla3xxx
10371 F: drivers/net/ethernet/qlogic/qla3xxx.*
10373 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10374 M: Harish Patil <harish.patil@cavium.com>
10375 M: Manish Chopra <manish.chopra@cavium.com>
10376 M: Dept-GELinuxNICDev@cavium.com
10377 L: netdev@vger.kernel.org
10379 F: drivers/net/ethernet/qlogic/qlcnic/
10381 QLOGIC QLGE 10Gb ETHERNET DRIVER
10382 M: Harish Patil <harish.patil@cavium.com>
10383 M: Manish Chopra <manish.chopra@cavium.com>
10384 M: Dept-GELinuxNICDev@cavium.com
10385 L: netdev@vger.kernel.org
10387 F: drivers/net/ethernet/qlogic/qlge/
10389 QLOGIC QL4xxx ETHERNET DRIVER
10390 M: Yuval Mintz <Yuval.Mintz@cavium.com>
10391 M: Ariel Elior <Ariel.Elior@cavium.com>
10392 M: everest-linux-l2@cavium.com
10393 L: netdev@vger.kernel.org
10395 F: drivers/net/ethernet/qlogic/qed/
10396 F: include/linux/qed/
10397 F: drivers/net/ethernet/qlogic/qede/
10399 QLOGIC QL41xxx ISCSI DRIVER
10400 M: QLogic-Storage-Upstream@cavium.com
10401 L: linux-scsi@vger.kernel.org
10403 F: drivers/scsi/qedi/
10405 QLOGIC QL41xxx FCOE DRIVER
10406 M: QLogic-Storage-Upstream@cavium.com
10407 L: linux-scsi@vger.kernel.org
10409 F: drivers/scsi/qedf/
10412 M: Anders Larsen <al@alarsen.net>
10413 W: http://www.alarsen.net/linux/qnx4fs/
10416 F: include/uapi/linux/qnx4_fs.h
10417 F: include/uapi/linux/qnxtypes.h
10419 QORIQ DPAA2 FSL-MC BUS DRIVER
10420 M: Stuart Yoder <stuyoder@gmail.com>
10421 M: Laurentiu Tudor <laurentiu.tudor@nxp.com>
10422 L: linux-kernel@vger.kernel.org
10424 F: drivers/staging/fsl-mc/
10426 QT1010 MEDIA DRIVER
10427 M: Antti Palosaari <crope@iki.fi>
10428 L: linux-media@vger.kernel.org
10429 W: https://linuxtv.org
10430 W: http://palosaari.fi/linux/
10431 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10432 T: git git://linuxtv.org/anttip/media_tree.git
10434 F: drivers/media/tuners/qt1010*
10436 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10437 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
10438 L: linux-wireless@vger.kernel.org
10439 W: http://wireless.kernel.org/en/users/Drivers/ath9k
10441 F: drivers/net/wireless/ath/ath9k/
10443 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10444 M: Kalle Valo <kvalo@qca.qualcomm.com>
10445 L: ath10k@lists.infradead.org
10446 W: http://wireless.kernel.org/en/users/Drivers/ath10k
10447 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10449 F: drivers/net/wireless/ath/ath10k/
10451 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10452 M: Timur Tabi <timur@codeaurora.org>
10453 L: netdev@vger.kernel.org
10455 F: drivers/net/ethernet/qualcomm/emac/
10457 QUALCOMM HEXAGON ARCHITECTURE
10458 M: Richard Kuo <rkuo@codeaurora.org>
10459 L: linux-hexagon@vger.kernel.org
10460 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10464 QUALCOMM WCN36XX WIRELESS DRIVER
10465 M: Eugene Krasnikov <k.eugene.e@gmail.com>
10466 L: wcn36xx@lists.infradead.org
10467 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
10468 T: git git://github.com/KrasnikovEugene/wcn36xx.git
10470 F: drivers/net/wireless/ath/wcn36xx/
10472 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10473 M: Gabriel Somlo <somlo@cmu.edu>
10474 M: "Michael S. Tsirkin" <mst@redhat.com>
10475 L: qemu-devel@nongnu.org
10477 F: drivers/firmware/qemu_fw_cfg.c
10479 RADOS BLOCK DEVICE (RBD)
10480 M: Ilya Dryomov <idryomov@gmail.com>
10481 M: Sage Weil <sage@redhat.com>
10482 M: Alex Elder <elder@kernel.org>
10483 L: ceph-devel@vger.kernel.org
10484 W: http://ceph.com/
10485 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10486 T: git git://github.com/ceph/ceph-client.git
10488 F: Documentation/ABI/testing/sysfs-bus-rbd
10489 F: drivers/block/rbd.c
10490 F: drivers/block/rbd_types.h
10492 RADEON FRAMEBUFFER DISPLAY DRIVER
10493 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
10494 L: linux-fbdev@vger.kernel.org
10496 F: drivers/video/fbdev/aty/radeon*
10497 F: include/uapi/linux/radeonfb.h
10499 RADIOSHARK RADIO DRIVER
10500 M: Hans Verkuil <hverkuil@xs4all.nl>
10501 L: linux-media@vger.kernel.org
10502 T: git git://linuxtv.org/media_tree.git
10504 F: drivers/media/radio/radio-shark.c
10506 RADIOSHARK2 RADIO DRIVER
10507 M: Hans Verkuil <hverkuil@xs4all.nl>
10508 L: linux-media@vger.kernel.org
10509 T: git git://linuxtv.org/media_tree.git
10511 F: drivers/media/radio/radio-shark2.c
10512 F: drivers/media/radio/radio-tea5777.c
10514 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10515 M: Paul Mackerras <paulus@samba.org>
10516 L: linux-fbdev@vger.kernel.org
10518 F: drivers/video/fbdev/aty/aty128fb.c
10520 RALINK MIPS ARCHITECTURE
10521 M: John Crispin <john@phrozen.org>
10522 L: linux-mips@linux-mips.org
10524 F: arch/mips/ralink
10526 RALINK RT2X00 WIRELESS LAN DRIVER
10528 M: Stanislaw Gruszka <sgruszka@redhat.com>
10529 M: Helmut Schaa <helmut.schaa@googlemail.com>
10530 L: linux-wireless@vger.kernel.org
10532 F: drivers/net/wireless/ralink/rt2x00/
10534 RAMDISK RAM BLOCK DEVICE DRIVER
10535 M: Jens Axboe <axboe@kernel.dk>
10537 F: Documentation/blockdev/ramdisk.txt
10538 F: drivers/block/brd.c
10540 RANDOM NUMBER DRIVER
10541 M: "Theodore Ts'o" <tytso@mit.edu>
10543 F: drivers/char/random.c
10546 M: Matt Porter <mporter@kernel.crashing.org>
10547 M: Alexandre Bounine <alexandre.bounine@idt.com>
10549 F: drivers/rapidio/
10551 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10552 L: linux-wireless@vger.kernel.org
10554 F: drivers/net/wireless/ray*
10557 M: Josh Triplett <josh@joshtriplett.org>
10558 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10559 L: linux-kernel@vger.kernel.org
10561 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10562 F: Documentation/RCU/torture.txt
10563 F: kernel/rcu/rcutorture.c
10565 RCUTORTURE TEST FRAMEWORK
10566 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10567 M: Josh Triplett <josh@joshtriplett.org>
10568 R: Steven Rostedt <rostedt@goodmis.org>
10569 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10570 R: Lai Jiangshan <jiangshanlai@gmail.com>
10571 L: linux-kernel@vger.kernel.org
10573 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10574 F: tools/testing/selftests/rcutorture
10577 M: Florian Fainelli <florian@openwrt.org>
10580 RDC R6040 FAST ETHERNET DRIVER
10581 M: Florian Fainelli <f.fainelli@gmail.com>
10582 L: netdev@vger.kernel.org
10584 F: drivers/net/ethernet/rdc/r6040.c
10586 RDS - RELIABLE DATAGRAM SOCKETS
10587 M: Santosh Shilimkar <santosh.shilimkar@oracle.com>
10588 L: netdev@vger.kernel.org
10589 L: linux-rdma@vger.kernel.org
10590 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
10591 W: https://oss.oracle.com/projects/rds/
10594 F: Documentation/networking/rds.txt
10596 RDMAVT - RDMA verbs software
10597 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
10598 L: linux-rdma@vger.kernel.org
10600 F: drivers/infiniband/sw/rdmavt
10602 RDT - RESOURCE ALLOCATION
10603 M: Fenghua Yu <fenghua.yu@intel.com>
10604 L: linux-kernel@vger.kernel.org
10606 F: arch/x86/kernel/cpu/intel_rdt*
10607 F: arch/x86/include/asm/intel_rdt*
10608 F: Documentation/x86/intel_rdt*
10610 READ-COPY UPDATE (RCU)
10611 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10612 M: Josh Triplett <josh@joshtriplett.org>
10613 R: Steven Rostedt <rostedt@goodmis.org>
10614 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10615 R: Lai Jiangshan <jiangshanlai@gmail.com>
10616 L: linux-kernel@vger.kernel.org
10617 W: http://www.rdrop.com/users/paulmck/RCU/
10619 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10620 F: Documentation/RCU/
10621 X: Documentation/RCU/torture.txt
10622 F: include/linux/rcu*
10623 X: include/linux/srcu.h
10625 X: kernel/torture.c
10627 REAL TIME CLOCK (RTC) SUBSYSTEM
10628 M: Alessandro Zummo <a.zummo@towertech.it>
10629 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
10630 L: rtc-linux@googlegroups.com
10631 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
10632 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10634 F: Documentation/devicetree/bindings/rtc/
10635 F: Documentation/rtc.txt
10637 F: include/linux/rtc.h
10638 F: include/uapi/linux/rtc.h
10639 F: include/linux/rtc/
10640 F: include/linux/platform_data/rtc-*
10641 F: tools/testing/selftests/timers/rtctest.c
10643 REALTEK AUDIO CODECS
10644 M: Bard Liao <bardliao@realtek.com>
10645 M: Oder Chiou <oder_chiou@realtek.com>
10647 F: sound/soc/codecs/rt*
10648 F: include/sound/rt*.h
10650 REISERFS FILE SYSTEM
10651 L: reiserfs-devel@vger.kernel.org
10655 REGISTER MAP ABSTRACTION
10656 M: Mark Brown <broonie@kernel.org>
10657 L: linux-kernel@vger.kernel.org
10658 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10660 F: Documentation/devicetree/bindings/regmap/
10661 F: drivers/base/regmap/
10662 F: include/linux/regmap.h
10664 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10665 M: Ohad Ben-Cohen <ohad@wizery.com>
10666 M: Bjorn Andersson <bjorn.andersson@linaro.org>
10667 L: linux-remoteproc@vger.kernel.org
10668 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10670 F: Documentation/devicetree/bindings/remoteproc/
10671 F: Documentation/remoteproc.txt
10672 F: drivers/remoteproc/
10673 F: include/linux/remoteproc.h
10675 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10676 M: Ohad Ben-Cohen <ohad@wizery.com>
10677 M: Bjorn Andersson <bjorn.andersson@linaro.org>
10678 L: linux-remoteproc@vger.kernel.org
10679 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10682 F: Documentation/rpmsg.txt
10683 F: include/linux/rpmsg.h
10684 F: include/linux/rpmsg/
10686 RENESAS CLOCK DRIVERS
10687 M: Geert Uytterhoeven <geert+renesas@glider.be>
10688 L: linux-renesas-soc@vger.kernel.org
10690 F: drivers/clk/renesas/
10692 RENESAS ETHERNET DRIVERS
10693 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10694 L: netdev@vger.kernel.org
10695 L: linux-renesas-soc@vger.kernel.org
10696 F: drivers/net/ethernet/renesas/
10697 F: include/linux/sh_eth.h
10699 RENESAS R-CAR GYROADC DRIVER
10700 M: Marek Vasut <marek.vasut@gmail.com>
10701 L: linux-iio@vger.kernel.org
10703 F: drivers/iio/adc/rcar_gyro_adc.c
10705 RENESAS USB2 PHY DRIVER
10706 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10707 L: linux-renesas-soc@vger.kernel.org
10709 F: drivers/phy/phy-rcar-gen3-usb2.c
10711 RESET CONTROLLER FRAMEWORK
10712 M: Philipp Zabel <p.zabel@pengutronix.de>
10713 T: git git://git.pengutronix.de/git/pza/linux
10716 F: Documentation/devicetree/bindings/reset/
10717 F: include/dt-bindings/reset/
10718 F: include/linux/reset.h
10719 F: include/linux/reset-controller.h
10722 M: Johannes Berg <johannes@sipsolutions.net>
10723 L: linux-wireless@vger.kernel.org
10724 W: http://wireless.kernel.org/
10725 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10726 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10728 F: Documentation/rfkill.txt
10732 M: Thomas Graf <tgraf@suug.ch>
10733 M: Herbert Xu <herbert@gondor.apana.org.au>
10734 L: netdev@vger.kernel.org
10736 F: lib/rhashtable.c
10737 F: include/linux/rhashtable.h
10739 RICOH SMARTMEDIA/XD DRIVER
10740 M: Maxim Levitsky <maximlevitsky@gmail.com>
10742 F: drivers/mtd/nand/r852.c
10743 F: drivers/mtd/nand/r852.h
10745 RICOH R5C592 MEMORYSTICK DRIVER
10746 M: Maxim Levitsky <maximlevitsky@gmail.com>
10748 F: drivers/memstick/host/r592.*
10751 M: Stefan Achatz <erazor_de@users.sourceforge.net>
10752 W: http://sourceforge.net/projects/roccat/
10754 F: drivers/hid/hid-roccat*
10755 F: include/linux/hid-roccat*
10756 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
10759 M: Jiri Pirko <jiri@resnulli.us>
10760 L: netdev@vger.kernel.org
10762 F: drivers/net/ethernet/rocker/
10766 W: http://www.comtrol.com
10768 F: Documentation/serial/rocket.txt
10769 F: drivers/tty/rocket*
10771 ROCKETPORT EXPRESS/INFINITY DRIVER
10772 M: Kevin Cernekee <cernekee@gmail.com>
10773 L: linux-serial@vger.kernel.org
10775 F: drivers/tty/serial/rp2.*
10778 M: Ralf Baechle <ralf@linux-mips.org>
10779 L: linux-hams@vger.kernel.org
10780 W: http://www.linux-ax25.org/
10782 F: include/net/rose.h
10783 F: include/uapi/linux/rose.h
10786 RTL2830 MEDIA DRIVER
10787 M: Antti Palosaari <crope@iki.fi>
10788 L: linux-media@vger.kernel.org
10789 W: https://linuxtv.org
10790 W: http://palosaari.fi/linux/
10791 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10792 T: git git://linuxtv.org/anttip/media_tree.git
10794 F: drivers/media/dvb-frontends/rtl2830*
10796 RTL2832 MEDIA DRIVER
10797 M: Antti Palosaari <crope@iki.fi>
10798 L: linux-media@vger.kernel.org
10799 W: https://linuxtv.org
10800 W: http://palosaari.fi/linux/
10801 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10802 T: git git://linuxtv.org/anttip/media_tree.git
10804 F: drivers/media/dvb-frontends/rtl2832*
10806 RTL2832_SDR MEDIA DRIVER
10807 M: Antti Palosaari <crope@iki.fi>
10808 L: linux-media@vger.kernel.org
10809 W: https://linuxtv.org
10810 W: http://palosaari.fi/linux/
10811 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10812 T: git git://linuxtv.org/anttip/media_tree.git
10814 F: drivers/media/dvb-frontends/rtl2832_sdr*
10816 RTL8180 WIRELESS DRIVER
10817 L: linux-wireless@vger.kernel.org
10818 W: http://wireless.kernel.org/
10819 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10821 F: drivers/net/wireless/realtek/rtl818x/rtl8180/
10823 RTL8187 WIRELESS DRIVER
10824 M: Herton Ronaldo Krzesinski <herton@canonical.com>
10825 M: Hin-Tak Leung <htl10@users.sourceforge.net>
10826 M: Larry Finger <Larry.Finger@lwfinger.net>
10827 L: linux-wireless@vger.kernel.org
10828 W: http://wireless.kernel.org/
10829 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10831 F: drivers/net/wireless/realtek/rtl818x/rtl8187/
10833 RTL8192CE WIRELESS DRIVER
10834 M: Larry Finger <Larry.Finger@lwfinger.net>
10835 M: Chaoming Li <chaoming_li@realsil.com.cn>
10836 L: linux-wireless@vger.kernel.org
10837 W: http://wireless.kernel.org/
10838 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10840 F: drivers/net/wireless/realtek/rtlwifi/
10841 F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10843 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10844 M: Jes Sorensen <Jes.Sorensen@gmail.com>
10845 L: linux-wireless@vger.kernel.org
10846 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10848 F: drivers/net/wireless/realtek/rtl8xxxu/
10850 S3 SAVAGE FRAMEBUFFER DRIVER
10851 M: Antonino Daplas <adaplas@gmail.com>
10852 L: linux-fbdev@vger.kernel.org
10854 F: drivers/video/fbdev/savage/
10857 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
10858 M: Heiko Carstens <heiko.carstens@de.ibm.com>
10859 L: linux-s390@vger.kernel.org
10860 W: http://www.ibm.com/developerworks/linux/linux390/
10861 T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10865 F: Documentation/s390/
10866 F: Documentation/DocBook/s390*
10868 S390 COMMON I/O LAYER
10869 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10870 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10871 L: linux-s390@vger.kernel.org
10872 W: http://www.ibm.com/developerworks/linux/linux390/
10874 F: drivers/s390/cio/
10877 M: Stefan Haberland <sth@linux.vnet.ibm.com>
10878 M: Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
10879 L: linux-s390@vger.kernel.org
10880 W: http://www.ibm.com/developerworks/linux/linux390/
10882 F: drivers/s390/block/dasd*
10883 F: block/partitions/ibm.c
10885 S390 NETWORK DRIVERS
10886 M: Julian Wiedmann <jwi@linux.vnet.ibm.com>
10887 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10888 L: linux-s390@vger.kernel.org
10889 W: http://www.ibm.com/developerworks/linux/linux390/
10891 F: drivers/s390/net/
10894 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10895 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10896 L: linux-s390@vger.kernel.org
10897 W: http://www.ibm.com/developerworks/linux/linux390/
10900 F: drivers/pci/hotplug/s390_pci_hpc.c
10903 M: Harald Freudenberger <freude@de.ibm.com>
10904 L: linux-s390@vger.kernel.org
10905 W: http://www.ibm.com/developerworks/linux/linux390/
10907 F: drivers/s390/crypto/
10910 M: Steffen Maier <maier@linux.vnet.ibm.com>
10911 L: linux-s390@vger.kernel.org
10912 W: http://www.ibm.com/developerworks/linux/linux390/
10914 F: drivers/s390/scsi/zfcp_*
10916 S390 IUCV NETWORK LAYER
10917 M: Julian Wiedmann <jwi@linux.vnet.ibm.com>
10918 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10919 L: linux-s390@vger.kernel.org
10920 W: http://www.ibm.com/developerworks/linux/linux390/
10922 F: drivers/s390/net/*iucv*
10923 F: include/net/iucv/
10927 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10928 L: linux-s390@vger.kernel.org
10929 W: http://www.ibm.com/developerworks/linux/linux390/
10931 F: drivers/iommu/s390-iommu.c
10933 S390 VFIO-CCW DRIVER
10934 M: Cornelia Huck <cornelia.huck@de.ibm.com>
10935 M: Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
10936 L: linux-s390@vger.kernel.org
10937 L: kvm@vger.kernel.org
10939 F: drivers/s390/cio/vfio_ccw*
10940 F: Documentation/s390/vfio-ccw.txt
10941 F: include/uapi/linux/vfio_ccw.h
10943 S3C24XX SD/MMC Driver
10944 M: Ben Dooks <ben-linux@fluff.org>
10945 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10947 F: drivers/mmc/host/s3cmci.*
10949 SAA6588 RDS RECEIVER DRIVER
10950 M: Hans Verkuil <hverkuil@xs4all.nl>
10951 L: linux-media@vger.kernel.org
10952 T: git git://linuxtv.org/media_tree.git
10953 W: https://linuxtv.org
10955 F: drivers/media/i2c/saa6588*
10957 SAA7134 VIDEO4LINUX DRIVER
10958 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10959 M: Mauro Carvalho Chehab <mchehab@kernel.org>
10960 L: linux-media@vger.kernel.org
10961 W: https://linuxtv.org
10962 T: git git://linuxtv.org/media_tree.git
10964 F: Documentation/media/v4l-drivers/saa7134*
10965 F: drivers/media/pci/saa7134/
10967 SAA7146 VIDEO4LINUX-2 DRIVER
10968 M: Hans Verkuil <hverkuil@xs4all.nl>
10969 L: linux-media@vger.kernel.org
10970 T: git git://linuxtv.org/media_tree.git
10972 F: drivers/media/common/saa7146/
10973 F: drivers/media/pci/saa7146/
10974 F: include/media/saa7146*
10976 SAMSUNG LAPTOP DRIVER
10977 M: Corentin Chary <corentin.chary@gmail.com>
10978 L: platform-driver-x86@vger.kernel.org
10980 F: drivers/platform/x86/samsung-laptop.c
10982 SAMSUNG AUDIO (ASoC) DRIVERS
10983 M: Krzysztof Kozlowski <krzk@kernel.org>
10984 M: Sangbeom Kim <sbkim73@samsung.com>
10985 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10986 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10988 F: sound/soc/samsung/
10990 SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
10991 M: Krzysztof Kozlowski <krzk@kernel.org>
10992 L: linux-crypto@vger.kernel.org
10993 L: linux-samsung-soc@vger.kernel.org
10995 F: drivers/crypto/exynos-rng.c
10996 F: Documentation/devicetree/bindings/rng/samsung,exynos-rng4.txt
10998 SAMSUNG FRAMEBUFFER DRIVER
10999 M: Jingoo Han <jingoohan1@gmail.com>
11000 L: linux-fbdev@vger.kernel.org
11002 F: drivers/video/fbdev/s3c-fb.c
11004 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
11005 M: Sangbeom Kim <sbkim73@samsung.com>
11006 M: Krzysztof Kozlowski <krzk@kernel.org>
11007 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11008 L: linux-kernel@vger.kernel.org
11009 L: linux-samsung-soc@vger.kernel.org
11011 F: drivers/mfd/sec*.c
11012 F: drivers/regulator/s2m*.c
11013 F: drivers/regulator/s5m*.c
11014 F: drivers/clk/clk-s2mps11.c
11015 F: drivers/rtc/rtc-s5m.c
11016 F: include/linux/mfd/samsung/
11017 F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
11018 F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
11019 F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
11020 F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
11022 SAMSUNG S5P Security SubSystem (SSS) DRIVER
11023 M: Krzysztof Kozlowski <krzk@kernel.org>
11024 M: Vladimir Zapolskiy <vz@mleia.com>
11025 L: linux-crypto@vger.kernel.org
11026 L: linux-samsung-soc@vger.kernel.org
11028 F: drivers/crypto/s5p-sss.c
11030 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
11031 M: Kyungmin Park <kyungmin.park@samsung.com>
11032 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
11033 L: linux-media@vger.kernel.org
11034 Q: https://patchwork.linuxtv.org/project/linux-media/list/
11036 F: drivers/media/platform/exynos4-is/
11038 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
11039 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
11040 L: linux-media@vger.kernel.org
11041 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11043 F: drivers/media/platform/s3c-camif/
11044 F: include/media/drv-intf/s3c_camif.h
11046 SAMSUNG S5C73M3 CAMERA DRIVER
11047 M: Kyungmin Park <kyungmin.park@samsung.com>
11048 M: Andrzej Hajda <a.hajda@samsung.com>
11049 L: linux-media@vger.kernel.org
11051 F: drivers/media/i2c/s5c73m3/*
11053 SAMSUNG S5K5BAF CAMERA DRIVER
11054 M: Kyungmin Park <kyungmin.park@samsung.com>
11055 M: Andrzej Hajda <a.hajda@samsung.com>
11056 L: linux-media@vger.kernel.org
11058 F: drivers/media/i2c/s5k5baf.c
11060 SAMSUNG S3FWRN5 NFC DRIVER
11061 M: Robert Baldyga <r.baldyga@samsung.com>
11062 M: Krzysztof Opasiak <k.opasiak@samsung.com>
11063 L: linux-nfc@lists.01.org (moderated for non-subscribers)
11065 F: drivers/nfc/s3fwrn5
11067 SAMSUNG SOC CLOCK DRIVERS
11068 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
11069 M: Tomasz Figa <tomasz.figa@gmail.com>
11070 M: Chanwoo Choi <cw00.choi@samsung.com>
11072 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11073 F: drivers/clk/samsung/
11074 F: include/dt-bindings/clock/exynos*.h
11075 F: Documentation/devicetree/bindings/clock/exynos*.txt
11077 SAMSUNG SPI DRIVERS
11078 M: Kukjin Kim <kgene@kernel.org>
11079 M: Krzysztof Kozlowski <krzk@kernel.org>
11080 M: Andi Shyti <andi.shyti@samsung.com>
11081 L: linux-spi@vger.kernel.org
11082 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11084 F: Documentation/devicetree/bindings/spi/spi-samsung.txt
11085 F: drivers/spi/spi-s3c*
11086 F: include/linux/platform_data/spi-s3c64xx.h
11088 SAMSUNG SXGBE DRIVERS
11089 M: Byungho An <bh74.an@samsung.com>
11090 M: Girish K S <ks.giri@samsung.com>
11091 M: Vipul Pandya <vipul.pandya@samsung.com>
11093 L: netdev@vger.kernel.org
11094 F: drivers/net/ethernet/samsung/sxgbe/
11096 SAMSUNG THERMAL DRIVER
11097 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11098 L: linux-pm@vger.kernel.org
11099 L: linux-samsung-soc@vger.kernel.org
11101 T: git https://github.com/lmajewski/linux-samsung-thermal.git
11102 F: drivers/thermal/samsung/
11104 SAMSUNG USB2 PHY DRIVER
11105 M: Kamil Debski <kamil@wypas.org>
11106 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
11107 L: linux-kernel@vger.kernel.org
11109 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
11110 F: Documentation/phy/samsung-usb2.txt
11111 F: drivers/phy/phy-exynos4210-usb2.c
11112 F: drivers/phy/phy-exynos4x12-usb2.c
11113 F: drivers/phy/phy-exynos5250-usb2.c
11114 F: drivers/phy/phy-s5pv210-usb2.c
11115 F: drivers/phy/phy-samsung-usb2.c
11116 F: drivers/phy/phy-samsung-usb2.h
11119 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11120 L: linux-serial@vger.kernel.org
11122 F: Documentation/devicetree/bindings/serial/
11123 F: drivers/tty/serial/
11126 M: Rob Herring <robh@kernel.org>
11127 L: linux-serial@vger.kernel.org
11129 F: Documentation/devicetree/bindings/serial/slave-device.txt
11130 F: drivers/tty/serdev/
11131 F: include/linux/serdev.h
11134 M: Sean Young <sean@mess.org>
11135 L: linux-media@vger.kernel.org
11137 F: drivers/media/rc/serial_ir.c
11140 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
11141 L: kernel@stlinux.com
11143 F: drivers/staging/media/st-cec/
11144 F: Documentation/devicetree/bindings/media/stih-cec.txt
11146 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
11147 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
11148 L: linux-s390@vger.kernel.org
11149 W: http://www.ibm.com/developerworks/linux/linux390/
11153 SYNOPSYS DESIGNWARE DMAC DRIVER
11154 M: Viresh Kumar <vireshk@kernel.org>
11155 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
11157 F: include/linux/dma/dw.h
11158 F: include/linux/platform_data/dma-dw.h
11161 SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER
11162 M: Jie Deng <jiedeng@synopsys.com>
11163 L: netdev@vger.kernel.org
11165 F: drivers/net/ethernet/synopsys/
11167 SYNOPSYS DESIGNWARE I2C DRIVER
11168 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
11169 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
11170 R: Mika Westerberg <mika.westerberg@linux.intel.com>
11171 L: linux-i2c@vger.kernel.org
11173 F: drivers/i2c/busses/i2c-designware-*
11174 F: include/linux/platform_data/i2c-designware.h
11176 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
11177 M: Jaehoon Chung <jh80.chung@samsung.com>
11178 L: linux-mmc@vger.kernel.org
11180 F: drivers/mmc/host/dw_mmc*
11182 SYSTEM TRACE MODULE CLASS
11183 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
11185 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
11186 F: Documentation/trace/stm.txt
11187 F: drivers/hwtracing/stm/
11188 F: include/linux/stm.h
11189 F: include/uapi/linux/stm.h
11192 M: Andreas Noever <andreas.noever@gmail.com>
11194 F: drivers/thunderbolt/
11196 TI BQ27XXX POWER SUPPLY DRIVER
11197 R: Andrew F. Davis <afd@ti.com>
11198 F: include/linux/power/bq27xxx_battery.h
11199 F: drivers/power/supply/bq27xxx_battery.c
11200 F: drivers/power/supply/bq27xxx_battery_i2c.c
11202 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
11203 M: John Stultz <john.stultz@linaro.org>
11204 M: Thomas Gleixner <tglx@linutronix.de>
11205 R: Stephen Boyd <sboyd@codeaurora.org>
11206 L: linux-kernel@vger.kernel.org
11207 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
11209 F: include/linux/clocksource.h
11210 F: include/linux/time.h
11211 F: include/linux/timex.h
11212 F: include/uapi/linux/time.h
11213 F: include/uapi/linux/timex.h
11214 F: kernel/time/clocksource.c
11215 F: kernel/time/time*.c
11216 F: kernel/time/alarmtimer.c
11217 F: kernel/time/ntp.c
11218 F: tools/testing/selftests/timers/
11221 M: Zwane Mwaikambo <zwanem@gmail.com>
11223 F: drivers/watchdog/sc1200wdt.c
11226 M: Ingo Molnar <mingo@redhat.com>
11227 M: Peter Zijlstra <peterz@infradead.org>
11228 L: linux-kernel@vger.kernel.org
11229 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
11232 F: include/linux/sched.h
11233 F: include/uapi/linux/sched.h
11234 F: include/linux/wait.h
11237 M: Chen Liqin <liqin.linux@gmail.com>
11238 M: Lennox Wu <lennox.wu@gmail.com>
11239 W: http://www.sunplus.com
11243 SCR24X CHIP CARD INTERFACE DRIVER
11244 M: Lubomir Rintel <lkundrak@v3.sk>
11246 F: drivers/char/pcmcia/scr24x_cs.c
11248 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
11249 M: Sudeep Holla <sudeep.holla@arm.com>
11250 L: linux-arm-kernel@lists.infradead.org
11252 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
11253 F: drivers/clk/clk-scpi.c
11254 F: drivers/cpufreq/scpi-cpufreq.c
11255 F: drivers/firmware/arm_scpi.c
11256 F: include/linux/scpi_protocol.h
11259 M: Jens Axboe <axboe@kernel.dk>
11260 L: linux-scsi@vger.kernel.org
11261 W: http://www.kernel.dk
11263 F: drivers/scsi/sr*
11265 SCSI RDMA PROTOCOL (SRP) INITIATOR
11266 M: Bart Van Assche <bart.vanassche@sandisk.com>
11267 L: linux-rdma@vger.kernel.org
11269 W: http://www.openfabrics.org
11270 Q: http://patchwork.kernel.org/project/linux-rdma/list/
11271 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
11272 F: drivers/infiniband/ulp/srp/
11273 F: include/scsi/srp.h
11276 M: Doug Gilbert <dgilbert@interlog.com>
11277 L: linux-scsi@vger.kernel.org
11278 W: http://sg.danny.cz/sg
11280 F: Documentation/scsi/scsi-generic.txt
11281 F: drivers/scsi/sg.c
11282 F: include/scsi/sg.h
11285 M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
11286 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
11287 M: "Martin K. Petersen" <martin.petersen@oracle.com>
11288 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
11289 L: linux-scsi@vger.kernel.org
11291 F: Documentation/devicetree/bindings/scsi/
11296 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
11297 L: linux-scsi@vger.kernel.org
11299 F: Documentation/scsi/st.txt
11300 F: drivers/scsi/st.*
11301 F: drivers/scsi/st_*.h
11304 M: Vlad Yasevich <vyasevich@gmail.com>
11305 M: Neil Horman <nhorman@tuxdriver.com>
11306 L: linux-sctp@vger.kernel.org
11307 W: http://lksctp.sourceforge.net
11309 F: Documentation/networking/sctp.txt
11310 F: include/linux/sctp.h
11311 F: include/uapi/linux/sctp.h
11312 F: include/net/sctp/
11316 M: Jim Cromie <jim.cromie@gmail.com>
11318 F: Documentation/i2c/busses/scx200_acb
11319 F: arch/x86/platform/scx200/
11320 F: drivers/watchdog/scx200_wdt.c
11321 F: drivers/i2c/busses/scx200*
11322 F: drivers/mtd/maps/scx200_docflash.c
11323 F: include/linux/scx200.h
11326 M: Jim Cromie <jim.cromie@gmail.com>
11328 F: drivers/char/scx200_gpio.c
11329 F: include/linux/scx200_gpio.h
11331 SCx200 HRT CLOCKSOURCE DRIVER
11332 M: Jim Cromie <jim.cromie@gmail.com>
11334 F: drivers/clocksource/scx200_hrt.c
11336 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
11337 M: Sascha Sommer <saschasommer@freenet.de>
11338 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
11340 F: drivers/mmc/host/sdricoh_cs.c
11342 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
11343 M: Adrian Hunter <adrian.hunter@intel.com>
11344 L: linux-mmc@vger.kernel.org
11345 T: git git://git.infradead.org/users/ahunter/linux-sdhci.git
11347 F: drivers/mmc/host/sdhci*
11348 F: include/linux/mmc/sdhci*
11351 M: Kees Cook <keescook@chromium.org>
11352 R: Andy Lutomirski <luto@amacapital.net>
11353 R: Will Drewry <wad@chromium.org>
11354 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
11356 F: kernel/seccomp.c
11357 F: include/uapi/linux/seccomp.h
11358 F: include/linux/seccomp.h
11359 F: tools/testing/selftests/seccomp/*
11360 K: \bsecure_computing
11363 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
11364 M: Al Cooper <alcooperx@gmail.com>
11365 L: linux-mmc@vger.kernel.org
11366 L: bcm-kernel-feedback-list@broadcom.com
11368 F: drivers/mmc/host/sdhci-brcmstb*
11370 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
11371 M: Ben Dooks <ben-linux@fluff.org>
11372 M: Jaehoon Chung <jh80.chung@samsung.com>
11373 L: linux-mmc@vger.kernel.org
11375 F: drivers/mmc/host/sdhci-s3c*
11377 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
11378 M: Viresh Kumar <vireshk@kernel.org>
11379 L: linux-mmc@vger.kernel.org
11381 F: drivers/mmc/host/sdhci-spear.c
11383 SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
11384 M: Scott Bauer <scott.bauer@intel.com>
11385 M: Jonathan Derrick <jonathan.derrick@intel.com>
11386 M: Rafael Antognolli <rafael.antognolli@intel.com>
11387 L: linux-block@vger.kernel.org
11390 F: block/opal_proto.h
11391 F: include/linux/sed*
11392 F: include/uapi/linux/sed*
11395 M: James Morris <james.l.morris@oracle.com>
11396 M: "Serge E. Hallyn" <serge@hallyn.com>
11397 L: linux-security-module@vger.kernel.org (suggested Cc:)
11398 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
11399 W: http://kernsec.org/
11404 M: Security Officers <security@kernel.org>
11407 SELINUX SECURITY MODULE
11408 M: Paul Moore <paul@paul-moore.com>
11409 M: Stephen Smalley <sds@tycho.nsa.gov>
11410 M: Eric Paris <eparis@parisplace.org>
11411 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
11412 W: http://selinuxproject.org
11413 T: git git://git.infradead.org/users/pcmoore/selinux
11415 F: include/linux/selinux*
11416 F: security/selinux/
11417 F: scripts/selinux/
11419 APPARMOR SECURITY MODULE
11420 M: John Johansen <john.johansen@canonical.com>
11421 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
11422 W: apparmor.wiki.kernel.org
11423 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
11425 F: security/apparmor/
11427 LOADPIN SECURITY MODULE
11428 M: Kees Cook <keescook@chromium.org>
11429 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
11431 F: security/loadpin/
11433 YAMA SECURITY MODULE
11434 M: Kees Cook <keescook@chromium.org>
11435 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
11440 M: Jiri Slaby <jirislaby@gmail.com>
11442 F: drivers/misc/phantom.c
11443 F: include/uapi/linux/phantom.h
11445 Emulex 10Gbps iSCSI - OneConnect DRIVER
11446 M: Subbu Seetharaman <subbu.seetharaman@broadcom.com>
11447 M: Ketan Mukadam <ketan.mukadam@broadcom.com>
11448 M: Jitendra Bhivare <jitendra.bhivare@broadcom.com>
11449 L: linux-scsi@vger.kernel.org
11450 W: http://www.broadcom.com
11452 F: drivers/scsi/be2iscsi/
11454 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11455 M: Sathya Perla <sathya.perla@broadcom.com>
11456 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
11457 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
11458 M: Somnath Kotur <somnath.kotur@broadcom.com>
11459 L: netdev@vger.kernel.org
11460 W: http://www.emulex.com
11462 F: drivers/net/ethernet/emulex/benet/
11464 EMULEX ONECONNECT ROCE DRIVER
11465 M: Selvin Xavier <selvin.xavier@avagotech.com>
11466 M: Devesh Sharma <devesh.sharma@avagotech.com>
11467 L: linux-rdma@vger.kernel.org
11468 W: http://www.emulex.com
11470 F: drivers/infiniband/hw/ocrdma/
11471 F: include/uapi/rdma/ocrdma-abi.h
11474 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
11475 M: Edward Cree <ecree@solarflare.com>
11476 M: Bert Kenward <bkenward@solarflare.com>
11477 L: netdev@vger.kernel.org
11479 F: drivers/net/ethernet/sfc/
11482 M: Dimitri Sivanich <sivanich@sgi.com>
11484 F: drivers/misc/sgi-gru/
11486 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11487 M: Pat Gefre <pfg@sgi.com>
11488 L: linux-ia64@vger.kernel.org
11490 F: Documentation/ia64/serial.txt
11491 F: drivers/tty/serial/ioc?_serial.c
11492 F: include/linux/ioc?.h
11494 SGI XP/XPC/XPNET DRIVER
11495 M: Cliff Whickman <cpw@sgi.com>
11496 M: Robin Holt <robinmholt@gmail.com>
11498 F: drivers/misc/sgi-xp/
11500 SI2157 MEDIA DRIVER
11501 M: Antti Palosaari <crope@iki.fi>
11502 L: linux-media@vger.kernel.org
11503 W: https://linuxtv.org
11504 W: http://palosaari.fi/linux/
11505 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11506 T: git git://linuxtv.org/anttip/media_tree.git
11508 F: drivers/media/tuners/si2157*
11510 SI2168 MEDIA DRIVER
11511 M: Antti Palosaari <crope@iki.fi>
11512 L: linux-media@vger.kernel.org
11513 W: https://linuxtv.org
11514 W: http://palosaari.fi/linux/
11515 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11516 T: git git://linuxtv.org/anttip/media_tree.git
11518 F: drivers/media/dvb-frontends/si2168*
11520 SI470X FM RADIO RECEIVER I2C DRIVER
11521 M: Hans Verkuil <hverkuil@xs4all.nl>
11522 L: linux-media@vger.kernel.org
11523 T: git git://linuxtv.org/media_tree.git
11524 W: https://linuxtv.org
11526 F: drivers/media/radio/si470x/radio-si470x-i2c.c
11528 SI470X FM RADIO RECEIVER USB DRIVER
11529 M: Hans Verkuil <hverkuil@xs4all.nl>
11530 L: linux-media@vger.kernel.org
11531 T: git git://linuxtv.org/media_tree.git
11532 W: https://linuxtv.org
11534 F: drivers/media/radio/si470x/radio-si470x-common.c
11535 F: drivers/media/radio/si470x/radio-si470x.h
11536 F: drivers/media/radio/si470x/radio-si470x-usb.c
11538 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11539 M: Eduardo Valentin <edubezval@gmail.com>
11540 L: linux-media@vger.kernel.org
11541 T: git git://linuxtv.org/media_tree.git
11542 W: https://linuxtv.org
11544 F: drivers/media/radio/si4713/si4713.?
11546 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11547 M: Eduardo Valentin <edubezval@gmail.com>
11548 L: linux-media@vger.kernel.org
11549 T: git git://linuxtv.org/media_tree.git
11550 W: https://linuxtv.org
11552 F: drivers/media/radio/si4713/radio-platform-si4713.c
11554 SI4713 FM RADIO TRANSMITTER USB DRIVER
11555 M: Hans Verkuil <hverkuil@xs4all.nl>
11556 L: linux-media@vger.kernel.org
11557 T: git git://linuxtv.org/media_tree.git
11558 W: https://linuxtv.org
11560 F: drivers/media/radio/si4713/radio-usb-si4713.c
11563 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11564 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11565 L: linux-media@vger.kernel.org
11566 W: https://linuxtv.org
11567 T: git git://linuxtv.org/media_tree.git
11569 F: drivers/media/common/siano/
11570 F: drivers/media/usb/siano/
11571 F: drivers/media/usb/siano/
11572 F: drivers/media/mmc/siano/
11574 SILEAD TOUCHSCREEN DRIVER
11575 M: Hans de Goede <hdegoede@redhat.com>
11576 L: linux-input@vger.kernel.org
11577 L: platform-driver-x86@vger.kernel.org
11579 F: drivers/input/touchscreen/silead.c
11580 F: drivers/platform/x86/silead_dmi.c
11583 M: Hans de Goede <hdegoede@redhat.com>
11584 L: linux-fbdev@vger.kernel.org
11586 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
11587 F: drivers/video/fbdev/simplefb.c
11588 F: include/linux/platform_data/simplefb.h
11590 SH_VEU V4L2 MEM2MEM DRIVER
11591 L: linux-media@vger.kernel.org
11593 F: drivers/media/platform/sh_veu.c
11595 SH_VOU V4L2 OUTPUT DRIVER
11596 L: linux-media@vger.kernel.org
11598 F: drivers/media/platform/sh_vou.c
11599 F: include/media/drv-intf/sh_vou.h
11601 SIMPLE FIRMWARE INTERFACE (SFI)
11602 M: Len Brown <lenb@kernel.org>
11603 L: sfi-devel@simplefirmware.org
11604 W: http://simplefirmware.org/
11605 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11607 F: arch/x86/platform/sfi/
11609 F: include/linux/sfi*.h
11611 SIMTEC EB110ATX (Chalice CATS)
11613 P: Vincent Sanders <vince@simtec.co.uk>
11614 M: Simtec Linux Team <linux@simtec.co.uk>
11615 W: http://www.simtec.co.uk/products/EB110ATX/
11618 SIMTEC EB2410ITX (BAST)
11620 P: Vincent Sanders <vince@simtec.co.uk>
11621 M: Simtec Linux Team <linux@simtec.co.uk>
11622 W: http://www.simtec.co.uk/products/EB2410ITX/
11624 F: arch/arm/mach-s3c24xx/mach-bast.c
11625 F: arch/arm/mach-s3c24xx/bast-ide.c
11626 F: arch/arm/mach-s3c24xx/bast-irq.c
11628 SIPHASH PRF ROUTINES
11629 M: Jason A. Donenfeld <Jason@zx2c4.com>
11632 F: lib/test_siphash.c
11633 F: include/linux/siphash.h
11635 TI DAVINCI MACHINE SUPPORT
11636 M: Sekhar Nori <nsekhar@ti.com>
11637 M: Kevin Hilman <khilman@kernel.org>
11638 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11639 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11641 F: arch/arm/mach-davinci/
11642 F: drivers/i2c/busses/i2c-davinci.c
11644 TI DAVINCI SERIES MEDIA DRIVER
11645 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11646 L: linux-media@vger.kernel.org
11647 W: https://linuxtv.org
11648 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11649 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11651 F: drivers/media/platform/davinci/
11652 F: include/media/davinci/
11654 TI AM437X VPFE DRIVER
11655 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11656 L: linux-media@vger.kernel.org
11657 W: https://linuxtv.org
11658 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11659 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11661 F: drivers/media/platform/am437x/
11663 OV2659 OMNIVISION SENSOR DRIVER
11664 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11665 L: linux-media@vger.kernel.org
11666 W: https://linuxtv.org
11667 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11668 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11670 F: drivers/media/i2c/ov2659.c
11671 F: include/media/i2c/ov2659.h
11673 SILICON MOTION SM712 FRAME BUFFER DRIVER
11674 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11675 M: Teddy Wang <teddy.wang@siliconmotion.com>
11676 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11677 L: linux-fbdev@vger.kernel.org
11679 F: drivers/video/fbdev/sm712*
11680 F: Documentation/fb/sm712fb.txt
11682 SIS 190 ETHERNET DRIVER
11683 M: Francois Romieu <romieu@fr.zoreil.com>
11684 L: netdev@vger.kernel.org
11686 F: drivers/net/ethernet/sis/sis190.c
11688 SIS 900/7016 FAST ETHERNET DRIVER
11689 M: Daniele Venzano <venza@brownhat.org>
11690 W: http://www.brownhat.org/sis900.html
11691 L: netdev@vger.kernel.org
11693 F: drivers/net/ethernet/sis/sis900.*
11695 SIS FRAMEBUFFER DRIVER
11696 M: Thomas Winischhofer <thomas@winischhofer.net>
11697 W: http://www.winischhofer.net/linuxsisvga.shtml
11699 F: Documentation/fb/sisfb.txt
11700 F: drivers/video/fbdev/sis/
11701 F: include/video/sisfb.h
11704 M: Thomas Winischhofer <thomas@winischhofer.net>
11705 W: http://www.winischhofer.at/linuxsisusbvga.shtml
11707 F: drivers/usb/misc/sisusbvga/
11710 M: Christoph Lameter <cl@linux.com>
11711 M: Pekka Enberg <penberg@kernel.org>
11712 M: David Rientjes <rientjes@google.com>
11713 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
11714 M: Andrew Morton <akpm@linux-foundation.org>
11715 L: linux-mm@kvack.org
11717 F: include/linux/sl?b*.h
11720 SLEEPABLE READ-COPY UPDATE (SRCU)
11721 M: Lai Jiangshan <jiangshanlai@gmail.com>
11722 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11723 M: Josh Triplett <josh@joshtriplett.org>
11724 R: Steven Rostedt <rostedt@goodmis.org>
11725 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11726 L: linux-kernel@vger.kernel.org
11727 W: http://www.rdrop.com/users/paulmck/RCU/
11729 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11730 F: include/linux/srcu.h
11731 F: kernel/rcu/srcu.c
11733 SMACK SECURITY MODULE
11734 M: Casey Schaufler <casey@schaufler-ca.com>
11735 L: linux-security-module@vger.kernel.org
11736 W: http://schaufler-ca.com
11737 T: git git://github.com/cschaufler/smack-next
11739 F: Documentation/security/Smack.txt
11742 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11743 M: Kevin Hilman <khilman@kernel.org>
11744 M: Nishanth Menon <nm@ti.com>
11746 F: drivers/power/avs/
11747 F: include/linux/power/smartreflex.h
11748 L: linux-pm@vger.kernel.org
11750 SMC91x ETHERNET DRIVER
11751 M: Nicolas Pitre <nico@fluxnic.net>
11753 F: drivers/net/ethernet/smsc/smc91x.*
11755 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11756 M: Sakari Ailus <sakari.ailus@iki.fi>
11757 L: linux-media@vger.kernel.org
11759 F: drivers/media/i2c/smiapp/
11760 F: include/media/i2c/smiapp.h
11761 F: drivers/media/i2c/smiapp-pll.c
11762 F: drivers/media/i2c/smiapp-pll.h
11763 F: include/uapi/linux/smiapp.h
11764 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11766 SMM665 HARDWARE MONITOR DRIVER
11767 M: Guenter Roeck <linux@roeck-us.net>
11768 L: linux-hwmon@vger.kernel.org
11770 F: Documentation/hwmon/smm665
11771 F: drivers/hwmon/smm665.c
11773 SMSC EMC2103 HARDWARE MONITOR DRIVER
11774 M: Steve Glendinning <steve.glendinning@shawell.net>
11775 L: linux-hwmon@vger.kernel.org
11777 F: Documentation/hwmon/emc2103
11778 F: drivers/hwmon/emc2103.c
11780 SMSC SCH5627 HARDWARE MONITOR DRIVER
11781 M: Hans de Goede <hdegoede@redhat.com>
11782 L: linux-hwmon@vger.kernel.org
11784 F: Documentation/hwmon/sch5627
11785 F: drivers/hwmon/sch5627.c
11787 SMSC47B397 HARDWARE MONITOR DRIVER
11788 M: Jean Delvare <jdelvare@suse.com>
11789 L: linux-hwmon@vger.kernel.org
11791 F: Documentation/hwmon/smsc47b397
11792 F: drivers/hwmon/smsc47b397.c
11794 SMSC911x ETHERNET DRIVER
11795 M: Steve Glendinning <steve.glendinning@shawell.net>
11796 L: netdev@vger.kernel.org
11798 F: include/linux/smsc911x.h
11799 F: drivers/net/ethernet/smsc/smsc911x.*
11801 SMSC9420 PCI ETHERNET DRIVER
11802 M: Steve Glendinning <steve.glendinning@shawell.net>
11803 L: netdev@vger.kernel.org
11805 F: drivers/net/ethernet/smsc/smsc9420.*
11807 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11808 M: Steve Glendinning <steve.glendinning@shawell.net>
11809 L: linux-fbdev@vger.kernel.org
11811 F: drivers/video/fbdev/smscufx.c
11813 SOC-CAMERA V4L2 SUBSYSTEM
11814 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11815 L: linux-media@vger.kernel.org
11816 T: git git://linuxtv.org/media_tree.git
11818 F: include/media/soc*
11819 F: drivers/media/i2c/soc_camera/
11820 F: drivers/media/platform/soc_camera/
11822 SOEKRIS NET48XX LED SUPPORT
11823 M: Chris Boot <bootc@bootc.net>
11825 F: drivers/leds/leds-net48xx.c
11827 SOFTLOGIC 6x10 MPEG CODEC
11828 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11829 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11830 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
11831 M: Ismael Luceno <ismael@iodev.co.uk>
11832 L: linux-media@vger.kernel.org
11834 F: drivers/media/pci/solo6x10/
11836 SOFTWARE RAID (Multiple Disks) SUPPORT
11837 M: Shaohua Li <shli@kernel.org>
11838 L: linux-raid@vger.kernel.org
11839 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11842 F: include/linux/raid/
11843 F: include/uapi/linux/raid/
11845 SONIC NETWORK DRIVER
11846 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11847 L: netdev@vger.kernel.org
11849 F: drivers/net/ethernet/natsemi/sonic.*
11851 SONICS SILICON BACKPLANE DRIVER (SSB)
11852 M: Michael Buesch <m@bues.ch>
11853 L: linux-wireless@vger.kernel.org
11856 F: include/linux/ssb/
11858 SONY VAIO CONTROL DEVICE DRIVER
11859 M: Mattia Dongili <malattia@linux.it>
11860 L: platform-driver-x86@vger.kernel.org
11861 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11863 F: Documentation/laptops/sony-laptop.txt
11864 F: drivers/char/sonypi.c
11865 F: drivers/platform/x86/sony-laptop.c
11866 F: include/linux/sony-laptop.h
11868 SONY MEMORYSTICK CARD SUPPORT
11869 M: Alex Dubov <oakad@yahoo.com>
11870 W: http://tifmxx.berlios.de/
11872 F: drivers/memstick/host/tifm_ms.c
11874 SONY MEMORYSTICK STANDARD SUPPORT
11875 M: Maxim Levitsky <maximlevitsky@gmail.com>
11877 F: drivers/memstick/core/ms_block.*
11880 M: Jaroslav Kysela <perex@perex.cz>
11881 M: Takashi Iwai <tiwai@suse.com>
11882 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11883 W: http://www.alsa-project.org/
11884 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11885 T: git git://git.alsa-project.org/alsa-kernel.git
11886 Q: http://patchwork.kernel.org/project/alsa-devel/list/
11888 F: Documentation/sound/
11890 F: include/uapi/sound/
11893 SOUND - COMPRESSED AUDIO
11894 M: Vinod Koul <vinod.koul@intel.com>
11895 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11896 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11898 F: Documentation/sound/alsa/compress_offload.txt
11899 F: include/sound/compress_driver.h
11900 F: include/uapi/sound/compress_*
11901 F: sound/core/compress_offload.c
11902 F: sound/soc/soc-compress.c
11904 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11905 M: Liam Girdwood <lgirdwood@gmail.com>
11906 M: Mark Brown <broonie@kernel.org>
11907 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11908 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11909 W: http://alsa-project.org/main/index.php/ASoC
11911 F: Documentation/devicetree/bindings/sound/
11912 F: Documentation/sound/alsa/soc/
11914 F: include/sound/soc*
11916 SOUND - DMAENGINE HELPERS
11917 M: Lars-Peter Clausen <lars@metafoo.de>
11919 F: include/sound/dmaengine_pcm.h
11920 F: sound/core/pcm_dmaengine.c
11921 F: sound/soc/soc-generic-dmaengine-pcm.c
11924 M: Olli Salonen <olli.salonen@iki.fi>
11925 L: linux-media@vger.kernel.org
11926 W: https://linuxtv.org
11927 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11929 F: drivers/media/dvb-frontends/sp2*
11931 SPARC + UltraSPARC (sparc/sparc64)
11932 M: "David S. Miller" <davem@davemloft.net>
11933 L: sparclinux@vger.kernel.org
11934 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
11935 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11936 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11941 SPARC SERIAL DRIVERS
11942 M: "David S. Miller" <davem@davemloft.net>
11943 L: sparclinux@vger.kernel.org
11944 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11945 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11947 F: include/linux/sunserialcore.h
11948 F: drivers/tty/serial/suncore.c
11949 F: drivers/tty/serial/sunhv.c
11950 F: drivers/tty/serial/sunsab.c
11951 F: drivers/tty/serial/sunsab.h
11952 F: drivers/tty/serial/sunsu.c
11953 F: drivers/tty/serial/sunzilog.c
11954 F: drivers/tty/serial/sunzilog.h
11957 M: "Christopher Li" <sparse@chrisli.org>
11958 L: linux-sparse@vger.kernel.org
11959 W: https://sparse.wiki.kernel.org/
11960 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11961 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11963 F: include/linux/compiler.h
11965 SPEAR PLATFORM SUPPORT
11966 M: Viresh Kumar <vireshk@kernel.org>
11967 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11968 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11969 W: http://www.st.com/spear
11971 F: arch/arm/boot/dts/spear*
11972 F: arch/arm/mach-spear/
11974 SPEAR CLOCK FRAMEWORK SUPPORT
11975 M: Viresh Kumar <vireshk@kernel.org>
11976 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11977 W: http://www.st.com/spear
11979 F: drivers/clk/spear/
11982 M: Cyrille Pitchen <cyrille.pitchen@atmel.com>
11983 M: Marek Vasut <marek.vasut@gmail.com>
11984 L: linux-mtd@lists.infradead.org
11985 W: http://www.linux-mtd.infradead.org/
11986 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
11987 T: git git://github.com/spi-nor/linux.git
11989 F: drivers/mtd/spi-nor/
11990 F: include/linux/mtd/spi-nor.h
11993 M: Mark Brown <broonie@kernel.org>
11994 L: linux-spi@vger.kernel.org
11995 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11996 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
11998 F: Documentation/devicetree/bindings/spi/
11999 F: Documentation/spi/
12001 F: include/linux/spi/
12002 F: include/uapi/linux/spi/
12005 SPIDERNET NETWORK DRIVER for CELL
12006 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
12007 L: netdev@vger.kernel.org
12009 F: Documentation/networking/spider_net.txt
12010 F: drivers/net/ethernet/toshiba/spider_net*
12013 M: Jeremy Kerr <jk@ozlabs.org>
12014 L: linuxppc-dev@lists.ozlabs.org
12015 W: http://www.ibm.com/developerworks/power/cell/
12017 F: Documentation/filesystems/spufs.txt
12018 F: arch/powerpc/platforms/cell/spufs/
12020 SQUASHFS FILE SYSTEM
12021 M: Phillip Lougher <phillip@squashfs.org.uk>
12022 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
12023 W: http://squashfs.org.uk
12024 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
12026 F: Documentation/filesystems/squashfs.txt
12029 SRM (Alpha) environment access
12030 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
12032 F: arch/alpha/kernel/srm_env.c
12035 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12036 L: stable@vger.kernel.org
12038 F: Documentation/process/stable-kernel-rules.rst
12041 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12042 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
12043 L: devel@driverdev.osuosl.org
12045 F: drivers/staging/
12048 M: Ian Abbott <abbotti@mev.co.uk>
12049 M: H Hartley Sweeten <hsweeten@visionengravers.com>
12051 F: drivers/staging/comedi/
12053 STAGING - FLARION FT1000 DRIVERS
12054 M: Marek Belisko <marek.belisko@gmail.com>
12056 F: drivers/staging/ft1000/
12058 STAGING - INDUSTRIAL IO
12059 M: Jonathan Cameron <jic23@kernel.org>
12060 L: linux-iio@vger.kernel.org
12062 F: Documentation/devicetree/bindings/staging/iio/
12063 F: drivers/staging/iio/
12065 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
12066 M: Jarod Wilson <jarod@wilsonet.com>
12067 W: http://www.lirc.org/
12069 F: drivers/staging/media/lirc/
12071 STAGING - LUSTRE PARALLEL FILESYSTEM
12072 M: Oleg Drokin <oleg.drokin@intel.com>
12073 M: Andreas Dilger <andreas.dilger@intel.com>
12074 M: James Simmons <jsimmons@infradead.org>
12075 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
12076 W: http://wiki.lustre.org/
12078 F: drivers/staging/lustre
12080 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
12081 M: Marc Dietrich <marvin24@gmx.de>
12082 L: ac100@lists.launchpad.net (moderated for non-subscribers)
12083 L: linux-tegra@vger.kernel.org
12085 F: drivers/staging/nvec/
12087 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
12088 M: Jens Frederich <jfrederich@gmail.com>
12089 M: Daniel Drake <dsd@laptop.org>
12090 M: Jon Nettleton <jon.nettleton@gmail.com>
12091 W: http://wiki.laptop.org/go/DCON
12093 F: drivers/staging/olpc_dcon/
12095 STAGING - REALTEK RTL8712U DRIVERS
12096 M: Larry Finger <Larry.Finger@lwfinger.net>
12097 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
12099 F: drivers/staging/rtl8712/
12101 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
12102 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
12103 M: Teddy Wang <teddy.wang@siliconmotion.com>
12104 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
12105 L: linux-fbdev@vger.kernel.org
12107 F: drivers/staging/sm750fb/
12109 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
12110 M: William Hubbs <w.d.hubbs@gmail.com>
12111 M: Chris Brannon <chris@the-brannons.com>
12112 M: Kirk Reiser <kirk@reisers.ca>
12113 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
12114 L: speakup@linux-speakup.org
12115 W: http://www.linux-speakup.org/
12117 F: drivers/staging/speakup/
12119 STAGING - VIA VT665X DRIVERS
12120 M: Forest Bond <forest@alittletooquiet.net>
12122 F: drivers/staging/vt665?/
12124 STAGING - WILC1000 WIFI DRIVER
12125 M: Aditya Shankar <aditya.shankar@microchip.com>
12126 M: Ganesh Krishna <ganesh.krishna@microchip.com>
12127 L: linux-wireless@vger.kernel.org
12129 F: drivers/staging/wilc1000/
12131 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
12132 M: Arnaud Patard <arnaud.patard@rtp-net.org>
12134 F: drivers/staging/xgifb/
12136 STARFIRE/DURALAN NETWORK DRIVER
12137 M: Ion Badulescu <ionut@badula.org>
12139 F: drivers/net/ethernet/adaptec/starfire*
12142 M: Sam Creasey <sammy@sammy.net>
12143 W: http://sammy.net/sun3/
12145 F: arch/m68k/kernel/*sun3*
12146 F: arch/m68k/sun3*/
12147 F: arch/m68k/include/asm/sun3*
12148 F: drivers/net/ethernet/i825xx/sun3*
12150 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
12151 M: Hans de Goede <hdegoede@redhat.com>
12152 L: linux-input@vger.kernel.org
12154 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
12155 F: drivers/input/keyboard/sun4i-lradc-keys.c
12157 SUNDANCE NETWORK DRIVER
12158 M: Denis Kirjanov <kda@linux-powerpc.org>
12159 L: netdev@vger.kernel.org
12161 F: drivers/net/ethernet/dlink/sundance.c
12164 M: Yoshinori Sato <ysato@users.sourceforge.jp>
12165 M: Rich Felker <dalias@libc.org>
12166 L: linux-sh@vger.kernel.org
12167 Q: http://patchwork.kernel.org/project/linux-sh/list/
12169 F: Documentation/sh/
12174 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
12175 M: Len Brown <len.brown@intel.com>
12176 M: Pavel Machek <pavel@ucw.cz>
12177 L: linux-pm@vger.kernel.org
12178 B: https://bugzilla.kernel.org
12180 F: Documentation/power/
12181 F: arch/x86/kernel/acpi/
12182 F: drivers/base/power/
12184 F: include/linux/suspend.h
12185 F: include/linux/freezer.h
12186 F: include/linux/pm.h
12189 M: Martin Mares <mj@ucw.cz>
12190 L: linux-video@atrey.karlin.mff.cuni.cz
12192 F: Documentation/svga.txt
12193 F: arch/x86/boot/video*
12196 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12197 L: linux-kernel@vger.kernel.org
12198 T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
12201 F: arch/*/kernel/pci-swiotlb.c
12202 F: include/linux/swiotlb.h
12205 M: Jiri Pirko <jiri@resnulli.us>
12206 M: Ivan Vecera <ivecera@redhat.com>
12207 L: netdev@vger.kernel.org
12210 F: include/net/switchdev.h
12212 SYNOPSYS ARC ARCHITECTURE
12213 M: Vineet Gupta <vgupta@synopsys.com>
12214 L: linux-snps-arc@lists.infradead.org
12217 F: Documentation/devicetree/bindings/arc/*
12218 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
12219 F: drivers/clocksource/arc_timer.c
12220 F: drivers/tty/serial/arc_uart.c
12221 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
12223 SYNOPSYS ARC SDP platform support
12224 M: Alexey Brodkin <abrodkin@synopsys.com>
12226 F: arch/arc/plat-axs10x
12227 F: arch/arc/boot/dts/ax*
12228 F: Documentation/devicetree/bindings/arc/axs10*
12230 SYSTEM CONFIGURATION (SYSCON)
12231 M: Lee Jones <lee.jones@linaro.org>
12232 M: Arnd Bergmann <arnd@arndb.de>
12233 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
12235 F: drivers/mfd/syscon.c
12237 SYSTEM RESET/SHUTDOWN DRIVERS
12238 M: Sebastian Reichel <sre@kernel.org>
12239 L: linux-pm@vger.kernel.org
12240 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
12242 F: Documentation/devicetree/bindings/power/reset/
12243 F: drivers/power/reset/
12246 M: Christoph Hellwig <hch@infradead.org>
12248 F: Documentation/filesystems/sysv-fs.txt
12250 F: include/linux/sysv_fs.h
12253 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
12254 L: linux-scsi@vger.kernel.org
12255 L: target-devel@vger.kernel.org
12256 W: http://www.linux-iscsi.org
12257 W: http://groups.google.com/group/linux-iscsi-target-dev
12258 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
12262 F: Documentation/target/
12264 TASKSTATS STATISTICS INTERFACE
12265 M: Balbir Singh <bsingharora@gmail.com>
12267 F: Documentation/accounting/taskstats*
12268 F: include/linux/taskstats*
12269 F: kernel/taskstats.c
12272 M: Jamal Hadi Salim <jhs@mojatatu.com>
12273 M: Cong Wang <xiyou.wangcong@gmail.com>
12274 M: Jiri Pirko <jiri@resnulli.us>
12275 L: netdev@vger.kernel.org
12277 F: include/net/pkt_cls.h
12278 F: include/net/pkt_sched.h
12279 F: include/net/tc_act/
12280 F: include/uapi/linux/pkt_cls.h
12281 F: include/uapi/linux/pkt_sched.h
12282 F: include/uapi/linux/tc_act/
12283 F: include/uapi/linux/tc_ematch/
12286 TCP LOW PRIORITY MODULE
12287 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
12288 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
12289 W: http://tcp-lp-mod.sourceforge.net/
12291 F: net/ipv4/tcp_lp.c
12293 TDA10071 MEDIA DRIVER
12294 M: Antti Palosaari <crope@iki.fi>
12295 L: linux-media@vger.kernel.org
12296 W: https://linuxtv.org
12297 W: http://palosaari.fi/linux/
12298 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12299 T: git git://linuxtv.org/anttip/media_tree.git
12301 F: drivers/media/dvb-frontends/tda10071*
12303 TDA18212 MEDIA DRIVER
12304 M: Antti Palosaari <crope@iki.fi>
12305 L: linux-media@vger.kernel.org
12306 W: https://linuxtv.org
12307 W: http://palosaari.fi/linux/
12308 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12309 T: git git://linuxtv.org/anttip/media_tree.git
12311 F: drivers/media/tuners/tda18212*
12313 TDA18218 MEDIA DRIVER
12314 M: Antti Palosaari <crope@iki.fi>
12315 L: linux-media@vger.kernel.org
12316 W: https://linuxtv.org
12317 W: http://palosaari.fi/linux/
12318 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12319 T: git git://linuxtv.org/anttip/media_tree.git
12321 F: drivers/media/tuners/tda18218*
12323 TDA18271 MEDIA DRIVER
12324 M: Michael Krufky <mkrufky@linuxtv.org>
12325 L: linux-media@vger.kernel.org
12326 W: https://linuxtv.org
12327 W: http://github.com/mkrufky
12328 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12329 T: git git://linuxtv.org/mkrufky/tuners.git
12331 F: drivers/media/tuners/tda18271*
12333 TDA827x MEDIA DRIVER
12334 M: Michael Krufky <mkrufky@linuxtv.org>
12335 L: linux-media@vger.kernel.org
12336 W: https://linuxtv.org
12337 W: http://github.com/mkrufky
12338 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12339 T: git git://linuxtv.org/mkrufky/tuners.git
12341 F: drivers/media/tuners/tda8290.*
12343 TDA8290 MEDIA DRIVER
12344 M: Michael Krufky <mkrufky@linuxtv.org>
12345 L: linux-media@vger.kernel.org
12346 W: https://linuxtv.org
12347 W: http://github.com/mkrufky
12348 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12349 T: git git://linuxtv.org/mkrufky/tuners.git
12351 F: drivers/media/tuners/tda8290.*
12353 TDA9840 MEDIA DRIVER
12354 M: Hans Verkuil <hverkuil@xs4all.nl>
12355 L: linux-media@vger.kernel.org
12356 T: git git://linuxtv.org/media_tree.git
12357 W: https://linuxtv.org
12359 F: drivers/media/i2c/tda9840*
12361 TEA5761 TUNER DRIVER
12362 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12363 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12364 L: linux-media@vger.kernel.org
12365 W: https://linuxtv.org
12366 T: git git://linuxtv.org/media_tree.git
12368 F: drivers/media/tuners/tea5761.*
12370 TEA5767 TUNER DRIVER
12371 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12372 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12373 L: linux-media@vger.kernel.org
12374 W: https://linuxtv.org
12375 T: git git://linuxtv.org/media_tree.git
12377 F: drivers/media/tuners/tea5767.*
12379 TEA6415C MEDIA DRIVER
12380 M: Hans Verkuil <hverkuil@xs4all.nl>
12381 L: linux-media@vger.kernel.org
12382 T: git git://linuxtv.org/media_tree.git
12383 W: https://linuxtv.org
12385 F: drivers/media/i2c/tea6415c*
12387 TEA6420 MEDIA DRIVER
12388 M: Hans Verkuil <hverkuil@xs4all.nl>
12389 L: linux-media@vger.kernel.org
12390 T: git git://linuxtv.org/media_tree.git
12391 W: https://linuxtv.org
12393 F: drivers/media/i2c/tea6420*
12396 M: Jiri Pirko <jiri@resnulli.us>
12397 L: netdev@vger.kernel.org
12399 F: drivers/net/team/
12400 F: include/linux/if_team.h
12401 F: include/uapi/linux/if_team.h
12403 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
12404 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
12406 F: arch/x86/platform/ts5500/
12408 TECHNOTREND USB IR RECEIVER
12409 M: Sean Young <sean@mess.org>
12410 L: linux-media@vger.kernel.org
12412 F: drivers/media/rc/ttusbir.c
12414 TEGRA ARCHITECTURE SUPPORT
12415 M: Stephen Warren <swarren@wwwdotorg.org>
12416 M: Thierry Reding <thierry.reding@gmail.com>
12417 M: Alexandre Courbot <gnurou@gmail.com>
12418 L: linux-tegra@vger.kernel.org
12419 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
12420 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
12425 M: Peter De Schrijver <pdeschrijver@nvidia.com>
12426 M: Prashant Gaikwad <pgaikwad@nvidia.com>
12428 F: drivers/clk/tegra/
12431 M: Laxman Dewangan <ldewangan@nvidia.com>
12432 M: Jon Hunter <jonathanh@nvidia.com>
12434 F: drivers/dma/tegra*
12437 M: Laxman Dewangan <ldewangan@nvidia.com>
12439 F: drivers/i2c/busses/i2c-tegra.c
12441 TEGRA IOMMU DRIVERS
12442 M: Hiroshi Doyu <hdoyu@nvidia.com>
12444 F: drivers/iommu/tegra*
12447 M: Rakesh Iyer <riyer@nvidia.com>
12448 M: Laxman Dewangan <ldewangan@nvidia.com>
12450 F: drivers/input/keyboard/tegra-kbc.c
12453 M: Thierry Reding <thierry.reding@gmail.com>
12455 F: drivers/pwm/pwm-tegra.c
12457 TEGRA SERIAL DRIVER
12458 M: Laxman Dewangan <ldewangan@nvidia.com>
12460 F: drivers/tty/serial/serial-tegra.c
12463 M: Laxman Dewangan <ldewangan@nvidia.com>
12465 F: drivers/spi/spi-tegra*
12467 TEHUTI ETHERNET DRIVER
12468 M: Andy Gospodarek <andy@greyhouse.net>
12469 L: netdev@vger.kernel.org
12471 F: drivers/net/ethernet/tehuti/*
12473 Telecom Clock Driver for MCPL0010
12474 M: Mark Gross <mark.gross@intel.com>
12476 F: drivers/char/tlclk.c
12478 TENSILICA XTENSA PORT (xtensa)
12479 M: Chris Zankel <chris@zankel.net>
12480 M: Max Filippov <jcmvbkbc@gmail.com>
12481 L: linux-xtensa@linux-xtensa.org
12482 T: git git://github.com/czankel/xtensa-linux.git
12485 F: drivers/irqchip/irq-xtensa-*
12487 Texas Instruments' System Control Interface (TISCI) Protocol Driver
12488 M: Nishanth Menon <nm@ti.com>
12489 M: Tero Kristo <t-kristo@ti.com>
12490 M: Santosh Shilimkar <ssantosh@kernel.org>
12491 L: linux-arm-kernel@lists.infradead.org
12493 F: Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
12494 F: drivers/firmware/ti_sci*
12495 F: include/linux/soc/ti/ti_sci_protocol.h
12497 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
12498 M: Hans Verkuil <hverkuil@xs4all.nl>
12499 L: linux-media@vger.kernel.org
12500 T: git git://linuxtv.org/media_tree.git
12501 W: https://linuxtv.org
12503 F: drivers/media/radio/radio-raremono.c
12506 M: Zhang Rui <rui.zhang@intel.com>
12507 M: Eduardo Valentin <edubezval@gmail.com>
12508 L: linux-pm@vger.kernel.org
12509 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
12510 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
12511 Q: https://patchwork.kernel.org/project/linux-pm/list/
12513 F: drivers/thermal/
12514 F: include/linux/thermal.h
12515 F: include/uapi/linux/thermal.h
12516 F: include/linux/cpu_cooling.h
12517 F: Documentation/devicetree/bindings/thermal/
12519 THERMAL/CPU_COOLING
12520 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
12521 M: Viresh Kumar <viresh.kumar@linaro.org>
12522 M: Javi Merino <javi.merino@kernel.org>
12523 L: linux-pm@vger.kernel.org
12525 F: Documentation/thermal/cpu-cooling-api.txt
12526 F: drivers/thermal/cpu_cooling.c
12527 F: include/linux/cpu_cooling.h
12529 THINKPAD ACPI EXTRAS DRIVER
12530 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
12531 L: ibm-acpi-devel@lists.sourceforge.net
12532 L: platform-driver-x86@vger.kernel.org
12533 W: http://ibm-acpi.sourceforge.net
12534 W: http://thinkwiki.org/wiki/Ibm-acpi
12535 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
12537 F: drivers/platform/x86/thinkpad_acpi.c
12539 TI BANDGAP AND THERMAL DRIVER
12540 M: Eduardo Valentin <edubezval@gmail.com>
12541 M: Keerthy <j-keerthy@ti.com>
12542 L: linux-pm@vger.kernel.org
12543 L: linux-omap@vger.kernel.org
12545 F: drivers/thermal/ti-soc-thermal/
12548 M: Benoit Parrot <bparrot@ti.com>
12549 L: linux-media@vger.kernel.org
12550 W: http://linuxtv.org/
12551 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12553 F: drivers/media/platform/ti-vpe/
12555 TI CDCE706 CLOCK DRIVER
12556 M: Max Filippov <jcmvbkbc@gmail.com>
12558 F: drivers/clk/clk-cdce706.c
12561 M: Tero Kristo <t-kristo@ti.com>
12562 L: linux-omap@vger.kernel.org
12565 F: include/linux/clk/ti.h
12567 TI ETHERNET SWITCH DRIVER (CPSW)
12568 R: Grygorii Strashko <grygorii.strashko@ti.com>
12569 L: linux-omap@vger.kernel.org
12570 L: netdev@vger.kernel.org
12572 F: drivers/net/ethernet/ti/cpsw*
12573 F: drivers/net/ethernet/ti/davinci*
12575 TI FLASH MEDIA INTERFACE DRIVER
12576 M: Alex Dubov <oakad@yahoo.com>
12578 F: drivers/misc/tifm*
12579 F: drivers/mmc/host/tifm_sd.c
12580 F: include/linux/tifm.h
12582 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12583 M: Santosh Shilimkar <ssantosh@kernel.org>
12584 L: linux-kernel@vger.kernel.org
12585 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12587 F: drivers/soc/ti/*
12588 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12591 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12592 M: M R Swami Reddy <mr.swami.reddy@ti.com>
12593 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
12594 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12596 F: sound/soc/codecs/lm49453*
12597 F: sound/soc/codecs/isabelle*
12599 TI LP855x BACKLIGHT DRIVER
12600 M: Milo Kim <milo.kim@ti.com>
12602 F: Documentation/backlight/lp855x-driver.txt
12603 F: drivers/video/backlight/lp855x_bl.c
12604 F: include/linux/platform_data/lp855x.h
12606 TI LP8727 CHARGER DRIVER
12607 M: Milo Kim <milo.kim@ti.com>
12609 F: drivers/power/supply/lp8727_charger.c
12610 F: include/linux/platform_data/lp8727.h
12612 TI LP8788 MFD DRIVER
12613 M: Milo Kim <milo.kim@ti.com>
12615 F: drivers/iio/adc/lp8788_adc.c
12616 F: drivers/leds/leds-lp8788.c
12617 F: drivers/mfd/lp8788*.c
12618 F: drivers/power/supply/lp8788-charger.c
12619 F: drivers/regulator/lp8788-*.c
12620 F: include/linux/mfd/lp8788*.h
12622 TI NETCP ETHERNET DRIVER
12623 M: Wingman Kwok <w-kwok2@ti.com>
12624 M: Murali Karicheri <m-karicheri2@ti.com>
12625 L: netdev@vger.kernel.org
12627 F: drivers/net/ethernet/ti/netcp*
12629 TI TAS571X FAMILY ASoC CODEC DRIVER
12630 M: Kevin Cernekee <cernekee@chromium.org>
12631 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12633 F: sound/soc/codecs/tas571x*
12635 TI TWL4030 SERIES SOC CODEC DRIVER
12636 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
12637 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12639 F: sound/soc/codecs/twl4030*
12641 TI WILINK WIRELESS DRIVERS
12642 L: linux-wireless@vger.kernel.org
12643 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
12644 W: http://wireless.kernel.org/en/users/Drivers/wl1251
12645 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12647 F: drivers/net/wireless/ti/
12648 F: include/linux/wl12xx.h
12651 M: Jon Maloy <jon.maloy@ericsson.com>
12652 M: Ying Xue <ying.xue@windriver.com>
12653 L: netdev@vger.kernel.org (core kernel code)
12654 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12655 W: http://tipc.sourceforge.net/
12657 F: include/uapi/linux/tipc*.h
12661 M: Chris Metcalf <cmetcalf@mellanox.com>
12662 W: http://www.mellanox.com/repository/solutions/tile-scm/
12663 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12666 F: drivers/char/tile-srom.c
12667 F: drivers/edac/tile_edac.c
12668 F: drivers/net/ethernet/tile/
12669 F: drivers/rtc/rtc-tile.c
12670 F: drivers/tty/hvc/hvc_tile.c
12671 F: drivers/tty/serial/tilegx.c
12672 F: drivers/usb/host/*-tilegx.c
12673 F: include/linux/usb/tilegx.h
12675 TLAN NETWORK DRIVER
12676 M: Samuel Chessman <chessman@tux.org>
12677 L: tlan-devel@lists.sourceforge.net (subscribers-only)
12678 W: http://sourceforge.net/projects/tlan/
12680 F: Documentation/networking/tlan.txt
12681 F: drivers/net/ethernet/ti/tlan.*
12683 TOMOYO SECURITY MODULE
12684 M: Kentaro Takeda <takedakn@nttdata.co.jp>
12685 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12686 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12687 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12688 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12689 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12690 W: http://tomoyo.sourceforge.jp/
12691 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12693 F: security/tomoyo/
12695 TOPSTAR LAPTOP EXTRAS DRIVER
12696 M: Herton Ronaldo Krzesinski <herton@canonical.com>
12697 L: platform-driver-x86@vger.kernel.org
12699 F: drivers/platform/x86/topstar-laptop.c
12701 TOSHIBA ACPI EXTRAS DRIVER
12702 M: Azael Avalos <coproscefalo@gmail.com>
12703 L: platform-driver-x86@vger.kernel.org
12705 F: drivers/platform/x86/toshiba_acpi.c
12707 TOSHIBA BLUETOOTH DRIVER
12708 M: Azael Avalos <coproscefalo@gmail.com>
12709 L: platform-driver-x86@vger.kernel.org
12711 F: drivers/platform/x86/toshiba_bluetooth.c
12713 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12714 M: Azael Avalos <coproscefalo@gmail.com>
12715 L: platform-driver-x86@vger.kernel.org
12717 F: drivers/platform/x86/toshiba_haps.c
12719 TOSHIBA WMI HOTKEYS DRIVER
12720 M: Azael Avalos <coproscefalo@gmail.com>
12721 L: platform-driver-x86@vger.kernel.org
12723 F: drivers/platform/x86/toshiba-wmi.c
12726 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
12727 W: http://www.buzzard.org.uk/toshiba/
12729 F: drivers/char/toshiba.c
12730 F: include/linux/toshiba.h
12731 F: include/uapi/linux/toshiba.h
12733 TOSHIBA TC358743 DRIVER
12734 M: Mats Randgaard <matrandg@cisco.com>
12735 L: linux-media@vger.kernel.org
12737 F: drivers/media/i2c/tc358743*
12738 F: include/media/i2c/tc358743.h
12740 TMIO/SDHI MMC DRIVER
12741 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
12742 L: linux-mmc@vger.kernel.org
12744 F: drivers/mmc/host/tmio_mmc*
12745 F: drivers/mmc/host/sh_mobile_sdhi.c
12746 F: include/linux/mfd/tmio.h
12748 TMP401 HARDWARE MONITOR DRIVER
12749 M: Guenter Roeck <linux@roeck-us.net>
12750 L: linux-hwmon@vger.kernel.org
12752 F: Documentation/hwmon/tmp401
12753 F: drivers/hwmon/tmp401.c
12755 TMPFS (SHMEM FILESYSTEM)
12756 M: Hugh Dickins <hughd@google.com>
12757 L: linux-mm@kvack.org
12759 F: include/linux/shmem_fs.h
12762 TM6000 VIDEO4LINUX DRIVER
12763 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12764 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12765 L: linux-media@vger.kernel.org
12766 W: https://linuxtv.org
12767 T: git git://linuxtv.org/media_tree.git
12769 F: drivers/media/usb/tm6000/
12770 F: Documentation/media/v4l-drivers/tm6000*
12772 TW5864 VIDEO4LINUX DRIVER
12773 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12774 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12775 M: Andrey Utkin <andrey_utkin@fastmail.com>
12776 L: linux-media@vger.kernel.org
12778 F: drivers/media/pci/tw5864/
12780 TW68 VIDEO4LINUX DRIVER
12781 M: Hans Verkuil <hverkuil@xs4all.nl>
12782 L: linux-media@vger.kernel.org
12783 T: git git://linuxtv.org/media_tree.git
12784 W: https://linuxtv.org
12786 F: drivers/media/pci/tw68/
12788 TW686X VIDEO4LINUX DRIVER
12789 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12790 L: linux-media@vger.kernel.org
12791 T: git git://linuxtv.org/media_tree.git
12792 W: http://linuxtv.org
12794 F: drivers/media/pci/tw686x/
12797 M: Peter Huewe <peterhuewe@gmx.de>
12798 M: Marcel Selhorst <tpmdd@selhorst.net>
12799 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12800 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12801 W: http://tpmdd.sourceforge.net
12802 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12803 Q: https://patchwork.kernel.org/project/tpmdd-devel/list/
12804 T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
12806 F: drivers/char/tpm/
12808 TPM IBM_VTPM DEVICE DRIVER
12809 M: Ashley Lai <ashleydlai@gmail.com>
12810 W: http://tpmdd.sourceforge.net
12811 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12813 F: drivers/char/tpm/tpm_ibmvtpm*
12816 M: Steven Rostedt <rostedt@goodmis.org>
12817 M: Ingo Molnar <mingo@redhat.com>
12818 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12820 F: Documentation/trace/ftrace.txt
12821 F: arch/*/*/*/ftrace.h
12822 F: arch/*/kernel/ftrace.c
12823 F: include/*/ftrace.h
12824 F: include/linux/trace*.h
12827 F: tools/testing/selftests/ftrace/
12829 TRACING MMIO ACCESSES (MMIOTRACE)
12830 M: Steven Rostedt <rostedt@goodmis.org>
12831 M: Ingo Molnar <mingo@kernel.org>
12832 R: Karol Herbst <karolherbst@gmail.com>
12833 R: Pekka Paalanen <ppaalanen@gmail.com>
12835 L: linux-kernel@vger.kernel.org
12836 L: nouveau@lists.freedesktop.org
12837 F: kernel/trace/trace_mmiotrace.c
12838 F: include/linux/mmiotrace.h
12839 F: arch/x86/mm/kmmio.c
12840 F: arch/x86/mm/mmio-mod.c
12841 F: arch/x86/mm/testmmiotrace.c
12844 M: Jiri Kosina <trivial@kernel.org>
12845 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12847 K: ^Subject:.*(?i)trivial
12850 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12851 M: Jiri Slaby <jslaby@suse.com>
12853 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12854 F: Documentation/serial/
12856 F: drivers/tty/serial/serial_core.c
12857 F: include/linux/serial_core.h
12858 F: include/linux/serial.h
12859 F: include/linux/tty.h
12860 F: include/uapi/linux/serial_core.h
12861 F: include/uapi/linux/serial.h
12862 F: include/uapi/linux/tty.h
12864 TUA9001 MEDIA DRIVER
12865 M: Antti Palosaari <crope@iki.fi>
12866 L: linux-media@vger.kernel.org
12867 W: https://linuxtv.org
12868 W: http://palosaari.fi/linux/
12869 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12870 T: git git://linuxtv.org/anttip/media_tree.git
12872 F: drivers/media/tuners/tua9001*
12874 TULIP NETWORK DRIVERS
12875 L: netdev@vger.kernel.org
12876 L: linux-parisc@vger.kernel.org
12878 F: drivers/net/ethernet/dec/tulip/
12881 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
12882 W: http://vtun.sourceforge.net/tun
12884 F: Documentation/networking/tuntap.txt
12885 F: arch/um/os-Linux/drivers/
12887 TURBOCHANNEL SUBSYSTEM
12888 M: "Maciej W. Rozycki" <macro@linux-mips.org>
12889 M: Ralf Baechle <ralf@linux-mips.org>
12890 L: linux-mips@linux-mips.org
12891 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
12894 F: include/linux/tc.h
12896 UBI FILE SYSTEM (UBIFS)
12897 M: Richard Weinberger <richard@nod.at>
12898 M: Artem Bityutskiy <dedekind1@gmail.com>
12899 M: Adrian Hunter <adrian.hunter@intel.com>
12900 L: linux-mtd@lists.infradead.org
12901 T: git git://git.infradead.org/ubifs-2.6.git
12902 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
12904 F: Documentation/filesystems/ubifs.txt
12907 UCLINUX (M68KNOMMU AND COLDFIRE)
12908 M: Greg Ungerer <gerg@linux-m68k.org>
12909 W: http://www.linux-m68k.org/
12910 W: http://www.uclinux.org/
12911 L: linux-m68k@lists.linux-m68k.org
12912 L: uclinux-dev@uclinux.org (subscribers-only)
12913 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12915 F: arch/m68k/coldfire/
12917 F: arch/m68k/*/*_no.*
12918 F: arch/m68k/include/asm/*_no.*
12921 M: Jan Kara <jack@suse.com>
12923 F: Documentation/filesystems/udf.txt
12927 M: Bastien Nocera <hadess@hadess.net>
12928 L: linux-input@vger.kernel.org
12930 F: drivers/hid/hid-udraw.c
12933 M: Evgeniy Dushistov <dushistov@mail.ru>
12935 F: Documentation/filesystems/ufs.txt
12938 UHID USERSPACE HID IO DRIVER:
12939 M: David Herrmann <dh.herrmann@googlemail.com>
12940 L: linux-input@vger.kernel.org
12942 F: drivers/hid/uhid.c
12943 F: include/uapi/linux/uhid.h
12945 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12946 L: linux-usb@vger.kernel.org
12949 F: include/linux/uwb.h
12950 F: include/linux/uwb/
12952 UNICORE32 ARCHITECTURE:
12953 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
12954 W: http://mprc.pku.edu.cn/~guanxuetao/linux
12956 T: git git://github.com/gxt/linux.git
12960 M: Tony Finch <dot@dotat.at>
12961 W: http://dotat.at/prog/unifdef
12963 F: scripts/unifdef.c
12965 UNIFORM CDROM DRIVER
12966 M: Jens Axboe <axboe@kernel.dk>
12967 W: http://www.kernel.dk
12969 F: Documentation/cdrom/
12970 F: drivers/cdrom/cdrom.c
12971 F: include/linux/cdrom.h
12972 F: include/uapi/linux/cdrom.h
12974 UNISYS S-PAR DRIVERS
12975 M: David Kershner <david.kershner@unisys.com>
12976 L: sparmaintainer@unisys.com (Unisys internal)
12978 F: drivers/staging/unisys/
12980 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12981 M: Vinayak Holikatti <vinholikatti@gmail.com>
12982 L: linux-scsi@vger.kernel.org
12984 F: Documentation/scsi/ufs.txt
12985 F: drivers/scsi/ufs/
12987 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12988 M: Manjunath M Bettegowda <manjumb@synopsys.com>
12989 M: Prabu Thangamuthu <prabut@synopsys.com>
12990 L: linux-scsi@vger.kernel.org
12992 F: drivers/scsi/ufs/*dwc*
12994 UNSORTED BLOCK IMAGES (UBI)
12995 M: Artem Bityutskiy <dedekind1@gmail.com>
12996 M: Richard Weinberger <richard@nod.at>
12997 W: http://www.linux-mtd.infradead.org/
12998 L: linux-mtd@lists.infradead.org
12999 T: git git://git.infradead.org/ubifs-2.6.git
13001 F: drivers/mtd/ubi/
13002 F: include/linux/mtd/ubi.h
13003 F: include/uapi/mtd/ubi-user.h
13006 M: Oliver Neukum <oneukum@suse.com>
13007 L: linux-usb@vger.kernel.org
13009 F: Documentation/usb/acm.txt
13010 F: drivers/usb/class/cdc-acm.*
13012 USB AR5523 WIRELESS DRIVER
13013 M: Pontus Fuchs <pontus.fuchs@gmail.com>
13014 L: linux-wireless@vger.kernel.org
13016 F: drivers/net/wireless/ath/ar5523/
13019 M: Oliver Neukum <oneukum@suse.com>
13020 L: linux-usb@vger.kernel.org
13021 L: linux-scsi@vger.kernel.org
13023 F: drivers/usb/storage/uas.c
13025 USB CDC ETHERNET DRIVER
13026 M: Oliver Neukum <oliver@neukum.org>
13027 L: linux-usb@vger.kernel.org
13029 F: drivers/net/usb/cdc_*.c
13030 F: include/uapi/linux/usb/cdc.h
13032 USB CHAOSKEY DRIVER
13033 M: Keith Packard <keithp@keithp.com>
13034 L: linux-usb@vger.kernel.org
13036 F: drivers/usb/misc/chaoskey.c
13038 USB CYPRESS C67X00 DRIVER
13039 M: Peter Korsgaard <jacmet@sunsite.dk>
13040 L: linux-usb@vger.kernel.org
13042 F: drivers/usb/c67x00/
13044 USB DAVICOM DM9601 DRIVER
13045 M: Peter Korsgaard <jacmet@sunsite.dk>
13046 L: netdev@vger.kernel.org
13047 W: http://www.linux-usb.org/usbnet
13049 F: drivers/net/usb/dm9601.c
13051 USB DIAMOND RIO500 DRIVER
13052 M: Cesar Miquel <miquel@df.uba.ar>
13053 L: rio500-users@lists.sourceforge.net
13054 W: http://rio500.sourceforge.net
13056 F: drivers/usb/misc/rio500*
13059 M: Alan Stern <stern@rowland.harvard.edu>
13060 L: linux-usb@vger.kernel.org
13062 F: Documentation/usb/ehci.txt
13063 F: drivers/usb/host/ehci*
13065 USB GADGET/PERIPHERAL SUBSYSTEM
13066 M: Felipe Balbi <balbi@kernel.org>
13067 L: linux-usb@vger.kernel.org
13068 W: http://www.linux-usb.org/gadget
13069 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13071 F: drivers/usb/gadget/
13072 F: include/linux/usb/gadget*
13074 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
13075 M: Jiri Kosina <jikos@kernel.org>
13076 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
13077 L: linux-usb@vger.kernel.org
13078 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
13080 F: Documentation/hid/hiddev.txt
13081 F: drivers/hid/usbhid/
13084 M: Olav Kongas <ok@artecdesign.ee>
13085 L: linux-usb@vger.kernel.org
13087 F: drivers/usb/host/isp116x*
13088 F: include/linux/usb/isp116x.h
13090 USB LAN78XX ETHERNET DRIVER
13091 M: Woojung Huh <woojung.huh@microchip.com>
13092 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
13093 L: netdev@vger.kernel.org
13095 F: drivers/net/usb/lan78xx.*
13097 USB MASS STORAGE DRIVER
13098 M: Alan Stern <stern@rowland.harvard.edu>
13099 L: linux-usb@vger.kernel.org
13100 L: usb-storage@lists.one-eyed-alien.net
13102 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
13103 F: drivers/usb/storage/
13106 M: Clemens Ladisch <clemens@ladisch.de>
13107 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
13108 T: git git://git.alsa-project.org/alsa-kernel.git
13110 F: sound/usb/midi.*
13112 USB NETWORKING DRIVERS
13113 L: linux-usb@vger.kernel.org
13115 F: drivers/net/usb/
13118 M: Alan Stern <stern@rowland.harvard.edu>
13119 L: linux-usb@vger.kernel.org
13121 F: Documentation/usb/ohci.txt
13122 F: drivers/usb/host/ohci*
13124 USB OTG FSM (Finite State Machine)
13125 M: Peter Chen <Peter.Chen@nxp.com>
13126 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
13127 L: linux-usb@vger.kernel.org
13129 F: drivers/usb/common/usb-otg-fsm.c
13132 M: Valentina Manea <valentina.manea.m@gmail.com>
13133 M: Shuah Khan <shuahkh@osg.samsung.com>
13134 M: Shuah Khan <shuah@kernel.org>
13135 L: linux-usb@vger.kernel.org
13137 F: Documentation/usb/usbip_protocol.txt
13138 F: drivers/usb/usbip/
13139 F: tools/usb/usbip/
13142 M: Petko Manolov <petkan@nucleusys.com>
13143 L: linux-usb@vger.kernel.org
13144 L: netdev@vger.kernel.org
13145 T: git git://github.com/petkan/pegasus.git
13146 W: https://github.com/petkan/pegasus
13148 F: drivers/net/usb/pegasus.*
13151 M: Felipe Balbi <balbi@kernel.org>
13152 L: linux-usb@vger.kernel.org
13153 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13155 F: drivers/usb/phy/
13157 USB PRINTER DRIVER (usblp)
13158 M: Pete Zaitcev <zaitcev@redhat.com>
13159 L: linux-usb@vger.kernel.org
13161 F: drivers/usb/class/usblp.c
13163 USB QMI WWAN NETWORK DRIVER
13164 M: Bjørn Mork <bjorn@mork.no>
13165 L: netdev@vger.kernel.org
13167 F: Documentation/ABI/testing/sysfs-class-net-qmi
13168 F: drivers/net/usb/qmi_wwan.c
13171 M: Petko Manolov <petkan@nucleusys.com>
13172 L: linux-usb@vger.kernel.org
13173 L: netdev@vger.kernel.org
13174 T: git git://github.com/petkan/rtl8150.git
13175 W: https://github.com/petkan/rtl8150
13177 F: drivers/net/usb/rtl8150.c
13179 USB SERIAL SUBSYSTEM
13180 M: Johan Hovold <johan@kernel.org>
13181 L: linux-usb@vger.kernel.org
13182 T: git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
13184 F: Documentation/usb/usb-serial.txt
13185 F: drivers/usb/serial/
13186 F: include/linux/usb/serial.h
13188 USB SMSC75XX ETHERNET DRIVER
13189 M: Steve Glendinning <steve.glendinning@shawell.net>
13190 L: netdev@vger.kernel.org
13192 F: drivers/net/usb/smsc75xx.*
13194 USB SMSC95XX ETHERNET DRIVER
13195 M: Steve Glendinning <steve.glendinning@shawell.net>
13196 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
13197 L: netdev@vger.kernel.org
13199 F: drivers/net/usb/smsc95xx.*
13202 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13203 L: linux-usb@vger.kernel.org
13204 W: http://www.linux-usb.org
13205 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
13207 F: Documentation/devicetree/bindings/usb/
13208 F: Documentation/usb/
13210 F: include/linux/usb.h
13211 F: include/linux/usb/
13214 M: Alan Stern <stern@rowland.harvard.edu>
13215 L: linux-usb@vger.kernel.org
13217 F: drivers/usb/host/uhci*
13219 USB "USBNET" DRIVER FRAMEWORK
13220 M: Oliver Neukum <oneukum@suse.com>
13221 L: netdev@vger.kernel.org
13222 W: http://www.linux-usb.org/usbnet
13224 F: drivers/net/usb/usbnet.c
13225 F: include/linux/usb/usbnet.h
13228 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13229 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
13230 L: linux-media@vger.kernel.org
13231 T: git git://linuxtv.org/media_tree.git
13232 W: http://www.ideasonboard.org/uvc/
13234 F: drivers/media/usb/uvc/
13235 F: include/uapi/linux/uvcvideo.h
13238 M: Hans Verkuil <hverkuil@xs4all.nl>
13239 L: linux-media@vger.kernel.org
13240 T: git git://linuxtv.org/media_tree.git
13241 W: https://linuxtv.org
13243 F: drivers/media/usb/usbvision/
13246 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13247 L: linux-usb@vger.kernel.org
13249 F: drivers/usb/gadget/function/*uvc*
13250 F: drivers/usb/gadget/legacy/webcam.c
13252 USB WIRELESS RNDIS DRIVER (rndis_wlan)
13253 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
13254 L: linux-wireless@vger.kernel.org
13256 F: drivers/net/wireless/rndis_wlan.c
13259 M: Mathias Nyman <mathias.nyman@intel.com>
13260 L: linux-usb@vger.kernel.org
13262 F: drivers/usb/host/xhci*
13263 F: drivers/usb/host/pci-quirks*
13266 L: linux-wireless@vger.kernel.org
13267 W: http://linux-lc100020.sourceforge.net
13269 F: drivers/net/wireless/zydas/zd1201.*
13272 M: Antoine Jacquet <royale@zerezo.com>
13273 L: linux-usb@vger.kernel.org
13274 L: linux-media@vger.kernel.org
13275 T: git git://linuxtv.org/media_tree.git
13276 W: http://royale.zerezo.com/zr364xx/
13278 F: Documentation/media/v4l-drivers/zr364xx*
13279 F: drivers/media/usb/zr364xx/
13282 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
13283 L: linux-usb@vger.kernel.org
13285 F: drivers/usb/common/ulpi.c
13286 F: include/linux/ulpi/
13288 USER-MODE LINUX (UML)
13289 M: Jeff Dike <jdike@addtoit.com>
13290 M: Richard Weinberger <richard@nod.at>
13291 L: user-mode-linux-devel@lists.sourceforge.net
13292 L: user-mode-linux-user@lists.sourceforge.net
13293 W: http://user-mode-linux.sourceforge.net
13294 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
13296 F: Documentation/virtual/uml/
13302 USERSPACE I/O (UIO)
13303 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13305 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
13306 F: Documentation/driver-api/uio-howto.rst
13308 F: include/linux/uio*.h
13311 M: Karel Zak <kzak@redhat.com>
13312 L: util-linux@vger.kernel.org
13313 W: http://en.wikipedia.org/wiki/Util-linux
13314 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
13318 M: Michal Januszewski <spock@gentoo.org>
13319 L: linux-fbdev@vger.kernel.org
13320 W: http://dev.gentoo.org/~spock/projects/uvesafb/
13322 F: Documentation/fb/uvesafb.txt
13323 F: drivers/video/fbdev/uvesafb.*
13326 M: Stefan Agner <stefan@agner.ch>
13327 L: linux-mtd@lists.infradead.org
13329 F: drivers/mtd/nand/vf610_nfc.c
13331 VFAT/FAT/MSDOS FILESYSTEM
13332 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
13334 F: Documentation/filesystems/vfat.txt
13338 M: Alex Williamson <alex.williamson@redhat.com>
13339 L: kvm@vger.kernel.org
13340 T: git git://github.com/awilliam/linux-vfio.git
13342 F: Documentation/vfio.txt
13344 F: include/linux/vfio.h
13345 F: include/uapi/linux/vfio.h
13347 VFIO MEDIATED DEVICE DRIVERS
13348 M: Kirti Wankhede <kwankhede@nvidia.com>
13349 L: kvm@vger.kernel.org
13351 F: Documentation/vfio-mediated-device.txt
13352 F: drivers/vfio/mdev/
13353 F: include/linux/mdev.h
13354 F: samples/vfio-mdev/
13356 VFIO PLATFORM DRIVER
13357 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
13358 L: kvm@vger.kernel.org
13360 F: drivers/vfio/platform/
13362 VIDEOBUF2 FRAMEWORK
13363 M: Pawel Osciak <pawel@osciak.com>
13364 M: Marek Szyprowski <m.szyprowski@samsung.com>
13365 M: Kyungmin Park <kyungmin.park@samsung.com>
13366 L: linux-media@vger.kernel.org
13368 F: drivers/media/v4l2-core/videobuf2-*
13369 F: include/media/videobuf2-*
13371 VIRTIO AND VHOST VSOCK DRIVER
13372 M: Stefan Hajnoczi <stefanha@redhat.com>
13373 L: kvm@vger.kernel.org
13374 L: virtualization@lists.linux-foundation.org
13375 L: netdev@vger.kernel.org
13377 F: include/linux/virtio_vsock.h
13378 F: include/uapi/linux/virtio_vsock.h
13379 F: include/uapi/linux/vsockmon.h
13380 F: net/vmw_vsock/af_vsock_tap.c
13381 F: net/vmw_vsock/virtio_transport_common.c
13382 F: net/vmw_vsock/virtio_transport.c
13383 F: drivers/net/vsockmon.c
13384 F: drivers/vhost/vsock.c
13385 F: drivers/vhost/vsock.h
13387 VIRTUAL SERIO DEVICE DRIVER
13388 M: Stephen Chandler Paul <thatslyude@gmail.com>
13390 F: drivers/input/serio/userio.c
13391 F: include/uapi/linux/userio.h
13393 VIRTIO CONSOLE DRIVER
13394 M: Amit Shah <amit@kernel.org>
13395 L: virtualization@lists.linux-foundation.org
13397 F: drivers/char/virtio_console.c
13398 F: include/linux/virtio_console.h
13399 F: include/uapi/linux/virtio_console.h
13401 VIRTIO CORE, NET AND BLOCK DRIVERS
13402 M: "Michael S. Tsirkin" <mst@redhat.com>
13403 M: Jason Wang <jasowang@redhat.com>
13404 L: virtualization@lists.linux-foundation.org
13406 F: Documentation/devicetree/bindings/virtio/
13409 F: drivers/net/virtio_net.c
13410 F: drivers/block/virtio_blk.c
13411 F: include/linux/virtio*.h
13412 F: include/uapi/linux/virtio_*.h
13413 F: drivers/crypto/virtio/
13415 VIRTIO DRIVERS FOR S390
13416 M: Christian Borntraeger <borntraeger@de.ibm.com>
13417 M: Cornelia Huck <cornelia.huck@de.ibm.com>
13418 L: linux-s390@vger.kernel.org
13419 L: virtualization@lists.linux-foundation.org
13420 L: kvm@vger.kernel.org
13422 F: drivers/s390/virtio/
13425 M: David Airlie <airlied@linux.ie>
13426 M: Gerd Hoffmann <kraxel@redhat.com>
13427 L: dri-devel@lists.freedesktop.org
13428 L: virtualization@lists.linux-foundation.org
13429 T: git git://git.kraxel.org/linux drm-qemu
13431 F: drivers/gpu/drm/virtio/
13432 F: include/uapi/linux/virtio_gpu.h
13434 VIRTIO HOST (VHOST)
13435 M: "Michael S. Tsirkin" <mst@redhat.com>
13436 M: Jason Wang <jasowang@redhat.com>
13437 L: kvm@vger.kernel.org
13438 L: virtualization@lists.linux-foundation.org
13439 L: netdev@vger.kernel.org
13440 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
13443 F: include/uapi/linux/vhost.h
13445 VIRTIO INPUT DRIVER
13446 M: Gerd Hoffmann <kraxel@redhat.com>
13448 F: drivers/virtio/virtio_input.c
13449 F: include/uapi/linux/virtio_input.h
13451 VIRTIO CRYPTO DRIVER
13452 M: Gonglei <arei.gonglei@huawei.com>
13453 L: virtualization@lists.linux-foundation.org
13454 L: linux-crypto@vger.kernel.org
13456 F: drivers/crypto/virtio/
13457 F: include/uapi/linux/virtio_crypto.h
13459 VIA RHINE NETWORK DRIVER
13461 F: drivers/net/ethernet/via/via-rhine.c
13463 VIA SD/MMC CARD CONTROLLER DRIVER
13464 M: Bruce Chang <brucechang@via.com.tw>
13465 M: Harald Welte <HaraldWelte@viatech.com>
13467 F: drivers/mmc/host/via-sdmmc.c
13469 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
13470 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
13471 L: linux-fbdev@vger.kernel.org
13473 F: include/linux/via-core.h
13474 F: include/linux/via-gpio.h
13475 F: include/linux/via_i2c.h
13476 F: drivers/video/fbdev/via/
13478 VIA VELOCITY NETWORK DRIVER
13479 M: Francois Romieu <romieu@fr.zoreil.com>
13480 L: netdev@vger.kernel.org
13482 F: drivers/net/ethernet/via/via-velocity.*
13485 M: Alex Williamson <alex.williamson@redhat.com>
13486 M: Paolo Bonzini <pbonzini@redhat.com>
13487 L: kvm@vger.kernel.org
13491 VIVID VIRTUAL VIDEO DRIVER
13492 M: Hans Verkuil <hverkuil@xs4all.nl>
13493 L: linux-media@vger.kernel.org
13494 T: git git://linuxtv.org/media_tree.git
13495 W: https://linuxtv.org
13497 F: drivers/media/platform/vivid/*
13500 M: Florian Fainelli <f.fainelli@gmail.com>
13501 L: openwrt-devel@lists.openwrt.org (subscribers-only)
13503 F: drivers/vlynq/vlynq.c
13504 F: include/linux/vlynq.h
13507 M: Martyn Welch <martyn@welchs.me.uk>
13508 M: Manohar Vanga <manohar.vanga@gmail.com>
13509 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13510 L: devel@driverdev.osuosl.org
13512 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
13513 F: Documentation/driver-api/vme.rst
13514 F: drivers/staging/vme/
13516 F: include/linux/vme*
13518 VMWARE HYPERVISOR INTERFACE
13519 M: Alok Kataria <akataria@vmware.com>
13520 L: virtualization@lists.linux-foundation.org
13522 F: arch/x86/kernel/cpu/vmware.c
13524 VMWARE BALLOON DRIVER
13525 M: Xavier Deguillard <xdeguillard@vmware.com>
13526 M: Philip Moltmann <moltmann@vmware.com>
13527 M: "VMware, Inc." <pv-drivers@vmware.com>
13528 L: linux-kernel@vger.kernel.org
13530 F: drivers/misc/vmw_balloon.c
13532 VMWARE VMMOUSE SUBDRIVER
13533 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
13534 M: "VMware, Inc." <pv-drivers@vmware.com>
13535 L: linux-input@vger.kernel.org
13537 F: drivers/input/mouse/vmmouse.c
13538 F: drivers/input/mouse/vmmouse.h
13540 VMWARE VMXNET3 ETHERNET DRIVER
13541 M: Shrikrishna Khare <skhare@vmware.com>
13542 M: "VMware, Inc." <pv-drivers@vmware.com>
13543 L: netdev@vger.kernel.org
13545 F: drivers/net/vmxnet3/
13547 VMware PVSCSI driver
13548 M: Jim Gill <jgill@vmware.com>
13549 M: VMware PV-Drivers <pv-drivers@vmware.com>
13550 L: linux-scsi@vger.kernel.org
13552 F: drivers/scsi/vmw_pvscsi.c
13553 F: drivers/scsi/vmw_pvscsi.h
13555 VMWARE PVRDMA DRIVER
13556 M: Adit Ranadive <aditr@vmware.com>
13557 M: VMware PV-Drivers <pv-drivers@vmware.com>
13558 L: linux-rdma@vger.kernel.org
13560 F: drivers/infiniband/hw/vmw_pvrdma/
13562 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
13563 M: Liam Girdwood <lgirdwood@gmail.com>
13564 M: Mark Brown <broonie@kernel.org>
13565 L: linux-kernel@vger.kernel.org
13566 W: http://www.slimlogic.co.uk/?p=48
13567 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
13569 F: Documentation/devicetree/bindings/regulator/
13570 F: drivers/regulator/
13571 F: include/dt-bindings/regulator/
13572 F: include/linux/regulator/
13575 M: David Ahern <dsa@cumulusnetworks.com>
13576 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
13577 L: netdev@vger.kernel.org
13579 F: drivers/net/vrf.c
13580 F: Documentation/networking/vrf.txt
13582 VT1211 HARDWARE MONITOR DRIVER
13583 M: Juerg Haefliger <juergh@gmail.com>
13584 L: linux-hwmon@vger.kernel.org
13586 F: Documentation/hwmon/vt1211
13587 F: drivers/hwmon/vt1211.c
13589 VT8231 HARDWARE MONITOR DRIVER
13590 M: Roger Lucas <vt8231@hiddenengine.co.uk>
13591 L: linux-hwmon@vger.kernel.org
13593 F: drivers/hwmon/vt8231.c
13595 VUB300 USB to SDIO/SD/MMC bridge chip
13596 M: Tony Olech <tony.olech@elandigitalsystems.com>
13597 L: linux-mmc@vger.kernel.org
13598 L: linux-usb@vger.kernel.org
13600 F: drivers/mmc/host/vub300.c
13602 W1 DALLAS'S 1-WIRE BUS
13603 M: Evgeniy Polyakov <zbr@ioremap.net>
13605 F: Documentation/w1/
13608 W83791D HARDWARE MONITORING DRIVER
13609 M: Marc Hulsman <m.hulsman@tudelft.nl>
13610 L: linux-hwmon@vger.kernel.org
13612 F: Documentation/hwmon/w83791d
13613 F: drivers/hwmon/w83791d.c
13615 W83793 HARDWARE MONITORING DRIVER
13616 M: Rudolf Marek <r.marek@assembler.cz>
13617 L: linux-hwmon@vger.kernel.org
13619 F: Documentation/hwmon/w83793
13620 F: drivers/hwmon/w83793.c
13622 W83795 HARDWARE MONITORING DRIVER
13623 M: Jean Delvare <jdelvare@suse.com>
13624 L: linux-hwmon@vger.kernel.org
13626 F: drivers/hwmon/w83795.c
13628 W83L51xD SD/MMC CARD INTERFACE DRIVER
13629 M: Pierre Ossman <pierre@ossman.eu>
13631 F: drivers/mmc/host/wbsd.*
13633 WACOM PROTOCOL 4 SERIAL TABLETS
13634 M: Julian Squires <julian@cipht.net>
13635 M: Hans de Goede <hdegoede@redhat.com>
13636 L: linux-input@vger.kernel.org
13638 F: drivers/input/tablet/wacom_serial4.c
13640 WATCHDOG DEVICE DRIVERS
13641 M: Wim Van Sebroeck <wim@iguana.be>
13642 R: Guenter Roeck <linux@roeck-us.net>
13643 L: linux-watchdog@vger.kernel.org
13644 W: http://www.linux-watchdog.org/
13645 T: git git://www.linux-watchdog.org/linux-watchdog.git
13647 F: Documentation/devicetree/bindings/watchdog/
13648 F: Documentation/watchdog/
13649 F: drivers/watchdog/
13650 F: include/linux/watchdog.h
13651 F: include/uapi/linux/watchdog.h
13654 M: David Herrmann <dh.herrmann@googlemail.com>
13655 L: linux-input@vger.kernel.org
13657 F: drivers/hid/hid-wiimote*
13660 M: David Härdeman <david@hardeman.nu>
13662 F: drivers/media/rc/winbond-cir.c
13664 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13665 M: William Breathitt Gray <vilhelm.gray@gmail.com>
13666 L: linux-watchdog@vger.kernel.org
13668 F: drivers/watchdog/ebc-c384_wdt.c
13670 WINSYSTEMS WS16C48 GPIO DRIVER
13671 M: William Breathitt Gray <vilhelm.gray@gmail.com>
13672 L: linux-gpio@vger.kernel.org
13674 F: drivers/gpio/gpio-ws16c48.c
13677 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
13678 M: linux-wimax@intel.com
13679 L: wimax@linuxwimax.org (subscribers-only)
13681 W: http://linuxwimax.org
13682 F: Documentation/wimax/README.wimax
13683 F: include/linux/wimax/debug.h
13684 F: include/net/wimax.h
13685 F: include/uapi/linux/wimax.h
13688 WISTRON LAPTOP BUTTON DRIVER
13689 M: Miloslav Trmac <mitr@volny.cz>
13691 F: drivers/input/misc/wistron_btns.c
13693 WL3501 WIRELESS PCMCIA CARD DRIVER
13694 L: linux-wireless@vger.kernel.org
13696 F: drivers/net/wireless/wl3501*
13698 WOLFSON MICROELECTRONICS DRIVERS
13699 L: patches@opensource.wolfsonmicro.com
13700 T: git https://github.com/CirrusLogic/linux-drivers.git
13701 W: https://github.com/CirrusLogic/linux-drivers/wiki
13703 F: Documentation/hwmon/wm83??
13704 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13705 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13706 F: Documentation/devicetree/bindings/mfd/arizona.txt
13707 F: arch/arm/mach-s3c64xx/mach-crag6410*
13708 F: drivers/clk/clk-wm83*.c
13709 F: drivers/extcon/extcon-arizona.c
13710 F: drivers/leds/leds-wm83*.c
13711 F: drivers/gpio/gpio-*wm*.c
13712 F: drivers/gpio/gpio-arizona.c
13713 F: drivers/hwmon/wm83??-hwmon.c
13714 F: drivers/input/misc/wm831x-on.c
13715 F: drivers/input/touchscreen/wm831x-ts.c
13716 F: drivers/input/touchscreen/wm97*.c
13717 F: drivers/mfd/arizona*
13718 F: drivers/mfd/wm*.c
13719 F: drivers/mfd/cs47l24*
13720 F: drivers/power/supply/wm83*.c
13721 F: drivers/rtc/rtc-wm83*.c
13722 F: drivers/regulator/wm8*.c
13723 F: drivers/video/backlight/wm83*_bl.c
13724 F: drivers/watchdog/wm83*_wdt.c
13725 F: include/linux/mfd/arizona/
13726 F: include/linux/mfd/wm831x/
13727 F: include/linux/mfd/wm8350/
13728 F: include/linux/mfd/wm8400*
13729 F: include/linux/wm97xx.h
13730 F: include/sound/wm????.h
13731 F: sound/soc/codecs/arizona.?
13732 F: sound/soc/codecs/wm*
13733 F: sound/soc/codecs/cs47l24*
13736 M: Tejun Heo <tj@kernel.org>
13737 R: Lai Jiangshan <jiangshanlai@gmail.com>
13738 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13740 F: include/linux/workqueue.h
13741 F: kernel/workqueue.c
13742 F: Documentation/core-api/workqueue.rst
13744 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13745 M: Chen-Yu Tsai <wens@csie.org>
13746 L: linux-kernel@vger.kernel.org
13751 M: Andrew Hendry <andrew.hendry@gmail.com>
13752 L: linux-x25@vger.kernel.org
13754 F: Documentation/networking/x25*
13755 F: include/net/x25*
13758 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13759 M: Thomas Gleixner <tglx@linutronix.de>
13760 M: Ingo Molnar <mingo@redhat.com>
13761 M: "H. Peter Anvin" <hpa@zytor.com>
13763 L: linux-kernel@vger.kernel.org
13764 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13766 F: Documentation/x86/
13769 X86 PLATFORM DRIVERS
13770 M: Darren Hart <dvhart@infradead.org>
13771 M: Andy Shevchenko <andy@infradead.org>
13772 L: platform-driver-x86@vger.kernel.org
13773 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13775 F: drivers/platform/x86/
13776 F: drivers/platform/olpc/
13778 X86 MCE INFRASTRUCTURE
13779 M: Tony Luck <tony.luck@intel.com>
13780 M: Borislav Petkov <bp@alien8.de>
13781 L: linux-edac@vger.kernel.org
13783 F: arch/x86/kernel/cpu/mcheck/*
13785 X86 MICROCODE UPDATE SUPPORT
13786 M: Borislav Petkov <bp@alien8.de>
13788 F: arch/x86/kernel/cpu/microcode/*
13791 M: Andy Lutomirski <luto@amacapital.net>
13792 L: linux-kernel@vger.kernel.org
13793 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13795 F: arch/x86/entry/vdso/
13797 XC2028/3028 TUNER DRIVER
13798 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
13799 M: Mauro Carvalho Chehab <mchehab@kernel.org>
13800 L: linux-media@vger.kernel.org
13801 W: https://linuxtv.org
13802 T: git git://linuxtv.org/media_tree.git
13804 F: drivers/media/tuners/tuner-xc2028.*
13806 XEN HYPERVISOR INTERFACE
13807 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
13808 M: Juergen Gross <jgross@suse.com>
13809 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13810 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13813 F: drivers/*/xen-*front.c
13815 F: arch/x86/include/asm/xen/
13817 F: include/uapi/xen/
13820 M: Stefano Stabellini <sstabellini@kernel.org>
13821 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13824 F: arch/arm/include/asm/xen/
13826 XEN HYPERVISOR ARM64
13827 M: Stefano Stabellini <sstabellini@kernel.org>
13828 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13831 F: arch/arm64/include/asm/xen/
13833 XEN NETWORK BACKEND DRIVER
13834 M: Wei Liu <wei.liu2@citrix.com>
13835 M: Paul Durrant <paul.durrant@citrix.com>
13836 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13837 L: netdev@vger.kernel.org
13839 F: drivers/net/xen-netback/*
13842 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13843 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13845 F: arch/x86/pci/*xen*
13846 F: drivers/pci/*xen*
13848 XEN BLOCK SUBSYSTEM
13849 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13850 M: Roger Pau Monné <roger.pau@citrix.com>
13851 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13853 F: drivers/block/xen-blkback/*
13854 F: drivers/block/xen*
13857 M: Juergen Gross <jgross@suse.com>
13858 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13859 L: linux-scsi@vger.kernel.org
13861 F: drivers/scsi/xen-scsifront.c
13862 F: drivers/xen/xen-scsiback.c
13863 F: include/xen/interface/io/vscsiif.h
13865 XEN SWIOTLB SUBSYSTEM
13866 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13867 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13869 F: arch/x86/xen/*swiotlb*
13870 F: drivers/xen/*swiotlb*
13873 M: Darrick J. Wong <darrick.wong@oracle.com>
13874 M: linux-xfs@vger.kernel.org
13875 L: linux-xfs@vger.kernel.org
13877 T: git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
13879 F: Documentation/filesystems/xfs.txt
13882 XILINX AXI ETHERNET DRIVER
13883 M: Anirudha Sarangi <anirudh@xilinx.com>
13884 M: John Linn <John.Linn@xilinx.com>
13886 F: drivers/net/ethernet/xilinx/xilinx_axienet*
13888 XILINX UARTLITE SERIAL DRIVER
13889 M: Peter Korsgaard <jacmet@sunsite.dk>
13890 L: linux-serial@vger.kernel.org
13892 F: drivers/tty/serial/uartlite.c
13894 XILINX VIDEO IP CORES
13895 M: Hyun Kwon <hyun.kwon@xilinx.com>
13896 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13897 L: linux-media@vger.kernel.org
13898 T: git git://linuxtv.org/media_tree.git
13900 F: Documentation/devicetree/bindings/media/xilinx/
13901 F: drivers/media/platform/xilinx/
13902 F: include/uapi/linux/xilinx-v4l2-controls.h
13905 M: Eli Billauer <eli.billauer@gmail.com>
13906 L: linux-kernel@vger.kernel.org
13908 F: drivers/char/xillybus/
13910 XTENSA XTFPGA PLATFORM SUPPORT
13911 M: Max Filippov <jcmvbkbc@gmail.com>
13912 L: linux-xtensa@linux-xtensa.org
13914 F: drivers/spi/spi-xtensa-xtfpga.c
13915 F: sound/soc/xtensa/xtfpga-i2s.c
13917 YAM DRIVER FOR AX.25
13918 M: Jean-Paul Roubelat <jpr@f6fbb.org>
13919 L: linux-hams@vger.kernel.org
13921 F: drivers/net/hamradio/yam*
13922 F: include/linux/yam.h
13924 YEALINK PHONE DRIVER
13925 M: Henk Vergonet <Henk.Vergonet@gmail.com>
13926 L: usbb2k-api-dev@nongnu.org
13928 F: Documentation/input/yealink.txt
13929 F: drivers/input/misc/yealink.*
13931 Z8530 DRIVER FOR AX.25
13932 M: Joerg Reuter <jreuter@yaina.de>
13933 W: http://yaina.de/jreuter/
13934 W: http://www.qsl.net/dl1bke/
13935 L: linux-hams@vger.kernel.org
13937 F: Documentation/networking/z8530drv.txt
13938 F: drivers/net/hamradio/*scc.c
13939 F: drivers/net/hamradio/z8530.h
13941 ZBUD COMPRESSED PAGE ALLOCATOR
13942 M: Seth Jennings <sjenning@redhat.com>
13943 M: Dan Streetman <ddstreet@ieee.org>
13944 L: linux-mm@kvack.org
13947 F: include/linux/zbud.h
13949 ZD1211RW WIRELESS DRIVER
13950 M: Daniel Drake <dsd@gentoo.org>
13951 M: Ulrich Kunitz <kune@deine-taler.de>
13952 W: http://zd1211.ath.cx/wiki/DriverRewrite
13953 L: linux-wireless@vger.kernel.org
13954 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
13956 F: drivers/net/wireless/zydas/zd1211rw/
13958 ZD1301_DEMOD MEDIA DRIVER
13959 M: Antti Palosaari <crope@iki.fi>
13960 L: linux-media@vger.kernel.org
13961 W: https://linuxtv.org/
13962 W: http://palosaari.fi/linux/
13963 Q: https://patchwork.linuxtv.org/project/linux-media/list/
13965 F: drivers/media/dvb-frontends/zd1301_demod*
13967 ZD1301 MEDIA DRIVER
13968 M: Antti Palosaari <crope@iki.fi>
13969 L: linux-media@vger.kernel.org
13970 W: https://linuxtv.org/
13971 W: http://palosaari.fi/linux/
13972 Q: https://patchwork.linuxtv.org/project/linux-media/list/
13974 F: drivers/media/usb/dvb-usb-v2/zd1301*
13976 ZPOOL COMPRESSED PAGE STORAGE API
13977 M: Dan Streetman <ddstreet@ieee.org>
13978 L: linux-mm@kvack.org
13981 F: include/linux/zpool.h
13983 ZR36067 VIDEO FOR LINUX DRIVER
13984 L: mjpeg-users@lists.sourceforge.net
13985 L: linux-media@vger.kernel.org
13986 W: http://mjpeg.sourceforge.net/driver-zoran/
13987 T: hg https://linuxtv.org/hg/v4l-dvb
13989 F: drivers/media/pci/zoran/
13991 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13992 M: Minchan Kim <minchan@kernel.org>
13993 M: Nitin Gupta <ngupta@vflare.org>
13994 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13995 L: linux-kernel@vger.kernel.org
13997 F: drivers/block/zram/
13998 F: Documentation/blockdev/zram.txt
14000 ZS DECSTATION Z85C30 SERIAL DRIVER
14001 M: "Maciej W. Rozycki" <macro@linux-mips.org>
14003 F: drivers/tty/serial/zs.*
14005 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
14006 M: Minchan Kim <minchan@kernel.org>
14007 M: Nitin Gupta <ngupta@vflare.org>
14008 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
14009 L: linux-mm@kvack.org
14012 F: include/linux/zsmalloc.h
14013 F: Documentation/vm/zsmalloc.txt
14015 ZSWAP COMPRESSED SWAP CACHING
14016 M: Seth Jennings <sjenning@redhat.com>
14017 M: Dan Streetman <ddstreet@ieee.org>
14018 L: linux-mm@kvack.org
14023 M: Linus Torvalds <torvalds@linux-foundation.org>
14024 L: linux-kernel@vger.kernel.org
14025 Q: http://patchwork.kernel.org/project/LKML/list/
14026 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
14027 S: Buried alive in reporters