aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/irq.c
Commit message (Expand)AuthorAgeFilesLines
* parisc: Filter out spurious interrupts in PA-RISC irq handlerHelge Deller2015-10-131-2/+6
* parisc: Use irq_to_desc() in show_interrupts()Thomas Gleixner2011-03-291-5/+6
* parisc: Convert irq namespaceThomas Gleixner2011-03-291-6/+6
* parisc: Convert the final irq bitsThomas Gleixner2011-03-291-7/+2
* [PARISC] Convert to new irq_chip functionsThomas Gleixner2011-02-101-27/+37
* [PARISC] fix per-cpu flag problem in the cpu affinity checkersThomas Gleixner2011-02-091-1/+1
* parisc: convert the rest of the irq handlers to simple/percpuJames Bottomley2010-12-041-4/+1
* parisc: fix dino/gsc interruptsJames Bottomley2010-12-041-1/+1
* parisc: kill __do_IRQKyle McMartin2010-10-141-4/+0
* parisc: convert iosapic interrupts to proper flow handlersKyle McMartin2010-10-141-1/+1
* parisc: convert cpu interrupts to proper flow handlersKyle McMartin2010-10-141-16/+9
* parisc: lay groundwork for killing __do_IRQKyle McMartin2010-10-141-10/+16
* parisc: Fixup last users of irq_chip->typenameThomas Gleixner2009-12-161-2/+2
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-2/+2
* parisc: convert to asm-generic/hardirq.hChristoph Hellwig2009-09-281-5/+0
* parisc: remove obsolete hw_interrupt_typeThomas Gleixner2009-07-031-1/+1
* parisc: fix irq compile bugs in arch/parisc/kernel/irq.cHelge Deller2009-07-031-4/+4
* irq: change ->set_affinity() to return statusYinghai Lu2009-04-281-2/+4
* Merge branch 'rusty-cpumask-parisc' into pariscKyle McMartin2009-04-021-2/+2
|\
| * cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: pariscRusty Russell2009-03-161-2/+2
* | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-1/+1
|\ \
| * | irq: update all arches for new irq_descMike Travis2009-01-121-4/+4
| | |
| \ \
*-. \ \ Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar2009-03-161-8/+10
|\ \ \ \ | | |/ / | |/| / | | |/
| | * parisc: convert cpu_check_affinity to new cpumask apiKyle McMartin2009-03-131-5/+7
| | * parisc: fix use of new cpumask api in irq.cKyle McMartin2009-03-131-4/+4
| | * parisc: update parisc for new irq_descMike Travis2009-03-131-4/+4
| |/
* | sparseirq: use kstat_irqs_cpu insteadYinghai Lu2009-01-111-1/+1
|/
* parisc: Replace NR_CPUS in parisc codeHelge Deller2009-01-051-4/+5
* parisc: trivial fixesHelge Deller2009-01-051-1/+1
* cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-131-3/+3
* [PARISC] timer interrupt should not be IRQ_DISABLEDKyle McMartin2007-12-061-1/+1
* [PARISC] remove global_ack_eiemGrant Grundler2007-06-121-18/+8
* Add IRQF_IRQPOLL flag on pariscBernhard Walle2007-05-081-1/+1
* [PARISC] use fls_long in irq.cKyle McMartin2007-02-171-5/+1
* [PARISC] Use set_irq_regsMatthew Wilcox2006-10-071-0/+3
* Build fixes for struct pt_regs removalMatthew Wilcox2006-10-061-3/+3
* [PARISC] Allow nested interruptsJames Bottomley2006-10-041-63/+86
* [PARISC] Fix up parisc irq handling for genirq changesKyle McMartin2006-10-041-1/+1
* [PATCH] irq-flags: PARISC: Use the new IRQF_ constantsThomas Gleixner2006-07-021-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar2006-06-291-7/+4
* [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar2006-06-291-4/+4
* [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-291-5/+5
* [PARISC] Make redirecting irq messages less noisyRyan Bradetich2005-11-171-1/+1
* [PARISC] irq_affinityp[] only available for SMP buildsGrant Grundler2005-11-171-2/+9
* [PARISC] Add IRQ affinitiesJames Bottomley2005-11-171-2/+58
* [PARISC] Fix uniprocessor build by dummying smp_send_all_nop()Kyle McMartin2005-11-171-0/+2
* [PARISC] Fix our interrupts not to use smp_call_functionJames Bottomley2005-11-171-9/+17
* [PARISC] Disable nesting of interruptsGrant Grundler2005-11-171-7/+6
* [PARISC] Make sure timer and IPI execute with interrupts disabledJames Bottomley2005-11-171-0/+2