summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/irq.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Convert big_irq_lock to raw_spinlockThomas Gleixner2010-02-191-11/+11
* powerpc: Convert global "BAD" interrupt to per cpu spuriousAnton Blanchard2010-02-171-12/+7Star
* powerpc: Add timer, performance monitor and machine check counts to /proc/int...Anton Blanchard2010-02-171-0/+35
* powerpc: Rework /proc/interruptsAnton Blanchard2010-02-171-33/+46
* powerpc: Reduce footprint of irq_statAnton Blanchard2010-02-171-0/+3
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-4/+4
* Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-091-0/+6
|\
| * powerpc: tracing: Add powerpc tracepoints for interrupt entry and exitAnton Blanchard2009-10-281-0/+6
* | powerpc: Make "intspec" pointers in irq_host->xlate() constRoman Fietze2009-12-091-1/+1
* | powerpc: Fixup last users of irq_chip->typenameThomas Gleixner2009-11-241-3/+3
* | powerpc: Enable sparse irq_descs on powerpcMichael Ellerman2009-10-301-7/+33
* | powerpc: Rearrange and fix show_interrupts() for sparse irq_descsMichael Ellerman2009-10-301-27/+37
* | powerpc: Make virq_debug_show() cope with sparse irq_descsMichael Ellerman2009-10-301-1/+4
* | powerpc: Remove get_irq_desc()Michael Ellerman2009-10-301-13/+15
|/
* perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-4/+4
* 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