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