aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-17[PARISC] use fls_long in irq.cKyle McMartin1-5/+1
2006-10-07[PARISC] Use set_irq_regsMatthew Wilcox1-0/+3
2006-10-06Build fixes for struct pt_regs removalMatthew Wilcox1-3/+3
2006-10-04[PARISC] Allow nested interruptsJames Bottomley1-63/+86
2006-10-04[PARISC] Fix up parisc irq handling for genirq changesKyle McMartin1-1/+1
2006-07-02[PATCH] irq-flags: PARISC: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar1-7/+4
2006-06-29[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar1-4/+4
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-5/+5
2005-11-17[PARISC] Make redirecting irq messages less noisyRyan Bradetich1-1/+1
2005-11-17[PARISC] irq_affinityp[] only available for SMP buildsGrant Grundler1-2/+9
2005-11-17[PARISC] Add IRQ affinitiesJames Bottomley1-2/+58
2005-11-17[PARISC] Fix uniprocessor build by dummying smp_send_all_nop()Kyle McMartin1-0/+2
2005-11-17[PARISC] Fix our interrupts not to use smp_call_functionJames Bottomley1-9/+17
2005-11-17[PARISC] Disable nesting of interruptsGrant Grundler1-7/+6
2005-11-17[PARISC] Make sure timer and IPI execute with interrupts disabledJames Bottomley1-0/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+343