aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-05asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior1-2/+2
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-460/+36
2022-06-29powerpc/irq: Simplify __do_irq()Christophe Leroy1-7/+4
2022-06-29powerpc/irq: Perform stack_overflow detection after switching to IRQ stackChristophe Leroy1-8/+7
2022-06-29powerpc/irq: Make __do_irq() staticChristophe Leroy1-23/+23
2022-06-29powerpc/irq: Increase stack_overflow detection limit when KASAN is enabledChristophe Leroy1-2/+2
2022-06-29powerpc/irq: Split irq.cChristophe Leroy1-421/+0
2022-06-29powerpc: Don't include asm/ppc_asm.h in other headersChristophe Leroy1-0/+1
2022-06-15arch/*: Disable softirq stacks on PREEMPT_RT.Sebastian Andrzej Siewior1-0/+4
2022-06-02Merge tag 'livepatching-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatchingLinus Torvalds1-1/+0
2022-05-24livepatch: Remove klp_arch_set_pc() and asm/livepatch.hChristophe Leroy1-1/+0
2022-05-22powerpc/irq: Remove arch_local_irq_restore() for !CONFIG_CC_HAS_ASM_GOTOChristophe Leroy1-77/+0
2022-05-08powerpc: Use static call for get_irq()Christophe Leroy1-1/+7
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy1-1/+0
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy1-1/+0
2021-12-16powerpc/64s/interrupt: Don't enable MSR[EE] in irq handlers unless perf is in useNicholas Piggin1-1/+2
2021-12-09powerpc/config: Add CONFIG_BOOKE_OR_40xChristophe Leroy1-1/+1
2021-10-07powerpc/64: warn if local irqs are enabled in NMI or hardirq contextNicholas Piggin1-0/+6
2021-08-12powerpc/interrupt: Fix OOPS by not calling do_IRQ() from timer_interrupt()Christophe Leroy1-1/+6
2021-06-30powerpc/64: enable MSR[EE] in irq replay pt_regsNicholas Piggin1-0/+1
2021-06-25powerpc/64: interrupt soft-enable race fixNicholas Piggin1-0/+95
2021-04-21powerpc/irq: Enhance readability of trap typesChristophe Leroy1-8/+5
2021-04-14powerpc/64e/interrupt: use new interrupt returnNicholas Piggin1-76/+0
2021-03-29powerpc/irq: Inline call_do_irq() and call_do_softirq()Christophe Leroy1-0/+41
2021-03-29powerpc/64s: Make kuap_check_amr() and kuap_get_and_check_amr() genericChristophe Leroy1-1/+1
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2021-02-22Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-6/+28
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar1-12/+16
2021-02-11powerpc/kuap: Restore AMR after replaying soft interruptsAlexey Kardashevskiy1-1/+26
2021-02-10softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner1-0/+1
2021-02-09powerpc: handle irq_enter/irq_exit in interrupt handler wrappersNicholas Piggin1-4/+0
2021-02-09powerpc: convert interrupt handlers to use wrappersNicholas Piggin1-1/+2
2021-01-24powerpc/64s: prevent recursive replay_soft_interrupts causing superfluous interruptNicholas Piggin1-12/+16
2020-12-09powerpc/64: irq replay remove decrementer overflow checkNicholas Piggin1-49/+4
2020-10-08powerpc: Remove get_tb_or_rtc()Christophe Leroy1-1/+1
2020-10-06powerpc/64: make restore_interrupts 64e onlyNicholas Piggin1-18/+19
2020-10-06powerpc/64e: remove 64s specific interrupt soft-mask codeNicholas Piggin1-1/+1
2020-10-06powerpc/64e: remove PACA_IRQ_EE_EDGENicholas Piggin1-23/+0
2020-10-06powerpc/64: fix irq replay pt_regs->softe valueNicholas Piggin1-1/+1
2020-10-06powerpc/64: fix irq replay missing preemptNicholas Piggin1-0/+7
2020-07-29powerpc/64s: Move HMI IRQ stat from percpu variable to paca.Mahesh Salgaonkar1-3/+6
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-02powerpc: use __vmalloc_node in alloc_vm_stackChristoph Hellwig1-3/+2
2020-04-03powerpc/64s: Fix doorbell wakeup msgclr optimisationNicholas Piggin1-0/+13
2020-04-01powerpc/64s: Implement interrupt exit logic in CNicholas Piggin1-32/+4
2020-04-01powerpc/64: Implement soft interrupt replay in CNicholas Piggin1-35/+130
2020-03-04powerpc/irq: Use current_stack_pointer in do_IRQ()Christophe Leroy1-1/+1
2020-03-04powerpc/irq: use IS_ENABLED() in check_stack_overflow()Christophe Leroy1-2/+3
2020-03-04powerpc/irq: Use current_stack_pointer in check_stack_overflow()Christophe Leroy1-1/+1