public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Current queue for tip/timers/core
@ 2015-05-20 17:19 John Stultz
  2015-05-20 17:19 ` [PATCH 1/7] time: make sure tz_minuteswest is set to a valid value when setting time John Stultz
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: John Stultz @ 2015-05-20 17:19 UTC (permalink / raw)
  To: LKML; +Cc: John Stultz, Thomas Gleixner, Ingo Molnar

Hey Thomas, Ingo,
  Just wanted to send you my current queue of items that I
have pending for tip/timers/core for 4.2

Let me know if you have any concerns or objections.

thanks
-john

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>

Badhri Jagan Sridharan (1):
  tracing: timer: Add deferrable flag to timer_start

Harald Geyer (1):
  timekeeping: Provide new API to get the current time resolution

John Stultz (1):
  time: Rework debugging variables so they aren't global

Sasha Levin (1):
  time: make sure tz_minuteswest is set to a valid value when setting
    time

Xunlei Pang (3):
  time: include math64.h in time64.h
  s390: time: Provide read_boot_clock64() and read_persistent_clock64()
  time: Remove read_boot_clock()

 arch/s390/include/asm/timex.h       |  5 +--
 arch/s390/kernel/debug.c            | 11 ++++---
 arch/s390/kernel/time.c             |  6 ++--
 include/linux/time64.h              |  1 +
 include/linux/timekeeper_internal.h | 15 +++++++++
 include/linux/timekeeping.h         |  2 +-
 include/trace/events/timer.h        | 13 +++++---
 kernel/time/time.c                  |  4 +++
 kernel/time/timekeeping.c           | 64 ++++++++++++++++++-------------------
 kernel/time/timer.c                 |  3 +-
 10 files changed, 75 insertions(+), 49 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-05-24  6:20 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-20 17:19 [PATCH 0/7] Current queue for tip/timers/core John Stultz
2015-05-20 17:19 ` [PATCH 1/7] time: make sure tz_minuteswest is set to a valid value when setting time John Stultz
2015-05-20 17:19 ` [PATCH 2/7] timekeeping: Provide new API to get the current time resolution John Stultz
2015-05-20 17:53   ` Harald Geyer
2015-05-20 18:04     ` John Stultz
2015-05-20 18:55       ` Harald Geyer
2015-05-20 17:19 ` [PATCH 3/7] time: Rework debugging variables so they aren't global John Stultz
2015-05-21  6:14   ` Ingo Molnar
2015-05-20 17:19 ` [PATCH 4/7] tracing: timer: Add deferrable flag to timer_start John Stultz
2015-05-21  6:18   ` Ingo Molnar
2015-05-22 22:58     ` Thomas Gleixner
2015-05-23  8:17       ` Ingo Molnar
2015-05-24  6:20         ` Ingo Molnar
2015-05-20 17:19 ` [PATCH 5/7] time: include math64.h in time64.h John Stultz
2015-05-21  6:20   ` Ingo Molnar
2015-05-20 17:19 ` [PATCH 6/7] s390: time: Provide read_boot_clock64() and read_persistent_clock64() John Stultz
2015-05-21  6:23   ` Ingo Molnar
2015-05-20 17:19 ` [PATCH 7/7] time: Remove read_boot_clock() John Stultz
2015-05-21  6:25   ` Ingo Molnar
2015-05-20 18:42 ` [PATCH 0/7] Current queue for tip/timers/core John Stultz
2015-05-21  6:19 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox