1. 606cc43 rtc: core: correct trivial checkpatch warnings by Alexandre Belloni · 6 years ago
  2. cdf7545 rtc: convert core to SPDX identifier by Alexandre Belloni · 6 years ago
  3. ad5ea5b rtc: remove rtc_class_ops.read_callback by Alexandre Belloni · 6 years ago
  4. 36e14f5 rtc: rename core files by Alexandre Belloni · 6 years ago[Renamed from drivers/rtc/rtc-dev.c]
  5. 8719d3c rtc: simplify rtc_irq_set_state/rtc_irq_set_freq by Alexandre Belloni · 6 years ago
  6. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  7. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  8. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  9. ea369ea rtc: remove .open() and .release() by Alexandre Belloni · 7 years ago
  10. 9f86065 rtc: dev: remove rtc->name from debug message by Alexandre Belloni · 8 years ago
  11. d5ed917 rtc: utilize new cdev_device_add helper function by Logan Gunthorpe · 8 years ago
  12. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  13. 1e4cd62 rtc: dev: properly manage lifetime of dev and cdev in rtc device by Dmitry Torokhov · 9 years ago
  14. 4ec2364 rtc: Update rtc-dev to use y2038-safe time interfaces by Xunlei Pang · 10 years ago
  15. c100a5e rtc: use dev_warn()/dev_dbg()/pr_err() instead of printk() by Jingoo Han · 12 years ago
  16. 162a96e drivers/rtc/rtc-dev.c: remove unused code from rtc-dev.c by Sachin Kamat · 12 years ago
  17. e17fd4b rtc: Fix ioctl error path return by John Stultz · 14 years ago
  18. 456d66e RTC: Re-enable UIE timer/polling emulation by John Stultz · 14 years ago
  19. 6e57b1d RTC: Revert UIE emulation removal by John Stultz · 14 years ago
  20. ac54cd2 RTC: Fix rtc driver ioctl specific shortcutting by John Stultz · 14 years ago
  21. 042620a RTC: Remove UIE emulation by John Stultz · 14 years ago
  22. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  23. e6229bec rtc: make rtc_update_irq callable with irqs enabled by Atsushi Nemoto · 16 years ago
  24. 099e657 rtc: add alarm/update irq interfaces by Alessandro Zummo · 16 years ago
  25. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  26. 743e6a5 rtc: file close() consistently disables repeating irqs by David Brownell · 16 years ago
  27. 2e4a75c rtc: fix kernel panic on second use of SIGIO nofitication by Marcin Slusarz · 16 years ago
  28. 1d96469 rtc: fix double lock on UIE emulation by Atsushi Nemoto · 16 years ago
  29. b1c3c89 revert "rtc: cdev lock_kernel() pushdown" by David Brownell · 16 years ago
  30. 5cdc98b rtc-dev: stop periodic interrupts on device release by Tomas Janousek · 16 years ago
  31. b68bb26 rtc: don't return -EBUSY when mutex_lock_interruptible() fails by David Brownell · 16 years ago
  32. 5ad31a57 rtc: remove BKL for ioctl() by David Brownell · 16 years ago
  33. 51a776f rtc: cdev lock_kernel() pushdown by Jonathan Corbet · 17 years ago
  34. 8a0bdfd rtc-cmos alarm acts as oneshot by David Brownell · 17 years ago
  35. 372a302 RTC: assure proper memory ordering with respect to RTC_DEV_BUSY flag by Jiri Kosina · 17 years ago
  36. 8853c20 RTC: convert mutex to bitfield by Jiri Kosina · 17 years ago
  37. 9d013d3 rtc: allow validated RTC_PIE_ON for non-root by Bryan Kadzban · 17 years ago
  38. 88efe13 rtc-dev: no need to convert file->private_data to rtc device by Mark Zhan · 17 years ago
  39. d691eb9 RTC: periodic irq fix by Alessandro Zummo · 17 years ago
  40. c8ed39e rtc-dev: Make RTC driver return ENOTTY instead of ENOIOCTLCMD by Thomas Hommel · 17 years ago
  41. ac495bf rtc-dev: return -ENOTTY in ioctl if irq_set_freq is not implemented by driver by Hans-Christian Egtvedt · 17 years ago
  42. f8245c2 rtc: remove "RTC_ALM_SET mode" bugs by David Brownell · 18 years ago
  43. cb3a58d rtc: update to class device removal patches by David Brownell · 18 years ago
  44. cd96620 rtc: remove rest of class_device by David Brownell · 18 years ago
  45. ab6a2d7 rtc: rtc interfaces don't use class_device by David Brownell · 18 years ago
  46. 5726fb2 rtc: remove /sys/class/rtc-dev/* by David Brownell · 18 years ago
  47. d54b1fd [PATCH] mark struct file_operations const 5 by Arjan van de Ven · 18 years ago
  48. d76fdf7 [PATCH] trivial __user annotations - rtc-dev by Al Viro · 18 years ago
  49. 5a6534e [PATCH] rtc: remove syslog spam on registration by David Brownell · 18 years ago
  50. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  51. d728b1e [PATCH] rtc class locking bugfixes by David Brownell · 18 years ago
  52. 2601a46 [PATCH] rtc framework handles periodic irqs by David Brownell · 18 years ago
  53. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  54. ff8371a [PATCH] constify rtc_class_ops: update drivers by David Brownell · 18 years ago
  55. 818a867 [PATCH] RTC class uses subsys_init by David Brownell · 18 years ago
  56. 328a338f [PATCH] rtc: remove superfluous call to call to cdev_del() by Rolf Eike Beer · 18 years ago
  57. 110d693 [PATCH] rtc subsystem: add capability checks by Alessandro Zummo · 19 years ago
  58. 655066c [PATCH] RTC: rtc-dev UIE emulation by Atsushi Nemoto · 19 years ago
  59. b3969e5 [PATCH] rtc subsystem: use ENOIOCTLCMD and ENOTTY where appropriate by Alessandro Zummo · 19 years ago
  60. 3418ff7 [PATCH] RTC: rtc-dev tweak for 64-bit kernel by Atsushi Nemoto · 19 years ago
  61. e824290 [PATCH] RTC subsystem: dev interface by Alessandro Zummo · 19 years ago