summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/entry_64.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64: Rename entry_64.S to prom_entry_64.SNicholas Piggin2023-06-151-111/+0
* powerpc: merge 32-bit and 64-bit _switch implementationNicholas Piggin2023-06-151-229/+0
* powerpc/64: Rearrange 64-bit _switch to prepare for 32/64 mergeNicholas Piggin2023-06-141-20/+18
* powerpc/64s: move stack SLB pinning out of line from _switchNicholas Piggin2023-06-141-51/+62
* powerpc: Curb objtool unannotated intra-function call warningsSathvika Vasireddy2022-11-151-0/+2
* powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy2022-09-261-3/+3
* powerpc/rtas: Move rtas entry assembly into its own fileNicholas Piggin2022-05-191-150/+0
* powerpc/rtas: Keep MSR[RI] set when calling RTASLaurent Dufour2022-05-111-12/+12
* powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin2021-12-091-2/+2
* powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoChristophe Leroy2021-08-151-1/+1
* powerpc/64: move interrupt return asm to interrupt_64.SNicholas Piggin2021-06-241-623/+0
* powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin2021-06-241-7/+85
* powerpc/64s: introduce different functions to return from SRR vs HSRR interruptsNicholas Piggin2021-06-241-18/+47
* powerpc/64e/interrupt: reconcile irq soft-mask state in CNicholas Piggin2021-04-141-10/+8
* powerpc/interrupt: update common interrupt code forNicholas Piggin2021-04-141-2/+7
* powerpc/64e/interrupt: always save nvgprs on interruptNicholas Piggin2021-04-141-13/+0
* Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-02-221-2/+6
|\
| * powerpc/syscall: Save r3 in regs->orig_r3Christophe Leroy2021-02-111-2/+0
| * powerpc/64s: syscall real mode entry use mtmsrd rather than rfidNicholas Piggin2021-02-111-0/+6
* | powerpc/64s: fix scv entry fallback flush vs interruptNicholas Piggin2021-01-201-1/+1
|/
* powerpc/64s: Remove MSR[ISF] bitNicholas Piggin2020-12-091-1/+1
* powerpc/book3s64/pkeys: Optimize KUAP and KUEP feature disabled caseAneesh Kumar K.V2020-12-031-1/+1
* powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry a...Aneesh Kumar K.V2020-12-031-2/+4
* 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-021-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-021-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