All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Stultz <johnstul@us.ibm.com>
To: "Gleixner, Thomas" <tglx@linutronix.de>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Time/RTC/clocksource changes for 3.4
Date: Thu, 15 Mar 2012 18:27:40 -0700	[thread overview]
Message-ID: <4F62970C.20501@us.ibm.com> (raw)

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(-)



                 reply	other threads:[~2012-03-16  1:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F62970C.20501@us.ibm.com \
    --to=johnstul@us.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.