- 4cafd0c KVM: SVM: Unconditionally invoke sev_hardware_teardown() by Sean Christopherson · 3 years, 8 months ago
- 6c2c7bf KVM: SVM: Enable SEV/SEV-ES functionality by default (when supported) by Sean Christopherson · 3 years, 8 months ago
- a479c33 KVM: SVM: Condition sev_enabled and sev_es_enabled on CONFIG_KVM_AMD_SEV=y by Sean Christopherson · 3 years, 8 months ago
- 8d364a0 KVM: SVM: Append "_enabled" to module-scoped SEV/SEV-ES control variables by Sean Christopherson · 3 years, 8 months ago
- d9db0fd KVM: SEV: Mask CPUID[0x8000001F].eax according to supported features by Paolo Bonzini · 3 years, 8 months ago
- e8126bd KVM: SVM: Move SEV module params/variables to sev.c by Sean Christopherson · 3 years, 8 months ago
- fa13680 KVM: SVM: Disable SEV/SEV-ES if NPT is disabled by Sean Christopherson · 3 years, 8 months ago
- f31b88b KVM: SVM: Free sev_asid_bitmap during init if SEV setup fails by Sean Christopherson · 3 years, 8 months ago
- 3b1902b8 KVM: SVM: Zero out the VMCB array used to track SEV ASID association by Sean Christopherson · 3 years, 8 months ago
- 4daf2a1 x86/sev: Drop redundant and potentially misleading 'sev_enabled' by Sean Christopherson · 3 years, 8 months ago
- 0133807 KVM: x86: Move reverse CPUID helpers to separate header file by Ricardo Koller · 3 years, 8 months ago
- 27b4a9c4 KVM: x86: Rename GPR accessors to make mode-aware variants the defaults by Sean Christopherson · 3 years, 8 months ago
- bc9eff6 KVM: SVM: Use default rAX size for INVLPGA emulation by Sean Christopherson · 3 years, 8 months ago
- 6b48fd4 KVM: x86/xen: Drop RAX[63:32] when processing hypercall by Sean Christopherson · 3 years, 8 months ago
- 82277ee KVM: nVMX: Truncate base/index GPR value on address calc in !64-bit by Sean Christopherson · 3 years, 8 months ago
- ee050a5 KVM: nVMX: Truncate bits 63:32 of VMCS field on nested check in !64-bit by Sean Christopherson · 3 years, 8 months ago
- d897134 KVM: VMX: Truncate GPR value for DR and CR reads in !64-bit mode by Sean Christopherson · 3 years, 8 months ago
- 0884335 KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit mode by Sean Christopherson · 3 years, 8 months ago
- 886bbcc KVM: x86: Check CR3 GPA for validity regardless of vCPU mode by Sean Christopherson · 3 years, 8 months ago
- d0fe7b6 KVM: x86: Remove emulator's broken checks on CR0/CR3/CR4 loads by Sean Christopherson · 3 years, 8 months ago
- 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