diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-07-05 04:14:38 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-07-05 10:26:37 -0400 |
commit | 86d35afb8e07d99f8bfba4eadf93d918b4741f66 (patch) | |
tree | 75d1f4945c4c5eaa6ccb87b850ab4189796ad56b | |
parent | 4422d80ed7d4bdb2d6e9fb890c66c3d9250ba694 (diff) |
MAINTAINERS: Add Frederic Weisbecker as nohz/dyntics maintainer
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>
-rw-r--r-- | MAINTAINERS | 14 | ||||
-rw-r--r-- | include/linux/sched/nohz.h | 2 |
2 files changed, 13 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d357695ee4fe..a7be0d553dba 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -6034,7 +6034,7 @@ F: drivers/hid/hid-sensor-* | |||
6034 | F: drivers/iio/*/hid-* | 6034 | F: drivers/iio/*/hid-* |
6035 | F: include/linux/hid-sensor-* | 6035 | F: include/linux/hid-sensor-* |
6036 | 6036 | ||
6037 | HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS | 6037 | HIGH-RESOLUTION TIMERS, CLOCKEVENTS |
6038 | M: Thomas Gleixner <tglx@linutronix.de> | 6038 | M: Thomas Gleixner <tglx@linutronix.de> |
6039 | L: linux-kernel@vger.kernel.org | 6039 | L: linux-kernel@vger.kernel.org |
6040 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core | 6040 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
@@ -6042,7 +6042,6 @@ S: Maintained | |||
6042 | F: Documentation/timers/ | 6042 | F: Documentation/timers/ |
6043 | F: kernel/time/hrtimer.c | 6043 | F: kernel/time/hrtimer.c |
6044 | F: kernel/time/clockevents.c | 6044 | F: kernel/time/clockevents.c |
6045 | F: kernel/time/tick*.* | ||
6046 | F: kernel/time/timer_*.c | 6045 | F: kernel/time/timer_*.c |
6047 | F: include/linux/clockchips.h | 6046 | F: include/linux/clockchips.h |
6048 | F: include/linux/hrtimer.h | 6047 | F: include/linux/hrtimer.h |
@@ -9090,6 +9089,17 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git | |||
9090 | S: Maintained | 9089 | S: Maintained |
9091 | F: arch/nios2/ | 9090 | F: arch/nios2/ |
9092 | 9091 | ||
9092 | NOHZ, DYNTICKS SUPPORT | ||
9093 | M: Frederic Weisbecker <fweisbec@gmail.com> | ||
9094 | M: Thomas Gleixner <tglx@linutronix.de> | ||
9095 | M: Ingo Molnar <mingo@kernel.org> | ||
9096 | L: linux-kernel@vger.kernel.org | ||
9097 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz | ||
9098 | S: Maintained | ||
9099 | F: kernel/time/tick*.* | ||
9100 | F: include/linux/tick.h | ||
9101 | F: include/linux/sched/nohz.h | ||
9102 | |||
9093 | NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS) | 9103 | NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS) |
9094 | M: Pavel Machek <pavel@ucw.cz> | 9104 | M: Pavel Machek <pavel@ucw.cz> |
9095 | M: Sakari Ailus <sakari.ailus@iki.fi> | 9105 | M: Sakari Ailus <sakari.ailus@iki.fi> |
diff --git a/include/linux/sched/nohz.h b/include/linux/sched/nohz.h index 7d3f75db23e5..028d17b918a7 100644 --- a/include/linux/sched/nohz.h +++ b/include/linux/sched/nohz.h | |||
@@ -2,7 +2,7 @@ | |||
2 | #define _LINUX_SCHED_NOHZ_H | 2 | #define _LINUX_SCHED_NOHZ_H |
3 | 3 | ||
4 | /* | 4 | /* |
5 | * This is the interface between the scheduler and nohz/dyntics: | 5 | * This is the interface between the scheduler and nohz/dynticks: |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #if defined(CONFIG_SMP) && defined(CONFIG_NO_HZ_COMMON) | 8 | #if defined(CONFIG_SMP) && defined(CONFIG_NO_HZ_COMMON) |