index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
irq.c
Age
Commit message (
Expand
)
Author
2025-09-30
KVM: x86: Export KVM-internal symbols for sub-modules only
Sean Christopherson
2025-09-30
KVM: x86: Move kvm_intr_is_single_vcpu() to lapic.c
Sean Christopherson
2025-09-10
KVM: x86: Move kvm_irq_delivery_to_apic() from irq.c to lapic.c
Sean Christopherson
2025-06-25
Revert "kvm: detect assigned device via irqbypass manager"
Sean Christopherson
2025-06-23
KVM: x86: Rename kvm_set_msi_irq() => kvm_msi_to_lapic_irq()
Sean Christopherson
2025-06-23
KVM: x86: Decouple device assignment from IRQ bypass
Sean Christopherson
2025-06-23
KVM: x86: WARN if IRQ bypass routing is updated without in-kernel local APIC
Sean Christopherson
2025-06-23
KVM: x86: WARN if IRQ bypass isn't supported in kvm_pi_update_irte()
Sean Christopherson
2025-06-23
KVM: x86: Drop superfluous "has assigned device" check in kvm_pi_update_irte()
Sean Christopherson
2025-06-23
KVM: x86: Don't update IRTE entries when old and new routes were !MSI
Sean Christopherson
2025-06-23
KVM: x86: Skip IOMMU IRTE updates if there's no old or new vCPU being targeted
Sean Christopherson
2025-06-23
KVM: x86: Track irq_bypass_vcpu in common x86 code
Sean Christopherson
2025-06-23
KVM: Fold kvm_arch_irqfd_route_changed() into kvm_arch_update_irqfd_routing()
Sean Christopherson
2025-06-23
KVM: Don't WARN if updating IRQ bypass route fails
Sean Christopherson
2025-06-23
KVM: x86: Move posted interrupt tracepoint to common code
Sean Christopherson
2025-06-23
KVM: x86: Dedup AVIC vs. PI code for identifying target vCPU
Sean Christopherson
2025-06-23
KVM: x86: Nullify irqfd->producer after updating IRTEs
Sean Christopherson
2025-06-23
KVM: x86: Move IRQ routing/delivery APIs from x86.c => irq.c
Sean Christopherson
2025-06-20
KVM: x86: Fold irq_comm.c into irq.c
Sean Christopherson
2025-06-20
KVM: x86: Add CONFIG_KVM_IOAPIC to allow disabling in-kernel I/O APIC
Sean Christopherson
2025-06-20
KVM: x86: Explicitly check for in-kernel PIC when getting ExtINT
Sean Christopherson
2025-06-20
KVM: x86: Move kvm_setup_default_irq_routing() into irq.c
Sean Christopherson
2025-06-20
KVM: x86: Rename irqchip_kernel() to irqchip_full()
Sean Christopherson
2025-06-20
KVM: x86: Move KVM_{GET,SET}_IRQCHIP ioctl helpers to irq.c
Sean Christopherson
2025-03-14
KVM: TDX: Add support for find pending IRQ in a protected local APIC
Sean Christopherson
2024-09-09
KVM: x86: Fold kvm_get_apic_interrupt() into kvm_cpu_get_interrupt()
Sean Christopherson
2024-09-09
KVM: nVMX: Get to-be-acknowledge IRQ for nested VM-Exit at injection site
Sean Christopherson
2024-07-16
KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_ops
Wei Wang
2024-07-16
KVM: x86: Replace static_call_cond() with static_call()
Wei Wang
2023-12-07
KVM: x86/xen: Remove unneeded xen context from kvm_arch when !CONFIG_KVM_XEN
Vitaly Kuznetsov
2022-12-29
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
2022-12-02
KVM: x86: remove unnecessary exports
Paolo Bonzini
2022-11-09
KVM: replace direct irq.h inclusion
Paolo Bonzini
2022-04-02
KVM: x86/xen: handle PV timers oneshot mode
Joao Martins
2021-02-04
KVM: x86/xen: Add event channel interrupt vector upcall
David Woodhouse
2021-02-04
KVM: x86: use static calls to reduce kvm_x86_ops overhead
Jason Baron
2020-11-27
KVM: x86: Fix split-irqchip vs interrupt injection window request
Paolo Bonzini
2020-11-27
KVM: x86: handle !lapic_in_kernel case in kvm_cpu_*_extint
Paolo Bonzini
2020-06-01
KVM: nSVM: extract svm_set_gif
Paolo Bonzini
2020-05-15
KVM: nVMX: Migrate the VMX-preemption timer
Jim Mattson
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320
Thomas Gleixner
2019-05-24
kvm: Check irqchip mode before assign irqfd
Peter Xu
2018-03-28
KVM: x86: Rename interrupt.pending to interrupt.injected
Liran Alon
2018-01-16
KVM: nVMX: Fix injection to L2 when L1 don't intercept external-interrupts
Liran Alon
2017-04-12
KVM: x86: get rid of pic_irqchip()
David Hildenbrand
2016-07-14
x86/kvm: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
2016-02-09
KVM: x86: consolidate "has lapic" checks into irq.c
Paolo Bonzini
2015-11-25
kvm/x86: per-vcpu apicv deactivation support
Andrey Smetanin
2015-10-01
KVM: x86: Add support for local interrupt requests from userspace
Steve Rutherford
2015-10-01
KVM: x86: introduce lapic_in_kernel
Paolo Bonzini
[next]