diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-01-06 17:31:35 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-01-06 17:32:03 -0500 |
commit | 4ec3eb13634529c0bc7466658d84d0bbe3244aea (patch) | |
tree | b491daac2ccfc7b8ca88e171a43f66888463568a /MAINTAINERS | |
parent | 24056f525051a9e186af28904b396320e18bf9a0 (diff) | |
parent | 15095bb0fe779c0403091bda7adce5fb3bb9ca35 (diff) |
Merge branch 'smp' into misc
Conflicts:
arch/arm/kernel/entry-armv.S
arch/arm/mm/ioremap.c
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 36 |
1 files changed, 25 insertions, 11 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0094224ca79b..b3be8b3d0437 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -161,7 +161,7 @@ M: Greg Kroah-Hartman <gregkh@suse.de> | |||
161 | L: linux-serial@vger.kernel.org | 161 | L: linux-serial@vger.kernel.org |
162 | W: http://serial.sourceforge.net | 162 | W: http://serial.sourceforge.net |
163 | S: Maintained | 163 | S: Maintained |
164 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ | 164 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git |
165 | F: drivers/serial/8250* | 165 | F: drivers/serial/8250* |
166 | F: include/linux/serial_8250.h | 166 | F: include/linux/serial_8250.h |
167 | 167 | ||
@@ -945,7 +945,7 @@ M: Magnus Damm <magnus.damm@gmail.com> | |||
945 | L: linux-sh@vger.kernel.org | 945 | L: linux-sh@vger.kernel.org |
946 | W: http://oss.renesas.com | 946 | W: http://oss.renesas.com |
947 | Q: http://patchwork.kernel.org/project/linux-sh/list/ | 947 | Q: http://patchwork.kernel.org/project/linux-sh/list/ |
948 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/genesis-2.6.git | 948 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest |
949 | S: Supported | 949 | S: Supported |
950 | F: arch/arm/mach-shmobile/ | 950 | F: arch/arm/mach-shmobile/ |
951 | F: drivers/sh/ | 951 | F: drivers/sh/ |
@@ -1359,7 +1359,7 @@ F: include/net/bluetooth/ | |||
1359 | 1359 | ||
1360 | BONDING DRIVER | 1360 | BONDING DRIVER |
1361 | M: Jay Vosburgh <fubar@us.ibm.com> | 1361 | M: Jay Vosburgh <fubar@us.ibm.com> |
1362 | L: bonding-devel@lists.sourceforge.net | 1362 | L: netdev@vger.kernel.org |
1363 | W: http://sourceforge.net/projects/bonding/ | 1363 | W: http://sourceforge.net/projects/bonding/ |
1364 | S: Supported | 1364 | S: Supported |
1365 | F: drivers/net/bonding/ | 1365 | F: drivers/net/bonding/ |
@@ -1829,6 +1829,13 @@ W: http://www.chelsio.com | |||
1829 | S: Supported | 1829 | S: Supported |
1830 | F: drivers/net/cxgb4vf/ | 1830 | F: drivers/net/cxgb4vf/ |
1831 | 1831 | ||
1832 | STMMAC ETHERNET DRIVER | ||
1833 | M: Giuseppe Cavallaro <peppe.cavallaro@st.com> | ||
1834 | L: netdev@vger.kernel.org | ||
1835 | W: http://www.stlinux.com | ||
1836 | S: Supported | ||
1837 | F: drivers/net/stmmac/ | ||
1838 | |||
1832 | CYBERPRO FB DRIVER | 1839 | CYBERPRO FB DRIVER |
1833 | M: Russell King <linux@arm.linux.org.uk> | 1840 | M: Russell King <linux@arm.linux.org.uk> |
1834 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 1841 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
@@ -2008,6 +2015,7 @@ F: drivers/hwmon/dme1737.c | |||
2008 | DOCBOOK FOR DOCUMENTATION | 2015 | DOCBOOK FOR DOCUMENTATION |
2009 | M: Randy Dunlap <rdunlap@xenotime.net> | 2016 | M: Randy Dunlap <rdunlap@xenotime.net> |
2010 | S: Maintained | 2017 | S: Maintained |
2018 | F: scripts/kernel-doc | ||
2011 | 2019 | ||
2012 | DOCKING STATION DRIVER | 2020 | DOCKING STATION DRIVER |
2013 | M: Shaohua Li <shaohua.li@intel.com> | 2021 | M: Shaohua Li <shaohua.li@intel.com> |
@@ -2018,6 +2026,7 @@ F: drivers/acpi/dock.c | |||
2018 | DOCUMENTATION | 2026 | DOCUMENTATION |
2019 | M: Randy Dunlap <rdunlap@xenotime.net> | 2027 | M: Randy Dunlap <rdunlap@xenotime.net> |
2020 | L: linux-doc@vger.kernel.org | 2028 | L: linux-doc@vger.kernel.org |
2029 | T: quilt oss.oracle.com/~rdunlap/kernel-doc-patches/current/ | ||
2021 | S: Maintained | 2030 | S: Maintained |
2022 | F: Documentation/ | 2031 | F: Documentation/ |
2023 | 2032 | ||
@@ -2435,9 +2444,12 @@ F: drivers/net/wan/sdla.c | |||
2435 | FRAMEBUFFER LAYER | 2444 | FRAMEBUFFER LAYER |
2436 | L: linux-fbdev@vger.kernel.org | 2445 | L: linux-fbdev@vger.kernel.org |
2437 | W: http://linux-fbdev.sourceforge.net/ | 2446 | W: http://linux-fbdev.sourceforge.net/ |
2447 | Q: http://patchwork.kernel.org/project/linux-fbdev/list/ | ||
2448 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6.git | ||
2438 | S: Orphan | 2449 | S: Orphan |
2439 | F: Documentation/fb/ | 2450 | F: Documentation/fb/ |
2440 | F: drivers/video/fb* | 2451 | F: drivers/video/ |
2452 | F: include/video/ | ||
2441 | F: include/linux/fb.h | 2453 | F: include/linux/fb.h |
2442 | 2454 | ||
2443 | FREESCALE DMA DRIVER | 2455 | FREESCALE DMA DRIVER |
@@ -5676,7 +5688,7 @@ S: Maintained | |||
5676 | 5688 | ||
5677 | STAGING SUBSYSTEM | 5689 | STAGING SUBSYSTEM |
5678 | M: Greg Kroah-Hartman <gregkh@suse.de> | 5690 | M: Greg Kroah-Hartman <gregkh@suse.de> |
5679 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-next-2.6.git | 5691 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6.git |
5680 | L: devel@driverdev.osuosl.org | 5692 | L: devel@driverdev.osuosl.org |
5681 | S: Maintained | 5693 | S: Maintained |
5682 | F: drivers/staging/ | 5694 | F: drivers/staging/ |
@@ -5705,7 +5717,7 @@ M: Paul Mundt <lethal@linux-sh.org> | |||
5705 | L: linux-sh@vger.kernel.org | 5717 | L: linux-sh@vger.kernel.org |
5706 | W: http://www.linux-sh.org | 5718 | W: http://www.linux-sh.org |
5707 | Q: http://patchwork.kernel.org/project/linux-sh/list/ | 5719 | Q: http://patchwork.kernel.org/project/linux-sh/list/ |
5708 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git | 5720 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest |
5709 | S: Supported | 5721 | S: Supported |
5710 | F: Documentation/sh/ | 5722 | F: Documentation/sh/ |
5711 | F: arch/sh/ | 5723 | F: arch/sh/ |
@@ -5827,6 +5839,8 @@ M: Chris Metcalf <cmetcalf@tilera.com> | |||
5827 | W: http://www.tilera.com/scm/ | 5839 | W: http://www.tilera.com/scm/ |
5828 | S: Supported | 5840 | S: Supported |
5829 | F: arch/tile/ | 5841 | F: arch/tile/ |
5842 | F: drivers/char/hvc_tile.c | ||
5843 | F: drivers/net/tile/ | ||
5830 | 5844 | ||
5831 | TLAN NETWORK DRIVER | 5845 | TLAN NETWORK DRIVER |
5832 | M: Samuel Chessman <chessman@tux.org> | 5846 | M: Samuel Chessman <chessman@tux.org> |
@@ -5910,7 +5924,7 @@ S: Maintained | |||
5910 | TTY LAYER | 5924 | TTY LAYER |
5911 | M: Greg Kroah-Hartman <gregkh@suse.de> | 5925 | M: Greg Kroah-Hartman <gregkh@suse.de> |
5912 | S: Maintained | 5926 | S: Maintained |
5913 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ | 5927 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git |
5914 | F: drivers/char/tty_* | 5928 | F: drivers/char/tty_* |
5915 | F: drivers/serial/serial_core.c | 5929 | F: drivers/serial/serial_core.c |
5916 | F: include/linux/serial_core.h | 5930 | F: include/linux/serial_core.h |
@@ -6233,7 +6247,7 @@ USB SUBSYSTEM | |||
6233 | M: Greg Kroah-Hartman <gregkh@suse.de> | 6247 | M: Greg Kroah-Hartman <gregkh@suse.de> |
6234 | L: linux-usb@vger.kernel.org | 6248 | L: linux-usb@vger.kernel.org |
6235 | W: http://www.linux-usb.org | 6249 | W: http://www.linux-usb.org |
6236 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ | 6250 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git |
6237 | S: Supported | 6251 | S: Supported |
6238 | F: Documentation/usb/ | 6252 | F: Documentation/usb/ |
6239 | F: drivers/net/usb/ | 6253 | F: drivers/net/usb/ |
@@ -6598,14 +6612,14 @@ F: drivers/platform/x86 | |||
6598 | 6612 | ||
6599 | XEN PCI SUBSYSTEM | 6613 | XEN PCI SUBSYSTEM |
6600 | M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 6614 | M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> |
6601 | L: xen-devel@lists.xensource.com | 6615 | L: xen-devel@lists.xensource.com (moderated for non-subscribers) |
6602 | S: Supported | 6616 | S: Supported |
6603 | F: arch/x86/pci/*xen* | 6617 | F: arch/x86/pci/*xen* |
6604 | F: drivers/pci/*xen* | 6618 | F: drivers/pci/*xen* |
6605 | 6619 | ||
6606 | XEN SWIOTLB SUBSYSTEM | 6620 | XEN SWIOTLB SUBSYSTEM |
6607 | M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 6621 | M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> |
6608 | L: xen-devel@lists.xensource.com | 6622 | L: xen-devel@lists.xensource.com (moderated for non-subscribers) |
6609 | S: Supported | 6623 | S: Supported |
6610 | F: arch/x86/xen/*swiotlb* | 6624 | F: arch/x86/xen/*swiotlb* |
6611 | F: drivers/xen/*swiotlb* | 6625 | F: drivers/xen/*swiotlb* |
@@ -6613,7 +6627,7 @@ F: drivers/xen/*swiotlb* | |||
6613 | XEN HYPERVISOR INTERFACE | 6627 | XEN HYPERVISOR INTERFACE |
6614 | M: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | 6628 | M: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> |
6615 | M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 6629 | M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> |
6616 | L: xen-devel@lists.xen.org | 6630 | L: xen-devel@lists.xensource.com (moderated for non-subscribers) |
6617 | L: virtualization@lists.osdl.org | 6631 | L: virtualization@lists.osdl.org |
6618 | S: Supported | 6632 | S: Supported |
6619 | F: arch/x86/xen/ | 6633 | F: arch/x86/xen/ |