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: SVM: fix tsc scaling when the host doesn't support it
Maxim Levitsky
2022-04-02
1
-2
/
+2
*
kvm: x86: SVM: remove unused defines
Maxim Levitsky
2022-04-02
1
-8
/
+0
*
KVM: x86: SVM: move tsc ratio definitions to svm.h
Maxim Levitsky
2022-04-02
1
-10
/
+5
*
KVM: x86: Add wrappers for setting/clearing APICv inhibits
Sean Christopherson
2022-04-02
1
-6
/
+5
*
KVM: x86: do not use KVM_X86_OP_OPTIONAL_RET0 for get_mt_mask
Maxim Levitsky
2022-03-21
1
-0
/
+6
*
Merge branch 'kvm-bugfixes' into HEAD
Paolo Bonzini
2022-03-05
1
-2
/
+17
|
\
|
*
KVM: x86: nSVM: disallow userspace setting of MSR_AMD64_TSC_RATIO to non defa...
Maxim Levitsky
2022-02-24
1
-2
/
+17
*
|
KVM: SVM: Disable preemption across AVIC load/put during APICv refresh
Sean Christopherson
2022-03-01
1
-2
/
+2
*
|
KVM: x86: allow defining return-0 static calls
Paolo Bonzini
2022-02-18
1
-20
/
+0
*
|
KVM: x86: make several APIC virtualization callbacks optional
Paolo Bonzini
2022-02-18
1
-4
/
+0
*
|
KVM: x86: return 1 unconditionally for availability of KVM_CAP_VAPIC
Paolo Bonzini
2022-02-18
1
-6
/
+0
*
|
KVM: SVM: Rename AVIC helpers to use "avic" prefix instead of "svm"
Sean Christopherson
2022-02-14
1
-9
/
+9
*
|
Merge remote-tracking branch 'kvm/master' into HEAD
Paolo Bonzini
2022-02-14
1
-7
/
+41
|
\
|
|
*
KVM: SVM: fix race between interrupt delivery and AVIC inhibition
Maxim Levitsky
2022-02-11
1
-7
/
+41
|
*
KVM: SVM: set IRR in svm_deliver_interrupt
Paolo Bonzini
2022-02-11
1
-1
/
+1
*
|
KVM: nSVM: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
Vitaly Kuznetsov
2022-02-10
1
-1
/
+2
*
|
KVM: SVM: Rename hook implementations to conform to kvm_x86_ops' names
Sean Christopherson
2022-02-10
1
-20
/
+20
*
|
KVM: SVM: Rename SEV implemenations to conform to kvm_x86_ops hooks
Sean Christopherson
2022-02-10
1
-7
/
+7
*
|
KVM: x86: Use more verbose names for mem encrypt kvm_x86_ops hooks
Sean Christopherson
2022-02-10
1
-3
/
+3
*
|
KVM: SVM: Remove unused MAX_INST_SIZE #define
Sean Christopherson
2022-02-10
1
-2
/
+0
*
|
KVM: SVM: Rename svm_flush_tlb() to svm_flush_tlb_current()
Sean Christopherson
2022-02-10
1
-5
/
+7
*
|
KVM: x86: Move get_cs_db_l_bits() helper to SVM
Sean Christopherson
2022-02-10
1
-1
/
+10
*
|
KVM: x86: Rename kvm_x86_ops pointers to align w/ preferred vendor names
Sean Christopherson
2022-02-10
1
-9
/
+9
*
|
KVM: SVM: improve split between svm_prepare_guest_switch and sev_es_prepare_g...
Paolo Bonzini
2022-02-10
1
-3
/
+5
*
|
KVM: x86/svm: Remove unused "vcpu" of svm_check_exit_valid()
Jinrong Liang
2022-02-10
1
-2
/
+2
|
/
*
KVM: x86: nSVM: deal with L1 hypervisor that intercepts interrupts but lets L...
Maxim Levitsky
2022-02-08
1
-4
/
+13
*
KVM: x86: nSVM: expose clean bit support to the guest
Maxim Levitsky
2022-02-08
1
-0
/
+1
*
KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a result of RSM
Maxim Levitsky
2022-02-08
1
-0
/
+5
*
KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM saved state
Maxim Levitsky
2022-02-08
1
-0
/
+2
*
KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NPT && !gCR0.PG case
Maxim Levitsky
2022-02-08
1
-2
/
+10
*
Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2022-02-05
1
-1
/
+1
|
\
|
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-01-28
1
-55
/
+122
|
|
\
|
*
\
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-01-22
1
-245
/
+245
|
|
\
\
|
*
\
\
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-01-16
1
-17
/
+49
|
|
\
\
\
|
*
\
\
\
Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-01-13
1
-1
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
KVM: x86: More precisely identify NMI from guest when handling PMI
Sean Christopherson
2021-11-17
1
-1
/
+1
*
|
|
|
|
|
kvm/x86: rework guest entry logic
Mark Rutland
2022-02-01
1
-2
/
+2
*
|
|
|
|
|
KVM: x86: Move delivery of non-APICv interrupt into vendor code
Sean Christopherson
2022-02-01
1
-1
/
+16
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
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
[next]