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: Ignore nCR3[4:0] when loading PDPTEs from memory
Sean Christopherson
2024-10-20
1
-1
/
+5
*
KVM: SVM: Remove unnecessary GFP_KERNEL_ACCOUNT in svm_set_nested_state()
Yongqiang Liu
2024-08-22
1
-2
/
+2
*
KVM: SVM: remove useless input parameter in snp_safe_alloc_page
Li RongQing
2024-06-04
1
-1
/
+1
*
KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
Brijesh Singh
2024-01-29
1
-1
/
+1
*
Merge tag 'kvm-x86-svm-6.8' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-01-08
1
-15
/
+0
|
\
|
*
Revert "nSVM: Check for reserved encodings of TLB_CONTROL in nested VMCB"
Sean Christopherson
2023-11-30
1
-15
/
+0
*
|
Merge tag 'kvm-x86-lam-6.8' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-01-08
1
-2
/
+2
|
\
\
|
*
|
KVM: x86: Add & use kvm_vcpu_is_legal_cr3() to check CR3's legality
Binbin Wu
2023-11-29
1
-2
/
+2
|
|
/
*
|
KVM: nSVM: Hide more stuff under CONFIG_KVM_HYPERV/CONFIG_HYPERV
Vitaly Kuznetsov
2023-12-07
1
-6
/
+14
*
|
KVM: x86: Introduce helper to handle Hyper-V paravirt TLB flush requests
Vitaly Kuznetsov
2023-12-07
1
-8
/
+2
|
/
*
x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested()
Maxim Levitsky
2023-10-12
1
-0
/
+3
*
KVM: nSVM: Use KVM-governed feature framework to track "vGIF enabled"
Sean Christopherson
2023-08-17
1
-1
/
+2
*
KVM: nSVM: Use KVM-governed feature framework to track "Pause Filter enabled"
Sean Christopherson
2023-08-17
1
-2
/
+8
*
KVM: nSVM: Use KVM-governed feature framework to track "LBRv enabled"
Sean Christopherson
2023-08-17
1
-10
/
+13
*
KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"
Sean Christopherson
2023-08-17
1
-1
/
+1
*
KVM: nSVM: Use KVM-governed feature framework to track "TSC scaling enabled"
Sean Christopherson
2023-08-17
1
-1
/
+1
*
KVM: nSVM: Use KVM-governed feature framework to track "NRIPS enabled"
Sean Christopherson
2023-08-17
1
-3
/
+3
*
KVM: x86: Always write vCPU's current TSC offset/ratio in vendor hooks
Sean Christopherson
2023-08-04
1
-2
/
+2
*
KVM: nSVM: Use the "outer" helper for writing multiplier to MSR_AMD64_TSC_RATIO
Sean Christopherson
2023-08-04
1
-2
/
+2
*
KVM: nSVM: Load L1's TSC multiplier based on L1 state, not L2 state
Sean Christopherson
2023-08-04
1
-2
/
+2
*
KVM: nSVM: Check instead of asserting on nested TSC scaling support
Sean Christopherson
2023-08-04
1
-3
/
+2
*
KVM: nSVM: Implement support for nested VNMI
Santosh Shukla
2023-03-23
1
-0
/
+33
*
KVM: nSVM: Raise event on nested VM exit if L1 doesn't intercept IRQs
Maxim Levitsky
2023-03-22
1
-0
/
+22
*
KVM: nSVM: Disable intercept of VINTR if saved L1 host RFLAGS.IF is 0
Santosh Shukla
2023-03-22
1
-5
/
+10
*
KVM: nSVM: Don't sync vmcb02 V_IRQ back to vmcb12 if KVM (L0) is intercepting...
Santosh Shukla
2023-03-22
1
-11
/
+10
*
KVM: nSVM: Don't sync tlb_ctl back to vmcb12 on nested VM-Exit
Maxim Levitsky
2023-01-31
1
-1
/
+0
*
Merge branch 'kvm-lapic-fix-and-cleanup' into HEAD
Paolo Bonzini
2023-01-24
1
-1
/
+1
|
\
|
*
KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabled
Sean Christopherson
2023-01-13
1
-1
/
+1
*
|
Merge branch 'kvm-v6.2-rc4-fixes' into HEAD
Paolo Bonzini
2023-01-24
1
-7
/
+5
|
\
\
|
*
|
KVM: nSVM: clarify recalc_intercepts() wrt CR8
Paolo Bonzini
2023-01-09
1
-7
/
+5
|
|
/
*
/
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
2022-12-29
1
-1
/
+1
|
/
*
KVM: nSVM: hyper-v: Enable L2 TLB flush
Vitaly Kuznetsov
2022-11-18
1
-2
/
+33
*
KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
Vitaly Kuznetsov
2022-11-18
1
-0
/
+1
*
KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
Vitaly Kuznetsov
2022-11-18
1
-0
/
+2
*
x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"
Sean Christopherson
2022-11-18
1
-1
/
+1
*
KVM: SVM: Add a proper field for Hyper-V VMCB enlightenments
Sean Christopherson
2022-11-18
1
-5
/
+4
*
x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h
Sean Christopherson
2022-11-18
1
-1
/
+1
*
Merge branch 'kvm-svm-harden' into HEAD
Paolo Bonzini
2022-11-17
1
-3
/
+9
|
\
|
*
KVM: x86: allow L1 to not intercept triple fault
Maxim Levitsky
2022-11-17
1
-0
/
+6
|
*
KVM: x86: add kvm_leave_nested
Maxim Levitsky
2022-11-17
1
-3
/
+0
|
*
KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while still in use
Maxim Levitsky
2022-11-17
1
-0
/
+3
*
|
KVM: x86: compile out vendor-specific code if SMM is disabled
Paolo Bonzini
2022-11-09
1
-0
/
+2
*
|
KVM: x86: start moving SMM-related functions to new files
Paolo Bonzini
2022-11-09
1
-0
/
+1
|
/
*
KVM: x86: Rename inject_pending_events() to kvm_check_and_inject_events()
Sean Christopherson
2022-09-26
1
-1
/
+1
*
KVM: x86: Morph pending exceptions to pending VM-Exits at queue time
Sean Christopherson
2022-09-26
1
-32
/
+13
*
KVM: x86: Formalize blocking of nested pending exceptions
Sean Christopherson
2022-09-26
1
-10
/
+16
*
KVM: x86: Make kvm_queued_exception a properly named, visible struct
Sean Christopherson
2022-09-26
1
-22
/
+25
*
KVM: x86: Print guest pgd in kvm_nested_vmenter()
Mingwei Zhang
2022-09-26
1
-0
/
+2
*
KVM: x86: Update trace function for nested VM entry to support VMX
Mingwei Zhang
2022-09-26
1
-5
/
+7
*
KVM: x86: Split kvm_is_valid_cr4() and export only the non-vendor bits
Sean Christopherson
2022-07-28
1
-1
/
+2
[next]