LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: John Stultz <john.stultz@linaro.org>
To: lkml <linux-kernel@vger.kernel.org>
Cc: John Stultz <john.stultz@linaro.org>,
"pang.xunlei" <pang.xunlei@linaro.org>,
Arnd Bergmann <arnd.bergmann@linaro.org>,
Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@kernel.org>, Nicolas Pitre <nico@linaro.org>
Subject: [GIT PULL] Time items for 3.20
Date: Fri, 23 Jan 2015 17:43:52 -0800 [thread overview]
Message-ID: <1422063840-2837-1-git-send-email-john.stultz@linaro.org> (raw)
Hey Thomas, Ingo,
Just wanted to send out my current 3.20 queue so it can
get some time in -next.
Let me know if you have any objections or concerns.
thanks
-john
Cc: pang.xunlei <pang.xunlei@linaro.org>
Cc: Arnd Bergmann <arnd.bergmann@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Nicolas Pitre <nico@linaro.org>
The following changes since commit eaa27f34e91a14cdceed26ed6c6793ec1d186115:
linux 3.19-rc4 (2015-01-11 12:44:53 -0800)
are available in the git repository at:
https://git.linaro.org/people/john.stultz/linux.git tags/fortglx-3.20-time
for you to fetch changes up to 9a4a445e30f0b601ca2d9433274047cbf48ebf9e:
rtc: Convert rtc_set_ntp_time() to use timespec64 (2015-01-23 17:21:57 -0800)
----------------------------------------------------------------
Couple of items for 3.20
* ktime division optimization
* Expose a few more y2038-safe timekeeping interfaces
* RTC core changes to address y2038
Signed-off-by: John Stultz <john.stultz@linaro.org>
----------------------------------------------------------------
John Stultz (2):
time: Expose getboottime64 for in-kernel uses
time: Expose get_monotonic_boottime64 for in-kernel use
Nicolas Pitre (1):
ktime: Optimize ktime_divns for constant divisors
Xunlei Pang (5):
rtc: Update interface.c to use y2038-safe time interfaces
rtc: Update rtc-dev to use y2038-safe time interfaces
rtc: Modify rtc_hctosys() to address y2038 issues
rtc: Remove redundant rtc_valid_tm() from rtc_hctosys()
rtc: Convert rtc_set_ntp_time() to use timespec64
drivers/rtc/hctosys.c | 18 +++++-------------
drivers/rtc/interface.c | 22 ++++++++++------------
drivers/rtc/rtc-dev.c | 8 ++++----
drivers/rtc/systohc.c | 6 +++---
include/linux/ktime.h | 12 +++++++++++-
include/linux/rtc.h | 2 +-
include/linux/timekeeping.h | 21 +++++++++++++++++++--
kernel/time/hrtimer.c | 4 ++--
kernel/time/ntp.c | 4 ++--
kernel/time/timekeeping.c | 12 ++++++------
10 files changed, 63 insertions(+), 46 deletions(-)
next reply other threads:[~2015-01-24 1:44 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-24 1:43 John Stultz [this message]
2015-01-24 1:43 ` [PATCH 1/8] ktime: Optimize ktime_divns for constant divisors John Stultz
2015-01-24 1:43 ` [PATCH 2/8] time: Expose getboottime64 for in-kernel uses John Stultz
2015-01-24 1:43 ` [PATCH 3/8] time: Expose get_monotonic_boottime64 for in-kernel use John Stultz
2015-01-24 1:43 ` [PATCH 4/8] rtc: Update interface.c to use y2038-safe time interfaces John Stultz
2015-01-24 1:43 ` [PATCH 5/8] rtc: Update rtc-dev " John Stultz
2015-01-24 1:43 ` [PATCH 6/8] rtc: Modify rtc_hctosys() to address y2038 issues John Stultz
2015-01-24 1:43 ` [PATCH 7/8] rtc: Remove redundant rtc_valid_tm() from rtc_hctosys() John Stultz
2015-01-24 1:44 ` [PATCH 8/8] rtc: Convert rtc_set_ntp_time() to use timespec64 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=1422063840-2837-1-git-send-email-john.stultz@linaro.org \
--to=john.stultz@linaro.org \
--cc=arnd.bergmann@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=nico@linaro.org \
--cc=pang.xunlei@linaro.org \
--cc=tglx@linutronix.de \
--subject='Re: [GIT PULL] Time items for 3.20' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).