summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/entry_32.S
AgeCommit message (Expand)Author
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
2020-02-18powerpc/chrp: Fix enter_rtas() with CONFIG_VMAP_STACKChristophe Leroy
2020-02-08powerpc: Fix CONFIG_TRACE_IRQFLAGS with CONFIG_VMAP_STACKChristophe Leroy
2020-02-04Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-01-28powerpc/32s: Fix CPU wake-up from sleep modeChristophe Leroy
2020-01-27powerpc/32s: Enable CONFIG_VMAP_STACKChristophe Leroy
2020-01-27powerpc/32: Add early stack overflow detection with VMAP stack.Christophe Leroy
2020-01-26powerpc/32: prepare for CONFIG_VMAP_STACKChristophe Leroy
2020-01-26powerpc/32: save DEAR/DAR before calling handle_page_faultChristophe Leroy
2020-01-26powerpc/32: replace MTMSRD() by mtmsrChristophe Leroy
2019-12-08sched/rt, powerpc: Use CONFIG_PREEMPTIONThomas Gleixner
2019-08-28powerpc/32s: get rid of CPU_FTR_601 featureChristophe Leroy
2019-08-27powerpc/32: replace LOAD_MSR_KERNEL() by LOAD_REG_IMMEDIATE()Christophe Leroy
2019-07-29powerpc: Wire up clone3 syscallMichael Ellerman
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-03powerpc/entry: Remove unneeded need_resched() loopValentin Schneider
2019-05-03powerpc/32: Don't add dummy frames when calling trace_hardirqs_on/offChristophe Leroy
2019-05-03powerpc/32: don't do syscall stuff in transfer_to_handlerChristophe Leroy
2019-05-03powerpc/32: implement fast entry for syscalls on BOOKEChristophe Leroy
2019-05-03powerpc/32: implement fast entry for syscalls on non BOOKEChristophe Leroy
2019-05-03powerpc: Fix 32-bit handling of MSR_EE on exceptionsChristophe Leroy
2019-05-03powerpc/32: move LOAD_MSR_KERNEL() into head_32.h and use itChristophe Leroy
2019-04-21powerpc/32s: Implement Kernel Userspace Execution Prevention.Christophe Leroy
2019-04-21powerpc/32: Prepare for Kernel Userspace Access ProtectionChristophe Leroy
2019-04-21powerpc/32: Remove MSR_PR test when returning from syscallChristophe Leroy
2019-03-04powerpc/32: Clear on-stack exception marker upon exception returnChristophe Leroy
2019-02-23powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPUChristophe Leroy
2019-02-23powerpc: regain entire stack spaceChristophe Leroy
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy
2019-02-23powerpc: Rename THREAD_INFO to TASK_STACKChristophe Leroy
2019-02-22powerpc/32: Fix CONFIG_VIRT_CPU_ACCOUNTING_NATIVE for 40x/bookeChristophe Leroy
2019-02-22powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTASChristophe Leroy
2019-02-22powerpc/32: Remove unneccessary MSR[RI] clearing for 8xxChristophe Leroy
2018-11-26powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy
2018-10-03powerpc/traps: merge unrecoverable_exception() and nonrecoverable_exception()Christophe Leroy
2018-08-08powerpc/fsl: Sanitize the syscall table for NXP PowerPC 32 bit platformsDiana Craciun
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy
2018-07-30powerpc/405: move PPC405_ERR77 in asm-405.hChristophe Leroy
2018-06-06powerpc: Add syscall detection for restartable sequencesBoqun Feng
2018-01-16powerpc/8xx: Only perform perf counting when perf is in use.Christophe Leroy
2017-08-15powerpc/32: Avoid risk of unrecoverable TLBmiss inside entry_32.SChristophe Leroy
2017-08-08powerpc/32: Fix boot failure on non 6xx platformsChristophe Leroy
2017-08-03powerpc/6xx: Handle DABR match before calling do_page_faultBenjamin Herrenschmidt
2017-04-27powerpc: Split ftrace bits into a separate fileNaveen N. Rao
2017-03-01Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-01-26powerpc/8xx: Perf events on PPC 8xxChristophe Leroy
2017-01-26powerpc/32: Remove FIX_SRR1Christophe Leroy