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