aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS58
1 files changed, 45 insertions, 13 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index c6591bca646b..bfa4fd1f3c03 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -71,6 +71,7 @@ Descriptions of section entries:
71 M: Mail patches to: FullName <address@domain> 71 M: Mail patches to: FullName <address@domain>
72 L: Mailing list that is relevant to this area 72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info 73 W: Web-page with status/info
74 Q: Patchwork web based patch tracking system site
74 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. 75 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
75 S: Status, one of the following: 76 S: Status, one of the following:
76 Supported: Someone is actually paid to look after this. 77 Supported: Someone is actually paid to look after this.
@@ -182,6 +183,7 @@ M: Ron Minnich <rminnich@sandia.gov>
182M: Latchesar Ionkov <lucho@ionkov.net> 183M: Latchesar Ionkov <lucho@ionkov.net>
183L: v9fs-developer@lists.sourceforge.net 184L: v9fs-developer@lists.sourceforge.net
184W: http://swik.net/v9fs 185W: http://swik.net/v9fs
186Q: http://patchwork.kernel.org/project/v9fs-devel/list/
185T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git 187T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
186S: Maintained 188S: Maintained
187F: Documentation/filesystems/9p.txt 189F: Documentation/filesystems/9p.txt
@@ -238,6 +240,7 @@ ACPI
238M: Len Brown <lenb@kernel.org> 240M: Len Brown <lenb@kernel.org>
239L: linux-acpi@vger.kernel.org 241L: linux-acpi@vger.kernel.org
240W: http://www.lesswatts.org/projects/acpi/ 242W: http://www.lesswatts.org/projects/acpi/
243Q: http://patchwork.kernel.org/project/linux-acpi/list/
241T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git 244T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
242S: Supported 245S: Supported
243F: drivers/acpi/ 246F: drivers/acpi/
@@ -428,7 +431,6 @@ P: Jordan Crouse
428L: linux-geode@lists.infradead.org (moderated for non-subscribers) 431L: linux-geode@lists.infradead.org (moderated for non-subscribers)
429W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html 432W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
430S: Supported 433S: Supported
431F: arch/x86/kernel/geode_32.c
432F: drivers/char/hw_random/geode-rng.c 434F: drivers/char/hw_random/geode-rng.c
433F: drivers/crypto/geode* 435F: drivers/crypto/geode*
434F: drivers/video/geode/ 436F: drivers/video/geode/
@@ -966,6 +968,13 @@ W: http://www.arm.linux.org.uk/
966S: Maintained 968S: Maintained
967F: arch/arm/vfp/ 969F: arch/arm/vfp/
968 970
971ASC7621 HARDWARE MONITOR DRIVER
972M: George Joseph <george.joseph@fairview5.com>
973L: lm-sensors@lm-sensors.org
974S: Maintained
975F: Documentation/hwmon/asc7621
976F: drivers/hwmon/asc7621.c
977
969ASUS ACPI EXTRAS DRIVER 978ASUS ACPI EXTRAS DRIVER
970M: Corentin Chary <corentincj@iksaif.net> 979M: Corentin Chary <corentincj@iksaif.net>
971M: Karol Kozimor <sziwan@users.sourceforge.net> 980M: Karol Kozimor <sziwan@users.sourceforge.net>
@@ -1332,6 +1341,7 @@ BTRFS FILE SYSTEM
1332M: Chris Mason <chris.mason@oracle.com> 1341M: Chris Mason <chris.mason@oracle.com>
1333L: linux-btrfs@vger.kernel.org 1342L: linux-btrfs@vger.kernel.org
1334W: http://btrfs.wiki.kernel.org/ 1343W: http://btrfs.wiki.kernel.org/
1344Q: http://patchwork.kernel.org/project/linux-btrfs/list/
1335T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git 1345T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1336S: Maintained 1346S: Maintained
1337F: Documentation/filesystems/btrfs.txt 1347F: Documentation/filesystems/btrfs.txt
@@ -1496,6 +1506,7 @@ M: Steve French <sfrench@samba.org>
1496L: linux-cifs-client@lists.samba.org (moderated for non-subscribers) 1506L: linux-cifs-client@lists.samba.org (moderated for non-subscribers)
1497L: samba-technical@lists.samba.org (moderated for non-subscribers) 1507L: samba-technical@lists.samba.org (moderated for non-subscribers)
1498W: http://linux-cifs.samba.org/ 1508W: http://linux-cifs.samba.org/
1509Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/
1499T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git 1510T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1500S: Supported 1511S: Supported
1501F: Documentation/filesystems/cifs.txt 1512F: Documentation/filesystems/cifs.txt
@@ -1782,6 +1793,7 @@ DEVICE-MAPPER (LVM)
1782P: Alasdair Kergon 1793P: Alasdair Kergon
1783L: dm-devel@redhat.com 1794L: dm-devel@redhat.com
1784W: http://sources.redhat.com/dm 1795W: http://sources.redhat.com/dm
1796Q: http://patchwork.kernel.org/project/dm-devel/list/
1785S: Maintained 1797S: Maintained
1786F: Documentation/device-mapper/ 1798F: Documentation/device-mapper/
1787F: drivers/md/dm* 1799F: drivers/md/dm*
@@ -2126,6 +2138,7 @@ M: "Theodore Ts'o" <tytso@mit.edu>
2126M: Andreas Dilger <adilger@sun.com> 2138M: Andreas Dilger <adilger@sun.com>
2127L: linux-ext4@vger.kernel.org 2139L: linux-ext4@vger.kernel.org
2128W: http://ext4.wiki.kernel.org 2140W: http://ext4.wiki.kernel.org
2141Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
2129S: Maintained 2142S: Maintained
2130F: Documentation/filesystems/ext4.txt 2143F: Documentation/filesystems/ext4.txt
2131F: fs/ext4/ 2144F: fs/ext4/
@@ -2502,13 +2515,6 @@ L: linux-parisc@vger.kernel.org
2502S: Maintained 2515S: Maintained
2503F: sound/parisc/harmony.* 2516F: sound/parisc/harmony.*
2504 2517
2505HAYES ESP SERIAL DRIVER
2506M: "Andrew J. Robinson" <arobinso@nyx.net>
2507W: http://www.nyx.net/~arobinso
2508S: Maintained
2509F: Documentation/serial/hayes-esp.txt
2510F: drivers/char/esp.c
2511
2512HEWLETT-PACKARD SMART2 RAID DRIVER 2518HEWLETT-PACKARD SMART2 RAID DRIVER
2513M: Chirag Kantharia <chirag.kantharia@hp.com> 2519M: Chirag Kantharia <chirag.kantharia@hp.com>
2514L: iss_storagedev@hp.com 2520L: iss_storagedev@hp.com
@@ -2717,6 +2723,7 @@ F: drivers/scsi/ips.*
2717IDE SUBSYSTEM 2723IDE SUBSYSTEM
2718M: "David S. Miller" <davem@davemloft.net> 2724M: "David S. Miller" <davem@davemloft.net>
2719L: linux-ide@vger.kernel.org 2725L: linux-ide@vger.kernel.org
2726Q: http://patchwork.ozlabs.org/project/linux-ide/list/
2720T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git 2727T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2721S: Maintained 2728S: Maintained
2722F: Documentation/ide/ 2729F: Documentation/ide/
@@ -2771,6 +2778,7 @@ M: Sean Hefty <sean.hefty@intel.com>
2771M: Hal Rosenstock <hal.rosenstock@gmail.com> 2778M: Hal Rosenstock <hal.rosenstock@gmail.com>
2772L: linux-rdma@vger.kernel.org 2779L: linux-rdma@vger.kernel.org
2773W: http://www.openib.org/ 2780W: http://www.openib.org/
2781Q: http://patchwork.kernel.org/project/linux-rdma/list/
2774T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git 2782T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2775S: Supported 2783S: Supported
2776F: Documentation/infiniband/ 2784F: Documentation/infiniband/
@@ -2790,6 +2798,7 @@ INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2790M: Dmitry Torokhov <dmitry.torokhov@gmail.com> 2798M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2791M: Dmitry Torokhov <dtor@mail.ru> 2799M: Dmitry Torokhov <dtor@mail.ru>
2792L: linux-input@vger.kernel.org 2800L: linux-input@vger.kernel.org
2801Q: http://patchwork.kernel.org/project/linux-input/list/
2793T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git 2802T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2794S: Maintained 2803S: Maintained
2795F: drivers/input/ 2804F: drivers/input/
@@ -3046,6 +3055,13 @@ W: http://www.melware.de
3046S: Maintained 3055S: Maintained
3047F: drivers/isdn/hardware/eicon/ 3056F: drivers/isdn/hardware/eicon/
3048 3057
3058IT87 HARDWARE MONITORING DRIVER
3059M: Jean Delvare <khali@linux-fr.org>
3060L: lm-sensors@lm-sensors.org
3061S: Maintained
3062F: Documentation/hwmon/it87
3063F: drivers/hwmon/it87.c
3064
3049IVTV VIDEO4LINUX DRIVER 3065IVTV VIDEO4LINUX DRIVER
3050M: Andy Walls <awalls@radix.net> 3066M: Andy Walls <awalls@radix.net>
3051L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers) 3067L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
@@ -3099,6 +3115,7 @@ F: drivers/hwmon/k8temp.c
3099KCONFIG 3115KCONFIG
3100M: Roman Zippel <zippel@linux-m68k.org> 3116M: Roman Zippel <zippel@linux-m68k.org>
3101L: linux-kbuild@vger.kernel.org 3117L: linux-kbuild@vger.kernel.org
3118Q: http://patchwork.kernel.org/project/linux-kbuild/list/
3102S: Maintained 3119S: Maintained
3103F: Documentation/kbuild/kconfig-language.txt 3120F: Documentation/kbuild/kconfig-language.txt
3104F: scripts/kconfig/ 3121F: scripts/kconfig/
@@ -3173,7 +3190,7 @@ F: arch/x86/include/asm/svm.h
3173F: arch/x86/kvm/svm.c 3190F: arch/x86/kvm/svm.c
3174 3191
3175KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC 3192KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3176M: Hollis Blanchard <hollisb@us.ibm.com> 3193M: Alexander Graf <agraf@suse.de>
3177L: kvm-ppc@vger.kernel.org 3194L: kvm-ppc@vger.kernel.org
3178W: http://kvm.qumranet.com 3195W: http://kvm.qumranet.com
3179S: Supported 3196S: Supported
@@ -3312,6 +3329,7 @@ M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3312M: Paul Mackerras <paulus@samba.org> 3329M: Paul Mackerras <paulus@samba.org>
3313W: http://www.penguinppc.org/ 3330W: http://www.penguinppc.org/
3314L: linuxppc-dev@ozlabs.org 3331L: linuxppc-dev@ozlabs.org
3332Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
3315T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git 3333T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3316S: Supported 3334S: Supported
3317F: Documentation/powerpc/ 3335F: Documentation/powerpc/
@@ -3568,6 +3586,7 @@ M: Mauro Carvalho Chehab <mchehab@infradead.org>
3568P: LinuxTV.org Project 3586P: LinuxTV.org Project
3569L: linux-media@vger.kernel.org 3587L: linux-media@vger.kernel.org
3570W: http://linuxtv.org 3588W: http://linuxtv.org
3589Q: http://patchwork.kernel.org/project/linux-media/list/
3571T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 3590T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3572S: Maintained 3591S: Maintained
3573F: Documentation/dvb/ 3592F: Documentation/dvb/
@@ -3603,8 +3622,9 @@ F: mm/memcontrol.c
3603 3622
3604MEMORY TECHNOLOGY DEVICES (MTD) 3623MEMORY TECHNOLOGY DEVICES (MTD)
3605M: David Woodhouse <dwmw2@infradead.org> 3624M: David Woodhouse <dwmw2@infradead.org>
3606W: http://www.linux-mtd.infradead.org/
3607L: linux-mtd@lists.infradead.org 3625L: linux-mtd@lists.infradead.org
3626W: http://www.linux-mtd.infradead.org/
3627Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
3608T: git git://git.infradead.org/mtd-2.6.git 3628T: git git://git.infradead.org/mtd-2.6.git
3609S: Maintained 3629S: Maintained
3610F: drivers/mtd/ 3630F: drivers/mtd/
@@ -3864,6 +3884,7 @@ S: Maintained
3864NETWORKING [WIRELESS] 3884NETWORKING [WIRELESS]
3865M: "John W. Linville" <linville@tuxdriver.com> 3885M: "John W. Linville" <linville@tuxdriver.com>
3866L: linux-wireless@vger.kernel.org 3886L: linux-wireless@vger.kernel.org
3887Q: http://patchwork.kernel.org/project/linux-wireless/list/
3867T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 3888T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3868S: Maintained 3889S: Maintained
3869F: net/mac80211/ 3890F: net/mac80211/
@@ -3956,6 +3977,7 @@ M: Tony Lindgren <tony@atomide.com>
3956L: linux-omap@vger.kernel.org 3977L: linux-omap@vger.kernel.org
3957W: http://www.muru.com/linux/omap/ 3978W: http://www.muru.com/linux/omap/
3958W: http://linux.omap.com/ 3979W: http://linux.omap.com/
3980Q: http://patchwork.kernel.org/project/linux-omap/list/
3959T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git 3981T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
3960S: Maintained 3982S: Maintained
3961F: arch/arm/*omap*/ 3983F: arch/arm/*omap*/
@@ -4182,6 +4204,7 @@ M: Helge Deller <deller@gmx.de>
4182M: "James E.J. Bottomley" <jejb@parisc-linux.org> 4204M: "James E.J. Bottomley" <jejb@parisc-linux.org>
4183L: linux-parisc@vger.kernel.org 4205L: linux-parisc@vger.kernel.org
4184W: http://www.parisc-linux.org/ 4206W: http://www.parisc-linux.org/
4207Q: http://patchwork.kernel.org/project/linux-parisc/list/
4185T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git 4208T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4186S: Maintained 4209S: Maintained
4187F: arch/parisc/ 4210F: arch/parisc/
@@ -4224,6 +4247,7 @@ F: Documentation/powerpc/eeh-pci-error-recovery.txt
4224PCI SUBSYSTEM 4247PCI SUBSYSTEM
4225M: Jesse Barnes <jbarnes@virtuousgeek.org> 4248M: Jesse Barnes <jbarnes@virtuousgeek.org>
4226L: linux-pci@vger.kernel.org 4249L: linux-pci@vger.kernel.org
4250Q: http://patchwork.kernel.org/project/linux-pci/list/
4227T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git 4251T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4228S: Supported 4252S: Supported
4229F: Documentation/PCI/ 4253F: Documentation/PCI/
@@ -4265,7 +4289,9 @@ M: Ingo Molnar <mingo@elte.hu>
4265S: Supported 4289S: Supported
4266F: kernel/perf_event.c 4290F: kernel/perf_event.c
4267F: include/linux/perf_event.h 4291F: include/linux/perf_event.h
4268F: arch/*/*/kernel/perf_event.c 4292F: arch/*/kernel/perf_event.c
4293F: arch/*/kernel/*/perf_event.c
4294F: arch/*/kernel/*/*/perf_event.c
4269F: arch/*/include/asm/perf_event.h 4295F: arch/*/include/asm/perf_event.h
4270F: arch/*/lib/perf_event.c 4296F: arch/*/lib/perf_event.c
4271F: arch/*/kernel/perf_callchain.c 4297F: arch/*/kernel/perf_callchain.c
@@ -4599,6 +4625,7 @@ F: include/linux/rtc.h
4599REAL TIME CLOCK (RTC) SUBSYSTEM 4625REAL TIME CLOCK (RTC) SUBSYSTEM
4600M: Alessandro Zummo <a.zummo@towertech.it> 4626M: Alessandro Zummo <a.zummo@towertech.it>
4601L: rtc-linux@googlegroups.com 4627L: rtc-linux@googlegroups.com
4628Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
4602S: Maintained 4629S: Maintained
4603F: Documentation/rtc.txt 4630F: Documentation/rtc.txt
4604F: drivers/rtc/ 4631F: drivers/rtc/
@@ -4966,6 +4993,7 @@ F: drivers/*/*/*s3c2410*
4966TI DAVINCI MACHINE SUPPORT 4993TI DAVINCI MACHINE SUPPORT
4967P: Kevin Hilman 4994P: Kevin Hilman
4968M: davinci-linux-open-source@linux.davincidsp.com 4995M: davinci-linux-open-source@linux.davincidsp.com
4996Q: http://patchwork.kernel.org/project/linux-davinci/list/
4969S: Supported 4997S: Supported
4970F: arch/arm/mach-davinci 4998F: arch/arm/mach-davinci
4971 4999
@@ -5131,6 +5159,7 @@ F: include/sound/soc*
5131SPARC + UltraSPARC (sparc/sparc64) 5159SPARC + UltraSPARC (sparc/sparc64)
5132M: "David S. Miller" <davem@davemloft.net> 5160M: "David S. Miller" <davem@davemloft.net>
5133L: sparclinux@vger.kernel.org 5161L: sparclinux@vger.kernel.org
5162Q: http://patchwork.ozlabs.org/project/sparclinux/list/
5134T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git 5163T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5135T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git 5164T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5136S: Maintained 5165S: Maintained
@@ -5146,6 +5175,7 @@ SPI SUBSYSTEM
5146M: David Brownell <dbrownell@users.sourceforge.net> 5175M: David Brownell <dbrownell@users.sourceforge.net>
5147M: Grant Likely <grant.likely@secretlab.ca> 5176M: Grant Likely <grant.likely@secretlab.ca>
5148L: spi-devel-general@lists.sourceforge.net 5177L: spi-devel-general@lists.sourceforge.net
5178Q: http://patchwork.kernel.org/project/spi-devel-general/list/
5149S: Maintained 5179S: Maintained
5150F: Documentation/spi/ 5180F: Documentation/spi/
5151F: drivers/spi/ 5181F: drivers/spi/
@@ -5201,7 +5231,7 @@ F: drivers/net/starfire*
5201 5231
5202STARMODE RADIO IP (STRIP) PROTOCOL DRIVER 5232STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5203S: Orphan 5233S: Orphan
5204F: drivers/net/wireless/strip.c 5234F: drivers/staging/strip/strip.c
5205F: include/linux/if_strip.h 5235F: include/linux/if_strip.h
5206 5236
5207STRADIS MPEG-2 DECODER DRIVER 5237STRADIS MPEG-2 DECODER DRIVER
@@ -5222,6 +5252,7 @@ SUPERH
5222M: Paul Mundt <lethal@linux-sh.org> 5252M: Paul Mundt <lethal@linux-sh.org>
5223L: linux-sh@vger.kernel.org 5253L: linux-sh@vger.kernel.org
5224W: http://www.linux-sh.org 5254W: http://www.linux-sh.org
5255Q: http://patchwork.kernel.org/project/linux-sh/list/
5225T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git 5256T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5226S: Supported 5257S: Supported
5227F: Documentation/sh/ 5258F: Documentation/sh/
@@ -5989,7 +6020,7 @@ L: linux-wireless@vger.kernel.org
5989W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ 6020W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
5990S: Maintained 6021S: Maintained
5991F: Documentation/networking/wavelan.txt 6022F: Documentation/networking/wavelan.txt
5992F: drivers/net/wireless/wavelan* 6023F: drivers/staging/wavelan/
5993 6024
5994WD7000 SCSI DRIVER 6025WD7000 SCSI DRIVER
5995M: Miroslav Zagorac <zaga@fly.cc.fer.hr> 6026M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
@@ -6185,6 +6216,7 @@ F: drivers/serial/zs.*
6185THE REST 6216THE REST
6186M: Linus Torvalds <torvalds@linux-foundation.org> 6217M: Linus Torvalds <torvalds@linux-foundation.org>
6187L: linux-kernel@vger.kernel.org 6218L: linux-kernel@vger.kernel.org
6219Q: http://patchwork.kernel.org/project/LKML/list/
6188T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git 6220T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6189S: Buried alive in reporters 6221S: Buried alive in reporters
6190F: * 6222F: *