summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/irq.c
AgeCommit message (Expand)Author
2023-12-13arm64: irq: set the correct node for shadow call stackHuang Shijie
2023-12-05arm64: irq: set the correct node for VMAP stackHuang Shijie
2022-12-06Merge branch 'for-next/stacks' into for-next/coreWill Deacon
2022-11-18arm64: move on_thread_stack() to <asm/stacktrace.h>Mark Rutland
2022-11-09arm64: implement dynamic shadow call stack for ClangArd Biesheuvel
2022-09-09arm64: run softirqs on the per-CPU IRQ stackQi Zheng
2021-03-24arm64: irq: allow FIQs to be handledMark Rutland
2021-03-24arm64: irq: rework root IRQ handler registrationMark Rutland
2021-03-24arm64: don't use GENERIC_IRQ_MULTI_HANDLERMarc Zyngier
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas
2020-12-01arm64: scs: use vmapped IRQ and SDEI shadow stacksSami Tolvanen
2020-11-30arm64: entry: move el1 irq/nmi logic to CMark Rutland
2020-09-17arm64: Remove custom IRQ stat accountingMarc Zyngier
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-06-21arm64: fix kernel stack overflow in kdump capture kernelWei Li
2019-06-21arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-02-06arm64: Fix HCR.TGE status for NMI contextsJulien Thierry
2018-08-03arm64: Use the new GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt
2018-01-13arm64: Add vmap_stack header fileJames Morse
2017-08-15arm64: add basic VMAP_STACK supportMark Rutland
2017-08-15arm64: use an irq stack pointerMark Rutland
2015-12-21arm64: remove irq_count and do_softirq_own_stack()James Morse
2015-12-08arm64: Add do_softirq_own_stack() and enable irq_stacksJames Morse
2015-12-08arm64: Modify stack trace and dump for use with irq_stackAKASHI Takahiro
2015-10-09arm64: fix a migrating irq bug when hotplug cpuYang Yingliang
2015-07-27arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon
2015-07-22ARM64/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu
2014-11-25arm64: Treat handle_arch_irq as a function pointerLaura Abbott
2014-10-09Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-09-03arm64: use irq_set_affinity with force=false when migrating irqsSudeep Holla
2014-09-03arm64: Get rid of handle_IRQMarc Zyngier
2014-09-03arm64: Convert handle_IRQ to use __handle_domain_irqMarc Zyngier
2014-05-12arm64: use cpu_online_mask when using forced irq_set_affinitySudeep Holla
2013-10-25arm64: add CPU_HOTPLUG infrastructureMark Rutland
2013-03-26arm64: Use irqchip_init() for interrupt controller initialisationCatalin Marinas
2012-09-17arm64: IRQ handlingMarc Zyngier