aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/rtc.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-17rtc: Extend timeout for waiting for UIP to clear to 1sGravatar Mario Limonciello 1-1/+1
2023-12-17rtc: Add support for configuring the UIP timeout for RTC readsGravatar Mario Limonciello 1-1/+1
2023-01-06x86/rtc: Simplify PNP ids checkGravatar Hans de Goede 1-6/+3
2022-08-14x86/rtc: Rename mach_set_rtc_mmss() to mach_set_cmos_time()Gravatar Mateusz Jończyk 1-2/+2
2022-08-14x86/rtc: Rewrite & simplify mach_get_cmos_time() by deleting duplicated funct...Gravatar Mateusz Jończyk 1-52/+7
2018-05-19x86: Convert x86_platform_ops to timespec64Gravatar Arnd Bergmann 1-5/+5
2018-03-15x86/rtc: Stop using deprecated functionsGravatar Benjamin Gaignard 1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-11-29timekeeping: Ignore the bogus sleep time if pm_trace is enabledGravatar Chen Yu 1-0/+9
2016-06-04char/genrtc: x86: remove remnants of asm/rtc.hGravatar Arnd Bergmann 1-2/+1
2016-04-22x86/init: Disable pnpbios and rtc for X86_SUBARCH_CE4100Gravatar Luis R. Rodriguez 1-3/+0
2016-04-22x86/ACPI: Move ACPI_FADT_NO_CMOS_RTC check to ACPI boot codeGravatar Luis R. Rodriguez 1-8/+0
2016-04-22x86/rtc: Replace paravirt rtc check with platform legacy quirkGravatar Luis R. Rodriguez 1-5/+2
2015-12-19x86/paravirt: Prevent rtc_cmos platform device init on PV guestsGravatar David Vrabel 1-0/+3
2015-02-12kernel.h: remove ancient __FUNCTION__ hackGravatar Rasmus Villemoes 1-2/+2
2015-01-23x86/rtc: Remove duplicate const specifierGravatar Colin King 1-1/+1
2013-11-12Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2013-10-26x86/time: Honor ACPI FADT flag indicating absence of a CMOS RTCGravatar Jan Beulich 1-0/+8
2013-10-17intel_mid: Renamed *mrst* to *intel_mid*Gravatar Kuppuswamy Sathyanarayanan 1-1/+1
2013-10-17intel_mid: Renamed *mrst* to *intel_mid*Gravatar Kuppuswamy Sathyanarayanan 1-1/+1
2013-05-28x86: Increase precision of x86_platform.get/set_wallclock()Gravatar David Vrabel 1-10/+7
2013-03-15x86: Do full rtc synchronization with ntpGravatar Prarit Bhargava 1-57/+12
2013-01-24x86/time/rtc: Don't print extended CMOS year when reading RTCGravatar Bjorn Helgaas 1-1/+0
2012-10-24x86: Allow tracing of functions in arch/x86/kernel/rtc.cGravatar David Vrabel 1-6/+0
2012-10-06sections: fix section conflicts in arch/x86Gravatar Andi Kleen 1-1/+1
2011-12-05x86/rtc, mrst: Don't register a platform RTC device for for Intel MID platformsGravatar Mathias Nyman 1-0/+5
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEGravatar Paul Gortmaker 1-0/+1
2011-09-21x86/rtc: Don't recursively acquire rtc_lockGravatar Matt Fleming 1-11/+12
2011-02-23rtc: cmos: Add OF bindingsGravatar Sebastian Andrzej Siewior 1-0/+3
2011-01-13set_rtc_mmss: show warning message only onceGravatar Stephen Hemminger 1-1/+1
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-8/+4
2009-09-16x86: Move get/set_wallclock to x86_platform_opsGravatar Feng Tang 1-8/+4
2009-08-15timekeeping: Increase granularity of read_persistent_clock()Gravatar Martin Schwidefsky 1-2/+3
2009-03-21x86: rtc.c cleanupGravatar Jaswinder Singh Rajput 1-9/+11
2008-10-20rtc: use bcd2bin/bin2bcdGravatar Adrian Bunk 1-10/+10
2008-10-14x86: register a platform RTC device if PNP doesn't describe itGravatar Bjorn Helgaas 1-4/+18
2008-06-12provide rtc_cmos platform deviceGravatar Stas Sergeev 1-0/+34
2008-04-17x86: fix cmos read and write to not use inb_p and outb_pGravatar David P. Reed 1-4/+4
2008-04-17x86: enable ACPI extended century handling for 32bitGravatar Andi Kleen 1-3/+2
2008-04-17x86: add warning when RTC clock reports binaryGravatar Andi Kleen 1-2/+5
2008-04-17x86: use year 2000 offset for cmos clockGravatar Andi Kleen 1-11/+4
2008-01-30x86: fix sched_clock()Gravatar Ingo Molnar 1-9/+4
2008-01-30x86: read_tsc syncGravatar Ingo Molnar 1-0/+3
2008-01-30x86: move native_read_tsc() offlineGravatar Ingo Molnar 1-0/+10
2008-01-30x86: share rtc codeGravatar Thomas Gleixner 1-33/+63
2008-01-30x86: isolate the rtc code for sharingGravatar Thomas Gleixner 1-0/+166