summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2021-02-04xen: add wc_sec_hi to struct shared_infoDavid Woodhouse
2021-02-04KVM: x86/xen: register shared_info pageJoao Martins
2021-02-04KVM: x86/xen: add definitions of compat_shared_info, compat_vcpu_infoDavid Woodhouse
2021-02-04KVM: x86/xen: latch long_mode when hypercall page is set upDavid Woodhouse
2021-02-04KVM: x86/xen: add KVM_XEN_HVM_SET_ATTR/KVM_XEN_HVM_GET_ATTRJoao Martins
2021-02-04KVM: x86/xen: Add kvm_xen_enabled static keyDavid Woodhouse
2021-02-04KVM: x86/xen: Move KVM_XEN_HVM_CONFIG handling to xen.cDavid Woodhouse
2021-02-04KVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercallsJoao Martins
2021-02-04KVM: x86/xen: intercept xen hypercalls if enabledJoao Martins
2021-02-04KVM: x86/xen: Fix __user pointer handling for hypercall page installationDavid Woodhouse
2021-02-04KVM: x86/xen: fix Xen hypercall page msr handlingJoao Martins
2021-02-04KVM: x86/mmu: Allow parallel page faults for the TDP MMUBen Gardon
2021-02-04KVM: x86/mmu: Mark SPTEs in disconnected pages as removedBen Gardon
2021-02-04KVM: x86/mmu: Flush TLBs after zap in TDP MMU PF handlerBen Gardon
2021-02-04KVM: x86/mmu: Use atomic ops to set SPTEs in TDP MMU mapBen Gardon
2021-02-04KVM: x86/mmu: Factor out functions to add/remove TDP MMU pagesBen Gardon
2021-02-04KVM: x86/mmu: Use an rwlock for the x86 MMUBen Gardon
2021-02-04KVM: x86/mmu: Protect TDP MMU page table memory with RCUBen Gardon
2021-02-04KVM: x86/mmu: Clear dirtied pages mask bit before early breakBen Gardon
2021-02-04KVM: x86/mmu: Skip no-op changes in TDP MMU functionsBen Gardon
2021-02-04KVM: x86/mmu: Yield in TDU MMU iter even if no SPTES changedBen Gardon
2021-02-04KVM: x86/mmu: Ensure forward progress when yielding in TDP MMU iterBen Gardon
2021-02-04KVM: x86/mmu: Rename goal_gfn to next_last_level_gfnBen Gardon
2021-02-04KVM: x86/mmu: Merge flush and non-flush tdp_mmu_iter_cond_reschedBen Gardon
2021-02-04KVM: x86/mmu: Fix braces in kvm_recover_nx_lpagesBen Gardon
2021-02-04KVM: x86/mmu: Factor out handling of removed page tablesBen Gardon
2021-02-04KVM: x86/mmu: Don't redundantly clear TDP MMU pt memoryBen Gardon
2021-02-04KVM: x86/mmu: Add lockdep when setting a TDP MMU SPTEBen Gardon
2021-02-04KVM: x86/mmu: Add comment on __tdp_mmu_set_spteBen Gardon
2021-02-04KVM: x86/mmu: change TDP MMU yield function returns to match cond_reschedBen Gardon
2021-02-04KVM: x86: move kvm_inject_gp up from kvm_set_xcr to callersPaolo Bonzini
2021-02-04KVM: cleanup DR6/DR7 reserved bits checksPaolo Bonzini
2021-02-04KVM: move EXIT_FASTPATH_REENTER_GUEST to common codePaolo Bonzini
2021-02-04KVM: x86/mmu: Add '__func__' in rmap_printk()Stephen Zhang
2021-02-04KVM: SVM: Replace hard-coded value with #defineKrish Sadhukhan
2021-02-04KVM: SVM: use .prepare_guest_switch() to handle CPU register save/setupMichael Roth
2021-02-04KVM: SVM: remove uneeded fields from host_save_users_msrsMichael Roth
2021-02-04KVM: SVM: use vmsave/vmload for saving/restoring additional host stateMichael Roth
2021-02-04KVM: SVM: Use asm goto to handle unexpected #UD on SVM instructionsSean Christopherson
2021-02-04KVM: VMX: Use the kernel's version of VMXOFFSean Christopherson
2021-02-04KVM: VMX: Move Intel PT shenanigans out of VMXON/VMXOFF flowsSean Christopherson
2021-02-04KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hwUros Bizjak
2021-02-04x86/virt: Mark flags and memory as clobbered by VMXOFFDavid P. Reed
2021-02-04x86/reboot: Force all cpus to exit VMX root if VMX is supportedSean Christopherson
2021-02-04x86/virt: Eat faults on VMXOFF in reboot flowsSean Christopherson
2021-02-04KVM: x86: use static calls to reduce kvm_x86_ops overheadJason Baron
2021-02-04KVM: x86: introduce definitions to support static calls for kvm_x86_opsJason Baron
2021-02-04KVM: X86: prepend vmx/svm prefix to additional kvm_x86_ops functionsJason Baron
2021-02-04KVM: Stop using deprecated jump label APIsCun Li
2021-02-04KVM: SVM: Fix #GP handling for doubly-nested virtualizationWei Huang