summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/irq.c
Commit message (Expand)AuthorAgeFilesLines
* asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior2022-09-051-1/+1
* arch/*: Disable softirq stacks on PREEMPT_RT.Sebastian Andrzej Siewior2022-06-151-1/+2
* ARM: remove old-style irq entryArnd Bergmann2021-12-061-17/+0
* ARM: implement support for vmap'ed stacksArd Biesheuvel2021-12-031-1/+8
* ARM: run softirqs on the per-CPU IRQ stackArd Biesheuvel2021-12-031-0/+14
* ARM: implement IRQ stacksArd Biesheuvel2021-12-031-0/+23
* irq: arm: perform irqentry in entry codeMark Rutland2021-10-251-6/+8
* genirq: Move non-irqdomain handle_domain_irq() handling into ARM's handle_IRQ()Marc Zyngier2021-06-101-1/+21
* ARM: Remove custom IRQ stat accountingMarc Zyngier2020-09-171-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ARM: 8824/1: fix a migrating irq bug when hotplug cpuDietmar Eggemann2019-02-011-62/+0
* ARM: Convert to GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt2018-08-031-10/+0
* ARM: 8499/1: irq: l2c: do not print error in case of missing l2c fromAndiii2016-01-261-1/+1
* ARM: uniphier: add outer cache supportMasahiro Yamada2015-10-271-0/+3
* ARM: Remove ununsed set_irq_flagsRob Herring2015-09-161-20/+0
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-031-0/+1
|\
| * ARM: move heavy barrier support out of lineRussell King2015-07-251-0/+1
* | ARM/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-131-2/+2
|/
* ARM: 8261/1: l2c: Get outer cache .write_sec callback from mach_desc only if ...Tomasz Figa2015-01-161-1/+2
* ARM: use pr_warn_ratelimited() when migrating IRQsRussell King2014-11-211-3/+3
* ARM: convert printk(KERN_* to pr_*Russell King2014-11-211-1/+1
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-091-18/+1
|\
| * ARM: Convert handle_IRQ to use __handle_domain_irqMarc Zyngier2014-09-031-18/+1
| |
| \
*-. \ Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int...Russell King2014-10-021-3/+3
|\ \ \ | |_|/ |/| |
| | * ARM: 8152/1: Convert pr_warning to pr_warnJoe Perches2014-09-261-2/+2
| |/ |/|
| * ARM: 8133/1: use irq_set_affinity with force=false when migrating irqsSudeep Holla2014-09-021-1/+1
|/
* ARM: l2c: add platform independent core L2 cache OF initialisationRussell King2014-05-301-0/+12
* ARM: irq: Call irqchip_init if no init_irq function is specifiedMaxime Ripard2013-04-021-1/+5
* arm: add set_handle_irq() to register the parent IRQ controller handler functionThomas Petazzoni2013-01-101-0/+10
* ARM: export set_irq_flagsArnd Bergmann2012-10-091-0/+2
* ARM: at91: aic can use fast eoi handler typeLudovic Desroches2012-07-021-10/+0
* ARM: 7406/1: hotplug: copy the affinity mask when forcefully migrating IRQsWill Deacon2012-04-281-3/+3
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-291-4/+1
|\
| * ARM: 7317/1: irq: avoid NULL check in for_each_irq_desc loopWill Deacon2012-03-241-4/+1
* | Disintegrate asm/system.h for ARMDavid Howells2012-03-281-1/+0
|/
* arm: remove several unnecessary module.h include instancesPaul Gortmaker2011-10-311-1/+0
* ARM: gic: consolidate PPI handlingMarc Zyngier2011-10-231-3/+0
* ARM: 7115/4: move __exception and friends to asm/exception.hJamie Iles2011-10-171-1/+1
* Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-07-261-5/+14
|\
| * ARM: introduce handle_IRQ() not to dump exception stackRussell King - ARM Linux2011-07-121-5/+14
* | ARM: CPU hotplug: ensure we migrate all IRQs off a downed CPURussell King2011-07-211-11/+28
* | ARM: CPU hotplug: pass in proper affinity mask on IRQ migrationRussell King2011-07-211-6/+4
* | ARM: CPU hotplug: fix abuse of irqdesc->nodeRussell King2011-07-211-8/+2
|/
* arm: Use generic show_interrupts()Thomas Gleixner2011-03-291-50/+5
* arm: Use irq flag setter functionThomas Gleixner2011-03-291-9/+6
* ARM: irq migration: ensure migration is handled safelyRussell King2011-02-231-19/+31
* ARM: irq migration: force migration off CPU going downRussell King2011-02-231-1/+1
* ARM: core irq_data conversion.Lennert Buytenhek2011-01-131-7/+10
* Merge branch 'misc' into develRussell King2011-01-061-10/+20
|\
| * Merge branch 'smp' into miscRussell King2011-01-061-6/+17
| |\