index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtc: pm8xxx: Fix issue in RTC write path
Mohit Aggarwal
2020-04-24
1
-11
/
+38
*
rtc: max8907: add missing select REGMAP_IRQ
Corentin Labbe
2020-04-02
1
-0
/
+1
*
rtc: hym8563: Return -EINVAL if the time is known to be invalid
Paul Kocialkowski
2020-02-14
1
-1
/
+1
*
rtc: pcf8563: Clear event flags and disable interrupts before requesting irq
Chen-Yu Tsai
2020-01-29
1
-6
/
+5
*
rtc: pm8xxx: fix unintended sign extension
Colin Ian King
2020-01-29
1
-2
/
+4
*
rtc: 88pm80x: fix unintended sign extension
Colin Ian King
2020-01-29
1
-7
/
+14
*
rtc: 88pm860x: fix unintended sign extension
Colin Ian King
2020-01-29
1
-7
/
+14
*
rtc: ds1672: fix unintended sign extension
Colin Ian King
2020-01-29
1
-1
/
+2
*
rtc: msm6242: Fix reading of 10-hour digit
Kars de Jong
2020-01-23
1
-1
/
+2
*
rtc: mt6397: fix alarm register overwrite
Ran Bi
2020-01-23
1
-14
/
+33
*
rtc: max8997: Fix the returned value in case of error in 'max8997_rtc_read_al...
Christophe JAILLET
2019-12-21
1
-1
/
+1
*
rtc: s35390a: Change buf's type to u8 in s35390a_init
Nathan Chancellor
2019-11-28
1
-1
/
+1
*
rtc: 88pm860x: prevent use-after-free on device remove
Sven Van Asbroeck
2019-06-11
1
-1
/
+1
*
rtc: da9063: set uie_unsupported when relevant
Alexandre Belloni
2019-05-16
1
-0
/
+7
*
rtc: sh: Fix invalid alarm warning for non-enabled alarm
Geert Uytterhoeven
2019-05-16
1
-1
/
+1
*
rtc: Fix overflow when converting time64_t to rtc_time
Baolin Wang
2019-04-03
1
-4
/
+2
*
rtc: snvs: Add timeouts to avoid kernel lockups
Trent Piepho
2018-12-21
1
-35
/
+70
*
rtc: snvs: add a missing write sync
Guy Shapiro
2018-12-21
1
-0
/
+1
*
rtc: hctosys: Add missing range error reporting
Maciej W. Rozycki
2018-11-21
1
-1
/
+3
*
rtc: bq4802: add error handling for devm_ioremap
Zhouyang Jia
2018-09-26
1
-0
/
+4
*
rtc: ensure rtc_set_alarm fails when alarms are not supported
Alexandre Belloni
2018-08-06
1
-0
/
+5
*
rtc: tx4939: avoid unintended sign extension on a 24 bit shift
Colin Ian King
2018-05-30
1
-2
/
+4
*
rtc: hctosys: Ensure system time doesn't overflow time_t
Alexandre Belloni
2018-05-30
1
-0
/
+5
*
rtc: snvs: Fix usage of snvs_rtc_enable
Bryan O'Donoghue
2018-05-30
1
-4
/
+11
*
rtc: interface: Validate alarm-time before handling rollover
Vaibhav Jain
2018-04-13
1
-1
/
+8
*
rtc: opal: Handle disabled TPO in opal_get_tpo_time()
Vaibhav Jain
2018-04-13
1
-0
/
+10
*
rtc: snvs: fix an incorrect check of return value
Pan Bian
2018-04-13
1
-1
/
+1
*
rtc: ds1374: wdt: Fix stop/start ioctl always returning -EINVAL
Moritz Fischer
2018-03-24
1
-1
/
+2
*
rtc: ds1374: wdt: Fix issue with timeout scaling from secs to wdt ticks
Moritz Fischer
2018-03-24
1
-1
/
+6
*
rtc: cmos: Do not assume irq 8 for rtc when there are no legacy irqs
Hans de Goede
2018-03-24
1
-4
/
+13
*
rtc-opal: Fix handling of firmware error codes, prevent busy loops
Stewart Smith
2018-02-22
1
-2
/
+10
*
rtc: set the alarm to the next expiring timer
Alexandre Belloni
2017-12-25
1
-1
/
+1
*
rtc: pl031: make interrupt optional
Russell King
2017-12-25
1
-6
/
+8
*
rtc: pcf8563: fix output clock rate
Philipp Zabel
2017-12-20
1
-1
/
+1
*
rtc: tegra: Implement clock handling
Thierry Reding
2017-04-21
1
-2
/
+26
*
rtc: s35390a: improve irq handling
Uwe Kleine-König
2017-04-08
1
-17
/
+31
*
rtc: s35390a: implement reset routine as suggested by the reference
Uwe Kleine-König
2017-04-08
1
-10
/
+55
*
rtc: s35390a: make sure all members in the output are set
Uwe Kleine-König
2017-04-08
1
-0
/
+14
*
rtc: s35390a: fix reading out alarm
Uwe Kleine-König
2017-04-08
1
-9
/
+31
*
rtc: sun6i: Switch to the external oscillator
Maxime Ripard
2017-03-12
1
-0
/
+6
*
rtc: sun6i: Add some locking
Maxime Ripard
2017-03-12
1
-2
/
+15
*
rtc: interface: ignore expired timers when enqueuing new timers
Colin Ian King
2017-02-26
1
-1
/
+15
*
rtc: omap: Fix selecting external osc
Lokesh Vutla
2016-11-26
1
-2
/
+4
*
rtc: s3c: Add s3c_rtc_{enable/disable}_clk in s3c_rtc_setfreq()
Alim Akhtar
2016-08-20
1
-0
/
+2
*
rtc: max77686: Properly handle regmap_irq_get_virq() error code
Krzysztof Kozlowski
2016-05-04
1
-1
/
+1
*
rtc: rx8025: remove rv8803 id
Alexandre Belloni
2016-05-04
1
-1
/
+0
*
rtc: ds1685: passing bogus values to irq_restore
Dan Carpenter
2016-05-04
1
-4
/
+4
*
rtc: vr41xx: Wire up alarm_irq_enable
Geert Uytterhoeven
2016-05-04
1
-6
/
+7
*
rtc: hym8563: fix invalid year calculation
Alexander Kochetkov
2016-05-04
1
-1
/
+1
*
rtc: da9063: fix access ordering error during RTC interrupt at system power on
Steve Twiss
2015-12-20
1
-10
/
+9
[next]