summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/irq.c
AgeCommit message (Expand)AuthorLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner-14/+1
2019-02-21parisc: Improve initial IRQ to CPU assignmentHelge Deller-1/+4
2019-02-21parisc: Count IPI function call interruptsHelge Deller-0/+4
2019-02-21parisc: Show rescheduling interrupts on SMP machines onlyHelge Deller-4/+6
2017-07-31parisc: Increase thread and stack size to 32kbHelge Deller-1/+1
2017-07-23parisc: Disable further stack checks when panic occurs during stack checkHelge Deller-1/+7
2015-09-08parisc: Filter out spurious interrupts in PA-RISC irq handlerHelge Deller-2/+7
2015-07-31parisc/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu-6/+6
2015-03-05parisc: fix up obsolete cpu function usage.Rusty Russell-2/+2
2014-03-12parisc: Validate online cpus in irq_set_affinity() callbacksThomas Gleixner-1/+1
2013-11-12Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-15/+2
2013-11-07parisc: do not count IPI calls twiceHelge Deller-4/+0
2013-10-01irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker-15/+2
2013-05-24parisc: fix irq stack on UP and SMPHelge Deller-15/+26
2013-05-24parisc: show number of FPE and unaligned access handler calls in /proc/interr...Helge Deller-0/+8
2013-05-11parisc: implement irq stacks - part 2 (v2)Helge Deller-14/+87
2013-05-07parisc: tlb flush counting fix for SMP and UPHelge Deller-3/+2
2013-05-07parisc: more irq statistics in /proc/interruptsHelge Deller-1/+47
2013-05-07parisc: implement irq stacksHelge Deller-0/+28
2013-05-07parisc: add kernel stack overflow checkHelge Deller-2/+29
2013-02-20parisc: remove IRQF_DISABLEDPeter Zijlstra-2/+2
2013-01-07parisc: don't claim cpu irqs more than onceJohn David Anglin-2/+4
2011-03-29parisc: Use irq_to_desc() in show_interrupts()Thomas Gleixner-5/+6
2011-03-29parisc: Convert irq namespaceThomas Gleixner-6/+6
2011-03-29parisc: Convert the final irq bitsThomas Gleixner-7/+2
2011-02-10[PARISC] Convert to new irq_chip functionsThomas Gleixner-27/+37
2011-02-09[PARISC] fix per-cpu flag problem in the cpu affinity checkersThomas Gleixner-1/+1
2010-12-04parisc: convert the rest of the irq handlers to simple/percpuJames Bottomley-4/+1
2010-12-04parisc: fix dino/gsc interruptsJames Bottomley-1/+1
2010-10-14parisc: kill __do_IRQKyle McMartin-4/+0
2010-10-14parisc: convert iosapic interrupts to proper flow handlersKyle McMartin-1/+1
2010-10-14parisc: convert cpu interrupts to proper flow handlersKyle McMartin-16/+9
2010-10-14parisc: lay groundwork for killing __do_IRQKyle McMartin-10/+16
2009-12-16parisc: Fixup last users of irq_chip->typenameThomas Gleixner-2/+2
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner-2/+2
2009-09-28parisc: convert to asm-generic/hardirq.hChristoph Hellwig-5/+0
2009-07-03parisc: remove obsolete hw_interrupt_typeThomas Gleixner-1/+1
2009-07-03parisc: fix irq compile bugs in arch/parisc/kernel/irq.cHelge Deller-4/+4
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu-2/+4
2009-04-02Merge branch 'rusty-cpumask-parisc' into pariscKyle McMartin-2/+2
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar-1/+1
2009-03-16Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar-8/+10
2009-03-16cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: pariscRusty Russell-2/+2
2009-03-13parisc: convert cpu_check_affinity to new cpumask apiKyle McMartin-5/+7
2009-03-13parisc: fix use of new cpumask api in irq.cKyle McMartin-4/+4
2009-03-13parisc: update parisc for new irq_descMike Travis-4/+4
2009-01-12irq: update all arches for new irq_descMike Travis-4/+4
2009-01-11sparseirq: use kstat_irqs_cpu insteadYinghai Lu-1/+1
2009-01-05parisc: Replace NR_CPUS in parisc codeHelge Deller-4/+5
2009-01-05parisc: trivial fixesHelge Deller-1/+1