Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1344899
| From | John Stultz <john.stultz@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2][GIT PULL] Timekeeping updates to tip/timers/core for 4.6 |
| Date | 2016-02-27 04:20 +0100 |
| Message-ID | <r6DAd-53s-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hey Thomas, Ingo,
Here's my somewhat truncated queue for 4.6. I was hoping to
get the cross-timestamp patchset from Christopher sent along,
but he's got some last minute changes to address feedback from
Andy, so I'm holding off.
If the response is good for that last change, I may try to send
another set with those changes next week, but we're cutting it
fairly close to -rc6, so I'll check with you before doing so.
So.. two tiny cleanup fixes is all for now.
Boring is good, right?
Let me know if you have any thoughts or objections.
thanks
-john
The following changes since commit 18558cae0272f8fd9647e69d3fec1565a7949865:
Linux 4.5-rc4 (2016-02-14 13:05:20 -0800)
are available in the git repository at:
https://git.linaro.org/people/john.stultz/linux.git fortglx/4.6/time
for you to fetch changes up to ea23c1da598bfd361af5cd769e292a9667ecb7ab:
jiffies: use CLOCKSOURCE_MASK instead of constant (2016-02-26 19:05:25 -0800)
----------------------------------------------------------------
Alexander Kuleshov (2):
clocksource: introduce clocksource_freq2mult()
jiffies: use CLOCKSOURCE_MASK instead of constant
include/linux/clocksource.h | 45 +++++++++++++++++++--------------------------
kernel/time/jiffies.c | 2 +-
2 files changed, 20 insertions(+), 27 deletions(-)
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Prarit Bhargava <prarit@redhat.com>
Cc: Richard Cochran <richardcochran@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Christopher Hall <christopher.s.hall@intel.com>
Alexander Kuleshov (2):
clocksource: introduce clocksource_freq2mult()
jiffies: use CLOCKSOURCE_MASK instead of constant
include/linux/clocksource.h | 45 +++++++++++++++++++--------------------------
kernel/time/jiffies.c | 2 +-
2 files changed, 20 insertions(+), 27 deletions(-)
--
1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2][GIT PULL] Timekeeping updates to tip/timers/core for 4.6 John Stultz <john.stultz@linaro.org> - 2016-02-27 04:20 +0100
[PATCH 1/2] clocksource: introduce clocksource_freq2mult() John Stultz <john.stultz@linaro.org> - 2016-02-27 04:20 +0100
[tip:timers/core] clocksource: Introduce clocksource_freq2mult() tip-bot for Alexander Kuleshov <tipbot@zytor.com> - 2016-02-27 09:10 +0100
Re: [PATCH 0/2][GIT PULL] Timekeeping updates to tip/timers/core for 4.6 Thomas Gleixner <tglx@linutronix.de> - 2016-02-27 09:00 +0100
Re: [PATCH 0/2][GIT PULL] Timekeeping updates to tip/timers/core for 4.6 Thomas Gleixner <tglx@linutronix.de> - 2016-02-27 09:00 +0100
csiph-web