All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Stultz <john.stultz@linaro.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Baruch Siach <baruch@tkos.co.il>,
	Colin Cross <ccross@android.com>,
	David Vrabel <david.vrabel@citrix.com>,
	Liu Ying <Ying.Liu@freescale.com>, Pavel Machek <pavel@ucw.cz>,
	Todd Poynor <toddpoynor@google.com>,
	Daniel Borkmann <dborkman@redhat.com>,
	Zoran Markovic <zoran.markovic@linaro.org>
Subject: [GIT PULL] Time changes for 3.11 (first chunk)
Date: Mon, 03 Jun 2013 15:59:31 -0700	[thread overview]
Message-ID: <51AD1FD3.4040907@linaro.org> (raw)

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

                 reply	other threads:[~2013-06-03 22:59 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=51AD1FD3.4040907@linaro.org \
    --to=john.stultz@linaro.org \
    --cc=Ying.Liu@freescale.com \
    --cc=baruch@tkos.co.il \
    --cc=ccross@android.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=david.vrabel@citrix.com \
    --cc=dborkman@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pavel@ucw.cz \
    --cc=tglx@linutronix.de \
    --cc=toddpoynor@google.com \
    --cc=zoran.markovic@linaro.org \
    /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.