diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-30 10:59:37 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-30 10:59:37 -0500 |
commit | b4d48c942c17ce3d3a330ad91e109e522bc97378 (patch) | |
tree | 3365292f3a5a502edb51492d011fd326c930ca40 /MAINTAINERS | |
parent | 1a5cd29631a6b75e49e6ad8a770ab9d69cda0fa2 (diff) | |
parent | 5f0a6e2d503896062f641639dacfe5055c2f593b (diff) |
Merge tag 'v3.2-rc7' into staging/for_v3.3
Linux 3.2-rc7
* tag 'v3.2-rc7': (1304 commits)
Linux 3.2-rc7
netfilter: xt_connbytes: handle negation correctly
Btrfs: call d_instantiate after all ops are setup
Btrfs: fix worker lock misuse in find_worker
net: relax rcvbuf limits
rps: fix insufficient bounds checking in store_rps_dev_flow_table_cnt()
net: introduce DST_NOPEER dst flag
mqprio: Avoid panic if no options are provided
bridge: provide a mtu() method for fake_dst_ops
md/bitmap: It is OK to clear bits during recovery.
md: don't give up looking for spares on first failure-to-add
md/raid5: ensure correct assessment of drives during degraded reshape.
md/linear: fix hot-add of devices to linear arrays.
sparc64: Fix MSIQ HV call ordering in pci_sun4v_msiq_build_irq().
pata_of_platform: Add missing CONFIG_OF_IRQ dependency.
ipv4: using prefetch requires including prefetch.h
VFS: Fix race between CPU hotplug and lglocks
vfs: __read_cache_page should use gfp argument rather than GFP_KERNEL
USB: Fix usb/isp1760 build on sparc
net: Add a flow_cache_flush_deferred function
...
Conflicts:
drivers/media/common/tuners/tda18218.c
drivers/media/video/omap3isp/ispccdc.c
drivers/staging/media/as102/as102_drv.h
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 88 |
1 files changed, 49 insertions, 39 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 879b02ceebcf..39723f1a375b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -511,8 +511,8 @@ M: Joerg Roedel <joerg.roedel@amd.com> | |||
511 | L: iommu@lists.linux-foundation.org | 511 | L: iommu@lists.linux-foundation.org |
512 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git | 512 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git |
513 | S: Supported | 513 | S: Supported |
514 | F: arch/x86/kernel/amd_iommu*.c | 514 | F: drivers/iommu/amd_iommu*.[ch] |
515 | F: arch/x86/include/asm/amd_iommu*.h | 515 | F: include/linux/amd-iommu.h |
516 | 516 | ||
517 | AMD MICROCODE UPDATE SUPPORT | 517 | AMD MICROCODE UPDATE SUPPORT |
518 | M: Andreas Herrmann <andreas.herrmann3@amd.com> | 518 | M: Andreas Herrmann <andreas.herrmann3@amd.com> |
@@ -789,6 +789,7 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | |||
789 | S: Maintained | 789 | S: Maintained |
790 | T: git git://git.pengutronix.de/git/imx/linux-2.6.git | 790 | T: git git://git.pengutronix.de/git/imx/linux-2.6.git |
791 | F: arch/arm/mach-mx*/ | 791 | F: arch/arm/mach-mx*/ |
792 | F: arch/arm/mach-imx/ | ||
792 | F: arch/arm/plat-mxc/ | 793 | F: arch/arm/plat-mxc/ |
793 | 794 | ||
794 | ARM/FREESCALE IMX51 | 795 | ARM/FREESCALE IMX51 |
@@ -804,6 +805,13 @@ S: Maintained | |||
804 | T: git git://git.linaro.org/people/shawnguo/linux-2.6.git | 805 | T: git git://git.linaro.org/people/shawnguo/linux-2.6.git |
805 | F: arch/arm/mach-imx/*imx6* | 806 | F: arch/arm/mach-imx/*imx6* |
806 | 807 | ||
808 | ARM/FREESCALE MXS ARM ARCHITECTURE | ||
809 | M: Shawn Guo <shawn.guo@linaro.org> | ||
810 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
811 | S: Maintained | ||
812 | T: git git://git.linaro.org/people/shawnguo/linux-2.6.git | ||
813 | F: arch/arm/mach-mxs/ | ||
814 | |||
807 | ARM/GLOMATION GESBC9312SX MACHINE SUPPORT | 815 | ARM/GLOMATION GESBC9312SX MACHINE SUPPORT |
808 | M: Lennert Buytenhek <kernel@wantstofly.org> | 816 | M: Lennert Buytenhek <kernel@wantstofly.org> |
809 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 817 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
@@ -1046,35 +1054,18 @@ ARM/SAMSUNG ARM ARCHITECTURES | |||
1046 | M: Ben Dooks <ben-linux@fluff.org> | 1054 | M: Ben Dooks <ben-linux@fluff.org> |
1047 | M: Kukjin Kim <kgene.kim@samsung.com> | 1055 | M: Kukjin Kim <kgene.kim@samsung.com> |
1048 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 1056 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
1057 | L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) | ||
1049 | W: http://www.fluff.org/ben/linux/ | 1058 | W: http://www.fluff.org/ben/linux/ |
1050 | S: Maintained | 1059 | S: Maintained |
1051 | F: arch/arm/plat-samsung/ | 1060 | F: arch/arm/plat-samsung/ |
1052 | F: arch/arm/plat-s3c24xx/ | 1061 | F: arch/arm/plat-s3c24xx/ |
1053 | F: arch/arm/plat-s5p/ | 1062 | F: arch/arm/plat-s5p/ |
1063 | F: arch/arm/mach-s3c24*/ | ||
1064 | F: arch/arm/mach-s3c64xx/ | ||
1054 | F: drivers/*/*s3c2410* | 1065 | F: drivers/*/*s3c2410* |
1055 | F: drivers/*/*/*s3c2410* | 1066 | F: drivers/*/*/*s3c2410* |
1056 | 1067 | F: drivers/spi/spi-s3c* | |
1057 | ARM/S3C2410 ARM ARCHITECTURE | 1068 | F: sound/soc/samsung/* |
1058 | M: Ben Dooks <ben-linux@fluff.org> | ||
1059 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
1060 | W: http://www.fluff.org/ben/linux/ | ||
1061 | S: Maintained | ||
1062 | F: arch/arm/mach-s3c2410/ | ||
1063 | |||
1064 | ARM/S3C244x ARM ARCHITECTURE | ||
1065 | M: Ben Dooks <ben-linux@fluff.org> | ||
1066 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
1067 | W: http://www.fluff.org/ben/linux/ | ||
1068 | S: Maintained | ||
1069 | F: arch/arm/mach-s3c2440/ | ||
1070 | F: arch/arm/mach-s3c2443/ | ||
1071 | |||
1072 | ARM/S3C64xx ARM ARCHITECTURE | ||
1073 | M: Ben Dooks <ben-linux@fluff.org> | ||
1074 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
1075 | W: http://www.fluff.org/ben/linux/ | ||
1076 | S: Maintained | ||
1077 | F: arch/arm/mach-s3c64xx/ | ||
1078 | 1069 | ||
1079 | ARM/S5P EXYNOS ARM ARCHITECTURES | 1070 | ARM/S5P EXYNOS ARM ARCHITECTURES |
1080 | M: Kukjin Kim <kgene.kim@samsung.com> | 1071 | M: Kukjin Kim <kgene.kim@samsung.com> |
@@ -1789,6 +1780,14 @@ F: include/net/cfg80211.h | |||
1789 | F: net/wireless/* | 1780 | F: net/wireless/* |
1790 | X: net/wireless/wext* | 1781 | X: net/wireless/wext* |
1791 | 1782 | ||
1783 | CHAR and MISC DRIVERS | ||
1784 | M: Arnd Bergmann <arnd@arndb.de> | ||
1785 | M: Greg Kroah-Hartman <greg@kroah.com> | ||
1786 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git | ||
1787 | S: Maintained | ||
1788 | F: drivers/char/* | ||
1789 | F: drivers/misc/* | ||
1790 | |||
1792 | CHECKPATCH | 1791 | CHECKPATCH |
1793 | M: Andy Whitcroft <apw@canonical.com> | 1792 | M: Andy Whitcroft <apw@canonical.com> |
1794 | S: Supported | 1793 | S: Supported |
@@ -1927,9 +1926,11 @@ S: Maintained | |||
1927 | F: drivers/connector/ | 1926 | F: drivers/connector/ |
1928 | 1927 | ||
1929 | CONTROL GROUPS (CGROUPS) | 1928 | CONTROL GROUPS (CGROUPS) |
1930 | M: Paul Menage <paul@paulmenage.org> | 1929 | M: Tejun Heo <tj@kernel.org> |
1931 | M: Li Zefan <lizf@cn.fujitsu.com> | 1930 | M: Li Zefan <lizf@cn.fujitsu.com> |
1932 | L: containers@lists.linux-foundation.org | 1931 | L: containers@lists.linux-foundation.org |
1932 | L: cgroups@vger.kernel.org | ||
1933 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git | ||
1933 | S: Maintained | 1934 | S: Maintained |
1934 | F: include/linux/cgroup* | 1935 | F: include/linux/cgroup* |
1935 | F: kernel/cgroup* | 1936 | F: kernel/cgroup* |
@@ -2584,7 +2585,7 @@ S: Maintained | |||
2584 | F: drivers/net/ethernet/i825xx/eexpress.* | 2585 | F: drivers/net/ethernet/i825xx/eexpress.* |
2585 | 2586 | ||
2586 | ETHERNET BRIDGE | 2587 | ETHERNET BRIDGE |
2587 | M: Stephen Hemminger <shemminger@linux-foundation.org> | 2588 | M: Stephen Hemminger <shemminger@vyatta.com> |
2588 | L: bridge@lists.linux-foundation.org | 2589 | L: bridge@lists.linux-foundation.org |
2589 | L: netdev@vger.kernel.org | 2590 | L: netdev@vger.kernel.org |
2590 | W: http://www.linuxfoundation.org/en/Net:Bridge | 2591 | W: http://www.linuxfoundation.org/en/Net:Bridge |
@@ -3108,6 +3109,7 @@ F: include/linux/hid* | |||
3108 | 3109 | ||
3109 | HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS | 3110 | HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS |
3110 | M: Thomas Gleixner <tglx@linutronix.de> | 3111 | M: Thomas Gleixner <tglx@linutronix.de> |
3112 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core | ||
3111 | S: Maintained | 3113 | S: Maintained |
3112 | F: Documentation/timers/ | 3114 | F: Documentation/timers/ |
3113 | F: kernel/hrtimer.c | 3115 | F: kernel/hrtimer.c |
@@ -3617,7 +3619,7 @@ F: net/irda/ | |||
3617 | IRQ SUBSYSTEM | 3619 | IRQ SUBSYSTEM |
3618 | M: Thomas Gleixner <tglx@linutronix.de> | 3620 | M: Thomas Gleixner <tglx@linutronix.de> |
3619 | S: Maintained | 3621 | S: Maintained |
3620 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git irq/core | 3622 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core |
3621 | F: kernel/irq/ | 3623 | F: kernel/irq/ |
3622 | 3624 | ||
3623 | ISAPNP | 3625 | ISAPNP |
@@ -3726,7 +3728,7 @@ F: fs/jbd2/ | |||
3726 | F: include/linux/jbd2.h | 3728 | F: include/linux/jbd2.h |
3727 | 3729 | ||
3728 | JSM Neo PCI based serial card | 3730 | JSM Neo PCI based serial card |
3729 | M: Breno Leitao <leitao@linux.vnet.ibm.com> | 3731 | M: Lucas Tavares <lucaskt@linux.vnet.ibm.com> |
3730 | L: linux-serial@vger.kernel.org | 3732 | L: linux-serial@vger.kernel.org |
3731 | S: Maintained | 3733 | S: Maintained |
3732 | F: drivers/tty/serial/jsm/ | 3734 | F: drivers/tty/serial/jsm/ |
@@ -4105,7 +4107,7 @@ F: drivers/hwmon/lm90.c | |||
4105 | LOCKDEP AND LOCKSTAT | 4107 | LOCKDEP AND LOCKSTAT |
4106 | M: Peter Zijlstra <peterz@infradead.org> | 4108 | M: Peter Zijlstra <peterz@infradead.org> |
4107 | M: Ingo Molnar <mingo@redhat.com> | 4109 | M: Ingo Molnar <mingo@redhat.com> |
4108 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git | 4110 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking |
4109 | S: Maintained | 4111 | S: Maintained |
4110 | F: Documentation/lockdep*.txt | 4112 | F: Documentation/lockdep*.txt |
4111 | F: Documentation/lockstat.txt | 4113 | F: Documentation/lockstat.txt |
@@ -4287,7 +4289,9 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |||
4287 | S: Maintained | 4289 | S: Maintained |
4288 | F: Documentation/dvb/ | 4290 | F: Documentation/dvb/ |
4289 | F: Documentation/video4linux/ | 4291 | F: Documentation/video4linux/ |
4292 | F: Documentation/DocBook/media/ | ||
4290 | F: drivers/media/ | 4293 | F: drivers/media/ |
4294 | F: drivers/staging/media/ | ||
4291 | F: include/media/ | 4295 | F: include/media/ |
4292 | F: include/linux/dvb/ | 4296 | F: include/linux/dvb/ |
4293 | F: include/linux/videodev*.h | 4297 | F: include/linux/videodev*.h |
@@ -4309,9 +4313,11 @@ F: include/linux/mm.h | |||
4309 | F: mm/ | 4313 | F: mm/ |
4310 | 4314 | ||
4311 | MEMORY RESOURCE CONTROLLER | 4315 | MEMORY RESOURCE CONTROLLER |
4316 | M: Johannes Weiner <hannes@cmpxchg.org> | ||
4317 | M: Michal Hocko <mhocko@suse.cz> | ||
4312 | M: Balbir Singh <bsingharora@gmail.com> | 4318 | M: Balbir Singh <bsingharora@gmail.com> |
4313 | M: Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp> | ||
4314 | M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> | 4319 | M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> |
4320 | L: cgroups@vger.kernel.org | ||
4315 | L: linux-mm@kvack.org | 4321 | L: linux-mm@kvack.org |
4316 | S: Maintained | 4322 | S: Maintained |
4317 | F: mm/memcontrol.c | 4323 | F: mm/memcontrol.c |
@@ -4345,7 +4351,7 @@ MIPS | |||
4345 | M: Ralf Baechle <ralf@linux-mips.org> | 4351 | M: Ralf Baechle <ralf@linux-mips.org> |
4346 | L: linux-mips@linux-mips.org | 4352 | L: linux-mips@linux-mips.org |
4347 | W: http://www.linux-mips.org/ | 4353 | W: http://www.linux-mips.org/ |
4348 | T: git git://git.linux-mips.org/pub/scm/linux.git | 4354 | T: git git://git.linux-mips.org/pub/scm/ralf/linux.git |
4349 | Q: http://patchwork.linux-mips.org/project/linux-mips/list/ | 4355 | Q: http://patchwork.linux-mips.org/project/linux-mips/list/ |
4350 | S: Supported | 4356 | S: Supported |
4351 | F: Documentation/mips/ | 4357 | F: Documentation/mips/ |
@@ -4478,7 +4484,7 @@ S: Supported | |||
4478 | F: drivers/infiniband/hw/nes/ | 4484 | F: drivers/infiniband/hw/nes/ |
4479 | 4485 | ||
4480 | NETEM NETWORK EMULATOR | 4486 | NETEM NETWORK EMULATOR |
4481 | M: Stephen Hemminger <shemminger@linux-foundation.org> | 4487 | M: Stephen Hemminger <shemminger@vyatta.com> |
4482 | L: netem@lists.linux-foundation.org | 4488 | L: netem@lists.linux-foundation.org |
4483 | S: Maintained | 4489 | S: Maintained |
4484 | F: net/sched/sch_netem.c | 4490 | F: net/sched/sch_netem.c |
@@ -4955,7 +4961,7 @@ F: drivers/char/ppdev.c | |||
4955 | F: include/linux/ppdev.h | 4961 | F: include/linux/ppdev.h |
4956 | 4962 | ||
4957 | PARAVIRT_OPS INTERFACE | 4963 | PARAVIRT_OPS INTERFACE |
4958 | M: Jeremy Fitzhardinge <jeremy@xensource.com> | 4964 | M: Jeremy Fitzhardinge <jeremy@goop.org> |
4959 | M: Chris Wright <chrisw@sous-sol.org> | 4965 | M: Chris Wright <chrisw@sous-sol.org> |
4960 | M: Alok Kataria <akataria@vmware.com> | 4966 | M: Alok Kataria <akataria@vmware.com> |
4961 | M: Rusty Russell <rusty@rustcorp.com.au> | 4967 | M: Rusty Russell <rusty@rustcorp.com.au> |
@@ -5091,6 +5097,7 @@ M: Peter Zijlstra <a.p.zijlstra@chello.nl> | |||
5091 | M: Paul Mackerras <paulus@samba.org> | 5097 | M: Paul Mackerras <paulus@samba.org> |
5092 | M: Ingo Molnar <mingo@elte.hu> | 5098 | M: Ingo Molnar <mingo@elte.hu> |
5093 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> | 5099 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
5100 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core | ||
5094 | S: Supported | 5101 | S: Supported |
5095 | F: kernel/events/* | 5102 | F: kernel/events/* |
5096 | F: include/linux/perf_event.h | 5103 | F: include/linux/perf_event.h |
@@ -5170,6 +5177,7 @@ F: drivers/scsi/pm8001/ | |||
5170 | 5177 | ||
5171 | POSIX CLOCKS and TIMERS | 5178 | POSIX CLOCKS and TIMERS |
5172 | M: Thomas Gleixner <tglx@linutronix.de> | 5179 | M: Thomas Gleixner <tglx@linutronix.de> |
5180 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core | ||
5173 | S: Supported | 5181 | S: Supported |
5174 | F: fs/timerfd.c | 5182 | F: fs/timerfd.c |
5175 | F: include/linux/timer* | 5183 | F: include/linux/timer* |
@@ -5664,7 +5672,6 @@ F: drivers/media/video/*7146* | |||
5664 | F: include/media/*7146* | 5672 | F: include/media/*7146* |
5665 | 5673 | ||
5666 | SAMSUNG AUDIO (ASoC) DRIVERS | 5674 | SAMSUNG AUDIO (ASoC) DRIVERS |
5667 | M: Jassi Brar <jassisinghbrar@gmail.com> | ||
5668 | M: Sangbeom Kim <sbkim73@samsung.com> | 5675 | M: Sangbeom Kim <sbkim73@samsung.com> |
5669 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) | 5676 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
5670 | S: Supported | 5677 | S: Supported |
@@ -5686,6 +5693,7 @@ F: drivers/dma/dw_dmac.c | |||
5686 | TIMEKEEPING, NTP | 5693 | TIMEKEEPING, NTP |
5687 | M: John Stultz <johnstul@us.ibm.com> | 5694 | M: John Stultz <johnstul@us.ibm.com> |
5688 | M: Thomas Gleixner <tglx@linutronix.de> | 5695 | M: Thomas Gleixner <tglx@linutronix.de> |
5696 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core | ||
5689 | S: Supported | 5697 | S: Supported |
5690 | F: include/linux/clocksource.h | 5698 | F: include/linux/clocksource.h |
5691 | F: include/linux/time.h | 5699 | F: include/linux/time.h |
@@ -5710,6 +5718,7 @@ F: drivers/watchdog/sc1200wdt.c | |||
5710 | SCHEDULER | 5718 | SCHEDULER |
5711 | M: Ingo Molnar <mingo@elte.hu> | 5719 | M: Ingo Molnar <mingo@elte.hu> |
5712 | M: Peter Zijlstra <peterz@infradead.org> | 5720 | M: Peter Zijlstra <peterz@infradead.org> |
5721 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core | ||
5713 | S: Maintained | 5722 | S: Maintained |
5714 | F: kernel/sched* | 5723 | F: kernel/sched* |
5715 | F: include/linux/sched.h | 5724 | F: include/linux/sched.h |
@@ -5993,7 +6002,7 @@ S: Maintained | |||
5993 | F: drivers/usb/misc/sisusbvga/ | 6002 | F: drivers/usb/misc/sisusbvga/ |
5994 | 6003 | ||
5995 | SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS | 6004 | SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS |
5996 | M: Stephen Hemminger <shemminger@linux-foundation.org> | 6005 | M: Stephen Hemminger <shemminger@vyatta.com> |
5997 | L: netdev@vger.kernel.org | 6006 | L: netdev@vger.kernel.org |
5998 | S: Maintained | 6007 | S: Maintained |
5999 | F: drivers/net/ethernet/marvell/sk* | 6008 | F: drivers/net/ethernet/marvell/sk* |
@@ -6637,7 +6646,7 @@ TRACING | |||
6637 | M: Steven Rostedt <rostedt@goodmis.org> | 6646 | M: Steven Rostedt <rostedt@goodmis.org> |
6638 | M: Frederic Weisbecker <fweisbec@gmail.com> | 6647 | M: Frederic Weisbecker <fweisbec@gmail.com> |
6639 | M: Ingo Molnar <mingo@redhat.com> | 6648 | M: Ingo Molnar <mingo@redhat.com> |
6640 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git perf/core | 6649 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core |
6641 | S: Maintained | 6650 | S: Maintained |
6642 | F: Documentation/trace/ftrace.txt | 6651 | F: Documentation/trace/ftrace.txt |
6643 | F: arch/*/*/*/ftrace.h | 6652 | F: arch/*/*/*/ftrace.h |
@@ -7387,7 +7396,7 @@ M: Thomas Gleixner <tglx@linutronix.de> | |||
7387 | M: Ingo Molnar <mingo@redhat.com> | 7396 | M: Ingo Molnar <mingo@redhat.com> |
7388 | M: "H. Peter Anvin" <hpa@zytor.com> | 7397 | M: "H. Peter Anvin" <hpa@zytor.com> |
7389 | M: x86@kernel.org | 7398 | M: x86@kernel.org |
7390 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git | 7399 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core |
7391 | S: Maintained | 7400 | S: Maintained |
7392 | F: Documentation/x86/ | 7401 | F: Documentation/x86/ |
7393 | F: arch/x86/ | 7402 | F: arch/x86/ |
@@ -7407,8 +7416,8 @@ S: Maintained | |||
7407 | F: arch/x86/kernel/cpu/mcheck/* | 7416 | F: arch/x86/kernel/cpu/mcheck/* |
7408 | 7417 | ||
7409 | XEN HYPERVISOR INTERFACE | 7418 | XEN HYPERVISOR INTERFACE |
7410 | M: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | ||
7411 | M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 7419 | M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> |
7420 | M: Jeremy Fitzhardinge <jeremy@goop.org> | ||
7412 | L: xen-devel@lists.xensource.com (moderated for non-subscribers) | 7421 | L: xen-devel@lists.xensource.com (moderated for non-subscribers) |
7413 | L: virtualization@lists.linux-foundation.org | 7422 | L: virtualization@lists.linux-foundation.org |
7414 | S: Supported | 7423 | S: Supported |
@@ -7441,7 +7450,8 @@ F: drivers/xen/*swiotlb* | |||
7441 | 7450 | ||
7442 | XFS FILESYSTEM | 7451 | XFS FILESYSTEM |
7443 | P: Silicon Graphics Inc | 7452 | P: Silicon Graphics Inc |
7444 | M: Alex Elder <aelder@sgi.com> | 7453 | M: Ben Myers <bpm@sgi.com> |
7454 | M: Alex Elder <elder@kernel.org> | ||
7445 | M: xfs-masters@oss.sgi.com | 7455 | M: xfs-masters@oss.sgi.com |
7446 | L: xfs@oss.sgi.com | 7456 | L: xfs@oss.sgi.com |
7447 | W: http://oss.sgi.com/projects/xfs | 7457 | W: http://oss.sgi.com/projects/xfs |