aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-14powerpc/irq: fix stack overflow verificationChristophe Leroy1-2/+2
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-3/+3
2019-07-10powerpc/irq: Don't WARN continuously in arch_local_irq_restore()Michael Ellerman1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-03powerpc/64: Don't trace code that runs with the soft irq mask unreconciledNicholas Piggin1-10/+3
2019-05-03powerpc/irq: drop __irq_offset_valueChristophe Leroy1-3/+0
2019-02-23powerpc: clean stack pointers namingChristophe Leroy1-10/+7
2019-02-23powerpc: regain entire stack spaceChristophe Leroy1-10/+9
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy1-78/+1
2019-02-23powerpc: Don't use CURRENT_THREAD_INFO to find the stackChristophe Leroy1-1/+1
2019-02-23powerpc/irq: use memblock functions returning virtual addressChristophe Leroy1-5/+0
2019-01-14powerpc/irq: drop arch_early_irq_init()Christophe Leroy1-5/+0
2018-08-07powerpc/64: Disable irq restore warning for nowMichael Ellerman1-3/+10
2018-07-24powerpc/64s: make PACA_IRQ_HARD_DIS track MSR[EE] closelyNicholas Piggin1-10/+24
2018-06-03powerpc/time: account broadcast timer event interrupts separatelyNicholas Piggin1-0/+6
2018-05-25powerpc/tau: Synchronize function prototypes and bodyMathieu Malaterre1-1/+1
2018-03-23powerpc/64s: Fix lost pending interrupt due to race causing lost update to irq_happenedNicholas Piggin1-0/+8
2018-01-19powerpc: Add new kconfig CONFIG_PPC_IRQ_SOFT_MASK_DEBUGMadhavan Srinivasan1-2/+2
2018-01-19powerpc/64s: Add support to mask perf interrupts and replay themMadhavan Srinivasan1-1/+6
2018-01-19powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan1-18/+5
2018-01-19powerpc/64: Change soft_enabled from flag to bitmaskMadhavan Srinivasan1-3/+17
2018-01-19powerpc/64: Move set_soft_enabled() and renameMadhavan Srinivasan1-10/+4
2018-01-19powerpc/64: Add #defines for paca->soft_enabled flagsMadhavan Srinivasan1-4/+5
2017-11-06powerpc/64: Fix latency tracing for lazy irq replayNicholas Piggin1-0/+9
2017-11-06KVM: PPC: Book3S HV: Handle host system reset in guest modeNicholas Piggin1-1/+2
2017-10-04powerpc/64s: Implement system reset idle wakeup reasonNicholas Piggin1-3/+38
2017-08-23powerpc/64s: Merge HV and non-HV paths for doorbell IRQ replayNicholas Piggin1-2/+0
2017-08-23powerpc/64: Cleanup __check_irq_replay()Nicholas Piggin1-22/+23
2017-08-23Merge branch 'fixes' into nextMichael Ellerman1-1/+14
2017-08-10powerpc/8xx: Getting rid of remaining use of CONFIG_8xxChristophe Leroy1-1/+1
2017-08-10powerpc: Add irq accounting for watchdog interruptsNicholas Piggin1-0/+10
2017-08-10powerpc: Add irq accounting for system reset interruptsNicholas Piggin1-0/+6
2017-08-04powerpc/64: Fix __check_irq_replay missing decrementer interruptNicholas Piggin1-1/+14
2017-06-19powerpc/64s/idle: Process interrupts from system reset wakeupNicholas Piggin1-0/+29
2017-06-19powerpc/64s/idle: Move soft interrupt mask logic into C codeNicholas Piggin1-1/+32
2017-06-15Revert "powerpc: Handle simultaneous interrupts at once"Michael Ellerman1-5/+1
2017-06-02powerpc: Handle simultaneous interrupts at onceChristophe Leroy1-1/+5
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