index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
svm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: Forcibly leave nested virt when SMM state is toggled
Sean Christopherson
2022-01-26
1
-1
/
+1
*
KVM: SVM: Don't kill SEV guest if SMAP erratum triggers in usermode
Sean Christopherson
2022-01-26
1
-1
/
+15
*
KVM: SVM: Don't apply SEV+SMAP workaround on code fetch or PT access
Sean Christopherson
2022-01-26
1
-9
/
+34
*
KVM: SVM: Inject #UD on attempted emulation for SEV guest w/o insn buffer
Sean Christopherson
2022-01-26
1
-34
/
+55
*
KVM: SVM: WARN if KVM attempts emulation on #UD or #GP for SEV guests
Sean Christopherson
2022-01-26
1
-0
/
+5
*
KVM: x86: Pass emulation type to can_emulate_instruction()
Sean Christopherson
2022-01-26
1
-1
/
+2
*
KVM: SVM: Don't intercept #GP for SEV guests
Sean Christopherson
2022-01-26
1
-3
/
+8
*
Revert "KVM: SVM: avoid infinite loop on NPF from bad address"
Sean Christopherson
2022-01-26
1
-7
/
+0
*
KVM: SVM: Never reject emulation due to SMAP errata for !SEV guests
Sean Christopherson
2022-01-26
1
-4
/
+6
*
KVM: x86: nSVM: skip eax alignment check for non-SVM instructions
Denis Valeev
2022-01-26
1
-5
/
+6
*
KVM: SVM: Nullify vcpu_(un)blocking() hooks if AVIC is disabled
Sean Christopherson
2022-01-19
1
-2
/
+5
*
KVM: SVM: Move svm_hardware_setup() and its helpers below svm_x86_ops
Sean Christopherson
2022-01-19
1
-233
/
+234
*
KVM: SVM: Use kvm_vcpu_is_blocking() in AVIC load to handle preemption
Sean Christopherson
2022-01-19
1
-6
/
+0
*
KVM: VMX: Reject KVM_RUN if emulation is required with pending exception
Sean Christopherson
2022-01-19
1
-0
/
+6
*
KVM: x86: Making the module parameter of vPMU more common
Like Xu
2022-01-17
1
-6
/
+2
*
KVM: SVM: include CR3 in initial VMSA state for SEV-ES guests
Michael Roth
2022-01-07
1
-0
/
+19
*
Merge remote-tracking branch 'kvm/master' into HEAD
Paolo Bonzini
2021-12-21
1
-9
/
+12
|
\
|
*
KVM: x86: Always set kvm_run->if_flag
Marc Orr
2021-12-20
1
-9
/
+12
*
|
KVM: X86: Remove mmu parameter from load_pdptrs()
Lai Jiangshan
2021-12-08
1
-1
/
+1
*
|
KVM: SVM: Allocate sd->save_area with __GFP_ZERO
Lai Jiangshan
2021-12-08
1
-3
/
+1
*
|
KVM: SVM: Rename get_max_npt_level() to get_npt_level()
Lai Jiangshan
2021-12-08
1
-4
/
+4
*
|
KVM: vmx, svm: clean up mass updates to regs_avail/regs_dirty bits
Paolo Bonzini
2021-12-08
1
-1
/
+2
*
|
KVM: SVM: Remove references to VCPU_EXREG_CR3
Lai Jiangshan
2021-12-08
1
-2
/
+0
*
|
KVM: SVM: Remove outdated comment in svm_load_mmu_pgd()
Lai Jiangshan
2021-12-08
1
-1
/
+0
*
|
KVM: SVM: Track dirtiness of PDPTRs even if NPT is disabled
Lai Jiangshan
2021-12-08
1
-4
/
+9
*
|
KVM: x86/svm: Add module param to control PMU virtualization
Like Xu
2021-12-08
1
-0
/
+11
*
|
KVM: nSVM: introduce struct vmcb_ctrl_area_cached
Emanuele Giuseppe Esposito
2021-12-08
1
-2
/
+2
*
|
KVM: nSVM: rename nested_load_control_from_vmcb12 in nested_copy_vmcb_control...
Emanuele Giuseppe Esposito
2021-12-08
1
-1
/
+1
*
|
KVM: nSVM: introduce svm->nested.save to cache save area before checks
Emanuele Giuseppe Esposito
2021-12-08
1
-0
/
+1
|
/
*
KVM: x86: check PIR even for vCPUs with disabled APICv
Paolo Bonzini
2021-11-30
1
-1
/
+0
*
Merge branch 'kvm-5.16-fixes' into kvm-master
Paolo Bonzini
2021-11-11
1
-5
/
+0
|
\
|
*
KVM: Move INVPCID type check from vmx and svm to the common kvm_handle_invpcid()
Vipin Sharma
2021-11-11
1
-5
/
+0
*
|
Merge branch 'kvm-sev-move-context' into kvm-master
Paolo Bonzini
2021-11-11
1
-4
/
+5
|
\
\
|
*
|
KVM: SEV: Add support for SEV intra host migration
Peter Gonda
2021-11-11
1
-0
/
+1
|
*
|
KVM: SEV: Refactor out sev_es_state struct
Peter Gonda
2021-11-11
1
-4
/
+4
|
|
/
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-11-02
1
-53
/
+115
|
\
|
|
*
KVM: x86: Get exit_reason as part of kvm_x86_ops.get_exit_info
David Edmondson
2021-10-25
1
-3
/
+5
|
*
KVM: x86: Move SVM's APICv sanity check to common x86
Sean Christopherson
2021-10-22
1
-2
/
+0
|
*
KVM: x86: Add vendor name to kvm_x86_ops, use it for error messages
Sean Christopherson
2021-10-22
1
-0
/
+2
|
*
KVM: x86: nSVM: implement nested TSC scaling
Maxim Levitsky
2021-10-01
1
-3
/
+28
|
*
KVM: x86: SVM: add module param to control TSC scaling
Maxim Levitsky
2021-10-01
1
-6
/
+18
|
*
KVM: x86: SVM: don't set VMLOAD/VMSAVE intercepts on vCPU reset
Paolo Bonzini
2021-10-01
1
-27
/
+34
|
*
KVM: x86: SVM: add module param to control LBR virtualization
Maxim Levitsky
2021-09-30
1
-1
/
+12
|
*
KVM: SVM: Move RESET emulation to svm_vcpu_reset()
Sean Christopherson
2021-09-30
1
-12
/
+17
*
|
Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-11-01
1
-1
/
+2
|
\
\
|
*
|
x86/sev: Replace occurrences of sev_active() with cc_platform_has()
Tom Lendacky
2021-10-04
1
-1
/
+2
|
|
/
*
/
x86/kvm: Convert FPU handling to a single swap buffer
Thomas Gleixner
2021-10-23
1
-3
/
+4
|
/
*
KVM: x86: nSVM: test eax for 4K alignment for GP errata workaround
Maxim Levitsky
2021-09-23
1
-0
/
+4
*
KVM: x86: nSVM: restore int_vector in svm_clear_vintr
Maxim Levitsky
2021-09-23
1
-0
/
+2
*
KVM: x86: nSVM: refactor svm_leave_smm and smm_enter_smm
Maxim Levitsky
2021-09-22
1
-66
/
+69
[next]