[GIT PULL] Time changes for 3.11 (first chunk)
From: John Stultz
Date: Mon Jun 03 2013 - 18:59:44 EST
Hey Thomas (sorry for the dup, forgot to cc everyone before originally
sending),
Just wanted to send along my current queue for 3.11 for
tip/timers/core. I've still got a few more items to queue in my inbox,
but wanted to get these out there in the meantime for testing in -next.
Let me know if you have any objections.
thanks
-john
The following changes since commit 1eaff67266b6b6c97bbd33cf2c20577822836413:
clocksource: Implement clocksource_select_fallback() for
CONFIG_ARCH_USES_GETTIMEOFFSET=y (2013-05-28 09:48:46 +0200)
are available in the git repository at:
git://git.linaro.org/people/jstultz/linux.git fortglx/3.11/time
for you to fetch changes up to ce0b098981544d9f4e910ea48f3af3e726ca6d6b:
x86: Fix vrtc_get_time/set_mmss to use new timespec interface
(2013-05-29 12:57:35 -0700)
----------------------------------------------------------------
Baruch Siach (1):
clocksource: dw_apb: Remove unused header
Colin Cross (1):
power: Add option to log time spent in suspend
Daniel Borkmann (1):
ktime: Add __must_check prefix to ktime_to_timespec_cond
David Vrabel (1):
x86: Increase precision of x86_platform.get/set_wallclock()
John Stultz (1):
x86: Fix vrtc_get_time/set_mmss to use new timespec interface
Liu Ying (1):
ktime: Use macro NSEC_PER_USEC where appropriate
Pavel Machek (1):
dw_apb_timer_of.c: Remove parts that were picoxcell-specific
Todd Poynor (2):
alarmtimer: Add functions for timerfd support
timerfd: Add alarm timers
arch/arm/mach-picoxcell/common.h | 2 -
arch/x86/include/asm/mc146818rtc.h | 4 +-
arch/x86/include/asm/mrst-vrtc.h | 4 +-
arch/x86/include/asm/x86_init.h | 6 +-
arch/x86/kernel/kvmclock.c | 9 +--
arch/x86/kernel/rtc.c | 17 ++---
arch/x86/lguest/boot.c | 4 +-
arch/x86/platform/efi/efi.c | 10 +--
arch/x86/platform/mrst/vrtc.c | 11 +--
arch/x86/xen/time.c | 19 ++---
drivers/clocksource/dw_apb_timer.c | 6 --
drivers/clocksource/dw_apb_timer_of.c | 53 ++++++--------
fs/timerfd.c | 131
++++++++++++++++++++++++++++------
include/linux/alarmtimer.h | 4 ++
include/linux/dw_apb_timer.h | 6 ++
include/linux/efi.h | 4 +-
include/linux/ktime.h | 10 +--
kernel/time/Makefile | 1 +
kernel/time/alarmtimer.c | 39 +++++++++-
kernel/time/timekeeping.c | 2 +
kernel/time/timekeeping_debug.c | 72 +++++++++++++++++++
kernel/time/timekeeping_internal.h | 14 ++++
22 files changed, 314 insertions(+), 114 deletions(-)
create mode 100644 kernel/time/timekeeping_debug.c
create mode 100644 kernel/time/timekeeping_internal.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/