diff options
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 251 |
1 files changed, 191 insertions, 60 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f216db847022..1912139a59a1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -93,6 +93,11 @@ Descriptions of section entries: | |||
93 | N: Files and directories with regex patterns. | 93 | N: Files and directories with regex patterns. |
94 | N: [^a-z]tegra all files whose path contains the word tegra | 94 | N: [^a-z]tegra all files whose path contains the word tegra |
95 | One pattern per line. Multiple N: lines acceptable. | 95 | One pattern per line. Multiple N: lines acceptable. |
96 | scripts/get_maintainer.pl has different behavior for files that | ||
97 | match F: pattern and matches of N: patterns. By default, | ||
98 | get_maintainer will not look at git log history when an F: pattern | ||
99 | match occurs. When an N: match occurs, git log history is used | ||
100 | to also notify the people that have git commit signatures. | ||
96 | X: Files and directories that are NOT maintained, same rules as F: | 101 | X: Files and directories that are NOT maintained, same rules as F: |
97 | Files exclusions are tested before file matches. | 102 | Files exclusions are tested before file matches. |
98 | Can be useful for excluding a specific subdirectory, for instance: | 103 | Can be useful for excluding a specific subdirectory, for instance: |
@@ -252,6 +257,7 @@ F: Documentation/ABI/testing/sysfs-bus-acpi | |||
252 | F: drivers/pci/*acpi* | 257 | F: drivers/pci/*acpi* |
253 | F: drivers/pci/*/*acpi* | 258 | F: drivers/pci/*/*acpi* |
254 | F: drivers/pci/*/*/*acpi* | 259 | F: drivers/pci/*/*/*acpi* |
260 | F: tools/power/acpi | ||
255 | 261 | ||
256 | ACPI COMPONENT ARCHITECTURE (ACPICA) | 262 | ACPI COMPONENT ARCHITECTURE (ACPICA) |
257 | M: Robert Moore <robert.moore@intel.com> | 263 | M: Robert Moore <robert.moore@intel.com> |
@@ -266,6 +272,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm | |||
266 | S: Supported | 272 | S: Supported |
267 | F: drivers/acpi/acpica/ | 273 | F: drivers/acpi/acpica/ |
268 | F: include/acpi/ | 274 | F: include/acpi/ |
275 | F: tools/power/acpi/ | ||
269 | 276 | ||
270 | ACPI FAN DRIVER | 277 | ACPI FAN DRIVER |
271 | M: Zhang Rui <rui.zhang@intel.com> | 278 | M: Zhang Rui <rui.zhang@intel.com> |
@@ -484,7 +491,6 @@ M: Hannes Reinecke <hare@suse.de> | |||
484 | L: linux-scsi@vger.kernel.org | 491 | L: linux-scsi@vger.kernel.org |
485 | S: Maintained | 492 | S: Maintained |
486 | F: drivers/scsi/aic7xxx/ | 493 | F: drivers/scsi/aic7xxx/ |
487 | F: drivers/scsi/aic7xxx_old/ | ||
488 | 494 | ||
489 | AIMSLAB FM RADIO RECEIVER DRIVER | 495 | AIMSLAB FM RADIO RECEIVER DRIVER |
490 | M: Hans Verkuil <hverkuil@xs4all.nl> | 496 | M: Hans Verkuil <hverkuil@xs4all.nl> |
@@ -539,6 +545,13 @@ F: drivers/tty/serial/altera_jtaguart.c | |||
539 | F: include/linux/altera_uart.h | 545 | F: include/linux/altera_uart.h |
540 | F: include/linux/altera_jtaguart.h | 546 | F: include/linux/altera_jtaguart.h |
541 | 547 | ||
548 | AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER | ||
549 | M: Tom Lendacky <thomas.lendacky@amd.com> | ||
550 | L: linux-crypto@vger.kernel.org | ||
551 | S: Supported | ||
552 | F: drivers/crypto/ccp/ | ||
553 | F: include/linux/ccp.h | ||
554 | |||
542 | AMD FAM15H PROCESSOR POWER MONITORING DRIVER | 555 | AMD FAM15H PROCESSOR POWER MONITORING DRIVER |
543 | M: Andreas Herrmann <herrmann.der.user@googlemail.com> | 556 | M: Andreas Herrmann <herrmann.der.user@googlemail.com> |
544 | L: lm-sensors@lm-sensors.org | 557 | L: lm-sensors@lm-sensors.org |
@@ -766,7 +779,12 @@ ARM/Allwinner A1X SoC support | |||
766 | M: Maxime Ripard <maxime.ripard@free-electrons.com> | 779 | M: Maxime Ripard <maxime.ripard@free-electrons.com> |
767 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 780 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
768 | S: Maintained | 781 | S: Maintained |
769 | F: arch/arm/mach-sunxi/ | 782 | N: sun[x4567]i |
783 | |||
784 | ARM/Allwinner SoC Clock Support | ||
785 | M: Emilio López <emilio@elopez.com.ar> | ||
786 | S: Maintained | ||
787 | F: drivers/clk/sunxi/ | ||
770 | 788 | ||
771 | ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES | 789 | ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES |
772 | M: Andrew Victor <linux@maxim.org.za> | 790 | M: Andrew Victor <linux@maxim.org.za> |
@@ -783,7 +801,7 @@ F: arch/arm/boot/dts/sama*.dts | |||
783 | F: arch/arm/boot/dts/sama*.dtsi | 801 | F: arch/arm/boot/dts/sama*.dtsi |
784 | 802 | ||
785 | ARM/CALXEDA HIGHBANK ARCHITECTURE | 803 | ARM/CALXEDA HIGHBANK ARCHITECTURE |
786 | M: Rob Herring <rob.herring@calxeda.com> | 804 | M: Rob Herring <robh@kernel.org> |
787 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 805 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
788 | S: Maintained | 806 | S: Maintained |
789 | F: arch/arm/mach-highbank/ | 807 | F: arch/arm/mach-highbank/ |
@@ -867,6 +885,12 @@ S: Maintained | |||
867 | F: arch/arm/mach-ebsa110/ | 885 | F: arch/arm/mach-ebsa110/ |
868 | F: drivers/net/ethernet/amd/am79c961a.* | 886 | F: drivers/net/ethernet/amd/am79c961a.* |
869 | 887 | ||
888 | ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT | ||
889 | M: Uwe Kleine-König <kernel@pengutronix.de> | ||
890 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
891 | S: Maintained | ||
892 | N: efm32 | ||
893 | |||
870 | ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6) | 894 | ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6) |
871 | M: Daniel Ribeiro <drwyrm@gmail.com> | 895 | M: Daniel Ribeiro <drwyrm@gmail.com> |
872 | M: Stefan Schmidt <stefan@openezx.org> | 896 | M: Stefan Schmidt <stefan@openezx.org> |
@@ -893,20 +917,15 @@ F: arch/arm/include/asm/hardware/dec21285.h | |||
893 | F: arch/arm/mach-footbridge/ | 917 | F: arch/arm/mach-footbridge/ |
894 | 918 | ||
895 | ARM/FREESCALE IMX / MXC ARM ARCHITECTURE | 919 | ARM/FREESCALE IMX / MXC ARM ARCHITECTURE |
920 | M: Shawn Guo <shawn.guo@linaro.org> | ||
896 | M: Sascha Hauer <kernel@pengutronix.de> | 921 | M: Sascha Hauer <kernel@pengutronix.de> |
897 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 922 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
898 | S: Maintained | 923 | S: Maintained |
899 | T: git git://git.pengutronix.de/git/imx/linux-2.6.git | 924 | T: git git://git.linaro.org/people/shawnguo/linux-2.6.git |
900 | F: arch/arm/mach-imx/ | 925 | F: arch/arm/mach-imx/ |
926 | F: arch/arm/boot/dts/imx* | ||
901 | F: arch/arm/configs/imx*_defconfig | 927 | F: arch/arm/configs/imx*_defconfig |
902 | 928 | ||
903 | ARM/FREESCALE IMX6 | ||
904 | M: Shawn Guo <shawn.guo@linaro.org> | ||
905 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
906 | S: Maintained | ||
907 | T: git git://git.linaro.org/people/shawnguo/linux-2.6.git | ||
908 | F: arch/arm/mach-imx/*imx6* | ||
909 | |||
910 | ARM/FREESCALE MXS ARM ARCHITECTURE | 929 | ARM/FREESCALE MXS ARM ARCHITECTURE |
911 | M: Shawn Guo <shawn.guo@linaro.org> | 930 | M: Shawn Guo <shawn.guo@linaro.org> |
912 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 931 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
@@ -1013,6 +1032,8 @@ M: Santosh Shilimkar <santosh.shilimkar@ti.com> | |||
1013 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 1032 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
1014 | S: Maintained | 1033 | S: Maintained |
1015 | F: arch/arm/mach-keystone/ | 1034 | F: arch/arm/mach-keystone/ |
1035 | F: drivers/clk/keystone/ | ||
1036 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git | ||
1016 | 1037 | ||
1017 | ARM/LOGICPD PXA270 MACHINE SUPPORT | 1038 | ARM/LOGICPD PXA270 MACHINE SUPPORT |
1018 | M: Lennert Buytenhek <kernel@wantstofly.org> | 1039 | M: Lennert Buytenhek <kernel@wantstofly.org> |
@@ -1032,6 +1053,12 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | |||
1032 | S: Maintained | 1053 | S: Maintained |
1033 | F: arch/arm/mach-mvebu/ | 1054 | F: arch/arm/mach-mvebu/ |
1034 | 1055 | ||
1056 | ARM/Marvell Berlin SoC support | ||
1057 | M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | ||
1058 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
1059 | S: Maintained | ||
1060 | F: arch/arm/mach-berlin/ | ||
1061 | |||
1035 | ARM/Marvell Dove/Kirkwood/MV78xx0/Orion SOC support | 1062 | ARM/Marvell Dove/Kirkwood/MV78xx0/Orion SOC support |
1036 | M: Jason Cooper <jason@lakedaemon.net> | 1063 | M: Jason Cooper <jason@lakedaemon.net> |
1037 | M: Andrew Lunn <andrew@lunn.ch> | 1064 | M: Andrew Lunn <andrew@lunn.ch> |
@@ -1325,6 +1352,14 @@ F: drivers/rtc/rtc-ab8500.c | |||
1325 | F: drivers/rtc/rtc-pl031.c | 1352 | F: drivers/rtc/rtc-pl031.c |
1326 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git | 1353 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git |
1327 | 1354 | ||
1355 | ARM/Ux500 CLOCK FRAMEWORK SUPPORT | ||
1356 | M: Ulf Hansson <ulf.hansson@linaro.org> | ||
1357 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
1358 | T: git git://git.linaro.org/people/ulfh/clk.git | ||
1359 | S: Maintained | ||
1360 | F: drivers/clk/ux500/ | ||
1361 | F: include/linux/platform_data/clk-ux500.h | ||
1362 | |||
1328 | ARM/VFP SUPPORT | 1363 | ARM/VFP SUPPORT |
1329 | M: Russell King <linux@arm.linux.org.uk> | 1364 | M: Russell King <linux@arm.linux.org.uk> |
1330 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 1365 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
@@ -1371,6 +1406,9 @@ T: git git://git.xilinx.com/linux-xlnx.git | |||
1371 | S: Supported | 1406 | S: Supported |
1372 | F: arch/arm/mach-zynq/ | 1407 | F: arch/arm/mach-zynq/ |
1373 | F: drivers/cpuidle/cpuidle-zynq.c | 1408 | F: drivers/cpuidle/cpuidle-zynq.c |
1409 | N: zynq | ||
1410 | N: xilinx | ||
1411 | F: drivers/clocksource/cadence_ttc_timer.c | ||
1374 | 1412 | ||
1375 | ARM SMMU DRIVER | 1413 | ARM SMMU DRIVER |
1376 | M: Will Deacon <will.deacon@arm.com> | 1414 | M: Will Deacon <will.deacon@arm.com> |
@@ -1435,7 +1473,7 @@ F: Documentation/aoe/ | |||
1435 | F: drivers/block/aoe/ | 1473 | F: drivers/block/aoe/ |
1436 | 1474 | ||
1437 | ATHEROS ATH GENERIC UTILITIES | 1475 | ATHEROS ATH GENERIC UTILITIES |
1438 | M: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com> | 1476 | M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com> |
1439 | L: linux-wireless@vger.kernel.org | 1477 | L: linux-wireless@vger.kernel.org |
1440 | S: Supported | 1478 | S: Supported |
1441 | F: drivers/net/wireless/ath/* | 1479 | F: drivers/net/wireless/ath/* |
@@ -1443,7 +1481,7 @@ F: drivers/net/wireless/ath/* | |||
1443 | ATHEROS ATH5K WIRELESS DRIVER | 1481 | ATHEROS ATH5K WIRELESS DRIVER |
1444 | M: Jiri Slaby <jirislaby@gmail.com> | 1482 | M: Jiri Slaby <jirislaby@gmail.com> |
1445 | M: Nick Kossifidis <mickflemm@gmail.com> | 1483 | M: Nick Kossifidis <mickflemm@gmail.com> |
1446 | M: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com> | 1484 | M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com> |
1447 | L: linux-wireless@vger.kernel.org | 1485 | L: linux-wireless@vger.kernel.org |
1448 | L: ath5k-devel@lists.ath5k.org | 1486 | L: ath5k-devel@lists.ath5k.org |
1449 | W: http://wireless.kernel.org/en/users/Drivers/ath5k | 1487 | W: http://wireless.kernel.org/en/users/Drivers/ath5k |
@@ -1458,17 +1496,6 @@ T: git git://github.com/kvalo/ath.git | |||
1458 | S: Supported | 1496 | S: Supported |
1459 | F: drivers/net/wireless/ath/ath6kl/ | 1497 | F: drivers/net/wireless/ath/ath6kl/ |
1460 | 1498 | ||
1461 | ATHEROS ATH9K WIRELESS DRIVER | ||
1462 | M: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com> | ||
1463 | M: Jouni Malinen <jouni@qca.qualcomm.com> | ||
1464 | M: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com> | ||
1465 | M: Senthil Balasubramanian <senthilb@qca.qualcomm.com> | ||
1466 | L: linux-wireless@vger.kernel.org | ||
1467 | L: ath9k-devel@lists.ath9k.org | ||
1468 | W: http://wireless.kernel.org/en/users/Drivers/ath9k | ||
1469 | S: Supported | ||
1470 | F: drivers/net/wireless/ath/ath9k/ | ||
1471 | |||
1472 | WILOCITY WIL6210 WIRELESS DRIVER | 1499 | WILOCITY WIL6210 WIRELESS DRIVER |
1473 | M: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> | 1500 | M: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> |
1474 | L: linux-wireless@vger.kernel.org | 1501 | L: linux-wireless@vger.kernel.org |
@@ -1598,11 +1625,10 @@ S: Supported | |||
1598 | F: drivers/scsi/esas2r | 1625 | F: drivers/scsi/esas2r |
1599 | 1626 | ||
1600 | AUDIT SUBSYSTEM | 1627 | AUDIT SUBSYSTEM |
1601 | M: Al Viro <viro@zeniv.linux.org.uk> | ||
1602 | M: Eric Paris <eparis@redhat.com> | 1628 | M: Eric Paris <eparis@redhat.com> |
1603 | L: linux-audit@redhat.com (subscribers-only) | 1629 | L: linux-audit@redhat.com (subscribers-only) |
1604 | W: http://people.redhat.com/sgrubb/audit/ | 1630 | W: http://people.redhat.com/sgrubb/audit/ |
1605 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git | 1631 | T: git git://git.infradead.org/users/eparis/audit.git |
1606 | S: Maintained | 1632 | S: Maintained |
1607 | F: include/linux/audit.h | 1633 | F: include/linux/audit.h |
1608 | F: include/uapi/linux/audit.h | 1634 | F: include/uapi/linux/audit.h |
@@ -1934,7 +1960,8 @@ S: Maintained | |||
1934 | F: drivers/gpio/gpio-bt8xx.c | 1960 | F: drivers/gpio/gpio-bt8xx.c |
1935 | 1961 | ||
1936 | BTRFS FILE SYSTEM | 1962 | BTRFS FILE SYSTEM |
1937 | M: Chris Mason <chris.mason@fusionio.com> | 1963 | M: Chris Mason <clm@fb.com> |
1964 | M: Josef Bacik <jbacik@fb.com> | ||
1938 | L: linux-btrfs@vger.kernel.org | 1965 | L: linux-btrfs@vger.kernel.org |
1939 | W: http://btrfs.wiki.kernel.org/ | 1966 | W: http://btrfs.wiki.kernel.org/ |
1940 | Q: http://patchwork.kernel.org/project/linux-btrfs/list/ | 1967 | Q: http://patchwork.kernel.org/project/linux-btrfs/list/ |
@@ -2023,6 +2050,7 @@ L: linux-can@vger.kernel.org | |||
2023 | W: http://gitorious.org/linux-can | 2050 | W: http://gitorious.org/linux-can |
2024 | T: git git://gitorious.org/linux-can/linux-can-next.git | 2051 | T: git git://gitorious.org/linux-can/linux-can-next.git |
2025 | S: Maintained | 2052 | S: Maintained |
2053 | F: Documentation/networking/can.txt | ||
2026 | F: net/can/ | 2054 | F: net/can/ |
2027 | F: include/linux/can/core.h | 2055 | F: include/linux/can/core.h |
2028 | F: include/uapi/linux/can.h | 2056 | F: include/uapi/linux/can.h |
@@ -2137,7 +2165,8 @@ S: Maintained | |||
2137 | F: Documentation/zh_CN/ | 2165 | F: Documentation/zh_CN/ |
2138 | 2166 | ||
2139 | CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER | 2167 | CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER |
2140 | M: Alexander Shishkin <alexander.shishkin@linux.intel.com> | 2168 | M: Peter Chen <Peter.Chen@freescale.com> |
2169 | T: git://github.com/hzpeterchen/linux-usb.git | ||
2141 | L: linux-usb@vger.kernel.org | 2170 | L: linux-usb@vger.kernel.org |
2142 | S: Maintained | 2171 | S: Maintained |
2143 | F: drivers/usb/chipidea/ | 2172 | F: drivers/usb/chipidea/ |
@@ -2156,6 +2185,11 @@ M: Nishank Trivedi <nistrive@cisco.com> | |||
2156 | S: Supported | 2185 | S: Supported |
2157 | F: drivers/net/ethernet/cisco/enic/ | 2186 | F: drivers/net/ethernet/cisco/enic/ |
2158 | 2187 | ||
2188 | CISCO VIC LOW LATENCY NIC DRIVER | ||
2189 | M: Upinder Malhi <umalhi@cisco.com> | ||
2190 | S: Supported | ||
2191 | F: drivers/infiniband/hw/usnic | ||
2192 | |||
2159 | CIRRUS LOGIC EP93XX ETHERNET DRIVER | 2193 | CIRRUS LOGIC EP93XX ETHERNET DRIVER |
2160 | M: Hartley Sweeten <hsweeten@visionengravers.com> | 2194 | M: Hartley Sweeten <hsweeten@visionengravers.com> |
2161 | L: netdev@vger.kernel.org | 2195 | L: netdev@vger.kernel.org |
@@ -2617,7 +2651,7 @@ S: Maintained | |||
2617 | F: drivers/platform/x86/dell-laptop.c | 2651 | F: drivers/platform/x86/dell-laptop.c |
2618 | 2652 | ||
2619 | DELL LAPTOP SMM DRIVER | 2653 | DELL LAPTOP SMM DRIVER |
2620 | S: Orphan | 2654 | M: Guenter Roeck <linux@roeck-us.net> |
2621 | F: drivers/char/i8k.c | 2655 | F: drivers/char/i8k.c |
2622 | F: include/uapi/linux/i8k.h | 2656 | F: include/uapi/linux/i8k.h |
2623 | 2657 | ||
@@ -2636,7 +2670,7 @@ DESIGNWARE USB2 DRD IP DRIVER | |||
2636 | M: Paul Zimmerman <paulz@synopsys.com> | 2670 | M: Paul Zimmerman <paulz@synopsys.com> |
2637 | L: linux-usb@vger.kernel.org | 2671 | L: linux-usb@vger.kernel.org |
2638 | S: Maintained | 2672 | S: Maintained |
2639 | F: drivers/staging/dwc2/ | 2673 | F: drivers/usb/dwc2/ |
2640 | 2674 | ||
2641 | DESIGNWARE USB3 DRD IP DRIVER | 2675 | DESIGNWARE USB3 DRD IP DRIVER |
2642 | M: Felipe Balbi <balbi@ti.com> | 2676 | M: Felipe Balbi <balbi@ti.com> |
@@ -2826,8 +2860,10 @@ F: include/uapi/drm/ | |||
2826 | 2860 | ||
2827 | INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets) | 2861 | INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets) |
2828 | M: Daniel Vetter <daniel.vetter@ffwll.ch> | 2862 | M: Daniel Vetter <daniel.vetter@ffwll.ch> |
2863 | M: Jani Nikula <jani.nikula@linux.intel.com> | ||
2829 | L: intel-gfx@lists.freedesktop.org | 2864 | L: intel-gfx@lists.freedesktop.org |
2830 | L: dri-devel@lists.freedesktop.org | 2865 | L: dri-devel@lists.freedesktop.org |
2866 | Q: http://patchwork.freedesktop.org/project/intel-gfx/ | ||
2831 | T: git git://people.freedesktop.org/~danvet/drm-intel | 2867 | T: git git://people.freedesktop.org/~danvet/drm-intel |
2832 | S: Supported | 2868 | S: Supported |
2833 | F: drivers/gpu/drm/i915/ | 2869 | F: drivers/gpu/drm/i915/ |
@@ -3331,6 +3367,7 @@ EXTERNAL CONNECTOR SUBSYSTEM (EXTCON) | |||
3331 | M: MyungJoo Ham <myungjoo.ham@samsung.com> | 3367 | M: MyungJoo Ham <myungjoo.ham@samsung.com> |
3332 | M: Chanwoo Choi <cw00.choi@samsung.com> | 3368 | M: Chanwoo Choi <cw00.choi@samsung.com> |
3333 | L: linux-kernel@vger.kernel.org | 3369 | L: linux-kernel@vger.kernel.org |
3370 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git | ||
3334 | S: Maintained | 3371 | S: Maintained |
3335 | F: drivers/extcon/ | 3372 | F: drivers/extcon/ |
3336 | F: Documentation/extcon/ | 3373 | F: Documentation/extcon/ |
@@ -3340,7 +3377,6 @@ M: Jingoo Han <jg1.han@samsung.com> | |||
3340 | L: linux-fbdev@vger.kernel.org | 3377 | L: linux-fbdev@vger.kernel.org |
3341 | S: Maintained | 3378 | S: Maintained |
3342 | F: drivers/video/exynos/exynos_dp* | 3379 | F: drivers/video/exynos/exynos_dp* |
3343 | F: include/video/exynos_dp* | ||
3344 | 3380 | ||
3345 | EXYNOS MIPI DISPLAY DRIVERS | 3381 | EXYNOS MIPI DISPLAY DRIVERS |
3346 | M: Inki Dae <inki.dae@samsung.com> | 3382 | M: Inki Dae <inki.dae@samsung.com> |
@@ -3630,6 +3666,7 @@ W: http://en.wikipedia.org/wiki/F2FS | |||
3630 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git | 3666 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git |
3631 | S: Maintained | 3667 | S: Maintained |
3632 | F: Documentation/filesystems/f2fs.txt | 3668 | F: Documentation/filesystems/f2fs.txt |
3669 | F: Documentation/ABI/testing/sysfs-fs-f2fs | ||
3633 | F: fs/f2fs/ | 3670 | F: fs/f2fs/ |
3634 | F: include/linux/f2fs_fs.h | 3671 | F: include/linux/f2fs_fs.h |
3635 | 3672 | ||
@@ -3764,9 +3801,11 @@ F: include/uapi/linux/gigaset_dev.h | |||
3764 | 3801 | ||
3765 | GPIO SUBSYSTEM | 3802 | GPIO SUBSYSTEM |
3766 | M: Linus Walleij <linus.walleij@linaro.org> | 3803 | M: Linus Walleij <linus.walleij@linaro.org> |
3767 | S: Maintained | 3804 | M: Alexandre Courbot <gnurou@gmail.com> |
3768 | L: linux-gpio@vger.kernel.org | 3805 | L: linux-gpio@vger.kernel.org |
3769 | F: Documentation/gpio.txt | 3806 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git |
3807 | S: Maintained | ||
3808 | F: Documentation/gpio/ | ||
3770 | F: drivers/gpio/ | 3809 | F: drivers/gpio/ |
3771 | F: include/linux/gpio* | 3810 | F: include/linux/gpio* |
3772 | F: include/asm-generic/gpio.h | 3811 | F: include/asm-generic/gpio.h |
@@ -3834,6 +3873,12 @@ T: git git://linuxtv.org/media_tree.git | |||
3834 | S: Maintained | 3873 | S: Maintained |
3835 | F: drivers/media/usb/gspca/ | 3874 | F: drivers/media/usb/gspca/ |
3836 | 3875 | ||
3876 | GUID PARTITION TABLE (GPT) | ||
3877 | M: Davidlohr Bueso <davidlohr@hp.com> | ||
3878 | L: linux-efi@vger.kernel.org | ||
3879 | S: Maintained | ||
3880 | F: block/partitions/efi.* | ||
3881 | |||
3837 | STK1160 USB VIDEO CAPTURE DRIVER | 3882 | STK1160 USB VIDEO CAPTURE DRIVER |
3838 | M: Ezequiel Garcia <elezegarcia@gmail.com> | 3883 | M: Ezequiel Garcia <elezegarcia@gmail.com> |
3839 | L: linux-media@vger.kernel.org | 3884 | L: linux-media@vger.kernel.org |
@@ -3942,6 +3987,12 @@ S: Orphan | |||
3942 | F: Documentation/filesystems/hfs.txt | 3987 | F: Documentation/filesystems/hfs.txt |
3943 | F: fs/hfs/ | 3988 | F: fs/hfs/ |
3944 | 3989 | ||
3990 | HFSPLUS FILESYSTEM | ||
3991 | L: linux-fsdevel@vger.kernel.org | ||
3992 | S: Orphan | ||
3993 | F: Documentation/filesystems/hfsplus.txt | ||
3994 | F: fs/hfsplus/ | ||
3995 | |||
3945 | HGA FRAMEBUFFER DRIVER | 3996 | HGA FRAMEBUFFER DRIVER |
3946 | M: Ferenc Bakonyi <fero@drama.obuda.kando.hu> | 3997 | M: Ferenc Bakonyi <fero@drama.obuda.kando.hu> |
3947 | L: linux-nvidia@lists.surfsouth.com | 3998 | L: linux-nvidia@lists.surfsouth.com |
@@ -4043,12 +4094,26 @@ W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi | |||
4043 | S: Maintained | 4094 | S: Maintained |
4044 | F: fs/hpfs/ | 4095 | F: fs/hpfs/ |
4045 | 4096 | ||
4097 | HSI SUBSYSTEM | ||
4098 | M: Sebastian Reichel <sre@debian.org> | ||
4099 | S: Maintained | ||
4100 | F: Documentation/ABI/testing/sysfs-bus-hsi | ||
4101 | F: drivers/hsi/ | ||
4102 | F: include/linux/hsi/ | ||
4103 | F: include/uapi/linux/hsi/ | ||
4104 | |||
4046 | HSO 3G MODEM DRIVER | 4105 | HSO 3G MODEM DRIVER |
4047 | M: Jan Dumon <j.dumon@option.com> | 4106 | M: Jan Dumon <j.dumon@option.com> |
4048 | W: http://www.pharscape.org | 4107 | W: http://www.pharscape.org |
4049 | S: Maintained | 4108 | S: Maintained |
4050 | F: drivers/net/usb/hso.c | 4109 | F: drivers/net/usb/hso.c |
4051 | 4110 | ||
4111 | HSR NETWORK PROTOCOL | ||
4112 | M: Arvid Brodin <arvid.brodin@alten.se> | ||
4113 | L: netdev@vger.kernel.org | ||
4114 | S: Maintained | ||
4115 | F: net/hsr/ | ||
4116 | |||
4052 | HTCPEN TOUCHSCREEN DRIVER | 4117 | HTCPEN TOUCHSCREEN DRIVER |
4053 | M: Pau Oliva Fora <pof@eslack.org> | 4118 | M: Pau Oliva Fora <pof@eslack.org> |
4054 | L: linux-input@vger.kernel.org | 4119 | L: linux-input@vger.kernel.org |
@@ -4448,17 +4513,16 @@ M: Deepak Saxena <dsaxena@plexity.net> | |||
4448 | S: Maintained | 4513 | S: Maintained |
4449 | F: drivers/char/hw_random/ixp4xx-rng.c | 4514 | F: drivers/char/hw_random/ixp4xx-rng.c |
4450 | 4515 | ||
4451 | INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e) | 4516 | INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf) |
4452 | M: Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 4517 | M: Jeff Kirsher <jeffrey.t.kirsher@intel.com> |
4453 | M: Jesse Brandeburg <jesse.brandeburg@intel.com> | 4518 | M: Jesse Brandeburg <jesse.brandeburg@intel.com> |
4454 | M: Bruce Allan <bruce.w.allan@intel.com> | 4519 | M: Bruce Allan <bruce.w.allan@intel.com> |
4455 | M: Carolyn Wyborny <carolyn.wyborny@intel.com> | 4520 | M: Carolyn Wyborny <carolyn.wyborny@intel.com> |
4456 | M: Don Skidmore <donald.c.skidmore@intel.com> | 4521 | M: Don Skidmore <donald.c.skidmore@intel.com> |
4457 | M: Greg Rose <gregory.v.rose@intel.com> | 4522 | M: Greg Rose <gregory.v.rose@intel.com> |
4458 | M: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com> | ||
4459 | M: Alex Duyck <alexander.h.duyck@intel.com> | 4523 | M: Alex Duyck <alexander.h.duyck@intel.com> |
4460 | M: John Ronciak <john.ronciak@intel.com> | 4524 | M: John Ronciak <john.ronciak@intel.com> |
4461 | M: Tushar Dave <tushar.n.dave@intel.com> | 4525 | M: Mitch Williams <mitch.a.williams@intel.com> |
4462 | L: e1000-devel@lists.sourceforge.net | 4526 | L: e1000-devel@lists.sourceforge.net |
4463 | W: http://www.intel.com/support/feedback.htm | 4527 | W: http://www.intel.com/support/feedback.htm |
4464 | W: http://e1000.sourceforge.net/ | 4528 | W: http://e1000.sourceforge.net/ |
@@ -4474,6 +4538,7 @@ F: Documentation/networking/ixgb.txt | |||
4474 | F: Documentation/networking/ixgbe.txt | 4538 | F: Documentation/networking/ixgbe.txt |
4475 | F: Documentation/networking/ixgbevf.txt | 4539 | F: Documentation/networking/ixgbevf.txt |
4476 | F: Documentation/networking/i40e.txt | 4540 | F: Documentation/networking/i40e.txt |
4541 | F: Documentation/networking/i40evf.txt | ||
4477 | F: drivers/net/ethernet/intel/ | 4542 | F: drivers/net/ethernet/intel/ |
4478 | 4543 | ||
4479 | INTEL-MID GPIO DRIVER | 4544 | INTEL-MID GPIO DRIVER |
@@ -4891,7 +4956,7 @@ F: include/linux/sunrpc/ | |||
4891 | F: include/uapi/linux/sunrpc/ | 4956 | F: include/uapi/linux/sunrpc/ |
4892 | 4957 | ||
4893 | KERNEL VIRTUAL MACHINE (KVM) | 4958 | KERNEL VIRTUAL MACHINE (KVM) |
4894 | M: Gleb Natapov <gleb@redhat.com> | 4959 | M: Gleb Natapov <gleb@kernel.org> |
4895 | M: Paolo Bonzini <pbonzini@redhat.com> | 4960 | M: Paolo Bonzini <pbonzini@redhat.com> |
4896 | L: kvm@vger.kernel.org | 4961 | L: kvm@vger.kernel.org |
4897 | W: http://www.linux-kvm.org | 4962 | W: http://www.linux-kvm.org |
@@ -5117,6 +5182,11 @@ F: drivers/lguest/ | |||
5117 | F: include/linux/lguest*.h | 5182 | F: include/linux/lguest*.h |
5118 | F: tools/lguest/ | 5183 | F: tools/lguest/ |
5119 | 5184 | ||
5185 | LIBLOCKDEP | ||
5186 | M: Sasha Levin <sasha.levin@oracle.com> | ||
5187 | S: Maintained | ||
5188 | F: tools/lib/lockdep/ | ||
5189 | |||
5120 | LINUX FOR IBM pSERIES (RS/6000) | 5190 | LINUX FOR IBM pSERIES (RS/6000) |
5121 | M: Paul Mackerras <paulus@au.ibm.com> | 5191 | M: Paul Mackerras <paulus@au.ibm.com> |
5122 | W: http://www.ibm.com/linux/ltc/projects/ppc | 5192 | W: http://www.ibm.com/linux/ltc/projects/ppc |
@@ -5261,7 +5331,7 @@ S: Maintained | |||
5261 | F: Documentation/lockdep*.txt | 5331 | F: Documentation/lockdep*.txt |
5262 | F: Documentation/lockstat.txt | 5332 | F: Documentation/lockstat.txt |
5263 | F: include/linux/lockdep.h | 5333 | F: include/linux/lockdep.h |
5264 | F: kernel/lockdep* | 5334 | F: kernel/locking/ |
5265 | 5335 | ||
5266 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) | 5336 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) |
5267 | M: "Richard Russon (FlatCap)" <ldm@flatcap.org> | 5337 | M: "Richard Russon (FlatCap)" <ldm@flatcap.org> |
@@ -5902,12 +5972,21 @@ M: Steffen Klassert <steffen.klassert@secunet.com> | |||
5902 | M: Herbert Xu <herbert@gondor.apana.org.au> | 5972 | M: Herbert Xu <herbert@gondor.apana.org.au> |
5903 | M: "David S. Miller" <davem@davemloft.net> | 5973 | M: "David S. Miller" <davem@davemloft.net> |
5904 | L: netdev@vger.kernel.org | 5974 | L: netdev@vger.kernel.org |
5905 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git | 5975 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git |
5976 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git | ||
5906 | S: Maintained | 5977 | S: Maintained |
5907 | F: net/xfrm/ | 5978 | F: net/xfrm/ |
5908 | F: net/key/ | 5979 | F: net/key/ |
5909 | F: net/ipv4/xfrm* | 5980 | F: net/ipv4/xfrm* |
5981 | F: net/ipv4/esp4.c | ||
5982 | F: net/ipv4/ah4.c | ||
5983 | F: net/ipv4/ipcomp.c | ||
5984 | F: net/ipv4/ip_vti.c | ||
5910 | F: net/ipv6/xfrm* | 5985 | F: net/ipv6/xfrm* |
5986 | F: net/ipv6/esp6.c | ||
5987 | F: net/ipv6/ah6.c | ||
5988 | F: net/ipv6/ipcomp6.c | ||
5989 | F: net/ipv6/ip6_vti.c | ||
5911 | F: include/uapi/linux/xfrm.h | 5990 | F: include/uapi/linux/xfrm.h |
5912 | F: include/net/xfrm.h | 5991 | F: include/net/xfrm.h |
5913 | 5992 | ||
@@ -5973,10 +6052,10 @@ F: drivers/nfc/ | |||
5973 | F: include/linux/platform_data/pn544.h | 6052 | F: include/linux/platform_data/pn544.h |
5974 | 6053 | ||
5975 | NFS, SUNRPC, AND LOCKD CLIENTS | 6054 | NFS, SUNRPC, AND LOCKD CLIENTS |
5976 | M: Trond Myklebust <Trond.Myklebust@netapp.com> | 6055 | M: Trond Myklebust <trond.myklebust@primarydata.com> |
5977 | L: linux-nfs@vger.kernel.org | 6056 | L: linux-nfs@vger.kernel.org |
5978 | W: http://client.linux-nfs.org | 6057 | W: http://client.linux-nfs.org |
5979 | T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git | 6058 | T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git |
5980 | S: Maintained | 6059 | S: Maintained |
5981 | F: fs/lockd/ | 6060 | F: fs/lockd/ |
5982 | F: fs/nfs/ | 6061 | F: fs/nfs/ |
@@ -6228,7 +6307,7 @@ F: drivers/i2c/busses/i2c-ocores.c | |||
6228 | 6307 | ||
6229 | OPEN FIRMWARE AND FLATTENED DEVICE TREE | 6308 | OPEN FIRMWARE AND FLATTENED DEVICE TREE |
6230 | M: Grant Likely <grant.likely@linaro.org> | 6309 | M: Grant Likely <grant.likely@linaro.org> |
6231 | M: Rob Herring <rob.herring@calxeda.com> | 6310 | M: Rob Herring <robh+dt@kernel.org> |
6232 | L: devicetree@vger.kernel.org | 6311 | L: devicetree@vger.kernel.org |
6233 | W: http://fdt.secretlab.ca | 6312 | W: http://fdt.secretlab.ca |
6234 | T: git git://git.secretlab.ca/git/linux-2.6.git | 6313 | T: git git://git.secretlab.ca/git/linux-2.6.git |
@@ -6240,11 +6319,11 @@ K: of_get_property | |||
6240 | K: of_match_table | 6319 | K: of_match_table |
6241 | 6320 | ||
6242 | OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS | 6321 | OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS |
6243 | M: Rob Herring <rob.herring@calxeda.com> | 6322 | M: Rob Herring <robh+dt@kernel.org> |
6244 | M: Pawel Moll <pawel.moll@arm.com> | 6323 | M: Pawel Moll <pawel.moll@arm.com> |
6245 | M: Mark Rutland <mark.rutland@arm.com> | 6324 | M: Mark Rutland <mark.rutland@arm.com> |
6246 | M: Stephen Warren <swarren@wwwdotorg.org> | ||
6247 | M: Ian Campbell <ijc+devicetree@hellion.org.uk> | 6325 | M: Ian Campbell <ijc+devicetree@hellion.org.uk> |
6326 | M: Kumar Gala <galak@codeaurora.org> | ||
6248 | L: devicetree@vger.kernel.org | 6327 | L: devicetree@vger.kernel.org |
6249 | S: Maintained | 6328 | S: Maintained |
6250 | F: Documentation/devicetree/ | 6329 | F: Documentation/devicetree/ |
@@ -6454,19 +6533,52 @@ F: drivers/pci/ | |||
6454 | F: include/linux/pci* | 6533 | F: include/linux/pci* |
6455 | F: arch/x86/pci/ | 6534 | F: arch/x86/pci/ |
6456 | 6535 | ||
6536 | PCI DRIVER FOR IMX6 | ||
6537 | M: Richard Zhu <r65037@freescale.com> | ||
6538 | M: Shawn Guo <shawn.guo@linaro.org> | ||
6539 | L: linux-pci@vger.kernel.org | ||
6540 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
6541 | S: Maintained | ||
6542 | F: drivers/pci/host/*imx6* | ||
6543 | |||
6544 | PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support) | ||
6545 | M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||
6546 | M: Jason Cooper <jason@lakedaemon.net> | ||
6547 | L: linux-pci@vger.kernel.org | ||
6548 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
6549 | S: Maintained | ||
6550 | F: drivers/pci/host/*mvebu* | ||
6551 | |||
6457 | PCI DRIVER FOR NVIDIA TEGRA | 6552 | PCI DRIVER FOR NVIDIA TEGRA |
6458 | M: Thierry Reding <thierry.reding@gmail.com> | 6553 | M: Thierry Reding <thierry.reding@gmail.com> |
6459 | L: linux-tegra@vger.kernel.org | 6554 | L: linux-tegra@vger.kernel.org |
6555 | L: linux-pci@vger.kernel.org | ||
6460 | S: Supported | 6556 | S: Supported |
6461 | F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt | 6557 | F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt |
6462 | F: drivers/pci/host/pci-tegra.c | 6558 | F: drivers/pci/host/pci-tegra.c |
6463 | 6559 | ||
6560 | PCI DRIVER FOR RENESAS R-CAR | ||
6561 | M: Simon Horman <horms@verge.net.au> | ||
6562 | L: linux-pci@vger.kernel.org | ||
6563 | L: linux-sh@vger.kernel.org | ||
6564 | S: Maintained | ||
6565 | F: drivers/pci/host/*rcar* | ||
6566 | |||
6464 | PCI DRIVER FOR SAMSUNG EXYNOS | 6567 | PCI DRIVER FOR SAMSUNG EXYNOS |
6465 | M: Jingoo Han <jg1.han@samsung.com> | 6568 | M: Jingoo Han <jg1.han@samsung.com> |
6466 | L: linux-pci@vger.kernel.org | 6569 | L: linux-pci@vger.kernel.org |
6570 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
6571 | L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) | ||
6467 | S: Maintained | 6572 | S: Maintained |
6468 | F: drivers/pci/host/pci-exynos.c | 6573 | F: drivers/pci/host/pci-exynos.c |
6469 | 6574 | ||
6575 | PCI DRIVER FOR SYNOPSIS DESIGNWARE | ||
6576 | M: Mohit Kumar <mohit.kumar@st.com> | ||
6577 | M: Jingoo Han <jg1.han@samsung.com> | ||
6578 | L: linux-pci@vger.kernel.org | ||
6579 | S: Maintained | ||
6580 | F: drivers/pci/host/*designware* | ||
6581 | |||
6470 | PCMCIA SUBSYSTEM | 6582 | PCMCIA SUBSYSTEM |
6471 | P: Linux PCMCIA Team | 6583 | P: Linux PCMCIA Team |
6472 | L: linux-pcmcia@lists.infradead.org | 6584 | L: linux-pcmcia@lists.infradead.org |
@@ -6640,7 +6752,7 @@ F: include/linux/timer* | |||
6640 | F: kernel/*timer* | 6752 | F: kernel/*timer* |
6641 | 6753 | ||
6642 | POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS | 6754 | POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS |
6643 | M: Anton Vorontsov <anton@enomsg.org> | 6755 | M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> |
6644 | M: David Woodhouse <dwmw2@infradead.org> | 6756 | M: David Woodhouse <dwmw2@infradead.org> |
6645 | T: git git://git.infradead.org/battery-2.6.git | 6757 | T: git git://git.infradead.org/battery-2.6.git |
6646 | S: Maintained | 6758 | S: Maintained |
@@ -6859,8 +6971,7 @@ S: Maintained | |||
6859 | F: drivers/scsi/qla1280.[ch] | 6971 | F: drivers/scsi/qla1280.[ch] |
6860 | 6972 | ||
6861 | QLOGIC QLA2XXX FC-SCSI DRIVER | 6973 | QLOGIC QLA2XXX FC-SCSI DRIVER |
6862 | M: Andrew Vasquez <andrew.vasquez@qlogic.com> | 6974 | M: qla2xxx-upstream@qlogic.com |
6863 | M: linux-driver@qlogic.com | ||
6864 | L: linux-scsi@vger.kernel.org | 6975 | L: linux-scsi@vger.kernel.org |
6865 | S: Supported | 6976 | S: Supported |
6866 | F: Documentation/scsi/LICENSE.qla2xxx | 6977 | F: Documentation/scsi/LICENSE.qla2xxx |
@@ -6922,6 +7033,14 @@ T: git git://linuxtv.org/anttip/media_tree.git | |||
6922 | S: Maintained | 7033 | S: Maintained |
6923 | F: drivers/media/tuners/qt1010* | 7034 | F: drivers/media/tuners/qt1010* |
6924 | 7035 | ||
7036 | QUALCOMM ATHEROS ATH9K WIRELESS DRIVER | ||
7037 | M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com> | ||
7038 | L: linux-wireless@vger.kernel.org | ||
7039 | L: ath9k-devel@lists.ath9k.org | ||
7040 | W: http://wireless.kernel.org/en/users/Drivers/ath9k | ||
7041 | S: Supported | ||
7042 | F: drivers/net/wireless/ath/ath9k/ | ||
7043 | |||
6925 | QUALCOMM ATHEROS ATH10K WIRELESS DRIVER | 7044 | QUALCOMM ATHEROS ATH10K WIRELESS DRIVER |
6926 | M: Kalle Valo <kvalo@qca.qualcomm.com> | 7045 | M: Kalle Valo <kvalo@qca.qualcomm.com> |
6927 | L: ath10k@lists.infradead.org | 7046 | L: ath10k@lists.infradead.org |
@@ -7033,6 +7152,12 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git | |||
7033 | F: Documentation/RCU/torture.txt | 7152 | F: Documentation/RCU/torture.txt |
7034 | F: kernel/rcu/torture.c | 7153 | F: kernel/rcu/torture.c |
7035 | 7154 | ||
7155 | RCUTORTURE TEST FRAMEWORK | ||
7156 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> | ||
7157 | S: Supported | ||
7158 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git | ||
7159 | F: tools/testing/selftests/rcutorture | ||
7160 | |||
7036 | RDC R-321X SoC | 7161 | RDC R-321X SoC |
7037 | M: Florian Fainelli <florian@openwrt.org> | 7162 | M: Florian Fainelli <florian@openwrt.org> |
7038 | S: Maintained | 7163 | S: Maintained |
@@ -7331,6 +7456,12 @@ L: linux-media@vger.kernel.org | |||
7331 | S: Supported | 7456 | S: Supported |
7332 | F: drivers/media/i2c/s5c73m3/* | 7457 | F: drivers/media/i2c/s5c73m3/* |
7333 | 7458 | ||
7459 | SAMSUNG SOC CLOCK DRIVERS | ||
7460 | M: Tomasz Figa <t.figa@samsung.com> | ||
7461 | S: Supported | ||
7462 | L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) | ||
7463 | F: drivers/clk/samsung/ | ||
7464 | |||
7334 | SERIAL DRIVERS | 7465 | SERIAL DRIVERS |
7335 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 7466 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
7336 | L: linux-serial@vger.kernel.org | 7467 | L: linux-serial@vger.kernel.org |
@@ -7385,7 +7516,6 @@ S: Maintained | |||
7385 | F: kernel/sched/ | 7516 | F: kernel/sched/ |
7386 | F: include/linux/sched.h | 7517 | F: include/linux/sched.h |
7387 | F: include/uapi/linux/sched.h | 7518 | F: include/uapi/linux/sched.h |
7388 | F: kernel/wait.c | ||
7389 | F: include/linux/wait.h | 7519 | F: include/linux/wait.h |
7390 | 7520 | ||
7391 | SCORE ARCHITECTURE | 7521 | SCORE ARCHITECTURE |
@@ -7403,7 +7533,7 @@ S: Maintained | |||
7403 | F: drivers/scsi/sr* | 7533 | F: drivers/scsi/sr* |
7404 | 7534 | ||
7405 | SCSI RDMA PROTOCOL (SRP) INITIATOR | 7535 | SCSI RDMA PROTOCOL (SRP) INITIATOR |
7406 | M: David Dillow <dillowda@ornl.gov> | 7536 | M: Bart Van Assche <bvanassche@acm.org> |
7407 | L: linux-rdma@vger.kernel.org | 7537 | L: linux-rdma@vger.kernel.org |
7408 | S: Supported | 7538 | S: Supported |
7409 | W: http://www.openfabrics.org | 7539 | W: http://www.openfabrics.org |
@@ -7415,8 +7545,9 @@ F: include/scsi/srp.h | |||
7415 | SCSI SG DRIVER | 7545 | SCSI SG DRIVER |
7416 | M: Doug Gilbert <dgilbert@interlog.com> | 7546 | M: Doug Gilbert <dgilbert@interlog.com> |
7417 | L: linux-scsi@vger.kernel.org | 7547 | L: linux-scsi@vger.kernel.org |
7418 | W: http://www.torque.net/sg | 7548 | W: http://sg.danny.cz/sg |
7419 | S: Maintained | 7549 | S: Maintained |
7550 | F: Documentation/scsi/scsi-generic.txt | ||
7420 | F: drivers/scsi/sg.c | 7551 | F: drivers/scsi/sg.c |
7421 | F: include/scsi/sg.h | 7552 | F: include/scsi/sg.h |
7422 | 7553 | ||
@@ -7571,7 +7702,7 @@ F: drivers/net/ethernet/emulex/benet/ | |||
7571 | 7702 | ||
7572 | SFC NETWORK DRIVER | 7703 | SFC NETWORK DRIVER |
7573 | M: Solarflare linux maintainers <linux-net-drivers@solarflare.com> | 7704 | M: Solarflare linux maintainers <linux-net-drivers@solarflare.com> |
7574 | M: Ben Hutchings <bhutchings@solarflare.com> | 7705 | M: Shradha Shah <sshah@solarflare.com> |
7575 | L: netdev@vger.kernel.org | 7706 | L: netdev@vger.kernel.org |
7576 | S: Supported | 7707 | S: Supported |
7577 | F: drivers/net/ethernet/sfc/ | 7708 | F: drivers/net/ethernet/sfc/ |
@@ -8496,6 +8627,7 @@ S: Supported | |||
8496 | F: drivers/thermal/ | 8627 | F: drivers/thermal/ |
8497 | F: include/linux/thermal.h | 8628 | F: include/linux/thermal.h |
8498 | F: include/linux/cpu_cooling.h | 8629 | F: include/linux/cpu_cooling.h |
8630 | F: Documentation/devicetree/bindings/thermal/ | ||
8499 | 8631 | ||
8500 | THINGM BLINK(1) USB RGB LED DRIVER | 8632 | THINGM BLINK(1) USB RGB LED DRIVER |
8501 | M: Vivien Didelot <vivien.didelot@savoirfairelinux.com> | 8633 | M: Vivien Didelot <vivien.didelot@savoirfairelinux.com> |
@@ -8563,12 +8695,11 @@ S: Maintained | |||
8563 | F: sound/soc/codecs/twl4030* | 8695 | F: sound/soc/codecs/twl4030* |
8564 | 8696 | ||
8565 | TI WILINK WIRELESS DRIVERS | 8697 | TI WILINK WIRELESS DRIVERS |
8566 | M: Luciano Coelho <luca@coelho.fi> | ||
8567 | L: linux-wireless@vger.kernel.org | 8698 | L: linux-wireless@vger.kernel.org |
8568 | W: http://wireless.kernel.org/en/users/Drivers/wl12xx | 8699 | W: http://wireless.kernel.org/en/users/Drivers/wl12xx |
8569 | W: http://wireless.kernel.org/en/users/Drivers/wl1251 | 8700 | W: http://wireless.kernel.org/en/users/Drivers/wl1251 |
8570 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git | 8701 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git |
8571 | S: Maintained | 8702 | S: Orphan |
8572 | F: drivers/net/wireless/ti/ | 8703 | F: drivers/net/wireless/ti/ |
8573 | F: include/linux/wl12xx.h | 8704 | F: include/linux/wl12xx.h |
8574 | 8705 | ||
@@ -8669,14 +8800,10 @@ S: Odd fixes | |||
8669 | F: drivers/media/usb/tm6000/ | 8800 | F: drivers/media/usb/tm6000/ |
8670 | 8801 | ||
8671 | TPM DEVICE DRIVER | 8802 | TPM DEVICE DRIVER |
8672 | M: Leonidas Da Silva Barbosa <leosilva@linux.vnet.ibm.com> | ||
8673 | M: Ashley Lai <ashley@ashleylai.com> | ||
8674 | M: Peter Huewe <peterhuewe@gmx.de> | 8803 | M: Peter Huewe <peterhuewe@gmx.de> |
8675 | M: Rajiv Andrade <mail@srajiv.net> | 8804 | M: Ashley Lai <ashley@ashleylai.com> |
8676 | W: http://tpmdd.sourceforge.net | ||
8677 | M: Marcel Selhorst <tpmdd@selhorst.net> | 8805 | M: Marcel Selhorst <tpmdd@selhorst.net> |
8678 | M: Sirrix AG <tpmdd@sirrix.com> | 8806 | W: http://tpmdd.sourceforge.net |
8679 | W: http://www.sirrix.com | ||
8680 | L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) | 8807 | L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) |
8681 | S: Maintained | 8808 | S: Maintained |
8682 | F: drivers/char/tpm/ | 8809 | F: drivers/char/tpm/ |
@@ -9166,6 +9293,7 @@ F: include/media/videobuf2-* | |||
9166 | 9293 | ||
9167 | VIRTIO CONSOLE DRIVER | 9294 | VIRTIO CONSOLE DRIVER |
9168 | M: Amit Shah <amit.shah@redhat.com> | 9295 | M: Amit Shah <amit.shah@redhat.com> |
9296 | L: virtio-dev@lists.oasis-open.org | ||
9169 | L: virtualization@lists.linux-foundation.org | 9297 | L: virtualization@lists.linux-foundation.org |
9170 | S: Maintained | 9298 | S: Maintained |
9171 | F: drivers/char/virtio_console.c | 9299 | F: drivers/char/virtio_console.c |
@@ -9175,6 +9303,7 @@ F: include/uapi/linux/virtio_console.h | |||
9175 | VIRTIO CORE, NET AND BLOCK DRIVERS | 9303 | VIRTIO CORE, NET AND BLOCK DRIVERS |
9176 | M: Rusty Russell <rusty@rustcorp.com.au> | 9304 | M: Rusty Russell <rusty@rustcorp.com.au> |
9177 | M: "Michael S. Tsirkin" <mst@redhat.com> | 9305 | M: "Michael S. Tsirkin" <mst@redhat.com> |
9306 | L: virtio-dev@lists.oasis-open.org | ||
9178 | L: virtualization@lists.linux-foundation.org | 9307 | L: virtualization@lists.linux-foundation.org |
9179 | S: Maintained | 9308 | S: Maintained |
9180 | F: drivers/virtio/ | 9309 | F: drivers/virtio/ |
@@ -9187,6 +9316,7 @@ F: include/uapi/linux/virtio_*.h | |||
9187 | VIRTIO HOST (VHOST) | 9316 | VIRTIO HOST (VHOST) |
9188 | M: "Michael S. Tsirkin" <mst@redhat.com> | 9317 | M: "Michael S. Tsirkin" <mst@redhat.com> |
9189 | L: kvm@vger.kernel.org | 9318 | L: kvm@vger.kernel.org |
9319 | L: virtio-dev@lists.oasis-open.org | ||
9190 | L: virtualization@lists.linux-foundation.org | 9320 | L: virtualization@lists.linux-foundation.org |
9191 | L: netdev@vger.kernel.org | 9321 | L: netdev@vger.kernel.org |
9192 | S: Maintained | 9322 | S: Maintained |
@@ -9484,6 +9614,7 @@ M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | |||
9484 | M: Boris Ostrovsky <boris.ostrovsky@oracle.com> | 9614 | M: Boris Ostrovsky <boris.ostrovsky@oracle.com> |
9485 | M: David Vrabel <david.vrabel@citrix.com> | 9615 | M: David Vrabel <david.vrabel@citrix.com> |
9486 | L: xen-devel@lists.xenproject.org (moderated for non-subscribers) | 9616 | L: xen-devel@lists.xenproject.org (moderated for non-subscribers) |
9617 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git | ||
9487 | S: Supported | 9618 | S: Supported |
9488 | F: arch/x86/xen/ | 9619 | F: arch/x86/xen/ |
9489 | F: drivers/*/xen-*front.c | 9620 | F: drivers/*/xen-*front.c |
@@ -9530,7 +9661,7 @@ F: drivers/xen/*swiotlb* | |||
9530 | 9661 | ||
9531 | XFS FILESYSTEM | 9662 | XFS FILESYSTEM |
9532 | P: Silicon Graphics Inc | 9663 | P: Silicon Graphics Inc |
9533 | M: Dave Chinner <dchinner@fromorbit.com> | 9664 | M: Dave Chinner <david@fromorbit.com> |
9534 | M: Ben Myers <bpm@sgi.com> | 9665 | M: Ben Myers <bpm@sgi.com> |
9535 | M: xfs@oss.sgi.com | 9666 | M: xfs@oss.sgi.com |
9536 | L: xfs@oss.sgi.com | 9667 | L: xfs@oss.sgi.com |