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(-) -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html