| Commit message (Expand) | Author | Age | Files | Lines |
* | alarmtimer: Remove unused but set variable | Tobias Klauser | 2016-10-17 | 1 | -2/+0 |
* | alarmtimer: Fix comments describing structure fields | Pratyush Patel | 2016-06-20 | 1 | -1/+0 |
* | alarmtimer: Avoid unexpected rtc interrupt when system resume from S3 | zhuo-hao | 2015-12-03 | 1 | -0/+17 |
* | alarmtimer: Get rid of unused return value | Thomas Gleixner | 2015-04-22 | 1 | -7/+4 |
* | hrtimer: Get rid of hrtimer_get_res() | Thomas Gleixner | 2015-04-22 | 1 | -3/+3 |
* | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2015-02-12 | 1 | -1/+1 |
* | alarmtimer: Lock k_itimer during timer callback | Richard Larocque | 2014-09-12 | 1 | -2/+8 |
* | alarmtimer: Do not signal SIGEV_NONE timers | Richard Larocque | 2014-09-12 | 1 | -2/+4 |
* | alarmtimer: Return relative times in timer_gettime | Richard Larocque | 2014-09-12 | 1 | -7/+11 |
* | Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-08-04 | 1 | -1/+1 |
|\ |
|
| * | alarmtimer: Export symbols of alarmtimer_get_rtcdev | Pramod Gurav | 2014-06-19 | 1 | -1/+1 |
* | | alarmtimer: Fix bug where relative alarm timers were treated as absolute | John Stultz | 2014-07-08 | 1 | -2/+18 |
|/ |
|
* | alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist | KOSAKI Motohiro | 2013-10-18 | 1 | -2/+2 |
* | alarmtimer: Export symbols of functions declared in linux/alarmtimer.h | Marcus Gelderie | 2013-06-12 | 1 | -1/+9 |
* | alarmtimer: Add functions for timerfd support | Todd Poynor | 2013-05-29 | 1 | -1/+38 |
* | alarmtimer: Rename alarmtimer_remove to alarmtimer_dequeue | John Stultz | 2012-09-24 | 1 | -4/+4 |
* | alarmtimer: Use hrtimer per-alarm instead of per-base | John Stultz | 2012-09-24 | 1 | -67/+27 |
* | alarmtimer: Implement minimum alarm interval for allowing suspend | Todd Poynor | 2012-09-24 | 1 | -5/+13 |
* | alarmtimer: Provide accessor to alarmtimer rtc device | John Stultz | 2012-04-20 | 1 | -2/+2 |
* | alarmtimer: Don't call rtc_timer_init() when CONFIG_RTC_CLASS=n | Thomas Gleixner | 2012-03-24 | 1 | -3/+8 |
* | alarmtimer: Make sure we initialize the rtctimer | John Stultz | 2012-03-23 | 1 | -1/+4 |
* | alarmtimers: Fix time comparison | Thomas Gleixner | 2011-12-06 | 1 | -1/+1 |
* | alarmtimers: Fix error handling | Thomas Gleixner | 2011-09-14 | 1 | -10/+31 |
* | alarmtimers: Rework RTC device selection using class interface | John Stultz | 2011-08-10 | 1 | -38/+40 |
* | alarmtimers: Add try_to_cancel functionality | John Stultz | 2011-08-10 | 1 | -6/+37 |
* | alarmtimers: Add more refined alarm state tracking | John Stultz | 2011-08-10 | 1 | -7/+14 |
* | alarmtimers: Remove period from alarm structure | John Stultz | 2011-08-10 | 1 | -16/+14 |
* | alarmtimers: Remove interval cap limit hack | John Stultz | 2011-08-10 | 1 | -9/+0 |
* | alarmtimers: Add alarm_forward functionality | John Stultz | 2011-08-10 | 1 | -1/+36 |
* | alarmtimers: Push rearming peroidic timers down into alamrtimer handler | John Stultz | 2011-08-10 | 1 | -7/+13 |
* | alarmtimers: Change alarmtimer functions to return alarmtimer_restart values | John Stultz | 2011-08-10 | 1 | -4/+9 |
* | alarmtimers: Avoid possible denial of service with high freq periodic timers | John Stultz | 2011-08-10 | 1 | -0/+9 |
* | alarmtimers: Memset itimerspec passed into alarm_timer_get | John Stultz | 2011-08-10 | 1 | -0/+2 |
* | alarmtimers: Avoid possible null pointer traversal | John Stultz | 2011-08-10 | 1 | -5/+2 |
* | alarmtimers: Return -ENOTSUPP if no RTC device is present | John Stultz | 2011-06-21 | 1 | -1/+22 |
* | alarmtimers: Handle late rtc module loading | John Stultz | 2011-06-21 | 1 | -70/+67 |
* | hrtimers: Avoid touching inactive timer bases | Thomas Gleixner | 2011-05-23 | 1 | -2/+2 |
* | alarmtimer: Drop device refcount after rtc_open() | Thomas Gleixner | 2011-05-04 | 1 | -1/+7 |
* | alarmtimer: Check return value of class_find_device() | Thomas Gleixner | 2011-05-04 | 1 | -2/+4 |
* | timers: Fix alarmtimer build issues when CONFIG_RTC_CLASS=n | John Stultz | 2011-05-02 | 1 | -2/+18 |
* | timers: Remove delayed irqwork from alarmtimers implementation | John Stultz | 2011-04-28 | 1 | -23/+9 |
* | timers: Improve alarmtimer comments and minor fixes | John Stultz | 2011-04-28 | 1 | -40/+27 |
* | timers: Posix interface for alarm-timers | John Stultz | 2011-04-26 | 1 | -0/+330 |
* | timers: Introduce in-kernel alarm-timer interface | John Stultz | 2011-04-26 | 1 | -0/+375 |