summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/rtc.c
Commit message (Expand)AuthorAgeFilesLines
* timekeeping: Ignore the bogus sleep time if pm_trace is enabledChen Yu2016-11-291-0/+9
* char/genrtc: x86: remove remnants of asm/rtc.hArnd Bergmann2016-06-041-2/+1
* x86/init: Disable pnpbios and rtc for X86_SUBARCH_CE4100Luis R. Rodriguez2016-04-221-3/+0
* x86/ACPI: Move ACPI_FADT_NO_CMOS_RTC check to ACPI boot codeLuis R. Rodriguez2016-04-221-8/+0
* x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez2016-04-221-5/+2
* x86/paravirt: Prevent rtc_cmos platform device init on PV guestsDavid Vrabel2015-12-191-0/+3
* kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes2015-02-121-2/+2
* x86/rtc: Remove duplicate const specifierColin King2015-01-231-1/+1
* Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-11-121-2/+2
|\
| * intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan2013-10-171-1/+1
| * intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan2013-10-171-1/+1
* | x86/time: Honor ACPI FADT flag indicating absence of a CMOS RTCJan Beulich2013-10-261-0/+8
|/
* x86: Increase precision of x86_platform.get/set_wallclock()David Vrabel2013-05-281-10/+7
* x86: Do full rtc synchronization with ntpPrarit Bhargava2013-03-151-57/+12
* x86/time/rtc: Don't print extended CMOS year when reading RTCBjorn Helgaas2013-01-241-1/+0
* x86: Allow tracing of functions in arch/x86/kernel/rtc.cDavid Vrabel2012-10-241-6/+0
* sections: fix section conflicts in arch/x86Andi Kleen2012-10-061-1/+1
* x86/rtc, mrst: Don't register a platform RTC device for for Intel MID platformsMathias Nyman2011-12-051-0/+5
* x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* x86/rtc: Don't recursively acquire rtc_lockMatt Fleming2011-09-211-11/+12
* rtc: cmos: Add OF bindingsSebastian Andrzej Siewior2011-02-231-0/+3
* set_rtc_mmss: show warning message only onceStephen Hemminger2011-01-131-1/+1
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-181-8/+4
|\
| * x86: Move get/set_wallclock to x86_platform_opsFeng Tang2009-09-161-8/+4
* | timekeeping: Increase granularity of read_persistent_clock()Martin Schwidefsky2009-08-151-2/+3
|/
* x86: rtc.c cleanupJaswinder Singh Rajput2009-03-211-9/+11
* rtc: use bcd2bin/bin2bcdAdrian Bunk2008-10-201-10/+10
* x86: register a platform RTC device if PNP doesn't describe itBjorn Helgaas2008-10-141-4/+18
* provide rtc_cmos platform deviceStas Sergeev2008-06-121-0/+34
* x86: fix cmos read and write to not use inb_p and outb_pDavid P. Reed2008-04-171-4/+4
* x86: enable ACPI extended century handling for 32bitAndi Kleen2008-04-171-3/+2
* x86: add warning when RTC clock reports binaryAndi Kleen2008-04-171-2/+5
* x86: use year 2000 offset for cmos clockAndi Kleen2008-04-171-11/+4
* x86: fix sched_clock()Ingo Molnar2008-01-301-9/+4
* x86: read_tsc syncIngo Molnar2008-01-301-0/+3
* x86: move native_read_tsc() offlineIngo Molnar2008-01-301-0/+10
* x86: share rtc codeThomas Gleixner2008-01-301-33/+63
* x86: isolate the rtc code for sharingThomas Gleixner2008-01-301-0/+166