summaryrefslogtreecommitdiff
path: root/include/linux/alarmtimer.h
AgeCommit message (Expand)Author
2020-01-24alarmtimer: Make alarmtimer_get_rtcdev() a stub when CONFIG_RTC_CLASS=nStephen Boyd
2019-08-20alarmtimers: Avoid rtc.h includeThomas Gleixner
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-12-01alarmtimer: Add tracepoints for alarm timersBaolin Wang
2016-06-20alarmtimer: Fix comments describing structure fieldsPratyush Patel
2015-04-22alarmtimer: Get rid of unused return valueThomas Gleixner
2013-05-29alarmtimer: Add functions for timerfd supportTodd Poynor
2012-09-24alarmtimer: Remove unused helpers & definesJohn Stultz
2012-09-24alarmtimer: Use hrtimer per-alarm instead of per-baseJohn Stultz
2012-04-20alarmtimer: Provide accessor to alarmtimer rtc deviceJohn Stultz
2011-08-10alarmtimers: Add try_to_cancel functionalityJohn Stultz
2011-08-10alarmtimers: Add more refined alarm state trackingJohn Stultz
2011-08-10alarmtimers: Remove period from alarm structureJohn Stultz
2011-08-10alarmtimers: Add alarm_forward functionalityJohn Stultz
2011-08-10alarmtimers: Change alarmtimer functions to return alarmtimer_restart valuesJohn Stultz
2011-04-28timers: Improve alarmtimer comments and minor fixesJohn Stultz
2011-04-26timers: Introduce in-kernel alarm-timer interfaceJohn Stultz