Age | Commit message (Expand) | Author |
2021-02-04 | KVM: SVM: use .prepare_guest_switch() to handle CPU register save/setup | Michael Roth |
2021-02-04 | KVM: SVM: remove uneeded fields from host_save_users_msrs | Michael Roth |
2021-02-04 | KVM: SVM: Use asm goto to handle unexpected #UD on SVM instructions | Sean Christopherson |
2021-02-04 | KVM/SVM: add support for SEV attestation command | Brijesh Singh |
2021-01-28 | Fix unsynchronized access to sev members through svm_register_enc_region | Peter Gonda |
2021-01-25 | KVM: SVM: Unconditionally sync GPRs to GHCB on VMRUN of SEV-ES guest | Sean Christopherson |
2021-01-07 | KVM: SVM: Add support for booting APs in an SEV-ES guest | Tom Lendacky |
2021-01-07 | KVM: SVM: Add register operand to vmsave call in sev_es_vcpu_load | Nathan Chancellor |
2021-01-07 | Merge branch 'kvm-master' into kvm-next | Paolo Bonzini |
2020-12-16 | KVM: SVM: fix 32-bit compilation | Paolo Bonzini |
2020-12-15 | KVM: SVM: Add AP_JUMP_TABLE support in prep for AP booting | Tom Lendacky |
2020-12-15 | KVM: SVM: Provide support to launch and run an SEV-ES guest | Tom Lendacky |
2020-12-15 | KVM: SVM: Provide support for SEV-ES vCPU loading | Tom Lendacky |
2020-12-15 | KVM: SVM: Provide support for SEV-ES vCPU creation/loading | Tom Lendacky |
2020-12-15 | KVM: SVM: Update ASID allocation to support SEV-ES guests | Tom Lendacky |
2020-12-15 | KVM: SVM: Set the encryption mask for the SVM host save area | Tom Lendacky |
2020-12-15 | KVM: SVM: Add NMI support for an SEV-ES guest | Tom Lendacky |
2020-12-15 | KVM: SVM: Support string IO operations for an SEV-ES guest | Tom Lendacky |
2020-12-15 | KVM: SVM: Support MMIO for an SEV-ES guest | Tom Lendacky |
2020-12-15 | KVM: SVM: Create trace events for VMGEXIT MSR protocol processing | Tom Lendacky |
2020-12-15 | KVM: SVM: Create trace events for VMGEXIT processing | Tom Lendacky |
2020-12-15 | KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100 | Tom Lendacky |
2020-12-15 | KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x004 | Tom Lendacky |
2020-12-15 | KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x002 | Tom Lendacky |
2020-12-15 | KVM: SVM: Add initial support for a VMGEXIT VMEXIT | Tom Lendacky |
2020-12-14 | KVM: SVM: Add support for the SEV-ES VMSA | Tom Lendacky |
2020-12-14 | KVM: SVM: Add support for SEV-ES capability in KVM | Tom Lendacky |
2020-12-14 | KVM: SVM: Remove the call to sev_platform_status() during setup | Tom Lendacky |
2020-12-03 | KVM: x86: adjust SEV for commit 7e8e6eed75e | Paolo Bonzini |
2020-11-16 | KVM: SVM: Fix offset computation bug in __sev_dbg_decrypt(). | Ashish Kalra |
2020-10-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2020-10-12 | Merge tag 'x86_cpu_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-09-28 | KVM: SEV: shorten comments around sev_clflush_pages | Paolo Bonzini |
2020-09-28 | KVM: SVM: Mark SEV launch secret pages as dirty. | Cfir Cohen |
2020-09-19 | KVM: SVM: Don't flush cache if hardware enforces cache coherency across encry... | Krish Sadhukhan |
2020-09-11 | KVM: SVM: Periodically schedule when unregistering regions on destroy | David Rientjes |
2020-08-02 | KVM: SVM: Fix sev_pin_memory() error handling | Dan Carpenter |
2020-07-08 | KVM: SVM: Add vmcb_ prefix to mark_*() functions | Joerg Roedel |
2020-07-08 | kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpu | Jim Mattson |
2020-07-08 | kvm: svm: Always set svm->last_cpu on VMRUN | Jim Mattson |
2020-07-08 | KVM: x86: report sev_pin_memory errors with PTR_ERR | Paolo Bonzini |
2020-07-08 | KVM: SVM: convert get_user_pages() --> pin_user_pages() | John Hubbard |
2020-07-08 | KVM: SVM: fix svn_pin_memory()'s use of get_user_pages_fast() | John Hubbard |
2020-06-02 | mm: remove the pgprot argument to __vmalloc | Christoph Hellwig |
2020-05-07 | arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory() | Janakarajan Natarajan |
2020-04-15 | KVM: SVM: Fix build error due to missing release_pages() include | Borislav Petkov |
2020-04-14 | KVM: SVM: fix compilation with modular PSP and non-modular KVM | Paolo Bonzini |
2020-04-03 | KVM: SVM: Move SEV code to separate file | Joerg Roedel |