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