aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-03-29 17:46:05 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2012-03-29 17:46:05 -0400
commit7fda0412c5f7afdd1a5ff518f98dee5157266d8a (patch)
treed312af46758fa9b59431a479d258b54184a00591 /MAINTAINERS
parent6b8212a313dae341ef3a2e413dfec5c4dea59617 (diff)
parent160594e99dbbb0a5600ad922c630952c7c1c14bf (diff)
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull scheduler fixes from Ingo Molnar. * 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: cpusets: Remove an unused variable sched/rt: Improve pick_next_highest_task_rt() sched: Fix select_fallback_rq() vs cpu_active/cpu_online sched/x86/smp: Do not enable IRQs over calibrate_delay() sched: Fix compiler warning about declared inline after use MAINTAINERS: Update email address for SCHEDULER and PERF EVENTS
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS4
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index f9faadef7ab7..64168f6dd89e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5185,7 +5185,7 @@ F: kernel/delayacct.c
5185PERFORMANCE EVENTS SUBSYSTEM 5185PERFORMANCE EVENTS SUBSYSTEM
5186M: Peter Zijlstra <a.p.zijlstra@chello.nl> 5186M: Peter Zijlstra <a.p.zijlstra@chello.nl>
5187M: Paul Mackerras <paulus@samba.org> 5187M: Paul Mackerras <paulus@samba.org>
5188M: Ingo Molnar <mingo@elte.hu> 5188M: Ingo Molnar <mingo@redhat.com>
5189M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 5189M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5190T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core 5190T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
5191S: Supported 5191S: Supported
@@ -5833,7 +5833,7 @@ S: Maintained
5833F: drivers/watchdog/sc1200wdt.c 5833F: drivers/watchdog/sc1200wdt.c
5834 5834
5835SCHEDULER 5835SCHEDULER
5836M: Ingo Molnar <mingo@elte.hu> 5836M: Ingo Molnar <mingo@redhat.com>
5837M: Peter Zijlstra <peterz@infradead.org> 5837M: Peter Zijlstra <peterz@infradead.org>
5838T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core 5838T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
5839S: Maintained 5839S: Maintained