1. 926acc1 Merge android-4.9.200(851ba64) into msm-4.9 by jianzhou · 4 years, 6 months ago
  2. f661fce Merge android-4.9.195(59aade0) into msm-4.9 by jianzhou · 4 years, 6 months ago
  3. 07abe8c alarmtimer: Change remaining ENOTSUPP to EOPNOTSUPP by Petr Vorel · 4 years, 7 months ago
  4. 65b7a5a alarmtimer: Use EOPNOTSUPP instead of ENOTSUPP by Thadeu Lima de Souza Cascardo · 4 years, 9 months ago
  5. 775e2fb Merge android-4.9.131 (7bebf33) into msm-4.9 by Minming Qi · 5 years ago
  6. 747128e alarmtimer: Prevent overflow for relative nanosleep by Thomas Gleixner · 6 years ago
  7. f045a3d kernel: time: Fix the alarm_bases array accessing issue by Vamshi Krishna B V · 6 years ago
  8. ea47aaf Revert "rtc: alarm: Add power-on alarm feature" by Mao Jinlong · 7 years ago
  9. 756157d Revert "rtc: alarm: Change wake-up source" by Mao Jinlong · 7 years ago
  10. 3dfb68c Merge remote-tracking branch '4.9/tmp-9ae2c67' into 4.9 by Kyle Yan · 7 years ago
  11. 91af5f0 alarmtimer: don't rate limit one-shot timers by Greg Hackmann · 7 years ago
  12. 2506cb5 Merge remote-tracking branch '4.9/tmp-75d78c7' into 4.9 by Kyle Yan · 7 years ago
  13. 0465104 alarmtimer: Rate limit periodic intervals by Thomas Gleixner · 7 years ago
  14. 8ee7f06 alarmtimer: Prevent overflow of relative timers by Thomas Gleixner · 7 years ago
  15. 3df9170 time: alarmtimer: include lpm-levels for MSM targets only by Lingutla Chandrasekhar · 9 years ago
  16. dad4295 rtc: alarm: Change wake-up source by Mohit Aggarwal · 9 years ago
  17. 2e1a4ae rtc: alarm: Add power-on alarm feature by Mao Jinlong · 8 years ago
  18. a0adcbc alarmtimer: add rtc irq support for alarm by Mao Jinlong · 8 years ago
  19. 54e2384 alarmtimer: Remove unused but set variable by Tobias Klauser · 8 years ago
  20. af4afb4 alarmtimer: Fix comments describing structure fields by Pratyush Patel · 8 years ago
  21. a0e3213 alarmtimer: Avoid unexpected rtc interrupt when system resume from S3 by zhuo-hao · 9 years ago
  22. b193217 alarmtimer: Get rid of unused return value by Thomas Gleixner · 9 years ago
  23. 056a3ca hrtimer: Get rid of hrtimer_get_res() by Thomas Gleixner · 9 years ago
  24. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 9 years ago
  25. 474e941 alarmtimer: Lock k_itimer during timer callback by Richard Larocque · 10 years ago
  26. 265b81d alarmtimer: Do not signal SIGEV_NONE timers by Richard Larocque · 10 years ago
  27. e86fea7 alarmtimer: Return relative times in timer_gettime by Richard Larocque · 10 years ago
  28. 53ee983 Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  29. 1692777 alarmtimer: Fix bug where relative alarm timers were treated as absolute by John Stultz · 10 years ago
  30. 71d5d2b alarmtimer: Export symbols of alarmtimer_get_rtcdev by Pramod Gurav · 10 years ago
  31. 98d6f4d alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist by KOSAKI Motohiro · 11 years ago
  32. 11682a4 alarmtimer: Export symbols of functions declared in linux/alarmtimer.h by Marcus Gelderie · 11 years ago
  33. 6cffe00 alarmtimer: Add functions for timerfd support by Todd Poynor · 11 years ago
  34. a65bcc1 alarmtimer: Rename alarmtimer_remove to alarmtimer_dequeue by John Stultz · 12 years ago
  35. dae373b alarmtimer: Use hrtimer per-alarm instead of per-base by John Stultz · 12 years ago
  36. 59a93c2 alarmtimer: Implement minimum alarm interval for allowing suspend by Todd Poynor · 12 years ago
  37. 57c498f alarmtimer: Provide accessor to alarmtimer rtc device by John Stultz · 12 years ago
  38. c5e14e7 alarmtimer: Don't call rtc_timer_init() when CONFIG_RTC_CLASS=n by Thomas Gleixner · 12 years ago
  39. ad30dfa alarmtimer: Make sure we initialize the rtctimer by John Stultz · 12 years ago
  40. c9c024b alarmtimers: Fix time comparison by Thomas Gleixner · 12 years ago
  41. 4523f6a alarmtimers: Fix error handling by Thomas Gleixner · 13 years ago
  42. 8bc0daf alarmtimers: Rework RTC device selection using class interface by John Stultz · 13 years ago
  43. 9082c46 alarmtimers: Add try_to_cancel functionality by John Stultz · 13 years ago
  44. a28cde8 alarmtimers: Add more refined alarm state tracking by John Stultz · 13 years ago
  45. 9e26476 alarmtimers: Remove period from alarm structure by John Stultz · 13 years ago
  46. d77e23a alarmtimers: Remove interval cap limit hack by John Stultz · 13 years ago
  47. dce75a8 alarmtimers: Add alarm_forward functionality by John Stultz · 13 years ago
  48. 54da23b alarmtimers: Push rearming peroidic timers down into alamrtimer handler by John Stultz · 13 years ago
  49. 4b41308 alarmtimers: Change alarmtimer functions to return alarmtimer_restart values by John Stultz · 13 years ago
  50. 6af7e47 alarmtimers: Avoid possible denial of service with high freq periodic timers by John Stultz · 13 years ago
  51. ea7802f alarmtimers: Memset itimerspec passed into alarm_timer_get by John Stultz · 13 years ago
  52. 971c90b alarmtimers: Avoid possible null pointer traversal by John Stultz · 13 years ago
  53. 1c6b39a alarmtimers: Return -ENOTSUPP if no RTC device is present by John Stultz · 13 years ago
  54. c008ba58 alarmtimers: Handle late rtc module loading by John Stultz · 13 years ago
  55. ab8177b hrtimers: Avoid touching inactive timer bases by Thomas Gleixner · 13 years ago
  56. 179eb03 alarmtimer: Drop device refcount after rtc_open() by Thomas Gleixner · 13 years ago
  57. ce788f9 alarmtimer: Check return value of class_find_device() by Thomas Gleixner · 13 years ago
  58. 472647d timers: Fix alarmtimer build issues when CONFIG_RTC_CLASS=n by John Stultz · 13 years ago
  59. 7068b7a timers: Remove delayed irqwork from alarmtimers implementation by John Stultz · 13 years ago
  60. 180bf81 timers: Improve alarmtimer comments and minor fixes by John Stultz · 13 years ago
  61. 9a7adcf timers: Posix interface for alarm-timers by John Stultz · 13 years ago
  62. ff3ead9 timers: Introduce in-kernel alarm-timer interface by John Stultz · 13 years ago