summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-10-01KVM: MMU: change page_fault_handle_page_track() arguments to kvm_page_faultPaolo Bonzini3-12/+16
2021-10-01KVM: MMU: change direct_page_fault() arguments to kvm_page_faultPaolo Bonzini3-28/+27
2021-10-01KVM: MMU: change mmu->page_fault() arguments to kvm_page_faultPaolo Bonzini4-24/+24
2021-10-01KVM: MMU: Introduce struct kvm_page_faultPaolo Bonzini1-3/+31
2021-10-01KVM: MMU: pass unadulterated gpa to direct_page_faultPaolo Bonzini1-1/+1
2021-10-01KVM: x86: Fix potential race in KVM_GET_CLOCKOliver Upton1-13/+23
2021-10-01KVM: x86: extract KVM_GET_CLOCK/KVM_SET_CLOCK to separate functionsPaolo Bonzini1-47/+52
2021-10-01kvm: x86: abstract locking around pvclock_update_vm_gtod_copyPaolo Bonzini2-34/+29
2021-10-01KVM: X86: Move PTE present check from loop body to __shadow_walk_next()Lai Jiangshan2-12/+3
2021-10-01KVM: x86: nSVM: implement nested TSC scalingMaxim Levitsky5-6/+63
2021-10-01KVM: x86: SVM: add module param to control TSC scalingMaxim Levitsky1-6/+18
2021-10-01KVM: x86: SVM: don't set VMLOAD/VMSAVE intercepts on vCPU resetPaolo Bonzini1-27/+34
2021-09-30KVM: x86: SVM: add module param to control LBR virtualizationMaxim Levitsky1-1/+12
2021-09-30KVM: x86: nSVM: don't copy pause related settingsMaxim Levitsky1-8/+0
2021-09-30kvm: irqfd: avoid update unmodified entries of the routingLongpeng(Mike)1-0/+9
2021-09-30KVM: X86: Don't check unsync if the original spte is writibleLai Jiangshan1-2/+2
2021-09-30KVM: X86: Don't unsync pagetables when speculativeLai Jiangshan3-3/+8
2021-09-30KVM: X86: Remove FNAME(update_pte)Lai Jiangshan1-9/+1
2021-09-30KVM: X86: Zap the invalid list after remote tlb flushingLai Jiangshan1-1/+1
2021-09-30KVM: X86: Change kvm_sync_page() to return true when remote flush is neededLai Jiangshan2-19/+23
2021-09-30KVM: X86: Remove kvm_mmu_flush_or_zap()Lai Jiangshan1-20/+6
2021-09-30KVM: X86: Don't flush current tlb on shadow page modificationLai Jiangshan2-6/+0
2021-09-30KVM: x86/mmu: Complete prefetch for trailing SPTEs for direct, legacy MMUSean Christopherson1-1/+3
2021-09-30KVM: x86: Manually retrieve CPUID.0x1 when getting FMS for RESET/INITSean Christopherson1-7/+5
2021-09-30KVM: x86: WARN on non-zero CRs at RESET to detect improper initalizationSean Christopherson1-0/+10
2021-09-30KVM: SVM: Move RESET emulation to svm_vcpu_reset()Sean Christopherson3-16/+21
2021-09-30KVM: VMX: Move RESET emulation to vmx_vcpu_reset()Sean Christopherson1-31/+32
2021-09-30KVM: VMX: Drop explicit zeroing of MSR guest values at vCPU creationSean Christopherson1-5/+1
2021-09-30KVM: x86: Fold fx_init() into kvm_arch_vcpu_create()Sean Christopherson1-12/+4
2021-09-30KVM: x86: Remove defunct setting of XCR0 for guest during vCPU createSean Christopherson1-6/+1
2021-09-30KVM: x86: Remove defunct setting of CR0.ET for guests during vCPU createSean Christopherson1-2/+0
2021-09-30KVM: x86: Do not mark all registers as avail/dirty during RESET/INITSean Christopherson2-2/+3
2021-09-30KVM: x86: Simplify retrieving the page offset when loading PDTPRsSean Christopherson1-2/+2
2021-09-30KVM: x86: Subsume nested GPA read helper into load_pdptrs()Sean Christopherson2-41/+18
2021-09-30kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross9-11/+11
2021-09-30Revert "x86/kvm: fix vcpu-id indexed array sizes"Juergen Gross2-3/+3
2021-09-30KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_maskVitaly Kuznetsov3-13/+2
2021-09-30KVM: Drop 'except' parameter from kvm_make_vcpus_request_mask()Vitaly Kuznetsov2-2/+2
2021-09-30KVM: x86: hyper-v: Avoid calling kvm_make_vcpus_request_mask() with vcpu_mask...Vitaly Kuznetsov1-6/+9
2021-09-30KVM: nVMX: Reset vmxon_ptr upon VMXOFF emulation.Vitaly Kuznetsov2-0/+2
2021-09-30KVM: nVMX: Use INVALID_GPA for pointers used in nVMX.Yu Zhang2-32/+32
2021-09-30KVM: x86: Swap order of CPUID entry "index" vs. "significant flag" checksSean Christopherson1-2/+2
2021-09-30x86/kvmclock: Move this_cpu_pvti into kvmclock.hZelin Deng2-11/+16
2021-09-27KVM: VMX: Fix a TSX_CTRL_CPUID_CLEAR field mask issueZhenzhong Duan1-1/+1
2021-09-24Merge tag 'kvmarm-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini3-5/+9
2021-09-23KVM: X86: Synchronize the shadow pagetable before link itLai Jiangshan2-9/+31
2021-09-23KVM: X86: Fix missed remote tlb flush in rmap_write_protect()Lai Jiangshan1-21/+2
2021-09-23KVM: x86: nSVM: don't copy virt_ext from vmcb12Maxim Levitsky1-1/+0
2021-09-23KVM: x86: nSVM: test eax for 4K alignment for GP errata workaroundMaxim Levitsky1-0/+4
2021-09-23KVM: x86: nSVM: restore int_vector in svm_clear_vintrMaxim Levitsky1-0/+2