aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/alarmtimer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-12alarmtimer: Export symbols of functions declared in linux/alarmtimer.hMarcus Gelderie1-1/+9
2013-05-29alarmtimer: Add functions for timerfd supportTodd Poynor1-1/+38
2012-09-24alarmtimer: Rename alarmtimer_remove to alarmtimer_dequeueJohn Stultz1-4/+4
2012-09-24alarmtimer: Use hrtimer per-alarm instead of per-baseJohn Stultz1-67/+27
2012-09-24alarmtimer: Implement minimum alarm interval for allowing suspendTodd Poynor1-5/+13
2012-04-20alarmtimer: Provide accessor to alarmtimer rtc deviceJohn Stultz1-2/+2
2012-03-24alarmtimer: Don't call rtc_timer_init() when CONFIG_RTC_CLASS=nThomas Gleixner1-3/+8
2012-03-23alarmtimer: Make sure we initialize the rtctimerJohn Stultz1-1/+4
2011-12-06alarmtimers: Fix time comparisonThomas Gleixner1-1/+1
2011-09-14alarmtimers: Fix error handlingThomas Gleixner1-10/+31
2011-08-10alarmtimers: Rework RTC device selection using class interfaceJohn Stultz1-38/+40
2011-08-10alarmtimers: Add try_to_cancel functionalityJohn Stultz1-6/+37
2011-08-10alarmtimers: Add more refined alarm state trackingJohn Stultz1-7/+14
2011-08-10alarmtimers: Remove period from alarm structureJohn Stultz1-16/+14
2011-08-10alarmtimers: Remove interval cap limit hackJohn Stultz1-9/+0
2011-08-10alarmtimers: Add alarm_forward functionalityJohn Stultz1-1/+36
2011-08-10alarmtimers: Push rearming peroidic timers down into alamrtimer handlerJohn Stultz1-7/+13
2011-08-10alarmtimers: Change alarmtimer functions to return alarmtimer_restart valuesJohn Stultz1-4/+9
2011-08-10alarmtimers: Avoid possible denial of service with high freq periodic timersJohn Stultz1-0/+9
2011-08-10alarmtimers: Memset itimerspec passed into alarm_timer_getJohn Stultz1-0/+2
2011-08-10alarmtimers: Avoid possible null pointer traversalJohn Stultz1-5/+2
2011-06-21alarmtimers: Return -ENOTSUPP if no RTC device is presentJohn Stultz1-1/+22
2011-06-21alarmtimers: Handle late rtc module loadingJohn Stultz1-70/+67
2011-05-23hrtimers: Avoid touching inactive timer basesThomas Gleixner1-2/+2
2011-05-04alarmtimer: Drop device refcount after rtc_open()Thomas Gleixner1-1/+7
2011-05-04alarmtimer: Check return value of class_find_device()Thomas Gleixner1-2/+4
2011-05-02timers: Fix alarmtimer build issues when CONFIG_RTC_CLASS=nJohn Stultz1-2/+18
2011-04-28timers: Remove delayed irqwork from alarmtimers implementationJohn Stultz1-23/+9
2011-04-28timers: Improve alarmtimer comments and minor fixesJohn Stultz1-40/+27
2011-04-26timers: Posix interface for alarm-timersJohn Stultz1-0/+330
2011-04-26timers: Introduce in-kernel alarm-timer interfaceJohn Stultz1-0/+375