summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: hyper-v: Introduce TLB flush fifoVitaly Kuznetsov2022-11-181-2/+9
* KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flagVitaly Kuznetsov2022-11-181-0/+9
* KVM: x86: Move clearing of TLB_FLUSH_CURRENT to kvm_vcpu_flush_tlb_all()Sean Christopherson2022-11-181-4/+10
* KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'Vitaly Kuznetsov2022-11-181-3/+3
* Merge branch 'kvm-svm-harden' into HEADPaolo Bonzini2022-11-171-6/+23
|\
| * KVM: x86: allow L1 to not intercept triple faultMaxim Levitsky2022-11-171-5/+6
| * KVM: x86: forcibly leave nested mode on vCPU resetMaxim Levitsky2022-11-171-0/+10
| * KVM: x86: add kvm_leave_nestedMaxim Levitsky2022-11-171-1/+7
* | KVM: x86: Add a VALID_MASK for the flags in kvm_msr_filter_rangeAaron Lewis2022-11-091-1/+1
* | KVM: x86: Add a VALID_MASK for the flag in kvm_msr_filterAaron Lewis2022-11-091-1/+1
* | KVM: x86: Add a VALID_MASK for the MSR exit reason flagsAaron Lewis2022-11-091-3/+1
* | KVM: x86: do not define SMM-related constants if SMM disabledPaolo Bonzini2022-11-091-2/+2
* | KVM: zero output of KVM_GET_VCPU_EVENTS before filling in the structPaolo Bonzini2022-11-091-9/+4
* | KVM: x86: do not define KVM_REQ_SMI if SMM disabledPaolo Bonzini2022-11-091-0/+6
* | KVM: x86: compile out vendor-specific code if SMM is disabledPaolo Bonzini2022-11-091-0/+4
* | KVM: allow compiling out SMM supportPaolo Bonzini2022-11-091-2/+20
* | KVM: x86: do not go through ctxt->ops when emulating rsmPaolo Bonzini2022-11-091-33/+0
* | KVM: x86: move SMM exit to a new filePaolo Bonzini2022-11-091-14/+0
* | KVM: x86: move SMM entry to a new filePaolo Bonzini2022-11-091-237/+2
* | KVM: x86: start moving SMM-related functions to new filesPaolo Bonzini2022-11-091-93/+55
* | KVM: x86: remove obsolete kvm_mmu_gva_to_gpa_fetch()Miaohe Lin2022-11-091-10/+0
* | KVM: x86: Directly query supported PERF_CAPABILITIES for WRMSR checksSean Christopherson2022-11-091-7/+2
* | KVM: x86: Handle PERF_CAPABILITIES in common x86's kvm_get_msr_feature()Sean Christopherson2022-11-091-0/+3
* | KVM: x86: Init vcpu->arch.perf_capabilities in common x86 codeSean Christopherson2022-11-091-0/+2
|/
* KVM: x86/pmu: Limit the maximum number of supported AMD GP countersLike Xu2022-11-091-0/+3
* KVM: x86/pmu: Limit the maximum number of supported Intel GP countersLike Xu2022-11-091-5/+7
* KVM: x86/pmu: Do not speculatively query Intel GP PMCs that don't exist yetLike Xu2022-11-091-12/+2
* KVM: x86: Use SRCU to protect zap in __kvm_set_or_clear_apicv_inhibit()Ben Gardon2022-11-031-0/+3
* KVM: Initialize gfn_to_pfn_cache locks in dedicated helperMichal Luczaj2022-10-271-5/+7
* KVM: x86: Exempt pending triple fault from event injection sanity checkSean Christopherson2022-10-271-1/+14
* KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTERAlexander Graf2022-10-221-0/+56
* KVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_filter()Alexander Graf2022-10-221-14/+17
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-091-181/+395
|\
| * KVM: remove KVM_REQ_UNHALTPaolo Bonzini2022-09-261-3/+0
| * KVM: mips, x86: do not rely on KVM_REQ_UNHALTPaolo Bonzini2022-09-261-1/+8
| * KVM: x86: never write to memory from kvm_vcpu_check_block()Paolo Bonzini2022-09-261-3/+11
| * KVM: x86: lapic does not have to process INIT if it is blockedPaolo Bonzini2022-09-261-1/+2
| * KVM: x86: Rename kvm_apic_has_events() to make it INIT/SIPI specificSean Christopherson2022-09-261-3/+3
| * KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowedSean Christopherson2022-09-261-4/+5
| * KVM: x86: make vendor code check for all nested eventsPaolo Bonzini2022-09-261-4/+4
| * KVM: x86: Allow force_emulation_prefix to be written without a reloadSean Christopherson2022-09-261-3/+4
| * KVM: x86: Rename inject_pending_events() to kvm_check_and_inject_events()Sean Christopherson2022-09-261-3/+43
| * KVM: x86: Treat pending TRIPLE_FAULT requests as pending exceptionsSean Christopherson2022-09-261-3/+0
| * KVM: x86: Morph pending exceptions to pending VM-Exits at queue timeSean Christopherson2022-09-261-49/+110
| * KVM: x86: Evaluate ability to inject SMI/NMI/IRQ after potential VM-ExitSean Christopherson2022-09-261-2/+8
| * KVM: x86: Hoist nested event checks above event injection logicSean Christopherson2022-09-261-36/+53
| * KVM: x86: Use kvm_queue_exception_e() to queue #DFSean Christopherson2022-09-261-12/+9
| * KVM: x86: Make kvm_queued_exception a properly named, visible structSean Christopherson2022-09-261-42/+38
| * KVM: x86: Rename kvm_x86_ops.queue_exception to inject_exceptionSean Christopherson2022-09-261-1/+1
| * KVM: x86: Treat #DBs from the emulator as fault-like (code and DR7.GD=1)Sean Christopherson2022-09-261-2/+25