summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/head_booke.h
AgeCommit message (Expand)AuthorFilesLines
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...Christophe Leroy1-5/+2
2021-02-11powerpc/32: Always enable data translation on syscall entryChristophe Leroy1-2/+0
2021-02-08powerpc: DebugException remove argsNicholas Piggin1-0/+2
2021-02-08powerpc: 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-15powerpc/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-02powerpc/32: implement fast entry for syscalls on BOOKEChristophe Leroy1-5/+98
2019-05-02powerpc/32: get rid of COPY_EE in exception entryChristophe Leroy1-14/+8
2019-05-02powerpc/32: Enter exceptions with MSR_EE unsetChristophe Leroy1-10/+2
2019-05-02powerpc/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
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2013-05-02powerpc: Fix interrupt range check on debug exceptionBharat Bhushan1-8/+8
2013-04-30powerpc/booke: Remove obsolete macro FINISH_EXCEPTIONKevin Hao1-5/+0
2012-04-08KVM: PPC: booke: category E.HV (GS-mode) supportScott Wood1-4/+24
2012-04-08powerpc/booke: Provide exception macros with interrupt nameScott Wood1-19/+22
2012-03-09powerpc: Call do_page_fault() with interrupts offBenjamin Herrenschmidt1-2/+2
2011-06-23powerpc/85xx: Save scratch registers to thread info instead of using SPRGs.Ashish Kalra1-16/+26
2010-05-05powerpc/booke: Add Stack Marking support to Booke Exception PrologTorez Smith1-0/+4
2009-08-20powerpc: Use names rather than numbers for SPRGs (v2)Benjamin Herrenschmidt1-30/+20