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


Groups > linux.kernel > #1613468

[GIT PULL][PATCH 0/9] Timekeeping changes for 4.12

From John Stultz <john.stultz@linaro.org>
Newsgroups linux.kernel
Subject [GIT PULL][PATCH 0/9] Timekeeping changes for 4.12
Date 2017-03-30 23:10 +0200
Message-ID <tqPup-3KZ-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hey Thomas, Ingo,
  Here are the changes I've got queued so far for 4.12.
Main changes are the initial steps of Nicoli's work to make the
clockevent timers be corrected for NTP adjustments. Then a few
smaller fixes that I've queued, and adding Stephen Boyd to
the maintainers list for timekeeping.

Please let me know if you have any objections or thoughts.

thanks
-john

Cc: Ingo Molnar <mingo@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Richard Cochran <richardcochran@gmail.com>
Cc: Prarit Bhargava <prarit@redhat.com>
Cc: Stephen Boyd <sboyd@codeaurora.org>

The following changes since commit 97da3854c526d3a6ee05c849c96e48d21527606c:

  Linux 4.11-rc3 (2017-03-19 19:09:39 -0700)

are available in the git repository at:

  https://git.linaro.org/people/john.stultz/linux.git fortglx/4.12/time

for you to fetch changes up to 0107042768658fea9f5f5a9c00b1c90f5dab6a06:

  sysrq: Reset the watchdog timers while displaying high-resolution timers (2017-03-23 12:46:53 -0700)

----------------------------------------------------------------
David Engraf (1):
  timers, sched_clock: Update timeout for clock wrap

John Stultz (1):
  MAINTAINERS: Add Stephen Boyd as timekeeping reviewer

Nicolai Stange (6):
  clocksource: sh_cmt: Compute rate before registration again
  clocksource: sh_tmu: Compute rate before registration again
  clocksource: em_sti: Split clock prepare and enable steps
  clocksource: em_sti: Compute rate before registration
  clocksource: h8300_timer8: Don't reset rate in ->set_state_oneshot()
  clockevents: Make clockevents_config() static

Tom Hromatka (1):
  sysrq: Reset the watchdog timers while displaying high-resolution
    timers

 MAINTAINERS                        |  1 +
 drivers/clocksource/em_sti.c       | 46 +++++++++++++++++++++-----------------
 drivers/clocksource/h8300_timer8.c |  8 -------
 drivers/clocksource/sh_cmt.c       | 45 ++++++++++++++++++++-----------------
 drivers/clocksource/sh_tmu.c       | 26 ++++++++++-----------
 include/linux/clockchips.h         |  1 -
 kernel/time/clockevents.c          |  2 +-
 kernel/time/sched_clock.c          |  5 +++++
 kernel/time/timer_list.c           |  6 +++++
 9 files changed, 77 insertions(+), 63 deletions(-)

-- 
2.7.4

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


Thread

[GIT PULL][PATCH 0/9] Timekeeping changes for 4.12 John Stultz <john.stultz@linaro.org> - 2017-03-30 23:10 +0200
  [PATCH 5/9] clocksource: h8300_timer8: Don't reset rate in ->set_state_oneshot() John Stultz <john.stultz@linaro.org> - 2017-03-30 23:10 +0200
  [PATCH 3/9] clocksource: em_sti: Split clock prepare and enable steps John Stultz <john.stultz@linaro.org> - 2017-03-30 23:10 +0200
  [PATCH 9/9] sysrq: Reset the watchdog timers while displaying high-resolution timers John Stultz <john.stultz@linaro.org> - 2017-03-30 23:10 +0200
  [PATCH 7/9] MAINTAINERS: Add Stephen Boyd as timekeeping reviewer John Stultz <john.stultz@linaro.org> - 2017-03-30 23:10 +0200
  [PATCH 8/9] timers, sched_clock: Update timeout for clock wrap John Stultz <john.stultz@linaro.org> - 2017-03-30 23:10 +0200
  [PATCH 2/9] clocksource: sh_tmu: Compute rate before registration again John Stultz <john.stultz@linaro.org> - 2017-03-30 23:10 +0200
  [PATCH 4/9] clocksource: em_sti: Compute rate before registration John Stultz <john.stultz@linaro.org> - 2017-03-30 23:10 +0200
  [PATCH 1/9] clocksource: sh_cmt: Compute rate before registration again John Stultz <john.stultz@linaro.org> - 2017-03-30 23:10 +0200
  [PATCH 6/9] clockevents: Make clockevents_config() static John Stultz <john.stultz@linaro.org> - 2017-03-30 23:10 +0200

csiph-web