aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-12Merge branch 'topic/xive' (early part) into nextMichael Ellerman1-40/+0
2017-04-11powerpc: Remove unnecessary includes of asm/debug.hMichael Ellerman1-1/+0
2017-04-07powerpc/smp: Remove migrate_irq() custom implementationBenjamin Herrenschmidt1-40/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman1-1/+1
2016-09-20powerpc/64: Replay hypervisor maintenance interrupt firstNicholas Piggin1-5/+9
2016-09-13powerpc/sparse: Add more assembler prototypesDaniel Axtens1-0/+1
2016-08-01powerpc: Move cpu_has_feature() to a separate fileKevin Hao1-0/+1
2016-07-17powerpc/irq: Add mechanism to force a replay of interruptsBenjamin Herrenschmidt1-0/+15
2016-07-08powerpc: Fix typo in comment reference to CONFIG_TRACE_IRQFLAGSAndrew Donnellan1-1/+1
2016-04-14powerpc/livepatch: Add livepatch stack to struct thread_infoMichael Ellerman1-0/+3
2015-09-15powerpc, irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-1/+1
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard1-1/+0
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter1-2/+2
2014-10-15powerpc: Rename __get_SP() to current_stack_pointer()Anton Blanchard1-1/+1
2014-10-02powerpc: Add printk levels to powerpc codeAnton Blanchard1-3/+3
2014-08-05powerpc/book3s: Add basic infrastructure to handle HMI in Linux.Mahesh Salgaonkar1-0/+14
2014-06-06powerpc: update comments for generic idle conversionGeert Uytterhoeven1-1/+1
2014-03-04powerpc: Irq: Use generic_handle_irqThomas Gleixner1-6/+2
2014-02-11powerpc/ppc32: Fix the bug in the init of non-base exception stack for UPKevin Hao1-0/+5
2013-12-02powerpc: Make irq_stat.timers_irqs counting more specificfan.du1-3/+9
2013-11-12Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+1
2013-10-07powerpc/irq: Don't switch to irq stack from softirq stackBenjamin Herrenschmidt1-2/+3
2013-10-01irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker1-16/+1
2013-09-25powerpc: Remove ksp_limit on ppc64Benjamin Herrenschmidt1-12/+0
2013-09-25powerpc/irq: Run softirqs off the top of the irq stackBenjamin Herrenschmidt1-52/+52
2013-08-01powerpc: Rename PMU interrupts from CNT to PMIMichael Ellerman1-1/+1
2013-07-01Merge tag 'v3.10' into nextBenjamin Herrenschmidt1-1/+1
2013-06-20powerpc: Remove the unneeded trigger of decrementer interrupt in decrementer_check_overflowKevin Hao1-2/+0
2013-06-15powerpc: Fix missing/delayed calls to irq_workBenjamin Herrenschmidt1-1/+1
2013-04-18powerpc: Add accounting for Doorbell interruptsIan Munsie1-0/+12
2013-01-10powerpc: Add code to handle soft-disabled doorbells on serverIan Munsie1-2/+9
2012-09-17powerpc/trace: Fix interrupt tracepoints vs. RCULi Zhong1-4/+4
2012-07-10powerpc: Fix build of some debug irq codeBenjamin Herrenschmidt1-1/+1
2012-07-10powerpc: More fixes for lazy IRQ vs. idleBenjamin Herrenschmidt1-0/+46
2012-06-29powerpc/ftrace: Do not trace restore_interrupts()Steven Rostedt1-1/+1
2012-05-22powerpc: Fix irq distributionKim Phillips1-1/+1
2012-05-12powerpc/irq: Fix another case of lazy IRQ state getting out of syncBenjamin Herrenschmidt1-0/+13
2012-05-09powerpc/irq: Fix bug with new lazy IRQ handling codeBenjamin Herrenschmidt1-1/+7
2012-04-30powerpc/irqdomain: Fix broken NR_IRQ referencesGrant Likely1-5/+1
2012-04-10irq: Kill pointless irqd_to_hw exportGrant Likely1-6/+0
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+1
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+1
2012-03-28powerpc: Random little legacy iSeries removal tidy upsStephen Rothwell1-2/+2
2012-03-28powerpc: Remove NO_IRQ_IGNOREStephen Rothwell1-2/+2
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