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 F: drivers/iio/adc/ltc2497*
817 X: drivers/iio/*/adjd*
818 F: drivers/staging/iio/*/ad*
819 F: drivers/staging/iio/trigger/iio-trig-bfin-timer.c
821 ANALOG DEVICES INC DMA DRIVERS
822 M: Lars-Peter Clausen <lars@metafoo.de>
823 W: http://ez.analog.com/community/linux-device-drivers
825 F: drivers/dma/dma-axi-dmac.c
827 ANDROID CONFIG FRAGMENTS
828 M: Rob Herring <robh@kernel.org>
830 F: kernel/configs/android*
833 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
834 M: Arve Hjønnevåg <arve@android.com>
835 M: Riley Andrews <riandrews@android.com>
836 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
837 L: devel@driverdev.osuosl.org
840 F: drivers/staging/android/
843 M: Laura Abbott <labbott@redhat.com>
844 M: Sumit Semwal <sumit.semwal@linaro.org>
845 L: devel@driverdev.osuosl.org
847 F: Documentation/devicetree/bindings/staging/ion/
848 F: drivers/staging/android/ion
849 F: drivers/staging/android/uapi/ion.h
850 F: drivers/staging/android/uapi/ion_test.h
852 AOA (Apple Onboard Audio) ALSA DRIVER
853 M: Johannes Berg <johannes@sipsolutions.net>
854 L: linuxppc-dev@lists.ozlabs.org
855 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
859 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
860 M: William Breathitt Gray <vilhelm.gray@gmail.com>
861 L: linux-iio@vger.kernel.org
863 F: drivers/iio/adc/stx104.c
866 M: Jiri Kosina <jikos@kernel.org>
868 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
869 F: arch/x86/kernel/apm_32.c
870 F: include/linux/apm_bios.h
871 F: include/uapi/linux/apm_bios.h
872 F: drivers/char/apm-emulation.c
874 APPLE BCM5974 MULTITOUCH DRIVER
875 M: Henrik Rydberg <rydberg@bitmath.org>
876 L: linux-input@vger.kernel.org
878 F: drivers/input/mouse/bcm5974.c
881 M: Henrik Rydberg <rydberg@bitmath.org>
882 L: linux-hwmon@vger.kernel.org
884 F: drivers/hwmon/applesmc.c
886 APPLETALK NETWORK LAYER
887 L: netdev@vger.kernel.org
889 F: drivers/net/appletalk/
892 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
893 M: Duc Dang <dhdang@apm.com>
895 F: arch/arm64/boot/dts/apm/
897 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
898 M: Iyappan Subramanian <isubramanian@apm.com>
899 M: Keyur Chudgar <kchudgar@apm.com>
900 M: Quan Nguyen <qnguyen@apm.com>
902 F: drivers/net/ethernet/apm/xgene/
903 F: drivers/net/phy/mdio-xgene.c
904 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
905 F: Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
907 APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
908 M: Iyappan Subramanian <isubramanian@apm.com>
909 M: Keyur Chudgar <kchudgar@apm.com>
911 F: drivers/net/ethernet/apm/xgene-v2/
913 APPLIED MICRO (APM) X-GENE SOC PMU
914 M: Tai Nguyen <ttnguyen@apm.com>
916 F: drivers/perf/xgene_pmu.c
917 F: Documentation/perf/xgene-pmu.txt
918 F: Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
920 APTINA CAMERA SENSOR PLL
921 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
922 L: linux-media@vger.kernel.org
924 F: drivers/media/i2c/aptina-pll.*
926 ARC FRAMEBUFFER DRIVER
927 M: Jaya Kumar <jayalk@intworks.biz>
929 F: drivers/video/fbdev/arcfb.c
930 F: drivers/video/fbdev/core/fb_defio.c
933 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
934 L: netdev@vger.kernel.org
936 F: drivers/net/arcnet/
937 F: include/uapi/linux/if_arcnet.h
940 M: Alexey Brodkin <abrodkin@synopsys.com>
942 F: drivers/gpu/drm/arc/
943 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
945 ARM ARCHITECTED TIMER DRIVER
946 M: Mark Rutland <mark.rutland@arm.com>
947 M: Marc Zyngier <marc.zyngier@arm.com>
948 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
950 F: arch/arm/include/asm/arch_timer.h
951 F: arch/arm64/include/asm/arch_timer.h
952 F: drivers/clocksource/arm_arch_timer.c
955 M: Liviu Dudau <liviu.dudau@arm.com>
957 F: drivers/gpu/drm/arm/hdlcd_*
958 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
960 ARM MALI-DP DRM DRIVER
961 M: Liviu Dudau <liviu.dudau@arm.com>
962 M: Brian Starkey <brian.starkey@arm.com>
963 M: Mali DP Maintainers <malidp@foss.arm.com>
965 F: drivers/gpu/drm/arm/
966 F: Documentation/devicetree/bindings/display/arm,malidp.txt
968 ARM MFM AND FLOPPY DRIVERS
969 M: Ian Molton <spyro@f2s.com>
971 F: arch/arm/lib/floppydma.S
972 F: arch/arm/include/asm/floppy.h
974 ARM PMU PROFILING AND DEBUGGING
975 M: Will Deacon <will.deacon@arm.com>
976 M: Mark Rutland <mark.rutland@arm.com>
978 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
979 F: arch/arm*/kernel/perf_*
980 F: arch/arm/oprofile/common.c
981 F: arch/arm*/kernel/hw_breakpoint.c
982 F: arch/arm*/include/asm/hw_breakpoint.h
983 F: arch/arm*/include/asm/perf_event.h
985 F: include/linux/perf/arm_pmu.h
986 F: Documentation/devicetree/bindings/arm/pmu.txt
987 F: Documentation/devicetree/bindings/perf/
990 M: Russell King <linux@armlinux.org.uk>
991 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
992 W: http://www.armlinux.org.uk/
994 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git
997 ARM SUB-ARCHITECTURES
998 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1002 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
1004 ARM PRIMECELL AACI PL041 DRIVER
1005 M: Russell King <linux@armlinux.org.uk>
1009 ARM PRIMECELL CLCD PL110 DRIVER
1010 M: Russell King <linux@armlinux.org.uk>
1012 F: drivers/video/fbdev/amba-clcd.*
1014 ARM PRIMECELL KMI PL050 DRIVER
1015 M: Russell King <linux@armlinux.org.uk>
1017 F: drivers/input/serio/ambakmi.*
1018 F: include/linux/amba/kmi.h
1020 ARM PRIMECELL MMCI PL180/1 DRIVER
1021 M: Russell King <linux@armlinux.org.uk>
1023 F: drivers/mmc/host/mmci.*
1024 F: include/linux/amba/mmci.h
1026 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1027 M: Russell King <linux@armlinux.org.uk>
1029 F: drivers/tty/serial/amba-pl01*.c
1030 F: include/linux/amba/serial.h
1032 ARM PRIMECELL BUS SUPPORT
1033 M: Russell King <linux@armlinux.org.uk>
1036 F: include/linux/amba/bus.h
1038 ARM/ADS SPHERE MACHINE SUPPORT
1039 M: Lennert Buytenhek <kernel@wantstofly.org>
1040 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1043 ARM/AFEB9260 MACHINE SUPPORT
1044 M: Sergey Lapin <slapin@ossfans.org>
1045 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1048 ARM/AJECO 1ARM MACHINE SUPPORT
1049 M: Lennert Buytenhek <kernel@wantstofly.org>
1050 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1053 ARM/Allwinner sunXi SoC support
1054 M: Maxime Ripard <maxime.ripard@free-electrons.com>
1055 M: Chen-Yu Tsai <wens@csie.org>
1056 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1059 F: arch/arm/boot/dts/ntc-gr8*
1060 F: arch/arm64/boot/dts/allwinner/
1062 ARM/Allwinner SoC Clock Support
1063 M: Emilio López <emilio@elopez.com.ar>
1065 F: drivers/clk/sunxi/
1067 ARM/Amlogic Meson SoC support
1068 M: Carlo Caione <carlo@caione.org>
1069 M: Kevin Hilman <khilman@baylibre.com>
1070 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1071 L: linux-amlogic@lists.infradead.org
1072 W: http://linux-meson.com/
1074 F: arch/arm/mach-meson/
1075 F: arch/arm/boot/dts/meson*
1076 F: arch/arm64/boot/dts/amlogic/
1077 F: drivers/pinctrl/meson/
1078 F: drivers/mmc/host/meson*
1081 ARM/Annapurna Labs ALPINE ARCHITECTURE
1082 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
1083 M: Antoine Tenart <antoine.tenart@free-electrons.com>
1084 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1086 F: arch/arm/mach-alpine/
1087 F: arch/arm/boot/dts/alpine*
1088 F: arch/arm64/boot/dts/al/
1089 F: drivers/*/*alpine*
1091 ARM/ARTPEC MACHINE SUPPORT
1092 M: Jesper Nilsson <jesper.nilsson@axis.com>
1093 M: Lars Persson <lars.persson@axis.com>
1094 M: Niklas Cassel <niklas.cassel@axis.com>
1096 L: linux-arm-kernel@axis.com
1097 F: arch/arm/mach-artpec
1098 F: arch/arm/boot/dts/artpec6*
1100 F: drivers/pinctrl/pinctrl-artpec*
1101 F: Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
1103 ARM/ASPEED MACHINE SUPPORT
1104 M: Joel Stanley <joel@jms.id.au>
1106 F: arch/arm/mach-aspeed/
1107 F: arch/arm/boot/dts/aspeed-*
1108 F: drivers/*/*aspeed*
1110 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1111 M: Nicolas Ferre <nicolas.ferre@microchip.com>
1112 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1113 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1114 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115 W: http://www.linux4sam.org
1116 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1118 F: arch/arm/mach-at91/
1119 F: include/soc/at91/
1120 F: arch/arm/boot/dts/at91*.dts
1121 F: arch/arm/boot/dts/at91*.dtsi
1122 F: arch/arm/boot/dts/sama*.dts
1123 F: arch/arm/boot/dts/sama*.dtsi
1124 F: arch/arm/include/debug/at91.S
1126 ARM/ATMEL AT91 Clock Support
1127 M: Boris Brezillon <boris.brezillon@free-electrons.com>
1131 ARM/CALXEDA HIGHBANK ARCHITECTURE
1132 M: Rob Herring <robh@kernel.org>
1133 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1135 F: arch/arm/mach-highbank/
1136 F: arch/arm/boot/dts/highbank.dts
1137 F: arch/arm/boot/dts/ecx-*.dts*
1139 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1140 M: Krzysztof Halasa <khalasa@piap.pl>
1142 F: arch/arm/mach-cns3xxx/
1144 ARM/CAVIUM THUNDER NETWORK DRIVER
1145 M: Sunil Goutham <sgoutham@cavium.com>
1146 M: Robert Richter <rric@kernel.org>
1147 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1149 F: drivers/net/ethernet/cavium/thunder/
1151 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1152 M: Alexander Shiyan <shc_work@mail.ru>
1153 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1157 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1158 M: Hartley Sweeten <hsweeten@visionengravers.com>
1159 M: Ryan Mallon <rmallon@gmail.com>
1160 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1162 F: arch/arm/mach-ep93xx/
1163 F: arch/arm/mach-ep93xx/include/mach/
1165 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1166 M: Lennert Buytenhek <kernel@wantstofly.org>
1167 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171 M: Russell King <linux@armlinux.org.uk>
1172 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1174 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1175 F: arch/arm/include/asm/clkdev.h
1176 F: drivers/clk/clkdev.c
1178 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1179 M: Mike Rapoport <mike@compulab.co.il>
1180 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1183 ARM/CONTEC MICRO9 MACHINE SUPPORT
1184 M: Hubert Feurstein <hubert.feurstein@contec.at>
1186 F: arch/arm/mach-ep93xx/micro9.c
1188 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1189 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1190 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1192 F: drivers/hwtracing/coresight/*
1193 F: Documentation/trace/coresight.txt
1194 F: Documentation/devicetree/bindings/arm/coresight.txt
1195 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1196 F: tools/perf/arch/arm/util/pmu.c
1197 F: tools/perf/arch/arm/util/auxtrace.c
1198 F: tools/perf/arch/arm/util/cs-etm.c
1199 F: tools/perf/arch/arm/util/cs-etm.h
1200 F: tools/perf/util/cs-etm.h
1202 ARM/CORGI MACHINE SUPPORT
1203 M: Richard Purdie <rpurdie@rpsys.net>
1206 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1207 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1208 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 T: git git://github.com/ulli-kroll/linux.git
1211 F: arch/arm/mach-gemini/
1212 F: drivers/rtc/rtc-gemini.c
1214 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1215 M: Barry Song <baohua@kernel.org>
1216 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1217 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1219 F: arch/arm/boot/dts/prima2*
1220 F: arch/arm/mach-prima2/
1221 F: drivers/clk/sirf/
1222 F: drivers/clocksource/timer-prima2.c
1223 F: drivers/clocksource/timer-atlas7.c
1226 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1227 M: Baruch Siach <baruch@tkos.co.il>
1228 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1230 F: arch/arm/boot/dts/cx92755*
1233 ARM/EBSA110 MACHINE SUPPORT
1234 M: Russell King <linux@armlinux.org.uk>
1235 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1236 W: http://www.armlinux.org.uk/
1238 F: arch/arm/mach-ebsa110/
1239 F: drivers/net/ethernet/amd/am79c961a.*
1241 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1242 M: Uwe Kleine-König <kernel@pengutronix.de>
1243 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1247 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1248 M: Robert Jarzmik <robert.jarzmik@free.fr>
1249 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1251 F: arch/arm/mach-pxa/ezx.c
1253 ARM/FARADAY FA526 PORT
1254 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1255 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1257 T: git git://git.berlios.de/gemini-board
1258 F: arch/arm/mm/*-fa*
1260 ARM/FOOTBRIDGE ARCHITECTURE
1261 M: Russell King <linux@armlinux.org.uk>
1262 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1263 W: http://www.armlinux.org.uk/
1265 F: arch/arm/include/asm/hardware/dec21285.h
1266 F: arch/arm/mach-footbridge/
1268 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1269 M: Shawn Guo <shawnguo@kernel.org>
1270 M: Sascha Hauer <kernel@pengutronix.de>
1271 R: Fabio Estevam <fabio.estevam@nxp.com>
1272 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1274 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1275 F: arch/arm/mach-imx/
1276 F: arch/arm/mach-mxs/
1277 F: arch/arm/boot/dts/imx*
1278 F: arch/arm/configs/imx*_defconfig
1282 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1283 M: Shawn Guo <shawnguo@kernel.org>
1284 M: Sascha Hauer <kernel@pengutronix.de>
1285 R: Stefan Agner <stefan@agner.ch>
1286 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1288 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1289 F: arch/arm/mach-imx/*vf610*
1290 F: arch/arm/boot/dts/vf*
1292 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1293 M: Lennert Buytenhek <kernel@wantstofly.org>
1294 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1297 ARM/GUMSTIX MACHINE SUPPORT
1298 M: Steve Sakoman <sakoman@gmail.com>
1299 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1302 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1303 M: Philipp Zabel <philipp.zabel@gmail.com>
1304 M: Paul Parsons <lost.distance@yahoo.com>
1305 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1307 F: arch/arm/mach-pxa/hx4700.c
1308 F: arch/arm/mach-pxa/include/mach/hx4700.h
1309 F: sound/soc/pxa/hx4700.c
1311 ARM/HISILICON SOC SUPPORT
1312 M: Wei Xu <xuwei5@hisilicon.com>
1313 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1314 W: http://www.hisilicon.com
1316 T: git git://github.com/hisilicon/linux-hisi.git
1317 F: arch/arm/mach-hisi/
1318 F: arch/arm/boot/dts/hi3*
1319 F: arch/arm/boot/dts/hip*
1320 F: arch/arm/boot/dts/hisi*
1321 F: arch/arm64/boot/dts/hisilicon/
1323 ARM/HP JORNADA 7XX MACHINE SUPPORT
1324 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1327 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1328 F: arch/arm/mach-sa1100/jornada720.c
1329 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1331 ARM/IGEP MACHINE SUPPORT
1332 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1333 M: Javier Martinez Canillas <javier@dowhile0.org>
1334 L: linux-omap@vger.kernel.org
1335 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1337 F: arch/arm/boot/dts/omap3-igep*
1339 ARM/INCOME PXA270 SUPPORT
1340 M: Marek Vasut <marek.vasut@gmail.com>
1341 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1343 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1345 ARM/INTEL IOP32X ARM ARCHITECTURE
1346 M: Lennert Buytenhek <kernel@wantstofly.org>
1347 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1350 ARM/INTEL IOP33X ARM ARCHITECTURE
1351 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1354 ARM/INTEL IOP13XX ARM ARCHITECTURE
1355 M: Lennert Buytenhek <kernel@wantstofly.org>
1356 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1359 ARM/INTEL IQ81342EX MACHINE SUPPORT
1360 M: Lennert Buytenhek <kernel@wantstofly.org>
1361 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1364 ARM/INTEL IXDP2850 MACHINE SUPPORT
1365 M: Lennert Buytenhek <kernel@wantstofly.org>
1366 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1369 ARM/INTEL IXP4XX ARM ARCHITECTURE
1370 M: Imre Kaloz <kaloz@openwrt.org>
1371 M: Krzysztof Halasa <khalasa@piap.pl>
1372 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1374 F: arch/arm/mach-ixp4xx/
1376 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1377 M: Jonathan Cameron <jic23@cam.ac.uk>
1378 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1380 F: arch/arm/mach-pxa/stargate2.c
1381 F: drivers/pcmcia/pxa2xx_stargate2.c
1383 ARM/INTEL XSC3 (MANZANO) ARM CORE
1384 M: Lennert Buytenhek <kernel@wantstofly.org>
1385 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1388 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1389 M: Lennert Buytenhek <kernel@wantstofly.org>
1390 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1394 M: Santosh Shilimkar <ssantosh@kernel.org>
1395 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1397 F: arch/arm/mach-keystone/
1398 F: arch/arm/boot/dts/keystone-*
1399 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1401 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1402 M: Santosh Shilimkar <ssantosh@kernel.org>
1403 L: linux-kernel@vger.kernel.org
1405 F: drivers/clk/keystone/
1407 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1408 M: Santosh Shilimkar <ssantosh@kernel.org>
1409 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1410 L: linux-kernel@vger.kernel.org
1412 F: drivers/clocksource/timer-keystone.c
1414 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1415 M: Santosh Shilimkar <ssantosh@kernel.org>
1416 L: linux-kernel@vger.kernel.org
1418 F: drivers/power/reset/keystone-reset.c
1420 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1421 M: Santosh Shilimkar <ssantosh@kernel.org>
1422 L: linux-kernel@vger.kernel.org
1424 F: drivers/memory/*emif*
1426 ARM/LG1K ARCHITECTURE
1427 M: Chanho Min <chanho.min@lge.com>
1428 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1430 F: arch/arm64/boot/dts/lg/
1432 ARM/LOGICPD PXA270 MACHINE SUPPORT
1433 M: Lennert Buytenhek <kernel@wantstofly.org>
1434 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1437 ARM/LPC18XX ARCHITECTURE
1438 M: Joachim Eastwood <manabian@gmail.com>
1439 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1441 F: arch/arm/boot/dts/lpc43*
1442 F: drivers/clk/nxp/clk-lpc18xx*
1443 F: drivers/clocksource/time-lpc32xx.c
1444 F: drivers/i2c/busses/i2c-lpc2k.c
1445 F: drivers/memory/pl172.c
1446 F: drivers/mtd/spi-nor/nxp-spifi.c
1447 F: drivers/rtc/rtc-lpc24xx.c
1450 ARM/LPC32XX SOC SUPPORT
1451 M: Vladimir Zapolskiy <vz@mleia.com>
1452 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1453 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1454 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1456 F: arch/arm/boot/dts/lpc32*
1457 F: arch/arm/mach-lpc32xx/
1458 F: drivers/i2c/busses/i2c-pnx.c
1459 F: drivers/net/ethernet/nxp/lpc_eth.c
1460 F: drivers/usb/host/ohci-nxp.c
1461 F: drivers/watchdog/pnx4008_wdt.c
1464 ARM/MAGICIAN MACHINE SUPPORT
1465 M: Philipp Zabel <philipp.zabel@gmail.com>
1468 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1469 M: Jason Cooper <jason@lakedaemon.net>
1470 M: Andrew Lunn <andrew@lunn.ch>
1471 M: Gregory Clement <gregory.clement@free-electrons.com>
1472 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1473 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1475 F: arch/arm/mach-mvebu/
1476 F: drivers/rtc/rtc-armada38x.c
1477 F: arch/arm/boot/dts/armada*
1478 F: arch/arm/boot/dts/kirkwood*
1479 F: arch/arm64/boot/dts/marvell/armada*
1480 F: drivers/cpufreq/mvebu-cpufreq.c
1481 F: arch/arm/configs/mvebu_*_defconfig
1483 ARM/Marvell Berlin SoC support
1484 M: Jisheng Zhang <jszhang@marvell.com>
1485 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1486 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1488 F: arch/arm/mach-berlin/
1489 F: arch/arm/boot/dts/berlin*
1490 F: arch/arm64/boot/dts/marvell/berlin*
1493 ARM/Marvell Dove/MV78xx0/Orion SOC support
1494 M: Jason Cooper <jason@lakedaemon.net>
1495 M: Andrew Lunn <andrew@lunn.ch>
1496 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1497 M: Gregory Clement <gregory.clement@free-electrons.com>
1498 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1500 F: Documentation/devicetree/bindings/soc/dove/
1501 F: arch/arm/mach-dove/
1502 F: arch/arm/mach-mv78xx0/
1503 F: arch/arm/mach-orion5x/
1504 F: arch/arm/plat-orion/
1505 F: arch/arm/boot/dts/dove*
1506 F: arch/arm/boot/dts/orion5x*
1509 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1510 M: Alexander Clouter <alex@digriz.org.uk>
1511 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1512 W: http://www.digriz.org.uk/ts78xx/kernel
1514 F: arch/arm/mach-orion5x/ts78xx-*
1516 ARM/OXNAS platform support
1517 M: Neil Armstrong <narmstrong@baylibre.com>
1518 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1519 L: linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1521 F: arch/arm/mach-oxnas/
1522 F: arch/arm/boot/dts/ox8*.dtsi
1523 F: arch/arm/boot/dts/wd-mbwe.dts
1524 F: arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
1527 ARM/Mediatek RTC DRIVER
1528 M: Eddie Huang <eddie.huang@mediatek.com>
1529 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1530 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1532 F: drivers/rtc/rtc-mt6397.c
1534 ARM/Mediatek SoC support
1535 M: Matthias Brugger <matthias.bgg@gmail.com>
1536 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1537 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1539 F: arch/arm/boot/dts/mt6*
1540 F: arch/arm/boot/dts/mt7*
1541 F: arch/arm/boot/dts/mt8*
1542 F: arch/arm/mach-mediatek/
1543 F: arch/arm64/boot/dts/mediatek/
1547 ARM/Mediatek USB3 PHY DRIVER
1548 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1549 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1550 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1552 F: drivers/phy/phy-mt65xx-usb3.c
1554 ARM/MICREL KS8695 ARCHITECTURE
1555 M: Greg Ungerer <gerg@uclinux.org>
1556 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1557 F: arch/arm/mach-ks8695/
1560 ARM/MIOA701 MACHINE SUPPORT
1561 M: Robert Jarzmik <robert.jarzmik@free.fr>
1562 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1563 F: arch/arm/mach-pxa/mioa701.c
1566 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1567 M: Michael Petchkovsky <mkpetch@internode.on.net>
1570 ARM/NOMADIK ARCHITECTURE
1571 M: Alessandro Rubini <rubini@unipv.it>
1572 M: Linus Walleij <linus.walleij@linaro.org>
1573 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1575 F: arch/arm/mach-nomadik/
1576 F: drivers/pinctrl/nomadik/
1577 F: drivers/i2c/busses/i2c-nomadik.c
1578 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1580 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1581 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1582 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1583 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1586 ARM/TOSA MACHINE SUPPORT
1587 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1588 M: Dirk Opfer <dirk@opfer-online.de>
1591 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1592 M: Marek Vasut <marek.vasut@gmail.com>
1593 L: linux-arm-kernel@lists.infradead.org
1594 W: http://hackndev.com
1596 F: arch/arm/mach-pxa/include/mach/palmtx.h
1597 F: arch/arm/mach-pxa/palmtx.c
1598 F: arch/arm/mach-pxa/include/mach/palmt5.h
1599 F: arch/arm/mach-pxa/palmt5.c
1600 F: arch/arm/mach-pxa/include/mach/palmld.h
1601 F: arch/arm/mach-pxa/palmld.c
1602 F: arch/arm/mach-pxa/include/mach/palmte2.h
1603 F: arch/arm/mach-pxa/palmte2.c
1604 F: arch/arm/mach-pxa/include/mach/palmtc.h
1605 F: arch/arm/mach-pxa/palmtc.c
1607 ARM/PALM TREO SUPPORT
1608 M: Tomas Cech <sleep_walker@suse.com>
1609 L: linux-arm-kernel@lists.infradead.org
1610 W: http://hackndev.com
1612 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1613 F: arch/arm/mach-pxa/palmtreo.c
1616 M: Sergey Lapin <slapin@ossfans.org>
1617 L: linux-arm-kernel@lists.infradead.org
1618 W: http://hackndev.com
1620 F: arch/arm/mach-pxa/include/mach/palmz72.h
1621 F: arch/arm/mach-pxa/palmz72.c
1624 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1625 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1628 ARM/PT DIGITAL BOARD PORT
1629 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1630 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1631 W: http://www.armlinux.org.uk/
1634 ARM/QUALCOMM SUPPORT
1635 M: Andy Gross <andy.gross@linaro.org>
1636 M: David Brown <david.brown@linaro.org>
1637 L: linux-arm-msm@vger.kernel.org
1638 L: linux-soc@vger.kernel.org
1640 F: Documentation/devicetree/bindings/soc/qcom/
1641 F: arch/arm/boot/dts/qcom-*.dts
1642 F: arch/arm/boot/dts/qcom-*.dtsi
1643 F: arch/arm/mach-qcom/
1644 F: arch/arm64/boot/dts/qcom/*
1645 F: drivers/i2c/busses/i2c-qup.c
1646 F: drivers/clk/qcom/
1647 F: drivers/pinctrl/qcom/
1648 F: drivers/dma/qcom/
1649 F: drivers/soc/qcom/
1650 F: drivers/spi/spi-qup.c
1651 F: drivers/tty/serial/msm_serial.h
1652 F: drivers/tty/serial/msm_serial.c
1653 F: drivers/*/pm8???-*
1654 F: drivers/mfd/ssbi.c
1655 F: drivers/firmware/qcom_scm.c
1656 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1658 ARM/RADISYS ENP2611 MACHINE SUPPORT
1659 M: Lennert Buytenhek <kernel@wantstofly.org>
1660 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1663 ARM/RENESAS ARM64 ARCHITECTURE
1664 M: Simon Horman <horms@verge.net.au>
1665 M: Magnus Damm <magnus.damm@gmail.com>
1666 L: linux-renesas-soc@vger.kernel.org
1667 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1668 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1670 F: arch/arm64/boot/dts/renesas/
1671 F: drivers/soc/renesas/
1672 F: include/linux/soc/renesas/
1674 ARM/RISCPC ARCHITECTURE
1675 M: Russell King <linux@armlinux.org.uk>
1676 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1677 W: http://www.armlinux.org.uk/
1679 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1680 F: arch/arm/include/asm/hardware/ioc.h
1681 F: arch/arm/include/asm/hardware/iomd.h
1682 F: arch/arm/include/asm/hardware/memc.h
1683 F: arch/arm/mach-rpc/
1684 F: drivers/net/ethernet/8390/etherh.c
1685 F: drivers/net/ethernet/i825xx/ether1*
1686 F: drivers/net/ethernet/seeq/ether3*
1687 F: drivers/scsi/arm/
1689 ARM/Rockchip SoC support
1690 M: Heiko Stuebner <heiko@sntech.de>
1691 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1692 L: linux-rockchip@lists.infradead.org
1693 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1695 F: arch/arm/boot/dts/rk3*
1696 F: arch/arm/mach-rockchip/
1697 F: drivers/clk/rockchip/
1698 F: drivers/i2c/busses/i2c-rk3x.c
1699 F: drivers/*/*rockchip*
1700 F: drivers/*/*/*rockchip*
1701 F: sound/soc/rockchip/
1704 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1705 M: Kukjin Kim <kgene@kernel.org>
1706 M: Krzysztof Kozlowski <krzk@kernel.org>
1707 R: Javier Martinez Canillas <javier@osg.samsung.com>
1708 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1709 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1710 Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
1712 F: arch/arm/boot/dts/s3c*
1713 F: arch/arm/boot/dts/s5p*
1714 F: arch/arm/boot/dts/samsung*
1715 F: arch/arm/boot/dts/exynos*
1716 F: arch/arm64/boot/dts/exynos/
1717 F: arch/arm/plat-samsung/
1718 F: arch/arm/mach-s3c24*/
1719 F: arch/arm/mach-s3c64xx/
1720 F: arch/arm/mach-s5p*/
1721 F: arch/arm/mach-exynos*/
1722 F: drivers/*/*s3c24*
1723 F: drivers/*/*/*s3c24*
1724 F: drivers/*/*s3c64xx*
1725 F: drivers/*/*s5pv210*
1726 F: drivers/memory/samsung/*
1727 F: drivers/soc/samsung/*
1728 F: Documentation/arm/Samsung/
1729 F: Documentation/devicetree/bindings/arm/samsung/
1730 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1731 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1734 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1735 M: Kyungmin Park <kyungmin.park@samsung.com>
1736 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1738 F: arch/arm/mach-s5pv210/
1740 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1741 M: Kyungmin Park <kyungmin.park@samsung.com>
1742 M: Kamil Debski <kamil@wypas.org>
1743 M: Andrzej Hajda <a.hajda@samsung.com>
1744 L: linux-arm-kernel@lists.infradead.org
1745 L: linux-media@vger.kernel.org
1747 F: drivers/media/platform/s5p-g2d/
1749 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1750 M: Kyungmin Park <kyungmin.park@samsung.com>
1751 M: Kamil Debski <kamil@wypas.org>
1752 M: Jeongtae Park <jtp.park@samsung.com>
1753 M: Andrzej Hajda <a.hajda@samsung.com>
1754 L: linux-arm-kernel@lists.infradead.org
1755 L: linux-media@vger.kernel.org
1757 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1758 F: drivers/media/platform/s5p-mfc/
1760 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1761 M: Kyungmin Park <kyungmin.park@samsung.com>
1762 L: linux-arm-kernel@lists.infradead.org
1763 L: linux-media@vger.kernel.org
1765 F: drivers/staging/media/platform/s5p-cec/
1767 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1768 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1769 M: Jacek Anaszewski <jacek.anaszewski@gmail.com>
1770 L: linux-arm-kernel@lists.infradead.org
1771 L: linux-media@vger.kernel.org
1773 F: drivers/media/platform/s5p-jpeg/
1775 ARM/SHMOBILE ARM ARCHITECTURE
1776 M: Simon Horman <horms@verge.net.au>
1777 M: Magnus Damm <magnus.damm@gmail.com>
1778 L: linux-renesas-soc@vger.kernel.org
1779 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1780 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1782 F: arch/arm/boot/dts/emev2*
1783 F: arch/arm/boot/dts/r7s*
1784 F: arch/arm/boot/dts/r8a*
1785 F: arch/arm/boot/dts/sh*
1786 F: arch/arm/configs/shmobile_defconfig
1787 F: arch/arm/include/debug/renesas-scif.S
1788 F: arch/arm/mach-shmobile/
1789 F: drivers/soc/renesas/
1790 F: include/linux/soc/renesas/
1792 ARM/SOCFPGA ARCHITECTURE
1793 M: Dinh Nguyen <dinguyen@kernel.org>
1795 F: arch/arm/mach-socfpga/
1796 F: arch/arm/boot/dts/socfpga*
1797 F: arch/arm/configs/socfpga_defconfig
1798 F: arch/arm64/boot/dts/altera/
1799 W: http://www.rocketboards.org
1800 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1802 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1803 M: Dinh Nguyen <dinguyen@kernel.org>
1805 F: drivers/clk/socfpga/
1807 ARM/SOCFPGA EDAC SUPPORT
1808 M: Thor Thayer <thor.thayer@linux.intel.com>
1810 F: drivers/edac/altera_edac.
1812 ARM/STI ARCHITECTURE
1813 M: Patrice Chotard <patrice.chotard@st.com>
1814 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1815 L: kernel@stlinux.com
1816 W: http://www.stlinux.com
1818 F: arch/arm/mach-sti/
1819 F: arch/arm/boot/dts/sti*
1820 F: drivers/char/hw_random/st-rng.c
1821 F: drivers/clocksource/arm_global_timer.c
1822 F: drivers/clocksource/clksrc_st_lpc.c
1823 F: drivers/cpufreq/sti-cpufreq.c
1824 F: drivers/dma/st_fdma*
1825 F: drivers/i2c/busses/i2c-st.c
1826 F: drivers/media/rc/st_rc.c
1827 F: drivers/media/platform/sti/c8sectpfe/
1828 F: drivers/mmc/host/sdhci-st.c
1829 F: drivers/phy/phy-miphy28lp.c
1830 F: drivers/phy/phy-stih407-usb.c
1831 F: drivers/pinctrl/pinctrl-st.c
1832 F: drivers/remoteproc/st_remoteproc.c
1833 F: drivers/remoteproc/st_slim_rproc.c
1834 F: drivers/reset/sti/
1835 F: drivers/rtc/rtc-st-lpc.c
1836 F: drivers/tty/serial/st-asc.c
1837 F: drivers/usb/dwc3/dwc3-st.c
1838 F: drivers/usb/host/ehci-st.c
1839 F: drivers/usb/host/ohci-st.c
1840 F: drivers/watchdog/st_lpc_wdt.c
1841 F: drivers/ata/ahci_st.c
1842 F: include/linux/remoteproc/st_slim_rproc.h
1844 ARM/STM32 ARCHITECTURE
1845 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1846 M: Alexandre Torgue <alexandre.torgue@st.com>
1847 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1849 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1851 F: drivers/clocksource/armv7m_systick.c
1853 ARM/TANGO ARCHITECTURE
1854 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1855 L: linux-arm-kernel@lists.infradead.org
1859 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1860 M: Lennert Buytenhek <kernel@wantstofly.org>
1861 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1864 ARM/TETON BGA MACHINE SUPPORT
1865 M: "Mark F. Brown" <mark.brown314@gmail.com>
1866 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1869 ARM/THECUS N2100 MACHINE SUPPORT
1870 M: Lennert Buytenhek <kernel@wantstofly.org>
1871 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1874 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1875 M: Wan ZongShun <mcuos.com@gmail.com>
1876 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1877 W: http://www.mcuos.com
1879 F: arch/arm/mach-w90x900/
1880 F: drivers/input/keyboard/w90p910_keypad.c
1881 F: drivers/input/touchscreen/w90p910_ts.c
1882 F: drivers/watchdog/nuc900_wdt.c
1883 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1884 F: drivers/mtd/nand/nuc900_nand.c
1885 F: drivers/rtc/rtc-nuc900.c
1886 F: drivers/spi/spi-nuc900.c
1887 F: drivers/usb/host/ehci-w90x900.c
1888 F: drivers/video/fbdev/nuc900fb.c
1890 ARM/U300 MACHINE SUPPORT
1891 M: Linus Walleij <linus.walleij@linaro.org>
1892 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1894 F: arch/arm/mach-u300/
1895 F: drivers/clocksource/timer-u300.c
1896 F: drivers/i2c/busses/i2c-stu300.c
1897 F: drivers/rtc/rtc-coh901331.c
1898 F: drivers/watchdog/coh901327_wdt.c
1899 F: drivers/dma/coh901318*
1900 F: drivers/mfd/ab3100*
1901 F: drivers/rtc/rtc-ab3100.c
1902 F: drivers/rtc/rtc-coh901331.c
1903 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1905 ARM/UNIPHIER ARCHITECTURE
1906 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1907 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1908 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1910 F: arch/arm/boot/dts/uniphier*
1911 F: arch/arm/include/asm/hardware/cache-uniphier.h
1912 F: arch/arm/mach-uniphier/
1913 F: arch/arm/mm/cache-uniphier.c
1914 F: arch/arm64/boot/dts/socionext/
1915 F: drivers/bus/uniphier-system-bus.c
1916 F: drivers/clk/uniphier/
1917 F: drivers/i2c/busses/i2c-uniphier*
1918 F: drivers/pinctrl/uniphier/
1919 F: drivers/reset/reset-uniphier.c
1920 F: drivers/tty/serial/8250/8250_uniphier.c
1923 ARM/Ux500 ARM ARCHITECTURE
1924 M: Linus Walleij <linus.walleij@linaro.org>
1925 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1927 F: arch/arm/mach-ux500/
1928 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1929 F: drivers/dma/ste_dma40*
1930 F: drivers/hwspinlock/u8500_hsem.c
1931 F: drivers/mfd/abx500*
1932 F: drivers/mfd/ab8500*
1933 F: drivers/mfd/dbx500*
1934 F: drivers/mfd/db8500*
1935 F: drivers/pinctrl/nomadik/pinctrl-ab*
1936 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1937 F: drivers/rtc/rtc-ab8500.c
1938 F: drivers/rtc/rtc-pl031.c
1939 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1941 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1942 M: Ulf Hansson <ulf.hansson@linaro.org>
1943 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1944 T: git git://git.linaro.org/people/ulfh/clk.git
1946 F: drivers/clk/ux500/
1948 ARM/VERSATILE EXPRESS PLATFORM
1949 M: Liviu Dudau <liviu.dudau@arm.com>
1950 M: Sudeep Holla <sudeep.holla@arm.com>
1951 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1952 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1954 F: arch/arm/boot/dts/vexpress*
1955 F: arch/arm64/boot/dts/arm/
1956 F: arch/arm/mach-vexpress/
1959 F: drivers/clk/versatile/clk-vexpress-osc.c
1960 F: drivers/clocksource/versatile.c
1964 M: Russell King <linux@armlinux.org.uk>
1965 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1966 W: http://www.armlinux.org.uk/
1970 ARM/VOIPAC PXA270 SUPPORT
1971 M: Marek Vasut <marek.vasut@gmail.com>
1972 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1974 F: arch/arm/mach-pxa/vpac270.c
1975 F: arch/arm/mach-pxa/include/mach/vpac270.h
1977 ARM/VT8500 ARM ARCHITECTURE
1978 M: Tony Prisk <linux@prisktech.co.nz>
1979 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1981 F: arch/arm/mach-vt8500/
1982 F: drivers/clocksource/vt8500_timer.c
1983 F: drivers/i2c/busses/i2c-wmt.c
1984 F: drivers/mmc/host/wmt-sdmmc.c
1985 F: drivers/pwm/pwm-vt8500.c
1986 F: drivers/rtc/rtc-vt8500.c
1987 F: drivers/tty/serial/vt8500_serial.c
1988 F: drivers/usb/host/ehci-platform.c
1989 F: drivers/usb/host/uhci-platform.c
1990 F: drivers/video/fbdev/vt8500lcdfb.*
1991 F: drivers/video/fbdev/wm8505fb*
1992 F: drivers/video/fbdev/wmt_ge_rops.*
1994 ARM/ZIPIT Z2 SUPPORT
1995 M: Marek Vasut <marek.vasut@gmail.com>
1996 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1998 F: arch/arm/mach-pxa/z2.c
1999 F: arch/arm/mach-pxa/include/mach/z2.h
2001 ARM/ZTE ARCHITECTURE
2002 M: Jun Nie <jun.nie@linaro.org>
2003 M: Baoyou Xie <baoyou.xie@linaro.org>
2004 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2006 F: arch/arm/mach-zx/
2008 F: drivers/reset/reset-zx2967.c
2010 F: Documentation/devicetree/bindings/arm/zte.txt
2011 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
2012 F: Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2013 F: Documentation/devicetree/bindings/soc/zte/
2014 F: include/dt-bindings/soc/zx*.h
2016 ARM/ZYNQ ARCHITECTURE
2017 M: Michal Simek <michal.simek@xilinx.com>
2018 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
2019 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2020 W: http://wiki.xilinx.com
2021 T: git https://github.com/Xilinx/linux-xlnx.git
2023 F: arch/arm/mach-zynq/
2024 F: drivers/cpuidle/cpuidle-zynq.c
2025 F: drivers/block/xsysace.c
2028 F: drivers/clocksource/cadence_ttc_timer.c
2029 F: drivers/i2c/busses/i2c-cadence.c
2030 F: drivers/mmc/host/sdhci-of-arasan.c
2031 F: drivers/edac/synopsys_edac.c
2034 M: Will Deacon <will.deacon@arm.com>
2035 R: Robin Murphy <robin.murphy@arm.com>
2036 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2038 F: drivers/iommu/arm-smmu.c
2039 F: drivers/iommu/arm-smmu-v3.c
2040 F: drivers/iommu/io-pgtable-arm.c
2041 F: drivers/iommu/io-pgtable-arm-v7s.c
2043 ARM64 PORT (AARCH64 ARCHITECTURE)
2044 M: Catalin Marinas <catalin.marinas@arm.com>
2045 M: Will Deacon <will.deacon@arm.com>
2046 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2047 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2050 F: Documentation/arm64/
2052 AS3645A LED FLASH CONTROLLER DRIVER
2053 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2054 L: linux-media@vger.kernel.org
2055 T: git git://linuxtv.org/media_tree.git
2057 F: drivers/media/i2c/as3645a.c
2058 F: include/media/i2c/as3645a.h
2060 ASAHI KASEI AK8974 DRIVER
2061 M: Linus Walleij <linus.walleij@linaro.org>
2062 L: linux-iio@vger.kernel.org
2063 W: http://www.akm.com/
2065 F: drivers/iio/magnetometer/ak8974.c
2067 ASC7621 HARDWARE MONITOR DRIVER
2068 M: George Joseph <george.joseph@fairview5.com>
2069 L: linux-hwmon@vger.kernel.org
2071 F: Documentation/hwmon/asc7621
2072 F: drivers/hwmon/asc7621.c
2074 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2075 M: Corentin Chary <corentin.chary@gmail.com>
2076 L: acpi4asus-user@lists.sourceforge.net
2077 L: platform-driver-x86@vger.kernel.org
2078 W: http://acpi4asus.sf.net
2080 F: drivers/platform/x86/asus*.c
2081 F: drivers/platform/x86/eeepc*.c
2083 ASUS WIRELESS RADIO CONTROL DRIVER
2084 M: João Paulo Rechi Vita <jprvita@gmail.com>
2085 L: platform-driver-x86@vger.kernel.org
2087 F: drivers/platform/x86/asus-wireless.c
2090 M: David Howells <dhowells@redhat.com>
2091 L: keyrings@vger.kernel.org
2093 F: Documentation/crypto/asymmetric-keys.txt
2094 F: include/linux/verification.h
2095 F: include/crypto/public_key.h
2096 F: include/crypto/pkcs7.h
2097 F: crypto/asymmetric_keys/
2099 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2100 R: Dan Williams <dan.j.williams@intel.com>
2101 W: http://sourceforge.net/projects/xscaleiop
2103 F: Documentation/crypto/async-tx-api.txt
2106 F: include/linux/dmaengine.h
2107 F: include/linux/async_tx.h
2110 M: Wolfram Sang <wsa@the-dreams.de>
2111 L: linux-i2c@vger.kernel.org
2113 F: drivers/misc/eeprom/at24.c
2114 F: include/linux/platform_data/at24.h
2116 ATA OVER ETHERNET (AOE) DRIVER
2117 M: "Ed L. Cashin" <ed.cashin@acm.org>
2118 W: http://www.openaoe.org/
2120 F: Documentation/aoe/
2121 F: drivers/block/aoe/
2123 ATHEROS 71XX/9XXX GPIO DRIVER
2124 M: Alban Bedel <albeu@free.fr>
2125 W: https://github.com/AlbanBedel/linux
2126 T: git git://github.com/AlbanBedel/linux
2128 F: drivers/gpio/gpio-ath79.c
2129 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2131 ATHEROS ATH GENERIC UTILITIES
2132 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2133 L: linux-wireless@vger.kernel.org
2135 F: drivers/net/wireless/ath/*
2137 ATHEROS ATH5K WIRELESS DRIVER
2138 M: Jiri Slaby <jirislaby@gmail.com>
2139 M: Nick Kossifidis <mickflemm@gmail.com>
2140 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2141 L: linux-wireless@vger.kernel.org
2142 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2144 F: drivers/net/wireless/ath/ath5k/
2146 ATHEROS ATH6KL WIRELESS DRIVER
2147 M: Kalle Valo <kvalo@qca.qualcomm.com>
2148 L: linux-wireless@vger.kernel.org
2149 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2150 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2152 F: drivers/net/wireless/ath/ath6kl/
2154 WILOCITY WIL6210 WIRELESS DRIVER
2155 M: Maya Erez <qca_merez@qca.qualcomm.com>
2156 L: linux-wireless@vger.kernel.org
2157 L: wil6210@qca.qualcomm.com
2159 W: http://wireless.kernel.org/en/users/Drivers/wil6210
2160 F: drivers/net/wireless/ath/wil6210/
2161 F: include/uapi/linux/wil6210_uapi.h
2163 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2164 M: Christian Lamparter <chunkeey@googlemail.com>
2165 L: linux-wireless@vger.kernel.org
2166 W: http://wireless.kernel.org/en/users/Drivers/carl9170
2168 F: drivers/net/wireless/ath/carl9170/
2170 ATK0110 HWMON DRIVER
2171 M: Luca Tettamanti <kronos.it@gmail.com>
2172 L: linux-hwmon@vger.kernel.org
2174 F: drivers/hwmon/asus_atk0110.c
2177 M: Ville Syrjala <syrjala@sci.fi>
2179 F: drivers/input/misc/ati_remote2.c
2181 ATLX ETHERNET DRIVERS
2182 M: Jay Cliburn <jcliburn@gmail.com>
2183 M: Chris Snook <chris.snook@gmail.com>
2184 L: netdev@vger.kernel.org
2185 W: http://sourceforge.net/projects/atl1
2186 W: http://atl1.sourceforge.net
2188 F: drivers/net/ethernet/atheros/
2191 M: Chas Williams <3chas3@gmail.com>
2192 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2193 L: netdev@vger.kernel.org
2194 W: http://linux-atm.sourceforge.net
2197 F: include/linux/atm*
2198 F: include/uapi/linux/atm*
2200 ATMEL AT91 / AT32 MCI DRIVER
2201 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2203 F: drivers/mmc/host/atmel-mci.c
2205 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2206 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2208 F: drivers/power/reset/at91-sama5d2_shdwc.c
2210 ATMEL SAMA5D2 ADC DRIVER
2211 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2212 L: linux-iio@vger.kernel.org
2214 F: drivers/iio/adc/at91-sama5d2_adc.c
2216 ATMEL Audio ALSA driver
2217 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2218 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2223 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2224 L: linux-arm-kernel@lists.infradead.org
2225 L: dmaengine@vger.kernel.org
2227 F: drivers/dma/at_xdmac.c
2230 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2231 L: linux-i2c@vger.kernel.org
2233 F: drivers/i2c/busses/i2c-at91.c
2236 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2237 L: linux-media@vger.kernel.org
2239 F: drivers/media/platform/atmel/atmel-isi.c
2240 F: include/media/atmel-isi.h
2243 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2244 L: linux-fbdev@vger.kernel.org
2246 F: drivers/video/fbdev/atmel_lcdfb.c
2247 F: include/video/atmel_lcdc.h
2249 ATMEL MACB ETHERNET DRIVER
2250 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2252 F: drivers/net/ethernet/cadence/
2255 M: Wenyou Yang <wenyou.yang@atmel.com>
2256 M: Josh Wu <rainyfeeling@outlook.com>
2257 L: linux-mtd@lists.infradead.org
2259 F: drivers/mtd/nand/atmel_nand*
2262 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2263 L: linux-mmc@vger.kernel.org
2265 F: drivers/mmc/host/sdhci-of-at91.c
2268 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2270 F: drivers/spi/spi-atmel.*
2273 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2274 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2276 F: drivers/misc/atmel-ssc.c
2277 F: include/linux/atmel-ssc.h
2279 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2280 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2281 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2283 F: drivers/misc/atmel_tclib.c
2284 F: drivers/clocksource/tcb_clksrc.c
2286 ATMEL USBA UDC DRIVER
2287 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2288 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2290 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2292 ATMEL WIRELESS DRIVER
2293 M: Simon Kelley <simon@thekelleys.org.uk>
2294 L: linux-wireless@vger.kernel.org
2295 W: http://www.thekelleys.org.uk/atmel
2296 W: http://atmelwlandriver.sourceforge.net/
2298 F: drivers/net/wireless/atmel/atmel*
2300 ATMEL MAXTOUCH DRIVER
2301 M: Nick Dyer <nick@shmanahar.org>
2302 T: git git://github.com/ndyer/linux.git
2304 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2305 F: drivers/input/touchscreen/atmel_mxt_ts.c
2306 F: include/linux/platform_data/atmel_mxt_ts.h
2308 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2309 M: Bradley Grove <linuxdrivers@attotech.com>
2310 L: linux-scsi@vger.kernel.org
2311 W: http://www.attotech.com
2313 F: drivers/scsi/esas2r
2315 ATUSB IEEE 802.15.4 RADIO DRIVER
2316 M: Stefan Schmidt <stefan@osg.samsung.com>
2317 L: linux-wpan@vger.kernel.org
2319 F: drivers/net/ieee802154/atusb.c
2320 F: drivers/net/ieee802154/atusb.h
2321 F: drivers/net/ieee802154/at86rf230.h
2324 M: Paul Moore <paul@paul-moore.com>
2325 M: Eric Paris <eparis@redhat.com>
2326 L: linux-audit@redhat.com (moderated for non-subscribers)
2327 W: http://people.redhat.com/sgrubb/audit/
2328 T: git git://git.infradead.org/users/pcmoore/audit
2330 F: include/linux/audit.h
2331 F: include/uapi/linux/audit.h
2334 AUXILIARY DISPLAY DRIVERS
2335 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2336 W: http://miguelojeda.es/auxdisplay.htm
2337 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2339 F: drivers/auxdisplay/
2340 F: include/linux/cfag12864b.h
2343 M: Ralf Baechle <ralf@linux-mips.org>
2344 L: linux-hams@vger.kernel.org
2345 W: http://www.linux-ax25.org/
2347 F: include/uapi/linux/ax25.h
2348 F: include/net/ax25.h
2351 AXENTIA ASOC DRIVERS
2352 M: Peter Rosin <peda@axentia.se>
2353 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2355 F: Documentation/devicetree/bindings/sound/axentia,*
2356 F: sound/soc/atmel/tse850-pcm5142.c
2359 M: Peter Rosin <peda@axentia.se>
2360 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2362 F: Documentation/devicetree/bindings/arm/axentia.txt
2363 F: arch/arm/boot/dts/at91-linea.dtsi
2364 F: arch/arm/boot/dts/at91-tse850-3.dts
2367 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2368 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2369 L: linux-media@vger.kernel.org
2370 W: https://linuxtv.org
2371 T: git git://linuxtv.org/media_tree.git
2373 F: drivers/media/usb/dvb-usb-v2/az6007.c
2375 AZTECH FM RADIO RECEIVER DRIVER
2376 M: Hans Verkuil <hverkuil@xs4all.nl>
2377 L: linux-media@vger.kernel.org
2378 T: git git://linuxtv.org/media_tree.git
2379 W: https://linuxtv.org
2381 F: drivers/media/radio/radio-aztech*
2384 L: linux-wireless@vger.kernel.org
2385 L: b43-dev@lists.infradead.org
2386 W: http://wireless.kernel.org/en/users/Drivers/b43
2388 F: drivers/net/wireless/broadcom/b43/
2390 B43LEGACY WIRELESS DRIVER
2391 M: Larry Finger <Larry.Finger@lwfinger.net>
2392 L: linux-wireless@vger.kernel.org
2393 L: b43-dev@lists.infradead.org
2394 W: http://wireless.kernel.org/en/users/Drivers/b43
2396 F: drivers/net/wireless/broadcom/b43legacy/
2398 BACKLIGHT CLASS/SUBSYSTEM
2399 M: Lee Jones <lee.jones@linaro.org>
2400 M: Daniel Thompson <daniel.thompson@linaro.org>
2401 M: Jingoo Han <jingoohan1@gmail.com>
2402 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2404 F: drivers/video/backlight/
2405 F: include/linux/backlight.h
2406 F: include/linux/pwm_backlight.h
2407 F: Documentation/devicetree/bindings/leds/backlight
2410 M: Marek Lindner <mareklindner@neomailbox.ch>
2411 M: Simon Wunderlich <sw@simonwunderlich.de>
2412 M: Antonio Quartulli <a@unstable.cc>
2413 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2414 W: https://www.open-mesh.org/
2415 Q: https://patchwork.open-mesh.org/project/batman/list/
2417 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2418 F: Documentation/ABI/testing/sysfs-class-net-mesh
2419 F: Documentation/networking/batman-adv.txt
2420 F: include/uapi/linux/batman_adv.h
2423 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2424 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2425 L: linux-hams@vger.kernel.org
2426 W: http://www.baycom.org/~tom/ham/ham.html
2428 F: drivers/net/hamradio/baycom*
2430 BCACHE (BLOCK LAYER CACHE)
2431 M: Kent Overstreet <kent.overstreet@gmail.com>
2432 L: linux-bcache@vger.kernel.org
2433 W: http://bcache.evilpiepirate.org
2435 F: drivers/md/bcache/
2437 BDISP ST MEDIA DRIVER
2438 M: Fabien Dessenne <fabien.dessenne@st.com>
2439 L: linux-media@vger.kernel.org
2440 T: git git://linuxtv.org/media_tree.git
2441 W: https://linuxtv.org
2443 F: drivers/media/platform/sti/bdisp
2445 DELTA ST MEDIA DRIVER
2446 M: Hugues Fruchet <hugues.fruchet@st.com>
2447 L: linux-media@vger.kernel.org
2448 T: git git://linuxtv.org/media_tree.git
2449 W: https://linuxtv.org
2451 F: drivers/media/platform/sti/delta
2454 M: Luis de Bethencourt <luisbg@osg.samsung.com>
2455 M: Salah Triki <salah.triki@gmail.com>
2457 T: git git://github.com/luisbg/linux-befs.git
2458 F: Documentation/filesystems/befs.txt
2461 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2462 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2463 L: netdev@vger.kernel.org
2465 F: drivers/net/ethernet/ec_bhf.c
2468 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2470 F: Documentation/filesystems/bfs.txt
2472 F: include/uapi/linux/bfs_fs.h
2474 BLACKFIN ARCHITECTURE
2475 M: Steven Miao <realmz6@gmail.com>
2476 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2477 T: git git://git.code.sf.net/p/adi-linux/code
2478 W: http://blackfin.uclinux.org
2482 BLACKFIN EMAC DRIVER
2483 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2484 W: http://blackfin.uclinux.org
2486 F: drivers/net/ethernet/adi/
2489 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2490 W: http://blackfin.uclinux.org
2492 F: drivers/rtc/rtc-bfin.c
2495 M: Sonic Zhang <sonic.zhang@analog.com>
2496 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2497 W: http://blackfin.uclinux.org
2499 F: drivers/mmc/host/bfin_sdh.c
2501 BLACKFIN SERIAL DRIVER
2502 M: Sonic Zhang <sonic.zhang@analog.com>
2503 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2504 W: http://blackfin.uclinux.org
2506 F: drivers/tty/serial/bfin_uart.c
2508 BLACKFIN WATCHDOG DRIVER
2509 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2510 W: http://blackfin.uclinux.org
2512 F: drivers/watchdog/bfin_wdt.c
2514 BLACKFIN I2C TWI DRIVER
2515 M: Sonic Zhang <sonic.zhang@analog.com>
2516 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2517 W: http://blackfin.uclinux.org/
2519 F: drivers/i2c/busses/i2c-bfin-twi.c
2521 BLACKFIN MEDIA DRIVER
2522 M: Scott Jiang <scott.jiang.linux@gmail.com>
2523 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2524 W: http://blackfin.uclinux.org/
2526 F: drivers/media/platform/blackfin/
2527 F: drivers/media/i2c/adv7183*
2528 F: drivers/media/i2c/vs6624*
2530 BLINKM RGB LED DRIVER
2531 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2533 F: drivers/leds/leds-blinkm.c
2536 M: Jens Axboe <axboe@kernel.dk>
2537 L: linux-block@vger.kernel.org
2538 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2541 F: kernel/trace/blktrace.c
2545 M: Paolo Valente <paolo.valente@linaro.org>
2546 M: Jens Axboe <axboe@kernel.dk>
2547 L: linux-block@vger.kernel.org
2550 F: Documentation/block/bfq-iosched.txt
2553 M: Joern Engel <joern@lazybastard.org>
2554 L: linux-mtd@lists.infradead.org
2556 F: drivers/mtd/devices/block2mtd.c
2559 M: Marcel Holtmann <marcel@holtmann.org>
2560 M: Gustavo Padovan <gustavo@padovan.org>
2561 M: Johan Hedberg <johan.hedberg@gmail.com>
2562 L: linux-bluetooth@vger.kernel.org
2563 W: http://www.bluez.org/
2564 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2565 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2567 F: drivers/bluetooth/
2570 M: Marcel Holtmann <marcel@holtmann.org>
2571 M: Gustavo Padovan <gustavo@padovan.org>
2572 M: Johan Hedberg <johan.hedberg@gmail.com>
2573 L: linux-bluetooth@vger.kernel.org
2574 W: http://www.bluez.org/
2575 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2576 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2579 F: include/net/bluetooth/
2582 M: Jay Vosburgh <j.vosburgh@gmail.com>
2583 M: Veaceslav Falico <vfalico@gmail.com>
2584 M: Andy Gospodarek <andy@greyhouse.net>
2585 L: netdev@vger.kernel.org
2586 W: http://sourceforge.net/projects/bonding/
2588 F: drivers/net/bonding/
2589 F: include/uapi/linux/if_bonding.h
2591 BPF (Safe dynamic programs and tools)
2592 M: Alexei Starovoitov <ast@kernel.org>
2593 M: Daniel Borkmann <daniel@iogearbox.net>
2594 L: netdev@vger.kernel.org
2595 L: linux-kernel@vger.kernel.org
2597 F: arch/x86/net/bpf_jit*
2598 F: Documentation/networking/filter.txt
2599 F: include/linux/bpf*
2600 F: include/linux/filter.h
2601 F: include/uapi/linux/bpf*
2602 F: include/uapi/linux/filter.h
2604 F: kernel/trace/bpf_trace.c
2607 F: net/core/filter.c
2608 F: net/sched/act_bpf.c
2609 F: net/sched/cls_bpf.c
2612 F: tools/testing/selftests/bpf/
2614 BROADCOM B44 10/100 ETHERNET DRIVER
2615 M: Michael Chan <michael.chan@broadcom.com>
2616 L: netdev@vger.kernel.org
2618 F: drivers/net/ethernet/broadcom/b44.*
2620 BROADCOM B53 ETHERNET SWITCH DRIVER
2621 M: Florian Fainelli <f.fainelli@gmail.com>
2622 L: netdev@vger.kernel.org
2623 L: openwrt-devel@lists.openwrt.org (subscribers-only)
2625 F: drivers/net/dsa/b53/*
2626 F: include/linux/platform_data/b53.h
2628 BROADCOM GENET ETHERNET DRIVER
2629 M: Florian Fainelli <f.fainelli@gmail.com>
2630 L: netdev@vger.kernel.org
2632 F: drivers/net/ethernet/broadcom/genet/
2634 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2635 M: Rasesh Mody <rasesh.mody@cavium.com>
2636 M: Harish Patil <harish.patil@cavium.com>
2637 M: Dept-GELinuxNICDev@cavium.com
2638 L: netdev@vger.kernel.org
2640 F: drivers/net/ethernet/broadcom/bnx2.*
2641 F: drivers/net/ethernet/broadcom/bnx2_*
2643 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2644 M: Yuval Mintz <Yuval.Mintz@cavium.com>
2645 M: Ariel Elior <ariel.elior@cavium.com>
2646 M: everest-linux-l2@cavium.com
2647 L: netdev@vger.kernel.org
2649 F: drivers/net/ethernet/broadcom/bnx2x/
2651 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2652 M: Michael Chan <michael.chan@broadcom.com>
2653 L: netdev@vger.kernel.org
2655 F: drivers/net/ethernet/broadcom/bnxt/
2657 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2658 M: Florian Fainelli <f.fainelli@gmail.com>
2659 M: Ray Jui <rjui@broadcom.com>
2660 M: Scott Branden <sbranden@broadcom.com>
2661 M: bcm-kernel-feedback-list@broadcom.com
2662 T: git git://github.com/broadcom/mach-bcm
2668 F: arch/arm/mach-bcm/
2670 BROADCOM BCM2835 ARM ARCHITECTURE
2671 M: Lee Jones <lee@kernel.org>
2672 M: Eric Anholt <eric@anholt.net>
2673 M: Stefan Wahren <stefan.wahren@i2se.com>
2674 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2675 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2676 T: git git://github.com/anholt/linux
2679 F: drivers/staging/vc04_services
2681 BROADCOM BCM47XX MIPS ARCHITECTURE
2682 M: Hauke Mehrtens <hauke@hauke-m.de>
2683 M: Rafał Miłecki <zajec5@gmail.com>
2684 L: linux-mips@linux-mips.org
2686 F: Documentation/devicetree/bindings/mips/brcm/
2687 F: arch/mips/bcm47xx/*
2688 F: arch/mips/include/asm/mach-bcm47xx/*
2690 BROADCOM BCM5301X ARM ARCHITECTURE
2691 M: Hauke Mehrtens <hauke@hauke-m.de>
2692 M: Rafał Miłecki <zajec5@gmail.com>
2693 M: Jon Mason <jonmason@broadcom.com>
2694 M: bcm-kernel-feedback-list@broadcom.com
2695 L: linux-arm-kernel@lists.infradead.org
2697 F: arch/arm/mach-bcm/bcm_5301x.c
2698 F: arch/arm/boot/dts/bcm5301x*.dtsi
2699 F: arch/arm/boot/dts/bcm470*
2700 F: arch/arm/boot/dts/bcm953012*
2702 BROADCOM BCM53573 ARM ARCHITECTURE
2703 M: Rafał Miłecki <rafal@milecki.pl>
2704 L: linux-arm-kernel@lists.infradead.org
2706 F: arch/arm/boot/dts/bcm53573*
2707 F: arch/arm/boot/dts/bcm47189*
2709 BROADCOM BCM63XX ARM ARCHITECTURE
2710 M: Florian Fainelli <f.fainelli@gmail.com>
2711 M: bcm-kernel-feedback-list@broadcom.com
2712 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2713 T: git git://github.com/broadcom/stblinux.git
2717 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2718 M: Kevin Cernekee <cernekee@gmail.com>
2719 L: linux-usb@vger.kernel.org
2721 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2723 BROADCOM BCM7XXX ARM ARCHITECTURE
2724 M: Brian Norris <computersforpeace@gmail.com>
2725 M: Gregory Fong <gregory.0xf0@gmail.com>
2726 M: Florian Fainelli <f.fainelli@gmail.com>
2727 M: bcm-kernel-feedback-list@broadcom.com
2728 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2729 T: git git://github.com/broadcom/stblinux.git
2731 F: arch/arm/mach-bcm/*brcmstb*
2732 F: arch/arm/boot/dts/bcm7*.dts*
2733 F: drivers/bus/brcmstb_gisb.c
2736 BROADCOM BMIPS MIPS ARCHITECTURE
2737 M: Kevin Cernekee <cernekee@gmail.com>
2738 M: Florian Fainelli <f.fainelli@gmail.com>
2739 L: linux-mips@linux-mips.org
2740 T: git git://github.com/broadcom/stblinux.git
2742 F: arch/mips/bmips/*
2743 F: arch/mips/include/asm/mach-bmips/*
2744 F: arch/mips/kernel/*bmips*
2745 F: arch/mips/boot/dts/brcm/bcm*.dts*
2746 F: drivers/irqchip/irq-bcm63*
2747 F: drivers/irqchip/irq-bcm7*
2748 F: drivers/irqchip/irq-brcmstb*
2749 F: include/linux/bcm963xx_nvram.h
2750 F: include/linux/bcm963xx_tag.h
2752 BROADCOM BMIPS CPUFREQ DRIVER
2753 M: Markus Mayer <mmayer@broadcom.com>
2754 M: bcm-kernel-feedback-list@broadcom.com
2755 L: linux-pm@vger.kernel.org
2757 F: drivers/cpufreq/bmips-cpufreq.c
2759 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2760 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2761 M: Prashant Sreedharan <prashant@broadcom.com>
2762 M: Michael Chan <mchan@broadcom.com>
2763 L: netdev@vger.kernel.org
2765 F: drivers/net/ethernet/broadcom/tg3.*
2767 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2768 M: Arend van Spriel <arend.vanspriel@broadcom.com>
2769 M: Franky Lin <franky.lin@broadcom.com>
2770 M: Hante Meuleman <hante.meuleman@broadcom.com>
2771 L: linux-wireless@vger.kernel.org
2772 L: brcm80211-dev-list.pdl@broadcom.com
2774 F: drivers/net/wireless/broadcom/brcm80211/
2776 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2777 M: QLogic-Storage-Upstream@qlogic.com
2778 L: linux-scsi@vger.kernel.org
2780 F: drivers/scsi/bnx2fc/
2782 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2783 M: QLogic-Storage-Upstream@qlogic.com
2784 L: linux-scsi@vger.kernel.org
2786 F: drivers/scsi/bnx2i/
2788 BROADCOM IPROC ARM ARCHITECTURE
2789 M: Ray Jui <rjui@broadcom.com>
2790 M: Scott Branden <sbranden@broadcom.com>
2791 M: Jon Mason <jonmason@broadcom.com>
2792 M: bcm-kernel-feedback-list@broadcom.com
2793 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2794 T: git git://github.com/broadcom/cygnus-linux.git
2809 F: arch/arm64/boot/dts/broadcom/ns2*
2810 F: drivers/clk/bcm/clk-ns*
2811 F: drivers/pinctrl/bcm/pinctrl-ns*
2813 BROADCOM BRCMSTB GPIO DRIVER
2814 M: Gregory Fong <gregory.0xf0@gmail.com>
2815 L: bcm-kernel-feedback-list@broadcom.com
2817 F: drivers/gpio/gpio-brcmstb.c
2818 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2820 BROADCOM KONA GPIO DRIVER
2821 M: Ray Jui <rjui@broadcom.com>
2822 L: bcm-kernel-feedback-list@broadcom.com
2824 F: drivers/gpio/gpio-bcm-kona.c
2825 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2827 BROADCOM NVRAM DRIVER
2828 M: Rafał Miłecki <zajec5@gmail.com>
2829 L: linux-mips@linux-mips.org
2831 F: drivers/firmware/broadcom/*
2833 BROADCOM STB NAND FLASH DRIVER
2834 M: Brian Norris <computersforpeace@gmail.com>
2835 M: Kamal Dasu <kdasu.kdev@gmail.com>
2836 L: linux-mtd@lists.infradead.org
2837 L: bcm-kernel-feedback-list@broadcom.com
2839 F: drivers/mtd/nand/brcmnand/
2841 BROADCOM STB AVS CPUFREQ DRIVER
2842 M: Markus Mayer <mmayer@broadcom.com>
2843 M: bcm-kernel-feedback-list@broadcom.com
2844 L: linux-pm@vger.kernel.org
2846 F: Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2847 F: drivers/cpufreq/brcmstb*
2849 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2850 M: Rafał Miłecki <zajec5@gmail.com>
2851 L: linux-wireless@vger.kernel.org
2854 F: include/linux/bcma/
2856 BROADCOM SYSTEMPORT ETHERNET DRIVER
2857 M: Florian Fainelli <f.fainelli@gmail.com>
2858 L: netdev@vger.kernel.org
2860 F: drivers/net/ethernet/broadcom/bcmsysport.*
2862 BROADCOM VULCAN ARM64 SOC
2863 M: Jayachandran C. <c.jayachandran@gmail.com>
2864 M: bcm-kernel-feedback-list@broadcom.com
2865 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2867 F: arch/arm64/boot/dts/broadcom/vulcan*
2869 BROADCOM NETXTREME-E ROCE DRIVER
2870 M: Selvin Xavier <selvin.xavier@broadcom.com>
2871 M: Devesh Sharma <devesh.sharma@broadcom.com>
2872 M: Somnath Kotur <somnath.kotur@broadcom.com>
2873 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
2874 L: linux-rdma@vger.kernel.org
2875 W: http://www.broadcom.com
2877 F: drivers/infiniband/hw/bnxt_re/
2878 F: include/uapi/rdma/bnxt_re-abi.h
2880 BROCADE BFA FC SCSI DRIVER
2881 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2882 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2883 L: linux-scsi@vger.kernel.org
2885 F: drivers/scsi/bfa/
2887 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2888 M: Rasesh Mody <rasesh.mody@cavium.com>
2889 M: Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2890 M: Dept-GELinuxNICDev@cavium.com
2891 L: netdev@vger.kernel.org
2893 F: drivers/net/ethernet/brocade/bna/
2895 BSG (block layer generic sg v4 driver)
2896 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2897 L: linux-scsi@vger.kernel.org
2900 F: include/linux/bsg.h
2901 F: include/uapi/linux/bsg.h
2904 M: Clemens Ladisch <clemens@ladisch.de>
2905 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2906 T: git git://git.alsa-project.org/alsa-kernel.git
2908 F: Documentation/sound/alsa/Bt87x.txt
2909 F: sound/pci/bt87x.c
2912 M: Michael Buesch <m@bues.ch>
2913 W: http://bu3sch.de/btgpio.php
2915 F: drivers/gpio/gpio-bt8xx.c
2918 M: Chris Mason <clm@fb.com>
2919 M: Josef Bacik <jbacik@fb.com>
2920 M: David Sterba <dsterba@suse.com>
2921 L: linux-btrfs@vger.kernel.org
2922 W: http://btrfs.wiki.kernel.org/
2923 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2924 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2926 F: Documentation/filesystems/btrfs.txt
2929 BTTV VIDEO4LINUX DRIVER
2930 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2931 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2932 L: linux-media@vger.kernel.org
2933 W: https://linuxtv.org
2934 T: git git://linuxtv.org/media_tree.git
2936 F: Documentation/media/v4l-drivers/bttv*
2937 F: drivers/media/pci/bt8xx/bttv*
2939 BUSLOGIC SCSI DRIVER
2940 M: Khalid Aziz <khalid@gonehiking.org>
2941 L: linux-scsi@vger.kernel.org
2943 F: drivers/scsi/BusLogic.*
2944 F: drivers/scsi/FlashPoint.*
2946 C-MEDIA CMI8788 DRIVER
2947 M: Clemens Ladisch <clemens@ladisch.de>
2948 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2949 T: git git://git.alsa-project.org/alsa-kernel.git
2951 F: sound/pci/oxygen/
2954 M: Mark Salter <msalter@redhat.com>
2955 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2956 L: linux-c6x-dev@linux-c6x.org
2957 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2961 CA8210 IEEE-802.15.4 RADIO DRIVER
2962 M: Harry Morris <h.morris@cascoda.com>
2963 M: linuxdev@cascoda.com
2964 L: linux-wpan@vger.kernel.org
2965 W: https://github.com/Cascoda/ca8210-linux.git
2967 F: drivers/net/ieee802154/ca8210.c
2968 F: Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
2970 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2971 M: David Howells <dhowells@redhat.com>
2972 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2974 F: Documentation/filesystems/caching/cachefiles.txt
2977 CADET FM/AM RADIO RECEIVER DRIVER
2978 M: Hans Verkuil <hverkuil@xs4all.nl>
2979 L: linux-media@vger.kernel.org
2980 T: git git://linuxtv.org/media_tree.git
2981 W: https://linuxtv.org
2983 F: drivers/media/radio/radio-cadet*
2985 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2986 M: Jonathan Corbet <corbet@lwn.net>
2987 L: linux-media@vger.kernel.org
2988 T: git git://linuxtv.org/media_tree.git
2990 F: Documentation/media/v4l-drivers/cafe_ccic*
2991 F: drivers/media/platform/marvell-ccic/
2994 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2995 L: netdev@vger.kernel.org
2997 F: Documentation/networking/caif/
2998 F: drivers/net/caif/
2999 F: include/uapi/linux/caif/
3000 F: include/net/caif/
3003 CALGARY x86-64 IOMMU
3004 M: Muli Ben-Yehuda <mulix@mulix.org>
3005 M: Jon Mason <jdmason@kudzu.us>
3006 L: iommu@lists.linux-foundation.org
3008 F: arch/x86/kernel/pci-calgary_64.c
3009 F: arch/x86/kernel/tce_64.c
3010 F: arch/x86/include/asm/calgary.h
3011 F: arch/x86/include/asm/tce.h
3014 M: Oliver Hartkopp <socketcan@hartkopp.net>
3015 M: Marc Kleine-Budde <mkl@pengutronix.de>
3016 L: linux-can@vger.kernel.org
3017 W: https://github.com/linux-can
3018 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3019 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3021 F: Documentation/networking/can.txt
3023 F: include/linux/can/core.h
3024 F: include/uapi/linux/can.h
3025 F: include/uapi/linux/can/bcm.h
3026 F: include/uapi/linux/can/raw.h
3027 F: include/uapi/linux/can/gw.h
3030 M: Wolfgang Grandegger <wg@grandegger.com>
3031 M: Marc Kleine-Budde <mkl@pengutronix.de>
3032 L: linux-can@vger.kernel.org
3033 W: https://github.com/linux-can
3034 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3035 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3037 F: Documentation/devicetree/bindings/net/can/
3039 F: include/linux/can/dev.h
3040 F: include/linux/can/platform/
3041 F: include/uapi/linux/can/error.h
3042 F: include/uapi/linux/can/netlink.h
3045 M: Serge Hallyn <serge@hallyn.com>
3046 L: linux-security-module@vger.kernel.org
3048 F: include/linux/capability.h
3049 F: include/uapi/linux/capability.h
3050 F: security/commoncap.c
3051 F: kernel/capability.c
3053 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3054 M: Kevin Tsai <ktsai@capellamicro.com>
3056 F: drivers/iio/light/cm*
3058 CAVIUM THUNDERX2 ARM64 SOC
3059 M: Jayachandran C <jnair@caviumnetworks.com>
3060 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3062 F: arch/arm64/boot/dts/cavium/thunder-99xx*
3063 F: Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3066 M: Jan Glauber <jglauber@cavium.com>
3067 M: David Daney <david.daney@cavium.com>
3068 W: http://www.cavium.com
3070 F: drivers/i2c/busses/i2c-octeon*
3071 F: drivers/i2c/busses/i2c-thunderx*
3074 M: Jan Glauber <jglauber@cavium.com>
3075 M: David Daney <david.daney@cavium.com>
3076 M: Steven J. Hill <Steven.Hill@cavium.com>
3077 W: http://www.cavium.com
3079 F: drivers/mmc/host/cavium*
3081 CAVIUM LIQUIDIO NETWORK DRIVER
3082 M: Derek Chickles <derek.chickles@caviumnetworks.com>
3083 M: Satanand Burla <satananda.burla@caviumnetworks.com>
3084 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
3085 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
3086 L: netdev@vger.kernel.org
3087 W: http://www.cavium.com
3089 F: drivers/net/ethernet/cavium/liquidio/
3091 CAVIUM OCTEON-TX CRYPTO DRIVER
3092 M: George Cherian <george.cherian@cavium.com>
3093 L: linux-crypto@vger.kernel.org
3094 W: http://www.cavium.com
3096 F: drivers/crypto/cavium/cpt/
3098 CC2520 IEEE-802.15.4 RADIO DRIVER
3099 M: Varka Bhadram <varkabhadram@gmail.com>
3100 L: linux-wpan@vger.kernel.org
3102 F: drivers/net/ieee802154/cc2520.c
3103 F: include/linux/spi/cc2520.h
3104 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3107 M: Hans Verkuil <hans.verkuil@cisco.com>
3108 L: linux-media@vger.kernel.org
3109 T: git git://linuxtv.org/media_tree.git
3110 W: http://linuxtv.org
3112 F: Documentation/media/kapi/cec-core.rst
3113 F: Documentation/media/uapi/cec
3114 F: drivers/media/cec/
3115 F: drivers/media/rc/keymaps/rc-cec.c
3116 F: include/media/cec.h
3117 F: include/media/cec-notifier.h
3118 F: include/uapi/linux/cec.h
3119 F: include/uapi/linux/cec-funcs.h
3121 CELL BROADBAND ENGINE ARCHITECTURE
3122 M: Arnd Bergmann <arnd@arndb.de>
3123 L: linuxppc-dev@lists.ozlabs.org
3124 W: http://www.ibm.com/developerworks/power/cell/
3126 F: arch/powerpc/include/asm/cell*.h
3127 F: arch/powerpc/include/asm/spu*.h
3128 F: arch/powerpc/include/uapi/asm/spu*.h
3129 F: arch/powerpc/oprofile/*cell*
3130 F: arch/powerpc/platforms/cell/
3132 CEPH COMMON CODE (LIBCEPH)
3133 M: Ilya Dryomov <idryomov@gmail.com>
3134 M: "Yan, Zheng" <zyan@redhat.com>
3135 M: Sage Weil <sage@redhat.com>
3136 L: ceph-devel@vger.kernel.org
3138 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3139 T: git git://github.com/ceph/ceph-client.git
3142 F: include/linux/ceph/
3143 F: include/linux/crush/
3145 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3146 M: "Yan, Zheng" <zyan@redhat.com>
3147 M: Sage Weil <sage@redhat.com>
3148 M: Ilya Dryomov <idryomov@gmail.com>
3149 L: ceph-devel@vger.kernel.org
3151 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3152 T: git git://github.com/ceph/ceph-client.git
3154 F: Documentation/filesystems/ceph.txt
3157 CERTIFICATE HANDLING:
3158 M: David Howells <dhowells@redhat.com>
3159 M: David Woodhouse <dwmw2@infradead.org>
3160 L: keyrings@vger.kernel.org
3162 F: Documentation/module-signing.txt
3164 F: scripts/sign-file.c
3165 F: scripts/extract-cert.c
3167 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3168 L: linux-usb@vger.kernel.org
3170 F: Documentation/usb/WUSB-Design-overview.txt
3171 F: Documentation/usb/wusb-cbaf
3172 F: drivers/usb/host/hwa-hc.c
3173 F: drivers/usb/host/whci/
3174 F: drivers/usb/wusbcore/
3175 F: include/linux/usb/wusb*
3177 HT16K33 LED CONTROLLER DRIVER
3178 M: Robin van der Gracht <robin@protonic.nl>
3180 F: drivers/auxdisplay/ht16k33.c
3181 F: Documentation/devicetree/bindings/display/ht16k33.txt
3183 CFAG12864B LCD DRIVER
3184 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3185 W: http://miguelojeda.es/auxdisplay.htm
3186 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3188 F: drivers/auxdisplay/cfag12864b.c
3189 F: include/linux/cfag12864b.h
3191 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3192 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3193 W: http://miguelojeda.es/auxdisplay.htm
3194 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3196 F: drivers/auxdisplay/cfag12864bfb.c
3197 F: include/linux/cfag12864b.h
3199 CFG80211 and NL80211
3200 M: Johannes Berg <johannes@sipsolutions.net>
3201 L: linux-wireless@vger.kernel.org
3202 W: http://wireless.kernel.org/
3203 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3204 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3206 F: include/uapi/linux/nl80211.h
3207 F: include/net/cfg80211.h
3209 X: net/wireless/wext*
3211 CHAR and MISC DRIVERS
3212 M: Arnd Bergmann <arnd@arndb.de>
3213 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3214 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3218 F: include/linux/miscdevice.h
3221 M: Andy Whitcroft <apw@canonical.com>
3222 M: Joe Perches <joe@perches.com>
3224 F: scripts/checkpatch.pl
3226 CHINESE DOCUMENTATION
3227 M: Harry Wei <harryxiyou@gmail.com>
3228 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3229 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
3231 F: Documentation/translations/zh_CN/
3233 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3234 M: Peter Chen <Peter.Chen@nxp.com>
3235 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3236 L: linux-usb@vger.kernel.org
3238 F: drivers/usb/chipidea/
3240 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3241 M: Hans de Goede <hdegoede@redhat.com>
3242 L: linux-input@vger.kernel.org
3244 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3245 F: drivers/input/touchscreen/chipone_icn8318.c
3247 CHROME HARDWARE PLATFORM SUPPORT
3248 M: Olof Johansson <olof@lixom.net>
3250 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3251 F: drivers/platform/chrome/
3253 CISCO VIC ETHERNET NIC DRIVER
3254 M: Christian Benvenuti <benve@cisco.com>
3255 M: Govindarajulu Varadarajan <_govind@gmx.com>
3256 M: Neel Patel <neepatel@cisco.com>
3258 F: drivers/net/ethernet/cisco/enic/
3260 CISCO VIC LOW LATENCY NIC DRIVER
3261 M: Christian Benvenuti <benve@cisco.com>
3262 M: Dave Goodell <dgoodell@cisco.com>
3264 F: drivers/infiniband/hw/usnic/
3266 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3267 M: Hartley Sweeten <hsweeten@visionengravers.com>
3268 L: netdev@vger.kernel.org
3270 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3272 CIRRUS LOGIC AUDIO CODEC DRIVERS
3273 M: Brian Austin <brian.austin@cirrus.com>
3274 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3275 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3277 F: sound/soc/codecs/cs*
3280 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3281 L: linux-kernel@vger.kernel.org
3284 F: include/linux/cleancache.h
3287 M: Russell King <linux@armlinux.org.uk>
3288 L: linux-clk@vger.kernel.org
3290 F: include/linux/clk.h
3292 CLOCKSOURCE, CLOCKEVENT DRIVERS
3293 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3294 M: Thomas Gleixner <tglx@linutronix.de>
3295 L: linux-kernel@vger.kernel.org
3296 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3298 F: drivers/clocksource
3300 CISCO FCOE HBA DRIVER
3301 M: Satish Kharat <satishkh@cisco.com>
3302 M: Sesidhar Baddela <sebaddel@cisco.com>
3303 M: Karan Tilak Kumar <kartilak@cisco.com>
3304 L: linux-scsi@vger.kernel.org
3306 F: drivers/scsi/fnic/
3308 CISCO SCSI HBA DRIVER
3309 M: Karan Tilak Kumar <kartilak@cisco.com>
3310 M: Sesidhar Baddela <sebaddel@cisco.com>
3311 L: linux-scsi@vger.kernel.org
3313 F: drivers/scsi/snic/
3316 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3317 M: Daniel Oliveira Nascimento <don@syst.com.br>
3318 L: platform-driver-x86@vger.kernel.org
3320 F: drivers/platform/x86/classmate-laptop.c
3323 M: Hans Verkuil <hans.verkuil@cisco.com>
3324 L: linux-media@vger.kernel.org
3325 T: git git://linuxtv.org/media_tree.git
3326 W: https://linuxtv.org
3328 F: drivers/media/pci/cobalt/
3330 COCCINELLE/Semantic Patches (SmPL)
3331 M: Julia Lawall <Julia.Lawall@lip6.fr>
3332 M: Gilles Muller <Gilles.Muller@lip6.fr>
3333 M: Nicolas Palix <nicolas.palix@imag.fr>
3334 M: Michal Marek <mmarek@suse.com>
3335 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3336 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3337 W: http://coccinelle.lip6.fr/
3339 F: Documentation/dev-tools/coccinelle.rst
3340 F: scripts/coccinelle/
3341 F: scripts/coccicheck
3344 M: Jan Harkes <jaharkes@cs.cmu.edu>
3346 L: codalist@coda.cs.cmu.edu
3347 W: http://www.coda.cs.cmu.edu/
3349 F: Documentation/filesystems/coda.txt
3351 F: include/linux/coda*.h
3352 F: include/uapi/linux/coda*.h
3354 CODA V4L2 MEM2MEM DRIVER
3355 M: Philipp Zabel <p.zabel@pengutronix.de>
3356 L: linux-media@vger.kernel.org
3358 F: Documentation/devicetree/bindings/media/coda.txt
3359 F: drivers/media/platform/coda/
3361 COMMON CLK FRAMEWORK
3362 M: Michael Turquette <mturquette@baylibre.com>
3363 M: Stephen Boyd <sboyd@codeaurora.org>
3364 L: linux-clk@vger.kernel.org
3365 Q: http://patchwork.kernel.org/project/linux-clk/list/
3366 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3368 F: Documentation/devicetree/bindings/clock/
3370 X: drivers/clk/clkdev.c
3371 F: include/linux/clk-pr*
3372 F: include/linux/clk/
3374 COMMON INTERNET FILE SYSTEM (CIFS)
3375 M: Steve French <sfrench@samba.org>
3376 L: linux-cifs@vger.kernel.org
3377 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3378 W: http://linux-cifs.samba.org/
3379 T: git git://git.samba.org/sfrench/cifs-2.6.git
3381 F: Documentation/filesystems/cifs/
3384 COMPACTPCI HOTPLUG CORE
3385 M: Scott Murray <scott@spiteful.org>
3386 L: linux-pci@vger.kernel.org
3388 F: drivers/pci/hotplug/cpci_hotplug*
3390 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3391 M: Scott Murray <scott@spiteful.org>
3392 L: linux-pci@vger.kernel.org
3394 F: drivers/pci/hotplug/cpcihp_zt5550.*
3396 COMPACTPCI HOTPLUG GENERIC DRIVER
3397 M: Scott Murray <scott@spiteful.org>
3398 L: linux-pci@vger.kernel.org
3400 F: drivers/pci/hotplug/cpcihp_generic.c
3402 COMPAL LAPTOP SUPPORT
3403 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3404 L: platform-driver-x86@vger.kernel.org
3406 F: drivers/platform/x86/compal-laptop.c
3408 CONEXANT ACCESSRUNNER USB DRIVER
3409 L: accessrunner-general@lists.sourceforge.net
3410 W: http://accessrunner.sourceforge.net/
3412 F: drivers/usb/atm/cxacru.c
3415 M: Joel Becker <jlbec@evilplan.org>
3416 M: Christoph Hellwig <hch@lst.de>
3417 T: git git://git.infradead.org/users/hch/configfs.git
3420 F: include/linux/configfs.h
3423 M: Evgeniy Polyakov <zbr@ioremap.net>
3424 L: netdev@vger.kernel.org
3426 F: drivers/connector/
3428 CONTROL GROUP (CGROUP)
3429 M: Tejun Heo <tj@kernel.org>
3430 M: Li Zefan <lizefan@huawei.com>
3431 M: Johannes Weiner <hannes@cmpxchg.org>
3432 L: cgroups@vger.kernel.org
3433 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3435 F: Documentation/cgroup*
3436 F: include/linux/cgroup*
3439 CONTROL GROUP - CPUSET
3440 M: Li Zefan <lizefan@huawei.com>
3441 L: cgroups@vger.kernel.org
3442 W: http://www.bullopensource.org/cpuset/
3443 W: http://oss.sgi.com/projects/cpusets/
3444 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3446 F: Documentation/cgroup-v1/cpusets.txt
3447 F: include/linux/cpuset.h
3450 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3451 M: Johannes Weiner <hannes@cmpxchg.org>
3452 M: Michal Hocko <mhocko@kernel.org>
3453 M: Vladimir Davydov <vdavydov.dev@gmail.com>
3454 L: cgroups@vger.kernel.org
3455 L: linux-mm@kvack.org
3460 CORETEMP HARDWARE MONITORING DRIVER
3461 M: Fenghua Yu <fenghua.yu@intel.com>
3462 L: linux-hwmon@vger.kernel.org
3464 F: Documentation/hwmon/coretemp
3465 F: drivers/hwmon/coretemp.c
3467 COSA/SRP SYNC SERIAL DRIVER
3468 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3469 W: http://www.fi.muni.cz/~kas/cosa/
3471 F: drivers/net/wan/cosa*
3473 CPMAC ETHERNET DRIVER
3474 M: Florian Fainelli <f.fainelli@gmail.com>
3475 L: netdev@vger.kernel.org
3477 F: drivers/net/ethernet/ti/cpmac.c
3479 CPU FREQUENCY DRIVERS
3480 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3481 M: Viresh Kumar <viresh.kumar@linaro.org>
3482 L: linux-pm@vger.kernel.org
3484 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3485 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3486 B: https://bugzilla.kernel.org
3487 F: Documentation/cpu-freq/
3488 F: Documentation/devicetree/bindings/cpufreq/
3490 F: include/linux/cpufreq.h
3491 F: tools/testing/selftests/cpufreq/
3493 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3494 M: Viresh Kumar <viresh.kumar@linaro.org>
3495 M: Sudeep Holla <sudeep.holla@arm.com>
3496 L: linux-pm@vger.kernel.org
3497 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3499 F: drivers/cpufreq/arm_big_little.h
3500 F: drivers/cpufreq/arm_big_little.c
3501 F: drivers/cpufreq/arm_big_little_dt.c
3503 CPUIDLE DRIVER - ARM BIG LITTLE
3504 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3505 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3506 L: linux-pm@vger.kernel.org
3507 L: linux-arm-kernel@lists.infradead.org
3508 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3510 F: drivers/cpuidle/cpuidle-big_little.c
3512 CPUIDLE DRIVER - ARM EXYNOS
3513 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3514 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3515 M: Kukjin Kim <kgene@kernel.org>
3516 L: linux-pm@vger.kernel.org
3517 L: linux-samsung-soc@vger.kernel.org
3519 F: drivers/cpuidle/cpuidle-exynos.c
3520 F: arch/arm/mach-exynos/pm.c
3523 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3524 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3525 L: linux-pm@vger.kernel.org
3527 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3528 B: https://bugzilla.kernel.org
3529 F: drivers/cpuidle/*
3530 F: include/linux/cpuidle.h
3533 M: "H. Peter Anvin" <hpa@zytor.com>
3535 F: arch/x86/kernel/cpuid.c
3536 F: arch/x86/kernel/msr.c
3538 CPU POWER MONITORING SUBSYSTEM
3539 M: Thomas Renninger <trenn@suse.com>
3540 L: linux-pm@vger.kernel.org
3542 F: tools/power/cpupower/
3545 W: http://sourceforge.net/projects/cramfs/
3546 S: Orphan / Obsolete
3547 F: Documentation/filesystems/cramfs.txt
3551 M: Mikael Starvik <starvik@axis.com>
3552 M: Jesper Nilsson <jesper.nilsson@axis.com>
3553 L: linux-cris-kernel@axis.com
3554 W: http://developer.axis.com
3555 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3558 F: drivers/tty/serial/crisv10.*
3561 M: Herbert Xu <herbert@gondor.apana.org.au>
3562 M: "David S. Miller" <davem@davemloft.net>
3563 L: linux-crypto@vger.kernel.org
3564 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3565 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3567 F: Documentation/crypto/
3568 F: Documentation/devicetree/bindings/crypto/
3569 F: Documentation/DocBook/crypto-API.tmpl
3574 F: include/linux/crypto*
3576 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3577 M: Neil Horman <nhorman@tuxdriver.com>
3578 L: linux-crypto@vger.kernel.org
3580 F: crypto/ansi_cprng.c
3584 M: Hans Verkuil <hverkuil@xs4all.nl>
3585 L: linux-media@vger.kernel.org
3586 T: git git://linuxtv.org/media_tree.git
3587 W: http://linuxtv.org
3589 F: drivers/media/i2c/cs3308.c
3590 F: drivers/media/i2c/cs3308.h
3592 CS5535 Audio ALSA driver
3593 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3595 F: sound/pci/cs5535audio/
3598 M: Solomon Peachy <pizza@shaftnet.org>
3600 F: drivers/net/wireless/st/cw1200/
3602 CX18 VIDEO4LINUX DRIVER
3603 M: Andy Walls <awalls@md.metrocast.net>
3604 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3605 L: linux-media@vger.kernel.org
3606 T: git git://linuxtv.org/media_tree.git
3607 W: https://linuxtv.org
3608 W: http://www.ivtvdriver.org/index.php/Cx18
3610 F: Documentation/media/v4l-drivers/cx18*
3611 F: drivers/media/pci/cx18/
3612 F: include/uapi/linux/ivtv*
3614 CX2341X MPEG ENCODER HELPER MODULE
3615 M: Hans Verkuil <hverkuil@xs4all.nl>
3616 L: linux-media@vger.kernel.org
3617 T: git git://linuxtv.org/media_tree.git
3618 W: https://linuxtv.org
3620 F: drivers/media/common/cx2341x*
3621 F: include/media/cx2341x*
3623 CX24120 MEDIA DRIVER
3624 M: Jemma Denson <jdenson@gmail.com>
3625 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3626 L: linux-media@vger.kernel.org
3627 W: https://linuxtv.org
3628 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3630 F: drivers/media/dvb-frontends/cx24120*
3632 CX88 VIDEO4LINUX DRIVER
3633 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3634 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3635 L: linux-media@vger.kernel.org
3636 W: https://linuxtv.org
3637 T: git git://linuxtv.org/media_tree.git
3639 F: Documentation/media/v4l-drivers/cx88*
3640 F: drivers/media/pci/cx88/
3642 CXD2820R MEDIA DRIVER
3643 M: Antti Palosaari <crope@iki.fi>
3644 L: linux-media@vger.kernel.org
3645 W: https://linuxtv.org
3646 W: http://palosaari.fi/linux/
3647 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3648 T: git git://linuxtv.org/anttip/media_tree.git
3650 F: drivers/media/dvb-frontends/cxd2820r*
3652 CXGB3 ETHERNET DRIVER (CXGB3)
3653 M: Santosh Raspatur <santosh@chelsio.com>
3654 L: netdev@vger.kernel.org
3655 W: http://www.chelsio.com
3657 F: drivers/net/ethernet/chelsio/cxgb3/
3659 CXGB3 ISCSI DRIVER (CXGB3I)
3660 M: Karen Xie <kxie@chelsio.com>
3661 L: linux-scsi@vger.kernel.org
3662 W: http://www.chelsio.com
3664 F: drivers/scsi/cxgbi/cxgb3i
3666 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3667 M: Steve Wise <swise@chelsio.com>
3668 L: linux-rdma@vger.kernel.org
3669 W: http://www.openfabrics.org
3671 F: drivers/infiniband/hw/cxgb3/
3672 F: include/uapi/rdma/cxgb3-abi.h
3674 CXGB4 ETHERNET DRIVER (CXGB4)
3675 M: Ganesh Goudar <ganeshgr@chelsio.com>
3676 L: netdev@vger.kernel.org
3677 W: http://www.chelsio.com
3679 F: drivers/net/ethernet/chelsio/cxgb4/
3681 CXGB4 ISCSI DRIVER (CXGB4I)
3682 M: Karen Xie <kxie@chelsio.com>
3683 L: linux-scsi@vger.kernel.org
3684 W: http://www.chelsio.com
3686 F: drivers/scsi/cxgbi/cxgb4i
3688 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3689 M: Steve Wise <swise@chelsio.com>
3690 L: linux-rdma@vger.kernel.org
3691 W: http://www.openfabrics.org
3693 F: drivers/infiniband/hw/cxgb4/
3694 F: include/uapi/rdma/cxgb4-abi.h
3696 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3697 M: Casey Leedom <leedom@chelsio.com>
3698 L: netdev@vger.kernel.org
3699 W: http://www.chelsio.com
3701 F: drivers/net/ethernet/chelsio/cxgb4vf/
3703 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3704 M: Ian Munsie <imunsie@au1.ibm.com>
3705 M: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3706 L: linuxppc-dev@lists.ozlabs.org
3708 F: arch/powerpc/platforms/powernv/pci-cxl.c
3709 F: drivers/misc/cxl/
3710 F: include/misc/cxl*
3711 F: include/uapi/misc/cxl.h
3712 F: Documentation/powerpc/cxl.txt
3713 F: Documentation/ABI/testing/sysfs-class-cxl
3715 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3716 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3717 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3718 M: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3719 L: linux-scsi@vger.kernel.org
3721 F: drivers/scsi/cxlflash/
3722 F: include/uapi/scsi/cxlflash_ioctls.h
3723 F: Documentation/powerpc/cxlflash.txt
3725 STMMAC ETHERNET DRIVER
3726 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3727 M: Alexandre Torgue <alexandre.torgue@st.com>
3728 L: netdev@vger.kernel.org
3729 W: http://www.stlinux.com
3731 F: drivers/net/ethernet/stmicro/stmmac/
3734 M: Russell King <linux@armlinux.org.uk>
3735 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3736 W: http://www.armlinux.org.uk/
3738 F: drivers/video/fbdev/cyber2000fb.*
3740 CYCLADES ASYNC MUX DRIVER
3741 W: http://www.cyclades.com/
3743 F: drivers/tty/cyclades.c
3744 F: include/linux/cyclades.h
3745 F: include/uapi/linux/cyclades.h
3747 CYCLADES PC300 DRIVER
3748 W: http://www.cyclades.com/
3750 F: drivers/net/wan/pc300*
3752 CYPRESS_FIRMWARE MEDIA DRIVER
3753 M: Antti Palosaari <crope@iki.fi>
3754 L: linux-media@vger.kernel.org
3755 W: https://linuxtv.org
3756 W: http://palosaari.fi/linux/
3757 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3758 T: git git://linuxtv.org/anttip/media_tree.git
3760 F: drivers/media/common/cypress_firmware*
3762 CYTTSP TOUCHSCREEN DRIVER
3763 M: Ferruh Yigit <fery@cypress.com>
3764 L: linux-input@vger.kernel.org
3766 F: drivers/input/touchscreen/cyttsp*
3767 F: include/linux/input/cyttsp.h
3769 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3770 M: Joshua Kinard <kumba@gentoo.org>
3772 F: drivers/rtc/rtc-ds1685.c
3773 F: include/linux/rtc/ds1685.h
3775 DAMA SLAVE for AX.25
3776 M: Joerg Reuter <jreuter@yaina.de>
3777 W: http://yaina.de/jreuter/
3778 W: http://www.qsl.net/dl1bke/
3779 L: linux-hams@vger.kernel.org
3781 F: net/ax25/af_ax25.c
3782 F: net/ax25/ax25_dev.c
3783 F: net/ax25/ax25_ds_*
3784 F: net/ax25/ax25_in.c
3785 F: net/ax25/ax25_out.c
3786 F: net/ax25/ax25_timer.c
3787 F: net/ax25/sysctl_net_ax25.c
3789 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3790 L: netdev@vger.kernel.org
3792 F: Documentation/networking/dmfe.txt
3793 F: drivers/net/ethernet/dec/tulip/dmfe.c
3795 DC390/AM53C974 SCSI driver
3796 M: Hannes Reinecke <hare@suse.com>
3797 L: linux-scsi@vger.kernel.org
3799 F: drivers/scsi/am53c974.c
3802 M: Oliver Neukum <oliver@neukum.org>
3803 M: Ali Akcaagac <aliakc@web.de>
3804 M: Jamie Lenehan <lenehan@twibble.org>
3805 L: dc395x@twibble.org
3806 W: http://twibble.org/dist/dc395x/
3807 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3809 F: Documentation/scsi/dc395x.txt
3810 F: drivers/scsi/dc395x.*
3813 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3814 L: dccp@vger.kernel.org
3815 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3817 F: include/linux/dccp.h
3818 F: include/uapi/linux/dccp.h
3819 F: include/linux/tfrc.h
3822 DECnet NETWORK LAYER
3823 W: http://linux-decnet.sourceforge.net
3824 L: linux-decnet-user@lists.sourceforge.net
3826 F: Documentation/networking/decnet.txt
3829 DECSTATION PLATFORM SUPPORT
3830 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3831 L: linux-mips@linux-mips.org
3832 W: http://www.linux-mips.org/wiki/DECstation
3835 F: arch/mips/include/asm/dec/
3836 F: arch/mips/include/asm/mach-dec/
3838 DEFXX FDDI NETWORK DRIVER
3839 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3841 F: drivers/net/fddi/defxx.*
3844 M: Matthew Garrett <mjg59@srcf.ucam.org>
3845 M: Pali Rohár <pali.rohar@gmail.com>
3846 L: platform-driver-x86@vger.kernel.org
3848 F: drivers/platform/x86/dell-laptop.c
3850 DELL LAPTOP RBTN DRIVER
3851 M: Pali Rohár <pali.rohar@gmail.com>
3853 F: drivers/platform/x86/dell-rbtn.*
3855 DELL LAPTOP FREEFALL DRIVER
3856 M: Pali Rohár <pali.rohar@gmail.com>
3858 F: drivers/platform/x86/dell-smo8800.c
3860 DELL LAPTOP SMM DRIVER
3861 M: Pali Rohár <pali.rohar@gmail.com>
3863 F: drivers/hwmon/dell-smm-hwmon.c
3864 F: include/uapi/linux/i8k.h
3866 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3867 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3869 F: Documentation/dcdbas.txt
3870 F: drivers/firmware/dcdbas.*
3872 DELL WMI EXTRAS DRIVER
3873 M: Matthew Garrett <mjg59@srcf.ucam.org>
3874 M: Pali Rohár <pali.rohar@gmail.com>
3876 F: drivers/platform/x86/dell-wmi.c
3878 DESIGNWARE USB2 DRD IP DRIVER
3879 M: John Youn <johnyoun@synopsys.com>
3880 L: linux-usb@vger.kernel.org
3881 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3883 F: drivers/usb/dwc2/
3885 DESIGNWARE USB3 DRD IP DRIVER
3886 M: Felipe Balbi <balbi@kernel.org>
3887 L: linux-usb@vger.kernel.org
3888 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3890 F: drivers/usb/dwc3/
3892 DEVANTECH SRF ULTRASONIC RANGER IIO DRIVER
3893 M: Andreas Klinger <ak@it-klinger.de>
3894 L: linux-iio@vger.kernel.org
3896 F: drivers/iio/proximity/srf*.c
3898 DEVICE COREDUMP (DEV_COREDUMP)
3899 M: Johannes Berg <johannes@sipsolutions.net>
3900 L: linux-kernel@vger.kernel.org
3902 F: drivers/base/devcoredump.c
3903 F: include/linux/devcoredump.h
3905 DEVICE FREQUENCY (DEVFREQ)
3906 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3907 M: Kyungmin Park <kyungmin.park@samsung.com>
3908 R: 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
3913 F: include/linux/devfreq.h
3914 F: Documentation/devicetree/bindings/devfreq/
3916 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3917 M: Chanwoo Choi <cw00.choi@samsung.com>
3918 L: linux-pm@vger.kernel.org
3919 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3921 F: drivers/devfreq/event/
3922 F: drivers/devfreq/devfreq-event.c
3923 F: include/linux/devfreq-event.h
3924 F: Documentation/devicetree/bindings/devfreq/event/
3926 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3927 M: Chanwoo Choi <cw00.choi@samsung.com>
3928 L: linux-pm@vger.kernel.org
3929 L: linux-samsung-soc@vger.kernel.org
3930 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3932 F: drivers/devfreq/exynos-bus.c
3933 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3935 DEVICE NUMBER REGISTRY
3936 M: Torben Mathiasen <device@lanana.org>
3937 W: http://lanana.org/docs/device-list/index.html
3941 M: Alasdair Kergon <agk@redhat.com>
3942 M: Mike Snitzer <snitzer@redhat.com>
3943 M: dm-devel@redhat.com
3944 L: dm-devel@redhat.com
3945 W: http://sources.redhat.com/dm
3946 Q: http://patchwork.kernel.org/project/dm-devel/list/
3947 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3948 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3950 F: Documentation/device-mapper/
3952 F: drivers/md/persistent-data/
3953 F: include/linux/device-mapper.h
3954 F: include/linux/dm-*.h
3955 F: include/uapi/linux/dm-*.h
3958 M: Jiri Pirko <jiri@mellanox.com>
3959 L: netdev@vger.kernel.org
3961 F: net/core/devlink.c
3962 F: include/net/devlink.h
3963 F: include/uapi/linux/devlink.h
3965 DIALOG SEMICONDUCTOR DRIVERS
3966 M: Support Opensource <support.opensource@diasemi.com>
3967 W: http://www.dialog-semiconductor.com/products
3969 F: Documentation/hwmon/da90??
3970 F: Documentation/devicetree/bindings/mfd/da90*.txt
3971 F: Documentation/devicetree/bindings/regulator/da92*.txt
3972 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3973 F: drivers/gpio/gpio-da90??.c
3974 F: drivers/hwmon/da90??-hwmon.c
3975 F: drivers/iio/adc/da91??-*.c
3976 F: drivers/input/misc/da90??_onkey.c
3977 F: drivers/input/touchscreen/da9052_tsi.c
3978 F: drivers/leds/leds-da90??.c
3979 F: drivers/mfd/da903x.c
3980 F: drivers/mfd/da90??-*.c
3981 F: drivers/mfd/da91??-*.c
3982 F: drivers/power/supply/da9052-battery.c
3983 F: drivers/power/supply/da91??-*.c
3984 F: drivers/regulator/da903x.c
3985 F: drivers/regulator/da9???-regulator.[ch]
3986 F: drivers/rtc/rtc-da90??.c
3987 F: drivers/video/backlight/da90??_bl.c
3988 F: drivers/watchdog/da90??_wdt.c
3989 F: include/linux/mfd/da903x.h
3990 F: include/linux/mfd/da9052/
3991 F: include/linux/mfd/da9055/
3992 F: include/linux/mfd/da9062/
3993 F: include/linux/mfd/da9063/
3994 F: include/linux/mfd/da9150/
3995 F: include/linux/regulator/da9211.h
3996 F: include/sound/da[79]*.h
3997 F: sound/soc/codecs/da[79]*.[ch]
3999 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
4000 M: William Breathitt Gray <vilhelm.gray@gmail.com>
4001 L: linux-gpio@vger.kernel.org
4003 F: drivers/gpio/gpio-gpio-mm.c
4005 DIGI NEO AND CLASSIC PCI PRODUCTS
4006 M: Lidza Louina <lidza.louina@gmail.com>
4007 M: Mark Hounschell <markh@compro.net>
4008 L: driverdev-devel@linuxdriverproject.org
4010 F: drivers/staging/dgnc/
4012 DIOLAN U2C-12 I2C DRIVER
4013 M: Guenter Roeck <linux@roeck-us.net>
4014 L: linux-i2c@vger.kernel.org
4016 F: drivers/i2c/busses/i2c-diolan-u2c.c
4019 M: Matthew Wilcox <mawilcox@microsoft.com>
4020 M: Ross Zwisler <ross.zwisler@linux.intel.com>
4021 L: linux-fsdevel@vger.kernel.org
4024 F: include/linux/dax.h
4025 F: include/trace/events/fs_dax.h
4027 DIRECTORY NOTIFICATION (DNOTIFY)
4028 M: Eric Paris <eparis@parisplace.org>
4030 F: Documentation/filesystems/dnotify.txt
4031 F: fs/notify/dnotify/
4032 F: include/linux/dnotify.h
4034 DISK GEOMETRY AND PARTITION HANDLING
4035 M: Andries Brouwer <aeb@cwi.nl>
4036 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
4037 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
4038 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
4042 M: Jan Kara <jack@suse.com>
4044 F: Documentation/filesystems/quota.txt
4046 F: include/linux/quota*.h
4047 F: include/uapi/linux/quota*.h
4049 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
4050 M: Bernie Thompson <bernie@plugable.com>
4051 L: linux-fbdev@vger.kernel.org
4053 W: http://plugable.com/category/projects/udlfb/
4054 F: drivers/video/fbdev/udlfb.c
4055 F: include/video/udlfb.h
4056 F: Documentation/fb/udlfb.txt
4058 DISTRIBUTED LOCK MANAGER (DLM)
4059 M: Christine Caulfield <ccaulfie@redhat.com>
4060 M: David Teigland <teigland@redhat.com>
4061 L: cluster-devel@redhat.com
4062 W: http://sources.redhat.com/cluster/
4063 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
4067 DMA BUFFER SHARING FRAMEWORK
4068 M: Sumit Semwal <sumit.semwal@linaro.org>
4070 L: linux-media@vger.kernel.org
4071 L: dri-devel@lists.freedesktop.org
4072 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
4074 F: include/linux/dma-buf*
4075 F: include/linux/reservation.h
4076 F: include/linux/*fence.h
4077 F: Documentation/driver-api/dma-buf.rst
4078 T: git git://anongit.freedesktop.org/drm/drm-misc
4081 M: Sumit Semwal <sumit.semwal@linaro.org>
4082 R: Gustavo Padovan <gustavo@padovan.org>
4084 L: linux-media@vger.kernel.org
4085 L: dri-devel@lists.freedesktop.org
4086 F: drivers/dma-buf/sync_*
4087 F: drivers/dma-buf/dma-fence*
4088 F: drivers/dma-buf/sw_sync.c
4089 F: include/linux/sync_file.h
4090 F: include/uapi/linux/sync_file.h
4091 F: Documentation/sync_file.txt
4092 T: git git://anongit.freedesktop.org/drm/drm-misc
4094 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4095 M: Vinod Koul <vinod.koul@intel.com>
4096 L: dmaengine@vger.kernel.org
4097 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
4100 F: include/linux/dmaengine.h
4101 F: Documentation/devicetree/bindings/dma/
4102 F: Documentation/dmaengine/
4103 T: git git://git.infradead.org/users/vkoul/slave-dma.git
4105 DME1737 HARDWARE MONITOR DRIVER
4106 M: Juerg Haefliger <juergh@gmail.com>
4107 L: linux-hwmon@vger.kernel.org
4109 F: Documentation/hwmon/dme1737
4110 F: drivers/hwmon/dme1737.c
4113 M: Jean Delvare <jdelvare@suse.com>
4115 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4116 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
4117 F: drivers/firmware/dmi-id.c
4118 F: drivers/firmware/dmi_scan.c
4119 F: include/linux/dmi.h
4122 M: Jonathan Corbet <corbet@lwn.net>
4123 L: linux-doc@vger.kernel.org
4126 F: scripts/docproc.c
4127 F: scripts/kernel-doc*
4128 X: Documentation/ABI/
4129 X: Documentation/devicetree/
4130 X: Documentation/acpi
4131 X: Documentation/power
4132 X: Documentation/spi
4133 X: Documentation/media
4134 T: git git://git.lwn.net/linux.git docs-next
4137 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
4138 L: blinux-list@redhat.com
4140 F: drivers/char/dtlk.c
4141 F: include/linux/dtlk.h
4143 DPAA2 DATAPATH I/O (DPIO) DRIVER
4144 M: Roy Pledge <Roy.Pledge@nxp.com>
4145 L: linux-kernel@vger.kernel.org
4147 F: drivers/staging/fsl-mc/bus/dpio
4149 DPAA2 ETHERNET DRIVER
4150 M: Ioana Radulescu <ruxandra.radulescu@nxp.com>
4151 L: linux-kernel@vger.kernel.org
4153 F: drivers/staging/fsl-dpaa2/ethernet
4155 DPT_I2O SCSI RAID DRIVER
4156 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4157 L: linux-scsi@vger.kernel.org
4158 W: http://www.adaptec.com/
4160 F: drivers/scsi/dpt*
4161 F: drivers/scsi/dpt/
4164 M: Philipp Reisner <philipp.reisner@linbit.com>
4165 M: Lars Ellenberg <lars.ellenberg@linbit.com>
4166 L: drbd-dev@lists.linbit.com
4167 W: http://www.drbd.org
4168 T: git git://git.linbit.com/linux-drbd.git
4169 T: git git://git.linbit.com/drbd-8.4.git
4171 F: drivers/block/drbd/
4173 F: Documentation/blockdev/drbd/
4175 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
4176 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4177 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4179 F: Documentation/kobject.txt
4183 F: include/linux/debugfs.h
4184 F: include/linux/kobj*
4188 M: David Airlie <airlied@linux.ie>
4189 L: dri-devel@lists.freedesktop.org
4190 T: git git://people.freedesktop.org/~airlied/linux
4191 B: https://bugs.freedesktop.org/
4192 C: irc://chat.freenode.net/dri-devel
4196 F: Documentation/devicetree/bindings/display/
4197 F: Documentation/devicetree/bindings/gpu/
4198 F: Documentation/devicetree/bindings/video/
4199 F: Documentation/gpu/
4201 F: include/uapi/drm/
4202 F: include/linux/vga*
4204 DRM DRIVERS AND MISC GPU PATCHES
4205 M: Daniel Vetter <daniel.vetter@intel.com>
4206 M: Jani Nikula <jani.nikula@linux.intel.com>
4207 M: Sean Paul <seanpaul@chromium.org>
4208 W: https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4210 T: git git://anongit.freedesktop.org/drm/drm-misc
4211 F: Documentation/gpu/
4213 F: drivers/gpu/drm/*
4215 F: include/uapi/drm/drm*
4216 F: include/linux/vga*
4218 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4219 M: Dave Airlie <airlied@redhat.com>
4221 F: drivers/gpu/drm/ast/
4223 DRM DRIVERS FOR BRIDGE CHIPS
4224 M: Archit Taneja <architt@codeaurora.org>
4226 T: git git://anongit.freedesktop.org/drm/drm-misc
4227 F: drivers/gpu/drm/bridge/
4229 DRM DRIVER FOR BOCHS VIRTUAL GPU
4230 M: Gerd Hoffmann <kraxel@redhat.com>
4231 L: virtualization@lists.linux-foundation.org
4232 T: git git://anongit.freedesktop.org/drm/drm-misc
4234 F: drivers/gpu/drm/bochs/
4236 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4237 M: Dave Airlie <airlied@redhat.com>
4238 M: Gerd Hoffmann <kraxel@redhat.com>
4239 L: virtualization@lists.linux-foundation.org
4240 T: git git://anongit.freedesktop.org/drm/drm-misc
4242 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
4243 F: drivers/gpu/drm/cirrus/
4245 RADEON and AMDGPU DRM DRIVERS
4246 M: Alex Deucher <alexander.deucher@amd.com>
4247 M: Christian König <christian.koenig@amd.com>
4248 L: amd-gfx@lists.freedesktop.org
4249 T: git git://people.freedesktop.org/~agd5f/linux
4251 F: drivers/gpu/drm/radeon/
4252 F: include/uapi/drm/radeon_drm.h
4253 F: drivers/gpu/drm/amd/
4254 F: include/uapi/drm/amdgpu_drm.h
4257 M: Thierry Reding <thierry.reding@gmail.com>
4258 L: dri-devel@lists.freedesktop.org
4259 T: git git://anongit.freedesktop.org/tegra/linux.git
4261 F: drivers/gpu/drm/drm_panel.c
4262 F: drivers/gpu/drm/panel/
4263 F: include/drm/drm_panel.h
4264 F: Documentation/devicetree/bindings/display/panel/
4266 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4267 M: Daniel Vetter <daniel.vetter@intel.com>
4268 M: Jani Nikula <jani.nikula@linux.intel.com>
4269 L: intel-gfx@lists.freedesktop.org
4270 W: https://01.org/linuxgraphics/
4271 B: https://01.org/linuxgraphics/documentation/how-report-bugs
4272 C: irc://chat.freenode.net/intel-gfx
4273 Q: http://patchwork.freedesktop.org/project/intel-gfx/
4274 T: git git://anongit.freedesktop.org/drm-intel
4276 F: drivers/gpu/drm/i915/
4277 F: include/drm/i915*
4278 F: include/uapi/drm/i915_drm.h
4279 F: Documentation/gpu/i915.rst
4281 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4282 M: Zhenyu Wang <zhenyuw@linux.intel.com>
4283 M: Zhi Wang <zhi.a.wang@intel.com>
4284 L: intel-gvt-dev@lists.freedesktop.org
4285 L: intel-gfx@lists.freedesktop.org
4286 W: https://01.org/igvt-g
4287 T: git https://github.com/01org/gvt-linux.git
4289 F: drivers/gpu/drm/i915/gvt/
4291 DRM DRIVERS FOR ATMEL HLCDC
4292 M: Boris Brezillon <boris.brezillon@free-electrons.com>
4293 L: dri-devel@lists.freedesktop.org
4295 F: drivers/gpu/drm/atmel-hlcdc/
4296 F: Documentation/devicetree/bindings/drm/atmel/
4297 T: git git://anongit.freedesktop.org/drm/drm-misc
4299 DRM DRIVERS FOR ALLWINNER A10
4300 M: Maxime Ripard <maxime.ripard@free-electrons.com>
4301 L: dri-devel@lists.freedesktop.org
4303 F: drivers/gpu/drm/sun4i/
4304 F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4305 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git
4307 DRM DRIVERS FOR AMLOGIC SOCS
4308 M: Neil Armstrong <narmstrong@baylibre.com>
4309 L: dri-devel@lists.freedesktop.org
4310 L: linux-amlogic@lists.infradead.org
4311 W: http://linux-meson.com/
4313 F: drivers/gpu/drm/meson/
4314 F: Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4315 F: Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
4316 F: Documentation/gpu/meson.rst
4317 T: git git://anongit.freedesktop.org/drm/drm-misc
4319 DRM DRIVERS FOR EXYNOS
4320 M: Inki Dae <inki.dae@samsung.com>
4321 M: Joonyoung Shim <jy0922.shim@samsung.com>
4322 M: Seung-Woo Kim <sw0312.kim@samsung.com>
4323 M: Kyungmin Park <kyungmin.park@samsung.com>
4324 L: dri-devel@lists.freedesktop.org
4325 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4327 F: drivers/gpu/drm/exynos/
4328 F: include/uapi/drm/exynos_drm.h
4329 F: Documentation/devicetree/bindings/display/exynos/
4331 DRM DRIVERS FOR FREESCALE DCU
4332 M: Stefan Agner <stefan@agner.ch>
4333 M: Alison Wang <alison.wang@freescale.com>
4334 L: dri-devel@lists.freedesktop.org
4336 F: drivers/gpu/drm/fsl-dcu/
4337 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
4338 F: Documentation/devicetree/bindings/display/fsl,tcon.txt
4339 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4341 DRM DRIVERS FOR FREESCALE IMX
4342 M: Philipp Zabel <p.zabel@pengutronix.de>
4343 L: dri-devel@lists.freedesktop.org
4345 F: drivers/gpu/drm/imx/
4346 F: drivers/gpu/ipu-v3/
4347 F: Documentation/devicetree/bindings/display/imx/
4349 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4350 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4351 L: dri-devel@lists.freedesktop.org
4352 T: git git://github.com/patjak/drm-gma500
4354 F: drivers/gpu/drm/gma500/
4356 DRM DRIVERS FOR HISILICON
4357 M: Xinliang Liu <z.liuxinliang@hisilicon.com>
4358 M: Rongrong Zou <zourongrong@gmail.com>
4359 R: Xinwei Kong <kong.kongxinwei@hisilicon.com>
4360 R: Chen Feng <puck.chen@hisilicon.com>
4361 L: dri-devel@lists.freedesktop.org
4362 T: git git://github.com/xin3liang/linux.git
4364 F: drivers/gpu/drm/hisilicon/
4365 F: Documentation/devicetree/bindings/display/hisilicon/
4367 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4368 S: Orphan / Obsolete
4369 F: drivers/gpu/drm/i810/
4370 F: include/uapi/drm/i810_drm.h
4372 DRM DRIVERS FOR MEDIATEK
4373 M: CK Hu <ck.hu@mediatek.com>
4374 M: Philipp Zabel <p.zabel@pengutronix.de>
4375 L: dri-devel@lists.freedesktop.org
4377 F: drivers/gpu/drm/mediatek/
4378 F: Documentation/devicetree/bindings/display/mediatek/
4380 DRM DRIVER FOR MI0283QT
4381 M: Noralf Trønnes <noralf@tronnes.org>
4383 F: drivers/gpu/drm/tinydrm/mi0283qt.c
4384 F: Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
4386 DRM DRIVER FOR MSM ADRENO GPU
4387 M: Rob Clark <robdclark@gmail.com>
4388 L: linux-arm-msm@vger.kernel.org
4389 L: dri-devel@lists.freedesktop.org
4390 L: freedreno@lists.freedesktop.org
4391 T: git git://people.freedesktop.org/~robclark/linux
4393 F: drivers/gpu/drm/msm/
4394 F: include/uapi/drm/msm_drm.h
4395 F: Documentation/devicetree/bindings/display/msm/
4397 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4398 M: Ben Skeggs <bskeggs@redhat.com>
4399 L: dri-devel@lists.freedesktop.org
4400 L: nouveau@lists.freedesktop.org
4401 T: git git://github.com/skeggsb/linux
4403 F: drivers/gpu/drm/nouveau/
4404 F: include/uapi/drm/nouveau_drm.h
4406 DRM DRIVERS FOR NVIDIA TEGRA
4407 M: Thierry Reding <thierry.reding@gmail.com>
4408 L: dri-devel@lists.freedesktop.org
4409 L: linux-tegra@vger.kernel.org
4410 T: git git://anongit.freedesktop.org/tegra/linux.git
4412 F: drivers/gpu/drm/tegra/
4413 F: drivers/gpu/host1x/
4414 F: include/linux/host1x.h
4415 F: include/uapi/drm/tegra_drm.h
4416 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4418 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4419 S: Orphan / Obsolete
4420 F: drivers/gpu/drm/mga/
4421 F: include/uapi/drm/mga_drm.h
4423 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4424 M: Dave Airlie <airlied@redhat.com>
4426 F: drivers/gpu/drm/mgag200/
4428 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4429 S: Orphan / Obsolete
4430 F: drivers/gpu/drm/r128/
4431 F: include/uapi/drm/r128_drm.h
4433 DRM DRIVERS FOR RENESAS
4434 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4435 L: dri-devel@lists.freedesktop.org
4436 L: linux-renesas-soc@vger.kernel.org
4437 T: git git://linuxtv.org/pinchartl/fbdev
4439 F: drivers/gpu/drm/rcar-du/
4440 F: drivers/gpu/drm/shmobile/
4441 F: include/linux/platform_data/shmob_drm.h
4442 F: Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt
4443 F: Documentation/devicetree/bindings/display/renesas,du.txt
4445 DRM DRIVER FOR QXL VIRTUAL GPU
4446 M: Dave Airlie <airlied@redhat.com>
4447 M: Gerd Hoffmann <kraxel@redhat.com>
4448 L: virtualization@lists.linux-foundation.org
4449 T: git git://anongit.freedesktop.org/drm/drm-misc
4451 F: drivers/gpu/drm/qxl/
4452 F: include/uapi/drm/qxl_drm.h
4454 DRM DRIVERS FOR ROCKCHIP
4455 M: Mark Yao <mark.yao@rock-chips.com>
4456 L: dri-devel@lists.freedesktop.org
4458 F: drivers/gpu/drm/rockchip/
4459 F: Documentation/devicetree/bindings/display/rockchip/
4460 T: git git://anongit.freedesktop.org/drm/drm-misc
4462 DRM DRIVER FOR SAVAGE VIDEO CARDS
4463 S: Orphan / Obsolete
4464 F: drivers/gpu/drm/savage/
4465 F: include/uapi/drm/savage_drm.h
4467 DRM DRIVER FOR SIS VIDEO CARDS
4468 S: Orphan / Obsolete
4469 F: drivers/gpu/drm/sis/
4470 F: include/uapi/drm/sis_drm.h
4473 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
4474 M: Vincent Abriou <vincent.abriou@st.com>
4475 L: dri-devel@lists.freedesktop.org
4476 T: git git://anongit.freedesktop.org/drm/drm-misc
4478 F: drivers/gpu/drm/sti
4479 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
4481 DRM DRIVER FOR TDFX VIDEO CARDS
4482 S: Orphan / Obsolete
4483 F: drivers/gpu/drm/tdfx/
4485 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4486 M: Dave Airlie <airlied@redhat.com>
4488 F: drivers/gpu/drm/udl/
4490 DRM DRIVERS FOR VIVANTE GPU IP
4491 M: Lucas Stach <l.stach@pengutronix.de>
4492 R: Russell King <linux+etnaviv@armlinux.org.uk>
4493 R: Christian Gmeiner <christian.gmeiner@gmail.com>
4494 L: etnaviv@lists.freedesktop.org
4495 L: dri-devel@lists.freedesktop.org
4497 F: drivers/gpu/drm/etnaviv/
4498 F: include/uapi/drm/etnaviv_drm.h
4499 F: Documentation/devicetree/bindings/display/etnaviv/
4501 DRM DRIVER FOR VMWARE VIRTUAL GPU
4502 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4503 M: Sinclair Yeh <syeh@vmware.com>
4504 M: Thomas Hellstrom <thellstrom@vmware.com>
4505 L: dri-devel@lists.freedesktop.org
4506 T: git git://people.freedesktop.org/~syeh/repos_linux
4507 T: git git://people.freedesktop.org/~thomash/linux
4509 F: drivers/gpu/drm/vmwgfx/
4510 F: include/uapi/drm/vmwgfx_drm.h
4513 M: Eric Anholt <eric@anholt.net>
4514 T: git git://github.com/anholt/linux
4516 F: drivers/gpu/drm/vc4/
4517 F: include/uapi/drm/vc4_drm.h
4518 F: Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4519 T: git git://anongit.freedesktop.org/drm/drm-misc
4521 DRM DRIVERS FOR TI OMAP
4522 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4523 L: dri-devel@lists.freedesktop.org
4525 F: drivers/gpu/drm/omapdrm/
4526 F: Documentation/devicetree/bindings/display/ti/
4528 DRM DRIVERS FOR TI LCDC
4529 M: Jyri Sarha <jsarha@ti.com>
4530 R: Tomi Valkeinen <tomi.valkeinen@ti.com>
4531 L: dri-devel@lists.freedesktop.org
4533 F: drivers/gpu/drm/tilcdc/
4534 F: Documentation/devicetree/bindings/display/tilcdc/
4536 DRM DRIVERS FOR ZTE ZX
4537 M: Shawn Guo <shawnguo@kernel.org>
4538 L: dri-devel@lists.freedesktop.org
4540 F: drivers/gpu/drm/zte/
4541 F: Documentation/devicetree/bindings/display/zte,vou.txt
4542 T: git git://anongit.freedesktop.org/drm/drm-misc
4544 DSBR100 USB FM RADIO DRIVER
4545 M: Alexey Klimov <klimov.linux@gmail.com>
4546 L: linux-media@vger.kernel.org
4547 T: git git://linuxtv.org/media_tree.git
4549 F: drivers/media/radio/dsbr100.c
4552 M: Francois Romieu <romieu@fr.zoreil.com>
4553 L: netdev@vger.kernel.org
4555 F: drivers/net/wan/dscc4.c
4558 M: Hans Verkuil <hverkuil@xs4all.nl>
4559 L: linux-media@vger.kernel.org
4560 T: git git://linuxtv.org/media_tree.git
4561 W: https://linuxtv.org
4563 F: drivers/media/pci/dt3155/
4565 DVB_USB_AF9015 MEDIA DRIVER
4566 M: Antti Palosaari <crope@iki.fi>
4567 L: linux-media@vger.kernel.org
4568 W: https://linuxtv.org
4569 W: http://palosaari.fi/linux/
4570 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4571 T: git git://linuxtv.org/anttip/media_tree.git
4573 F: drivers/media/usb/dvb-usb-v2/af9015*
4575 DVB_USB_AF9035 MEDIA DRIVER
4576 M: Antti Palosaari <crope@iki.fi>
4577 L: linux-media@vger.kernel.org
4578 W: https://linuxtv.org
4579 W: http://palosaari.fi/linux/
4580 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4581 T: git git://linuxtv.org/anttip/media_tree.git
4583 F: drivers/media/usb/dvb-usb-v2/af9035*
4585 DVB_USB_ANYSEE MEDIA DRIVER
4586 M: Antti Palosaari <crope@iki.fi>
4587 L: linux-media@vger.kernel.org
4588 W: https://linuxtv.org
4589 W: http://palosaari.fi/linux/
4590 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4591 T: git git://linuxtv.org/anttip/media_tree.git
4593 F: drivers/media/usb/dvb-usb-v2/anysee*
4595 DVB_USB_AU6610 MEDIA DRIVER
4596 M: Antti Palosaari <crope@iki.fi>
4597 L: linux-media@vger.kernel.org
4598 W: https://linuxtv.org
4599 W: http://palosaari.fi/linux/
4600 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4601 T: git git://linuxtv.org/anttip/media_tree.git
4603 F: drivers/media/usb/dvb-usb-v2/au6610*
4605 DVB_USB_CE6230 MEDIA DRIVER
4606 M: Antti Palosaari <crope@iki.fi>
4607 L: linux-media@vger.kernel.org
4608 W: https://linuxtv.org
4609 W: http://palosaari.fi/linux/
4610 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4611 T: git git://linuxtv.org/anttip/media_tree.git
4613 F: drivers/media/usb/dvb-usb-v2/ce6230*
4615 DVB_USB_CXUSB MEDIA DRIVER
4616 M: Michael Krufky <mkrufky@linuxtv.org>
4617 L: linux-media@vger.kernel.org
4618 W: https://linuxtv.org
4619 W: http://github.com/mkrufky
4620 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4621 T: git git://linuxtv.org/media_tree.git
4623 F: drivers/media/usb/dvb-usb/cxusb*
4625 DVB_USB_EC168 MEDIA DRIVER
4626 M: Antti Palosaari <crope@iki.fi>
4627 L: linux-media@vger.kernel.org
4628 W: https://linuxtv.org
4629 W: http://palosaari.fi/linux/
4630 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4631 T: git git://linuxtv.org/anttip/media_tree.git
4633 F: drivers/media/usb/dvb-usb-v2/ec168*
4635 DVB_USB_GL861 MEDIA DRIVER
4636 M: Antti Palosaari <crope@iki.fi>
4637 L: linux-media@vger.kernel.org
4638 W: https://linuxtv.org
4639 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4640 T: git git://linuxtv.org/anttip/media_tree.git
4642 F: drivers/media/usb/dvb-usb-v2/gl861*
4644 DVB_USB_MXL111SF MEDIA DRIVER
4645 M: Michael Krufky <mkrufky@linuxtv.org>
4646 L: linux-media@vger.kernel.org
4647 W: https://linuxtv.org
4648 W: http://github.com/mkrufky
4649 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4650 T: git git://linuxtv.org/mkrufky/mxl111sf.git
4652 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
4654 DVB_USB_RTL28XXU MEDIA DRIVER
4655 M: Antti Palosaari <crope@iki.fi>
4656 L: linux-media@vger.kernel.org
4657 W: https://linuxtv.org
4658 W: http://palosaari.fi/linux/
4659 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4660 T: git git://linuxtv.org/anttip/media_tree.git
4662 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
4664 DVB_USB_V2 MEDIA DRIVER
4665 M: Antti Palosaari <crope@iki.fi>
4666 L: linux-media@vger.kernel.org
4667 W: https://linuxtv.org
4668 W: http://palosaari.fi/linux/
4669 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4670 T: git git://linuxtv.org/anttip/media_tree.git
4672 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
4673 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
4676 M: Jason Baron <jbaron@akamai.com>
4678 F: lib/dynamic_debug.c
4679 F: include/linux/dynamic_debug.h
4681 DZ DECSTATION DZ11 SERIAL DRIVER
4682 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4684 F: drivers/tty/serial/dz.*
4686 E3X0 POWER BUTTON DRIVER
4687 M: Moritz Fischer <moritz.fischer@ettus.com>
4688 L: usrp-users@lists.ettus.com
4689 W: http://www.ettus.com
4691 F: drivers/input/misc/e3x0-button.c
4692 F: Documentation/devicetree/bindings/input/e3x0-button.txt
4695 M: Antti Palosaari <crope@iki.fi>
4696 L: linux-media@vger.kernel.org
4697 W: https://linuxtv.org
4698 W: http://palosaari.fi/linux/
4699 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4700 T: git git://linuxtv.org/anttip/media_tree.git
4702 F: drivers/media/tuners/e4000*
4704 EATA ISA/EISA/PCI SCSI DRIVER
4705 M: Dario Ballabio <ballabio_dario@emc.com>
4706 L: linux-scsi@vger.kernel.org
4708 F: drivers/scsi/eata.c
4711 M: Antti Palosaari <crope@iki.fi>
4712 L: linux-media@vger.kernel.org
4713 W: https://linuxtv.org
4714 W: http://palosaari.fi/linux/
4715 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4716 T: git git://linuxtv.org/anttip/media_tree.git
4718 F: drivers/media/dvb-frontends/ec100*
4721 M: Tyler Hicks <tyhicks@canonical.com>
4722 L: ecryptfs@vger.kernel.org
4723 W: http://ecryptfs.org
4724 W: https://launchpad.net/ecryptfs
4725 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4727 F: Documentation/filesystems/ecryptfs.txt
4731 M: Borislav Petkov <bp@alien8.de>
4732 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4733 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4734 L: linux-edac@vger.kernel.org
4735 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4736 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4738 F: Documentation/admin-guide/ras.rst
4739 F: Documentation/driver-api/edac.rst
4741 F: include/linux/edac.h
4744 M: Borislav Petkov <bp@alien8.de>
4745 L: linux-edac@vger.kernel.org
4747 F: drivers/edac/amd64_edac*
4750 M: Robert Richter <rric@kernel.org>
4751 L: linux-edac@vger.kernel.org
4753 F: drivers/edac/highbank*
4756 M: Ralf Baechle <ralf@linux-mips.org>
4757 M: David Daney <david.daney@cavium.com>
4758 L: linux-edac@vger.kernel.org
4759 L: linux-mips@linux-mips.org
4761 F: drivers/edac/octeon_edac*
4762 F: drivers/edac/thunderx_edac*
4765 M: Mark Gross <mark.gross@intel.com>
4766 L: linux-edac@vger.kernel.org
4768 F: drivers/edac/e752x_edac.c
4771 L: linux-edac@vger.kernel.org
4773 F: drivers/edac/e7xxx_edac.c
4776 M: York Sun <york.sun@nxp.com>
4777 L: linux-edac@vger.kernel.org
4779 F: drivers/edac/fsl_ddr_edac.*
4782 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4783 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4784 L: linux-edac@vger.kernel.org
4786 F: drivers/edac/ghes_edac.c
4789 M: Tim Small <tim@buttersideup.com>
4790 L: linux-edac@vger.kernel.org
4792 F: drivers/edac/i82443bxgx_edac.c
4795 L: linux-edac@vger.kernel.org
4797 F: drivers/edac/i3000_edac.c
4800 L: linux-edac@vger.kernel.org
4802 F: drivers/edac/i5000_edac.c
4805 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4806 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4807 L: linux-edac@vger.kernel.org
4809 F: drivers/edac/i5400_edac.c
4812 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4813 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4814 L: linux-edac@vger.kernel.org
4816 F: drivers/edac/i7300_edac.c
4819 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4820 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4821 L: linux-edac@vger.kernel.org
4823 F: drivers/edac/i7core_edac.c
4826 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4827 M: "Arvind R." <arvino55@gmail.com>
4828 L: linux-edac@vger.kernel.org
4830 F: drivers/edac/i82975x_edac.c
4833 M: Jason Baron <jbaron@akamai.com>
4834 L: linux-edac@vger.kernel.org
4836 F: drivers/edac/ie31200_edac.c
4839 M: Johannes Thumshirn <morbidrsa@gmail.com>
4840 L: linux-edac@vger.kernel.org
4842 F: drivers/edac/mpc85xx_edac.[ch]
4845 M: Tony Luck <tony.luck@intel.com>
4846 L: linux-edac@vger.kernel.org
4848 F: drivers/edac/pnd2_edac.[ch]
4851 M: Egor Martovetsky <egor@pasemi.com>
4852 L: linux-edac@vger.kernel.org
4854 F: drivers/edac/pasemi_edac.c
4857 M: Tim Small <tim@buttersideup.com>
4858 L: linux-edac@vger.kernel.org
4860 F: drivers/edac/r82600_edac.c
4863 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4864 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4865 L: linux-edac@vger.kernel.org
4867 F: drivers/edac/sb_edac.c
4870 M: Tony Luck <tony.luck@intel.com>
4871 L: linux-edac@vger.kernel.org
4873 F: drivers/edac/skx_edac.c
4876 APPLIED MICRO (APM) X-GENE SOC EDAC
4877 M: Loc Ho <lho@apm.com>
4879 F: drivers/edac/xgene_edac.c
4880 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4882 EDIROL UA-101/UA-1000 DRIVER
4883 M: Clemens Ladisch <clemens@ladisch.de>
4884 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4885 T: git git://git.alsa-project.org/alsa-kernel.git
4887 F: sound/usb/misc/ua101.c
4889 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4890 M: Matt Fleming <matt@codeblueprint.co.uk>
4891 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
4892 L: linux-efi@vger.kernel.org
4893 T: git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4895 F: Documentation/efi-stub.txt
4896 F: arch/*/kernel/efi.c
4897 F: arch/x86/boot/compressed/eboot.[ch]
4898 F: arch/*/include/asm/efi.h
4899 F: arch/x86/platform/efi/
4900 F: drivers/firmware/efi/
4901 F: include/linux/efi*.h
4902 F: arch/arm/boot/compressed/efi-header.S
4903 F: arch/arm64/kernel/efi-entry.S
4905 EFI VARIABLE FILESYSTEM
4906 M: Matthew Garrett <matthew.garrett@nebula.com>
4907 M: Jeremy Kerr <jk@ozlabs.org>
4908 M: Matt Fleming <matt@codeblueprint.co.uk>
4909 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4910 L: linux-efi@vger.kernel.org
4914 EFIFB FRAMEBUFFER DRIVER
4915 L: linux-fbdev@vger.kernel.org
4916 M: Peter Jones <pjones@redhat.com>
4918 F: drivers/video/fbdev/efifb.c
4921 L: linux-efi@vger.kernel.org
4922 M: Ivan Hu <ivan.hu@canonical.com>
4923 M: Matt Fleming <matt@codeblueprint.co.uk>
4925 F: drivers/firmware/efi/test/
4928 W: http://aeschi.ch.eu.org/efs/
4932 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4933 M: Douglas Miller <dougmill@linux.vnet.ibm.com>
4934 L: netdev@vger.kernel.org
4936 F: drivers/net/ethernet/ibm/ehea/
4938 EM28XX VIDEO4LINUX DRIVER
4939 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4940 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4941 L: linux-media@vger.kernel.org
4942 W: https://linuxtv.org
4943 T: git git://linuxtv.org/media_tree.git
4945 F: drivers/media/usb/em28xx/
4946 F: Documentation/media/v4l-drivers/em28xx*
4949 M: Paul Gortmaker <paul.gortmaker@windriver.com>
4950 M: Matt Mackall <mpm@selenic.com>
4951 M: David Woodhouse <dwmw2@infradead.org>
4952 L: linux-embedded@vger.kernel.org
4955 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
4956 M: James Smart <james.smart@broadcom.com>
4957 M: Dick Kennedy <dick.kennedy@broadcom.com>
4958 L: linux-scsi@vger.kernel.org
4959 W: http://www.broadcom.com
4961 F: drivers/scsi/lpfc/
4963 ENE CB710 FLASH CARD READER DRIVER
4964 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4966 F: drivers/misc/cb710/
4967 F: drivers/mmc/host/cb710-mmc.*
4968 F: include/linux/cb710.h
4970 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4971 M: Maxim Levitsky <maximlevitsky@gmail.com>
4973 F: drivers/media/rc/ene_ir.*
4975 EPSON S1D13XXX FRAMEBUFFER DRIVER
4976 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4978 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4979 F: drivers/video/fbdev/s1d13xxxfb.c
4980 F: include/video/s1d13xxxfb.h
4982 ET131X NETWORK DRIVER
4983 M: Mark Einon <mark.einon@gmail.com>
4985 F: drivers/net/ethernet/agere/
4988 M: Stephen Hemminger <stephen@networkplumber.org>
4989 L: bridge@lists.linux-foundation.org (moderated for non-subscribers)
4990 L: netdev@vger.kernel.org
4991 W: http://www.linuxfoundation.org/en/Net:Bridge
4993 F: include/linux/netfilter_bridge/
4996 ETHERNET PHY LIBRARY
4997 M: Andrew Lunn <andrew@lunn.ch>
4998 M: Florian Fainelli <f.fainelli@gmail.com>
4999 L: netdev@vger.kernel.org
5001 F: include/linux/phy.h
5002 F: include/linux/phy_fixed.h
5004 F: Documentation/networking/phy.txt
5005 F: drivers/of/of_mdio.c
5006 F: drivers/of/of_net.c
5009 M: Jan Kara <jack@suse.com>
5010 L: linux-ext4@vger.kernel.org
5012 F: Documentation/filesystems/ext2.txt
5014 F: include/linux/ext2*
5017 M: "Theodore Ts'o" <tytso@mit.edu>
5018 M: Andreas Dilger <adilger.kernel@dilger.ca>
5019 L: linux-ext4@vger.kernel.org
5020 W: http://ext4.wiki.kernel.org
5021 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
5022 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
5024 F: Documentation/filesystems/ext4.txt
5027 Extended Verification Module (EVM)
5028 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5029 L: linux-ima-devel@lists.sourceforge.net
5030 L: linux-security-module@vger.kernel.org
5032 F: security/integrity/evm/
5034 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
5035 M: MyungJoo Ham <myungjoo.ham@samsung.com>
5036 M: Chanwoo Choi <cw00.choi@samsung.com>
5037 L: linux-kernel@vger.kernel.org
5038 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
5041 F: include/linux/extcon/
5042 F: include/linux/extcon.h
5043 F: Documentation/extcon/
5044 F: Documentation/devicetree/bindings/extcon/
5047 M: Jingoo Han <jingoohan1@gmail.com>
5048 L: dri-devel@lists.freedesktop.org
5050 F: drivers/gpu/drm/exynos/exynos_dp*
5052 EXYNOS SYSMMU (IOMMU) driver
5053 M: Marek Szyprowski <m.szyprowski@samsung.com>
5054 L: iommu@lists.linux-foundation.org
5056 F: drivers/iommu/exynos-iommu.c
5058 EZchip NPS platform support
5059 M: Noam Camus <noamc@ezchip.com>
5061 F: arch/arc/plat-eznps
5062 F: arch/arc/boot/dts/eznps.dts
5064 F71805F HARDWARE MONITORING DRIVER
5065 M: Jean Delvare <jdelvare@suse.com>
5066 L: linux-hwmon@vger.kernel.org
5068 F: Documentation/hwmon/f71805f
5069 F: drivers/hwmon/f71805f.c
5072 M: Michael Buesch <m@bues.ch>
5073 L: linux-media@vger.kernel.org
5075 F: drivers/media/tuners/fc0011.h
5076 F: drivers/media/tuners/fc0011.c
5079 M: Antti Palosaari <crope@iki.fi>
5080 L: linux-media@vger.kernel.org
5081 W: https://linuxtv.org
5082 W: http://palosaari.fi/linux/
5083 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5084 T: git git://linuxtv.org/anttip/media_tree.git
5086 F: drivers/media/tuners/fc2580*
5089 M: Eric Paris <eparis@redhat.com>
5091 F: fs/notify/fanotify/
5092 F: include/linux/fanotify.h
5093 F: include/uapi/linux/fanotify.h
5095 FARSYNC SYNCHRONOUS DRIVER
5096 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
5097 W: http://www.farsite.co.uk/
5099 F: drivers/net/wan/farsync.*
5101 FAULT INJECTION SUPPORT
5102 M: Akinobu Mita <akinobu.mita@gmail.com>
5104 F: Documentation/fault-injection/
5105 F: lib/fault-inject.c
5107 FBTFT Framebuffer drivers
5108 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5110 F: drivers/staging/fbtft/
5112 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
5113 M: Johannes Thumshirn <jth@kernel.org>
5114 L: fcoe-devel@open-fcoe.org
5115 W: www.Open-FCoE.org
5117 F: drivers/scsi/libfc/
5118 F: drivers/scsi/fcoe/
5120 F: include/scsi/libfc.h
5121 F: include/scsi/libfcoe.h
5122 F: include/uapi/scsi/fc/
5124 FILE LOCKING (flock() and fcntl()/lockf())
5125 M: Jeff Layton <jlayton@poochiereds.net>
5126 M: "J. Bruce Fields" <bfields@fieldses.org>
5127 L: linux-fsdevel@vger.kernel.org
5129 F: include/linux/fcntl.h
5130 F: include/linux/fs.h
5131 F: include/uapi/linux/fcntl.h
5132 F: include/uapi/linux/fs.h
5136 FILESYSTEMS (VFS and infrastructure)
5137 M: Alexander Viro <viro@zeniv.linux.org.uk>
5138 L: linux-fsdevel@vger.kernel.org
5142 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5143 M: Riku Voipio <riku.voipio@iki.fi>
5144 L: linux-hwmon@vger.kernel.org
5146 F: drivers/hwmon/f75375s.c
5147 F: include/linux/f75375s.h
5149 FIREWIRE AUDIO DRIVERS
5150 M: Clemens Ladisch <clemens@ladisch.de>
5151 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5152 T: git git://git.alsa-project.org/alsa-kernel.git
5156 FIREWIRE MEDIA DRIVERS (firedtv)
5157 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
5158 L: linux-media@vger.kernel.org
5159 L: linux1394-devel@lists.sourceforge.net
5160 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5162 F: drivers/media/firewire/
5164 FIREWIRE SBP-2 TARGET
5165 M: Chris Boot <bootc@bootc.net>
5166 L: linux-scsi@vger.kernel.org
5167 L: target-devel@vger.kernel.org
5168 L: linux1394-devel@lists.sourceforge.net
5169 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5171 F: drivers/target/sbp/
5174 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
5175 L: linux1394-devel@lists.sourceforge.net
5176 W: http://ieee1394.wiki.kernel.org/
5177 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5179 F: drivers/firewire/
5180 F: include/linux/firewire.h
5181 F: include/uapi/linux/firewire*.h
5184 FIRMWARE LOADER (request_firmware)
5185 M: Luis R. Rodriguez <mcgrof@kernel.org>
5186 L: linux-kernel@vger.kernel.org
5188 F: Documentation/firmware_class/
5189 F: drivers/base/firmware*.c
5190 F: include/linux/firmware.h
5192 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5193 M: Joshua Morris <josh.h.morris@us.ibm.com>
5194 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5196 F: drivers/block/rsxx/
5199 M: Jiri Kosina <jikos@kernel.org>
5200 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5202 F: drivers/block/floppy.c
5205 M: Alessandro Rubini <rubini@gnudd.com>
5206 W: http://www.ohwr.org/projects/fmc-bus
5209 F: include/linux/fmc*.h
5210 F: include/linux/ipmi-fru.h
5213 FPGA MANAGER FRAMEWORK
5214 M: Alan Tull <atull@kernel.org>
5215 R: Moritz Fischer <moritz.fischer@ettus.com>
5216 L: linux-fpga@vger.kernel.org
5218 T: git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5219 F: Documentation/fpga/
5220 F: Documentation/devicetree/bindings/fpga/
5222 F: include/linux/fpga/
5223 W: http://www.rocketboards.org
5226 M: Bill Metzenthen <billm@melbpc.org.au>
5227 W: http://floatingpoint.sourceforge.net/emulator/index.html
5229 F: arch/x86/math-emu/
5231 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5232 L: netdev@vger.kernel.org
5234 F: drivers/net/wan/dlci.c
5235 F: drivers/net/wan/sdla.c
5238 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5239 L: linux-fbdev@vger.kernel.org
5240 T: git git://github.com/bzolnier/linux.git
5241 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
5243 F: Documentation/fb/
5246 F: include/linux/fb.h
5247 F: include/uapi/video/
5248 F: include/uapi/linux/fb.h
5250 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5251 M: Horia Geantă <horia.geanta@nxp.com>
5252 M: Dan Douglass <dan.douglass@nxp.com>
5253 L: linux-crypto@vger.kernel.org
5255 F: drivers/crypto/caam/
5256 F: Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5258 FREESCALE DIU FRAMEBUFFER DRIVER
5259 M: Timur Tabi <timur@tabi.org>
5260 L: linux-fbdev@vger.kernel.org
5262 F: drivers/video/fbdev/fsl-diu-fb.*
5264 FREESCALE DMA DRIVER
5265 M: Li Yang <leoli@freescale.com>
5266 M: Zhang Wei <zw@zh-kernel.org>
5267 L: linuxppc-dev@lists.ozlabs.org
5269 F: drivers/dma/fsldma.*
5271 FREESCALE GPMI NAND DRIVER
5272 M: Han Xu <han.xu@nxp.com>
5273 L: linux-mtd@lists.infradead.org
5275 F: drivers/mtd/nand/gpmi-nand/*
5277 FREESCALE I2C CPM DRIVER
5278 M: Jochen Friedrich <jochen@scram.de>
5279 L: linuxppc-dev@lists.ozlabs.org
5280 L: linux-i2c@vger.kernel.org
5282 F: drivers/i2c/busses/i2c-cpm.c
5284 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5285 M: Sascha Hauer <kernel@pengutronix.de>
5286 L: linux-fbdev@vger.kernel.org
5287 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5289 F: include/linux/platform_data/video-imxfb.h
5290 F: drivers/video/fbdev/imxfb.c
5292 FREESCALE QUAD SPI DRIVER
5293 M: Han Xu <han.xu@nxp.com>
5294 L: linux-mtd@lists.infradead.org
5296 F: drivers/mtd/spi-nor/fsl-quadspi.c
5298 FREESCALE SOC FS_ENET DRIVER
5299 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
5300 M: Vitaly Bordug <vbordug@ru.mvista.com>
5301 L: linuxppc-dev@lists.ozlabs.org
5302 L: netdev@vger.kernel.org
5304 F: drivers/net/ethernet/freescale/fs_enet/
5305 F: include/linux/fs_enet_pd.h
5307 FREESCALE IMX / MXC FEC DRIVER
5308 M: Fugang Duan <fugang.duan@nxp.com>
5309 L: netdev@vger.kernel.org
5311 F: drivers/net/ethernet/freescale/fec_main.c
5312 F: drivers/net/ethernet/freescale/fec_ptp.c
5313 F: drivers/net/ethernet/freescale/fec.h
5314 F: Documentation/devicetree/bindings/net/fsl-fec.txt
5316 FREESCALE QORIQ DPAA FMAN DRIVER
5317 M: Madalin Bucur <madalin.bucur@nxp.com>
5318 L: netdev@vger.kernel.org
5320 F: drivers/net/ethernet/freescale/fman
5321 F: Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5323 FREESCALE QORIQ DPAA ETHERNET DRIVER
5324 M: Madalin Bucur <madalin.bucur@nxp.com>
5325 L: netdev@vger.kernel.org
5327 F: drivers/net/ethernet/freescale/dpaa
5329 FREESCALE SOC DRIVERS
5330 M: Scott Wood <oss@buserror.net>
5331 L: linuxppc-dev@lists.ozlabs.org
5332 L: linux-arm-kernel@lists.infradead.org
5334 F: Documentation/devicetree/bindings/powerpc/fsl/
5336 F: include/linux/fsl/
5338 FREESCALE QUICC ENGINE LIBRARY
5339 M: Qiang Zhao <qiang.zhao@nxp.com>
5340 L: linuxppc-dev@lists.ozlabs.org
5342 F: drivers/soc/fsl/qe/
5343 F: include/soc/fsl/*qe*.h
5344 F: include/soc/fsl/*ucc*.h
5346 FREESCALE USB PERIPHERAL DRIVERS
5347 M: Li Yang <leoli@freescale.com>
5348 L: linux-usb@vger.kernel.org
5349 L: linuxppc-dev@lists.ozlabs.org
5351 F: drivers/usb/gadget/udc/fsl*
5353 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5354 M: Li Yang <leoli@freescale.com>
5355 L: netdev@vger.kernel.org
5356 L: linuxppc-dev@lists.ozlabs.org
5358 F: drivers/net/ethernet/freescale/ucc_geth*
5360 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5361 M: Claudiu Manoil <claudiu.manoil@freescale.com>
5362 L: netdev@vger.kernel.org
5364 F: drivers/net/ethernet/freescale/gianfar*
5365 X: drivers/net/ethernet/freescale/gianfar_ptp.c
5366 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5368 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5369 M: Zhao Qiang <qiang.zhao@nxp.com>
5370 L: netdev@vger.kernel.org
5371 L: linuxppc-dev@lists.ozlabs.org
5373 F: drivers/net/wan/fsl_ucc_hdlc*
5375 FREESCALE QUICC ENGINE UCC UART DRIVER
5376 M: Timur Tabi <timur@tabi.org>
5377 L: linuxppc-dev@lists.ozlabs.org
5379 F: drivers/tty/serial/ucc_uart.c
5381 FREESCALE SOC SOUND DRIVERS
5382 M: Timur Tabi <timur@tabi.org>
5383 M: Nicolin Chen <nicoleotsuka@gmail.com>
5384 M: Xiubo Li <Xiubo.Lee@gmail.com>
5385 R: Fabio Estevam <fabio.estevam@nxp.com>
5386 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5387 L: linuxppc-dev@lists.ozlabs.org
5389 F: sound/soc/fsl/fsl*
5390 F: sound/soc/fsl/imx*
5391 F: sound/soc/fsl/mpc8610_hpcd.c
5394 M: Christoph Hellwig <hch@infradead.org>
5395 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
5400 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5401 M: Pavel Machek <pavel@ucw.cz>
5402 L: linux-pm@vger.kernel.org
5404 F: Documentation/power/freezing-of-tasks.txt
5405 F: include/linux/freezer.h
5409 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5410 L: linux-kernel@vger.kernel.org
5413 F: include/linux/frontswap.h
5415 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5416 M: David Howells <dhowells@redhat.com>
5417 L: linux-cachefs@redhat.com (moderated for non-subscribers)
5419 F: Documentation/filesystems/caching/
5421 F: include/linux/fscache*.h
5423 FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5424 M: Theodore Y. Ts'o <tytso@mit.edu>
5425 M: Jaegeuk Kim <jaegeuk@kernel.org>
5426 L: linux-fscrypt@vger.kernel.org
5427 Q: https://patchwork.kernel.org/project/linux-fscrypt/list/
5428 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git
5431 F: include/linux/fscrypt*.h
5434 M: Jaegeuk Kim <jaegeuk@kernel.org>
5435 M: Chao Yu <yuchao0@huawei.com>
5436 L: linux-f2fs-devel@lists.sourceforge.net
5437 W: https://f2fs.wiki.kernel.org/
5438 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5440 F: Documentation/filesystems/f2fs.txt
5441 F: Documentation/ABI/testing/sysfs-fs-f2fs
5443 F: include/linux/f2fs_fs.h
5444 F: include/trace/events/f2fs.h
5446 FUJITSU FR-V (FRV) PORT
5450 FUJITSU LAPTOP EXTRAS
5451 M: Jonathan Woithe <jwoithe@just42.net>
5452 L: platform-driver-x86@vger.kernel.org
5454 F: drivers/platform/x86/fujitsu-laptop.c
5456 FUJITSU M-5MO LS CAMERA ISP DRIVER
5457 M: Kyungmin Park <kyungmin.park@samsung.com>
5458 M: Heungjun Kim <riverful.kim@samsung.com>
5459 L: linux-media@vger.kernel.org
5461 F: drivers/media/i2c/m5mols/
5462 F: include/media/i2c/m5mols.h
5464 FUJITSU TABLET EXTRAS
5465 M: Robert Gerlach <khnz@gmx.de>
5466 L: platform-driver-x86@vger.kernel.org
5468 F: drivers/platform/x86/fujitsu-tablet.c
5470 FUSE: FILESYSTEM IN USERSPACE
5471 M: Miklos Szeredi <miklos@szeredi.hu>
5472 L: linux-fsdevel@vger.kernel.org
5473 W: http://fuse.sourceforge.net/
5474 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5477 F: include/uapi/linux/fuse.h
5478 F: Documentation/filesystems/fuse.txt
5481 M: Thomas Gleixner <tglx@linutronix.de>
5482 M: Ingo Molnar <mingo@redhat.com>
5483 R: Peter Zijlstra <peterz@infradead.org>
5484 R: Darren Hart <dvhart@infradead.org>
5485 L: linux-kernel@vger.kernel.org
5486 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
5489 F: kernel/futex_compat.c
5490 F: include/asm-generic/futex.h
5491 F: include/linux/futex.h
5492 F: include/uapi/linux/futex.h
5493 F: tools/testing/selftests/futex/
5494 F: tools/perf/bench/futex*
5495 F: Documentation/*futex*
5497 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5498 M: Rik Faith <faith@cs.unc.edu>
5499 L: linux-scsi@vger.kernel.org
5500 S: Odd Fixes (e.g., new signatures)
5501 F: drivers/scsi/fdomain.*
5504 M: Kees Cook <keescook@chromium.org>
5505 R: Emese Revfy <re.emese@gmail.com>
5506 L: kernel-hardening@lists.openwall.com
5508 F: scripts/gcc-plugins/
5509 F: scripts/gcc-plugin.sh
5510 F: scripts/Makefile.gcc-plugins
5511 F: Documentation/gcc-plugins.txt
5513 GCOV BASED KERNEL PROFILING
5514 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5517 F: Documentation/dev-tools/gcov.rst
5519 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5520 M: Achim Leubner <achim_leubner@adaptec.com>
5521 L: linux-scsi@vger.kernel.org
5522 W: http://www.icp-vortex.com/
5524 F: drivers/scsi/gdt*
5526 GDB KERNEL DEBUGGING HELPER SCRIPTS
5527 M: Jan Kiszka <jan.kiszka@siemens.com>
5528 M: Kieran Bingham <kieran@bingham.xyz>
5532 GEMTEK FM RADIO RECEIVER DRIVER
5533 M: Hans Verkuil <hverkuil@xs4all.nl>
5534 L: linux-media@vger.kernel.org
5535 T: git git://linuxtv.org/media_tree.git
5536 W: https://linuxtv.org
5538 F: drivers/media/radio/radio-gemtek*
5540 GENERIC GPIO I2C DRIVER
5541 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
5543 F: drivers/i2c/busses/i2c-gpio.c
5544 F: include/linux/i2c-gpio.h
5546 GENERIC GPIO I2C MULTIPLEXER DRIVER
5547 M: Peter Korsgaard <peter.korsgaard@barco.com>
5548 L: linux-i2c@vger.kernel.org
5550 F: drivers/i2c/muxes/i2c-mux-gpio.c
5551 F: include/linux/i2c-mux-gpio.h
5552 F: Documentation/i2c/muxes/i2c-mux-gpio
5554 GENERIC HDLC (WAN) DRIVERS
5555 M: Krzysztof Halasa <khc@pm.waw.pl>
5556 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
5558 F: drivers/net/wan/c101.c
5559 F: drivers/net/wan/hd6457*
5560 F: drivers/net/wan/hdlc*
5561 F: drivers/net/wan/n2.c
5562 F: drivers/net/wan/pc300too.c
5563 F: drivers/net/wan/pci200syn.c
5564 F: drivers/net/wan/wanxl*
5566 GENERIC INCLUDE/ASM HEADER FILES
5567 M: Arnd Bergmann <arnd@arndb.de>
5568 L: linux-arch@vger.kernel.org
5569 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5571 F: include/asm-generic/
5572 F: include/uapi/asm-generic/
5574 GENERIC PHY FRAMEWORK
5575 M: Kishon Vijay Abraham I <kishon@ti.com>
5576 L: linux-kernel@vger.kernel.org
5577 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5580 F: include/linux/phy/
5583 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5584 M: Kevin Hilman <khilman@kernel.org>
5585 M: Ulf Hansson <ulf.hansson@linaro.org>
5586 L: linux-pm@vger.kernel.org
5588 F: drivers/base/power/domain*.c
5589 F: include/linux/pm_domain.h
5591 GENERIC UIO DRIVER FOR PCI DEVICES
5592 M: "Michael S. Tsirkin" <mst@redhat.com>
5593 L: kvm@vger.kernel.org
5595 F: drivers/uio/uio_pci_generic.c
5597 GET_MAINTAINER SCRIPT
5598 M: Joe Perches <joe@perches.com>
5600 F: scripts/get_maintainer.pl
5602 GENWQE (IBM Generic Workqueue Card)
5603 M: Frank Haverkamp <haver@linux.vnet.ibm.com>
5604 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
5606 F: drivers/misc/genwqe/
5609 M: Steven Whitehouse <swhiteho@redhat.com>
5610 M: Bob Peterson <rpeterso@redhat.com>
5611 L: cluster-devel@redhat.com
5612 W: http://sources.redhat.com/cluster/
5613 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5615 F: Documentation/filesystems/gfs2*.txt
5617 F: include/uapi/linux/gfs2_ondisk.h
5619 GIGASET ISDN DRIVERS
5620 M: Paul Bolle <pebolle@tiscali.nl>
5621 L: gigaset307x-common@lists.sourceforge.net
5622 W: http://gigaset307x.sourceforge.net/
5624 F: Documentation/isdn/README.gigaset
5625 F: drivers/isdn/gigaset/
5626 F: include/uapi/linux/gigaset_dev.h
5629 M: Hans Verkuil <hans.verkuil@cisco.com>
5630 L: linux-media@vger.kernel.org
5632 F: drivers/media/usb/go7007/
5635 M: Bastien Nocera <hadess@hadess.net>
5636 L: linux-input@vger.kernel.org
5638 F: drivers/input/touchscreen/goodix.c
5641 M: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5642 L: linux-gpio@vger.kernel.org
5644 F: drivers/gpio/gpio-mockup.c
5645 F: tools/testing/selftests/gpio/
5648 M: Linus Walleij <linus.walleij@linaro.org>
5649 M: Alexandre Courbot <gnurou@gmail.com>
5650 L: linux-gpio@vger.kernel.org
5651 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5653 F: Documentation/devicetree/bindings/gpio/
5654 F: Documentation/gpio/
5655 F: Documentation/ABI/testing/gpio-cdev
5656 F: Documentation/ABI/obsolete/sysfs-gpio
5658 F: include/linux/gpio/
5659 F: include/linux/gpio.h
5660 F: include/asm-generic/gpio.h
5661 F: include/uapi/linux/gpio.h
5664 GRE DEMULTIPLEXER DRIVER
5665 M: Dmitry Kozlov <xeb@mail.ru>
5666 L: netdev@vger.kernel.org
5668 F: net/ipv4/gre_demux.c
5669 F: net/ipv4/gre_offload.c
5670 F: include/net/gre.h
5672 GRETH 10/100/1G Ethernet MAC device driver
5673 M: Andreas Larsson <andreas@gaisler.com>
5674 L: netdev@vger.kernel.org
5676 F: drivers/net/ethernet/aeroflex/
5679 M: Johan Hovold <johan@kernel.org>
5680 M: Alex Elder <elder@kernel.org>
5681 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5683 F: drivers/staging/greybus/
5684 L: greybus-dev@lists.linaro.org
5686 GREYBUS AUDIO PROTOCOLS DRIVERS
5687 M: Vaibhav Agarwal <vaibhav.sr@gmail.com>
5688 M: Mark Greer <mgreer@animalcreek.com>
5690 F: drivers/staging/greybus/audio_apbridgea.c
5691 F: drivers/staging/greybus/audio_apbridgea.h
5692 F: drivers/staging/greybus/audio_codec.c
5693 F: drivers/staging/greybus/audio_codec.h
5694 F: drivers/staging/greybus/audio_gb.c
5695 F: drivers/staging/greybus/audio_manager.c
5696 F: drivers/staging/greybus/audio_manager.h
5697 F: drivers/staging/greybus/audio_manager_module.c
5698 F: drivers/staging/greybus/audio_manager_private.h
5699 F: drivers/staging/greybus/audio_manager_sysfs.c
5700 F: drivers/staging/greybus/audio_module.c
5701 F: drivers/staging/greybus/audio_topology.c
5703 GREYBUS PROTOCOLS DRIVERS
5704 M: Rui Miguel Silva <rmfrfs@gmail.com>
5706 F: drivers/staging/greybus/sdio.c
5707 F: drivers/staging/greybus/light.c
5708 F: drivers/staging/greybus/gpio.c
5709 F: drivers/staging/greybus/power_supply.c
5710 F: drivers/staging/greybus/spi.c
5711 F: drivers/staging/greybus/spilib.c
5713 GREYBUS PROTOCOLS DRIVERS
5714 M: Bryan O'Donoghue <pure.logic@nexus-software.ie>
5716 F: drivers/staging/greybus/loopback.c
5717 F: drivers/staging/greybus/timesync.c
5718 F: drivers/staging/greybus/timesync_platform.c
5720 GREYBUS PROTOCOLS DRIVERS
5721 M: Viresh Kumar <vireshk@kernel.org>
5723 F: drivers/staging/greybus/authentication.c
5724 F: drivers/staging/greybus/bootrom.c
5725 F: drivers/staging/greybus/firmware.h
5726 F: drivers/staging/greybus/fw-core.c
5727 F: drivers/staging/greybus/fw-download.c
5728 F: drivers/staging/greybus/fw-managament.c
5729 F: drivers/staging/greybus/greybus_authentication.h
5730 F: drivers/staging/greybus/greybus_firmware.h
5731 F: drivers/staging/greybus/hid.c
5732 F: drivers/staging/greybus/i2c.c
5733 F: drivers/staging/greybus/spi.c
5734 F: drivers/staging/greybus/spilib.c
5735 F: drivers/staging/greybus/spilib.h
5737 GREYBUS PROTOCOLS DRIVERS
5738 M: David Lin <dtwlin@gmail.com>
5740 F: drivers/staging/greybus/uart.c
5741 F: drivers/staging/greybus/log.c
5743 GREYBUS PLATFORM DRIVERS
5744 M: Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5746 F: drivers/staging/greybus/arche-platform.c
5747 F: drivers/staging/greybus/arche-apb-ctrl.c
5748 F: drivers/staging/greybus/arche_platform.h
5750 GS1662 VIDEO SERIALIZER
5751 M: Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5752 L: linux-media@vger.kernel.org
5753 T: git git://linuxtv.org/media_tree.git
5755 F: drivers/media/spi/gs1662.c
5757 GSPCA FINEPIX SUBDRIVER
5758 M: Frank Zago <frank@zago.net>
5759 L: linux-media@vger.kernel.org
5760 T: git git://linuxtv.org/media_tree.git
5762 F: drivers/media/usb/gspca/finepix.c
5764 GSPCA GL860 SUBDRIVER
5765 M: Olivier Lorin <o.lorin@laposte.net>
5766 L: linux-media@vger.kernel.org
5767 T: git git://linuxtv.org/media_tree.git
5769 F: drivers/media/usb/gspca/gl860/
5771 GSPCA M5602 SUBDRIVER
5772 M: Erik Andren <erik.andren@gmail.com>
5773 L: linux-media@vger.kernel.org
5774 T: git git://linuxtv.org/media_tree.git
5776 F: drivers/media/usb/gspca/m5602/
5778 GSPCA PAC207 SONIXB SUBDRIVER
5779 M: Hans Verkuil <hverkuil@xs4all.nl>
5780 L: linux-media@vger.kernel.org
5781 T: git git://linuxtv.org/media_tree.git
5783 F: drivers/media/usb/gspca/pac207.c
5785 GSPCA SN9C20X SUBDRIVER
5786 M: Brian Johnson <brijohn@gmail.com>
5787 L: linux-media@vger.kernel.org
5788 T: git git://linuxtv.org/media_tree.git
5790 F: drivers/media/usb/gspca/sn9c20x.c
5792 GSPCA T613 SUBDRIVER
5793 M: Leandro Costantino <lcostantino@gmail.com>
5794 L: linux-media@vger.kernel.org
5795 T: git git://linuxtv.org/media_tree.git
5797 F: drivers/media/usb/gspca/t613.c
5799 GSPCA USB WEBCAM DRIVER
5800 M: Hans Verkuil <hverkuil@xs4all.nl>
5801 L: linux-media@vger.kernel.org
5802 T: git git://linuxtv.org/media_tree.git
5804 F: drivers/media/usb/gspca/
5806 GTP (GPRS Tunneling Protocol)
5807 M: Pablo Neira Ayuso <pablo@netfilter.org>
5808 M: Harald Welte <laforge@gnumonks.org>
5809 L: osmocom-net-gprs@lists.osmocom.org
5810 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
5812 F: drivers/net/gtp.c
5814 GUID PARTITION TABLE (GPT)
5815 M: Davidlohr Bueso <dave@stgolabs.net>
5816 L: linux-efi@vger.kernel.org
5818 F: block/partitions/efi.*
5820 STK1160 USB VIDEO CAPTURE DRIVER
5821 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5822 L: linux-media@vger.kernel.org
5823 T: git git://linuxtv.org/media_tree.git
5825 F: drivers/media/usb/stk1160/
5828 M: Yoshinori Sato <ysato@users.sourceforge.jp>
5829 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5830 W: http://uclinux-h8.sourceforge.jp
5831 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5834 F: drivers/clocksource/h8300_*.c
5835 F: drivers/clk/h8300/
5836 F: drivers/irqchip/irq-renesas-h8*.c
5838 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5839 M: Frank Seidel <frank@f-seidel.de>
5840 L: platform-driver-x86@vger.kernel.org
5841 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5843 F: drivers/platform/x86/hdaps.c
5845 HDPVR USB VIDEO ENCODER DRIVER
5846 M: Hans Verkuil <hverkuil@xs4all.nl>
5847 L: linux-media@vger.kernel.org
5848 T: git git://linuxtv.org/media_tree.git
5849 W: https://linuxtv.org
5851 F: drivers/media/usb/hdpvr/
5853 HWPOISON MEMORY FAILURE HANDLING
5854 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5855 L: linux-mm@kvack.org
5857 F: mm/memory-failure.c
5858 F: mm/hwpoison-inject.c
5860 HYPERVISOR VIRTUAL CONSOLE DRIVER
5861 L: linuxppc-dev@lists.ozlabs.org
5866 M: Antti Palosaari <crope@iki.fi>
5867 L: linux-media@vger.kernel.org
5868 W: https://linuxtv.org
5869 W: http://palosaari.fi/linux/
5870 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5871 T: git git://linuxtv.org/anttip/media_tree.git
5873 F: drivers/media/usb/hackrf/
5876 M: Jean Delvare <jdelvare@suse.com>
5877 M: Guenter Roeck <linux@roeck-us.net>
5878 L: linux-hwmon@vger.kernel.org
5879 W: http://hwmon.wiki.kernel.org/
5880 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5881 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5883 F: Documentation/hwmon/
5885 F: include/linux/hwmon*.h
5887 HARDWARE RANDOM NUMBER GENERATOR CORE
5888 M: Matt Mackall <mpm@selenic.com>
5889 M: Herbert Xu <herbert@gondor.apana.org.au>
5890 L: linux-crypto@vger.kernel.org
5892 F: Documentation/devicetree/bindings/rng/
5893 F: Documentation/hw_random.txt
5894 F: drivers/char/hw_random/
5895 F: include/linux/hw_random.h
5897 HARDWARE SPINLOCK CORE
5898 M: Ohad Ben-Cohen <ohad@wizery.com>
5899 M: Bjorn Andersson <bjorn.andersson@linaro.org>
5900 L: linux-remoteproc@vger.kernel.org
5902 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5903 F: Documentation/devicetree/bindings/hwlock/
5904 F: Documentation/hwspinlock.txt
5905 F: drivers/hwspinlock/
5906 F: include/linux/hwspinlock.h
5908 HARMONY SOUND DRIVER
5909 L: linux-parisc@vger.kernel.org
5911 F: sound/parisc/harmony.*
5913 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5914 M: Jimmy Vance <jimmy.vance@hpe.com>
5916 F: Documentation/watchdog/hpwdt.txt
5917 F: drivers/watchdog/hpwdt.c
5919 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5920 M: Don Brace <don.brace@microsemi.com>
5921 L: esc.storagedev@microsemi.com
5922 L: linux-scsi@vger.kernel.org
5924 F: Documentation/scsi/hpsa.txt
5925 F: drivers/scsi/hpsa*.[ch]
5926 F: include/linux/cciss*.h
5927 F: include/uapi/linux/cciss*.h
5929 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5930 M: Don Brace <don.brace@microsemi.com>
5931 L: esc.storagedev@microsemi.com
5932 L: linux-scsi@vger.kernel.org
5934 F: Documentation/blockdev/cciss.txt
5935 F: drivers/block/cciss*
5936 F: include/linux/cciss_ioctl.h
5937 F: include/uapi/linux/cciss_ioctl.h
5940 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
5941 M: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
5942 L: linux-rdma@vger.kernel.org
5944 F: drivers/infiniband/ulp/opa_vnic
5947 M: Mike Marciniszyn <mike.marciniszyn@intel.com>
5948 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
5949 L: linux-rdma@vger.kernel.org
5951 F: drivers/infiniband/hw/hfi1
5954 L: linux-fsdevel@vger.kernel.org
5956 F: Documentation/filesystems/hfs.txt
5960 L: linux-fsdevel@vger.kernel.org
5962 F: Documentation/filesystems/hfsplus.txt
5965 HGA FRAMEBUFFER DRIVER
5966 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5967 L: linux-nvidia@lists.surfsouth.com
5968 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5970 F: drivers/video/fbdev/hgafb.c
5972 HIBERNATION (aka Software Suspend, aka swsusp)
5973 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5974 M: Pavel Machek <pavel@ucw.cz>
5975 L: linux-pm@vger.kernel.org
5976 B: https://bugzilla.kernel.org
5979 F: drivers/base/power/
5981 F: include/linux/suspend.h
5982 F: include/linux/freezer.h
5983 F: include/linux/pm.h
5984 F: arch/*/include/asm/suspend*.h
5987 M: Jiri Kosina <jikos@kernel.org>
5988 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5989 L: linux-input@vger.kernel.org
5990 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5993 F: include/linux/hid*
5994 F: include/uapi/linux/hid*
5996 HID SENSOR HUB DRIVERS
5997 M: Jiri Kosina <jikos@kernel.org>
5998 M: Jonathan Cameron <jic23@kernel.org>
5999 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6000 L: linux-input@vger.kernel.org
6001 L: linux-iio@vger.kernel.org
6003 F: Documentation/hid/hid-sensor*
6004 F: drivers/hid/hid-sensor-*
6005 F: drivers/iio/*/hid-*
6006 F: include/linux/hid-sensor-*
6008 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
6009 M: Thomas Gleixner <tglx@linutronix.de>
6010 L: linux-kernel@vger.kernel.org
6011 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6013 F: Documentation/timers/
6014 F: kernel/time/hrtimer.c
6015 F: kernel/time/clockevents.c
6016 F: kernel/time/tick*.*
6017 F: kernel/time/timer_*.c
6018 F: include/linux/clockchips.h
6019 F: include/linux/hrtimer.h
6021 HIGH-SPEED SCC DRIVER FOR AX.25
6022 L: linux-hams@vger.kernel.org
6024 F: drivers/net/hamradio/dmascc.c
6025 F: drivers/net/hamradio/scc.c
6027 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
6028 M: HighPoint Linux Team <linux@highpoint-tech.com>
6029 W: http://www.highpoint-tech.com
6031 F: Documentation/scsi/hptiop.txt
6032 F: drivers/scsi/hptiop.c
6035 M: Jes Sorensen <jes@trained-monkey.org>
6036 L: linux-hippi@sunsite.dk
6038 F: include/linux/hippidevice.h
6039 F: include/uapi/linux/if_hippi.h
6041 F: drivers/net/hippi/
6043 HISILICON NETWORK SUBSYSTEM DRIVER
6044 M: Yisen Zhuang <yisen.zhuang@huawei.com>
6045 M: Salil Mehta <salil.mehta@huawei.com>
6046 L: netdev@vger.kernel.org
6047 W: http://www.hisilicon.com
6049 F: drivers/net/ethernet/hisilicon/
6050 F: Documentation/devicetree/bindings/net/hisilicon*.txt
6052 HISILICON ROCE DRIVER
6053 M: Lijun Ou <oulijun@huawei.com>
6054 M: Wei Hu(Xavier) <xavier.huwei@huawei.com>
6055 L: linux-rdma@vger.kernel.org
6057 F: drivers/infiniband/hw/hns/
6058 F: Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
6060 HISILICON SAS Controller
6061 M: John Garry <john.garry@huawei.com>
6062 W: http://www.hisilicon.com
6064 F: drivers/scsi/hisi_sas/
6065 F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
6068 M: Jouni Malinen <j@w1.fi>
6069 L: linux-wireless@vger.kernel.org
6070 W: http://w1.fi/hostap-driver.html
6072 F: drivers/net/wireless/intersil/hostap/
6074 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
6075 L: platform-driver-x86@vger.kernel.org
6077 F: drivers/platform/x86/tc1100-wmi.c
6079 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
6080 M: Jaroslav Kysela <perex@perex.cz>
6082 F: drivers/net/ethernet/hp/hp100.*
6084 HPET: High Precision Event Timers driver
6085 M: Clemens Ladisch <clemens@ladisch.de>
6087 F: Documentation/timers/hpet.txt
6088 F: drivers/char/hpet.c
6089 F: include/linux/hpet.h
6090 F: include/uapi/linux/hpet.h
6094 F: arch/x86/kernel/hpet.c
6095 F: arch/x86/include/asm/hpet.h
6098 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
6099 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
6104 M: Sebastian Reichel <sre@kernel.org>
6105 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
6107 F: Documentation/ABI/testing/sysfs-bus-hsi
6108 F: Documentation/driver-api/hsi.rst
6110 F: include/linux/hsi/
6111 F: include/uapi/linux/hsi/
6114 L: linux-usb@vger.kernel.org
6116 F: drivers/net/usb/hso.c
6118 HSR NETWORK PROTOCOL
6119 M: Arvid Brodin <arvid.brodin@alten.se>
6120 L: netdev@vger.kernel.org
6124 HTCPEN TOUCHSCREEN DRIVER
6125 M: Pau Oliva Fora <pof@eslack.org>
6126 L: linux-input@vger.kernel.org
6128 F: drivers/input/touchscreen/htcpen.c
6131 M: Nadia Yvette Chambers <nyc@holomorphy.com>
6136 M: Jean-Christophe Trotin <jean-christophe.trotin@st.com>
6137 L: linux-media@vger.kernel.org
6138 T: git git://linuxtv.org/media_tree.git
6139 W: https://linuxtv.org
6141 F: drivers/media/platform/sti/hva
6143 Hyper-V CORE AND DRIVERS
6144 M: "K. Y. Srinivasan" <kys@microsoft.com>
6145 M: Haiyang Zhang <haiyangz@microsoft.com>
6146 M: Stephen Hemminger <sthemmin@microsoft.com>
6147 L: devel@linuxdriverproject.org
6149 F: arch/x86/include/asm/mshyperv.h
6150 F: arch/x86/include/uapi/asm/hyperv.h
6151 F: arch/x86/kernel/cpu/mshyperv.c
6153 F: drivers/hid/hid-hyperv.c
6155 F: drivers/input/serio/hyperv-keyboard.c
6156 F: drivers/pci/host/pci-hyperv.c
6157 F: drivers/net/hyperv/
6158 F: drivers/scsi/storvsc_drv.c
6159 F: drivers/uio/uio_hv_generic.c
6160 F: drivers/video/fbdev/hyperv_fb.c
6161 F: include/linux/hyperv.h
6163 F: Documentation/ABI/stable/sysfs-bus-vmbus
6166 M: Peter Rosin <peda@axentia.se>
6167 L: linux-i2c@vger.kernel.org
6169 F: Documentation/i2c/i2c-topology
6170 F: Documentation/i2c/muxes/
6171 F: Documentation/devicetree/bindings/i2c/i2c-mux*
6172 F: Documentation/devicetree/bindings/i2c/i2c-arb*
6173 F: Documentation/devicetree/bindings/i2c/i2c-gate*
6174 F: drivers/i2c/i2c-mux.c
6175 F: drivers/i2c/muxes/
6176 F: include/linux/i2c-mux.h
6178 I2C OVER PARALLEL PORT
6179 M: Jean Delvare <jdelvare@suse.com>
6180 L: linux-i2c@vger.kernel.org
6182 F: Documentation/i2c/busses/i2c-parport
6183 F: Documentation/i2c/busses/i2c-parport-light
6184 F: drivers/i2c/busses/i2c-parport.c
6185 F: drivers/i2c/busses/i2c-parport-light.c
6187 I2C/SMBUS CONTROLLER DRIVERS FOR PC
6188 M: Jean Delvare <jdelvare@suse.com>
6189 L: linux-i2c@vger.kernel.org
6191 F: Documentation/i2c/busses/i2c-ali1535
6192 F: Documentation/i2c/busses/i2c-ali1563
6193 F: Documentation/i2c/busses/i2c-ali15x3
6194 F: Documentation/i2c/busses/i2c-amd756
6195 F: Documentation/i2c/busses/i2c-amd8111
6196 F: Documentation/i2c/busses/i2c-i801
6197 F: Documentation/i2c/busses/i2c-nforce2
6198 F: Documentation/i2c/busses/i2c-piix4
6199 F: Documentation/i2c/busses/i2c-sis5595
6200 F: Documentation/i2c/busses/i2c-sis630
6201 F: Documentation/i2c/busses/i2c-sis96x
6202 F: Documentation/i2c/busses/i2c-via
6203 F: Documentation/i2c/busses/i2c-viapro
6204 F: drivers/i2c/busses/i2c-ali1535.c
6205 F: drivers/i2c/busses/i2c-ali1563.c
6206 F: drivers/i2c/busses/i2c-ali15x3.c
6207 F: drivers/i2c/busses/i2c-amd756.c
6208 F: drivers/i2c/busses/i2c-amd756-s4882.c
6209 F: drivers/i2c/busses/i2c-amd8111.c
6210 F: drivers/i2c/busses/i2c-i801.c
6211 F: drivers/i2c/busses/i2c-isch.c
6212 F: drivers/i2c/busses/i2c-nforce2.c
6213 F: drivers/i2c/busses/i2c-nforce2-s4985.c
6214 F: drivers/i2c/busses/i2c-piix4.c
6215 F: drivers/i2c/busses/i2c-sis5595.c
6216 F: drivers/i2c/busses/i2c-sis630.c
6217 F: drivers/i2c/busses/i2c-sis96x.c
6218 F: drivers/i2c/busses/i2c-via.c
6219 F: drivers/i2c/busses/i2c-viapro.c
6221 I2C/SMBUS ISMT DRIVER
6222 M: Seth Heasley <seth.heasley@intel.com>
6223 M: Neil Horman <nhorman@tuxdriver.com>
6224 L: linux-i2c@vger.kernel.org
6225 F: drivers/i2c/busses/i2c-ismt.c
6226 F: Documentation/i2c/busses/i2c-ismt
6228 I2C/SMBUS STUB DRIVER
6229 M: Jean Delvare <jdelvare@suse.com>
6230 L: linux-i2c@vger.kernel.org
6232 F: drivers/i2c/i2c-stub.c
6235 M: Wolfram Sang <wsa@the-dreams.de>
6236 L: linux-i2c@vger.kernel.org
6237 W: https://i2c.wiki.kernel.org/
6238 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
6239 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6241 F: Documentation/devicetree/bindings/i2c/
6242 F: Documentation/i2c/
6245 F: include/linux/i2c.h
6246 F: include/linux/i2c-*.h
6247 F: include/uapi/linux/i2c.h
6248 F: include/uapi/linux/i2c-*.h
6251 M: Mika Westerberg <mika.westerberg@linux.intel.com>
6252 L: linux-i2c@vger.kernel.org
6253 L: linux-acpi@vger.kernel.org
6257 M: Jean Delvare <jdelvare@suse.com>
6258 L: linux-i2c@vger.kernel.org
6260 F: Documentation/i2c/busses/i2c-taos-evm
6261 F: drivers/i2c/busses/i2c-taos-evm.c
6264 M: Till Harbaum <till@harbaum.org>
6265 L: linux-i2c@vger.kernel.org
6266 W: http://www.harbaum.org/till/i2c_tiny_usb
6268 F: drivers/i2c/busses/i2c-tiny-usb.c
6271 M: "H. Peter Anvin" <hpa@zytor.com>
6275 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6276 M: "H. Peter Anvin" <hpa@zytor.com>
6277 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6280 IA64 (Itanium) PLATFORM
6281 M: Tony Luck <tony.luck@intel.com>
6282 M: Fenghua Yu <fenghua.yu@intel.com>
6283 L: linux-ia64@vger.kernel.org
6284 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6288 IBM Power VMX Cryptographic instructions
6289 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6290 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6291 L: linux-crypto@vger.kernel.org
6293 F: drivers/crypto/vmx/Makefile
6294 F: drivers/crypto/vmx/Kconfig
6295 F: drivers/crypto/vmx/vmx.c
6296 F: drivers/crypto/vmx/aes*
6297 F: drivers/crypto/vmx/ghash*
6298 F: drivers/crypto/vmx/ppc-xlate.pl
6300 IBM Power in-Nest Crypto Acceleration
6301 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6302 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6303 L: linux-crypto@vger.kernel.org
6305 F: drivers/crypto/nx/Makefile
6306 F: drivers/crypto/nx/Kconfig
6307 F: drivers/crypto/nx/nx-aes*
6308 F: drivers/crypto/nx/nx-sha*
6309 F: drivers/crypto/nx/nx.*
6310 F: drivers/crypto/nx/nx_csbcpb.h
6311 F: drivers/crypto/nx/nx_debugfs.h
6313 IBM Power 842 compression accelerator
6314 M: Haren Myneni <haren@us.ibm.com>
6316 F: drivers/crypto/nx/Makefile
6317 F: drivers/crypto/nx/Kconfig
6318 F: drivers/crypto/nx/nx-842*
6319 F: include/linux/sw842.h
6323 IBM Power Linux RAID adapter
6324 M: Brian King <brking@us.ibm.com>
6326 F: drivers/scsi/ipr.*
6328 IBM Power Virtual Ethernet Device Driver
6329 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6330 L: netdev@vger.kernel.org
6332 F: drivers/net/ethernet/ibm/ibmveth.*
6334 IBM Power SRIOV Virtual NIC Device Driver
6335 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6336 M: John Allen <jallen@linux.vnet.ibm.com>
6337 L: netdev@vger.kernel.org
6339 F: drivers/net/ethernet/ibm/ibmvnic.*
6341 IBM Power Virtual SCSI Device Drivers
6342 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6343 L: linux-scsi@vger.kernel.org
6345 F: drivers/scsi/ibmvscsi/ibmvscsi*
6346 F: include/scsi/viosrp.h
6348 IBM Power Virtual SCSI Device Target Driver
6349 M: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6350 M: Michael Cyr <mikecyr@linux.vnet.ibm.com>
6351 L: linux-scsi@vger.kernel.org
6352 L: target-devel@vger.kernel.org
6354 F: drivers/scsi/ibmvscsi_tgt/
6356 IBM Power Virtual FC Device Drivers
6357 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6358 L: linux-scsi@vger.kernel.org
6360 F: drivers/scsi/ibmvscsi/ibmvfc*
6362 IBM ServeRAID RAID DRIVER
6364 F: drivers/scsi/ips.*
6366 ICH LPC AND GPIO DRIVER
6367 M: Peter Tyser <ptyser@xes-inc.com>
6369 F: drivers/mfd/lpc_ich.c
6370 F: drivers/gpio/gpio-ich.c
6372 IDT VersaClock 5 CLOCK DRIVER
6373 M: Marek Vasut <marek.vasut@gmail.com>
6375 F: drivers/clk/clk-versaclock5.c
6378 M: "David S. Miller" <davem@davemloft.net>
6379 L: linux-ide@vger.kernel.org
6380 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
6381 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6383 F: Documentation/ide/
6385 F: include/linux/ide.h
6387 IDEAPAD LAPTOP EXTRAS DRIVER
6388 M: Ike Panhc <ike.pan@canonical.com>
6389 L: platform-driver-x86@vger.kernel.org
6390 W: http://launchpad.net/ideapad-laptop
6392 F: drivers/platform/x86/ideapad-laptop.c
6394 IDEAPAD LAPTOP SLIDEBAR DRIVER
6395 M: Andrey Moiseev <o2g.org.ru@gmail.com>
6396 L: linux-input@vger.kernel.org
6397 W: https://github.com/o2genum/ideapad-slidebar
6399 F: drivers/input/misc/ideapad_slidebar.c
6402 M: Borislav Petkov <bp@alien8.de>
6403 L: linux-ide@vger.kernel.org
6405 F: Documentation/cdrom/ide-cd
6406 F: drivers/ide/ide-cd*
6408 IEEE 802.15.4 SUBSYSTEM
6409 M: Alexander Aring <aar@pengutronix.de>
6410 M: Stefan Schmidt <stefan@osg.samsung.com>
6411 L: linux-wpan@vger.kernel.org
6412 W: http://wpan.cakelab.org/
6413 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6414 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6418 F: drivers/net/ieee802154/
6419 F: include/linux/nl802154.h
6420 F: include/linux/ieee802154.h
6421 F: include/net/nl802154.h
6422 F: include/net/mac802154.h
6423 F: include/net/af_ieee802154.h
6424 F: include/net/cfg802154.h
6425 F: include/net/ieee802154_netdev.h
6426 F: Documentation/networking/ieee802154.txt
6429 M: Yotam Gigi <yotamg@mellanox.com>
6430 M: Jamal Hadi Salim <jhs@mojatatu.com>
6432 F: include/net/ife.h
6433 F: include/uapi/linux/ife.h
6435 IGORPLUG-USB IR RECEIVER
6436 M: Sean Young <sean@mess.org>
6437 L: linux-media@vger.kernel.org
6439 F: drivers/media/rc/igorplugusb.c
6441 IGUANAWORKS USB IR TRANSCEIVER
6442 M: Sean Young <sean@mess.org>
6443 L: linux-media@vger.kernel.org
6445 F: drivers/media/rc/iguanair.c
6447 IIO DIGITAL POTENTIOMETER DAC
6448 M: Peter Rosin <peda@axentia.se>
6449 L: linux-iio@vger.kernel.org
6451 F: Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6452 F: Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6453 F: drivers/iio/dac/dpot-dac.c
6455 IIO ENVELOPE DETECTOR
6456 M: Peter Rosin <peda@axentia.se>
6457 L: linux-iio@vger.kernel.org
6459 F: Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6460 F: Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6461 F: drivers/iio/adc/envelope-detector.c
6463 IIO SUBSYSTEM AND DRIVERS
6464 M: Jonathan Cameron <jic23@kernel.org>
6465 R: Hartmut Knaack <knaack.h@gmx.de>
6466 R: Lars-Peter Clausen <lars@metafoo.de>
6467 R: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6468 L: linux-iio@vger.kernel.org
6469 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6471 F: Documentation/devicetree/bindings/iio/
6473 F: drivers/staging/iio/
6474 F: include/linux/iio/
6477 IKANOS/ADI EAGLE ADSL USB DRIVER
6478 M: Matthieu Castet <castet.matthieu@free.fr>
6479 M: Stanislaw Gruszka <stf_xl@wp.pl>
6481 F: drivers/usb/atm/ueagle-atm.c
6483 IMGTEC ASCII LCD DRIVER
6484 M: Paul Burton <paul.burton@imgtec.com>
6486 F: Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6487 F: drivers/auxdisplay/img-ascii-lcd.c
6489 INA209 HARDWARE MONITOR DRIVER
6490 M: Guenter Roeck <linux@roeck-us.net>
6491 L: linux-hwmon@vger.kernel.org
6493 F: Documentation/hwmon/ina209
6494 F: Documentation/devicetree/bindings/i2c/ina209.txt
6495 F: drivers/hwmon/ina209.c
6497 INA2XX HARDWARE MONITOR DRIVER
6498 M: Guenter Roeck <linux@roeck-us.net>
6499 L: linux-hwmon@vger.kernel.org
6501 F: Documentation/hwmon/ina2xx
6502 F: drivers/hwmon/ina2xx.c
6503 F: include/linux/platform_data/ina2xx.h
6505 INDUSTRY PACK SUBSYSTEM (IPACK)
6506 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6507 M: Jens Taprogge <jens.taprogge@taprogge.org>
6508 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6509 L: industrypack-devel@lists.sourceforge.net
6510 W: http://industrypack.sourceforge.net
6514 INGENIC JZ4780 DMA Driver
6515 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6517 F: drivers/dma/dma-jz4780.c
6519 INGENIC JZ4780 NAND DRIVER
6520 M: Harvey Hunt <harveyhuntnexus@gmail.com>
6521 L: linux-mtd@lists.infradead.org
6523 F: drivers/mtd/nand/jz4780_*
6525 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6526 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6527 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6528 L: linux-ima-devel@lists.sourceforge.net
6529 L: linux-ima-user@lists.sourceforge.net
6530 L: linux-security-module@vger.kernel.org
6531 T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6533 F: security/integrity/ima/
6535 IMGTEC IR DECODER DRIVER
6536 M: James Hogan <james.hogan@imgtec.com>
6538 F: drivers/media/rc/img-ir/
6540 IMS TWINTURBO FRAMEBUFFER DRIVER
6541 L: linux-fbdev@vger.kernel.org
6543 F: drivers/video/fbdev/imsttfb.c
6545 INFINIBAND SUBSYSTEM
6546 M: Doug Ledford <dledford@redhat.com>
6547 M: Sean Hefty <sean.hefty@intel.com>
6548 M: Hal Rosenstock <hal.rosenstock@gmail.com>
6549 L: linux-rdma@vger.kernel.org
6550 W: http://www.openfabrics.org/
6551 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6552 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6554 F: Documentation/devicetree/bindings/infiniband/
6555 F: Documentation/infiniband/
6556 F: drivers/infiniband/
6557 F: include/uapi/linux/if_infiniband.h
6558 F: include/uapi/rdma/
6562 M: John McCutchan <john@johnmccutchan.com>
6563 M: Robert Love <rlove@rlove.org>
6564 M: Eric Paris <eparis@parisplace.org>
6566 F: Documentation/filesystems/inotify.txt
6567 F: fs/notify/inotify/
6568 F: include/linux/inotify.h
6569 F: include/uapi/linux/inotify.h
6571 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6572 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
6573 L: linux-input@vger.kernel.org
6574 Q: http://patchwork.kernel.org/project/linux-input/list/
6575 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6578 F: include/linux/input.h
6579 F: include/uapi/linux/input.h
6580 F: include/linux/input/
6581 F: Documentation/devicetree/bindings/input/
6583 INPUT MULTITOUCH (MT) PROTOCOL
6584 M: Henrik Rydberg <rydberg@bitmath.org>
6585 L: linux-input@vger.kernel.org
6587 F: Documentation/input/multi-touch-protocol.rst
6588 F: drivers/input/input-mt.c
6591 INTEL ASoC BDW/HSW DRIVERS
6592 M: Jie Yang <yang.jie@linux.intel.com>
6593 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6595 F: sound/soc/intel/common/sst-dsp*
6596 F: sound/soc/intel/common/sst-firmware.c
6597 F: sound/soc/intel/boards/broadwell.c
6598 F: sound/soc/intel/haswell/
6600 INTEL C600 SERIES SAS CONTROLLER DRIVER
6601 M: Intel SCU Linux support <intel-linux-scu@intel.com>
6602 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6603 L: linux-scsi@vger.kernel.org
6604 T: git git://git.code.sf.net/p/intel-sas/isci
6606 F: drivers/scsi/isci/
6608 INTEL HID EVENT DRIVER
6609 M: Alex Hung <alex.hung@canonical.com>
6610 L: platform-driver-x86@vger.kernel.org
6612 F: drivers/platform/x86/intel-hid.c
6614 INTEL VIRTUAL BUTTON DRIVER
6615 M: AceLan Kao <acelan.kao@canonical.com>
6616 L: platform-driver-x86@vger.kernel.org
6618 F: drivers/platform/x86/intel-vbtn.c
6621 M: Jacob Pan <jacob.jun.pan@linux.intel.com>
6622 M: Len Brown <lenb@kernel.org>
6623 L: linux-pm@vger.kernel.org
6624 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6625 B: https://bugzilla.kernel.org
6627 F: drivers/idle/intel_idle.c
6629 INTEL INTEGRATED SENSOR HUB DRIVER
6630 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6631 M: Jiri Kosina <jikos@kernel.org>
6632 L: linux-input@vger.kernel.org
6634 F: drivers/hid/intel-ish-hid/
6637 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6638 M: Len Brown <lenb@kernel.org>
6639 L: linux-pm@vger.kernel.org
6641 F: drivers/cpufreq/intel_pstate.c
6643 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6644 M: Maik Broemme <mbroemme@libmpq.org>
6645 L: linux-fbdev@vger.kernel.org
6647 F: Documentation/fb/intelfb.txt
6648 F: drivers/video/fbdev/intelfb/
6650 INTEL 810/815 FRAMEBUFFER DRIVER
6651 M: Antonino Daplas <adaplas@gmail.com>
6652 L: linux-fbdev@vger.kernel.org
6654 F: drivers/video/fbdev/i810/
6656 INTEL MENLOW THERMAL DRIVER
6657 M: Sujith Thomas <sujith.thomas@intel.com>
6658 L: platform-driver-x86@vger.kernel.org
6659 W: https://01.org/linux-acpi
6661 F: drivers/platform/x86/intel_menlow.c
6663 INTEL I/OAT DMA DRIVER
6664 M: Dave Jiang <dave.jiang@intel.com>
6665 R: Dan Williams <dan.j.williams@intel.com>
6666 L: dmaengine@vger.kernel.org
6667 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
6669 F: drivers/dma/ioat*
6672 M: David Woodhouse <dwmw2@infradead.org>
6673 L: iommu@lists.linux-foundation.org
6674 T: git git://git.infradead.org/iommu-2.6.git
6676 F: drivers/iommu/intel-iommu.c
6677 F: include/linux/intel-iommu.h
6679 INTEL IOP-ADMA DMA DRIVER
6680 R: Dan Williams <dan.j.williams@intel.com>
6682 F: drivers/dma/iop-adma.c
6684 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6685 M: Krzysztof Halasa <khalasa@piap.pl>
6687 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
6688 F: arch/arm/mach-ixp4xx/include/mach/npe.h
6689 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6690 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
6691 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
6692 F: drivers/net/wan/ixp4xx_hss.c
6694 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6695 M: Deepak Saxena <dsaxena@plexity.net>
6697 F: drivers/char/hw_random/ixp4xx-rng.c
6699 INTEL ETHERNET DRIVERS
6700 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6701 L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6702 W: http://www.intel.com/support/feedback.htm
6703 W: http://e1000.sourceforge.net/
6704 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6705 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6706 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6708 F: Documentation/networking/e100.txt
6709 F: Documentation/networking/e1000.txt
6710 F: Documentation/networking/e1000e.txt
6711 F: Documentation/networking/igb.txt
6712 F: Documentation/networking/igbvf.txt
6713 F: Documentation/networking/ixgb.txt
6714 F: Documentation/networking/ixgbe.txt
6715 F: Documentation/networking/ixgbevf.txt
6716 F: Documentation/networking/i40e.txt
6717 F: Documentation/networking/i40evf.txt
6718 F: drivers/net/ethernet/intel/
6719 F: drivers/net/ethernet/intel/*/
6721 INTEL RDMA RNIC DRIVER
6722 M: Faisal Latif <faisal.latif@intel.com>
6723 M: Shiraz Saleem <shiraz.saleem@intel.com>
6724 L: linux-rdma@vger.kernel.org
6726 F: drivers/infiniband/hw/i40iw/
6728 INTEL MERRIFIELD GPIO DRIVER
6729 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6730 L: linux-gpio@vger.kernel.org
6732 F: drivers/gpio/gpio-merrifield.c
6734 INTEL-MID GPIO DRIVER
6735 M: David Cohen <david.a.cohen@linux.intel.com>
6736 L: linux-gpio@vger.kernel.org
6738 F: drivers/gpio/gpio-intel-mid.c
6740 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6741 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
6742 L: linux-wireless@vger.kernel.org
6744 F: Documentation/networking/README.ipw2100
6745 F: Documentation/networking/README.ipw2200
6746 F: drivers/net/wireless/intel/ipw2x00/
6749 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
6751 F: Documentation/trace/intel_th.txt
6752 F: drivers/hwtracing/intel_th/
6754 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6755 M: Ning Sun <ning.sun@intel.com>
6756 L: tboot-devel@lists.sourceforge.net
6757 W: http://tboot.sourceforge.net
6758 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6760 F: Documentation/intel_txt.txt
6761 F: include/linux/tboot.h
6762 F: arch/x86/kernel/tboot.c
6764 INTEL WIRELESS WIMAX CONNECTION 2400
6765 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6766 M: linux-wimax@intel.com
6767 L: wimax@linuxwimax.org (subscribers-only)
6769 W: http://linuxwimax.org
6770 F: Documentation/wimax/README.i2400m
6771 F: drivers/net/wimax/i2400m/
6772 F: include/uapi/linux/wimax/i2400m.h
6774 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6775 M: Stanislaw Gruszka <sgruszka@redhat.com>
6776 L: linux-wireless@vger.kernel.org
6778 F: drivers/net/wireless/intel/iwlegacy/
6780 INTEL WIRELESS WIFI LINK (iwlwifi)
6781 M: Johannes Berg <johannes.berg@intel.com>
6782 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6783 M: Luca Coelho <luciano.coelho@intel.com>
6784 M: Intel Linux Wireless <linuxwifi@intel.com>
6785 L: linux-wireless@vger.kernel.org
6786 W: http://intellinuxwireless.org
6787 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6789 F: drivers/net/wireless/intel/iwlwifi/
6791 INTEL MANAGEMENT ENGINE (mei)
6792 M: Tomas Winkler <tomas.winkler@intel.com>
6793 L: linux-kernel@vger.kernel.org
6795 F: include/uapi/linux/mei.h
6796 F: include/linux/mei_cl_bus.h
6797 F: drivers/misc/mei/*
6798 F: drivers/watchdog/mei_wdt.c
6799 F: Documentation/misc-devices/mei/*
6802 INTEL MIC DRIVERS (mic)
6803 M: Sudeep Dutt <sudeep.dutt@intel.com>
6804 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
6806 W: https://github.com/sudeepdutt/mic
6807 W: http://software.intel.com/en-us/mic-developer
6808 F: include/linux/mic_bus.h
6809 F: include/linux/scif.h
6810 F: include/uapi/linux/mic_common.h
6811 F: include/uapi/linux/mic_ioctl.h
6812 F: include/uapi/linux/scif_ioctl.h
6813 F: drivers/misc/mic/
6814 F: drivers/dma/mic_x100_dma.c
6815 F: drivers/dma/mic_x100_dma.h
6816 F: Documentation/mic/
6818 INTEL PMC/P-Unit IPC DRIVER
6819 M: Zha Qipeng<qipeng.zha@intel.com>
6820 L: platform-driver-x86@vger.kernel.org
6822 F: drivers/platform/x86/intel_pmc_ipc.c
6823 F: drivers/platform/x86/intel_punit_ipc.c
6824 F: arch/x86/include/asm/intel_pmc_ipc.h
6825 F: arch/x86/include/asm/intel_punit_ipc.h
6827 INTEL TELEMETRY DRIVER
6828 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6829 L: platform-driver-x86@vger.kernel.org
6831 F: arch/x86/include/asm/intel_telemetry.h
6832 F: drivers/platform/x86/intel_telemetry*
6834 INTEL PMC CORE DRIVER
6835 M: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6836 M: Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6837 L: platform-driver-x86@vger.kernel.org
6839 F: arch/x86/include/asm/pmc_core.h
6840 F: drivers/platform/x86/intel_pmc_core*
6842 INVENSENSE MPU-3050 GYROSCOPE DRIVER
6843 M: Linus Walleij <linus.walleij@linaro.org>
6844 L: linux-iio@vger.kernel.org
6846 F: drivers/iio/gyro/mpu3050*
6847 F: Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
6849 IOC3 ETHERNET DRIVER
6850 M: Ralf Baechle <ralf@linux-mips.org>
6851 L: linux-mips@linux-mips.org
6853 F: drivers/net/ethernet/sgi/ioc3-eth.c
6856 M: Pat Gefre <pfg@sgi.com>
6857 L: linux-serial@vger.kernel.org
6859 F: drivers/tty/serial/ioc3_serial.c
6862 M: Joerg Roedel <joro@8bytes.org>
6863 L: iommu@lists.linux-foundation.org
6864 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6866 F: Documentation/devicetree/bindings/iommu/
6868 F: include/linux/iommu.h
6869 F: include/linux/iova.h
6872 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6874 F: net/ipv4/netfilter/ipt_MASQUERADE.c
6877 M: Corey Minyard <minyard@acm.org>
6878 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6879 W: http://openipmi.sourceforge.net/
6881 F: Documentation/IPMI.txt
6882 F: drivers/char/ipmi/
6883 F: include/linux/ipmi*
6884 F: include/uapi/linux/ipmi*
6886 QCOM AUDIO (ASoC) DRIVERS
6887 M: Patrick Lai <plai@codeaurora.org>
6888 M: Banajit Goswami <bgoswami@codeaurora.org>
6889 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6893 IPS SCSI RAID DRIVER
6894 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6895 L: linux-scsi@vger.kernel.org
6896 W: http://www.adaptec.com/
6898 F: drivers/scsi/ips*
6901 M: Wensong Zhang <wensong@linux-vs.org>
6902 M: Simon Horman <horms@verge.net.au>
6903 M: Julian Anastasov <ja@ssi.bg>
6904 L: netdev@vger.kernel.org
6905 L: lvs-devel@vger.kernel.org
6907 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6908 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6909 F: Documentation/networking/ipvs-sysctl.txt
6910 F: include/net/ip_vs.h
6911 F: include/uapi/linux/ip_vs.h
6912 F: net/netfilter/ipvs/
6915 M: Jiri Kosina <jikos@kernel.org>
6916 M: David Sterba <dsterba@suse.com>
6918 F: drivers/tty/ipwireless/
6921 L: netdev@vger.kernel.org
6923 F: include/net/ipx.h
6924 F: include/uapi/linux/ipx.h
6928 M: Samuel Ortiz <samuel@sortiz.org>
6929 L: irda-users@lists.sourceforge.net (subscribers-only)
6930 L: netdev@vger.kernel.org
6931 W: http://irda.sourceforge.net/
6933 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6934 F: Documentation/networking/irda.txt
6935 F: drivers/net/irda/
6936 F: include/net/irda/
6940 M: Thomas Gleixner <tglx@linutronix.de>
6941 L: linux-kernel@vger.kernel.org
6943 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6947 M: Thomas Gleixner <tglx@linutronix.de>
6948 M: Jason Cooper <jason@lakedaemon.net>
6949 M: Marc Zyngier <marc.zyngier@arm.com>
6950 L: linux-kernel@vger.kernel.org
6952 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6953 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6954 F: Documentation/devicetree/bindings/interrupt-controller/
6957 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6958 M: Marc Zyngier <marc.zyngier@arm.com>
6960 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6961 F: Documentation/IRQ-domain.txt
6962 F: include/linux/irqdomain.h
6963 F: kernel/irq/irqdomain.c
6967 M: William Breathitt Gray <vilhelm.gray@gmail.com>
6969 F: Documentation/isa.txt
6970 F: drivers/base/isa.c
6971 F: include/linux/isa.h
6974 M: Jaroslav Kysela <perex@perex.cz>
6976 F: Documentation/isapnp.txt
6977 F: drivers/pnp/isapnp/
6978 F: include/linux/isapnp.h
6981 M: Hans Verkuil <hverkuil@xs4all.nl>
6982 L: linux-media@vger.kernel.org
6983 T: git git://linuxtv.org/media_tree.git
6984 W: https://linuxtv.org
6986 F: drivers/media/radio/radio-isa*
6988 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6989 M: Peter Jones <pjones@redhat.com>
6990 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
6992 F: drivers/firmware/iscsi_ibft*
6995 M: Lee Duncan <lduncan@suse.com>
6996 M: Chris Leech <cleech@redhat.com>
6997 L: open-iscsi@googlegroups.com
6998 W: www.open-iscsi.com
7000 F: drivers/scsi/*iscsi*
7001 F: include/scsi/*iscsi*
7003 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
7004 M: Or Gerlitz <ogerlitz@mellanox.com>
7005 M: Sagi Grimberg <sagi@grimberg.me>
7006 M: Roi Dayan <roid@mellanox.com>
7007 L: linux-rdma@vger.kernel.org
7009 W: http://www.openfabrics.org
7010 W: www.open-iscsi.org
7011 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7012 F: drivers/infiniband/ulp/iser/
7014 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
7015 M: Sagi Grimberg <sagi@grimberg.me>
7016 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
7017 L: linux-rdma@vger.kernel.org
7018 L: target-devel@vger.kernel.org
7020 W: http://www.linux-iscsi.org
7021 F: drivers/infiniband/ulp/isert
7024 M: Karsten Keil <isdn@linux-pingi.de>
7025 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
7026 L: netdev@vger.kernel.org
7027 W: http://www.isdn4linux.de
7028 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
7030 F: Documentation/isdn/
7032 F: include/linux/isdn.h
7033 F: include/linux/isdn/
7034 F: include/uapi/linux/isdn.h
7035 F: include/uapi/linux/isdn/
7037 ISDN SUBSYSTEM (Eicon active card driver)
7038 M: Armin Schindler <mac@melware.de>
7039 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
7040 W: http://www.melware.de
7042 F: drivers/isdn/hardware/eicon/
7044 IT87 HARDWARE MONITORING DRIVER
7045 M: Jean Delvare <jdelvare@suse.com>
7046 L: linux-hwmon@vger.kernel.org
7048 F: Documentation/hwmon/it87
7049 F: drivers/hwmon/it87.c
7052 M: Antti Palosaari <crope@iki.fi>
7053 L: linux-media@vger.kernel.org
7054 W: https://linuxtv.org
7055 W: http://palosaari.fi/linux/
7056 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7057 T: git git://linuxtv.org/anttip/media_tree.git
7059 F: drivers/media/tuners/it913x*
7061 IVTV VIDEO4LINUX DRIVER
7062 M: Andy Walls <awalls@md.metrocast.net>
7063 L: ivtv-devel@ivtvdriver.org (subscribers-only)
7064 L: linux-media@vger.kernel.org
7065 T: git git://linuxtv.org/media_tree.git
7066 W: http://www.ivtvdriver.org
7068 F: Documentation/media/v4l-drivers/ivtv*
7069 F: drivers/media/pci/ivtv/
7070 F: include/uapi/linux/ivtv*
7072 IX2505V MEDIA DRIVER
7073 M: Malcolm Priestley <tvboxspy@gmail.com>
7074 L: linux-media@vger.kernel.org
7075 W: https://linuxtv.org
7076 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7078 F: drivers/media/dvb-frontends/ix2505v*
7080 JC42.4 TEMPERATURE SENSOR DRIVER
7081 M: Guenter Roeck <linux@roeck-us.net>
7082 L: linux-hwmon@vger.kernel.org
7084 F: drivers/hwmon/jc42.c
7085 F: Documentation/hwmon/jc42
7088 M: Dave Kleikamp <shaggy@kernel.org>
7089 L: jfs-discussion@lists.sourceforge.net
7090 W: http://jfs.sourceforge.net/
7091 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
7093 F: Documentation/filesystems/jfs.txt
7097 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
7098 L: netdev@vger.kernel.org
7100 F: drivers/net/ethernet/jme.*
7102 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
7103 M: David Woodhouse <dwmw2@infradead.org>
7104 L: linux-mtd@lists.infradead.org
7105 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
7108 F: include/uapi/linux/jffs2.h
7110 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
7111 M: "Theodore Ts'o" <tytso@mit.edu>
7112 M: Jan Kara <jack@suse.com>
7113 L: linux-ext4@vger.kernel.org
7116 F: include/linux/jbd2.h
7118 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
7119 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
7120 L: linux-media@vger.kernel.org
7122 F: drivers/media/platform/rcar_jpu.c
7124 JSM Neo PCI based serial card
7125 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
7126 L: linux-serial@vger.kernel.org
7128 F: drivers/tty/serial/jsm/
7130 K10TEMP HARDWARE MONITORING DRIVER
7131 M: Clemens Ladisch <clemens@ladisch.de>
7132 L: linux-hwmon@vger.kernel.org
7134 F: Documentation/hwmon/k10temp
7135 F: drivers/hwmon/k10temp.c
7137 K8TEMP HARDWARE MONITORING DRIVER
7138 M: Rudolf Marek <r.marek@assembler.cz>
7139 L: linux-hwmon@vger.kernel.org
7141 F: Documentation/hwmon/k8temp
7142 F: drivers/hwmon/k8temp.c
7145 M: Andrey Ryabinin <aryabinin@virtuozzo.com>
7146 R: Alexander Potapenko <glider@google.com>
7147 R: Dmitry Vyukov <dvyukov@google.com>
7148 L: kasan-dev@googlegroups.com
7150 F: arch/*/include/asm/kasan.h
7151 F: arch/*/mm/kasan_init*
7152 F: Documentation/dev-tools/kasan.rst
7153 F: include/linux/kasan*.h
7156 F: scripts/Makefile.kasan
7159 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
7160 L: linux-kbuild@vger.kernel.org
7161 T: git git://gitorious.org/linux-kconfig/linux-kconfig
7163 F: Documentation/kbuild/kconfig-language.txt
7167 M: Dave Young <dyoung@redhat.com>
7168 M: Baoquan He <bhe@redhat.com>
7169 R: Vivek Goyal <vgoyal@redhat.com>
7170 L: kexec@lists.infradead.org
7171 W: http://lse.sourceforge.net/kdump/
7173 F: Documentation/kdump/
7175 KEENE FM RADIO TRANSMITTER DRIVER
7176 M: Hans Verkuil <hverkuil@xs4all.nl>
7177 L: linux-media@vger.kernel.org
7178 T: git git://linuxtv.org/media_tree.git
7179 W: https://linuxtv.org
7181 F: drivers/media/radio/radio-keene*
7183 KERNEL AUTOMOUNTER v4 (AUTOFS4)
7184 M: Ian Kent <raven@themaw.net>
7185 L: autofs@vger.kernel.org
7189 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
7190 M: Masahiro Yamada <yamada.masahiro@socionext.com>
7191 M: Michal Marek <mmarek@suse.com>
7192 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
7193 L: linux-kbuild@vger.kernel.org
7195 F: Documentation/kbuild/
7197 F: scripts/Makefile.*
7203 L: kernel-janitors@vger.kernel.org
7204 W: http://kernelnewbies.org/KernelJanitors
7207 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
7208 M: "J. Bruce Fields" <bfields@fieldses.org>
7209 M: Jeff Layton <jlayton@poochiereds.net>
7210 L: linux-nfs@vger.kernel.org
7211 W: http://nfs.sourceforge.net/
7212 T: git git://linux-nfs.org/~bfields/linux.git
7215 F: include/uapi/linux/nfsd/
7219 F: include/linux/lockd/
7220 F: include/linux/sunrpc/
7221 F: include/uapi/linux/sunrpc/
7223 KERNEL SELFTEST FRAMEWORK
7224 M: Shuah Khan <shuahkh@osg.samsung.com>
7225 M: Shuah Khan <shuah@kernel.org>
7226 L: linux-kselftest@vger.kernel.org
7227 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
7229 F: tools/testing/selftests
7231 KERNEL VIRTUAL MACHINE (KVM)
7232 M: Paolo Bonzini <pbonzini@redhat.com>
7233 M: Radim Krčmář <rkrcmar@redhat.com>
7234 L: kvm@vger.kernel.org
7235 W: http://www.linux-kvm.org
7236 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7238 F: Documentation/*/kvm*.txt
7239 F: Documentation/virtual/kvm/
7241 F: arch/x86/kernel/kvm.c
7242 F: arch/x86/kernel/kvmclock.c
7243 F: arch/*/include/asm/kvm*
7244 F: include/linux/kvm*
7245 F: include/uapi/linux/kvm*
7249 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7250 M: Joerg Roedel <joro@8bytes.org>
7251 L: kvm@vger.kernel.org
7252 W: http://www.linux-kvm.org/
7254 F: arch/x86/include/asm/svm.h
7255 F: arch/x86/kvm/svm.c
7257 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7258 M: Alexander Graf <agraf@suse.com>
7259 L: kvm-ppc@vger.kernel.org
7260 W: http://www.linux-kvm.org/
7261 T: git git://github.com/agraf/linux-2.6.git
7263 F: arch/powerpc/include/asm/kvm*
7264 F: arch/powerpc/kvm/
7266 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7267 M: Christian Borntraeger <borntraeger@de.ibm.com>
7268 M: Cornelia Huck <cornelia.huck@de.ibm.com>
7269 L: linux-s390@vger.kernel.org
7270 W: http://www.ibm.com/developerworks/linux/linux390/
7271 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7273 F: Documentation/s390/kvm.txt
7274 F: arch/s390/include/asm/kvm*
7276 F: arch/s390/mm/gmap.c
7278 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7279 M: Christoffer Dall <christoffer.dall@linaro.org>
7280 M: Marc Zyngier <marc.zyngier@arm.com>
7281 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7282 L: kvmarm@lists.cs.columbia.edu
7283 W: http://systems.cs.columbia.edu/projects/kvm-arm
7284 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7286 F: arch/arm/include/uapi/asm/kvm*
7287 F: arch/arm/include/asm/kvm*
7290 F: include/kvm/arm_*
7292 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7293 M: Christoffer Dall <christoffer.dall@linaro.org>
7294 M: Marc Zyngier <marc.zyngier@arm.com>
7295 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7296 L: kvmarm@lists.cs.columbia.edu
7298 F: arch/arm64/include/uapi/asm/kvm*
7299 F: arch/arm64/include/asm/kvm*
7302 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7303 M: James Hogan <james.hogan@imgtec.com>
7304 L: linux-mips@linux-mips.org
7306 F: arch/mips/include/uapi/asm/kvm*
7307 F: arch/mips/include/asm/kvm*
7311 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7312 M: Tejun Heo <tj@kernel.org>
7313 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
7315 F: include/linux/kernfs.h
7319 M: Eric Biederman <ebiederm@xmission.com>
7320 W: http://kernel.org/pub/linux/utils/kernel/kexec/
7321 L: kexec@lists.infradead.org
7323 F: include/linux/kexec.h
7324 F: include/uapi/linux/kexec.h
7328 M: David Howells <dhowells@redhat.com>
7329 L: keyrings@vger.kernel.org
7331 F: Documentation/security/keys.txt
7332 F: include/linux/key.h
7333 F: include/linux/key-type.h
7334 F: include/linux/keyctl.h
7335 F: include/uapi/linux/keyctl.h
7340 M: David Safford <safford@us.ibm.com>
7341 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7342 L: linux-security-module@vger.kernel.org
7343 L: keyrings@vger.kernel.org
7345 F: Documentation/security/keys-trusted-encrypted.txt
7346 F: include/keys/trusted-type.h
7347 F: security/keys/trusted.c
7348 F: security/keys/trusted.h
7351 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7352 M: David Safford <safford@us.ibm.com>
7353 L: linux-security-module@vger.kernel.org
7354 L: keyrings@vger.kernel.org
7356 F: Documentation/security/keys-trusted-encrypted.txt
7357 F: include/keys/encrypted-type.h
7358 F: security/keys/encrypted-keys/
7360 KGDB / KDB /debug_core
7361 M: Jason Wessel <jason.wessel@windriver.com>
7362 W: http://kgdb.wiki.kernel.org/
7363 L: kgdb-bugreport@lists.sourceforge.net
7364 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7366 F: Documentation/DocBook/kgdb.tmpl
7367 F: drivers/misc/kgdbts.c
7368 F: drivers/tty/serial/kgdboc.c
7369 F: include/linux/kdb.h
7370 F: include/linux/kgdb.h
7374 M: Vegard Nossum <vegardno@ifi.uio.no>
7375 M: Pekka Enberg <penberg@kernel.org>
7377 F: Documentation/dev-tools/kmemcheck.rst
7378 F: arch/x86/include/asm/kmemcheck.h
7379 F: arch/x86/mm/kmemcheck/
7380 F: include/linux/kmemcheck.h
7384 M: Catalin Marinas <catalin.marinas@arm.com>
7386 F: Documentation/dev-tools/kmemleak.rst
7387 F: include/linux/kmemleak.h
7389 F: mm/kmemleak-test.c
7392 M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7393 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7394 M: "David S. Miller" <davem@davemloft.net>
7395 M: Masami Hiramatsu <mhiramat@kernel.org>
7397 F: Documentation/kprobes.txt
7398 F: include/linux/kprobes.h
7399 F: include/asm-generic/kprobes.h
7402 KS0108 LCD CONTROLLER DRIVER
7403 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7404 W: http://miguelojeda.es/auxdisplay.htm
7405 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7407 F: Documentation/auxdisplay/ks0108
7408 F: drivers/auxdisplay/ks0108.c
7409 F: include/linux/ks0108.h
7412 M: David Ahern <dsa@cumulusnetworks.com>
7413 L: netdev@vger.kernel.org
7416 F: include/net/l3mdev.h
7418 LANTIQ MIPS ARCHITECTURE
7419 M: John Crispin <john@phrozen.org>
7420 L: linux-mips@linux-mips.org
7425 L: linux-x25@vger.kernel.org
7427 F: Documentation/networking/lapb-module.txt
7431 LASI 53c700 driver for PARISC
7432 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7433 L: linux-scsi@vger.kernel.org
7435 F: Documentation/scsi/53c700.txt
7436 F: drivers/scsi/53c700*
7439 M: Richard Purdie <rpurdie@rpsys.net>
7440 M: Jacek Anaszewski <jacek.anaszewski@gmail.com>
7441 M: Pavel Machek <pavel@ucw.cz>
7442 L: linux-leds@vger.kernel.org
7443 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7445 F: Documentation/devicetree/bindings/leds/
7447 F: include/linux/leds.h
7449 LEGACY EEPROM DRIVER
7450 M: Jean Delvare <jdelvare@suse.com>
7452 F: Documentation/misc-devices/eeprom
7453 F: drivers/misc/eeprom/eeprom.c
7455 LEGO USB Tower driver
7456 M: Juergen Stuber <starblue@users.sourceforge.net>
7457 L: legousb-devel@lists.sourceforge.net
7458 W: http://legousb.sourceforge.net/
7460 F: drivers/usb/misc/legousbtower.c
7463 M: Michael Krufky <mkrufky@linuxtv.org>
7464 L: linux-media@vger.kernel.org
7465 W: https://linuxtv.org
7466 W: http://github.com/mkrufky
7467 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7468 T: git git://linuxtv.org/mkrufky/tuners.git
7470 F: drivers/media/dvb-frontends/lg2160.*
7472 LGDT3305 MEDIA DRIVER
7473 M: Michael Krufky <mkrufky@linuxtv.org>
7474 L: linux-media@vger.kernel.org
7475 W: https://linuxtv.org
7476 W: http://github.com/mkrufky
7477 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7478 T: git git://linuxtv.org/mkrufky/tuners.git
7480 F: drivers/media/dvb-frontends/lgdt3305.*
7483 M: Rusty Russell <rusty@rustcorp.com.au>
7484 L: lguest@lists.ozlabs.org
7485 W: http://lguest.ozlabs.org/
7487 F: arch/x86/include/asm/lguest*.h
7490 F: include/linux/lguest*.h
7493 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7494 M: Tejun Heo <tj@kernel.org>
7495 L: linux-ide@vger.kernel.org
7496 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7499 F: include/linux/ata.h
7500 F: include/linux/libata.h
7501 F: Documentation/devicetree/bindings/ata/
7503 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7504 M: Viresh Kumar <vireshk@kernel.org>
7505 L: linux-ide@vger.kernel.org
7506 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7508 F: include/linux/pata_arasan_cf_data.h
7509 F: drivers/ata/pata_arasan_cf.c
7512 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7513 M: Tejun Heo <tj@kernel.org>
7514 L: linux-ide@vger.kernel.org
7515 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7517 F: drivers/ata/pata_*.c
7518 F: drivers/ata/ata_generic.c
7520 LIBATA SATA AHCI PLATFORM devices support
7521 M: Hans de Goede <hdegoede@redhat.com>
7522 M: Tejun Heo <tj@kernel.org>
7523 L: linux-ide@vger.kernel.org
7524 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7526 F: drivers/ata/ahci_platform.c
7527 F: drivers/ata/libahci_platform.c
7528 F: include/linux/ahci_platform.h
7530 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7531 M: Mikael Pettersson <mikpelinux@gmail.com>
7532 L: linux-ide@vger.kernel.org
7533 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7535 F: drivers/ata/sata_promise.*
7538 M: Sasha Levin <sasha.levin@oracle.com>
7540 F: tools/lib/lockdep/
7542 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7543 M: Dan Williams <dan.j.williams@intel.com>
7544 L: linux-nvdimm@lists.01.org
7545 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7546 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7549 F: include/linux/nd.h
7550 F: include/linux/libnvdimm.h
7551 F: include/uapi/linux/ndctl.h
7553 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7554 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7555 L: linux-nvdimm@lists.01.org
7556 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7558 F: drivers/nvdimm/blk.c
7559 F: drivers/nvdimm/region_devs.c
7560 F: drivers/acpi/nfit*
7562 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7563 M: Vishal Verma <vishal.l.verma@intel.com>
7564 L: linux-nvdimm@lists.01.org
7565 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7567 F: drivers/nvdimm/btt*
7569 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7570 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7571 L: linux-nvdimm@lists.01.org
7572 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7574 F: drivers/nvdimm/pmem.c
7575 F: include/linux/pmem.h
7576 F: arch/*/include/asm/pmem.h
7578 LIGHTNVM PLATFORM SUPPORT
7579 M: Matias Bjorling <mb@lightnvm.io>
7580 W: http://github/OpenChannelSSD
7581 L: linux-block@vger.kernel.org
7583 F: drivers/lightnvm/
7584 F: include/linux/lightnvm.h
7585 F: include/uapi/linux/lightnvm.h
7587 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7588 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7589 M: Paul Mackerras <paulus@samba.org>
7590 M: Michael Ellerman <mpe@ellerman.id.au>
7591 W: https://github.com/linuxppc/linux/wiki
7592 L: linuxppc-dev@lists.ozlabs.org
7593 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7594 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7596 F: Documentation/ABI/stable/sysfs-firmware-opal-*
7597 F: Documentation/devicetree/bindings/powerpc/
7598 F: Documentation/devicetree/bindings/rtc/rtc-opal.txt
7599 F: Documentation/devicetree/bindings/i2c/i2c-opal.txt
7600 F: Documentation/powerpc/
7602 F: drivers/char/tpm/tpm_ibmvtpm*
7603 F: drivers/crypto/nx/
7604 F: drivers/crypto/vmx/
7605 F: drivers/i2c/busses/i2c-opal.c
7606 F: drivers/net/ethernet/ibm/ibmveth.*
7607 F: drivers/net/ethernet/ibm/ibmvnic.*
7608 F: drivers/pci/hotplug/pnv_php.c
7609 F: drivers/pci/hotplug/rpa*
7610 F: drivers/rtc/rtc-opal.c
7611 F: drivers/scsi/ibmvscsi/
7612 F: drivers/tty/hvc/hvc_opal.c
7613 F: tools/testing/selftests/powerpc
7620 LINUX FOR POWER MACINTOSH
7621 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7622 W: http://www.penguinppc.org/
7623 L: linuxppc-dev@lists.ozlabs.org
7625 F: arch/powerpc/platforms/powermac/
7626 F: drivers/macintosh/
7628 LINUX FOR POWERPC EMBEDDED MPC5XXX
7629 M: Anatolij Gustschin <agust@denx.de>
7630 L: linuxppc-dev@lists.ozlabs.org
7631 T: git git://git.denx.de/linux-denx-agust.git
7633 F: arch/powerpc/platforms/512x/
7634 F: arch/powerpc/platforms/52xx/
7636 LINUX FOR POWERPC EMBEDDED PPC4XX
7637 M: Alistair Popple <alistair@popple.id.au>
7638 M: Matt Porter <mporter@kernel.crashing.org>
7639 W: http://www.penguinppc.org/
7640 L: linuxppc-dev@lists.ozlabs.org
7642 F: arch/powerpc/platforms/40x/
7643 F: arch/powerpc/platforms/44x/
7645 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7646 L: linuxppc-dev@lists.ozlabs.org
7648 F: arch/powerpc/*/*virtex*
7649 F: arch/powerpc/*/*/*virtex*
7651 LINUX FOR POWERPC EMBEDDED PPC8XX
7652 M: Vitaly Bordug <vitb@kernel.crashing.org>
7653 W: http://www.penguinppc.org/
7654 L: linuxppc-dev@lists.ozlabs.org
7656 F: arch/powerpc/platforms/8xx/
7658 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7659 M: Scott Wood <oss@buserror.net>
7660 M: Kumar Gala <galak@kernel.crashing.org>
7661 W: http://www.penguinppc.org/
7662 L: linuxppc-dev@lists.ozlabs.org
7663 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7665 F: arch/powerpc/platforms/83xx/
7666 F: arch/powerpc/platforms/85xx/
7668 LINUX FOR POWERPC PA SEMI PWRFICIENT
7669 L: linuxppc-dev@lists.ozlabs.org
7671 F: arch/powerpc/platforms/pasemi/
7672 F: drivers/*/*pasemi*
7673 F: drivers/*/*/*pasemi*
7675 LINUX SECURITY MODULE (LSM) FRAMEWORK
7676 M: Chris Wright <chrisw@sous-sol.org>
7677 L: linux-security-module@vger.kernel.org
7680 LIS3LV02D ACCELEROMETER DRIVER
7681 M: Eric Piel <eric.piel@tremplin-utc.net>
7683 F: Documentation/misc-devices/lis3lv02d
7684 F: drivers/misc/lis3lv02d/
7685 F: drivers/platform/x86/hp_accel.c
7688 M: Josh Poimboeuf <jpoimboe@redhat.com>
7689 M: Jessica Yu <jeyu@redhat.com>
7690 M: Jiri Kosina <jikos@kernel.org>
7691 M: Miroslav Benes <mbenes@suse.cz>
7692 R: Petr Mladek <pmladek@suse.com>
7694 F: kernel/livepatch/
7695 F: include/linux/livepatch.h
7696 F: arch/x86/include/asm/livepatch.h
7697 F: arch/x86/kernel/livepatch.c
7698 F: Documentation/livepatch/
7699 F: Documentation/ABI/testing/sysfs-kernel-livepatch
7700 F: samples/livepatch/
7701 L: live-patching@vger.kernel.org
7702 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7704 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7705 M: Kees Cook <keescook@chromium.org>
7707 F: drivers/misc/lkdtm*
7710 L: netdev@vger.kernel.org
7712 F: include/linux/llc.h
7713 F: include/uapi/linux/llc.h
7717 LM73 HARDWARE MONITOR DRIVER
7718 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
7719 L: linux-hwmon@vger.kernel.org
7721 F: drivers/hwmon/lm73.c
7723 LM78 HARDWARE MONITOR DRIVER
7724 M: Jean Delvare <jdelvare@suse.com>
7725 L: linux-hwmon@vger.kernel.org
7727 F: Documentation/hwmon/lm78
7728 F: drivers/hwmon/lm78.c
7730 LM83 HARDWARE MONITOR DRIVER
7731 M: Jean Delvare <jdelvare@suse.com>
7732 L: linux-hwmon@vger.kernel.org
7734 F: Documentation/hwmon/lm83
7735 F: drivers/hwmon/lm83.c
7737 LM90 HARDWARE MONITOR DRIVER
7738 M: Jean Delvare <jdelvare@suse.com>
7739 L: linux-hwmon@vger.kernel.org
7741 F: Documentation/hwmon/lm90
7742 F: Documentation/devicetree/bindings/hwmon/lm90.txt
7743 F: drivers/hwmon/lm90.c
7744 F: include/dt-bindings/thermal/lm90.h
7746 LM95234 HARDWARE MONITOR DRIVER
7747 M: Guenter Roeck <linux@roeck-us.net>
7748 L: linux-hwmon@vger.kernel.org
7750 F: Documentation/hwmon/lm95234
7751 F: drivers/hwmon/lm95234.c
7753 LME2510 MEDIA DRIVER
7754 M: Malcolm Priestley <tvboxspy@gmail.com>
7755 L: linux-media@vger.kernel.org
7756 W: https://linuxtv.org
7757 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7759 F: drivers/media/usb/dvb-usb-v2/lmedm04*
7762 M: Peter Zijlstra <peterz@infradead.org>
7763 M: Ingo Molnar <mingo@redhat.com>
7764 L: linux-kernel@vger.kernel.org
7765 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7767 F: Documentation/locking/
7768 F: include/linux/lockdep.h
7769 F: include/linux/spinlock*.h
7770 F: arch/*/include/asm/spinlock*.h
7771 F: include/linux/rwlock*.h
7772 F: include/linux/mutex*.h
7773 F: arch/*/include/asm/mutex*.h
7774 F: include/linux/rwsem*.h
7775 F: arch/*/include/asm/rwsem.h
7776 F: include/linux/seqlock.h
7777 F: lib/locking*.[ch]
7780 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7781 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
7782 L: linux-ntfs-dev@lists.sourceforge.net
7783 W: http://www.linux-ntfs.org/content/view/19/37/
7785 F: Documentation/ldm.txt
7786 F: block/partitions/ldm.*
7788 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7789 M: Sathya Prakash <sathya.prakash@broadcom.com>
7790 M: Chaitra P B <chaitra.basappa@broadcom.com>
7791 M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7792 L: MPT-FusionLinux.pdl@broadcom.com
7793 L: linux-scsi@vger.kernel.org
7794 W: http://www.avagotech.com/support/
7796 F: drivers/message/fusion/
7797 F: drivers/scsi/mpt2sas/
7798 F: drivers/scsi/mpt3sas/
7800 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7801 M: Matthew Wilcox <matthew@wil.cx>
7802 L: linux-scsi@vger.kernel.org
7804 F: drivers/scsi/sym53c8xx_2/
7806 LTC4261 HARDWARE MONITOR DRIVER
7807 M: Guenter Roeck <linux@roeck-us.net>
7808 L: linux-hwmon@vger.kernel.org
7810 F: Documentation/hwmon/ltc4261
7811 F: drivers/hwmon/ltc4261.c
7813 LTC4306 I2C MULTIPLEXER DRIVER
7814 M: Michael Hennerich <michael.hennerich@analog.com>
7815 W: http://ez.analog.com/community/linux-device-drivers
7816 L: linux-i2c@vger.kernel.org
7818 F: drivers/i2c/muxes/i2c-mux-ltc4306.c
7819 F: Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
7821 LTP (Linux Test Project)
7822 M: Mike Frysinger <vapier@gentoo.org>
7823 M: Cyril Hrubis <chrubis@suse.cz>
7824 M: Wanlong Gao <wanlong.gao@gmail.com>
7825 M: Jan Stancek <jstancek@redhat.com>
7826 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7827 M: Alexey Kodanev <alexey.kodanev@oracle.com>
7828 L: ltp@lists.linux.it (subscribers-only)
7829 W: http://linux-test-project.github.io/
7830 T: git git://github.com/linux-test-project/ltp.git
7834 W: http://www.linux-m32r.org/
7839 M: Geert Uytterhoeven <geert@linux-m68k.org>
7840 L: linux-m68k@lists.linux-m68k.org
7841 W: http://www.linux-m68k.org/
7842 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7847 M68K ON APPLE MACINTOSH
7848 M: Joshua Thompson <funaho@jurai.org>
7849 W: http://www.mac.linux-m68k.org/
7850 L: linux-m68k@lists.linux-m68k.org
7855 M: Philip Blundell <philb@gnu.org>
7856 W: http://www.tazenda.demon.co.uk/phil/linux-hp
7860 M88DS3103 MEDIA DRIVER
7861 M: Antti Palosaari <crope@iki.fi>
7862 L: linux-media@vger.kernel.org
7863 W: https://linuxtv.org
7864 W: http://palosaari.fi/linux/
7865 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7866 T: git git://linuxtv.org/anttip/media_tree.git
7868 F: drivers/media/dvb-frontends/m88ds3103*
7870 M88RS2000 MEDIA DRIVER
7871 M: Malcolm Priestley <tvboxspy@gmail.com>
7872 L: linux-media@vger.kernel.org
7873 W: https://linuxtv.org
7874 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7876 F: drivers/media/dvb-frontends/m88rs2000*
7878 MA901 MASTERKIT USB FM RADIO DRIVER
7879 M: Alexey Klimov <klimov.linux@gmail.com>
7880 L: linux-media@vger.kernel.org
7881 T: git git://linuxtv.org/media_tree.git
7883 F: drivers/media/radio/radio-ma901.c
7886 M: Johannes Berg <johannes@sipsolutions.net>
7887 L: linux-wireless@vger.kernel.org
7888 W: http://wireless.kernel.org/
7889 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7890 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7892 F: Documentation/networking/mac80211-injection.txt
7893 F: include/net/mac80211.h
7895 F: drivers/net/wireless/mac80211_hwsim.[ch]
7898 M: Jassi Brar <jassisinghbrar@gmail.com>
7899 L: linux-kernel@vger.kernel.org
7902 F: include/linux/mailbox_client.h
7903 F: include/linux/mailbox_controller.h
7905 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7906 M: Michael Kerrisk <mtk.manpages@gmail.com>
7907 W: http://www.kernel.org/doc/man-pages
7908 L: linux-man@vger.kernel.org
7911 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
7912 M: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
7913 L: linux-mips@linux-mips.org
7915 F: arch/mips/boot/dts/img/pistachio_marduk.dts
7917 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7918 M: Andrew Lunn <andrew@lunn.ch>
7919 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7920 L: netdev@vger.kernel.org
7922 F: drivers/net/dsa/mv88e6xxx/
7923 F: Documentation/devicetree/bindings/net/dsa/marvell.txt
7925 MARVELL ARMADA DRM SUPPORT
7926 M: Russell King <linux@armlinux.org.uk>
7928 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
7929 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
7930 F: drivers/gpu/drm/armada/
7931 F: include/uapi/drm/armada_drm.h
7932 F: Documentation/devicetree/bindings/display/armada/
7934 MARVELL CRYPTO DRIVER
7935 M: Boris Brezillon <boris.brezillon@free-electrons.com>
7936 M: Arnaud Ebalard <arno@natisbad.org>
7937 F: drivers/crypto/marvell/
7939 L: linux-crypto@vger.kernel.org
7941 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7942 M: Mirko Lindner <mlindner@marvell.com>
7943 M: Stephen Hemminger <stephen@networkplumber.org>
7944 L: netdev@vger.kernel.org
7946 F: drivers/net/ethernet/marvell/sk*
7948 MARVELL LIBERTAS WIRELESS DRIVER
7949 L: libertas-dev@lists.infradead.org
7951 F: drivers/net/wireless/marvell/libertas/
7953 MARVELL MV643XX ETHERNET DRIVER
7954 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7955 L: netdev@vger.kernel.org
7957 F: drivers/net/ethernet/marvell/mv643xx_eth.*
7958 F: include/linux/mv643xx.h
7960 MARVELL MVNETA ETHERNET DRIVER
7961 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7962 L: netdev@vger.kernel.org
7964 F: drivers/net/ethernet/marvell/mvneta.*
7966 MARVELL MWIFIEX WIRELESS DRIVER
7967 M: Amitkumar Karwar <amitkarwar@gmail.com>
7968 M: Nishant Sarmukadam <nishants@marvell.com>
7969 M: Ganapathi Bhat <gbhat@marvell.com>
7970 M: Xinming Hu <huxm@marvell.com>
7971 L: linux-wireless@vger.kernel.org
7973 F: drivers/net/wireless/marvell/mwifiex/
7975 MARVELL MWL8K WIRELESS DRIVER
7976 M: Lennert Buytenhek <buytenh@wantstofly.org>
7977 L: linux-wireless@vger.kernel.org
7979 F: drivers/net/wireless/marvell/mwl8k.c
7981 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7982 M: Nicolas Pitre <nico@fluxnic.net>
7984 F: drivers/mmc/host/mvsdio.*
7986 MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
7987 M: Hu Ziji <huziji@marvell.com>
7988 L: linux-mmc@vger.kernel.org
7990 F: drivers/mmc/host/sdhci-xenon*
7991 F: Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt
7993 MATROX FRAMEBUFFER DRIVER
7994 L: linux-fbdev@vger.kernel.org
7996 F: drivers/video/fbdev/matrox/matroxfb_*
7997 F: include/uapi/linux/matroxfb.h
7999 MAX16065 HARDWARE MONITOR DRIVER
8000 M: Guenter Roeck <linux@roeck-us.net>
8001 L: linux-hwmon@vger.kernel.org
8003 F: Documentation/hwmon/max16065
8004 F: drivers/hwmon/max16065.c
8006 MAX20751 HARDWARE MONITOR DRIVER
8007 M: Guenter Roeck <linux@roeck-us.net>
8008 L: linux-hwmon@vger.kernel.org
8010 F: Documentation/hwmon/max20751
8011 F: drivers/hwmon/max20751.c
8013 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
8014 L: linux-hwmon@vger.kernel.org
8016 F: Documentation/hwmon/max6650
8017 F: drivers/hwmon/max6650.c
8019 MAX6697 HARDWARE MONITOR DRIVER
8020 M: Guenter Roeck <linux@roeck-us.net>
8021 L: linux-hwmon@vger.kernel.org
8023 F: Documentation/hwmon/max6697
8024 F: Documentation/devicetree/bindings/i2c/max6697.txt
8025 F: drivers/hwmon/max6697.c
8026 F: include/linux/platform_data/max6697.h
8028 MAX9860 MONO AUDIO VOICE CODEC DRIVER
8029 M: Peter Rosin <peda@axentia.se>
8030 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8032 F: Documentation/devicetree/bindings/sound/max9860.txt
8033 F: sound/soc/codecs/max9860.*
8035 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
8036 M: Krzysztof Kozlowski <krzk@kernel.org>
8037 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8038 L: linux-pm@vger.kernel.org
8040 F: drivers/power/supply/max14577_charger.c
8041 F: drivers/power/supply/max77693_charger.c
8043 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
8044 M: Javier Martinez Canillas <javier@osg.samsung.com>
8045 L: linux-kernel@vger.kernel.org
8047 F: drivers/*/*max77802*.c
8048 F: Documentation/devicetree/bindings/*/*max77802.txt
8049 F: include/dt-bindings/*/*max77802.h
8051 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
8052 M: Chanwoo Choi <cw00.choi@samsung.com>
8053 M: Krzysztof Kozlowski <krzk@kernel.org>
8054 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8055 L: linux-kernel@vger.kernel.org
8057 F: drivers/*/max14577*.c
8058 F: drivers/*/max77686*.c
8059 F: drivers/*/max77693*.c
8060 F: drivers/extcon/extcon-max14577.c
8061 F: drivers/extcon/extcon-max77693.c
8062 F: drivers/rtc/rtc-max77686.c
8063 F: drivers/clk/clk-max77686.c
8064 F: Documentation/devicetree/bindings/mfd/max14577.txt
8065 F: Documentation/devicetree/bindings/*/max77686.txt
8066 F: Documentation/devicetree/bindings/mfd/max77693.txt
8067 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
8068 F: include/linux/mfd/max14577*.h
8069 F: include/linux/mfd/max77686*.h
8070 F: include/linux/mfd/max77693*.h
8072 MAXIRADIO FM RADIO RECEIVER DRIVER
8073 M: Hans Verkuil <hverkuil@xs4all.nl>
8074 L: linux-media@vger.kernel.org
8075 T: git git://linuxtv.org/media_tree.git
8076 W: https://linuxtv.org
8078 F: drivers/media/radio/radio-maxiradio*
8080 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
8081 M: Peter Rosin <peda@axentia.se>
8082 L: linux-iio@vger.kernel.org
8084 F: Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
8085 F: drivers/iio/potentiometer/mcp4531.c
8087 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
8088 M: William Breathitt Gray <vilhelm.gray@gmail.com>
8089 L: linux-iio@vger.kernel.org
8091 F: drivers/iio/dac/cio-dac.c
8093 MEDIA DRIVERS FOR RENESAS - FCP
8094 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8095 L: linux-media@vger.kernel.org
8096 L: linux-renesas-soc@vger.kernel.org
8097 T: git git://linuxtv.org/media_tree.git
8099 F: Documentation/devicetree/bindings/media/renesas,fcp.txt
8100 F: drivers/media/platform/rcar-fcp.c
8101 F: include/media/rcar-fcp.h
8103 MEDIA DRIVERS FOR RENESAS - FDP1
8104 M: Kieran Bingham <kieran@bingham.xyz>
8105 L: linux-media@vger.kernel.org
8106 L: linux-renesas-soc@vger.kernel.org
8107 T: git git://linuxtv.org/media_tree.git
8109 F: Documentation/devicetree/bindings/media/renesas,fdp1.txt
8110 F: drivers/media/platform/rcar_fdp1.c
8112 MEDIA DRIVERS FOR RENESAS - VIN
8113 M: Niklas Söderlund <niklas.soderlund@ragnatech.se>
8114 L: linux-media@vger.kernel.org
8115 L: linux-renesas-soc@vger.kernel.org
8116 T: git git://linuxtv.org/media_tree.git
8118 F: Documentation/devicetree/bindings/media/rcar_vin.txt
8119 F: drivers/media/platform/rcar-vin/
8121 MEDIA DRIVERS FOR RENESAS - VSP1
8122 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8123 L: linux-media@vger.kernel.org
8124 L: linux-renesas-soc@vger.kernel.org
8125 T: git git://linuxtv.org/media_tree.git
8127 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
8128 F: drivers/media/platform/vsp1/
8130 MEDIA DRIVERS FOR HELENE
8131 M: Abylay Ospan <aospan@netup.ru>
8132 L: linux-media@vger.kernel.org
8133 W: https://linuxtv.org
8135 T: git git://linuxtv.org/media_tree.git
8137 F: drivers/media/dvb-frontends/helene*
8139 MEDIA DRIVERS FOR ASCOT2E
8140 M: Sergey Kozlov <serjk@netup.ru>
8141 M: Abylay Ospan <aospan@netup.ru>
8142 L: linux-media@vger.kernel.org
8143 W: https://linuxtv.org
8145 T: git git://linuxtv.org/media_tree.git
8147 F: drivers/media/dvb-frontends/ascot2e*
8149 MEDIA DRIVERS FOR CXD2841ER
8150 M: Sergey Kozlov <serjk@netup.ru>
8151 M: Abylay Ospan <aospan@netup.ru>
8152 L: linux-media@vger.kernel.org
8153 W: https://linuxtv.org
8155 T: git git://linuxtv.org/media_tree.git
8157 F: drivers/media/dvb-frontends/cxd2841er*
8159 MEDIA DRIVERS FOR HORUS3A
8160 M: Sergey Kozlov <serjk@netup.ru>
8161 M: Abylay Ospan <aospan@netup.ru>
8162 L: linux-media@vger.kernel.org
8163 W: https://linuxtv.org
8165 T: git git://linuxtv.org/media_tree.git
8167 F: drivers/media/dvb-frontends/horus3a*
8169 MEDIA DRIVERS FOR LNBH25
8170 M: Sergey Kozlov <serjk@netup.ru>
8171 M: Abylay Ospan <aospan@netup.ru>
8172 L: linux-media@vger.kernel.org
8173 W: https://linuxtv.org
8175 T: git git://linuxtv.org/media_tree.git
8177 F: drivers/media/dvb-frontends/lnbh25*
8179 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
8180 M: Sergey Kozlov <serjk@netup.ru>
8181 M: Abylay Ospan <aospan@netup.ru>
8182 L: linux-media@vger.kernel.org
8183 W: https://linuxtv.org
8185 T: git git://linuxtv.org/media_tree.git
8187 F: drivers/media/pci/netup_unidvb/*
8189 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
8190 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
8191 M: Mauro Carvalho Chehab <mchehab@kernel.org>
8192 P: LinuxTV.org Project
8193 L: linux-media@vger.kernel.org
8194 W: https://linuxtv.org
8195 Q: http://patchwork.kernel.org/project/linux-media/list/
8196 T: git git://linuxtv.org/media_tree.git
8198 F: Documentation/devicetree/bindings/media/
8199 F: Documentation/media/
8201 F: drivers/staging/media/
8202 F: include/linux/platform_data/media/
8204 F: include/uapi/linux/dvb/
8205 F: include/uapi/linux/videodev2.h
8206 F: include/uapi/linux/media.h
8207 F: include/uapi/linux/v4l2-*
8208 F: include/uapi/linux/meye.h
8209 F: include/uapi/linux/ivtv*
8210 F: include/uapi/linux/uvcvideo.h
8212 MEDIATEK ETHERNET DRIVER
8213 M: Felix Fietkau <nbd@openwrt.org>
8214 M: John Crispin <blogic@openwrt.org>
8215 L: netdev@vger.kernel.org
8217 F: drivers/net/ethernet/mediatek/
8219 MEDIATEK JPEG DRIVER
8220 M: Rick Chang <rick.chang@mediatek.com>
8221 M: Bin Liu <bin.liu@mediatek.com>
8223 F: drivers/media/platform/mtk-jpeg/
8224 F: Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
8226 MEDIATEK MEDIA DRIVER
8227 M: Tiffany Lin <tiffany.lin@mediatek.com>
8228 M: Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8230 F: drivers/media/platform/mtk-vcodec/
8231 F: drivers/media/platform/mtk-vpu/
8232 F: Documentation/devicetree/bindings/media/mediatek-vcodec.txt
8233 F: Documentation/devicetree/bindings/media/mediatek-vpu.txt
8236 M: Minghsiu Tsai <minghsiu.tsai@mediatek.com>
8237 M: Houlong Wei <houlong.wei@mediatek.com>
8238 M: Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8240 F: drivers/media/platform/mtk-mdp/
8241 F: drivers/media/platform/mtk-vpu/
8242 F: Documentation/devicetree/bindings/media/mediatek-mdp.txt
8244 MEDIATEK MT7601U WIRELESS LAN DRIVER
8245 M: Jakub Kicinski <kubakici@wp.pl>
8246 L: linux-wireless@vger.kernel.org
8248 F: drivers/net/wireless/mediatek/mt7601u/
8250 MEGACHIPS STDPXXXX-GE-B850V3-FW LVDS/DP++ BRIDGES
8251 M: Peter Senna Tschudin <peter.senna@collabora.com>
8252 M: Martin Donnelly <martin.donnelly@ge.com>
8253 M: Martyn Welch <martyn.welch@collabora.co.uk>
8255 F: drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c
8256 F: Documentation/devicetree/bindings/video/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt
8258 MEGARAID SCSI/SAS DRIVERS
8259 M: Kashyap Desai <kashyap.desai@broadcom.com>
8260 M: Sumit Saxena <sumit.saxena@broadcom.com>
8261 M: Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
8262 L: megaraidlinux.pdl@broadcom.com
8263 L: linux-scsi@vger.kernel.org
8264 W: http://www.avagotech.com/support/
8266 F: Documentation/scsi/megaraid.txt
8267 F: drivers/scsi/megaraid.*
8268 F: drivers/scsi/megaraid/
8270 MELFAS MIP4 TOUCHSCREEN DRIVER
8271 M: Sangwon Jee <jeesw@melfas.com>
8272 W: http://www.melfas.com
8274 F: drivers/input/touchscreen/melfas_mip4.c
8275 F: Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
8277 MELLANOX ETHERNET DRIVER (mlx4_en)
8278 M: Tariq Toukan <tariqt@mellanox.com>
8279 L: netdev@vger.kernel.org
8281 W: http://www.mellanox.com
8282 Q: http://patchwork.ozlabs.org/project/netdev/list/
8283 F: drivers/net/ethernet/mellanox/mlx4/en_*
8285 MELLANOX ETHERNET DRIVER (mlx5e)
8286 M: Saeed Mahameed <saeedm@mellanox.com>
8287 L: netdev@vger.kernel.org
8289 W: http://www.mellanox.com
8290 Q: http://patchwork.ozlabs.org/project/netdev/list/
8291 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
8293 MELLANOX ETHERNET SWITCH DRIVERS
8294 M: Jiri Pirko <jiri@mellanox.com>
8295 M: Ido Schimmel <idosch@mellanox.com>
8296 L: netdev@vger.kernel.org
8298 W: http://www.mellanox.com
8299 Q: http://patchwork.ozlabs.org/project/netdev/list/
8300 F: drivers/net/ethernet/mellanox/mlxsw/
8302 MELLANOX MLXCPLD I2C AND MUX DRIVER
8303 M: Vadim Pasternak <vadimp@mellanox.com>
8304 M: Michael Shych <michaelsh@mellanox.com>
8305 L: linux-i2c@vger.kernel.org
8307 F: drivers/i2c/busses/i2c-mlxcpld.c
8308 F: drivers/i2c/muxes/i2c-mux-mlxcpld.c
8309 F: Documentation/i2c/busses/i2c-mlxcpld
8311 MELLANOX MLXCPLD LED DRIVER
8312 M: Vadim Pasternak <vadimp@mellanox.com>
8313 L: linux-leds@vger.kernel.org
8315 F: drivers/leds/leds-mlxcpld.c
8316 F: Documentation/leds/leds-mlxcpld.txt
8318 MELLANOX PLATFORM DRIVER
8319 M: Vadim Pasternak <vadimp@mellanox.com>
8320 L: platform-driver-x86@vger.kernel.org
8322 F: drivers/platform/x86/mlx-platform.c
8324 MELLANOX MLX CPLD HOTPLUG DRIVER
8325 M: Vadim Pasternak <vadimp@mellanox.com>
8326 L: platform-driver-x86@vger.kernel.org
8328 F: drivers/platform/x86/mlxcpld-hotplug.c
8329 F: include/linux/platform_data/mlxcpld-hotplug.h
8331 SOFT-ROCE DRIVER (rxe)
8332 M: Moni Shoua <monis@mellanox.com>
8333 L: linux-rdma@vger.kernel.org
8335 W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
8336 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8337 F: drivers/infiniband/sw/rxe/
8338 F: include/uapi/rdma/rdma_user_rxe.h
8341 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8342 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8343 L: linux-kernel@vger.kernel.org
8345 F: kernel/membarrier.c
8346 F: include/uapi/linux/membarrier.h
8349 L: linux-mm@kvack.org
8350 W: http://www.linux-mm.org
8352 F: include/linux/mm.h
8353 F: include/linux/gfp.h
8354 F: include/linux/mmzone.h
8355 F: include/linux/memory_hotplug.h
8356 F: include/linux/vmalloc.h
8359 MEMORY TECHNOLOGY DEVICES (MTD)
8360 M: David Woodhouse <dwmw2@infradead.org>
8361 M: Brian Norris <computersforpeace@gmail.com>
8362 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8363 M: Marek Vasut <marek.vasut@gmail.com>
8364 M: Richard Weinberger <richard@nod.at>
8365 M: Cyrille Pitchen <cyrille.pitchen@atmel.com>
8366 L: linux-mtd@lists.infradead.org
8367 W: http://www.linux-mtd.infradead.org/
8368 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8369 T: git git://git.infradead.org/linux-mtd.git
8370 T: git git://git.infradead.org/l2-mtd.git
8372 F: Documentation/devicetree/bindings/mtd/
8374 F: include/linux/mtd/
8375 F: include/uapi/mtd/
8377 MEN A21 WATCHDOG DRIVER
8378 M: Johannes Thumshirn <morbidrsa@gmail.com>
8379 L: linux-watchdog@vger.kernel.org
8381 F: drivers/watchdog/mena21_wdt.c
8383 MEN CHAMELEON BUS (mcb)
8384 M: Johannes Thumshirn <morbidrsa@gmail.com>
8387 F: include/linux/mcb.h
8388 F: Documentation/men-chameleon-bus.txt
8390 MEN F21BMC (Board Management Controller)
8391 M: Andreas Werner <andreas.werner@men.de>
8393 F: drivers/mfd/menf21bmc.c
8394 F: drivers/watchdog/menf21bmc_wdt.c
8395 F: drivers/leds/leds-menf21bmc.c
8396 F: drivers/hwmon/menf21bmc_hwmon.c
8397 F: Documentation/hwmon/menf21bmc
8400 M: James Hogan <james.hogan@imgtec.com>
8401 L: linux-metag@vger.kernel.org
8402 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8405 F: Documentation/metag/
8406 F: Documentation/devicetree/bindings/metag/
8407 F: Documentation/devicetree/bindings/interrupt-controller/img,*
8408 F: drivers/clocksource/metag_generic.c
8409 F: drivers/irqchip/irq-metag.c
8410 F: drivers/irqchip/irq-metag-ext.c
8411 F: drivers/tty/metag_da.c
8413 MICROBLAZE ARCHITECTURE
8414 M: Michal Simek <monstr@monstr.eu>
8415 W: http://www.monstr.eu/fdt/
8416 T: git git://git.monstr.eu/linux-2.6-microblaze.git
8420 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
8421 M: Richard Genoud <richard.genoud@gmail.com>
8423 F: drivers/tty/serial/atmel_serial.c
8424 F: drivers/tty/serial/atmel_serial.h
8426 MICROCHIP / ATMEL DMA DRIVER
8427 M: Ludovic Desroches <ludovic.desroches@microchip.com>
8428 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8429 L: dmaengine@vger.kernel.org
8431 F: drivers/dma/at_hdmac.c
8432 F: drivers/dma/at_hdmac_regs.h
8433 F: include/linux/platform_data/dma-atmel.h
8435 MICROCHIP / ATMEL ISC DRIVER
8436 M: Songjun Wu <songjun.wu@microchip.com>
8437 L: linux-media@vger.kernel.org
8439 F: drivers/media/platform/atmel/atmel-isc.c
8440 F: drivers/media/platform/atmel/atmel-isc-regs.h
8441 F: devicetree/bindings/media/atmel-isc.txt
8443 MICROCHIP USB251XB DRIVER
8444 M: Richard Leitner <richard.leitner@skidata.com>
8445 L: linux-usb@vger.kernel.org
8447 F: drivers/usb/misc/usb251xb.c
8448 F: Documentation/devicetree/bindings/usb/usb251xb.txt
8450 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8451 M: Chen Yu <yu.c.chen@intel.com>
8452 L: platform-driver-x86@vger.kernel.org
8454 F: drivers/platform/x86/surfacepro3_button.c
8457 M: Oliver Neukum <oliver@neukum.org>
8459 F: drivers/usb/image/microtek.*
8462 M: Ralf Baechle <ralf@linux-mips.org>
8463 L: linux-mips@linux-mips.org
8464 W: http://www.linux-mips.org/
8465 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
8466 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
8468 F: Documentation/devicetree/bindings/mips/
8469 F: Documentation/mips/
8472 MIPS/LOONGSON1 ARCHITECTURE
8473 M: Keguang Zhang <keguang.zhang@gmail.com>
8474 L: linux-mips@linux-mips.org
8476 F: arch/mips/loongson32/
8477 F: arch/mips/include/asm/mach-loongson32/
8478 F: drivers/*/*loongson1*
8479 F: drivers/*/*/*loongson1*
8481 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8482 M: Hans Verkuil <hverkuil@xs4all.nl>
8483 L: linux-media@vger.kernel.org
8484 T: git git://linuxtv.org/media_tree.git
8485 W: https://linuxtv.org
8487 F: drivers/media/radio/radio-miropcm20*
8489 MELLANOX MLX4 core VPI driver
8490 M: Yishai Hadas <yishaih@mellanox.com>
8491 L: netdev@vger.kernel.org
8492 L: linux-rdma@vger.kernel.org
8493 W: http://www.mellanox.com
8494 Q: http://patchwork.ozlabs.org/project/netdev/list/
8496 F: drivers/net/ethernet/mellanox/mlx4/
8497 F: include/linux/mlx4/
8498 F: include/uapi/rdma/mlx4-abi.h
8500 MELLANOX MLX4 IB driver
8501 M: Yishai Hadas <yishaih@mellanox.com>
8502 L: linux-rdma@vger.kernel.org
8503 W: http://www.mellanox.com
8504 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8506 F: drivers/infiniband/hw/mlx4/
8507 F: include/linux/mlx4/
8509 MELLANOX MLX5 core VPI driver
8510 M: Saeed Mahameed <saeedm@mellanox.com>
8511 M: Matan Barak <matanb@mellanox.com>
8512 M: Leon Romanovsky <leonro@mellanox.com>
8513 L: netdev@vger.kernel.org
8514 L: linux-rdma@vger.kernel.org
8515 W: http://www.mellanox.com
8516 Q: http://patchwork.ozlabs.org/project/netdev/list/
8518 F: drivers/net/ethernet/mellanox/mlx5/core/
8519 F: include/linux/mlx5/
8520 F: include/uapi/rdma/mlx5-abi.h
8522 MELLANOX MLX5 IB driver
8523 M: Matan Barak <matanb@mellanox.com>
8524 M: Leon Romanovsky <leonro@mellanox.com>
8525 L: linux-rdma@vger.kernel.org
8526 W: http://www.mellanox.com
8527 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8529 F: drivers/infiniband/hw/mlx5/
8530 F: include/linux/mlx5/
8532 MELEXIS MLX90614 DRIVER
8533 M: Crt Mori <cmo@melexis.com>
8534 L: linux-iio@vger.kernel.org
8535 W: http://www.melexis.com
8537 F: drivers/iio/temperature/mlx90614.c
8539 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8540 M: Don Brace <don.brace@microsemi.com>
8541 L: esc.storagedev@microsemi.com
8542 L: linux-scsi@vger.kernel.org
8544 F: drivers/scsi/smartpqi/smartpqi*.[ch]
8545 F: drivers/scsi/smartpqi/Kconfig
8546 F: drivers/scsi/smartpqi/Makefile
8547 F: include/linux/cciss*.h
8548 F: include/uapi/linux/cciss*.h
8549 F: Documentation/scsi/smartpqi.txt
8551 MN88472 MEDIA DRIVER
8552 M: Antti Palosaari <crope@iki.fi>
8553 L: linux-media@vger.kernel.org
8554 W: https://linuxtv.org
8555 W: http://palosaari.fi/linux/
8556 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8558 F: drivers/media/dvb-frontends/mn88472*
8560 MN88473 MEDIA DRIVER
8561 M: Antti Palosaari <crope@iki.fi>
8562 L: linux-media@vger.kernel.org
8563 W: https://linuxtv.org
8564 W: http://palosaari.fi/linux/
8565 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8567 F: drivers/media/dvb-frontends/mn88473*
8570 M: Jessica Yu <jeyu@redhat.com>
8571 M: Rusty Russell <rusty@rustcorp.com.au>
8572 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
8574 F: include/linux/module.h
8577 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8578 W: http://popies.net/meye/
8580 F: Documentation/media/v4l-drivers/meye*
8581 F: drivers/media/pci/meye/
8582 F: include/uapi/linux/meye.h
8584 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8585 M: Jiri Slaby <jirislaby@gmail.com>
8587 F: Documentation/serial/moxa-smartio
8588 F: drivers/tty/mxser.*
8590 MR800 AVERMEDIA USB FM RADIO DRIVER
8591 M: Alexey Klimov <klimov.linux@gmail.com>
8592 L: linux-media@vger.kernel.org
8593 T: git git://linuxtv.org/media_tree.git
8595 F: drivers/media/radio/radio-mr800.c
8597 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8598 M: Alan Ott <alan@signal11.us>
8599 L: linux-wpan@vger.kernel.org
8601 F: drivers/net/ieee802154/mrf24j40.c
8602 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8605 M: "Lee, Chun-Yi" <jlee@suse.com>
8606 L: platform-driver-x86@vger.kernel.org
8608 F: drivers/platform/x86/msi-laptop.c
8611 L: platform-driver-x86@vger.kernel.org
8613 F: drivers/platform/x86/msi-wmi.c
8616 M: Antti Palosaari <crope@iki.fi>
8617 L: linux-media@vger.kernel.org
8618 W: https://linuxtv.org
8619 W: http://palosaari.fi/linux/
8620 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8621 T: git git://linuxtv.org/anttip/media_tree.git
8623 F: drivers/media/tuners/msi001*
8625 MSI2500 MEDIA DRIVER
8626 M: Antti Palosaari <crope@iki.fi>
8627 L: linux-media@vger.kernel.org
8628 W: https://linuxtv.org
8629 W: http://palosaari.fi/linux/
8630 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8631 T: git git://linuxtv.org/anttip/media_tree.git
8633 F: drivers/media/usb/msi2500/
8635 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8636 M: Robert Jarzmik <robert.jarzmik@free.fr>
8637 L: linux-mtd@lists.infradead.org
8639 F: drivers/mtd/devices/docg3*
8641 MT9M032 APTINA SENSOR DRIVER
8642 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8643 L: linux-media@vger.kernel.org
8644 T: git git://linuxtv.org/media_tree.git
8646 F: drivers/media/i2c/mt9m032.c
8647 F: include/media/i2c/mt9m032.h
8649 MT9P031 APTINA CAMERA SENSOR
8650 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8651 L: linux-media@vger.kernel.org
8652 T: git git://linuxtv.org/media_tree.git
8654 F: drivers/media/i2c/mt9p031.c
8655 F: include/media/i2c/mt9p031.h
8657 MT9T001 APTINA CAMERA SENSOR
8658 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8659 L: linux-media@vger.kernel.org
8660 T: git git://linuxtv.org/media_tree.git
8662 F: drivers/media/i2c/mt9t001.c
8663 F: include/media/i2c/mt9t001.h
8665 MT9V032 APTINA CAMERA SENSOR
8666 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8667 L: linux-media@vger.kernel.org
8668 T: git git://linuxtv.org/media_tree.git
8670 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8671 F: drivers/media/i2c/mt9v032.c
8672 F: include/media/i2c/mt9v032.h
8674 MULTIFUNCTION DEVICES (MFD)
8675 M: Lee Jones <lee.jones@linaro.org>
8676 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8678 F: Documentation/devicetree/bindings/mfd/
8680 F: include/linux/mfd/
8681 F: include/dt-bindings/mfd/
8683 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8684 M: Ulf Hansson <ulf.hansson@linaro.org>
8685 L: linux-mmc@vger.kernel.org
8686 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8688 F: Documentation/devicetree/bindings/mmc/
8690 F: include/linux/mmc/
8691 F: include/uapi/linux/mmc/
8693 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8695 F: drivers/mmc/host/mmc_spi.c
8696 F: include/linux/spi/mmc_spi.h
8698 MULTISOUND SOUND DRIVER
8699 M: Andrew Veliath <andrewtv@usa.net>
8701 F: Documentation/sound/oss/MultiSound
8704 MULTITECH MULTIPORT CARD (ISICOM)
8706 F: drivers/tty/isicom.c
8707 F: include/linux/isicom.h
8709 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8710 M: Bin Liu <b-liu@ti.com>
8711 L: linux-usb@vger.kernel.org
8712 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8714 F: drivers/usb/musb/
8716 MXL5007T MEDIA DRIVER
8717 M: Michael Krufky <mkrufky@linuxtv.org>
8718 L: linux-media@vger.kernel.org
8719 W: https://linuxtv.org
8720 W: http://github.com/mkrufky
8721 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8722 T: git git://linuxtv.org/mkrufky/tuners.git
8724 F: drivers/media/tuners/mxl5007t.*
8727 M: Marek Vasut <marex@denx.de>
8729 F: drivers/gpu/drm/mxsfb/
8730 F: Documentation/devicetree/bindings/display/mxsfb-drm.txt
8732 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8733 M: Hyong-Youb Kim <hykim@myri.com>
8734 L: netdev@vger.kernel.org
8735 W: https://www.myricom.com/support/downloads/myri10ge.html
8737 F: drivers/net/ethernet/myricom/myri10ge/
8739 NAND FLASH SUBSYSTEM
8740 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8741 R: Richard Weinberger <richard@nod.at>
8742 L: linux-mtd@lists.infradead.org
8743 W: http://www.linux-mtd.infradead.org/
8744 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8745 T: git git://github.com/linux-nand/linux.git
8747 F: drivers/mtd/nand/
8748 F: include/linux/mtd/nand*.h
8750 NATSEMI ETHERNET DRIVER (DP8381x)
8752 F: drivers/net/ethernet/natsemi/natsemi.c
8754 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8755 M: Daniel Mack <zonque@gmail.com>
8757 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8758 W: http://www.native-instruments.com
8762 M: Petr Vandrovec <petr@vandrovec.name>
8766 NCR 5380 SCSI DRIVERS
8767 M: Finn Thain <fthain@telegraphics.com.au>
8768 M: Michael Schmitz <schmitzmic@gmail.com>
8769 L: linux-scsi@vger.kernel.org
8771 F: Documentation/scsi/g_NCR5380.txt
8772 F: drivers/scsi/NCR5380.*
8773 F: drivers/scsi/arm/cumana_1.c
8774 F: drivers/scsi/arm/oak.c
8775 F: drivers/scsi/atari_scsi.*
8776 F: drivers/scsi/dmx3191d.c
8777 F: drivers/scsi/g_NCR5380.*
8778 F: drivers/scsi/mac_scsi.*
8779 F: drivers/scsi/sun3_scsi.*
8780 F: drivers/scsi/sun3_scsi_vme.c
8782 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8783 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8784 L: linux-scsi@vger.kernel.org
8786 F: drivers/scsi/NCR_D700.*
8788 NCT6775 HARDWARE MONITOR DRIVER
8789 M: Guenter Roeck <linux@roeck-us.net>
8790 L: linux-hwmon@vger.kernel.org
8792 F: Documentation/hwmon/nct6775
8793 F: drivers/hwmon/nct6775.c
8795 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8796 M: Faisal Latif <faisal.latif@intel.com>
8797 L: linux-rdma@vger.kernel.org
8798 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8800 F: drivers/infiniband/hw/nes/
8801 F: include/uapi/rdma/nes-abi.h
8803 NETEM NETWORK EMULATOR
8804 M: Stephen Hemminger <stephen@networkplumber.org>
8805 L: netem@lists.linux-foundation.org (moderated for non-subscribers)
8807 F: net/sched/sch_netem.c
8809 NETERION 10GbE DRIVERS (s2io/vxge)
8810 M: Jon Mason <jdmason@kudzu.us>
8811 L: netdev@vger.kernel.org
8813 F: Documentation/networking/s2io.txt
8814 F: Documentation/networking/vxge.txt
8815 F: drivers/net/ethernet/neterion/
8818 M: Pablo Neira Ayuso <pablo@netfilter.org>
8819 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8820 M: Florian Westphal <fw@strlen.de>
8821 L: netfilter-devel@vger.kernel.org
8822 L: coreteam@netfilter.org
8823 W: http://www.netfilter.org/
8824 W: http://www.iptables.org/
8825 W: http://www.nftables.org/
8826 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
8827 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8828 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8830 F: include/linux/netfilter*
8831 F: include/linux/netfilter/
8832 F: include/net/netfilter/
8833 F: include/uapi/linux/netfilter*
8834 F: include/uapi/linux/netfilter/
8835 F: net/*/netfilter.c
8838 F: net/bridge/br_netfilter*.c
8841 M: Paul Moore <paul@paul-moore.com>
8842 W: http://netlabel.sf.net
8843 L: netdev@vger.kernel.org
8845 F: Documentation/netlabel/
8846 F: include/net/netlabel.h
8849 NETROM NETWORK LAYER
8850 M: Ralf Baechle <ralf@linux-mips.org>
8851 L: linux-hams@vger.kernel.org
8852 W: http://www.linux-ax25.org/
8854 F: include/net/netrom.h
8855 F: include/uapi/linux/netrom.h
8858 NETRONOME ETHERNET DRIVERS
8859 M: Jakub Kicinski <jakub.kicinski@netronome.com>
8860 L: oss-drivers@netronome.com
8862 F: drivers/net/ethernet/netronome/
8864 NETWORK BLOCK DEVICE (NBD)
8865 M: Josef Bacik <jbacik@fb.com>
8867 L: linux-block@vger.kernel.org
8868 L: nbd-general@lists.sourceforge.net
8869 F: Documentation/blockdev/nbd.txt
8870 F: drivers/block/nbd.c
8871 F: include/uapi/linux/nbd.h
8873 NETWORK DROP MONITOR
8874 M: Neil Horman <nhorman@tuxdriver.com>
8875 L: netdev@vger.kernel.org
8877 W: https://fedorahosted.org/dropwatch/
8878 F: net/core/drop_monitor.c
8881 M: Andrew Lunn <andrew@lunn.ch>
8882 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8883 M: Florian Fainelli <f.fainelli@gmail.com>
8886 F: include/net/dsa.h
8889 NETWORKING [GENERAL]
8890 M: "David S. Miller" <davem@davemloft.net>
8891 L: netdev@vger.kernel.org
8892 W: http://www.linuxfoundation.org/en/Net
8893 Q: http://patchwork.ozlabs.org/project/netdev/list/
8894 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8895 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8896 B: mailto:netdev@vger.kernel.org
8900 F: include/linux/in.h
8901 F: include/linux/net.h
8902 F: include/linux/netdevice.h
8903 F: include/uapi/linux/in.h
8904 F: include/uapi/linux/net.h
8905 F: include/uapi/linux/netdevice.h
8906 F: include/uapi/linux/net_namespace.h
8908 F: tools/testing/selftests/net/
8911 NETWORKING [IPv4/IPv6]
8912 M: "David S. Miller" <davem@davemloft.net>
8913 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8914 M: James Morris <jmorris@namei.org>
8915 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8916 M: Patrick McHardy <kaber@trash.net>
8917 L: netdev@vger.kernel.org
8918 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8926 M: Steffen Klassert <steffen.klassert@secunet.com>
8927 M: Herbert Xu <herbert@gondor.apana.org.au>
8928 M: "David S. Miller" <davem@davemloft.net>
8929 L: netdev@vger.kernel.org
8930 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8931 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8939 F: net/ipv4/ipcomp.c
8940 F: net/ipv4/ip_vti.c
8944 F: net/ipv6/ipcomp6.c
8945 F: net/ipv6/ip6_vti.c
8946 F: include/uapi/linux/xfrm.h
8947 F: include/net/xfrm.h
8949 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8950 M: Paul Moore <paul@paul-moore.com>
8951 L: netdev@vger.kernel.org
8954 NETWORKING [WIRELESS]
8955 L: linux-wireless@vger.kernel.org
8956 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8959 L: netdev@vger.kernel.org
8960 W: http://www.linuxfoundation.org/en/Net
8961 Q: http://patchwork.ozlabs.org/project/netdev/list/
8962 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8963 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8965 F: Documentation/devicetree/bindings/net/
8967 F: include/linux/if_*
8968 F: include/linux/netdevice.h
8969 F: include/linux/etherdevice.h
8970 F: include/linux/fcdevice.h
8971 F: include/linux/fddidevice.h
8972 F: include/linux/hippidevice.h
8973 F: include/linux/inetdevice.h
8974 F: include/uapi/linux/if_*
8975 F: include/uapi/linux/netdevice.h
8977 NETWORKING DRIVERS (WIRELESS)
8978 M: Kalle Valo <kvalo@codeaurora.org>
8979 L: linux-wireless@vger.kernel.org
8980 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8981 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8982 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8984 F: Documentation/devicetree/bindings/net/wireless/
8985 F: drivers/net/wireless/
8987 NETXEN (1/10) GbE SUPPORT
8988 M: Manish Chopra <manish.chopra@cavium.com>
8989 M: Rahul Verma <rahul.verma@cavium.com>
8990 M: Dept-GELinuxNICDev@cavium.com
8991 L: netdev@vger.kernel.org
8993 F: drivers/net/ethernet/qlogic/netxen/
8996 M: Samuel Ortiz <sameo@linux.intel.com>
8997 L: linux-wireless@vger.kernel.org
8998 L: linux-nfc@lists.01.org (subscribers-only)
9002 F: include/uapi/linux/nfc.h
9004 F: include/linux/platform_data/nfcmrvl.h
9005 F: include/linux/platform_data/nxp-nci.h
9006 F: include/linux/platform_data/pn544.h
9007 F: include/linux/platform_data/st21nfca.h
9008 F: include/linux/platform_data/st-nci.h
9009 F: Documentation/devicetree/bindings/net/nfc/
9011 NFS, SUNRPC, AND LOCKD CLIENTS
9012 M: Trond Myklebust <trond.myklebust@primarydata.com>
9013 M: Anna Schumaker <anna.schumaker@netapp.com>
9014 L: linux-nfs@vger.kernel.org
9015 W: http://client.linux-nfs.org
9016 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
9022 F: include/linux/lockd/
9023 F: include/linux/nfs*
9024 F: include/linux/sunrpc/
9025 F: include/uapi/linux/nfs*
9026 F: include/uapi/linux/sunrpc/
9029 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
9030 L: linux-nilfs@vger.kernel.org
9031 W: http://nilfs.sourceforge.net/
9032 W: http://nilfs.osdn.jp/
9033 T: git git://github.com/konis/nilfs2.git
9035 F: Documentation/filesystems/nilfs2.txt
9037 F: include/trace/events/nilfs2.h
9038 F: include/uapi/linux/nilfs2_api.h
9039 F: include/uapi/linux/nilfs2_ondisk.h
9041 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
9042 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9043 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9045 F: Documentation/scsi/NinjaSCSI.txt
9046 F: drivers/scsi/pcmcia/nsp_*
9048 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
9049 M: GOTO Masanori <gotom@debian.or.jp>
9050 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9051 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9053 F: Documentation/scsi/NinjaSCSI.txt
9054 F: drivers/scsi/nsp32*
9057 M: Ley Foon Tan <lftan@altera.com>
9058 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
9059 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
9063 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9064 M: Pavel Machek <pavel@ucw.cz>
9065 M: Sakari Ailus <sakari.ailus@iki.fi>
9066 L: linux-media@vger.kernel.org
9068 F: drivers/media/i2c/et8ek8
9069 F: drivers/media/i2c/ad5820.c
9071 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9072 M: Pavel Machek <pavel@ucw.cz>
9073 M: Sakari Ailus <sakari.ailus@iki.fi>
9074 L: linux-media@vger.kernel.org
9076 F: drivers/media/i2c/et8ek8
9077 F: drivers/media/i2c/ad5820.c
9079 NOKIA N900 POWER SUPPLY DRIVERS
9080 R: Pali Rohár <pali.rohar@gmail.com>
9081 F: include/linux/power/bq2415x_charger.h
9082 F: include/linux/power/bq27xxx_battery.h
9083 F: include/linux/power/isp1704_charger.h
9084 F: drivers/power/supply/bq2415x_charger.c
9085 F: drivers/power/supply/bq27xxx_battery.c
9086 F: drivers/power/supply/bq27xxx_battery_i2c.c
9087 F: drivers/power/supply/isp1704_charger.c
9088 F: drivers/power/supply/rx51_battery.c
9091 M: Jon Mason <jdmason@kudzu.us>
9092 M: Dave Jiang <dave.jiang@intel.com>
9093 M: Allen Hubbe <Allen.Hubbe@emc.com>
9094 L: linux-ntb@googlegroups.com
9096 W: https://github.com/jonmason/ntb/wiki
9097 T: git git://github.com/jonmason/ntb.git
9099 F: drivers/net/ntb_netdev.c
9100 F: include/linux/ntb.h
9101 F: include/linux/ntb_transport.h
9102 F: tools/testing/selftests/ntb/
9105 M: Jon Mason <jdmason@kudzu.us>
9106 M: Dave Jiang <dave.jiang@intel.com>
9107 L: linux-ntb@googlegroups.com
9109 W: https://github.com/jonmason/ntb/wiki
9110 T: git git://github.com/jonmason/ntb.git
9111 F: drivers/ntb/hw/intel/
9114 M: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
9115 L: linux-ntb@googlegroups.com
9117 F: drivers/ntb/hw/amd/
9120 M: Anton Altaparmakov <anton@tuxera.com>
9121 L: linux-ntfs-dev@lists.sourceforge.net
9122 W: http://www.tuxera.com/
9123 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
9125 F: Documentation/filesystems/ntfs.txt
9128 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
9129 M: Antonino Daplas <adaplas@gmail.com>
9130 L: linux-fbdev@vger.kernel.org
9132 F: drivers/video/fbdev/riva/
9133 F: drivers/video/fbdev/nvidia/
9136 M: Keith Busch <keith.busch@intel.com>
9137 M: Jens Axboe <axboe@fb.com>
9138 M: Christoph Hellwig <hch@lst.de>
9139 M: Sagi Grimberg <sagi@grimberg.me>
9140 L: linux-nvme@lists.infradead.org
9141 T: git://git.infradead.org/nvme.git
9142 W: http://git.infradead.org/nvme.git
9144 F: drivers/nvme/host/
9145 F: include/linux/nvme.h
9146 F: include/uapi/linux/nvme_ioctl.h
9148 NVM EXPRESS TARGET DRIVER
9149 M: Christoph Hellwig <hch@lst.de>
9150 M: Sagi Grimberg <sagi@grimberg.me>
9151 L: linux-nvme@lists.infradead.org
9152 T: git://git.infradead.org/nvme.git
9153 W: http://git.infradead.org/nvme.git
9155 F: drivers/nvme/target/
9157 NVM EXPRESS FC TRANSPORT DRIVERS
9158 M: James Smart <james.smart@broadcom.com>
9159 L: linux-nvme@lists.infradead.org
9161 F: include/linux/nvme-fc.h
9162 F: include/linux/nvme-fc-driver.h
9163 F: drivers/nvme/host/fc.c
9164 F: drivers/nvme/target/fc.c
9165 F: drivers/nvme/target/fcloop.c
9168 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
9171 F: Documentation/devicetree/bindings/nvmem/
9172 F: include/linux/nvmem-consumer.h
9173 F: include/linux/nvmem-provider.h
9176 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
9177 R: Charles Gorand <charles.gorand@effinnov.com>
9178 L: linux-nfc@lists.01.org (moderated for non-subscribers)
9180 F: drivers/nfc/nxp-nci
9182 NXP TDA998X DRM DRIVER
9183 M: Russell King <linux@armlinux.org.uk>
9185 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
9186 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
9187 F: drivers/gpu/drm/i2c/tda998x_drv.c
9188 F: include/drm/i2c/tda998x.h
9191 M: Peter Rosin <peda@axentia.se>
9192 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9194 F: sound/soc/codecs/tfa9879*
9197 M: Josh Poimboeuf <jpoimboe@redhat.com>
9202 M: Aaro Koskinen <aaro.koskinen@iki.fi>
9203 M: Tony Lindgren <tony@atomide.com>
9204 L: linux-omap@vger.kernel.org
9205 Q: http://patchwork.kernel.org/project/linux-omap/list/
9206 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9208 F: arch/arm/mach-omap1/
9209 F: arch/arm/plat-omap/
9210 F: arch/arm/configs/omap1_defconfig
9211 F: drivers/i2c/busses/i2c-omap.c
9212 F: include/linux/i2c-omap.h
9215 M: Tony Lindgren <tony@atomide.com>
9216 L: linux-omap@vger.kernel.org
9217 W: http://www.muru.com/linux/omap/
9218 W: http://linux.omap.com/
9219 Q: http://patchwork.kernel.org/project/linux-omap/list/
9220 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9222 F: arch/arm/mach-omap2/
9223 F: arch/arm/plat-omap/
9224 F: arch/arm/configs/omap2plus_defconfig
9225 F: drivers/i2c/busses/i2c-omap.c
9226 F: drivers/irqchip/irq-omap-intc.c
9227 F: drivers/mfd/*omap*.c
9228 F: drivers/mfd/menelaus.c
9229 F: drivers/mfd/palmas.c
9230 F: drivers/mfd/tps65217.c
9231 F: drivers/mfd/tps65218.c
9232 F: drivers/mfd/tps65910.c
9233 F: drivers/mfd/twl-core.[ch]
9234 F: drivers/mfd/twl4030*.c
9235 F: drivers/mfd/twl6030*.c
9236 F: drivers/mfd/twl6040*.c
9237 F: drivers/regulator/palmas-regulator*.c
9238 F: drivers/regulator/pbias-regulator.c
9239 F: drivers/regulator/tps65217-regulator.c
9240 F: drivers/regulator/tps65218-regulator.c
9241 F: drivers/regulator/tps65910-regulator.c
9242 F: drivers/regulator/twl-regulator.c
9243 F: drivers/regulator/twl6030-regulator.c
9244 F: include/linux/i2c-omap.h
9246 OMAP DEVICE TREE SUPPORT
9247 M: Benoît Cousson <bcousson@baylibre.com>
9248 M: Tony Lindgren <tony@atomide.com>
9249 L: linux-omap@vger.kernel.org
9250 L: devicetree@vger.kernel.org
9252 F: arch/arm/boot/dts/*omap*
9253 F: arch/arm/boot/dts/*am3*
9254 F: arch/arm/boot/dts/*am4*
9255 F: arch/arm/boot/dts/*am5*
9256 F: arch/arm/boot/dts/*dra7*
9258 OMAP CLOCK FRAMEWORK SUPPORT
9259 M: Paul Walmsley <paul@pwsan.com>
9260 L: linux-omap@vger.kernel.org
9262 F: arch/arm/*omap*/*clock*
9264 OMAP POWER MANAGEMENT SUPPORT
9265 M: Kevin Hilman <khilman@kernel.org>
9266 L: linux-omap@vger.kernel.org
9268 F: arch/arm/*omap*/*pm*
9269 F: drivers/cpufreq/omap-cpufreq.c
9271 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
9272 M: Rajendra Nayak <rnayak@codeaurora.org>
9273 M: Paul Walmsley <paul@pwsan.com>
9274 L: linux-omap@vger.kernel.org
9276 F: arch/arm/mach-omap2/prm*
9279 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
9280 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
9281 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9282 L: linux-omap@vger.kernel.org
9286 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
9287 M: Roger Quadros <rogerq@ti.com>
9288 M: Tony Lindgren <tony@atomide.com>
9289 L: linux-omap@vger.kernel.org
9291 F: drivers/memory/omap-gpmc.c
9292 F: arch/arm/mach-omap2/*gpmc*
9294 OMAP FRAMEBUFFER SUPPORT
9295 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
9296 L: linux-fbdev@vger.kernel.org
9297 L: linux-omap@vger.kernel.org
9299 F: drivers/video/fbdev/omap/
9301 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
9302 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
9303 L: linux-omap@vger.kernel.org
9304 L: linux-fbdev@vger.kernel.org
9306 F: drivers/video/fbdev/omap2/
9307 F: Documentation/arm/OMAP/DSS
9309 OMAP HARDWARE SPINLOCK SUPPORT
9310 M: Ohad Ben-Cohen <ohad@wizery.com>
9311 L: linux-omap@vger.kernel.org
9313 F: drivers/hwspinlock/omap_hwspinlock.c
9316 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
9317 L: linux-omap@vger.kernel.org
9319 F: drivers/mmc/host/omap.c
9322 L: linux-mmc@vger.kernel.org
9323 L: linux-omap@vger.kernel.org
9325 F: drivers/mmc/host/omap_hsmmc.c
9327 OMAP RANDOM NUMBER GENERATOR SUPPORT
9328 M: Deepak Saxena <dsaxena@plexity.net>
9330 F: drivers/char/hw_random/omap-rng.c
9333 M: Benoît Cousson <bcousson@baylibre.com>
9334 M: Paul Walmsley <paul@pwsan.com>
9335 L: linux-omap@vger.kernel.org
9337 F: arch/arm/mach-omap2/omap_hwmod.*
9340 M: Paul Walmsley <paul@pwsan.com>
9341 L: linux-omap@vger.kernel.org
9343 F: arch/arm/mach-omap2/omap_hwmod*data*
9345 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
9346 M: Benoît Cousson <bcousson@baylibre.com>
9347 L: linux-omap@vger.kernel.org
9349 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
9351 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9352 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9353 L: linux-media@vger.kernel.org
9355 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
9356 F: drivers/media/platform/omap3isp/
9357 F: drivers/staging/media/omap4iss/
9360 L: linux-usb@vger.kernel.org
9361 L: linux-omap@vger.kernel.org
9363 F: drivers/usb/*/*omap*
9364 F: arch/arm/*omap*/usb*
9367 M: Grygorii Strashko <grygorii.strashko@ti.com>
9368 M: Santosh Shilimkar <ssantosh@kernel.org>
9369 M: Kevin Hilman <khilman@kernel.org>
9370 L: linux-omap@vger.kernel.org
9372 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
9373 F: drivers/gpio/gpio-omap.c
9375 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9376 M: Mark Jackson <mpfj@newflow.co.uk>
9377 L: linux-omap@vger.kernel.org
9379 F: arch/arm/boot/dts/am335x-nano.dts
9382 M: Bob Copeland <me@bobcopeland.com>
9383 L: linux-karma-devel@lists.sourceforge.net
9385 F: Documentation/filesystems/omfs.txt
9388 OMNIKEY CARDMAN 4000 DRIVER
9389 M: Harald Welte <laforge@gnumonks.org>
9391 F: drivers/char/pcmcia/cm4000_cs.c
9392 F: include/linux/cm4000_cs.h
9393 F: include/uapi/linux/cm4000_cs.h
9395 OMNIKEY CARDMAN 4040 DRIVER
9396 M: Harald Welte <laforge@gnumonks.org>
9398 F: drivers/char/pcmcia/cm4040_cs.*
9400 OMNIVISION OV5647 SENSOR DRIVER
9401 M: Ramiro Oliveira <roliveir@synopsys.com>
9402 L: linux-media@vger.kernel.org
9403 T: git git://linuxtv.org/media_tree.git
9405 F: drivers/media/i2c/ov5647.c
9407 OMNIVISION OV7670 SENSOR DRIVER
9408 M: Jonathan Corbet <corbet@lwn.net>
9409 L: linux-media@vger.kernel.org
9410 T: git git://linuxtv.org/media_tree.git
9412 F: drivers/media/i2c/ov7670.c
9413 F: Documentation/devicetree/bindings/media/i2c/ov7670.txt
9415 ONENAND FLASH DRIVER
9416 M: Kyungmin Park <kyungmin.park@samsung.com>
9417 L: linux-mtd@lists.infradead.org
9419 F: drivers/mtd/onenand/
9420 F: include/linux/mtd/onenand*.h
9422 ONSTREAM SCSI TAPE DRIVER
9423 M: Willem Riede <osst@riede.org>
9424 L: osst-users@lists.sourceforge.net
9425 L: linux-scsi@vger.kernel.org
9427 F: Documentation/scsi/osst.txt
9428 F: drivers/scsi/osst.*
9429 F: drivers/scsi/osst_*.h
9430 F: drivers/scsi/st.h
9432 OPENCORES I2C BUS DRIVER
9433 M: Peter Korsgaard <jacmet@sunsite.dk>
9434 L: linux-i2c@vger.kernel.org
9436 F: Documentation/i2c/busses/i2c-ocores
9437 F: drivers/i2c/busses/i2c-ocores.c
9439 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9440 M: Rob Herring <robh+dt@kernel.org>
9441 M: Frank Rowand <frowand.list@gmail.com>
9442 L: devicetree@vger.kernel.org
9443 W: http://www.devicetree.org/
9444 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9447 F: include/linux/of*.h
9450 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9451 M: Rob Herring <robh+dt@kernel.org>
9452 M: Mark Rutland <mark.rutland@arm.com>
9453 L: devicetree@vger.kernel.org
9454 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9455 Q: http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9457 F: Documentation/devicetree/
9459 F: include/dt-bindings/
9461 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9462 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
9463 L: devicetree@vger.kernel.org
9465 F: Documentation/devicetree/dynamic-resolution-notes.txt
9466 F: Documentation/devicetree/overlay-notes.txt
9467 F: drivers/of/overlay.c
9468 F: drivers/of/resolver.c
9470 OPENRISC ARCHITECTURE
9471 M: Jonas Bonn <jonas@southpole.se>
9472 M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
9473 M: Stafford Horne <shorne@gmail.com>
9474 T: git git://github.com/openrisc/linux.git
9475 L: openrisc@lists.librecores.org
9476 W: http://openrisc.io
9481 M: Pravin Shelar <pshelar@nicira.com>
9482 L: netdev@vger.kernel.org
9483 L: dev@openvswitch.org
9484 W: http://openvswitch.org
9487 F: include/uapi/linux/openvswitch.h
9489 OPERATING PERFORMANCE POINTS (OPP)
9490 M: Viresh Kumar <vireshk@kernel.org>
9491 M: Nishanth Menon <nm@ti.com>
9492 M: Stephen Boyd <sboyd@codeaurora.org>
9493 L: linux-pm@vger.kernel.org
9495 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9496 F: drivers/base/power/opp/
9497 F: include/linux/pm_opp.h
9498 F: Documentation/power/opp.txt
9499 F: Documentation/devicetree/bindings/opp/
9502 M: Clemens Ladisch <clemens@ladisch.de>
9503 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9504 T: git git://git.alsa-project.org/alsa-kernel.git
9506 F: sound/drivers/opl4/
9509 M: Robert Richter <rric@kernel.org>
9510 L: oprofile-list@lists.sf.net
9512 F: arch/*/include/asm/oprofile*.h
9514 F: drivers/oprofile/
9515 F: include/linux/oprofile.h
9517 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9518 M: Mark Fasheh <mfasheh@versity.com>
9519 M: Joel Becker <jlbec@evilplan.org>
9520 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
9521 W: http://ocfs2.wiki.kernel.org
9523 F: Documentation/filesystems/ocfs2.txt
9524 F: Documentation/filesystems/dlmfs.txt
9528 L: linux-wireless@vger.kernel.org
9529 W: http://wireless.kernel.org/en/users/Drivers/orinoco
9530 W: http://www.nongnu.org/orinoco/
9532 F: drivers/net/wireless/intersil/orinoco/
9534 OSD LIBRARY and FILESYSTEM
9535 M: Boaz Harrosh <ooo@electrozaur.com>
9536 M: Benny Halevy <bhalevy@primarydata.com>
9537 L: osd-dev@open-osd.org
9538 W: http://open-osd.org
9539 T: git git://git.open-osd.org/open-osd.git
9541 F: drivers/scsi/osd/
9542 F: include/scsi/osd_*
9546 M: Miklos Szeredi <miklos@szeredi.hu>
9547 L: linux-unionfs@vger.kernel.org
9548 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9551 F: Documentation/filesystems/overlayfs.txt
9554 M: Mike Marshall <hubcap@omnibond.com>
9555 L: pvfs2-developers@beowulf-underground.org (subscribers-only)
9556 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9559 F: Documentation/filesystems/orangefs.txt
9562 M: Christian Lamparter <chunkeey@googlemail.com>
9563 L: linux-wireless@vger.kernel.org
9564 W: http://wireless.kernel.org/en/users/Drivers/p54
9566 F: drivers/net/wireless/intersil/p54/
9568 PA SEMI ETHERNET DRIVER
9569 L: netdev@vger.kernel.org
9571 F: drivers/net/ethernet/pasemi/*
9573 PA SEMI SMBUS DRIVER
9574 L: linux-i2c@vger.kernel.org
9576 F: drivers/i2c/busses/i2c-pasemi.c
9578 PADATA PARALLEL EXECUTION MECHANISM
9579 M: Steffen Klassert <steffen.klassert@secunet.com>
9580 L: linux-crypto@vger.kernel.org
9583 F: include/linux/padata.h
9584 F: Documentation/padata.txt
9586 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9587 M: Harald Welte <laforge@gnumonks.org>
9588 L: platform-driver-x86@vger.kernel.org
9590 F: drivers/platform/x86/panasonic-laptop.c
9592 PANASONIC MN10300/AM33/AM34 PORT
9593 M: David Howells <dhowells@redhat.com>
9594 L: linux-am33-list@redhat.com (moderated for non-subscribers)
9595 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9597 F: Documentation/mn10300/
9600 PARALLEL LCD/KEYPAD PANEL DRIVER
9601 M: Willy Tarreau <willy@haproxy.com>
9602 M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9604 F: Documentation/misc-devices/lcd-panel-cgram.txt
9605 F: drivers/misc/panel.c
9607 PARALLEL PORT SUBSYSTEM
9608 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9609 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
9610 L: linux-parport@lists.infradead.org (subscribers-only)
9613 F: include/linux/parport*.h
9614 F: drivers/char/ppdev.c
9615 F: include/uapi/linux/ppdev.h
9616 F: Documentation/parport*.txt
9618 PARAVIRT_OPS INTERFACE
9619 M: Jeremy Fitzhardinge <jeremy@goop.org>
9620 M: Chris Wright <chrisw@sous-sol.org>
9621 M: Alok Kataria <akataria@vmware.com>
9622 M: Rusty Russell <rusty@rustcorp.com.au>
9623 L: virtualization@lists.linux-foundation.org
9625 F: Documentation/virtual/paravirt_ops.txt
9626 F: arch/*/kernel/paravirt*
9627 F: arch/*/include/asm/paravirt.h
9628 F: include/linux/hypervisor.h
9630 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9631 M: Tim Waugh <tim@cyberelk.net>
9632 L: linux-parport@lists.infradead.org (subscribers-only)
9634 F: Documentation/blockdev/paride.txt
9635 F: drivers/block/paride/
9638 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
9639 M: Helge Deller <deller@gmx.de>
9640 L: linux-parisc@vger.kernel.org
9641 W: http://www.parisc-linux.org/
9642 Q: http://patchwork.kernel.org/project/linux-parisc/list/
9643 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9644 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9647 F: Documentation/parisc/
9649 F: drivers/char/agp/parisc-agp.c
9650 F: drivers/input/serio/gscps2.c
9651 F: drivers/parport/parport_gsc.*
9652 F: drivers/tty/serial/8250/8250_gsc.c
9653 F: drivers/video/fbdev/sti*
9654 F: drivers/video/console/sti*
9655 F: drivers/video/logo/logo_parisc*
9658 M: Jiri Pirko <jiri@mellanox.com>
9659 L: netdev@vger.kernel.org
9662 F: lib/test_parman.c
9663 F: include/linux/parman.h
9665 PC87360 HARDWARE MONITORING DRIVER
9666 M: Jim Cromie <jim.cromie@gmail.com>
9667 L: linux-hwmon@vger.kernel.org
9669 F: Documentation/hwmon/pc87360
9670 F: drivers/hwmon/pc87360.c
9673 M: Jim Cromie <jim.cromie@gmail.com>
9675 F: drivers/char/pc8736x_gpio.c
9677 PC87427 HARDWARE MONITORING DRIVER
9678 M: Jean Delvare <jdelvare@suse.com>
9679 L: linux-hwmon@vger.kernel.org
9681 F: Documentation/hwmon/pc87427
9682 F: drivers/hwmon/pc87427.c
9685 M: Riku Voipio <riku.voipio@iki.fi>
9687 F: drivers/leds/leds-pca9532.c
9688 F: include/linux/leds-pca9532.h
9690 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9691 M: Guenter Roeck <linux@roeck-us.net>
9692 L: linux-i2c@vger.kernel.org
9694 F: drivers/i2c/muxes/i2c-mux-pca9541.c
9696 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9697 M: Khalid Aziz <khalid@gonehiking.org>
9699 F: drivers/firmware/pcdp.*
9702 M: Linas Vepstas <linasvepstas@gmail.com>
9703 L: linux-pci@vger.kernel.org
9705 F: Documentation/PCI/pci-error-recovery.txt
9707 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9708 M: Russell Currey <ruscur@russell.cc>
9709 L: linuxppc-dev@lists.ozlabs.org
9711 F: Documentation/powerpc/eeh-pci-error-recovery.txt
9712 F: arch/powerpc/kernel/eeh*.c
9713 F: arch/powerpc/platforms/*/eeh*.c
9714 F: arch/powerpc/include/*/eeh*.h
9717 M: Bjorn Helgaas <bhelgaas@google.com>
9718 L: linux-pci@vger.kernel.org
9719 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
9720 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9722 F: Documentation/devicetree/bindings/pci/
9723 F: Documentation/PCI/
9725 F: include/linux/pci*
9727 F: arch/x86/kernel/quirks.c
9729 PCI ENDPOINT SUBSYSTEM
9730 M: Kishon Vijay Abraham I <kishon@ti.com>
9731 L: linux-pci@vger.kernel.org
9732 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git
9734 F: drivers/pci/endpoint/
9735 F: drivers/misc/pci_endpoint_test.c
9738 PCI DRIVER FOR ALTERA PCIE IP
9739 M: Ley Foon Tan <lftan@altera.com>
9740 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9741 L: linux-pci@vger.kernel.org
9743 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
9744 F: drivers/pci/host/pcie-altera.c
9746 PCI DRIVER FOR ARM VERSATILE PLATFORM
9747 M: Rob Herring <robh@kernel.org>
9748 L: linux-pci@vger.kernel.org
9749 L: linux-arm-kernel@lists.infradead.org
9751 F: Documentation/devicetree/bindings/pci/versatile.txt
9752 F: drivers/pci/host/pci-versatile.c
9754 PCI DRIVER FOR ARMADA 8K
9755 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9756 L: linux-pci@vger.kernel.org
9757 L: linux-arm-kernel@lists.infradead.org
9759 F: Documentation/devicetree/bindings/pci/pci-armada8k.txt
9760 F: drivers/pci/dwc/pcie-armada8k.c
9762 PCI DRIVER FOR APPLIEDMICRO XGENE
9763 M: Tanmay Inamdar <tinamdar@apm.com>
9764 L: linux-pci@vger.kernel.org
9765 L: linux-arm-kernel@lists.infradead.org
9767 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
9768 F: drivers/pci/host/pci-xgene.c
9770 PCI DRIVER FOR FREESCALE LAYERSCAPE
9771 M: Minghuan Lian <minghuan.Lian@freescale.com>
9772 M: Mingkai Hu <mingkai.hu@freescale.com>
9773 M: Roy Zang <tie-fei.zang@freescale.com>
9774 L: linuxppc-dev@lists.ozlabs.org
9775 L: linux-pci@vger.kernel.org
9776 L: linux-arm-kernel@lists.infradead.org
9778 F: drivers/pci/dwc/*layerscape*
9781 M: Richard Zhu <hongxing.zhu@nxp.com>
9782 M: Lucas Stach <l.stach@pengutronix.de>
9783 L: linux-pci@vger.kernel.org
9784 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9786 F: Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9787 F: drivers/pci/dwc/*imx6*
9789 PCI DRIVER FOR TI KEYSTONE
9790 M: Murali Karicheri <m-karicheri2@ti.com>
9791 L: linux-pci@vger.kernel.org
9792 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9794 F: drivers/pci/dwc/*keystone*
9796 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9797 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9798 M: Jason Cooper <jason@lakedaemon.net>
9799 L: linux-pci@vger.kernel.org
9800 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9802 F: drivers/pci/host/*mvebu*
9804 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9805 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9806 L: linux-pci@vger.kernel.org
9807 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9809 F: Documentation/devicetree/bindings/pci/aardvark-pci.txt
9810 F: drivers/pci/host/pci-aardvark.c
9812 PCI DRIVER FOR MICROSEMI SWITCHTEC
9813 M: Kurt Schwemmer <kurt.schwemmer@microsemi.com>
9814 M: Stephen Bates <stephen.bates@microsemi.com>
9815 M: Logan Gunthorpe <logang@deltatee.com>
9816 L: linux-pci@vger.kernel.org
9818 F: Documentation/switchtec.txt
9819 F: Documentation/ABI/testing/sysfs-class-switchtec
9820 F: drivers/pci/switch/switchtec*
9821 F: include/uapi/linux/switchtec_ioctl.h
9823 PCI DRIVER FOR NVIDIA TEGRA
9824 M: Thierry Reding <thierry.reding@gmail.com>
9825 L: linux-tegra@vger.kernel.org
9826 L: linux-pci@vger.kernel.org
9828 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9829 F: drivers/pci/host/pci-tegra.c
9831 PCI DRIVER FOR TI DRA7XX
9832 M: Kishon Vijay Abraham I <kishon@ti.com>
9833 L: linux-omap@vger.kernel.org
9834 L: linux-pci@vger.kernel.org
9836 F: Documentation/devicetree/bindings/pci/ti-pci.txt
9837 F: drivers/pci/dwc/pci-dra7xx.c
9839 PCI DRIVER FOR RENESAS R-CAR
9840 M: Simon Horman <horms@verge.net.au>
9841 L: linux-pci@vger.kernel.org
9842 L: linux-renesas-soc@vger.kernel.org
9844 F: drivers/pci/host/*rcar*
9846 PCI DRIVER FOR SAMSUNG EXYNOS
9847 M: Jingoo Han <jingoohan1@gmail.com>
9848 L: linux-pci@vger.kernel.org
9849 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9850 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9852 F: drivers/pci/dwc/pci-exynos.c
9854 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9855 M: Jingoo Han <jingoohan1@gmail.com>
9856 M: Joao Pinto <Joao.Pinto@synopsys.com>
9857 L: linux-pci@vger.kernel.org
9859 F: Documentation/devicetree/bindings/pci/designware-pcie.txt
9860 F: drivers/pci/dwc/*designware*
9862 PCI DRIVER FOR GENERIC OF HOSTS
9863 M: Will Deacon <will.deacon@arm.com>
9864 L: linux-pci@vger.kernel.org
9865 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9867 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
9868 F: drivers/pci/host/pci-host-common.c
9869 F: drivers/pci/host/pci-host-generic.c
9871 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9872 M: Keith Busch <keith.busch@intel.com>
9873 L: linux-pci@vger.kernel.org
9875 F: drivers/pci/host/vmd.c
9877 PCIE DRIVER FOR ST SPEAR13XX
9878 M: Pratyush Anand <pratyush.anand@gmail.com>
9879 L: linux-pci@vger.kernel.org
9881 F: drivers/pci/dwc/*spear*
9883 PCI MSI DRIVER FOR ALTERA MSI IP
9884 M: Ley Foon Tan <lftan@altera.com>
9885 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9886 L: linux-pci@vger.kernel.org
9888 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9889 F: drivers/pci/host/pcie-altera-msi.c
9891 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9892 M: Duc Dang <dhdang@apm.com>
9893 L: linux-pci@vger.kernel.org
9894 L: linux-arm-kernel@lists.infradead.org
9896 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9897 F: drivers/pci/host/pci-xgene-msi.c
9899 PCIE DRIVER FOR AXIS ARTPEC
9900 M: Niklas Cassel <niklas.cassel@axis.com>
9901 M: Jesper Nilsson <jesper.nilsson@axis.com>
9902 L: linux-arm-kernel@axis.com
9903 L: linux-pci@vger.kernel.org
9905 F: Documentation/devicetree/bindings/pci/axis,artpec*
9906 F: drivers/pci/dwc/*artpec*
9908 PCIE DRIVER FOR HISILICON
9909 M: Zhou Wang <wangzhou1@hisilicon.com>
9910 M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
9911 L: linux-pci@vger.kernel.org
9913 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9914 F: drivers/pci/dwc/pcie-hisi.c
9916 PCIE DRIVER FOR ROCKCHIP
9917 M: Shawn Lin <shawn.lin@rock-chips.com>
9918 M: Wenrui Li <wenrui.li@rock-chips.com>
9919 L: linux-pci@vger.kernel.org
9920 L: linux-rockchip@lists.infradead.org
9922 F: Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9923 F: drivers/pci/host/pcie-rockchip.c
9925 PCIE DRIVER FOR QUALCOMM MSM
9926 M: Stanimir Varbanov <svarbanov@mm-sol.com>
9927 L: linux-pci@vger.kernel.org
9928 L: linux-arm-msm@vger.kernel.org
9930 F: drivers/pci/dwc/*qcom*
9932 PCIE DRIVER FOR CAVIUM THUNDERX
9933 M: David Daney <david.daney@cavium.com>
9934 L: linux-pci@vger.kernel.org
9935 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9937 F: Documentation/devicetree/bindings/pci/pci-thunder-*
9938 F: drivers/pci/host/pci-thunder-*
9941 P: Linux PCMCIA Team
9942 L: linux-pcmcia@lists.infradead.org
9943 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9944 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9946 F: Documentation/pcmcia/
9951 PCNET32 NETWORK DRIVER
9952 M: Don Fry <pcnet32@frontier.com>
9953 L: netdev@vger.kernel.org
9955 F: drivers/net/ethernet/amd/pcnet32.c
9957 PCRYPT PARALLEL CRYPTO ENGINE
9958 M: Steffen Klassert <steffen.klassert@secunet.com>
9959 L: linux-crypto@vger.kernel.org
9962 F: include/crypto/pcrypt.h
9964 PER-CPU MEMORY ALLOCATOR
9965 M: Tejun Heo <tj@kernel.org>
9966 M: Christoph Lameter <cl@linux.com>
9967 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9969 F: include/linux/percpu*.h
9971 F: arch/*/include/asm/percpu.h
9973 PER-TASK DELAY ACCOUNTING
9974 M: Balbir Singh <bsingharora@gmail.com>
9976 F: include/linux/delayacct.h
9977 F: kernel/delayacct.c
9979 PERFORMANCE EVENTS SUBSYSTEM
9980 M: Peter Zijlstra <peterz@infradead.org>
9981 M: Ingo Molnar <mingo@redhat.com>
9982 M: Arnaldo Carvalho de Melo <acme@kernel.org>
9983 R: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9984 L: linux-kernel@vger.kernel.org
9985 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9988 F: include/linux/perf_event.h
9989 F: include/uapi/linux/perf_event.h
9990 F: arch/*/kernel/perf_event*.c
9991 F: arch/*/kernel/*/perf_event*.c
9992 F: arch/*/kernel/*/*/perf_event*.c
9993 F: arch/*/include/asm/perf_event.h
9994 F: arch/*/kernel/perf_callchain.c
9998 PERSONALITY HANDLING
9999 M: Christoph Hellwig <hch@infradead.org>
10000 L: linux-abi-devel@lists.sourceforge.net
10002 F: include/linux/personality.h
10003 F: include/uapi/linux/personality.h
10006 M: Remi Denis-Courmont <courmisch@gmail.com>
10008 F: Documentation/networking/phonet.txt
10009 F: include/linux/phonet.h
10010 F: include/net/phonet/
10011 F: include/uapi/linux/phonet.h
10015 M: Joern Engel <joern@lazybastard.org>
10016 L: linux-mtd@lists.infradead.org
10018 F: drivers/mtd/devices/phram.c
10021 M: Bruno Prémont <bonbons@linux-vserver.org>
10022 L: linux-input@vger.kernel.org
10024 F: drivers/hid/hid-picolcd*
10027 M: Jamie Iles <jamie@jamieiles.com>
10028 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10029 T: git git://github.com/jamieiles/linux-2.6-ji.git
10031 F: arch/arm/boot/dts/picoxcell*
10032 F: arch/arm/mach-picoxcell/
10033 F: drivers/crypto/picoxcell*
10035 PIN CONTROL SUBSYSTEM
10036 M: Linus Walleij <linus.walleij@linaro.org>
10037 L: linux-gpio@vger.kernel.org
10038 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
10040 F: Documentation/devicetree/bindings/pinctrl/
10041 F: Documentation/pinctrl.txt
10042 F: drivers/pinctrl/
10043 F: include/linux/pinctrl/
10045 PIN CONTROLLER - ATMEL AT91
10046 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
10047 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10049 F: drivers/pinctrl/pinctrl-at91.*
10051 PIN CONTROLLER - ATMEL AT91 PIO4
10052 M: Ludovic Desroches <ludovic.desroches@microchip.com>
10053 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10054 L: linux-gpio@vger.kernel.org
10056 F: drivers/pinctrl/pinctrl-at91-pio4.*
10058 PIN CONTROLLER - INTEL
10059 M: Mika Westerberg <mika.westerberg@linux.intel.com>
10060 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
10062 F: drivers/pinctrl/intel/
10064 PIN CONTROLLER - RENESAS
10065 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10066 M: Geert Uytterhoeven <geert+renesas@glider.be>
10067 L: linux-renesas-soc@vger.kernel.org
10069 F: drivers/pinctrl/sh-pfc/
10071 PIN CONTROLLER - SAMSUNG
10072 M: Tomasz Figa <tomasz.figa@gmail.com>
10073 M: Krzysztof Kozlowski <krzk@kernel.org>
10074 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10075 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10076 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10077 Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
10078 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
10080 F: drivers/pinctrl/samsung/
10081 F: include/dt-bindings/pinctrl/samsung.h
10082 F: Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
10084 PIN CONTROLLER - SINGLE
10085 M: Tony Lindgren <tony@atomide.com>
10086 M: Haojian Zhuang <haojian.zhuang@linaro.org>
10087 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10088 L: linux-omap@vger.kernel.org
10090 F: drivers/pinctrl/pinctrl-single.c
10092 PIN CONTROLLER - ST SPEAR
10093 M: Viresh Kumar <vireshk@kernel.org>
10094 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10095 W: http://www.st.com/spear
10097 F: drivers/pinctrl/spear/
10099 PISTACHIO SOC SUPPORT
10100 M: James Hartley <james.hartley@imgtec.com>
10101 M: Ionela Voinescu <ionela.voinescu@imgtec.com>
10102 L: linux-mips@linux-mips.org
10104 F: arch/mips/pistachio/
10105 F: arch/mips/include/asm/mach-pistachio/
10106 F: arch/mips/boot/dts/img/pistachio*
10107 F: arch/mips/configs/pistachio*_defconfig
10111 M: linux-block@vger.kernel.org
10112 F: drivers/block/pktcdvd.c
10113 F: include/linux/pktcdvd.h
10114 F: include/uapi/linux/pktcdvd.h
10116 PKUNITY SOC DRIVERS
10117 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
10118 W: http://mprc.pku.edu.cn/~guanxuetao/linux
10120 T: git git://github.com/gxt/linux.git
10121 F: drivers/input/serio/i8042-unicore32io.h
10122 F: drivers/i2c/busses/i2c-puv3.c
10123 F: drivers/video/fbdev/fb-puv3.c
10124 F: drivers/rtc/rtc-puv3.c
10126 PMBUS HARDWARE MONITORING DRIVERS
10127 M: Guenter Roeck <linux@roeck-us.net>
10128 L: linux-hwmon@vger.kernel.org
10129 W: http://hwmon.wiki.kernel.org/
10130 W: http://www.roeck-us.net/linux/drivers/
10131 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
10133 F: Documentation/hwmon/pmbus
10134 F: drivers/hwmon/pmbus/
10135 F: include/linux/i2c/pmbus.h
10137 PMC SIERRA MaxRAID DRIVER
10138 L: linux-scsi@vger.kernel.org
10139 W: http://www.pmc-sierra.com/
10141 F: drivers/scsi/pmcraid.*
10143 PMC SIERRA PM8001 DRIVER
10144 M: Jack Wang <jinpu.wang@profitbricks.com>
10145 M: lindar_liu@usish.com
10146 L: linux-scsi@vger.kernel.org
10148 F: drivers/scsi/pm8001/
10150 POSIX CLOCKS and TIMERS
10151 M: Thomas Gleixner <tglx@linutronix.de>
10152 L: linux-kernel@vger.kernel.org
10153 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10156 F: include/linux/timer*
10157 F: kernel/time/*timer*
10159 POWER MANAGEMENT CORE
10160 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
10161 L: linux-pm@vger.kernel.org
10162 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
10163 B: https://bugzilla.kernel.org
10165 F: drivers/base/power/
10166 F: include/linux/pm.h
10167 F: include/linux/pm_*
10168 F: include/linux/powercap.h
10169 F: drivers/powercap/
10171 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
10172 M: Sebastian Reichel <sre@kernel.org>
10173 L: linux-pm@vger.kernel.org
10174 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
10176 F: Documentation/devicetree/bindings/power/supply/
10177 F: include/linux/power_supply.h
10178 F: drivers/power/supply/
10180 POWER STATE COORDINATION INTERFACE (PSCI)
10181 M: Mark Rutland <mark.rutland@arm.com>
10182 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
10183 L: linux-arm-kernel@lists.infradead.org
10185 F: drivers/firmware/psci*.c
10186 F: include/linux/psci.h
10187 F: include/uapi/linux/psci.h
10189 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
10190 M: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
10191 L: linuxppc-dev@lists.ozlabs.org
10193 F: drivers/char/powernv-op-panel.c
10196 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
10200 PPP PROTOCOL DRIVERS AND COMPRESSORS
10201 M: Paul Mackerras <paulus@samba.org>
10202 L: linux-ppp@vger.kernel.org
10204 F: drivers/net/ppp/ppp_*
10206 PPP OVER ATM (RFC 2364)
10207 M: Mitchell Blank Jr <mitch@sfgoth.com>
10209 F: net/atm/pppoatm.c
10210 F: include/uapi/linux/atmppp.h
10213 M: Michal Ostrowski <mostrows@earthlink.net>
10215 F: drivers/net/ppp/pppoe.c
10216 F: drivers/net/ppp/pppox.c
10219 M: James Chapman <jchapman@katalix.com>
10221 F: net/l2tp/l2tp_ppp.c
10222 F: include/linux/if_pppol2tp.h
10223 F: include/uapi/linux/if_pppol2tp.h
10226 M: Rodolfo Giometti <giometti@enneenne.com>
10227 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
10228 L: linuxpps@ml.enneenne.com (subscribers-only)
10230 F: Documentation/pps/
10232 F: include/linux/pps*.h
10235 M: Dmitry Kozlov <xeb@mail.ru>
10236 L: netdev@vger.kernel.org
10238 F: drivers/net/ppp/pptp.c
10239 W: http://sourceforge.net/projects/accel-pptp
10242 M: Robert Love <rml@tech9.net>
10243 L: kpreempt-tech@lists.sourceforge.net
10244 W: https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
10246 F: Documentation/preempt-locking.txt
10247 F: include/linux/preempt.h
10250 M: Petr Mladek <pmladek@suse.com>
10251 M: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
10252 R: Steven Rostedt <rostedt@goodmis.org>
10255 F: include/linux/printk.h
10257 PRISM54 WIRELESS DRIVER
10258 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
10259 L: linux-wireless@vger.kernel.org
10260 W: http://wireless.kernel.org/en/users/Drivers/p54
10262 F: drivers/net/wireless/intersil/prism54/
10264 PS3 NETWORK SUPPORT
10265 M: Geoff Levand <geoff@infradead.org>
10266 L: netdev@vger.kernel.org
10267 L: linuxppc-dev@lists.ozlabs.org
10269 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
10271 PS3 PLATFORM SUPPORT
10272 M: Geoff Levand <geoff@infradead.org>
10273 L: linuxppc-dev@lists.ozlabs.org
10275 F: arch/powerpc/boot/ps3*
10276 F: arch/powerpc/include/asm/lv1call.h
10277 F: arch/powerpc/include/asm/ps3*.h
10278 F: arch/powerpc/platforms/ps3/
10281 F: drivers/rtc/rtc-ps3.c
10282 F: drivers/usb/host/*ps3.c
10283 F: sound/ppc/snd_ps3*
10286 M: Jim Paris <jim@jtan.com>
10287 M: Geoff Levand <geoff@infradead.org>
10288 L: linuxppc-dev@lists.ozlabs.org
10290 F: drivers/block/ps3vram.c
10292 PSAMPLE PACKET SAMPLING SUPPORT:
10293 M: Yotam Gigi <yotamg@mellanox.com>
10296 F: include/net/psample.h
10297 F: include/uapi/linux/psample.h
10300 M: Kees Cook <keescook@chromium.org>
10301 M: Anton Vorontsov <anton@enomsg.org>
10302 M: Colin Cross <ccross@android.com>
10303 M: Tony Luck <tony.luck@intel.com>
10305 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
10307 F: include/linux/pstore*
10308 F: drivers/firmware/efi/efi-pstore.c
10309 F: drivers/acpi/apei/erst.c
10310 F: Documentation/admin-guide/ramoops.rst
10311 F: Documentation/devicetree/bindings/reserved-memory/ramoops.txt
10312 K: \b(pstore|ramoops)
10314 PTP HARDWARE CLOCK SUPPORT
10315 M: Richard Cochran <richardcochran@gmail.com>
10316 L: netdev@vger.kernel.org
10318 W: http://linuxptp.sourceforge.net/
10319 F: Documentation/ABI/testing/sysfs-ptp
10320 F: Documentation/ptp/*
10321 F: drivers/net/ethernet/freescale/gianfar_ptp.c
10322 F: drivers/net/phy/dp83640*
10324 F: include/linux/ptp_cl*
10327 M: Roland McGrath <roland@hack.frob.com>
10328 M: Oleg Nesterov <oleg@redhat.com>
10330 F: include/asm-generic/syscall.h
10331 F: include/linux/ptrace.h
10332 F: include/linux/regset.h
10333 F: include/linux/tracehook.h
10334 F: include/uapi/linux/ptrace.h
10338 M: Hans Verkuil <hverkuil@xs4all.nl>
10339 L: linux-media@vger.kernel.org
10340 T: git git://linuxtv.org/media_tree.git
10342 F: drivers/media/usb/pulse8-cec/*
10344 PVRUSB2 VIDEO4LINUX DRIVER
10345 M: Mike Isely <isely@pobox.com>
10346 L: pvrusb2@isely.net (subscribers-only)
10347 L: linux-media@vger.kernel.org
10348 W: http://www.isely.net/pvrusb2/
10349 T: git git://linuxtv.org/media_tree.git
10351 F: Documentation/media/v4l-drivers/pvrusb2*
10352 F: drivers/media/usb/pvrusb2/
10355 M: Hans Verkuil <hverkuil@xs4all.nl>
10356 L: linux-media@vger.kernel.org
10357 T: git git://linuxtv.org/media_tree.git
10359 F: drivers/media/usb/pwc/*
10362 M: Kamil Debski <kamil@wypas.org>
10363 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10364 L: linux-hwmon@vger.kernel.org
10366 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
10367 F: Documentation/hwmon/pwm-fan
10368 F: drivers/hwmon/pwm-fan.c
10371 M: Thierry Reding <thierry.reding@gmail.com>
10372 L: linux-pwm@vger.kernel.org
10374 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
10375 F: Documentation/pwm.txt
10376 F: Documentation/devicetree/bindings/pwm/
10377 F: include/linux/pwm.h
10379 F: drivers/video/backlight/pwm_bl.c
10380 F: include/linux/pwm_backlight.h
10381 F: drivers/gpio/gpio-mvebu.c
10382 F: Documentation/devicetree/bindings/gpio/gpio-mvebu.txt
10384 PXA2xx/PXA3xx SUPPORT
10385 M: Daniel Mack <daniel@zonque.org>
10386 M: Haojian Zhuang <haojian.zhuang@gmail.com>
10387 M: Robert Jarzmik <robert.jarzmik@free.fr>
10388 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10389 T: git git://github.com/hzhuang1/linux.git
10390 T: git git://github.com/rjarzmik/linux.git
10392 F: arch/arm/boot/dts/pxa*
10393 F: arch/arm/mach-pxa/
10394 F: drivers/dma/pxa*
10395 F: drivers/pcmcia/pxa2xx*
10396 F: drivers/pinctrl/pxa/
10397 F: drivers/spi/spi-pxa2xx*
10398 F: drivers/usb/gadget/udc/pxa2*
10399 F: include/sound/pxa2xx-lib.h
10404 M: Robert Jarzmik <robert.jarzmik@free.fr>
10405 L: linux-gpio@vger.kernel.org
10407 F: drivers/gpio/gpio-pxa.c
10409 PXA3xx NAND FLASH DRIVER
10410 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
10411 L: linux-mtd@lists.infradead.org
10413 F: drivers/mtd/nand/pxa3xx_nand.c
10416 M: Eric Miao <eric.y.miao@gmail.com>
10417 M: Haojian Zhuang <haojian.zhuang@gmail.com>
10418 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10419 T: git git://github.com/hzhuang1/linux.git
10420 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
10422 F: arch/arm/boot/dts/mmp*
10423 F: arch/arm/mach-mmp/
10429 M: Robert Jarzmik <robert.jarzmik@free.fr>
10430 L: rtc-linux@googlegroups.com
10434 M: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
10435 M: Salvatore Benedetto <salvatore.benedetto@intel.com>
10436 L: qat-linux@intel.com
10438 F: drivers/crypto/qat/
10441 M: Mike Marciniszyn <infinipath@intel.com>
10442 L: linux-rdma@vger.kernel.org
10444 F: drivers/infiniband/hw/qib/
10446 QLOGIC QLA1280 SCSI DRIVER
10447 M: Michael Reed <mdr@sgi.com>
10448 L: linux-scsi@vger.kernel.org
10450 F: drivers/scsi/qla1280.[ch]
10452 QLOGIC QLA2XXX FC-SCSI DRIVER
10453 M: qla2xxx-upstream@qlogic.com
10454 L: linux-scsi@vger.kernel.org
10456 F: Documentation/scsi/LICENSE.qla2xxx
10457 F: drivers/scsi/qla2xxx/
10459 QLOGIC QLA4XXX iSCSI DRIVER
10460 M: QLogic-Storage-Upstream@qlogic.com
10461 L: linux-scsi@vger.kernel.org
10463 F: Documentation/scsi/LICENSE.qla4xxx
10464 F: drivers/scsi/qla4xxx/
10466 QLOGIC QLA3XXX NETWORK DRIVER
10467 M: Dept-GELinuxNICDev@cavium.com
10468 L: netdev@vger.kernel.org
10470 F: Documentation/networking/LICENSE.qla3xxx
10471 F: drivers/net/ethernet/qlogic/qla3xxx.*
10473 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10474 M: Harish Patil <harish.patil@cavium.com>
10475 M: Manish Chopra <manish.chopra@cavium.com>
10476 M: Dept-GELinuxNICDev@cavium.com
10477 L: netdev@vger.kernel.org
10479 F: drivers/net/ethernet/qlogic/qlcnic/
10481 QLOGIC QLGE 10Gb ETHERNET DRIVER
10482 M: Harish Patil <harish.patil@cavium.com>
10483 M: Manish Chopra <manish.chopra@cavium.com>
10484 M: Dept-GELinuxNICDev@cavium.com
10485 L: netdev@vger.kernel.org
10487 F: drivers/net/ethernet/qlogic/qlge/
10489 QLOGIC QL4xxx ETHERNET DRIVER
10490 M: Yuval Mintz <Yuval.Mintz@cavium.com>
10491 M: Ariel Elior <Ariel.Elior@cavium.com>
10492 M: everest-linux-l2@cavium.com
10493 L: netdev@vger.kernel.org
10495 F: drivers/net/ethernet/qlogic/qed/
10496 F: include/linux/qed/
10497 F: drivers/net/ethernet/qlogic/qede/
10499 QLOGIC QL41xxx ISCSI DRIVER
10500 M: QLogic-Storage-Upstream@cavium.com
10501 L: linux-scsi@vger.kernel.org
10503 F: drivers/scsi/qedi/
10505 QLOGIC QL41xxx FCOE DRIVER
10506 M: QLogic-Storage-Upstream@cavium.com
10507 L: linux-scsi@vger.kernel.org
10509 F: drivers/scsi/qedf/
10512 M: Anders Larsen <al@alarsen.net>
10513 W: http://www.alarsen.net/linux/qnx4fs/
10516 F: include/uapi/linux/qnx4_fs.h
10517 F: include/uapi/linux/qnxtypes.h
10519 QORIQ DPAA2 FSL-MC BUS DRIVER
10520 M: Stuart Yoder <stuyoder@gmail.com>
10521 M: Laurentiu Tudor <laurentiu.tudor@nxp.com>
10522 L: linux-kernel@vger.kernel.org
10524 F: drivers/staging/fsl-mc/
10526 QT1010 MEDIA DRIVER
10527 M: Antti Palosaari <crope@iki.fi>
10528 L: linux-media@vger.kernel.org
10529 W: https://linuxtv.org
10530 W: http://palosaari.fi/linux/
10531 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10532 T: git git://linuxtv.org/anttip/media_tree.git
10534 F: drivers/media/tuners/qt1010*
10536 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10537 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
10538 L: linux-wireless@vger.kernel.org
10539 W: http://wireless.kernel.org/en/users/Drivers/ath9k
10541 F: drivers/net/wireless/ath/ath9k/
10543 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10544 M: Kalle Valo <kvalo@qca.qualcomm.com>
10545 L: ath10k@lists.infradead.org
10546 W: http://wireless.kernel.org/en/users/Drivers/ath10k
10547 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10549 F: drivers/net/wireless/ath/ath10k/
10551 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10552 M: Timur Tabi <timur@codeaurora.org>
10553 L: netdev@vger.kernel.org
10555 F: drivers/net/ethernet/qualcomm/emac/
10557 QUALCOMM HEXAGON ARCHITECTURE
10558 M: Richard Kuo <rkuo@codeaurora.org>
10559 L: linux-hexagon@vger.kernel.org
10560 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10564 QUALCOMM WCN36XX WIRELESS DRIVER
10565 M: Eugene Krasnikov <k.eugene.e@gmail.com>
10566 L: wcn36xx@lists.infradead.org
10567 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
10568 T: git git://github.com/KrasnikovEugene/wcn36xx.git
10570 F: drivers/net/wireless/ath/wcn36xx/
10572 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10573 M: Gabriel Somlo <somlo@cmu.edu>
10574 M: "Michael S. Tsirkin" <mst@redhat.com>
10575 L: qemu-devel@nongnu.org
10577 F: drivers/firmware/qemu_fw_cfg.c
10579 RADOS BLOCK DEVICE (RBD)
10580 M: Ilya Dryomov <idryomov@gmail.com>
10581 M: Sage Weil <sage@redhat.com>
10582 M: Alex Elder <elder@kernel.org>
10583 L: ceph-devel@vger.kernel.org
10584 W: http://ceph.com/
10585 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10586 T: git git://github.com/ceph/ceph-client.git
10588 F: Documentation/ABI/testing/sysfs-bus-rbd
10589 F: drivers/block/rbd.c
10590 F: drivers/block/rbd_types.h
10592 RADEON FRAMEBUFFER DISPLAY DRIVER
10593 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
10594 L: linux-fbdev@vger.kernel.org
10596 F: drivers/video/fbdev/aty/radeon*
10597 F: include/uapi/linux/radeonfb.h
10599 RADIOSHARK RADIO DRIVER
10600 M: Hans Verkuil <hverkuil@xs4all.nl>
10601 L: linux-media@vger.kernel.org
10602 T: git git://linuxtv.org/media_tree.git
10604 F: drivers/media/radio/radio-shark.c
10606 RADIOSHARK2 RADIO DRIVER
10607 M: Hans Verkuil <hverkuil@xs4all.nl>
10608 L: linux-media@vger.kernel.org
10609 T: git git://linuxtv.org/media_tree.git
10611 F: drivers/media/radio/radio-shark2.c
10612 F: drivers/media/radio/radio-tea5777.c
10614 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10615 M: Paul Mackerras <paulus@samba.org>
10616 L: linux-fbdev@vger.kernel.org
10618 F: drivers/video/fbdev/aty/aty128fb.c
10620 RAINSHADOW-CEC DRIVER
10621 M: Hans Verkuil <hverkuil@xs4all.nl>
10622 L: linux-media@vger.kernel.org
10623 T: git git://linuxtv.org/media_tree.git
10625 F: drivers/media/usb/rainshadow-cec/*
10627 RALINK MIPS ARCHITECTURE
10628 M: John Crispin <john@phrozen.org>
10629 L: linux-mips@linux-mips.org
10631 F: arch/mips/ralink
10633 RALINK RT2X00 WIRELESS LAN DRIVER
10635 M: Stanislaw Gruszka <sgruszka@redhat.com>
10636 M: Helmut Schaa <helmut.schaa@googlemail.com>
10637 L: linux-wireless@vger.kernel.org
10639 F: drivers/net/wireless/ralink/rt2x00/
10641 RAMDISK RAM BLOCK DEVICE DRIVER
10642 M: Jens Axboe <axboe@kernel.dk>
10644 F: Documentation/blockdev/ramdisk.txt
10645 F: drivers/block/brd.c
10647 RANDOM NUMBER DRIVER
10648 M: "Theodore Ts'o" <tytso@mit.edu>
10650 F: drivers/char/random.c
10653 M: Matt Porter <mporter@kernel.crashing.org>
10654 M: Alexandre Bounine <alexandre.bounine@idt.com>
10656 F: drivers/rapidio/
10658 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10659 L: linux-wireless@vger.kernel.org
10661 F: drivers/net/wireless/ray*
10664 M: Josh Triplett <josh@joshtriplett.org>
10665 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10666 L: linux-kernel@vger.kernel.org
10668 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10669 F: Documentation/RCU/torture.txt
10670 F: kernel/rcu/rcutorture.c
10672 RCUTORTURE TEST FRAMEWORK
10673 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10674 M: Josh Triplett <josh@joshtriplett.org>
10675 R: Steven Rostedt <rostedt@goodmis.org>
10676 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10677 R: Lai Jiangshan <jiangshanlai@gmail.com>
10678 L: linux-kernel@vger.kernel.org
10680 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10681 F: tools/testing/selftests/rcutorture
10684 M: Florian Fainelli <florian@openwrt.org>
10687 RDC R6040 FAST ETHERNET DRIVER
10688 M: Florian Fainelli <f.fainelli@gmail.com>
10689 L: netdev@vger.kernel.org
10691 F: drivers/net/ethernet/rdc/r6040.c
10693 RDS - RELIABLE DATAGRAM SOCKETS
10694 M: Santosh Shilimkar <santosh.shilimkar@oracle.com>
10695 L: netdev@vger.kernel.org
10696 L: linux-rdma@vger.kernel.org
10697 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
10698 W: https://oss.oracle.com/projects/rds/
10701 F: Documentation/networking/rds.txt
10703 RDMAVT - RDMA verbs software
10704 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
10705 L: linux-rdma@vger.kernel.org
10707 F: drivers/infiniband/sw/rdmavt
10709 RDT - RESOURCE ALLOCATION
10710 M: Fenghua Yu <fenghua.yu@intel.com>
10711 L: linux-kernel@vger.kernel.org
10713 F: arch/x86/kernel/cpu/intel_rdt*
10714 F: arch/x86/include/asm/intel_rdt*
10715 F: Documentation/x86/intel_rdt*
10717 READ-COPY UPDATE (RCU)
10718 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10719 M: Josh Triplett <josh@joshtriplett.org>
10720 R: Steven Rostedt <rostedt@goodmis.org>
10721 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10722 R: Lai Jiangshan <jiangshanlai@gmail.com>
10723 L: linux-kernel@vger.kernel.org
10724 W: http://www.rdrop.com/users/paulmck/RCU/
10726 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10727 F: Documentation/RCU/
10728 X: Documentation/RCU/torture.txt
10729 F: include/linux/rcu*
10730 X: include/linux/srcu.h
10732 X: kernel/torture.c
10734 REAL TIME CLOCK (RTC) SUBSYSTEM
10735 M: Alessandro Zummo <a.zummo@towertech.it>
10736 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
10737 L: rtc-linux@googlegroups.com
10738 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
10739 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10741 F: Documentation/devicetree/bindings/rtc/
10742 F: Documentation/rtc.txt
10744 F: include/linux/rtc.h
10745 F: include/uapi/linux/rtc.h
10746 F: include/linux/rtc/
10747 F: include/linux/platform_data/rtc-*
10748 F: tools/testing/selftests/timers/rtctest.c
10750 REALTEK AUDIO CODECS
10751 M: Bard Liao <bardliao@realtek.com>
10752 M: Oder Chiou <oder_chiou@realtek.com>
10754 F: sound/soc/codecs/rt*
10755 F: include/sound/rt*.h
10757 REISERFS FILE SYSTEM
10758 L: reiserfs-devel@vger.kernel.org
10762 REGISTER MAP ABSTRACTION
10763 M: Mark Brown <broonie@kernel.org>
10764 L: linux-kernel@vger.kernel.org
10765 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10767 F: Documentation/devicetree/bindings/regmap/
10768 F: drivers/base/regmap/
10769 F: include/linux/regmap.h
10771 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10772 M: Ohad Ben-Cohen <ohad@wizery.com>
10773 M: Bjorn Andersson <bjorn.andersson@linaro.org>
10774 L: linux-remoteproc@vger.kernel.org
10775 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10777 F: Documentation/devicetree/bindings/remoteproc/
10778 F: Documentation/remoteproc.txt
10779 F: drivers/remoteproc/
10780 F: include/linux/remoteproc.h
10782 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10783 M: Ohad Ben-Cohen <ohad@wizery.com>
10784 M: Bjorn Andersson <bjorn.andersson@linaro.org>
10785 L: linux-remoteproc@vger.kernel.org
10786 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10789 F: Documentation/rpmsg.txt
10790 F: include/linux/rpmsg.h
10791 F: include/linux/rpmsg/
10793 RENESAS CLOCK DRIVERS
10794 M: Geert Uytterhoeven <geert+renesas@glider.be>
10795 L: linux-renesas-soc@vger.kernel.org
10797 F: drivers/clk/renesas/
10799 RENESAS ETHERNET DRIVERS
10800 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10801 L: netdev@vger.kernel.org
10802 L: linux-renesas-soc@vger.kernel.org
10803 F: drivers/net/ethernet/renesas/
10804 F: include/linux/sh_eth.h
10806 RENESAS R-CAR GYROADC DRIVER
10807 M: Marek Vasut <marek.vasut@gmail.com>
10808 L: linux-iio@vger.kernel.org
10810 F: drivers/iio/adc/rcar_gyro_adc.c
10812 RENESAS USB2 PHY DRIVER
10813 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10814 L: linux-renesas-soc@vger.kernel.org
10816 F: drivers/phy/phy-rcar-gen3-usb2.c
10818 RESET CONTROLLER FRAMEWORK
10819 M: Philipp Zabel <p.zabel@pengutronix.de>
10820 T: git git://git.pengutronix.de/git/pza/linux
10823 F: Documentation/devicetree/bindings/reset/
10824 F: include/dt-bindings/reset/
10825 F: include/linux/reset.h
10826 F: include/linux/reset-controller.h
10829 M: Johannes Berg <johannes@sipsolutions.net>
10830 L: linux-wireless@vger.kernel.org
10831 W: http://wireless.kernel.org/
10832 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10833 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10835 F: Documentation/rfkill.txt
10839 M: Thomas Graf <tgraf@suug.ch>
10840 M: Herbert Xu <herbert@gondor.apana.org.au>
10841 L: netdev@vger.kernel.org
10843 F: lib/rhashtable.c
10844 F: include/linux/rhashtable.h
10846 RICOH SMARTMEDIA/XD DRIVER
10847 M: Maxim Levitsky <maximlevitsky@gmail.com>
10849 F: drivers/mtd/nand/r852.c
10850 F: drivers/mtd/nand/r852.h
10852 RICOH R5C592 MEMORYSTICK DRIVER
10853 M: Maxim Levitsky <maximlevitsky@gmail.com>
10855 F: drivers/memstick/host/r592.*
10858 M: Stefan Achatz <erazor_de@users.sourceforge.net>
10859 W: http://sourceforge.net/projects/roccat/
10861 F: drivers/hid/hid-roccat*
10862 F: include/linux/hid-roccat*
10863 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
10866 M: Jiri Pirko <jiri@resnulli.us>
10867 L: netdev@vger.kernel.org
10869 F: drivers/net/ethernet/rocker/
10873 W: http://www.comtrol.com
10875 F: Documentation/serial/rocket.txt
10876 F: drivers/tty/rocket*
10878 ROCKETPORT EXPRESS/INFINITY DRIVER
10879 M: Kevin Cernekee <cernekee@gmail.com>
10880 L: linux-serial@vger.kernel.org
10882 F: drivers/tty/serial/rp2.*
10885 M: Ralf Baechle <ralf@linux-mips.org>
10886 L: linux-hams@vger.kernel.org
10887 W: http://www.linux-ax25.org/
10889 F: include/net/rose.h
10890 F: include/uapi/linux/rose.h
10893 RTL2830 MEDIA DRIVER
10894 M: Antti Palosaari <crope@iki.fi>
10895 L: linux-media@vger.kernel.org
10896 W: https://linuxtv.org
10897 W: http://palosaari.fi/linux/
10898 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10899 T: git git://linuxtv.org/anttip/media_tree.git
10901 F: drivers/media/dvb-frontends/rtl2830*
10903 RTL2832 MEDIA DRIVER
10904 M: Antti Palosaari <crope@iki.fi>
10905 L: linux-media@vger.kernel.org
10906 W: https://linuxtv.org
10907 W: http://palosaari.fi/linux/
10908 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10909 T: git git://linuxtv.org/anttip/media_tree.git
10911 F: drivers/media/dvb-frontends/rtl2832*
10913 RTL2832_SDR MEDIA DRIVER
10914 M: Antti Palosaari <crope@iki.fi>
10915 L: linux-media@vger.kernel.org
10916 W: https://linuxtv.org
10917 W: http://palosaari.fi/linux/
10918 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10919 T: git git://linuxtv.org/anttip/media_tree.git
10921 F: drivers/media/dvb-frontends/rtl2832_sdr*
10923 RTL8180 WIRELESS DRIVER
10924 L: linux-wireless@vger.kernel.org
10925 W: http://wireless.kernel.org/
10926 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10928 F: drivers/net/wireless/realtek/rtl818x/rtl8180/
10930 RTL8187 WIRELESS DRIVER
10931 M: Herton Ronaldo Krzesinski <herton@canonical.com>
10932 M: Hin-Tak Leung <htl10@users.sourceforge.net>
10933 M: Larry Finger <Larry.Finger@lwfinger.net>
10934 L: linux-wireless@vger.kernel.org
10935 W: http://wireless.kernel.org/
10936 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10938 F: drivers/net/wireless/realtek/rtl818x/rtl8187/
10940 RTL8192CE WIRELESS DRIVER
10941 M: Larry Finger <Larry.Finger@lwfinger.net>
10942 M: Chaoming Li <chaoming_li@realsil.com.cn>
10943 L: linux-wireless@vger.kernel.org
10944 W: http://wireless.kernel.org/
10945 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10947 F: drivers/net/wireless/realtek/rtlwifi/
10948 F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10950 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10951 M: Jes Sorensen <Jes.Sorensen@gmail.com>
10952 L: linux-wireless@vger.kernel.org
10953 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10955 F: drivers/net/wireless/realtek/rtl8xxxu/
10957 S3 SAVAGE FRAMEBUFFER DRIVER
10958 M: Antonino Daplas <adaplas@gmail.com>
10959 L: linux-fbdev@vger.kernel.org
10961 F: drivers/video/fbdev/savage/
10964 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
10965 M: Heiko Carstens <heiko.carstens@de.ibm.com>
10966 L: linux-s390@vger.kernel.org
10967 W: http://www.ibm.com/developerworks/linux/linux390/
10968 T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10972 F: Documentation/s390/
10973 F: Documentation/DocBook/s390*
10975 S390 COMMON I/O LAYER
10976 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10977 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10978 L: linux-s390@vger.kernel.org
10979 W: http://www.ibm.com/developerworks/linux/linux390/
10981 F: drivers/s390/cio/
10984 M: Stefan Haberland <sth@linux.vnet.ibm.com>
10985 M: Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
10986 L: linux-s390@vger.kernel.org
10987 W: http://www.ibm.com/developerworks/linux/linux390/
10989 F: drivers/s390/block/dasd*
10990 F: block/partitions/ibm.c
10992 S390 NETWORK DRIVERS
10993 M: Julian Wiedmann <jwi@linux.vnet.ibm.com>
10994 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10995 L: linux-s390@vger.kernel.org
10996 W: http://www.ibm.com/developerworks/linux/linux390/
10998 F: drivers/s390/net/
11001 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
11002 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
11003 L: linux-s390@vger.kernel.org
11004 W: http://www.ibm.com/developerworks/linux/linux390/
11007 F: drivers/pci/hotplug/s390_pci_hpc.c
11010 M: Harald Freudenberger <freude@de.ibm.com>
11011 L: linux-s390@vger.kernel.org
11012 W: http://www.ibm.com/developerworks/linux/linux390/
11014 F: drivers/s390/crypto/
11017 M: Steffen Maier <maier@linux.vnet.ibm.com>
11018 L: linux-s390@vger.kernel.org
11019 W: http://www.ibm.com/developerworks/linux/linux390/
11021 F: drivers/s390/scsi/zfcp_*
11023 S390 IUCV NETWORK LAYER
11024 M: Julian Wiedmann <jwi@linux.vnet.ibm.com>
11025 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
11026 L: linux-s390@vger.kernel.org
11027 W: http://www.ibm.com/developerworks/linux/linux390/
11029 F: drivers/s390/net/*iucv*
11030 F: include/net/iucv/
11034 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
11035 L: linux-s390@vger.kernel.org
11036 W: http://www.ibm.com/developerworks/linux/linux390/
11038 F: drivers/iommu/s390-iommu.c
11040 S390 VFIO-CCW DRIVER
11041 M: Cornelia Huck <cornelia.huck@de.ibm.com>
11042 M: Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
11043 L: linux-s390@vger.kernel.org
11044 L: kvm@vger.kernel.org
11046 F: drivers/s390/cio/vfio_ccw*
11047 F: Documentation/s390/vfio-ccw.txt
11048 F: include/uapi/linux/vfio_ccw.h
11050 S3C24XX SD/MMC Driver
11051 M: Ben Dooks <ben-linux@fluff.org>
11052 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11054 F: drivers/mmc/host/s3cmci.*
11056 SAA6588 RDS RECEIVER DRIVER
11057 M: Hans Verkuil <hverkuil@xs4all.nl>
11058 L: linux-media@vger.kernel.org
11059 T: git git://linuxtv.org/media_tree.git
11060 W: https://linuxtv.org
11062 F: drivers/media/i2c/saa6588*
11064 SAA7134 VIDEO4LINUX DRIVER
11065 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11066 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11067 L: linux-media@vger.kernel.org
11068 W: https://linuxtv.org
11069 T: git git://linuxtv.org/media_tree.git
11071 F: Documentation/media/v4l-drivers/saa7134*
11072 F: drivers/media/pci/saa7134/
11074 SAA7146 VIDEO4LINUX-2 DRIVER
11075 M: Hans Verkuil <hverkuil@xs4all.nl>
11076 L: linux-media@vger.kernel.org
11077 T: git git://linuxtv.org/media_tree.git
11079 F: drivers/media/common/saa7146/
11080 F: drivers/media/pci/saa7146/
11081 F: include/media/saa7146*
11083 SAMSUNG LAPTOP DRIVER
11084 M: Corentin Chary <corentin.chary@gmail.com>
11085 L: platform-driver-x86@vger.kernel.org
11087 F: drivers/platform/x86/samsung-laptop.c
11089 SAMSUNG AUDIO (ASoC) DRIVERS
11090 M: Krzysztof Kozlowski <krzk@kernel.org>
11091 M: Sangbeom Kim <sbkim73@samsung.com>
11092 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
11093 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11095 F: sound/soc/samsung/
11097 SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
11098 M: Krzysztof Kozlowski <krzk@kernel.org>
11099 L: linux-crypto@vger.kernel.org
11100 L: linux-samsung-soc@vger.kernel.org
11102 F: drivers/crypto/exynos-rng.c
11103 F: Documentation/devicetree/bindings/rng/samsung,exynos-rng4.txt
11105 SAMSUNG FRAMEBUFFER DRIVER
11106 M: Jingoo Han <jingoohan1@gmail.com>
11107 L: linux-fbdev@vger.kernel.org
11109 F: drivers/video/fbdev/s3c-fb.c
11111 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
11112 M: Sangbeom Kim <sbkim73@samsung.com>
11113 M: Krzysztof Kozlowski <krzk@kernel.org>
11114 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11115 L: linux-kernel@vger.kernel.org
11116 L: linux-samsung-soc@vger.kernel.org
11118 F: drivers/mfd/sec*.c
11119 F: drivers/regulator/s2m*.c
11120 F: drivers/regulator/s5m*.c
11121 F: drivers/clk/clk-s2mps11.c
11122 F: drivers/rtc/rtc-s5m.c
11123 F: include/linux/mfd/samsung/
11124 F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
11125 F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
11126 F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
11127 F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
11129 SAMSUNG S5P Security SubSystem (SSS) DRIVER
11130 M: Krzysztof Kozlowski <krzk@kernel.org>
11131 M: Vladimir Zapolskiy <vz@mleia.com>
11132 L: linux-crypto@vger.kernel.org
11133 L: linux-samsung-soc@vger.kernel.org
11135 F: drivers/crypto/s5p-sss.c
11137 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
11138 M: Kyungmin Park <kyungmin.park@samsung.com>
11139 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
11140 L: linux-media@vger.kernel.org
11141 Q: https://patchwork.linuxtv.org/project/linux-media/list/
11143 F: drivers/media/platform/exynos4-is/
11145 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
11146 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
11147 L: linux-media@vger.kernel.org
11148 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11150 F: drivers/media/platform/s3c-camif/
11151 F: include/media/drv-intf/s3c_camif.h
11153 SAMSUNG S5C73M3 CAMERA DRIVER
11154 M: Kyungmin Park <kyungmin.park@samsung.com>
11155 M: Andrzej Hajda <a.hajda@samsung.com>
11156 L: linux-media@vger.kernel.org
11158 F: drivers/media/i2c/s5c73m3/*
11160 SAMSUNG S5K5BAF CAMERA DRIVER
11161 M: Kyungmin Park <kyungmin.park@samsung.com>
11162 M: Andrzej Hajda <a.hajda@samsung.com>
11163 L: linux-media@vger.kernel.org
11165 F: drivers/media/i2c/s5k5baf.c
11167 SAMSUNG S3FWRN5 NFC DRIVER
11168 M: Robert Baldyga <r.baldyga@samsung.com>
11169 M: Krzysztof Opasiak <k.opasiak@samsung.com>
11170 L: linux-nfc@lists.01.org (moderated for non-subscribers)
11172 F: drivers/nfc/s3fwrn5
11174 SAMSUNG SOC CLOCK DRIVERS
11175 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
11176 M: Tomasz Figa <tomasz.figa@gmail.com>
11177 M: Chanwoo Choi <cw00.choi@samsung.com>
11179 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11180 F: drivers/clk/samsung/
11181 F: include/dt-bindings/clock/exynos*.h
11182 F: Documentation/devicetree/bindings/clock/exynos*.txt
11184 SAMSUNG SPI DRIVERS
11185 M: Kukjin Kim <kgene@kernel.org>
11186 M: Krzysztof Kozlowski <krzk@kernel.org>
11187 M: Andi Shyti <andi.shyti@samsung.com>
11188 L: linux-spi@vger.kernel.org
11189 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11191 F: Documentation/devicetree/bindings/spi/spi-samsung.txt
11192 F: drivers/spi/spi-s3c*
11193 F: include/linux/platform_data/spi-s3c64xx.h
11195 SAMSUNG SXGBE DRIVERS
11196 M: Byungho An <bh74.an@samsung.com>
11197 M: Girish K S <ks.giri@samsung.com>
11198 M: Vipul Pandya <vipul.pandya@samsung.com>
11200 L: netdev@vger.kernel.org
11201 F: drivers/net/ethernet/samsung/sxgbe/
11203 SAMSUNG THERMAL DRIVER
11204 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11205 L: linux-pm@vger.kernel.org
11206 L: linux-samsung-soc@vger.kernel.org
11208 T: git https://github.com/lmajewski/linux-samsung-thermal.git
11209 F: drivers/thermal/samsung/
11211 SAMSUNG USB2 PHY DRIVER
11212 M: Kamil Debski <kamil@wypas.org>
11213 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
11214 L: linux-kernel@vger.kernel.org
11216 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
11217 F: Documentation/phy/samsung-usb2.txt
11218 F: drivers/phy/phy-exynos4210-usb2.c
11219 F: drivers/phy/phy-exynos4x12-usb2.c
11220 F: drivers/phy/phy-exynos5250-usb2.c
11221 F: drivers/phy/phy-s5pv210-usb2.c
11222 F: drivers/phy/phy-samsung-usb2.c
11223 F: drivers/phy/phy-samsung-usb2.h
11226 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11227 L: linux-serial@vger.kernel.org
11229 F: Documentation/devicetree/bindings/serial/
11230 F: drivers/tty/serial/
11233 M: Rob Herring <robh@kernel.org>
11234 L: linux-serial@vger.kernel.org
11236 F: Documentation/devicetree/bindings/serial/slave-device.txt
11237 F: drivers/tty/serdev/
11238 F: include/linux/serdev.h
11241 M: Sean Young <sean@mess.org>
11242 L: linux-media@vger.kernel.org
11244 F: drivers/media/rc/serial_ir.c
11247 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
11248 L: kernel@stlinux.com
11250 F: drivers/staging/media/st-cec/
11251 F: Documentation/devicetree/bindings/media/stih-cec.txt
11253 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
11254 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
11255 L: linux-s390@vger.kernel.org
11256 W: http://www.ibm.com/developerworks/linux/linux390/
11260 SYNOPSYS DESIGNWARE DMAC DRIVER
11261 M: Viresh Kumar <vireshk@kernel.org>
11262 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
11264 F: include/linux/dma/dw.h
11265 F: include/linux/platform_data/dma-dw.h
11268 SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER
11269 M: Jie Deng <jiedeng@synopsys.com>
11270 L: netdev@vger.kernel.org
11272 F: drivers/net/ethernet/synopsys/
11274 SYNOPSYS DESIGNWARE I2C DRIVER
11275 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
11276 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
11277 R: Mika Westerberg <mika.westerberg@linux.intel.com>
11278 L: linux-i2c@vger.kernel.org
11280 F: drivers/i2c/busses/i2c-designware-*
11281 F: include/linux/platform_data/i2c-designware.h
11283 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
11284 M: Jaehoon Chung <jh80.chung@samsung.com>
11285 L: linux-mmc@vger.kernel.org
11287 F: drivers/mmc/host/dw_mmc*
11289 SYSTEM TRACE MODULE CLASS
11290 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
11292 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
11293 F: Documentation/trace/stm.txt
11294 F: drivers/hwtracing/stm/
11295 F: include/linux/stm.h
11296 F: include/uapi/linux/stm.h
11299 M: Andreas Noever <andreas.noever@gmail.com>
11301 F: drivers/thunderbolt/
11303 TI BQ27XXX POWER SUPPLY DRIVER
11304 R: Andrew F. Davis <afd@ti.com>
11305 F: include/linux/power/bq27xxx_battery.h
11306 F: drivers/power/supply/bq27xxx_battery.c
11307 F: drivers/power/supply/bq27xxx_battery_i2c.c
11309 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
11310 M: John Stultz <john.stultz@linaro.org>
11311 M: Thomas Gleixner <tglx@linutronix.de>
11312 R: Stephen Boyd <sboyd@codeaurora.org>
11313 L: linux-kernel@vger.kernel.org
11314 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
11316 F: include/linux/clocksource.h
11317 F: include/linux/time.h
11318 F: include/linux/timex.h
11319 F: include/uapi/linux/time.h
11320 F: include/uapi/linux/timex.h
11321 F: kernel/time/clocksource.c
11322 F: kernel/time/time*.c
11323 F: kernel/time/alarmtimer.c
11324 F: kernel/time/ntp.c
11325 F: tools/testing/selftests/timers/
11328 M: Zwane Mwaikambo <zwanem@gmail.com>
11330 F: drivers/watchdog/sc1200wdt.c
11333 M: Ingo Molnar <mingo@redhat.com>
11334 M: Peter Zijlstra <peterz@infradead.org>
11335 L: linux-kernel@vger.kernel.org
11336 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
11339 F: include/linux/sched.h
11340 F: include/uapi/linux/sched.h
11341 F: include/linux/wait.h
11344 M: Chen Liqin <liqin.linux@gmail.com>
11345 M: Lennox Wu <lennox.wu@gmail.com>
11346 W: http://www.sunplus.com
11350 SCR24X CHIP CARD INTERFACE DRIVER
11351 M: Lubomir Rintel <lkundrak@v3.sk>
11353 F: drivers/char/pcmcia/scr24x_cs.c
11355 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
11356 M: Sudeep Holla <sudeep.holla@arm.com>
11357 L: linux-arm-kernel@lists.infradead.org
11359 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
11360 F: drivers/clk/clk-scpi.c
11361 F: drivers/cpufreq/scpi-cpufreq.c
11362 F: drivers/firmware/arm_scpi.c
11363 F: include/linux/scpi_protocol.h
11366 M: Jens Axboe <axboe@kernel.dk>
11367 L: linux-scsi@vger.kernel.org
11368 W: http://www.kernel.dk
11370 F: drivers/scsi/sr*
11372 SCSI RDMA PROTOCOL (SRP) INITIATOR
11373 M: Bart Van Assche <bart.vanassche@sandisk.com>
11374 L: linux-rdma@vger.kernel.org
11376 W: http://www.openfabrics.org
11377 Q: http://patchwork.kernel.org/project/linux-rdma/list/
11378 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
11379 F: drivers/infiniband/ulp/srp/
11380 F: include/scsi/srp.h
11383 M: Doug Gilbert <dgilbert@interlog.com>
11384 L: linux-scsi@vger.kernel.org
11385 W: http://sg.danny.cz/sg
11387 F: Documentation/scsi/scsi-generic.txt
11388 F: drivers/scsi/sg.c
11389 F: include/scsi/sg.h
11392 M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
11393 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
11394 M: "Martin K. Petersen" <martin.petersen@oracle.com>
11395 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
11396 L: linux-scsi@vger.kernel.org
11398 F: Documentation/devicetree/bindings/scsi/
11403 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
11404 L: linux-scsi@vger.kernel.org
11406 F: Documentation/scsi/st.txt
11407 F: drivers/scsi/st.*
11408 F: drivers/scsi/st_*.h
11411 M: Vlad Yasevich <vyasevich@gmail.com>
11412 M: Neil Horman <nhorman@tuxdriver.com>
11413 L: linux-sctp@vger.kernel.org
11414 W: http://lksctp.sourceforge.net
11416 F: Documentation/networking/sctp.txt
11417 F: include/linux/sctp.h
11418 F: include/uapi/linux/sctp.h
11419 F: include/net/sctp/
11423 M: Jim Cromie <jim.cromie@gmail.com>
11425 F: Documentation/i2c/busses/scx200_acb
11426 F: arch/x86/platform/scx200/
11427 F: drivers/watchdog/scx200_wdt.c
11428 F: drivers/i2c/busses/scx200*
11429 F: drivers/mtd/maps/scx200_docflash.c
11430 F: include/linux/scx200.h
11433 M: Jim Cromie <jim.cromie@gmail.com>
11435 F: drivers/char/scx200_gpio.c
11436 F: include/linux/scx200_gpio.h
11438 SCx200 HRT CLOCKSOURCE DRIVER
11439 M: Jim Cromie <jim.cromie@gmail.com>
11441 F: drivers/clocksource/scx200_hrt.c
11443 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
11444 M: Sascha Sommer <saschasommer@freenet.de>
11445 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
11447 F: drivers/mmc/host/sdricoh_cs.c
11449 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
11450 M: Adrian Hunter <adrian.hunter@intel.com>
11451 L: linux-mmc@vger.kernel.org
11452 T: git git://git.infradead.org/users/ahunter/linux-sdhci.git
11454 F: drivers/mmc/host/sdhci*
11455 F: include/linux/mmc/sdhci*
11458 M: Kees Cook <keescook@chromium.org>
11459 R: Andy Lutomirski <luto@amacapital.net>
11460 R: Will Drewry <wad@chromium.org>
11461 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
11463 F: kernel/seccomp.c
11464 F: include/uapi/linux/seccomp.h
11465 F: include/linux/seccomp.h
11466 F: tools/testing/selftests/seccomp/*
11467 K: \bsecure_computing
11470 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
11471 M: Al Cooper <alcooperx@gmail.com>
11472 L: linux-mmc@vger.kernel.org
11473 L: bcm-kernel-feedback-list@broadcom.com
11475 F: drivers/mmc/host/sdhci-brcmstb*
11477 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
11478 M: Ben Dooks <ben-linux@fluff.org>
11479 M: Jaehoon Chung <jh80.chung@samsung.com>
11480 L: linux-mmc@vger.kernel.org
11482 F: drivers/mmc/host/sdhci-s3c*
11484 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
11485 M: Viresh Kumar <vireshk@kernel.org>
11486 L: linux-mmc@vger.kernel.org
11488 F: drivers/mmc/host/sdhci-spear.c
11490 SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
11491 M: Scott Bauer <scott.bauer@intel.com>
11492 M: Jonathan Derrick <jonathan.derrick@intel.com>
11493 M: Rafael Antognolli <rafael.antognolli@intel.com>
11494 L: linux-block@vger.kernel.org
11497 F: block/opal_proto.h
11498 F: include/linux/sed*
11499 F: include/uapi/linux/sed*
11502 M: James Morris <james.l.morris@oracle.com>
11503 M: "Serge E. Hallyn" <serge@hallyn.com>
11504 L: linux-security-module@vger.kernel.org (suggested Cc:)
11505 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
11506 W: http://kernsec.org/
11511 M: Security Officers <security@kernel.org>
11514 SELINUX SECURITY MODULE
11515 M: Paul Moore <paul@paul-moore.com>
11516 M: Stephen Smalley <sds@tycho.nsa.gov>
11517 M: Eric Paris <eparis@parisplace.org>
11518 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
11519 W: http://selinuxproject.org
11520 T: git git://git.infradead.org/users/pcmoore/selinux
11522 F: include/linux/selinux*
11523 F: security/selinux/
11524 F: scripts/selinux/
11526 APPARMOR SECURITY MODULE
11527 M: John Johansen <john.johansen@canonical.com>
11528 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
11529 W: apparmor.wiki.kernel.org
11530 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
11532 F: security/apparmor/
11534 LOADPIN SECURITY MODULE
11535 M: Kees Cook <keescook@chromium.org>
11536 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
11538 F: security/loadpin/
11540 YAMA SECURITY MODULE
11541 M: Kees Cook <keescook@chromium.org>
11542 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
11547 M: Jiri Slaby <jirislaby@gmail.com>
11549 F: drivers/misc/phantom.c
11550 F: include/uapi/linux/phantom.h
11552 Emulex 10Gbps iSCSI - OneConnect DRIVER
11553 M: Subbu Seetharaman <subbu.seetharaman@broadcom.com>
11554 M: Ketan Mukadam <ketan.mukadam@broadcom.com>
11555 M: Jitendra Bhivare <jitendra.bhivare@broadcom.com>
11556 L: linux-scsi@vger.kernel.org
11557 W: http://www.broadcom.com
11559 F: drivers/scsi/be2iscsi/
11561 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11562 M: Sathya Perla <sathya.perla@broadcom.com>
11563 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
11564 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
11565 M: Somnath Kotur <somnath.kotur@broadcom.com>
11566 L: netdev@vger.kernel.org
11567 W: http://www.emulex.com
11569 F: drivers/net/ethernet/emulex/benet/
11571 EMULEX ONECONNECT ROCE DRIVER
11572 M: Selvin Xavier <selvin.xavier@broadcom.com>
11573 M: Devesh Sharma <devesh.sharma@broadcom.com>
11574 L: linux-rdma@vger.kernel.org
11575 W: http://www.broadcom.com
11577 F: drivers/infiniband/hw/ocrdma/
11578 F: include/uapi/rdma/ocrdma-abi.h
11581 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
11582 M: Edward Cree <ecree@solarflare.com>
11583 M: Bert Kenward <bkenward@solarflare.com>
11584 L: netdev@vger.kernel.org
11586 F: drivers/net/ethernet/sfc/
11589 M: Dimitri Sivanich <sivanich@sgi.com>
11591 F: drivers/misc/sgi-gru/
11593 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11594 M: Pat Gefre <pfg@sgi.com>
11595 L: linux-ia64@vger.kernel.org
11597 F: Documentation/ia64/serial.txt
11598 F: drivers/tty/serial/ioc?_serial.c
11599 F: include/linux/ioc?.h
11601 SGI XP/XPC/XPNET DRIVER
11602 M: Cliff Whickman <cpw@sgi.com>
11603 M: Robin Holt <robinmholt@gmail.com>
11605 F: drivers/misc/sgi-xp/
11607 SI2157 MEDIA DRIVER
11608 M: Antti Palosaari <crope@iki.fi>
11609 L: linux-media@vger.kernel.org
11610 W: https://linuxtv.org
11611 W: http://palosaari.fi/linux/
11612 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11613 T: git git://linuxtv.org/anttip/media_tree.git
11615 F: drivers/media/tuners/si2157*
11617 SI2168 MEDIA DRIVER
11618 M: Antti Palosaari <crope@iki.fi>
11619 L: linux-media@vger.kernel.org
11620 W: https://linuxtv.org
11621 W: http://palosaari.fi/linux/
11622 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11623 T: git git://linuxtv.org/anttip/media_tree.git
11625 F: drivers/media/dvb-frontends/si2168*
11627 SI470X FM RADIO RECEIVER I2C DRIVER
11628 M: Hans Verkuil <hverkuil@xs4all.nl>
11629 L: linux-media@vger.kernel.org
11630 T: git git://linuxtv.org/media_tree.git
11631 W: https://linuxtv.org
11633 F: drivers/media/radio/si470x/radio-si470x-i2c.c
11635 SI470X FM RADIO RECEIVER USB DRIVER
11636 M: Hans Verkuil <hverkuil@xs4all.nl>
11637 L: linux-media@vger.kernel.org
11638 T: git git://linuxtv.org/media_tree.git
11639 W: https://linuxtv.org
11641 F: drivers/media/radio/si470x/radio-si470x-common.c
11642 F: drivers/media/radio/si470x/radio-si470x.h
11643 F: drivers/media/radio/si470x/radio-si470x-usb.c
11645 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11646 M: Eduardo Valentin <edubezval@gmail.com>
11647 L: linux-media@vger.kernel.org
11648 T: git git://linuxtv.org/media_tree.git
11649 W: https://linuxtv.org
11651 F: drivers/media/radio/si4713/si4713.?
11653 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11654 M: Eduardo Valentin <edubezval@gmail.com>
11655 L: linux-media@vger.kernel.org
11656 T: git git://linuxtv.org/media_tree.git
11657 W: https://linuxtv.org
11659 F: drivers/media/radio/si4713/radio-platform-si4713.c
11661 SI4713 FM RADIO TRANSMITTER USB DRIVER
11662 M: Hans Verkuil <hverkuil@xs4all.nl>
11663 L: linux-media@vger.kernel.org
11664 T: git git://linuxtv.org/media_tree.git
11665 W: https://linuxtv.org
11667 F: drivers/media/radio/si4713/radio-usb-si4713.c
11670 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11671 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11672 L: linux-media@vger.kernel.org
11673 W: https://linuxtv.org
11674 T: git git://linuxtv.org/media_tree.git
11676 F: drivers/media/common/siano/
11677 F: drivers/media/usb/siano/
11678 F: drivers/media/usb/siano/
11679 F: drivers/media/mmc/siano/
11681 SILEAD TOUCHSCREEN DRIVER
11682 M: Hans de Goede <hdegoede@redhat.com>
11683 L: linux-input@vger.kernel.org
11684 L: platform-driver-x86@vger.kernel.org
11686 F: drivers/input/touchscreen/silead.c
11687 F: drivers/platform/x86/silead_dmi.c
11690 M: Hans de Goede <hdegoede@redhat.com>
11691 L: linux-fbdev@vger.kernel.org
11693 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
11694 F: drivers/video/fbdev/simplefb.c
11695 F: include/linux/platform_data/simplefb.h
11697 SH_VEU V4L2 MEM2MEM DRIVER
11698 L: linux-media@vger.kernel.org
11700 F: drivers/media/platform/sh_veu.c
11702 SH_VOU V4L2 OUTPUT DRIVER
11703 L: linux-media@vger.kernel.org
11705 F: drivers/media/platform/sh_vou.c
11706 F: include/media/drv-intf/sh_vou.h
11708 SIMPLE FIRMWARE INTERFACE (SFI)
11709 M: Len Brown <lenb@kernel.org>
11710 L: sfi-devel@simplefirmware.org
11711 W: http://simplefirmware.org/
11712 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11714 F: arch/x86/platform/sfi/
11716 F: include/linux/sfi*.h
11718 SIMTEC EB110ATX (Chalice CATS)
11720 P: Vincent Sanders <vince@simtec.co.uk>
11721 M: Simtec Linux Team <linux@simtec.co.uk>
11722 W: http://www.simtec.co.uk/products/EB110ATX/
11725 SIMTEC EB2410ITX (BAST)
11727 P: Vincent Sanders <vince@simtec.co.uk>
11728 M: Simtec Linux Team <linux@simtec.co.uk>
11729 W: http://www.simtec.co.uk/products/EB2410ITX/
11731 F: arch/arm/mach-s3c24xx/mach-bast.c
11732 F: arch/arm/mach-s3c24xx/bast-ide.c
11733 F: arch/arm/mach-s3c24xx/bast-irq.c
11735 SIPHASH PRF ROUTINES
11736 M: Jason A. Donenfeld <Jason@zx2c4.com>
11739 F: lib/test_siphash.c
11740 F: include/linux/siphash.h
11742 TI DAVINCI MACHINE SUPPORT
11743 M: Sekhar Nori <nsekhar@ti.com>
11744 M: Kevin Hilman <khilman@kernel.org>
11745 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11746 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11748 F: arch/arm/mach-davinci/
11749 F: drivers/i2c/busses/i2c-davinci.c
11751 TI DAVINCI SERIES MEDIA DRIVER
11752 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11753 L: linux-media@vger.kernel.org
11754 W: https://linuxtv.org
11755 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11756 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11758 F: drivers/media/platform/davinci/
11759 F: include/media/davinci/
11761 TI AM437X VPFE DRIVER
11762 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11763 L: linux-media@vger.kernel.org
11764 W: https://linuxtv.org
11765 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11766 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11768 F: drivers/media/platform/am437x/
11770 OV2659 OMNIVISION SENSOR DRIVER
11771 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11772 L: linux-media@vger.kernel.org
11773 W: https://linuxtv.org
11774 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11775 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11777 F: drivers/media/i2c/ov2659.c
11778 F: include/media/i2c/ov2659.h
11780 SILICON MOTION SM712 FRAME BUFFER DRIVER
11781 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11782 M: Teddy Wang <teddy.wang@siliconmotion.com>
11783 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11784 L: linux-fbdev@vger.kernel.org
11786 F: drivers/video/fbdev/sm712*
11787 F: Documentation/fb/sm712fb.txt
11789 SIS 190 ETHERNET DRIVER
11790 M: Francois Romieu <romieu@fr.zoreil.com>
11791 L: netdev@vger.kernel.org
11793 F: drivers/net/ethernet/sis/sis190.c
11795 SIS 900/7016 FAST ETHERNET DRIVER
11796 M: Daniele Venzano <venza@brownhat.org>
11797 W: http://www.brownhat.org/sis900.html
11798 L: netdev@vger.kernel.org
11800 F: drivers/net/ethernet/sis/sis900.*
11802 SIS FRAMEBUFFER DRIVER
11803 M: Thomas Winischhofer <thomas@winischhofer.net>
11804 W: http://www.winischhofer.net/linuxsisvga.shtml
11806 F: Documentation/fb/sisfb.txt
11807 F: drivers/video/fbdev/sis/
11808 F: include/video/sisfb.h
11811 M: Thomas Winischhofer <thomas@winischhofer.net>
11812 W: http://www.winischhofer.at/linuxsisusbvga.shtml
11814 F: drivers/usb/misc/sisusbvga/
11817 M: Christoph Lameter <cl@linux.com>
11818 M: Pekka Enberg <penberg@kernel.org>
11819 M: David Rientjes <rientjes@google.com>
11820 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
11821 M: Andrew Morton <akpm@linux-foundation.org>
11822 L: linux-mm@kvack.org
11824 F: include/linux/sl?b*.h
11827 SLEEPABLE READ-COPY UPDATE (SRCU)
11828 M: Lai Jiangshan <jiangshanlai@gmail.com>
11829 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11830 M: Josh Triplett <josh@joshtriplett.org>
11831 R: Steven Rostedt <rostedt@goodmis.org>
11832 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11833 L: linux-kernel@vger.kernel.org
11834 W: http://www.rdrop.com/users/paulmck/RCU/
11836 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11837 F: include/linux/srcu.h
11838 F: kernel/rcu/srcu.c
11840 SMACK SECURITY MODULE
11841 M: Casey Schaufler <casey@schaufler-ca.com>
11842 L: linux-security-module@vger.kernel.org
11843 W: http://schaufler-ca.com
11844 T: git git://github.com/cschaufler/smack-next
11846 F: Documentation/security/Smack.txt
11849 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11850 M: Kevin Hilman <khilman@kernel.org>
11851 M: Nishanth Menon <nm@ti.com>
11853 F: drivers/power/avs/
11854 F: include/linux/power/smartreflex.h
11855 L: linux-pm@vger.kernel.org
11857 SMC91x ETHERNET DRIVER
11858 M: Nicolas Pitre <nico@fluxnic.net>
11860 F: drivers/net/ethernet/smsc/smc91x.*
11862 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11863 M: Sakari Ailus <sakari.ailus@iki.fi>
11864 L: linux-media@vger.kernel.org
11866 F: drivers/media/i2c/smiapp/
11867 F: include/media/i2c/smiapp.h
11868 F: drivers/media/i2c/smiapp-pll.c
11869 F: drivers/media/i2c/smiapp-pll.h
11870 F: include/uapi/linux/smiapp.h
11871 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11873 SMM665 HARDWARE MONITOR DRIVER
11874 M: Guenter Roeck <linux@roeck-us.net>
11875 L: linux-hwmon@vger.kernel.org
11877 F: Documentation/hwmon/smm665
11878 F: drivers/hwmon/smm665.c
11880 SMSC EMC2103 HARDWARE MONITOR DRIVER
11881 M: Steve Glendinning <steve.glendinning@shawell.net>
11882 L: linux-hwmon@vger.kernel.org
11884 F: Documentation/hwmon/emc2103
11885 F: drivers/hwmon/emc2103.c
11887 SMSC SCH5627 HARDWARE MONITOR DRIVER
11888 M: Hans de Goede <hdegoede@redhat.com>
11889 L: linux-hwmon@vger.kernel.org
11891 F: Documentation/hwmon/sch5627
11892 F: drivers/hwmon/sch5627.c
11894 SMSC47B397 HARDWARE MONITOR DRIVER
11895 M: Jean Delvare <jdelvare@suse.com>
11896 L: linux-hwmon@vger.kernel.org
11898 F: Documentation/hwmon/smsc47b397
11899 F: drivers/hwmon/smsc47b397.c
11901 SMSC911x ETHERNET DRIVER
11902 M: Steve Glendinning <steve.glendinning@shawell.net>
11903 L: netdev@vger.kernel.org
11905 F: include/linux/smsc911x.h
11906 F: drivers/net/ethernet/smsc/smsc911x.*
11908 SMSC9420 PCI ETHERNET DRIVER
11909 M: Steve Glendinning <steve.glendinning@shawell.net>
11910 L: netdev@vger.kernel.org
11912 F: drivers/net/ethernet/smsc/smsc9420.*
11914 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11915 M: Steve Glendinning <steve.glendinning@shawell.net>
11916 L: linux-fbdev@vger.kernel.org
11918 F: drivers/video/fbdev/smscufx.c
11920 SOC-CAMERA V4L2 SUBSYSTEM
11921 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11922 L: linux-media@vger.kernel.org
11923 T: git git://linuxtv.org/media_tree.git
11925 F: include/media/soc*
11926 F: drivers/media/i2c/soc_camera/
11927 F: drivers/media/platform/soc_camera/
11929 SOEKRIS NET48XX LED SUPPORT
11930 M: Chris Boot <bootc@bootc.net>
11932 F: drivers/leds/leds-net48xx.c
11934 SOFTLOGIC 6x10 MPEG CODEC
11935 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11936 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11937 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
11938 M: Ismael Luceno <ismael@iodev.co.uk>
11939 L: linux-media@vger.kernel.org
11941 F: drivers/media/pci/solo6x10/
11943 SOFTWARE RAID (Multiple Disks) SUPPORT
11944 M: Shaohua Li <shli@kernel.org>
11945 L: linux-raid@vger.kernel.org
11946 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11949 F: include/linux/raid/
11950 F: include/uapi/linux/raid/
11952 SONIC NETWORK DRIVER
11953 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11954 L: netdev@vger.kernel.org
11956 F: drivers/net/ethernet/natsemi/sonic.*
11958 SONICS SILICON BACKPLANE DRIVER (SSB)
11959 M: Michael Buesch <m@bues.ch>
11960 L: linux-wireless@vger.kernel.org
11963 F: include/linux/ssb/
11965 SONY VAIO CONTROL DEVICE DRIVER
11966 M: Mattia Dongili <malattia@linux.it>
11967 L: platform-driver-x86@vger.kernel.org
11968 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11970 F: Documentation/laptops/sony-laptop.txt
11971 F: drivers/char/sonypi.c
11972 F: drivers/platform/x86/sony-laptop.c
11973 F: include/linux/sony-laptop.h
11975 SONY MEMORYSTICK CARD SUPPORT
11976 M: Alex Dubov <oakad@yahoo.com>
11977 W: http://tifmxx.berlios.de/
11979 F: drivers/memstick/host/tifm_ms.c
11981 SONY MEMORYSTICK STANDARD SUPPORT
11982 M: Maxim Levitsky <maximlevitsky@gmail.com>
11984 F: drivers/memstick/core/ms_block.*
11987 M: Jaroslav Kysela <perex@perex.cz>
11988 M: Takashi Iwai <tiwai@suse.com>
11989 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11990 W: http://www.alsa-project.org/
11991 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11992 T: git git://git.alsa-project.org/alsa-kernel.git
11993 Q: http://patchwork.kernel.org/project/alsa-devel/list/
11995 F: Documentation/sound/
11997 F: include/uapi/sound/
12000 SOUND - COMPRESSED AUDIO
12001 M: Vinod Koul <vinod.koul@intel.com>
12002 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12003 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12005 F: Documentation/sound/alsa/compress_offload.txt
12006 F: include/sound/compress_driver.h
12007 F: include/uapi/sound/compress_*
12008 F: sound/core/compress_offload.c
12009 F: sound/soc/soc-compress.c
12011 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
12012 M: Liam Girdwood <lgirdwood@gmail.com>
12013 M: Mark Brown <broonie@kernel.org>
12014 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
12015 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12016 W: http://alsa-project.org/main/index.php/ASoC
12018 F: Documentation/devicetree/bindings/sound/
12019 F: Documentation/sound/alsa/soc/
12021 F: include/sound/soc*
12023 SOUND - DMAENGINE HELPERS
12024 M: Lars-Peter Clausen <lars@metafoo.de>
12026 F: include/sound/dmaengine_pcm.h
12027 F: sound/core/pcm_dmaengine.c
12028 F: sound/soc/soc-generic-dmaengine-pcm.c
12031 M: Olli Salonen <olli.salonen@iki.fi>
12032 L: linux-media@vger.kernel.org
12033 W: https://linuxtv.org
12034 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12036 F: drivers/media/dvb-frontends/sp2*
12038 SPARC + UltraSPARC (sparc/sparc64)
12039 M: "David S. Miller" <davem@davemloft.net>
12040 L: sparclinux@vger.kernel.org
12041 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
12042 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12043 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12048 SPARC SERIAL DRIVERS
12049 M: "David S. Miller" <davem@davemloft.net>
12050 L: sparclinux@vger.kernel.org
12051 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12052 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12054 F: include/linux/sunserialcore.h
12055 F: drivers/tty/serial/suncore.c
12056 F: drivers/tty/serial/sunhv.c
12057 F: drivers/tty/serial/sunsab.c
12058 F: drivers/tty/serial/sunsab.h
12059 F: drivers/tty/serial/sunsu.c
12060 F: drivers/tty/serial/sunzilog.c
12061 F: drivers/tty/serial/sunzilog.h
12064 M: "Christopher Li" <sparse@chrisli.org>
12065 L: linux-sparse@vger.kernel.org
12066 W: https://sparse.wiki.kernel.org/
12067 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
12068 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
12070 F: include/linux/compiler.h
12072 SPEAR PLATFORM SUPPORT
12073 M: Viresh Kumar <vireshk@kernel.org>
12074 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
12075 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12076 W: http://www.st.com/spear
12078 F: arch/arm/boot/dts/spear*
12079 F: arch/arm/mach-spear/
12081 SPEAR CLOCK FRAMEWORK SUPPORT
12082 M: Viresh Kumar <vireshk@kernel.org>
12083 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12084 W: http://www.st.com/spear
12086 F: drivers/clk/spear/
12089 M: Cyrille Pitchen <cyrille.pitchen@atmel.com>
12090 M: Marek Vasut <marek.vasut@gmail.com>
12091 L: linux-mtd@lists.infradead.org
12092 W: http://www.linux-mtd.infradead.org/
12093 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
12094 T: git git://github.com/spi-nor/linux.git
12096 F: drivers/mtd/spi-nor/
12097 F: include/linux/mtd/spi-nor.h
12100 M: Mark Brown <broonie@kernel.org>
12101 L: linux-spi@vger.kernel.org
12102 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
12103 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
12105 F: Documentation/devicetree/bindings/spi/
12106 F: Documentation/spi/
12108 F: include/linux/spi/
12109 F: include/uapi/linux/spi/
12112 SPIDERNET NETWORK DRIVER for CELL
12113 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
12114 L: netdev@vger.kernel.org
12116 F: Documentation/networking/spider_net.txt
12117 F: drivers/net/ethernet/toshiba/spider_net*
12120 M: Jeremy Kerr <jk@ozlabs.org>
12121 L: linuxppc-dev@lists.ozlabs.org
12122 W: http://www.ibm.com/developerworks/power/cell/
12124 F: Documentation/filesystems/spufs.txt
12125 F: arch/powerpc/platforms/cell/spufs/
12127 SQUASHFS FILE SYSTEM
12128 M: Phillip Lougher <phillip@squashfs.org.uk>
12129 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
12130 W: http://squashfs.org.uk
12131 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
12133 F: Documentation/filesystems/squashfs.txt
12136 SRM (Alpha) environment access
12137 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
12139 F: arch/alpha/kernel/srm_env.c
12142 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12143 L: stable@vger.kernel.org
12145 F: Documentation/process/stable-kernel-rules.rst
12148 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12149 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
12150 L: devel@driverdev.osuosl.org
12152 F: drivers/staging/
12155 M: Ian Abbott <abbotti@mev.co.uk>
12156 M: H Hartley Sweeten <hsweeten@visionengravers.com>
12158 F: drivers/staging/comedi/
12160 STAGING - FLARION FT1000 DRIVERS
12161 M: Marek Belisko <marek.belisko@gmail.com>
12163 F: drivers/staging/ft1000/
12165 STAGING - INDUSTRIAL IO
12166 M: Jonathan Cameron <jic23@kernel.org>
12167 L: linux-iio@vger.kernel.org
12169 F: Documentation/devicetree/bindings/staging/iio/
12170 F: drivers/staging/iio/
12172 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
12173 M: Jarod Wilson <jarod@wilsonet.com>
12174 W: http://www.lirc.org/
12176 F: drivers/staging/media/lirc/
12178 STAGING - LUSTRE PARALLEL FILESYSTEM
12179 M: Oleg Drokin <oleg.drokin@intel.com>
12180 M: Andreas Dilger <andreas.dilger@intel.com>
12181 M: James Simmons <jsimmons@infradead.org>
12182 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
12183 W: http://wiki.lustre.org/
12185 F: drivers/staging/lustre
12187 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
12188 M: Marc Dietrich <marvin24@gmx.de>
12189 L: ac100@lists.launchpad.net (moderated for non-subscribers)
12190 L: linux-tegra@vger.kernel.org
12192 F: drivers/staging/nvec/
12194 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
12195 M: Jens Frederich <jfrederich@gmail.com>
12196 M: Daniel Drake <dsd@laptop.org>
12197 M: Jon Nettleton <jon.nettleton@gmail.com>
12198 W: http://wiki.laptop.org/go/DCON
12200 F: drivers/staging/olpc_dcon/
12202 STAGING - REALTEK RTL8712U DRIVERS
12203 M: Larry Finger <Larry.Finger@lwfinger.net>
12204 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
12206 F: drivers/staging/rtl8712/
12208 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
12209 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
12210 M: Teddy Wang <teddy.wang@siliconmotion.com>
12211 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
12212 L: linux-fbdev@vger.kernel.org
12214 F: drivers/staging/sm750fb/
12216 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
12217 M: William Hubbs <w.d.hubbs@gmail.com>
12218 M: Chris Brannon <chris@the-brannons.com>
12219 M: Kirk Reiser <kirk@reisers.ca>
12220 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
12221 L: speakup@linux-speakup.org
12222 W: http://www.linux-speakup.org/
12224 F: drivers/staging/speakup/
12226 STAGING - VIA VT665X DRIVERS
12227 M: Forest Bond <forest@alittletooquiet.net>
12229 F: drivers/staging/vt665?/
12231 STAGING - WILC1000 WIFI DRIVER
12232 M: Aditya Shankar <aditya.shankar@microchip.com>
12233 M: Ganesh Krishna <ganesh.krishna@microchip.com>
12234 L: linux-wireless@vger.kernel.org
12236 F: drivers/staging/wilc1000/
12238 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
12239 M: Arnaud Patard <arnaud.patard@rtp-net.org>
12241 F: drivers/staging/xgifb/
12243 STARFIRE/DURALAN NETWORK DRIVER
12244 M: Ion Badulescu <ionut@badula.org>
12246 F: drivers/net/ethernet/adaptec/starfire*
12249 M: Sam Creasey <sammy@sammy.net>
12250 W: http://sammy.net/sun3/
12252 F: arch/m68k/kernel/*sun3*
12253 F: arch/m68k/sun3*/
12254 F: arch/m68k/include/asm/sun3*
12255 F: drivers/net/ethernet/i825xx/sun3*
12257 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
12258 M: Hans de Goede <hdegoede@redhat.com>
12259 L: linux-input@vger.kernel.org
12261 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
12262 F: drivers/input/keyboard/sun4i-lradc-keys.c
12264 SUNDANCE NETWORK DRIVER
12265 M: Denis Kirjanov <kda@linux-powerpc.org>
12266 L: netdev@vger.kernel.org
12268 F: drivers/net/ethernet/dlink/sundance.c
12271 M: Yoshinori Sato <ysato@users.sourceforge.jp>
12272 M: Rich Felker <dalias@libc.org>
12273 L: linux-sh@vger.kernel.org
12274 Q: http://patchwork.kernel.org/project/linux-sh/list/
12276 F: Documentation/sh/
12281 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
12282 M: Len Brown <len.brown@intel.com>
12283 M: Pavel Machek <pavel@ucw.cz>
12284 L: linux-pm@vger.kernel.org
12285 B: https://bugzilla.kernel.org
12287 F: Documentation/power/
12288 F: arch/x86/kernel/acpi/
12289 F: drivers/base/power/
12291 F: include/linux/suspend.h
12292 F: include/linux/freezer.h
12293 F: include/linux/pm.h
12296 M: Martin Mares <mj@ucw.cz>
12297 L: linux-video@atrey.karlin.mff.cuni.cz
12299 F: Documentation/svga.txt
12300 F: arch/x86/boot/video*
12303 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12304 L: linux-kernel@vger.kernel.org
12305 T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
12308 F: arch/*/kernel/pci-swiotlb.c
12309 F: include/linux/swiotlb.h
12312 M: Jiri Pirko <jiri@resnulli.us>
12313 M: Ivan Vecera <ivecera@redhat.com>
12314 L: netdev@vger.kernel.org
12317 F: include/net/switchdev.h
12319 SYNOPSYS ARC ARCHITECTURE
12320 M: Vineet Gupta <vgupta@synopsys.com>
12321 L: linux-snps-arc@lists.infradead.org
12324 F: Documentation/devicetree/bindings/arc/*
12325 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
12326 F: drivers/clocksource/arc_timer.c
12327 F: drivers/tty/serial/arc_uart.c
12328 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
12330 SYNOPSYS ARC SDP platform support
12331 M: Alexey Brodkin <abrodkin@synopsys.com>
12333 F: arch/arc/plat-axs10x
12334 F: arch/arc/boot/dts/ax*
12335 F: Documentation/devicetree/bindings/arc/axs10*
12337 SYSTEM CONFIGURATION (SYSCON)
12338 M: Lee Jones <lee.jones@linaro.org>
12339 M: Arnd Bergmann <arnd@arndb.de>
12340 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
12342 F: drivers/mfd/syscon.c
12344 SYSTEM RESET/SHUTDOWN DRIVERS
12345 M: Sebastian Reichel <sre@kernel.org>
12346 L: linux-pm@vger.kernel.org
12347 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
12349 F: Documentation/devicetree/bindings/power/reset/
12350 F: drivers/power/reset/
12353 M: Christoph Hellwig <hch@infradead.org>
12355 F: Documentation/filesystems/sysv-fs.txt
12357 F: include/linux/sysv_fs.h
12360 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
12361 L: linux-scsi@vger.kernel.org
12362 L: target-devel@vger.kernel.org
12363 W: http://www.linux-iscsi.org
12364 W: http://groups.google.com/group/linux-iscsi-target-dev
12365 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
12369 F: Documentation/target/
12371 TASKSTATS STATISTICS INTERFACE
12372 M: Balbir Singh <bsingharora@gmail.com>
12374 F: Documentation/accounting/taskstats*
12375 F: include/linux/taskstats*
12376 F: kernel/taskstats.c
12379 M: Jamal Hadi Salim <jhs@mojatatu.com>
12380 M: Cong Wang <xiyou.wangcong@gmail.com>
12381 M: Jiri Pirko <jiri@resnulli.us>
12382 L: netdev@vger.kernel.org
12384 F: include/net/pkt_cls.h
12385 F: include/net/pkt_sched.h
12386 F: include/net/tc_act/
12387 F: include/uapi/linux/pkt_cls.h
12388 F: include/uapi/linux/pkt_sched.h
12389 F: include/uapi/linux/tc_act/
12390 F: include/uapi/linux/tc_ematch/
12393 TCP LOW PRIORITY MODULE
12394 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
12395 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
12396 W: http://tcp-lp-mod.sourceforge.net/
12398 F: net/ipv4/tcp_lp.c
12400 TDA10071 MEDIA DRIVER
12401 M: Antti Palosaari <crope@iki.fi>
12402 L: linux-media@vger.kernel.org
12403 W: https://linuxtv.org
12404 W: http://palosaari.fi/linux/
12405 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12406 T: git git://linuxtv.org/anttip/media_tree.git
12408 F: drivers/media/dvb-frontends/tda10071*
12410 TDA18212 MEDIA DRIVER
12411 M: Antti Palosaari <crope@iki.fi>
12412 L: linux-media@vger.kernel.org
12413 W: https://linuxtv.org
12414 W: http://palosaari.fi/linux/
12415 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12416 T: git git://linuxtv.org/anttip/media_tree.git
12418 F: drivers/media/tuners/tda18212*
12420 TDA18218 MEDIA DRIVER
12421 M: Antti Palosaari <crope@iki.fi>
12422 L: linux-media@vger.kernel.org
12423 W: https://linuxtv.org
12424 W: http://palosaari.fi/linux/
12425 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12426 T: git git://linuxtv.org/anttip/media_tree.git
12428 F: drivers/media/tuners/tda18218*
12430 TDA18271 MEDIA DRIVER
12431 M: Michael Krufky <mkrufky@linuxtv.org>
12432 L: linux-media@vger.kernel.org
12433 W: https://linuxtv.org
12434 W: http://github.com/mkrufky
12435 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12436 T: git git://linuxtv.org/mkrufky/tuners.git
12438 F: drivers/media/tuners/tda18271*
12440 TDA827x MEDIA DRIVER
12441 M: Michael Krufky <mkrufky@linuxtv.org>
12442 L: linux-media@vger.kernel.org
12443 W: https://linuxtv.org
12444 W: http://github.com/mkrufky
12445 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12446 T: git git://linuxtv.org/mkrufky/tuners.git
12448 F: drivers/media/tuners/tda8290.*
12450 TDA8290 MEDIA DRIVER
12451 M: Michael Krufky <mkrufky@linuxtv.org>
12452 L: linux-media@vger.kernel.org
12453 W: https://linuxtv.org
12454 W: http://github.com/mkrufky
12455 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12456 T: git git://linuxtv.org/mkrufky/tuners.git
12458 F: drivers/media/tuners/tda8290.*
12460 TDA9840 MEDIA DRIVER
12461 M: Hans Verkuil <hverkuil@xs4all.nl>
12462 L: linux-media@vger.kernel.org
12463 T: git git://linuxtv.org/media_tree.git
12464 W: https://linuxtv.org
12466 F: drivers/media/i2c/tda9840*
12468 TEA5761 TUNER DRIVER
12469 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12470 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12471 L: linux-media@vger.kernel.org
12472 W: https://linuxtv.org
12473 T: git git://linuxtv.org/media_tree.git
12475 F: drivers/media/tuners/tea5761.*
12477 TEA5767 TUNER DRIVER
12478 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12479 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12480 L: linux-media@vger.kernel.org
12481 W: https://linuxtv.org
12482 T: git git://linuxtv.org/media_tree.git
12484 F: drivers/media/tuners/tea5767.*
12486 TEA6415C MEDIA DRIVER
12487 M: Hans Verkuil <hverkuil@xs4all.nl>
12488 L: linux-media@vger.kernel.org
12489 T: git git://linuxtv.org/media_tree.git
12490 W: https://linuxtv.org
12492 F: drivers/media/i2c/tea6415c*
12494 TEA6420 MEDIA DRIVER
12495 M: Hans Verkuil <hverkuil@xs4all.nl>
12496 L: linux-media@vger.kernel.org
12497 T: git git://linuxtv.org/media_tree.git
12498 W: https://linuxtv.org
12500 F: drivers/media/i2c/tea6420*
12503 M: Jiri Pirko <jiri@resnulli.us>
12504 L: netdev@vger.kernel.org
12506 F: drivers/net/team/
12507 F: include/linux/if_team.h
12508 F: include/uapi/linux/if_team.h
12510 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
12511 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
12513 F: arch/x86/platform/ts5500/
12515 TECHNOTREND USB IR RECEIVER
12516 M: Sean Young <sean@mess.org>
12517 L: linux-media@vger.kernel.org
12519 F: drivers/media/rc/ttusbir.c
12521 TEGRA ARCHITECTURE SUPPORT
12522 M: Thierry Reding <thierry.reding@gmail.com>
12523 M: Jonathan Hunter <jonathanh@nvidia.com>
12524 L: linux-tegra@vger.kernel.org
12525 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
12526 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
12531 M: Peter De Schrijver <pdeschrijver@nvidia.com>
12532 M: Prashant Gaikwad <pgaikwad@nvidia.com>
12534 F: drivers/clk/tegra/
12537 M: Laxman Dewangan <ldewangan@nvidia.com>
12538 M: Jon Hunter <jonathanh@nvidia.com>
12540 F: drivers/dma/tegra*
12543 M: Laxman Dewangan <ldewangan@nvidia.com>
12545 F: drivers/i2c/busses/i2c-tegra.c
12547 TEGRA IOMMU DRIVERS
12548 M: Hiroshi Doyu <hdoyu@nvidia.com>
12550 F: drivers/iommu/tegra*
12553 M: Rakesh Iyer <riyer@nvidia.com>
12554 M: Laxman Dewangan <ldewangan@nvidia.com>
12556 F: drivers/input/keyboard/tegra-kbc.c
12559 M: Thierry Reding <thierry.reding@gmail.com>
12561 F: drivers/pwm/pwm-tegra.c
12563 TEGRA SERIAL DRIVER
12564 M: Laxman Dewangan <ldewangan@nvidia.com>
12566 F: drivers/tty/serial/serial-tegra.c
12569 M: Laxman Dewangan <ldewangan@nvidia.com>
12571 F: drivers/spi/spi-tegra*
12573 TEHUTI ETHERNET DRIVER
12574 M: Andy Gospodarek <andy@greyhouse.net>
12575 L: netdev@vger.kernel.org
12577 F: drivers/net/ethernet/tehuti/*
12579 Telecom Clock Driver for MCPL0010
12580 M: Mark Gross <mark.gross@intel.com>
12582 F: drivers/char/tlclk.c
12584 TENSILICA XTENSA PORT (xtensa)
12585 M: Chris Zankel <chris@zankel.net>
12586 M: Max Filippov <jcmvbkbc@gmail.com>
12587 L: linux-xtensa@linux-xtensa.org
12588 T: git git://github.com/czankel/xtensa-linux.git
12591 F: drivers/irqchip/irq-xtensa-*
12593 Texas Instruments' System Control Interface (TISCI) Protocol Driver
12594 M: Nishanth Menon <nm@ti.com>
12595 M: Tero Kristo <t-kristo@ti.com>
12596 M: Santosh Shilimkar <ssantosh@kernel.org>
12597 L: linux-arm-kernel@lists.infradead.org
12599 F: Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
12600 F: drivers/firmware/ti_sci*
12601 F: include/linux/soc/ti/ti_sci_protocol.h
12603 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
12604 M: Hans Verkuil <hverkuil@xs4all.nl>
12605 L: linux-media@vger.kernel.org
12606 T: git git://linuxtv.org/media_tree.git
12607 W: https://linuxtv.org
12609 F: drivers/media/radio/radio-raremono.c
12612 M: Zhang Rui <rui.zhang@intel.com>
12613 M: Eduardo Valentin <edubezval@gmail.com>
12614 L: linux-pm@vger.kernel.org
12615 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
12616 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
12617 Q: https://patchwork.kernel.org/project/linux-pm/list/
12619 F: drivers/thermal/
12620 F: include/linux/thermal.h
12621 F: include/uapi/linux/thermal.h
12622 F: include/linux/cpu_cooling.h
12623 F: Documentation/devicetree/bindings/thermal/
12625 THERMAL/CPU_COOLING
12626 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
12627 M: Viresh Kumar <viresh.kumar@linaro.org>
12628 M: Javi Merino <javi.merino@kernel.org>
12629 L: linux-pm@vger.kernel.org
12631 F: Documentation/thermal/cpu-cooling-api.txt
12632 F: drivers/thermal/cpu_cooling.c
12633 F: include/linux/cpu_cooling.h
12635 THINKPAD ACPI EXTRAS DRIVER
12636 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
12637 L: ibm-acpi-devel@lists.sourceforge.net
12638 L: platform-driver-x86@vger.kernel.org
12639 W: http://ibm-acpi.sourceforge.net
12640 W: http://thinkwiki.org/wiki/Ibm-acpi
12641 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
12643 F: drivers/platform/x86/thinkpad_acpi.c
12645 TI BANDGAP AND THERMAL DRIVER
12646 M: Eduardo Valentin <edubezval@gmail.com>
12647 M: Keerthy <j-keerthy@ti.com>
12648 L: linux-pm@vger.kernel.org
12649 L: linux-omap@vger.kernel.org
12651 F: drivers/thermal/ti-soc-thermal/
12654 M: Benoit Parrot <bparrot@ti.com>
12655 L: linux-media@vger.kernel.org
12656 W: http://linuxtv.org/
12657 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12659 F: drivers/media/platform/ti-vpe/
12661 TI CDCE706 CLOCK DRIVER
12662 M: Max Filippov <jcmvbkbc@gmail.com>
12664 F: drivers/clk/clk-cdce706.c
12667 M: Tero Kristo <t-kristo@ti.com>
12668 L: linux-omap@vger.kernel.org
12671 F: include/linux/clk/ti.h
12673 TI ETHERNET SWITCH DRIVER (CPSW)
12674 R: Grygorii Strashko <grygorii.strashko@ti.com>
12675 L: linux-omap@vger.kernel.org
12676 L: netdev@vger.kernel.org
12678 F: drivers/net/ethernet/ti/cpsw*
12679 F: drivers/net/ethernet/ti/davinci*
12681 TI FLASH MEDIA INTERFACE DRIVER
12682 M: Alex Dubov <oakad@yahoo.com>
12684 F: drivers/misc/tifm*
12685 F: drivers/mmc/host/tifm_sd.c
12686 F: include/linux/tifm.h
12688 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12689 M: Santosh Shilimkar <ssantosh@kernel.org>
12690 L: linux-kernel@vger.kernel.org
12691 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12693 F: drivers/soc/ti/*
12694 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12697 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12698 M: M R Swami Reddy <mr.swami.reddy@ti.com>
12699 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
12700 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12702 F: sound/soc/codecs/lm49453*
12703 F: sound/soc/codecs/isabelle*
12705 TI LP855x BACKLIGHT DRIVER
12706 M: Milo Kim <milo.kim@ti.com>
12708 F: Documentation/backlight/lp855x-driver.txt
12709 F: drivers/video/backlight/lp855x_bl.c
12710 F: include/linux/platform_data/lp855x.h
12712 TI LP8727 CHARGER DRIVER
12713 M: Milo Kim <milo.kim@ti.com>
12715 F: drivers/power/supply/lp8727_charger.c
12716 F: include/linux/platform_data/lp8727.h
12718 TI LP8788 MFD DRIVER
12719 M: Milo Kim <milo.kim@ti.com>
12721 F: drivers/iio/adc/lp8788_adc.c
12722 F: drivers/leds/leds-lp8788.c
12723 F: drivers/mfd/lp8788*.c
12724 F: drivers/power/supply/lp8788-charger.c
12725 F: drivers/regulator/lp8788-*.c
12726 F: include/linux/mfd/lp8788*.h
12728 TI NETCP ETHERNET DRIVER
12729 M: Wingman Kwok <w-kwok2@ti.com>
12730 M: Murali Karicheri <m-karicheri2@ti.com>
12731 L: netdev@vger.kernel.org
12733 F: drivers/net/ethernet/ti/netcp*
12735 TI TAS571X FAMILY ASoC CODEC DRIVER
12736 M: Kevin Cernekee <cernekee@chromium.org>
12737 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12739 F: sound/soc/codecs/tas571x*
12741 TI TWL4030 SERIES SOC CODEC DRIVER
12742 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
12743 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12745 F: sound/soc/codecs/twl4030*
12747 TI WILINK WIRELESS DRIVERS
12748 L: linux-wireless@vger.kernel.org
12749 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
12750 W: http://wireless.kernel.org/en/users/Drivers/wl1251
12751 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12753 F: drivers/net/wireless/ti/
12754 F: include/linux/wl12xx.h
12757 M: Jon Maloy <jon.maloy@ericsson.com>
12758 M: Ying Xue <ying.xue@windriver.com>
12759 L: netdev@vger.kernel.org (core kernel code)
12760 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12761 W: http://tipc.sourceforge.net/
12763 F: include/uapi/linux/tipc*.h
12767 M: Chris Metcalf <cmetcalf@mellanox.com>
12768 W: http://www.mellanox.com/repository/solutions/tile-scm/
12769 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12772 F: drivers/char/tile-srom.c
12773 F: drivers/edac/tile_edac.c
12774 F: drivers/net/ethernet/tile/
12775 F: drivers/rtc/rtc-tile.c
12776 F: drivers/tty/hvc/hvc_tile.c
12777 F: drivers/tty/serial/tilegx.c
12778 F: drivers/usb/host/*-tilegx.c
12779 F: include/linux/usb/tilegx.h
12781 TLAN NETWORK DRIVER
12782 M: Samuel Chessman <chessman@tux.org>
12783 L: tlan-devel@lists.sourceforge.net (subscribers-only)
12784 W: http://sourceforge.net/projects/tlan/
12786 F: Documentation/networking/tlan.txt
12787 F: drivers/net/ethernet/ti/tlan.*
12789 TOMOYO SECURITY MODULE
12790 M: Kentaro Takeda <takedakn@nttdata.co.jp>
12791 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12792 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12793 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12794 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12795 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12796 W: http://tomoyo.sourceforge.jp/
12797 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12799 F: security/tomoyo/
12801 TOPSTAR LAPTOP EXTRAS DRIVER
12802 M: Herton Ronaldo Krzesinski <herton@canonical.com>
12803 L: platform-driver-x86@vger.kernel.org
12805 F: drivers/platform/x86/topstar-laptop.c
12807 TOSHIBA ACPI EXTRAS DRIVER
12808 M: Azael Avalos <coproscefalo@gmail.com>
12809 L: platform-driver-x86@vger.kernel.org
12811 F: drivers/platform/x86/toshiba_acpi.c
12813 TOSHIBA BLUETOOTH DRIVER
12814 M: Azael Avalos <coproscefalo@gmail.com>
12815 L: platform-driver-x86@vger.kernel.org
12817 F: drivers/platform/x86/toshiba_bluetooth.c
12819 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12820 M: Azael Avalos <coproscefalo@gmail.com>
12821 L: platform-driver-x86@vger.kernel.org
12823 F: drivers/platform/x86/toshiba_haps.c
12825 TOSHIBA WMI HOTKEYS DRIVER
12826 M: Azael Avalos <coproscefalo@gmail.com>
12827 L: platform-driver-x86@vger.kernel.org
12829 F: drivers/platform/x86/toshiba-wmi.c
12832 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
12833 W: http://www.buzzard.org.uk/toshiba/
12835 F: drivers/char/toshiba.c
12836 F: include/linux/toshiba.h
12837 F: include/uapi/linux/toshiba.h
12839 TOSHIBA TC358743 DRIVER
12840 M: Mats Randgaard <matrandg@cisco.com>
12841 L: linux-media@vger.kernel.org
12843 F: drivers/media/i2c/tc358743*
12844 F: include/media/i2c/tc358743.h
12846 TMIO/SDHI MMC DRIVER
12847 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
12848 L: linux-mmc@vger.kernel.org
12850 F: drivers/mmc/host/tmio_mmc*
12851 F: drivers/mmc/host/sh_mobile_sdhi.c
12852 F: include/linux/mfd/tmio.h
12854 TMP401 HARDWARE MONITOR DRIVER
12855 M: Guenter Roeck <linux@roeck-us.net>
12856 L: linux-hwmon@vger.kernel.org
12858 F: Documentation/hwmon/tmp401
12859 F: drivers/hwmon/tmp401.c
12861 TMPFS (SHMEM FILESYSTEM)
12862 M: Hugh Dickins <hughd@google.com>
12863 L: linux-mm@kvack.org
12865 F: include/linux/shmem_fs.h
12868 TM6000 VIDEO4LINUX DRIVER
12869 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12870 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12871 L: linux-media@vger.kernel.org
12872 W: https://linuxtv.org
12873 T: git git://linuxtv.org/media_tree.git
12875 F: drivers/media/usb/tm6000/
12876 F: Documentation/media/v4l-drivers/tm6000*
12878 TW5864 VIDEO4LINUX DRIVER
12879 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12880 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12881 M: Andrey Utkin <andrey_utkin@fastmail.com>
12882 L: linux-media@vger.kernel.org
12884 F: drivers/media/pci/tw5864/
12886 TW68 VIDEO4LINUX DRIVER
12887 M: Hans Verkuil <hverkuil@xs4all.nl>
12888 L: linux-media@vger.kernel.org
12889 T: git git://linuxtv.org/media_tree.git
12890 W: https://linuxtv.org
12892 F: drivers/media/pci/tw68/
12894 TW686X VIDEO4LINUX DRIVER
12895 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12896 L: linux-media@vger.kernel.org
12897 T: git git://linuxtv.org/media_tree.git
12898 W: http://linuxtv.org
12900 F: drivers/media/pci/tw686x/
12903 M: Peter Huewe <peterhuewe@gmx.de>
12904 M: Marcel Selhorst <tpmdd@selhorst.net>
12905 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12906 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12907 W: http://tpmdd.sourceforge.net
12908 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12909 Q: https://patchwork.kernel.org/project/tpmdd-devel/list/
12910 T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
12912 F: drivers/char/tpm/
12914 TPM IBM_VTPM DEVICE DRIVER
12915 M: Ashley Lai <ashleydlai@gmail.com>
12916 W: http://tpmdd.sourceforge.net
12917 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12919 F: drivers/char/tpm/tpm_ibmvtpm*
12922 M: Steven Rostedt <rostedt@goodmis.org>
12923 M: Ingo Molnar <mingo@redhat.com>
12924 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12926 F: Documentation/trace/ftrace.txt
12927 F: arch/*/*/*/ftrace.h
12928 F: arch/*/kernel/ftrace.c
12929 F: include/*/ftrace.h
12930 F: include/linux/trace*.h
12933 F: tools/testing/selftests/ftrace/
12935 TRACING MMIO ACCESSES (MMIOTRACE)
12936 M: Steven Rostedt <rostedt@goodmis.org>
12937 M: Ingo Molnar <mingo@kernel.org>
12938 R: Karol Herbst <karolherbst@gmail.com>
12939 R: Pekka Paalanen <ppaalanen@gmail.com>
12941 L: linux-kernel@vger.kernel.org
12942 L: nouveau@lists.freedesktop.org
12943 F: kernel/trace/trace_mmiotrace.c
12944 F: include/linux/mmiotrace.h
12945 F: arch/x86/mm/kmmio.c
12946 F: arch/x86/mm/mmio-mod.c
12947 F: arch/x86/mm/testmmiotrace.c
12950 M: Jiri Kosina <trivial@kernel.org>
12951 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12953 K: ^Subject:.*(?i)trivial
12956 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12957 M: Jiri Slaby <jslaby@suse.com>
12959 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12960 F: Documentation/serial/
12962 F: drivers/tty/serial/serial_core.c
12963 F: include/linux/serial_core.h
12964 F: include/linux/serial.h
12965 F: include/linux/tty.h
12966 F: include/uapi/linux/serial_core.h
12967 F: include/uapi/linux/serial.h
12968 F: include/uapi/linux/tty.h
12970 TUA9001 MEDIA DRIVER
12971 M: Antti Palosaari <crope@iki.fi>
12972 L: linux-media@vger.kernel.org
12973 W: https://linuxtv.org
12974 W: http://palosaari.fi/linux/
12975 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12976 T: git git://linuxtv.org/anttip/media_tree.git
12978 F: drivers/media/tuners/tua9001*
12980 TULIP NETWORK DRIVERS
12981 L: netdev@vger.kernel.org
12982 L: linux-parisc@vger.kernel.org
12984 F: drivers/net/ethernet/dec/tulip/
12987 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
12988 W: http://vtun.sourceforge.net/tun
12990 F: Documentation/networking/tuntap.txt
12991 F: arch/um/os-Linux/drivers/
12993 TURBOCHANNEL SUBSYSTEM
12994 M: "Maciej W. Rozycki" <macro@linux-mips.org>
12995 M: Ralf Baechle <ralf@linux-mips.org>
12996 L: linux-mips@linux-mips.org
12997 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
13000 F: include/linux/tc.h
13002 UBI FILE SYSTEM (UBIFS)
13003 M: Richard Weinberger <richard@nod.at>
13004 M: Artem Bityutskiy <dedekind1@gmail.com>
13005 M: Adrian Hunter <adrian.hunter@intel.com>
13006 L: linux-mtd@lists.infradead.org
13007 T: git git://git.infradead.org/ubifs-2.6.git
13008 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
13010 F: Documentation/filesystems/ubifs.txt
13013 UCLINUX (M68KNOMMU AND COLDFIRE)
13014 M: Greg Ungerer <gerg@linux-m68k.org>
13015 W: http://www.linux-m68k.org/
13016 W: http://www.uclinux.org/
13017 L: linux-m68k@lists.linux-m68k.org
13018 L: uclinux-dev@uclinux.org (subscribers-only)
13019 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
13021 F: arch/m68k/coldfire/
13023 F: arch/m68k/*/*_no.*
13024 F: arch/m68k/include/asm/*_no.*
13027 M: Jan Kara <jack@suse.com>
13029 F: Documentation/filesystems/udf.txt
13033 M: Bastien Nocera <hadess@hadess.net>
13034 L: linux-input@vger.kernel.org
13036 F: drivers/hid/hid-udraw.c
13039 M: Evgeniy Dushistov <dushistov@mail.ru>
13041 F: Documentation/filesystems/ufs.txt
13044 UHID USERSPACE HID IO DRIVER:
13045 M: David Herrmann <dh.herrmann@googlemail.com>
13046 L: linux-input@vger.kernel.org
13048 F: drivers/hid/uhid.c
13049 F: include/uapi/linux/uhid.h
13051 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
13052 L: linux-usb@vger.kernel.org
13055 F: include/linux/uwb.h
13056 F: include/linux/uwb/
13058 UNICORE32 ARCHITECTURE:
13059 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
13060 W: http://mprc.pku.edu.cn/~guanxuetao/linux
13062 T: git git://github.com/gxt/linux.git
13066 M: Tony Finch <dot@dotat.at>
13067 W: http://dotat.at/prog/unifdef
13069 F: scripts/unifdef.c
13071 UNIFORM CDROM DRIVER
13072 M: Jens Axboe <axboe@kernel.dk>
13073 W: http://www.kernel.dk
13075 F: Documentation/cdrom/
13076 F: drivers/cdrom/cdrom.c
13077 F: include/linux/cdrom.h
13078 F: include/uapi/linux/cdrom.h
13080 UNISYS S-PAR DRIVERS
13081 M: David Kershner <david.kershner@unisys.com>
13082 L: sparmaintainer@unisys.com (Unisys internal)
13084 F: drivers/staging/unisys/
13086 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
13087 M: Vinayak Holikatti <vinholikatti@gmail.com>
13088 L: linux-scsi@vger.kernel.org
13090 F: Documentation/scsi/ufs.txt
13091 F: drivers/scsi/ufs/
13093 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
13094 M: Manjunath M Bettegowda <manjumb@synopsys.com>
13095 M: Prabu Thangamuthu <prabut@synopsys.com>
13096 L: linux-scsi@vger.kernel.org
13098 F: drivers/scsi/ufs/*dwc*
13100 UNSORTED BLOCK IMAGES (UBI)
13101 M: Artem Bityutskiy <dedekind1@gmail.com>
13102 M: Richard Weinberger <richard@nod.at>
13103 W: http://www.linux-mtd.infradead.org/
13104 L: linux-mtd@lists.infradead.org
13105 T: git git://git.infradead.org/ubifs-2.6.git
13107 F: drivers/mtd/ubi/
13108 F: include/linux/mtd/ubi.h
13109 F: include/uapi/mtd/ubi-user.h
13112 M: Oliver Neukum <oneukum@suse.com>
13113 L: linux-usb@vger.kernel.org
13115 F: Documentation/usb/acm.txt
13116 F: drivers/usb/class/cdc-acm.*
13118 USB AR5523 WIRELESS DRIVER
13119 M: Pontus Fuchs <pontus.fuchs@gmail.com>
13120 L: linux-wireless@vger.kernel.org
13122 F: drivers/net/wireless/ath/ar5523/
13125 M: Oliver Neukum <oneukum@suse.com>
13126 L: linux-usb@vger.kernel.org
13127 L: linux-scsi@vger.kernel.org
13129 F: drivers/usb/storage/uas.c
13131 USB CDC ETHERNET DRIVER
13132 M: Oliver Neukum <oliver@neukum.org>
13133 L: linux-usb@vger.kernel.org
13135 F: drivers/net/usb/cdc_*.c
13136 F: include/uapi/linux/usb/cdc.h
13138 USB CHAOSKEY DRIVER
13139 M: Keith Packard <keithp@keithp.com>
13140 L: linux-usb@vger.kernel.org
13142 F: drivers/usb/misc/chaoskey.c
13144 USB CYPRESS C67X00 DRIVER
13145 M: Peter Korsgaard <jacmet@sunsite.dk>
13146 L: linux-usb@vger.kernel.org
13148 F: drivers/usb/c67x00/
13150 USB DAVICOM DM9601 DRIVER
13151 M: Peter Korsgaard <jacmet@sunsite.dk>
13152 L: netdev@vger.kernel.org
13153 W: http://www.linux-usb.org/usbnet
13155 F: drivers/net/usb/dm9601.c
13157 USB DIAMOND RIO500 DRIVER
13158 M: Cesar Miquel <miquel@df.uba.ar>
13159 L: rio500-users@lists.sourceforge.net
13160 W: http://rio500.sourceforge.net
13162 F: drivers/usb/misc/rio500*
13165 M: Alan Stern <stern@rowland.harvard.edu>
13166 L: linux-usb@vger.kernel.org
13168 F: Documentation/usb/ehci.txt
13169 F: drivers/usb/host/ehci*
13171 USB GADGET/PERIPHERAL SUBSYSTEM
13172 M: Felipe Balbi <balbi@kernel.org>
13173 L: linux-usb@vger.kernel.org
13174 W: http://www.linux-usb.org/gadget
13175 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13177 F: drivers/usb/gadget/
13178 F: include/linux/usb/gadget*
13180 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
13181 M: Jiri Kosina <jikos@kernel.org>
13182 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
13183 L: linux-usb@vger.kernel.org
13184 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
13186 F: Documentation/hid/hiddev.txt
13187 F: drivers/hid/usbhid/
13190 M: Olav Kongas <ok@artecdesign.ee>
13191 L: linux-usb@vger.kernel.org
13193 F: drivers/usb/host/isp116x*
13194 F: include/linux/usb/isp116x.h
13196 USB LAN78XX ETHERNET DRIVER
13197 M: Woojung Huh <woojung.huh@microchip.com>
13198 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
13199 L: netdev@vger.kernel.org
13201 F: drivers/net/usb/lan78xx.*
13203 USB MASS STORAGE DRIVER
13204 M: Alan Stern <stern@rowland.harvard.edu>
13205 L: linux-usb@vger.kernel.org
13206 L: usb-storage@lists.one-eyed-alien.net
13208 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
13209 F: drivers/usb/storage/
13212 M: Clemens Ladisch <clemens@ladisch.de>
13213 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
13214 T: git git://git.alsa-project.org/alsa-kernel.git
13216 F: sound/usb/midi.*
13218 USB NETWORKING DRIVERS
13219 L: linux-usb@vger.kernel.org
13221 F: drivers/net/usb/
13224 M: Alan Stern <stern@rowland.harvard.edu>
13225 L: linux-usb@vger.kernel.org
13227 F: Documentation/usb/ohci.txt
13228 F: drivers/usb/host/ohci*
13230 USB OTG FSM (Finite State Machine)
13231 M: Peter Chen <Peter.Chen@nxp.com>
13232 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
13233 L: linux-usb@vger.kernel.org
13235 F: drivers/usb/common/usb-otg-fsm.c
13238 M: Valentina Manea <valentina.manea.m@gmail.com>
13239 M: Shuah Khan <shuahkh@osg.samsung.com>
13240 M: Shuah Khan <shuah@kernel.org>
13241 L: linux-usb@vger.kernel.org
13243 F: Documentation/usb/usbip_protocol.txt
13244 F: drivers/usb/usbip/
13245 F: tools/usb/usbip/
13248 M: Petko Manolov <petkan@nucleusys.com>
13249 L: linux-usb@vger.kernel.org
13250 L: netdev@vger.kernel.org
13251 T: git git://github.com/petkan/pegasus.git
13252 W: https://github.com/petkan/pegasus
13254 F: drivers/net/usb/pegasus.*
13257 M: Felipe Balbi <balbi@kernel.org>
13258 L: linux-usb@vger.kernel.org
13259 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13261 F: drivers/usb/phy/
13263 USB PRINTER DRIVER (usblp)
13264 M: Pete Zaitcev <zaitcev@redhat.com>
13265 L: linux-usb@vger.kernel.org
13267 F: drivers/usb/class/usblp.c
13269 USB QMI WWAN NETWORK DRIVER
13270 M: Bjørn Mork <bjorn@mork.no>
13271 L: netdev@vger.kernel.org
13273 F: Documentation/ABI/testing/sysfs-class-net-qmi
13274 F: drivers/net/usb/qmi_wwan.c
13277 M: Petko Manolov <petkan@nucleusys.com>
13278 L: linux-usb@vger.kernel.org
13279 L: netdev@vger.kernel.org
13280 T: git git://github.com/petkan/rtl8150.git
13281 W: https://github.com/petkan/rtl8150
13283 F: drivers/net/usb/rtl8150.c
13285 USB SERIAL SUBSYSTEM
13286 M: Johan Hovold <johan@kernel.org>
13287 L: linux-usb@vger.kernel.org
13288 T: git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
13290 F: Documentation/usb/usb-serial.txt
13291 F: drivers/usb/serial/
13292 F: include/linux/usb/serial.h
13294 USB SMSC75XX ETHERNET DRIVER
13295 M: Steve Glendinning <steve.glendinning@shawell.net>
13296 L: netdev@vger.kernel.org
13298 F: drivers/net/usb/smsc75xx.*
13300 USB SMSC95XX ETHERNET DRIVER
13301 M: Steve Glendinning <steve.glendinning@shawell.net>
13302 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
13303 L: netdev@vger.kernel.org
13305 F: drivers/net/usb/smsc95xx.*
13308 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13309 L: linux-usb@vger.kernel.org
13310 W: http://www.linux-usb.org
13311 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
13313 F: Documentation/devicetree/bindings/usb/
13314 F: Documentation/usb/
13316 F: include/linux/usb.h
13317 F: include/linux/usb/
13319 USB TYPEC SUBSYSTEM
13320 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
13321 L: linux-usb@vger.kernel.org
13323 F: Documentation/ABI/testing/sysfs-class-typec
13324 F: Documentation/usb/typec.rst
13325 F: drivers/usb/typec/
13326 F: include/linux/usb/typec.h
13329 M: Alan Stern <stern@rowland.harvard.edu>
13330 L: linux-usb@vger.kernel.org
13332 F: drivers/usb/host/uhci*
13334 USB "USBNET" DRIVER FRAMEWORK
13335 M: Oliver Neukum <oneukum@suse.com>
13336 L: netdev@vger.kernel.org
13337 W: http://www.linux-usb.org/usbnet
13339 F: drivers/net/usb/usbnet.c
13340 F: include/linux/usb/usbnet.h
13343 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13344 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
13345 L: linux-media@vger.kernel.org
13346 T: git git://linuxtv.org/media_tree.git
13347 W: http://www.ideasonboard.org/uvc/
13349 F: drivers/media/usb/uvc/
13350 F: include/uapi/linux/uvcvideo.h
13353 M: Hans Verkuil <hverkuil@xs4all.nl>
13354 L: linux-media@vger.kernel.org
13355 T: git git://linuxtv.org/media_tree.git
13356 W: https://linuxtv.org
13358 F: drivers/media/usb/usbvision/
13361 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13362 L: linux-usb@vger.kernel.org
13364 F: drivers/usb/gadget/function/*uvc*
13365 F: drivers/usb/gadget/legacy/webcam.c
13367 USB WIRELESS RNDIS DRIVER (rndis_wlan)
13368 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
13369 L: linux-wireless@vger.kernel.org
13371 F: drivers/net/wireless/rndis_wlan.c
13374 M: Mathias Nyman <mathias.nyman@intel.com>
13375 L: linux-usb@vger.kernel.org
13377 F: drivers/usb/host/xhci*
13378 F: drivers/usb/host/pci-quirks*
13381 L: linux-wireless@vger.kernel.org
13382 W: http://linux-lc100020.sourceforge.net
13384 F: drivers/net/wireless/zydas/zd1201.*
13387 M: Antoine Jacquet <royale@zerezo.com>
13388 L: linux-usb@vger.kernel.org
13389 L: linux-media@vger.kernel.org
13390 T: git git://linuxtv.org/media_tree.git
13391 W: http://royale.zerezo.com/zr364xx/
13393 F: Documentation/media/v4l-drivers/zr364xx*
13394 F: drivers/media/usb/zr364xx/
13397 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
13398 L: linux-usb@vger.kernel.org
13400 F: drivers/usb/common/ulpi.c
13401 F: include/linux/ulpi/
13403 USER-MODE LINUX (UML)
13404 M: Jeff Dike <jdike@addtoit.com>
13405 M: Richard Weinberger <richard@nod.at>
13406 L: user-mode-linux-devel@lists.sourceforge.net
13407 L: user-mode-linux-user@lists.sourceforge.net
13408 W: http://user-mode-linux.sourceforge.net
13409 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
13411 F: Documentation/virtual/uml/
13417 USERSPACE I/O (UIO)
13418 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13420 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
13421 F: Documentation/driver-api/uio-howto.rst
13423 F: include/linux/uio*.h
13426 M: Karel Zak <kzak@redhat.com>
13427 L: util-linux@vger.kernel.org
13428 W: http://en.wikipedia.org/wiki/Util-linux
13429 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
13433 M: Michal Januszewski <spock@gentoo.org>
13434 L: linux-fbdev@vger.kernel.org
13435 W: http://dev.gentoo.org/~spock/projects/uvesafb/
13437 F: Documentation/fb/uvesafb.txt
13438 F: drivers/video/fbdev/uvesafb.*
13441 M: Stefan Agner <stefan@agner.ch>
13442 L: linux-mtd@lists.infradead.org
13444 F: drivers/mtd/nand/vf610_nfc.c
13446 VFAT/FAT/MSDOS FILESYSTEM
13447 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
13449 F: Documentation/filesystems/vfat.txt
13453 M: Alex Williamson <alex.williamson@redhat.com>
13454 L: kvm@vger.kernel.org
13455 T: git git://github.com/awilliam/linux-vfio.git
13457 F: Documentation/vfio.txt
13459 F: include/linux/vfio.h
13460 F: include/uapi/linux/vfio.h
13462 VFIO MEDIATED DEVICE DRIVERS
13463 M: Kirti Wankhede <kwankhede@nvidia.com>
13464 L: kvm@vger.kernel.org
13466 F: Documentation/vfio-mediated-device.txt
13467 F: drivers/vfio/mdev/
13468 F: include/linux/mdev.h
13469 F: samples/vfio-mdev/
13471 VFIO PLATFORM DRIVER
13472 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
13473 L: kvm@vger.kernel.org
13475 F: drivers/vfio/platform/
13478 R: Lukas Wunner <lukas@wunner.de>
13480 F: Documentation/gpu/vga-switcheroo.rst
13481 F: drivers/gpu/vga/vga_switcheroo.c
13482 F: include/linux/vga_switcheroo.h
13483 T: git git://anongit.freedesktop.org/drm/drm-misc
13485 VIDEOBUF2 FRAMEWORK
13486 M: Pawel Osciak <pawel@osciak.com>
13487 M: Marek Szyprowski <m.szyprowski@samsung.com>
13488 M: Kyungmin Park <kyungmin.park@samsung.com>
13489 L: linux-media@vger.kernel.org
13491 F: drivers/media/v4l2-core/videobuf2-*
13492 F: include/media/videobuf2-*
13494 VIRTIO AND VHOST VSOCK DRIVER
13495 M: Stefan Hajnoczi <stefanha@redhat.com>
13496 L: kvm@vger.kernel.org
13497 L: virtualization@lists.linux-foundation.org
13498 L: netdev@vger.kernel.org
13500 F: include/linux/virtio_vsock.h
13501 F: include/uapi/linux/virtio_vsock.h
13502 F: include/uapi/linux/vsockmon.h
13503 F: net/vmw_vsock/af_vsock_tap.c
13504 F: net/vmw_vsock/virtio_transport_common.c
13505 F: net/vmw_vsock/virtio_transport.c
13506 F: drivers/net/vsockmon.c
13507 F: drivers/vhost/vsock.c
13508 F: drivers/vhost/vsock.h
13510 VIRTUAL SERIO DEVICE DRIVER
13511 M: Stephen Chandler Paul <thatslyude@gmail.com>
13513 F: drivers/input/serio/userio.c
13514 F: include/uapi/linux/userio.h
13516 VIRTIO CONSOLE DRIVER
13517 M: Amit Shah <amit@kernel.org>
13518 L: virtualization@lists.linux-foundation.org
13520 F: drivers/char/virtio_console.c
13521 F: include/linux/virtio_console.h
13522 F: include/uapi/linux/virtio_console.h
13524 VIRTIO CORE, NET AND BLOCK DRIVERS
13525 M: "Michael S. Tsirkin" <mst@redhat.com>
13526 M: Jason Wang <jasowang@redhat.com>
13527 L: virtualization@lists.linux-foundation.org
13529 F: Documentation/devicetree/bindings/virtio/
13532 F: drivers/net/virtio_net.c
13533 F: drivers/block/virtio_blk.c
13534 F: include/linux/virtio*.h
13535 F: include/uapi/linux/virtio_*.h
13536 F: drivers/crypto/virtio/
13538 VIRTIO DRIVERS FOR S390
13539 M: Christian Borntraeger <borntraeger@de.ibm.com>
13540 M: Cornelia Huck <cornelia.huck@de.ibm.com>
13541 L: linux-s390@vger.kernel.org
13542 L: virtualization@lists.linux-foundation.org
13543 L: kvm@vger.kernel.org
13545 F: drivers/s390/virtio/
13548 M: David Airlie <airlied@linux.ie>
13549 M: Gerd Hoffmann <kraxel@redhat.com>
13550 L: dri-devel@lists.freedesktop.org
13551 L: virtualization@lists.linux-foundation.org
13552 T: git git://anongit.freedesktop.org/drm/drm-misc
13554 F: drivers/gpu/drm/virtio/
13555 F: include/uapi/linux/virtio_gpu.h
13557 VIRTIO HOST (VHOST)
13558 M: "Michael S. Tsirkin" <mst@redhat.com>
13559 M: Jason Wang <jasowang@redhat.com>
13560 L: kvm@vger.kernel.org
13561 L: virtualization@lists.linux-foundation.org
13562 L: netdev@vger.kernel.org
13563 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
13566 F: include/uapi/linux/vhost.h
13568 VIRTIO INPUT DRIVER
13569 M: Gerd Hoffmann <kraxel@redhat.com>
13571 F: drivers/virtio/virtio_input.c
13572 F: include/uapi/linux/virtio_input.h
13574 VIRTIO CRYPTO DRIVER
13575 M: Gonglei <arei.gonglei@huawei.com>
13576 L: virtualization@lists.linux-foundation.org
13577 L: linux-crypto@vger.kernel.org
13579 F: drivers/crypto/virtio/
13580 F: include/uapi/linux/virtio_crypto.h
13582 VIA RHINE NETWORK DRIVER
13584 F: drivers/net/ethernet/via/via-rhine.c
13586 VIA SD/MMC CARD CONTROLLER DRIVER
13587 M: Bruce Chang <brucechang@via.com.tw>
13588 M: Harald Welte <HaraldWelte@viatech.com>
13590 F: drivers/mmc/host/via-sdmmc.c
13592 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
13593 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
13594 L: linux-fbdev@vger.kernel.org
13596 F: include/linux/via-core.h
13597 F: include/linux/via-gpio.h
13598 F: include/linux/via_i2c.h
13599 F: drivers/video/fbdev/via/
13601 VIA VELOCITY NETWORK DRIVER
13602 M: Francois Romieu <romieu@fr.zoreil.com>
13603 L: netdev@vger.kernel.org
13605 F: drivers/net/ethernet/via/via-velocity.*
13608 M: Alex Williamson <alex.williamson@redhat.com>
13609 M: Paolo Bonzini <pbonzini@redhat.com>
13610 L: kvm@vger.kernel.org
13614 VIVID VIRTUAL VIDEO DRIVER
13615 M: Hans Verkuil <hverkuil@xs4all.nl>
13616 L: linux-media@vger.kernel.org
13617 T: git git://linuxtv.org/media_tree.git
13618 W: https://linuxtv.org
13620 F: drivers/media/platform/vivid/*
13622 VIMC VIRTUAL MEDIA CONTROLLER DRIVER
13623 M: Helen Koike <helen.koike@collabora.com>
13624 L: linux-media@vger.kernel.org
13625 T: git git://linuxtv.org/media_tree.git
13626 W: https://linuxtv.org
13628 F: drivers/media/platform/vimc/*
13631 M: Florian Fainelli <f.fainelli@gmail.com>
13632 L: openwrt-devel@lists.openwrt.org (subscribers-only)
13634 F: drivers/vlynq/vlynq.c
13635 F: include/linux/vlynq.h
13638 M: Martyn Welch <martyn@welchs.me.uk>
13639 M: Manohar Vanga <manohar.vanga@gmail.com>
13640 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13641 L: devel@driverdev.osuosl.org
13643 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
13644 F: Documentation/driver-api/vme.rst
13645 F: drivers/staging/vme/
13647 F: include/linux/vme*
13649 VMWARE HYPERVISOR INTERFACE
13650 M: Alok Kataria <akataria@vmware.com>
13651 L: virtualization@lists.linux-foundation.org
13653 F: arch/x86/kernel/cpu/vmware.c
13655 VMWARE BALLOON DRIVER
13656 M: Xavier Deguillard <xdeguillard@vmware.com>
13657 M: Philip Moltmann <moltmann@vmware.com>
13658 M: "VMware, Inc." <pv-drivers@vmware.com>
13659 L: linux-kernel@vger.kernel.org
13661 F: drivers/misc/vmw_balloon.c
13663 VMWARE VMMOUSE SUBDRIVER
13664 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
13665 M: "VMware, Inc." <pv-drivers@vmware.com>
13666 L: linux-input@vger.kernel.org
13668 F: drivers/input/mouse/vmmouse.c
13669 F: drivers/input/mouse/vmmouse.h
13671 VMWARE VMXNET3 ETHERNET DRIVER
13672 M: Shrikrishna Khare <skhare@vmware.com>
13673 M: "VMware, Inc." <pv-drivers@vmware.com>
13674 L: netdev@vger.kernel.org
13676 F: drivers/net/vmxnet3/
13678 VMware PVSCSI driver
13679 M: Jim Gill <jgill@vmware.com>
13680 M: VMware PV-Drivers <pv-drivers@vmware.com>
13681 L: linux-scsi@vger.kernel.org
13683 F: drivers/scsi/vmw_pvscsi.c
13684 F: drivers/scsi/vmw_pvscsi.h
13686 VMWARE PVRDMA DRIVER
13687 M: Adit Ranadive <aditr@vmware.com>
13688 M: VMware PV-Drivers <pv-drivers@vmware.com>
13689 L: linux-rdma@vger.kernel.org
13691 F: drivers/infiniband/hw/vmw_pvrdma/
13693 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
13694 M: Liam Girdwood <lgirdwood@gmail.com>
13695 M: Mark Brown <broonie@kernel.org>
13696 L: linux-kernel@vger.kernel.org
13697 W: http://www.slimlogic.co.uk/?p=48
13698 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
13700 F: Documentation/devicetree/bindings/regulator/
13701 F: drivers/regulator/
13702 F: include/dt-bindings/regulator/
13703 F: include/linux/regulator/
13706 M: David Ahern <dsa@cumulusnetworks.com>
13707 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
13708 L: netdev@vger.kernel.org
13710 F: drivers/net/vrf.c
13711 F: Documentation/networking/vrf.txt
13713 VT1211 HARDWARE MONITOR DRIVER
13714 M: Juerg Haefliger <juergh@gmail.com>
13715 L: linux-hwmon@vger.kernel.org
13717 F: Documentation/hwmon/vt1211
13718 F: drivers/hwmon/vt1211.c
13720 VT8231 HARDWARE MONITOR DRIVER
13721 M: Roger Lucas <vt8231@hiddenengine.co.uk>
13722 L: linux-hwmon@vger.kernel.org
13724 F: drivers/hwmon/vt8231.c
13726 VUB300 USB to SDIO/SD/MMC bridge chip
13727 M: Tony Olech <tony.olech@elandigitalsystems.com>
13728 L: linux-mmc@vger.kernel.org
13729 L: linux-usb@vger.kernel.org
13731 F: drivers/mmc/host/vub300.c
13733 W1 DALLAS'S 1-WIRE BUS
13734 M: Evgeniy Polyakov <zbr@ioremap.net>
13736 F: Documentation/w1/
13739 W83791D HARDWARE MONITORING DRIVER
13740 M: Marc Hulsman <m.hulsman@tudelft.nl>
13741 L: linux-hwmon@vger.kernel.org
13743 F: Documentation/hwmon/w83791d
13744 F: drivers/hwmon/w83791d.c
13746 W83793 HARDWARE MONITORING DRIVER
13747 M: Rudolf Marek <r.marek@assembler.cz>
13748 L: linux-hwmon@vger.kernel.org
13750 F: Documentation/hwmon/w83793
13751 F: drivers/hwmon/w83793.c
13753 W83795 HARDWARE MONITORING DRIVER
13754 M: Jean Delvare <jdelvare@suse.com>
13755 L: linux-hwmon@vger.kernel.org
13757 F: drivers/hwmon/w83795.c
13759 W83L51xD SD/MMC CARD INTERFACE DRIVER
13760 M: Pierre Ossman <pierre@ossman.eu>
13762 F: drivers/mmc/host/wbsd.*
13764 WACOM PROTOCOL 4 SERIAL TABLETS
13765 M: Julian Squires <julian@cipht.net>
13766 M: Hans de Goede <hdegoede@redhat.com>
13767 L: linux-input@vger.kernel.org
13769 F: drivers/input/tablet/wacom_serial4.c
13771 WATCHDOG DEVICE DRIVERS
13772 M: Wim Van Sebroeck <wim@iguana.be>
13773 R: Guenter Roeck <linux@roeck-us.net>
13774 L: linux-watchdog@vger.kernel.org
13775 W: http://www.linux-watchdog.org/
13776 T: git git://www.linux-watchdog.org/linux-watchdog.git
13778 F: Documentation/devicetree/bindings/watchdog/
13779 F: Documentation/watchdog/
13780 F: drivers/watchdog/
13781 F: include/linux/watchdog.h
13782 F: include/uapi/linux/watchdog.h
13785 M: David Herrmann <dh.herrmann@googlemail.com>
13786 L: linux-input@vger.kernel.org
13788 F: drivers/hid/hid-wiimote*
13791 M: David Härdeman <david@hardeman.nu>
13793 F: drivers/media/rc/winbond-cir.c
13795 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13796 M: William Breathitt Gray <vilhelm.gray@gmail.com>
13797 L: linux-watchdog@vger.kernel.org
13799 F: drivers/watchdog/ebc-c384_wdt.c
13801 WINSYSTEMS WS16C48 GPIO DRIVER
13802 M: William Breathitt Gray <vilhelm.gray@gmail.com>
13803 L: linux-gpio@vger.kernel.org
13805 F: drivers/gpio/gpio-ws16c48.c
13808 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
13809 M: linux-wimax@intel.com
13810 L: wimax@linuxwimax.org (subscribers-only)
13812 W: http://linuxwimax.org
13813 F: Documentation/wimax/README.wimax
13814 F: include/linux/wimax/debug.h
13815 F: include/net/wimax.h
13816 F: include/uapi/linux/wimax.h
13819 WISTRON LAPTOP BUTTON DRIVER
13820 M: Miloslav Trmac <mitr@volny.cz>
13822 F: drivers/input/misc/wistron_btns.c
13824 WL3501 WIRELESS PCMCIA CARD DRIVER
13825 L: linux-wireless@vger.kernel.org
13827 F: drivers/net/wireless/wl3501*
13829 WOLFSON MICROELECTRONICS DRIVERS
13830 L: patches@opensource.wolfsonmicro.com
13831 T: git https://github.com/CirrusLogic/linux-drivers.git
13832 W: https://github.com/CirrusLogic/linux-drivers/wiki
13834 F: Documentation/hwmon/wm83??
13835 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13836 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13837 F: Documentation/devicetree/bindings/mfd/arizona.txt
13838 F: Documentation/devicetree/bindings/mfd/wm831x.txt
13839 F: arch/arm/mach-s3c64xx/mach-crag6410*
13840 F: drivers/clk/clk-wm83*.c
13841 F: drivers/extcon/extcon-arizona.c
13842 F: drivers/leds/leds-wm83*.c
13843 F: drivers/gpio/gpio-*wm*.c
13844 F: drivers/gpio/gpio-arizona.c
13845 F: drivers/hwmon/wm83??-hwmon.c
13846 F: drivers/input/misc/wm831x-on.c
13847 F: drivers/input/touchscreen/wm831x-ts.c
13848 F: drivers/input/touchscreen/wm97*.c
13849 F: drivers/mfd/arizona*
13850 F: drivers/mfd/wm*.c
13851 F: drivers/mfd/cs47l24*
13852 F: drivers/power/supply/wm83*.c
13853 F: drivers/rtc/rtc-wm83*.c
13854 F: drivers/regulator/wm8*.c
13855 F: drivers/regulator/arizona*
13856 F: drivers/video/backlight/wm83*_bl.c
13857 F: drivers/watchdog/wm83*_wdt.c
13858 F: include/linux/mfd/arizona/
13859 F: include/linux/mfd/wm831x/
13860 F: include/linux/mfd/wm8350/
13861 F: include/linux/mfd/wm8400*
13862 F: include/linux/regulator/arizona*
13863 F: include/linux/wm97xx.h
13864 F: include/sound/wm????.h
13865 F: sound/soc/codecs/arizona.?
13866 F: sound/soc/codecs/wm*
13867 F: sound/soc/codecs/cs47l24*
13870 M: Tejun Heo <tj@kernel.org>
13871 R: Lai Jiangshan <jiangshanlai@gmail.com>
13872 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13874 F: include/linux/workqueue.h
13875 F: kernel/workqueue.c
13876 F: Documentation/core-api/workqueue.rst
13878 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13879 M: Chen-Yu Tsai <wens@csie.org>
13880 L: linux-kernel@vger.kernel.org
13885 M: Andrew Hendry <andrew.hendry@gmail.com>
13886 L: linux-x25@vger.kernel.org
13888 F: Documentation/networking/x25*
13889 F: include/net/x25*
13892 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13893 M: Thomas Gleixner <tglx@linutronix.de>
13894 M: Ingo Molnar <mingo@redhat.com>
13895 M: "H. Peter Anvin" <hpa@zytor.com>
13897 L: linux-kernel@vger.kernel.org
13898 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13900 F: Documentation/x86/
13903 X86 PLATFORM DRIVERS
13904 M: Darren Hart <dvhart@infradead.org>
13905 M: Andy Shevchenko <andy@infradead.org>
13906 L: platform-driver-x86@vger.kernel.org
13907 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13909 F: drivers/platform/x86/
13910 F: drivers/platform/olpc/
13912 X86 MCE INFRASTRUCTURE
13913 M: Tony Luck <tony.luck@intel.com>
13914 M: Borislav Petkov <bp@alien8.de>
13915 L: linux-edac@vger.kernel.org
13917 F: arch/x86/kernel/cpu/mcheck/*
13919 X86 MICROCODE UPDATE SUPPORT
13920 M: Borislav Petkov <bp@alien8.de>
13922 F: arch/x86/kernel/cpu/microcode/*
13925 M: Andy Lutomirski <luto@amacapital.net>
13926 L: linux-kernel@vger.kernel.org
13927 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13929 F: arch/x86/entry/vdso/
13931 XC2028/3028 TUNER DRIVER
13932 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
13933 M: Mauro Carvalho Chehab <mchehab@kernel.org>
13934 L: linux-media@vger.kernel.org
13935 W: https://linuxtv.org
13936 T: git git://linuxtv.org/media_tree.git
13938 F: drivers/media/tuners/tuner-xc2028.*
13940 XEN HYPERVISOR INTERFACE
13941 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
13942 M: Juergen Gross <jgross@suse.com>
13943 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13944 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13947 F: drivers/*/xen-*front.c
13949 F: arch/x86/include/asm/xen/
13951 F: include/uapi/xen/
13954 M: Stefano Stabellini <sstabellini@kernel.org>
13955 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13958 F: arch/arm/include/asm/xen/
13960 XEN HYPERVISOR ARM64
13961 M: Stefano Stabellini <sstabellini@kernel.org>
13962 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13965 F: arch/arm64/include/asm/xen/
13967 XEN NETWORK BACKEND DRIVER
13968 M: Wei Liu <wei.liu2@citrix.com>
13969 M: Paul Durrant <paul.durrant@citrix.com>
13970 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13971 L: netdev@vger.kernel.org
13973 F: drivers/net/xen-netback/*
13976 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13977 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13979 F: arch/x86/pci/*xen*
13980 F: drivers/pci/*xen*
13982 XEN BLOCK SUBSYSTEM
13983 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13984 M: Roger Pau Monné <roger.pau@citrix.com>
13985 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13987 F: drivers/block/xen-blkback/*
13988 F: drivers/block/xen*
13991 M: Juergen Gross <jgross@suse.com>
13992 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13993 L: linux-scsi@vger.kernel.org
13995 F: drivers/scsi/xen-scsifront.c
13996 F: drivers/xen/xen-scsiback.c
13997 F: include/xen/interface/io/vscsiif.h
13999 XEN SWIOTLB SUBSYSTEM
14000 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14001 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14003 F: arch/x86/xen/*swiotlb*
14004 F: drivers/xen/*swiotlb*
14007 M: Darrick J. Wong <darrick.wong@oracle.com>
14008 M: linux-xfs@vger.kernel.org
14009 L: linux-xfs@vger.kernel.org
14011 T: git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
14013 F: Documentation/filesystems/xfs.txt
14016 XILINX AXI ETHERNET DRIVER
14017 M: Anirudha Sarangi <anirudh@xilinx.com>
14018 M: John Linn <John.Linn@xilinx.com>
14020 F: drivers/net/ethernet/xilinx/xilinx_axienet*
14022 XILINX UARTLITE SERIAL DRIVER
14023 M: Peter Korsgaard <jacmet@sunsite.dk>
14024 L: linux-serial@vger.kernel.org
14026 F: drivers/tty/serial/uartlite.c
14028 XILINX VIDEO IP CORES
14029 M: Hyun Kwon <hyun.kwon@xilinx.com>
14030 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
14031 L: linux-media@vger.kernel.org
14032 T: git git://linuxtv.org/media_tree.git
14034 F: Documentation/devicetree/bindings/media/xilinx/
14035 F: drivers/media/platform/xilinx/
14036 F: include/uapi/linux/xilinx-v4l2-controls.h
14039 M: Eli Billauer <eli.billauer@gmail.com>
14040 L: linux-kernel@vger.kernel.org
14042 F: drivers/char/xillybus/
14044 XTENSA XTFPGA PLATFORM SUPPORT
14045 M: Max Filippov <jcmvbkbc@gmail.com>
14046 L: linux-xtensa@linux-xtensa.org
14048 F: drivers/spi/spi-xtensa-xtfpga.c
14049 F: sound/soc/xtensa/xtfpga-i2s.c
14051 YAM DRIVER FOR AX.25
14052 M: Jean-Paul Roubelat <jpr@f6fbb.org>
14053 L: linux-hams@vger.kernel.org
14055 F: drivers/net/hamradio/yam*
14056 F: include/linux/yam.h
14058 YEALINK PHONE DRIVER
14059 M: Henk Vergonet <Henk.Vergonet@gmail.com>
14060 L: usbb2k-api-dev@nongnu.org
14062 F: Documentation/input/yealink.rst
14063 F: drivers/input/misc/yealink.*
14065 Z8530 DRIVER FOR AX.25
14066 M: Joerg Reuter <jreuter@yaina.de>
14067 W: http://yaina.de/jreuter/
14068 W: http://www.qsl.net/dl1bke/
14069 L: linux-hams@vger.kernel.org
14071 F: Documentation/networking/z8530drv.txt
14072 F: drivers/net/hamradio/*scc.c
14073 F: drivers/net/hamradio/z8530.h
14075 ZBUD COMPRESSED PAGE ALLOCATOR
14076 M: Seth Jennings <sjenning@redhat.com>
14077 M: Dan Streetman <ddstreet@ieee.org>
14078 L: linux-mm@kvack.org
14081 F: include/linux/zbud.h
14083 ZD1211RW WIRELESS DRIVER
14084 M: Daniel Drake <dsd@gentoo.org>
14085 M: Ulrich Kunitz <kune@deine-taler.de>
14086 W: http://zd1211.ath.cx/wiki/DriverRewrite
14087 L: linux-wireless@vger.kernel.org
14088 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
14090 F: drivers/net/wireless/zydas/zd1211rw/
14092 ZD1301_DEMOD MEDIA DRIVER
14093 M: Antti Palosaari <crope@iki.fi>
14094 L: linux-media@vger.kernel.org
14095 W: https://linuxtv.org/
14096 W: http://palosaari.fi/linux/
14097 Q: https://patchwork.linuxtv.org/project/linux-media/list/
14099 F: drivers/media/dvb-frontends/zd1301_demod*
14101 ZD1301 MEDIA DRIVER
14102 M: Antti Palosaari <crope@iki.fi>
14103 L: linux-media@vger.kernel.org
14104 W: https://linuxtv.org/
14105 W: http://palosaari.fi/linux/
14106 Q: https://patchwork.linuxtv.org/project/linux-media/list/
14108 F: drivers/media/usb/dvb-usb-v2/zd1301*
14110 ZPOOL COMPRESSED PAGE STORAGE API
14111 M: Dan Streetman <ddstreet@ieee.org>
14112 L: linux-mm@kvack.org
14115 F: include/linux/zpool.h
14117 ZR36067 VIDEO FOR LINUX DRIVER
14118 L: mjpeg-users@lists.sourceforge.net
14119 L: linux-media@vger.kernel.org
14120 W: http://mjpeg.sourceforge.net/driver-zoran/
14121 T: hg https://linuxtv.org/hg/v4l-dvb
14123 F: drivers/media/pci/zoran/
14125 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
14126 M: Minchan Kim <minchan@kernel.org>
14127 M: Nitin Gupta <ngupta@vflare.org>
14128 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
14129 L: linux-kernel@vger.kernel.org
14131 F: drivers/block/zram/
14132 F: Documentation/blockdev/zram.txt
14134 ZS DECSTATION Z85C30 SERIAL DRIVER
14135 M: "Maciej W. Rozycki" <macro@linux-mips.org>
14137 F: drivers/tty/serial/zs.*
14139 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
14140 M: Minchan Kim <minchan@kernel.org>
14141 M: Nitin Gupta <ngupta@vflare.org>
14142 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
14143 L: linux-mm@kvack.org
14146 F: include/linux/zsmalloc.h
14147 F: Documentation/vm/zsmalloc.txt
14149 ZSWAP COMPRESSED SWAP CACHING
14150 M: Seth Jennings <sjenning@redhat.com>
14151 M: Dan Streetman <ddstreet@ieee.org>
14152 L: linux-mm@kvack.org
14157 M: Linus Torvalds <torvalds@linux-foundation.org>
14158 L: linux-kernel@vger.kernel.org
14159 Q: http://patchwork.kernel.org/project/LKML/list/
14160 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
14161 S: Buried alive in reporters