1. f114850 rtc: cmos: Do not assume irq 8 for rtc when there are no legacy irqs by Hans de Goede · 7 years ago
  2. 368e21a rtc: cmos: Don't enable interrupts in the middle of the interrupt handler by Ville Syrjälä · 8 years ago
  3. a3a0673 rtc: cmos: remove all __exit_p annotations by LABBE Corentin · 8 years ago
  4. 00f7f90 rtc: cmos: avoid unused function warning by Arnd Bergmann · 8 years ago
  5. 68669d5 rtc: cmos: Restore alarm after resume by Gabriele Mazzotta · 8 years ago
  6. 983bf12 rtc: cmos: Clear ACPI-driven alarms upon resume by Gabriele Mazzotta · 8 years ago
  7. 970fc7f rtc: cmos: Initialize hpet timer before irq is registered by Pratyush Anand · 8 years ago
  8. 56d86a7 rtc: simplify implementations of read_alarm by Uwe Kleine-König · 8 years ago
  9. 5ee98ab mn10300: use RTC_DRV_CMOS instead of CONFIG_RTC by Arnd Bergmann · 8 years ago
  10. 5ab788d rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h by Arnd Bergmann · 8 years ago
  11. 6fca3fc rtc: Use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  12. 079062b rtc: cmos: prevent kernel warning on IRQ flags mismatch by Andy Shevchenko · 8 years ago
  13. a378163 rtc: cmos: clean up cmos_nvram_read()/cmos_nvram_write() by Vladimir Zapolskiy · 9 years ago
  14. 8109d44 rtc: cmos: Revert "rtc-cmos: Add an alarm disable quirk" by Adrian Huang · 9 years ago
  15. 88b8d33 rtc: cmos: Cancel alarm timer if alarm time is equal to now+1 seconds by Adrian Huang · 9 years ago
  16. a737e83 rtc: use more standard kernel logging styles by Joe Perches · 9 years ago
  17. 4395eb1 rtc: remove use of seq_printf return value by Joe Perches · 9 years ago
  18. a882b14 rtc-cmos: fix wakeup from S5 without CONFIG_PM_SLEEP by Daniel Glöckner · 10 years ago
  19. 31632db drivers/rtc/rtc-cmos.c: drivers/char/rtc.c features for DECstation support by Maciej W. Rozycki · 10 years ago
  20. b5ada46 drivers/rtc/rtc-cmos.c: fix compilation warning when !CONFIG_PM_SLEEP by Mika Westerberg · 10 years ago
  21. 24b3447 drivers/rtc/rtc-cmos.c: propagate hpet_register_irq_handler() failure by Andrew Morton · 10 years ago
  22. c823a20 drivers/rtc/rtc-cmos.c: remove superfluous name cast by Geert Uytterhoeven · 10 years ago
  23. d5a1c7e rtc-cmos: Add an alarm disable quirk by Borislav Petkov · 11 years ago
  24. 97a92e7 drivers/rtc/rtc-cmos.c: use dev_get_platdata() by Jingoo Han · 11 years ago
  25. d7d954a drivers/rtc/rtc-cmos.c: remove redundant dev_set_drvdata by Sachin Kamat · 11 years ago
  26. a8a3808 rtc: convert rtc-cmos to dev_pm_ops from legacy pm_ops by Shuah Khan · 11 years ago
  27. 998a060 drivers/rtc/rtc-cmos.c: work around bios clearing rtc control by Derek Basehore · 11 years ago
  28. 5e8599d drivers/rtc/rtc-cmos.c: fix whitespace related errors by Sachin Kamat · 11 years ago
  29. ebf8d6c drivers/rtc/rtc-cmos.c: fix accidentally enabling rtc channel by Derek Basehore · 11 years ago
  30. e005715 drivers/rtc/rtc-cmos.c: don't disable hpet emulation on suspend by Derek Basehore · 11 years ago
  31. ee44335 rtc: rtc-cmos: use dev_warn()/dev_dbg() instead of printk()/pr_debug() by Jingoo Han · 11 years ago
  32. c8a6046 drivers/rtc: use of_match_ptr() macro by Sachin Kamat · 11 years ago
  33. 5a167f4 Drivers: rtc: remove __dev* attributes. by Greg Kroah-Hartman · 11 years ago
  34. 7523cee RTC: Avoid races between RTC alarm wakeup and suspend. by NeilBrown · 12 years ago
  35. b45bae3 rtc-cmos: report wakeups from interrupt handler by Paul Fox · 12 years ago
  36. b2201e5 rtc-cmos / PM: report wakeup event on ACPI RTC alarm by Daniel Drake · 12 years ago
  37. 2f6e5f9 drivers/rtc: remove IRQF_DISABLED by Yong Zhang · 12 years ago
  38. b43c1ea drivers/rtc/rtc-cmos.c: fix broken NVRAM bank 2 writing by Ondrej Zary · 12 years ago
  39. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  40. d109028 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  41. 51ba60c RTC: Cleanup rtc_class_ops->update_irq_enable() by John Stultz · 13 years ago
  42. 696160f RTC: Cleanup rtc_class_ops->irq_set_freq() by John Stultz · 13 years ago
  43. 80d4bb5 RTC: Cleanup rtc_class_ops->irq_set_state by John Stultz · 13 years ago
  44. 3bcbaf6 rtc: cmos: Add OF bindings by Sebastian Andrzej Siewior · 13 years ago
  45. 2fb08e6 rtc-cmos: fix suspend/resume by Paul Fox · 13 years ago
  46. 8cb7c71 rtc-cmos.c : Fix warning on PowerPC by Srikanth Krishnakar · 14 years ago
  47. de639c3 drivers/rtc: remove unneeded ifdef CONFIG_PM by Christian Dietrich · 14 years ago
  48. 6ba8bcd rtc-cmos: do dev_set_drvdata() earlier in the initialization by Dan Carpenter · 14 years ago
  49. 3804a89 RTC: rtc-cmos: Fix binary mode support by Arnaud Patard · 14 years ago
  50. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 14 years ago
  51. 004731b rtc_cmos: convert shutdown to new pnp_driver->shutdown by OGAWA Hirofumi · 14 years ago
  52. 95abd0d RTC: rtc-cmos.c: Fix warning on MIPS by Wu Zhangjin · 15 years ago
  53. a8462ef rtc-cmos: convert RTC_AIE/RTC_UIE to rtc irq API by Herton Ronaldo Krzesinski · 14 years ago
  54. d1b2efa rtc: disable hpet emulation on suspend by Maxim Levitsky · 14 years ago
  55. 6590981 rtc: mark if rtc-cmos drivers were successfully registered by Thadeu Lima de Souza Cascardo · 15 years ago
  56. 6d029b6 rtc-cmos: fix printk output by Krzysztof Halasa · 15 years ago
  57. 5d2a503 rtc: move power of 2 periodic frequency check down into drivers by Jonathan Cameron · 15 years ago
  58. 2fac667 rtc: bunch of drivers: fix 'no irq' case handing by Anton Vorontsov · 15 years ago
  59. d4afc76 rtc: struct device: replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  60. 80bb26d rtc-cmos: fix boot log message by Frans Pop · 16 years ago
  61. 01e8ef1 x86: sysfs: kill owner field from attribute by Parag Warudkar · 16 years ago
  62. fe20ba7 drivers/rtc/: use bcd2bin/bin2bcd by Adrian Bunk · 16 years ago
  63. c8fc40c rtc-cmos: export second NVRAM bank by David Brownell · 16 years ago
  64. 72f22b1 rtc-cmos: look for PNP RTC first, then for platform RTC by Bjorn Helgaas · 16 years ago
  65. a474aae rtc-cmos: move wake setup from ACPI glue into RTC driver by Bjorn Helgaas · 16 years ago
  66. 2e57572 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by David S. Miller · 16 years ago
  67. 74c4633 rtc-cmos: wake again from S5 by Rafael J. Wysocki · 16 years ago
  68. 582defd rtc: Allow RTC_DRV_CMOS to be used on SPARC. by David S. Miller · 16 years ago
  69. 7e2a31d rtc-cmos: avoid spurious irqs by David Brownell · 16 years ago
  70. 35d3fdd rtc-cmos: improve HPET IRQ glue by David Brownell · 16 years ago
  71. c68d07b rtc: remove and clarify unneeded externs by Carlos R. Mafra · 16 years ago
  72. 1da2e3d provide rtc_cmos platform device by Stas Sergeev · 16 years ago
  73. 8766ad0 rtc: dont reference pnp_resource_table directly by Bjorn Helgaas · 16 years ago
  74. 2b653e0 rtc: fix the error in the function of cmos_set_alarm by Zhao Yakui · 16 years ago
  75. ad28a07 rtc: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  76. c8626a1 rtc-cmos: display HPET emulation mode by David Brownell · 16 years ago
  77. 9d8af78 rtc: add HPET RTC emulation to RTC_DRV_CMOS by Bernhard Walle · 16 years ago
  78. 8a0bdfd rtc-cmos alarm acts as oneshot by David Brownell · 16 years ago
  79. e07e232 rtc-cmos: export nvram in sysfs by David Brownell · 16 years ago
  80. 615bb29 rtc: ignore msb when reading back mday from alarm by Mark Lord · 17 years ago
  81. 05440df rtc-cmos probe() cleanup by David Brownell · 17 years ago
  82. 97144c6 rtc_irq_set_freq() requires power-of-two and associated kerneldoc by David Brownell · 17 years ago
  83. 57deb52 RTC: add periodic irq support to rtc-cmos by Alessandro Zummo · 17 years ago
  84. 6cd8fa8 RTC: use fallback IRQ if PNP tables don't provide one by Matthew Garrett · 17 years ago
  85. 41ac8df rtc-cmos: make it load on PNPBIOS systems by Marko Vrh · 17 years ago
  86. 87ac84f rtc-cmos wakeup interface by David Brownell · 17 years ago
  87. cd96620 rtc: remove rest of class_device by David Brownell · 17 years ago
  88. ab6a2d7 rtc: rtc interfaces don't use class_device by David Brownell · 17 years ago
  89. bcd9b89 [PATCH] rtc-cmos lockdep fix, irq updates by David Brownell · 17 years ago
  90. 7be2c7c [PATCH] RTC framework driver for CMOS RTCs by David Brownell · 17 years ago