index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
/
alarmtimer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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