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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: nSVM: hyper-v: Enable L2 TLB flush
Vitaly Kuznetsov
2022-11-18
3
-2
/
+55
*
KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
Vitaly Kuznetsov
2022-11-18
3
-0
/
+14
*
KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
Vitaly Kuznetsov
2022-11-18
2
-0
/
+17
*
KVM: x86: hyper-v: Introduce TLB flush fifo
Vitaly Kuznetsov
2022-11-18
1
-1
/
+1
*
KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
Vitaly Kuznetsov
2022-11-18
1
-0
/
+7
*
KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
Vitaly Kuznetsov
2022-11-18
2
-4
/
+4
*
x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"
Sean Christopherson
2022-11-18
4
-6
/
+6
*
KVM: SVM: Add a proper field for Hyper-V VMCB enlightenments
Sean Christopherson
2022-11-18
4
-15
/
+16
*
x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h
Sean Christopherson
2022-11-18
4
-26
/
+4
*
Merge branch 'kvm-svm-harden' into HEAD
Paolo Bonzini
2022-11-17
2
-18
/
+10
|
\
|
*
KVM: x86: remove exit_int_info warning in svm_handle_exit
Maxim Levitsky
2022-11-17
1
-15
/
+0
|
*
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: nSVM: leave nested mode on vCPU free
Maxim Levitsky
2022-11-17
1
-0
/
+1
*
|
KVM: x86/pmu: Defer counter emulated overflow via pmc->prev_counter
Like Xu
2022-11-09
1
-1
/
+1
*
|
KVM: x86/pmu: Defer reprogram_counter() to kvm_pmu_handle_event()
Like Xu
2022-11-09
1
-1
/
+1
*
|
KVM: x86: SVM: don't save SVM state to SMRAM when VM is not long mode capable
Maxim Levitsky
2022-11-09
1
-0
/
+8
*
|
KVM: x86: SVM: use smram structs
Maxim Levitsky
2022-11-09
1
-14
/
+7
*
|
KVM: svm: drop explicit return value of kvm_vcpu_map
Maxim Levitsky
2022-11-09
1
-4
/
+3
*
|
KVM: x86: smm: use smram structs in the common code
Maxim Levitsky
2022-11-09
1
-2
/
+6
*
|
KVM: x86: compile out vendor-specific code if SMM is disabled
Paolo Bonzini
2022-11-09
2
-0
/
+6
*
|
KVM: allow compiling out SMM support
Paolo Bonzini
2022-11-09
1
-0
/
+2
*
|
KVM: x86: start moving SMM-related functions to new files
Paolo Bonzini
2022-11-09
2
-2
/
+4
*
|
KVM: SVM: Name and check reserved fields with structs offset
Carlos Bilbao
2022-11-09
1
-1
/
+1
*
|
KVM: x86: Handle PERF_CAPABILITIES in common x86's kvm_get_msr_feature()
Sean Christopherson
2022-11-09
1
-3
/
+0
*
|
KVM: x86: Track supported PERF_CAPABILITIES in kvm_caps
Sean Christopherson
2022-11-09
1
-0
/
+2
|
/
*
KVM: x86/pmu: Limit the maximum number of supported AMD GP counters
Like Xu
2022-11-09
1
-3
/
+4
*
KVM: SVM: Only dump VMSA to klog at KERN_DEBUG level
Peter Gonda
2022-11-09
1
-1
/
+1
*
x86, KVM: remove unnecessary argument to x86_virt_spec_ctrl and callers
Paolo Bonzini
2022-11-09
1
-2
/
+2
*
KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assembly
Paolo Bonzini
2022-11-09
3
-28
/
+132
*
KVM: SVM: restore host save area from assembly
Paolo Bonzini
2022-11-09
4
-13
/
+25
*
KVM: SVM: move guest vmsave/vmload back to assembly
Paolo Bonzini
2022-11-09
2
-20
/
+38
*
KVM: SVM: do not allocate struct svm_cpu_data dynamically
Paolo Bonzini
2022-11-09
3
-29
/
+18
*
KVM: SVM: remove dead field from struct svm_cpu_data
Paolo Bonzini
2022-11-09
2
-3
/
+0
*
KVM: SVM: remove unused field from struct vcpu_svm
Paolo Bonzini
2022-11-09
1
-1
/
+0
*
KVM: SVM: retrieve VMCB from assembly
Paolo Bonzini
2022-11-09
3
-15
/
+14
*
KVM: SVM: adjust register allocation for __svm_vcpu_run()
Paolo Bonzini
2022-11-09
1
-19
/
+19
*
KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svm
Paolo Bonzini
2022-11-09
3
-20
/
+21
*
KVM: x86/svm/pmu: Rewrite get_gp_pmc_amd() for more counters scalability
Like Xu
2022-09-28
1
-68
/
+20
*
KVM: x86/svm/pmu: Direct access pmu->gp_counter[] to implement amd_*_to_pmc()
Like Xu
2022-09-28
1
-36
/
+5
*
KVM: SVM: Make an event request if INIT or SIPI is pending when GIF is set
Sean Christopherson
2022-09-26
1
-1
/
+2
*
KVM: x86: Rename inject_pending_events() to kvm_check_and_inject_events()
Sean Christopherson
2022-09-26
2
-2
/
+2
*
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
2
-30
/
+31
*
KVM: x86: Rename kvm_x86_ops.queue_exception to inject_exception
Sean Christopherson
2022-09-26
1
-2
/
+2
*
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: Add extra information in kvm_page_fault trace point
Wonhyuk Yang
2022-09-26
1
-1
/
+1
[next]