[GIT PULL] Time/RTC/clocksource changes for 3.4

From: John Stultz
Date: Thu Mar 15 2012 - 21:27:46 EST


Hey Thomas,
Here's my current outstanding time/clocksource/rtc queue for 3.4 (with the exception of the ntp livelock patch I sent out for RFC)
Let me know if you have any objections.

thanks
-john

The following changes since commit a078c6d0e6288fad6d83fb6d5edd91ddb7b6ab33:

ntp: Fix integer overflow when setting time (2012-03-15 21:41:34 +0100)

are available in the git repository at:

git://git.linaro.org/people/jstultz/linux.git fortglx/3.4/time

Alok Kataria (1):

x86, tsc: Skip refined tsc calibration on systems with reliable TSC

John Stultz (3):

time: x86: Fix race switching from vsyscall to non-vsyscall clock

time: Fix change_clocksource locking

rtc: Provide flag for rtc devices that don't support UIE

Thomas Gleixner (4):

time: Remove bogus comments

x86: vdso: Remove bogus locking in update_vsyscall_tz()

x86: vdso: Use seqcount instead of seqlock

ia64: vsyscall: Use seqcount instead of seqlock

arch/ia64/kernel/asm-offsets.c | 4 +-

arch/ia64/kernel/fsys.S | 2 +-

arch/ia64/kernel/fsyscall_gtod_data.h | 2 +-

arch/ia64/kernel/time.c | 10 +---

arch/x86/include/asm/vgtod.h | 2 +-

arch/x86/kernel/tsc.c | 10 ++++

arch/x86/kernel/vsyscall_64.c | 16 +-----

arch/x86/vdso/vclock_gettime.c | 88 ++++++++++++++++++++-------------

drivers/rtc/interface.c | 5 ++

drivers/rtc/rtc-mpc5121.c | 2 +

include/linux/rtc.h | 3 +-

kernel/time.c | 6 --

kernel/time/timekeeping.c | 7 +++

13 files changed, 91 insertions(+), 66 deletions(-)


--
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/