1. ff97938 Merge remote-tracking branch '4.9/tmp-8dd0f52' into msm-4.9 by Kyle Yan · 7 years ago
  2. 15319d2 rtc: set the alarm to the next expiring timer by Alexandre Belloni · 7 years ago
  3. a21a418 rtc: Disable alarm irq if alarm time is in the past by Mao Jinlong · 7 years ago
  4. 6785b3b rtc: fix a typo and reduce three empty lines to one by Uwe Kleine-König · 8 years ago
  5. 2b2f5ff rtc: interface: ignore expired timers when enqueuing new timers by Colin Ian King · 8 years ago
  6. d68778b rtc: initialize output parameter for read alarm to "uninitialized" by Uwe Kleine-König · 8 years ago
  7. b396706 rtc: Add functions to set and read rtc offset by Joshua Clayton · 9 years ago
  8. e7cba88 rtc: Drop (un)likely before IS_ERR(_OR_NULL) by viresh kumar · 9 years ago
  9. c86a6c2 rtc: interface: Remove rtc_set_mmss() by Xunlei Pang · 9 years ago
  10. 73744a6 rtc: interface: Remove unused return value from rtc_timer_cancel() by Krzysztof Kozlowski · 9 years ago
  11. d0bddb5 drivers/rtc/interface.c: __rtc_read_time: reduce log level by Aaro Koskinen · 9 years ago
  12. 8e4ff1a drivers/rtc: Provide y2038 safe rtc_class_ops.set_mmss() replacement by Xunlei Pang · 10 years ago
  13. bc10aa9 rtc: Update interface.c to use y2038-safe time interfaces by Xunlei Pang · 10 years ago
  14. 6528b88 rtc: refine rtc_timer_do_work() to consider other set alarm failures by Xunlei Pang · 10 years ago
  15. 16682c86 drivers/rtc/interface.c: check the validation of rtc_time in __rtc_read_time by Hyogi Gim · 10 years ago
  16. ca6dc2d drivers/rtc/interface.c: check the error after __rtc_read_time() by Hyogi Gim · 10 years ago
  17. ee1d901 drivers/rtc/interface.c: fix infinite loop in initializing the alarm by Ales Novak · 10 years ago
  18. 131c9cc rtc: verify a critical argument to rtc_update_irq() before using it by Alessandro Zummo · 11 years ago
  19. 14d0e34 rtc: Keep system awake until all expired RTC timers are handled by Zoran Markovic · 11 years ago
  20. 0734e27 drivers/rtc/interface.c: return -EBUSY, not -EACCES when device is busy by Chris Brand · 11 years ago
  21. 3ff2e13 drivers/rtc/interface.c: fix checkpatch errors by Sachin Kamat · 11 years ago
  22. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 12 years ago
  23. 7523cee RTC: Avoid races between RTC alarm wakeup and suspend. by NeilBrown · 12 years ago
  24. 4a64990 rtc: Provide flag for rtc devices that don't support UIE by John Stultz · 13 years ago
  25. 41c7f74 rtc: Disable the alarm in the hardware (v2) by Rabin Vincent · 13 years ago
  26. 5f9679d rtc: Expire alarms after the time is set. (v2) by NeilBrown · 13 years ago
  27. bd729d7 rtc: Avoid setting alarm to a time in the past by John Stultz · 13 years ago
  28. e74a8f2 drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-range by Ben Hutchings · 13 years ago
  29. f423fc6 Revert "rtc: Expire alarms after the time is set." by Linus Torvalds · 13 years ago
  30. 157e8bf Revert "rtc: Disable the alarm in the hardware" by Linus Torvalds · 13 years ago
  31. 93b2ec0 rtc: Expire alarms after the time is set. by NeilBrown · 13 years ago
  32. 40c043b Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  33. c0afabd rtc: Disable the alarm in the hardware by Rabin Vincent · 13 years ago
  34. 2113852 rtc: Add module.h to implicit users in drivers/rtc by Paul Gortmaker · 13 years ago
  35. b830ac1 rtc: fix hrtimer deadlock by Thomas Gleixner · 13 years ago
  36. 431e2bc rtc: limit frequency by Thomas Gleixner · 13 years ago
  37. 2c4f57d rtc: handle errors correctly in rtc_irq_set_state() by Thomas Gleixner · 13 years ago
  38. 6e7a333 rtc: Limit RTC PIE frequency by Thomas Gleixner · 13 years ago
  39. 3c8bb90 rtc: Fix hrtimer deadlock by Thomas Gleixner · 13 years ago
  40. 53cc282 rtc: Handle errors correctly in rtc_irq_set_state() by Thomas Gleixner · 13 years ago
  41. d576fe4 rtc: Staticize non-exported __rtc_set_alarm() by Mark Brown · 13 years ago
  42. 92f73a6 Merge branch 'fortglx/39/tip/timers/rtc' of git://git.linaro.org/people/jstultz/linux into timers/urgent by Thomas Gleixner · 14 years ago
  43. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  44. f6d5b33 RTC: Fix early irqs caused by calling rtc_set_alarm too early by John Stultz · 14 years ago
  45. f44f7f9 RTC: Initialize kernel state from RTC by John Stultz · 14 years ago
  46. 456d66e RTC: Re-enable UIE timer/polling emulation by John Stultz · 14 years ago
  47. 516373b RTC: Release mutex in error path of rtc_alarm_irq_enable by Uwe Kleine-König · 14 years ago
  48. 83a06bf RTC: Prevents a division by zero in kernel code. by Marcelo Roberto Jimenez · 14 years ago
  49. d5553a5 RTC: Properly handle rtc_read_alarm error propagation and fix bug by John Stultz · 14 years ago
  50. aa0be0f RTC: Propagate error handling via rtc_timer_enqueue properly by John Stultz · 14 years ago
  51. 96c8f06 rtc: Namespace fixup by Thomas Gleixner · 14 years ago
  52. 6610e08 RTC: Rework RTC code to use timerqueue for events by John Stultz · 14 years ago
  53. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  54. e6229bec rtc: make rtc_update_irq callable with irqs enabled by Atsushi Nemoto · 15 years ago
  55. bbccf83 rtc: use set_mmss when set_time is not available by Alessandro Zummo · 16 years ago
  56. 5d2a503 rtc: move power of 2 periodic frequency check down into drivers by Jonathan Cameron · 16 years ago
  57. d4afc76 rtc: struct device: replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  58. 099e657 rtc: add alarm/update irq interfaces by Alessandro Zummo · 16 years ago
  59. 9e3a4af rtc: fix handling of missing tm_year data when reading alarms by Mark Brown · 16 years ago
  60. b68bb26 rtc: don't return -EBUSY when mutex_lock_interruptible() fails by David Brownell · 16 years ago
  61. 695794a Driver Core: add ability for class_find_device to start in middle of list by Greg Kroah-Hartman · 16 years ago
  62. a01cc65 rtc: rtc_read_alarm() handles wraparound by David Brownell · 16 years ago
  63. 71da890 rtc: use class iteration api by Dave Young · 17 years ago
  64. 372a302 RTC: assure proper memory ordering with respect to RTC_DEV_BUSY flag by Jiri Kosina · 17 years ago
  65. 8853c20 RTC: convert mutex to bitfield by Jiri Kosina · 17 years ago
  66. 0e36a9a rtc: fix readback from /sys/class/rtc/rtc?/wakealarm by Mark Lord · 17 years ago
  67. 97144c6 rtc_irq_set_freq() requires power-of-two and associated kerneldoc by David Brownell · 17 years ago
  68. d691eb9 RTC: periodic irq fix by Alessandro Zummo · 17 years ago
  69. f8245c2 rtc: remove "RTC_ALM_SET mode" bugs by David Brownell · 17 years ago
  70. cd96620 rtc: remove rest of class_device by David Brownell · 17 years ago
  71. ab6a2d7 rtc: rtc interfaces don't use class_device by David Brownell · 17 years ago
  72. e109ebd [PATCH] rtc_cmos oops fix by David Brownell · 18 years ago
  73. d728b1e [PATCH] rtc class locking bugfixes by David Brownell · 18 years ago
  74. 2601a46 [PATCH] rtc framework handles periodic irqs by David Brownell · 18 years ago
  75. 56f10c6 [PATCH] rtc subsystem, fix capability checks in kernel interface by Alessandro Zummo · 18 years ago
  76. 0c86edc [PATCH] RTC subsystem: class by Alessandro Zummo · 19 years ago