aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-30KVM: x86: Export KVM-internal symbols for sub-modules onlySean Christopherson1-3/+3
2025-09-30KVM: x86: Move kvm_intr_is_single_vcpu() to lapic.cSean Christopherson1-28/+0
2025-09-10KVM: x86: Move kvm_irq_delivery_to_apic() from irq.c to lapic.cSean Christopherson1-57/+0
2025-06-25Revert "kvm: detect assigned device via irqbypass manager"Sean Christopherson1-8/+1
2025-06-23KVM: x86: Rename kvm_set_msi_irq() => kvm_msi_to_lapic_irq()Sean Christopherson1-7/+7
2025-06-23KVM: x86: Decouple device assignment from IRQ bypassSean Christopherson1-1/+8
2025-06-23KVM: x86: WARN if IRQ bypass routing is updated without in-kernel local APICSean Christopherson1-2/+2
2025-06-23KVM: x86: WARN if IRQ bypass isn't supported in kvm_pi_update_irte()Sean Christopherson1-1/+1
2025-06-23KVM: x86: Drop superfluous "has assigned device" check in kvm_pi_update_irte()Sean Christopherson1-3/+1
2025-06-23KVM: x86: Don't update IRTE entries when old and new routes were !MSISean Christopherson1-0/+4
2025-06-23KVM: x86: Skip IOMMU IRTE updates if there's no old or new vCPU being targetedSean Christopherson1-0/+3
2025-06-23KVM: x86: Track irq_bypass_vcpu in common x86 codeSean Christopherson1-1/+6
2025-06-23KVM: Fold kvm_arch_irqfd_route_changed() into kvm_arch_update_irqfd_routing()Sean Christopherson1-10/+5
2025-06-23KVM: Don't WARN if updating IRQ bypass route failsSean Christopherson1-4/+4
2025-06-23KVM: x86: Move posted interrupt tracepoint to common codeSean Christopherson1-2/+10
2025-06-23KVM: x86: Dedup AVIC vs. PI code for identifying target vCPUSean Christopherson1-6/+39
2025-06-23KVM: x86: Nullify irqfd->producer after updating IRTEsSean Christopherson1-2/+1
2025-06-23KVM: x86: Move IRQ routing/delivery APIs from x86.c => irq.cSean Christopherson1-0/+88
2025-06-20KVM: x86: Fold irq_comm.c into irq.cSean Christopherson1-1/+303
2025-06-20KVM: x86: Add CONFIG_KVM_IOAPIC to allow disabling in-kernel I/O APICSean Christopherson1-0/+8
2025-06-20KVM: x86: Explicitly check for in-kernel PIC when getting ExtINTSean Christopherson1-9/+16
2025-06-20KVM: x86: Move kvm_setup_default_irq_routing() into irq.cSean Christopherson1-0/+32
2025-06-20KVM: x86: Rename irqchip_kernel() to irqchip_full()Sean Christopherson1-1/+1
2025-06-20KVM: x86: Move KVM_{GET,SET}_IRQCHIP ioctl helpers to irq.cSean Christopherson1-0/+56
2025-03-14KVM: TDX: Add support for find pending IRQ in a protected local APICSean Christopherson1-0/+3
2024-09-09KVM: x86: Fold kvm_get_apic_interrupt() into kvm_cpu_get_interrupt()Sean Christopherson1-2/+5
2024-09-09KVM: nVMX: Get to-be-acknowledge IRQ for nested VM-Exit at injection siteSean Christopherson1-1/+2
2024-07-16KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_opsWei Wang1-1/+1
2024-07-16KVM: x86: Replace static_call_cond() with static_call()Wei Wang1-1/+1
2023-12-07KVM: x86/xen: Remove unneeded xen context from kvm_arch when !CONFIG_KVM_XENVitaly Kuznetsov1-0/+2
2022-12-29KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson1-0/+1
2022-12-02KVM: x86: remove unnecessary exportsPaolo Bonzini1-2/+0
2022-11-09KVM: replace direct irq.h inclusionPaolo Bonzini1-0/+5
2022-04-02KVM: x86/xen: handle PV timers oneshot modeJoao Martins1-2/+8
2021-02-04KVM: x86/xen: Add event channel interrupt vector upcallDavid Woodhouse1-0/+7
2021-02-04KVM: x86: use static calls to reduce kvm_x86_ops overheadJason Baron1-2/+1
2020-11-27KVM: x86: Fix split-irqchip vs interrupt injection window requestPaolo Bonzini1-1/+1
2020-11-27KVM: x86: handle !lapic_in_kernel case in kvm_cpu_*_extintPaolo Bonzini1-50/+33
2020-06-01KVM: nSVM: extract svm_set_gifPaolo Bonzini1-0/+1
2020-05-15KVM: nVMX: Migrate the VMX-preemption timerJim Mattson1-0/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner1-13/+1
2019-05-24kvm: Check irqchip mode before assign irqfdPeter Xu1-0/+7
2018-03-28KVM: x86: Rename interrupt.pending to interrupt.injectedLiran Alon1-2/+24
2018-01-16KVM: nVMX: Fix injection to L2 when L1 don't intercept external-interruptsLiran Alon1-1/+1
2017-04-12KVM: x86: get rid of pic_irqchip()David Hildenbrand1-1/+1
2016-07-14x86/kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-02-09KVM: x86: consolidate "has lapic" checks into irq.cPaolo Bonzini1-3/+6
2015-11-25kvm/x86: per-vcpu apicv deactivation supportAndrey Smetanin1-1/+1
2015-10-01KVM: x86: Add support for local interrupt requests from userspaceSteve Rutherford1-6/+26
2015-10-01KVM: x86: introduce lapic_in_kernelPaolo Bonzini1-3/+3