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 <t...@linutronix.de> Cc: Ingo Molnar <mi...@kernel.org> Cc: Richard Cochran <richardcoch...@gmail.com> Cc: Prarit Bhargava <pra...@redhat.com> 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