aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/irq.c
AgeCommit message (Expand)Author
2011-03-29powerpc: Use generic show_interrupts()Thomas Gleixner
2011-03-29powerpc: Convert to new irq_* function namesThomas Gleixner
2011-03-29powerpc: irq: Use irqdata based informationThomas Gleixner
2011-03-29powerpc: Use proper accessors for IRQ_* flagsThomas Gleixner
2011-03-10powerpc: core irq_data conversion.Lennert Buytenhek
2011-03-02powerpc: Use new irq allocatorThomas Gleixner
2011-03-02powerpc: Use ARCH_IRQ_INIT_FLAGSThomas Gleixner
2010-10-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2010-10-13powerpc/irq.c: Add of_node_put to avoid memory leakJulia Lawall
2010-10-13powerpc: Use static const char arraysJoe Perches
2010-10-07Fix IRQ flag handling namingDavid Howells
2010-08-23powerpc/4xx: Index interrupt stacks by physical cpuDave Kleikamp
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-07-24Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely
2010-07-09powerpc/book3e: Resend doorbell exceptions to ourselfMichael Ellerman
2010-07-09powerpc/book3e: Hookup doorbells exceptions on 64-bit Book3EBenjamin Herrenschmidt
2010-07-09powerpc/book3e: Don't re-trigger decrementer on lazy irq restoreBenjamin Herrenschmidt
2010-07-08powerpc: Fix logic error in fixup_irqsJohannes Berg
2010-06-28of/irq: Move irq_of_parse_and_map() to common codeGrant Likely
2010-06-15powerpc: Unconditionally enabled irq stacksChristoph Hellwig
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2010-05-12powerpc/perf_event: Fix oops due to perf_event_do_pending callPaul Mackerras
2010-05-06powerpc/cpumask: Convert fixup_irqs to new cpumask APIAnton Blanchard
2010-02-19powerpc: Convert big_irq_lock to raw_spinlockThomas Gleixner
2010-02-17powerpc: Convert global "BAD" interrupt to per cpu spuriousAnton Blanchard
2010-02-17powerpc: Add timer, performance monitor and machine check counts to /proc/int...Anton Blanchard
2010-02-17powerpc: Rework /proc/interruptsAnton Blanchard
2010-02-17powerpc: Reduce footprint of irq_statAnton Blanchard
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt
2009-12-09powerpc: Make "intspec" pointers in irq_host->xlate() constRoman Fietze
2009-11-24powerpc: Fixup last users of irq_chip->typenameThomas Gleixner
2009-10-30powerpc: Enable sparse irq_descs on powerpcMichael Ellerman
2009-10-30powerpc: Rearrange and fix show_interrupts() for sparse irq_descsMichael Ellerman
2009-10-30powerpc: Make virq_debug_show() cope with sparse irq_descsMichael Ellerman
2009-10-30powerpc: Remove get_irq_desc()Michael Ellerman
2009-10-28powerpc: tracing: Add powerpc tracepoints for interrupt entry and exitAnton Blanchard
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-06-12Merge commit 'origin/master' into nextBenjamin Herrenschmidt
2009-06-11perfcounters: remove powerpc definitions of perf_counter_do_pendingStephen Rothwell
2009-06-09powerpc: Shield code specific to 64-bit server processorsBenjamin Herrenschmidt
2009-05-21powerpc/irq: Remove fallback to __do_IRQ()Michael Ellerman
2009-05-21powerpc/irq: Move get_irq() comment into headerMichael Ellerman
2009-05-21powerpc/irq: Move stack overflow check into a separate functionMichael Ellerman
2009-05-21powerpc/irq: Move #ifdef'ed body of do_IRQ() into a separate functionMichael Ellerman
2009-04-08Merge commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar
2009-04-07powerpc: Print information about mapping hw irqs to virtual irqsMichael Ellerman
2009-04-06perf_counter: unify and fix delayed counter wakeupPeter Zijlstra
2009-04-06perf_counter: abstract wakeup flag setting in core to fix powerpc buildPaul Mackerras
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar