aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-31parisc: Increase thread and stack size to 32kbHelge Deller1-1/+1
2017-07-23parisc: Disable further stack checks when panic occurs during stack checkHelge Deller1-1/+7
2015-09-08parisc: Filter out spurious interrupts in PA-RISC irq handlerHelge Deller1-2/+7
2015-07-31parisc/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-6/+6
2015-03-05parisc: fix up obsolete cpu function usage.Rusty Russell1-2/+2
2014-03-12parisc: Validate online cpus in irq_set_affinity() callbacksThomas Gleixner1-1/+1
2013-11-12Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+2
2013-11-07parisc: do not count IPI calls twiceHelge Deller1-4/+0
2013-10-01irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker1-15/+2
2013-05-24parisc: fix irq stack on UP and SMPHelge Deller1-15/+26
2013-05-24parisc: show number of FPE and unaligned access handler calls in /proc/interruptsHelge Deller1-0/+8
2013-05-11parisc: implement irq stacks - part 2 (v2)Helge Deller1-14/+87
2013-05-07parisc: tlb flush counting fix for SMP and UPHelge Deller1-3/+2
2013-05-07parisc: more irq statistics in /proc/interruptsHelge Deller1-1/+47
2013-05-07parisc: implement irq stacksHelge Deller1-0/+28
2013-05-07parisc: add kernel stack overflow checkHelge Deller1-2/+29
2013-02-20parisc: remove IRQF_DISABLEDPeter Zijlstra1-2/+2
2013-01-07parisc: don't claim cpu irqs more than onceJohn David Anglin1-2/+4
2011-03-29parisc: Use irq_to_desc() in show_interrupts()Thomas Gleixner1-5/+6
2011-03-29parisc: Convert irq namespaceThomas Gleixner1-6/+6
2011-03-29parisc: Convert the final irq bitsThomas Gleixner1-7/+2
2011-02-10[PARISC] Convert to new irq_chip functionsThomas Gleixner1-27/+37
2011-02-09[PARISC] fix per-cpu flag problem in the cpu affinity checkersThomas Gleixner1-1/+1
2010-12-04parisc: convert the rest of the irq handlers to simple/percpuJames Bottomley1-4/+1
2010-12-04parisc: fix dino/gsc interruptsJames Bottomley1-1/+1
2010-10-14parisc: kill __do_IRQKyle McMartin1-4/+0
2010-10-14parisc: convert iosapic interrupts to proper flow handlersKyle McMartin1-1/+1
2010-10-14parisc: convert cpu interrupts to proper flow handlersKyle McMartin1-16/+9
2010-10-14parisc: lay groundwork for killing __do_IRQKyle McMartin1-10/+16
2009-12-16parisc: Fixup last users of irq_chip->typenameThomas Gleixner1-2/+2
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-2/+2
2009-09-28parisc: convert to asm-generic/hardirq.hChristoph Hellwig1-5/+0
2009-07-03parisc: remove obsolete hw_interrupt_typeThomas Gleixner1-1/+1
2009-07-03parisc: fix irq compile bugs in arch/parisc/kernel/irq.cHelge Deller1-4/+4
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu1-2/+4
2009-04-02Merge branch 'rusty-cpumask-parisc' into pariscKyle McMartin1-2/+2
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-1/+1
2009-03-16Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar1-8/+10
2009-03-16cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: pariscRusty Russell1-2/+2
2009-03-13parisc: convert cpu_check_affinity to new cpumask apiKyle McMartin1-5/+7
2009-03-13parisc: fix use of new cpumask api in irq.cKyle McMartin1-4/+4
2009-03-13parisc: update parisc for new irq_descMike Travis1-4/+4
2009-01-12irq: update all arches for new irq_descMike Travis1-4/+4
2009-01-11sparseirq: use kstat_irqs_cpu insteadYinghai Lu1-1/+1
2009-01-05parisc: Replace NR_CPUS in parisc codeHelge Deller1-4/+5
2009-01-05parisc: trivial fixesHelge Deller1-1/+1
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-3/+3
2007-12-06[PARISC] timer interrupt should not be IRQ_DISABLEDKyle McMartin1-1/+1
2007-06-12[PARISC] remove global_ack_eiemGrant Grundler1-18/+8
2007-05-08Add IRQF_IRQPOLL flag on pariscBernhard Walle1-1/+1