- b4c5936 KVM: Kill off the old hva-based MMU notifier callbacks by Sean Christopherson · 3 years, 9 months ago
- b1c5356 KVM: PPC: Convert to the gfn-based MMU notifier callbacks by Sean Christopherson · 3 years, 9 months ago
- d923ff2 KVM: MIPS/MMU: Convert to the gfn-based MMU notifier callbacks by Sean Christopherson · 3 years, 9 months ago
- cd4c718 KVM: arm64: Convert to the gfn-based MMU notifier callbacks by Sean Christopherson · 3 years, 9 months ago
- 3039bcc KVM: Move x86's MMU notifier memslot walkers to generic code by Sean Christopherson · 3 years, 9 months ago
- c13fda2 KVM: Assert that notifier count is elevated in .change_pte() by Sean Christopherson · 3 years, 9 months ago
- fe9a5b0 KVM: MIPS: defer flush to generic MMU notifier code by Paolo Bonzini · 3 years, 9 months ago
- 566a0be KVM: MIPS: let generic code call prepare_flush_shadow by Paolo Bonzini · 3 years, 9 months ago
- 5194552f KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flush by Paolo Bonzini · 3 years, 9 months ago
- 6c9dd6d KVM: constify kvm_arch_flush_remote_tlbs_memslot by Paolo Bonzini · 3 years, 9 months ago
- 85f4793 KVM: Explicitly use GFP_KERNEL_ACCOUNT for 'struct kvm_vcpu' allocations by Sean Christopherson · 3 years, 9 months ago
- dbb6964 KVM: MMU: protect TDP MMU pages only down to required level by Paolo Bonzini · 3 years, 9 months ago
- a43b80b KVM: s390x: implement KVM_CAP_SET_GUEST_DEBUG2 by Maxim Levitsky · 3 years, 9 months ago
- fa18aca KVM: aarch64: implement KVM_CAP_SET_GUEST_DEBUG2 by Maxim Levitsky · 3 years, 9 months ago
- 7e582cc KVM: x86: implement KVM_CAP_SET_GUEST_DEBUG2 by Maxim Levitsky · 3 years, 9 months ago
- 8b13c36 KVM: introduce KVM_CAP_SET_GUEST_DEBUG2 by Paolo Bonzini · 3 years, 9 months ago
- 4020da3 KVM: x86: pending exceptions must not be blocked by an injected event by Maxim Levitsky · 3 years, 9 months ago
- b9c36fd KVM: selftests: remove redundant semi-colon by Yang Yingliang · 3 years, 9 months ago
- 232f75d KVM: nSVM: call nested_svm_load_cr3 on nested state load by Maxim Levitsky · 3 years, 9 months ago
- 8486039 KVM: x86: dump_vmcs should include the autoload/autostore MSR lists by David Edmondson · 3 years, 9 months ago
- 0702a3c KVM: x86: dump_vmcs should show the effective EFER by David Edmondson · 3 years, 9 months ago
- 5518da6 KVM: x86: dump_vmcs should consider only the load controls of EFER/PAT by David Edmondson · 3 years, 9 months ago
- 699e1b2 KVM: x86: dump_vmcs should not conflate EFER and PAT presence in VMCS by David Edmondson · 3 years, 9 months ago
- d9e46d3 KVM: x86: dump_vmcs should not assume GUEST_IA32_EFER is valid by David Edmondson · 3 years, 9 months ago
- adc2a23 KVM: nSVM: improve SYSENTER emulation on AMD by Maxim Levitsky · 3 years, 9 months ago
- c1df4aa KVM: x86: add guest_cpuid_is_intel by Maxim Levitsky · 3 years, 9 months ago
- eba04b2 KVM: x86: Account a variety of miscellaneous allocations by Sean Christopherson · 3 years, 9 months ago
- 8727906 KVM: SVM: Do not allow SEV/SEV-ES initialization after vCPUs are created by Sean Christopherson · 3 years, 9 months ago
- 9fa1521 KVM: SVM: Do not set sev->es_active until KVM_SEV_ES_INIT completes by Sean Christopherson · 3 years, 9 months ago
- c36b16d KVM: SVM: Use online_vcpus, not created_vcpus, to iterate over vCPUs by Sean Christopherson · 3 years, 9 months ago
- 8f8f52a KVM: x86/mmu: Simplify code for aging SPTEs in TDP MMU by Sean Christopherson · 3 years, 9 months ago
- 6d9aafb9 KVM: x86/mmu: Remove spurious clearing of dirty bit from TDP MMU SPTE by Sean Christopherson · 3 years, 9 months ago
- 6dfbd6b KVM: x86/mmu: Drop trace_kvm_age_page() tracepoint by Sean Christopherson · 3 years, 9 months ago
- 501b918 KVM: Move arm64's MMU notifier trace events to generic code by Sean Christopherson · 3 years, 9 months ago
- 5f7c292 KVM: Move prototypes for MMU notifier callbacks to generic code by Sean Christopherson · 3 years, 9 months ago
- aaaac88 KVM: x86/mmu: Use leaf-only loop for walking TDP SPTEs when changing SPTE by Sean Christopherson · 3 years, 9 months ago
- a3f15bd KVM: x86/mmu: Pass address space ID to TDP MMU root walkers by Sean Christopherson · 3 years, 9 months ago
- 2b9663d KVM: x86/mmu: Pass address space ID to __kvm_tdp_mmu_zap_gfn_range() by Sean Christopherson · 3 years, 9 months ago
- 1a61b7d KVM: x86/mmu: Coalesce TLB flushes across address spaces for gfn range zap by Sean Christopherson · 3 years, 9 months ago
- 142ccde KVM: x86/mmu: Coalesce TLB flushes when zapping collapsible SPTEs by Sean Christopherson · 3 years, 9 months ago
- 302695a KVM: x86/mmu: Move flushing for "slot" handlers to caller for legacy MMU by Sean Christopherson · 3 years, 9 months ago
- af95b53 KVM: x86/mmu: Coalesce TDP MMU TLB flushes when zapping collapsible SPTEs by Sean Christopherson · 3 years, 9 months ago
- c28fa56 KVM: x86/vPMU: Forbid reading from MSR_F15H_PERF MSRs when guest doesn't have X86_FEATURE_PERFCTR_CORE by Vitaly Kuznetsov · 3 years, 9 months ago
- 9a7de6e KVM: nSVM: If VMRUN is single-stepped, queue the #DB intercept in nested_svm_vmexit() by Krish Sadhukhan · 3 years, 9 months ago
- 4a38162 KVM: MMU: load PDPTRs outside mmu_lock by Paolo Bonzini · 3 years, 9 months ago
- d9bd008 Merge remote-tracking branch 'tip/x86/sgx' into kvm-next by Paolo Bonzini · 3 years, 8 months ago
- 387cb8e Merge tag 'kvm-s390-next-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 3 years, 8 months ago
- 6c377b0 Merge tag 'kvm-s390-next-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 3 years, 9 months ago
- 44bada2 KVM: s390: fix guarded storage control register handling by Heiko Carstens · 3 years, 9 months ago
- 523caed x86/sgx: Mark sgx_vepc_vm_ops static by Wei Yongjun · 3 years, 9 months ago
- ae40aaf x86/sgx: Do not update sgx_nr_free_pages in sgx_setup_epc_section() by Jarkko Sakkinen · 3 years, 9 months ago
- b3754e5 x86/sgx: Move provisioning device creation out of SGX driver by Sean Christopherson · 3 years, 9 months ago
- d155030 x86/sgx: Add helpers to expose ECREATE and EINIT to KVM by Sean Christopherson · 3 years, 9 months ago
- 73916b6 x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRs by Kai Huang · 3 years, 9 months ago
- a67136b x86/sgx: Add encls_faulted() helper by Sean Christopherson · 3 years, 9 months ago
- 32ddda8e x86/sgx: Add SGX2 ENCLS leaf definitions (EAUG, EMODPR and EMODT) by Sean Christopherson · 3 years, 9 months ago
- 9c55c78a x86/sgx: Move ENCLS leaf definitions to sgx.h by Sean Christopherson · 3 years, 9 months ago
- 8ca52cc x86/sgx: Expose SGX architectural definitions to the kernel by Sean Christopherson · 3 years, 9 months ago
- faa7d3e x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled by Kai Huang · 3 years, 9 months ago
- 332bfc7 x86/cpu/intel: Allow SGX virtualization without Launch Control support by Sean Christopherson · 3 years, 9 months ago
- 540745d x86/sgx: Introduce virtual EPC for use by KVM guests by Sean Christopherson · 3 years, 9 months ago
- 657f1d8 Merge branch 'kvm-tdp-fix-rcu' into HEAD by Paolo Bonzini · 3 years, 9 months ago
- 57e45ea Merge branch 'kvm-tdp-fix-flushes' into HEAD by Paolo Bonzini · 3 years, 9 months ago
- cb9b6a1 Merge branch 'kvm-fix-svm-races' into HEAD by Paolo Bonzini · 3 years, 9 months ago
- 3c346c0 KVM: SVM: ensure that EFER.SVME is set when running nested guest or on nested vmexit by Paolo Bonzini · 3 years, 9 months ago
- a58d916 KVM: SVM: load control fields from VMCB12 before checking them by Paolo Bonzini · 3 years, 9 months ago
- 33a3164 KVM: x86/mmu: Don't allow TDP MMU to yield when recovering NX pages by Sean Christopherson · 3 years, 9 months ago
- 048f498 KVM: x86/mmu: Ensure TLBs are flushed for TDP MMU during NX zapping by Sean Christopherson · 3 years, 9 months ago
- a835429 KVM: x86/mmu: Ensure TLBs are flushed when yielding during GFN range zap by Sean Christopherson · 3 years, 9 months ago
- 231d3db x86/sgx: Add SGX_CHILD_PRESENT hardware error code by Sean Christopherson · 3 years, 9 months ago
- b0c7459 x86/sgx: Wipe out EREMOVE from sgx_free_epc_page() by Kai Huang · 3 years, 9 months ago
- b8921dc x86/cpufeatures: Add SGX1 and SGX2 sub-features by Sean Christopherson · 3 years, 9 months ago
- e9a15a4 x86/cpufeatures: Make SGX_LC feature bit depend on SGX bit by Kai Huang · 3 years, 9 months ago
- 633b061 x86/sgx: Remove unnecessary kmap() from sgx_ioc_enclave_init() by Ira Weiny · 3 years, 9 months ago
- f33dece selftests/sgx: Use getauxval() to simplify test code by Tianjia Zhang · 3 years, 10 months ago
- c3171e9 KVM: s390: VSIE: fix MVPG handling for prefixing and MSO by Claudio Imbrenda · 3 years, 9 months ago
- c5d1f6b KVM: s390: split kvm_s390_real_to_abs by Claudio Imbrenda · 3 years, 9 months ago
- bdf7509 KVM: s390: VSIE: correctly handle MVPG when in VSIE by Claudio Imbrenda · 3 years, 11 months ago
- 5ac14ba KVM: s390: extend kvm_s390_shadow_fault to return entry pointer by Claudio Imbrenda · 3 years, 11 months ago
- 4284f7a selftests/sgx: Improve error detection and messages by Dave Hansen · 3 years, 9 months ago
- 901ddbb x86/sgx: Add a basic NUMA allocation scheme to sgx_alloc_epc_page() by Jarkko Sakkinen · 3 years, 10 months ago
- 51ab30e x86/sgx: Replace section->init_laundry_list with sgx_dirty_page_list by Jarkko Sakkinen · 3 years, 10 months ago
- 0888989 KVM: x86/mmu: Store the address space ID in the TDP iterator by Sean Christopherson · 3 years, 10 months ago
- b601c3b KVM: x86/mmu: Factor out tdp_iter_return_to_root by Ben Gardon · 3 years, 10 months ago
- 14f6fec KVM: x86/mmu: Fix RCU usage when atomically zapping SPTEs by Ben Gardon · 3 years, 10 months ago
- 70fb3e4 KVM: x86/mmu: Fix RCU usage in handle_removed_tdp_mmu_page by Ben Gardon · 3 years, 10 months ago
- 4a98623 KVM: x86/mmu: Mark the PAE roots as decrypted for shadow paging by Sean Christopherson · 3 years, 10 months ago
- c834e5e4 KVM: x86/mmu: Use '0' as the one and only value for an invalid PAE root by Sean Christopherson · 3 years, 10 months ago
- 978c834 KVM: VMX: Track root HPA instead of EPTP for paravirt Hyper-V TLB flush by Sean Christopherson · 3 years, 10 months ago
- 14072e5 KVM: VMX: Skip additional Hyper-V TLB EPTP flushes if one fails by Sean Christopherson · 3 years, 10 months ago
- ee36656 KVM: VMX: Define Hyper-V paravirt TLB flush fields iff Hyper-V is enabled by Sean Christopherson · 3 years, 10 months ago
- c82f1b6 KVM: VMX: Explicitly check for hv_remote_flush_tlb when loading pgd by Sean Christopherson · 3 years, 10 months ago
- d0a2d45 KVM: VMX: Don't invalidate hv_tlb_eptp if the new EPTP matches by Sean Christopherson · 3 years, 10 months ago
- cdbd4b4 KVM: VMX: Invalidate hv_tlb_eptp to denote an EPTP mismatch by Sean Christopherson · 3 years, 10 months ago
- 446f7f1 KVM: VMX: Do Hyper-V TLB flush iff vCPU's EPTP hasn't been flushed by Sean Christopherson · 3 years, 10 months ago
- 288bee2 KVM: VMX: Fold Hyper-V EPTP checking into it's only caller by Sean Christopherson · 3 years, 10 months ago
- b68aa15c KVM: VMX: Stash kvm_vmx in a local variable for Hyper-V paravirt TLB flush by Sean Christopherson · 3 years, 10 months ago
- a4038ef KVM: VMX: Track common EPTP for Hyper-V's paravirt TLB flush by Sean Christopherson · 3 years, 10 months ago
- e83bc09 KVM: x86: Get active PCID only when writing a CR3 value by Sean Christopherson · 3 years, 10 months ago
- 7531b47 KVM/SVM: Move vmenter.S exception fixups out of line by Uros Bizjak · 3 years, 10 months ago