summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/irq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-121-0/+6
|\
| * perfcounters: remove powerpc definitions of perf_counter_do_pendingStephen Rothwell2009-06-121-0/+1
| * Merge commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar2009-04-081-1/+3
| |\
| * | perf_counter: unify and fix delayed counter wakeupPeter Zijlstra2009-04-061-1/+1
| * | perf_counter: abstract wakeup flag setting in core to fix powerpc buildPaul Mackerras2009-04-061-8/+3Star
| * | Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-061-3/+3
| |\ \
| * \ \ Merge branch 'core/percpu' into perfcounters/coreIngo Molnar2009-01-181-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Ingo Molnar2009-01-111-0/+10
| |\ \ \ \
| | * | | | powerpc: Provide a way to defer perf counter work until interrupts are enabledPaul Mackerras2009-01-091-0/+10
* | | | | | powerpc: Shield code specific to 64-bit server processorsBenjamin Herrenschmidt2009-06-091-0/+2
* | | | | | powerpc/irq: Remove fallback to __do_IRQ()Michael Ellerman2009-05-211-6/+1Star
* | | | | | powerpc/irq: Move get_irq() comment into headerMichael Ellerman2009-05-211-7/+0Star
* | | | | | powerpc/irq: Move stack overflow check into a separate functionMichael Ellerman2009-05-211-14/+17
* | | | | | powerpc/irq: Move #ifdef'ed body of do_IRQ() into a separate functionMichael Ellerman2009-05-211-40/+56
| |_|_|_|/ |/| | | |
* | | | | powerpc: Print information about mapping hw irqs to virtual irqsMichael Ellerman2009-04-071-1/+3
| |_|_|/ |/| | |
* | | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-03-301-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-131-1/+1
| | |/ /
| * / / sparseirq: use kstat_irqs_cpu insteadYinghai Lu2009-01-111-1/+1
| |/ /
* / / powerpc/irq: Convert obsolete irq_desc_t to struct irq_descThomas Gleixner2009-03-111-2/+2
|/ /
* / cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-131-1/+1
|/
* powerpc: Make the irq reverse mapping radix tree locklessSebastien Dugue2008-09-151-65/+11Star
* powerpc: Separate the irq radix tree insertion and lookupSebastien Dugue2008-09-151-21/+76
* powerpc: Remove use of CONFIG_PPC_MERGEKumar Gala2008-08-041-23/+2Star
* Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt2008-07-151-3/+3
|\
| * Merge branch 'linus' into tracing/ftraceIngo Molnar2008-06-231-1/+1
| |\
| * | ftrace: support for PowerPCSteven Rostedt2008-05-231-3/+3
* | | Merge branch 'linux-2.6'Paul Mackerras2008-06-301-1/+1
|\ \ \ | | |/ | |/|
| * | [POWERPC] Fix return value check logic in debugfs virq_mapping setupEmil Medve2008-06-161-1/+1
| |/
* | powerpc: Fix irq_alloc_host() reference counting and callersMichael Ellerman2008-06-091-1/+1
* | [POWERPC] Move to runtime allocated exception stacksKumar Gala2008-06-021-0/+33
|/
* [POWERPC] Add IRQSTACKS support on ppc32Kumar Gala2008-04-291-2/+8
* [POWERPC] irqtrace support for 64-bit powerpcBenjamin Herrenschmidt2008-04-181-1/+2
* [POWERPC] Fixup softirq preempt countBenjamin Herrenschmidt2008-04-161-1/+14
* [POWERPC] Fix iSeries hard irq enabling regressionBenjamin Herrenschmidt2008-04-031-1/+0Star
* Spelling fix: explicitlyJean Delvare2007-10-191-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-10-121-15/+82
|\
| * [POWERPC] Limit range of __init_ref_ok somewhatStephen Rothwell2007-10-031-8/+2Star
| * [POWERPC] Export virq mapping via debugfsMichael Ellerman2007-09-131-0/+63
| * [POWERPC] Initialise hwirq for legacy irqsMichael Ellerman2007-09-131-1/+1
| * [POWERPC] Provide a default irq_host match, which matches on an exact of_nodeMichael Ellerman2007-09-131-1/+9
| * [POWERPC] Invert null match behaviour for irq_hostsMichael Ellerman2007-09-131-1/+1
| * [POWERPC] Add an optional device_node pointer to the irq_hostMichael Ellerman2007-09-131-4/+6
| * [POWERPC] Whitespace cleanup in arch/powerpcScott Wood2007-08-221-2/+2
* | [SOFTIRQ]: Remove do_softirq() symbol export.Robert Olsson2007-10-111-1/+0Star
|/
* [POWREPC] Fixup a number of modpost warnings on ppc32Kumar Gala2007-07-261-4/+4
* [POWERPC] Check for NULL ppc_md.init_IRQ() before callingSonny Rao2007-07-101-1/+2
* [POWERPC] Add irq_create_direct_mapping()Michael Ellerman2007-06-251-0/+24
* [POWERPC] Split virq setup logic out into irq_setup_virq()Michael Ellerman2007-06-251-11/+21
* [POWERPC] Uninline and export virq_to_hw()Olof Johansson2007-06-251-0/+6