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
/
kernel
/
irq.c
Age
Commit message (
Expand
)
Author
2025-08-04
x86/irq: Plug vector setup race
Thomas Gleixner
2025-04-24
x86/irq: KVM: Add helper for harvesting PIR to deduplicate KVM and posted MSIs
Sean Christopherson
2025-04-24
x86/irq: KVM: Track PIR bitmap as an "unsigned long" array
Sean Christopherson
2025-04-24
x86/irq: Track if IRQ was found in PIR during initial loop (to load PIR vals)
Sean Christopherson
2025-04-24
x86/irq: Ensure initial PIR loads are performed exactly once
Sean Christopherson
2025-03-04
x86/irq: Move irq stacks to percpu hot section
Brian Gerst
2025-03-04
x86/softirq: Move softirq_pending to percpu hot section
Brian Gerst
2025-02-25
x86/irq: Define trace events conditionally
Arnd Bergmann
2024-04-30
x86/irq: Factor out common code for checking pending interrupts
Jacob Pan
2024-04-30
x86/irq: Install posted MSI notification handler
Jacob Pan
2024-04-30
x86/irq: Factor out handler invocation from common_interrupt()
Jacob Pan
2024-04-30
x86/irq: Set up per host CPU posted interrupt descriptors
Jacob Pan
2024-02-08
x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)
Paolo Bonzini
2023-08-09
x86/apic: Nuke ack_APIC_irq()
Dave Hansen
2023-06-08
x86/irq: Add hardcoded hypervisor interrupts to /proc/stat
Michael Kelley
2021-10-22
x86/irq: Ensure PI wakeup handler is unregistered before module unload
Sean Christopherson
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
2021-02-24
Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-02-10
x86/entry: Convert device interrupts to inline stack switching
Thomas Gleixner
2021-02-08
thermal: Move therm_throt there from x86/mce
Borislav Petkov
2020-09-22
x86/irq: Make run_on_irqstack_cond() typesafe
Thomas Gleixner
2020-06-11
x86/entry: Convert KVM vectors to IDTENTRY_SYSVEC*
Thomas Gleixner
2020-06-11
x86/entry: Convert APIC interrupts to IDTENTRY_SYSVEC
Thomas Gleixner
2020-06-11
x86/entry: Use idtentry for interrupts
Thomas Gleixner
2020-06-11
x86/irq: Rework handle_irq() for 64-bit
Thomas Gleixner
2020-06-11
x86/irq: Convey vector as argument and not in ptregs
Thomas Gleixner
2020-06-11
x86/irq: Use generic irq_regs implementation
Thomas Gleixner
2020-02-27
x86/irq: Remove useless return value from do_IRQ()
Thomas Gleixner
2019-08-19
x86/irq: Check for VECTOR_UNUSED directly
Heiner Kallweit
2019-08-19
x86/irq: Move IS_ERR_OR_NULL() check into common do_IRQ() code
Heiner Kallweit
2019-07-08
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-07-08
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-07-03
x86/irq: Handle spurious interrupt after shutdown gracefully
Thomas Gleixner
2019-06-11
x86/Kconfig: Add new X86_HV_CALLBACK_VECTOR config symbol
Zhao Yakui
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2018-08-05
x86: Don't include linux/irq.h from asm/hardirq.h
Nicolai Stange
2018-03-06
Drivers: hv: vmbus: Implement Direct Mode for stimer0
Michael Kelley
2018-01-30
x86/irq: Count Hyper-V reenlightenment interrupts
Vitaly Kuznetsov
2017-12-18
Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2017-12-17
x86/irq: Remove an old outdated comment about context tracking races
Andy Lutomirski
2017-09-25
x86/irq: Simplify hotplug vector accounting
Thomas Gleixner
2017-09-25
x86/vector: Rename used_vectors to system_vectors
Thomas Gleixner
2017-08-29
x86/ipi: Make platform IPI depend on APIC
Thomas Gleixner
2017-08-29
x86/irq: Get rid of duplicated trace_x86_platform_ipi() code
Thomas Gleixner
2017-08-29
x86/irq: Get rid of the 'first_system_vector' indirection bogosity
Thomas Gleixner
2017-08-29
x86/irq: Remove vector_used_by_percpu_irq()
Thomas Gleixner
2017-07-26
x86: irq: Define a global vector for nested posted interrupts
Wincy Van
2017-06-22
x86/irq: Use irq_migrate_all_off_this_cpu()
Thomas Gleixner
2017-06-22
x86/irq: Restructure fixup_irqs()
Thomas Gleixner
2017-06-22
x86/irq: Cleanup pending irq move in fixup_irqs()
Thomas Gleixner
[next]