aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/kvmclock.c
AgeCommit message (Expand)Author
2022-04-13x86/kvm: Don't waste kvmclock memory if there is nopv parameterWanpeng Li
2022-02-25x86/kvmclock: Fix Hyper-V Isolated VM's boot issue when vCPUs > 64Dexuan Cui
2022-02-25x86/kvm: Don't waste memory if kvmclock is disabledWanpeng Li
2022-01-07x86/kvm: Silence per-cpu pr_info noise about KVM clocks and steal timeDavid Woodhouse
2021-10-04x86/sev: Replace occurrences of sev_active() with cc_platform_has()Tom Lendacky
2021-09-30x86/kvmclock: Move this_cpu_pvti into kvmclock.hZelin Deng
2021-05-07x86/kvm: Disable all PV features on crashVitaly Kuznetsov
2021-05-07x86/kvm: Disable kvmclock on all CPUs on shutdownVitaly Kuznetsov
2021-04-26Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-03-12KVM: kvmclock: Fix vCPUs > 64 can't be online/hotplugedWanpeng Li
2021-03-11x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross
2020-11-16x86/kvm: remove unused macro HV_CLOCK_SIZEAlex Shi
2020-02-17x86/vdso: Use generic VDSO clock mode storageThomas Gleixner
2020-02-17x86/vdso: Move VDSO clocksource state tracking to callbackThomas Gleixner
2019-02-20x86: kvmguest: use TSC clocksource if invariant TSC is exposedMarcelo Tosatti
2019-02-20x86/kvmclock: set offset for kvm unstable clockPavel Tatashin
2018-12-21x86/kvmclock: convert to SPDX identifiersPeng Hao
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-09-15x86/kvm: Use __bss_decrypted attribute in shared variablesBrijesh Singh
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2018-07-30x86/kvmclock: Mark kvm_get_preset_lpj() as __initDou Liyang
2018-07-20x86/kvmclock: Switch kvmclock data to a PER_CPU variableThomas Gleixner
2018-07-20x86/kvmclock: Move kvmclock vsyscall param and init to kvmclockThomas Gleixner
2018-07-20x86/kvmclock: Mark variables __initdata and __ro_after_initThomas Gleixner
2018-07-20x86/kvmclock: Cleanup the codeThomas Gleixner
2018-07-20x86/kvmclock: Decrapify kvm_register_clock()Thomas Gleixner
2018-07-20x86/kvmclock: Remove page size requirement from wall_clockThomas Gleixner
2018-07-20x86/kvmclock: Remove memblock dependencyPavel Tatashin
2018-07-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-07-18kvmclock: fix TSC calibration for nested guestsPeng Hao
2018-07-15x86/kvmclock: set pvti_cpu0_va after enabling kvmclockRadim Krčmář
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