summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/entry_32.S
AgeCommit message (Expand)AuthorFilesLines
2021-03-29powerpc/32: Enable instruction translation at the same time as data translationChristophe Leroy1-18/+12
2021-03-29powerpc/32: Always enable data translation in exception prologChristophe Leroy1-12/+7
2021-03-29powerpc/32: Remove ksp_limitChristophe Leroy1-66/+2
2021-03-29powerpc/32: Handle bookE debugging in C in exception entryChristophe Leroy1-23/+0
2021-03-29powerpc/32: Entry cpu time accounting in CChristophe Leroy1-1/+0
2021-03-29powerpc/32: Reconcile interrupts in CChristophe Leroy1-58/+0
2021-03-29powerpc/40x: Prepare normal exception handler for enabling MMU earlyChristophe Leroy1-1/+1
2021-03-29powerpc/40x: Save SRR0/SRR1 and r10/r11 earlier in critical exceptionChristophe Leroy1-9/+0
2021-02-11powerpc/32: Handle bookE debugging in C in syscall entry/exitChristophe Leroy1-7/+0
2021-02-11powerpc/32: Remove the counter in global_dbcr0Christophe Leroy1-9/+3
2021-02-11powerpc/32: Remove verification of MSR_PR on syscall in the ASM entryChristophe Leroy1-30/+0
2021-02-11powerpc/syscall: implement system call entry/exit logic in C for PPC32Christophe Leroy1-194/+30
2021-02-11powerpc/32: Always save non volatile GPRs at syscall entryChristophe Leroy1-45/+1
2021-02-11powerpc/32s: Add missing call to kuep_lock on syscall entryChristophe Leroy1-0/+3
2021-02-08powerpc: bad_page_fault get registers from regsNicholas Piggin1-2/+1
2021-02-08powerpc/32: transfer can avoid saving r4/r5 over trace callNicholas Piggin1-6/+1
2021-02-08powerpc/32s: move DABR match out of handle_page_faultChristophe Leroy1-15/+0
2020-12-09powerpc/fault: Perform exception fixup in do_page_fault()Christophe Leroy1-1/+1
2020-12-03powerpc/44x: Don't support 47x code and non 47x code at the same timeChristophe Leroy1-8/+3
2020-11-19powerpc: Remove RFI macroChristophe Leroy1-6/+24
2020-11-19powerpc: Replace RFI by rfi on book3s/32 and bookeChristophe Leroy1-3/+3
2020-10-08powerpc: Remove support for PowerPC 601Christophe Leroy1-18/+0
2020-10-08powerpc: Drop SYNC_601() ISYNC_601() and SYNC()Christophe Leroy1-16/+1
2020-07-23powerpc: Select ARCH_HAS_MEMBARRIER_SYNC_CORENicholas Piggin1-0/+6
2020-06-02powerpc/entry32: Blacklist exception exit points for kprobe.Christophe Leroy1-1/+8
2020-06-02powerpc/entry32: Blacklist syscall exit points for kprobe.Christophe Leroy1-0/+3
2020-06-02powerpc/entry32: Blacklist exception entry points for kprobe.Christophe Leroy1-15/+22
2020-06-02powerpc/32: Blacklist functions running with MMU disabled for kprobeChristophe Leroy1-0/+3
2020-06-02powerpc/rtas: Remove machine_check_in_rtas()Christophe Leroy1-6/+0
2020-05-28powerpc: Remove IBM405 Erratum #77Christophe Leroy1-11/+0
2020-04-22powerpc/mm: Fix CONFIG_PPC_KUAP_DEBUG on PPC32Christophe Leroy1-1/+1
2020-03-10Merge branch 'fixes' into nextMichael Ellerman1-4/+9
2020-02-26powerpc/32: don't restore r0, r6-r8 on exception entry path after trace_hardi...Christophe Leroy1-8/+3
2020-02-19powerpc/32: Warn and return ENOSYS on syscalls from kernelChristophe Leroy1-0/+27
2020-02-19powerpc/entry: Fix an #if which should be an #ifdef in entry_32.SChristophe Leroy1-2/+2
2020-02-18powerpc/chrp: Fix enter_rtas() with CONFIG_VMAP_STACKChristophe Leroy1-2/+7
2020-02-08powerpc: Fix CONFIG_TRACE_IRQFLAGS with CONFIG_VMAP_STACKChristophe Leroy1-1/+1
2020-02-04Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-13/+19
2020-01-28powerpc/32s: Fix CPU wake-up from sleep modeChristophe Leroy1-1/+2
2020-01-27powerpc/32s: Enable CONFIG_VMAP_STACKChristophe Leroy1-1/+1
2020-01-27powerpc/32: Add early stack overflow detection with VMAP stack.Christophe Leroy1-0/+4
2020-01-26powerpc/32: prepare for CONFIG_VMAP_STACKChristophe Leroy1-1/+3
2020-01-26powerpc/32: save DEAR/DAR before calling handle_page_faultChristophe Leroy1-1/+0
2020-01-26powerpc/32: replace MTMSRD() by mtmsrChristophe Leroy1-9/+9
2019-12-08sched/rt, powerpc: Use CONFIG_PREEMPTIONThomas Gleixner1-2/+2
2019-08-28powerpc/32s: get rid of CPU_FTR_601 featureChristophe Leroy1-6/+16
2019-08-27powerpc/32: replace LOAD_MSR_KERNEL() by LOAD_REG_IMMEDIATE()Christophe Leroy1-9/+9
2019-07-29powerpc: Wire up clone3 syscallMichael Ellerman1-0/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-02powerpc/entry: Remove unneeded need_resched() loopValentin Schneider1-4/+1