aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kvmclock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-20x86: kvmguest: use TSC clocksource if invariant TSC is exposedMarcelo Tosatti1-0/+14
2019-02-20x86/kvmclock: set offset for kvm unstable clockPavel Tatashin1-5/+1
2018-12-21x86/kvmclock: convert to SPDX identifiersPeng Hao1-14/+1
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2018-09-15x86/kvm: Use __bss_decrypted attribute in shared variablesBrijesh Singh1-3/+49
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross1-2/+2
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-07-30x86/kvmclock: Mark kvm_get_preset_lpj() as __initDou Liyang1-1/+1
2018-07-20x86/kvmclock: Switch kvmclock data to a PER_CPU variableThomas Gleixner1-37/+62
2018-07-20x86/kvmclock: Move kvmclock vsyscall param and init to kvmclockThomas Gleixner1-17/+27
2018-07-20x86/kvmclock: Mark variables __initdata and __ro_after_initThomas Gleixner1-5/+5
2018-07-20x86/kvmclock: Cleanup the codeThomas Gleixner1-50/+22
2018-07-20x86/kvmclock: Decrapify kvm_register_clock()Thomas Gleixner1-23/+10
2018-07-20x86/kvmclock: Remove page size requirement from wall_clockThomas Gleixner1-8/+4
2018-07-20x86/kvmclock: Remove memblock dependencyPavel Tatashin1-55/+11
2018-07-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+6
2018-07-18kvmclock: fix TSC calibration for nested guestsPeng Hao1-0/+1
2018-07-15x86/kvmclock: set pvti_cpu0_va after enabling kvmclockRadim Krčmář1-6/+5
2018-05-19x86: Convert x86_platform_ops to timespec64Arnd Bergmann1-2/+2
2017-11-16Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-6/+1
2017-11-08x86/pvclock: add setter for pvclock_pvti_cpu0_vaJoao Martins1-6/+1
2017-11-07X86/KVM: Clear encryption attribute when SEV is activeBrijesh Singh1-11/+54
2017-11-02kvm: Return -ENODEV from update_persistent_clockJason Gunthorpe1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2017-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+4
2017-02-08kvmclock: export kvmclock clocksource and data pointersMarcelo Tosatti1-1/+4
2017-01-20sched/clock: Fix hotplug crashPeter Zijlstra1-1/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-5/+5
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar1-0/+1
2016-09-08x86, clock: Fix kvm guest tsc initializationPrarit Bhargava1-0/+1
2016-08-10x86: Apply more __ro_after_init and constKees Cook1-1/+1
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder1-1/+1
2015-12-11x86/vdso: Remove pvclock fixmap machineryAndy Lutomirski1-6/+0
2015-12-11x86/vdso: Get pvclock data from the vvar VMA instead of the fixmapAndy Lutomirski1-0/+5
2015-10-01x86: kvmclock: abolish PVCLOCK_COUNTS_FROM_ZERORadim Krčmář1-11/+35
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-2/+2
2015-05-29x86: kvmclock: set scheduler clock stableLuiz Capitulino1-2/+12
2015-05-19Revert "kvmclock: set scheduler clock stable"Paolo Bonzini1-3/+0
2015-05-07kvmclock: set scheduler clock stableLuiz Capitulino1-0/+3
2014-12-10x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefitAndy Lutomirski1-1/+0
2014-11-03kvm: kvmclock: use get_cpu() and put_cpu()Tiejun Chen1-11/+8
2014-02-22kvm: remove redundant registration of BSP's hv_clock areaFernando Luis Vázquez Cao1-1/+1
2013-11-06pvclock: detect watchdog reset at pvclock readMarcelo Tosatti1-0/+1
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-1/+1
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner1-0/+1
2013-06-19x86: kvmclock: zero initialize pvclock shared memory areaIgor Mammedov1-0/+1
2013-05-28x86: Increase precision of x86_platform.get/set_wallclock()David Vrabel1-6/+3
2013-03-04Merge branch 'master' into queueMarcelo Tosatti1-2/+2
2013-02-27x86: kvmclock: Do not setup kvmclock vsyscall in the absence of that clockJan Kiszka1-1/+8
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+6