summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/irq.c
AgeCommit message (Expand)Author
2020-01-04powerpc/irq: fix stack overflow verificationChristophe Leroy
2018-04-08powerpc/64s: Fix lost pending interrupt due to race causing lost update to ir...Nicholas Piggin
2017-08-11powerpc/64: Fix __check_irq_replay missing decrementer interruptNicholas Piggin
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman
2016-09-20powerpc/64: Replay hypervisor maintenance interrupt firstNicholas Piggin
2016-09-13powerpc/sparse: Add more assembler prototypesDaniel Axtens
2016-08-01powerpc: Move cpu_has_feature() to a separate fileKevin Hao
2016-07-17powerpc/irq: Add mechanism to force a replay of interruptsBenjamin Herrenschmidt
2016-07-08powerpc: Fix typo in comment reference to CONFIG_TRACE_IRQFLAGSAndrew Donnellan
2016-04-14powerpc/livepatch: Add livepatch stack to struct thread_infoMichael Ellerman
2015-09-15powerpc, irq: Use access helper irq_data_get_affinity_mask()Jiang Liu
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter
2014-10-15powerpc: Rename __get_SP() to current_stack_pointer()Anton Blanchard
2014-10-02powerpc: Add printk levels to powerpc codeAnton Blanchard
2014-08-05powerpc/book3s: Add basic infrastructure to handle HMI in Linux.Mahesh Salgaonkar
2014-06-06powerpc: update comments for generic idle conversionGeert Uytterhoeven
2014-03-04powerpc: Irq: Use generic_handle_irqThomas Gleixner
2014-02-11powerpc/ppc32: Fix the bug in the init of non-base exception stack for UPKevin Hao
2013-12-02powerpc: Make irq_stat.timers_irqs counting more specificfan.du
2013-11-12Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-10-07powerpc/irq: Don't switch to irq stack from softirq stackBenjamin Herrenschmidt
2013-10-01irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker
2013-09-25powerpc: Remove ksp_limit on ppc64Benjamin Herrenschmidt
2013-09-25powerpc/irq: Run softirqs off the top of the irq stackBenjamin Herrenschmidt
2013-08-01powerpc: Rename PMU interrupts from CNT to PMIMichael Ellerman
2013-07-01Merge tag 'v3.10' into nextBenjamin Herrenschmidt
2013-06-20powerpc: Remove the unneeded trigger of decrementer interrupt in decrementer_...Kevin Hao
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