index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
svm.c
Age
Commit message (
Expand
)
Author
2021-03-15
KVM: x86/mmu: Mark the PAE roots as decrypted for shadow paging
Sean Christopherson
2021-03-15
KVM: x86: Get active PCID only when writing a CR3 value
Sean Christopherson
2021-03-15
KVM: x86/mmu: Stop using software available bits to denote MMIO SPTEs
Sean Christopherson
2021-03-15
KVM: nSVM: Optimize vmcb12 to vmcb02 save area copies
Cathy Avery
2021-03-15
KVM: SVM: Add support for Virtual SPEC_CTRL
Babu Moger
2021-03-15
KVM: nSVM: always use vmcb01 to for vmsave/vmload of guest state
Maxim Levitsky
2021-03-15
KVM: SVM: move VMLOAD/VMSAVE to C code
Paolo Bonzini
2021-03-15
KVM: SVM: Skip intercepted PAUSE instructions after emulation
Sean Christopherson
2021-03-15
KVM: SVM: Don't manually emulate RDPMC if nrips=0
Sean Christopherson
2021-03-15
KVM: x86: Move RDPMC emulation to common code
Sean Christopherson
2021-03-15
KVM: x86: Move trivial instruction-based exit handlers to common code
Sean Christopherson
2021-03-15
KVM: x86: Move XSETBV emulation to common code
Sean Christopherson
2021-03-15
KVM: nSVM: Add VMLOAD/VMSAVE helper to deduplicate code
Sean Christopherson
2021-03-15
KVM: nSVM: Add helper to synthesize nested VM-Exit without collateral
Sean Christopherson
2021-03-15
KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places)
Paolo Bonzini
2021-03-15
KVM: SVM: merge update_cr0_intercept into svm_set_cr0
Paolo Bonzini
2021-03-15
KVM: nSVM: rename functions and variables according to vmcbXY nomenclature
Paolo Bonzini
2021-03-15
KVM: nSVM: Track the ASID generation of the vmcb vmrun through the vmcb
Cathy Avery
2021-03-15
KVM: nSVM: Track the physical cpu of the vmcb vmrun through the vmcb
Cathy Avery
2021-03-15
KVM: SVM: Use a separate vmcb for the nested L2 guest
Cathy Avery
2021-03-15
KVM: SVM: Don't strip the C-bit from CR2 on #PF interception
Sean Christopherson
2021-03-05
KVM: SVM: Connect 'npt' module param to KVM's internal 'npt_enabled'
Sean Christopherson
2021-03-02
KVM: SVM: Clear the CR4 register on reset
Babu Moger
2021-02-25
KVM: SVM: Fix nested VM-Exit on #GP interception handling
Sean Christopherson
2021-02-18
KVM: x86: Advertise INVPCID by default
Sean Christopherson
2021-02-18
KVM: SVM: Intercept INVPCID when it's disabled to inject #UD
Sean Christopherson
2021-02-11
KVM: SVM: Make symbol 'svm_gp_erratum_intercept' static
Wei Yongjun
2021-02-09
KVM: x86: move kvm_inject_gp up from kvm_set_dr to callers
Paolo Bonzini
2021-02-09
KVM: SVM: Remove an unnecessary forward declaration
Sean Christopherson
2021-02-04
KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU mode
Sean Christopherson
2021-02-04
KVM: x86: move kvm_inject_gp up from kvm_set_xcr to callers
Paolo Bonzini
2021-02-04
KVM: SVM: Replace hard-coded value with #define
Krish Sadhukhan
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 vmsave/vmload for saving/restoring additional host state
Michael Roth
2021-02-04
KVM: SVM: Use asm goto to handle unexpected #UD on SVM instructions
Sean Christopherson
2021-02-04
KVM: X86: prepend vmx/svm prefix to additional kvm_x86_ops functions
Jason Baron
2021-02-04
KVM: SVM: Fix #GP handling for doubly-nested virtualization
Wei Huang
2021-02-04
KVM: SVM: Add support for SVM instruction address check change
Wei Huang
2021-02-04
KVM: SVM: Add emulation support for #GP triggered by SVM instructions
Bandan Das
2021-02-04
KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOW
Chenyi Qiang
2021-02-03
KVM: SVM: Treat SVM as unsupported when running as an SEV guest
Sean Christopherson
2021-01-25
kvm: tracing: Fix unmatched kvm_entry and kvm_exit events
Lorenzo Brescia
2021-01-07
KVM: SVM: Add support for booting APs in an SEV-ES guest
Tom Lendacky
2021-01-07
KVM/SVM: Remove leftover __svm_vcpu_run prototype from svm.c
Uros Bizjak
2021-01-07
Merge branch 'kvm-master' into kvm-next
Paolo Bonzini
2020-12-15
KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guests
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: Set the encryption mask for the SVM host save area
Tom Lendacky
[prev]
[next]