summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-114-117/+52
|\
| * Merge tag 'kvmarm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2022-10-031-1/+2
| |\
| | * KVM: x86: Select CONFIG_HAVE_KVM_DIRTY_RING_ACQ_RELMarc Zyngier2022-09-291-0/+1
| | * KVM: Add KVM_CAP_DIRTY_LOG_RING_ACQ_REL capability and config optionMarc Zyngier2022-09-291-1/+1
| * | Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEADPaolo Bonzini2022-09-3028-938/+1448
| |\ \
| | * | KVM: x86/svm/pmu: Rewrite get_gp_pmc_amd() for more counters scalabilityLike Xu2022-09-281-68/+20
| | * | KVM: x86/svm/pmu: Direct access pmu->gp_counter[] to implement amd_*_to_pmc()Like Xu2022-09-281-36/+5
| | * | KVM: x86/pmu: Avoid using PEBS perf_events for normal countersLike Xu2022-09-282-2/+4
| | * | KVM: x86/pmu: Refactor PERF_GLOBAL_CTRL update helper for reuse by PEBSLike Xu2022-09-281-7/+5
| | * | KVM: x86/pmu: Don't generate PEBS records for emulated instructionsLike Xu2022-09-281-3/+13
| | * | KVM: x86/pmu: Avoid setting BIT_ULL(-1) to pmu->host_cross_mapped_maskLike Xu2022-09-281-6/+9
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-0925-822/+1398
|\ \ \ \ | | |/ / | |/| |
| * | | KVM: remove KVM_REQ_UNHALTPaolo Bonzini2022-09-262-4/+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: Don't snapshot pending INIT/SIPI prior to checking nested eventsSean Christopherson2022-09-261-26/+10
| * | | KVM: nVMX: Make event request on VMXOFF iff INIT/SIPI is pendingSean Christopherson2022-09-261-2/+2
| * | | KVM: nVMX: Make an event request if INIT or SIPI is pending on VM-EnterSean Christopherson2022-09-261-12/+6
| * | | KVM: SVM: Make an event request if INIT or SIPI is pending when GIF is setSean Christopherson2022-09-261-1/+2
| * | | 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-262-4/+4
| * | | KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowedSean Christopherson2022-09-264-11/+14
| * | | KVM: nVMX: Make an event request when pending an MTF nested VM-ExitSean Christopherson2022-09-262-2/+7
| * | | KVM: x86: make vendor code check for all nested eventsPaolo Bonzini2022-09-262-5/+11
| * | | 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-263-5/+45
| * | | KVM: VMX: Update MTF and ICEBP comments to document KVM's subtle behaviorSean Christopherson2022-09-261-5/+11
| * | | KVM: x86: Treat pending TRIPLE_FAULT requests as pending exceptionsSean Christopherson2022-09-262-4/+2
| * | | KVM: x86: Morph pending exceptions to pending VM-Exits at queue timeSean Christopherson2022-09-265-145/+181
| * | | KVM: nVMX: Document priority of all known events on Intel CPUsSean Christopherson2022-09-261-0/+83
| * | | KVM: nVMX: Add a helper to identify low-priority #DB trapsSean Christopherson2022-09-261-6/+17
| * | | 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: Formalize blocking of nested pending exceptionsSean Christopherson2022-09-262-20/+33
| * | | KVM: x86: Make kvm_queued_exception a properly named, visible structSean Christopherson2022-09-266-106/+100
| * | | KVM: x86: Rename kvm_x86_ops.queue_exception to inject_exceptionSean Christopherson2022-09-263-5/+5
| * | | KVM: VMX: Inject #PF on ENCLS as "emulated" #PFSean Christopherson2022-09-261-1/+1
| * | | KVM: nVMX: Unconditionally clear mtf_pending on nested VM-ExitSean Christopherson2022-09-261-9/+12
| * | | KVM: nVMX: Ignore SIPI that arrives in L2 when vCPU is not in WFSSean Christopherson2022-09-261-2/+4
| * | | KVM: x86: Use DR7_GD macro instead of open coding check in emulatorSean Christopherson2022-09-261-2/+1
| * | | KVM: x86: Treat #DBs from the emulator as fault-like (code and DR7.GD=1)Sean Christopherson2022-09-261-2/+25
| * | | KVM: nVMX: Prioritize TSS T-flag #DBs over Monitor Trap FlagSean Christopherson2022-09-261-3/+5
| * | | KVM: nVMX: Treat General Detect #DB (DR7.GD=1) as fault-likeSean Christopherson2022-09-261-11/+25
| * | | KVM: x86: Suppress code #DBs on Intel if MOV/POP SS blocking is activeSean Christopherson2022-09-261-1/+18
| * | | KVM: x86: Allow clearing RFLAGS.RF on forced emulation to test code #DBsSean Christopherson2022-09-261-2/+9
| * | | KVM: x86: Don't check for code breakpoints when emulating on exceptionSean Christopherson2022-09-261-3/+23
| * | | KVM: VMX: Drop bits 31:16 when shoving exception error code into VMCSSean Christopherson2022-09-262-2/+21
| * | | KVM: nVMX: Unconditionally purge queued/injected events on nested "exit"Sean Christopherson2022-09-261-8/+11
| * | | KVM: x86: Add missing trace points for RDMSR/WRMSR in emulator pathHou Wenlong2022-09-261-0/+6