aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc/kernel/head_64.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+0
2023-08-16powerpc: remove unneeded #include <asm/export.h>Masahiro Yamada1-1/+0
2023-08-01powerpc/64e: Fix secondary thread bringup for ELFv2 kernelsMichael Ellerman1-2/+1
2023-04-20powerpc/64: vmlinux support building with PCREL addresingNicholas Piggin1-0/+14
2023-04-20powerpc: add CFUNC assembly label annotationNicholas Piggin1-6/+6
2023-04-20powerpc/64s: Run at the kernel virtual address earlier in bootNicholas Piggin1-38/+44
2023-04-20powerpc/64: Move initial base and TOC pointer calculationNicholas Piggin1-9/+22
2023-02-17powerpc/64: Fix unannotated intra-function call warningSathvika Vasireddy1-1/+2
2023-02-10powerpc/64e: Simplify address calculation in secondary hold loopNicholas Piggin1-5/+1
2023-02-10powerpc/64s: Refactor initialisation after promNicholas Piggin1-19/+25
2022-12-08Merge branch 'topic/objtool' into nextMichael Ellerman1-2/+5
2022-12-02powerpc: allow minimum sized kernel stack framesNicholas Piggin1-3/+3
2022-11-15powerpc: Fix objtool unannotated intra-function call warningsSathvika Vasireddy1-2/+5
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds1-0/+4
2022-09-28powerpc/64s/interrupt: halt early boot interrupts if paca is not set upNicholas Piggin1-0/+3
2022-09-28powerpc/64: provide a helper macro to load r2 with the kernel TOCNicholas Piggin1-2/+2
2022-09-28powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKERNicholas Piggin1-7/+0
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy1-20/+20
2022-09-20powerpc/64: don't refer nr_cpu_ids in asm code when it's undefinedYury Norov1-0/+4
2022-06-29powerpc/64e: KASAN Full support for BOOK3E/64Christophe Leroy1-0/+3
2022-05-22powerpc: Fix all occurences of "the the"Michael Ellerman1-1/+1
2022-05-19powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy1-1/+1
2021-12-23powerpc/64/asm: Do not reassign labelsDaniel Axtens1-9/+9
2021-12-23powerpc/toc: Future proof kernel tocAlan Modra1-1/+1
2021-07-26powerpc/kexec: blacklist functions called in real mode for kprobeHari Bathini1-0/+2
2021-06-25powerpc/64: move interrupt return asm to interrupt_64.SNicholas Piggin1-1/+4
2021-06-17powerpc: Define swapper_pg_dir[] in CChristophe Leroy1-15/+0
2021-06-17powerpc: Define empty_zero_page[] in CChristophe Leroy1-5/+0
2020-12-09powerpc/64s: Remove MSR[ISF] bitNicholas Piggin1-2/+1
2020-12-04powerpc/64: Fix an EMIT_BUG_ENTRY in head_64.SJordan Niethe1-1/+1
2020-11-19powerpc/64s: Replace RFI by RFI_TO_KERNEL and remove RFIChristophe Leroy1-2/+7
2020-11-02powerpc/64: Set up a kernel stack for secondaries before cpu_restore()Jordan Niethe1-4/+4
2020-09-08powerpc/64: Remove unused generic_secondary_thread_init()Michael Ellerman1-5/+2
2020-05-15powerpc/64: Don't initialise init_task->thread.regsMichael Ellerman1-8/+1
2020-03-25powerpc/64s: Fix section mismatch warnings from boot codeMichael Ellerman1-1/+3
2019-08-28powerpc/prom: convert PROM_BUG() to standard trapChristophe Leroy1-2/+4
2019-08-27powerpc/64: optimise LOAD_REG_IMMEDIATE_SYM()Christophe Leroy1-1/+1
2019-08-27powerpc: rewrite LOAD_REG_IMMEDIATE() as an intelligent macroChristophe Leroy1-1/+1
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+2
2019-06-16powerpc/64: mark start_here_multiplatform as __refChristophe Leroy1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-20powerpc/64: Fix booting large kernels with STRICT_KERNEL_RWXRussell Currey1-1/+3
2019-02-23powerpc/64: Simplify __secondary_start paca->kstack handlingMichael Ellerman1-11/+9
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy1-0/+1
2018-03-30powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin1-9/+10
2018-01-19powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan1-3/+3
2018-01-19powerpc/64: Add #defines for paca->soft_enabled flagsMadhavan Srinivasan1-2/+3
2017-11-10powerpc/powernv: Avoid waiting for secondary hold spinloop with OPALNicholas Piggin1-5/+11
2017-08-31powerpc/asm: Convert .llong directives to .8byteTobin C. Harding1-4/+4
2017-03-20powerpc/64: Allow for THREAD_SIZE > 16kHamish Martin1-1/+2