aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/kvmclock.c
AgeCommit message (Expand)Author
2018-05-19x86: Convert x86_platform_ops to timespec64Arnd Bergmann
2017-11-16Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-11-08x86/pvclock: add setter for pvclock_pvti_cpu0_vaJoao Martins
2017-11-07X86/KVM: Clear encryption attribute when SEV is activeBrijesh Singh
2017-11-02kvm: Return -ENODEV from update_persistent_clockJason Gunthorpe
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-02-08kvmclock: export kvmclock clocksource and data pointersMarcelo Tosatti
2017-01-20sched/clock: Fix hotplug crashPeter Zijlstra
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar
2016-09-08x86, clock: Fix kvm guest tsc initializationPrarit Bhargava
2016-08-10x86: Apply more __ro_after_init and constKees Cook
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder
2015-12-11x86/vdso: Remove pvclock fixmap machineryAndy Lutomirski
2015-12-11x86/vdso: Get pvclock data from the vvar VMA instead of the fixmapAndy Lutomirski
2015-10-01x86: kvmclock: abolish PVCLOCK_COUNTS_FROM_ZERORadim Krčmář
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young
2015-05-29x86: kvmclock: set scheduler clock stableLuiz Capitulino
2015-05-19Revert "kvmclock: set scheduler clock stable"Paolo Bonzini
2015-05-07kvmclock: set scheduler clock stableLuiz Capitulino
2014-12-10x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefitAndy Lutomirski
2014-11-03kvm: kvmclock: use get_cpu() and put_cpu()Tiejun Chen
2014-02-22kvm: remove redundant registration of BSP's hv_clock areaFernando Luis Vázquez Cao
2013-11-06pvclock: detect watchdog reset at pvclock readMarcelo Tosatti
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner
2013-06-19x86: kvmclock: zero initialize pvclock shared memory areaIgor Mammedov
2013-05-28x86: Increase precision of x86_platform.get/set_wallclock()David Vrabel
2013-03-04Merge branch 'master' into queueMarcelo Tosatti
2013-02-27x86: kvmclock: Do not setup kvmclock vsyscall in the absence of that clockJan Kiszka
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-02-18x86: pvclock kvm: align allocation size to page sizeMarcelo Tosatti
2013-01-25x86, kvm: Fix kvm's use of __pa() on percpu areasDave Hansen
2012-11-27x86: kvm guest: pvclock vsyscall supportMarcelo Tosatti
2012-11-27x86: kvmclock: allocate pvclock shared memory areaMarcelo Tosatti
2012-06-11x86: kvmclock: remove check_and_clear_guest_paused warningMarcelo Tosatti
2012-04-08kvmclock: remove unneeded EXPORT macroEric B Munson
2012-04-08kvmclock: Add functions to check if the host has stopped the vmEric B Munson
2012-03-20x86: kvmclock: abstract save/restore sched_clock_stateMarcelo Tosatti
2012-03-05x86: Introduce x86_cpuinit.early_percpu_clock_init hookIgor Mammedov
2011-11-20KVM guest: prevent tracing recursion with kvmclockAvi Kivity
2011-07-24KVM guest: KVM Steal time registrationGlauber Costa
2011-02-21x86: Convert remaining x86 clocksources to clocksource_register_hz/khzJohn Stultz
2011-01-12KVM paravirt: Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c.Gleb Natapov
2010-10-24KVM guest: Move a printk that's using the clock before it's readyArjan Koers
2010-05-19x86, paravirt: don't compute pvclock adjustments if we trust the tscGlauber Costa
2010-05-19x86: KVM guest: Try using new kvm clock msrsGlauber Costa
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-09-16x86: Move get/set_wallclock to x86_platform_opsFeng Tang