summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS378
1 files changed, 274 insertions, 104 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 08701bdb7019..dc2fd2298090 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
252F: drivers/pci/*acpi* 257F: drivers/pci/*acpi*
253F: drivers/pci/*/*acpi* 258F: drivers/pci/*/*acpi*
254F: drivers/pci/*/*/*acpi* 259F: drivers/pci/*/*/*acpi*
260F: tools/power/acpi
255 261
256ACPI COMPONENT ARCHITECTURE (ACPICA) 262ACPI COMPONENT ARCHITECTURE (ACPICA)
257M: Robert Moore <robert.moore@intel.com> 263M: Robert Moore <robert.moore@intel.com>
@@ -266,6 +272,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
266S: Supported 272S: Supported
267F: drivers/acpi/acpica/ 273F: drivers/acpi/acpica/
268F: include/acpi/ 274F: include/acpi/
275F: tools/power/acpi/
269 276
270ACPI FAN DRIVER 277ACPI FAN DRIVER
271M: Zhang Rui <rui.zhang@intel.com> 278M: Zhang Rui <rui.zhang@intel.com>
@@ -302,36 +309,36 @@ F: sound/pci/ad1889.*
302 309
303AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER 310AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
304M: Michael Hennerich <michael.hennerich@analog.com> 311M: Michael Hennerich <michael.hennerich@analog.com>
305L: device-drivers-devel@blackfin.uclinux.org
306W: http://wiki.analog.com/AD5254 312W: http://wiki.analog.com/AD5254
313W: http://ez.analog.com/community/linux-device-drivers
307S: Supported 314S: Supported
308F: drivers/misc/ad525x_dpot.c 315F: drivers/misc/ad525x_dpot.c
309 316
310AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821) 317AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
311M: Michael Hennerich <michael.hennerich@analog.com> 318M: Michael Hennerich <michael.hennerich@analog.com>
312L: device-drivers-devel@blackfin.uclinux.org
313W: http://wiki.analog.com/AD5398 319W: http://wiki.analog.com/AD5398
320W: http://ez.analog.com/community/linux-device-drivers
314S: Supported 321S: Supported
315F: drivers/regulator/ad5398.c 322F: drivers/regulator/ad5398.c
316 323
317AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A) 324AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
318M: Michael Hennerich <michael.hennerich@analog.com> 325M: Michael Hennerich <michael.hennerich@analog.com>
319L: device-drivers-devel@blackfin.uclinux.org
320W: http://wiki.analog.com/AD7142 326W: http://wiki.analog.com/AD7142
327W: http://ez.analog.com/community/linux-device-drivers
321S: Supported 328S: Supported
322F: drivers/input/misc/ad714x.c 329F: drivers/input/misc/ad714x.c
323 330
324AD7877 TOUCHSCREEN DRIVER 331AD7877 TOUCHSCREEN DRIVER
325M: Michael Hennerich <michael.hennerich@analog.com> 332M: Michael Hennerich <michael.hennerich@analog.com>
326L: device-drivers-devel@blackfin.uclinux.org
327W: http://wiki.analog.com/AD7877 333W: http://wiki.analog.com/AD7877
334W: http://ez.analog.com/community/linux-device-drivers
328S: Supported 335S: Supported
329F: drivers/input/touchscreen/ad7877.c 336F: drivers/input/touchscreen/ad7877.c
330 337
331AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889) 338AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
332M: Michael Hennerich <michael.hennerich@analog.com> 339M: Michael Hennerich <michael.hennerich@analog.com>
333L: device-drivers-devel@blackfin.uclinux.org
334W: http://wiki.analog.com/AD7879 340W: http://wiki.analog.com/AD7879
341W: http://ez.analog.com/community/linux-device-drivers
335S: Supported 342S: Supported
336F: drivers/input/touchscreen/ad7879.c 343F: drivers/input/touchscreen/ad7879.c
337 344
@@ -340,7 +347,7 @@ M: Jiri Kosina <jkosina@suse.cz>
340S: Maintained 347S: Maintained
341 348
342ADM1025 HARDWARE MONITOR DRIVER 349ADM1025 HARDWARE MONITOR DRIVER
343M: Jean Delvare <khali@linux-fr.org> 350M: Jean Delvare <jdelvare@suse.de>
344L: lm-sensors@lm-sensors.org 351L: lm-sensors@lm-sensors.org
345S: Maintained 352S: Maintained
346F: Documentation/hwmon/adm1025 353F: Documentation/hwmon/adm1025
@@ -367,8 +374,8 @@ F: include/media/adp1653.h
367 374
368ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501) 375ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
369M: Michael Hennerich <michael.hennerich@analog.com> 376M: Michael Hennerich <michael.hennerich@analog.com>
370L: device-drivers-devel@blackfin.uclinux.org
371W: http://wiki.analog.com/ADP5520 377W: http://wiki.analog.com/ADP5520
378W: http://ez.analog.com/community/linux-device-drivers
372S: Supported 379S: Supported
373F: drivers/mfd/adp5520.c 380F: drivers/mfd/adp5520.c
374F: drivers/video/backlight/adp5520_bl.c 381F: drivers/video/backlight/adp5520_bl.c
@@ -378,16 +385,16 @@ F: drivers/input/keyboard/adp5520-keys.c
378 385
379ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587) 386ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
380M: Michael Hennerich <michael.hennerich@analog.com> 387M: Michael Hennerich <michael.hennerich@analog.com>
381L: device-drivers-devel@blackfin.uclinux.org
382W: http://wiki.analog.com/ADP5588 388W: http://wiki.analog.com/ADP5588
389W: http://ez.analog.com/community/linux-device-drivers
383S: Supported 390S: Supported
384F: drivers/input/keyboard/adp5588-keys.c 391F: drivers/input/keyboard/adp5588-keys.c
385F: drivers/gpio/gpio-adp5588.c 392F: drivers/gpio/gpio-adp5588.c
386 393
387ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863) 394ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
388M: Michael Hennerich <michael.hennerich@analog.com> 395M: Michael Hennerich <michael.hennerich@analog.com>
389L: device-drivers-devel@blackfin.uclinux.org
390W: http://wiki.analog.com/ADP8860 396W: http://wiki.analog.com/ADP8860
397W: http://ez.analog.com/community/linux-device-drivers
391S: Supported 398S: Supported
392F: drivers/video/backlight/adp8860_bl.c 399F: drivers/video/backlight/adp8860_bl.c
393 400
@@ -405,7 +412,7 @@ S: Maintained
405F: drivers/macintosh/therm_adt746x.c 412F: drivers/macintosh/therm_adt746x.c
406 413
407ADT7475 HARDWARE MONITOR DRIVER 414ADT7475 HARDWARE MONITOR DRIVER
408M: Jean Delvare <khali@linux-fr.org> 415M: Jean Delvare <jdelvare@suse.de>
409L: lm-sensors@lm-sensors.org 416L: lm-sensors@lm-sensors.org
410S: Maintained 417S: Maintained
411F: Documentation/hwmon/adt7475 418F: Documentation/hwmon/adt7475
@@ -413,8 +420,8 @@ F: drivers/hwmon/adt7475.c
413 420
414ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346) 421ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
415M: Michael Hennerich <michael.hennerich@analog.com> 422M: Michael Hennerich <michael.hennerich@analog.com>
416L: device-drivers-devel@blackfin.uclinux.org
417W: http://wiki.analog.com/ADXL345 423W: http://wiki.analog.com/ADXL345
424W: http://ez.analog.com/community/linux-device-drivers
418S: Supported 425S: Supported
419F: drivers/input/misc/adxl34x.c 426F: drivers/input/misc/adxl34x.c
420 427
@@ -484,7 +491,6 @@ M: Hannes Reinecke <hare@suse.de>
484L: linux-scsi@vger.kernel.org 491L: linux-scsi@vger.kernel.org
485S: Maintained 492S: Maintained
486F: drivers/scsi/aic7xxx/ 493F: drivers/scsi/aic7xxx/
487F: drivers/scsi/aic7xxx_old/
488 494
489AIMSLAB FM RADIO RECEIVER DRIVER 495AIMSLAB FM RADIO RECEIVER DRIVER
490M: Hans Verkuil <hverkuil@xs4all.nl> 496M: Hans Verkuil <hverkuil@xs4all.nl>
@@ -539,6 +545,13 @@ F: drivers/tty/serial/altera_jtaguart.c
539F: include/linux/altera_uart.h 545F: include/linux/altera_uart.h
540F: include/linux/altera_jtaguart.h 546F: include/linux/altera_jtaguart.h
541 547
548AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
549M: Tom Lendacky <thomas.lendacky@amd.com>
550L: linux-crypto@vger.kernel.org
551S: Supported
552F: drivers/crypto/ccp/
553F: include/linux/ccp.h
554
542AMD FAM15H PROCESSOR POWER MONITORING DRIVER 555AMD FAM15H PROCESSOR POWER MONITORING DRIVER
543M: Andreas Herrmann <herrmann.der.user@googlemail.com> 556M: Andreas Herrmann <herrmann.der.user@googlemail.com>
544L: lm-sensors@lm-sensors.org 557L: lm-sensors@lm-sensors.org
@@ -614,9 +627,9 @@ F: drivers/media/i2c/adv7842*
614 627
615ANALOG DEVICES INC ASOC CODEC DRIVERS 628ANALOG DEVICES INC ASOC CODEC DRIVERS
616M: Lars-Peter Clausen <lars@metafoo.de> 629M: Lars-Peter Clausen <lars@metafoo.de>
617L: device-drivers-devel@blackfin.uclinux.org
618L: alsa-devel@alsa-project.org (moderated for non-subscribers) 630L: alsa-devel@alsa-project.org (moderated for non-subscribers)
619W: http://wiki.analog.com/ 631W: http://wiki.analog.com/
632W: http://ez.analog.com/community/linux-device-drivers
620S: Supported 633S: Supported
621F: sound/soc/codecs/adau* 634F: sound/soc/codecs/adau*
622F: sound/soc/codecs/adav* 635F: sound/soc/codecs/adav*
@@ -626,7 +639,7 @@ F: sound/soc/codecs/ssm*
626F: sound/soc/codecs/sigmadsp.* 639F: sound/soc/codecs/sigmadsp.*
627 640
628ANALOG DEVICES INC ASOC DRIVERS 641ANALOG DEVICES INC ASOC DRIVERS
629L: uclinux-dist-devel@blackfin.uclinux.org 642L: adi-buildroot-devel@lists.sourceforge.net
630L: alsa-devel@alsa-project.org (moderated for non-subscribers) 643L: alsa-devel@alsa-project.org (moderated for non-subscribers)
631W: http://blackfin.uclinux.org/ 644W: http://blackfin.uclinux.org/
632S: Supported 645S: Supported
@@ -766,7 +779,12 @@ ARM/Allwinner A1X SoC support
766M: Maxime Ripard <maxime.ripard@free-electrons.com> 779M: Maxime Ripard <maxime.ripard@free-electrons.com>
767L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 780L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
768S: Maintained 781S: Maintained
769F: arch/arm/mach-sunxi/ 782N: sun[x4567]i
783
784ARM/Allwinner SoC Clock Support
785M: Emilio López <emilio@elopez.com.ar>
786S: Maintained
787F: drivers/clk/sunxi/
770 788
771ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES 789ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
772M: Andrew Victor <linux@maxim.org.za> 790M: Andrew Victor <linux@maxim.org.za>
@@ -783,7 +801,7 @@ F: arch/arm/boot/dts/sama*.dts
783F: arch/arm/boot/dts/sama*.dtsi 801F: arch/arm/boot/dts/sama*.dtsi
784 802
785ARM/CALXEDA HIGHBANK ARCHITECTURE 803ARM/CALXEDA HIGHBANK ARCHITECTURE
786M: Rob Herring <rob.herring@calxeda.com> 804M: Rob Herring <robh@kernel.org>
787L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 805L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
788S: Maintained 806S: Maintained
789F: arch/arm/mach-highbank/ 807F: arch/arm/mach-highbank/
@@ -867,6 +885,12 @@ S: Maintained
867F: arch/arm/mach-ebsa110/ 885F: arch/arm/mach-ebsa110/
868F: drivers/net/ethernet/amd/am79c961a.* 886F: drivers/net/ethernet/amd/am79c961a.*
869 887
888ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
889M: Uwe Kleine-König <kernel@pengutronix.de>
890L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
891S: Maintained
892N: efm32
893
870ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6) 894ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
871M: Daniel Ribeiro <drwyrm@gmail.com> 895M: Daniel Ribeiro <drwyrm@gmail.com>
872M: Stefan Schmidt <stefan@openezx.org> 896M: Stefan Schmidt <stefan@openezx.org>
@@ -893,20 +917,15 @@ F: arch/arm/include/asm/hardware/dec21285.h
893F: arch/arm/mach-footbridge/ 917F: arch/arm/mach-footbridge/
894 918
895ARM/FREESCALE IMX / MXC ARM ARCHITECTURE 919ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
920M: Shawn Guo <shawn.guo@linaro.org>
896M: Sascha Hauer <kernel@pengutronix.de> 921M: Sascha Hauer <kernel@pengutronix.de>
897L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 922L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
898S: Maintained 923S: Maintained
899T: git git://git.pengutronix.de/git/imx/linux-2.6.git 924T: git git://git.linaro.org/people/shawnguo/linux-2.6.git
900F: arch/arm/mach-imx/ 925F: arch/arm/mach-imx/
926F: arch/arm/boot/dts/imx*
901F: arch/arm/configs/imx*_defconfig 927F: arch/arm/configs/imx*_defconfig
902 928
903ARM/FREESCALE IMX6
904M: Shawn Guo <shawn.guo@linaro.org>
905L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
906S: Maintained
907T: git git://git.linaro.org/people/shawnguo/linux-2.6.git
908F: arch/arm/mach-imx/*imx6*
909
910ARM/FREESCALE MXS ARM ARCHITECTURE 929ARM/FREESCALE MXS ARM ARCHITECTURE
911M: Shawn Guo <shawn.guo@linaro.org> 930M: Shawn Guo <shawn.guo@linaro.org>
912L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 931L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
@@ -1013,6 +1032,8 @@ M: Santosh Shilimkar <santosh.shilimkar@ti.com>
1013L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1032L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1014S: Maintained 1033S: Maintained
1015F: arch/arm/mach-keystone/ 1034F: arch/arm/mach-keystone/
1035F: drivers/clk/keystone/
1036T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1016 1037
1017ARM/LOGICPD PXA270 MACHINE SUPPORT 1038ARM/LOGICPD PXA270 MACHINE SUPPORT
1018M: Lennert Buytenhek <kernel@wantstofly.org> 1039M: Lennert Buytenhek <kernel@wantstofly.org>
@@ -1032,6 +1053,12 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032S: Maintained 1053S: Maintained
1033F: arch/arm/mach-mvebu/ 1054F: arch/arm/mach-mvebu/
1034 1055
1056ARM/Marvell Berlin SoC support
1057M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1058L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1059S: Maintained
1060F: arch/arm/mach-berlin/
1061
1035ARM/Marvell Dove/Kirkwood/MV78xx0/Orion SOC support 1062ARM/Marvell Dove/Kirkwood/MV78xx0/Orion SOC support
1036M: Jason Cooper <jason@lakedaemon.net> 1063M: Jason Cooper <jason@lakedaemon.net>
1037M: Andrew Lunn <andrew@lunn.ch> 1064M: Andrew Lunn <andrew@lunn.ch>
@@ -1325,6 +1352,14 @@ F: drivers/rtc/rtc-ab8500.c
1325F: drivers/rtc/rtc-pl031.c 1352F: drivers/rtc/rtc-pl031.c
1326T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git 1353T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1327 1354
1355ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1356M: Ulf Hansson <ulf.hansson@linaro.org>
1357L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1358T: git git://git.linaro.org/people/ulfh/clk.git
1359S: Maintained
1360F: drivers/clk/ux500/
1361F: include/linux/platform_data/clk-ux500.h
1362
1328ARM/VFP SUPPORT 1363ARM/VFP SUPPORT
1329M: Russell King <linux@arm.linux.org.uk> 1364M: Russell King <linux@arm.linux.org.uk>
1330L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1365L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
@@ -1371,6 +1406,10 @@ T: git git://git.xilinx.com/linux-xlnx.git
1371S: Supported 1406S: Supported
1372F: arch/arm/mach-zynq/ 1407F: arch/arm/mach-zynq/
1373F: drivers/cpuidle/cpuidle-zynq.c 1408F: drivers/cpuidle/cpuidle-zynq.c
1409N: zynq
1410N: xilinx
1411F: drivers/clocksource/cadence_ttc_timer.c
1412F: drivers/mmc/host/sdhci-of-arasan.c
1374 1413
1375ARM SMMU DRIVER 1414ARM SMMU DRIVER
1376M: Will Deacon <will.deacon@arm.com> 1415M: Will Deacon <will.deacon@arm.com>
@@ -1435,7 +1474,7 @@ F: Documentation/aoe/
1435F: drivers/block/aoe/ 1474F: drivers/block/aoe/
1436 1475
1437ATHEROS ATH GENERIC UTILITIES 1476ATHEROS ATH GENERIC UTILITIES
1438M: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com> 1477M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1439L: linux-wireless@vger.kernel.org 1478L: linux-wireless@vger.kernel.org
1440S: Supported 1479S: Supported
1441F: drivers/net/wireless/ath/* 1480F: drivers/net/wireless/ath/*
@@ -1443,7 +1482,7 @@ F: drivers/net/wireless/ath/*
1443ATHEROS ATH5K WIRELESS DRIVER 1482ATHEROS ATH5K WIRELESS DRIVER
1444M: Jiri Slaby <jirislaby@gmail.com> 1483M: Jiri Slaby <jirislaby@gmail.com>
1445M: Nick Kossifidis <mickflemm@gmail.com> 1484M: Nick Kossifidis <mickflemm@gmail.com>
1446M: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com> 1485M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1447L: linux-wireless@vger.kernel.org 1486L: linux-wireless@vger.kernel.org
1448L: ath5k-devel@lists.ath5k.org 1487L: ath5k-devel@lists.ath5k.org
1449W: http://wireless.kernel.org/en/users/Drivers/ath5k 1488W: http://wireless.kernel.org/en/users/Drivers/ath5k
@@ -1458,17 +1497,6 @@ T: git git://github.com/kvalo/ath.git
1458S: Supported 1497S: Supported
1459F: drivers/net/wireless/ath/ath6kl/ 1498F: drivers/net/wireless/ath/ath6kl/
1460 1499
1461ATHEROS ATH9K WIRELESS DRIVER
1462M: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1463M: Jouni Malinen <jouni@qca.qualcomm.com>
1464M: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
1465M: Senthil Balasubramanian <senthilb@qca.qualcomm.com>
1466L: linux-wireless@vger.kernel.org
1467L: ath9k-devel@lists.ath9k.org
1468W: http://wireless.kernel.org/en/users/Drivers/ath9k
1469S: Supported
1470F: drivers/net/wireless/ath/ath9k/
1471
1472WILOCITY WIL6210 WIRELESS DRIVER 1500WILOCITY WIL6210 WIRELESS DRIVER
1473M: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> 1501M: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1474L: linux-wireless@vger.kernel.org 1502L: linux-wireless@vger.kernel.org
@@ -1598,11 +1626,10 @@ S: Supported
1598F: drivers/scsi/esas2r 1626F: drivers/scsi/esas2r
1599 1627
1600AUDIT SUBSYSTEM 1628AUDIT SUBSYSTEM
1601M: Al Viro <viro@zeniv.linux.org.uk>
1602M: Eric Paris <eparis@redhat.com> 1629M: Eric Paris <eparis@redhat.com>
1603L: linux-audit@redhat.com (subscribers-only) 1630L: linux-audit@redhat.com (subscribers-only)
1604W: http://people.redhat.com/sgrubb/audit/ 1631W: http://people.redhat.com/sgrubb/audit/
1605T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git 1632T: git git://git.infradead.org/users/eparis/audit.git
1606S: Maintained 1633S: Maintained
1607F: include/linux/audit.h 1634F: include/linux/audit.h
1608F: include/uapi/linux/audit.h 1635F: include/uapi/linux/audit.h
@@ -1715,56 +1742,54 @@ F: fs/bfs/
1715F: include/uapi/linux/bfs_fs.h 1742F: include/uapi/linux/bfs_fs.h
1716 1743
1717BLACKFIN ARCHITECTURE 1744BLACKFIN ARCHITECTURE
1718M: Mike Frysinger <vapier@gentoo.org> 1745M: Steven Miao <realmz6@gmail.com>
1719L: uclinux-dist-devel@blackfin.uclinux.org 1746L: adi-buildroot-devel@lists.sourceforge.net
1720W: http://blackfin.uclinux.org 1747W: http://blackfin.uclinux.org
1721S: Supported 1748S: Supported
1722F: arch/blackfin/ 1749F: arch/blackfin/
1723 1750
1724BLACKFIN EMAC DRIVER 1751BLACKFIN EMAC DRIVER
1725L: uclinux-dist-devel@blackfin.uclinux.org 1752L: adi-buildroot-devel@lists.sourceforge.net
1726W: http://blackfin.uclinux.org 1753W: http://blackfin.uclinux.org
1727S: Supported 1754S: Supported
1728F: drivers/net/ethernet/adi/ 1755F: drivers/net/ethernet/adi/
1729 1756
1730BLACKFIN RTC DRIVER 1757BLACKFIN RTC DRIVER
1731M: Mike Frysinger <vapier.adi@gmail.com> 1758L: adi-buildroot-devel@lists.sourceforge.net
1732L: uclinux-dist-devel@blackfin.uclinux.org
1733W: http://blackfin.uclinux.org 1759W: http://blackfin.uclinux.org
1734S: Supported 1760S: Supported
1735F: drivers/rtc/rtc-bfin.c 1761F: drivers/rtc/rtc-bfin.c
1736 1762
1737BLACKFIN SDH DRIVER 1763BLACKFIN SDH DRIVER
1738M: Sonic Zhang <sonic.zhang@analog.com> 1764M: Sonic Zhang <sonic.zhang@analog.com>
1739L: uclinux-dist-devel@blackfin.uclinux.org 1765L: adi-buildroot-devel@lists.sourceforge.net
1740W: http://blackfin.uclinux.org 1766W: http://blackfin.uclinux.org
1741S: Supported 1767S: Supported
1742F: drivers/mmc/host/bfin_sdh.c 1768F: drivers/mmc/host/bfin_sdh.c
1743 1769
1744BLACKFIN SERIAL DRIVER 1770BLACKFIN SERIAL DRIVER
1745M: Sonic Zhang <sonic.zhang@analog.com> 1771M: Sonic Zhang <sonic.zhang@analog.com>
1746L: uclinux-dist-devel@blackfin.uclinux.org 1772L: adi-buildroot-devel@lists.sourceforge.net
1747W: http://blackfin.uclinux.org 1773W: http://blackfin.uclinux.org
1748S: Supported 1774S: Supported
1749F: drivers/tty/serial/bfin_uart.c 1775F: drivers/tty/serial/bfin_uart.c
1750 1776
1751BLACKFIN WATCHDOG DRIVER 1777BLACKFIN WATCHDOG DRIVER
1752M: Mike Frysinger <vapier.adi@gmail.com> 1778L: adi-buildroot-devel@lists.sourceforge.net
1753L: uclinux-dist-devel@blackfin.uclinux.org
1754W: http://blackfin.uclinux.org 1779W: http://blackfin.uclinux.org
1755S: Supported 1780S: Supported
1756F: drivers/watchdog/bfin_wdt.c 1781F: drivers/watchdog/bfin_wdt.c
1757 1782
1758BLACKFIN I2C TWI DRIVER 1783BLACKFIN I2C TWI DRIVER
1759M: Sonic Zhang <sonic.zhang@analog.com> 1784M: Sonic Zhang <sonic.zhang@analog.com>
1760L: uclinux-dist-devel@blackfin.uclinux.org 1785L: adi-buildroot-devel@lists.sourceforge.net
1761W: http://blackfin.uclinux.org/ 1786W: http://blackfin.uclinux.org/
1762S: Supported 1787S: Supported
1763F: drivers/i2c/busses/i2c-bfin-twi.c 1788F: drivers/i2c/busses/i2c-bfin-twi.c
1764 1789
1765BLACKFIN MEDIA DRIVER 1790BLACKFIN MEDIA DRIVER
1766M: Scott Jiang <scott.jiang.linux@gmail.com> 1791M: Scott Jiang <scott.jiang.linux@gmail.com>
1767L: uclinux-dist-devel@blackfin.uclinux.org 1792L: adi-buildroot-devel@lists.sourceforge.net
1768W: http://blackfin.uclinux.org/ 1793W: http://blackfin.uclinux.org/
1769S: Supported 1794S: Supported
1770F: drivers/media/platform/blackfin/ 1795F: drivers/media/platform/blackfin/
@@ -1934,7 +1959,8 @@ S: Maintained
1934F: drivers/gpio/gpio-bt8xx.c 1959F: drivers/gpio/gpio-bt8xx.c
1935 1960
1936BTRFS FILE SYSTEM 1961BTRFS FILE SYSTEM
1937M: Chris Mason <chris.mason@fusionio.com> 1962M: Chris Mason <clm@fb.com>
1963M: Josef Bacik <jbacik@fb.com>
1938L: linux-btrfs@vger.kernel.org 1964L: linux-btrfs@vger.kernel.org
1939W: http://btrfs.wiki.kernel.org/ 1965W: http://btrfs.wiki.kernel.org/
1940Q: http://patchwork.kernel.org/project/linux-btrfs/list/ 1966Q: http://patchwork.kernel.org/project/linux-btrfs/list/
@@ -2023,6 +2049,7 @@ L: linux-can@vger.kernel.org
2023W: http://gitorious.org/linux-can 2049W: http://gitorious.org/linux-can
2024T: git git://gitorious.org/linux-can/linux-can-next.git 2050T: git git://gitorious.org/linux-can/linux-can-next.git
2025S: Maintained 2051S: Maintained
2052F: Documentation/networking/can.txt
2026F: net/can/ 2053F: net/can/
2027F: include/linux/can/core.h 2054F: include/linux/can/core.h
2028F: include/uapi/linux/can.h 2055F: include/uapi/linux/can.h
@@ -2137,11 +2164,17 @@ S: Maintained
2137F: Documentation/zh_CN/ 2164F: Documentation/zh_CN/
2138 2165
2139CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER 2166CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2140M: Alexander Shishkin <alexander.shishkin@linux.intel.com> 2167M: Peter Chen <Peter.Chen@freescale.com>
2168T: git://github.com/hzpeterchen/linux-usb.git
2141L: linux-usb@vger.kernel.org 2169L: linux-usb@vger.kernel.org
2142S: Maintained 2170S: Maintained
2143F: drivers/usb/chipidea/ 2171F: drivers/usb/chipidea/
2144 2172
2173CHROME HARDWARE PLATFORM SUPPORT
2174M: Olof Johansson <olof@lixom.net>
2175S: Maintained
2176F: drivers/platform/chrome/
2177
2145CISCO VIC ETHERNET NIC DRIVER 2178CISCO VIC ETHERNET NIC DRIVER
2146M: Christian Benvenuti <benve@cisco.com> 2179M: Christian Benvenuti <benve@cisco.com>
2147M: Sujith Sankar <ssujith@cisco.com> 2180M: Sujith Sankar <ssujith@cisco.com>
@@ -2151,6 +2184,11 @@ M: Nishank Trivedi <nistrive@cisco.com>
2151S: Supported 2184S: Supported
2152F: drivers/net/ethernet/cisco/enic/ 2185F: drivers/net/ethernet/cisco/enic/
2153 2186
2187CISCO VIC LOW LATENCY NIC DRIVER
2188M: Upinder Malhi <umalhi@cisco.com>
2189S: Supported
2190F: drivers/infiniband/hw/usnic
2191
2154CIRRUS LOGIC EP93XX ETHERNET DRIVER 2192CIRRUS LOGIC EP93XX ETHERNET DRIVER
2155M: Hartley Sweeten <hsweeten@visionengravers.com> 2193M: Hartley Sweeten <hsweeten@visionengravers.com>
2156L: netdev@vger.kernel.org 2194L: netdev@vger.kernel.org
@@ -2184,6 +2222,7 @@ F: include/linux/clk.h
2184CLOCKSOURCE, CLOCKEVENT DRIVERS 2222CLOCKSOURCE, CLOCKEVENT DRIVERS
2185M: Daniel Lezcano <daniel.lezcano@linaro.org> 2223M: Daniel Lezcano <daniel.lezcano@linaro.org>
2186M: Thomas Gleixner <tglx@linutronix.de> 2224M: Thomas Gleixner <tglx@linutronix.de>
2225L: linux-kernel@vger.kernel.org
2187T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core 2226T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2188S: Supported 2227S: Supported
2189F: drivers/clocksource 2228F: drivers/clocksource
@@ -2612,7 +2651,7 @@ S: Maintained
2612F: drivers/platform/x86/dell-laptop.c 2651F: drivers/platform/x86/dell-laptop.c
2613 2652
2614DELL LAPTOP SMM DRIVER 2653DELL LAPTOP SMM DRIVER
2615S: Orphan 2654M: Guenter Roeck <linux@roeck-us.net>
2616F: drivers/char/i8k.c 2655F: drivers/char/i8k.c
2617F: include/uapi/linux/i8k.h 2656F: include/uapi/linux/i8k.h
2618 2657
@@ -2631,7 +2670,7 @@ DESIGNWARE USB2 DRD IP DRIVER
2631M: Paul Zimmerman <paulz@synopsys.com> 2670M: Paul Zimmerman <paulz@synopsys.com>
2632L: linux-usb@vger.kernel.org 2671L: linux-usb@vger.kernel.org
2633S: Maintained 2672S: Maintained
2634F: drivers/staging/dwc2/ 2673F: drivers/usb/dwc2/
2635 2674
2636DESIGNWARE USB3 DRD IP DRIVER 2675DESIGNWARE USB3 DRD IP DRIVER
2637M: Felipe Balbi <balbi@ti.com> 2676M: Felipe Balbi <balbi@ti.com>
@@ -2821,8 +2860,10 @@ F: include/uapi/drm/
2821 2860
2822INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets) 2861INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2823M: Daniel Vetter <daniel.vetter@ffwll.ch> 2862M: Daniel Vetter <daniel.vetter@ffwll.ch>
2863M: Jani Nikula <jani.nikula@linux.intel.com>
2824L: intel-gfx@lists.freedesktop.org 2864L: intel-gfx@lists.freedesktop.org
2825L: dri-devel@lists.freedesktop.org 2865L: dri-devel@lists.freedesktop.org
2866Q: http://patchwork.freedesktop.org/project/intel-gfx/
2826T: git git://people.freedesktop.org/~danvet/drm-intel 2867T: git git://people.freedesktop.org/~danvet/drm-intel
2827S: Supported 2868S: Supported
2828F: drivers/gpu/drm/i915/ 2869F: drivers/gpu/drm/i915/
@@ -3326,6 +3367,7 @@ EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3326M: MyungJoo Ham <myungjoo.ham@samsung.com> 3367M: MyungJoo Ham <myungjoo.ham@samsung.com>
3327M: Chanwoo Choi <cw00.choi@samsung.com> 3368M: Chanwoo Choi <cw00.choi@samsung.com>
3328L: linux-kernel@vger.kernel.org 3369L: linux-kernel@vger.kernel.org
3370T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3329S: Maintained 3371S: Maintained
3330F: drivers/extcon/ 3372F: drivers/extcon/
3331F: Documentation/extcon/ 3373F: Documentation/extcon/
@@ -3335,7 +3377,6 @@ M: Jingoo Han <jg1.han@samsung.com>
3335L: linux-fbdev@vger.kernel.org 3377L: linux-fbdev@vger.kernel.org
3336S: Maintained 3378S: Maintained
3337F: drivers/video/exynos/exynos_dp* 3379F: drivers/video/exynos/exynos_dp*
3338F: include/video/exynos_dp*
3339 3380
3340EXYNOS MIPI DISPLAY DRIVERS 3381EXYNOS MIPI DISPLAY DRIVERS
3341M: Inki Dae <inki.dae@samsung.com> 3382M: Inki Dae <inki.dae@samsung.com>
@@ -3347,7 +3388,7 @@ F: drivers/video/exynos/exynos_mipi*
3347F: include/video/exynos_mipi* 3388F: include/video/exynos_mipi*
3348 3389
3349F71805F HARDWARE MONITORING DRIVER 3390F71805F HARDWARE MONITORING DRIVER
3350M: Jean Delvare <khali@linux-fr.org> 3391M: Jean Delvare <jdelvare@suse.de>
3351L: lm-sensors@lm-sensors.org 3392L: lm-sensors@lm-sensors.org
3352S: Maintained 3393S: Maintained
3353F: Documentation/hwmon/f71805f 3394F: Documentation/hwmon/f71805f
@@ -3625,6 +3666,7 @@ W: http://en.wikipedia.org/wiki/F2FS
3625T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git 3666T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
3626S: Maintained 3667S: Maintained
3627F: Documentation/filesystems/f2fs.txt 3668F: Documentation/filesystems/f2fs.txt
3669F: Documentation/ABI/testing/sysfs-fs-f2fs
3628F: fs/f2fs/ 3670F: fs/f2fs/
3629F: include/linux/f2fs_fs.h 3671F: include/linux/f2fs_fs.h
3630 3672
@@ -3759,9 +3801,11 @@ F: include/uapi/linux/gigaset_dev.h
3759 3801
3760GPIO SUBSYSTEM 3802GPIO SUBSYSTEM
3761M: Linus Walleij <linus.walleij@linaro.org> 3803M: Linus Walleij <linus.walleij@linaro.org>
3762S: Maintained 3804M: Alexandre Courbot <gnurou@gmail.com>
3763L: linux-gpio@vger.kernel.org 3805L: linux-gpio@vger.kernel.org
3764F: Documentation/gpio.txt 3806T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
3807S: Maintained
3808F: Documentation/gpio/
3765F: drivers/gpio/ 3809F: drivers/gpio/
3766F: include/linux/gpio* 3810F: include/linux/gpio*
3767F: include/asm-generic/gpio.h 3811F: include/asm-generic/gpio.h
@@ -3829,6 +3873,12 @@ T: git git://linuxtv.org/media_tree.git
3829S: Maintained 3873S: Maintained
3830F: drivers/media/usb/gspca/ 3874F: drivers/media/usb/gspca/
3831 3875
3876GUID PARTITION TABLE (GPT)
3877M: Davidlohr Bueso <davidlohr@hp.com>
3878L: linux-efi@vger.kernel.org
3879S: Maintained
3880F: block/partitions/efi.*
3881
3832STK1160 USB VIDEO CAPTURE DRIVER 3882STK1160 USB VIDEO CAPTURE DRIVER
3833M: Ezequiel Garcia <elezegarcia@gmail.com> 3883M: Ezequiel Garcia <elezegarcia@gmail.com>
3834L: linux-media@vger.kernel.org 3884L: linux-media@vger.kernel.org
@@ -3865,7 +3915,7 @@ S: Odd Fixes
3865F: drivers/tty/hvc/ 3915F: drivers/tty/hvc/
3866 3916
3867HARDWARE MONITORING 3917HARDWARE MONITORING
3868M: Jean Delvare <khali@linux-fr.org> 3918M: Jean Delvare <jdelvare@suse.de>
3869M: Guenter Roeck <linux@roeck-us.net> 3919M: Guenter Roeck <linux@roeck-us.net>
3870L: lm-sensors@lm-sensors.org 3920L: lm-sensors@lm-sensors.org
3871W: http://www.lm-sensors.org/ 3921W: http://www.lm-sensors.org/
@@ -3937,6 +3987,12 @@ S: Orphan
3937F: Documentation/filesystems/hfs.txt 3987F: Documentation/filesystems/hfs.txt
3938F: fs/hfs/ 3988F: fs/hfs/
3939 3989
3990HFSPLUS FILESYSTEM
3991L: linux-fsdevel@vger.kernel.org
3992S: Orphan
3993F: Documentation/filesystems/hfsplus.txt
3994F: fs/hfsplus/
3995
3940HGA FRAMEBUFFER DRIVER 3996HGA FRAMEBUFFER DRIVER
3941M: Ferenc Bakonyi <fero@drama.obuda.kando.hu> 3997M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
3942L: linux-nvidia@lists.surfsouth.com 3998L: linux-nvidia@lists.surfsouth.com
@@ -3968,6 +4024,7 @@ F: include/uapi/linux/hid*
3968 4024
3969HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS 4025HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
3970M: Thomas Gleixner <tglx@linutronix.de> 4026M: Thomas Gleixner <tglx@linutronix.de>
4027L: linux-kernel@vger.kernel.org
3971T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core 4028T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3972S: Maintained 4029S: Maintained
3973F: Documentation/timers/ 4030F: Documentation/timers/
@@ -4038,12 +4095,26 @@ W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4038S: Maintained 4095S: Maintained
4039F: fs/hpfs/ 4096F: fs/hpfs/
4040 4097
4098HSI SUBSYSTEM
4099M: Sebastian Reichel <sre@debian.org>
4100S: Maintained
4101F: Documentation/ABI/testing/sysfs-bus-hsi
4102F: drivers/hsi/
4103F: include/linux/hsi/
4104F: include/uapi/linux/hsi/
4105
4041HSO 3G MODEM DRIVER 4106HSO 3G MODEM DRIVER
4042M: Jan Dumon <j.dumon@option.com> 4107M: Jan Dumon <j.dumon@option.com>
4043W: http://www.pharscape.org 4108W: http://www.pharscape.org
4044S: Maintained 4109S: Maintained
4045F: drivers/net/usb/hso.c 4110F: drivers/net/usb/hso.c
4046 4111
4112HSR NETWORK PROTOCOL
4113M: Arvid Brodin <arvid.brodin@alten.se>
4114L: netdev@vger.kernel.org
4115S: Maintained
4116F: net/hsr/
4117
4047HTCPEN TOUCHSCREEN DRIVER 4118HTCPEN TOUCHSCREEN DRIVER
4048M: Pau Oliva Fora <pof@eslack.org> 4119M: Pau Oliva Fora <pof@eslack.org>
4049L: linux-input@vger.kernel.org 4120L: linux-input@vger.kernel.org
@@ -4073,7 +4144,7 @@ F: include/linux/hyperv.h
4073F: tools/hv/ 4144F: tools/hv/
4074 4145
4075I2C OVER PARALLEL PORT 4146I2C OVER PARALLEL PORT
4076M: Jean Delvare <khali@linux-fr.org> 4147M: Jean Delvare <jdelvare@suse.de>
4077L: linux-i2c@vger.kernel.org 4148L: linux-i2c@vger.kernel.org
4078S: Maintained 4149S: Maintained
4079F: Documentation/i2c/busses/i2c-parport 4150F: Documentation/i2c/busses/i2c-parport
@@ -4082,7 +4153,7 @@ F: drivers/i2c/busses/i2c-parport.c
4082F: drivers/i2c/busses/i2c-parport-light.c 4153F: drivers/i2c/busses/i2c-parport-light.c
4083 4154
4084I2C/SMBUS CONTROLLER DRIVERS FOR PC 4155I2C/SMBUS CONTROLLER DRIVERS FOR PC
4085M: Jean Delvare <khali@linux-fr.org> 4156M: Jean Delvare <jdelvare@suse.de>
4086L: linux-i2c@vger.kernel.org 4157L: linux-i2c@vger.kernel.org
4087S: Maintained 4158S: Maintained
4088F: Documentation/i2c/busses/i2c-ali1535 4159F: Documentation/i2c/busses/i2c-ali1535
@@ -4123,7 +4194,7 @@ F: drivers/i2c/busses/i2c-ismt.c
4123F: Documentation/i2c/busses/i2c-ismt 4194F: Documentation/i2c/busses/i2c-ismt
4124 4195
4125I2C/SMBUS STUB DRIVER 4196I2C/SMBUS STUB DRIVER
4126M: Jean Delvare <khali@linux-fr.org> 4197M: Jean Delvare <jdelvare@suse.de>
4127L: linux-i2c@vger.kernel.org 4198L: linux-i2c@vger.kernel.org
4128S: Maintained 4199S: Maintained
4129F: drivers/i2c/i2c-stub.c 4200F: drivers/i2c/i2c-stub.c
@@ -4142,7 +4213,7 @@ F: include/uapi/linux/i2c.h
4142F: include/uapi/linux/i2c-*.h 4213F: include/uapi/linux/i2c-*.h
4143 4214
4144I2C-TAOS-EVM DRIVER 4215I2C-TAOS-EVM DRIVER
4145M: Jean Delvare <khali@linux-fr.org> 4216M: Jean Delvare <jdelvare@suse.de>
4146L: linux-i2c@vger.kernel.org 4217L: linux-i2c@vger.kernel.org
4147S: Maintained 4218S: Maintained
4148F: Documentation/i2c/busses/i2c-taos-evm 4219F: Documentation/i2c/busses/i2c-taos-evm
@@ -4443,17 +4514,16 @@ M: Deepak Saxena <dsaxena@plexity.net>
4443S: Maintained 4514S: Maintained
4444F: drivers/char/hw_random/ixp4xx-rng.c 4515F: drivers/char/hw_random/ixp4xx-rng.c
4445 4516
4446INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e) 4517INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
4447M: Jeff Kirsher <jeffrey.t.kirsher@intel.com> 4518M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
4448M: Jesse Brandeburg <jesse.brandeburg@intel.com> 4519M: Jesse Brandeburg <jesse.brandeburg@intel.com>
4449M: Bruce Allan <bruce.w.allan@intel.com> 4520M: Bruce Allan <bruce.w.allan@intel.com>
4450M: Carolyn Wyborny <carolyn.wyborny@intel.com> 4521M: Carolyn Wyborny <carolyn.wyborny@intel.com>
4451M: Don Skidmore <donald.c.skidmore@intel.com> 4522M: Don Skidmore <donald.c.skidmore@intel.com>
4452M: Greg Rose <gregory.v.rose@intel.com> 4523M: Greg Rose <gregory.v.rose@intel.com>
4453M: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
4454M: Alex Duyck <alexander.h.duyck@intel.com> 4524M: Alex Duyck <alexander.h.duyck@intel.com>
4455M: John Ronciak <john.ronciak@intel.com> 4525M: John Ronciak <john.ronciak@intel.com>
4456M: Tushar Dave <tushar.n.dave@intel.com> 4526M: Mitch Williams <mitch.a.williams@intel.com>
4457L: e1000-devel@lists.sourceforge.net 4527L: e1000-devel@lists.sourceforge.net
4458W: http://www.intel.com/support/feedback.htm 4528W: http://www.intel.com/support/feedback.htm
4459W: http://e1000.sourceforge.net/ 4529W: http://e1000.sourceforge.net/
@@ -4469,6 +4539,7 @@ F: Documentation/networking/ixgb.txt
4469F: Documentation/networking/ixgbe.txt 4539F: Documentation/networking/ixgbe.txt
4470F: Documentation/networking/ixgbevf.txt 4540F: Documentation/networking/ixgbevf.txt
4471F: Documentation/networking/i40e.txt 4541F: Documentation/networking/i40e.txt
4542F: Documentation/networking/i40evf.txt
4472F: drivers/net/ethernet/intel/ 4543F: drivers/net/ethernet/intel/
4473 4544
4474INTEL-MID GPIO DRIVER 4545INTEL-MID GPIO DRIVER
@@ -4625,6 +4696,7 @@ F: net/irda/
4625 4696
4626IRQ SUBSYSTEM 4697IRQ SUBSYSTEM
4627M: Thomas Gleixner <tglx@linutronix.de> 4698M: Thomas Gleixner <tglx@linutronix.de>
4699L: linux-kernel@vger.kernel.org
4628S: Maintained 4700S: Maintained
4629T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core 4701T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
4630F: kernel/irq/ 4702F: kernel/irq/
@@ -4699,7 +4771,7 @@ S: Maintained
4699F: drivers/isdn/hardware/eicon/ 4771F: drivers/isdn/hardware/eicon/
4700 4772
4701IT87 HARDWARE MONITORING DRIVER 4773IT87 HARDWARE MONITORING DRIVER
4702M: Jean Delvare <khali@linux-fr.org> 4774M: Jean Delvare <jdelvare@suse.de>
4703L: lm-sensors@lm-sensors.org 4775L: lm-sensors@lm-sensors.org
4704S: Maintained 4776S: Maintained
4705F: Documentation/hwmon/it87 4777F: Documentation/hwmon/it87
@@ -4886,7 +4958,7 @@ F: include/linux/sunrpc/
4886F: include/uapi/linux/sunrpc/ 4958F: include/uapi/linux/sunrpc/
4887 4959
4888KERNEL VIRTUAL MACHINE (KVM) 4960KERNEL VIRTUAL MACHINE (KVM)
4889M: Gleb Natapov <gleb@redhat.com> 4961M: Gleb Natapov <gleb@kernel.org>
4890M: Paolo Bonzini <pbonzini@redhat.com> 4962M: Paolo Bonzini <pbonzini@redhat.com>
4891L: kvm@vger.kernel.org 4963L: kvm@vger.kernel.org
4892W: http://www.linux-kvm.org 4964W: http://www.linux-kvm.org
@@ -5069,7 +5141,7 @@ F: drivers/leds/
5069F: include/linux/leds.h 5141F: include/linux/leds.h
5070 5142
5071LEGACY EEPROM DRIVER 5143LEGACY EEPROM DRIVER
5072M: Jean Delvare <khali@linux-fr.org> 5144M: Jean Delvare <jdelvare@suse.de>
5073S: Maintained 5145S: Maintained
5074F: Documentation/misc-devices/eeprom 5146F: Documentation/misc-devices/eeprom
5075F: drivers/misc/eeprom/eeprom.c 5147F: drivers/misc/eeprom/eeprom.c
@@ -5112,6 +5184,11 @@ F: drivers/lguest/
5112F: include/linux/lguest*.h 5184F: include/linux/lguest*.h
5113F: tools/lguest/ 5185F: tools/lguest/
5114 5186
5187LIBLOCKDEP
5188M: Sasha Levin <sasha.levin@oracle.com>
5189S: Maintained
5190F: tools/lib/lockdep/
5191
5115LINUX FOR IBM pSERIES (RS/6000) 5192LINUX FOR IBM pSERIES (RS/6000)
5116M: Paul Mackerras <paulus@au.ibm.com> 5193M: Paul Mackerras <paulus@au.ibm.com>
5117W: http://www.ibm.com/linux/ltc/projects/ppc 5194W: http://www.ibm.com/linux/ltc/projects/ppc
@@ -5212,21 +5289,21 @@ S: Maintained
5212F: drivers/hwmon/lm73.c 5289F: drivers/hwmon/lm73.c
5213 5290
5214LM78 HARDWARE MONITOR DRIVER 5291LM78 HARDWARE MONITOR DRIVER
5215M: Jean Delvare <khali@linux-fr.org> 5292M: Jean Delvare <jdelvare@suse.de>
5216L: lm-sensors@lm-sensors.org 5293L: lm-sensors@lm-sensors.org
5217S: Maintained 5294S: Maintained
5218F: Documentation/hwmon/lm78 5295F: Documentation/hwmon/lm78
5219F: drivers/hwmon/lm78.c 5296F: drivers/hwmon/lm78.c
5220 5297
5221LM83 HARDWARE MONITOR DRIVER 5298LM83 HARDWARE MONITOR DRIVER
5222M: Jean Delvare <khali@linux-fr.org> 5299M: Jean Delvare <jdelvare@suse.de>
5223L: lm-sensors@lm-sensors.org 5300L: lm-sensors@lm-sensors.org
5224S: Maintained 5301S: Maintained
5225F: Documentation/hwmon/lm83 5302F: Documentation/hwmon/lm83
5226F: drivers/hwmon/lm83.c 5303F: drivers/hwmon/lm83.c
5227 5304
5228LM90 HARDWARE MONITOR DRIVER 5305LM90 HARDWARE MONITOR DRIVER
5229M: Jean Delvare <khali@linux-fr.org> 5306M: Jean Delvare <jdelvare@suse.de>
5230L: lm-sensors@lm-sensors.org 5307L: lm-sensors@lm-sensors.org
5231S: Maintained 5308S: Maintained
5232F: Documentation/hwmon/lm90 5309F: Documentation/hwmon/lm90
@@ -5251,12 +5328,13 @@ F: drivers/media/usb/dvb-usb-v2/lmedm04*
5251LOCKDEP AND LOCKSTAT 5328LOCKDEP AND LOCKSTAT
5252M: Peter Zijlstra <peterz@infradead.org> 5329M: Peter Zijlstra <peterz@infradead.org>
5253M: Ingo Molnar <mingo@redhat.com> 5330M: Ingo Molnar <mingo@redhat.com>
5331L: linux-kernel@vger.kernel.org
5254T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking 5332T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5255S: Maintained 5333S: Maintained
5256F: Documentation/lockdep*.txt 5334F: Documentation/lockdep*.txt
5257F: Documentation/lockstat.txt 5335F: Documentation/lockstat.txt
5258F: include/linux/lockdep.h 5336F: include/linux/lockdep.h
5259F: kernel/lockdep* 5337F: kernel/locking/
5260 5338
5261LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) 5339LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5262M: "Richard Russon (FlatCap)" <ldm@flatcap.org> 5340M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
@@ -5566,10 +5644,11 @@ F: mm/page_cgroup.c
5566 5644
5567MEMORY TECHNOLOGY DEVICES (MTD) 5645MEMORY TECHNOLOGY DEVICES (MTD)
5568M: David Woodhouse <dwmw2@infradead.org> 5646M: David Woodhouse <dwmw2@infradead.org>
5647M: Brian Norris <computersforpeace@gmail.com>
5569L: linux-mtd@lists.infradead.org 5648L: linux-mtd@lists.infradead.org
5570W: http://www.linux-mtd.infradead.org/ 5649W: http://www.linux-mtd.infradead.org/
5571Q: http://patchwork.ozlabs.org/project/linux-mtd/list/ 5650Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
5572T: git git://git.infradead.org/mtd-2.6.git 5651T: git git://git.infradead.org/linux-mtd.git
5573S: Maintained 5652S: Maintained
5574F: drivers/mtd/ 5653F: drivers/mtd/
5575F: include/linux/mtd/ 5654F: include/linux/mtd/
@@ -5727,7 +5806,7 @@ F: drivers/mfd/
5727F: include/linux/mfd/ 5806F: include/linux/mfd/
5728 5807
5729MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM 5808MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
5730M: Chris Ball <cjb@laptop.org> 5809M: Chris Ball <chris@printf.net>
5731L: linux-mmc@vger.kernel.org 5810L: linux-mmc@vger.kernel.org
5732T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git 5811T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5733S: Maintained 5812S: Maintained
@@ -5917,12 +5996,21 @@ M: Steffen Klassert <steffen.klassert@secunet.com>
5917M: Herbert Xu <herbert@gondor.apana.org.au> 5996M: Herbert Xu <herbert@gondor.apana.org.au>
5918M: "David S. Miller" <davem@davemloft.net> 5997M: "David S. Miller" <davem@davemloft.net>
5919L: netdev@vger.kernel.org 5998L: netdev@vger.kernel.org
5920T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git 5999T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6000T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
5921S: Maintained 6001S: Maintained
5922F: net/xfrm/ 6002F: net/xfrm/
5923F: net/key/ 6003F: net/key/
5924F: net/ipv4/xfrm* 6004F: net/ipv4/xfrm*
6005F: net/ipv4/esp4.c
6006F: net/ipv4/ah4.c
6007F: net/ipv4/ipcomp.c
6008F: net/ipv4/ip_vti.c
5925F: net/ipv6/xfrm* 6009F: net/ipv6/xfrm*
6010F: net/ipv6/esp6.c
6011F: net/ipv6/ah6.c
6012F: net/ipv6/ipcomp6.c
6013F: net/ipv6/ip6_vti.c
5926F: include/uapi/linux/xfrm.h 6014F: include/uapi/linux/xfrm.h
5927F: include/net/xfrm.h 6015F: include/net/xfrm.h
5928 6016
@@ -5988,10 +6076,10 @@ F: drivers/nfc/
5988F: include/linux/platform_data/pn544.h 6076F: include/linux/platform_data/pn544.h
5989 6077
5990NFS, SUNRPC, AND LOCKD CLIENTS 6078NFS, SUNRPC, AND LOCKD CLIENTS
5991M: Trond Myklebust <Trond.Myklebust@netapp.com> 6079M: Trond Myklebust <trond.myklebust@primarydata.com>
5992L: linux-nfs@vger.kernel.org 6080L: linux-nfs@vger.kernel.org
5993W: http://client.linux-nfs.org 6081W: http://client.linux-nfs.org
5994T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git 6082T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
5995S: Maintained 6083S: Maintained
5996F: fs/lockd/ 6084F: fs/lockd/
5997F: fs/nfs/ 6085F: fs/nfs/
@@ -6243,7 +6331,7 @@ F: drivers/i2c/busses/i2c-ocores.c
6243 6331
6244OPEN FIRMWARE AND FLATTENED DEVICE TREE 6332OPEN FIRMWARE AND FLATTENED DEVICE TREE
6245M: Grant Likely <grant.likely@linaro.org> 6333M: Grant Likely <grant.likely@linaro.org>
6246M: Rob Herring <rob.herring@calxeda.com> 6334M: Rob Herring <robh+dt@kernel.org>
6247L: devicetree@vger.kernel.org 6335L: devicetree@vger.kernel.org
6248W: http://fdt.secretlab.ca 6336W: http://fdt.secretlab.ca
6249T: git git://git.secretlab.ca/git/linux-2.6.git 6337T: git git://git.secretlab.ca/git/linux-2.6.git
@@ -6255,11 +6343,11 @@ K: of_get_property
6255K: of_match_table 6343K: of_match_table
6256 6344
6257OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS 6345OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
6258M: Rob Herring <rob.herring@calxeda.com> 6346M: Rob Herring <robh+dt@kernel.org>
6259M: Pawel Moll <pawel.moll@arm.com> 6347M: Pawel Moll <pawel.moll@arm.com>
6260M: Mark Rutland <mark.rutland@arm.com> 6348M: Mark Rutland <mark.rutland@arm.com>
6261M: Stephen Warren <swarren@wwwdotorg.org>
6262M: Ian Campbell <ijc+devicetree@hellion.org.uk> 6349M: Ian Campbell <ijc+devicetree@hellion.org.uk>
6350M: Kumar Gala <galak@codeaurora.org>
6263L: devicetree@vger.kernel.org 6351L: devicetree@vger.kernel.org
6264S: Maintained 6352S: Maintained
6265F: Documentation/devicetree/ 6353F: Documentation/devicetree/
@@ -6429,7 +6517,7 @@ S: Maintained
6429F: drivers/char/pc8736x_gpio.c 6517F: drivers/char/pc8736x_gpio.c
6430 6518
6431PC87427 HARDWARE MONITORING DRIVER 6519PC87427 HARDWARE MONITORING DRIVER
6432M: Jean Delvare <khali@linux-fr.org> 6520M: Jean Delvare <jdelvare@suse.de>
6433L: lm-sensors@lm-sensors.org 6521L: lm-sensors@lm-sensors.org
6434S: Maintained 6522S: Maintained
6435F: Documentation/hwmon/pc87427 6523F: Documentation/hwmon/pc87427
@@ -6469,19 +6557,52 @@ F: drivers/pci/
6469F: include/linux/pci* 6557F: include/linux/pci*
6470F: arch/x86/pci/ 6558F: arch/x86/pci/
6471 6559
6560PCI DRIVER FOR IMX6
6561M: Richard Zhu <r65037@freescale.com>
6562M: Shawn Guo <shawn.guo@linaro.org>
6563L: linux-pci@vger.kernel.org
6564L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6565S: Maintained
6566F: drivers/pci/host/*imx6*
6567
6568PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
6569M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6570M: Jason Cooper <jason@lakedaemon.net>
6571L: linux-pci@vger.kernel.org
6572L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6573S: Maintained
6574F: drivers/pci/host/*mvebu*
6575
6472PCI DRIVER FOR NVIDIA TEGRA 6576PCI DRIVER FOR NVIDIA TEGRA
6473M: Thierry Reding <thierry.reding@gmail.com> 6577M: Thierry Reding <thierry.reding@gmail.com>
6474L: linux-tegra@vger.kernel.org 6578L: linux-tegra@vger.kernel.org
6579L: linux-pci@vger.kernel.org
6475S: Supported 6580S: Supported
6476F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt 6581F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
6477F: drivers/pci/host/pci-tegra.c 6582F: drivers/pci/host/pci-tegra.c
6478 6583
6584PCI DRIVER FOR RENESAS R-CAR
6585M: Simon Horman <horms@verge.net.au>
6586L: linux-pci@vger.kernel.org
6587L: linux-sh@vger.kernel.org
6588S: Maintained
6589F: drivers/pci/host/*rcar*
6590
6479PCI DRIVER FOR SAMSUNG EXYNOS 6591PCI DRIVER FOR SAMSUNG EXYNOS
6480M: Jingoo Han <jg1.han@samsung.com> 6592M: Jingoo Han <jg1.han@samsung.com>
6481L: linux-pci@vger.kernel.org 6593L: linux-pci@vger.kernel.org
6594L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6595L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6482S: Maintained 6596S: Maintained
6483F: drivers/pci/host/pci-exynos.c 6597F: drivers/pci/host/pci-exynos.c
6484 6598
6599PCI DRIVER FOR SYNOPSIS DESIGNWARE
6600M: Mohit Kumar <mohit.kumar@st.com>
6601M: Jingoo Han <jg1.han@samsung.com>
6602L: linux-pci@vger.kernel.org
6603S: Maintained
6604F: drivers/pci/host/*designware*
6605
6485PCMCIA SUBSYSTEM 6606PCMCIA SUBSYSTEM
6486P: Linux PCMCIA Team 6607P: Linux PCMCIA Team
6487L: linux-pcmcia@lists.infradead.org 6608L: linux-pcmcia@lists.infradead.org
@@ -6525,6 +6646,7 @@ M: Peter Zijlstra <a.p.zijlstra@chello.nl>
6525M: Paul Mackerras <paulus@samba.org> 6646M: Paul Mackerras <paulus@samba.org>
6526M: Ingo Molnar <mingo@redhat.com> 6647M: Ingo Molnar <mingo@redhat.com>
6527M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 6648M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6649L: linux-kernel@vger.kernel.org
6528T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core 6650T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6529S: Supported 6651S: Supported
6530F: kernel/events/* 6652F: kernel/events/*
@@ -6648,6 +6770,7 @@ F: drivers/scsi/pm8001/
6648 6770
6649POSIX CLOCKS and TIMERS 6771POSIX CLOCKS and TIMERS
6650M: Thomas Gleixner <tglx@linutronix.de> 6772M: Thomas Gleixner <tglx@linutronix.de>
6773L: linux-kernel@vger.kernel.org
6651T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core 6774T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6652S: Supported 6775S: Supported
6653F: fs/timerfd.c 6776F: fs/timerfd.c
@@ -6655,7 +6778,7 @@ F: include/linux/timer*
6655F: kernel/*timer* 6778F: kernel/*timer*
6656 6779
6657POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS 6780POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
6658M: Anton Vorontsov <anton@enomsg.org> 6781M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
6659M: David Woodhouse <dwmw2@infradead.org> 6782M: David Woodhouse <dwmw2@infradead.org>
6660T: git git://git.infradead.org/battery-2.6.git 6783T: git git://git.infradead.org/battery-2.6.git
6661S: Maintained 6784S: Maintained
@@ -6844,6 +6967,12 @@ F: include/sound/pxa2xx-lib.h
6844F: sound/arm/pxa* 6967F: sound/arm/pxa*
6845F: sound/soc/pxa/ 6968F: sound/soc/pxa/
6846 6969
6970PXA3xx NAND FLASH DRIVER
6971M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
6972L: linux-mtd@lists.infradead.org
6973S: Maintained
6974F: drivers/mtd/nand/pxa3xx-nand.c
6975
6847MMP SUPPORT 6976MMP SUPPORT
6848M: Eric Miao <eric.y.miao@gmail.com> 6977M: Eric Miao <eric.y.miao@gmail.com>
6849M: Haojian Zhuang <haojian.zhuang@gmail.com> 6978M: Haojian Zhuang <haojian.zhuang@gmail.com>
@@ -6874,8 +7003,7 @@ S: Maintained
6874F: drivers/scsi/qla1280.[ch] 7003F: drivers/scsi/qla1280.[ch]
6875 7004
6876QLOGIC QLA2XXX FC-SCSI DRIVER 7005QLOGIC QLA2XXX FC-SCSI DRIVER
6877M: Andrew Vasquez <andrew.vasquez@qlogic.com> 7006M: qla2xxx-upstream@qlogic.com
6878M: linux-driver@qlogic.com
6879L: linux-scsi@vger.kernel.org 7007L: linux-scsi@vger.kernel.org
6880S: Supported 7008S: Supported
6881F: Documentation/scsi/LICENSE.qla2xxx 7009F: Documentation/scsi/LICENSE.qla2xxx
@@ -6937,6 +7065,14 @@ T: git git://linuxtv.org/anttip/media_tree.git
6937S: Maintained 7065S: Maintained
6938F: drivers/media/tuners/qt1010* 7066F: drivers/media/tuners/qt1010*
6939 7067
7068QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7069M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7070L: linux-wireless@vger.kernel.org
7071L: ath9k-devel@lists.ath9k.org
7072W: http://wireless.kernel.org/en/users/Drivers/ath9k
7073S: Supported
7074F: drivers/net/wireless/ath/ath9k/
7075
6940QUALCOMM ATHEROS ATH10K WIRELESS DRIVER 7076QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
6941M: Kalle Valo <kvalo@qca.qualcomm.com> 7077M: Kalle Valo <kvalo@qca.qualcomm.com>
6942L: ath10k@lists.infradead.org 7078L: ath10k@lists.infradead.org
@@ -6970,7 +7106,7 @@ F: drivers/media/parport/*-qcam*
6970RADOS BLOCK DEVICE (RBD) 7106RADOS BLOCK DEVICE (RBD)
6971M: Yehuda Sadeh <yehuda@inktank.com> 7107M: Yehuda Sadeh <yehuda@inktank.com>
6972M: Sage Weil <sage@inktank.com> 7108M: Sage Weil <sage@inktank.com>
6973M: Alex Elder <elder@inktank.com> 7109M: Alex Elder <elder@kernel.org>
6974M: ceph-devel@vger.kernel.org 7110M: ceph-devel@vger.kernel.org
6975W: http://ceph.com/ 7111W: http://ceph.com/
6976T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git 7112T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
@@ -7043,11 +7179,19 @@ F: drivers/net/wireless/ray*
7043RCUTORTURE MODULE 7179RCUTORTURE MODULE
7044M: Josh Triplett <josh@freedesktop.org> 7180M: Josh Triplett <josh@freedesktop.org>
7045M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> 7181M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7182L: linux-kernel@vger.kernel.org
7046S: Supported 7183S: Supported
7047T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git 7184T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7048F: Documentation/RCU/torture.txt 7185F: Documentation/RCU/torture.txt
7049F: kernel/rcu/torture.c 7186F: kernel/rcu/torture.c
7050 7187
7188RCUTORTURE TEST FRAMEWORK
7189M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7190L: linux-kernel@vger.kernel.org
7191S: Supported
7192T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7193F: tools/testing/selftests/rcutorture
7194
7051RDC R-321X SoC 7195RDC R-321X SoC
7052M: Florian Fainelli <florian@openwrt.org> 7196M: Florian Fainelli <florian@openwrt.org>
7053S: Maintained 7197S: Maintained
@@ -7067,6 +7211,7 @@ F: net/rds/
7067READ-COPY UPDATE (RCU) 7211READ-COPY UPDATE (RCU)
7068M: Dipankar Sarma <dipankar@in.ibm.com> 7212M: Dipankar Sarma <dipankar@in.ibm.com>
7069M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> 7213M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7214L: linux-kernel@vger.kernel.org
7070W: http://www.rdrop.com/users/paulmck/RCU/ 7215W: http://www.rdrop.com/users/paulmck/RCU/
7071S: Supported 7216S: Supported
7072T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git 7217T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
@@ -7353,6 +7498,12 @@ L: linux-media@vger.kernel.org
7353S: Supported 7498S: Supported
7354F: drivers/media/i2c/s5k5baf.c 7499F: drivers/media/i2c/s5k5baf.c
7355 7500
7501SAMSUNG SOC CLOCK DRIVERS
7502M: Tomasz Figa <t.figa@samsung.com>
7503S: Supported
7504L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7505F: drivers/clk/samsung/
7506
7356SERIAL DRIVERS 7507SERIAL DRIVERS
7357M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 7508M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7358L: linux-serial@vger.kernel.org 7509L: linux-serial@vger.kernel.org
@@ -7377,6 +7528,7 @@ F: drivers/mmc/host/dw_mmc*
7377TIMEKEEPING, CLOCKSOURCE CORE, NTP 7528TIMEKEEPING, CLOCKSOURCE CORE, NTP
7378M: John Stultz <john.stultz@linaro.org> 7529M: John Stultz <john.stultz@linaro.org>
7379M: Thomas Gleixner <tglx@linutronix.de> 7530M: Thomas Gleixner <tglx@linutronix.de>
7531L: linux-kernel@vger.kernel.org
7380T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core 7532T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7381S: Supported 7533S: Supported
7382F: include/linux/clocksource.h 7534F: include/linux/clocksource.h
@@ -7402,12 +7554,12 @@ F: drivers/watchdog/sc1200wdt.c
7402SCHEDULER 7554SCHEDULER
7403M: Ingo Molnar <mingo@redhat.com> 7555M: Ingo Molnar <mingo@redhat.com>
7404M: Peter Zijlstra <peterz@infradead.org> 7556M: Peter Zijlstra <peterz@infradead.org>
7557L: linux-kernel@vger.kernel.org
7405T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core 7558T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
7406S: Maintained 7559S: Maintained
7407F: kernel/sched/ 7560F: kernel/sched/
7408F: include/linux/sched.h 7561F: include/linux/sched.h
7409F: include/uapi/linux/sched.h 7562F: include/uapi/linux/sched.h
7410F: kernel/wait.c
7411F: include/linux/wait.h 7563F: include/linux/wait.h
7412 7564
7413SCORE ARCHITECTURE 7565SCORE ARCHITECTURE
@@ -7425,7 +7577,7 @@ S: Maintained
7425F: drivers/scsi/sr* 7577F: drivers/scsi/sr*
7426 7578
7427SCSI RDMA PROTOCOL (SRP) INITIATOR 7579SCSI RDMA PROTOCOL (SRP) INITIATOR
7428M: David Dillow <dillowda@ornl.gov> 7580M: Bart Van Assche <bvanassche@acm.org>
7429L: linux-rdma@vger.kernel.org 7581L: linux-rdma@vger.kernel.org
7430S: Supported 7582S: Supported
7431W: http://www.openfabrics.org 7583W: http://www.openfabrics.org
@@ -7437,8 +7589,9 @@ F: include/scsi/srp.h
7437SCSI SG DRIVER 7589SCSI SG DRIVER
7438M: Doug Gilbert <dgilbert@interlog.com> 7590M: Doug Gilbert <dgilbert@interlog.com>
7439L: linux-scsi@vger.kernel.org 7591L: linux-scsi@vger.kernel.org
7440W: http://www.torque.net/sg 7592W: http://sg.danny.cz/sg
7441S: Maintained 7593S: Maintained
7594F: Documentation/scsi/scsi-generic.txt
7442F: drivers/scsi/sg.c 7595F: drivers/scsi/sg.c
7443F: include/scsi/sg.h 7596F: include/scsi/sg.h
7444 7597
@@ -7500,7 +7653,7 @@ S: Maintained
7500F: drivers/mmc/host/sdricoh_cs.c 7653F: drivers/mmc/host/sdricoh_cs.c
7501 7654
7502SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER 7655SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
7503M: Chris Ball <cjb@laptop.org> 7656M: Chris Ball <chris@printf.net>
7504L: linux-mmc@vger.kernel.org 7657L: linux-mmc@vger.kernel.org
7505T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git 7658T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
7506S: Maintained 7659S: Maintained
@@ -7593,7 +7746,7 @@ F: drivers/net/ethernet/emulex/benet/
7593 7746
7594SFC NETWORK DRIVER 7747SFC NETWORK DRIVER
7595M: Solarflare linux maintainers <linux-net-drivers@solarflare.com> 7748M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
7596M: Ben Hutchings <bhutchings@solarflare.com> 7749M: Shradha Shah <sshah@solarflare.com>
7597L: netdev@vger.kernel.org 7750L: netdev@vger.kernel.org
7598S: Supported 7751S: Supported
7599F: drivers/net/ethernet/sfc/ 7752F: drivers/net/ethernet/sfc/
@@ -7777,6 +7930,7 @@ F: mm/sl?b.c
7777SLEEPABLE READ-COPY UPDATE (SRCU) 7930SLEEPABLE READ-COPY UPDATE (SRCU)
7778M: Lai Jiangshan <laijs@cn.fujitsu.com> 7931M: Lai Jiangshan <laijs@cn.fujitsu.com>
7779M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> 7932M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7933L: linux-kernel@vger.kernel.org
7780W: http://www.rdrop.com/users/paulmck/RCU/ 7934W: http://www.rdrop.com/users/paulmck/RCU/
7781S: Supported 7935S: Supported
7782T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git 7936T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
@@ -7836,7 +7990,7 @@ F: Documentation/hwmon/sch5627
7836F: drivers/hwmon/sch5627.c 7990F: drivers/hwmon/sch5627.c
7837 7991
7838SMSC47B397 HARDWARE MONITOR DRIVER 7992SMSC47B397 HARDWARE MONITOR DRIVER
7839M: Jean Delvare <khali@linux-fr.org> 7993M: Jean Delvare <jdelvare@suse.de>
7840L: lm-sensors@lm-sensors.org 7994L: lm-sensors@lm-sensors.org
7841S: Maintained 7995S: Maintained
7842F: Documentation/hwmon/smsc47b397 7996F: Documentation/hwmon/smsc47b397
@@ -8534,6 +8688,7 @@ S: Supported
8534F: drivers/thermal/ 8688F: drivers/thermal/
8535F: include/linux/thermal.h 8689F: include/linux/thermal.h
8536F: include/linux/cpu_cooling.h 8690F: include/linux/cpu_cooling.h
8691F: Documentation/devicetree/bindings/thermal/
8537 8692
8538THINGM BLINK(1) USB RGB LED DRIVER 8693THINGM BLINK(1) USB RGB LED DRIVER
8539M: Vivien Didelot <vivien.didelot@savoirfairelinux.com> 8694M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
@@ -8601,12 +8756,11 @@ S: Maintained
8601F: sound/soc/codecs/twl4030* 8756F: sound/soc/codecs/twl4030*
8602 8757
8603TI WILINK WIRELESS DRIVERS 8758TI WILINK WIRELESS DRIVERS
8604M: Luciano Coelho <luca@coelho.fi>
8605L: linux-wireless@vger.kernel.org 8759L: linux-wireless@vger.kernel.org
8606W: http://wireless.kernel.org/en/users/Drivers/wl12xx 8760W: http://wireless.kernel.org/en/users/Drivers/wl12xx
8607W: http://wireless.kernel.org/en/users/Drivers/wl1251 8761W: http://wireless.kernel.org/en/users/Drivers/wl1251
8608T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git 8762T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
8609S: Maintained 8763S: Orphan
8610F: drivers/net/wireless/ti/ 8764F: drivers/net/wireless/ti/
8611F: include/linux/wl12xx.h 8765F: include/linux/wl12xx.h
8612 8766
@@ -8675,7 +8829,6 @@ F: include/linux/toshiba.h
8675F: include/uapi/linux/toshiba.h 8829F: include/uapi/linux/toshiba.h
8676 8830
8677TMIO MMC DRIVER 8831TMIO MMC DRIVER
8678M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8679M: Ian Molton <ian@mnementh.co.uk> 8832M: Ian Molton <ian@mnementh.co.uk>
8680L: linux-mmc@vger.kernel.org 8833L: linux-mmc@vger.kernel.org
8681S: Maintained 8834S: Maintained
@@ -8707,14 +8860,10 @@ S: Odd fixes
8707F: drivers/media/usb/tm6000/ 8860F: drivers/media/usb/tm6000/
8708 8861
8709TPM DEVICE DRIVER 8862TPM DEVICE DRIVER
8710M: Leonidas Da Silva Barbosa <leosilva@linux.vnet.ibm.com>
8711M: Ashley Lai <ashley@ashleylai.com>
8712M: Peter Huewe <peterhuewe@gmx.de> 8863M: Peter Huewe <peterhuewe@gmx.de>
8713M: Rajiv Andrade <mail@srajiv.net> 8864M: Ashley Lai <ashley@ashleylai.com>
8714W: http://tpmdd.sourceforge.net
8715M: Marcel Selhorst <tpmdd@selhorst.net> 8865M: Marcel Selhorst <tpmdd@selhorst.net>
8716M: Sirrix AG <tpmdd@sirrix.com> 8866W: http://tpmdd.sourceforge.net
8717W: http://www.sirrix.com
8718L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) 8867L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
8719S: Maintained 8868S: Maintained
8720F: drivers/char/tpm/ 8869F: drivers/char/tpm/
@@ -8866,7 +9015,7 @@ UNSORTED BLOCK IMAGES (UBI)
8866M: Artem Bityutskiy <dedekind1@gmail.com> 9015M: Artem Bityutskiy <dedekind1@gmail.com>
8867W: http://www.linux-mtd.infradead.org/ 9016W: http://www.linux-mtd.infradead.org/
8868L: linux-mtd@lists.infradead.org 9017L: linux-mtd@lists.infradead.org
8869T: git git://git.infradead.org/ubi-2.6.git 9018T: git git://git.infradead.org/ubifs-2.6.git
8870S: Maintained 9019S: Maintained
8871F: drivers/mtd/ubi/ 9020F: drivers/mtd/ubi/
8872F: include/linux/mtd/ubi.h 9021F: include/linux/mtd/ubi.h
@@ -9203,6 +9352,7 @@ F: include/media/videobuf2-*
9203 9352
9204VIRTIO CONSOLE DRIVER 9353VIRTIO CONSOLE DRIVER
9205M: Amit Shah <amit.shah@redhat.com> 9354M: Amit Shah <amit.shah@redhat.com>
9355L: virtio-dev@lists.oasis-open.org
9206L: virtualization@lists.linux-foundation.org 9356L: virtualization@lists.linux-foundation.org
9207S: Maintained 9357S: Maintained
9208F: drivers/char/virtio_console.c 9358F: drivers/char/virtio_console.c
@@ -9212,6 +9362,7 @@ F: include/uapi/linux/virtio_console.h
9212VIRTIO CORE, NET AND BLOCK DRIVERS 9362VIRTIO CORE, NET AND BLOCK DRIVERS
9213M: Rusty Russell <rusty@rustcorp.com.au> 9363M: Rusty Russell <rusty@rustcorp.com.au>
9214M: "Michael S. Tsirkin" <mst@redhat.com> 9364M: "Michael S. Tsirkin" <mst@redhat.com>
9365L: virtio-dev@lists.oasis-open.org
9215L: virtualization@lists.linux-foundation.org 9366L: virtualization@lists.linux-foundation.org
9216S: Maintained 9367S: Maintained
9217F: drivers/virtio/ 9368F: drivers/virtio/
@@ -9224,6 +9375,7 @@ F: include/uapi/linux/virtio_*.h
9224VIRTIO HOST (VHOST) 9375VIRTIO HOST (VHOST)
9225M: "Michael S. Tsirkin" <mst@redhat.com> 9376M: "Michael S. Tsirkin" <mst@redhat.com>
9226L: kvm@vger.kernel.org 9377L: kvm@vger.kernel.org
9378L: virtio-dev@lists.oasis-open.org
9227L: virtualization@lists.linux-foundation.org 9379L: virtualization@lists.linux-foundation.org
9228L: netdev@vger.kernel.org 9380L: netdev@vger.kernel.org
9229S: Maintained 9381S: Maintained
@@ -9363,7 +9515,7 @@ F: Documentation/hwmon/w83793
9363F: drivers/hwmon/w83793.c 9515F: drivers/hwmon/w83793.c
9364 9516
9365W83795 HARDWARE MONITORING DRIVER 9517W83795 HARDWARE MONITORING DRIVER
9366M: Jean Delvare <khali@linux-fr.org> 9518M: Jean Delvare <jdelvare@suse.de>
9367L: lm-sensors@lm-sensors.org 9519L: lm-sensors@lm-sensors.org
9368S: Maintained 9520S: Maintained
9369F: drivers/hwmon/w83795.c 9521F: drivers/hwmon/w83795.c
@@ -9489,6 +9641,7 @@ M: Thomas Gleixner <tglx@linutronix.de>
9489M: Ingo Molnar <mingo@redhat.com> 9641M: Ingo Molnar <mingo@redhat.com>
9490M: "H. Peter Anvin" <hpa@zytor.com> 9642M: "H. Peter Anvin" <hpa@zytor.com>
9491M: x86@kernel.org 9643M: x86@kernel.org
9644L: linux-kernel@vger.kernel.org
9492T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core 9645T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
9493S: Maintained 9646S: Maintained
9494F: Documentation/x86/ 9647F: Documentation/x86/
@@ -9521,6 +9674,7 @@ M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9521M: Boris Ostrovsky <boris.ostrovsky@oracle.com> 9674M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
9522M: David Vrabel <david.vrabel@citrix.com> 9675M: David Vrabel <david.vrabel@citrix.com>
9523L: xen-devel@lists.xenproject.org (moderated for non-subscribers) 9676L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
9677T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
9524S: Supported 9678S: Supported
9525F: arch/x86/xen/ 9679F: arch/x86/xen/
9526F: drivers/*/xen-*front.c 9680F: drivers/*/xen-*front.c
@@ -9567,7 +9721,7 @@ F: drivers/xen/*swiotlb*
9567 9721
9568XFS FILESYSTEM 9722XFS FILESYSTEM
9569P: Silicon Graphics Inc 9723P: Silicon Graphics Inc
9570M: Dave Chinner <dchinner@fromorbit.com> 9724M: Dave Chinner <david@fromorbit.com>
9571M: Ben Myers <bpm@sgi.com> 9725M: Ben Myers <bpm@sgi.com>
9572M: xfs@oss.sgi.com 9726M: xfs@oss.sgi.com
9573L: xfs@oss.sgi.com 9727L: xfs@oss.sgi.com
@@ -9641,11 +9795,27 @@ T: Mercurial http://linuxtv.org/hg/v4l-dvb
9641S: Odd Fixes 9795S: Odd Fixes
9642F: drivers/media/pci/zoran/ 9796F: drivers/media/pci/zoran/
9643 9797
9798ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
9799M: Minchan Kim <minchan@kernel.org>
9800M: Nitin Gupta <ngupta@vflare.org>
9801L: linux-kernel@vger.kernel.org
9802S: Maintained
9803F: drivers/block/zram/
9804F: Documentation/blockdev/zram.txt
9805
9644ZS DECSTATION Z85C30 SERIAL DRIVER 9806ZS DECSTATION Z85C30 SERIAL DRIVER
9645M: "Maciej W. Rozycki" <macro@linux-mips.org> 9807M: "Maciej W. Rozycki" <macro@linux-mips.org>
9646S: Maintained 9808S: Maintained
9647F: drivers/tty/serial/zs.* 9809F: drivers/tty/serial/zs.*
9648 9810
9811ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
9812M: Minchan Kim <minchan@kernel.org>
9813M: Nitin Gupta <ngupta@vflare.org>
9814L: linux-mm@kvack.org
9815S: Maintained
9816F: mm/zsmalloc.c
9817F: include/linux/zsmalloc.h
9818
9649ZSWAP COMPRESSED SWAP CACHING 9819ZSWAP COMPRESSED SWAP CACHING
9650M: Seth Jennings <sjenning@linux.vnet.ibm.com> 9820M: Seth Jennings <sjenning@linux.vnet.ibm.com>
9651L: linux-mm@kvack.org 9821L: linux-mm@kvack.org