Skip to content

Commit 8d97a6c

Browse files
committed
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull timers fixlet from Thomas Gleixner: "Add Frederic Weisbecker as NOHZ/dyntick maintainer" [ And an unmentioned and unrelated typo fix in the same commit? Hmm.. ] * 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: MAINTAINERS: Add Frederic Weisbecker as nohz/dyntics maintainer
2 parents 4d3c4a4 + 86d35af commit 8d97a6c

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

MAINTAINERS

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6116,15 +6116,14 @@ F: drivers/hid/hid-sensor-*
61166116
F: drivers/iio/*/hid-*
61176117
F: include/linux/hid-sensor-*
61186118

6119-
HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
6119+
HIGH-RESOLUTION TIMERS, CLOCKEVENTS
61206120
M: Thomas Gleixner <[email protected]>
61216121
61226122
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
61236123
S: Maintained
61246124
F: Documentation/timers/
61256125
F: kernel/time/hrtimer.c
61266126
F: kernel/time/clockevents.c
6127-
F: kernel/time/tick*.*
61286127
F: kernel/time/timer_*.c
61296128
F: include/linux/clockchips.h
61306129
F: include/linux/hrtimer.h
@@ -9291,6 +9290,17 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
92919290
S: Maintained
92929291
F: arch/nios2/
92939292

9293+
NOHZ, DYNTICKS SUPPORT
9294+
M: Frederic Weisbecker <[email protected]>
9295+
M: Thomas Gleixner <[email protected]>
9296+
M: Ingo Molnar <[email protected]>
9297+
9298+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz
9299+
S: Maintained
9300+
F: kernel/time/tick*.*
9301+
F: include/linux/tick.h
9302+
F: include/linux/sched/nohz.h
9303+
92949304
NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
92959305
M: Pavel Machek <[email protected]>
92969306
M: Sakari Ailus <[email protected]>

include/linux/sched/nohz.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define _LINUX_SCHED_NOHZ_H
33

44
/*
5-
* This is the interface between the scheduler and nohz/dyntics:
5+
* This is the interface between the scheduler and nohz/dynticks:
66
*/
77

88
#if defined(CONFIG_SMP) && defined(CONFIG_NO_HZ_COMMON)

0 commit comments

Comments
 (0)