summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/entry_32.S (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* powerpc/rtas: Remove machine_check_in_rtas()Christophe Leroy2020-06-021-6/+0
* powerpc: Remove IBM405 Erratum #77Christophe Leroy2020-05-281-11/+0
* powerpc/mm: Fix CONFIG_PPC_KUAP_DEBUG on PPC32Christophe Leroy2020-04-221-1/+1
* Merge branch 'fixes' into nextMichael Ellerman2020-03-101-4/+9
|\
| * powerpc/entry: Fix an #if which should be an #ifdef in entry_32.SChristophe Leroy2020-02-191-2/+2
| * powerpc/chrp: Fix enter_rtas() with CONFIG_VMAP_STACKChristophe Leroy2020-02-181-2/+7
* | powerpc/32: don't restore r0, r6-r8 on exception entry path after trace_hardi...Christophe Leroy2020-02-261-8/+3
* | powerpc/32: Warn and return ENOSYS on syscalls from kernelChristophe Leroy2020-02-191-0/+27
|/
* powerpc: Fix CONFIG_TRACE_IRQFLAGS with CONFIG_VMAP_STACKChristophe Leroy2020-02-081-1/+1
* Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-02-041-13/+19
|\
| * powerpc/32s: Fix CPU wake-up from sleep modeChristophe Leroy2020-01-281-1/+2
| * powerpc/32s: Enable CONFIG_VMAP_STACKChristophe Leroy2020-01-271-1/+1
| * powerpc/32: Add early stack overflow detection with VMAP stack.Christophe Leroy2020-01-271-0/+4
| * powerpc/32: prepare for CONFIG_VMAP_STACKChristophe Leroy2020-01-261-1/+3
| * powerpc/32: save DEAR/DAR before calling handle_page_faultChristophe Leroy2020-01-261-1/+0
| * powerpc/32: replace MTMSRD() by mtmsrChristophe Leroy2020-01-261-9/+9
* | sched/rt, powerpc: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-2/+2
|/
* powerpc/32s: get rid of CPU_FTR_601 featureChristophe Leroy2019-08-281-6/+16
* powerpc/32: replace LOAD_MSR_KERNEL() by LOAD_REG_IMMEDIATE()Christophe Leroy2019-08-271-9/+9
* powerpc: Wire up clone3 syscallMichael Ellerman2019-07-291-0/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* powerpc/entry: Remove unneeded need_resched() loopValentin Schneider2019-05-021-4/+1
* powerpc/32: Don't add dummy frames when calling trace_hardirqs_on/offChristophe Leroy2019-05-021-14/+2
* powerpc/32: don't do syscall stuff in transfer_to_handlerChristophe Leroy2019-05-021-19/+0
* powerpc/32: implement fast entry for syscalls on BOOKEChristophe Leroy2019-05-021-7/+0
* powerpc/32: implement fast entry for syscalls on non BOOKEChristophe Leroy2019-05-021-0/+32
* powerpc: Fix 32-bit handling of MSR_EE on exceptionsChristophe Leroy2019-05-021-49/+67
* powerpc/32: move LOAD_MSR_KERNEL() into head_32.h and use itChristophe Leroy2019-05-021-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-031-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-211-5/+7
* powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTASChristophe Leroy2019-02-211-2/+3
* powerpc/32: Remove unneccessary MSR[RI] clearing for 8xxChristophe Leroy2019-02-211-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-071-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