diff options
author | David S. Miller <davem@davemloft.net> | 2012-06-15 18:51:55 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-06-15 18:51:55 -0400 |
commit | 7e52b33bd50faa866bc3e6e97e68438bc5e52251 (patch) | |
tree | 46e68adf23f4f170a0eb5045c33a76234de6cf92 /MAINTAINERS | |
parent | 91c8028c95a468da9c0aafd2d91cf24e27784206 (diff) | |
parent | 2a0c451ade8e1783c5d453948289e4a978d417c9 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts:
net/ipv6/route.c
This deals with a merge conflict between the net-next addition of the
inetpeer network namespace ops, and Thomas Graf's bug fix in
2a0c451ade8e1783c5d453948289e4a978d417c9 which makes sure we don't
register /proc/net/ipv6_route before it is actually safe to do so.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 50 |
1 files changed, 33 insertions, 17 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3075a2a29511..ae5a12a718cc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1077,7 +1077,7 @@ F: drivers/media/video/s5p-fimc/ | |||
1077 | ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT | 1077 | ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT |
1078 | M: Kyungmin Park <kyungmin.park@samsung.com> | 1078 | M: Kyungmin Park <kyungmin.park@samsung.com> |
1079 | M: Kamil Debski <k.debski@samsung.com> | 1079 | M: Kamil Debski <k.debski@samsung.com> |
1080 | M: Jeongtae Park <jtp.park@samsung.com> | 1080 | M: Jeongtae Park <jtp.park@samsung.com> |
1081 | L: linux-arm-kernel@lists.infradead.org | 1081 | L: linux-arm-kernel@lists.infradead.org |
1082 | L: linux-media@vger.kernel.org | 1082 | L: linux-media@vger.kernel.org |
1083 | S: Maintained | 1083 | S: Maintained |
@@ -1743,10 +1743,10 @@ F: include/linux/can/platform/ | |||
1743 | CAPABILITIES | 1743 | CAPABILITIES |
1744 | M: Serge Hallyn <serge.hallyn@canonical.com> | 1744 | M: Serge Hallyn <serge.hallyn@canonical.com> |
1745 | L: linux-security-module@vger.kernel.org | 1745 | L: linux-security-module@vger.kernel.org |
1746 | S: Supported | 1746 | S: Supported |
1747 | F: include/linux/capability.h | 1747 | F: include/linux/capability.h |
1748 | F: security/capability.c | 1748 | F: security/capability.c |
1749 | F: security/commoncap.c | 1749 | F: security/commoncap.c |
1750 | F: kernel/capability.c | 1750 | F: kernel/capability.c |
1751 | 1751 | ||
1752 | CELL BROADBAND ENGINE ARCHITECTURE | 1752 | CELL BROADBAND ENGINE ARCHITECTURE |
@@ -2149,11 +2149,11 @@ S: Orphan | |||
2149 | F: drivers/net/wan/pc300* | 2149 | F: drivers/net/wan/pc300* |
2150 | 2150 | ||
2151 | CYTTSP TOUCHSCREEN DRIVER | 2151 | CYTTSP TOUCHSCREEN DRIVER |
2152 | M: Javier Martinez Canillas <javier@dowhile0.org> | 2152 | M: Javier Martinez Canillas <javier@dowhile0.org> |
2153 | L: linux-input@vger.kernel.org | 2153 | L: linux-input@vger.kernel.org |
2154 | S: Maintained | 2154 | S: Maintained |
2155 | F: drivers/input/touchscreen/cyttsp* | 2155 | F: drivers/input/touchscreen/cyttsp* |
2156 | F: include/linux/input/cyttsp.h | 2156 | F: include/linux/input/cyttsp.h |
2157 | 2157 | ||
2158 | DAMA SLAVE for AX.25 | 2158 | DAMA SLAVE for AX.25 |
2159 | M: Joerg Reuter <jreuter@yaina.de> | 2159 | M: Joerg Reuter <jreuter@yaina.de> |
@@ -2273,7 +2273,7 @@ F: include/linux/device-mapper.h | |||
2273 | F: include/linux/dm-*.h | 2273 | F: include/linux/dm-*.h |
2274 | 2274 | ||
2275 | DIOLAN U2C-12 I2C DRIVER | 2275 | DIOLAN U2C-12 I2C DRIVER |
2276 | M: Guenter Roeck <guenter.roeck@ericsson.com> | 2276 | M: Guenter Roeck <linux@roeck-us.net> |
2277 | L: linux-i2c@vger.kernel.org | 2277 | L: linux-i2c@vger.kernel.org |
2278 | S: Maintained | 2278 | S: Maintained |
2279 | F: drivers/i2c/busses/i2c-diolan-u2c.c | 2279 | F: drivers/i2c/busses/i2c-diolan-u2c.c |
@@ -2933,6 +2933,13 @@ F: Documentation/power/freezing-of-tasks.txt | |||
2933 | F: include/linux/freezer.h | 2933 | F: include/linux/freezer.h |
2934 | F: kernel/freezer.c | 2934 | F: kernel/freezer.c |
2935 | 2935 | ||
2936 | FRONTSWAP API | ||
2937 | M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
2938 | L: linux-kernel@vger.kernel.org | ||
2939 | S: Maintained | ||
2940 | F: mm/frontswap.c | ||
2941 | F: include/linux/frontswap.h | ||
2942 | |||
2936 | FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS | 2943 | FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS |
2937 | M: David Howells <dhowells@redhat.com> | 2944 | M: David Howells <dhowells@redhat.com> |
2938 | L: linux-cachefs@redhat.com | 2945 | L: linux-cachefs@redhat.com |
@@ -3141,7 +3148,7 @@ F: drivers/tty/hvc/ | |||
3141 | 3148 | ||
3142 | HARDWARE MONITORING | 3149 | HARDWARE MONITORING |
3143 | M: Jean Delvare <khali@linux-fr.org> | 3150 | M: Jean Delvare <khali@linux-fr.org> |
3144 | M: Guenter Roeck <guenter.roeck@ericsson.com> | 3151 | M: Guenter Roeck <linux@roeck-us.net> |
3145 | L: lm-sensors@lm-sensors.org | 3152 | L: lm-sensors@lm-sensors.org |
3146 | W: http://www.lm-sensors.org/ | 3153 | W: http://www.lm-sensors.org/ |
3147 | T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/ | 3154 | T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/ |
@@ -4099,6 +4106,8 @@ F: drivers/scsi/53c700* | |||
4099 | LED SUBSYSTEM | 4106 | LED SUBSYSTEM |
4100 | M: Bryan Wu <bryan.wu@canonical.com> | 4107 | M: Bryan Wu <bryan.wu@canonical.com> |
4101 | M: Richard Purdie <rpurdie@rpsys.net> | 4108 | M: Richard Purdie <rpurdie@rpsys.net> |
4109 | L: linux-leds@vger.kernel.org | ||
4110 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git | ||
4102 | S: Maintained | 4111 | S: Maintained |
4103 | F: drivers/leds/ | 4112 | F: drivers/leds/ |
4104 | F: include/linux/leds.h | 4113 | F: include/linux/leds.h |
@@ -4416,6 +4425,13 @@ S: Orphan | |||
4416 | F: drivers/video/matrox/matroxfb_* | 4425 | F: drivers/video/matrox/matroxfb_* |
4417 | F: include/linux/matroxfb.h | 4426 | F: include/linux/matroxfb.h |
4418 | 4427 | ||
4428 | MAX16065 HARDWARE MONITOR DRIVER | ||
4429 | M: Guenter Roeck <linux@roeck-us.net> | ||
4430 | L: lm-sensors@lm-sensors.org | ||
4431 | S: Maintained | ||
4432 | F: Documentation/hwmon/max16065 | ||
4433 | F: drivers/hwmon/max16065.c | ||
4434 | |||
4419 | MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER | 4435 | MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
4420 | M: "Hans J. Koch" <hjk@hansjkoch.de> | 4436 | M: "Hans J. Koch" <hjk@hansjkoch.de> |
4421 | L: lm-sensors@lm-sensors.org | 4437 | L: lm-sensors@lm-sensors.org |
@@ -5154,7 +5170,7 @@ F: drivers/leds/leds-pca9532.c | |||
5154 | F: include/linux/leds-pca9532.h | 5170 | F: include/linux/leds-pca9532.h |
5155 | 5171 | ||
5156 | PCA9541 I2C BUS MASTER SELECTOR DRIVER | 5172 | PCA9541 I2C BUS MASTER SELECTOR DRIVER |
5157 | M: Guenter Roeck <guenter.roeck@ericsson.com> | 5173 | M: Guenter Roeck <linux@roeck-us.net> |
5158 | L: linux-i2c@vger.kernel.org | 5174 | L: linux-i2c@vger.kernel.org |
5159 | S: Maintained | 5175 | S: Maintained |
5160 | F: drivers/i2c/muxes/i2c-mux-pca9541.c | 5176 | F: drivers/i2c/muxes/i2c-mux-pca9541.c |
@@ -5174,7 +5190,7 @@ S: Maintained | |||
5174 | F: drivers/firmware/pcdp.* | 5190 | F: drivers/firmware/pcdp.* |
5175 | 5191 | ||
5176 | PCI ERROR RECOVERY | 5192 | PCI ERROR RECOVERY |
5177 | M: Linas Vepstas <linasvepstas@gmail.com> | 5193 | M: Linas Vepstas <linasvepstas@gmail.com> |
5178 | L: linux-pci@vger.kernel.org | 5194 | L: linux-pci@vger.kernel.org |
5179 | S: Supported | 5195 | S: Supported |
5180 | F: Documentation/PCI/pci-error-recovery.txt | 5196 | F: Documentation/PCI/pci-error-recovery.txt |
@@ -5304,7 +5320,7 @@ F: drivers/video/fb-puv3.c | |||
5304 | F: drivers/rtc/rtc-puv3.c | 5320 | F: drivers/rtc/rtc-puv3.c |
5305 | 5321 | ||
5306 | PMBUS HARDWARE MONITORING DRIVERS | 5322 | PMBUS HARDWARE MONITORING DRIVERS |
5307 | M: Guenter Roeck <guenter.roeck@ericsson.com> | 5323 | M: Guenter Roeck <linux@roeck-us.net> |
5308 | L: lm-sensors@lm-sensors.org | 5324 | L: lm-sensors@lm-sensors.org |
5309 | W: http://www.lm-sensors.org/ | 5325 | W: http://www.lm-sensors.org/ |
5310 | W: http://www.roeck-us.net/linux/drivers/ | 5326 | W: http://www.roeck-us.net/linux/drivers/ |
@@ -7299,11 +7315,11 @@ F: Documentation/DocBook/uio-howto.tmpl | |||
7299 | F: drivers/uio/ | 7315 | F: drivers/uio/ |
7300 | F: include/linux/uio*.h | 7316 | F: include/linux/uio*.h |
7301 | 7317 | ||
7302 | UTIL-LINUX-NG PACKAGE | 7318 | UTIL-LINUX PACKAGE |
7303 | M: Karel Zak <kzak@redhat.com> | 7319 | M: Karel Zak <kzak@redhat.com> |
7304 | L: util-linux-ng@vger.kernel.org | 7320 | L: util-linux@vger.kernel.org |
7305 | W: http://kernel.org/~kzak/util-linux-ng/ | 7321 | W: http://en.wikipedia.org/wiki/Util-linux |
7306 | T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git | 7322 | T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git |
7307 | S: Maintained | 7323 | S: Maintained |
7308 | 7324 | ||
7309 | UVESAFB DRIVER | 7325 | UVESAFB DRIVER |