summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/irq.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/time: account broadcast timer event interrupts separatelyNicholas Piggin2018-06-031-0/+6
* powerpc/tau: Synchronize function prototypes and bodyMathieu Malaterre2018-05-251-1/+1
* powerpc/64s: Fix lost pending interrupt due to race causing lost update to ir...Nicholas Piggin2018-03-231-0/+8
* powerpc: Add new kconfig CONFIG_PPC_IRQ_SOFT_MASK_DEBUGMadhavan Srinivasan2018-01-191-2/+2
* powerpc/64s: Add support to mask perf interrupts and replay themMadhavan Srinivasan2018-01-191-1/+6
* powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan2018-01-191-18/+5
* powerpc/64: Change soft_enabled from flag to bitmaskMadhavan Srinivasan2018-01-191-3/+17
* powerpc/64: Move set_soft_enabled() and renameMadhavan Srinivasan2018-01-191-10/+4
* powerpc/64: Add #defines for paca->soft_enabled flagsMadhavan Srinivasan2018-01-191-4/+5
* powerpc/64: Fix latency tracing for lazy irq replayNicholas Piggin2017-11-061-0/+9
* KVM: PPC: Book3S HV: Handle host system reset in guest modeNicholas Piggin2017-11-061-1/+2
* powerpc/64s: Implement system reset idle wakeup reasonNicholas Piggin2017-10-041-3/+38
* powerpc/64s: Merge HV and non-HV paths for doorbell IRQ replayNicholas Piggin2017-08-231-2/+0
* powerpc/64: Cleanup __check_irq_replay()Nicholas Piggin2017-08-231-22/+23
* Merge branch 'fixes' into nextMichael Ellerman2017-08-231-1/+14
|\
| * powerpc/64: Fix __check_irq_replay missing decrementer interruptNicholas Piggin2017-08-041-1/+14
* | powerpc/8xx: Getting rid of remaining use of CONFIG_8xxChristophe Leroy2017-08-101-1/+1
* | powerpc: Add irq accounting for watchdog interruptsNicholas Piggin2017-08-101-0/+10
* | powerpc: Add irq accounting for system reset interruptsNicholas Piggin2017-08-101-0/+6
|/
* powerpc/64s/idle: Process interrupts from system reset wakeupNicholas Piggin2017-06-191-0/+29
* powerpc/64s/idle: Move soft interrupt mask logic into C codeNicholas Piggin2017-06-191-1/+32
* Revert "powerpc: Handle simultaneous interrupts at once"Michael Ellerman2017-06-151-5/+1
* powerpc: Handle simultaneous interrupts at onceChristophe Leroy2017-06-021-1/+5
* Merge branch 'topic/xive' (early part) into nextMichael Ellerman2017-04-121-40/+0
|\
| * powerpc/smp: Remove migrate_irq() custom implementationBenjamin Herrenschmidt2017-04-071-40/+0
* | powerpc: Remove unnecessary includes of asm/debug.hMichael Ellerman2017-04-111-1/+0
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* powerpc: Remove all usages of NO_IRQMichael Ellerman2016-09-201-1/+1
* powerpc/64: Replay hypervisor maintenance interrupt firstNicholas Piggin2016-09-201-5/+9
* powerpc/sparse: Add more assembler prototypesDaniel Axtens2016-09-131-0/+1
* powerpc: Move cpu_has_feature() to a separate fileKevin Hao2016-08-011-0/+1
* powerpc/irq: Add mechanism to force a replay of interruptsBenjamin Herrenschmidt2016-07-171-0/+15
* powerpc: Fix typo in comment reference to CONFIG_TRACE_IRQFLAGSAndrew Donnellan2016-07-081-1/+1
* powerpc/livepatch: Add livepatch stack to struct thread_infoMichael Ellerman2016-04-141-0/+3
* powerpc, irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-09-151-1/+1
* powerpc: Remove superfluous bootmem includesAnton Blanchard2014-11-101-1/+0
* powerpc: Replace __get_cpu_var usesChristoph Lameter2014-11-031-2/+2
* powerpc: Rename __get_SP() to current_stack_pointer()Anton Blanchard2014-10-151-1/+1
* powerpc: Add printk levels to powerpc codeAnton Blanchard2014-10-021-3/+3
* powerpc/book3s: Add basic infrastructure to handle HMI in Linux.Mahesh Salgaonkar2014-08-051-0/+14
* powerpc: update comments for generic idle conversionGeert Uytterhoeven2014-06-061-1/+1
* powerpc: Irq: Use generic_handle_irqThomas Gleixner2014-03-041-6/+2
* powerpc/ppc32: Fix the bug in the init of non-base exception stack for UPKevin Hao2014-02-111-0/+5
* powerpc: Make irq_stat.timers_irqs counting more specificfan.du2013-12-021-3/+9
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-121-16/+1
|\
| * irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker2013-10-011-16/+1
* | powerpc/irq: Don't switch to irq stack from softirq stackBenjamin Herrenschmidt2013-10-071-2/+3
|/
* powerpc: Remove ksp_limit on ppc64Benjamin Herrenschmidt2013-09-251-12/+0
* powerpc/irq: Run softirqs off the top of the irq stackBenjamin Herrenschmidt2013-09-251-52/+52
* powerpc: Rename PMU interrupts from CNT to PMIMichael Ellerman2013-08-011-1/+1