aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-22powerpc: Copy back TIF flags on return from softirq stackBenjamin Herrenschmidt1-0/+7
2011-07-19powerpc/irq: Quieten irq mapping printksAnton Blanchard1-1/+1
2011-06-29powerpc/book3e-64: Reraise doorbell when masked by soft-irq-disableScott Wood1-6/+0
2011-06-22powerpc: make irq_choose_cpu() available to all PIC driversStuart Yoder1-0/+35
2011-05-26powerpc: Fix irq_free_virt by adjusting bounds before loopMilton Miller1-4/+13
2011-05-26powerpc/irq: Protect irq_radix_revmap_lookup against irq_free_virtMilton Miller1-2/+5
2011-05-26powerpc/irq: Check desc in handle_one_irq and expand generic_handle_irqMilton Miller1-2/+5
2011-05-26powerpc/irq: Always free duplicate IRQ_LEGACY hostsMilton Miller1-9/+2
2011-05-26powerpc/irq: Remove stale and misleading commentMilton Miller1-3/+1
2011-05-19powerpc: Make IRQ_NOREQUEST last to clear, first to setMilton Miller1-7/+7
2011-05-19powerpc: Remove virq_to_hostMilton Miller1-6/+0
2011-05-19powerpc: Add virq_is_host to reduce virq_to_host usageMilton Miller1-0/+6
2011-05-19powerpc: Remove irq_host_ops->remap hookMilton Miller1-2/+0
2011-05-19powerpc: Return early if irq_host lookup type is wrongMilton Miller1-5/+7
2011-05-19powerpc: Radix trees are available before init_IRQMilton Miller1-74/+4
2011-05-19powerpc: Consolidate ipi message mux and demuxMilton Miller1-2/+2
2011-05-04powerpc/irq: Stop exporting irq_mapGrant Likely1-2/+24
2011-04-27powerpc/irq: Dump chip data pointer in virq_mappingMichael Ellerman1-2/+6
2011-04-27powerpc: Index crit/dbg/mcheck stacks using cpu number on 64bitMichael Ellerman1-11/+15
2011-04-01powerpc/pmac/smp: Rename fixup_irqs() to migrate_irqs() and use it on ppc32Benjamin Herrenschmidt1-1/+2
2011-03-29powerpc: Use generic show_interrupts()Thomas Gleixner1-60/+1
2011-03-29powerpc: Convert to new irq_* function namesThomas Gleixner1-3/+3
2011-03-29powerpc: irq: Use irqdata based informationThomas Gleixner1-6/+8
2011-03-29powerpc: Use proper accessors for IRQ_* flagsThomas Gleixner1-1/+1
2011-03-10powerpc: core irq_data conversion.Lennert Buytenhek1-7/+16
2011-03-02powerpc: Use new irq allocatorThomas Gleixner1-8/+9
2011-03-02powerpc: Use ARCH_IRQ_INIT_FLAGSThomas Gleixner1-15/+0
2010-10-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-2/+4
2010-10-13powerpc/irq.c: Add of_node_put to avoid memory leakJulia Lawall1-1/+3
2010-10-13powerpc: Use static const char arraysJoe Perches1-1/+1
2010-10-07Fix IRQ flag handling namingDavid Howells1-2/+2
2010-08-23powerpc/4xx: Index interrupt stacks by physical cpuDave Kleikamp1-7/+9
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-12/+2
2010-07-24Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely1-13/+4
2010-07-09powerpc/book3e: Resend doorbell exceptions to ourselfMichael Ellerman1-2/+2
2010-07-09powerpc/book3e: Hookup doorbells exceptions on 64-bit Book3EBenjamin Herrenschmidt1-0/+7
2010-07-09powerpc/book3e: Don't re-trigger decrementer on lazy irq restoreBenjamin Herrenschmidt1-0/+9
2010-07-08powerpc: Fix logic error in fixup_irqsJohannes Berg1-1/+4
2010-06-28of/irq: Move irq_of_parse_and_map() to common codeGrant Likely1-12/+2
2010-06-15powerpc: Unconditionally enabled irq stacksChristoph Hellwig1-12/+0
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-7/+10
2010-05-12powerpc/perf_event: Fix oops due to perf_event_do_pending callPaul Mackerras1-6/+0
2010-05-06powerpc/cpumask: Convert fixup_irqs to new cpumask APIAnton Blanchard1-7/+10
2010-02-19powerpc: Convert big_irq_lock to raw_spinlockThomas Gleixner1-11/+11
2010-02-17powerpc: Convert global "BAD" interrupt to per cpu spuriousAnton Blanchard1-12/+7
2010-02-17powerpc: Add timer, performance monitor and machine check counts to /proc/interruptsAnton Blanchard1-0/+35
2010-02-17powerpc: Rework /proc/interruptsAnton Blanchard1-33/+46
2010-02-17powerpc: Reduce footprint of irq_statAnton Blanchard1-0/+3
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-4/+4
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-0/+6