index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
parisc
/
kernel
/
irq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
parisc: Use irq_to_desc() in show_interrupts()
Thomas Gleixner
2011-03-29
1
-5
/
+6
*
parisc: Convert irq namespace
Thomas Gleixner
2011-03-29
1
-6
/
+6
*
parisc: Convert the final irq bits
Thomas Gleixner
2011-03-29
1
-7
/
+2
*
[PARISC] Convert to new irq_chip functions
Thomas Gleixner
2011-02-10
1
-27
/
+37
*
[PARISC] fix per-cpu flag problem in the cpu affinity checkers
Thomas Gleixner
2011-02-09
1
-1
/
+1
*
parisc: convert the rest of the irq handlers to simple/percpu
James Bottomley
2010-12-04
1
-4
/
+1
*
parisc: fix dino/gsc interrupts
James Bottomley
2010-12-04
1
-1
/
+1
*
parisc: kill __do_IRQ
Kyle McMartin
2010-10-14
1
-4
/
+0
*
parisc: convert iosapic interrupts to proper flow handlers
Kyle McMartin
2010-10-14
1
-1
/
+1
*
parisc: convert cpu interrupts to proper flow handlers
Kyle McMartin
2010-10-14
1
-16
/
+9
*
parisc: lay groundwork for killing __do_IRQ
Kyle McMartin
2010-10-14
1
-10
/
+16
*
parisc: Fixup last users of irq_chip->typename
Thomas Gleixner
2009-12-16
1
-2
/
+2
*
genirq: Convert irq_desc.lock to raw_spinlock
Thomas Gleixner
2009-12-14
1
-2
/
+2
*
parisc: convert to asm-generic/hardirq.h
Christoph Hellwig
2009-09-28
1
-5
/
+0
*
parisc: remove obsolete hw_interrupt_type
Thomas Gleixner
2009-07-03
1
-1
/
+1
*
parisc: fix irq compile bugs in arch/parisc/kernel/irq.c
Helge Deller
2009-07-03
1
-4
/
+4
*
irq: change ->set_affinity() to return status
Yinghai Lu
2009-04-28
1
-2
/
+4
*
Merge branch 'rusty-cpumask-parisc' into parisc
Kyle McMartin
2009-04-02
1
-2
/
+2
|
\
|
*
cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: parisc
Rusty Russell
2009-03-16
1
-2
/
+2
*
|
Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2
Ingo Molnar
2009-03-27
1
-1
/
+1
|
\
\
|
*
|
irq: update all arches for new irq_desc
Mike Travis
2009-01-12
1
-4
/
+4
|
|
|
|
\
\
*
-
.
\
\
Merge branches 'irq/genirq' and 'linus' into irq/core
Ingo Molnar
2009-03-16
1
-8
/
+10
|
\
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
|
/
|
|
*
parisc: convert cpu_check_affinity to new cpumask api
Kyle McMartin
2009-03-13
1
-5
/
+7
|
|
*
parisc: fix use of new cpumask api in irq.c
Kyle McMartin
2009-03-13
1
-4
/
+4
|
|
*
parisc: update parisc for new irq_desc
Mike Travis
2009-03-13
1
-4
/
+4
|
|
/
*
|
sparseirq: use kstat_irqs_cpu instead
Yinghai Lu
2009-01-11
1
-1
/
+1
|
/
*
parisc: Replace NR_CPUS in parisc code
Helge Deller
2009-01-05
1
-4
/
+5
*
parisc: trivial fixes
Helge Deller
2009-01-05
1
-1
/
+1
*
cpumask: make irq_set_affinity() take a const struct cpumask
Rusty Russell
2008-12-13
1
-3
/
+3
*
[PARISC] timer interrupt should not be IRQ_DISABLED
Kyle McMartin
2007-12-06
1
-1
/
+1
*
[PARISC] remove global_ack_eiem
Grant Grundler
2007-06-12
1
-18
/
+8
*
Add IRQF_IRQPOLL flag on parisc
Bernhard Walle
2007-05-08
1
-1
/
+1
*
[PARISC] use fls_long in irq.c
Kyle McMartin
2007-02-17
1
-5
/
+1
*
[PARISC] Use set_irq_regs
Matthew Wilcox
2006-10-07
1
-0
/
+3
*
Build fixes for struct pt_regs removal
Matthew Wilcox
2006-10-06
1
-3
/
+3
*
[PARISC] Allow nested interrupts
James Bottomley
2006-10-04
1
-63
/
+86
*
[PARISC] Fix up parisc irq handling for genirq changes
Kyle McMartin
2006-10-04
1
-1
/
+1
*
[PATCH] irq-flags: PARISC: Use the new IRQF_ constants
Thomas Gleixner
2006-07-02
1
-2
/
+2
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()
Ingo Molnar
2006-06-29
1
-7
/
+4
*
[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]
Ingo Molnar
2006-06-29
1
-4
/
+4
*
[PATCH] genirq: rename desc->handler to desc->chip
Ingo Molnar
2006-06-29
1
-5
/
+5
*
[PARISC] Make redirecting irq messages less noisy
Ryan Bradetich
2005-11-17
1
-1
/
+1
*
[PARISC] irq_affinityp[] only available for SMP builds
Grant Grundler
2005-11-17
1
-2
/
+9
*
[PARISC] Add IRQ affinities
James Bottomley
2005-11-17
1
-2
/
+58
*
[PARISC] Fix uniprocessor build by dummying smp_send_all_nop()
Kyle McMartin
2005-11-17
1
-0
/
+2
*
[PARISC] Fix our interrupts not to use smp_call_function
James Bottomley
2005-11-17
1
-9
/
+17
*
[PARISC] Disable nesting of interrupts
Grant Grundler
2005-11-17
1
-7
/
+6
*
[PARISC] Make sure timer and IPI execute with interrupts disabled
James Bottomley
2005-11-17
1
-0
/
+2
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+343