aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-24arm64: irq: allow FIQs to be handledMark Rutland1-0/+16
2021-03-24arm64: irq: rework root IRQ handler registrationMark Rutland1-4/+8
2021-03-24arm64: don't use GENERIC_IRQ_MULTI_HANDLERMarc Zyngier1-0/+11
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas1-15/+0
2020-12-01arm64: scs: use vmapped IRQ and SDEI shadow stacksSami Tolvanen1-0/+21
2020-11-30arm64: entry: move el1 irq/nmi logic to CMark Rutland1-15/+0
2020-09-17arm64: Remove custom IRQ stat accountingMarc Zyngier1-10/+1
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+26
2019-06-21arm64: fix kernel stack overflow in kdump capture kernelWei Li1-0/+9
2019-06-21arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry1-0/+17
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-02-06arm64: Fix HCR.TGE status for NMI contextsJulien Thierry1-0/+3
2018-08-03arm64: Use the new GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt1-10/+0
2018-01-13arm64: Add vmap_stack header fileJames Morse1-11/+2
2017-08-15arm64: add basic VMAP_STACK supportMark Rutland1-2/+28
2017-08-15arm64: use an irq stack pointerMark Rutland1-0/+10
2015-12-21arm64: remove irq_count and do_softirq_own_stack()James Morse1-37/+1
2015-12-08arm64: Add do_softirq_own_stack() and enable irq_stacksJames Morse1-1/+37
2015-12-08arm64: Modify stack trace and dump for use with irq_stackAKASHI Takahiro1-0/+3
2015-10-09arm64: fix a migrating irq bug when hotplug cpuYang Yingliang1-62/+0
2015-07-27arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon1-2/+0
2015-07-22ARM64/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-2/+2
2014-11-25arm64: Treat handle_arch_irq as a function pointerLaura Abbott1-0/+2
2014-10-09Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-27/+0
2014-09-03arm64: use irq_set_affinity with force=false when migrating irqsSudeep Holla1-8/+4
2014-09-03arm64: Get rid of handle_IRQMarc Zyngier1-11/+0
2014-09-03arm64: Convert handle_IRQ to use __handle_domain_irqMarc Zyngier1-17/+1
2014-05-12arm64: use cpu_online_mask when using forced irq_set_affinitySudeep Holla1-3/+7
2013-10-25arm64: add CPU_HOTPLUG infrastructureMark Rutland1-0/+61
2013-03-26arm64: Use irqchip_init() for interrupt controller initialisationCatalin Marinas1-10/+9
2012-09-17arm64: IRQ handlingMarc Zyngier1-0/+84