- dbdd096 KVM: VMX: Intercept FS/GS_BASE MSR accesses for 32-bit KVM by Sean Christopherson · 3 years, 8 months ago
- 844d69c KVM: SVM: Delay restoration of host MSR_TSC_AUX until return to userspace by Sean Christopherson · 3 years, 8 months ago
- dbd6127 KVM: SVM: Clear MSR_TSC_AUX[63:32] on write by Sean Christopherson · 3 years, 8 months ago
- 6f2b296 KVM: SVM: Inject #GP on guest MSR_TSC_AUX accesses if RDTSCP unsupported by Sean Christopherson · 3 years, 8 months ago
- e23f6d4 KVM: VMX: Invert the inlining of MSR interception helpers by Sean Christopherson · 3 years, 8 months ago
- f82762f KVM: documentation: fix sphinx warnings by Paolo Bonzini · 3 years, 8 months ago
- b86bb11 KVM: X86: Fix failure to boost kernel lock holder candidate in SEV-ES guests by Wanpeng Li · 3 years, 8 months ago
- 2f15d02 KVM: x86: Properly handle APF vs disabled LAPIC situation by Vitaly Kuznetsov · 3 years, 8 months ago
- 462f8dd KVM: x86: Fix implicit enum conversion goof in scattered reverse CPUID code by Sean Christopherson · 3 years, 8 months ago
- 10835602 KVM: VMX: use EPT_VIOLATION_GVA_TRANSLATED instead of 0x100 by Isaku Yamahata · 3 years, 8 months ago
- c4f7190 Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 3 years, 8 months ago
- fd49e8e Merge branch 'kvm-sev-cgroup' into HEAD by Paolo Bonzini · 3 years, 8 months ago
- 9a8aae6 Merge branch 'kvm-arm64/kill_oprofile_dependency' into kvmarm-master/next by Marc Zyngier · 3 years, 8 months ago
- 7f31884 perf: Get rid of oprofile leftovers by Marc Zyngier · 3 years, 9 months ago
- ac21ecf sh: Get rid of oprofile leftovers by Marc Zyngier · 3 years, 9 months ago
- 8c3f791 s390: Get rid of oprofile leftovers by Marc Zyngier · 3 years, 9 months ago
- e9c74a6 arm64: Get rid of oprofile leftovers by Marc Zyngier · 3 years, 9 months ago
- 5421db1 KVM: arm64: Divorce the perf code from oprofile helpers by Marc Zyngier · 3 years, 9 months ago
- 238eca8 KVM: SVM: Allocate SEV command structures on local stack by Sean Christopherson · 3 years, 9 months ago
- a402e35 crypto: ccp: Use the stack and common buffer for INIT command by Sean Christopherson · 3 years, 9 months ago
- 3810367 crypto: ccp: Use the stack and common buffer for status commands by Sean Christopherson · 3 years, 9 months ago
- e4a9af7 crypto: ccp: Use the stack for small SEV command buffers by Sean Christopherson · 3 years, 9 months ago
- 8347b99 crypto: ccp: Play nice with vmalloc'd memory for SEV command structs by Sean Christopherson · 3 years, 9 months ago
- d5760de crypto: ccp: Reject SEV commands with mismatching command buffer by Sean Christopherson · 3 years, 9 months ago
- 74c1f13 crypto: ccp: Detect and reject "invalid" addresses destined for PSP by Sean Christopherson · 3 years, 9 months ago
- b61a907 crypto: ccp: Free SEV device if SEV init fails by Sean Christopherson · 3 years, 9 months ago
- 6a443de KVM: SVM: Add KVM_SEV_RECEIVE_FINISH command by Brijesh Singh · 3 years, 9 months ago
- 15fb7de KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command by Brijesh Singh · 3 years, 9 months ago
- af43cbb KVM: SVM: Add support for KVM_SEV_RECEIVE_START command by Brijesh Singh · 3 years, 9 months ago
- 5569e2e KVM: SVM: Add support for KVM_SEV_SEND_CANCEL command by Steve Rutherford · 3 years, 8 months ago
- fddecf6 KVM: SVM: Add KVM_SEV_SEND_FINISH command by Brijesh Singh · 3 years, 9 months ago
- d3d1af8 KVM: SVM: Add KVM_SEND_UPDATE_DATA command by Brijesh Singh · 3 years, 9 months ago
- 4cfdd47 KVM: SVM: Add KVM_SEV SEND_START command by Brijesh Singh · 3 years, 9 months ago
- 52acd22 KVM: Boost vCPU candidate in user mode which is delivering interrupt by Wanpeng Li · 3 years, 9 months ago
- c265878 KVM: x86: document behavior of measurement ioctls with len==0 by Paolo Bonzini · 3 years, 8 months ago
- bf1e15a KVM: selftests: Always run vCPU thread with blocked SIG_IPI by Paolo Bonzini · 3 years, 8 months ago
- 016ff1a KVM: selftests: Sync data verify of dirty logging with guest sync by Peter Xu · 3 years, 9 months ago
- 54526d1 KVM: x86: Support KVM VMs sharing SEV context by Nathan Tempelman · 3 years, 9 months ago
- ee695f2 nSVM: Check addresses of MSR and IO permission maps by Krish Sadhukhan · 3 years, 9 months ago
- 4085ae8 Merge branch 'kvm-arm64/ptp' into kvmarm-master/next by Marc Zyngier · 3 years, 8 months ago
- 182a71a3 KVM: arm64: Fix Function ID typo for PTP_KVM service by Zenghui Yu · 3 years, 9 months ago
- a86ed2c ptp: Don't print an error if ptp_kvm is not supported by Jon Hunter · 3 years, 8 months ago
- 47903dc KVM: SVM: Define actual size of IOPM and MSRPM tables by Krish Sadhukhan · 3 years, 9 months ago
- fe7e948 KVM: x86: Add capability to grant VM access to privileged SGX attribute by Sean Christopherson · 3 years, 9 months ago
- 72add91 KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LC by Sean Christopherson · 3 years, 9 months ago
- b6f084c KVM: VMX: Add ENCLS[EINIT] handler to support SGX Launch Control (LC) by Sean Christopherson · 3 years, 9 months ago
- 8f10244 KVM: VMX: Add emulation of SGX Launch Control LE hash MSRs by Sean Christopherson · 3 years, 9 months ago
- 70210c0 KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions by Sean Christopherson · 3 years, 9 months ago
- 9798adb KVM: VMX: Frame in ENCLS handler for SGX virtualization by Sean Christopherson · 3 years, 9 months ago
- 3c0c2ad KVM: VMX: Add basic handling of VM-Exit from SGX enclave by Sean Christopherson · 3 years, 9 months ago
- 01de868 KVM: x86: Add reverse-CPUID lookup support for scattered SGX features by Sean Christopherson · 3 years, 9 months ago
- 4e66c0c KVM: x86: Add support for reverse CPUID lookup of scattered features by Sean Christopherson · 3 years, 9 months ago
- 00e7646 KVM: x86: Define new #PF SGX error code bit by Sean Christopherson · 3 years, 9 months ago
- 54f958c KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX) by Sean Christopherson · 3 years, 9 months ago
- b9c2bd5 KVM: selftests: Add a test for kvm page table code by Yanan Wang · 3 years, 9 months ago
- a4b3c8b KVM: selftests: Adapt vm_userspace_mem_region_add to new helpers by Yanan Wang · 3 years, 9 months ago
- 623653b KVM: selftests: List all hugetlb src types specified with page sizes by Yanan Wang · 3 years, 9 months ago
- 5579fa6 KVM: selftests: Add a helper to get system default hugetlb page size by Yanan Wang · 3 years, 9 months ago
- 3b70c4d KVM: selftests: Add a helper to get system configured THP page size by Yanan Wang · 3 years, 9 months ago
- 6436430 KVM: selftests: Make a generic helper to get vm guest mode strings by Yanan Wang · 3 years, 9 months ago
- c412d6a KVM: selftests: Print the errno besides error-string in TEST_ASSERT by Yanan Wang · 3 years, 9 months ago
- fa76c77 tools/headers: sync headers of asm-generic/hugetlb_encode.h by Yanan Wang · 3 years, 9 months ago
- 870c575 KVM: vmx: add mismatched size assertions in vmcs_check32() by Haiwei Li · 3 years, 9 months ago
- 7c896d3 KVM: Add proper lockdep assertion in I/O bus unregister by Sean Christopherson · 3 years, 9 months ago
- 5d3c4c793 KVM: Stop looking for coalesced MMIO zones if the bus is destroyed by Sean Christopherson · 3 years, 9 months ago
- 2ee3757 KVM: Destroy I/O bus devices on unregister failure _after_ sync'ing SRCU by Sean Christopherson · 3 years, 9 months ago
- 24e7475 doc/virt/kvm: move KVM_CAP_PPC_MULTITCE in section 8 by Emanuele Giuseppe Esposito · 3 years, 10 months ago
- d90b15e KVM: x86: Remove unused function declaration by Keqian Zhu · 3 years, 9 months ago
- 44f1b55 KVM: SVM: Enhance and clean up the vmcb tracking comment in pre_svm_run() by Sean Christopherson · 3 years, 9 months ago
- 554cf31 KVM: SVM: Add a comment to clarify what vcpu_svm.vmcb points at by Sean Christopherson · 3 years, 9 months ago
- d178819 KVM: SVM: Drop vcpu_svm.vmcb_pa by Sean Christopherson · 3 years, 9 months ago
- 17e5e96 KVM: SVM: Don't set current_vmcb->cpu when switching vmcb by Sean Christopherson · 3 years, 9 months ago
- a3ba26e KVM: SVM: Make sure GHCB is mapped before updating by Tom Lendacky · 3 years, 9 months ago
- a1fa4cb KVM: X86: Do not yield to self by Wanpeng Li · 3 years, 9 months ago
- 4a7132e KVM: X86: Count attempted/successful directed yield by Wanpeng Li · 3 years, 9 months ago
- 2b519b57 x86/kvm: Don't bother __pv_cpu_mask when !CONFIG_SMP by Wanpeng Li · 3 years, 9 months ago
- 4c6654b KVM: x86/mmu: Tear down roots before kvm_mmu_zap_all_fast returns by Ben Gardon · 3 years, 9 months ago
- b7cccd39 KVM: x86/mmu: Fast invalidation for TDP MMU by Ben Gardon · 3 years, 9 months ago
- 24ae4cf KVM: x86/mmu: Allow enabling/disabling dirty logging under MMU read lock by Ben Gardon · 3 years, 9 months ago
- 2db6f77 KVM: x86/mmu: Allow zapping collapsible SPTEs to use MMU read lock by Ben Gardon · 3 years, 9 months ago
- 6103bc0 KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lock by Ben Gardon · 3 years, 9 months ago
- c0e6423 KVM: x86/mmu: Protect the tdp_mmu_roots list with RCU by Ben Gardon · 3 years, 9 months ago
- fb10129 KVM: x86/mmu: handle cmpxchg failure in kvm_tdp_mmu_get_root by Ben Gardon · 3 years, 9 months ago
- 11cccf5 KVM: x86/mmu: Make TDP MMU root refcount atomic by Ben Gardon · 3 years, 9 months ago
- cfc1099 KVM: x86/mmu: Refactor yield safe root iterator by Ben Gardon · 3 years, 9 months ago
- 2bdb3d8 KVM: x86/mmu: Merge TDP MMU put and free root by Ben Gardon · 3 years, 9 months ago
- 4bba36d KVM: x86/mmu: use tdp_mmu_free_sp to free roots by Ben Gardon · 3 years, 9 months ago
- 76eb54e KVM: x86/mmu: Move kvm_mmu_(get|put)_root to TDP MMU by Ben Gardon · 3 years, 9 months ago
- 8ca6f06 KVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap_collapsible_sptes by Ben Gardon · 3 years, 9 months ago
- e1eed58 KVM: x86/mmu: Allow yielding during MMU notifier unmap/zap, if possible by Sean Christopherson · 3 years, 9 months ago
- 8931a45 KVM: Take mmu_lock when handling MMU notifier iff the hva hits a memslot by Sean Christopherson · 3 years, 9 months ago
- f922bd9 KVM: Move MMU notifier's mmu_lock acquisition into common helper by Sean Christopherson · 3 years, 9 months ago
- 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