index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
alarmtimer.h
Age
Commit message (
Expand
)
Author
2020-01-24
alarmtimer: Make alarmtimer_get_rtcdev() a stub when CONFIG_RTC_CLASS=n
Stephen Boyd
2019-08-20
alarmtimers: Avoid rtc.h include
Thomas Gleixner
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-12-01
alarmtimer: Add tracepoints for alarm timers
Baolin Wang
2016-06-20
alarmtimer: Fix comments describing structure fields
Pratyush Patel
2015-04-22
alarmtimer: Get rid of unused return value
Thomas Gleixner
2013-05-29
alarmtimer: Add functions for timerfd support
Todd Poynor
2012-09-24
alarmtimer: Remove unused helpers & defines
John Stultz
2012-09-24
alarmtimer: Use hrtimer per-alarm instead of per-base
John Stultz
2012-04-20
alarmtimer: Provide accessor to alarmtimer rtc device
John Stultz
2011-08-10
alarmtimers: Add try_to_cancel functionality
John Stultz
2011-08-10
alarmtimers: Add more refined alarm state tracking
John Stultz
2011-08-10
alarmtimers: Remove period from alarm structure
John Stultz
2011-08-10
alarmtimers: Add alarm_forward functionality
John Stultz
2011-08-10
alarmtimers: Change alarmtimer functions to return alarmtimer_restart values
John Stultz
2011-04-28
timers: Improve alarmtimer comments and minor fixes
John Stultz
2011-04-26
timers: Introduce in-kernel alarm-timer interface
John Stultz