summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/irq.c
AgeCommit message (Expand)Author
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-02-22Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar
2021-02-11powerpc/kuap: Restore AMR after replaying soft interruptsAlexey Kardashevskiy
2021-02-10softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner
2021-02-09powerpc: handle irq_enter/irq_exit in interrupt handler wrappersNicholas Piggin
2021-02-09powerpc: convert interrupt handlers to use wrappersNicholas Piggin
2021-01-24powerpc/64s: prevent recursive replay_soft_interrupts causing superfluous int...Nicholas Piggin
2020-12-09powerpc/64: irq replay remove decrementer overflow checkNicholas Piggin
2020-10-08powerpc: Remove get_tb_or_rtc()Christophe Leroy
2020-10-06powerpc/64: make restore_interrupts 64e onlyNicholas Piggin
2020-10-06powerpc/64e: remove 64s specific interrupt soft-mask codeNicholas Piggin
2020-10-06powerpc/64e: remove PACA_IRQ_EE_EDGENicholas Piggin
2020-10-06powerpc/64: fix irq replay pt_regs->softe valueNicholas Piggin
2020-10-06powerpc/64: fix irq replay missing preemptNicholas Piggin
2020-07-29powerpc/64s: Move HMI IRQ stat from percpu variable to paca.Mahesh Salgaonkar
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-02powerpc: use __vmalloc_node in alloc_vm_stackChristoph Hellwig
2020-04-03powerpc/64s: Fix doorbell wakeup msgclr optimisationNicholas Piggin
2020-04-01powerpc/64s: Implement interrupt exit logic in CNicholas Piggin
2020-04-01powerpc/64: Implement soft interrupt replay in CNicholas Piggin
2020-03-04powerpc/irq: Use current_stack_pointer in do_IRQ()Christophe Leroy
2020-03-04powerpc/irq: use IS_ENABLED() in check_stack_overflow()Christophe Leroy
2020-03-04powerpc/irq: Use current_stack_pointer in check_stack_overflow()Christophe Leroy
2020-03-04powerpc: Rename current_stack_pointer() to current_stack_frame()Michael Ellerman
2020-01-27powerpc/32: Use vmapped stacks for interruptsChristophe Leroy
2019-12-14powerpc/irq: fix stack overflow verificationChristophe Leroy
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-07-10powerpc/irq: Don't WARN continuously in arch_local_irq_restore()Michael Ellerman
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-03powerpc/64: Don't trace code that runs with the soft irq mask unreconciledNicholas Piggin
2019-05-03powerpc/irq: drop __irq_offset_valueChristophe Leroy
2019-02-23powerpc: clean stack pointers namingChristophe Leroy
2019-02-23powerpc: regain entire stack spaceChristophe Leroy
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy
2019-02-23powerpc: Don't use CURRENT_THREAD_INFO to find the stackChristophe Leroy
2019-02-23powerpc/irq: use memblock functions returning virtual addressChristophe Leroy
2019-01-14powerpc/irq: drop arch_early_irq_init()Christophe Leroy
2018-08-07powerpc/64: Disable irq restore warning for nowMichael Ellerman
2018-07-24powerpc/64s: make PACA_IRQ_HARD_DIS track MSR[EE] closelyNicholas Piggin
2018-06-03powerpc/time: account broadcast timer event interrupts separatelyNicholas Piggin
2018-05-25powerpc/tau: Synchronize function prototypes and bodyMathieu Malaterre
2018-03-23powerpc/64s: Fix lost pending interrupt due to race causing lost update to ir...Nicholas Piggin
2018-01-19powerpc: Add new kconfig CONFIG_PPC_IRQ_SOFT_MASK_DEBUGMadhavan Srinivasan
2018-01-19powerpc/64s: Add support to mask perf interrupts and replay themMadhavan Srinivasan
2018-01-19powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan
2018-01-19powerpc/64: Change soft_enabled from flag to bitmaskMadhavan Srinivasan
2018-01-19powerpc/64: Move set_soft_enabled() and renameMadhavan Srinivasan
2018-01-19powerpc/64: Add #defines for paca->soft_enabled flagsMadhavan Srinivasan