summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/head_32.h
AgeCommit message (Expand)Author
2020-10-08powerpc: Drop SYNC_601() ISYNC_601() and SYNC()Christophe Leroy
2020-09-15powerpc/32: Fix vmap stack - Properly set r1 before activating MMUChristophe Leroy
2020-09-15powerpc/32: Fix vmap stack - Do not activate MMU before reading task structChristophe Leroy
2020-03-10Merge branch 'fixes' into nextMichael Ellerman
2020-02-19powerpc: Don't use thread struct for saving SRR0/1 on syscall.Christophe Leroy
2020-02-19powerpc/32: Warn and return ENOSYS on syscalls from kernelChristophe Leroy
2020-02-18powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACKChristophe Leroy
2020-01-27powerpc/32s: Enable CONFIG_VMAP_STACKChristophe Leroy
2020-01-27powerpc/32: Add early stack overflow detection with VMAP stack.Christophe Leroy
2020-01-26powerpc/32: prepare for CONFIG_VMAP_STACKChristophe Leroy
2020-01-26powerpc/32: add a macro to get and/or save DAR and DSISR on stack.Christophe Leroy
2020-01-26powerpc/32: move MSR_PR test into EXCEPTION_PROLOG_0Christophe Leroy
2020-01-26powerpc/32: Add EXCEPTION_PROLOG_0 in head_32.hChristophe Leroy
2020-01-26powerpc/32: replace MTMSRD() by mtmsrChristophe Leroy
2019-08-27powerpc/32: replace LOAD_MSR_KERNEL() by LOAD_REG_IMMEDIATE()Christophe Leroy
2019-05-03powerpc/32: implement fast entry for syscalls on non BOOKEChristophe Leroy
2019-05-03powerpc/32: get rid of COPY_EE in exception entryChristophe Leroy
2019-05-03powerpc/32: Enter exceptions with MSR_EE unsetChristophe Leroy
2019-05-03powerpc/32: enter syscall with MSR_EE inconditionaly setChristophe Leroy
2019-05-03powerpc/40x: Refactor exception entry macros by using head_32.hChristophe Leroy
2019-05-03powerpc/32: make the 6xx/8xx EXC_XFER_TEMPLATE() similar to the 40x/booke oneChristophe Leroy
2019-05-03powerpc/32: move LOAD_MSR_KERNEL() into head_32.h and use itChristophe Leroy
2019-05-03powerpc/32: Refactor EXCEPTION entry macros for head_8xx.S and head_32.SChristophe Leroy