summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/head_64.S
AgeCommit message (Expand)AuthorFilesLines
2021-07-26powerpc/kexec: blacklist functions called in real mode for kprobeHari Bathini1-0/+2
2021-06-24powerpc/64: move interrupt return asm to interrupt_64.SNicholas Piggin1-1/+4
2021-06-16powerpc: Define swapper_pg_dir[] in CChristophe Leroy1-15/+0
2021-06-16powerpc: Define empty_zero_page[] in CChristophe Leroy1-5/+0
2020-12-09powerpc/64s: Remove MSR[ISF] bitNicholas Piggin1-2/+1
2020-12-03powerpc/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-14Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+2
2019-06-15powerpc/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
2016-11-30powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.Thiago Jung Bauermann1-1/+1
2016-11-28powerpc/64e: Convert cmpi to cmpwi in head_64.SNicholas Piggin1-4/+4
2016-11-14powerpc/64: Add an option to force run-at-load to test relocationNicholas Piggin1-1/+8
2016-10-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-0/+2
2016-10-04powerpc: Use gas sections for arranging exception vectorsNicholas Piggin1-15/+29
2016-10-04powerpc/64: Change the way relocation copy is calculatedNicholas Piggin1-4/+9
2016-08-08ppc: move exports to definitionsAl Viro1-0/+2
2016-07-21powerpc/64: Move the content of setup_system() to setup_arch()Benjamin Herrenschmidt1-4/+1
2016-06-14powerpc: Define and use PPC64_ELF_ABI_v2/v1Michael Ellerman1-1/+1
2016-05-11powerpc/mm/radix: Make sure swapper pgdir is properly alignedAneesh Kumar K.V1-5/+8
2016-03-16powerpc/book3e-64: Use hardcoded mttmr opcodeScott Wood1-4/+5
2016-03-05powerpc/mpc85xx: Add CPU hotplug support for E6500chenhui zhao1-0/+78
2016-03-05powerpc/rcpm: add RCPM driverchenhui zhao1-0/+19
2015-10-28powerpc/book3e: support CONFIG_RELOCATABLETiejun Chen1-3/+19
2015-10-28powerpc/booke64: Fix args to copy_and_flushTiejun Chen1-4/+7
2015-10-28powerpc/e6500: kexec: Handle hardware threadsScott Wood1-0/+16
2014-08-05Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt1-0/+22
2014-07-30powerpc/e6500: Add support for hardware threadsAndy Fleming1-0/+22
2014-07-28powerpc: Remove STAB codeMichael Ellerman1-3/+5
2014-04-23powerpc: Fix SMP issues with ppc64le ABIv2Anton Blanchard1-10/+8
2014-04-23powerpc: ABIv2 function calls must place target address in r12Anton Blanchard1-9/+11
2014-04-23powerpc: Remove some unnecessary uses of _GLOBAL() and _STATIC()Anton Blanchard1-6/+6
2014-04-23powerpc: Remove superflous function descriptors in assembly only codeAnton Blanchard1-4/+5
2014-04-23powerpc: No need to use dot symbols when branching to a functionAnton Blanchard1-33/+33