linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] timerfd support for wakeup alarm timers
@ 2013-05-15 21:38 Todd Poynor
  2013-05-15 21:38 ` [PATCH 1/2] alarmtimer: add functions for timerfd support Todd Poynor
  2013-05-15 21:38 ` [PATCH 2/2] timerfd: add alarm timers Todd Poynor
  0 siblings, 2 replies; 6+ messages in thread
From: Todd Poynor @ 2013-05-15 21:38 UTC (permalink / raw)
  To: Thomas Gleixner, John Stultz; +Cc: linux-fsdevel, linux-kernel, Todd Poynor

Enable wakeup alarm timers via file descriptors.  Hook up alarmtimer
to timerfd via clocks CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM,
and add needed functions to alarmtimer.

 fs/timerfd.c               |  131 +++++++++++++++++++++++++++++++++++++--------
 include/linux/alarmtimer.h |    4 +
 kernel/time/alarmtimer.c   |   39 +++++++++++++
 3 files changed, 150 insertions(+), 24 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-05-23  1:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-15 21:38 [PATCH 0/2] timerfd support for wakeup alarm timers Todd Poynor
2013-05-15 21:38 ` [PATCH 1/2] alarmtimer: add functions for timerfd support Todd Poynor
2013-05-15 21:50   ` John Stultz
2013-05-15 21:38 ` [PATCH 2/2] timerfd: add alarm timers Todd Poynor
2013-05-15 21:51   ` John Stultz
2013-05-23  1:20     ` John Stultz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).