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
/
nested.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
KVM: nSVM: Pull CS.Base from actual VMCB12 for soft int/ex re-injection
Maciej S. Szmigiero
2022-07-28
1
-4
/
+5
*
KVM: x86: nSVM: always intercept x2apic msrs
Maxim Levitsky
2022-06-24
1
-0
/
+5
*
Merge branch 'kvm-5.20-early'
Paolo Bonzini
2022-06-09
1
-5
/
+58
|
\
|
*
KVM: x86: Introduce "struct kvm_caps" to track misc caps/settings
Sean Christopherson
2022-06-08
1
-2
/
+2
|
*
KVM: nSVM: Transparently handle L1 -> L2 NMI re-injection
Maciej S. Szmigiero
2022-06-08
1
-0
/
+12
|
*
KVM: SVM: Re-inject INTn instead of retrying the insn on "failure"
Sean Christopherson
2022-06-08
1
-4
/
+3
|
*
KVM: SVM: Re-inject INT3/INTO instead of retrying the instruction
Sean Christopherson
2022-06-08
1
-0
/
+26
|
*
KVM: nSVM: Sync next_rip field from vmcb12 to vmcb02
Maciej S. Szmigiero
2022-06-08
1
-3
/
+19
*
|
KVM: x86: SVM: fix nested PAUSE filtering when L0 intercepts PAUSE
Paolo Bonzini
2022-06-09
1
-18
/
+21
|
/
*
KVM: SVM: fix tsc scaling cache logic
Maxim Levitsky
2022-06-07
1
-2
/
+2
*
KVM: x86: Clean up and document nested #PF workaround
Sean Christopherson
2022-04-29
1
-9
/
+9
*
KVM: x86: Drop WARNs that assert a triple fault never "escapes" from L2
Sean Christopherson
2022-04-13
1
-3
/
+0
*
KVM: x86: SVM: allow AVIC to co-exist with a nested guest running
Maxim Levitsky
2022-04-02
1
-6
/
+10
*
KVM: x86: nSVM: implement nested vGIF
Maxim Levitsky
2022-04-02
1
-4
/
+11
*
KVM: x86: nSVM: support PAUSE filtering when L0 doesn't intercept PAUSE
Maxim Levitsky
2022-04-02
1
-0
/
+26
*
KVM: x86: nSVM: implement nested LBR virtualization
Maxim Levitsky
2022-04-02
1
-2
/
+18
*
KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is running
Maxim Levitsky
2022-04-02
1
-0
/
+12
*
kvm: x86: SVM: use vmcb* instead of svm->vmcb where it makes sense
Maxim Levitsky
2022-04-02
1
-85
/
+94
*
KVM: x86: nSVM: implement nested VMLOAD/VMSAVE
Maxim Levitsky
2022-04-02
1
-7
/
+28
*
KVM: x86/mmu: load new PGD after the shadow MMU is initialized
Paolo Bonzini
2022-02-25
1
-3
/
+3
*
KVM: nSVM: Implement Enlightened MSR-Bitmap feature
Vitaly Kuznetsov
2022-02-10
1
-7
/
+34
*
KVM: nSVM: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
Vitaly Kuznetsov
2022-02-10
1
-0
/
+4
*
KVM: x86: nSVM: fix potential NULL derefernce on nested migration
Maxim Levitsky
2022-02-08
1
-12
/
+14
*
KVM: x86: Forcibly leave nested virt when SMM state is toggled
Sean Christopherson
2022-01-26
1
-4
/
+5
*
KVM: X86: Remove mmu parameter from load_pdptrs()
Lai Jiangshan
2021-12-08
1
-2
/
+2
*
KVM: SVM: Remove references to VCPU_EXREG_CR3
Lai Jiangshan
2021-12-08
1
-1
/
+0
*
KVM: nSVM: introduce struct vmcb_ctrl_area_cached
Emanuele Giuseppe Esposito
2021-12-08
1
-17
/
+66
*
KVM: nSVM: split out __nested_vmcb_check_controls
Paolo Bonzini
2021-12-08
1
-4
/
+12
*
KVM: nSVM: use svm->nested.save to load vmcb12 registers and avoid TOC/TOU races
Emanuele Giuseppe Esposito
2021-12-08
1
-18
/
+6
*
KVM: nSVM: use vmcb_save_area_cached in nested_vmcb_valid_sregs()
Emanuele Giuseppe Esposito
2021-12-08
1
-4
/
+14
*
KVM: nSVM: rename nested_load_control_from_vmcb12 in nested_copy_vmcb_control...
Emanuele Giuseppe Esposito
2021-12-08
1
-40
/
+40
*
KVM: nSVM: introduce svm->nested.save to cache save area before checks
Emanuele Giuseppe Esposito
2021-12-08
1
-0
/
+23
*
KVM: nSVM: move nested_vmcb_check_cr3_cr4 logic in nested_vmcb_valid_sregs
Emanuele Giuseppe Esposito
2021-12-08
1
-22
/
+13
*
nSVM: Check for reserved encodings of TLB_CONTROL in nested VMCB
Krish Sadhukhan
2021-10-01
1
-0
/
+15
*
KVM: x86: nSVM: implement nested TSC scaling
Maxim Levitsky
2021-10-01
1
-2
/
+27
*
KVM: x86: nSVM: don't copy pause related settings
Maxim Levitsky
2021-09-30
1
-8
/
+0
*
KVM: x86: nSVM: don't copy virt_ext from vmcb12
Maxim Levitsky
2021-09-23
1
-1
/
+0
*
KVM: x86: SVM: call KVM_REQ_GET_NESTED_STATE_PAGES on exit from SMM mode
Maxim Levitsky
2021-09-22
1
-3
/
+6
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-09-07
1
-5
/
+0
|
\
|
*
KVM: nSVM: remove useless kvm_clear_*_queue
Paolo Bonzini
2021-08-02
1
-5
/
+0
*
|
KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)
Maxim Levitsky
2021-08-16
1
-0
/
+3
*
|
KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)
Maxim Levitsky
2021-08-16
1
-3
/
+7
|
/
*
KVM: SVM: tweak warning about enabled AVIC on nested entry
Maxim Levitsky
2021-07-27
1
-1
/
+1
*
KVM: nSVM: Swap the parameter order for svm_copy_vmrun_state()/svm_copy_vmloa...
Vitaly Kuznetsov
2021-07-26
1
-4
/
+4
*
KVM: nSVM: Rename nested_svm_vmloadsave() to svm_copy_vmloadsave_state()
Vitaly Kuznetsov
2021-07-26
1
-1
/
+1
*
KVM: nSVM: Restore nested control upon leaving SMM
Vitaly Kuznetsov
2021-07-15
1
-2
/
+2
*
KVM: nSVM: Introduce svm_copy_vmrun_state()
Vitaly Kuznetsov
2021-07-15
1
-18
/
+22
*
KVM: nSVM: Check that VM_HSAVE_PA MSR was set before VMRUN
Vitaly Kuznetsov
2021-07-15
1
-0
/
+5
*
KVM: SVM: add module param to control the #SMI interception
Maxim Levitsky
2021-07-15
1
-0
/
+4
*
KVM: x86: Enhance comments for MMU roles and nested transition trickiness
Sean Christopherson
2021-06-25
1
-0
/
+1
[prev]
[next]