From: John Stultz <john.stultz@linaro.org>
To: lkml <linux-kernel@vger.kernel.org>
Cc: John Stultz <john.stultz@linaro.org>,
Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@kernel.org>,
Richard Cochran <richardcochran@gmail.com>,
Prarit Bhargava <prarit@redhat.com>
Subject: [GIT PULL][PATCH 0/6] 4.9 timekeeping changes for tip/timers/core
Date: Wed, 31 Aug 2016 14:50:16 -0700 [thread overview]
Message-ID: <1472680222-21060-1-git-send-email-john.stultz@linaro.org> (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
next reply other threads:[~2016-08-31 21:50 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-31 21:50 John Stultz [this message]
2016-08-31 21:50 ` [PATCH 1/6] hrtimer: Spelling fixes John Stultz
2016-08-31 21:50 ` [PATCH 2/6] clocksource: Defer override invalidation unless clock is unstable John Stultz
2016-08-31 21:50 ` [PATCH 3/6] timekeeping: Prints the amounts of time spent during suspend John Stultz
2016-08-31 21:50 ` [PATCH 4/6] time: Avoid undefined behaviour in timespec64_add_safe() John Stultz
2016-09-01 8:02 ` Richard Cochran
2016-09-01 9:37 ` Vegard Nossum
2016-08-31 21:50 ` [PATCH 5/6] time: Avoid undefined behaviour in ktime_add_safe() John Stultz
2016-08-31 21:50 ` [PATCH 6/6] time: alarmtimer: Add tracepoints for alarmtimers John Stultz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1472680222-21060-1-git-send-email-john.stultz@linaro.org \
--to=john.stultz@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=prarit@redhat.com \
--cc=richardcochran@gmail.com \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox