Skip to content

Commit

Permalink
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/sc…
Browse files Browse the repository at this point in the history
…m/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
  • Loading branch information
torvalds committed Jul 9, 2017
2 parents 4d3c4a4 + 86d35af commit 8d97a6c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -6116,15 +6116,14 @@ 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 <[email protected]>
L: [email protected]
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
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
Expand Down Expand Up @@ -9291,6 +9290,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 <[email protected]>
M: Thomas Gleixner <[email protected]>
M: Ingo Molnar <[email protected]>
L: [email protected]
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 <[email protected]>
M: Sakari Ailus <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion include/linux/sched/nohz.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8d97a6c

Please sign in to comment.