summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kvmclock.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Convert x86_platform_ops to timespec64Arnd Bergmann2018-05-191-2/+2
* Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-161-6/+1
|\
| * x86/pvclock: add setter for pvclock_pvti_cpu0_vaJoao Martins2017-11-081-6/+1
* | X86/KVM: Clear encryption attribute when SEV is activeBrijesh Singh2017-11-071-11/+54
* | kvm: Return -ENODEV from update_persistent_clockJason Gunthorpe2017-11-021-1/+1
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-221-1/+4
|\
| * kvmclock: export kvmclock clocksource and data pointersMarcelo Tosatti2017-02-081-1/+4
* | sched/clock: Fix hotplug crashPeter Zijlstra2017-01-201-1/+1
|/
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-5/+5
* Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-151-0/+1
|\
| * x86, clock: Fix kvm guest tsc initializationPrarit Bhargava2016-09-081-0/+1
* | x86: Apply more __ro_after_init and constKees Cook2016-08-101-1/+1
|/
* x86: Fix misspellings in commentsAdam Buchbinder2016-02-241-1/+1
* x86/vdso: Remove pvclock fixmap machineryAndy Lutomirski2015-12-111-6/+0
* x86/vdso: Get pvclock data from the vvar VMA instead of the fixmapAndy Lutomirski2015-12-111-0/+5
* x86: kvmclock: abolish PVCLOCK_COUNTS_FROM_ZERORadim Krčmář2015-10-011-11/+35
* kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-2/+2
* x86: kvmclock: set scheduler clock stableLuiz Capitulino2015-05-291-2/+12
* Revert "kvmclock: set scheduler clock stable"Paolo Bonzini2015-05-191-3/+0
* kvmclock: set scheduler clock stableLuiz Capitulino2015-05-071-0/+3
* x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefitAndy Lutomirski2014-12-101-1/+0
* kvm: kvmclock: use get_cpu() and put_cpu()Tiejun Chen2014-11-031-11/+8
* kvm: remove redundant registration of BSP's hv_clock areaFernando Luis Vázquez Cao2014-02-221-1/+1
* pvclock: detect watchdog reset at pvclock readMarcelo Tosatti2013-11-061-0/+1
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-141-1/+1
* Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner2013-07-041-0/+1
|\
| * x86: kvmclock: zero initialize pvclock shared memory areaIgor Mammedov2013-06-191-0/+1
* | x86: Increase precision of x86_platform.get/set_wallclock()David Vrabel2013-05-281-6/+3
|/
* Merge branch 'master' into queueMarcelo Tosatti2013-03-041-2/+2
|\
| * Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-241-5/+6
| |\
| * | x86, kvm: Fix kvm's use of __pa() on percpu areasDave Hansen2013-01-251-2/+2
* | | x86: kvmclock: Do not setup kvmclock vsyscall in the absence of that clockJan Kiszka2013-02-271-1/+8
| |/ |/|
* | x86: pvclock kvm: align allocation size to page sizeMarcelo Tosatti2013-02-181-5/+6
|/
* x86: kvm guest: pvclock vsyscall supportMarcelo Tosatti2012-11-271-12/+42
* x86: kvmclock: allocate pvclock shared memory areaMarcelo Tosatti2012-11-271-11/+47
* x86: kvmclock: remove check_and_clear_guest_paused warningMarcelo Tosatti2012-06-111-5/+0
* kvmclock: remove unneeded EXPORT macroEric B Munson2012-04-081-1/+0
* kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-081-0/+21
* x86: kvmclock: abstract save/restore sched_clock_stateMarcelo Tosatti2012-03-201-0/+11
* x86: Introduce x86_cpuinit.early_percpu_clock_init hookIgor Mammedov2012-03-051-3/+1
* KVM guest: prevent tracing recursion with kvmclockAvi Kivity2011-11-201-2/+3
* KVM guest: KVM Steal time registrationGlauber Costa2011-07-241-0/+2
* x86: Convert remaining x86 clocksources to clocksource_register_hz/khzJohn Stultz2011-02-211-5/+1
* KVM paravirt: Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c.Gleb Natapov2011-01-121-12/+1
* KVM guest: Move a printk that's using the clock before it's readyArjan Koers2010-10-241-2/+4
* x86, paravirt: don't compute pvclock adjustments if we trust the tscGlauber Costa2010-05-191-0/+3
* x86: KVM guest: Try using new kvm clock msrsGlauber Costa2010-05-191-21/+32
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-181-4/+7
|\
| * x86: Move get/set_wallclock to x86_platform_opsFeng Tang2009-09-161-2/+2