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