linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL][PATCH 0/7] Timekeeping items for 4.15
@ 2017-10-30 22:29 John Stultz
  2017-10-30 22:29 ` [PATCH 1/7] rtc: Allow rtc drivers to specify the tv_nsec value for ntp John Stultz
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: John Stultz @ 2017-10-30 22:29 UTC (permalink / raw)
  To: lkml
  Cc: John Stultz, Arnd Bergmann, Jason Gunthorpe, Thomas Gleixner,
	Ingo Molnar, Miroslav Lichvar, Richard Cochran, Prarit Bhargava,
	Stephen Boyd

Hey Thomas,
  Bit later then I'd like, but here's my current queue of
timekeeping items for 4.15.

>From Arnd's patchset, I'm missing the last patch as it didn't
apply properly, but the rest of it looked ok to me.

Please let me know if you have any objections.

thanks
-john

Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Miroslav Lichvar <mlichvar@redhat.com>
Cc: Richard Cochran <richardcochran@gmail.com>
Cc: Prarit Bhargava <prarit@redhat.com>
Cc: Stephen Boyd <stephen.boyd@linaro.org>

The following changes since commit 9e66317d3c92ddaab330c125dfe9d06eee268aff:

  Linux 4.14-rc3 (2017-10-01 14:54:54 -0700)

are available in the git repository at:

  https://git.linaro.org/people/john.stultz/linux.git 6546911ed369af8d747215ff8b6144618e91c6ab

for you to fetch changes up to 6546911ed369af8d747215ff8b6144618e91c6ab:

  time: Move old timekeeping interfaces to timekeeping32.h (2017-10-30 15:17:20 -0700)

----------------------------------------------------------------
Arnd Bergmann (6):
  timekeeping: Consolidate timekeeping_inject_offset code
  timekeeping: Use timespec64 in timekeeping_inject_offset
  time: Remove unused functions
  time: Move time_t based interfaces to time32.h
  time: Move time_t conversion helpers to time32.h
  time: Move old timekeeping interfaces to timekeeping32.h

Jason Gunthorpe (1):
  rtc: Allow rtc drivers to specify the tv_nsec value for ntp

 drivers/rtc/class.c           |   3 +
 drivers/rtc/systohc.c         |  53 +++++++---
 include/linux/ktime.h         |   1 +
 include/linux/rtc.h           |  43 +++++++-
 include/linux/time.h          | 207 +-------------------------------------
 include/linux/time32.h        | 221 ++++++++++++++++++++++++++++++++++++++++
 include/linux/time64.h        |  78 +--------------
 include/linux/timekeeping.h   | 137 +------------------------
 include/linux/timekeeping32.h | 151 ++++++++++++++++++++++++++++
 kernel/time/ntp.c             | 227 +++++++++++++++++++++---------------------
 kernel/time/ntp_internal.h    |   1 -
 kernel/time/time.c            |  59 +----------
 kernel/time/timekeeping.c     | 121 +++++++++++++++++++---
 kernel/time/timekeeping.h     |   2 +-
 14 files changed, 687 insertions(+), 617 deletions(-)
 create mode 100644 include/linux/time32.h
 create mode 100644 include/linux/timekeeping32.h

-- 
2.7.4

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-10-31 22:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-30 22:29 [GIT PULL][PATCH 0/7] Timekeeping items for 4.15 John Stultz
2017-10-30 22:29 ` [PATCH 1/7] rtc: Allow rtc drivers to specify the tv_nsec value for ntp John Stultz
2017-10-30 22:29 ` [PATCH 2/7] timekeeping: Consolidate timekeeping_inject_offset code John Stultz
2017-10-30 22:29 ` [PATCH 3/7] timekeeping: Use timespec64 in timekeeping_inject_offset John Stultz
2017-10-30 22:29 ` [PATCH 4/7] time: Remove unused functions John Stultz
2017-10-30 22:29 ` [PATCH 5/7] time: Move time_t based interfaces to time32.h John Stultz
2017-10-30 22:29 ` [PATCH 6/7] time: Move time_t conversion helpers " John Stultz
2017-10-30 22:29 ` [PATCH 7/7] time: Move old timekeeping interfaces to timekeeping32.h John Stultz
2017-10-31 22:17 ` [GIT PULL][PATCH 0/7] Timekeeping items for 4.15 Thomas Gleixner

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).