summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/entry_32.S
AgeCommit message (Expand)Author
2021-03-29powerpc/32: Manage KUAP in CChristophe Leroy
2021-03-29powerpc/32s: Move KUEP locking/unlocking in CChristophe Leroy
2021-03-29powerpc/32: Only use prepare_transfer_to_handler function on book3s/32 and e500Christophe Leroy
2021-03-29powerpc/32: Return directly from power_save_ppc32_restore()Christophe Leroy
2021-03-29powerpc/32: Save remaining registers in exception prologChristophe Leroy
2021-03-29powerpc/32: Dismantle EXC_XFER_STD/LITE/TEMPLATEChristophe Leroy
2021-03-29powerpc/32: Only restore non volatile registers when requiredChristophe Leroy
2021-03-29powerpc/32: Add a prepare_transfer_to_handler macro for exception prologsChristophe Leroy
2021-03-29powerpc/32: Call bad_page_fault() from do_page_fault()Christophe Leroy
2021-03-29powerpc/32: Set regs parameter in r3 in transfer_to_handlerChristophe Leroy
2021-03-29powerpc/32: Don't save thread.regs on interrupt entryChristophe Leroy
2021-03-29powerpc/32: Replace ASM exception exit by C exception exit from ppc64Christophe Leroy
2021-03-29powerpc/32: Always save non volatile registers on exception entryChristophe Leroy
2021-03-29powerpc/32: Perform normal function call in exception entryChristophe Leroy
2021-03-29powerpc/32: Refactor booke critical registers savingChristophe Leroy
2021-03-29powerpc/32: Enable instruction translation at the same time as data translationChristophe Leroy
2021-03-29powerpc/32: Always enable data translation in exception prologChristophe Leroy
2021-03-29powerpc/32: Remove ksp_limitChristophe Leroy
2021-03-29powerpc/32: Handle bookE debugging in C in exception entryChristophe Leroy
2021-03-29powerpc/32: Entry cpu time accounting in CChristophe Leroy
2021-03-29powerpc/32: Reconcile interrupts in CChristophe Leroy
2021-03-29powerpc/40x: Prepare normal exception handler for enabling MMU earlyChristophe Leroy
2021-03-29powerpc/40x: Save SRR0/SRR1 and r10/r11 earlier in critical exceptionChristophe Leroy
2021-02-11powerpc/32: Handle bookE debugging in C in syscall entry/exitChristophe Leroy
2021-02-11powerpc/32: Remove the counter in global_dbcr0Christophe Leroy
2021-02-11powerpc/32: Remove verification of MSR_PR on syscall in the ASM entryChristophe Leroy
2021-02-11powerpc/syscall: implement system call entry/exit logic in C for PPC32Christophe Leroy
2021-02-11powerpc/32: Always save non volatile GPRs at syscall entryChristophe Leroy
2021-02-11powerpc/32s: Add missing call to kuep_lock on syscall entryChristophe Leroy
2021-02-09powerpc: bad_page_fault get registers from regsNicholas Piggin
2021-02-09powerpc/32: transfer can avoid saving r4/r5 over trace callNicholas Piggin
2021-02-09powerpc/32s: move DABR match out of handle_page_faultChristophe Leroy
2020-12-09powerpc/fault: Perform exception fixup in do_page_fault()Christophe Leroy
2020-12-04powerpc/44x: Don't support 47x code and non 47x code at the same timeChristophe Leroy
2020-11-19powerpc: Remove RFI macroChristophe Leroy
2020-11-19powerpc: Replace RFI by rfi on book3s/32 and bookeChristophe Leroy
2020-10-08powerpc: Remove support for PowerPC 601Christophe Leroy
2020-10-08powerpc: Drop SYNC_601() ISYNC_601() and SYNC()Christophe Leroy
2020-07-23powerpc: Select ARCH_HAS_MEMBARRIER_SYNC_CORENicholas Piggin
2020-06-02powerpc/entry32: Blacklist exception exit points for kprobe.Christophe Leroy
2020-06-02powerpc/entry32: Blacklist syscall exit points for kprobe.Christophe Leroy
2020-06-02powerpc/entry32: Blacklist exception entry points for kprobe.Christophe Leroy
2020-06-02powerpc/32: Blacklist functions running with MMU disabled for kprobeChristophe Leroy
2020-06-02powerpc/rtas: Remove machine_check_in_rtas()Christophe Leroy
2020-05-28powerpc: Remove IBM405 Erratum #77Christophe Leroy
2020-04-22powerpc/mm: Fix CONFIG_PPC_KUAP_DEBUG on PPC32Christophe Leroy
2020-03-10Merge branch 'fixes' into nextMichael Ellerman
2020-02-26powerpc/32: don't restore r0, r6-r8 on exception entry path after trace_hardi...Christophe Leroy
2020-02-19powerpc/32: Warn and return ENOSYS on syscalls from kernelChristophe Leroy
2020-02-19powerpc/entry: Fix an #if which should be an #ifdef in entry_32.SChristophe Leroy