index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
*
KVM: x86: forcibly leave nested mode on vCPU reset
Maxim Levitsky
2022-11-17
1
-0
/
+10
|
*
KVM: x86: add kvm_leave_nested
Maxim Levitsky
2022-11-17
3
-7
/
+7
|
*
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/mmu: Do not recover dirty-tracked NX Huge Pages
David Matlack
2022-11-17
1
-1
/
+16
*
|
KVM: x86/mmu: simplify kvm_tdp_mmu_map flow when guest has to retry
Paolo Bonzini
2022-11-17
1
-21
/
+19
*
|
KVM: x86/mmu: Split huge pages mapped by the TDP MMU on fault
David Matlack
2022-11-17
1
-38
/
+35
*
|
KVM: x86/mmu: Use BIT{,_ULL}() for PFERR masks
David Matlack
2022-11-17
1
-10
/
+10
*
|
KVM: replace direct irq.h inclusion
Paolo Bonzini
2022-11-09
7
-59
/
+31
*
|
KVM: x86/pmu: Defer counter emulated overflow via pmc->prev_counter
Like Xu
2022-11-09
4
-21
/
+22
*
|
KVM: x86/pmu: Defer reprogram_counter() to kvm_pmu_handle_event()
Like Xu
2022-11-09
5
-10
/
+22
*
|
KVM: x86/pmu: Clear "reprogram" bit if counter is disabled or disallowed
Sean Christopherson
2022-11-09
1
-14
/
+24
*
|
KVM: x86/pmu: Force reprogramming of all counters on PMU filter change
Sean Christopherson
2022-11-09
2
-2
/
+22
*
|
KVM: x86/mmu: WARN if TDP MMU SP disallows hugepage after being zapped
Sean Christopherson
2022-11-09
1
-4
/
+3
*
|
KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust()
Mingwei Zhang
2022-11-09
1
-1
/
+2
*
|
KVM: x86/mmu: Add helper to convert SPTE value to its shadow page
Sean Christopherson
2022-11-09
4
-19
/
+29
*
|
KVM: x86/mmu: Track the number of TDP MMU pages, but not the actual pages
Sean Christopherson
2022-11-09
2
-19
/
+12
*
|
KVM: x86/mmu: Set disallowed_nx_huge_page in TDP MMU before setting SPTE
Sean Christopherson
2022-11-09
3
-25
/
+39
*
|
KVM: x86/mmu: Properly account NX huge page workaround for nonpaging MMUs
Sean Christopherson
2022-11-09
2
-1
/
+13
*
|
KVM: x86/mmu: Rename NX huge pages fields/functions for consistency
Sean Christopherson
2022-11-09
5
-51
/
+71
*
|
KVM: x86/mmu: Tag disallowed NX huge pages even if they're not tracked
Sean Christopherson
2022-11-09
4
-13
/
+39
*
|
KVM: x86: Add a VALID_MASK for the flags in kvm_msr_filter_range
Aaron Lewis
2022-11-09
2
-1
/
+3
*
|
KVM: x86: Add a VALID_MASK for the flag in kvm_msr_filter
Aaron Lewis
2022-11-09
2
-1
/
+2
*
|
KVM: x86: Add a VALID_MASK for the MSR exit reason flags
Aaron Lewis
2022-11-09
1
-3
/
+1
*
|
KVM: x86: Disallow the use of KVM_MSR_FILTER_DEFAULT_ALLOW in the kernel
Aaron Lewis
2022-11-09
1
-0
/
+2
[next]