summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/entry_32.S
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* powerpc/entry: Remove unneeded need_resched() loopValentin Schneider2019-05-031-4/+1
* powerpc/32: Don't add dummy frames when calling trace_hardirqs_on/offChristophe Leroy2019-05-031-14/+2
* powerpc/32: don't do syscall stuff in transfer_to_handlerChristophe Leroy2019-05-031-19/+0
* powerpc/32: implement fast entry for syscalls on BOOKEChristophe Leroy2019-05-031-7/+0
* powerpc/32: implement fast entry for syscalls on non BOOKEChristophe Leroy2019-05-031-0/+32
* powerpc: Fix 32-bit handling of MSR_EE on exceptionsChristophe Leroy2019-05-031-49/+67
* powerpc/32: move LOAD_MSR_KERNEL() into head_32.h and use itChristophe Leroy2019-05-031-8/+1
* powerpc/32s: Implement Kernel Userspace Execution Prevention.Christophe Leroy2019-04-211-0/+9
* powerpc/32: Prepare for Kernel Userspace Access ProtectionChristophe Leroy2019-04-211-4/+12
* powerpc/32: Remove MSR_PR test when returning from syscallChristophe Leroy2019-04-211-5/+0
* powerpc/32: Clear on-stack exception marker upon exception returnChristophe Leroy2019-03-041-0/+9
* powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPUChristophe Leroy2019-02-231-37/+18
* powerpc: regain entire stack spaceChristophe Leroy2019-02-231-10/+4
* powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy2019-02-231-5/+4
* powerpc: Rename THREAD_INFO to TASK_STACKChristophe Leroy2019-02-231-1/+1
* powerpc/32: Fix CONFIG_VIRT_CPU_ACCOUNTING_NATIVE for 40x/bookeChristophe Leroy2019-02-221-5/+7
* powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTASChristophe Leroy2019-02-221-2/+3
* powerpc/32: Remove unneccessary MSR[RI] clearing for 8xxChristophe Leroy2019-02-221-3/+0
* powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-261-5/+5
* powerpc/traps: merge unrecoverable_exception() and nonrecoverable_exception()Christophe Leroy2018-10-031-2/+2
* powerpc/fsl: Sanitize the syscall table for NXP PowerPC 32 bit platformsDiana Craciun2018-08-081-0/+10
* powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy2018-07-301-0/+1
* powerpc/405: move PPC405_ERR77 in asm-405.hChristophe Leroy2018-07-301-0/+1
* powerpc: Add syscall detection for restartable sequencesBoqun Feng2018-06-061-0/+7
* powerpc/8xx: Only perform perf counting when perf is in use.Christophe Leroy2018-01-161-5/+5
* powerpc/32: Avoid risk of unrecoverable TLBmiss inside entry_32.SChristophe Leroy2017-08-151-0/+7
* powerpc/32: Fix boot failure on non 6xx platformsChristophe Leroy2017-08-081-2/+2
* powerpc/6xx: Handle DABR match before calling do_page_faultBenjamin Herrenschmidt2017-08-031-0/+15
* powerpc: Split ftrace bits into a separate fileNaveen N. Rao2017-04-271-107/+0
* Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-03-011-4/+15
|\
| * powerpc/8xx: Perf events on PPC 8xxChristophe Leroy2017-01-261-0/+15
| * powerpc/32: Remove FIX_SRR1Christophe Leroy2017-01-261-4/+0
* | powerpc: Revert the initial stack protector supportMichael Ellerman2017-01-241-5/+1
|/
* powerpc/32: Change the stack protector canary value per taskChristophe Leroy2016-11-231-1/+5
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-141-0/+2
|\
| * ppc: move exports to definitionsAl Viro2016-08-071-0/+2
* | powerpc/32: Remove CLR_TOP32Christophe Leroy2016-09-231-1/+0
|/
* powerpc32: provide VIRT_CPU_ACCOUNTINGChristophe Leroy2016-07-091-0/+17
* powerpc/kernel: Change the do_syscall_trace_enter() APIMichael Ellerman2015-07-291-0/+4
* powerpc/kernel: Switch to using MAX_ERRNOMichael Ellerman2015-07-291-1/+2
* powerpc: Remove old compile time disabled syscall tracing codeMichael Ellerman2015-02-021-77/+0
* powerpc: Rename _TIF_SYSCALL_T_OR_A to _TIF_SYSCALL_DOTRACEMichael Ellerman2015-01-231-3/+3
* powerpc/ftrace: Fix obsolete commentJiri Slaby2014-11-101-1/+1
* powerpc/ftrace: simplify prepare_ftrace_returnAnton Blanchard2014-11-101-2/+8
* powerpc/32bit:Store temporary result in r0 instead of r8Priyanka Jain2013-06-011-1/+1
* powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning againLi Zhong2013-05-141-2/+0
* powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning for ppc32Li Zhong2013-01-291-0/+2
* powerpc: switch to saner kernel_execve() semanticsAl Viro2012-10-141-5/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-0/+16
|\