Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1473918

[GIT PULL][PATCH 0/6] 4.9 timekeeping changes for tip/timers/core

From John Stultz <john.stultz@linaro.org>
Newsgroups linux.kernel
Subject [GIT PULL][PATCH 0/6] 4.9 timekeeping changes for tip/timers/core
Date 2016-09-01 00:00 +0200
Message-ID <sclI6-7NG-19@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Richard Cochran <richardcochran@gmail.com>
Cc: Prarit Bhargava <prarit@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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[GIT PULL][PATCH 0/6] 4.9 timekeeping changes for tip/timers/core John Stultz <john.stultz@linaro.org> - 2016-09-01 00:00 +0200
  [PATCH 4/6] time: Avoid undefined behaviour in timespec64_add_safe() John Stultz <john.stultz@linaro.org> - 2016-09-01 00:00 +0200
    Re: [PATCH 4/6] time: Avoid undefined behaviour in  timespec64_add_safe() Richard Cochran <richardcochran@gmail.com> - 2016-09-01 10:10 +0200
      Re: [PATCH 4/6] time: Avoid undefined behaviour in  timespec64_add_safe() Vegard Nossum <vegard.nossum@oracle.com> - 2016-09-01 11:40 +0200
  [PATCH 6/6] time: alarmtimer: Add tracepoints for alarmtimers John Stultz <john.stultz@linaro.org> - 2016-09-01 00:00 +0200
  [PATCH 2/6] clocksource: Defer override invalidation unless clock is unstable John Stultz <john.stultz@linaro.org> - 2016-09-01 00:00 +0200

csiph-web