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 <alex.aring@gmail.com>
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
178 W: http://serial.sourceforge.net
180 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F: drivers/tty/serial/8250*
182 F: include/linux/serial_8250.h
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L: netdev@vger.kernel.org
187 F: drivers/net/ethernet/8390/
190 M: Eric Van Hensbergen <ericvh@gmail.com>
191 M: Ron Minnich <rminnich@sandia.gov>
192 M: Latchesar Ionkov <lucho@ionkov.net>
193 L: v9fs-developer@lists.sourceforge.net
194 W: http://swik.net/v9fs
195 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
196 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
198 F: Documentation/filesystems/9p.txt
202 F: include/uapi/linux/virtio_9p.h
203 F: include/trace/events/9p.h
207 M: Antti Palosaari <crope@iki.fi>
208 L: linux-media@vger.kernel.org
209 W: http://linuxtv.org/
210 W: http://palosaari.fi/linux/
211 Q: http://patchwork.linuxtv.org/project/linux-media/list/
212 T: git git://linuxtv.org/anttip/media_tree.git
214 F: drivers/media/dvb-frontends/a8293*
216 AACRAID SCSI RAID DRIVER
217 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L: linux-scsi@vger.kernel.org
219 W: http://www.adaptec.com/
221 F: Documentation/scsi/aacraid.txt
222 F: drivers/scsi/aacraid/
225 L: linux-api@vger.kernel.org
226 F: Documentation/ABI/
227 F: include/linux/syscalls.h
231 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232 M: Hans de Goede <hdegoede@redhat.com>
233 L: lm-sensors@lm-sensors.org
235 F: drivers/hwmon/abituguru.c
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M: Alistair John Strachan <alistair@devzero.co.uk>
239 L: lm-sensors@lm-sensors.org
241 F: drivers/hwmon/abituguru3.c
243 ACCES 104-IDIO-16 GPIO DRIVER
244 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
245 L: linux-gpio@vger.kernel.org
247 F: drivers/gpio/gpio-104-idio-16.c
250 M: Jes Sorensen <jes@trained-monkey.org>
251 L: linux-acenic@sunsite.dk
253 F: drivers/net/ethernet/alteon/acenic*
255 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
256 M: Peter Feuerer <peter@piie.net>
257 L: platform-driver-x86@vger.kernel.org
258 W: http://piie.net/?section=acerhdf
260 F: drivers/platform/x86/acerhdf.c
262 ACER WMI LAPTOP EXTRAS
263 M: "Lee, Chun-Yi" <jlee@suse.com>
264 L: platform-driver-x86@vger.kernel.org
266 F: drivers/platform/x86/acer-wmi.c
269 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
270 M: Len Brown <lenb@kernel.org>
271 L: linux-acpi@vger.kernel.org
272 W: https://01.org/linux-acpi
273 Q: https://patchwork.kernel.org/project/linux-acpi/list/
274 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
277 F: drivers/pnp/pnpacpi/
278 F: include/linux/acpi.h
280 F: Documentation/acpi/
281 F: Documentation/ABI/testing/sysfs-bus-acpi
282 F: drivers/pci/*acpi*
283 F: drivers/pci/*/*acpi*
284 F: drivers/pci/*/*/*acpi*
287 ACPI COMPONENT ARCHITECTURE (ACPICA)
288 M: Robert Moore <robert.moore@intel.com>
289 M: Lv Zheng <lv.zheng@intel.com>
290 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
291 L: linux-acpi@vger.kernel.org
293 W: https://acpica.org/
294 W: https://github.com/acpica/acpica/
295 Q: https://patchwork.kernel.org/project/linux-acpi/list/
296 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
298 F: drivers/acpi/acpica/
303 M: Zhang Rui <rui.zhang@intel.com>
304 L: linux-acpi@vger.kernel.org
305 W: https://01.org/linux-acpi
307 F: drivers/acpi/fan.c
310 M: Zhang Rui <rui.zhang@intel.com>
311 L: linux-acpi@vger.kernel.org
312 W: https://01.org/linux-acpi
314 F: drivers/acpi/*thermal*
317 M: Zhang Rui <rui.zhang@intel.com>
318 L: linux-acpi@vger.kernel.org
319 W: https://01.org/linux-acpi
321 F: drivers/acpi/video.c
324 L: platform-driver-x86@vger.kernel.org
326 F: drivers/platform/x86/wmi.c
328 AD1889 ALSA SOUND DRIVER
329 M: Thibaut Varene <T-Bone@parisc-linux.org>
330 W: http://wiki.parisc-linux.org/AD1889
331 L: linux-parisc@vger.kernel.org
333 F: sound/pci/ad1889.*
335 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
336 M: Michael Hennerich <michael.hennerich@analog.com>
337 W: http://wiki.analog.com/AD5254
338 W: http://ez.analog.com/community/linux-device-drivers
340 F: drivers/misc/ad525x_dpot.c
342 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
343 M: Michael Hennerich <michael.hennerich@analog.com>
344 W: http://wiki.analog.com/AD5398
345 W: http://ez.analog.com/community/linux-device-drivers
347 F: drivers/regulator/ad5398.c
349 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
350 M: Michael Hennerich <michael.hennerich@analog.com>
351 W: http://wiki.analog.com/AD7142
352 W: http://ez.analog.com/community/linux-device-drivers
354 F: drivers/input/misc/ad714x.c
356 AD7877 TOUCHSCREEN DRIVER
357 M: Michael Hennerich <michael.hennerich@analog.com>
358 W: http://wiki.analog.com/AD7877
359 W: http://ez.analog.com/community/linux-device-drivers
361 F: drivers/input/touchscreen/ad7877.c
363 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
364 M: Michael Hennerich <michael.hennerich@analog.com>
365 W: http://wiki.analog.com/AD7879
366 W: http://ez.analog.com/community/linux-device-drivers
368 F: drivers/input/touchscreen/ad7879.c
370 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
371 M: Jiri Kosina <jikos@kernel.org>
374 ADM1025 HARDWARE MONITOR DRIVER
375 M: Jean Delvare <jdelvare@suse.com>
376 L: lm-sensors@lm-sensors.org
378 F: Documentation/hwmon/adm1025
379 F: drivers/hwmon/adm1025.c
381 ADM1029 HARDWARE MONITOR DRIVER
382 M: Corentin Labbe <clabbe.montjoie@gmail.com>
383 L: lm-sensors@lm-sensors.org
385 F: drivers/hwmon/adm1029.c
387 ADM8211 WIRELESS DRIVER
388 L: linux-wireless@vger.kernel.org
389 W: http://wireless.kernel.org/
391 F: drivers/net/wireless/adm8211.*
393 ADP1653 FLASH CONTROLLER DRIVER
394 M: Sakari Ailus <sakari.ailus@iki.fi>
395 L: linux-media@vger.kernel.org
397 F: drivers/media/i2c/adp1653.c
398 F: include/media/adp1653.h
400 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
401 M: Michael Hennerich <michael.hennerich@analog.com>
402 W: http://wiki.analog.com/ADP5520
403 W: http://ez.analog.com/community/linux-device-drivers
405 F: drivers/mfd/adp5520.c
406 F: drivers/video/backlight/adp5520_bl.c
407 F: drivers/leds/leds-adp5520.c
408 F: drivers/gpio/gpio-adp5520.c
409 F: drivers/input/keyboard/adp5520-keys.c
411 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
412 M: Michael Hennerich <michael.hennerich@analog.com>
413 W: http://wiki.analog.com/ADP5588
414 W: http://ez.analog.com/community/linux-device-drivers
416 F: drivers/input/keyboard/adp5588-keys.c
417 F: drivers/gpio/gpio-adp5588.c
419 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
420 M: Michael Hennerich <michael.hennerich@analog.com>
421 W: http://wiki.analog.com/ADP8860
422 W: http://ez.analog.com/community/linux-device-drivers
424 F: drivers/video/backlight/adp8860_bl.c
426 ADS1015 HARDWARE MONITOR DRIVER
427 M: Dirk Eibach <eibach@gdsys.de>
428 L: lm-sensors@lm-sensors.org
430 F: Documentation/hwmon/ads1015
431 F: drivers/hwmon/ads1015.c
432 F: include/linux/i2c/ads1015.h
435 M: Colin Leroy <colin@colino.net>
437 F: drivers/macintosh/therm_adt746x.c
439 ADT7475 HARDWARE MONITOR DRIVER
440 M: Jean Delvare <jdelvare@suse.com>
441 L: lm-sensors@lm-sensors.org
443 F: Documentation/hwmon/adt7475
444 F: drivers/hwmon/adt7475.c
446 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
447 M: Michael Hennerich <michael.hennerich@analog.com>
448 W: http://wiki.analog.com/ADXL345
449 W: http://ez.analog.com/community/linux-device-drivers
451 F: drivers/input/misc/adxl34x.c
454 M: Matthew Wilcox <matthew@wil.cx>
455 M: Hannes Reinecke <hare@suse.com>
456 L: linux-scsi@vger.kernel.org
458 F: Documentation/scsi/advansys.txt
459 F: drivers/scsi/advansys.c
462 M: Riccardo Facchetti <fizban@tin.it>
464 F: sound/oss/aedsp16.c
467 M: Antti Palosaari <crope@iki.fi>
468 L: linux-media@vger.kernel.org
469 W: http://linuxtv.org/
470 W: http://palosaari.fi/linux/
471 Q: http://patchwork.linuxtv.org/project/linux-media/list/
472 T: git git://linuxtv.org/anttip/media_tree.git
474 F: drivers/media/dvb-frontends/af9013*
477 M: Antti Palosaari <crope@iki.fi>
478 L: linux-media@vger.kernel.org
479 W: http://linuxtv.org/
480 W: http://palosaari.fi/linux/
481 Q: http://patchwork.linuxtv.org/project/linux-media/list/
482 T: git git://linuxtv.org/anttip/media_tree.git
484 F: drivers/media/dvb-frontends/af9033*
487 L: linux-fsdevel@vger.kernel.org
489 F: Documentation/filesystems/affs.txt
492 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
493 M: David Howells <dhowells@redhat.com>
494 L: linux-afs@lists.infradead.org
497 F: include/net/af_rxrpc.h
498 F: net/rxrpc/af_rxrpc.c
501 M: David Airlie <airlied@linux.ie>
502 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
505 F: include/linux/agp*
506 F: include/uapi/linux/agp*
509 M: "Juergen E. Fischer" <fischer@norbit.de>
510 L: linux-scsi@vger.kernel.org
512 F: drivers/scsi/aha152x*
513 F: drivers/scsi/pcmcia/aha152x*
515 AIC7XXX / AIC79XX SCSI DRIVER
516 M: Hannes Reinecke <hare@suse.com>
517 L: linux-scsi@vger.kernel.org
519 F: drivers/scsi/aic7xxx/
521 AIMSLAB FM RADIO RECEIVER DRIVER
522 M: Hans Verkuil <hverkuil@xs4all.nl>
523 L: linux-media@vger.kernel.org
524 T: git git://linuxtv.org/media_tree.git
525 W: http://linuxtv.org
527 F: drivers/media/radio/radio-aimslab*
530 M: Benjamin LaHaise <bcrl@kvack.org>
531 L: linux-aio@kvack.org
534 F: include/linux/*aio*.h
537 M: Antti Palosaari <crope@iki.fi>
538 L: linux-media@vger.kernel.org
539 W: http://linuxtv.org/
540 W: http://palosaari.fi/linux/
541 Q: http://patchwork.linuxtv.org/project/linux-media/list/
542 T: git git://linuxtv.org/anttip/media_tree.git
544 F: drivers/media/usb/airspy/
546 ALCATEL SPEEDTOUCH USB DRIVER
547 M: Duncan Sands <duncan.sands@free.fr>
548 L: linux-usb@vger.kernel.org
549 W: http://www.linux-usb.org/SpeedTouch/
551 F: drivers/usb/atm/speedtch.c
552 F: drivers/usb/atm/usbatm.c
554 ALCHEMY AU1XX0 MMC DRIVER
555 M: Manuel Lauss <manuel.lauss@gmail.com>
557 F: drivers/mmc/host/au1xmmc.c
560 M: Rudolf Marek <r.marek@assembler.cz>
561 L: linux-i2c@vger.kernel.org
563 F: Documentation/i2c/busses/i2c-ali1563
564 F: drivers/i2c/busses/i2c-ali1563.c
566 ALLWINNER SECURITY SYSTEM
567 M: Corentin Labbe <clabbe.montjoie@gmail.com>
568 L: linux-crypto@vger.kernel.org
570 F: drivers/crypto/sunxi-ss/
573 M: Richard Henderson <rth@twiddle.net>
574 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
575 M: Matt Turner <mattst88@gmail.com>
577 L: linux-alpha@vger.kernel.org
580 ALTERA MAILBOX DRIVER
581 M: Ley Foon Tan <lftan@altera.com>
582 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
584 F: drivers/mailbox/mailbox-altera.c
587 M: Tien Hock Loh <thloh@altera.com>
588 L: linux-gpio@vger.kernel.org
590 F: drivers/gpio/gpio-altera.c
592 ALTERA TRIPLE SPEED ETHERNET DRIVER
593 M: Vince Bridgers <vbridger@opensource.altera.com>
594 L: netdev@vger.kernel.org
595 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
597 F: drivers/net/ethernet/altera/
599 ALTERA UART/JTAG UART SERIAL DRIVERS
600 M: Tobias Klauser <tklauser@distanz.ch>
601 L: linux-serial@vger.kernel.org
602 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
604 F: drivers/tty/serial/altera_uart.c
605 F: drivers/tty/serial/altera_jtaguart.c
606 F: include/linux/altera_uart.h
607 F: include/linux/altera_jtaguart.h
609 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
610 M: Tom Lendacky <thomas.lendacky@amd.com>
611 L: linux-crypto@vger.kernel.org
613 F: drivers/crypto/ccp/
614 F: include/linux/ccp.h
616 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
617 M: Andreas Herrmann <herrmann.der.user@googlemail.com>
618 L: lm-sensors@lm-sensors.org
620 F: Documentation/hwmon/fam15h_power
621 F: drivers/hwmon/fam15h_power.c
623 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
624 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
626 F: drivers/usb/gadget/udc/amd5536udc.*
628 AMD GEODE PROCESSOR/CHIPSET SUPPORT
629 P: Andres Salomon <dilinger@queued.net>
630 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
631 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
633 F: drivers/char/hw_random/geode-rng.c
634 F: drivers/crypto/geode*
635 F: drivers/video/fbdev/geode/
636 F: arch/x86/include/asm/geode.h
639 M: Joerg Roedel <joro@8bytes.org>
640 L: iommu@lists.linux-foundation.org
641 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
643 F: drivers/iommu/amd_iommu*.[ch]
644 F: include/linux/amd-iommu.h
647 M: Oded Gabbay <oded.gabbay@gmail.com>
648 L: dri-devel@lists.freedesktop.org
649 T: git git://people.freedesktop.org/~gabbayo/linux.git
651 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
652 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
653 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
654 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
655 F: drivers/gpu/drm/amd/amdkfd/
656 F: drivers/gpu/drm/amd/include/cik_structs.h
657 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
658 F: drivers/gpu/drm/amd/include/vi_structs.h
659 F: drivers/gpu/drm/radeon/radeon_kfd.c
660 F: drivers/gpu/drm/radeon/radeon_kfd.h
661 F: include/uapi/linux/kfd_ioctl.h
664 M: Tom Lendacky <thomas.lendacky@amd.com>
665 L: netdev@vger.kernel.org
667 F: drivers/net/ethernet/amd/xgbe/
669 AMS (Apple Motion Sensor) DRIVER
670 M: Michael Hanselmann <linux-kernel@hansmi.ch>
672 F: drivers/macintosh/ams/
675 M: Tom Tucker <tom@opengridcomputing.com>
676 M: Steve Wise <swise@opengridcomputing.com>
677 L: linux-rdma@vger.kernel.org
679 F: drivers/infiniband/hw/amso1100/
681 ANALOG DEVICES INC AD9389B DRIVER
682 M: Hans Verkuil <hans.verkuil@cisco.com>
683 L: linux-media@vger.kernel.org
685 F: drivers/media/i2c/ad9389b*
687 ANALOG DEVICES INC ADV7180 DRIVER
688 M: Lars-Peter Clausen <lars@metafoo.de>
689 L: linux-media@vger.kernel.org
690 W: http://ez.analog.com/community/linux-device-drivers
692 F: drivers/media/i2c/adv7180.c
694 ANALOG DEVICES INC ADV7511 DRIVER
695 M: Hans Verkuil <hans.verkuil@cisco.com>
696 L: linux-media@vger.kernel.org
698 F: drivers/media/i2c/adv7511*
700 ANALOG DEVICES INC ADV7604 DRIVER
701 M: Hans Verkuil <hans.verkuil@cisco.com>
702 L: linux-media@vger.kernel.org
704 F: drivers/media/i2c/adv7604*
706 ANALOG DEVICES INC ADV7842 DRIVER
707 M: Hans Verkuil <hans.verkuil@cisco.com>
708 L: linux-media@vger.kernel.org
710 F: drivers/media/i2c/adv7842*
712 ANALOG DEVICES INC ASOC CODEC DRIVERS
713 M: Lars-Peter Clausen <lars@metafoo.de>
714 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
715 W: http://wiki.analog.com/
716 W: http://ez.analog.com/community/linux-device-drivers
718 F: sound/soc/codecs/adau*
719 F: sound/soc/codecs/adav*
720 F: sound/soc/codecs/ad1*
721 F: sound/soc/codecs/ad7*
722 F: sound/soc/codecs/ssm*
723 F: sound/soc/codecs/sigmadsp.*
725 ANALOG DEVICES INC ASOC DRIVERS
726 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
727 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
728 W: http://blackfin.uclinux.org/
730 F: sound/soc/blackfin/*
732 ANALOG DEVICES INC IIO DRIVERS
733 M: Lars-Peter Clausen <lars@metafoo.de>
734 M: Michael Hennerich <Michael.Hennerich@analog.com>
735 W: http://wiki.analog.com/
736 W: http://ez.analog.com/community/linux-device-drivers
739 X: drivers/iio/*/adjd*
740 F: drivers/staging/iio/*/ad*
741 F: staging/iio/trigger/iio-trig-bfin-timer.c
743 ANALOG DEVICES INC DMA DRIVERS
744 M: Lars-Peter Clausen <lars@metafoo.de>
745 W: http://ez.analog.com/community/linux-device-drivers
747 F: drivers/dma/dma-axi-dmac.c
750 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
751 M: Arve Hjønnevåg <arve@android.com>
752 M: Riley Andrews <riandrews@android.com>
753 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
754 L: devel@driverdev.osuosl.org
757 F: drivers/staging/android/
759 AOA (Apple Onboard Audio) ALSA DRIVER
760 M: Johannes Berg <johannes@sipsolutions.net>
761 L: linuxppc-dev@lists.ozlabs.org
762 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
767 M: Jiri Kosina <jikos@kernel.org>
769 F: arch/x86/kernel/apm_32.c
770 F: include/linux/apm_bios.h
771 F: include/uapi/linux/apm_bios.h
772 F: drivers/char/apm-emulation.c
774 APPLE BCM5974 MULTITOUCH DRIVER
775 M: Henrik Rydberg <rydberg@bitmath.org>
776 L: linux-input@vger.kernel.org
778 F: drivers/input/mouse/bcm5974.c
781 M: Henrik Rydberg <rydberg@bitmath.org>
782 L: lm-sensors@lm-sensors.org
784 F: drivers/hwmon/applesmc.c
786 APPLETALK NETWORK LAYER
787 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
789 F: drivers/net/appletalk/
792 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
793 M: Iyappan Subramanian <isubramanian@apm.com>
794 M: Keyur Chudgar <kchudgar@apm.com>
796 F: drivers/net/ethernet/apm/xgene/
797 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
799 APTINA CAMERA SENSOR PLL
800 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
801 L: linux-media@vger.kernel.org
803 F: drivers/media/i2c/aptina-pll.*
805 ARC FRAMEBUFFER DRIVER
806 M: Jaya Kumar <jayalk@intworks.biz>
808 F: drivers/video/fbdev/arcfb.c
809 F: drivers/video/fbdev/core/fb_defio.c
812 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
813 L: netdev@vger.kernel.org
815 F: drivers/net/arcnet/
816 F: include/uapi/linux/if_arcnet.h
818 ARM MFM AND FLOPPY DRIVERS
819 M: Ian Molton <spyro@f2s.com>
821 F: arch/arm/lib/floppydma.S
822 F: arch/arm/include/asm/floppy.h
824 ARM PMU PROFILING AND DEBUGGING
825 M: Will Deacon <will.deacon@arm.com>
827 F: arch/arm/kernel/perf_*
828 F: arch/arm/oprofile/common.c
829 F: arch/arm/kernel/hw_breakpoint.c
830 F: arch/arm/include/asm/hw_breakpoint.h
831 F: arch/arm/include/asm/perf_event.h
832 F: drivers/perf/arm_pmu.c
833 F: include/linux/perf/arm_pmu.h
836 M: Russell King <linux@arm.linux.org.uk>
837 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
838 W: http://www.arm.linux.org.uk/
842 ARM SUB-ARCHITECTURES
843 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
847 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
849 ARM PRIMECELL AACI PL041 DRIVER
850 M: Russell King <linux@arm.linux.org.uk>
854 ARM PRIMECELL CLCD PL110 DRIVER
855 M: Russell King <linux@arm.linux.org.uk>
857 F: drivers/video/fbdev/amba-clcd.*
859 ARM PRIMECELL KMI PL050 DRIVER
860 M: Russell King <linux@arm.linux.org.uk>
862 F: drivers/input/serio/ambakmi.*
863 F: include/linux/amba/kmi.h
865 ARM PRIMECELL MMCI PL180/1 DRIVER
866 M: Russell King <linux@arm.linux.org.uk>
868 F: drivers/mmc/host/mmci.*
869 F: include/linux/amba/mmci.h
871 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
872 M: Russell King <linux@arm.linux.org.uk>
874 F: drivers/tty/serial/amba-pl01*.c
875 F: include/linux/amba/serial.h
877 ARM PRIMECELL BUS SUPPORT
878 M: Russell King <linux@arm.linux.org.uk>
881 F: include/linux/amba/bus.h
883 ARM/ADS SPHERE MACHINE SUPPORT
884 M: Lennert Buytenhek <kernel@wantstofly.org>
885 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
888 ARM/AFEB9260 MACHINE SUPPORT
889 M: Sergey Lapin <slapin@ossfans.org>
890 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
893 ARM/AJECO 1ARM MACHINE SUPPORT
894 M: Lennert Buytenhek <kernel@wantstofly.org>
895 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
898 ARM/Allwinner sunXi SoC support
899 M: Maxime Ripard <maxime.ripard@free-electrons.com>
900 M: Chen-Yu Tsai <wens@csie.org>
901 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
905 ARM/Allwinner SoC Clock Support
906 M: Emilio López <emilio@elopez.com.ar>
908 F: drivers/clk/sunxi/
910 ARM/Amlogic MesonX SoC support
911 M: Carlo Caione <carlo@caione.org>
912 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
914 F: drivers/media/rc/meson-ir.c
917 ARM/Annapurna Labs ALPINE ARCHITECTURE
918 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
920 F: arch/arm/mach-alpine/
922 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
923 M: Nicolas Ferre <nicolas.ferre@atmel.com>
924 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
925 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
926 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
927 W: http://www.linux4sam.org
929 F: arch/arm/mach-at91/
931 F: arch/arm/boot/dts/at91*.dts
932 F: arch/arm/boot/dts/at91*.dtsi
933 F: arch/arm/boot/dts/sama*.dts
934 F: arch/arm/boot/dts/sama*.dtsi
935 F: arch/arm/include/debug/at91.S
937 ARM/ATMEL AT91 Clock Support
938 M: Boris Brezillon <boris.brezillon@free-electrons.com>
942 ARM/CALXEDA HIGHBANK ARCHITECTURE
943 M: Rob Herring <robh@kernel.org>
944 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
946 F: arch/arm/mach-highbank/
948 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
949 M: Krzysztof Halasa <khalasa@piap.pl>
951 F: arch/arm/mach-cns3xxx/
953 ARM/CAVIUM THUNDER NETWORK DRIVER
954 M: Sunil Goutham <sgoutham@cavium.com>
955 M: Robert Richter <rric@kernel.org>
956 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
958 F: drivers/net/ethernet/cavium/thunder/
960 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
961 M: Alexander Shiyan <shc_work@mail.ru>
962 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
966 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
967 M: Hartley Sweeten <hsweeten@visionengravers.com>
968 M: Ryan Mallon <rmallon@gmail.com>
969 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
971 F: arch/arm/mach-ep93xx/
972 F: arch/arm/mach-ep93xx/include/mach/
974 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
975 M: Lennert Buytenhek <kernel@wantstofly.org>
976 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
980 M: Russell King <linux@arm.linux.org.uk>
981 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 F: arch/arm/include/asm/clkdev.h
984 F: drivers/clk/clkdev.c
986 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
987 M: Mike Rapoport <mike@compulab.co.il>
988 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991 ARM/CONTEC MICRO9 MACHINE SUPPORT
992 M: Hubert Feurstein <hubert.feurstein@contec.at>
994 F: arch/arm/mach-ep93xx/micro9.c
996 ARM/CORESIGHT FRAMEWORK AND DRIVERS
997 M: Mathieu Poirier <mathieu.poirier@linaro.org>
998 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000 F: drivers/hwtracing/coresight/*
1001 F: Documentation/trace/coresight.txt
1002 F: Documentation/devicetree/bindings/arm/coresight.txt
1003 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1005 ARM/CORGI MACHINE SUPPORT
1006 M: Richard Purdie <rpurdie@rpsys.net>
1009 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1010 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1011 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1012 T: git git://github.com/ulli-kroll/linux.git
1014 F: arch/arm/mach-gemini/
1015 F: drivers/rtc/rtc-gemini.c
1017 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1018 M: Barry Song <baohua@kernel.org>
1019 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1020 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1022 F: arch/arm/mach-prima2/
1023 F: drivers/clk/sirf/
1024 F: drivers/clocksource/timer-prima2.c
1025 F: drivers/clocksource/timer-atlas7.c
1028 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1029 M: Baruch Siach <baruch@tkos.co.il>
1030 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032 F: arch/arm/boot/dts/cx92755*
1035 ARM/EBSA110 MACHINE SUPPORT
1036 M: Russell King <linux@arm.linux.org.uk>
1037 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1038 W: http://www.arm.linux.org.uk/
1040 F: arch/arm/mach-ebsa110/
1041 F: drivers/net/ethernet/amd/am79c961a.*
1043 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1044 M: Uwe Kleine-König <kernel@pengutronix.de>
1045 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1049 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1050 M: Daniel Ribeiro <drwyrm@gmail.com>
1051 M: Stefan Schmidt <stefan@openezx.org>
1052 M: Harald Welte <laforge@openezx.org>
1053 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1054 W: http://www.openezx.org/
1056 T: topgit git://git.openezx.org/openezx.git
1057 F: arch/arm/mach-pxa/ezx.c
1059 ARM/FARADAY FA526 PORT
1060 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1061 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1063 T: git git://git.berlios.de/gemini-board
1064 F: arch/arm/mm/*-fa*
1066 ARM/FOOTBRIDGE ARCHITECTURE
1067 M: Russell King <linux@arm.linux.org.uk>
1068 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1069 W: http://www.arm.linux.org.uk/
1071 F: arch/arm/include/asm/hardware/dec21285.h
1072 F: arch/arm/mach-footbridge/
1074 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1075 M: Shawn Guo <shawnguo@kernel.org>
1076 M: Sascha Hauer <kernel@pengutronix.de>
1077 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1079 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1080 F: arch/arm/mach-imx/
1081 F: arch/arm/mach-mxs/
1082 F: arch/arm/boot/dts/imx*
1083 F: arch/arm/configs/imx*_defconfig
1087 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1088 M: Shawn Guo <shawnguo@kernel.org>
1089 M: Sascha Hauer <kernel@pengutronix.de>
1090 R: Stefan Agner <stefan@agner.ch>
1091 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1093 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1094 F: arch/arm/mach-imx/*vf610*
1095 F: arch/arm/boot/dts/vf*
1097 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1098 M: Lennert Buytenhek <kernel@wantstofly.org>
1099 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1102 ARM/GUMSTIX MACHINE SUPPORT
1103 M: Steve Sakoman <sakoman@gmail.com>
1104 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1107 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1108 M: Philipp Zabel <philipp.zabel@gmail.com>
1109 M: Paul Parsons <lost.distance@yahoo.com>
1110 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1112 F: arch/arm/mach-pxa/hx4700.c
1113 F: arch/arm/mach-pxa/include/mach/hx4700.h
1114 F: sound/soc/pxa/hx4700.c
1116 ARM/HISILICON SOC SUPPORT
1117 M: Wei Xu <xuwei5@hisilicon.com>
1118 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1119 W: http://www.hisilicon.com
1121 T: git git://github.com/hisilicon/linux-hisi.git
1122 F: arch/arm/mach-hisi/
1124 ARM/HP JORNADA 7XX MACHINE SUPPORT
1125 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1128 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1129 F: arch/arm/mach-sa1100/jornada720.c
1130 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1132 ARM/IGEP MACHINE SUPPORT
1133 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1134 M: Javier Martinez Canillas <javier@dowhile0.org>
1135 L: linux-omap@vger.kernel.org
1136 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1138 F: arch/arm/boot/dts/omap3-igep*
1140 ARM/INCOME PXA270 SUPPORT
1141 M: Marek Vasut <marek.vasut@gmail.com>
1142 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1144 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1146 ARM/INTEL IOP32X ARM ARCHITECTURE
1147 M: Lennert Buytenhek <kernel@wantstofly.org>
1148 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1151 ARM/INTEL IOP33X ARM ARCHITECTURE
1152 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155 ARM/INTEL IOP13XX ARM ARCHITECTURE
1156 M: Lennert Buytenhek <kernel@wantstofly.org>
1157 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1160 ARM/INTEL IQ81342EX MACHINE SUPPORT
1161 M: Lennert Buytenhek <kernel@wantstofly.org>
1162 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1165 ARM/INTEL IXDP2850 MACHINE SUPPORT
1166 M: Lennert Buytenhek <kernel@wantstofly.org>
1167 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1170 ARM/INTEL IXP4XX ARM ARCHITECTURE
1171 M: Imre Kaloz <kaloz@openwrt.org>
1172 M: Krzysztof Halasa <khalasa@piap.pl>
1173 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1175 F: arch/arm/mach-ixp4xx/
1177 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1178 M: Jonathan Cameron <jic23@cam.ac.uk>
1179 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 F: arch/arm/mach-pxa/stargate2.c
1182 F: drivers/pcmcia/pxa2xx_stargate2.c
1184 ARM/INTEL XSC3 (MANZANO) ARM CORE
1185 M: Lennert Buytenhek <kernel@wantstofly.org>
1186 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1189 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1190 M: Lennert Buytenhek <kernel@wantstofly.org>
1191 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1194 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1195 M: Santosh Shilimkar <ssantosh@kernel.org>
1196 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 F: arch/arm/mach-keystone/
1199 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1201 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1202 M: Santosh Shilimkar <ssantosh@kernel.org>
1203 L: linux-kernel@vger.kernel.org
1205 F: drivers/clk/keystone/
1207 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1208 M: Santosh Shilimkar <ssantosh@kernel.org>
1209 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1210 L: linux-kernel@vger.kernel.org
1212 F: drivers/clocksource/timer-keystone.c
1214 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1215 M: Santosh Shilimkar <ssantosh@kernel.org>
1216 L: linux-kernel@vger.kernel.org
1218 F: drivers/power/reset/keystone-reset.c
1220 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1221 M: Santosh Shilimkar <ssantosh@kernel.org>
1222 L: linux-kernel@vger.kernel.org
1224 F: drivers/memory/*emif*
1226 ARM/LOGICPD PXA270 MACHINE SUPPORT
1227 M: Lennert Buytenhek <kernel@wantstofly.org>
1228 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1231 ARM/LPC18XX ARCHITECTURE
1232 M: Joachim Eastwood <manabian@gmail.com>
1233 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1237 ARM/MAGICIAN MACHINE SUPPORT
1238 M: Philipp Zabel <philipp.zabel@gmail.com>
1241 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1242 M: Jason Cooper <jason@lakedaemon.net>
1243 M: Andrew Lunn <andrew@lunn.ch>
1244 M: Gregory Clement <gregory.clement@free-electrons.com>
1245 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1246 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1248 F: arch/arm/mach-mvebu/
1249 F: drivers/rtc/rtc-armada38x.c
1250 F: arch/arm/boot/dts/armada*
1251 F: arch/arm/boot/dts/kirkwood*
1254 ARM/Marvell Berlin SoC support
1255 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1256 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1258 F: arch/arm/mach-berlin/
1259 F: arch/arm/boot/dts/berlin*
1262 ARM/Marvell Dove/MV78xx0/Orion SOC support
1263 M: Jason Cooper <jason@lakedaemon.net>
1264 M: Andrew Lunn <andrew@lunn.ch>
1265 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1266 M: Gregory Clement <gregory.clement@free-electrons.com>
1267 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1269 F: arch/arm/mach-dove/
1270 F: arch/arm/mach-mv78xx0/
1271 F: arch/arm/mach-orion5x/
1272 F: arch/arm/plat-orion/
1273 F: arch/arm/boot/dts/dove*
1274 F: arch/arm/boot/dts/orion5x*
1277 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1278 M: Alexander Clouter <alex@digriz.org.uk>
1279 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1280 W: http://www.digriz.org.uk/ts78xx/kernel
1282 F: arch/arm/mach-orion5x/ts78xx-*
1284 ARM/Mediatek RTC DRIVER
1285 M: Eddie Huang <eddie.huang@mediatek.com>
1286 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1287 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1289 F: drivers/rtc/rtc-mt6397.c
1291 ARM/Mediatek SoC support
1292 M: Matthias Brugger <matthias.bgg@gmail.com>
1293 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1294 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1296 F: arch/arm/boot/dts/mt6*
1297 F: arch/arm/boot/dts/mt8*
1298 F: arch/arm/mach-mediatek/
1302 ARM/MICREL KS8695 ARCHITECTURE
1303 M: Greg Ungerer <gerg@uclinux.org>
1304 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305 F: arch/arm/mach-ks8695/
1308 ARM/MIOA701 MACHINE SUPPORT
1309 M: Robert Jarzmik <robert.jarzmik@free.fr>
1310 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1311 F: arch/arm/mach-pxa/mioa701.c
1314 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1315 M: Michael Petchkovsky <mkpetch@internode.on.net>
1318 ARM/NOMADIK ARCHITECTURE
1319 M: Alessandro Rubini <rubini@unipv.it>
1320 M: Linus Walleij <linus.walleij@linaro.org>
1321 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1323 F: arch/arm/mach-nomadik/
1324 F: drivers/pinctrl/nomadik/
1325 F: drivers/i2c/busses/i2c-nomadik.c
1326 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1328 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1329 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1330 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1331 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1334 ARM/TOSA MACHINE SUPPORT
1335 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1336 M: Dirk Opfer <dirk@opfer-online.de>
1339 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1340 M: Marek Vasut <marek.vasut@gmail.com>
1341 L: linux-arm-kernel@lists.infradead.org
1342 W: http://hackndev.com
1344 F: arch/arm/mach-pxa/include/mach/palmtx.h
1345 F: arch/arm/mach-pxa/palmtx.c
1346 F: arch/arm/mach-pxa/include/mach/palmt5.h
1347 F: arch/arm/mach-pxa/palmt5.c
1348 F: arch/arm/mach-pxa/include/mach/palmld.h
1349 F: arch/arm/mach-pxa/palmld.c
1350 F: arch/arm/mach-pxa/include/mach/palmte2.h
1351 F: arch/arm/mach-pxa/palmte2.c
1352 F: arch/arm/mach-pxa/include/mach/palmtc.h
1353 F: arch/arm/mach-pxa/palmtc.c
1355 ARM/PALM TREO SUPPORT
1356 M: Tomas Cech <sleep_walker@suse.com>
1357 L: linux-arm-kernel@lists.infradead.org
1358 W: http://hackndev.com
1360 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1361 F: arch/arm/mach-pxa/palmtreo.c
1364 M: Sergey Lapin <slapin@ossfans.org>
1365 L: linux-arm-kernel@lists.infradead.org
1366 W: http://hackndev.com
1368 F: arch/arm/mach-pxa/include/mach/palmz72.h
1369 F: arch/arm/mach-pxa/palmz72.c
1372 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1373 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1376 ARM/PT DIGITAL BOARD PORT
1377 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1378 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1379 W: http://www.arm.linux.org.uk/
1382 ARM/QUALCOMM SUPPORT
1383 M: Kumar Gala <galak@codeaurora.org>
1384 M: Andy Gross <agross@codeaurora.org>
1385 M: David Brown <davidb@codeaurora.org>
1386 L: linux-arm-msm@vger.kernel.org
1387 L: linux-soc@vger.kernel.org
1389 F: arch/arm/mach-qcom/
1390 F: drivers/soc/qcom/
1391 F: drivers/tty/serial/msm_serial.h
1392 F: drivers/tty/serial/msm_serial.c
1393 F: drivers/*/pm8???-*
1394 F: drivers/mfd/ssbi.c
1395 F: drivers/firmware/qcom_scm.c
1396 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1398 ARM/RADISYS ENP2611 MACHINE SUPPORT
1399 M: Lennert Buytenhek <kernel@wantstofly.org>
1400 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1403 ARM/RISCPC ARCHITECTURE
1404 M: Russell King <linux@arm.linux.org.uk>
1405 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1406 W: http://www.arm.linux.org.uk/
1408 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1409 F: arch/arm/include/asm/hardware/ioc.h
1410 F: arch/arm/include/asm/hardware/iomd.h
1411 F: arch/arm/include/asm/hardware/memc.h
1412 F: arch/arm/mach-rpc/
1413 F: drivers/net/ethernet/8390/etherh.c
1414 F: drivers/net/ethernet/i825xx/ether1*
1415 F: drivers/net/ethernet/seeq/ether3*
1416 F: drivers/scsi/arm/
1418 ARM/Rockchip SoC support
1419 M: Heiko Stuebner <heiko@sntech.de>
1420 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1421 L: linux-rockchip@lists.infradead.org
1423 F: arch/arm/boot/dts/rk3*
1424 F: arch/arm/mach-rockchip/
1425 F: drivers/clk/rockchip/
1426 F: drivers/i2c/busses/i2c-rk3x.c
1427 F: drivers/*/*rockchip*
1428 F: drivers/*/*/*rockchip*
1429 F: sound/soc/rockchip/
1432 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1433 M: Kukjin Kim <kgene@kernel.org>
1434 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
1435 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1436 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1438 F: arch/arm/boot/dts/s3c*
1439 F: arch/arm/boot/dts/exynos*
1440 F: arch/arm64/boot/dts/exynos/
1441 F: arch/arm/plat-samsung/
1442 F: arch/arm/mach-s3c24*/
1443 F: arch/arm/mach-s3c64xx/
1444 F: arch/arm/mach-s5p*/
1445 F: arch/arm/mach-exynos*/
1446 F: drivers/*/*s3c2410*
1447 F: drivers/*/*/*s3c2410*
1448 F: drivers/spi/spi-s3c*
1449 F: sound/soc/samsung/*
1452 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1453 M: Kyungmin Park <kyungmin.park@samsung.com>
1454 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1456 F: arch/arm/mach-s5pv210/
1458 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1459 M: Kyungmin Park <kyungmin.park@samsung.com>
1460 M: Kamil Debski <k.debski@samsung.com>
1461 L: linux-arm-kernel@lists.infradead.org
1462 L: linux-media@vger.kernel.org
1464 F: drivers/media/platform/s5p-g2d/
1466 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1467 M: Kyungmin Park <kyungmin.park@samsung.com>
1468 M: Kamil Debski <k.debski@samsung.com>
1469 M: Jeongtae Park <jtp.park@samsung.com>
1470 L: linux-arm-kernel@lists.infradead.org
1471 L: linux-media@vger.kernel.org
1473 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1474 F: drivers/media/platform/s5p-mfc/
1476 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1477 M: Kyungmin Park <kyungmin.park@samsung.com>
1478 M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1479 L: linux-arm-kernel@lists.infradead.org
1480 L: linux-media@vger.kernel.org
1482 F: drivers/media/platform/s5p-tv/
1484 ARM/SHMOBILE ARM ARCHITECTURE
1485 M: Simon Horman <horms@verge.net.au>
1486 M: Magnus Damm <magnus.damm@gmail.com>
1487 L: linux-sh@vger.kernel.org
1488 W: http://oss.renesas.com
1489 Q: http://patchwork.kernel.org/project/linux-sh/list/
1490 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1492 F: arch/arm/boot/dts/emev2*
1493 F: arch/arm/boot/dts/r7s*
1494 F: arch/arm/boot/dts/r8a*
1495 F: arch/arm/boot/dts/sh*
1496 F: arch/arm/configs/bockw_defconfig
1497 F: arch/arm/configs/marzen_defconfig
1498 F: arch/arm/configs/shmobile_defconfig
1499 F: arch/arm/include/debug/renesas-scif.S
1500 F: arch/arm/mach-shmobile/
1503 ARM/SOCFPGA ARCHITECTURE
1504 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1506 F: arch/arm/mach-socfpga/
1507 F: arch/arm/boot/dts/socfpga*
1508 F: arch/arm/configs/socfpga_defconfig
1509 W: http://www.rocketboards.org
1510 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1512 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1513 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1515 F: drivers/clk/socfpga/
1517 ARM/SOCFPGA EDAC SUPPORT
1518 M: Thor Thayer <tthayer@opensource.altera.com>
1520 F: drivers/edac/altera_edac.
1522 ARM/STI ARCHITECTURE
1523 M: Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1524 M: Maxime Coquelin <maxime.coquelin@st.com>
1525 M: Patrice Chotard <patrice.chotard@st.com>
1526 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1527 L: kernel@stlinux.com
1528 W: http://www.stlinux.com
1530 F: arch/arm/mach-sti/
1531 F: arch/arm/boot/dts/sti*
1532 F: drivers/clocksource/arm_global_timer.c
1533 F: drivers/clocksource/clksrc_st_lpc.c
1534 F: drivers/i2c/busses/i2c-st.c
1535 F: drivers/media/rc/st_rc.c
1536 F: drivers/media/platform/sti/c8sectpfe/
1537 F: drivers/mmc/host/sdhci-st.c
1538 F: drivers/phy/phy-miphy28lp.c
1539 F: drivers/phy/phy-miphy365x.c
1540 F: drivers/phy/phy-stih407-usb.c
1541 F: drivers/phy/phy-stih41x-usb.c
1542 F: drivers/pinctrl/pinctrl-st.c
1543 F: drivers/reset/sti/
1544 F: drivers/rtc/rtc-st-lpc.c
1545 F: drivers/tty/serial/st-asc.c
1546 F: drivers/usb/dwc3/dwc3-st.c
1547 F: drivers/usb/host/ehci-st.c
1548 F: drivers/usb/host/ohci-st.c
1549 F: drivers/watchdog/st_lpc_wdt.c
1550 F: drivers/ata/ahci_st.c
1552 ARM/STM32 ARCHITECTURE
1553 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1554 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1556 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1558 F: drivers/clocksource/armv7m_systick.c
1560 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1561 M: Lennert Buytenhek <kernel@wantstofly.org>
1562 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1565 ARM/TETON BGA MACHINE SUPPORT
1566 M: "Mark F. Brown" <mark.brown314@gmail.com>
1567 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1570 ARM/THECUS N2100 MACHINE SUPPORT
1571 M: Lennert Buytenhek <kernel@wantstofly.org>
1572 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1575 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1576 M: Wan ZongShun <mcuos.com@gmail.com>
1577 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1578 W: http://www.mcuos.com
1580 F: arch/arm/mach-w90x900/
1581 F: drivers/input/keyboard/w90p910_keypad.c
1582 F: drivers/input/touchscreen/w90p910_ts.c
1583 F: drivers/watchdog/nuc900_wdt.c
1584 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1585 F: drivers/mtd/nand/nuc900_nand.c
1586 F: drivers/rtc/rtc-nuc900.c
1587 F: drivers/spi/spi-nuc900.c
1588 F: drivers/usb/host/ehci-w90x900.c
1589 F: drivers/video/fbdev/nuc900fb.c
1591 ARM/U300 MACHINE SUPPORT
1592 M: Linus Walleij <linus.walleij@linaro.org>
1593 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1595 F: arch/arm/mach-u300/
1596 F: drivers/clocksource/timer-u300.c
1597 F: drivers/i2c/busses/i2c-stu300.c
1598 F: drivers/rtc/rtc-coh901331.c
1599 F: drivers/watchdog/coh901327_wdt.c
1600 F: drivers/dma/coh901318*
1601 F: drivers/mfd/ab3100*
1602 F: drivers/rtc/rtc-ab3100.c
1603 F: drivers/rtc/rtc-coh901331.c
1604 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1606 ARM/UNIPHIER ARCHITECTURE
1607 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1608 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1610 F: arch/arm/boot/dts/uniphier*
1611 F: arch/arm/mach-uniphier/
1612 F: drivers/pinctrl/uniphier/
1613 F: drivers/tty/serial/8250/8250_uniphier.c
1616 ARM/Ux500 ARM ARCHITECTURE
1617 M: Linus Walleij <linus.walleij@linaro.org>
1618 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1620 F: arch/arm/mach-ux500/
1621 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1622 F: drivers/dma/ste_dma40*
1623 F: drivers/hwspinlock/u8500_hsem.c
1624 F: drivers/mfd/abx500*
1625 F: drivers/mfd/ab8500*
1626 F: drivers/mfd/dbx500*
1627 F: drivers/mfd/db8500*
1628 F: drivers/pinctrl/nomadik/pinctrl-ab*
1629 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1630 F: drivers/rtc/rtc-ab8500.c
1631 F: drivers/rtc/rtc-pl031.c
1632 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1634 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1635 M: Ulf Hansson <ulf.hansson@linaro.org>
1636 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1637 T: git git://git.linaro.org/people/ulfh/clk.git
1639 F: drivers/clk/ux500/
1640 F: include/linux/platform_data/clk-ux500.h
1642 ARM/VERSATILE EXPRESS PLATFORM
1643 M: Liviu Dudau <liviu.dudau@arm.com>
1644 M: Sudeep Holla <sudeep.holla@arm.com>
1645 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1646 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1648 F: arch/arm/boot/dts/vexpress*
1649 F: arch/arm64/boot/dts/arm/vexpress*
1650 F: arch/arm/mach-vexpress/
1653 F: drivers/clk/versatile/clk-vexpress-osc.c
1654 F: drivers/clocksource/versatile.c
1657 M: Russell King <linux@arm.linux.org.uk>
1658 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1659 W: http://www.arm.linux.org.uk/
1663 ARM/VOIPAC PXA270 SUPPORT
1664 M: Marek Vasut <marek.vasut@gmail.com>
1665 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1667 F: arch/arm/mach-pxa/vpac270.c
1668 F: arch/arm/mach-pxa/include/mach/vpac270.h
1670 ARM/VT8500 ARM ARCHITECTURE
1671 M: Tony Prisk <linux@prisktech.co.nz>
1672 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1674 F: arch/arm/mach-vt8500/
1675 F: drivers/clocksource/vt8500_timer.c
1676 F: drivers/i2c/busses/i2c-wmt.c
1677 F: drivers/mmc/host/wmt-sdmmc.c
1678 F: drivers/pwm/pwm-vt8500.c
1679 F: drivers/rtc/rtc-vt8500.c
1680 F: drivers/tty/serial/vt8500_serial.c
1681 F: drivers/usb/host/ehci-platform.c
1682 F: drivers/usb/host/uhci-platform.c
1683 F: drivers/video/fbdev/vt8500lcdfb.*
1684 F: drivers/video/fbdev/wm8505fb*
1685 F: drivers/video/fbdev/wmt_ge_rops.*
1687 ARM/ZIPIT Z2 SUPPORT
1688 M: Marek Vasut <marek.vasut@gmail.com>
1689 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1691 F: arch/arm/mach-pxa/z2.c
1692 F: arch/arm/mach-pxa/include/mach/z2.h
1694 ARM/ZTE ARCHITECTURE
1695 M: Jun Nie <jun.nie@linaro.org>
1696 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1698 F: arch/arm/mach-zx/
1700 F: Documentation/devicetree/bindings/arm/zte.txt
1701 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1703 ARM/ZYNQ ARCHITECTURE
1704 M: Michal Simek <michal.simek@xilinx.com>
1705 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1706 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1707 W: http://wiki.xilinx.com
1708 T: git https://github.com/Xilinx/linux-xlnx.git
1710 F: arch/arm/mach-zynq/
1711 F: drivers/cpuidle/cpuidle-zynq.c
1712 F: drivers/block/xsysace.c
1715 F: drivers/clocksource/cadence_ttc_timer.c
1716 F: drivers/i2c/busses/i2c-cadence.c
1717 F: drivers/mmc/host/sdhci-of-arasan.c
1718 F: drivers/edac/synopsys_edac.c
1721 M: Will Deacon <will.deacon@arm.com>
1722 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1724 F: drivers/iommu/arm-smmu.c
1725 F: drivers/iommu/arm-smmu-v3.c
1726 F: drivers/iommu/io-pgtable-arm.c
1728 ARM64 PORT (AARCH64 ARCHITECTURE)
1729 M: Catalin Marinas <catalin.marinas@arm.com>
1730 M: Will Deacon <will.deacon@arm.com>
1731 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1734 F: Documentation/arm64/
1736 AS3645A LED FLASH CONTROLLER DRIVER
1737 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1738 L: linux-media@vger.kernel.org
1739 T: git git://linuxtv.org/media_tree.git
1741 F: drivers/media/i2c/as3645a.c
1742 F: include/media/as3645a.h
1744 ASC7621 HARDWARE MONITOR DRIVER
1745 M: George Joseph <george.joseph@fairview5.com>
1746 L: lm-sensors@lm-sensors.org
1748 F: Documentation/hwmon/asc7621
1749 F: drivers/hwmon/asc7621.c
1751 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1752 M: Corentin Chary <corentin.chary@gmail.com>
1753 L: acpi4asus-user@lists.sourceforge.net
1754 L: platform-driver-x86@vger.kernel.org
1755 W: http://acpi4asus.sf.net
1757 F: drivers/platform/x86/asus*.c
1758 F: drivers/platform/x86/eeepc*.c
1760 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1761 R: Dan Williams <dan.j.williams@intel.com>
1762 W: http://sourceforge.net/projects/xscaleiop
1764 F: Documentation/crypto/async-tx-api.txt
1767 F: include/linux/dmaengine.h
1768 F: include/linux/async_tx.h
1771 M: Wolfram Sang <wsa@the-dreams.de>
1772 L: linux-i2c@vger.kernel.org
1774 F: drivers/misc/eeprom/at24.c
1775 F: include/linux/platform_data/at24.h
1777 ATA OVER ETHERNET (AOE) DRIVER
1778 M: "Ed L. Cashin" <ed.cashin@acm.org>
1779 W: http://www.openaoe.org/
1781 F: Documentation/aoe/
1782 F: drivers/block/aoe/
1784 ATHEROS 71XX/9XXX GPIO DRIVER
1785 M: Alban Bedel <albeu@free.fr>
1786 W: https://github.com/AlbanBedel/linux
1787 T: git git://github.com/AlbanBedel/linux
1789 F: drivers/gpio/gpio-ath79.c
1790 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1792 ATHEROS ATH GENERIC UTILITIES
1793 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1794 L: linux-wireless@vger.kernel.org
1796 F: drivers/net/wireless/ath/*
1798 ATHEROS ATH5K WIRELESS DRIVER
1799 M: Jiri Slaby <jirislaby@gmail.com>
1800 M: Nick Kossifidis <mickflemm@gmail.com>
1801 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1802 L: linux-wireless@vger.kernel.org
1803 W: http://wireless.kernel.org/en/users/Drivers/ath5k
1805 F: drivers/net/wireless/ath/ath5k/
1807 ATHEROS ATH6KL WIRELESS DRIVER
1808 M: Kalle Valo <kvalo@qca.qualcomm.com>
1809 L: linux-wireless@vger.kernel.org
1810 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1811 T: git git://github.com/kvalo/ath.git
1813 F: drivers/net/wireless/ath/ath6kl/
1815 WILOCITY WIL6210 WIRELESS DRIVER
1816 M: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1817 L: linux-wireless@vger.kernel.org
1818 L: wil6210@qca.qualcomm.com
1820 W: http://wireless.kernel.org/en/users/Drivers/wil6210
1821 F: drivers/net/wireless/ath/wil6210/
1822 F: include/uapi/linux/wil6210_uapi.h
1824 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1825 M: Christian Lamparter <chunkeey@googlemail.com>
1826 L: linux-wireless@vger.kernel.org
1827 W: http://wireless.kernel.org/en/users/Drivers/carl9170
1829 F: drivers/net/wireless/ath/carl9170/
1831 ATK0110 HWMON DRIVER
1832 M: Luca Tettamanti <kronos.it@gmail.com>
1833 L: lm-sensors@lm-sensors.org
1835 F: drivers/hwmon/asus_atk0110.c
1838 M: Ville Syrjala <syrjala@sci.fi>
1840 F: drivers/input/misc/ati_remote2.c
1842 ATLX ETHERNET DRIVERS
1843 M: Jay Cliburn <jcliburn@gmail.com>
1844 M: Chris Snook <chris.snook@gmail.com>
1845 L: netdev@vger.kernel.org
1846 W: http://sourceforge.net/projects/atl1
1847 W: http://atl1.sourceforge.net
1849 F: drivers/net/ethernet/atheros/
1852 M: Chas Williams <3chas3@gmail.com>
1853 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1854 L: netdev@vger.kernel.org
1855 W: http://linux-atm.sourceforge.net
1858 F: include/linux/atm*
1859 F: include/uapi/linux/atm*
1861 ATMEL AT91 / AT32 MCI DRIVER
1862 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1864 F: drivers/mmc/host/atmel-mci.c
1865 F: drivers/mmc/host/atmel-mci-regs.h
1867 ATMEL AT91 / AT32 SERIAL DRIVER
1868 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1870 F: drivers/tty/serial/atmel_serial.c
1872 ATMEL Audio ALSA driver
1873 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1874 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1879 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1880 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1882 F: drivers/dma/at_hdmac.c
1883 F: drivers/dma/at_hdmac_regs.h
1884 F: include/linux/platform_data/dma-atmel.h
1887 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1888 L: linux-arm-kernel@lists.infradead.org
1889 L: dmaengine@vger.kernel.org
1891 F: drivers/dma/at_xdmac.c
1894 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1895 L: linux-i2c@vger.kernel.org
1897 F: drivers/i2c/busses/i2c-at91.c
1900 M: Josh Wu <josh.wu@atmel.com>
1901 L: linux-media@vger.kernel.org
1903 F: drivers/media/platform/soc_camera/atmel-isi.c
1904 F: include/media/atmel-isi.h
1907 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1908 L: linux-fbdev@vger.kernel.org
1910 F: drivers/video/fbdev/atmel_lcdfb.c
1911 F: include/video/atmel_lcdc.h
1913 ATMEL MACB ETHERNET DRIVER
1914 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1916 F: drivers/net/ethernet/cadence/
1919 M: Josh Wu <josh.wu@atmel.com>
1920 L: linux-mtd@lists.infradead.org
1922 F: drivers/mtd/nand/atmel_nand*
1925 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1926 L: linux-mmc@vger.kernel.org
1928 F: drivers/mmc/host/sdhci-of-at91.c
1931 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1933 F: drivers/spi/spi-atmel.*
1936 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1937 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1939 F: drivers/misc/atmel-ssc.c
1940 F: include/linux/atmel-ssc.h
1942 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1943 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1944 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1946 F: drivers/misc/atmel_tclib.c
1947 F: drivers/clocksource/tcb_clksrc.c
1949 ATMEL USBA UDC DRIVER
1950 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1951 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1953 F: drivers/usb/gadget/udc/atmel_usba_udc.*
1955 ATMEL WIRELESS DRIVER
1956 M: Simon Kelley <simon@thekelleys.org.uk>
1957 L: linux-wireless@vger.kernel.org
1958 W: http://www.thekelleys.org.uk/atmel
1959 W: http://atmelwlandriver.sourceforge.net/
1961 F: drivers/net/wireless/atmel*
1963 ATMEL MAXTOUCH DRIVER
1964 M: Nick Dyer <nick.dyer@itdev.co.uk>
1965 T: git git://github.com/atmel-maxtouch/linux.git
1967 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1968 F: drivers/input/touchscreen/atmel_mxt_ts.c
1969 F: include/linux/platform_data/atmel_mxt_ts.h
1971 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1972 M: Bradley Grove <linuxdrivers@attotech.com>
1973 L: linux-scsi@vger.kernel.org
1974 W: http://www.attotech.com
1976 F: drivers/scsi/esas2r
1978 ATUSB IEEE 802.15.4 RADIO DRIVER
1979 M: Stefan Schmidt <stefan@osg.samsung.com>
1980 L: linux-wpan@vger.kernel.org
1982 F: drivers/net/ieee802154/atusb.c
1983 F: drivers/net/ieee802154/atusb.h
1984 F: drivers/net/ieee802154/at86rf230.h
1987 M: Paul Moore <paul@paul-moore.com>
1988 M: Eric Paris <eparis@redhat.com>
1989 L: linux-audit@redhat.com (moderated for non-subscribers)
1990 W: http://people.redhat.com/sgrubb/audit/
1991 T: git git://git.infradead.org/users/pcmoore/audit
1993 F: include/linux/audit.h
1994 F: include/uapi/linux/audit.h
1997 AUXILIARY DISPLAY DRIVERS
1998 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1999 W: http://miguelojeda.es/auxdisplay.htm
2000 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2002 F: drivers/auxdisplay/
2003 F: include/linux/cfag12864b.h
2006 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2007 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2008 W: http://www.atmel.com/products/AVR32/
2009 W: http://mirror.egtvedt.no/avr32linux.org/
2010 W: http://avrfreaks.net/
2014 AVR32/AT32AP MACHINE SUPPORT
2015 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2016 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2018 F: arch/avr32/mach-at32ap/
2021 M: Ralf Baechle <ralf@linux-mips.org>
2022 L: linux-hams@vger.kernel.org
2023 W: http://www.linux-ax25.org/
2025 F: include/uapi/linux/ax25.h
2026 F: include/net/ax25.h
2030 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2031 L: linux-media@vger.kernel.org
2032 W: http://linuxtv.org
2033 T: git git://linuxtv.org/media_tree.git
2035 F: drivers/media/usb/dvb-usb-v2/az6007.c
2037 AZTECH FM RADIO RECEIVER DRIVER
2038 M: Hans Verkuil <hverkuil@xs4all.nl>
2039 L: linux-media@vger.kernel.org
2040 T: git git://linuxtv.org/media_tree.git
2041 W: http://linuxtv.org
2043 F: drivers/media/radio/radio-aztech*
2046 L: linux-wireless@vger.kernel.org
2047 L: b43-dev@lists.infradead.org
2048 W: http://wireless.kernel.org/en/users/Drivers/b43
2050 F: drivers/net/wireless/b43/
2052 B43LEGACY WIRELESS DRIVER
2053 M: Larry Finger <Larry.Finger@lwfinger.net>
2054 L: linux-wireless@vger.kernel.org
2055 L: b43-dev@lists.infradead.org
2056 W: http://wireless.kernel.org/en/users/Drivers/b43
2058 F: drivers/net/wireless/b43legacy/
2060 BACKLIGHT CLASS/SUBSYSTEM
2061 M: Jingoo Han <jingoohan1@gmail.com>
2062 M: Lee Jones <lee.jones@linaro.org>
2064 F: drivers/video/backlight/
2065 F: include/linux/backlight.h
2068 M: Marek Lindner <mareklindner@neomailbox.ch>
2069 M: Simon Wunderlich <sw@simonwunderlich.de>
2070 M: Antonio Quartulli <antonio@meshcoding.com>
2071 L: b.a.t.m.a.n@lists.open-mesh.org
2072 W: http://www.open-mesh.org/
2076 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2077 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2078 L: linux-hams@vger.kernel.org
2079 W: http://www.baycom.org/~tom/ham/ham.html
2081 F: drivers/net/hamradio/baycom*
2083 BCACHE (BLOCK LAYER CACHE)
2084 M: Kent Overstreet <kent.overstreet@gmail.com>
2085 L: linux-bcache@vger.kernel.org
2086 W: http://bcache.evilpiepirate.org
2088 F: drivers/md/bcache/
2090 BDISP ST MEDIA DRIVER
2091 M: Fabien Dessenne <fabien.dessenne@st.com>
2092 L: linux-media@vger.kernel.org
2093 T: git git://linuxtv.org/media_tree.git
2094 W: http://linuxtv.org
2096 F: drivers/media/platform/sti/bdisp
2100 F: Documentation/filesystems/befs.txt
2103 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2104 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2105 L: netdev@vger.kernel.org
2107 F: drivers/net/ethernet/ec_bhf.c
2110 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2112 F: Documentation/filesystems/bfs.txt
2114 F: include/uapi/linux/bfs_fs.h
2116 BLACKFIN ARCHITECTURE
2117 M: Steven Miao <realmz6@gmail.com>
2118 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2119 T: git git://git.code.sf.net/p/adi-linux/code
2120 W: http://blackfin.uclinux.org
2124 BLACKFIN EMAC DRIVER
2125 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2126 W: http://blackfin.uclinux.org
2128 F: drivers/net/ethernet/adi/
2131 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2132 W: http://blackfin.uclinux.org
2134 F: drivers/rtc/rtc-bfin.c
2137 M: Sonic Zhang <sonic.zhang@analog.com>
2138 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2139 W: http://blackfin.uclinux.org
2141 F: drivers/mmc/host/bfin_sdh.c
2143 BLACKFIN SERIAL DRIVER
2144 M: Sonic Zhang <sonic.zhang@analog.com>
2145 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2146 W: http://blackfin.uclinux.org
2148 F: drivers/tty/serial/bfin_uart.c
2150 BLACKFIN WATCHDOG DRIVER
2151 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2152 W: http://blackfin.uclinux.org
2154 F: drivers/watchdog/bfin_wdt.c
2156 BLACKFIN I2C TWI DRIVER
2157 M: Sonic Zhang <sonic.zhang@analog.com>
2158 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2159 W: http://blackfin.uclinux.org/
2161 F: drivers/i2c/busses/i2c-bfin-twi.c
2163 BLACKFIN MEDIA DRIVER
2164 M: Scott Jiang <scott.jiang.linux@gmail.com>
2165 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2166 W: http://blackfin.uclinux.org/
2168 F: drivers/media/platform/blackfin/
2169 F: drivers/media/i2c/adv7183*
2170 F: drivers/media/i2c/vs6624*
2172 BLINKM RGB LED DRIVER
2173 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2175 F: drivers/leds/leds-blinkm.c
2178 M: Jens Axboe <axboe@kernel.dk>
2179 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2182 F: kernel/trace/blktrace.c
2185 M: Joern Engel <joern@lazybastard.org>
2186 L: linux-mtd@lists.infradead.org
2188 F: drivers/mtd/devices/block2mtd.c
2191 M: Marcel Holtmann <marcel@holtmann.org>
2192 M: Gustavo Padovan <gustavo@padovan.org>
2193 M: Johan Hedberg <johan.hedberg@gmail.com>
2194 L: linux-bluetooth@vger.kernel.org
2195 W: http://www.bluez.org/
2196 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2197 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2199 F: drivers/bluetooth/
2202 M: Marcel Holtmann <marcel@holtmann.org>
2203 M: Gustavo Padovan <gustavo@padovan.org>
2204 M: Johan Hedberg <johan.hedberg@gmail.com>
2205 L: linux-bluetooth@vger.kernel.org
2206 W: http://www.bluez.org/
2207 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2208 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2211 F: include/net/bluetooth/
2214 M: Jay Vosburgh <j.vosburgh@gmail.com>
2215 M: Veaceslav Falico <vfalico@gmail.com>
2216 M: Andy Gospodarek <gospo@cumulusnetworks.com>
2217 L: netdev@vger.kernel.org
2218 W: http://sourceforge.net/projects/bonding/
2220 F: drivers/net/bonding/
2221 F: include/uapi/linux/if_bonding.h
2223 BPF (Safe dynamic programs and tools)
2224 M: Alexei Starovoitov <ast@kernel.org>
2225 L: netdev@vger.kernel.org
2226 L: linux-kernel@vger.kernel.org
2230 BROADCOM B44 10/100 ETHERNET DRIVER
2231 M: Gary Zambrano <zambrano@broadcom.com>
2232 L: netdev@vger.kernel.org
2234 F: drivers/net/ethernet/broadcom/b44.*
2236 BROADCOM GENET ETHERNET DRIVER
2237 M: Florian Fainelli <f.fainelli@gmail.com>
2238 L: netdev@vger.kernel.org
2240 F: drivers/net/ethernet/broadcom/genet/
2242 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2243 M: Sony Chacko <sony.chacko@qlogic.com>
2244 M: Dept-HSGLinuxNICDev@qlogic.com
2245 L: netdev@vger.kernel.org
2247 F: drivers/net/ethernet/broadcom/bnx2.*
2248 F: drivers/net/ethernet/broadcom/bnx2_*
2250 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2251 M: Ariel Elior <ariel.elior@qlogic.com>
2252 L: netdev@vger.kernel.org
2254 F: drivers/net/ethernet/broadcom/bnx2x/
2256 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2257 M: Florian Fainelli <f.fainelli@gmail.com>
2258 M: Ray Jui <rjui@broadcom.com>
2259 M: Scott Branden <sbranden@broadcom.com>
2260 L: bcm-kernel-feedback-list@broadcom.com
2261 T: git git://github.com/broadcom/mach-bcm
2263 F: arch/arm/mach-bcm/
2264 F: arch/arm/boot/dts/bcm113*
2265 F: arch/arm/boot/dts/bcm216*
2266 F: arch/arm/boot/dts/bcm281*
2267 F: arch/arm/configs/bcm_defconfig
2268 F: drivers/mmc/host/sdhci-bcm-kona.c
2269 F: drivers/clocksource/bcm_kona_timer.c
2271 BROADCOM BCM2835 ARM ARCHITECTURE
2272 M: Stephen Warren <swarren@wwwdotorg.org>
2273 M: Lee Jones <lee@kernel.org>
2274 M: Eric Anholt <eric@anholt.net>
2275 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2276 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2277 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2281 BROADCOM BCM33XX MIPS ARCHITECTURE
2282 M: Kevin Cernekee <cernekee@gmail.com>
2283 L: linux-mips@linux-mips.org
2285 F: arch/mips/bcm3384/*
2286 F: arch/mips/include/asm/mach-bcm3384/*
2287 F: arch/mips/kernel/*bmips*
2289 BROADCOM BCM47XX MIPS ARCHITECTURE
2290 M: Hauke Mehrtens <hauke@hauke-m.de>
2291 M: Rafał Miłecki <zajec5@gmail.com>
2292 L: linux-mips@linux-mips.org
2294 F: arch/mips/bcm47xx/*
2295 F: arch/mips/include/asm/mach-bcm47xx/*
2297 BROADCOM BCM5301X ARM ARCHITECTURE
2298 M: Hauke Mehrtens <hauke@hauke-m.de>
2299 L: linux-arm-kernel@lists.infradead.org
2301 F: arch/arm/mach-bcm/bcm_5301x.c
2302 F: arch/arm/boot/dts/bcm5301x.dtsi
2303 F: arch/arm/boot/dts/bcm470*
2305 BROADCOM BCM63XX ARM ARCHITECTURE
2306 M: Florian Fainelli <f.fainelli@gmail.com>
2307 L: linux-arm-kernel@lists.infradead.org
2308 T: git git://github.com/broadcom/arm-bcm63xx.git
2310 F: arch/arm/mach-bcm/bcm63xx.c
2311 F: arch/arm/include/debug/bcm63xx.S
2313 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2314 M: Kevin Cernekee <cernekee@gmail.com>
2315 L: linux-usb@vger.kernel.org
2317 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2319 BROADCOM BCM7XXX ARM ARCHITECTURE
2320 M: Brian Norris <computersforpeace@gmail.com>
2321 M: Gregory Fong <gregory.0xf0@gmail.com>
2322 M: Florian Fainelli <f.fainelli@gmail.com>
2323 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2324 T: git git://github.com/broadcom/stblinux.git
2326 F: arch/arm/mach-bcm/*brcmstb*
2327 F: arch/arm/boot/dts/bcm7*.dts*
2328 F: drivers/bus/brcmstb_gisb.c
2331 BROADCOM BMIPS MIPS ARCHITECTURE
2332 M: Kevin Cernekee <cernekee@gmail.com>
2333 M: Florian Fainelli <f.fainelli@gmail.com>
2334 L: linux-mips@linux-mips.org
2335 T: git git://github.com/broadcom/stblinux.git
2337 F: arch/mips/bmips/*
2338 F: arch/mips/include/asm/mach-bmips/*
2339 F: arch/mips/kernel/*bmips*
2340 F: arch/mips/boot/dts/brcm/bcm*.dts*
2341 F: drivers/irqchip/irq-bcm7*
2342 F: drivers/irqchip/irq-brcmstb*
2344 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2345 M: Prashant Sreedharan <prashant@broadcom.com>
2346 M: Michael Chan <mchan@broadcom.com>
2347 L: netdev@vger.kernel.org
2349 F: drivers/net/ethernet/broadcom/tg3.*
2351 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2352 M: Brett Rudley <brudley@broadcom.com>
2353 M: Arend van Spriel <arend@broadcom.com>
2354 M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
2355 M: Hante Meuleman <meuleman@broadcom.com>
2356 L: linux-wireless@vger.kernel.org
2357 L: brcm80211-dev-list@broadcom.com
2359 F: drivers/net/wireless/brcm80211/
2361 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2362 M: QLogic-Storage-Upstream@qlogic.com
2363 L: linux-scsi@vger.kernel.org
2365 F: drivers/scsi/bnx2fc/
2367 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2368 M: QLogic-Storage-Upstream@qlogic.com
2369 L: linux-scsi@vger.kernel.org
2371 F: drivers/scsi/bnx2i/
2373 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2374 M: Ray Jui <rjui@broadcom.com>
2375 M: Scott Branden <sbranden@broadcom.com>
2376 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2377 L: bcm-kernel-feedback-list@broadcom.com
2378 T: git git://github.com/broadcom/cygnus-linux.git
2387 BROADCOM BRCMSTB GPIO DRIVER
2388 M: Gregory Fong <gregory.0xf0@gmail.com>
2389 L: bcm-kernel-feedback-list@broadcom.com>
2391 F: drivers/gpio/gpio-brcmstb.c
2392 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2394 BROADCOM KONA GPIO DRIVER
2395 M: Ray Jui <rjui@broadcom.com>
2396 L: bcm-kernel-feedback-list@broadcom.com
2398 F: drivers/gpio/gpio-bcm-kona.c
2399 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2401 BROADCOM NVRAM DRIVER
2402 M: Rafał Miłecki <zajec5@gmail.com>
2403 L: linux-mips@linux-mips.org
2405 F: drivers/firmware/broadcom/*
2407 BROADCOM STB NAND FLASH DRIVER
2408 M: Brian Norris <computersforpeace@gmail.com>
2409 L: linux-mtd@lists.infradead.org
2411 F: drivers/mtd/nand/brcmnand/
2413 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2414 M: Rafał Miłecki <zajec5@gmail.com>
2415 L: linux-wireless@vger.kernel.org
2418 F: include/linux/bcma/
2420 BROADCOM SYSTEMPORT ETHERNET DRIVER
2421 M: Florian Fainelli <f.fainelli@gmail.com>
2422 L: netdev@vger.kernel.org
2424 F: drivers/net/ethernet/broadcom/bcmsysport.*
2426 BROCADE BFA FC SCSI DRIVER
2427 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2428 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2429 L: linux-scsi@vger.kernel.org
2431 F: drivers/scsi/bfa/
2433 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2434 M: Rasesh Mody <rasesh.mody@qlogic.com>
2435 L: netdev@vger.kernel.org
2437 F: drivers/net/ethernet/brocade/bna/
2439 BSG (block layer generic sg v4 driver)
2440 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2441 L: linux-scsi@vger.kernel.org
2444 F: include/linux/bsg.h
2445 F: include/uapi/linux/bsg.h
2448 M: Clemens Ladisch <clemens@ladisch.de>
2449 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2450 T: git git://git.alsa-project.org/alsa-kernel.git
2452 F: Documentation/sound/alsa/Bt87x.txt
2453 F: sound/pci/bt87x.c
2456 M: Michael Buesch <m@bues.ch>
2457 W: http://bu3sch.de/btgpio.php
2459 F: drivers/gpio/gpio-bt8xx.c
2462 M: Chris Mason <clm@fb.com>
2463 M: Josef Bacik <jbacik@fb.com>
2464 M: David Sterba <dsterba@suse.com>
2465 L: linux-btrfs@vger.kernel.org
2466 W: http://btrfs.wiki.kernel.org/
2467 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2468 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2470 F: Documentation/filesystems/btrfs.txt
2473 BTTV VIDEO4LINUX DRIVER
2474 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2475 L: linux-media@vger.kernel.org
2476 W: http://linuxtv.org
2477 T: git git://linuxtv.org/media_tree.git
2479 F: Documentation/video4linux/bttv/
2480 F: drivers/media/pci/bt8xx/bttv*
2482 BUSLOGIC SCSI DRIVER
2483 M: Khalid Aziz <khalid@gonehiking.org>
2484 L: linux-scsi@vger.kernel.org
2486 F: drivers/scsi/BusLogic.*
2487 F: drivers/scsi/FlashPoint.*
2489 C-MEDIA CMI8788 DRIVER
2490 M: Clemens Ladisch <clemens@ladisch.de>
2491 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2492 T: git git://git.alsa-project.org/alsa-kernel.git
2494 F: sound/pci/oxygen/
2497 M: Mark Salter <msalter@redhat.com>
2498 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2499 L: linux-c6x-dev@linux-c6x.org
2500 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2504 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2505 M: David Howells <dhowells@redhat.com>
2506 L: linux-cachefs@redhat.com
2508 F: Documentation/filesystems/caching/cachefiles.txt
2511 CADET FM/AM RADIO RECEIVER DRIVER
2512 M: Hans Verkuil <hverkuil@xs4all.nl>
2513 L: linux-media@vger.kernel.org
2514 T: git git://linuxtv.org/media_tree.git
2515 W: http://linuxtv.org
2517 F: drivers/media/radio/radio-cadet*
2519 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2520 M: Jonathan Corbet <corbet@lwn.net>
2521 L: linux-media@vger.kernel.org
2522 T: git git://linuxtv.org/media_tree.git
2524 F: Documentation/video4linux/cafe_ccic
2525 F: drivers/media/platform/marvell-ccic/
2528 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2529 L: netdev@vger.kernel.org
2531 F: Documentation/networking/caif/
2532 F: drivers/net/caif/
2533 F: include/uapi/linux/caif/
2534 F: include/net/caif/
2537 CALGARY x86-64 IOMMU
2538 M: Muli Ben-Yehuda <muli@il.ibm.com>
2539 M: "Jon D. Mason" <jdmason@kudzu.us>
2540 L: discuss@x86-64.org
2542 F: arch/x86/kernel/pci-calgary_64.c
2543 F: arch/x86/kernel/tce_64.c
2544 F: arch/x86/include/asm/calgary.h
2545 F: arch/x86/include/asm/tce.h
2548 M: Oliver Hartkopp <socketcan@hartkopp.net>
2549 M: Marc Kleine-Budde <mkl@pengutronix.de>
2550 L: linux-can@vger.kernel.org
2551 W: https://github.com/linux-can
2552 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2553 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2555 F: Documentation/networking/can.txt
2557 F: include/linux/can/core.h
2558 F: include/uapi/linux/can.h
2559 F: include/uapi/linux/can/bcm.h
2560 F: include/uapi/linux/can/raw.h
2561 F: include/uapi/linux/can/gw.h
2564 M: Wolfgang Grandegger <wg@grandegger.com>
2565 M: Marc Kleine-Budde <mkl@pengutronix.de>
2566 L: linux-can@vger.kernel.org
2567 W: https://github.com/linux-can
2568 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2569 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2572 F: include/linux/can/dev.h
2573 F: include/linux/can/platform/
2574 F: include/uapi/linux/can/error.h
2575 F: include/uapi/linux/can/netlink.h
2578 M: Serge Hallyn <serge.hallyn@canonical.com>
2579 L: linux-security-module@vger.kernel.org
2581 F: include/linux/capability.h
2582 F: include/uapi/linux/capability.h
2583 F: security/commoncap.c
2584 F: kernel/capability.c
2586 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2587 M: Kevin Tsai <ktsai@capellamicro.com>
2589 F: drivers/iio/light/cm*
2590 F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2592 CAVIUM LIQUIDIO NETWORK DRIVER
2593 M: Derek Chickles <derek.chickles@caviumnetworks.com>
2594 M: Satanand Burla <satananda.burla@caviumnetworks.com>
2595 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2596 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2597 L: netdev@vger.kernel.org
2598 W: http://www.cavium.com
2600 F: drivers/net/ethernet/cavium/liquidio/
2602 CC2520 IEEE-802.15.4 RADIO DRIVER
2603 M: Varka Bhadram <varkabhadram@gmail.com>
2604 L: linux-wpan@vger.kernel.org
2606 F: drivers/net/ieee802154/cc2520.c
2607 F: include/linux/spi/cc2520.h
2608 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2610 CELL BROADBAND ENGINE ARCHITECTURE
2611 M: Arnd Bergmann <arnd@arndb.de>
2612 L: linuxppc-dev@lists.ozlabs.org
2613 W: http://www.ibm.com/developerworks/power/cell/
2615 F: arch/powerpc/include/asm/cell*.h
2616 F: arch/powerpc/include/asm/spu*.h
2617 F: arch/powerpc/include/uapi/asm/spu*.h
2618 F: arch/powerpc/oprofile/*cell*
2619 F: arch/powerpc/platforms/cell/
2621 CEPH COMMON CODE (LIBCEPH)
2622 M: Ilya Dryomov <idryomov@gmail.com>
2623 M: "Yan, Zheng" <zyan@redhat.com>
2624 M: Sage Weil <sage@redhat.com>
2625 L: ceph-devel@vger.kernel.org
2627 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2628 T: git git://github.com/ceph/ceph-client.git
2631 F: include/linux/ceph/
2632 F: include/linux/crush/
2634 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2635 M: "Yan, Zheng" <zyan@redhat.com>
2636 M: Sage Weil <sage@redhat.com>
2637 M: Ilya Dryomov <idryomov@gmail.com>
2638 L: ceph-devel@vger.kernel.org
2640 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2641 T: git git://github.com/ceph/ceph-client.git
2643 F: Documentation/filesystems/ceph.txt
2646 CERTIFICATE HANDLING:
2647 M: David Howells <dhowells@redhat.com>
2648 M: David Woodhouse <dwmw2@infradead.org>
2649 L: keyrings@linux-nfs.org
2651 F: Documentation/module-signing.txt
2653 F: scripts/extract-cert.c
2655 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2656 L: linux-usb@vger.kernel.org
2658 F: Documentation/usb/WUSB-Design-overview.txt
2659 F: Documentation/usb/wusb-cbaf
2660 F: drivers/usb/host/hwa-hc.c
2661 F: drivers/usb/host/whci/
2662 F: drivers/usb/wusbcore/
2663 F: include/linux/usb/wusb*
2665 CFAG12864B LCD DRIVER
2666 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2667 W: http://miguelojeda.es/auxdisplay.htm
2668 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2670 F: drivers/auxdisplay/cfag12864b.c
2671 F: include/linux/cfag12864b.h
2673 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2674 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2675 W: http://miguelojeda.es/auxdisplay.htm
2676 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2678 F: drivers/auxdisplay/cfag12864bfb.c
2679 F: include/linux/cfag12864b.h
2681 CFG80211 and NL80211
2682 M: Johannes Berg <johannes@sipsolutions.net>
2683 L: linux-wireless@vger.kernel.org
2684 W: http://wireless.kernel.org/
2685 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2686 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2688 F: include/uapi/linux/nl80211.h
2689 F: include/net/cfg80211.h
2691 X: net/wireless/wext*
2693 CHAR and MISC DRIVERS
2694 M: Arnd Bergmann <arnd@arndb.de>
2695 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2696 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2700 F: include/linux/miscdevice.h
2703 M: Andy Whitcroft <apw@canonical.com>
2704 M: Joe Perches <joe@perches.com>
2706 F: scripts/checkpatch.pl
2708 CHINESE DOCUMENTATION
2709 M: Harry Wei <harryxiyou@gmail.com>
2710 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2711 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2713 F: Documentation/zh_CN/
2715 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2716 M: Peter Chen <Peter.Chen@freescale.com>
2717 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2718 L: linux-usb@vger.kernel.org
2720 F: drivers/usb/chipidea/
2722 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2723 M: Hans de Goede <hdegoede@redhat.com>
2724 L: linux-input@vger.kernel.org
2726 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2727 F: drivers/input/touchscreen/chipone_icn8318.c
2729 CHROME HARDWARE PLATFORM SUPPORT
2730 M: Olof Johansson <olof@lixom.net>
2732 F: drivers/platform/chrome/
2734 CISCO VIC ETHERNET NIC DRIVER
2735 M: Christian Benvenuti <benve@cisco.com>
2736 M: Sujith Sankar <ssujith@cisco.com>
2737 M: Govindarajulu Varadarajan <_govind@gmx.com>
2738 M: Neel Patel <neepatel@cisco.com>
2740 F: drivers/net/ethernet/cisco/enic/
2742 CISCO VIC LOW LATENCY NIC DRIVER
2743 M: Upinder Malhi <umalhi@cisco.com>
2745 F: drivers/infiniband/hw/usnic
2747 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2748 M: Hartley Sweeten <hsweeten@visionengravers.com>
2749 L: netdev@vger.kernel.org
2751 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
2753 CIRRUS LOGIC AUDIO CODEC DRIVERS
2754 M: Brian Austin <brian.austin@cirrus.com>
2755 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
2756 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2758 F: sound/soc/codecs/cs*
2761 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2762 L: linux-kernel@vger.kernel.org
2765 F: include/linux/cleancache.h
2768 M: Russell King <linux@arm.linux.org.uk>
2769 L: linux-clk@vger.kernel.org
2771 F: include/linux/clk.h
2773 CLOCKSOURCE, CLOCKEVENT DRIVERS
2774 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2775 M: Thomas Gleixner <tglx@linutronix.de>
2776 L: linux-kernel@vger.kernel.org
2777 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2779 F: drivers/clocksource
2781 CISCO FCOE HBA DRIVER
2782 M: Hiral Patel <hiralpat@cisco.com>
2783 M: Suma Ramars <sramars@cisco.com>
2784 M: Brian Uchino <buchino@cisco.com>
2785 L: linux-scsi@vger.kernel.org
2787 F: drivers/scsi/fnic/
2789 CISCO SCSI HBA DRIVER
2790 M: Narsimhulu Musini <nmusini@cisco.com>
2791 M: Sesidhar Baddela <sebaddel@cisco.com>
2792 L: linux-scsi@vger.kernel.org
2794 F: drivers/scsi/snic/
2797 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2798 M: Daniel Oliveira Nascimento <don@syst.com.br>
2799 L: platform-driver-x86@vger.kernel.org
2801 F: drivers/platform/x86/classmate-laptop.c
2804 M: Hans Verkuil <hans.verkuil@cisco.com>
2805 L: linux-media@vger.kernel.org
2806 T: git git://linuxtv.org/media_tree.git
2807 W: http://linuxtv.org
2809 F: drivers/media/pci/cobalt/
2811 COCCINELLE/Semantic Patches (SmPL)
2812 M: Julia Lawall <Julia.Lawall@lip6.fr>
2813 M: Gilles Muller <Gilles.Muller@lip6.fr>
2814 M: Nicolas Palix <nicolas.palix@imag.fr>
2815 M: Michal Marek <mmarek@suse.com>
2816 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
2817 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2818 W: http://coccinelle.lip6.fr/
2820 F: Documentation/coccinelle.txt
2821 F: scripts/coccinelle/
2822 F: scripts/coccicheck
2825 M: Jan Harkes <jaharkes@cs.cmu.edu>
2827 L: codalist@coda.cs.cmu.edu
2828 W: http://www.coda.cs.cmu.edu/
2830 F: Documentation/filesystems/coda.txt
2832 F: include/linux/coda*.h
2833 F: include/uapi/linux/coda*.h
2835 CODA V4L2 MEM2MEM DRIVER
2836 M: Philipp Zabel <p.zabel@pengutronix.de>
2837 L: linux-media@vger.kernel.org
2839 F: Documentation/devicetree/bindings/media/coda.txt
2840 F: drivers/media/platform/coda/
2842 COMMON CLK FRAMEWORK
2843 M: Michael Turquette <mturquette@baylibre.com>
2844 M: Stephen Boyd <sboyd@codeaurora.org>
2845 L: linux-clk@vger.kernel.org
2846 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2849 X: drivers/clk/clkdev.c
2850 F: include/linux/clk-pr*
2851 F: include/linux/clk/
2853 COMMON INTERNET FILE SYSTEM (CIFS)
2854 M: Steve French <sfrench@samba.org>
2855 L: linux-cifs@vger.kernel.org
2856 L: samba-technical@lists.samba.org (moderated for non-subscribers)
2857 W: http://linux-cifs.samba.org/
2858 T: git git://git.samba.org/sfrench/cifs-2.6.git
2860 F: Documentation/filesystems/cifs/
2863 COMPACTPCI HOTPLUG CORE
2864 M: Scott Murray <scott@spiteful.org>
2865 L: linux-pci@vger.kernel.org
2867 F: drivers/pci/hotplug/cpci_hotplug*
2869 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2870 M: Scott Murray <scott@spiteful.org>
2871 L: linux-pci@vger.kernel.org
2873 F: drivers/pci/hotplug/cpcihp_zt5550.*
2875 COMPACTPCI HOTPLUG GENERIC DRIVER
2876 M: Scott Murray <scott@spiteful.org>
2877 L: linux-pci@vger.kernel.org
2879 F: drivers/pci/hotplug/cpcihp_generic.c
2881 COMPAL LAPTOP SUPPORT
2882 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2883 L: platform-driver-x86@vger.kernel.org
2885 F: drivers/platform/x86/compal-laptop.c
2887 CONEXANT ACCESSRUNNER USB DRIVER
2888 M: Simon Arlott <cxacru@fire.lp0.eu>
2889 L: accessrunner-general@lists.sourceforge.net
2890 W: http://accessrunner.sourceforge.net/
2892 F: drivers/usb/atm/cxacru.c
2895 M: Joel Becker <jlbec@evilplan.org>
2896 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2899 F: include/linux/configfs.h
2902 M: Evgeniy Polyakov <zbr@ioremap.net>
2903 L: netdev@vger.kernel.org
2905 F: drivers/connector/
2907 CONTROL GROUP (CGROUP)
2908 M: Tejun Heo <tj@kernel.org>
2909 M: Li Zefan <lizefan@huawei.com>
2910 M: Johannes Weiner <hannes@cmpxchg.org>
2911 L: cgroups@vger.kernel.org
2912 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2914 F: Documentation/cgroups/
2915 F: include/linux/cgroup*
2918 CONTROL GROUP - CPUSET
2919 M: Li Zefan <lizefan@huawei.com>
2920 L: cgroups@vger.kernel.org
2921 W: http://www.bullopensource.org/cpuset/
2922 W: http://oss.sgi.com/projects/cpusets/
2923 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2925 F: Documentation/cgroups/cpusets.txt
2926 F: include/linux/cpuset.h
2929 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2930 M: Johannes Weiner <hannes@cmpxchg.org>
2931 M: Michal Hocko <mhocko@kernel.org>
2932 L: cgroups@vger.kernel.org
2933 L: linux-mm@kvack.org
2938 CORETEMP HARDWARE MONITORING DRIVER
2939 M: Fenghua Yu <fenghua.yu@intel.com>
2940 L: lm-sensors@lm-sensors.org
2942 F: Documentation/hwmon/coretemp
2943 F: drivers/hwmon/coretemp.c
2945 COSA/SRP SYNC SERIAL DRIVER
2946 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2947 W: http://www.fi.muni.cz/~kas/cosa/
2949 F: drivers/net/wan/cosa*
2951 CPMAC ETHERNET DRIVER
2952 M: Florian Fainelli <florian@openwrt.org>
2953 L: netdev@vger.kernel.org
2955 F: drivers/net/ethernet/ti/cpmac.c
2957 CPU FREQUENCY DRIVERS
2958 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
2959 M: Viresh Kumar <viresh.kumar@linaro.org>
2960 L: linux-pm@vger.kernel.org
2962 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2963 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2965 F: include/linux/cpufreq.h
2967 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2968 M: Viresh Kumar <viresh.kumar@linaro.org>
2969 M: Sudeep Holla <sudeep.holla@arm.com>
2970 L: linux-pm@vger.kernel.org
2971 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2973 F: drivers/cpufreq/arm_big_little.h
2974 F: drivers/cpufreq/arm_big_little.c
2975 F: drivers/cpufreq/arm_big_little_dt.c
2977 CPUIDLE DRIVER - ARM BIG LITTLE
2978 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2979 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2980 L: linux-pm@vger.kernel.org
2981 L: linux-arm-kernel@lists.infradead.org
2982 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2984 F: drivers/cpuidle/cpuidle-big_little.c
2986 CPUIDLE DRIVER - ARM EXYNOS
2987 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2988 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2989 M: Kukjin Kim <kgene@kernel.org>
2990 L: linux-pm@vger.kernel.org
2991 L: linux-samsung-soc@vger.kernel.org
2993 F: drivers/cpuidle/cpuidle-exynos.c
2994 F: arch/arm/mach-exynos/pm.c
2997 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
2998 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2999 L: linux-pm@vger.kernel.org
3001 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3002 F: drivers/cpuidle/*
3003 F: include/linux/cpuidle.h
3006 M: "H. Peter Anvin" <hpa@zytor.com>
3008 F: arch/x86/kernel/cpuid.c
3009 F: arch/x86/kernel/msr.c
3011 CPU POWER MONITORING SUBSYSTEM
3012 M: Thomas Renninger <trenn@suse.com>
3013 L: linux-pm@vger.kernel.org
3015 F: tools/power/cpupower/
3018 W: http://sourceforge.net/projects/cramfs/
3019 S: Orphan / Obsolete
3020 F: Documentation/filesystems/cramfs.txt
3024 M: Mikael Starvik <starvik@axis.com>
3025 M: Jesper Nilsson <jesper.nilsson@axis.com>
3026 L: linux-cris-kernel@axis.com
3027 W: http://developer.axis.com
3030 F: drivers/tty/serial/crisv10.*
3033 M: Herbert Xu <herbert@gondor.apana.org.au>
3034 M: "David S. Miller" <davem@davemloft.net>
3035 L: linux-crypto@vger.kernel.org
3036 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3038 F: Documentation/crypto/
3039 F: Documentation/DocBook/crypto-API.tmpl
3045 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3046 M: Neil Horman <nhorman@tuxdriver.com>
3047 L: linux-crypto@vger.kernel.org
3049 F: crypto/ansi_cprng.c
3052 CS5535 Audio ALSA driver
3053 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3055 F: sound/pci/cs5535audio/
3058 M: Solomon Peachy <pizza@shaftnet.org>
3060 F: drivers/net/wireless/cw1200/
3062 CX18 VIDEO4LINUX DRIVER
3063 M: Andy Walls <awalls@md.metrocast.net>
3064 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3065 L: linux-media@vger.kernel.org
3066 T: git git://linuxtv.org/media_tree.git
3067 W: http://linuxtv.org
3068 W: http://www.ivtvdriver.org/index.php/Cx18
3070 F: Documentation/video4linux/cx18.txt
3071 F: drivers/media/pci/cx18/
3072 F: include/uapi/linux/ivtv*
3074 CX2341X MPEG ENCODER HELPER MODULE
3075 M: Hans Verkuil <hverkuil@xs4all.nl>
3076 L: linux-media@vger.kernel.org
3077 T: git git://linuxtv.org/media_tree.git
3078 W: http://linuxtv.org
3080 F: drivers/media/common/cx2341x*
3081 F: include/media/cx2341x*
3083 CX24120 MEDIA DRIVER
3084 M: Jemma Denson <jdenson@gmail.com>
3085 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3086 L: linux-media@vger.kernel.org
3087 W: http://linuxtv.org/
3088 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3090 F: drivers/media/dvb-frontends/cx24120*
3092 CX88 VIDEO4LINUX DRIVER
3093 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3094 L: linux-media@vger.kernel.org
3095 W: http://linuxtv.org
3096 T: git git://linuxtv.org/media_tree.git
3098 F: Documentation/video4linux/cx88/
3099 F: drivers/media/pci/cx88/
3101 CXD2820R MEDIA DRIVER
3102 M: Antti Palosaari <crope@iki.fi>
3103 L: linux-media@vger.kernel.org
3104 W: http://linuxtv.org/
3105 W: http://palosaari.fi/linux/
3106 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3107 T: git git://linuxtv.org/anttip/media_tree.git
3109 F: drivers/media/dvb-frontends/cxd2820r*
3111 CXGB3 ETHERNET DRIVER (CXGB3)
3112 M: Santosh Raspatur <santosh@chelsio.com>
3113 L: netdev@vger.kernel.org
3114 W: http://www.chelsio.com
3116 F: drivers/net/ethernet/chelsio/cxgb3/
3118 CXGB3 ISCSI DRIVER (CXGB3I)
3119 M: Karen Xie <kxie@chelsio.com>
3120 L: linux-scsi@vger.kernel.org
3121 W: http://www.chelsio.com
3123 F: drivers/scsi/cxgbi/cxgb3i
3125 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3126 M: Steve Wise <swise@chelsio.com>
3127 L: linux-rdma@vger.kernel.org
3128 W: http://www.openfabrics.org
3130 F: drivers/infiniband/hw/cxgb3/
3132 CXGB4 ETHERNET DRIVER (CXGB4)
3133 M: Hariprasad S <hariprasad@chelsio.com>
3134 L: netdev@vger.kernel.org
3135 W: http://www.chelsio.com
3137 F: drivers/net/ethernet/chelsio/cxgb4/
3139 CXGB4 ISCSI DRIVER (CXGB4I)
3140 M: Karen Xie <kxie@chelsio.com>
3141 L: linux-scsi@vger.kernel.org
3142 W: http://www.chelsio.com
3144 F: drivers/scsi/cxgbi/cxgb4i
3146 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3147 M: Steve Wise <swise@chelsio.com>
3148 L: linux-rdma@vger.kernel.org
3149 W: http://www.openfabrics.org
3151 F: drivers/infiniband/hw/cxgb4/
3153 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3154 M: Casey Leedom <leedom@chelsio.com>
3155 L: netdev@vger.kernel.org
3156 W: http://www.chelsio.com
3158 F: drivers/net/ethernet/chelsio/cxgb4vf/
3160 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3161 M: Ian Munsie <imunsie@au1.ibm.com>
3162 M: Michael Neuling <mikey@neuling.org>
3163 L: linuxppc-dev@lists.ozlabs.org
3165 F: drivers/misc/cxl/
3166 F: include/misc/cxl*
3167 F: include/uapi/misc/cxl.h
3168 F: Documentation/powerpc/cxl.txt
3169 F: Documentation/powerpc/cxl.txt
3170 F: Documentation/ABI/testing/sysfs-class-cxl
3172 STMMAC ETHERNET DRIVER
3173 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3174 L: netdev@vger.kernel.org
3175 W: http://www.stlinux.com
3177 F: drivers/net/ethernet/stmicro/stmmac/
3180 M: Russell King <linux@arm.linux.org.uk>
3181 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3182 W: http://www.arm.linux.org.uk/
3184 F: drivers/video/fbdev/cyber2000fb.*
3186 CYCLADES ASYNC MUX DRIVER
3187 W: http://www.cyclades.com/
3189 F: drivers/tty/cyclades.c
3190 F: include/linux/cyclades.h
3191 F: include/uapi/linux/cyclades.h
3193 CYCLADES PC300 DRIVER
3194 W: http://www.cyclades.com/
3196 F: drivers/net/wan/pc300*
3198 CYPRESS_FIRMWARE MEDIA DRIVER
3199 M: Antti Palosaari <crope@iki.fi>
3200 L: linux-media@vger.kernel.org
3201 W: http://linuxtv.org/
3202 W: http://palosaari.fi/linux/
3203 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3204 T: git git://linuxtv.org/anttip/media_tree.git
3206 F: drivers/media/common/cypress_firmware*
3208 CYTTSP TOUCHSCREEN DRIVER
3209 M: Ferruh Yigit <fery@cypress.com>
3210 L: linux-input@vger.kernel.org
3212 F: drivers/input/touchscreen/cyttsp*
3213 F: include/linux/input/cyttsp.h
3215 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3216 M: Joshua Kinard <kumba@gentoo.org>
3218 F: drivers/rtc/rtc-ds1685.c
3219 F: include/linux/rtc/ds1685.h
3221 DAMA SLAVE for AX.25
3222 M: Joerg Reuter <jreuter@yaina.de>
3223 W: http://yaina.de/jreuter/
3224 W: http://www.qsl.net/dl1bke/
3225 L: linux-hams@vger.kernel.org
3227 F: net/ax25/af_ax25.c
3228 F: net/ax25/ax25_dev.c
3229 F: net/ax25/ax25_ds_*
3230 F: net/ax25/ax25_in.c
3231 F: net/ax25/ax25_out.c
3232 F: net/ax25/ax25_timer.c
3233 F: net/ax25/sysctl_net_ax25.c
3235 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3236 L: netdev@vger.kernel.org
3238 F: Documentation/networking/dmfe.txt
3239 F: drivers/net/ethernet/dec/tulip/dmfe.c
3241 DC390/AM53C974 SCSI driver
3242 M: Hannes Reinecke <hare@suse.com>
3243 L: linux-scsi@vger.kernel.org
3245 F: drivers/scsi/am53c974.c
3248 M: Oliver Neukum <oliver@neukum.org>
3249 M: Ali Akcaagac <aliakc@web.de>
3250 M: Jamie Lenehan <lenehan@twibble.org>
3251 L: dc395x@twibble.org
3252 W: http://twibble.org/dist/dc395x/
3253 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3255 F: Documentation/scsi/dc395x.txt
3256 F: drivers/scsi/dc395x.*
3259 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3260 L: dccp@vger.kernel.org
3261 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3263 F: include/linux/dccp.h
3264 F: include/uapi/linux/dccp.h
3265 F: include/linux/tfrc.h
3268 DECnet NETWORK LAYER
3269 W: http://linux-decnet.sourceforge.net
3270 L: linux-decnet-user@lists.sourceforge.net
3272 F: Documentation/networking/decnet.txt
3275 DECSTATION PLATFORM SUPPORT
3276 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3277 L: linux-mips@linux-mips.org
3278 W: http://www.linux-mips.org/wiki/DECstation
3281 F: arch/mips/include/asm/dec/
3282 F: arch/mips/include/asm/mach-dec/
3284 DEFXX FDDI NETWORK DRIVER
3285 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3287 F: drivers/net/fddi/defxx.*
3290 M: Matthew Garrett <mjg59@srcf.ucam.org>
3291 M: Pali Rohár <pali.rohar@gmail.com>
3292 L: platform-driver-x86@vger.kernel.org
3294 F: drivers/platform/x86/dell-laptop.c
3296 DELL LAPTOP RBTN DRIVER
3297 M: Pali Rohár <pali.rohar@gmail.com>
3299 F: drivers/platform/x86/dell-rbtn.*
3301 DELL LAPTOP FREEFALL DRIVER
3302 M: Pali Rohár <pali.rohar@gmail.com>
3304 F: drivers/platform/x86/dell-smo8800.c
3306 DELL LAPTOP SMM DRIVER
3307 M: Pali Rohár <pali.rohar@gmail.com>
3309 F: drivers/hwmon/dell-smm-hwmon.c
3310 F: include/uapi/linux/i8k.h
3312 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3313 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3315 F: Documentation/dcdbas.txt
3316 F: drivers/firmware/dcdbas.*
3318 DELL WMI EXTRAS DRIVER
3319 M: Matthew Garrett <mjg59@srcf.ucam.org>
3320 M: Pali Rohár <pali.rohar@gmail.com>
3322 F: drivers/platform/x86/dell-wmi.c
3324 DESIGNWARE USB2 DRD IP DRIVER
3325 M: John Youn <johnyoun@synopsys.com>
3326 L: linux-usb@vger.kernel.org
3327 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3329 F: drivers/usb/dwc2/
3331 DESIGNWARE USB3 DRD IP DRIVER
3332 M: Felipe Balbi <balbi@ti.com>
3333 L: linux-usb@vger.kernel.org
3334 L: linux-omap@vger.kernel.org
3335 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3337 F: drivers/usb/dwc3/
3339 DEVICE COREDUMP (DEV_COREDUMP)
3340 M: Johannes Berg <johannes@sipsolutions.net>
3341 L: linux-kernel@vger.kernel.org
3343 F: drivers/base/devcoredump.c
3344 F: include/linux/devcoredump.h
3346 DEVICE FREQUENCY (DEVFREQ)
3347 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3348 M: Kyungmin Park <kyungmin.park@samsung.com>
3349 L: linux-pm@vger.kernel.org
3353 DEVICE NUMBER REGISTRY
3354 M: Torben Mathiasen <device@lanana.org>
3355 W: http://lanana.org/docs/device-list/index.html
3359 M: Alasdair Kergon <agk@redhat.com>
3360 M: Mike Snitzer <snitzer@redhat.com>
3361 M: dm-devel@redhat.com
3362 L: dm-devel@redhat.com
3363 W: http://sources.redhat.com/dm
3364 Q: http://patchwork.kernel.org/project/dm-devel/list/
3365 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3366 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3368 F: Documentation/device-mapper/
3370 F: drivers/md/persistent-data/
3371 F: include/linux/device-mapper.h
3372 F: include/linux/dm-*.h
3373 F: include/uapi/linux/dm-*.h
3375 DIALOG SEMICONDUCTOR DRIVERS
3376 M: Support Opensource <support.opensource@diasemi.com>
3377 W: http://www.dialog-semiconductor.com/products
3379 F: Documentation/hwmon/da90??
3380 F: drivers/gpio/gpio-da90??.c
3381 F: drivers/hwmon/da90??-hwmon.c
3382 F: drivers/iio/adc/da91??-*.c
3383 F: drivers/input/misc/da90??_onkey.c
3384 F: drivers/input/touchscreen/da9052_tsi.c
3385 F: drivers/leds/leds-da90??.c
3386 F: drivers/mfd/da903x.c
3387 F: drivers/mfd/da90??-*.c
3388 F: drivers/mfd/da91??-*.c
3389 F: drivers/power/da9052-battery.c
3390 F: drivers/power/da91??-*.c
3391 F: drivers/regulator/da903x.c
3392 F: drivers/regulator/da9???-regulator.[ch]
3393 F: drivers/rtc/rtc-da90??.c
3394 F: drivers/video/backlight/da90??_bl.c
3395 F: drivers/watchdog/da90??_wdt.c
3396 F: include/linux/mfd/da903x.h
3397 F: include/linux/mfd/da9052/
3398 F: include/linux/mfd/da9055/
3399 F: include/linux/mfd/da9063/
3400 F: include/linux/mfd/da9150/
3401 F: include/sound/da[79]*.h
3402 F: sound/soc/codecs/da[79]*.[ch]
3404 DIGI NEO AND CLASSIC PCI PRODUCTS
3405 M: Lidza Louina <lidza.louina@gmail.com>
3406 M: Mark Hounschell <markh@compro.net>
3407 L: driverdev-devel@linuxdriverproject.org
3409 F: drivers/staging/dgnc/
3411 DIGI EPCA PCI PRODUCTS
3412 M: Lidza Louina <lidza.louina@gmail.com>
3413 M: Daeseok Youn <daeseok.youn@gmail.com>
3414 L: driverdev-devel@linuxdriverproject.org
3416 F: drivers/staging/dgap/
3418 DIOLAN U2C-12 I2C DRIVER
3419 M: Guenter Roeck <linux@roeck-us.net>
3420 L: linux-i2c@vger.kernel.org
3422 F: drivers/i2c/busses/i2c-diolan-u2c.c
3425 M: Matthew Wilcox <willy@linux.intel.com>
3426 L: linux-fsdevel@vger.kernel.org
3430 DIRECTORY NOTIFICATION (DNOTIFY)
3431 M: Eric Paris <eparis@parisplace.org>
3433 F: Documentation/filesystems/dnotify.txt
3434 F: fs/notify/dnotify/
3435 F: include/linux/dnotify.h
3437 DISK GEOMETRY AND PARTITION HANDLING
3438 M: Andries Brouwer <aeb@cwi.nl>
3439 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3440 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3441 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3445 M: Jan Kara <jack@suse.com>
3447 F: Documentation/filesystems/quota.txt
3449 F: include/linux/quota*.h
3450 F: include/uapi/linux/quota*.h
3452 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3453 M: Bernie Thompson <bernie@plugable.com>
3454 L: linux-fbdev@vger.kernel.org
3456 W: http://plugable.com/category/projects/udlfb/
3457 F: drivers/video/fbdev/udlfb.c
3458 F: include/video/udlfb.h
3459 F: Documentation/fb/udlfb.txt
3461 DISTRIBUTED LOCK MANAGER (DLM)
3462 M: Christine Caulfield <ccaulfie@redhat.com>
3463 M: David Teigland <teigland@redhat.com>
3464 L: cluster-devel@redhat.com
3465 W: http://sources.redhat.com/cluster/
3466 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3470 DMA BUFFER SHARING FRAMEWORK
3471 M: Sumit Semwal <sumit.semwal@linaro.org>
3473 L: linux-media@vger.kernel.org
3474 L: dri-devel@lists.freedesktop.org
3475 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3477 F: include/linux/dma-buf*
3478 F: include/linux/reservation.h
3479 F: include/linux/*fence.h
3480 F: Documentation/dma-buf-sharing.txt
3481 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3483 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3484 M: Vinod Koul <vinod.koul@intel.com>
3485 L: dmaengine@vger.kernel.org
3486 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3489 F: include/linux/dmaengine.h
3490 F: Documentation/dmaengine/
3491 T: git git://git.infradead.org/users/vkoul/slave-dma.git
3493 DME1737 HARDWARE MONITOR DRIVER
3494 M: Juerg Haefliger <juergh@gmail.com>
3495 L: lm-sensors@lm-sensors.org
3497 F: Documentation/hwmon/dme1737
3498 F: drivers/hwmon/dme1737.c
3501 M: Jean Delvare <jdelvare@suse.com>
3503 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3504 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3505 F: drivers/firmware/dmi-id.c
3506 F: drivers/firmware/dmi_scan.c
3507 F: include/linux/dmi.h
3510 M: Jonathan Corbet <corbet@lwn.net>
3511 L: linux-doc@vger.kernel.org
3514 X: Documentation/ABI/
3515 X: Documentation/devicetree/
3516 X: Documentation/acpi
3517 X: Documentation/power
3518 X: Documentation/spi
3519 X: Documentation/DocBook/media
3520 T: git git://git.lwn.net/linux-2.6.git docs-next
3523 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3524 L: blinux-list@redhat.com
3526 F: drivers/char/dtlk.c
3527 F: include/linux/dtlk.h
3529 DPT_I2O SCSI RAID DRIVER
3530 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3531 L: linux-scsi@vger.kernel.org
3532 W: http://www.adaptec.com/
3534 F: drivers/scsi/dpt*
3535 F: drivers/scsi/dpt/
3540 M: drbd-dev@lists.linbit.com
3541 L: drbd-user@lists.linbit.com
3542 W: http://www.drbd.org
3543 T: git git://git.drbd.org/linux-2.6-drbd.git drbd
3544 T: git git://git.drbd.org/drbd-8.3.git
3546 F: drivers/block/drbd/
3548 F: Documentation/blockdev/drbd/
3550 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3551 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3552 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3554 F: Documentation/kobject.txt
3559 F: include/linux/debugfs.h
3560 F: include/linux/kobj*
3564 M: David Airlie <airlied@linux.ie>
3565 L: dri-devel@lists.freedesktop.org
3566 T: git git://people.freedesktop.org/~airlied/linux
3571 F: include/uapi/drm/
3574 M: Alex Deucher <alexander.deucher@amd.com>
3575 M: Christian König <christian.koenig@amd.com>
3576 L: dri-devel@lists.freedesktop.org
3577 T: git git://people.freedesktop.org/~agd5f/linux
3579 F: drivers/gpu/drm/radeon/
3580 F: include/uapi/drm/radeon*
3583 M: Thierry Reding <thierry.reding@gmail.com>
3584 L: dri-devel@lists.freedesktop.org
3585 T: git git://anongit.freedesktop.org/tegra/linux.git
3587 F: drivers/gpu/drm/drm_panel.c
3588 F: drivers/gpu/drm/panel/
3589 F: include/drm/drm_panel.h
3590 F: Documentation/devicetree/bindings/panel/
3592 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3593 M: Daniel Vetter <daniel.vetter@intel.com>
3594 M: Jani Nikula <jani.nikula@linux.intel.com>
3595 L: intel-gfx@lists.freedesktop.org
3596 L: dri-devel@lists.freedesktop.org
3597 Q: http://patchwork.freedesktop.org/project/intel-gfx/
3598 T: git git://anongit.freedesktop.org/drm-intel
3600 F: drivers/gpu/drm/i915/
3601 F: include/drm/i915*
3602 F: include/uapi/drm/i915*
3604 DRM DRIVERS FOR ATMEL HLCDC
3605 M: Boris Brezillon <boris.brezillon@free-electrons.com>
3606 L: dri-devel@lists.freedesktop.org
3608 F: drivers/gpu/drm/atmel-hlcdc/
3609 F: Documentation/devicetree/bindings/drm/atmel/
3611 DRM DRIVERS FOR EXYNOS
3612 M: Inki Dae <inki.dae@samsung.com>
3613 M: Joonyoung Shim <jy0922.shim@samsung.com>
3614 M: Seung-Woo Kim <sw0312.kim@samsung.com>
3615 M: Kyungmin Park <kyungmin.park@samsung.com>
3616 L: dri-devel@lists.freedesktop.org
3617 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3619 F: drivers/gpu/drm/exynos/
3620 F: include/drm/exynos*
3621 F: include/uapi/drm/exynos*
3623 DRM DRIVERS FOR FREESCALE DCU
3624 M: Jianwei Wang <jianwei.wang.chn@gmail.com>
3625 M: Alison Wang <alison.wang@freescale.com>
3626 L: dri-devel@lists.freedesktop.org
3628 F: drivers/gpu/drm/fsl-dcu/
3629 F: Documentation/devicetree/bindings/video/fsl,dcu.txt
3630 F: Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3632 DRM DRIVERS FOR FREESCALE IMX
3633 M: Philipp Zabel <p.zabel@pengutronix.de>
3634 L: dri-devel@lists.freedesktop.org
3636 F: drivers/gpu/drm/imx/
3637 F: Documentation/devicetree/bindings/drm/imx/
3639 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3640 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3641 L: dri-devel@lists.freedesktop.org
3642 T: git git://github.com/patjak/drm-gma500
3644 F: drivers/gpu/drm/gma500
3645 F: include/drm/gma500*
3647 DRM DRIVERS FOR NVIDIA TEGRA
3648 M: Thierry Reding <thierry.reding@gmail.com>
3649 M: Terje Bergström <tbergstrom@nvidia.com>
3650 L: dri-devel@lists.freedesktop.org
3651 L: linux-tegra@vger.kernel.org
3652 T: git git://anongit.freedesktop.org/tegra/linux.git
3654 F: drivers/gpu/drm/tegra/
3655 F: drivers/gpu/host1x/
3656 F: include/linux/host1x.h
3657 F: include/uapi/drm/tegra_drm.h
3658 F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3660 DRM DRIVERS FOR RENESAS
3661 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3662 L: dri-devel@lists.freedesktop.org
3663 L: linux-sh@vger.kernel.org
3664 T: git git://people.freedesktop.org/~airlied/linux
3666 F: drivers/gpu/drm/rcar-du/
3667 F: drivers/gpu/drm/shmobile/
3668 F: include/linux/platform_data/shmob_drm.h
3670 DRM DRIVERS FOR ROCKCHIP
3671 M: Mark Yao <mark.yao@rock-chips.com>
3672 L: dri-devel@lists.freedesktop.org
3674 F: drivers/gpu/drm/rockchip/
3675 F: Documentation/devicetree/bindings/video/rockchip*
3678 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
3679 M: Vincent Abriou <vincent.abriou@st.com>
3680 L: dri-devel@lists.freedesktop.org
3681 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3683 F: drivers/gpu/drm/sti
3684 F: Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3686 DSBR100 USB FM RADIO DRIVER
3687 M: Alexey Klimov <klimov.linux@gmail.com>
3688 L: linux-media@vger.kernel.org
3689 T: git git://linuxtv.org/media_tree.git
3691 F: drivers/media/radio/dsbr100.c
3694 M: Francois Romieu <romieu@fr.zoreil.com>
3695 L: netdev@vger.kernel.org
3697 F: drivers/net/wan/dscc4.c
3700 M: Hans Verkuil <hverkuil@xs4all.nl>
3701 L: linux-media@vger.kernel.org
3702 T: git git://linuxtv.org/media_tree.git
3703 W: http://linuxtv.org
3705 F: drivers/media/pci/dt3155/
3707 DVB_USB_AF9015 MEDIA DRIVER
3708 M: Antti Palosaari <crope@iki.fi>
3709 L: linux-media@vger.kernel.org
3710 W: http://linuxtv.org/
3711 W: http://palosaari.fi/linux/
3712 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3713 T: git git://linuxtv.org/anttip/media_tree.git
3715 F: drivers/media/usb/dvb-usb-v2/af9015*
3717 DVB_USB_AF9035 MEDIA DRIVER
3718 M: Antti Palosaari <crope@iki.fi>
3719 L: linux-media@vger.kernel.org
3720 W: http://linuxtv.org/
3721 W: http://palosaari.fi/linux/
3722 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3723 T: git git://linuxtv.org/anttip/media_tree.git
3725 F: drivers/media/usb/dvb-usb-v2/af9035*
3727 DVB_USB_ANYSEE MEDIA DRIVER
3728 M: Antti Palosaari <crope@iki.fi>
3729 L: linux-media@vger.kernel.org
3730 W: http://linuxtv.org/
3731 W: http://palosaari.fi/linux/
3732 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3733 T: git git://linuxtv.org/anttip/media_tree.git
3735 F: drivers/media/usb/dvb-usb-v2/anysee*
3737 DVB_USB_AU6610 MEDIA DRIVER
3738 M: Antti Palosaari <crope@iki.fi>
3739 L: linux-media@vger.kernel.org
3740 W: http://linuxtv.org/
3741 W: http://palosaari.fi/linux/
3742 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3743 T: git git://linuxtv.org/anttip/media_tree.git
3745 F: drivers/media/usb/dvb-usb-v2/au6610*
3747 DVB_USB_CE6230 MEDIA DRIVER
3748 M: Antti Palosaari <crope@iki.fi>
3749 L: linux-media@vger.kernel.org
3750 W: http://linuxtv.org/
3751 W: http://palosaari.fi/linux/
3752 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3753 T: git git://linuxtv.org/anttip/media_tree.git
3755 F: drivers/media/usb/dvb-usb-v2/ce6230*
3757 DVB_USB_CXUSB MEDIA DRIVER
3758 M: Michael Krufky <mkrufky@linuxtv.org>
3759 L: linux-media@vger.kernel.org
3760 W: http://linuxtv.org/
3761 W: http://github.com/mkrufky
3762 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3763 T: git git://linuxtv.org/media_tree.git
3765 F: drivers/media/usb/dvb-usb/cxusb*
3767 DVB_USB_EC168 MEDIA DRIVER
3768 M: Antti Palosaari <crope@iki.fi>
3769 L: linux-media@vger.kernel.org
3770 W: http://linuxtv.org/
3771 W: http://palosaari.fi/linux/
3772 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3773 T: git git://linuxtv.org/anttip/media_tree.git
3775 F: drivers/media/usb/dvb-usb-v2/ec168*
3777 DVB_USB_GL861 MEDIA DRIVER
3778 M: Antti Palosaari <crope@iki.fi>
3779 L: linux-media@vger.kernel.org
3780 W: http://linuxtv.org/
3781 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3782 T: git git://linuxtv.org/anttip/media_tree.git
3784 F: drivers/media/usb/dvb-usb-v2/gl861*
3786 DVB_USB_MXL111SF MEDIA DRIVER
3787 M: Michael Krufky <mkrufky@linuxtv.org>
3788 L: linux-media@vger.kernel.org
3789 W: http://linuxtv.org/
3790 W: http://github.com/mkrufky
3791 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3792 T: git git://linuxtv.org/mkrufky/mxl111sf.git
3794 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
3796 DVB_USB_RTL28XXU MEDIA DRIVER
3797 M: Antti Palosaari <crope@iki.fi>
3798 L: linux-media@vger.kernel.org
3799 W: http://linuxtv.org/
3800 W: http://palosaari.fi/linux/
3801 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3802 T: git git://linuxtv.org/anttip/media_tree.git
3804 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
3806 DVB_USB_V2 MEDIA DRIVER
3807 M: Antti Palosaari <crope@iki.fi>
3808 L: linux-media@vger.kernel.org
3809 W: http://linuxtv.org/
3810 W: http://palosaari.fi/linux/
3811 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3812 T: git git://linuxtv.org/anttip/media_tree.git
3814 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
3815 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
3818 M: Jason Baron <jbaron@akamai.com>
3820 F: lib/dynamic_debug.c
3821 F: include/linux/dynamic_debug.h
3823 DZ DECSTATION DZ11 SERIAL DRIVER
3824 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3826 F: drivers/tty/serial/dz.*
3828 E3X0 POWER BUTTON DRIVER
3829 M: Moritz Fischer <moritz.fischer@ettus.com>
3830 L: usrp-users@lists.ettus.com
3831 W: http://www.ettus.com
3833 F: drivers/input/misc/e3x0-button.c
3834 F: Documentation/devicetree/bindings/input/e3x0-button.txt
3837 M: Antti Palosaari <crope@iki.fi>
3838 L: linux-media@vger.kernel.org
3839 W: http://linuxtv.org/
3840 W: http://palosaari.fi/linux/
3841 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3842 T: git git://linuxtv.org/anttip/media_tree.git
3844 F: drivers/media/tuners/e4000*
3846 EATA ISA/EISA/PCI SCSI DRIVER
3847 M: Dario Ballabio <ballabio_dario@emc.com>
3848 L: linux-scsi@vger.kernel.org
3850 F: drivers/scsi/eata.c
3853 M: Antti Palosaari <crope@iki.fi>
3854 L: linux-media@vger.kernel.org
3855 W: http://linuxtv.org/
3856 W: http://palosaari.fi/linux/
3857 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3858 T: git git://linuxtv.org/anttip/media_tree.git
3860 F: drivers/media/dvb-frontends/ec100*
3863 M: Tyler Hicks <tyhicks@canonical.com>
3864 L: ecryptfs@vger.kernel.org
3865 W: http://ecryptfs.org
3866 W: https://launchpad.net/ecryptfs
3868 F: Documentation/filesystems/ecryptfs.txt
3872 M: Doug Thompson <dougthompson@xmission.com>
3873 M: Borislav Petkov <bp@alien8.de>
3874 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3875 L: linux-edac@vger.kernel.org
3876 W: bluesmoke.sourceforge.net
3877 T: git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3878 T: git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3880 F: Documentation/edac.txt
3882 F: include/linux/edac.h
3885 M: Doug Thompson <dougthompson@xmission.com>
3886 M: Borislav Petkov <bp@alien8.de>
3887 L: linux-edac@vger.kernel.org
3888 W: bluesmoke.sourceforge.net
3890 F: drivers/edac/amd64_edac*
3893 M: Doug Thompson <dougthompson@xmission.com>
3894 M: Robert Richter <rric@kernel.org>
3895 L: linux-edac@vger.kernel.org
3896 W: bluesmoke.sourceforge.net
3898 F: drivers/edac/highbank*
3901 M: Ralf Baechle <ralf@linux-mips.org>
3902 M: David Daney <david.daney@cavium.com>
3903 L: linux-edac@vger.kernel.org
3904 L: linux-mips@linux-mips.org
3905 W: bluesmoke.sourceforge.net
3907 F: drivers/edac/octeon_edac*
3910 M: Mark Gross <mark.gross@intel.com>
3911 M: Doug Thompson <dougthompson@xmission.com>
3912 L: linux-edac@vger.kernel.org
3913 W: bluesmoke.sourceforge.net
3915 F: drivers/edac/e752x_edac.c
3918 M: Doug Thompson <dougthompson@xmission.com>
3919 L: linux-edac@vger.kernel.org
3920 W: bluesmoke.sourceforge.net
3922 F: drivers/edac/e7xxx_edac.c
3925 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3926 L: linux-edac@vger.kernel.org
3927 W: bluesmoke.sourceforge.net
3929 F: drivers/edac/ghes_edac.c
3932 M: Tim Small <tim@buttersideup.com>
3933 L: linux-edac@vger.kernel.org
3934 W: bluesmoke.sourceforge.net