aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/entry_32.S
AgeCommit message (Expand)AuthorFilesLines
2022-12-08Merge branch 'topic/objtool' into nextGravatar Michael Ellerman 1-3/+6
2022-12-02powerpc: add a define for the switch frame size and regs offsetGravatar Nicholas Piggin 1-3/+3
2022-12-02powerpc: add a definition for the marker offset within the interrupt frameGravatar Nicholas Piggin 1-1/+1
2022-12-02powerpc: add definition for pt_regs offset within an interrupt frameGravatar Nicholas Piggin 1-3/+3
2022-11-18powerpc/32: Fix objtool unannotated intra-function call warningsGravatar Christophe Leroy 1-3/+6
2022-09-28powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKERGravatar Nicholas Piggin 1-3/+3
2022-09-28powerpc: Change system_call_exception calling conventionGravatar Rohan McLure 1-3/+3
2022-09-26powerpc/32: Clarify interrupt restores with REST_GPR macro in entry_32.SGravatar Rohan McLure 1-20/+13
2022-09-26powerpc: Save caller r3 prior to system_call_exceptionGravatar Rohan McLure 1-0/+1
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3E_MMUGravatar Christophe Leroy 1-1/+1
2022-09-26powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Gravatar Christophe Leroy 1-2/+2
2022-05-19powerpc/rtas: Move rtas entry assembly into its own fileGravatar Nicholas Piggin 1-49/+0
2021-12-09powerpc/config: Add CONFIG_BOOKE_OR_40xGravatar Christophe Leroy 1-1/+1
2021-12-09powerpc/32s: Save content of sr0 to avoid 'mfsr'Gravatar Christophe Leroy 1-5/+3
2021-12-09powerpc/32s: Do kuep_lock() and kuep_unlock() in assemblyGravatar Christophe Leroy 1-0/+31
2021-11-29powerpc: flexible GPR range save/restore macrosGravatar Nicholas Piggin 1-14/+9
2021-08-25powerpc/32: indirect function call use bctrl rather than blrl in ret_from_ker...Gravatar Christophe Leroy 1-2/+2
2021-06-25powerpc/32: Reduce code duplication of system call entryGravatar Christophe Leroy 1-0/+19
2021-06-16powerpc: Don't handle ALTIVEC/SPE in ASM in _switch(). Do it in C.Gravatar Christophe Leroy 1-35/+0
2021-03-29powerpc/32: Manage KUAP in CGravatar Christophe Leroy 1-8/+0
2021-03-29powerpc/32s: Move KUEP locking/unlocking in CGravatar Christophe Leroy 1-16/+0
2021-03-29powerpc/32: Only use prepare_transfer_to_handler function on book3s/32 and e500Gravatar Christophe Leroy 1-4/+2
2021-03-29powerpc/32: Return directly from power_save_ppc32_restore()Gravatar Christophe Leroy 1-3/+0
2021-03-29powerpc/32: Save remaining registers in exception prologGravatar Christophe Leroy 1-23/+4
2021-03-29powerpc/32: Dismantle EXC_XFER_STD/LITE/TEMPLATEGravatar Christophe Leroy 1-41/+1
2021-03-29powerpc/32: Only restore non volatile registers when requiredGravatar Christophe Leroy 1-1/+0
2021-03-29powerpc/32: Add a prepare_transfer_to_handler macro for exception prologsGravatar Christophe Leroy 1-0/+3
2021-03-29powerpc/32: Call bad_page_fault() from do_page_fault()Gravatar Christophe Leroy 1-16/+0
2021-03-29powerpc/32: Set regs parameter in r3 in transfer_to_handlerGravatar Christophe Leroy 1-2/+1
2021-03-29powerpc/32: Don't save thread.regs on interrupt entryGravatar Christophe Leroy 1-4/+1
2021-03-29powerpc/32: Replace ASM exception exit by C exception exit from ppc64Gravatar Christophe Leroy 1-318/+118
2021-03-29powerpc/32: Always save non volatile registers on exception entryGravatar Christophe Leroy 1-12/+1
2021-03-29powerpc/32: Perform normal function call in exception entryGravatar Christophe Leroy 1-10/+4
2021-03-29powerpc/32: Refactor booke critical registers savingGravatar Christophe Leroy 1-33/+0
2021-03-29powerpc/32: Enable instruction translation at the same time as data translationGravatar Christophe Leroy 1-18/+12
2021-03-29powerpc/32: Always enable data translation in exception prologGravatar Christophe Leroy 1-12/+7
2021-03-29powerpc/32: Remove ksp_limitGravatar Christophe Leroy 1-66/+2
2021-03-29powerpc/32: Handle bookE debugging in C in exception entryGravatar Christophe Leroy 1-23/+0
2021-03-29powerpc/32: Entry cpu time accounting in CGravatar Christophe Leroy 1-1/+0
2021-03-29powerpc/32: Reconcile interrupts in CGravatar Christophe Leroy 1-58/+0
2021-03-29powerpc/40x: Prepare normal exception handler for enabling MMU earlyGravatar Christophe Leroy 1-1/+1
2021-03-29powerpc/40x: Save SRR0/SRR1 and r10/r11 earlier in critical exceptionGravatar Christophe Leroy 1-9/+0
2021-02-11powerpc/32: Handle bookE debugging in C in syscall entry/exitGravatar Christophe Leroy 1-7/+0
2021-02-11powerpc/32: Remove the counter in global_dbcr0Gravatar Christophe Leroy 1-9/+3
2021-02-11powerpc/32: Remove verification of MSR_PR on syscall in the ASM entryGravatar Christophe Leroy 1-30/+0
2021-02-11powerpc/syscall: implement system call entry/exit logic in C for PPC32Gravatar Christophe Leroy 1-194/+30
2021-02-11powerpc/32: Always save non volatile GPRs at syscall entryGravatar Christophe Leroy 1-45/+1
2021-02-11powerpc/32s: Add missing call to kuep_lock on syscall entryGravatar Christophe Leroy 1-0/+3
2021-02-09powerpc: bad_page_fault get registers from regsGravatar Nicholas Piggin 1-2/+1
2021-02-09powerpc/32: transfer can avoid saving r4/r5 over trace callGravatar Nicholas Piggin 1-6/+1