index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-cmos.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-17
rtc: cmos: use spin_lock_irqsave in cmos_interrupt
Mateusz Jończyk
1
-4
/
+6
2024-08-19
rtc: cmos: Fix return value of nvmem callbacks
Joy Chakraborty
1
-6
/
+4
2024-02-23
rtc: Adjust failure return code for cmos_set_alarm()
Mario Limonciello
1
-2
/
+2
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: cmos: Disable irq around direct invocation of cmos_interrupt()
Chris Wilson
1
-0
/
+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: fix RTC presence check
Mateusz Jończyk
1
-6
/
+4
2022-12-14
rtc: Check return value from mc146818_get_time()
Mateusz Jończyk
1
-1
/
+8
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
1
-2
/
+2
2022-12-14
rtc: mc146818: Detect and handle broken RTCs
Thomas Gleixner
1
-0
/
+8
2022-01-27
rtc: cmos: take rtc_lock while reading from CMOS
Mateusz Jończyk
1
-0
/
+3
2020-08-21
rtc: cmos: zero-init wkalrm when reading from CMOS
Victor Ding
1
-0
/
+2
2020-04-04
Merge tag 'rtc-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
1
-2
/
+3
2020-03-17
rtc: cmos: remove useless cast for driver_name
Corentin Labbe
1
-1
/
+1
2020-03-03
rtc: cmos: Use spin_lock_irqsave() in cmos_interrupt()
Ville Syrjälä
1
-2
/
+3
2020-01-25
rtc: cmos: Refactor code by using the new dmi_get_bios_year() helper
Andy Shevchenko
1
-4
/
+4
2020-01-25
rtc: cmos: Use predefined value for RTC IRQ on legacy x86
Andy Shevchenko
1
-1
/
+1
2020-01-25
rtc: cmos: Stop using shared IRQ
Andy Shevchenko
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2018-11-07
rtc: cmos: Do not export alarm rtc_ops when we do not support alarms
Hans de Goede
1
-4
/
+12
2018-10-04
rtc: cmos: Remove the `use_acpi_alarm' module parameter for !ACPI
Maciej W. Rozycki
1
-7
/
+20
2018-10-04
rtc: cmos: Fix non-ACPI undefined reference to `hpet_rtc_interrupt'
Maciej W. Rozycki
1
-1
/
+1
2018-04-19
rtc: cmos: introduce quirks to enable use_acpi_alarm mode
Zhang Rui
1
-0
/
+26
2018-04-19
rtc: cmos: acknowledge ACPI driven wake alarms upon resume
Zhang Rui
1
-0
/
+18
2018-04-19
rtc: cmos: allow using ACPI for RTC alarm instead of HPET
Zhang Rui
1
-31
/
+80
2018-04-10
Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
1
-54
/
+33
2018-03-09
mn10300: Remove the architecture
David Howells
1
-1
/
+1
2018-03-01
rtc: cmos: let the core handle invalid time
Alexandre Belloni
1
-12
/
+0
2018-03-01
rtc: cmos: use generic nvmem
Alexandre Belloni
1
-43
/
+30
2018-03-01
rtc: cmos: fix possible race condition
Alexandre Belloni
1
-4
/
+8
2017-05-22
Merge branches 'pm-sleep' and 'powercap'
Rafael J. Wysocki
1
-1
/
+1
2017-05-14
RTC: rtc-cmos: Fix wakeup from suspend-to-idle
Rafael J. Wysocki
1
-1
/
+1
2017-04-14
rtc: cmos: Do not assume irq 8 for rtc when there are no legacy irqs
Hans de Goede
1
-4
/
+13
2016-12-18
Merge tag 'rtc-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
1
-3
/
+72
2016-12-12
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+7
2016-11-29
timekeeping: Ignore the bogus sleep time if pm_trace is enabled
Chen Yu
1
-0
/
+7
2016-10-20
rtc: cmos: Don't enable interrupts in the middle of the interrupt handler
Ville Syrjälä
1
-2
/
+3
2016-10-19
rtc: cmos: don't refer to asm-generic/rtc.h
Christoph Hellwig
1
-3
/
+0
2016-10-19
rtc: cmos: Reject unsupported alarm values
Gabriele Mazzotta
1
-0
/
+72
[next]