aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-71/+141
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-614/+3
2012-03-21powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell1-14/+0
2012-03-09powerpc: Rework lazy-interrupt handlingBenjamin Herrenschmidt1-58/+146
2012-03-07powerpc: Make SPARSE_IRQ requiredGrant Likely1-4/+0
2012-02-16irq_domain: Move irq_domain code from powerpc to kernel/irqGrant Likely1-502/+0
2012-02-16irq_domain/powerpc: Eliminate virq_is_host()Grant Likely1-7/+0
2012-02-14irq_domain/powerpc: eliminate irq_map; use irq_alloc_desc() insteadGrant Likely1-171/+69
2012-02-14irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely1-39/+39
2012-02-14powerpc: Fix WARN_ON in decrementer_check_overflowBenjamin Herrenschmidt1-1/+5
2011-12-08powerpc/ps3: Fix hcall lv1_get_version_infoGeoff Levand1-2/+2
2011-11-25powerpc/time: Optimise decrementer_check_overflowAnton Blanchard1-0/+9
2011-11-25powerpc/time: Handle wrapping of decrementerAnton Blanchard1-9/+6
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker1-1/+1
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