index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: Store immutable gfn_to_pfn_cache properties
Michal Luczaj
2022-11-30
2
-43
/
+36
*
KVM: x86/xen: add support for 32-bit guests in SCHEDOP_poll
Metin Kaya
2022-11-30
2
-4
/
+36
*
KVM: x86: fix uninitialized variable use on KVM_REQ_TRIPLE_FAULT
Paolo Bonzini
2022-11-30
1
-1
/
+1
*
KVM: Shorten gfn_to_pfn_cache function names
Michal Luczaj
2022-11-30
2
-19
/
+19
*
KVM: x86/xen: Add runstate tests for 32-bit mode and crossing page boundary
David Woodhouse
2022-11-30
1
-0
/
+2
*
KVM: x86/xen: Allow XEN_RUNSTATE_UPDATE flag behaviour to be configured
David Woodhouse
2022-11-30
3
-14
/
+47
*
KVM: x86/xen: Compatibility fixes for shared runstate area
David Woodhouse
2022-11-30
3
-107
/
+270
*
KVM: x86: Advertise PREFETCHIT0/1 CPUID to user space
Jiaxi Chen
2022-11-28
2
-1
/
+2
*
KVM: x86: Advertise AVX-NE-CONVERT CPUID to user space
Jiaxi Chen
2022-11-28
2
-1
/
+2
*
KVM: x86: Advertise AVX-VNNI-INT8 CPUID to user space
Jiaxi Chen
2022-11-28
2
-1
/
+10
*
x86: KVM: Advertise AVX-IFMA CPUID to user space
Jiaxi Chen
2022-11-28
2
-1
/
+3
*
x86: KVM: Advertise AMX-FP16 CPUID to user space
Chang S. Bae
2022-11-28
2
-1
/
+2
*
x86: KVM: Advertise CMPccXADD CPUID to user space
Jiaxi Chen
2022-11-28
2
-1
/
+2
*
KVM: x86: Update KVM-only leaf handling to allow for 100% KVM-only leafs
Sean Christopherson
2022-11-28
2
-7
/
+19
*
KVM: x86: Add BUILD_BUG_ON() to detect bad usage of "scattered" flags
Sean Christopherson
2022-11-28
1
-1
/
+7
*
KVM: x86/xen: Add CPL to Xen hypercall tracepoint
David Woodhouse
2022-11-28
2
-7
/
+10
*
Merge branch 'kvm-dwmw2-fixes' into HEAD
Paolo Bonzini
2022-11-24
1
-9
/
+23
|
\
|
*
KVM: x86/xen: Only do in-kernel acceleration of hypercalls for guest CPL0
David Woodhouse
2022-11-24
1
-1
/
+11
|
*
KVM: x86/xen: Validate port number in SCHEDOP_poll
David Woodhouse
2022-11-24
1
-8
/
+12
*
|
KVM: x86: Expose Hyper-V L2 TLB flush feature
Vitaly Kuznetsov
2022-11-18
1
-0
/
+1
*
|
KVM: nSVM: hyper-v: Enable L2 TLB flush
Vitaly Kuznetsov
2022-11-18
5
-2
/
+70
*
|
KVM: x86: Make kvm_hv_get_assist_page() return 0/-errno
Vitaly Kuznetsov
2022-11-18
3
-6
/
+6
*
|
KVM: nVMX: hyper-v: Enable L2 TLB flush
Vitaly Kuznetsov
2022-11-18
4
-0
/
+47
*
|
KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
Vitaly Kuznetsov
2022-11-18
6
-24
/
+20
*
|
KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
Vitaly Kuznetsov
2022-11-18
1
-0
/
+8
*
|
KVM: x86: hyper-v: L2 TLB flush
Vitaly Kuznetsov
2022-11-18
3
-24
/
+80
*
|
KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
Vitaly Kuznetsov
2022-11-18
1
-0
/
+17
*
|
KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
Vitaly Kuznetsov
2022-11-18
8
-1
/
+23
*
|
KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
Vitaly Kuznetsov
2022-11-18
2
-0
/
+17
*
|
KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
Vitaly Kuznetsov
2022-11-18
2
-0
/
+21
*
|
KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of...
Vitaly Kuznetsov
2022-11-18
2
-2
/
+7
*
|
KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
Vitaly Kuznetsov
2022-11-18
3
-8
/
+30
*
|
KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
Vitaly Kuznetsov
2022-11-18
1
-11
/
+31
*
|
KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK inst...
Vitaly Kuznetsov
2022-11-18
1
-7
/
+6
*
|
KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
Vitaly Kuznetsov
2022-11-18
1
-0
/
+14
*
|
KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
Vitaly Kuznetsov
2022-11-18
2
-0
/
+3
*
|
KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
Vitaly Kuznetsov
2022-11-18
1
-16
/
+95
*
|
KVM: x86: hyper-v: Add helper to read hypercall data for array
Sean Christopherson
2022-11-18
1
-20
/
+33
*
|
KVM: x86: hyper-v: Introduce TLB flush fifo
Vitaly Kuznetsov
2022-11-18
5
-3
/
+92
*
|
KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
Vitaly Kuznetsov
2022-11-18
4
-2
/
+20
*
|
KVM: x86: Move clearing of TLB_FLUSH_CURRENT to kvm_vcpu_flush_tlb_all()
Sean Christopherson
2022-11-18
1
-4
/
+10
*
|
KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"
Vitaly Kuznetsov
2022-11-18
6
-9
/
+8
*
|
KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
Vitaly Kuznetsov
2022-11-18
6
-12
/
+12
*
|
x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"
Sean Christopherson
2022-11-18
6
-8
/
+8
*
|
KVM: SVM: Add a proper field for Hyper-V VMCB enlightenments
Sean Christopherson
2022-11-18
5
-16
/
+22
*
|
x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h
Sean Christopherson
2022-11-18
5
-26
/
+26
*
|
KVM: x86: avoid memslot check in NX hugepage recovery if it cannot succeed
Paolo Bonzini
2022-11-18
1
-3
/
+19
*
|
Merge branch 'kvm-svm-harden' into HEAD
Paolo Bonzini
2022-11-17
4
-27
/
+34
|
\
\
|
*
|
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
3
-5
/
+13
[next]