summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/entry_32.S
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc/32: Handle bookE debugging in C in syscall entry/exitChristophe Leroy2021-02-111-7/+0
* powerpc/32: Remove the counter in global_dbcr0Christophe Leroy2021-02-111-9/+3
* powerpc/32: Remove verification of MSR_PR on syscall in the ASM entryChristophe Leroy2021-02-111-30/+0
* powerpc/syscall: implement system call entry/exit logic in C for PPC32Christophe Leroy2021-02-111-194/+30
* powerpc/32: Always save non volatile GPRs at syscall entryChristophe Leroy2021-02-111-45/+1
* powerpc/32s: Add missing call to kuep_lock on syscall entryChristophe Leroy2021-02-111-0/+3
* powerpc: bad_page_fault get registers from regsNicholas Piggin2021-02-091-2/+1
* powerpc/32: transfer can avoid saving r4/r5 over trace callNicholas Piggin2021-02-091-6/+1
* powerpc/32s: move DABR match out of handle_page_faultChristophe Leroy2021-02-091-15/+0
* powerpc/fault: Perform exception fixup in do_page_fault()Christophe Leroy2020-12-091-1/+1
* powerpc/44x: Don't support 47x code and non 47x code at the same timeChristophe Leroy2020-12-041-8/+3
* powerpc: Remove RFI macroChristophe Leroy2020-11-191-6/+24
* powerpc: Replace RFI by rfi on book3s/32 and bookeChristophe Leroy2020-11-191-3/+3
* powerpc: Remove support for PowerPC 601Christophe Leroy2020-10-081-18/+0