aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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