aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/irq.c
AgeCommit message (Expand)Author
2013-06-15powerpc: Fix missing/delayed calls to irq_workBenjamin Herrenschmidt
2013-04-18powerpc: Add accounting for Doorbell interruptsIan Munsie
2013-01-10powerpc: Add code to handle soft-disabled doorbells on serverIan Munsie
2012-09-17powerpc/trace: Fix interrupt tracepoints vs. RCULi Zhong
2012-07-10powerpc: Fix build of some debug irq codeBenjamin Herrenschmidt
2012-07-10powerpc: More fixes for lazy IRQ vs. idleBenjamin Herrenschmidt
2012-06-29powerpc/ftrace: Do not trace restore_interrupts()Steven Rostedt
2012-05-22powerpc: Fix irq distributionKim Phillips
2012-05-12powerpc/irq: Fix another case of lazy IRQ state getting out of syncBenjamin Herrenschmidt
2012-05-09powerpc/irq: Fix bug with new lazy IRQ handling codeBenjamin Herrenschmidt
2012-04-30powerpc/irqdomain: Fix broken NR_IRQ referencesGrant Likely
2012-04-10irq: Kill pointless irqd_to_hw exportGrant Likely
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells
2012-03-28powerpc: Random little legacy iSeries removal tidy upsStephen Rothwell
2012-03-28powerpc: Remove NO_IRQ_IGNOREStephen Rothwell
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-03-21powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell
2012-03-09powerpc: Rework lazy-interrupt handlingBenjamin Herrenschmidt
2012-03-07powerpc: Make SPARSE_IRQ requiredGrant Likely
2012-02-16irq_domain: Move irq_domain code from powerpc to kernel/irqGrant Likely
2012-02-16irq_domain/powerpc: Eliminate virq_is_host()Grant Likely
2012-02-14irq_domain/powerpc: eliminate irq_map; use irq_alloc_desc() insteadGrant Likely
2012-02-14irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely
2012-02-14powerpc: Fix WARN_ON in decrementer_check_overflowBenjamin Herrenschmidt
2011-12-08powerpc/ps3: Fix hcall lv1_get_version_infoGeoff Levand
2011-11-25powerpc/time: Optimise decrementer_check_overflowAnton Blanchard
2011-11-25powerpc/time: Handle wrapping of decrementerAnton Blanchard
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker
2011-07-22powerpc: Copy back TIF flags on return from softirq stackBenjamin Herrenschmidt
2011-07-19powerpc/irq: Quieten irq mapping printksAnton Blanchard
2011-06-29powerpc/book3e-64: Reraise doorbell when masked by soft-irq-disableScott Wood
2011-06-22powerpc: make irq_choose_cpu() available to all PIC driversStuart Yoder
2011-05-26powerpc: Fix irq_free_virt by adjusting bounds before loopMilton Miller
2011-05-26powerpc/irq: Protect irq_radix_revmap_lookup against irq_free_virtMilton Miller
2011-05-26powerpc/irq: Check desc in handle_one_irq and expand generic_handle_irqMilton Miller
2011-05-26powerpc/irq: Always free duplicate IRQ_LEGACY hostsMilton Miller
2011-05-26powerpc/irq: Remove stale and misleading commentMilton Miller
2011-05-19powerpc: Make IRQ_NOREQUEST last to clear, first to setMilton Miller
2011-05-19powerpc: Remove virq_to_hostMilton Miller
2011-05-19powerpc: Add virq_is_host to reduce virq_to_host usageMilton Miller
2011-05-19powerpc: Remove irq_host_ops->remap hookMilton Miller
2011-05-19powerpc: Return early if irq_host lookup type is wrongMilton Miller
2011-05-19powerpc: Radix trees are available before init_IRQMilton Miller
2011-05-19powerpc: Consolidate ipi message mux and demuxMilton Miller
2011-05-04powerpc/irq: Stop exporting irq_mapGrant Likely
2011-04-27powerpc/irq: Dump chip data pointer in virq_mappingMichael Ellerman
2011-04-27powerpc: Index crit/dbg/mcheck stacks using cpu number on 64bitMichael Ellerman
2011-04-01powerpc/pmac/smp: Rename fixup_irqs() to migrate_irqs() and use it on ppc32Benjamin Herrenschmidt