- 8cb1ae1 Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
- ca5e83e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 2 months ago
- 9b0971c KVM: SEV-ES: fix another issue with string I/O VMGEXITs by Paolo Bonzini · 3 years, 2 months ago
- c8c340a KVM: SEV: Flush cache on non-coherent systems before RECEIVE_UPDATE_DATA by Masahiro Kozuka · 3 years, 4 months ago
- d9d005f x86/fpu: Move mxcsr related code to core by Thomas Gleixner · 3 years, 3 months ago
- baa1e5c KVM: SEV-ES: Set guest_state_protected after VMSA update by Peter Gonda · 3 years, 2 months ago
- 019057b KVM: SEV-ES: fix length of string I/O by Paolo Bonzini · 3 years, 3 months ago
- 5b92b6c KVM: SEV: Allow some commands for mirror VM by Peter Gonda · 3 years, 3 months ago
- f43c887 KVM: SEV: Update svm_vm_copy_asid_from for SEV-ES by Peter Gonda · 3 years, 3 months ago
- 50c0380 KVM: SEV: Pin guest memory for write for RECEIVE_UPDATE_DATA by Sean Christopherson · 3 years, 4 months ago
- f1815e0a KVM: SVM: fix missing sev_decommission in sev_receive_start by Mingwei Zhang · 3 years, 4 months ago
- bb18a67 KVM: SEV: Acquire vcpu mutex when updating VMSA by Peter Gonda · 3 years, 3 months ago
- ad0577c KVM: x86: Kill off __ex() and __kvm_handle_fault_on_reboot() by Sean Christopherson · 3 years, 5 months ago
- c3e9434 Merge branch 'kvm-vmx-secctl' into HEAD by Paolo Bonzini · 3 years, 5 months ago
- bb2baeb KVM: SVM: improve the code readability for ASID management by Mingwei Zhang · 3 years, 5 months ago
- 179c6c2 KVM: SVM: Fix off-by-one indexing when nullifying last used SEV VMCB by Sean Christopherson · 3 years, 5 months ago
- d0f9f82 KVM: SVM: Stuff save->dr6 at during VMSA sync, not at RESET/INIT by Sean Christopherson · 3 years, 6 months ago
- 405386b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 6 months ago
- c7a1b2b KVM: SVM: Fix sev_pin_memory() error checks in SEV migration utilities by Sean Christopherson · 3 years, 8 months ago
- b4a6939 KVM: SVM: Return -EFAULT if copy_to_user() for SEV mig packet header fails by Sean Christopherson · 3 years, 8 months ago
- 784a4661 x86/pkeys: Move read_pkru() and write_pkru() by Dave Hansen · 3 years, 6 months ago
- 934002c KVM: SVM: Call SEV Guest Decommission if ASID binding fails by Alper Gun · 3 years, 7 months ago
- 4f13d47 KVM: SVM: Fix SEV SEND_START session length & SEND_UPDATE_DATA query length after commit 238eca821cee by Ashish Kalra · 3 years, 7 months ago
- ce7ea0c KVM: SVM: Move GHCB unmapping to fix RCU warning by Tom Lendacky · 3 years, 8 months ago
- 368340a KVM: SVM: Invert user pointer casting in SEV {en,de}crypt helpers by Sean Christopherson · 3 years, 8 months ago
- 8899a5f KVM: x86: Fix potential fput on a null source_kvm_file by Colin Ian King · 3 years, 8 months ago
- 152d32a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 8 months ago
- 55e6be6 Merge branch 'for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 3 years, 8 months ago
- 469bb32 KVM: SVM: Skip SEV cache flush if no ASIDs have been used by Sean Christopherson · 3 years, 8 months ago
- 82b7ae0 KVM: SVM: Remove an unnecessary prototype declaration of sev_flush_asids() by Sean Christopherson · 3 years, 8 months ago
- a5c1c5a KVM: SVM: Drop redundant svm_sev_enabled() helper by Sean Christopherson · 3 years, 8 months ago
- b95c221 KVM: SVM: Move SEV VMCB tracking allocation to sev.c by Sean Christopherson · 3 years, 8 months ago
- 8cb756b KVM: SVM: Explicitly check max SEV ASID during sev_hardware_setup() 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
- f31b88b KVM: SVM: Free sev_asid_bitmap during init if SEV setup fails by Sean Christopherson · 3 years, 8 months ago
- fd49e8e Merge branch 'kvm-sev-cgroup' into HEAD by Paolo Bonzini · 3 years, 8 months ago
- 238eca8 KVM: SVM: Allocate SEV command structures on local stack 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
- 54526d1 KVM: x86: Support KVM VMs sharing SEV context by Nathan Tempelman · 3 years, 9 months ago
- a3ba26e KVM: SVM: Make sure GHCB is mapped before updating by Tom Lendacky · 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
- 7aef27f svm/sev: Register SEV and SEV-ES ASIDs to the misc controller by Vipin Sharma · 3 years, 9 months ago
- d9f6e12 x86: Fix various typos in comments by Ingo Molnar · 3 years, 10 months ago
- 6312975 KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places) by Paolo Bonzini · 3 years, 10 months ago
- a7fc06d KVM: SVM: use .prepare_guest_switch() to handle CPU register save/setup by Michael Roth · 3 years, 11 months ago
- 553cc15 KVM: SVM: remove uneeded fields from host_save_users_msrs by Michael Roth · 3 years, 11 months ago
- 35a7831 KVM: SVM: Use asm goto to handle unexpected #UD on SVM instructions by Sean Christopherson · 4 years ago
- 2c07ded KVM/SVM: add support for SEV attestation command by Brijesh Singh · 4 years ago
- 19a23da Fix unsynchronized access to sev members through svm_register_enc_region by Peter Gonda · 4 years ago
- 2500914 KVM: SVM: Unconditionally sync GPRs to GHCB on VMRUN of SEV-ES guest by Sean Christopherson · 4 years ago
- 647daca KVM: SVM: Add support for booting APs in an SEV-ES guest by Tom Lendacky · 4 years ago
- f65cf84 KVM: SVM: Add register operand to vmsave call in sev_es_vcpu_load by Nathan Chancellor · 4 years ago
- bc351f0 Merge branch 'kvm-master' into kvm-next by Paolo Bonzini · 4 years ago
- d45f89f KVM: SVM: fix 32-bit compilation by Paolo Bonzini · 4 years ago
- 8640ca5 KVM: SVM: Add AP_JUMP_TABLE support in prep for AP booting by Tom Lendacky · 4 years ago
- ad73109 KVM: SVM: Provide support to launch and run an SEV-ES guest by Tom Lendacky · 4 years, 1 month ago
- 8613777 KVM: SVM: Provide support for SEV-ES vCPU loading by Tom Lendacky · 4 years, 1 month ago
- 376c6d2 KVM: SVM: Provide support for SEV-ES vCPU creation/loading by Tom Lendacky · 4 years, 1 month ago
- 80675b3 KVM: SVM: Update ASID allocation to support SEV-ES guests by Tom Lendacky · 4 years, 1 month ago
- 85ca8be KVM: SVM: Set the encryption mask for the SVM host save area by Tom Lendacky · 4 years, 1 month ago
- 4444dfe KVM: SVM: Add NMI support for an SEV-ES guest by Tom Lendacky · 4 years ago
- 7ed9abf KVM: SVM: Support string IO operations for an SEV-ES guest by Tom Lendacky · 4 years, 1 month ago
- 8f423a8 KVM: SVM: Support MMIO for an SEV-ES guest by Tom Lendacky · 4 years, 1 month ago
- 59e38b5 KVM: SVM: Create trace events for VMGEXIT MSR protocol processing by Tom Lendacky · 4 years, 1 month ago
- d523ab6b KVM: SVM: Create trace events for VMGEXIT processing by Tom Lendacky · 4 years, 1 month ago
- e1d7111 KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100 by Tom Lendacky · 4 years, 1 month ago
- d369466 KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x004 by Tom Lendacky · 4 years, 1 month ago
- 1edc145 KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x002 by Tom Lendacky · 4 years, 1 month ago
- 291bd20 KVM: SVM: Add initial support for a VMGEXIT VMEXIT by Tom Lendacky · 4 years, 1 month ago
- add5e2f KVM: SVM: Add support for the SEV-ES VMSA by Tom Lendacky · 4 years, 1 month ago
- 916391a KVM: SVM: Add support for SEV-ES capability in KVM by Tom Lendacky · 4 years, 1 month ago
- 9d4747d KVM: SVM: Remove the call to sev_platform_status() during setup by Tom Lendacky · 4 years, 1 month ago
- dee734a KVM: x86: adjust SEV for commit 7e8e6eed75e by Paolo Bonzini · 4 years, 1 month ago
- 854c57f KVM: SVM: Fix offset computation bug in __sev_dbg_decrypt(). by Ashish Kalra · 4 years, 2 months ago
- f9a705a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 2 months ago
- 92a0610 Merge tag 'x86_cpu_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
- 14e3dd8 KVM: SEV: shorten comments around sev_clflush_pages by Paolo Bonzini · 4 years, 3 months ago
- 50085be KVM: SVM: Mark SEV launch secret pages as dirty. by Cfir Cohen · 4 years, 5 months ago
- e1ebb2b KVM: SVM: Don't flush cache if hardware enforces cache coherency across encryption domains by Krish Sadhukhan · 4 years, 3 months ago
- 7be7494 KVM: SVM: Periodically schedule when unregistering regions on destroy by David Rientjes · 4 years, 4 months ago
- ff2bd9f KVM: SVM: Fix sev_pin_memory() error handling by Dan Carpenter · 4 years, 6 months ago
- 06e7852 KVM: SVM: Add vmcb_ prefix to mark_*() functions by Joerg Roedel · 4 years, 6 months ago
- 8a14fe4 kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpu by Jim Mattson · 4 years, 7 months ago
- 2426363 kvm: svm: Always set svm->last_cpu on VMRUN by Jim Mattson · 4 years, 7 months ago
- a8d908b KVM: x86: report sev_pin_memory errors with PTR_ERR by Paolo Bonzini · 4 years, 6 months ago
- dc42c8a KVM: SVM: convert get_user_pages() --> pin_user_pages() by John Hubbard · 4 years, 7 months ago
- 78824fa KVM: SVM: fix svn_pin_memory()'s use of get_user_pages_fast() by John Hubbard · 4 years, 7 months ago