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/CodingStyle 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/SubmittingPatches 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/SubmittingPatches.
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 Q: Patchwork web based patch tracking system site
78 T: SCM tree type and location.
79 Type is one of: git, hg, quilt, stgit, topgit
80 S: Status, one of the following:
81 Supported: Someone is actually paid to look after this.
82 Maintained: Someone actually looks after it.
83 Odd Fixes: It has a maintainer but they don't have time to do
84 much other than throw the odd patch in. See below..
85 Orphan: No current maintainer [but maybe you could take the
86 role as you write your new code].
87 Obsolete: Old code. Something tagged obsolete generally means
88 it has been replaced by a better system and you
90 F: Files and directories with wildcard patterns.
91 A trailing slash includes all files and subdirectory files.
92 F: drivers/net/ all files in and below drivers/net
93 F: drivers/net/* all files in drivers/net, but not below
94 F: */net/* all files in "any top level directory"/net
95 One pattern per line. Multiple F: lines acceptable.
96 N: Files and directories with regex patterns.
97 N: [^a-z]tegra all files whose path contains the word tegra
98 One pattern per line. Multiple N: lines acceptable.
99 scripts/get_maintainer.pl has different behavior for files that
100 match F: pattern and matches of N: patterns. By default,
101 get_maintainer will not look at git log history when an F: pattern
102 match occurs. When an N: match occurs, git log history is used
103 to also notify the people that have git commit signatures.
104 X: Files and directories that are NOT maintained, same rules as F:
105 Files exclusions are tested before file matches.
106 Can be useful for excluding a specific subdirectory, for instance:
109 matches all files in and below net excluding net/ipv6/
110 K: Keyword perl extended regex pattern to match content in a
111 patch or file. For instance:
113 matches patches or files that contain "of_get_profile"
114 K: \b(printk|pr_(info|err))\b
115 matches patches or files that contain one or more of the words
116 printk, pr_info or pr_err
117 One regex pattern per line. Multiple K: lines acceptable.
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
123 Maintainers List (try to look for most precise areas first)
125 -----------------------------------
128 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L: netdev@vger.kernel.org
131 F: Documentation/networking/vortex.txt
132 F: drivers/net/ethernet/3com/3c59x.c
134 3CR990 NETWORK DRIVER
135 M: David Dillow <dave@thedillows.org>
136 L: netdev@vger.kernel.org
138 F: drivers/net/ethernet/3com/typhoon*
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M: Adam Radford <linuxraid@lsi.com>
142 L: linux-scsi@vger.kernel.org
143 W: http://www.lsi.com
147 53C700 AND 53C700-66 SCSI DRIVER
148 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L: linux-scsi@vger.kernel.org
151 F: drivers/scsi/53c700*
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M: Alexander Aring <aar@pengutronix.de>
155 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L: linux-bluetooth@vger.kernel.org
157 L: linux-wpan@vger.kernel.org
160 F: include/net/6lowpan.h
161 F: Documentation/networking/6lowpan.txt
163 6PACK NETWORK DRIVER FOR AX.25
164 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L: linux-hams@vger.kernel.org
167 F: drivers/net/hamradio/6pack.c
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L: netdev@vger.kernel.org
173 F: drivers/net/ethernet/realtek/r8169.c
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L: linux-serial@vger.kernel.org
179 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F: drivers/tty/serial/8250*
181 F: include/linux/serial_8250.h
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L: netdev@vger.kernel.org
186 F: drivers/net/ethernet/8390/
189 M: Eric Van Hensbergen <ericvh@gmail.com>
190 M: Ron Minnich <rminnich@sandia.gov>
191 M: Latchesar Ionkov <lucho@ionkov.net>
192 L: v9fs-developer@lists.sourceforge.net
193 W: http://swik.net/v9fs
194 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
195 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 F: Documentation/filesystems/9p.txt
201 F: include/uapi/linux/virtio_9p.h
202 F: include/trace/events/9p.h
206 M: Antti Palosaari <crope@iki.fi>
207 L: linux-media@vger.kernel.org
208 W: https://linuxtv.org
209 W: http://palosaari.fi/linux/
210 Q: http://patchwork.linuxtv.org/project/linux-media/list/
211 T: git git://linuxtv.org/anttip/media_tree.git
213 F: drivers/media/dvb-frontends/a8293*
215 AACRAID SCSI RAID DRIVER
216 M: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
217 L: linux-scsi@vger.kernel.org
218 W: http://www.adaptec.com/
220 F: Documentation/scsi/aacraid.txt
221 F: drivers/scsi/aacraid/
224 L: linux-api@vger.kernel.org
225 F: include/linux/syscalls.h
228 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
229 M: Hans de Goede <hdegoede@redhat.com>
230 L: linux-hwmon@vger.kernel.org
232 F: drivers/hwmon/abituguru.c
234 ABIT UGURU 3 HARDWARE MONITOR DRIVER
235 M: Alistair John Strachan <alistair@devzero.co.uk>
236 L: linux-hwmon@vger.kernel.org
238 F: drivers/hwmon/abituguru3.c
240 ACCES 104-DIO-48E GPIO DRIVER
241 M: William Breathitt Gray <vilhelm.gray@gmail.com>
242 L: linux-gpio@vger.kernel.org
244 F: drivers/gpio/gpio-104-dio-48e.c
246 ACCES 104-IDI-48 GPIO DRIVER
247 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
248 L: linux-gpio@vger.kernel.org
250 F: drivers/gpio/gpio-104-idi-48.c
252 ACCES 104-IDIO-16 GPIO DRIVER
253 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
254 L: linux-gpio@vger.kernel.org
256 F: drivers/gpio/gpio-104-idio-16.c
259 M: Jes Sorensen <jes@trained-monkey.org>
260 L: linux-acenic@sunsite.dk
262 F: drivers/net/ethernet/alteon/acenic*
264 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
265 M: Peter Feuerer <peter@piie.net>
266 L: platform-driver-x86@vger.kernel.org
267 W: http://piie.net/?section=acerhdf
269 F: drivers/platform/x86/acerhdf.c
271 ACER WMI LAPTOP EXTRAS
272 M: "Lee, Chun-Yi" <jlee@suse.com>
273 L: platform-driver-x86@vger.kernel.org
275 F: drivers/platform/x86/acer-wmi.c
278 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
279 M: Len Brown <lenb@kernel.org>
280 L: linux-acpi@vger.kernel.org
281 W: https://01.org/linux-acpi
282 Q: https://patchwork.kernel.org/project/linux-acpi/list/
283 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
286 F: drivers/pnp/pnpacpi/
287 F: include/linux/acpi.h
289 F: Documentation/acpi/
290 F: Documentation/ABI/testing/sysfs-bus-acpi
291 F: drivers/pci/*acpi*
292 F: drivers/pci/*/*acpi*
293 F: drivers/pci/*/*/*acpi*
296 ACPI COMPONENT ARCHITECTURE (ACPICA)
297 M: Robert Moore <robert.moore@intel.com>
298 M: Lv Zheng <lv.zheng@intel.com>
299 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
300 L: linux-acpi@vger.kernel.org
302 W: https://acpica.org/
303 W: https://github.com/acpica/acpica/
304 Q: https://patchwork.kernel.org/project/linux-acpi/list/
305 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
307 F: drivers/acpi/acpica/
312 M: Zhang Rui <rui.zhang@intel.com>
313 L: linux-acpi@vger.kernel.org
314 W: https://01.org/linux-acpi
316 F: drivers/acpi/fan.c
319 M: Zhang Rui <rui.zhang@intel.com>
320 L: linux-acpi@vger.kernel.org
321 W: https://01.org/linux-acpi
323 F: drivers/acpi/*thermal*
326 M: Zhang Rui <rui.zhang@intel.com>
327 L: linux-acpi@vger.kernel.org
328 W: https://01.org/linux-acpi
330 F: drivers/acpi/acpi_video.c
333 L: platform-driver-x86@vger.kernel.org
335 F: drivers/platform/x86/wmi.c
337 AD1889 ALSA SOUND DRIVER
338 M: Thibaut Varene <T-Bone@parisc-linux.org>
339 W: http://wiki.parisc-linux.org/AD1889
340 L: linux-parisc@vger.kernel.org
342 F: sound/pci/ad1889.*
344 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
345 M: Michael Hennerich <michael.hennerich@analog.com>
346 W: http://wiki.analog.com/AD5254
347 W: http://ez.analog.com/community/linux-device-drivers
349 F: drivers/misc/ad525x_dpot.c
351 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
352 M: Michael Hennerich <michael.hennerich@analog.com>
353 W: http://wiki.analog.com/AD5398
354 W: http://ez.analog.com/community/linux-device-drivers
356 F: drivers/regulator/ad5398.c
358 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
359 M: Michael Hennerich <michael.hennerich@analog.com>
360 W: http://wiki.analog.com/AD7142
361 W: http://ez.analog.com/community/linux-device-drivers
363 F: drivers/input/misc/ad714x.c
365 AD7877 TOUCHSCREEN DRIVER
366 M: Michael Hennerich <michael.hennerich@analog.com>
367 W: http://wiki.analog.com/AD7877
368 W: http://ez.analog.com/community/linux-device-drivers
370 F: drivers/input/touchscreen/ad7877.c
372 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
373 M: Michael Hennerich <michael.hennerich@analog.com>
374 W: http://wiki.analog.com/AD7879
375 W: http://ez.analog.com/community/linux-device-drivers
377 F: drivers/input/touchscreen/ad7879.c
379 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
380 M: Jiri Kosina <jikos@kernel.org>
383 ADF7242 IEEE 802.15.4 RADIO DRIVER
384 M: Michael Hennerich <michael.hennerich@analog.com>
385 W: https://wiki.analog.com/ADF7242
386 W: http://ez.analog.com/community/linux-device-drivers
387 L: linux-wpan@vger.kernel.org
389 F: drivers/net/ieee802154/adf7242.c
390 F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
392 ADM1025 HARDWARE MONITOR DRIVER
393 M: Jean Delvare <jdelvare@suse.com>
394 L: linux-hwmon@vger.kernel.org
396 F: Documentation/hwmon/adm1025
397 F: drivers/hwmon/adm1025.c
399 ADM1029 HARDWARE MONITOR DRIVER
400 M: Corentin Labbe <clabbe.montjoie@gmail.com>
401 L: linux-hwmon@vger.kernel.org
403 F: drivers/hwmon/adm1029.c
405 ADM8211 WIRELESS DRIVER
406 L: linux-wireless@vger.kernel.org
407 W: http://wireless.kernel.org/
409 F: drivers/net/wireless/admtek/adm8211.*
411 ADP1653 FLASH CONTROLLER DRIVER
412 M: Sakari Ailus <sakari.ailus@iki.fi>
413 L: linux-media@vger.kernel.org
415 F: drivers/media/i2c/adp1653.c
416 F: include/media/i2c/adp1653.h
418 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
419 M: Michael Hennerich <michael.hennerich@analog.com>
420 W: http://wiki.analog.com/ADP5520
421 W: http://ez.analog.com/community/linux-device-drivers
423 F: drivers/mfd/adp5520.c
424 F: drivers/video/backlight/adp5520_bl.c
425 F: drivers/leds/leds-adp5520.c
426 F: drivers/gpio/gpio-adp5520.c
427 F: drivers/input/keyboard/adp5520-keys.c
429 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
430 M: Michael Hennerich <michael.hennerich@analog.com>
431 W: http://wiki.analog.com/ADP5588
432 W: http://ez.analog.com/community/linux-device-drivers
434 F: drivers/input/keyboard/adp5588-keys.c
435 F: drivers/gpio/gpio-adp5588.c
437 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
438 M: Michael Hennerich <michael.hennerich@analog.com>
439 W: http://wiki.analog.com/ADP8860
440 W: http://ez.analog.com/community/linux-device-drivers
442 F: drivers/video/backlight/adp8860_bl.c
444 ADS1015 HARDWARE MONITOR DRIVER
445 M: Dirk Eibach <eibach@gdsys.de>
446 L: linux-hwmon@vger.kernel.org
448 F: Documentation/hwmon/ads1015
449 F: drivers/hwmon/ads1015.c
450 F: include/linux/i2c/ads1015.h
453 M: Colin Leroy <colin@colino.net>
455 F: drivers/macintosh/therm_adt746x.c
457 ADT7475 HARDWARE MONITOR DRIVER
458 M: Jean Delvare <jdelvare@suse.com>
459 L: linux-hwmon@vger.kernel.org
461 F: Documentation/hwmon/adt7475
462 F: drivers/hwmon/adt7475.c
464 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
465 M: Michael Hennerich <michael.hennerich@analog.com>
466 W: http://wiki.analog.com/ADXL345
467 W: http://ez.analog.com/community/linux-device-drivers
469 F: drivers/input/misc/adxl34x.c
472 M: Matthew Wilcox <matthew@wil.cx>
473 M: Hannes Reinecke <hare@suse.com>
474 L: linux-scsi@vger.kernel.org
476 F: Documentation/scsi/advansys.txt
477 F: drivers/scsi/advansys.c
480 M: Riccardo Facchetti <fizban@tin.it>
482 F: sound/oss/aedsp16.c
485 M: Antti Palosaari <crope@iki.fi>
486 L: linux-media@vger.kernel.org
487 W: https://linuxtv.org
488 W: http://palosaari.fi/linux/
489 Q: http://patchwork.linuxtv.org/project/linux-media/list/
490 T: git git://linuxtv.org/anttip/media_tree.git
492 F: drivers/media/dvb-frontends/af9013*
495 M: Antti Palosaari <crope@iki.fi>
496 L: linux-media@vger.kernel.org
497 W: https://linuxtv.org
498 W: http://palosaari.fi/linux/
499 Q: http://patchwork.linuxtv.org/project/linux-media/list/
500 T: git git://linuxtv.org/anttip/media_tree.git
502 F: drivers/media/dvb-frontends/af9033*
505 L: linux-fsdevel@vger.kernel.org
507 F: Documentation/filesystems/affs.txt
510 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
511 M: David Howells <dhowells@redhat.com>
512 L: linux-afs@lists.infradead.org
515 F: include/net/af_rxrpc.h
516 F: net/rxrpc/af_rxrpc.c
519 M: David Airlie <airlied@linux.ie>
520 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
523 F: include/linux/agp*
524 F: include/uapi/linux/agp*
527 M: "Juergen E. Fischer" <fischer@norbit.de>
528 L: linux-scsi@vger.kernel.org
530 F: drivers/scsi/aha152x*
531 F: drivers/scsi/pcmcia/aha152x*
533 AIC7XXX / AIC79XX SCSI DRIVER
534 M: Hannes Reinecke <hare@suse.com>
535 L: linux-scsi@vger.kernel.org
537 F: drivers/scsi/aic7xxx/
539 AIMSLAB FM RADIO RECEIVER DRIVER
540 M: Hans Verkuil <hverkuil@xs4all.nl>
541 L: linux-media@vger.kernel.org
542 T: git git://linuxtv.org/media_tree.git
543 W: https://linuxtv.org
545 F: drivers/media/radio/radio-aimslab*
548 M: Benjamin LaHaise <bcrl@kvack.org>
549 L: linux-aio@kvack.org
552 F: include/linux/*aio*.h
555 M: Antti Palosaari <crope@iki.fi>
556 L: linux-media@vger.kernel.org
557 W: https://linuxtv.org
558 W: http://palosaari.fi/linux/
559 Q: http://patchwork.linuxtv.org/project/linux-media/list/
560 T: git git://linuxtv.org/anttip/media_tree.git
562 F: drivers/media/usb/airspy/
564 ALCATEL SPEEDTOUCH USB DRIVER
565 M: Duncan Sands <duncan.sands@free.fr>
566 L: linux-usb@vger.kernel.org
567 W: http://www.linux-usb.org/SpeedTouch/
569 F: drivers/usb/atm/speedtch.c
570 F: drivers/usb/atm/usbatm.c
572 ALCHEMY AU1XX0 MMC DRIVER
573 M: Manuel Lauss <manuel.lauss@gmail.com>
575 F: drivers/mmc/host/au1xmmc.c
578 M: Rudolf Marek <r.marek@assembler.cz>
579 L: linux-i2c@vger.kernel.org
581 F: Documentation/i2c/busses/i2c-ali1563
582 F: drivers/i2c/busses/i2c-ali1563.c
584 ALLWINNER SECURITY SYSTEM
585 M: Corentin Labbe <clabbe.montjoie@gmail.com>
586 L: linux-crypto@vger.kernel.org
588 F: drivers/crypto/sunxi-ss/
591 M: Richard Henderson <rth@twiddle.net>
592 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
593 M: Matt Turner <mattst88@gmail.com>
595 L: linux-alpha@vger.kernel.org
598 ALPS PS/2 TOUCHPAD DRIVER
599 R: Pali Rohár <pali.rohar@gmail.com>
600 F: drivers/input/mouse/alps.*
602 ALTERA MAILBOX DRIVER
603 M: Ley Foon Tan <lftan@altera.com>
604 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
606 F: drivers/mailbox/mailbox-altera.c
609 M: Tien Hock Loh <thloh@altera.com>
610 L: linux-gpio@vger.kernel.org
612 F: drivers/gpio/gpio-altera.c
614 ALTERA TRIPLE SPEED ETHERNET DRIVER
615 M: Vince Bridgers <vbridger@opensource.altera.com>
616 L: netdev@vger.kernel.org
617 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
619 F: drivers/net/ethernet/altera/
621 ALTERA UART/JTAG UART SERIAL DRIVERS
622 M: Tobias Klauser <tklauser@distanz.ch>
623 L: linux-serial@vger.kernel.org
624 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
626 F: drivers/tty/serial/altera_uart.c
627 F: drivers/tty/serial/altera_jtaguart.c
628 F: include/linux/altera_uart.h
629 F: include/linux/altera_jtaguart.h
631 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
632 M: Tom Lendacky <thomas.lendacky@amd.com>
633 M: Gary Hook <gary.hook@amd.com>
634 L: linux-crypto@vger.kernel.org
636 F: drivers/crypto/ccp/
637 F: include/linux/ccp.h
639 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
640 M: Huang Rui <ray.huang@amd.com>
641 L: linux-hwmon@vger.kernel.org
643 F: Documentation/hwmon/fam15h_power
644 F: drivers/hwmon/fam15h_power.c
646 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
647 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
649 F: drivers/usb/gadget/udc/amd5536udc.*
651 AMD GEODE PROCESSOR/CHIPSET SUPPORT
652 P: Andres Salomon <dilinger@queued.net>
653 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
654 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
656 F: drivers/char/hw_random/geode-rng.c
657 F: drivers/crypto/geode*
658 F: drivers/video/fbdev/geode/
659 F: arch/x86/include/asm/geode.h
662 M: Joerg Roedel <joro@8bytes.org>
663 L: iommu@lists.linux-foundation.org
664 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
666 F: drivers/iommu/amd_iommu*.[ch]
667 F: include/linux/amd-iommu.h
670 M: Oded Gabbay <oded.gabbay@gmail.com>
671 L: dri-devel@lists.freedesktop.org
672 T: git git://people.freedesktop.org/~gabbayo/linux.git
674 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
675 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
676 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
677 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
678 F: drivers/gpu/drm/amd/amdkfd/
679 F: drivers/gpu/drm/amd/include/cik_structs.h
680 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
681 F: drivers/gpu/drm/amd/include/vi_structs.h
682 F: drivers/gpu/drm/radeon/radeon_kfd.c
683 F: drivers/gpu/drm/radeon/radeon_kfd.h
684 F: include/uapi/linux/kfd_ioctl.h
686 AMD SEATTLE DEVICE TREE SUPPORT
687 M: Brijesh Singh <brijeshkumar.singh@amd.com>
688 M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
689 M: Tom Lendacky <thomas.lendacky@amd.com>
691 F: arch/arm64/boot/dts/amd/
694 M: Tom Lendacky <thomas.lendacky@amd.com>
695 L: netdev@vger.kernel.org
697 F: drivers/net/ethernet/amd/xgbe/
698 F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
700 AMS (Apple Motion Sensor) DRIVER
701 M: Michael Hanselmann <linux-kernel@hansmi.ch>
703 F: drivers/macintosh/ams/
705 ANALOG DEVICES INC AD9389B DRIVER
706 M: Hans Verkuil <hans.verkuil@cisco.com>
707 L: linux-media@vger.kernel.org
709 F: drivers/media/i2c/ad9389b*
711 ANALOG DEVICES INC ADV7180 DRIVER
712 M: Lars-Peter Clausen <lars@metafoo.de>
713 L: linux-media@vger.kernel.org
714 W: http://ez.analog.com/community/linux-device-drivers
716 F: drivers/media/i2c/adv7180.c
718 ANALOG DEVICES INC ADV7511 DRIVER
719 M: Hans Verkuil <hans.verkuil@cisco.com>
720 L: linux-media@vger.kernel.org
722 F: drivers/media/i2c/adv7511*
724 ANALOG DEVICES INC ADV7604 DRIVER
725 M: Hans Verkuil <hans.verkuil@cisco.com>
726 L: linux-media@vger.kernel.org
728 F: drivers/media/i2c/adv7604*
730 ANALOG DEVICES INC ADV7842 DRIVER
731 M: Hans Verkuil <hans.verkuil@cisco.com>
732 L: linux-media@vger.kernel.org
734 F: drivers/media/i2c/adv7842*
736 ANALOG DEVICES INC ASOC CODEC DRIVERS
737 M: Lars-Peter Clausen <lars@metafoo.de>
738 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
739 W: http://wiki.analog.com/
740 W: http://ez.analog.com/community/linux-device-drivers
742 F: sound/soc/codecs/adau*
743 F: sound/soc/codecs/adav*
744 F: sound/soc/codecs/ad1*
745 F: sound/soc/codecs/ad7*
746 F: sound/soc/codecs/ssm*
747 F: sound/soc/codecs/sigmadsp.*
749 ANALOG DEVICES INC ASOC DRIVERS
750 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
751 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
752 W: http://blackfin.uclinux.org/
754 F: sound/soc/blackfin/*
756 ANALOG DEVICES INC IIO DRIVERS
757 M: Lars-Peter Clausen <lars@metafoo.de>
758 M: Michael Hennerich <Michael.Hennerich@analog.com>
759 W: http://wiki.analog.com/
760 W: http://ez.analog.com/community/linux-device-drivers
763 X: drivers/iio/*/adjd*
764 F: drivers/staging/iio/*/ad*
765 F: staging/iio/trigger/iio-trig-bfin-timer.c
767 ANALOG DEVICES INC DMA DRIVERS
768 M: Lars-Peter Clausen <lars@metafoo.de>
769 W: http://ez.analog.com/community/linux-device-drivers
771 F: drivers/dma/dma-axi-dmac.c
774 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
775 M: Arve Hjønnevåg <arve@android.com>
776 M: Riley Andrews <riandrews@android.com>
777 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
778 L: devel@driverdev.osuosl.org
781 F: drivers/staging/android/
784 M: Laura Abbott <labbott@redhat.com>
785 M: Sumit Semwal <sumit.semwal@linaro.org>
786 L: devel@driverdev.osuosl.org
788 F: drivers/staging/android/ion
789 F: drivers/staging/android/uapi/ion.h
790 F: drivers/staging/android/uapi/ion_test.h
792 AOA (Apple Onboard Audio) ALSA DRIVER
793 M: Johannes Berg <johannes@sipsolutions.net>
794 L: linuxppc-dev@lists.ozlabs.org
795 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
799 APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
800 M: William Breathitt Gray <vilhelm.gray@gmail.com>
801 L: linux-iio@vger.kernel.org
803 F: drivers/iio/dac/stx104.c
806 M: Jiri Kosina <jikos@kernel.org>
808 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
809 F: arch/x86/kernel/apm_32.c
810 F: include/linux/apm_bios.h
811 F: include/uapi/linux/apm_bios.h
812 F: drivers/char/apm-emulation.c
814 APPLE BCM5974 MULTITOUCH DRIVER
815 M: Henrik Rydberg <rydberg@bitmath.org>
816 L: linux-input@vger.kernel.org
818 F: drivers/input/mouse/bcm5974.c
821 M: Henrik Rydberg <rydberg@bitmath.org>
822 L: linux-hwmon@vger.kernel.org
824 F: drivers/hwmon/applesmc.c
826 APPLETALK NETWORK LAYER
827 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
829 F: drivers/net/appletalk/
832 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
833 M: Duc Dang <dhdang@apm.com>
835 F: arch/arm64/boot/dts/apm/
837 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
838 M: Iyappan Subramanian <isubramanian@apm.com>
839 M: Keyur Chudgar <kchudgar@apm.com>
841 F: drivers/net/ethernet/apm/xgene/
842 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
844 APTINA CAMERA SENSOR PLL
845 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
846 L: linux-media@vger.kernel.org
848 F: drivers/media/i2c/aptina-pll.*
850 ARC FRAMEBUFFER DRIVER
851 M: Jaya Kumar <jayalk@intworks.biz>
853 F: drivers/video/fbdev/arcfb.c
854 F: drivers/video/fbdev/core/fb_defio.c
857 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
858 L: netdev@vger.kernel.org
860 F: drivers/net/arcnet/
861 F: include/uapi/linux/if_arcnet.h
864 M: Alexey Brodkin <abrodkin@synopsys.com>
866 F: drivers/gpu/drm/arc/
867 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
870 M: Liviu Dudau <liviu.dudau@arm.com>
872 F: drivers/gpu/drm/arm/
873 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
875 ARM MFM AND FLOPPY DRIVERS
876 M: Ian Molton <spyro@f2s.com>
878 F: arch/arm/lib/floppydma.S
879 F: arch/arm/include/asm/floppy.h
881 ARM PMU PROFILING AND DEBUGGING
882 M: Will Deacon <will.deacon@arm.com>
883 R: Mark Rutland <mark.rutland@arm.com>
885 F: arch/arm*/kernel/perf_*
886 F: arch/arm/oprofile/common.c
887 F: arch/arm*/kernel/hw_breakpoint.c
888 F: arch/arm*/include/asm/hw_breakpoint.h
889 F: arch/arm*/include/asm/perf_event.h
890 F: drivers/perf/arm_pmu.c
891 F: include/linux/perf/arm_pmu.h
894 M: Russell King <linux@armlinux.org.uk>
895 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
896 W: http://www.armlinux.org.uk/
900 ARM SUB-ARCHITECTURES
901 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
905 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
907 ARM PRIMECELL AACI PL041 DRIVER
908 M: Russell King <linux@armlinux.org.uk>
912 ARM PRIMECELL CLCD PL110 DRIVER
913 M: Russell King <linux@armlinux.org.uk>
915 F: drivers/video/fbdev/amba-clcd.*
917 ARM PRIMECELL KMI PL050 DRIVER
918 M: Russell King <linux@armlinux.org.uk>
920 F: drivers/input/serio/ambakmi.*
921 F: include/linux/amba/kmi.h
923 ARM PRIMECELL MMCI PL180/1 DRIVER
924 M: Russell King <linux@armlinux.org.uk>
926 F: drivers/mmc/host/mmci.*
927 F: include/linux/amba/mmci.h
929 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
930 M: Russell King <linux@armlinux.org.uk>
932 F: drivers/tty/serial/amba-pl01*.c
933 F: include/linux/amba/serial.h
935 ARM PRIMECELL BUS SUPPORT
936 M: Russell King <linux@armlinux.org.uk>
939 F: include/linux/amba/bus.h
941 ARM/ADS SPHERE MACHINE SUPPORT
942 M: Lennert Buytenhek <kernel@wantstofly.org>
943 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
946 ARM/AFEB9260 MACHINE SUPPORT
947 M: Sergey Lapin <slapin@ossfans.org>
948 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
951 ARM/AJECO 1ARM MACHINE SUPPORT
952 M: Lennert Buytenhek <kernel@wantstofly.org>
953 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
956 ARM/Allwinner sunXi SoC support
957 M: Maxime Ripard <maxime.ripard@free-electrons.com>
958 M: Chen-Yu Tsai <wens@csie.org>
959 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
963 ARM/Allwinner SoC Clock Support
964 M: Emilio López <emilio@elopez.com.ar>
966 F: drivers/clk/sunxi/
968 ARM/Amlogic Meson SoC support
969 M: Carlo Caione <carlo@caione.org>
970 M: Kevin Hilman <khilman@baylibre.com>
971 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
972 L: linux-amlogic@lists.infradead.org
973 W: http://linux-meson.com/
975 F: arch/arm/mach-meson/
976 F: arch/arm/boot/dts/meson*
977 F: arch/arm64/boot/dts/amlogic/
978 F: drivers/pinctrl/meson/
981 ARM/Annapurna Labs ALPINE ARCHITECTURE
982 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
983 M: Antoine Tenart <antoine.tenart@free-electrons.com>
985 F: arch/arm/mach-alpine/
986 F: arch/arm/boot/dts/alpine*
987 F: arch/arm64/boot/dts/al/
988 F: drivers/*/*alpine*
990 ARM/ARTPEC MACHINE SUPPORT
991 M: Jesper Nilsson <jesper.nilsson@axis.com>
992 M: Lars Persson <lars.persson@axis.com>
993 M: Niklas Cassel <niklas.cassel@axis.com>
995 L: linux-arm-kernel@axis.com
996 F: arch/arm/mach-artpec
997 F: arch/arm/boot/dts/artpec6*
1000 ARM/ASPEED MACHINE SUPPORT
1001 M: Joel Stanley <joel@jms.id.au>
1003 F: arch/arm/mach-aspeed/
1004 F: arch/arm/boot/dts/aspeed-*
1005 F: drivers/*/*aspeed*
1007 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1008 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1009 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1010 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1011 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1012 W: http://www.linux4sam.org
1013 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1015 F: arch/arm/mach-at91/
1016 F: include/soc/at91/
1017 F: arch/arm/boot/dts/at91*.dts
1018 F: arch/arm/boot/dts/at91*.dtsi
1019 F: arch/arm/boot/dts/sama*.dts
1020 F: arch/arm/boot/dts/sama*.dtsi
1021 F: arch/arm/include/debug/at91.S
1023 ARM/ATMEL AT91 Clock Support
1024 M: Boris Brezillon <boris.brezillon@free-electrons.com>
1028 ARM/CALXEDA HIGHBANK ARCHITECTURE
1029 M: Rob Herring <robh@kernel.org>
1030 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032 F: arch/arm/mach-highbank/
1033 F: arch/arm/boot/dts/highbank.dts
1034 F: arch/arm/boot/dts/ecx-*.dts*
1036 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1037 M: Krzysztof Halasa <khalasa@piap.pl>
1039 F: arch/arm/mach-cns3xxx/
1041 ARM/CAVIUM THUNDER NETWORK DRIVER
1042 M: Sunil Goutham <sgoutham@cavium.com>
1043 M: Robert Richter <rric@kernel.org>
1044 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1046 F: drivers/net/ethernet/cavium/thunder/
1048 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1049 M: Alexander Shiyan <shc_work@mail.ru>
1050 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1054 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1055 M: Hartley Sweeten <hsweeten@visionengravers.com>
1056 M: Ryan Mallon <rmallon@gmail.com>
1057 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1059 F: arch/arm/mach-ep93xx/
1060 F: arch/arm/mach-ep93xx/include/mach/
1062 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1063 M: Lennert Buytenhek <kernel@wantstofly.org>
1064 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 M: Russell King <linux@armlinux.org.uk>
1069 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1071 F: arch/arm/include/asm/clkdev.h
1072 F: drivers/clk/clkdev.c
1074 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1075 M: Mike Rapoport <mike@compulab.co.il>
1076 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1079 ARM/CONTEC MICRO9 MACHINE SUPPORT
1080 M: Hubert Feurstein <hubert.feurstein@contec.at>
1082 F: arch/arm/mach-ep93xx/micro9.c
1084 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1085 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1086 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1088 F: drivers/hwtracing/coresight/*
1089 F: Documentation/trace/coresight.txt
1090 F: Documentation/devicetree/bindings/arm/coresight.txt
1091 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1093 ARM/CORGI MACHINE SUPPORT
1094 M: Richard Purdie <rpurdie@rpsys.net>
1097 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1098 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1099 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1100 T: git git://github.com/ulli-kroll/linux.git
1102 F: arch/arm/mach-gemini/
1103 F: drivers/rtc/rtc-gemini.c
1105 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1106 M: Barry Song <baohua@kernel.org>
1107 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1108 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1110 F: arch/arm/boot/dts/prima2*
1111 F: arch/arm/mach-prima2/
1112 F: drivers/clk/sirf/
1113 F: drivers/clocksource/timer-prima2.c
1114 F: drivers/clocksource/timer-atlas7.c
1117 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1118 M: Baruch Siach <baruch@tkos.co.il>
1119 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1121 F: arch/arm/boot/dts/cx92755*
1124 ARM/EBSA110 MACHINE SUPPORT
1125 M: Russell King <linux@armlinux.org.uk>
1126 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1127 W: http://www.armlinux.org.uk/
1129 F: arch/arm/mach-ebsa110/
1130 F: drivers/net/ethernet/amd/am79c961a.*
1132 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1133 M: Uwe Kleine-König <kernel@pengutronix.de>
1134 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1138 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1139 M: Daniel Ribeiro <drwyrm@gmail.com>
1140 M: Stefan Schmidt <stefan@openezx.org>
1141 M: Harald Welte <laforge@openezx.org>
1142 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1143 W: http://www.openezx.org/
1145 T: topgit git://git.openezx.org/openezx.git
1146 F: arch/arm/mach-pxa/ezx.c
1148 ARM/FARADAY FA526 PORT
1149 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1150 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1152 T: git git://git.berlios.de/gemini-board
1153 F: arch/arm/mm/*-fa*
1155 ARM/FOOTBRIDGE ARCHITECTURE
1156 M: Russell King <linux@armlinux.org.uk>
1157 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1158 W: http://www.armlinux.org.uk/
1160 F: arch/arm/include/asm/hardware/dec21285.h
1161 F: arch/arm/mach-footbridge/
1163 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1164 M: Shawn Guo <shawnguo@kernel.org>
1165 M: Sascha Hauer <kernel@pengutronix.de>
1166 R: Fabio Estevam <fabio.estevam@nxp.com>
1167 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1169 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1170 F: arch/arm/mach-imx/
1171 F: arch/arm/mach-mxs/
1172 F: arch/arm/boot/dts/imx*
1173 F: arch/arm/configs/imx*_defconfig
1177 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1178 M: Shawn Guo <shawnguo@kernel.org>
1179 M: Sascha Hauer <kernel@pengutronix.de>
1180 R: Stefan Agner <stefan@agner.ch>
1181 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1183 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1184 F: arch/arm/mach-imx/*vf610*
1185 F: arch/arm/boot/dts/vf*
1187 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1188 M: Lennert Buytenhek <kernel@wantstofly.org>
1189 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1192 ARM/GUMSTIX MACHINE SUPPORT
1193 M: Steve Sakoman <sakoman@gmail.com>
1194 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1198 M: Philipp Zabel <philipp.zabel@gmail.com>
1199 M: Paul Parsons <lost.distance@yahoo.com>
1200 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1202 F: arch/arm/mach-pxa/hx4700.c
1203 F: arch/arm/mach-pxa/include/mach/hx4700.h
1204 F: sound/soc/pxa/hx4700.c
1206 ARM/HISILICON SOC SUPPORT
1207 M: Wei Xu <xuwei5@hisilicon.com>
1208 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 W: http://www.hisilicon.com
1211 T: git git://github.com/hisilicon/linux-hisi.git
1212 F: arch/arm/mach-hisi/
1213 F: arch/arm/boot/dts/hi3*
1214 F: arch/arm/boot/dts/hip*
1215 F: arch/arm/boot/dts/hisi*
1216 F: arch/arm64/boot/dts/hisilicon/
1218 ARM/HP JORNADA 7XX MACHINE SUPPORT
1219 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1222 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1223 F: arch/arm/mach-sa1100/jornada720.c
1224 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1226 ARM/IGEP MACHINE SUPPORT
1227 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1228 M: Javier Martinez Canillas <javier@dowhile0.org>
1229 L: linux-omap@vger.kernel.org
1230 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1232 F: arch/arm/boot/dts/omap3-igep*
1234 ARM/INCOME PXA270 SUPPORT
1235 M: Marek Vasut <marek.vasut@gmail.com>
1236 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1238 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1240 ARM/INTEL IOP32X ARM ARCHITECTURE
1241 M: Lennert Buytenhek <kernel@wantstofly.org>
1242 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1245 ARM/INTEL IOP33X ARM ARCHITECTURE
1246 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1249 ARM/INTEL IOP13XX ARM ARCHITECTURE
1250 M: Lennert Buytenhek <kernel@wantstofly.org>
1251 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1254 ARM/INTEL IQ81342EX MACHINE SUPPORT
1255 M: Lennert Buytenhek <kernel@wantstofly.org>
1256 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1259 ARM/INTEL IXDP2850 MACHINE SUPPORT
1260 M: Lennert Buytenhek <kernel@wantstofly.org>
1261 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1264 ARM/INTEL IXP4XX ARM ARCHITECTURE
1265 M: Imre Kaloz <kaloz@openwrt.org>
1266 M: Krzysztof Halasa <khalasa@piap.pl>
1267 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1269 F: arch/arm/mach-ixp4xx/
1271 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1272 M: Jonathan Cameron <jic23@cam.ac.uk>
1273 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1275 F: arch/arm/mach-pxa/stargate2.c
1276 F: drivers/pcmcia/pxa2xx_stargate2.c
1278 ARM/INTEL XSC3 (MANZANO) ARM CORE
1279 M: Lennert Buytenhek <kernel@wantstofly.org>
1280 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1283 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1284 M: Lennert Buytenhek <kernel@wantstofly.org>
1285 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1288 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1289 M: Santosh Shilimkar <ssantosh@kernel.org>
1290 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1292 F: arch/arm/mach-keystone/
1293 F: arch/arm/boot/dts/keystone-*
1294 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1296 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1297 M: Santosh Shilimkar <ssantosh@kernel.org>
1298 L: linux-kernel@vger.kernel.org
1300 F: drivers/clk/keystone/
1302 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1303 M: Santosh Shilimkar <ssantosh@kernel.org>
1304 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305 L: linux-kernel@vger.kernel.org
1307 F: drivers/clocksource/timer-keystone.c
1309 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1310 M: Santosh Shilimkar <ssantosh@kernel.org>
1311 L: linux-kernel@vger.kernel.org
1313 F: drivers/power/reset/keystone-reset.c
1315 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1316 M: Santosh Shilimkar <ssantosh@kernel.org>
1317 L: linux-kernel@vger.kernel.org
1319 F: drivers/memory/*emif*
1321 ARM/LG1K ARCHITECTURE
1322 M: Chanho Min <chanho.min@lge.com>
1323 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1325 F: arch/arm64/boot/dts/lg/
1327 ARM/LOGICPD PXA270 MACHINE SUPPORT
1328 M: Lennert Buytenhek <kernel@wantstofly.org>
1329 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1332 ARM/LPC18XX ARCHITECTURE
1333 M: Joachim Eastwood <manabian@gmail.com>
1334 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1336 F: arch/arm/boot/dts/lpc43*
1337 F: drivers/clk/nxp/clk-lpc18xx*
1338 F: drivers/clocksource/time-lpc32xx.c
1339 F: drivers/i2c/busses/i2c-lpc2k.c
1340 F: drivers/memory/pl172.c
1341 F: drivers/mtd/spi-nor/nxp-spifi.c
1342 F: drivers/rtc/rtc-lpc24xx.c
1345 ARM/LPC32XX SOC SUPPORT
1346 M: Vladimir Zapolskiy <vz@mleia.com>
1347 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1348 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1349 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1351 F: arch/arm/boot/dts/lpc32*
1352 F: arch/arm/mach-lpc32xx/
1353 F: drivers/i2c/busses/i2c-pnx.c
1354 F: drivers/net/ethernet/nxp/lpc_eth.c
1355 F: drivers/usb/host/ohci-nxp.c
1356 F: drivers/watchdog/pnx4008_wdt.c
1359 ARM/MAGICIAN MACHINE SUPPORT
1360 M: Philipp Zabel <philipp.zabel@gmail.com>
1363 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1364 M: Jason Cooper <jason@lakedaemon.net>
1365 M: Andrew Lunn <andrew@lunn.ch>
1366 M: Gregory Clement <gregory.clement@free-electrons.com>
1367 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1368 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1370 F: arch/arm/mach-mvebu/
1371 F: drivers/rtc/rtc-armada38x.c
1372 F: arch/arm/boot/dts/armada*
1373 F: arch/arm/boot/dts/kirkwood*
1374 F: arch/arm64/boot/dts/marvell/armada*
1375 F: drivers/cpufreq/mvebu-cpufreq.c
1376 F: arch/arm/configs/mvebu_*_defconfig
1378 ARM/Marvell Berlin SoC support
1379 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1380 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1382 F: arch/arm/mach-berlin/
1383 F: arch/arm/boot/dts/berlin*
1384 F: arch/arm64/boot/dts/marvell/berlin*
1387 ARM/Marvell Dove/MV78xx0/Orion SOC support
1388 M: Jason Cooper <jason@lakedaemon.net>
1389 M: Andrew Lunn <andrew@lunn.ch>
1390 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1391 M: Gregory Clement <gregory.clement@free-electrons.com>
1392 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1394 F: arch/arm/mach-dove/
1395 F: arch/arm/mach-mv78xx0/
1396 F: arch/arm/mach-orion5x/
1397 F: arch/arm/plat-orion/
1398 F: arch/arm/boot/dts/dove*
1399 F: arch/arm/boot/dts/orion5x*
1402 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1403 M: Alexander Clouter <alex@digriz.org.uk>
1404 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1405 W: http://www.digriz.org.uk/ts78xx/kernel
1407 F: arch/arm/mach-orion5x/ts78xx-*
1409 ARM/OXNAS platform support
1410 M: Neil Armstrong <narmstrong@baylibre.com>
1411 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1413 F: arch/arm/mach-oxnas/
1414 F: arch/arm/boot/dts/oxnas*
1415 F: arch/arm/boot/dts/wd-mbwe.dts
1418 ARM/Mediatek RTC DRIVER
1419 M: Eddie Huang <eddie.huang@mediatek.com>
1420 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1421 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1423 F: drivers/rtc/rtc-mt6397.c
1425 ARM/Mediatek SoC support
1426 M: Matthias Brugger <matthias.bgg@gmail.com>
1427 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1428 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1430 F: arch/arm/boot/dts/mt6*
1431 F: arch/arm/boot/dts/mt8*
1432 F: arch/arm/mach-mediatek/
1436 ARM/Mediatek USB3 PHY DRIVER
1437 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1438 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1439 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1441 F: drivers/phy/phy-mt65xx-usb3.c
1443 ARM/MICREL KS8695 ARCHITECTURE
1444 M: Greg Ungerer <gerg@uclinux.org>
1445 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1446 F: arch/arm/mach-ks8695/
1449 ARM/MIOA701 MACHINE SUPPORT
1450 M: Robert Jarzmik <robert.jarzmik@free.fr>
1451 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1452 F: arch/arm/mach-pxa/mioa701.c
1455 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1456 M: Michael Petchkovsky <mkpetch@internode.on.net>
1459 ARM/NOMADIK ARCHITECTURE
1460 M: Alessandro Rubini <rubini@unipv.it>
1461 M: Linus Walleij <linus.walleij@linaro.org>
1462 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1464 F: arch/arm/mach-nomadik/
1465 F: drivers/pinctrl/nomadik/
1466 F: drivers/i2c/busses/i2c-nomadik.c
1467 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1469 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1470 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1471 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1472 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1475 ARM/TOSA MACHINE SUPPORT
1476 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1477 M: Dirk Opfer <dirk@opfer-online.de>
1480 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1481 M: Marek Vasut <marek.vasut@gmail.com>
1482 L: linux-arm-kernel@lists.infradead.org
1483 W: http://hackndev.com
1485 F: arch/arm/mach-pxa/include/mach/palmtx.h
1486 F: arch/arm/mach-pxa/palmtx.c
1487 F: arch/arm/mach-pxa/include/mach/palmt5.h
1488 F: arch/arm/mach-pxa/palmt5.c
1489 F: arch/arm/mach-pxa/include/mach/palmld.h
1490 F: arch/arm/mach-pxa/palmld.c
1491 F: arch/arm/mach-pxa/include/mach/palmte2.h
1492 F: arch/arm/mach-pxa/palmte2.c
1493 F: arch/arm/mach-pxa/include/mach/palmtc.h
1494 F: arch/arm/mach-pxa/palmtc.c
1496 ARM/PALM TREO SUPPORT
1497 M: Tomas Cech <sleep_walker@suse.com>
1498 L: linux-arm-kernel@lists.infradead.org
1499 W: http://hackndev.com
1501 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1502 F: arch/arm/mach-pxa/palmtreo.c
1505 M: Sergey Lapin <slapin@ossfans.org>
1506 L: linux-arm-kernel@lists.infradead.org
1507 W: http://hackndev.com
1509 F: arch/arm/mach-pxa/include/mach/palmz72.h
1510 F: arch/arm/mach-pxa/palmz72.c
1513 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1514 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1517 ARM/PT DIGITAL BOARD PORT
1518 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1519 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1520 W: http://www.armlinux.org.uk/
1523 ARM/QUALCOMM SUPPORT
1524 M: Andy Gross <andy.gross@linaro.org>
1525 M: David Brown <david.brown@linaro.org>
1526 L: linux-arm-msm@vger.kernel.org
1527 L: linux-soc@vger.kernel.org
1529 F: arch/arm/boot/dts/qcom-*.dts
1530 F: arch/arm/boot/dts/qcom-*.dtsi
1531 F: arch/arm/mach-qcom/
1532 F: arch/arm64/boot/dts/qcom/*
1533 F: drivers/i2c/busses/i2c-qup.c
1534 F: drivers/clk/qcom/
1535 F: drivers/soc/qcom/
1536 F: drivers/spi/spi-qup.c
1537 F: drivers/tty/serial/msm_serial.h
1538 F: drivers/tty/serial/msm_serial.c
1539 F: drivers/*/pm8???-*
1540 F: drivers/mfd/ssbi.c
1541 F: drivers/firmware/qcom_scm.c
1542 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1544 ARM/RADISYS ENP2611 MACHINE SUPPORT
1545 M: Lennert Buytenhek <kernel@wantstofly.org>
1546 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1549 ARM/RENESAS ARM64 ARCHITECTURE
1550 M: Simon Horman <horms@verge.net.au>
1551 M: Magnus Damm <magnus.damm@gmail.com>
1552 L: linux-renesas-soc@vger.kernel.org
1553 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1554 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1556 F: arch/arm64/boot/dts/renesas/
1557 F: drivers/soc/renesas/
1558 F: include/linux/soc/renesas/
1560 ARM/RISCPC ARCHITECTURE
1561 M: Russell King <linux@armlinux.org.uk>
1562 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1563 W: http://www.armlinux.org.uk/
1565 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1566 F: arch/arm/include/asm/hardware/ioc.h
1567 F: arch/arm/include/asm/hardware/iomd.h
1568 F: arch/arm/include/asm/hardware/memc.h
1569 F: arch/arm/mach-rpc/
1570 F: drivers/net/ethernet/8390/etherh.c
1571 F: drivers/net/ethernet/i825xx/ether1*
1572 F: drivers/net/ethernet/seeq/ether3*
1573 F: drivers/scsi/arm/
1575 ARM/Rockchip SoC support
1576 M: Heiko Stuebner <heiko@sntech.de>
1577 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1578 L: linux-rockchip@lists.infradead.org
1579 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1581 F: arch/arm/boot/dts/rk3*
1582 F: arch/arm/mach-rockchip/
1583 F: drivers/clk/rockchip/
1584 F: drivers/i2c/busses/i2c-rk3x.c
1585 F: drivers/*/*rockchip*
1586 F: drivers/*/*/*rockchip*
1587 F: sound/soc/rockchip/
1590 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1591 M: Kukjin Kim <kgene@kernel.org>
1592 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
1593 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1594 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1596 F: arch/arm/boot/dts/s3c*
1597 F: arch/arm/boot/dts/s5p*
1598 F: arch/arm/boot/dts/samsung*
1599 F: arch/arm/boot/dts/exynos*
1600 F: arch/arm64/boot/dts/exynos/
1601 F: arch/arm/plat-samsung/
1602 F: arch/arm/mach-s3c24*/
1603 F: arch/arm/mach-s3c64xx/
1604 F: arch/arm/mach-s5p*/
1605 F: arch/arm/mach-exynos*/
1606 F: drivers/*/*s3c2410*
1607 F: drivers/*/*/*s3c2410*
1608 F: drivers/memory/samsung/*
1609 F: drivers/soc/samsung/*
1610 F: drivers/spi/spi-s3c*
1611 F: sound/soc/samsung/*
1612 F: Documentation/arm/Samsung/
1613 F: Documentation/devicetree/bindings/arm/samsung/
1614 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1615 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1618 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1619 M: Kyungmin Park <kyungmin.park@samsung.com>
1620 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1622 F: arch/arm/mach-s5pv210/
1624 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1625 M: Kyungmin Park <kyungmin.park@samsung.com>
1626 M: Kamil Debski <k.debski@samsung.com>
1627 L: linux-arm-kernel@lists.infradead.org
1628 L: linux-media@vger.kernel.org
1630 F: drivers/media/platform/s5p-g2d/
1632 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1633 M: Kyungmin Park <kyungmin.park@samsung.com>
1634 M: Kamil Debski <k.debski@samsung.com>
1635 M: Jeongtae Park <jtp.park@samsung.com>
1636 L: linux-arm-kernel@lists.infradead.org
1637 L: linux-media@vger.kernel.org
1639 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1640 F: drivers/media/platform/s5p-mfc/
1642 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1643 M: Kyungmin Park <kyungmin.park@samsung.com>
1644 M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1645 L: linux-arm-kernel@lists.infradead.org
1646 L: linux-media@vger.kernel.org
1648 F: drivers/media/platform/s5p-tv/
1650 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1651 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1652 M: Jacek Anaszewski <j.anaszewski@samsung.com>
1653 L: linux-arm-kernel@lists.infradead.org
1654 L: linux-media@vger.kernel.org
1656 F: drivers/media/platform/s5p-jpeg/
1658 ARM/SHMOBILE ARM ARCHITECTURE
1659 M: Simon Horman <horms@verge.net.au>
1660 M: Magnus Damm <magnus.damm@gmail.com>
1661 L: linux-renesas-soc@vger.kernel.org
1662 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1663 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1665 F: arch/arm/boot/dts/emev2*
1666 F: arch/arm/boot/dts/r7s*
1667 F: arch/arm/boot/dts/r8a*
1668 F: arch/arm/boot/dts/sh*
1669 F: arch/arm/configs/shmobile_defconfig
1670 F: arch/arm/include/debug/renesas-scif.S
1671 F: arch/arm/mach-shmobile/
1673 F: drivers/soc/renesas/
1674 F: include/linux/soc/renesas/
1676 ARM/SOCFPGA ARCHITECTURE
1677 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1679 F: arch/arm/mach-socfpga/
1680 F: arch/arm/boot/dts/socfpga*
1681 F: arch/arm/configs/socfpga_defconfig
1682 F: arch/arm64/boot/dts/altera/
1683 W: http://www.rocketboards.org
1684 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1686 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1687 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1689 F: drivers/clk/socfpga/
1691 ARM/SOCFPGA EDAC SUPPORT
1692 M: Thor Thayer <tthayer@opensource.altera.com>
1694 F: drivers/edac/altera_edac.
1696 ARM/STI ARCHITECTURE
1697 M: Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1698 M: Maxime Coquelin <maxime.coquelin@st.com>
1699 M: Patrice Chotard <patrice.chotard@st.com>
1700 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1701 L: kernel@stlinux.com
1702 W: http://www.stlinux.com
1704 F: arch/arm/mach-sti/
1705 F: arch/arm/boot/dts/sti*
1706 F: drivers/char/hw_random/st-rng.c
1707 F: drivers/clocksource/arm_global_timer.c
1708 F: drivers/clocksource/clksrc_st_lpc.c
1709 F: drivers/cpufreq/sti-cpufreq.c
1710 F: drivers/i2c/busses/i2c-st.c
1711 F: drivers/media/rc/st_rc.c
1712 F: drivers/media/platform/sti/c8sectpfe/
1713 F: drivers/mmc/host/sdhci-st.c
1714 F: drivers/phy/phy-miphy28lp.c
1715 F: drivers/phy/phy-miphy365x.c
1716 F: drivers/phy/phy-stih407-usb.c
1717 F: drivers/phy/phy-stih41x-usb.c
1718 F: drivers/pinctrl/pinctrl-st.c
1719 F: drivers/remoteproc/st_remoteproc.c
1720 F: drivers/reset/sti/
1721 F: drivers/rtc/rtc-st-lpc.c
1722 F: drivers/tty/serial/st-asc.c
1723 F: drivers/usb/dwc3/dwc3-st.c
1724 F: drivers/usb/host/ehci-st.c
1725 F: drivers/usb/host/ohci-st.c
1726 F: drivers/watchdog/st_lpc_wdt.c
1727 F: drivers/ata/ahci_st.c
1729 ARM/STM32 ARCHITECTURE
1730 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1731 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1733 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1735 F: drivers/clocksource/armv7m_systick.c
1737 ARM/TANGO ARCHITECTURE
1738 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1739 L: linux-arm-kernel@lists.infradead.org
1741 F: arch/arm/mach-tango/
1742 F: arch/arm/boot/dts/tango*
1744 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1745 M: Lennert Buytenhek <kernel@wantstofly.org>
1746 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1749 ARM/TETON BGA MACHINE SUPPORT
1750 M: "Mark F. Brown" <mark.brown314@gmail.com>
1751 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1754 ARM/THECUS N2100 MACHINE SUPPORT
1755 M: Lennert Buytenhek <kernel@wantstofly.org>
1756 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1759 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1760 M: Wan ZongShun <mcuos.com@gmail.com>
1761 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1762 W: http://www.mcuos.com
1764 F: arch/arm/mach-w90x900/
1765 F: drivers/input/keyboard/w90p910_keypad.c
1766 F: drivers/input/touchscreen/w90p910_ts.c
1767 F: drivers/watchdog/nuc900_wdt.c
1768 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1769 F: drivers/mtd/nand/nuc900_nand.c
1770 F: drivers/rtc/rtc-nuc900.c
1771 F: drivers/spi/spi-nuc900.c
1772 F: drivers/usb/host/ehci-w90x900.c
1773 F: drivers/video/fbdev/nuc900fb.c
1775 ARM/U300 MACHINE SUPPORT
1776 M: Linus Walleij <linus.walleij@linaro.org>
1777 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1779 F: arch/arm/mach-u300/
1780 F: drivers/clocksource/timer-u300.c
1781 F: drivers/i2c/busses/i2c-stu300.c
1782 F: drivers/rtc/rtc-coh901331.c
1783 F: drivers/watchdog/coh901327_wdt.c
1784 F: drivers/dma/coh901318*
1785 F: drivers/mfd/ab3100*
1786 F: drivers/rtc/rtc-ab3100.c
1787 F: drivers/rtc/rtc-coh901331.c
1788 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1790 ARM/UNIPHIER ARCHITECTURE
1791 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1792 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1794 F: arch/arm/boot/dts/uniphier*
1795 F: arch/arm/include/asm/hardware/cache-uniphier.h
1796 F: arch/arm/mach-uniphier/
1797 F: arch/arm/mm/cache-uniphier.c
1798 F: arch/arm64/boot/dts/socionext/
1799 F: drivers/bus/uniphier-system-bus.c
1800 F: drivers/i2c/busses/i2c-uniphier*
1801 F: drivers/pinctrl/uniphier/
1802 F: drivers/tty/serial/8250/8250_uniphier.c
1805 ARM/Ux500 ARM ARCHITECTURE
1806 M: Linus Walleij <linus.walleij@linaro.org>
1807 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1809 F: arch/arm/mach-ux500/
1810 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1811 F: drivers/dma/ste_dma40*
1812 F: drivers/hwspinlock/u8500_hsem.c
1813 F: drivers/mfd/abx500*
1814 F: drivers/mfd/ab8500*
1815 F: drivers/mfd/dbx500*
1816 F: drivers/mfd/db8500*
1817 F: drivers/pinctrl/nomadik/pinctrl-ab*
1818 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1819 F: drivers/rtc/rtc-ab8500.c
1820 F: drivers/rtc/rtc-pl031.c
1821 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1823 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1824 M: Ulf Hansson <ulf.hansson@linaro.org>
1825 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1826 T: git git://git.linaro.org/people/ulfh/clk.git
1828 F: drivers/clk/ux500/
1829 F: include/linux/platform_data/clk-ux500.h
1831 ARM/VERSATILE EXPRESS PLATFORM
1832 M: Liviu Dudau <liviu.dudau@arm.com>
1833 M: Sudeep Holla <sudeep.holla@arm.com>
1834 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1835 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1837 F: arch/arm/boot/dts/vexpress*
1838 F: arch/arm64/boot/dts/arm/
1839 F: arch/arm/mach-vexpress/
1842 F: drivers/clk/versatile/clk-vexpress-osc.c
1843 F: drivers/clocksource/versatile.c
1847 M: Russell King <linux@armlinux.org.uk>
1848 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1849 W: http://www.armlinux.org.uk/
1853 ARM/VOIPAC PXA270 SUPPORT
1854 M: Marek Vasut <marek.vasut@gmail.com>
1855 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1857 F: arch/arm/mach-pxa/vpac270.c
1858 F: arch/arm/mach-pxa/include/mach/vpac270.h
1860 ARM/VT8500 ARM ARCHITECTURE
1861 M: Tony Prisk <linux@prisktech.co.nz>
1862 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1864 F: arch/arm/mach-vt8500/
1865 F: drivers/clocksource/vt8500_timer.c
1866 F: drivers/i2c/busses/i2c-wmt.c
1867 F: drivers/mmc/host/wmt-sdmmc.c
1868 F: drivers/pwm/pwm-vt8500.c
1869 F: drivers/rtc/rtc-vt8500.c
1870 F: drivers/tty/serial/vt8500_serial.c
1871 F: drivers/usb/host/ehci-platform.c
1872 F: drivers/usb/host/uhci-platform.c
1873 F: drivers/video/fbdev/vt8500lcdfb.*
1874 F: drivers/video/fbdev/wm8505fb*
1875 F: drivers/video/fbdev/wmt_ge_rops.*
1877 ARM/ZIPIT Z2 SUPPORT
1878 M: Marek Vasut <marek.vasut@gmail.com>
1879 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1881 F: arch/arm/mach-pxa/z2.c
1882 F: arch/arm/mach-pxa/include/mach/z2.h
1884 ARM/ZTE ARCHITECTURE
1885 M: Jun Nie <jun.nie@linaro.org>
1886 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1888 F: arch/arm/mach-zx/
1890 F: Documentation/devicetree/bindings/arm/zte.txt
1891 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1893 ARM/ZYNQ ARCHITECTURE
1894 M: Michal Simek <michal.simek@xilinx.com>
1895 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1896 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1897 W: http://wiki.xilinx.com
1898 T: git https://github.com/Xilinx/linux-xlnx.git
1900 F: arch/arm/mach-zynq/
1901 F: drivers/cpuidle/cpuidle-zynq.c
1902 F: drivers/block/xsysace.c
1905 F: drivers/clocksource/cadence_ttc_timer.c
1906 F: drivers/i2c/busses/i2c-cadence.c
1907 F: drivers/mmc/host/sdhci-of-arasan.c
1908 F: drivers/edac/synopsys_edac.c
1911 M: Will Deacon <will.deacon@arm.com>
1912 R: Robin Murphy <robin.murphy@arm.com>
1913 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1915 F: drivers/iommu/arm-smmu.c
1916 F: drivers/iommu/arm-smmu-v3.c
1917 F: drivers/iommu/io-pgtable-arm.c
1918 F: drivers/iommu/io-pgtable-arm-v7s.c
1920 ARM64 PORT (AARCH64 ARCHITECTURE)
1921 M: Catalin Marinas <catalin.marinas@arm.com>
1922 M: Will Deacon <will.deacon@arm.com>
1923 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1924 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1927 F: Documentation/arm64/
1929 AS3645A LED FLASH CONTROLLER DRIVER
1930 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1931 L: linux-media@vger.kernel.org
1932 T: git git://linuxtv.org/media_tree.git
1934 F: drivers/media/i2c/as3645a.c
1935 F: include/media/i2c/as3645a.h
1937 ASC7621 HARDWARE MONITOR DRIVER
1938 M: George Joseph <george.joseph@fairview5.com>
1939 L: linux-hwmon@vger.kernel.org
1941 F: Documentation/hwmon/asc7621
1942 F: drivers/hwmon/asc7621.c
1944 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1945 M: Corentin Chary <corentin.chary@gmail.com>
1946 L: acpi4asus-user@lists.sourceforge.net
1947 L: platform-driver-x86@vger.kernel.org
1948 W: http://acpi4asus.sf.net
1950 F: drivers/platform/x86/asus*.c
1951 F: drivers/platform/x86/eeepc*.c
1953 ASUS WIRELESS RADIO CONTROL DRIVER
1954 M: João Paulo Rechi Vita <jprvita@gmail.com>
1955 L: platform-driver-x86@vger.kernel.org
1957 F: drivers/platform/x86/asus-wireless.c
1960 M: David Howells <dhowells@redhat.com>
1961 L: keyrings@vger.kernel.org
1963 F: Documentation/crypto/asymmetric-keys.txt
1964 F: include/linux/verification.h
1965 F: include/crypto/public_key.h
1966 F: include/crypto/pkcs7.h
1967 F: crypto/asymmetric_keys/
1969 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1970 R: Dan Williams <dan.j.williams@intel.com>
1971 W: http://sourceforge.net/projects/xscaleiop
1973 F: Documentation/crypto/async-tx-api.txt
1976 F: include/linux/dmaengine.h
1977 F: include/linux/async_tx.h
1980 M: Wolfram Sang <wsa@the-dreams.de>
1981 L: linux-i2c@vger.kernel.org
1983 F: drivers/misc/eeprom/at24.c
1984 F: include/linux/platform_data/at24.h
1986 ATA OVER ETHERNET (AOE) DRIVER
1987 M: "Ed L. Cashin" <ed.cashin@acm.org>
1988 W: http://www.openaoe.org/
1990 F: Documentation/aoe/
1991 F: drivers/block/aoe/
1993 ATHEROS 71XX/9XXX GPIO DRIVER
1994 M: Alban Bedel <albeu@free.fr>
1995 W: https://github.com/AlbanBedel/linux
1996 T: git git://github.com/AlbanBedel/linux
1998 F: drivers/gpio/gpio-ath79.c
1999 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2001 ATHEROS ATH GENERIC UTILITIES
2002 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2003 L: linux-wireless@vger.kernel.org
2005 F: drivers/net/wireless/ath/*
2007 ATHEROS ATH5K WIRELESS DRIVER
2008 M: Jiri Slaby <jirislaby@gmail.com>
2009 M: Nick Kossifidis <mickflemm@gmail.com>
2010 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2011 L: linux-wireless@vger.kernel.org
2012 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2014 F: drivers/net/wireless/ath/ath5k/
2016 ATHEROS ATH6KL WIRELESS DRIVER
2017 M: Kalle Valo <kvalo@qca.qualcomm.com>
2018 L: linux-wireless@vger.kernel.org
2019 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2020 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2022 F: drivers/net/wireless/ath/ath6kl/
2024 WILOCITY WIL6210 WIRELESS DRIVER
2025 M: Maya Erez <qca_merez@qca.qualcomm.com>
2026 L: linux-wireless@vger.kernel.org
2027 L: wil6210@qca.qualcomm.com
2029 W: http://wireless.kernel.org/en/users/Drivers/wil6210
2030 F: drivers/net/wireless/ath/wil6210/
2031 F: include/uapi/linux/wil6210_uapi.h
2033 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2034 M: Christian Lamparter <chunkeey@googlemail.com>
2035 L: linux-wireless@vger.kernel.org
2036 W: http://wireless.kernel.org/en/users/Drivers/carl9170
2038 F: drivers/net/wireless/ath/carl9170/
2040 ATK0110 HWMON DRIVER
2041 M: Luca Tettamanti <kronos.it@gmail.com>
2042 L: linux-hwmon@vger.kernel.org
2044 F: drivers/hwmon/asus_atk0110.c
2047 M: Ville Syrjala <syrjala@sci.fi>
2049 F: drivers/input/misc/ati_remote2.c
2051 ATLX ETHERNET DRIVERS
2052 M: Jay Cliburn <jcliburn@gmail.com>
2053 M: Chris Snook <chris.snook@gmail.com>
2054 L: netdev@vger.kernel.org
2055 W: http://sourceforge.net/projects/atl1
2056 W: http://atl1.sourceforge.net
2058 F: drivers/net/ethernet/atheros/
2061 M: Chas Williams <3chas3@gmail.com>
2062 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2063 L: netdev@vger.kernel.org
2064 W: http://linux-atm.sourceforge.net
2067 F: include/linux/atm*
2068 F: include/uapi/linux/atm*
2070 ATMEL AT91 / AT32 MCI DRIVER
2071 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2073 F: drivers/mmc/host/atmel-mci.c
2075 ATMEL AT91 / AT32 SERIAL DRIVER
2076 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2078 F: drivers/tty/serial/atmel_serial.c
2080 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2081 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2083 F: drivers/power/reset/at91-sama5d2_shdwc.c
2085 ATMEL SAMA5D2 ADC DRIVER
2086 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2087 L: linux-iio@vger.kernel.org
2089 F: drivers/iio/adc/at91-sama5d2_adc.c
2091 ATMEL Audio ALSA driver
2092 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2093 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2098 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2099 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2101 F: drivers/dma/at_hdmac.c
2102 F: drivers/dma/at_hdmac_regs.h
2103 F: include/linux/platform_data/dma-atmel.h
2106 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2107 L: linux-arm-kernel@lists.infradead.org
2108 L: dmaengine@vger.kernel.org
2110 F: drivers/dma/at_xdmac.c
2113 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2114 L: linux-i2c@vger.kernel.org
2116 F: drivers/i2c/busses/i2c-at91.c
2119 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2120 L: linux-media@vger.kernel.org
2122 F: drivers/media/platform/soc_camera/atmel-isi.c
2123 F: include/media/atmel-isi.h
2126 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2127 L: linux-fbdev@vger.kernel.org
2129 F: drivers/video/fbdev/atmel_lcdfb.c
2130 F: include/video/atmel_lcdc.h
2132 ATMEL MACB ETHERNET DRIVER
2133 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2135 F: drivers/net/ethernet/cadence/
2138 M: Wenyou Yang <wenyou.yang@atmel.com>
2139 M: Josh Wu <rainyfeeling@outlook.com>
2140 L: linux-mtd@lists.infradead.org
2142 F: drivers/mtd/nand/atmel_nand*
2145 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2146 L: linux-mmc@vger.kernel.org
2148 F: drivers/mmc/host/sdhci-of-at91.c
2151 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2153 F: drivers/spi/spi-atmel.*
2156 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2157 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2159 F: drivers/misc/atmel-ssc.c
2160 F: include/linux/atmel-ssc.h
2162 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2163 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2164 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2166 F: drivers/misc/atmel_tclib.c
2167 F: drivers/clocksource/tcb_clksrc.c
2169 ATMEL USBA UDC DRIVER
2170 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2171 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2173 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2175 ATMEL WIRELESS DRIVER
2176 M: Simon Kelley <simon@thekelleys.org.uk>
2177 L: linux-wireless@vger.kernel.org
2178 W: http://www.thekelleys.org.uk/atmel
2179 W: http://atmelwlandriver.sourceforge.net/
2181 F: drivers/net/wireless/atmel/atmel*
2183 ATMEL MAXTOUCH DRIVER
2184 M: Nick Dyer <nick.dyer@itdev.co.uk>
2185 T: git git://github.com/atmel-maxtouch/linux.git
2187 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2188 F: drivers/input/touchscreen/atmel_mxt_ts.c
2189 F: include/linux/platform_data/atmel_mxt_ts.h
2191 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2192 M: Bradley Grove <linuxdrivers@attotech.com>
2193 L: linux-scsi@vger.kernel.org
2194 W: http://www.attotech.com
2196 F: drivers/scsi/esas2r
2198 ATUSB IEEE 802.15.4 RADIO DRIVER
2199 M: Stefan Schmidt <stefan@osg.samsung.com>
2200 L: linux-wpan@vger.kernel.org
2202 F: drivers/net/ieee802154/atusb.c
2203 F: drivers/net/ieee802154/atusb.h
2204 F: drivers/net/ieee802154/at86rf230.h
2207 M: Paul Moore <paul@paul-moore.com>
2208 M: Eric Paris <eparis@redhat.com>
2209 L: linux-audit@redhat.com (moderated for non-subscribers)
2210 W: http://people.redhat.com/sgrubb/audit/
2211 T: git git://git.infradead.org/users/pcmoore/audit
2213 F: include/linux/audit.h
2214 F: include/uapi/linux/audit.h
2217 AUXILIARY DISPLAY DRIVERS
2218 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2219 W: http://miguelojeda.es/auxdisplay.htm
2220 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2222 F: drivers/auxdisplay/
2223 F: include/linux/cfag12864b.h
2226 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2227 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2228 W: http://www.atmel.com/products/AVR32/
2229 W: http://mirror.egtvedt.no/avr32linux.org/
2230 W: http://avrfreaks.net/
2234 AVR32/AT32AP MACHINE SUPPORT
2235 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2236 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2238 F: arch/avr32/mach-at32ap/
2241 M: Ralf Baechle <ralf@linux-mips.org>
2242 L: linux-hams@vger.kernel.org
2243 W: http://www.linux-ax25.org/
2245 F: include/uapi/linux/ax25.h
2246 F: include/net/ax25.h
2250 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2251 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2252 L: linux-media@vger.kernel.org
2253 W: https://linuxtv.org
2254 T: git git://linuxtv.org/media_tree.git
2256 F: drivers/media/usb/dvb-usb-v2/az6007.c
2258 AZTECH FM RADIO RECEIVER DRIVER
2259 M: Hans Verkuil <hverkuil@xs4all.nl>
2260 L: linux-media@vger.kernel.org
2261 T: git git://linuxtv.org/media_tree.git
2262 W: https://linuxtv.org
2264 F: drivers/media/radio/radio-aztech*
2267 L: linux-wireless@vger.kernel.org
2268 L: b43-dev@lists.infradead.org
2269 W: http://wireless.kernel.org/en/users/Drivers/b43
2271 F: drivers/net/wireless/broadcom/b43/
2273 B43LEGACY WIRELESS DRIVER
2274 M: Larry Finger <Larry.Finger@lwfinger.net>
2275 L: linux-wireless@vger.kernel.org
2276 L: b43-dev@lists.infradead.org
2277 W: http://wireless.kernel.org/en/users/Drivers/b43
2279 F: drivers/net/wireless/broadcom/b43legacy/
2281 BACKLIGHT CLASS/SUBSYSTEM
2282 M: Jingoo Han <jingoohan1@gmail.com>
2283 M: Lee Jones <lee.jones@linaro.org>
2284 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2286 F: drivers/video/backlight/
2287 F: include/linux/backlight.h
2290 M: Marek Lindner <mareklindner@neomailbox.ch>
2291 M: Simon Wunderlich <sw@simonwunderlich.de>
2292 M: Antonio Quartulli <a@unstable.cc>
2293 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2294 W: https://www.open-mesh.org/
2295 Q: https://patchwork.open-mesh.org/project/batman/list/
2297 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2298 F: Documentation/ABI/testing/sysfs-class-net-mesh
2299 F: Documentation/networking/batman-adv.txt
2302 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2303 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2304 L: linux-hams@vger.kernel.org
2305 W: http://www.baycom.org/~tom/ham/ham.html
2307 F: drivers/net/hamradio/baycom*
2309 BCACHE (BLOCK LAYER CACHE)
2310 M: Kent Overstreet <kent.overstreet@gmail.com>
2311 L: linux-bcache@vger.kernel.org
2312 W: http://bcache.evilpiepirate.org
2314 F: drivers/md/bcache/
2316 BDISP ST MEDIA DRIVER
2317 M: Fabien Dessenne <fabien.dessenne@st.com>
2318 L: linux-media@vger.kernel.org
2319 T: git git://linuxtv.org/media_tree.git
2320 W: https://linuxtv.org
2322 F: drivers/media/platform/sti/bdisp
2326 F: Documentation/filesystems/befs.txt
2329 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2330 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2331 L: netdev@vger.kernel.org
2333 F: drivers/net/ethernet/ec_bhf.c
2336 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2338 F: Documentation/filesystems/bfs.txt
2340 F: include/uapi/linux/bfs_fs.h
2342 BLACKFIN ARCHITECTURE
2343 M: Steven Miao <realmz6@gmail.com>
2344 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2345 T: git git://git.code.sf.net/p/adi-linux/code
2346 W: http://blackfin.uclinux.org
2350 BLACKFIN EMAC DRIVER
2351 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2352 W: http://blackfin.uclinux.org
2354 F: drivers/net/ethernet/adi/
2357 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2358 W: http://blackfin.uclinux.org
2360 F: drivers/rtc/rtc-bfin.c
2363 M: Sonic Zhang <sonic.zhang@analog.com>
2364 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2365 W: http://blackfin.uclinux.org
2367 F: drivers/mmc/host/bfin_sdh.c
2369 BLACKFIN SERIAL DRIVER
2370 M: Sonic Zhang <sonic.zhang@analog.com>
2371 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2372 W: http://blackfin.uclinux.org
2374 F: drivers/tty/serial/bfin_uart.c
2376 BLACKFIN WATCHDOG DRIVER
2377 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2378 W: http://blackfin.uclinux.org
2380 F: drivers/watchdog/bfin_wdt.c
2382 BLACKFIN I2C TWI DRIVER
2383 M: Sonic Zhang <sonic.zhang@analog.com>
2384 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2385 W: http://blackfin.uclinux.org/
2387 F: drivers/i2c/busses/i2c-bfin-twi.c
2389 BLACKFIN MEDIA DRIVER
2390 M: Scott Jiang <scott.jiang.linux@gmail.com>
2391 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2392 W: http://blackfin.uclinux.org/
2394 F: drivers/media/platform/blackfin/
2395 F: drivers/media/i2c/adv7183*
2396 F: drivers/media/i2c/vs6624*
2398 BLINKM RGB LED DRIVER
2399 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2401 F: drivers/leds/leds-blinkm.c
2404 M: Jens Axboe <axboe@kernel.dk>
2405 L: linux-block@vger.kernel.org
2406 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2409 F: kernel/trace/blktrace.c
2412 M: Joern Engel <joern@lazybastard.org>
2413 L: linux-mtd@lists.infradead.org
2415 F: drivers/mtd/devices/block2mtd.c
2418 M: Marcel Holtmann <marcel@holtmann.org>
2419 M: Gustavo Padovan <gustavo@padovan.org>
2420 M: Johan Hedberg <johan.hedberg@gmail.com>
2421 L: linux-bluetooth@vger.kernel.org
2422 W: http://www.bluez.org/
2423 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2424 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2426 F: drivers/bluetooth/
2429 M: Marcel Holtmann <marcel@holtmann.org>
2430 M: Gustavo Padovan <gustavo@padovan.org>
2431 M: Johan Hedberg <johan.hedberg@gmail.com>
2432 L: linux-bluetooth@vger.kernel.org
2433 W: http://www.bluez.org/
2434 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2435 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2438 F: include/net/bluetooth/
2441 M: Jay Vosburgh <j.vosburgh@gmail.com>
2442 M: Veaceslav Falico <vfalico@gmail.com>
2443 M: Andy Gospodarek <gospo@cumulusnetworks.com>
2444 L: netdev@vger.kernel.org
2445 W: http://sourceforge.net/projects/bonding/
2447 F: drivers/net/bonding/
2448 F: include/uapi/linux/if_bonding.h
2450 BPF (Safe dynamic programs and tools)
2451 M: Alexei Starovoitov <ast@kernel.org>
2452 L: netdev@vger.kernel.org
2453 L: linux-kernel@vger.kernel.org
2457 BROADCOM B44 10/100 ETHERNET DRIVER
2458 M: Gary Zambrano <zambrano@broadcom.com>
2459 L: netdev@vger.kernel.org
2461 F: drivers/net/ethernet/broadcom/b44.*
2463 BROADCOM GENET ETHERNET DRIVER
2464 M: Florian Fainelli <f.fainelli@gmail.com>
2465 L: netdev@vger.kernel.org
2467 F: drivers/net/ethernet/broadcom/genet/
2469 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2470 M: Sony Chacko <sony.chacko@qlogic.com>
2471 M: Dept-HSGLinuxNICDev@qlogic.com
2472 L: netdev@vger.kernel.org
2474 F: drivers/net/ethernet/broadcom/bnx2.*
2475 F: drivers/net/ethernet/broadcom/bnx2_*
2477 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2478 M: Ariel Elior <ariel.elior@qlogic.com>
2479 L: netdev@vger.kernel.org
2481 F: drivers/net/ethernet/broadcom/bnx2x/
2483 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2484 M: Florian Fainelli <f.fainelli@gmail.com>
2485 M: Ray Jui <rjui@broadcom.com>
2486 M: Scott Branden <sbranden@broadcom.com>
2487 L: bcm-kernel-feedback-list@broadcom.com
2488 T: git git://github.com/broadcom/mach-bcm
2490 F: arch/arm/mach-bcm/
2491 F: arch/arm/boot/dts/bcm113*
2492 F: arch/arm/boot/dts/bcm216*
2493 F: arch/arm/boot/dts/bcm281*
2494 F: arch/arm64/boot/dts/broadcom/
2495 F: arch/arm/configs/bcm_defconfig
2496 F: drivers/mmc/host/sdhci-bcm-kona.c
2497 F: drivers/clocksource/bcm_kona_timer.c
2499 BROADCOM BCM2835 ARM ARCHITECTURE
2500 M: Stephen Warren <swarren@wwwdotorg.org>
2501 M: Lee Jones <lee@kernel.org>
2502 M: Eric Anholt <eric@anholt.net>
2503 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2504 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2505 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2509 BROADCOM BCM47XX MIPS ARCHITECTURE
2510 M: Hauke Mehrtens <hauke@hauke-m.de>
2511 M: Rafał Miłecki <zajec5@gmail.com>
2512 L: linux-mips@linux-mips.org
2514 F: Documentation/devicetree/bindings/mips/brcm/
2515 F: arch/mips/bcm47xx/*
2516 F: arch/mips/include/asm/mach-bcm47xx/*
2518 BROADCOM BCM5301X ARM ARCHITECTURE
2519 M: Hauke Mehrtens <hauke@hauke-m.de>
2520 L: linux-arm-kernel@lists.infradead.org
2522 F: arch/arm/mach-bcm/bcm_5301x.c
2523 F: arch/arm/boot/dts/bcm5301x.dtsi
2524 F: arch/arm/boot/dts/bcm470*
2526 BROADCOM BCM63XX ARM ARCHITECTURE
2527 M: Florian Fainelli <f.fainelli@gmail.com>
2528 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2529 L: bcm-kernel-feedback-list@broadcom.com
2530 T: git git://github.com/broadcom/stblinux.git
2532 F: arch/arm/mach-bcm/bcm63xx.c
2533 F: arch/arm/include/debug/bcm63xx.S
2535 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2536 M: Kevin Cernekee <cernekee@gmail.com>
2537 L: linux-usb@vger.kernel.org
2539 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2541 BROADCOM BCM7XXX ARM ARCHITECTURE
2542 M: Brian Norris <computersforpeace@gmail.com>
2543 M: Gregory Fong <gregory.0xf0@gmail.com>
2544 M: Florian Fainelli <f.fainelli@gmail.com>
2545 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2546 L: bcm-kernel-feedback-list@broadcom.com
2547 T: git git://github.com/broadcom/stblinux.git
2549 F: arch/arm/mach-bcm/*brcmstb*
2550 F: arch/arm/boot/dts/bcm7*.dts*
2551 F: drivers/bus/brcmstb_gisb.c
2554 BROADCOM BMIPS MIPS ARCHITECTURE
2555 M: Kevin Cernekee <cernekee@gmail.com>
2556 M: Florian Fainelli <f.fainelli@gmail.com>
2557 L: linux-mips@linux-mips.org
2558 T: git git://github.com/broadcom/stblinux.git
2560 F: arch/mips/bmips/*
2561 F: arch/mips/include/asm/mach-bmips/*
2562 F: arch/mips/kernel/*bmips*
2563 F: arch/mips/boot/dts/brcm/bcm*.dts*
2564 F: drivers/irqchip/irq-bcm63*
2565 F: drivers/irqchip/irq-bcm7*
2566 F: drivers/irqchip/irq-brcmstb*
2567 F: include/linux/bcm963xx_nvram.h
2568 F: include/linux/bcm963xx_tag.h
2570 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2571 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2572 M: Prashant Sreedharan <prashant@broadcom.com>
2573 M: Michael Chan <mchan@broadcom.com>
2574 L: netdev@vger.kernel.org
2576 F: drivers/net/ethernet/broadcom/tg3.*
2578 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2579 M: Brett Rudley <brudley@broadcom.com>
2580 M: Arend van Spriel <arend@broadcom.com>
2581 M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
2582 M: Hante Meuleman <meuleman@broadcom.com>
2583 L: linux-wireless@vger.kernel.org
2584 L: brcm80211-dev-list@broadcom.com
2586 F: drivers/net/wireless/broadcom/brcm80211/
2588 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2589 M: QLogic-Storage-Upstream@qlogic.com
2590 L: linux-scsi@vger.kernel.org
2592 F: drivers/scsi/bnx2fc/
2594 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2595 M: QLogic-Storage-Upstream@qlogic.com
2596 L: linux-scsi@vger.kernel.org
2598 F: drivers/scsi/bnx2i/
2600 BROADCOM IPROC ARM ARCHITECTURE
2601 M: Ray Jui <rjui@broadcom.com>
2602 M: Scott Branden <sbranden@broadcom.com>
2603 M: Jon Mason <jonmason@broadcom.com>
2604 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2605 L: bcm-kernel-feedback-list@broadcom.com
2606 T: git git://github.com/broadcom/cygnus-linux.git
2622 BROADCOM BRCMSTB GPIO DRIVER
2623 M: Gregory Fong <gregory.0xf0@gmail.com>
2624 L: bcm-kernel-feedback-list@broadcom.com
2626 F: drivers/gpio/gpio-brcmstb.c
2627 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2629 BROADCOM KONA GPIO DRIVER
2630 M: Ray Jui <rjui@broadcom.com>
2631 L: bcm-kernel-feedback-list@broadcom.com
2633 F: drivers/gpio/gpio-bcm-kona.c
2634 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2636 BROADCOM NVRAM DRIVER
2637 M: Rafał Miłecki <zajec5@gmail.com>
2638 L: linux-mips@linux-mips.org
2640 F: drivers/firmware/broadcom/*
2642 BROADCOM STB NAND FLASH DRIVER
2643 M: Brian Norris <computersforpeace@gmail.com>
2644 M: Kamal Dasu <kdasu.kdev@gmail.com>
2645 L: linux-mtd@lists.infradead.org
2646 L: bcm-kernel-feedback-list@broadcom.com
2648 F: drivers/mtd/nand/brcmnand/
2650 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2651 M: Rafał Miłecki <zajec5@gmail.com>
2652 L: linux-wireless@vger.kernel.org
2655 F: include/linux/bcma/
2657 BROADCOM SYSTEMPORT ETHERNET DRIVER
2658 M: Florian Fainelli <f.fainelli@gmail.com>
2659 L: netdev@vger.kernel.org
2661 F: drivers/net/ethernet/broadcom/bcmsysport.*
2663 BROADCOM VULCAN ARM64 SOC
2664 M: Jayachandran C. <jchandra@broadcom.com>
2665 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2666 L: bcm-kernel-feedback-list@broadcom.com
2668 F: arch/arm64/boot/dts/broadcom/vulcan*
2670 BROCADE BFA FC SCSI DRIVER
2671 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2672 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2673 L: linux-scsi@vger.kernel.org
2675 F: drivers/scsi/bfa/
2677 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2678 M: Rasesh Mody <rasesh.mody@qlogic.com>
2679 L: netdev@vger.kernel.org
2681 F: drivers/net/ethernet/brocade/bna/
2683 BSG (block layer generic sg v4 driver)
2684 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2685 L: linux-scsi@vger.kernel.org
2688 F: include/linux/bsg.h
2689 F: include/uapi/linux/bsg.h
2692 M: Clemens Ladisch <clemens@ladisch.de>
2693 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2694 T: git git://git.alsa-project.org/alsa-kernel.git
2696 F: Documentation/sound/alsa/Bt87x.txt
2697 F: sound/pci/bt87x.c
2700 M: Michael Buesch <m@bues.ch>
2701 W: http://bu3sch.de/btgpio.php
2703 F: drivers/gpio/gpio-bt8xx.c
2706 M: Chris Mason <clm@fb.com>
2707 M: Josef Bacik <jbacik@fb.com>
2708 M: David Sterba <dsterba@suse.com>
2709 L: linux-btrfs@vger.kernel.org
2710 W: http://btrfs.wiki.kernel.org/
2711 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2712 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2714 F: Documentation/filesystems/btrfs.txt
2717 BTTV VIDEO4LINUX DRIVER
2718 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2719 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2720 L: linux-media@vger.kernel.org
2721 W: https://linuxtv.org
2722 T: git git://linuxtv.org/media_tree.git
2724 F: Documentation/video4linux/bttv/
2725 F: drivers/media/pci/bt8xx/bttv*
2727 BUSLOGIC SCSI DRIVER
2728 M: Khalid Aziz <khalid@gonehiking.org>
2729 L: linux-scsi@vger.kernel.org
2731 F: drivers/scsi/BusLogic.*
2732 F: drivers/scsi/FlashPoint.*
2734 C-MEDIA CMI8788 DRIVER
2735 M: Clemens Ladisch <clemens@ladisch.de>
2736 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2737 T: git git://git.alsa-project.org/alsa-kernel.git
2739 F: sound/pci/oxygen/
2742 M: Mark Salter <msalter@redhat.com>
2743 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2744 L: linux-c6x-dev@linux-c6x.org
2745 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2749 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2750 M: David Howells <dhowells@redhat.com>
2751 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2753 F: Documentation/filesystems/caching/cachefiles.txt
2756 CADET FM/AM RADIO RECEIVER DRIVER
2757 M: Hans Verkuil <hverkuil@xs4all.nl>
2758 L: linux-media@vger.kernel.org
2759 T: git git://linuxtv.org/media_tree.git
2760 W: https://linuxtv.org
2762 F: drivers/media/radio/radio-cadet*
2764 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2765 M: Jonathan Corbet <corbet@lwn.net>
2766 L: linux-media@vger.kernel.org
2767 T: git git://linuxtv.org/media_tree.git
2769 F: Documentation/video4linux/cafe_ccic
2770 F: drivers/media/platform/marvell-ccic/
2773 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2774 L: netdev@vger.kernel.org
2776 F: Documentation/networking/caif/
2777 F: drivers/net/caif/
2778 F: include/uapi/linux/caif/
2779 F: include/net/caif/
2782 CALGARY x86-64 IOMMU
2783 M: Muli Ben-Yehuda <mulix@mulix.org>
2784 M: Jon Mason <jdmason@kudzu.us>
2785 L: iommu@lists.linux-foundation.org
2787 F: arch/x86/kernel/pci-calgary_64.c
2788 F: arch/x86/kernel/tce_64.c
2789 F: arch/x86/include/asm/calgary.h
2790 F: arch/x86/include/asm/tce.h
2793 M: Oliver Hartkopp <socketcan@hartkopp.net>
2794 M: Marc Kleine-Budde <mkl@pengutronix.de>
2795 L: linux-can@vger.kernel.org
2796 W: https://github.com/linux-can
2797 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2798 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2800 F: Documentation/networking/can.txt
2802 F: include/linux/can/core.h
2803 F: include/uapi/linux/can.h
2804 F: include/uapi/linux/can/bcm.h
2805 F: include/uapi/linux/can/raw.h
2806 F: include/uapi/linux/can/gw.h
2809 M: Wolfgang Grandegger <wg@grandegger.com>
2810 M: Marc Kleine-Budde <mkl@pengutronix.de>
2811 L: linux-can@vger.kernel.org
2812 W: https://github.com/linux-can
2813 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2814 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2817 F: include/linux/can/dev.h
2818 F: include/linux/can/platform/
2819 F: include/uapi/linux/can/error.h
2820 F: include/uapi/linux/can/netlink.h
2823 M: Serge Hallyn <serge.hallyn@canonical.com>
2824 L: linux-security-module@vger.kernel.org
2826 F: include/linux/capability.h
2827 F: include/uapi/linux/capability.h
2828 F: security/commoncap.c
2829 F: kernel/capability.c
2831 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2832 M: Kevin Tsai <ktsai@capellamicro.com>
2834 F: drivers/iio/light/cm*
2835 F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2837 CAVIUM LIQUIDIO NETWORK DRIVER
2838 M: Derek Chickles <derek.chickles@caviumnetworks.com>
2839 M: Satanand Burla <satananda.burla@caviumnetworks.com>
2840 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2841 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2842 L: netdev@vger.kernel.org
2843 W: http://www.cavium.com
2845 F: drivers/net/ethernet/cavium/liquidio/
2847 CC2520 IEEE-802.15.4 RADIO DRIVER
2848 M: Varka Bhadram <varkabhadram@gmail.com>
2849 L: linux-wpan@vger.kernel.org
2851 F: drivers/net/ieee802154/cc2520.c
2852 F: include/linux/spi/cc2520.h
2853 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2855 CELL BROADBAND ENGINE ARCHITECTURE
2856 M: Arnd Bergmann <arnd@arndb.de>
2857 L: linuxppc-dev@lists.ozlabs.org
2858 W: http://www.ibm.com/developerworks/power/cell/
2860 F: arch/powerpc/include/asm/cell*.h
2861 F: arch/powerpc/include/asm/spu*.h
2862 F: arch/powerpc/include/uapi/asm/spu*.h
2863 F: arch/powerpc/oprofile/*cell*
2864 F: arch/powerpc/platforms/cell/
2866 CEPH COMMON CODE (LIBCEPH)
2867 M: Ilya Dryomov <idryomov@gmail.com>
2868 M: "Yan, Zheng" <zyan@redhat.com>
2869 M: Sage Weil <sage@redhat.com>
2870 L: ceph-devel@vger.kernel.org
2872 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2873 T: git git://github.com/ceph/ceph-client.git
2876 F: include/linux/ceph/
2877 F: include/linux/crush/
2879 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2880 M: "Yan, Zheng" <zyan@redhat.com>
2881 M: Sage Weil <sage@redhat.com>
2882 M: Ilya Dryomov <idryomov@gmail.com>
2883 L: ceph-devel@vger.kernel.org
2885 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2886 T: git git://github.com/ceph/ceph-client.git
2888 F: Documentation/filesystems/ceph.txt
2891 CERTIFICATE HANDLING:
2892 M: David Howells <dhowells@redhat.com>
2893 M: David Woodhouse <dwmw2@infradead.org>
2894 L: keyrings@vger.kernel.org
2896 F: Documentation/module-signing.txt
2898 F: scripts/sign-file.c
2899 F: scripts/extract-cert.c
2901 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2902 L: linux-usb@vger.kernel.org
2904 F: Documentation/usb/WUSB-Design-overview.txt
2905 F: Documentation/usb/wusb-cbaf
2906 F: drivers/usb/host/hwa-hc.c
2907 F: drivers/usb/host/whci/
2908 F: drivers/usb/wusbcore/
2909 F: include/linux/usb/wusb*
2911 CFAG12864B LCD DRIVER
2912 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2913 W: http://miguelojeda.es/auxdisplay.htm
2914 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2916 F: drivers/auxdisplay/cfag12864b.c
2917 F: include/linux/cfag12864b.h
2919 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2920 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2921 W: http://miguelojeda.es/auxdisplay.htm
2922 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2924 F: drivers/auxdisplay/cfag12864bfb.c
2925 F: include/linux/cfag12864b.h
2927 CFG80211 and NL80211
2928 M: Johannes Berg <johannes@sipsolutions.net>
2929 L: linux-wireless@vger.kernel.org
2930 W: http://wireless.kernel.org/
2931 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2932 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2934 F: include/uapi/linux/nl80211.h
2935 F: include/net/cfg80211.h
2937 X: net/wireless/wext*
2939 CHAR and MISC DRIVERS
2940 M: Arnd Bergmann <arnd@arndb.de>
2941 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2942 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2946 F: include/linux/miscdevice.h
2949 M: Andy Whitcroft <apw@canonical.com>
2950 M: Joe Perches <joe@perches.com>
2952 F: scripts/checkpatch.pl
2954 CHINESE DOCUMENTATION
2955 M: Harry Wei <harryxiyou@gmail.com>
2956 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2957 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2959 F: Documentation/zh_CN/
2961 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2962 M: Peter Chen <Peter.Chen@nxp.com>
2963 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2964 L: linux-usb@vger.kernel.org
2966 F: drivers/usb/chipidea/
2968 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2969 M: Hans de Goede <hdegoede@redhat.com>
2970 L: linux-input@vger.kernel.org
2972 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2973 F: drivers/input/touchscreen/chipone_icn8318.c
2975 CHROME HARDWARE PLATFORM SUPPORT
2976 M: Olof Johansson <olof@lixom.net>
2978 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2979 F: drivers/platform/chrome/
2981 CISCO VIC ETHERNET NIC DRIVER
2982 M: Christian Benvenuti <benve@cisco.com>
2983 M: Sujith Sankar <ssujith@cisco.com>
2984 M: Govindarajulu Varadarajan <_govind@gmx.com>
2985 M: Neel Patel <neepatel@cisco.com>
2987 F: drivers/net/ethernet/cisco/enic/
2989 CISCO VIC LOW LATENCY NIC DRIVER
2990 M: Christian Benvenuti <benve@cisco.com>
2991 M: Dave Goodell <dgoodell@cisco.com>
2993 F: drivers/infiniband/hw/usnic/
2995 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2996 M: Hartley Sweeten <hsweeten@visionengravers.com>
2997 L: netdev@vger.kernel.org
2999 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3001 CIRRUS LOGIC AUDIO CODEC DRIVERS
3002 M: Brian Austin <brian.austin@cirrus.com>
3003 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3004 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3006 F: sound/soc/codecs/cs*
3009 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3010 L: linux-kernel@vger.kernel.org
3013 F: include/linux/cleancache.h
3016 M: Russell King <linux@armlinux.org.uk>
3017 L: linux-clk@vger.kernel.org
3019 F: include/linux/clk.h
3021 CLOCKSOURCE, CLOCKEVENT DRIVERS
3022 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3023 M: Thomas Gleixner <tglx@linutronix.de>
3024 L: linux-kernel@vger.kernel.org
3025 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3027 F: drivers/clocksource
3029 CISCO FCOE HBA DRIVER
3030 M: Hiral Patel <hiralpat@cisco.com>
3031 M: Suma Ramars <sramars@cisco.com>
3032 M: Brian Uchino <buchino@cisco.com>
3033 L: linux-scsi@vger.kernel.org
3035 F: drivers/scsi/fnic/
3037 CISCO SCSI HBA DRIVER
3038 M: Narsimhulu Musini <nmusini@cisco.com>
3039 M: Sesidhar Baddela <sebaddel@cisco.com>
3040 L: linux-scsi@vger.kernel.org
3042 F: drivers/scsi/snic/
3045 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3046 M: Daniel Oliveira Nascimento <don@syst.com.br>
3047 L: platform-driver-x86@vger.kernel.org
3049 F: drivers/platform/x86/classmate-laptop.c
3052 M: Hans Verkuil <hans.verkuil@cisco.com>
3053 L: linux-media@vger.kernel.org
3054 T: git git://linuxtv.org/media_tree.git
3055 W: https://linuxtv.org
3057 F: drivers/media/pci/cobalt/
3059 COCCINELLE/Semantic Patches (SmPL)
3060 M: Julia Lawall <Julia.Lawall@lip6.fr>
3061 M: Gilles Muller <Gilles.Muller@lip6.fr>
3062 M: Nicolas Palix <nicolas.palix@imag.fr>
3063 M: Michal Marek <mmarek@suse.com>
3064 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3065 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3066 W: http://coccinelle.lip6.fr/
3068 F: Documentation/coccinelle.txt
3069 F: scripts/coccinelle/
3070 F: scripts/coccicheck
3073 M: Jan Harkes <jaharkes@cs.cmu.edu>
3075 L: codalist@coda.cs.cmu.edu
3076 W: http://www.coda.cs.cmu.edu/
3078 F: Documentation/filesystems/coda.txt
3080 F: include/linux/coda*.h
3081 F: include/uapi/linux/coda*.h
3083 CODA V4L2 MEM2MEM DRIVER
3084 M: Philipp Zabel <p.zabel@pengutronix.de>
3085 L: linux-media@vger.kernel.org
3087 F: Documentation/devicetree/bindings/media/coda.txt
3088 F: drivers/media/platform/coda/
3090 COMMON CLK FRAMEWORK
3091 M: Michael Turquette <mturquette@baylibre.com>
3092 M: Stephen Boyd <sboyd@codeaurora.org>
3093 L: linux-clk@vger.kernel.org
3094 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3096 F: Documentation/devicetree/bindings/clock/
3098 X: drivers/clk/clkdev.c
3099 F: include/linux/clk-pr*
3100 F: include/linux/clk/
3102 COMMON INTERNET FILE SYSTEM (CIFS)
3103 M: Steve French <sfrench@samba.org>
3104 L: linux-cifs@vger.kernel.org
3105 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3106 W: http://linux-cifs.samba.org/
3107 T: git git://git.samba.org/sfrench/cifs-2.6.git
3109 F: Documentation/filesystems/cifs/
3112 COMPACTPCI HOTPLUG CORE
3113 M: Scott Murray <scott@spiteful.org>
3114 L: linux-pci@vger.kernel.org
3116 F: drivers/pci/hotplug/cpci_hotplug*
3118 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3119 M: Scott Murray <scott@spiteful.org>
3120 L: linux-pci@vger.kernel.org
3122 F: drivers/pci/hotplug/cpcihp_zt5550.*
3124 COMPACTPCI HOTPLUG GENERIC DRIVER
3125 M: Scott Murray <scott@spiteful.org>
3126 L: linux-pci@vger.kernel.org
3128 F: drivers/pci/hotplug/cpcihp_generic.c
3130 COMPAL LAPTOP SUPPORT
3131 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3132 L: platform-driver-x86@vger.kernel.org
3134 F: drivers/platform/x86/compal-laptop.c
3136 CONEXANT ACCESSRUNNER USB DRIVER
3137 L: accessrunner-general@lists.sourceforge.net
3138 W: http://accessrunner.sourceforge.net/
3140 F: drivers/usb/atm/cxacru.c
3143 M: Joel Becker <jlbec@evilplan.org>
3144 M: Christoph Hellwig <hch@lst.de>
3145 T: git git://git.infradead.org/users/hch/configfs.git
3148 F: include/linux/configfs.h
3151 M: Evgeniy Polyakov <zbr@ioremap.net>
3152 L: netdev@vger.kernel.org
3154 F: drivers/connector/
3156 CONTROL GROUP (CGROUP)
3157 M: Tejun Heo <tj@kernel.org>
3158 M: Li Zefan <lizefan@huawei.com>
3159 M: Johannes Weiner <hannes@cmpxchg.org>
3160 L: cgroups@vger.kernel.org
3161 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3163 F: Documentation/cgroups/
3164 F: include/linux/cgroup*
3167 CONTROL GROUP - CPUSET
3168 M: Li Zefan <lizefan@huawei.com>
3169 L: cgroups@vger.kernel.org
3170 W: http://www.bullopensource.org/cpuset/
3171 W: http://oss.sgi.com/projects/cpusets/
3172 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3174 F: Documentation/cgroups/cpusets.txt
3175 F: include/linux/cpuset.h
3178 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3179 M: Johannes Weiner <hannes@cmpxchg.org>
3180 M: Michal Hocko <mhocko@kernel.org>
3181 M: Vladimir Davydov <vdavydov@virtuozzo.com>
3182 L: cgroups@vger.kernel.org
3183 L: linux-mm@kvack.org
3188 CORETEMP HARDWARE MONITORING DRIVER
3189 M: Fenghua Yu <fenghua.yu@intel.com>
3190 L: linux-hwmon@vger.kernel.org
3192 F: Documentation/hwmon/coretemp
3193 F: drivers/hwmon/coretemp.c
3195 COSA/SRP SYNC SERIAL DRIVER
3196 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3197 W: http://www.fi.muni.cz/~kas/cosa/
3199 F: drivers/net/wan/cosa*
3201 CPMAC ETHERNET DRIVER
3202 M: Florian Fainelli <florian@openwrt.org>
3203 L: netdev@vger.kernel.org
3205 F: drivers/net/ethernet/ti/cpmac.c
3207 CPU FREQUENCY DRIVERS
3208 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3209 M: Viresh Kumar <viresh.kumar@linaro.org>
3210 L: linux-pm@vger.kernel.org
3212 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3213 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3215 F: include/linux/cpufreq.h
3217 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3218 M: Viresh Kumar <viresh.kumar@linaro.org>
3219 M: Sudeep Holla <sudeep.holla@arm.com>
3220 L: linux-pm@vger.kernel.org
3221 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3223 F: drivers/cpufreq/arm_big_little.h
3224 F: drivers/cpufreq/arm_big_little.c
3225 F: drivers/cpufreq/arm_big_little_dt.c
3227 CPUIDLE DRIVER - ARM BIG LITTLE
3228 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3229 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3230 L: linux-pm@vger.kernel.org
3231 L: linux-arm-kernel@lists.infradead.org
3232 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3234 F: drivers/cpuidle/cpuidle-big_little.c
3236 CPUIDLE DRIVER - ARM EXYNOS
3237 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3238 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3239 M: Kukjin Kim <kgene@kernel.org>
3240 L: linux-pm@vger.kernel.org
3241 L: linux-samsung-soc@vger.kernel.org
3243 F: drivers/cpuidle/cpuidle-exynos.c
3244 F: arch/arm/mach-exynos/pm.c
3247 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3248 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3249 L: linux-pm@vger.kernel.org
3251 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3252 F: drivers/cpuidle/*
3253 F: include/linux/cpuidle.h
3256 M: "H. Peter Anvin" <hpa@zytor.com>
3258 F: arch/x86/kernel/cpuid.c
3259 F: arch/x86/kernel/msr.c
3261 CPU POWER MONITORING SUBSYSTEM
3262 M: Thomas Renninger <trenn@suse.com>
3263 L: linux-pm@vger.kernel.org
3265 F: tools/power/cpupower/
3268 W: http://sourceforge.net/projects/cramfs/
3269 S: Orphan / Obsolete
3270 F: Documentation/filesystems/cramfs.txt
3274 M: Mikael Starvik <starvik@axis.com>
3275 M: Jesper Nilsson <jesper.nilsson@axis.com>
3276 L: linux-cris-kernel@axis.com
3277 W: http://developer.axis.com
3278 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3281 F: drivers/tty/serial/crisv10.*
3284 M: Herbert Xu <herbert@gondor.apana.org.au>
3285 M: "David S. Miller" <davem@davemloft.net>
3286 L: linux-crypto@vger.kernel.org
3287 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3288 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3290 F: Documentation/crypto/
3291 F: Documentation/DocBook/crypto-API.tmpl
3297 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3298 M: Neil Horman <nhorman@tuxdriver.com>
3299 L: linux-crypto@vger.kernel.org
3301 F: crypto/ansi_cprng.c
3305 M: Hans Verkuil <hverkuil@xs4all.nl>
3306 L: linux-media@vger.kernel.org
3307 T: git git://linuxtv.org/media_tree.git
3308 W: http://linuxtv.org
3310 F: drivers/media/i2c/cs3308.c
3311 F: drivers/media/i2c/cs3308.h
3313 CS5535 Audio ALSA driver
3314 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3316 F: sound/pci/cs5535audio/
3319 M: Solomon Peachy <pizza@shaftnet.org>
3321 F: drivers/net/wireless/st/cw1200/
3323 CX18 VIDEO4LINUX DRIVER
3324 M: Andy Walls <awalls@md.metrocast.net>
3325 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3326 L: linux-media@vger.kernel.org
3327 T: git git://linuxtv.org/media_tree.git
3328 W: https://linuxtv.org
3329 W: http://www.ivtvdriver.org/index.php/Cx18
3331 F: Documentation/video4linux/cx18.txt
3332 F: drivers/media/pci/cx18/
3333 F: include/uapi/linux/ivtv*
3335 CX2341X MPEG ENCODER HELPER MODULE
3336 M: Hans Verkuil <hverkuil@xs4all.nl>
3337 L: linux-media@vger.kernel.org
3338 T: git git://linuxtv.org/media_tree.git
3339 W: https://linuxtv.org
3341 F: drivers/media/common/cx2341x*
3342 F: include/media/cx2341x*
3344 CX24120 MEDIA DRIVER
3345 M: Jemma Denson <jdenson@gmail.com>
3346 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3347 L: linux-media@vger.kernel.org
3348 W: https://linuxtv.org
3349 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3351 F: drivers/media/dvb-frontends/cx24120*
3353 CX88 VIDEO4LINUX DRIVER
3354 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3355 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3356 L: linux-media@vger.kernel.org
3357 W: https://linuxtv.org
3358 T: git git://linuxtv.org/media_tree.git
3360 F: Documentation/video4linux/cx88/
3361 F: drivers/media/pci/cx88/
3363 CXD2820R MEDIA DRIVER
3364 M: Antti Palosaari <crope@iki.fi>
3365 L: linux-media@vger.kernel.org
3366 W: https://linuxtv.org
3367 W: http://palosaari.fi/linux/
3368 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3369 T: git git://linuxtv.org/anttip/media_tree.git
3371 F: drivers/media/dvb-frontends/cxd2820r*
3373 CXGB3 ETHERNET DRIVER (CXGB3)
3374 M: Santosh Raspatur <santosh@chelsio.com>
3375 L: netdev@vger.kernel.org
3376 W: http://www.chelsio.com
3378 F: drivers/net/ethernet/chelsio/cxgb3/
3380 CXGB3 ISCSI DRIVER (CXGB3I)
3381 M: Karen Xie <kxie@chelsio.com>
3382 L: linux-scsi@vger.kernel.org
3383 W: http://www.chelsio.com
3385 F: drivers/scsi/cxgbi/cxgb3i
3387 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3388 M: Steve Wise <swise@chelsio.com>
3389 L: linux-rdma@vger.kernel.org
3390 W: http://www.openfabrics.org
3392 F: drivers/infiniband/hw/cxgb3/
3394 CXGB4 ETHERNET DRIVER (CXGB4)
3395 M: Hariprasad S <hariprasad@chelsio.com>
3396 L: netdev@vger.kernel.org
3397 W: http://www.chelsio.com
3399 F: drivers/net/ethernet/chelsio/cxgb4/
3401 CXGB4 ISCSI DRIVER (CXGB4I)
3402 M: Karen Xie <kxie@chelsio.com>
3403 L: linux-scsi@vger.kernel.org
3404 W: http://www.chelsio.com
3406 F: drivers/scsi/cxgbi/cxgb4i
3408 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3409 M: Steve Wise <swise@chelsio.com>
3410 L: linux-rdma@vger.kernel.org
3411 W: http://www.openfabrics.org
3413 F: drivers/infiniband/hw/cxgb4/
3415 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3416 M: Casey Leedom <leedom@chelsio.com>
3417 L: netdev@vger.kernel.org
3418 W: http://www.chelsio.com
3420 F: drivers/net/ethernet/chelsio/cxgb4vf/
3422 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3423 M: Ian Munsie <imunsie@au1.ibm.com>
3424 M: Michael Neuling <mikey@neuling.org>
3425 L: linuxppc-dev@lists.ozlabs.org
3427 F: drivers/misc/cxl/
3428 F: include/misc/cxl*
3429 F: include/uapi/misc/cxl.h
3430 F: Documentation/powerpc/cxl.txt
3431 F: Documentation/powerpc/cxl.txt
3432 F: Documentation/ABI/testing/sysfs-class-cxl
3434 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3435 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3436 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3437 L: linux-scsi@vger.kernel.org
3439 F: drivers/scsi/cxlflash/
3440 F: include/uapi/scsi/cxlflash_ioctls.h
3441 F: Documentation/powerpc/cxlflash.txt
3443 STMMAC ETHERNET DRIVER
3444 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3445 M: Alexandre Torgue <alexandre.torgue@st.com>
3446 L: netdev@vger.kernel.org
3447 W: http://www.stlinux.com
3449 F: drivers/net/ethernet/stmicro/stmmac/
3452 M: Russell King <linux@armlinux.org.uk>
3453 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3454 W: http://www.armlinux.org.uk/
3456 F: drivers/video/fbdev/cyber2000fb.*
3458 CYCLADES ASYNC MUX DRIVER
3459 W: http://www.cyclades.com/
3461 F: drivers/tty/cyclades.c
3462 F: include/linux/cyclades.h
3463 F: include/uapi/linux/cyclades.h
3465 CYCLADES PC300 DRIVER
3466 W: http://www.cyclades.com/
3468 F: drivers/net/wan/pc300*
3470 CYPRESS_FIRMWARE MEDIA DRIVER
3471 M: Antti Palosaari <crope@iki.fi>
3472 L: linux-media@vger.kernel.org
3473 W: https://linuxtv.org
3474 W: http://palosaari.fi/linux/
3475 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3476 T: git git://linuxtv.org/anttip/media_tree.git
3478 F: drivers/media/common/cypress_firmware*
3480 CYTTSP TOUCHSCREEN DRIVER
3481 M: Ferruh Yigit <fery@cypress.com>
3482 L: linux-input@vger.kernel.org
3484 F: drivers/input/touchscreen/cyttsp*
3485 F: include/linux/input/cyttsp.h
3487 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3488 M: Joshua Kinard <kumba@gentoo.org>
3490 F: drivers/rtc/rtc-ds1685.c
3491 F: include/linux/rtc/ds1685.h
3493 DAMA SLAVE for AX.25
3494 M: Joerg Reuter <jreuter@yaina.de>
3495 W: http://yaina.de/jreuter/
3496 W: http://www.qsl.net/dl1bke/
3497 L: linux-hams@vger.kernel.org
3499 F: net/ax25/af_ax25.c
3500 F: net/ax25/ax25_dev.c
3501 F: net/ax25/ax25_ds_*
3502 F: net/ax25/ax25_in.c
3503 F: net/ax25/ax25_out.c
3504 F: net/ax25/ax25_timer.c
3505 F: net/ax25/sysctl_net_ax25.c
3507 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3508 L: netdev@vger.kernel.org
3510 F: Documentation/networking/dmfe.txt
3511 F: drivers/net/ethernet/dec/tulip/dmfe.c
3513 DC390/AM53C974 SCSI driver
3514 M: Hannes Reinecke <hare@suse.com>
3515 L: linux-scsi@vger.kernel.org
3517 F: drivers/scsi/am53c974.c
3520 M: Oliver Neukum <oliver@neukum.org>
3521 M: Ali Akcaagac <aliakc@web.de>
3522 M: Jamie Lenehan <lenehan@twibble.org>
3523 L: dc395x@twibble.org
3524 W: http://twibble.org/dist/dc395x/
3525 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3527 F: Documentation/scsi/dc395x.txt
3528 F: drivers/scsi/dc395x.*
3531 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3532 L: dccp@vger.kernel.org
3533 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3535 F: include/linux/dccp.h
3536 F: include/uapi/linux/dccp.h
3537 F: include/linux/tfrc.h
3540 DECnet NETWORK LAYER
3541 W: http://linux-decnet.sourceforge.net
3542 L: linux-decnet-user@lists.sourceforge.net
3544 F: Documentation/networking/decnet.txt
3547 DECSTATION PLATFORM SUPPORT
3548 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3549 L: linux-mips@linux-mips.org
3550 W: http://www.linux-mips.org/wiki/DECstation
3553 F: arch/mips/include/asm/dec/
3554 F: arch/mips/include/asm/mach-dec/
3556 DEFXX FDDI NETWORK DRIVER
3557 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3559 F: drivers/net/fddi/defxx.*
3562 M: Matthew Garrett <mjg59@srcf.ucam.org>
3563 M: Pali Rohár <pali.rohar@gmail.com>
3564 L: platform-driver-x86@vger.kernel.org
3566 F: drivers/platform/x86/dell-laptop.c
3568 DELL LAPTOP RBTN DRIVER
3569 M: Pali Rohár <pali.rohar@gmail.com>
3571 F: drivers/platform/x86/dell-rbtn.*
3573 DELL LAPTOP FREEFALL DRIVER
3574 M: Pali Rohár <pali.rohar@gmail.com>
3576 F: drivers/platform/x86/dell-smo8800.c
3578 DELL LAPTOP SMM DRIVER
3579 M: Pali Rohár <pali.rohar@gmail.com>
3581 F: drivers/hwmon/dell-smm-hwmon.c
3582 F: include/uapi/linux/i8k.h
3584 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3585 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3587 F: Documentation/dcdbas.txt
3588 F: drivers/firmware/dcdbas.*
3590 DELL WMI EXTRAS DRIVER
3591 M: Matthew Garrett <mjg59@srcf.ucam.org>
3592 M: Pali Rohár <pali.rohar@gmail.com>
3594 F: drivers/platform/x86/dell-wmi.c
3596 DESIGNWARE USB2 DRD IP DRIVER
3597 M: John Youn <johnyoun@synopsys.com>
3598 L: linux-usb@vger.kernel.org
3599 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3601 F: drivers/usb/dwc2/
3603 DESIGNWARE USB3 DRD IP DRIVER
3604 M: Felipe Balbi <balbi@kernel.org>
3605 L: linux-usb@vger.kernel.org
3606 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3608 F: drivers/usb/dwc3/
3610 DEVICE COREDUMP (DEV_COREDUMP)
3611 M: Johannes Berg <johannes@sipsolutions.net>
3612 L: linux-kernel@vger.kernel.org
3614 F: drivers/base/devcoredump.c
3615 F: include/linux/devcoredump.h
3617 DEVICE FREQUENCY (DEVFREQ)
3618 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3619 M: Kyungmin Park <kyungmin.park@samsung.com>
3620 L: linux-pm@vger.kernel.org
3621 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3624 F: include/linux/devfreq.h
3625 F: Documentation/devicetree/bindings/devfreq/
3627 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3628 M: Chanwoo Choi <cw00.choi@samsung.com>
3629 L: linux-pm@vger.kernel.org
3630 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3632 F: drivers/devfreq/event/
3633 F: drivers/devfreq/devfreq-event.c
3634 F: include/linux/devfreq-event.h
3635 F: Documentation/devicetree/bindings/devfreq/event/
3637 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3638 M: Chanwoo Choi <cw00.choi@samsung.com>
3639 L: linux-pm@vger.kernel.org
3640 L: linux-samsung-soc@vger.kernel.org
3641 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3643 F: drivers/devfreq/exynos-bus.c
3644 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3646 DEVICE NUMBER REGISTRY
3647 M: Torben Mathiasen <device@lanana.org>
3648 W: http://lanana.org/docs/device-list/index.html
3652 M: Alasdair Kergon <agk@redhat.com>
3653 M: Mike Snitzer <snitzer@redhat.com>
3654 M: dm-devel@redhat.com
3655 L: dm-devel@redhat.com
3656 W: http://sources.redhat.com/dm
3657 Q: http://patchwork.kernel.org/project/dm-devel/list/
3658 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3659 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3661 F: Documentation/device-mapper/
3663 F: drivers/md/persistent-data/
3664 F: include/linux/device-mapper.h
3665 F: include/linux/dm-*.h
3666 F: include/uapi/linux/dm-*.h
3669 M: Jiri Pirko <jiri@mellanox.com>
3670 L: netdev@vger.kernel.org
3672 F: net/core/devlink.c
3673 F: include/net/devlink.h
3674 F: include/uapi/linux/devlink.h
3676 DIALOG SEMICONDUCTOR DRIVERS
3677 M: Support Opensource <support.opensource@diasemi.com>
3678 W: http://www.dialog-semiconductor.com/products
3680 F: Documentation/hwmon/da90??
3681 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3682 F: drivers/gpio/gpio-da90??.c
3683 F: drivers/hwmon/da90??-hwmon.c
3684 F: drivers/iio/adc/da91??-*.c
3685 F: drivers/input/misc/da90??_onkey.c
3686 F: drivers/input/touchscreen/da9052_tsi.c
3687 F: drivers/leds/leds-da90??.c
3688 F: drivers/mfd/da903x.c
3689 F: drivers/mfd/da90??-*.c
3690 F: drivers/mfd/da91??-*.c
3691 F: drivers/power/da9052-battery.c
3692 F: drivers/power/da91??-*.c
3693 F: drivers/regulator/da903x.c
3694 F: drivers/regulator/da9???-regulator.[ch]
3695 F: drivers/rtc/rtc-da90??.c
3696 F: drivers/video/backlight/da90??_bl.c
3697 F: drivers/watchdog/da90??_wdt.c
3698 F: include/linux/mfd/da903x.h
3699 F: include/linux/mfd/da9052/
3700 F: include/linux/mfd/da9055/
3701 F: include/linux/mfd/da9063/
3702 F: include/linux/mfd/da9150/
3703 F: include/sound/da[79]*.h
3704 F: sound/soc/codecs/da[79]*.[ch]
3706 DIGI NEO AND CLASSIC PCI PRODUCTS
3707 M: Lidza Louina <lidza.louina@gmail.com>
3708 M: Mark Hounschell <markh@compro.net>
3709 L: driverdev-devel@linuxdriverproject.org
3711 F: drivers/staging/dgnc/
3713 DIOLAN U2C-12 I2C DRIVER
3714 M: Guenter Roeck <linux@roeck-us.net>
3715 L: linux-i2c@vger.kernel.org
3717 F: drivers/i2c/busses/i2c-diolan-u2c.c
3720 M: Matthew Wilcox <willy@linux.intel.com>
3721 L: linux-fsdevel@vger.kernel.org
3725 DIRECTORY NOTIFICATION (DNOTIFY)
3726 M: Eric Paris <eparis@parisplace.org>
3728 F: Documentation/filesystems/dnotify.txt
3729 F: fs/notify/dnotify/
3730 F: include/linux/dnotify.h
3732 DISK GEOMETRY AND PARTITION HANDLING
3733 M: Andries Brouwer <aeb@cwi.nl>
3734 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3735 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3736 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3740 M: Jan Kara <jack@suse.com>
3742 F: Documentation/filesystems/quota.txt
3744 F: include/linux/quota*.h
3745 F: include/uapi/linux/quota*.h
3747 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3748 M: Bernie Thompson <bernie@plugable.com>
3749 L: linux-fbdev@vger.kernel.org
3751 W: http://plugable.com/category/projects/udlfb/
3752 F: drivers/video/fbdev/udlfb.c
3753 F: include/video/udlfb.h
3754 F: Documentation/fb/udlfb.txt
3756 DISTRIBUTED LOCK MANAGER (DLM)
3757 M: Christine Caulfield <ccaulfie@redhat.com>
3758 M: David Teigland <teigland@redhat.com>
3759 L: cluster-devel@redhat.com
3760 W: http://sources.redhat.com/cluster/
3761 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3765 DMA BUFFER SHARING FRAMEWORK
3766 M: Sumit Semwal <sumit.semwal@linaro.org>
3768 L: linux-media@vger.kernel.org
3769 L: dri-devel@lists.freedesktop.org
3770 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3772 F: include/linux/dma-buf*
3773 F: include/linux/reservation.h
3774 F: include/linux/*fence.h
3775 F: Documentation/dma-buf-sharing.txt
3776 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3778 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3779 M: Vinod Koul <vinod.koul@intel.com>
3780 L: dmaengine@vger.kernel.org
3781 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3784 F: include/linux/dmaengine.h
3785 F: Documentation/devicetree/bindings/dma/
3786 F: Documentation/dmaengine/
3787 T: git git://git.infradead.org/users/vkoul/slave-dma.git
3789 DME1737 HARDWARE MONITOR DRIVER
3790 M: Juerg Haefliger <juergh@gmail.com>
3791 L: linux-hwmon@vger.kernel.org
3793 F: Documentation/hwmon/dme1737
3794 F: drivers/hwmon/dme1737.c
3797 M: Jean Delvare <jdelvare@suse.com>
3799 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3800 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3801 F: drivers/firmware/dmi-id.c
3802 F: drivers/firmware/dmi_scan.c
3803 F: include/linux/dmi.h
3806 M: Jonathan Corbet <corbet@lwn.net>
3807 L: linux-doc@vger.kernel.org
3810 F: scripts/docproc.c
3811 F: scripts/kernel-doc*
3812 X: Documentation/ABI/
3813 X: Documentation/devicetree/
3814 X: Documentation/acpi
3815 X: Documentation/power
3816 X: Documentation/spi
3817 X: Documentation/DocBook/media
3818 T: git git://git.lwn.net/linux.git docs-next
3821 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3822 L: blinux-list@redhat.com
3824 F: drivers/char/dtlk.c
3825 F: include/linux/dtlk.h
3827 DPT_I2O SCSI RAID DRIVER
3828 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3829 L: linux-scsi@vger.kernel.org
3830 W: http://www.adaptec.com/
3832 F: drivers/scsi/dpt*
3833 F: drivers/scsi/dpt/
3836 M: Philipp Reisner <philipp.reisner@linbit.com>
3837 M: Lars Ellenberg <lars.ellenberg@linbit.com>
3838 L: drbd-dev@lists.linbit.com
3839 W: http://www.drbd.org
3840 T: git git://git.linbit.com/linux-drbd.git
3841 T: git git://git.linbit.com/drbd-8.4.git
3843 F: drivers/block/drbd/
3845 F: Documentation/blockdev/drbd/
3847 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3848 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3849 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3851 F: Documentation/kobject.txt
3856 F: include/linux/debugfs.h
3857 F: include/linux/kobj*
3861 M: David Airlie <airlied@linux.ie>
3862 L: dri-devel@lists.freedesktop.org
3863 T: git git://people.freedesktop.org/~airlied/linux
3867 F: Documentation/DocBook/gpu.*
3869 F: include/uapi/drm/
3871 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
3872 M: Dave Airlie <airlied@redhat.com>
3874 F: drivers/gpu/drm/ast/
3876 DRM DRIVER FOR BOCHS VIRTUAL GPU
3877 M: Gerd Hoffmann <kraxel@redhat.com>
3879 F: drivers/gpu/drm/bochs/
3881 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
3882 M: Dave Airlie <airlied@redhat.com>
3884 F: drivers/gpu/drm/cirrus/
3886 RADEON and AMDGPU DRM DRIVERS
3887 M: Alex Deucher <alexander.deucher@amd.com>
3888 M: Christian König <christian.koenig@amd.com>
3889 L: dri-devel@lists.freedesktop.org
3890 T: git git://people.freedesktop.org/~agd5f/linux
3892 F: drivers/gpu/drm/radeon/
3893 F: include/uapi/drm/radeon_drm.h
3894 F: drivers/gpu/drm/amd/
3895 F: include/uapi/drm/amdgpu_drm.h
3898 M: Thierry Reding <thierry.reding@gmail.com>
3899 L: dri-devel@lists.freedesktop.org
3900 T: git git://anongit.freedesktop.org/tegra/linux.git
3902 F: drivers/gpu/drm/drm_panel.c
3903 F: drivers/gpu/drm/panel/
3904 F: include/drm/drm_panel.h
3905 F: Documentation/devicetree/bindings/display/panel/
3907 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3908 M: Daniel Vetter <daniel.vetter@intel.com>
3909 M: Jani Nikula <jani.nikula@linux.intel.com>
3910 L: intel-gfx@lists.freedesktop.org
3911 L: dri-devel@lists.freedesktop.org
3912 W: https://01.org/linuxgraphics/
3913 Q: http://patchwork.freedesktop.org/project/intel-gfx/
3914 T: git git://anongit.freedesktop.org/drm-intel
3916 F: drivers/gpu/drm/i915/
3917 F: include/drm/i915*
3918 F: include/uapi/drm/i915_drm.h
3920 DRM DRIVERS FOR ATMEL HLCDC
3921 M: Boris Brezillon <boris.brezillon@free-electrons.com>
3922 L: dri-devel@lists.freedesktop.org
3924 F: drivers/gpu/drm/atmel-hlcdc/
3925 F: Documentation/devicetree/bindings/drm/atmel/
3927 DRM DRIVERS FOR ALLWINNER A10
3928 M: Maxime Ripard <maxime.ripard@free-electrons.com>
3929 L: dri-devel@lists.freedesktop.org
3931 F: drivers/gpu/drm/sun4i/
3932 F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
3934 DRM DRIVERS FOR EXYNOS
3935 M: Inki Dae <inki.dae@samsung.com>
3936 M: Joonyoung Shim <jy0922.shim@samsung.com>
3937 M: Seung-Woo Kim <sw0312.kim@samsung.com>
3938 M: Kyungmin Park <kyungmin.park@samsung.com>
3939 L: dri-devel@lists.freedesktop.org
3940 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3942 F: drivers/gpu/drm/exynos/
3943 F: include/uapi/drm/exynos_drm.h
3944 F: Documentation/devicetree/bindings/display/exynos/
3946 DRM DRIVERS FOR FREESCALE DCU
3947 M: Stefan Agner <stefan@agner.ch>
3948 M: Alison Wang <alison.wang@freescale.com>
3949 L: dri-devel@lists.freedesktop.org
3951 F: drivers/gpu/drm/fsl-dcu/
3952 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
3953 F: Documentation/devicetree/bindings/display/fsl,tcon.txt
3954 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3956 DRM DRIVERS FOR FREESCALE IMX
3957 M: Philipp Zabel <p.zabel@pengutronix.de>
3958 L: dri-devel@lists.freedesktop.org
3960 F: drivers/gpu/drm/imx/
3961 F: drivers/gpu/ipu-v3/
3962 F: Documentation/devicetree/bindings/display/imx/
3964 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3965 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3966 L: dri-devel@lists.freedesktop.org
3967 T: git git://github.com/patjak/drm-gma500
3969 F: drivers/gpu/drm/gma500/
3971 DRM DRIVERS FOR HISILICON
3972 M: Xinliang Liu <z.liuxinliang@hisilicon.com>
3973 R: Xinwei Kong <kong.kongxinwei@hisilicon.com>
3974 R: Chen Feng <puck.chen@hisilicon.com>
3975 L: dri-devel@lists.freedesktop.org
3976 T: git git://github.com/xin3liang/linux.git
3978 F: drivers/gpu/drm/hisilicon/
3979 F: Documentation/devicetree/bindings/display/hisilicon/
3981 DRM DRIVER FOR INTEL I810 VIDEO CARDS
3982 S: Orphan / Obsolete
3983 F: drivers/gpu/drm/i810/
3984 F: include/uapi/drm/i810_drm.h
3986 DRM DRIVER FOR MSM ADRENO GPU
3987 M: Rob Clark <robdclark@gmail.com>
3988 L: linux-arm-msm@vger.kernel.org
3989 L: dri-devel@lists.freedesktop.org
3990 L: freedreno@lists.freedesktop.org
3991 T: git git://people.freedesktop.org/~robclark/linux
3993 F: drivers/gpu/drm/msm/
3994 F: include/uapi/drm/msm_drm.h
3995 F: Documentation/devicetree/bindings/display/msm/
3997 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
3998 M: Ben Skeggs <bskeggs@redhat.com>
3999 L: dri-devel@lists.freedesktop.org
4000 L: nouveau@lists.freedesktop.org
4001 T: git git://github.com/skeggsb/linux
4003 F: drivers/gpu/drm/nouveau/
4004 F: include/uapi/drm/nouveau_drm.h
4006 DRM DRIVERS FOR NVIDIA TEGRA
4007 M: Thierry Reding <thierry.reding@gmail.com>
4008 L: dri-devel@lists.freedesktop.org
4009 L: linux-tegra@vger.kernel.org
4010 T: git git://anongit.freedesktop.org/tegra/linux.git
4012 F: drivers/gpu/drm/tegra/
4013 F: drivers/gpu/host1x/
4014 F: include/linux/host1x.h
4015 F: include/uapi/drm/tegra_drm.h
4016 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4018 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4019 S: Orphan / Obsolete
4020 F: drivers/gpu/drm/mga/
4021 F: include/uapi/drm/mga_drm.h
4023 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4024 M: Dave Airlie <airlied@redhat.com>
4026 F: drivers/gpu/drm/mgag200/
4028 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4029 S: Orphan / Obsolete
4030 F: drivers/gpu/drm/r128/
4031 F: include/uapi/drm/r128_drm.h
4033 DRM DRIVERS FOR RENESAS
4034 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4035 L: dri-devel@lists.freedesktop.org
4036 L: linux-renesas-soc@vger.kernel.org
4037 T: git git://linuxtv.org/pinchartl/fbdev
4039 F: drivers/gpu/drm/rcar-du/
4040 F: drivers/gpu/drm/shmobile/
4041 F: include/linux/platform_data/shmob_drm.h
4042 F: Documentation/devicetree/bindings/display/renesas,du.txt
4044 DRM DRIVER FOR QXL VIRTUAL GPU
4045 M: Dave Airlie <airlied@redhat.com>
4047 F: drivers/gpu/drm/qxl/
4048 F: include/uapi/drm/qxl_drm.h
4050 DRM DRIVERS FOR ROCKCHIP
4051 M: Mark Yao <mark.yao@rock-chips.com>
4052 L: dri-devel@lists.freedesktop.org
4054 F: drivers/gpu/drm/rockchip/
4055 F: Documentation/devicetree/bindings/display/rockchip/
4057 DRM DRIVER FOR SAVAGE VIDEO CARDS
4058 S: Orphan / Obsolete
4059 F: drivers/gpu/drm/savage/
4060 F: include/uapi/drm/savage_drm.h
4062 DRM DRIVER FOR SIS VIDEO CARDS
4063 S: Orphan / Obsolete
4064 F: drivers/gpu/drm/sis/
4065 F: include/uapi/drm/sis_drm.h
4068 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
4069 M: Vincent Abriou <vincent.abriou@st.com>
4070 L: dri-devel@lists.freedesktop.org
4071 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4073 F: drivers/gpu/drm/sti
4074 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
4076 DRM DRIVER FOR TDFX VIDEO CARDS
4077 S: Orphan / Obsolete
4078 F: drivers/gpu/drm/tdfx/
4080 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4081 M: Dave Airlie <airlied@redhat.com>
4083 F: drivers/gpu/drm/udl/
4085 DRM DRIVERS FOR VIVANTE GPU IP
4086 M: Lucas Stach <l.stach@pengutronix.de>
4087 R: Russell King <linux+etnaviv@armlinux.org.uk>
4088 R: Christian Gmeiner <christian.gmeiner@gmail.com>
4089 L: dri-devel@lists.freedesktop.org
4091 F: drivers/gpu/drm/etnaviv/
4092 F: include/uapi/drm/etnaviv_drm.h
4093 F: Documentation/devicetree/bindings/display/etnaviv/
4095 DRM DRIVER FOR VMWARE VIRTUAL GPU
4096 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4097 M: Sinclair Yeh <syeh@vmware.com>
4098 M: Thomas Hellstrom <thellstrom@vmware.com>
4099 L: dri-devel@lists.freedesktop.org
4100 T: git git://people.freedesktop.org/~syeh/repos_linux
4101 T: git git://people.freedesktop.org/~thomash/linux
4103 F: drivers/gpu/drm/vmwgfx/
4104 F: include/uapi/drm/vmwgfx_drm.h
4107 M: Eric Anholt <eric@anholt.net>
4108 T: git git://github.com/anholt/linux
4110 F: drivers/gpu/drm/vc4/
4111 F: include/uapi/drm/vc4_drm.h
4112 F: Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4114 DSBR100 USB FM RADIO DRIVER
4115 M: Alexey Klimov <klimov.linux@gmail.com>
4116 L: linux-media@vger.kernel.org
4117 T: git git://linuxtv.org/media_tree.git
4119 F: drivers/media/radio/dsbr100.c
4122 M: Francois Romieu <romieu@fr.zoreil.com>
4123 L: netdev@vger.kernel.org
4125 F: drivers/net/wan/dscc4.c
4128 M: Hans Verkuil <hverkuil@xs4all.nl>
4129 L: linux-media@vger.kernel.org
4130 T: git git://linuxtv.org/media_tree.git
4131 W: https://linuxtv.org
4133 F: drivers/media/pci/dt3155/
4135 DVB_USB_AF9015 MEDIA DRIVER
4136 M: Antti Palosaari <crope@iki.fi>
4137 L: linux-media@vger.kernel.org
4138 W: https://linuxtv.org
4139 W: http://palosaari.fi/linux/
4140 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4141 T: git git://linuxtv.org/anttip/media_tree.git
4143 F: drivers/media/usb/dvb-usb-v2/af9015*
4145 DVB_USB_AF9035 MEDIA DRIVER
4146 M: Antti Palosaari <crope@iki.fi>
4147 L: linux-media@vger.kernel.org
4148 W: https://linuxtv.org
4149 W: http://palosaari.fi/linux/
4150 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4151 T: git git://linuxtv.org/anttip/media_tree.git
4153 F: drivers/media/usb/dvb-usb-v2/af9035*
4155 DVB_USB_ANYSEE MEDIA DRIVER
4156 M: Antti Palosaari <crope@iki.fi>
4157 L: linux-media@vger.kernel.org
4158 W: https://linuxtv.org
4159 W: http://palosaari.fi/linux/
4160 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4161 T: git git://linuxtv.org/anttip/media_tree.git
4163 F: drivers/media/usb/dvb-usb-v2/anysee*
4165 DVB_USB_AU6610 MEDIA DRIVER
4166 M: Antti Palosaari <crope@iki.fi>
4167 L: linux-media@vger.kernel.org
4168 W: https://linuxtv.org
4169 W: http://palosaari.fi/linux/
4170 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4171 T: git git://linuxtv.org/anttip/media_tree.git
4173 F: drivers/media/usb/dvb-usb-v2/au6610*
4175 DVB_USB_CE6230 MEDIA DRIVER
4176 M: Antti Palosaari <crope@iki.fi>
4177 L: linux-media@vger.kernel.org
4178 W: https://linuxtv.org
4179 W: http://palosaari.fi/linux/
4180 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4181 T: git git://linuxtv.org/anttip/media_tree.git
4183 F: drivers/media/usb/dvb-usb-v2/ce6230*
4185 DVB_USB_CXUSB MEDIA DRIVER
4186 M: Michael Krufky <mkrufky@linuxtv.org>
4187 L: linux-media@vger.kernel.org
4188 W: https://linuxtv.org
4189 W: http://github.com/mkrufky
4190 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4191 T: git git://linuxtv.org/media_tree.git
4193 F: drivers/media/usb/dvb-usb/cxusb*
4195 DVB_USB_EC168 MEDIA DRIVER
4196 M: Antti Palosaari <crope@iki.fi>
4197 L: linux-media@vger.kernel.org
4198 W: https://linuxtv.org
4199 W: http://palosaari.fi/linux/
4200 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4201 T: git git://linuxtv.org/anttip/media_tree.git
4203 F: drivers/media/usb/dvb-usb-v2/ec168*
4205 DVB_USB_GL861 MEDIA DRIVER
4206 M: Antti Palosaari <crope@iki.fi>
4207 L: linux-media@vger.kernel.org
4208 W: https://linuxtv.org
4209 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4210 T: git git://linuxtv.org/anttip/media_tree.git
4212 F: drivers/media/usb/dvb-usb-v2/gl861*
4214 DVB_USB_MXL111SF MEDIA DRIVER
4215 M: Michael Krufky <mkrufky@linuxtv.org>
4216 L: linux-media@vger.kernel.org
4217 W: https://linuxtv.org
4218 W: http://github.com/mkrufky
4219 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4220 T: git git://linuxtv.org/mkrufky/mxl111sf.git
4222 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
4224 DVB_USB_RTL28XXU MEDIA DRIVER
4225 M: Antti Palosaari <crope@iki.fi>
4226 L: linux-media@vger.kernel.org
4227 W: https://linuxtv.org
4228 W: http://palosaari.fi/linux/
4229 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4230 T: git git://linuxtv.org/anttip/media_tree.git
4232 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
4234 DVB_USB_V2 MEDIA DRIVER
4235 M: Antti Palosaari <crope@iki.fi>
4236 L: linux-media@vger.kernel.org
4237 W: https://linuxtv.org
4238 W: http://palosaari.fi/linux/
4239 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4240 T: git git://linuxtv.org/anttip/media_tree.git
4242 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
4243 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
4246 M: Jason Baron <jbaron@akamai.com>
4248 F: lib/dynamic_debug.c
4249 F: include/linux/dynamic_debug.h
4251 DZ DECSTATION DZ11 SERIAL DRIVER
4252 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4254 F: drivers/tty/serial/dz.*
4256 E3X0 POWER BUTTON DRIVER
4257 M: Moritz Fischer <moritz.fischer@ettus.com>
4258 L: usrp-users@lists.ettus.com
4259 W: http://www.ettus.com
4261 F: drivers/input/misc/e3x0-button.c
4262 F: Documentation/devicetree/bindings/input/e3x0-button.txt
4265 M: Antti Palosaari <crope@iki.fi>
4266 L: linux-media@vger.kernel.org
4267 W: https://linuxtv.org
4268 W: http://palosaari.fi/linux/
4269 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4270 T: git git://linuxtv.org/anttip/media_tree.git
4272 F: drivers/media/tuners/e4000*
4274 EATA ISA/EISA/PCI SCSI DRIVER
4275 M: Dario Ballabio <ballabio_dario@emc.com>
4276 L: linux-scsi@vger.kernel.org
4278 F: drivers/scsi/eata.c
4281 M: Antti Palosaari <crope@iki.fi>
4282 L: linux-media@vger.kernel.org
4283 W: https://linuxtv.org
4284 W: http://palosaari.fi/linux/
4285 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4286 T: git git://linuxtv.org/anttip/media_tree.git
4288 F: drivers/media/dvb-frontends/ec100*
4291 M: Tyler Hicks <tyhicks@canonical.com>
4292 L: ecryptfs@vger.kernel.org
4293 W: http://ecryptfs.org
4294 W: https://launchpad.net/ecryptfs
4295 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4297 F: Documentation/filesystems/ecryptfs.txt
4301 M: Doug Thompson <dougthompson@xmission.com>
4302 M: Borislav Petkov <bp@alien8.de>
4303 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4304 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4305 L: linux-edac@vger.kernel.org
4306 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4307 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4309 F: Documentation/edac.txt
4311 F: include/linux/edac.h
4314 M: Doug Thompson <dougthompson@xmission.com>
4315 M: Borislav Petkov <bp@alien8.de>
4316 L: linux-edac@vger.kernel.org
4318 F: drivers/edac/amd64_edac*
4321 M: Doug Thompson <dougthompson@xmission.com>
4322 M: Robert Richter <rric@kernel.org>
4323 L: linux-edac@vger.kernel.org
4325 F: drivers/edac/highbank*
4328 M: Ralf Baechle <ralf@linux-mips.org>
4329 M: David Daney <david.daney@cavium.com>
4330 L: linux-edac@vger.kernel.org
4331 L: linux-mips@linux-mips.org
4333 F: drivers/edac/octeon_edac*
4336 M: Mark Gross <mark.gross@intel.com>
4337 M: Doug Thompson <dougthompson@xmission.com>
4338 L: linux-edac@vger.kernel.org
4340 F: drivers/edac/e752x_edac.c
4343 M: Doug Thompson <dougthompson@xmission.com>
4344 L: linux-edac@vger.kernel.org
4346 F: drivers/edac/e7xxx_edac.c
4349 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4350 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4351 L: linux-edac@vger.kernel.org
4353 F: drivers/edac/ghes_edac.c
4356 M: Tim Small <tim@buttersideup.com>
4357 L: linux-edac@vger.kernel.org
4359 F: drivers/edac/i82443bxgx_edac.c
4362 M: Jason Uhlenkott <juhlenko@akamai.com>
4363 L: linux-edac@vger.kernel.org
4365 F: drivers/edac/i3000_edac.c
4368 M: Doug Thompson <dougthompson@xmission.com>
4369 L: linux-edac@vger.kernel.org
4371 F: drivers/edac/i5000_edac.c
4374 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4375 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4376 L: linux-edac@vger.kernel.org
4378 F: drivers/edac/i5400_edac.c
4381 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4382 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4383 L: linux-edac@vger.kernel.org
4385 F: drivers/edac/i7300_edac.c
4388 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4389 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4390 L: linux-edac@vger.kernel.org
4392 F: drivers/edac/i7core_edac.c
4395 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4396 M: "Arvind R." <arvino55@gmail.com>
4397 L: linux-edac@vger.kernel.org
4399 F: drivers/edac/i82975x_edac.c
4402 M: Jason Baron <jbaron@akamai.com>
4403 L: linux-edac@vger.kernel.org
4405 F: drivers/edac/ie31200_edac.c
4408 M: Johannes Thumshirn <morbidrsa@gmail.com>
4409 L: linux-edac@vger.kernel.org
4411 F: drivers/edac/mpc85xx_edac.[ch]
4414 M: Egor Martovetsky <egor@pasemi.com>
4415 L: linux-edac@vger.kernel.org
4417 F: drivers/edac/pasemi_edac.c
4420 M: Tim Small <tim@buttersideup.com>
4421 L: linux-edac@vger.kernel.org
4423 F: drivers/edac/r82600_edac.c
4426 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4427 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4428 L: linux-edac@vger.kernel.org
4430 F: drivers/edac/sb_edac.c
4433 APPLIED MICRO (APM) X-GENE SOC EDAC
4434 M: Loc Ho <lho@apm.com>
4436 F: drivers/edac/xgene_edac.c
4437 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4439 EDIROL UA-101/UA-1000 DRIVER
4440 M: Clemens Ladisch <clemens@ladisch.de>
4441 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4442 T: git git://git.alsa-project.org/alsa-kernel.git
4444 F: sound/usb/misc/ua101.c
4446 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4447 M: Matt Fleming <matt@codeblueprint.co.uk>
4448 L: linux-efi@vger.kernel.org
4449 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4451 F: Documentation/efi-stub.txt
4452 F: arch/ia64/kernel/efi.c
4453 F: arch/x86/boot/compressed/eboot.[ch]