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