summaryrefslogtreecommitdiff
path: root/arch/arm/kernel/irq.c
AgeCommit message (Expand)Author
2022-09-05asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior
2022-06-15arch/*: Disable softirq stacks on PREEMPT_RT.Sebastian Andrzej Siewior
2021-12-06ARM: remove old-style irq entryArnd Bergmann
2021-12-03ARM: implement support for vmap'ed stacksArd Biesheuvel
2021-12-03ARM: run softirqs on the per-CPU IRQ stackArd Biesheuvel
2021-12-03ARM: implement IRQ stacksArd Biesheuvel
2021-10-25irq: arm: perform irqentry in entry codeMark Rutland
2021-06-10genirq: Move non-irqdomain handle_domain_irq() handling into ARM's handle_IRQ()Marc Zyngier
2020-09-17ARM: Remove custom IRQ stat accountingMarc Zyngier
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-02-01ARM: 8824/1: fix a migrating irq bug when hotplug cpuDietmar Eggemann
2018-08-03ARM: Convert to GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt
2016-01-26ARM: 8499/1: irq: l2c: do not print error in case of missing l2c fromAndiii
2015-10-27ARM: uniphier: add outer cache supportMasahiro Yamada
2015-09-16ARM: Remove ununsed set_irq_flagsRob Herring
2015-09-03Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2015-07-25ARM: move heavy barrier support out of lineRussell King
2015-07-13ARM/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu
2015-01-16ARM: 8261/1: l2c: Get outer cache .write_sec callback from mach_desc only if ...Tomasz Figa
2014-11-21ARM: use pr_warn_ratelimited() when migrating IRQsRussell King
2014-11-21ARM: convert printk(KERN_* to pr_*Russell King
2014-10-09Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-10-02Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int...Russell King
2014-09-26ARM: 8152/1: Convert pr_warning to pr_warnJoe Perches
2014-09-03ARM: Convert handle_IRQ to use __handle_domain_irqMarc Zyngier
2014-09-02ARM: 8133/1: use irq_set_affinity with force=false when migrating irqsSudeep Holla
2014-05-30ARM: l2c: add platform independent core L2 cache OF initialisationRussell King
2013-04-02ARM: irq: Call irqchip_init if no init_irq function is specifiedMaxime Ripard
2013-01-10arm: add set_handle_irq() to register the parent IRQ controller handler functionThomas Petazzoni
2012-10-09ARM: export set_irq_flagsArnd Bergmann
2012-07-02ARM: at91: aic can use fast eoi handler typeLudovic Desroches
2012-04-28ARM: 7406/1: hotplug: copy the affinity mask when forcefully migrating IRQsWill Deacon
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-03-28Disintegrate asm/system.h for ARMDavid Howells
2012-03-24ARM: 7317/1: irq: avoid NULL check in for_each_irq_desc loopWill Deacon
2011-10-31arm: remove several unnecessary module.h include instancesPaul Gortmaker
2011-10-23ARM: gic: consolidate PPI handlingMarc Zyngier
2011-10-17ARM: 7115/4: move __exception and friends to asm/exception.hJamie Iles
2011-07-26Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-07-21ARM: CPU hotplug: ensure we migrate all IRQs off a downed CPURussell King
2011-07-21ARM: CPU hotplug: pass in proper affinity mask on IRQ migrationRussell King
2011-07-21ARM: CPU hotplug: fix abuse of irqdesc->nodeRussell King
2011-07-12ARM: introduce handle_IRQ() not to dump exception stackRussell King - ARM Linux
2011-03-29arm: Use generic show_interrupts()Thomas Gleixner
2011-03-29arm: Use irq flag setter functionThomas Gleixner
2011-02-23ARM: irq migration: ensure migration is handled safelyRussell King
2011-02-23ARM: irq migration: force migration off CPU going downRussell King
2011-01-13ARM: core irq_data conversion.Lennert Buytenhek
2011-01-06Merge branch 'misc' into develRussell King
2011-01-06Merge branch 'smp' into miscRussell King