index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
nested.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-09
KVM: x86: SVM: fix nested PAUSE filtering when L0 intercepts PAUSE
Paolo Bonzini
1
-18
/
+21
2022-06-07
KVM: SVM: fix tsc scaling cache logic
Maxim Levitsky
1
-2
/
+2
2022-04-29
KVM: x86: Clean up and document nested #PF workaround
Sean Christopherson
1
-9
/
+9
2022-04-13
KVM: x86: Drop WARNs that assert a triple fault never "escapes" from L2
Sean Christopherson
1
-3
/
+0
2022-04-02
KVM: x86: SVM: allow AVIC to co-exist with a nested guest running
Maxim Levitsky
1
-6
/
+10
2022-04-02
KVM: x86: nSVM: implement nested vGIF
Maxim Levitsky
1
-4
/
+11
2022-04-02
KVM: x86: nSVM: support PAUSE filtering when L0 doesn't intercept PAUSE
Maxim Levitsky
1
-0
/
+26
2022-04-02
KVM: x86: nSVM: implement nested LBR virtualization
Maxim Levitsky
1
-2
/
+18
2022-04-02
KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is running
Maxim Levitsky
1
-0
/
+12
2022-04-02
kvm: x86: SVM: use vmcb* instead of svm->vmcb where it makes sense
Maxim Levitsky
1
-85
/
+94
2022-04-02
KVM: x86: nSVM: implement nested VMLOAD/VMSAVE
Maxim Levitsky
1
-7
/
+28
2022-02-25
KVM: x86/mmu: load new PGD after the shadow MMU is initialized
Paolo Bonzini
1
-3
/
+3
2022-02-10
KVM: nSVM: Implement Enlightened MSR-Bitmap feature
Vitaly Kuznetsov
1
-7
/
+34
2022-02-10
KVM: nSVM: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
Vitaly Kuznetsov
1
-0
/
+4
2022-02-08
KVM: x86: nSVM: fix potential NULL derefernce on nested migration
Maxim Levitsky
1
-12
/
+14
2022-01-26
KVM: x86: Forcibly leave nested virt when SMM state is toggled
Sean Christopherson
1
-4
/
+5
2021-12-08
KVM: X86: Remove mmu parameter from load_pdptrs()
Lai Jiangshan
1
-2
/
+2
2021-12-08
KVM: SVM: Remove references to VCPU_EXREG_CR3
Lai Jiangshan
1
-1
/
+0
2021-12-08
KVM: nSVM: introduce struct vmcb_ctrl_area_cached
Emanuele Giuseppe Esposito
1
-17
/
+66
2021-12-08
KVM: nSVM: split out __nested_vmcb_check_controls
Paolo Bonzini
1
-4
/
+12
2021-12-08
KVM: nSVM: use svm->nested.save to load vmcb12 registers and avoid TOC/TOU races
Emanuele Giuseppe Esposito
1
-18
/
+6
2021-12-08
KVM: nSVM: use vmcb_save_area_cached in nested_vmcb_valid_sregs()
Emanuele Giuseppe Esposito
1
-4
/
+14
2021-12-08
KVM: nSVM: rename nested_load_control_from_vmcb12 in nested_copy_vmcb_control...
Emanuele Giuseppe Esposito
1
-40
/
+40
2021-12-08
KVM: nSVM: introduce svm->nested.save to cache save area before checks
Emanuele Giuseppe Esposito
1
-0
/
+23
2021-12-08
KVM: nSVM: move nested_vmcb_check_cr3_cr4 logic in nested_vmcb_valid_sregs
Emanuele Giuseppe Esposito
1
-22
/
+13
2021-10-01
nSVM: Check for reserved encodings of TLB_CONTROL in nested VMCB
Krish Sadhukhan
1
-0
/
+15
2021-10-01
KVM: x86: nSVM: implement nested TSC scaling
Maxim Levitsky
1
-2
/
+27
2021-09-30
KVM: x86: nSVM: don't copy pause related settings
Maxim Levitsky
1
-8
/
+0
2021-09-23
KVM: x86: nSVM: don't copy virt_ext from vmcb12
Maxim Levitsky
1
-1
/
+0
2021-09-22
KVM: x86: SVM: call KVM_REQ_GET_NESTED_STATE_PAGES on exit from SMM mode
Maxim Levitsky
1
-3
/
+6
2021-09-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-5
/
+0
2021-08-16
KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)
Maxim Levitsky
1
-0
/
+3
2021-08-16
KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)
Maxim Levitsky
1
-3
/
+7
2021-08-02
KVM: nSVM: remove useless kvm_clear_*_queue
Paolo Bonzini
1
-5
/
+0
2021-07-27
KVM: SVM: tweak warning about enabled AVIC on nested entry
Maxim Levitsky
1
-1
/
+1
2021-07-26
KVM: nSVM: Swap the parameter order for svm_copy_vmrun_state()/svm_copy_vmloa...
Vitaly Kuznetsov
1
-4
/
+4
2021-07-26
KVM: nSVM: Rename nested_svm_vmloadsave() to svm_copy_vmloadsave_state()
Vitaly Kuznetsov
1
-1
/
+1
2021-07-15
KVM: nSVM: Restore nested control upon leaving SMM
Vitaly Kuznetsov
1
-2
/
+2
2021-07-15
KVM: nSVM: Introduce svm_copy_vmrun_state()
Vitaly Kuznetsov
1
-18
/
+22
2021-07-15
KVM: nSVM: Check that VM_HSAVE_PA MSR was set before VMRUN
Vitaly Kuznetsov
1
-0
/
+5
2021-07-15
KVM: SVM: add module param to control the #SMI interception
Maxim Levitsky
1
-0
/
+4
2021-06-25
KVM: x86: Enhance comments for MMU roles and nested transition trickiness
Sean Christopherson
1
-0
/
+1
2021-06-25
KVM: x86/mmu: Move nested NPT reserved bit calculation into MMU proper
Sean Christopherson
1
-1
/
+0
2021-06-25
KVM: nSVM: Add a comment to document why nNPT uses vmcb01, not vCPU state
Sean Christopherson
1
-0
/
+6
2021-06-25
KVM: x86: Fix sizes used to pass around CR0, CR4, and EFER
Sean Christopherson
1
-1
/
+1
2021-06-17
KVM: x86: Drop pointless @reset_roots from kvm_init_mmu()
Sean Christopherson
1
-1
/
+1
2021-06-17
KVM: x86: Drop skip MMU sync and TLB flush params from "new PGD" helpers
Sean Christopherson
1
-1
/
+1
2021-06-17
KVM: nSVM: Move TLB flushing logic (or lack thereof) to dedicated helper
Sean Christopherson
1
-9
/
+29
2021-06-17
KVM: x86: avoid loading PDPTRs after migration when possible
Maxim Levitsky
1
-1
/
+2
2021-06-17
KVM: nSVM: refactor the CR3 reload on migration
Maxim Levitsky
1
-7
/
+25
[next]