aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/head_booke.h
AgeCommit message (Expand)Author
2021-11-29powerpc: flexible GPR range save/restore macrosNicholas Piggin
2021-10-29powerpc/32e: Ignore ESR in instruction storage interrupt handlerNicholas Piggin
2021-08-07powerpc/32: Fix critical and debug interrupts on BOOKEChristophe Leroy
2021-06-25powerpc/32: Avoid #ifdef nested with FTR_SECTION on booke syscall entryChristophe Leroy
2021-06-25powerpc/32: Reduce code duplication of system call entryChristophe Leroy
2021-06-25powerpc/32: Interchange r1 and r11 in SYSCALL_ENTRY on bookeChristophe Leroy
2021-03-29powerpc/32s: Move KUEP locking/unlocking in CChristophe Leroy
2021-03-29powerpc/32: Only use prepare_transfer_to_handler function on book3s/32 and e500Christophe Leroy
2021-03-29powerpc/32: Save remaining registers in exception prologChristophe Leroy
2021-03-29powerpc/32: Refactor saving of volatile registers in exception prologsChristophe Leroy
2021-03-29powerpc/32: Remove the xfer parameter in EXCEPTION() macroChristophe Leroy
2021-03-29powerpc/32: Dismantle EXC_XFER_STD/LITE/TEMPLATEChristophe Leroy
2021-03-29powerpc/32: Only restore non volatile registers when requiredChristophe Leroy
2021-03-29powerpc/32: Add a prepare_transfer_to_handler macro for exception prologsChristophe Leroy
2021-03-29powerpc/32: Save trap number on stack in exception prologChristophe Leroy
2021-03-29powerpc/32: Call bad_page_fault() from do_page_fault()Christophe Leroy
2021-03-29powerpc/32: Set regs parameter in r3 in transfer_to_handlerChristophe Leroy
2021-03-29powerpc/32: Always save non volatile registers on exception entryChristophe Leroy
2021-03-29powerpc/32: Perform normal function call in exception entryChristophe Leroy
2021-03-29powerpc/32: Refactor booke critical registers savingChristophe Leroy
2021-03-29powerpc/32: Enable instruction translation at the same time as data translationChristophe Leroy
2021-03-29powerpc/32: Remove ksp_limitChristophe Leroy
2021-02-11powerpc/32: Handle bookE debugging in C in syscall entry/exitChristophe Leroy
2021-02-11powerpc/32: Remove the counter in global_dbcr0Christophe Leroy
2021-02-11powerpc/32: Remove verification of MSR_PR on syscall in the ASM entryChristophe Leroy
2021-02-11powerpc/syscall: implement system call entry/exit logic in C for PPC32Christophe Leroy
2021-02-11powerpc/32: Always save non volatile GPRs at syscall entryChristophe Leroy
2021-02-11powerpc/32: On syscall entry, enable instruction translation at the same time...Christophe Leroy
2021-02-11powerpc/32: Always enable data translation on syscall entryChristophe Leroy
2021-02-09powerpc: DebugException remove argsNicholas Piggin
2021-02-09powerpc: remove arguments from fault handler functionsNicholas Piggin
2020-12-05powerpc: Retire e200 core (mpc555x processor)Christophe Leroy
2020-11-19powerpc: Replace RFI by rfi on book3s/32 and bookeChristophe Leroy
2020-10-08powerpc: Remove SYNC on non 6xxChristophe Leroy
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy
2020-02-19powerpc/32: Warn and return ENOSYS on syscalls from kernelChristophe Leroy
2020-01-26powerpc/32: save DEAR/DAR before calling handle_page_faultChristophe Leroy
2019-06-16powerpc/32: fix build failure on book3e with KVMChristophe Leroy
2019-06-15powerpc/booke: fix fast syscall entry on SMPChristophe Leroy
2019-05-03powerpc/32: implement fast entry for syscalls on 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-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy
2019-02-23powerpc: Rename THREAD_INFO to TASK_STACKChristophe Leroy
2018-12-30powerpc/fsl: Fixed warning: orphan section `__btb_flush_fixup'Diana Craciun
2018-12-20powerpc/fsl: Flush the branch predictor at each kernel entry (32 bit)Diana Craciun
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2013-05-02powerpc: Fix interrupt range check on debug exceptionBharat Bhushan
2013-04-30powerpc/booke: Remove obsolete macro FINISH_EXCEPTIONKevin Hao