[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4F62970C.20501@us.ibm.com>
Date: Thu, 15 Mar 2012 18:27:40 -0700
From: John Stultz <johnstul@...ibm.com>
To: "Gleixner, Thomas" <tglx@...utronix.de>
CC: lkml <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Time/RTC/clocksource changes for 3.4
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists