summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: hyper-v: L2 TLB flushVitaly Kuznetsov2022-11-183-24/+80
* KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()Vitaly Kuznetsov2022-11-181-0/+17
* KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hookVitaly Kuznetsov2022-11-188-1/+23
* KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_idVitaly Kuznetsov2022-11-182-0/+17
* KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in useVitaly Kuznetsov2022-11-182-0/+21
* KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of...Vitaly Kuznetsov2022-11-182-2/+7
* KVM: x86: hyper-v: Create a separate fifo for L2 TLB flushVitaly Kuznetsov2022-11-183-8/+30
* KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()Vitaly Kuznetsov2022-11-181-11/+31
* KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK inst...Vitaly Kuznetsov2022-11-181-7/+6
* KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAsVitaly Kuznetsov2022-11-181-0/+14
* KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercallsVitaly Kuznetsov2022-11-182-0/+3
* KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gentlyVitaly Kuznetsov2022-11-181-16/+95
* KVM: x86: hyper-v: Add helper to read hypercall data for arraySean Christopherson2022-11-181-20/+33
* KVM: x86: hyper-v: Introduce TLB flush fifoVitaly Kuznetsov2022-11-185-3/+92
* KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flagVitaly Kuznetsov2022-11-184-2/+20
* KVM: x86: Move clearing of TLB_FLUSH_CURRENT to kvm_vcpu_flush_tlb_all()Sean Christopherson2022-11-181-4/+10
* KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"Vitaly Kuznetsov2022-11-186-9/+8
* KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'Vitaly Kuznetsov2022-11-186-12/+12
* x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"Sean Christopherson2022-11-186-8/+8
* KVM: SVM: Add a proper field for Hyper-V VMCB enlightenmentsSean Christopherson2022-11-185-16/+22
* x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.hSean Christopherson2022-11-185-26/+26
* KVM: x86: avoid memslot check in NX hugepage recovery if it cannot succeedPaolo Bonzini2022-11-181-3/+19
* Merge branch 'kvm-svm-harden' into HEADPaolo Bonzini2022-11-174-27/+34
|\
| * KVM: x86: remove exit_int_info warning in svm_handle_exitMaxim Levitsky2022-11-171-15/+0
| * KVM: x86: allow L1 to not intercept triple faultMaxim Levitsky2022-11-173-5/+13
| * KVM: x86: forcibly leave nested mode on vCPU resetMaxim Levitsky2022-11-171-0/+10
| * KVM: x86: add kvm_leave_nestedMaxim Levitsky2022-11-173-7/+7
| * KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while still in useMaxim Levitsky2022-11-171-0/+3
| * KVM: x86: nSVM: leave nested mode on vCPU freeMaxim Levitsky2022-11-171-0/+1
* | KVM: x86/mmu: Do not recover dirty-tracked NX Huge PagesDavid Matlack2022-11-171-1/+16
* | KVM: x86/mmu: simplify kvm_tdp_mmu_map flow when guest has to retryPaolo Bonzini2022-11-171-21/+19
* | KVM: x86/mmu: Split huge pages mapped by the TDP MMU on faultDavid Matlack2022-11-171-38/+35
* | KVM: x86/mmu: Use BIT{,_ULL}() for PFERR masksDavid Matlack2022-11-171-10/+10
* | KVM: replace direct irq.h inclusionPaolo Bonzini2022-11-097-59/+31
* | KVM: x86/pmu: Defer counter emulated overflow via pmc->prev_counterLike Xu2022-11-094-21/+22
* | KVM: x86/pmu: Defer reprogram_counter() to kvm_pmu_handle_event()Like Xu2022-11-095-10/+22
* | KVM: x86/pmu: Clear "reprogram" bit if counter is disabled or disallowedSean Christopherson2022-11-091-14/+24
* | KVM: x86/pmu: Force reprogramming of all counters on PMU filter changeSean Christopherson2022-11-092-2/+22
* | KVM: x86/mmu: WARN if TDP MMU SP disallows hugepage after being zappedSean Christopherson2022-11-091-4/+3
* | KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust()Mingwei Zhang2022-11-091-1/+2
* | KVM: x86/mmu: Add helper to convert SPTE value to its shadow pageSean Christopherson2022-11-094-19/+29
* | KVM: x86/mmu: Track the number of TDP MMU pages, but not the actual pagesSean Christopherson2022-11-092-19/+12
* | KVM: x86/mmu: Set disallowed_nx_huge_page in TDP MMU before setting SPTESean Christopherson2022-11-093-25/+39
* | KVM: x86/mmu: Properly account NX huge page workaround for nonpaging MMUsSean Christopherson2022-11-092-1/+13
* | KVM: x86/mmu: Rename NX huge pages fields/functions for consistencySean Christopherson2022-11-095-51/+71
* | KVM: x86/mmu: Tag disallowed NX huge pages even if they're not trackedSean Christopherson2022-11-094-13/+39
* | KVM: x86: Add a VALID_MASK for the flags in kvm_msr_filter_rangeAaron Lewis2022-11-092-1/+3
* | KVM: x86: Add a VALID_MASK for the flag in kvm_msr_filterAaron Lewis2022-11-092-1/+2
* | KVM: x86: Add a VALID_MASK for the MSR exit reason flagsAaron Lewis2022-11-091-3/+1
* | KVM: x86: Disallow the use of KVM_MSR_FILTER_DEFAULT_ALLOW in the kernelAaron Lewis2022-11-091-0/+2