index
:
kernel/linux.git
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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-19
rtc: isl1208: Fix return value of nvmem callbacks
Joy Chakraborty
1
-7
/
+4
2024-08-19
rtc: cmos: Fix return value of nvmem callbacks
Joy Chakraborty
1
-6
/
+4
2024-08-19
rtc: interface: Add RTC offset to alarm after fix-up
Csókás, Bence
1
-4
/
+5
2024-03-27
rtc: mt6397: select IRQ_DOMAIN instead of depending on it
Randy Dunlap
1
-1
/
+2
2024-02-23
rtc: Adjust failure return code for cmos_set_alarm()
Mario Limonciello
1
-2
/
+2
2023-11-20
rtc: pcf85363: fix wrong mask/val parameters in regmap_update_bits call
Javier Carrasco
1
-1
/
+1
2023-09-19
rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroff
Christoph Hellwig
1
-1
/
+1
2023-07-27
rtc: st-lpc: Release some resources in st_rtc_probe() in case of error
Christophe JAILLET
1
-1
/
+1
2023-05-17
rtc: meson-vrtc: Use ktime_get_real_ts64() to get the current time
Martin Blumenstingl
1
-2
/
+2
2023-05-17
rtc: omap: include header for omap_rtc_power_off_program prototype
Krzysztof Kozlowski
1
-0
/
+1
2023-03-11
rtc: sun6i: Always export the internal oscillator
Samuel Holland
1
-12
/
+4
2023-03-11
rtc: pm8xxx: fix set-alarm race
Johan Hovold
1
-14
/
+10
2023-01-14
rtc: ds1347: fix value written to century register
Ian Abbott
1
-1
/
+1
2023-01-14
rtc: mxc_v2: Add missing clk_disable_unprepare()
GUO Zihua
1
-1
/
+3
2023-01-14
rtc: pcf85063: fix pcf85063_clkout_control
Alexandre Belloni
1
-1
/
+1
2023-01-14
rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe()
Gaosheng Cui
1
-4
/
+4
2023-01-14
rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()
Gaosheng Cui
1
-0
/
+1
2023-01-14
rtc: pcf85063: Fix reading alarm
Alexander Stein
1
-4
/
+4
2023-01-14
rtc: snvs: Allow a time difference on clock register read
Stefan Eichenberger
1
-2
/
+14
2023-01-14
rtc: cmos: Disable ACPI RTC event on removal
Rafael J. Wysocki
1
-0
/
+15
2023-01-14
rtc: cmos: Rename ACPI-related functions
Rafael J. Wysocki
1
-6
/
+6
2023-01-14
rtc: cmos: Eliminate forward declarations of some functions
Rafael J. Wysocki
1
-155
/
+149
2023-01-14
rtc: cmos: Call rtc_wake_setup() from cmos_do_probe()
Rafael J. Wysocki
1
-16
/
+12
2023-01-14
rtc: cmos: Call cmos_wake_setup() from cmos_do_probe()
Rafael J. Wysocki
1
-25
/
+22
2023-01-14
rtc: cmos: fix build on non-ACPI platforms
Alexandre Belloni
1
-0
/
+3
2023-01-14
rtc: cmos: Fix wake alarm breakage
Rafael J. Wysocki
1
-3
/
+8
2023-01-14
rtc: cmos: Fix event handler registration ordering issue
Rafael J. Wysocki
1
-10
/
+19
2023-01-14
rtc: rtc-cmos: Do not check ACPI_FADT_LOW_POWER_S0
Rafael J. Wysocki
1
-3
/
+0
2022-12-14
rtc: mc146818-lib: fix signedness bug in mc146818_get_time()
Dan Carpenter
1
-1
/
+1
2022-12-14
rtc: mc146818-lib: fix locking in mc146818_set_time
Mateusz Jończyk
1
-2
/
+4
2022-12-14
rtc: cmos: Disable irq around direct invocation of cmos_interrupt()
Chris Wilson
1
-0
/
+2
2022-12-14
rtc: mc146818: Reduce spinlock section in mc146818_set_time()
Thomas Gleixner
1
-4
/
+2
2022-12-14
rtc: cmos: Replace spin_lock_irqsave with spin_lock in hard IRQ
Xiaofei Tan
1
-3
/
+2
2022-12-14
rtc: cmos: avoid UIP when reading alarm time
Mateusz Jończyk
1
-23
/
+49
2022-12-14
rtc: cmos: avoid UIP when writing alarm time
Mateusz Jończyk
1
-41
/
+66
2022-12-14
rtc: mc146818-lib: extract mc146818_avoid_UIP
Mateusz Jończyk
1
-0
/
+70
2022-12-14
rtc: mc146818-lib: fix RTC presence check
Mateusz Jończyk
2
-10
/
+34
2022-12-14
rtc: Check return value from mc146818_get_time()
Mateusz Jończyk
2
-2
/
+9
2022-12-14
rtc: mc146818-lib: change return values of mc146818_get_time()
Mateusz Jończyk
1
-2
/
+2
2022-12-14
rtc: cmos: remove stale REVISIT comments
Mateusz Jończyk
1
-7
/
+1
2022-12-14
rtc: mc146818: Dont test for bit 0-5 in Register D
Thomas Gleixner
2
-4
/
+4
2022-12-14
rtc: mc146818: Detect and handle broken RTCs
Thomas Gleixner
2
-0
/
+15
2022-12-14
rtc: mc146818: Prevent reading garbage
Thomas Gleixner
1
-25
/
+39
2022-06-14
rtc: mt6397: check return value after calling platform_get_resource()
Yang Yingliang
1
-0
/
+2
2022-05-25
rtc: mc146818-lib: Fix the AltCentury for AMD platforms
Mario Limonciello
1
-1
/
+15
2022-05-25
rtc: sun6i: Fix time overflow handling
Andre Przywara
1
-9
/
+5
2022-05-25
rtc: pcf2127: fix bug when reading alarm registers
Hugo Villeneuve
1
-1
/
+2
2022-05-25
rtc: fix use-after-free on device removal
Vincent Whitchurch
1
-0
/
+9
2022-04-13
rtc: wm8350: Handle error for wm8350_register_irq
Jiasheng Jiang
1
-2
/
+9
2022-04-08
rtc: check if __rtc_read_time was successful
Tom Rix
1
-2
/
+5
[next]