summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/irq.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: irq: set the correct node for shadow call stackHuang Shijie2023-12-131-1/+1
* arm64: irq: set the correct node for VMAP stackHuang Shijie2023-12-051-2/+3
* Merge branch 'for-next/stacks' into for-next/coreWill Deacon2022-12-061-4/+5
|\
| * arm64: move on_thread_stack() to <asm/stacktrace.h>Mark Rutland2022-11-181-4/+5
* | arm64: implement dynamic shadow call stack for ClangArd Biesheuvel2022-11-091-1/+1
|/
* arm64: run softirqs on the per-CPU IRQ stackQi Zheng2022-09-091-0/+14
* arm64: irq: allow FIQs to be handledMark Rutland2021-03-241-0/+16
* arm64: irq: rework root IRQ handler registrationMark Rutland2021-03-241-4/+8
* arm64: don't use GENERIC_IRQ_MULTI_HANDLERMarc Zyngier2021-03-241-0/+11
* Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas2020-12-091-15/+0
|\
| * arm64: entry: move el1 irq/nmi logic to CMark Rutland2020-11-301-15/+0
* | arm64: scs: use vmapped IRQ and SDEI shadow stacksSami Tolvanen2020-12-011-0/+21
|/
* arm64: Remove custom IRQ stat accountingMarc Zyngier2020-09-171-10/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-0/+26
|\
| * arm64: fix kernel stack overflow in kdump capture kernelWei Li2019-06-211-0/+9
| * arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry2019-06-211-0/+17
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
|/
* arm64: Fix HCR.TGE status for NMI contextsJulien Thierry2019-02-061-0/+3
* arm64: Use the new GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt2018-08-031-10/+0
* arm64: Add vmap_stack header fileJames Morse2018-01-131-11/+2
* arm64: add basic VMAP_STACK supportMark Rutland2017-08-151-2/+28
* arm64: use an irq stack pointerMark Rutland2017-08-151-0/+10
* arm64: remove irq_count and do_softirq_own_stack()James Morse2015-12-211-37/+1
* arm64: Add do_softirq_own_stack() and enable irq_stacksJames Morse2015-12-081-1/+37
* arm64: Modify stack trace and dump for use with irq_stackAKASHI Takahiro2015-12-081-0/+3
* arm64: fix a migrating irq bug when hotplug cpuYang Yingliang2015-10-091-62/+0
* arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon2015-07-271-2/+0
* ARM64/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-221-2/+2
* arm64: Treat handle_arch_irq as a function pointerLaura Abbott2014-11-251-0/+2
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-091-27/+0
|\
| * arm64: Get rid of handle_IRQMarc Zyngier2014-09-031-11/+0
| * arm64: Convert handle_IRQ to use __handle_domain_irqMarc Zyngier2014-09-031-17/+1
* | arm64: use irq_set_affinity with force=false when migrating irqsSudeep Holla2014-09-031-8/+4
|/
* arm64: use cpu_online_mask when using forced irq_set_affinitySudeep Holla2014-05-121-3/+7
* arm64: add CPU_HOTPLUG infrastructureMark Rutland2013-10-251-0/+61
* arm64: Use irqchip_init() for interrupt controller initialisationCatalin Marinas2013-03-261-10/+9
* arm64: IRQ handlingMarc Zyngier2012-09-171-0/+84