summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/interrupt_64.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64: Set task pt_regs->link to the LR value on scv entryNaveen N Rao2024-02-051-2/+2
* powerpc: Fix merge conflict between pcrel and copy_thread changesNicholas Piggin2023-04-261-1/+1
* powerpc: add CFUNC assembly label annotationNicholas Piggin2023-04-201-14/+14
* powerpc: copy_thread don't set _TIF_RESTOREALLNicholas Piggin2023-04-111-0/+5
* powerpc: differentiate kthread from user kernel thread startNicholas Piggin2023-04-111-1/+17
* powerpc/64: ret_from_fork avoid restoring regs twiceNicholas Piggin2023-04-111-2/+2
* powerpc: use switch frame for ret_from_kernel_thread parametersNicholas Piggin2023-04-111-1/+0
* powerpc/64s: Zeroise gprs on interrupt routine entry on Book3SRohan McLure2022-12-021-2/+14
* powerpc/64: Sanitise common exit code for interruptsRohan McLure2022-12-021-0/+6
* powerpc: add a definition for the marker offset within the interrupt frameNicholas Piggin2022-12-021-5/+5
* powerpc: add definition for pt_regs offset within an interrupt frameNicholas Piggin2022-12-021-11/+11
* powerpc/64s/interrupt: Fix clear of PACA_IRQS_HARD_DIS when returning to soft...Nicholas Piggin2022-10-271-2/+11
* powerpc/64s/interrupt: Fix lost interrupts when returning to soft-masked contextNicholas Piggin2022-10-131-2/+13
* powerpc/64: provide a helper macro to load r2 with the kernel TOCNicholas Piggin2022-09-281-6/+6
* powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKERNicholas Piggin2022-09-281-3/+3
* powerpc/64/interrupt: Fix return to masked context after hard-mask irq become...Nicholas Piggin2022-09-281-3/+31
* powerpc: Change system_call_exception calling conventionRohan McLure2022-09-281-10/+10
* powerpc/64s: Use {ZEROIZE,SAVE,REST}_GPRS macros in sc, scv 0 handlersRohan McLure2022-09-261-34/+9
* powerpc: Save caller r3 prior to system_call_exceptionRohan McLure2022-09-261-0/+2
* powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy2022-09-261-1/+1
* powerpc/64: Remove unused SYS_CALL_TABLE symbolMichael Ellerman2022-09-261-10/+0
* powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy2022-05-191-1/+1
* powerpc/64: remove system call instruction emulationNicholas Piggin2022-05-061-10/+0
* powerpc/64s: Mask SRR0 before checking against the masked NIPNicholas Piggin2022-01-181-0/+2
* powerpc/64s: Use EMIT_WARN_ENTRY for SRR debug warningsMichael Ellerman2021-12-251-4/+4
* powerpc/64s: Mask NIP before checking against SRR0Michael Ellerman2021-12-251-0/+2
* powerpc/64/asm: Do not reassign labelsDaniel Axtens2021-12-231-1/+1
* powerpc: flexible GPR range save/restore macrosNicholas Piggin2021-11-291-21/+13
* powerpc/64s: system call scv tabort fix for corrupt irq soft-mask stateNicholas Piggin2021-09-131-41/+0
* powerpc/64e: Fix system call illegal mtmsrd instructionNicholas Piggin2021-07-061-1/+5
* powerpc/64s: move ret_from_fork etc above __end_soft_maskedNicholas Piggin2021-06-301-26/+26
* powerpc/64s/interrupt: clean up interrupt return labelsNicholas Piggin2021-06-301-3/+5
* powerpc/64/interrupt: add missing kprobe annotations on interrupt exit symbolsNicholas Piggin2021-06-301-0/+6
* powerpc/64s: add a table of implicit soft-masked addressesNicholas Piggin2021-06-301-0/+8
* powerpc/64e: remove implicit soft-masking and interrupt exit restart logicNicholas Piggin2021-06-301-2/+14
* powerpc/64: use interrupt restart table to speed up return from interruptNicholas Piggin2021-06-251-20/+123
* powerpc/64: treat low kernel text as irqs soft-maskedNicholas Piggin2021-06-251-1/+5
* powerpc/64s: system call avoid setting MSR[RI] until we set MSR[EE]Nicholas Piggin2021-06-251-2/+2
* powerpc/64: move interrupt return asm to interrupt_64.SNicholas Piggin2021-06-251-0/+635