1. d532849 rtc: class: remove bogus documentation by Alexandre Belloni · 4 years ago
  2. 7ae4122 rtc: introduce features bitfield by Alexandre Belloni · 4 years ago
  3. f4a2f78 Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 4 years, 1 month ago
  4. f70cc33 rtc: fix RTC removal by Alexandre Belloni · 4 years, 1 month ago
  5. 69eca25 ntp: Make the RTC sync offset less obscure by Thomas Gleixner · 4 years, 1 month ago
  6. 354c796 rtc: core: Make the sync offset default more realistic by Thomas Gleixner · 4 years, 1 month ago
  7. 0d6d7a3 rtc: destroy mutex when releasing the device by Bartosz Golaszewski · 4 years, 2 months ago
  8. 1bfc485 rtc: shrink devm_rtc_allocate_device() by Bartosz Golaszewski · 4 years, 2 months ago
  9. fdcfd85 rtc: rework rtc_register_device() resource management by Bartosz Golaszewski · 4 years, 2 months ago
  10. 25ece30 rtc: nvmem: remove nvram ABI by Alexandre Belloni · 4 years, 2 months ago
  11. 3edf29d rtc: class: remove redundant assignment to variable err by Colin Ian King · 4 years, 10 months ago
  12. 5614a4a rtc: class: avoid unnecessary lookup in hctosys by Alexandre Belloni · 4 years, 10 months ago
  13. f9b2a4d rtc: class: support hctosys from modular RTC drivers by Steve Muckle · 5 years ago
  14. 924068e rtc: class: add debug message when registration fails by Alexandre Belloni · 5 years ago
  15. 606cc43 rtc: core: correct trivial checkpatch warnings by Alexandre Belloni · 6 years ago
  16. cdf7545 rtc: convert core to SPDX identifier by Alexandre Belloni · 6 years ago
  17. a269441 rtc: class: reimplement devm_rtc_device_register by Alexandre Belloni · 6 years ago
  18. 9a032011 rtc: enforce rtc_timer_init private_data type by Alexandre Belloni · 6 years ago
  19. 03f39f4 rtc: class: remove devm_rtc_device_unregister by Alexandre Belloni · 6 years ago
  20. 1e479c6 rtc: unexport non devm managed registration by Alexandre Belloni · 6 years ago
  21. acecb3a rtc: remove irq_task and irq_task_lock by Alexandre Belloni · 6 years ago
  22. 5089ea1 rtc: use ktime_get_real_ts64() instead of getnstimeofday64() by Arnd Bergmann · 7 years ago
  23. 9895156 rtc: Add one offset seconds to expand RTC range by Baolin Wang · 7 years ago
  24. 0391df7 rtc: remove nvmem_config by Alexandre Belloni · 7 years ago
  25. ac75779 rtc: nvmem: allow registering the nvmem device before the rtc by Alexandre Belloni · 7 years ago
  26. 4cce9d3 rtc: nvmem: pass nvmem_config to rtc_nvmem_register() by Alexandre Belloni · 7 years ago
  27. 0f295b0 rtc: Allow rtc drivers to specify the tv_nsec value for ntp by Jason Gunthorpe · 7 years ago
  28. 697e5a4 rtc: add generic nvmem support by Alexandre Belloni · 8 years ago
  29. 3068a25 rtc: introduce new registration method by Alexandre Belloni · 8 years ago
  30. b91336d rtc: class separate id allocation from registration by Alexandre Belloni · 8 years ago
  31. d1bec20 rtc: class separate device allocation from registration by Alexandre Belloni · 8 years ago
  32. 5c82a6a rtc: remove rtc_device.name by Alexandre Belloni · 8 years ago
  33. d5ed917 rtc: utilize new cdev_device_add helper function by Logan Gunthorpe · 8 years ago
  34. 270a3bd rtc: make class.c explicitly non-modular by Paul Gortmaker · 9 years ago
  35. 3ee2c40 rtc: switch to using is_visible() to control sysfs attributes by Dmitry Torokhov · 9 years ago
  36. c3b399a4 rtc: class: remove unnecessary device_get() in rtc_device_unregister by Dmitry Torokhov · 10 years ago
  37. 6706664 rtc: class: fix double free in rtc_register_device() error path by Dmitry Torokhov · 10 years ago
  38. 182683e drivers/rtc/class.c: initialize rtc name early by Aaro Koskinen · 10 years ago
  39. 0fa88cb time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksource by Xunlei Pang · 10 years ago
  40. 814dcf8 drivers/rtc: Remove redundant rtc_valid_tm() from rtc_resume() by Xunlei Pang · 10 years ago
  41. d4bda8f rtc: Update suspend/resume timing to use 64bit time by John Stultz · 10 years ago
  42. e1d6009 driver/rtc/class.c: check the error after rtc_read_time() by Hyogi Gim · 10 years ago
  43. 9d2b7e5 rtc: honor device tree /alias entries when assigning IDs by Stephen Warren · 11 years ago
  44. 92e7f04 drivers/rtc/class: convert from Legacy pm ops to dev_pm_ops by Shuah Khan · 12 years ago
  45. 6636a99 drivers/rtc/class.c: use struct device as the first argument for devm_rtc_device_register() by Jingoo Han · 12 years ago
  46. 3e217b6 rtc: add devm_rtc_device_{register,unregister}() by Jingoo Han · 12 years ago
  47. c100a5e rtc: use dev_warn()/dev_dbg()/pr_err() instead of printk() by Jingoo Han · 12 years ago
  48. 90889a6 Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 12 years ago
  49. 9ecf37e rtc: Skip the suspend/resume handling if persistent clock exist by Feng Tang · 12 years ago
  50. 5abe257 revert "rtc: recycle id when unloading a rtc driver" by Andrew Morton · 12 years ago
  51. 4c24e29 rtc_sysfs_show_hctosys(): display 0 if resume failed by David Fries · 12 years ago
  52. 2830a6d rtc: recycle id when unloading a rtc driver by Vincent Palatin · 12 years ago
  53. 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
  54. 6a8943d rtc: Fix some bugs that allowed accumulating time drift in suspend/resume by Arve Hjønnevåg · 13 years ago
  55. 6d03d06 drivers/rtc/class.c: convert idr to ida and use ida_simple_get() by Jonathan Cameron · 13 years ago
  56. 3dcad5f rtc: Avoid accumulating time drift in suspend/resume by John Stultz · 14 years ago
  57. 304529b time: Add timekeeping_inject_sleeptime by John Stultz · 14 years ago
  58. f6d5b33 RTC: Fix early irqs caused by calling rtc_set_alarm too early by John Stultz · 14 years ago
  59. f44f7f9 RTC: Initialize kernel state from RTC by John Stultz · 14 years ago
  60. 83a06bf RTC: Prevents a division by zero in kernel code. by Marcelo Roberto Jimenez · 14 years ago
  61. 5943a26 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  62. 96c8f06 rtc: Namespace fixup by Thomas Gleixner · 14 years ago
  63. 6610e08 RTC: Rework RTC code to use timerqueue for events by John Stultz · 14 years ago
  64. 59cca86 drivers/rtc/class.c: fix device_register() error handling by Vasiliy Kulikov · 14 years ago
  65. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  66. 2a7a06a rtc-core: fix memory leak by Aaro Koskinen · 15 years ago
  67. d4afc76 rtc: struct device: replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  68. d691eb9 RTC: periodic irq fix by Alessandro Zummo · 17 years ago
  69. 2c6b47d Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time(). by john stultz · 17 years ago
  70. cb3a58d rtc: update to class device removal patches by David Brownell · 18 years ago
  71. 7ca1d48 rtc: suspend()/resume() restores system clock by David Brownell · 18 years ago
  72. cd96620 rtc: remove rest of class_device by David Brownell · 18 years ago
  73. 7d9f99e rtc: simplified /proc/driver/rtc handling by David Brownell · 18 years ago
  74. 446ecbd rtc: simplified rtc sysfs attribute handling by David Brownell · 18 years ago
  75. 5726fb2 rtc: remove /sys/class/rtc-dev/* by David Brownell · 18 years ago
  76. e109ebd [PATCH] rtc_cmos oops fix by David Brownell · 18 years ago
  77. ff8371a [PATCH] constify rtc_class_ops: update drivers by David Brownell · 18 years ago
  78. 818a867 [PATCH] RTC class uses subsys_init by David Brownell · 18 years ago
  79. 6ac12df [PATCH] rtc: fix idr locking by Sonny Rao · 19 years ago
  80. 110d693 [PATCH] rtc subsystem: add capability checks by Alessandro Zummo · 19 years ago
  81. d1d65b7 [PATCH] RTC subsystem: compact error messages by Alessandro Zummo · 19 years ago
  82. 0c86edc [PATCH] RTC subsystem: class by Alessandro Zummo · 19 years ago