summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/irq.c
AgeCommit message (Expand)AuthorLines
2007-12-06[PARISC] timer interrupt should not be IRQ_DISABLEDKyle McMartin-1/+1
2007-06-12[PARISC] remove global_ack_eiemGrant Grundler-18/+8
2007-05-08Add IRQF_IRQPOLL flag on pariscBernhard Walle-1/+1
2007-02-17[PARISC] use fls_long in irq.cKyle McMartin-5/+1
2006-10-07[PARISC] Use set_irq_regsMatthew Wilcox-0/+3
2006-10-06Build fixes for struct pt_regs removalMatthew Wilcox-3/+3
2006-10-04[PARISC] Allow nested interruptsJames Bottomley-63/+86
2006-10-04[PARISC] Fix up parisc irq handling for genirq changesKyle McMartin-1/+1
2006-07-02[PATCH] irq-flags: PARISC: Use the new IRQF_ constantsThomas Gleixner-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-29[PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar-7/+4
2006-06-29[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar-4/+4
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar-5/+5
2005-11-17[PARISC] Make redirecting irq messages less noisyRyan Bradetich-1/+1
2005-11-17[PARISC] irq_affinityp[] only available for SMP buildsGrant Grundler-2/+9
2005-11-17[PARISC] Add IRQ affinitiesJames Bottomley-2/+58
2005-11-17[PARISC] Fix uniprocessor build by dummying smp_send_all_nop()Kyle McMartin-0/+2
2005-11-17[PARISC] Fix our interrupts not to use smp_call_functionJames Bottomley-9/+17
2005-11-17[PARISC] Disable nesting of interruptsGrant Grundler-7/+6
2005-11-17[PARISC] Make sure timer and IPI execute with interrupts disabledJames Bottomley-0/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+343