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