]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
MAINTAINERS: Add Frederic Weisbecker as nohz/dyntics maintainer
authorIngo Molnar <mingo@kernel.org>
Wed, 5 Jul 2017 08:14:38 +0000 (10:14 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 5 Jul 2017 14:26:37 +0000 (16:26 +0200)
Frederic has been improving and maintaining the nohz/dynticks kernel features
for years, so make his de facto maintainership official.

Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
MAINTAINERS
include/linux/sched/nohz.h

index d357695ee4fe089750e5e757eb36f40a1719ad66..a7be0d553dba0f520cd8f1ee4b64a10c1f20798b 100644 (file)
@@ -6034,7 +6034,7 @@ F:        drivers/hid/hid-sensor-*
 F:     drivers/iio/*/hid-*
 F:     include/linux/hid-sensor-*
 
-HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
+HIGH-RESOLUTION TIMERS, CLOCKEVENTS
 M:     Thomas Gleixner <tglx@linutronix.de>
 L:     linux-kernel@vger.kernel.org
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
@@ -6042,7 +6042,6 @@ S:        Maintained
 F:     Documentation/timers/
 F:     kernel/time/hrtimer.c
 F:     kernel/time/clockevents.c
-F:     kernel/time/tick*.*
 F:     kernel/time/timer_*.c
 F:     include/linux/clockchips.h
 F:     include/linux/hrtimer.h
@@ -9090,6 +9089,17 @@ T:       git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
 S:     Maintained
 F:     arch/nios2/
 
+NOHZ, DYNTICKS SUPPORT
+M:     Frederic Weisbecker <fweisbec@gmail.com>
+M:     Thomas Gleixner <tglx@linutronix.de>
+M:     Ingo Molnar <mingo@kernel.org>
+L:     linux-kernel@vger.kernel.org
+T:     git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz
+S:     Maintained
+F:     kernel/time/tick*.*
+F:     include/linux/tick.h
+F:     include/linux/sched/nohz.h
+
 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
 M:     Pavel Machek <pavel@ucw.cz>
 M:     Sakari Ailus <sakari.ailus@iki.fi>
index 7d3f75db23e5dba1c5c60273f2d976133daecf45..028d17b918a7e28b902715e2bb4706952ec5815c 100644 (file)
@@ -2,7 +2,7 @@
 #define _LINUX_SCHED_NOHZ_H
 
 /*
- * This is the interface between the scheduler and nohz/dyntics:
+ * This is the interface between the scheduler and nohz/dynticks:
  */
 
 #if defined(CONFIG_SMP) && defined(CONFIG_NO_HZ_COMMON)