summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/head_32.h
AgeCommit message (Expand)AuthorLines
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+7
2021-12-09powerpc/32s: Do kuep_lock() and kuep_unlock() in assemblyChristophe Leroy-0/+6
2021-11-29powerpc: flexible GPR range save/restore macrosNicholas Piggin-2/+1
2021-11-24powerpc/32: Fix hardlockup on vmap stack overflowChristophe Leroy-3/+3
2021-06-25powerpc/32: Reduce code duplication of system call entryChristophe Leroy-19/+0
2021-06-25powerpc/32: Interchange r1 and r11 in SYSCALL_ENTRY on bookeChristophe Leroy-2/+2
2021-06-25powerpc/32: Interchange r10 and r12 in SYSCALL_ENTRY on non bookeChristophe Leroy-17/+17
2021-03-29powerpc/32s: Move KUEP locking/unlocking in CChristophe Leroy-0/+3
2021-03-29powerpc/32: Only use prepare_transfer_to_handler function on book3s/32 and e500Christophe Leroy-0/+2
2021-03-29powerpc/32: Save remaining registers in exception prologChristophe Leroy-0/+12
2021-03-29powerpc/32: Refactor saving of volatile registers in exception prologsChristophe Leroy-6/+10
2021-03-29powerpc/32: Remove the xfer parameter in EXCEPTION() macroChristophe Leroy-1/+1
2021-03-29powerpc/32: Dismantle EXC_XFER_STD/LITE/TEMPLATEChristophe Leroy-15/+6
2021-03-29powerpc/32: Add a prepare_transfer_to_handler macro for exception prologsChristophe Leroy-0/+4
2021-03-29powerpc/32: Save trap number on stack in exception prologChristophe Leroy-7/+7
2021-03-29powerpc/32: Set regs parameter in r3 in transfer_to_handlerChristophe Leroy-2/+0
2021-03-29powerpc/32: Always save non volatile registers on exception entryChristophe Leroy-2/+1
2021-03-29powerpc/32: Perform normal function call in exception entryChristophe Leroy-2/+2
2021-03-29powerpc/32: Provide a name to exception prolog continuation in virtual modeChristophe Leroy-5/+7
2021-03-29powerpc/32: Move exception prolog code into .text once MMU is back onChristophe Leroy-0/+5
2021-03-29powerpc/32: Add vmap_stack_overflow label inside the macroChristophe Leroy-1/+2
2021-03-29powerpc/32: Statically initialise first emergency contextChristophe Leroy-5/+1
2021-03-29powerpc/32: Enable instruction translation at the same time as data translationChristophe Leroy-5/+8
2021-03-29powerpc/32: Tag DAR in EXCEPTION_PROLOG_2 for the 8xxChristophe Leroy-0/+6
2021-03-29powerpc/32: Always enable data translation in exception prologChristophe Leroy-83/+2
2021-03-29powerpc/32: Use fast instruction to set MSR RI in exception prolog on 8xxChristophe Leroy-0/+2
2021-03-29powerpc/40x: Prepare normal exception handler for enabling MMU earlyChristophe Leroy-1/+14
2021-02-11powerpc/32: Handle bookE debugging in C in syscall entry/exitChristophe Leroy-15/+0
2021-02-11powerpc/32: Remove the counter in global_dbcr0Christophe Leroy-3/+0
2021-02-11powerpc/32: Remove verification of MSR_PR on syscall in the ASM entryChristophe Leroy-3/+0
2021-02-11powerpc/syscall: implement system call entry/exit logic in C for PPC32Christophe Leroy-18/+0
2021-02-11powerpc/32: Always save non volatile GPRs at syscall entryChristophe Leroy-1/+1
2021-02-11powerpc/32: Reorder instructions to avoid using CTR in syscall entryChristophe Leroy-12/+10
2021-02-11powerpc/32: On syscall entry, enable instruction translation at the same time...Christophe Leroy-17/+9
2021-02-11powerpc/32: Always enable data translation on syscall entryChristophe Leroy-22/+1
2021-02-11powerpc/32: Preserve cr1 in exception prolog stack check to fix build errorChristophe Leroy-1/+1
2020-12-21powerpc/32: Fix vmap stack - Properly set r1 before activating MMU on syscall...Christophe Leroy-9/+16
2020-12-04powerpc/32: Use SPRN_SPRG_SCRATCH2 in exception prologsChristophe Leroy-15/+7
2020-12-04powerpc/32: Simplify EXCEPTION_PROLOG_1 macroChristophe Leroy-6/+4
2020-11-19powerpc: Remove RFI macroChristophe Leroy-1/+4
2020-10-08powerpc: Drop SYNC_601() ISYNC_601() and SYNC()Christophe Leroy-1/+0
2020-09-15powerpc/32: Fix vmap stack - Properly set r1 before activating MMUChristophe Leroy-14/+29
2020-09-15powerpc/32: Fix vmap stack - Do not activate MMU before reading task structChristophe Leroy-25/+6
2020-03-10Merge branch 'fixes' into nextMichael Ellerman-1/+20
2020-02-19powerpc: Don't use thread struct for saving SRR0/1 on syscall.Christophe Leroy-9/+7
2020-02-19powerpc/32: Warn and return ENOSYS on syscalls from kernelChristophe Leroy-7/+9
2020-02-18powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACKChristophe Leroy-1/+20
2020-01-27powerpc/32s: Enable CONFIG_VMAP_STACKChristophe Leroy-1/+3
2020-01-27powerpc/32: Add early stack overflow detection with VMAP stack.Christophe Leroy-0/+28
2020-01-26powerpc/32: prepare for CONFIG_VMAP_STACKChristophe Leroy-15/+113