summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kvmclock.c
AgeCommit message (Expand)AuthorLines
2025-05-02x86/pvops/msr: Refactor pv_cpu_ops.write_msr{,_safe}()Xin Li (Intel)-1/+1
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar-2/+2
2024-02-07kvmclock: Unexport kvmclock clocksourcePeter Hilber-2/+1
2024-02-07x86/kvm, ptp/kvm: Add clocksource ID, set system_counterval_t.cs_idPeter Hilber-0/+1
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-4/+8
2024-01-08x86/kvm: Do not try to disable kvmclock if it was not enabledKirill A. Shutemov-4/+8
2024-01-03arch/x86: Fix typosBjorn Helgaas-1/+1
2023-06-05x86/tsc: Provide sched_clock_noinstr()Peter Zijlstra-2/+2
2023-01-31sched/clock/x86: Mark sched_clock() noinstrPeter Zijlstra-3/+3
2022-04-13x86/kvm: Don't waste kvmclock memory if there is nopv parameterWanpeng Li-1/+1
2022-02-25x86/kvmclock: Fix Hyper-V Isolated VM's boot issue when vCPUs > 64Dexuan Cui-1/+1
2022-02-25x86/kvm: Don't waste memory if kvmclock is disabledWanpeng Li-0/+3
2022-01-07x86/kvm: Silence per-cpu pr_info noise about KVM clocks and steal timeDavid Woodhouse-1/+1
2021-10-04x86/sev: Replace occurrences of sev_active() with cc_platform_has()Tom Lendacky-2/+2
2021-09-30x86/kvmclock: Move this_cpu_pvti into kvmclock.hZelin Deng-11/+2
2021-05-07x86/kvm: Disable all PV features on crashVitaly Kuznetsov-21/+0
2021-05-07x86/kvm: Disable kvmclock on all CPUs on shutdownVitaly Kuznetsov-4/+1
2021-04-26Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2021-03-12KVM: kvmclock: Fix vCPUs > 64 can't be online/hotplugedWanpeng Li-10/+9
2021-03-11x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross-1/+1
2020-11-16x86/kvm: remove unused macro HV_CLOCK_SIZEAlex Shi-1/+0
2020-02-17x86/vdso: Use generic VDSO clock mode storageThomas Gleixner-2/+2
2020-02-17x86/vdso: Move VDSO clocksource state tracking to callbackThomas Gleixner-0/+7
2019-02-20x86: kvmguest: use TSC clocksource if invariant TSC is exposedMarcelo Tosatti-0/+14
2019-02-20x86/kvmclock: set offset for kvm unstable clockPavel Tatashin-5/+1
2018-12-21x86/kvmclock: convert to SPDX identifiersPeng Hao-14/+1
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2018-09-15x86/kvm: Use __bss_decrypted attribute in shared variablesBrijesh Singh-3/+49
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross-2/+2
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-0/+1
2018-07-30x86/kvmclock: Mark kvm_get_preset_lpj() as __initDou Liyang-1/+1
2018-07-20x86/kvmclock: Switch kvmclock data to a PER_CPU variableThomas Gleixner-37/+62
2018-07-20x86/kvmclock: Move kvmclock vsyscall param and init to kvmclockThomas Gleixner-17/+27
2018-07-20x86/kvmclock: Mark variables __initdata and __ro_after_initThomas Gleixner-5/+5
2018-07-20x86/kvmclock: Cleanup the codeThomas Gleixner-50/+22
2018-07-20x86/kvmclock: Decrapify kvm_register_clock()Thomas Gleixner-23/+10
2018-07-20x86/kvmclock: Remove page size requirement from wall_clockThomas Gleixner-8/+4
2018-07-20x86/kvmclock: Remove memblock dependencyPavel Tatashin-55/+11
2018-07-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-6/+6
2018-07-18kvmclock: fix TSC calibration for nested guestsPeng Hao-0/+1
2018-07-15x86/kvmclock: set pvti_cpu0_va after enabling kvmclockRadim Krčmář-6/+5
2018-05-19x86: Convert x86_platform_ops to timespec64Arnd Bergmann-2/+2
2017-11-16Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-6/+1
2017-11-08x86/pvclock: add setter for pvclock_pvti_cpu0_vaJoao Martins-6/+1
2017-11-07X86/KVM: Clear encryption attribute when SEV is activeBrijesh Singh-11/+54
2017-11-02kvm: Return -ENODEV from update_persistent_clockJason Gunthorpe-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+4
2017-02-08kvmclock: export kvmclock clocksource and data pointersMarcelo Tosatti-1/+4
2017-01-20sched/clock: Fix hotplug crashPeter Zijlstra-1/+1