aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/kernel/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-05asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior1-1/+1
2022-06-15arch/*: Disable softirq stacks on PREEMPT_RT.Sebastian Andrzej Siewior1-1/+2
2021-12-06ARM: remove old-style irq entryArnd Bergmann1-17/+0
2021-12-03ARM: implement support for vmap'ed stacksArd Biesheuvel1-1/+8
2021-12-03ARM: run softirqs on the per-CPU IRQ stackArd Biesheuvel1-0/+14
2021-12-03ARM: implement IRQ stacksArd Biesheuvel1-0/+23
2021-10-25irq: arm: perform irqentry in entry codeMark Rutland1-6/+8
2021-06-10genirq: Move non-irqdomain handle_domain_irq() handling into ARM's handle_IRQ()Marc Zyngier1-1/+21
2020-09-17ARM: Remove custom IRQ stat accountingMarc Zyngier1-1/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-01ARM: 8824/1: fix a migrating irq bug when hotplug cpuDietmar Eggemann1-62/+0
2018-08-03ARM: Convert to GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt1-10/+0
2016-01-26ARM: 8499/1: irq: l2c: do not print error in case of missing l2c fromAndiii1-1/+1
2015-10-27ARM: uniphier: add outer cache supportMasahiro Yamada1-0/+3
2015-09-16ARM: Remove ununsed set_irq_flagsRob Herring1-20/+0
2015-09-03Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-0/+1
2015-07-25ARM: move heavy barrier support out of lineRussell King1-0/+1
2015-07-13ARM/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-2/+2
2015-01-16ARM: 8261/1: l2c: Get outer cache .write_sec callback from mach_desc only if not NULLTomasz Figa1-1/+2
2014-11-21ARM: use pr_warn_ratelimited() when migrating IRQsRussell King1-3/+3
2014-11-21ARM: convert printk(KERN_* to pr_*Russell King1-1/+1
2014-10-09Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-18/+1
2014-10-02Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King1-3/+3
2014-09-26ARM: 8152/1: Convert pr_warning to pr_warnJoe Perches1-2/+2
2014-09-03ARM: Convert handle_IRQ to use __handle_domain_irqMarc Zyngier1-18/+1
2014-09-02ARM: 8133/1: use irq_set_affinity with force=false when migrating irqsSudeep Holla1-1/+1
2014-05-30ARM: l2c: add platform independent core L2 cache OF initialisationRussell King1-0/+12
2013-04-02ARM: irq: Call irqchip_init if no init_irq function is specifiedMaxime Ripard1-1/+5
2013-01-10arm: add set_handle_irq() to register the parent IRQ controller handler functionThomas Petazzoni1-0/+10
2012-10-09ARM: export set_irq_flagsArnd Bergmann1-0/+2
2012-07-02ARM: at91: aic can use fast eoi handler typeLudovic Desroches1-10/+0
2012-04-28ARM: 7406/1: hotplug: copy the affinity mask when forcefully migrating IRQsWill Deacon1-3/+3
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-4/+1
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-1/+0
2012-03-24ARM: 7317/1: irq: avoid NULL check in for_each_irq_desc loopWill Deacon1-4/+1
2011-10-31arm: remove several unnecessary module.h include instancesPaul Gortmaker1-1/+0
2011-10-23ARM: gic: consolidate PPI handlingMarc Zyngier1-3/+0
2011-10-17ARM: 7115/4: move __exception and friends to asm/exception.hJamie Iles1-1/+1
2011-07-26Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds1-5/+14
2011-07-21ARM: CPU hotplug: ensure we migrate all IRQs off a downed CPURussell King1-11/+28
2011-07-21ARM: CPU hotplug: pass in proper affinity mask on IRQ migrationRussell King1-6/+4
2011-07-21ARM: CPU hotplug: fix abuse of irqdesc->nodeRussell King1-8/+2
2011-07-12ARM: introduce handle_IRQ() not to dump exception stackRussell King - ARM Linux1-5/+14
2011-03-29arm: Use generic show_interrupts()Thomas Gleixner1-50/+5
2011-03-29arm: Use irq flag setter functionThomas Gleixner1-9/+6
2011-02-23ARM: irq migration: ensure migration is handled safelyRussell King1-19/+31
2011-02-23ARM: irq migration: force migration off CPU going downRussell King1-1/+1
2011-01-13ARM: core irq_data conversion.Lennert Buytenhek1-7/+10
2011-01-06Merge branch 'misc' into develRussell King1-10/+20
2011-01-06Merge branch 'smp' into miscRussell King1-6/+17