1. 98d6f4d alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist by KOSAKI Motohiro · 11 years ago
  2. 11682a4 alarmtimer: Export symbols of functions declared in linux/alarmtimer.h by Marcus Gelderie · 11 years ago
  3. 6cffe00 alarmtimer: Add functions for timerfd support by Todd Poynor · 11 years ago
  4. a65bcc1 alarmtimer: Rename alarmtimer_remove to alarmtimer_dequeue by John Stultz · 12 years ago
  5. dae373b alarmtimer: Use hrtimer per-alarm instead of per-base by John Stultz · 12 years ago
  6. 59a93c2 alarmtimer: Implement minimum alarm interval for allowing suspend by Todd Poynor · 12 years ago
  7. 57c498f alarmtimer: Provide accessor to alarmtimer rtc device by John Stultz · 12 years ago
  8. c5e14e7 alarmtimer: Don't call rtc_timer_init() when CONFIG_RTC_CLASS=n by Thomas Gleixner · 12 years ago
  9. ad30dfa alarmtimer: Make sure we initialize the rtctimer by John Stultz · 12 years ago
  10. c9c024b alarmtimers: Fix time comparison by Thomas Gleixner · 13 years ago
  11. 4523f6a alarmtimers: Fix error handling by Thomas Gleixner · 13 years ago
  12. 8bc0daf alarmtimers: Rework RTC device selection using class interface by John Stultz · 13 years ago
  13. 9082c46 alarmtimers: Add try_to_cancel functionality by John Stultz · 13 years ago
  14. a28cde8 alarmtimers: Add more refined alarm state tracking by John Stultz · 13 years ago
  15. 9e26476 alarmtimers: Remove period from alarm structure by John Stultz · 13 years ago
  16. d77e23a alarmtimers: Remove interval cap limit hack by John Stultz · 13 years ago
  17. dce75a8 alarmtimers: Add alarm_forward functionality by John Stultz · 13 years ago
  18. 54da23b alarmtimers: Push rearming peroidic timers down into alamrtimer handler by John Stultz · 13 years ago
  19. 4b41308 alarmtimers: Change alarmtimer functions to return alarmtimer_restart values by John Stultz · 13 years ago
  20. 6af7e47 alarmtimers: Avoid possible denial of service with high freq periodic timers by John Stultz · 13 years ago
  21. ea7802f alarmtimers: Memset itimerspec passed into alarm_timer_get by John Stultz · 13 years ago
  22. 971c90b alarmtimers: Avoid possible null pointer traversal by John Stultz · 13 years ago
  23. 1c6b39a alarmtimers: Return -ENOTSUPP if no RTC device is present by John Stultz · 13 years ago
  24. c008ba58 alarmtimers: Handle late rtc module loading by John Stultz · 13 years ago
  25. ab8177b hrtimers: Avoid touching inactive timer bases by Thomas Gleixner · 13 years ago
  26. 179eb03 alarmtimer: Drop device refcount after rtc_open() by Thomas Gleixner · 13 years ago
  27. ce788f9 alarmtimer: Check return value of class_find_device() by Thomas Gleixner · 13 years ago
  28. 472647d timers: Fix alarmtimer build issues when CONFIG_RTC_CLASS=n by John Stultz · 13 years ago
  29. 7068b7a timers: Remove delayed irqwork from alarmtimers implementation by John Stultz · 13 years ago
  30. 180bf81 timers: Improve alarmtimer comments and minor fixes by John Stultz · 13 years ago
  31. 9a7adcf timers: Posix interface for alarm-timers by John Stultz · 13 years ago
  32. ff3ead9 timers: Introduce in-kernel alarm-timer interface by John Stultz · 13 years ago