summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/irq.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Remove get_tb_or_rtc()Christophe Leroy2020-10-081-1/+1
* powerpc/64: make restore_interrupts 64e onlyNicholas Piggin2020-10-061-18/+19
* powerpc/64e: remove 64s specific interrupt soft-mask codeNicholas Piggin2020-10-061-1/+1
* powerpc/64e: remove PACA_IRQ_EE_EDGENicholas Piggin2020-10-061-23/+0
* powerpc/64: fix irq replay pt_regs->softe valueNicholas Piggin2020-10-061-1/+1
* powerpc/64: fix irq replay missing preemptNicholas Piggin2020-10-061-0/+7
* powerpc/64s: Move HMI IRQ stat from percpu variable to paca.Mahesh Salgaonkar2020-07-291-3/+6
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* powerpc: use __vmalloc_node in alloc_vm_stackChristoph Hellwig2020-06-021-3/+2
* powerpc/64s: Fix doorbell wakeup msgclr optimisationNicholas Piggin2020-04-031-0/+13
* powerpc/64s: Implement interrupt exit logic in CNicholas Piggin2020-04-011-32/+4
* powerpc/64: Implement soft interrupt replay in CNicholas Piggin2020-04-011-35/+130
* powerpc/irq: Use current_stack_pointer in do_IRQ()Christophe Leroy2020-03-041-1/+1
* powerpc/irq: use IS_ENABLED() in check_stack_overflow()Christophe Leroy2020-03-041-2/+3
* powerpc/irq: Use current_stack_pointer in check_stack_overflow()Christophe Leroy2020-03-041-1/+1
* powerpc: Rename current_stack_pointer() to current_stack_frame()Michael Ellerman2020-03-041-2/+2
* powerpc/32: Use vmapped stacks for interruptsChristophe Leroy2020-01-271-0/+22
* powerpc/irq: fix stack overflow verificationChristophe Leroy2019-12-141-2/+2
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-3/+3
|\
| * powerpc/irq: Don't WARN continuously in arch_local_irq_restore()Michael Ellerman2019-07-101-3/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* powerpc/64: Don't trace code that runs with the soft irq mask unreconciledNicholas Piggin2019-05-031-10/+3
* powerpc/irq: drop __irq_offset_valueChristophe Leroy2019-05-031-3/+0
* powerpc: clean stack pointers namingChristophe Leroy2019-02-231-10/+7
* powerpc: regain entire stack spaceChristophe Leroy2019-02-231-10/+9
* powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy2019-02-231-78/+1
* powerpc: Don't use CURRENT_THREAD_INFO to find the stackChristophe Leroy2019-02-231-1/+1
* powerpc/irq: use memblock functions returning virtual addressChristophe Leroy2019-02-231-5/+0
* powerpc/irq: drop arch_early_irq_init()Christophe Leroy2019-01-141-5/+0
* powerpc/64: Disable irq restore warning for nowMichael Ellerman2018-08-071-3/+10
* powerpc/64s: make PACA_IRQ_HARD_DIS track MSR[EE] closelyNicholas Piggin2018-07-241-10/+24
* 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