All of lore.kernel.org
 help / color / mirror / Atom feed
From: john stultz <johnstul@us.ibm.com>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: lkml <linux-kernel@vger.kernel.org>, "Arve Hjønnevåg" <arve@android.com>
Subject: [git pull] Posix Alarm Timers for 2.6.40
Date: Tue, 26 Apr 2011 14:37:32 -0700	[thread overview]
Message-ID: <1303853852.2816.135.camel@work-vm> (raw)

Hey Thomas,

Here's my Posix Alarm Timers patch queue for 2.6.40. Please let me know
if you see any issues that would block it from being merged into -tip.

thanks
-john

  git://git.linaro.org/people/jstultz/linux.git fortglx/40/tip/timer/core

John Stultz (4):
      time: Add timekeeping_inject_sleeptime
      timers: Add rb_init_node() to allow for stack allocated rb nodes
      timers: Introduce in-kernel alarm-timer interface
      timers: Posix interface for alarm-timers

 drivers/rtc/class.c          |   23 +-
 include/linux/alarmtimer.h   |   30 ++
 include/linux/capability.h   |    7 +-
 include/linux/posix-timers.h |    2 +
 include/linux/rbtree.h       |    8 +
 include/linux/time.h         |    3 +
 include/linux/timerqueue.h   |    2 +-
 kernel/time/Makefile         |    2 +-
 kernel/time/alarmtimer.c     |  705 ++++++++++++++++++++++++++++++++++++++++++
 kernel/time/timekeeping.c    |   56 ++++-
 10 files changed, 818 insertions(+), 20 deletions(-)
 create mode 100644 include/linux/alarmtimer.h
 create mode 100644 kernel/time/alarmtimer.c



                 reply	other threads:[~2011-04-26 21:37 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=1303853852.2816.135.camel@work-vm \
    --to=johnstul@us.ibm.com \
    --cc=arve@android.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.