summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/head_64.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy2022-09-261-20/+20
* powerpc/64e: KASAN Full support for BOOK3E/64Christophe Leroy2022-06-291-0/+3
* powerpc: Fix all occurences of "the the"Michael Ellerman2022-05-221-1/+1
* powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy2022-05-191-1/+1
* powerpc/64/asm: Do not reassign labelsDaniel Axtens2021-12-231-9/+9
* powerpc/toc: Future proof kernel tocAlan Modra2021-12-231-1/+1
* powerpc/kexec: blacklist functions called in real mode for kprobeHari Bathini2021-07-261-0/+2
* powerpc/64: move interrupt return asm to interrupt_64.SNicholas Piggin2021-06-251-1/+4
* powerpc: Define swapper_pg_dir[] in CChristophe Leroy2021-06-171-15/+0
* powerpc: Define empty_zero_page[] in CChristophe Leroy2021-06-171-5/+0
* powerpc/64s: Remove MSR[ISF] bitNicholas Piggin2020-12-091-2/+1
* powerpc/64: Fix an EMIT_BUG_ENTRY in head_64.SJordan Niethe2020-12-041-1/+1
* powerpc/64s: Replace RFI by RFI_TO_KERNEL and remove RFIChristophe Leroy2020-11-191-2/+7
* powerpc/64: Set up a kernel stack for secondaries before cpu_restore()Jordan Niethe2020-11-021-4/+4
* powerpc/64: Remove unused generic_secondary_thread_init()Michael Ellerman2020-09-081-5/+2
* powerpc/64: Don't initialise init_task->thread.regsMichael Ellerman2020-05-151-8/+1
* powerpc/64s: Fix section mismatch warnings from boot codeMichael Ellerman2020-03-251-1/+3
* powerpc/prom: convert PROM_BUG() to standard trapChristophe Leroy2019-08-281-2/+4
* powerpc/64: optimise LOAD_REG_IMMEDIATE_SYM()Christophe Leroy2019-08-271-1/+1
* powerpc: rewrite LOAD_REG_IMMEDIATE() as an intelligent macroChristophe Leroy2019-08-271-1/+1
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-0/+2
|\
| * powerpc/64: mark start_here_multiplatform as __refChristophe Leroy2019-06-161-0/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* powerpc/64: Fix booting large kernels with STRICT_KERNEL_RWXRussell Currey2019-04-201-1/+3
* powerpc/64: Simplify __secondary_start paca->kstack handlingMichael Ellerman2019-02-231-11/+9
* powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy2018-07-301-0/+1
* powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin2018-03-301-9/+10
* powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan2018-01-191-3/+3
* powerpc/64: Add #defines for paca->soft_enabled flagsMadhavan Srinivasan2018-01-191-2/+3
* powerpc/powernv: Avoid waiting for secondary hold spinloop with OPALNicholas Piggin2017-11-101-5/+11
* powerpc/asm: Convert .llong directives to .8byteTobin C. Harding2017-08-311-4/+4
* powerpc/64: Allow for THREAD_SIZE > 16kHamish Martin2017-03-201-1/+2
* powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.Thiago Jung Bauermann2016-11-301-1/+1
* powerpc/64e: Convert cmpi to cmpwi in head_64.SNicholas Piggin2016-11-281-4/+4
* powerpc/64: Add an option to force run-at-load to test relocationNicholas Piggin2016-11-141-1/+8
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-141-0/+2
|\
| * ppc: move exports to definitionsAl Viro2016-08-071-0/+2
* | powerpc: Use gas sections for arranging exception vectorsNicholas Piggin2016-10-041-15/+29
* | powerpc/64: Change the way relocation copy is calculatedNicholas Piggin2016-10-041-4/+9
|/
* powerpc/64: Move the content of setup_system() to setup_arch()Benjamin Herrenschmidt2016-07-211-4/+1
* powerpc: Define and use PPC64_ELF_ABI_v2/v1Michael Ellerman2016-06-141-1/+1
* powerpc/mm/radix: Make sure swapper pgdir is properly alignedAneesh Kumar K.V2016-05-111-5/+8
* powerpc/book3e-64: Use hardcoded mttmr opcodeScott Wood2016-03-161-4/+5
* powerpc/mpc85xx: Add CPU hotplug support for E6500chenhui zhao2016-03-041-0/+78
* powerpc/rcpm: add RCPM driverchenhui zhao2016-03-041-0/+19
* powerpc/book3e: support CONFIG_RELOCATABLETiejun Chen2015-10-271-3/+19
* powerpc/booke64: Fix args to copy_and_flushTiejun Chen2015-10-271-4/+7
* powerpc/e6500: kexec: Handle hardware threadsScott Wood2015-10-271-0/+16
* Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt2014-08-051-0/+22
|\
| * powerpc/e6500: Add support for hardware threadsAndy Fleming2014-07-291-0/+22