Age | Commit message (Expand) | Author | Files | Lines |
2020-09-17 | ARM: Remove custom IRQ stat accounting | Marc Zyngier | 1 | -1/+0 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-02-02 | ARM: 8824/1: fix a migrating irq bug when hotplug cpu | Dietmar Eggemann | 1 | -62/+0 |
2018-08-03 | ARM: Convert to GENERIC_IRQ_MULTI_HANDLER | Palmer Dabbelt | 1 | -10/+0 |
2016-01-27 | ARM: 8499/1: irq: l2c: do not print error in case of missing l2c from | Andiii | 1 | -1/+1 |
2015-10-27 | ARM: uniphier: add outer cache support | Masahiro Yamada | 1 | -0/+3 |
2015-09-16 | ARM: Remove ununsed set_irq_flags | Rob Herring | 1 | -20/+0 |
2015-09-04 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -0/+1 |
2015-07-25 | ARM: move heavy barrier support out of line | Russell King | 1 | -0/+1 |
2015-07-13 | ARM/irq: Use access helper irq_data_get_affinity_mask() | Jiang Liu | 1 | -2/+2 |
2015-01-16 | ARM: 8261/1: l2c: Get outer cache .write_sec callback from mach_desc only if ... | Tomasz Figa | 1 | -1/+2 |
2014-11-21 | ARM: use pr_warn_ratelimited() when migrating IRQs | Russell King | 1 | -3/+3 |
2014-11-21 | ARM: convert printk(KERN_* to pr_* | Russell King | 1 | -1/+1 |
2014-10-09 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -18/+1 |
2014-10-03 | Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int... | Russell King | 1 | -3/+3 |
2014-09-26 | ARM: 8152/1: Convert pr_warning to pr_warn | Joe Perches | 1 | -2/+2 |
2014-09-03 | ARM: Convert handle_IRQ to use __handle_domain_irq | Marc Zyngier | 1 | -18/+1 |
2014-09-02 | ARM: 8133/1: use irq_set_affinity with force=false when migrating irqs | Sudeep Holla | 1 | -1/+1 |
2014-05-30 | ARM: l2c: add platform independent core L2 cache OF initialisation | Russell King | 1 | -0/+12 |
2013-04-02 | ARM: irq: Call irqchip_init if no init_irq function is specified | Maxime Ripard | 1 | -1/+5 |
2013-01-10 | arm: add set_handle_irq() to register the parent IRQ controller handler function | Thomas Petazzoni | 1 | -0/+10 |
2012-10-09 | ARM: export set_irq_flags | Arnd Bergmann | 1 | -0/+2 |
2012-07-02 | ARM: at91: aic can use fast eoi handler type | Ludovic Desroches | 1 | -10/+0 |
2012-04-28 | ARM: 7406/1: hotplug: copy the affinity mask when forcefully migrating IRQs | Will Deacon | 1 | -3/+3 |
2012-03-30 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -4/+1 |
2012-03-28 | Disintegrate asm/system.h for ARM | David Howells | 1 | -1/+0 |
2012-03-24 | ARM: 7317/1: irq: avoid NULL check in for_each_irq_desc loop | Will Deacon | 1 | -4/+1 |
2011-11-01 | arm: remove several unnecessary module.h include instances | Paul Gortmaker | 1 | -1/+0 |
2011-10-23 | ARM: gic: consolidate PPI handling | Marc Zyngier | 1 | -3/+0 |
2011-10-17 | ARM: 7115/4: move __exception and friends to asm/exception.h | Jamie Iles | 1 | -1/+1 |
2011-07-27 | Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+14 |
2011-07-21 | ARM: CPU hotplug: ensure we migrate all IRQs off a downed CPU | Russell King | 1 | -11/+28 |
2011-07-21 | ARM: CPU hotplug: pass in proper affinity mask on IRQ migration | Russell King | 1 | -6/+4 |
2011-07-21 | ARM: CPU hotplug: fix abuse of irqdesc->node | Russell King | 1 | -8/+2 |
2011-07-12 | ARM: introduce handle_IRQ() not to dump exception stack | Russell King - ARM Linux | 1 | -5/+14 |
2011-03-29 | arm: Use generic show_interrupts() | Thomas Gleixner | 1 | -50/+5 |
2011-03-29 | arm: Use irq flag setter function | Thomas Gleixner | 1 | -9/+6 |
2011-02-23 | ARM: irq migration: ensure migration is handled safely | Russell King | 1 | -19/+31 |
2011-02-23 | ARM: irq migration: force migration off CPU going down | Russell King | 1 | -1/+1 |
2011-01-13 | ARM: core irq_data conversion. | Lennert Buytenhek | 1 | -7/+10 |
2011-01-07 | Merge branch 'misc' into devel | Russell King | 1 | -10/+20 |
2011-01-07 | Merge branch 'smp' into misc | Russell King | 1 | -6/+17 |
2010-12-24 | ARM: simplify early machine init hooks | Russell King | 1 | -4/+3 |
2010-12-20 | ARM: SMP: provide individual IPI interrupt statistics | Russell King | 1 | -0/+5 |
2010-12-20 | ARM: fix /proc/interrupts formatting | Russell King | 1 | -6/+10 |
2010-12-20 | ARM: include local timer irq stats only when local timers configured | Russell King | 1 | -0/+2 |
2010-11-19 | ARM: place C irq handlers in IRQ_ENTRY for ftrace | Rabin Vincent | 1 | -1/+3 |
2010-10-17 | arm: Use ARCH_IRQ_INIT_FLAGS | Thomas Gleixner | 1 | -8/+0 |
2010-10-16 | genirq, ARM: Fix boot on ARM platforms | Anand Gadiyar | 1 | -1/+3 |
2010-10-12 | genirq: Query arch for number of early descriptors | Thomas Gleixner | 1 | -4/+2 |