aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/head_booke.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy1-2/+2
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy1-1/+1
2022-09-26powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe Leroy1-1/+1
2021-11-29powerpc: flexible GPR range save/restore macrosNicholas Piggin1-2/+1
2021-10-29powerpc/32e: Ignore ESR in instruction storage interrupt handlerNicholas Piggin1-3/+12
2021-08-07powerpc/32: Fix critical and debug interrupts on BOOKEChristophe Leroy1-24/+3
2021-06-25powerpc/32: Avoid #ifdef nested with FTR_SECTION on booke syscall entryChristophe Leroy1-2/+2
2021-06-25powerpc/32: Reduce code duplication of system call entryChristophe Leroy1-18/+0
2021-06-25powerpc/32: Interchange r1 and r11 in SYSCALL_ENTRY on bookeChristophe Leroy1-8/+9
2021-03-29powerpc/32s: Move KUEP locking/unlocking in CChristophe Leroy1-0/+3
2021-03-29powerpc/32: Only use prepare_transfer_to_handler function on book3s/32 and e500Christophe Leroy1-0/+2
2021-03-29powerpc/32: Save remaining registers in exception prologChristophe Leroy1-0/+12
2021-03-29powerpc/32: Refactor saving of volatile registers in exception prologsChristophe Leroy1-13/+13
2021-03-29powerpc/32: Remove the xfer parameter in EXCEPTION() macroChristophe Leroy1-1/+1
2021-03-29powerpc/32: Dismantle EXC_XFER_STD/LITE/TEMPLATEChristophe Leroy1-23/+26
2021-03-29powerpc/32: Only restore non volatile registers when requiredChristophe Leroy1-2/+8
2021-03-29powerpc/32: Add a prepare_transfer_to_handler macro for exception prologsChristophe Leroy1-0/+4
2021-03-29powerpc/32: Save trap number on stack in exception prologChristophe Leroy1-21/+23
2021-03-29powerpc/32: Call bad_page_fault() from do_page_fault()Christophe Leroy1-2/+2
2021-03-29powerpc/32: Set regs parameter in r3 in transfer_to_handlerChristophe Leroy1-10/+1
2021-03-29powerpc/32: Always save non volatile registers on exception entryChristophe Leroy1-1/+1
2021-03-29powerpc/32: Perform normal function call in exception entryChristophe Leroy1-3/+3
2021-03-29powerpc/32: Refactor booke critical registers savingChristophe Leroy1-0/+41
2021-03-29powerpc/32: Enable instruction translation at the same time as data translationChristophe Leroy1-2/+4
2021-03-29powerpc/32: Remove ksp_limitChristophe Leroy1-1/+0
2021-02-11powerpc/32: Handle bookE debugging in C in syscall entry/exitChristophe Leroy1-19/+0
2021-02-11powerpc/32: Remove the counter in global_dbcr0Christophe Leroy1-4/+1
2021-02-11powerpc/32: Remove verification of MSR_PR on syscall in the ASM entryChristophe Leroy1-3/+0
2021-02-11powerpc/syscall: implement system call entry/exit logic in C for PPC32Christophe Leroy1-17/+0
2021-02-11powerpc/32: Always save non volatile GPRs at syscall entryChristophe Leroy1-1/+1
2021-02-11powerpc/32: On syscall entry, enable instruction translation at the same time as dataChristophe Leroy1-5/+2
2021-02-11powerpc/32: Always enable data translation on syscall entryChristophe Leroy1-2/+0
2021-02-09powerpc: DebugException remove argsNicholas Piggin1-0/+2
2021-02-09powerpc: remove arguments from fault handler functionsNicholas Piggin1-3/+1
2020-12-05powerpc: Retire e200 core (mpc555x processor)Christophe Leroy1-2/+1
2020-11-19powerpc: Replace RFI by rfi on book3s/32 and bookeChristophe Leroy1-1/+1
2020-10-08powerpc: Remove SYNC on non 6xxChristophe Leroy1-1/+0
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy1-1/+1
2020-02-19powerpc/32: Warn and return ENOSYS on syscalls from kernelChristophe Leroy1-1/+4
2020-01-26powerpc/32: save DEAR/DAR before calling handle_page_faultChristophe Leroy1-0/+2
2019-06-16powerpc/32: fix build failure on book3e with KVMChristophe Leroy1-2/+2
2019-06-15powerpc/booke: fix fast syscall entry on SMPChristophe Leroy1-3/+3
2019-05-03powerpc/32: implement fast entry for syscalls on BOOKEChristophe Leroy1-5/+98
2019-05-03powerpc/32: get rid of COPY_EE in exception entryChristophe Leroy1-14/+8
2019-05-03powerpc/32: Enter exceptions with MSR_EE unsetChristophe Leroy1-10/+2
2019-05-03powerpc/32: enter syscall with MSR_EE inconditionaly setChristophe Leroy1-0/+4
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy1-7/+1
2019-02-23powerpc: Rename THREAD_INFO to TASK_STACKChristophe Leroy1-2/+2
2018-12-30powerpc/fsl: Fixed warning: orphan section `__btb_flush_fixup'Diana Craciun1-6/+12
2018-12-20powerpc/fsl: Flush the branch predictor at each kernel entry (32 bit)Diana Craciun1-0/+6