summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/entry_64.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc/security: Fix link stack flush instructionNicholas Piggin2020-10-081-2/+6
* powerpc/64s: scv entry should set PPRNicholas Piggin2020-08-271-0/+4
* Merge branch 'scv' support into nextMichael Ellerman2020-07-231-2/+169
|\
| * powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin2020-07-221-2/+169
* | powerpc/64: Fix an out of date comment about MMIO orderingPalmer Dabbelt2020-07-231-1/+1
* | powerpc/64s: Move branch cache flushing bcctr variant to ppc-ops.hNicholas Piggin2020-07-161-4/+2
* | powerpc/security: re-name count cache flush to branch cache flushNicholas Piggin2020-07-161-4/+3
* | powerpc/64: indirect function call use bctrl rather than blrl in ret_from_ker...Nicholas Piggin2020-06-221-2/+2
|/
* powerpc/64s/kuap: Conditionally restore AMR in kuap_restore_amr asmNicholas Piggin2020-05-281-4/+4
* powerpc/64s/kuap: Restore AMR in fast_interrupt_returnNicholas Piggin2020-05-071-1/+3
* powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek2020-04-031-0/+2
* powerpc/64/syscall: Reconcile interruptsNicholas Piggin2020-04-011-0/+11
* powerpc/64s/exception: Remove lite interrupt returnNicholas Piggin2020-04-011-6/+0
* powerpc/64s: Implement interrupt exit logic in CNicholas Piggin2020-04-011-370/+117
* powerpc/64/syscall: Zero volatile registers when returningNicholas Piggin2020-04-011-0/+13
* powerpc/64/sycall: Implement syscall entry/exit logic in CNicholas Piggin2020-04-011-285/+41
* powerpc/64/syscall: Remove non-volatile GPR save optimisationNicholas Piggin2020-04-011-59/+13
* Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-02-041-12/+6
|\
| * powerpc/64: Use {SAVE,REST}_NVGPRS macrosJordan Niethe2020-01-061-12/+6
* | sched/rt, powerpc: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-2/+2
|/
* powerpc/book3s64: Fix link stack flush on context switchMichael Ellerman2019-11-141-0/+6
* powerpc/64: remove support for kernel-mode syscallsNicholas Piggin2019-08-281-15/+6
* powerpc: Wire up clone3 syscallMichael Ellerman2019-07-291-0/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* powerpc/entry: Remove unneeded need_resched() loopValentin Schneider2019-05-031-7/+1
* powerpc/64s: Implement KUAP for Radix MMUMichael Ellerman2019-04-211-2/+25
* powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFOChristophe Leroy2019-02-231-5/+5
* powerpc: Don't use CURRENT_THREAD_INFO to find the stackChristophe Leroy2019-02-231-1/+1
* powerpc/64s: Remove MSR_RI optimisation in system_call_exit()Michael Ellerman2019-02-231-20/+14
* powerpc/64s: Clear on-stack exception marker upon exception returnNicolai Stange2019-01-311-0/+7
* powerpc: split compat syscall table out from native tableFiroz Khan2018-12-211-2/+5
* powerpc/tm: Save MSR to PACA before RFIDBreno Leitao2018-12-211-0/+4
* powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)Diana Craciun2018-12-201-0/+5
* powerpc/64: Interrupts save PPR on stack rather than thread_structNicholas Piggin2018-10-141-10/+5
* powerpc: Use SWITCH_FRAME_SIZE for prom and rtas entryJoel Stanley2018-10-131-5/+5
* powerpc: Redefine TIF_32BITS thread flagBreno Leitao2018-10-031-1/+1
* powerpc/64: add stack protector supportChristophe Leroy2018-10-031-0/+4
* powerpc/64s/hash: avoid the POWER5 < DD2.1 slb invalidate workaround on POWER8/9Nicholas Piggin2018-09-191-0/+2
* powerpc/64s: Add support for software count cache flushMichael Ellerman2018-08-081-0/+54
* powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy2018-07-301-0/+1
* powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-301-0/+1
* powerpc/64s: make PACA_IRQ_HARD_DIS track MSR[EE] closelyNicholas Piggin2018-07-241-0/+8
* Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-101-0/+8
|\
| * powerpc: Add syscall detection for restartable sequencesBoqun Feng2018-06-061-0/+8
* | powerpc/64: Use barrier_nospec in syscall entryMichael Ellerman2018-06-031-0/+10
* | powerpc/mm/hash: Add missing isync prior to kernel stack SLB switchAneesh Kumar K.V2018-06-031-0/+1
|/
* powerpc/64s: Set assembler machine type to POWER4Nicholas Piggin2018-04-011-1/+1
* Merge branch 'fixes' into nextMichael Ellerman2018-01-211-8/+36
|\
| * powerpc/64: Convert fast_exception_return to use RFI_TO_USER/KERNELNicholas Piggin2018-01-101-2/+16
| * powerpc/64: Convert the syscall exit path to use RFI_TO_USER/KERNELNicholas Piggin2018-01-101-1/+11