summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/entry_32.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc/47x: Fix 47x syscall return crashMichael Ellerman2023-10-111-3/+5
* powerpc: remove unneeded #include <asm/export.h>Masahiro Yamada2023-08-161-1/+0
* powerpc: merge 32-bit and 64-bit _switch implementationNicholas Piggin2023-06-151-52/+0
* powerpc/32: Rearrange _switch to prepare for 32/64 mergeNicholas Piggin2023-06-141-5/+5
* powerpc/32: Remove sync from _switchNicholas Piggin2023-06-141-7/+1
* powerpc: differentiate kthread from user kernel thread startNicholas Piggin2023-04-111-2/+18
* powerpc: use switch frame for ret_from_kernel_thread parametersNicholas Piggin2023-04-111-1/+0
* powerpc: copy_thread make ret_from_fork register setup consistentNicholas Piggin2023-04-111-1/+1
* Merge branch 'topic/objtool' into nextMichael Ellerman2022-12-081-3/+6
|\
| * powerpc/32: Fix objtool unannotated intra-function call warningsChristophe Leroy2022-11-181-3/+6
* | powerpc: add a define for the switch frame size and regs offsetNicholas Piggin2022-12-021-3/+3
* | powerpc: add a definition for the marker offset within the interrupt frameNicholas Piggin2022-12-021-1/+1
* | powerpc: add definition for pt_regs offset within an interrupt frameNicholas Piggin2022-12-021-3/+3
|/
* powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKERNicholas Piggin2022-09-281-3/+3
* powerpc: Change system_call_exception calling conventionRohan McLure2022-09-281-3/+3
* powerpc/32: Clarify interrupt restores with REST_GPR macro in entry_32.SRohan McLure2022-09-261-20/+13
* powerpc: Save caller r3 prior to system_call_exceptionRohan McLure2022-09-261-0/+1
* powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy2022-09-261-1/+1
* powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe Leroy2022-09-261-2/+2
* powerpc/rtas: Move rtas entry assembly into its own fileNicholas Piggin2022-05-191-49/+0
* powerpc/config: Add CONFIG_BOOKE_OR_40xChristophe Leroy2021-12-091-1/+1
* powerpc/32s: Save content of sr0 to avoid 'mfsr'Christophe Leroy2021-12-091-5/+3
* powerpc/32s: Do kuep_lock() and kuep_unlock() in assemblyChristophe Leroy2021-12-091-0/+31
* powerpc: flexible GPR range save/restore macrosNicholas Piggin2021-11-291-14/+9
* powerpc/32: indirect function call use bctrl rather than blrl in ret_from_ker...Christophe Leroy2021-08-251-2/+2
* powerpc/32: Reduce code duplication of system call entryChristophe Leroy2021-06-251-0/+19
* powerpc: Don't handle ALTIVEC/SPE in ASM in _switch(). Do it in C.Christophe Leroy2021-06-161-35/+0
* powerpc/32: Manage KUAP in CChristophe Leroy2021-03-291-8/+0
* powerpc/32s: Move KUEP locking/unlocking in CChristophe Leroy2021-03-291-16/+0
* powerpc/32: Only use prepare_transfer_to_handler function on book3s/32 and e500Christophe Leroy2021-03-291-4/+2
* powerpc/32: Return directly from power_save_ppc32_restore()Christophe Leroy2021-03-291-3/+0
* powerpc/32: Save remaining registers in exception prologChristophe Leroy2021-03-291-23/+4
* powerpc/32: Dismantle EXC_XFER_STD/LITE/TEMPLATEChristophe Leroy2021-03-291-41/+1
* powerpc/32: Only restore non volatile registers when requiredChristophe Leroy2021-03-291-1/+0
* powerpc/32: Add a prepare_transfer_to_handler macro for exception prologsChristophe Leroy2021-03-291-0/+3
* powerpc/32: Call bad_page_fault() from do_page_fault()Christophe Leroy2021-03-291-16/+0
* powerpc/32: Set regs parameter in r3 in transfer_to_handlerChristophe Leroy2021-03-291-2/+1
* powerpc/32: Don't save thread.regs on interrupt entryChristophe Leroy2021-03-291-4/+1
* powerpc/32: Replace ASM exception exit by C exception exit from ppc64Christophe Leroy2021-03-291-318/+118
* powerpc/32: Always save non volatile registers on exception entryChristophe Leroy2021-03-291-12/+1
* powerpc/32: Perform normal function call in exception entryChristophe Leroy2021-03-291-10/+4
* powerpc/32: Refactor booke critical registers savingChristophe Leroy2021-03-291-33/+0
* powerpc/32: Enable instruction translation at the same time as data translationChristophe Leroy2021-03-291-18/+12
* powerpc/32: Always enable data translation in exception prologChristophe Leroy2021-03-291-12/+7
* powerpc/32: Remove ksp_limitChristophe Leroy2021-03-291-66/+2
* powerpc/32: Handle bookE debugging in C in exception entryChristophe Leroy2021-03-291-23/+0
* powerpc/32: Entry cpu time accounting in CChristophe Leroy2021-03-291-1/+0
* powerpc/32: Reconcile interrupts in CChristophe Leroy2021-03-291-58/+0
* powerpc/40x: Prepare normal exception handler for enabling MMU earlyChristophe Leroy2021-03-291-1/+1
* powerpc/40x: Save SRR0/SRR1 and r10/r11 earlier in critical exceptionChristophe Leroy2021-03-291-9/+0