summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/irq.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
|/
* 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/+0Star
* arm64: Add vmap_stack header fileJames Morse2018-01-131-11/+2Star
* 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/+1Star
* 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/+0Star
* arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon2015-07-271-2/+0Star
* 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/+0Star
|\
| * arm64: Get rid of handle_IRQMarc Zyngier2014-09-031-11/+0Star
| * arm64: Convert handle_IRQ to use __handle_domain_irqMarc Zyngier2014-09-031-17/+1Star
* | arm64: use irq_set_affinity with force=false when migrating irqsSudeep Holla2014-09-031-8/+4Star
|/
* 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/+9Star
* arm64: IRQ handlingMarc Zyngier2012-09-171-0/+84