[GIT PULL][PATCH 0/6] 4.9 timekeeping changes for tip/timers/core
From: John Stultz
Date: Wed Aug 31 2016 - 17:50:30 EST
Hey Thomas, Ingo,
I just wanted to send out an initial queue of timekeeping items
for the 4.9 merge window.
Please let me know if you have any feedback or objections to this
set.
Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Cc: Ingo Molnar <mingo@xxxxxxxxxx>
Cc: Richard Cochran <richardcochran@xxxxxxxxx>
Cc: Prarit Bhargava <prarit@xxxxxxxxxx>
thanks
-john
The following changes since commit 3eab887a55424fc2c27553b7bfe32330df83f7b8:
Linux 4.8-rc4 (2016-08-28 15:04:33 -0700)
are available in the git repository at:
https://git.linaro.org/people/john.stultz/linux.git fortglx/4.9/time
for you to fetch changes up to a0a6e06d545a753740c9d8d5ce2c4fdd3ab1c021:
time: alarmtimer: Add tracepoints for alarmtimers (2016-08-31 14:44:18 -0700)
----------------------------------------------------------------
Baolin Wang (1):
time: alarmtimer: Add tracepoints for alarmtimers
Kyle Walker (1):
clocksource: Defer override invalidation unless clock is unstable
Pratyush Patel (1):
hrtimer: Spelling fixes
Ruchi Kandoi (1):
timekeeping: Prints the amounts of time spent during suspend
Vegard Nossum (2):
time: Avoid undefined behaviour in timespec64_add_safe()
time: Avoid undefined behaviour in ktime_add_safe()
include/linux/ktime.h | 7 +++++++
include/linux/time64.h | 1 +
include/trace/events/alarmtimer.h | 137 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
kernel/time/alarmtimer.c | 23 +++++++++++++++++---
kernel/time/clocksource.c | 15 ++++++++++---
kernel/time/hrtimer.c | 6 +++---
kernel/time/time.c | 2 +-
kernel/time/timekeeping_debug.c | 2 ++
8 files changed, 183 insertions(+), 10 deletions(-)
create mode 100644 include/trace/events/alarmtimer.h