aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/entry_32.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-03powerpc/entry: Remove unneeded need_resched() loopValentin Schneider1-4/+1
2019-05-03powerpc/32: Don't add dummy frames when calling trace_hardirqs_on/offChristophe Leroy1-14/+2
2019-05-03powerpc/32: don't do syscall stuff in transfer_to_handlerChristophe Leroy1-19/+0
2019-05-03powerpc/32: implement fast entry for syscalls on BOOKEChristophe Leroy1-7/+0
2019-05-03powerpc/32: implement fast entry for syscalls on non BOOKEChristophe Leroy1-0/+32
2019-05-03powerpc: Fix 32-bit handling of MSR_EE on exceptionsChristophe Leroy1-49/+67
2019-05-03powerpc/32: move LOAD_MSR_KERNEL() into head_32.h and use itChristophe Leroy1-8/+1
2019-04-21powerpc/32s: Implement Kernel Userspace Execution Prevention.Christophe Leroy1-0/+9
2019-04-21powerpc/32: Prepare for Kernel Userspace Access ProtectionChristophe Leroy1-4/+12
2019-04-21powerpc/32: Remove MSR_PR test when returning from syscallChristophe Leroy1-5/+0
2019-03-04powerpc/32: Clear on-stack exception marker upon exception returnChristophe Leroy1-0/+9
2019-02-23powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPUChristophe Leroy1-37/+18
2019-02-23powerpc: regain entire stack spaceChristophe Leroy1-10/+4
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy1-5/+4
2019-02-23powerpc: Rename THREAD_INFO to TASK_STACKChristophe Leroy1-1/+1
2019-02-22powerpc/32: Fix CONFIG_VIRT_CPU_ACCOUNTING_NATIVE for 40x/bookeChristophe Leroy1-5/+7
2019-02-22powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTASChristophe Leroy1-2/+3
2019-02-22powerpc/32: Remove unneccessary MSR[RI] clearing for 8xxChristophe Leroy1-3/+0
2018-11-26powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy1-5/+5
2018-10-03powerpc/traps: merge unrecoverable_exception() and nonrecoverable_exception()Christophe Leroy1-2/+2
2018-08-08powerpc/fsl: Sanitize the syscall table for NXP PowerPC 32 bit platformsDiana Craciun1-0/+10
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy1-0/+1
2018-07-30powerpc/405: move PPC405_ERR77 in asm-405.hChristophe Leroy1-0/+1
2018-06-06powerpc: Add syscall detection for restartable sequencesBoqun Feng1-0/+7
2018-01-16powerpc/8xx: Only perform perf counting when perf is in use.Christophe Leroy1-5/+5
2017-08-15powerpc/32: Avoid risk of unrecoverable TLBmiss inside entry_32.SChristophe Leroy1-0/+7
2017-08-08powerpc/32: Fix boot failure on non 6xx platformsChristophe Leroy1-2/+2
2017-08-03powerpc/6xx: Handle DABR match before calling do_page_faultBenjamin Herrenschmidt1-0/+15
2017-04-27powerpc: Split ftrace bits into a separate fileNaveen N. Rao1-107/+0
2017-03-01Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-4/+15
2017-01-26powerpc/8xx: Perf events on PPC 8xxChristophe Leroy1-0/+15
2017-01-26powerpc/32: Remove FIX_SRR1Christophe Leroy1-4/+0
2017-01-24powerpc: Revert the initial stack protector supportMichael Ellerman1-5/+1
2016-11-23powerpc/32: Change the stack protector canary value per taskChristophe Leroy1-1/+5
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-0/+2
2016-09-23powerpc/32: Remove CLR_TOP32Christophe Leroy1-1/+0
2016-08-07ppc: move exports to definitionsAl Viro1-0/+2
2016-07-09powerpc32: provide VIRT_CPU_ACCOUNTINGChristophe Leroy1-0/+17
2015-07-29powerpc/kernel: Change the do_syscall_trace_enter() APIMichael Ellerman1-0/+4
2015-07-29powerpc/kernel: Switch to using MAX_ERRNOMichael Ellerman1-1/+2
2015-02-02powerpc: Remove old compile time disabled syscall tracing codeMichael Ellerman1-77/+0
2015-01-23powerpc: Rename _TIF_SYSCALL_T_OR_A to _TIF_SYSCALL_DOTRACEMichael Ellerman1-3/+3
2014-11-10powerpc/ftrace: Fix obsolete commentJiri Slaby1-1/+1
2014-11-10powerpc/ftrace: simplify prepare_ftrace_returnAnton Blanchard1-2/+8
2013-06-01powerpc/32bit:Store temporary result in r0 instead of r8Priyanka Jain1-1/+1
2013-05-14powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning againLi Zhong1-2/+0
2013-01-29powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning for ppc32Li Zhong1-0/+2
2012-10-14powerpc: switch to saner kernel_execve() semanticsAl Viro1-5/+0
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-0/+16