summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/kvm.c
AgeCommit message (Expand)Author
2022-06-20x86: kvm: remove NULL check before kfreeDongliang Mu
2022-05-25x86, kvm: use correct GFP flags for preemption disabledPaolo Bonzini
2022-05-25x86/kvm: Alloc dummy async #PF token outside of raw spinlockSean Christopherson
2022-05-25Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2022-04-21x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resumeWanpeng Li
2022-04-13Merge branch 'kvm-older-features' into HEADPaolo Bonzini
2022-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-04-02KVM: x86: Support the vCPU preemption check with nopvspin and realtime hintLi RongQing
2022-04-02KVM: x86: fix sending PV IPILi RongQing
2022-03-15x86/ibt,paravirt: Sprinkle ENDBRPeter Zijlstra
2022-02-25KVM: x86: Yield to IPI target vCPU only if it is busyLi RongQing
2022-02-25x86/kvm: Don't use PV TLB/yield when mwait is advertisedWanpeng Li
2022-02-18x86/kvm: Don't use pv tlb/ipi/sched_yield if on 1 vCPUWanpeng Li
2022-01-07x86/kvm: Silence per-cpu pr_info noise about KVM clocks and steal timeDavid Woodhouse
2021-11-11Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini
2021-11-11KVM: x86: Make sure KVM_CPUID_FEATURES really are KVM_CPUID_FEATURESPaul Durrant
2021-11-11Merge branch 'kvm-guest-sev-migration' into kvm-masterPaolo Bonzini
2021-11-11x86/kvm: Add kexec support for SEV Live Migration.Ashish Kalra
2021-11-11x86/kvm: Add guest support for detecting and enabling SEV Live Migration feat...Ashish Kalra
2021-10-04x86/sev: Replace occurrences of sev_active() with cc_platform_has()Tom Lendacky
2021-09-06x86/kvm: Don't enable IRQ when IRQ enabled in kvm_waitLai Jiangshan
2021-05-07x86/kvm: Unify kvm_pv_guest_cpu_reboot() with kvm_guest_cpu_offline()Vitaly Kuznetsov
2021-05-07x86/kvm: Disable all PV features on crashVitaly Kuznetsov
2021-05-07x86/kvm: Disable kvmclock on all CPUs on shutdownVitaly Kuznetsov
2021-05-07x86/kvm: Teardown PV features on boot CPU as wellVitaly Kuznetsov
2021-05-05x86/kvm: Fix pr_info() for async PF setup/teardownVitaly Kuznetsov
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-04-29Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-04-26Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-04-22Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini
2021-04-19x86/kvm: Don't bother __pv_cpu_mask when !CONFIG_SMPWanpeng Li
2021-03-18x86/kvm: Fix broken irq restoration in kvm_waitWanpeng Li
2021-03-11x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross
2021-03-06x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit
2020-10-28x86/kvm: Enable 15-bit extension when KVM_FEATURE_MSI_EXT_DEST_ID detectedDavid Woodhouse
2020-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-09-28cpuidle-haltpoll: fix error comments in arch_haltpoll_disableLi Qiang
2020-09-20Revert "KVM: Check the allocation of pv cpu mask"Vitaly Kuznetsov
2020-09-12x86/kvm: don't forget to ACK async PF IRQVitaly Kuznetsov
2020-09-12x86/kvm: properly use DEFINE_IDTENTRY_SYSVEC() macroVitaly Kuznetsov
2020-09-11KVM: Check the allocation of pv cpu maskHaiwei Li
2020-09-09x86/kvm: Add KVM-specific VMMCALL handling under SEV-ESTom Lendacky
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-07-24x86/entry: Cleanup idtentry_enter/exitThomas Gleixner
2020-07-08x86/kvm: Add "nopvspin" parameter to disable PV spinlocksZhenzhong Duan
2020-07-08x86/kvm: Change print code to use pr_*() formatZhenzhong Duan
2020-07-08Revert "KVM: X86: Fix setup the virt_spin_lock_key before static key get init...Zhenzhong Duan
2020-07-08Merge branch 'kvm-async-pf-int' into HEADPaolo Bonzini
2020-07-06x86/entry: Rename idtentry_enter/exit_cond_rcu() to idtentry_enter/exit()Andy Lutomirski