aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/irq.c
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 ...Tomasz 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/kerne...Linus Torvalds1-18/+1
2014-10-02Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int...Russell 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...Linus 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
2010-12-24ARM: simplify early machine init hooksRussell King1-4/+3
2010-12-20ARM: SMP: provide individual IPI interrupt statisticsRussell King1-0/+5
2010-12-20ARM: fix /proc/interrupts formattingRussell King1-6/+10
2010-12-20ARM: include local timer irq stats only when local timers configuredRussell King1-0/+2
2010-11-19ARM: place C irq handlers in IRQ_ENTRY for ftraceRabin Vincent1-1/+3
2010-10-16arm: Use ARCH_IRQ_INIT_FLAGSThomas Gleixner1-8/+0
2010-10-16genirq, ARM: Fix boot on ARM platformsAnand Gadiyar1-1/+3
2010-10-12genirq: Query arch for number of early descriptorsThomas Gleixner1-4/+2
2010-07-09ARM: 6197/2: preliminary support for sparse IRQeric miao1-14/+27
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-6/+6
2009-08-17ARM: Show FIQ in /proc/interrupts on CONFIG_FIQBen Dooks1-1/+1
2009-06-25[ARM] 5560/1: Avoid buffer overrun in case of an invalid IRQAaro Koskinen1-18/+6
2009-06-19[ARM] 5556/1: Fix the irq_desc.cpu referencesCatalin Marinas1-3/+3
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-6/+12
2009-02-13Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar1-1/+1
2009-02-09Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar1-1/+1
2009-01-31Use __SPIN_LOCK_UNLOCKED to initialize bad_irq_desc.lockUwe Kleine-König1-1/+1
2009-01-12irq: update all arches for new irq_descMike Travis1-6/+12
2009-01-12sparseirq: use kstat_irqs_cpu on non-x86 architectures tooYinghai Lu1-1/+1
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-1/+1
2008-10-09[ARM] 5298/1: Drop desc_handle_irq()Dmitry Baryshkov1-6/+5
2008-08-07[ARM] Fix circular include dependency with IRQ headersRussell King1-0/+1
2007-04-21[ARM] Remove needless linux/ptrace.h includesRussell King1-1/+0
2007-04-21[ARM] Add ability to dump exception stacks to kernel backtracesRussell King1-1/+1
2007-02-16[PATCH] genirq: remove IRQ_DISABLEDIngo Molnar1-2/+1
2006-11-30[ARM] Remove compatibility layer for ARM irqsRussell King1-4/+4
2006-10-06ARM: fix up nested irq regs usageLinus Torvalds1-1/+2
2006-10-06Initial blind fixup for arm for irq changesLinus Torvalds1-1/+2
2006-08-01[ARM] 3739/1: genirq updates: irq_chip, add and use irq_chip.nameDavid Brownell1-0/+1
2006-07-11[ARM] 3728/1: Restore missing CPU Hotplug irq helperThomas Gleixner1-0/+10
2006-07-01[ARM] 3692/1: ARM: coswitch irq handling to the generic implementationThomas Gleixner1-925/+26
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[PATCH] make noirqdebug/irqfixup __read_mostly, add (un)likely()Andreas Mohr1-2/+2
2006-06-18[ARM] 3554/1: ARM: Fix dyntick lockingTony Lindgren1-2/+2
2006-03-22[ARM] Quieten spurious IRQ detectionRussell King1-3/+8
2006-01-09[ARM] Only call set_type method in setup_irq if it's definedRussell King1-1/+2
2006-01-08[PATCH] IRQ type flagsRussell King1-2/+12
2006-01-04[ARM] Use core_initcall() to initialise ARM DMARussell King1-2/+0
2005-11-08[ARM SMP] Add core ARM support for local timersRussell King1-0/+1
2005-11-08[ARM] More sparse fixesRussell King1-1/+1
2005-11-02[ARM SMP] Add hotplug CPU infrastructureRussell King1-0/+31
2005-09-04[ARM] Wrap calls to descriptor handlersRussell King1-2/+2
2005-09-04[ARM] Change irq_chip wake/type methods to set_wake/set_typeRussell King1-8/+8
2005-06-25[PATCH] ARM: Generic Dynamic Tick Timer support for ARM, take 4Russell King1-0/+14
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1038