1. 2ec38a0 drivers/rtc/rtc-s3c.c: fix prototype for s3c_rtc_setaie() by Axel Lin · 13 years ago
  2. a2d6d2f drivers/rtc/rtc-ds3232.c: fix time range difference between linux and RTC chip by Lei Xu · 13 years ago
  3. d403585 RTC: fix typo in drivers/rtc/rtc-at91sam9.c by Jelle Martijn Kok · 13 years ago
  4. 0cc9d52 Merge branch 'rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  5. 456d66e RTC: Re-enable UIE timer/polling emulation by John Stultz · 13 years ago
  6. 6e57b1d RTC: Revert UIE emulation removal by John Stultz · 13 years ago
  7. 516373b RTC: Release mutex in error path of rtc_alarm_irq_enable by Uwe Kleine-König · 13 years ago
  8. f1b6a4e Merge branch 'rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  9. 24a6f5b drivers/rtc/rtc-proc.c: add module_put on error path in rtc_proc_open() by Alexander Strakh · 13 years ago
  10. d8ce148 RTC: Fix minor compile warning by John Stultz · 13 years ago
  11. 16380c1 RTC: Convert rtc drivers to use the alarm_irq_enable method by John Stultz · 13 years ago
  12. ac54cd2 RTC: Fix rtc driver ioctl specific shortcutting by John Stultz · 13 years ago
  13. 83a06bf RTC: Prevents a division by zero in kernel code. by Marcelo Roberto Jimenez · 13 years ago
  14. b5cc8ca RTC: Remove Kconfig symbol for UIE emulation by Uwe Kleine-König · 14 years ago
  15. d5553a5 RTC: Properly handle rtc_read_alarm error propagation and fix bug by John Stultz · 14 years ago
  16. aa0be0f RTC: Propagate error handling via rtc_timer_enqueue properly by John Stultz · 14 years ago
  17. 337ce5d mfd: Support LP3974 RTC by MyungJoo Ham · 14 years ago
  18. 5f003fe rtc: rtc-max6902 - set driver data in max6902_probe() by Axel Lin · 14 years ago
  19. 2fb08e6 rtc-cmos: fix suspend/resume by Paul Fox · 14 years ago
  20. 19412ce drivers/rtc/rtc-omap.c: fix a memory leak by Axel Lin · 14 years ago
  21. 5a62f99 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  22. 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
  23. eed0ba0 Merge remote branch 'gcl/next' into next by Benjamin Herrenschmidt · 14 years ago
  24. 0cc43a1 i2c: Constify i2c_client where possible by Jean Delvare · 14 years ago
  25. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  26. 3c0cb7c Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  27. b4c6e2e Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  28. 31edf27 Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'versatile' into devel by Russell King · 14 years ago
  29. 9db8995 rtc: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  30. 1183649 rtc: rs5c372: fix buffer size by Wolfram Sang · 14 years ago
  31. d2ccb52 ARM: 6455/2: Better use of the RTC framework for sa11xx. by Marcelo Roberto Jimenez · 14 years ago
  32. 96c8f06 rtc: Namespace fixup by Thomas Gleixner · 14 years ago
  33. 042620a RTC: Remove UIE emulation by John Stultz · 14 years ago
  34. 6610e08 RTC: Rework RTC code to use timerqueue for events by John Stultz · 14 years ago
  35. 8cb7c71 rtc-cmos.c : Fix warning on PowerPC by Srikanth Krishnakar · 14 years ago
  36. d3e1884 x86, mrst: Add explanation for using 1960 as the year offset for vrtc by Feng Tang · 14 years ago
  37. 0146f26 rtc: Add drivers/rtc/rtc-mrst.c by Feng Tang · 14 years ago
  38. 7decaa5 ARM: 6454/1: sa1100: Fix for a nasty initialization bug in the RTSR. by Marcelo Roberto Jimenez · 14 years ago
  39. fd3ee6d ARM: 6453/1: sa1100: Print the value of RTSR on /proc/drivers/rtc. by Marcelo Roberto Jimenez · 14 years ago
  40. a404ad1 ARM: 6452/1: Fix checkpatch.pl issues in drivers/rtc/rtc-sa1100.c. by Marcelo Roberto Jimenez · 14 years ago
  41. 8ac5ba6 Merge branches 'sh/rtc' and 'common/clkfwk' into sh/urgent by Paul Mundt · 14 years ago
  42. 899be96 rtc: rtc-sh - fix a memory leak by Axel Lin · 14 years ago
  43. f6eec8d sh: mach-snapgear: Kill off machtype, consolidate board def. by Paul Mundt · 14 years ago
  44. 1c97872 rtc: Add support for the rtc found in the MC13892 PMIC by Uwe Kleine-König · 14 years ago
  45. 47c1697 mfd: Align ab8500 with the abx500 interface by Mattias Wallin · 14 years ago
  46. 9b16c0a rtc: Add MAX8998 rtc driver by Joonyoung Shim · 14 years ago
  47. 3c37629 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  48. d0f744c drivers/rtc/rtc-jz4740.c: add alarm function by Paul Cercueil · 14 years ago
  49. f46418c drivers/rtc/rtc-ds3232.c: add alarm function by Lan Chunhe-B25806 · 14 years ago
  50. 5b3ffdd rtc: rtc-s3c: add rtc_valid_tm in s3c_rtc_gettime() by Kukjin Kim · 14 years ago
  51. e1df962 rtc: rtc-s3c: fix RTC initialization method by Changhwan Youn · 14 years ago
  52. 30ffc40 rtc: rtc-s3c: Fix debug message format on RTC by Kukjin Kim · 14 years ago
  53. e6eb524 rtc: rtc-s3c: fix on support RTC Alarm by Changhwan Youn · 14 years ago
  54. dd061d1 rtc: rtc-s3c: fix setting missing field of getalarm by Changhwan Youn · 14 years ago
  55. f61ae67 rtc: rtc-s3c: fix access unit from byte to word on RTCCON by Changhwan Youn · 14 years ago
  56. fa5b078 rtc: omap: let device wakeup capability be configured from chip init logic by Sekhar Nori · 14 years ago
  57. 59cca86 drivers/rtc/class.c: fix device_register() error handling by Vasiliy Kulikov · 14 years ago
  58. d7c7ef9 rtc-bfin: add debug markers to suspend/resume paths by Mike Frysinger · 14 years ago
  59. 286f9f9 rtc-bfin: shrink/optimize interrupt handler a bit by Mike Frysinger · 14 years ago
  60. 9aa449b rtc: rtc-lpc32xx: introduce RTC driver for the LPC32XX SoC by Kevin Wells · 14 years ago
  61. 071a1e3 rtc: rtc-rs5c313: ctrl_in/outX to __raw_read/writeX conversion. by Paul Mundt · 14 years ago
  62. 24cecc1 AT91: rtc: enable built-in RTC in Kconfig for at91sam9g45 family by Nicolas Ferre · 14 years ago
  63. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  64. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  65. c37927d Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  66. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  67. 613655f drivers: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  68. 59bfee6 i2c: Remove obsolete cleanup for clientdata by Wolfram Sang · 14 years ago
  69. f501ed5 rtc: s3c: balance state changes of wakeup flag by Vladimir Zapolskiy · 14 years ago
  70. eba93fc drivers/rtc/rtc-ab3100.c: add missing platform_set_drvdata() in ab3100_rtc_probe() by Axel Lin · 14 years ago
  71. 4701643 drivers/rtc/rtc-pl031.c: do not mark PL031 IRQ as shared by Linus Walleij · 14 years ago
  72. 408929b rtc: m41t80: do not use rtc_valid_tm in m41t80_rtc_read_alarm by Atsushi Nemoto · 14 years ago
  73. b6de860 rtc-bfin: fix state restoration when resuming by Mike Frysinger · 14 years ago
  74. 110b7e9 rtc-bfin: fix inverted logic in suspend path by Mike Frysinger · 14 years ago
  75. 58d4ea6 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  76. 636d174 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  77. 22e3d63 rtc: rp5c01: add NVRAM support by Geert Uytterhoeven · 14 years ago
  78. de639c3 drivers/rtc: remove unneeded ifdef CONFIG_PM by Christian Dietrich · 14 years ago
  79. 6d23b25 rtc-isl12022: properly handle military hour format by Roman Fietze · 14 years ago
  80. c03675f rtc: add support for DS3232 RTC by Roy Zang · 14 years ago
  81. 2f11e57 rtc/nuc900: fix build warning by Wan ZongShun · 14 years ago
  82. 23e53be rtc/nuc900: modify enable/disable IRQs and driver data setting location by Wan ZongShun · 14 years ago
  83. 84f20a6 rtc/nuc900: make returning time checking function valid by Wan ZongShun · 14 years ago
  84. 52142ed rtc/m48t86: use rtc_valid_tm() to check returned tm by Wan ZongShun · 14 years ago
  85. caf1e10 rtc/m48t59: use rtc_valid_tm() to check returned tm by Wan ZongShun · 14 years ago
  86. c814dc1 rtc/max6900: use rtc_valid_tm() to check returning tm by Wan ZongShun · 14 years ago
  87. b485fe5 rtc/m41t80: use rtc_valid_tm() to check returned tm by Wan ZongShun · 14 years ago
  88. d6c7428 rtc: add Intersil ISL12022 RTC driver by Roman Fietze · 14 years ago
  89. eba5454 rtc: driver for the DryIce block found in i.MX25 chips by Baruch Siach · 14 years ago
  90. 8e58f57 drivers/rtc/rtc-pl031.c: remove unused #include <linux/version.h> by Huang Weiyi · 14 years ago
  91. 93b1384 rtc/pxa: remove unnecessary private ops->ioctl() by Wan ZongShun · 14 years ago
  92. f3f99cf rtc: fixes and new functionality for fm3130 by Sergey Matyukevich · 14 years ago
  93. 5824c7e rtc/rtc-mxc: remove six unused fields by Wan ZongShun · 14 years ago
  94. 4faf896 rtc/m48t59: kfree(NULL) is OK by Wan ZongShun · 14 years ago
  95. a5737cb rtc/pxa: remove unused field by Wan ZongShun · 14 years ago
  96. bdaf886 drivers/rtc/rtc-pcf8563.c: remove unused struct by Graham Gower · 14 years ago
  97. 70d2a0b rtc/nuc900: fix checking of args during time-setting by Wan ZongShun · 14 years ago
  98. 0a89b55 nuc900/rtc: change the waiting for device ready implement by Wan ZongShun · 14 years ago
  99. fb8231a Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  100. 2192482 Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into devel-stable by Russell King · 14 years ago