summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/setup_64.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-101-0/+10
|\
| * powerpc/64: Setup KUP on secondary CPUsRussell Currey2019-04-211-0/+3
| * powerpc: Add framework for Kernel Userspace ProtectionChristophe Leroy2019-04-211-0/+7
* | Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-061-1/+1
|\ \ | |/ |/|
| * powerpc/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2019-04-171-1/+1
* | treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-071-2/+3
|\ \
| * | powerpc: prefer memblock APIs returning virtual addressMike Rapoport2019-03-071-2/+3
| |/
* | powerpc: clean stack pointers namingChristophe Leroy2019-02-231-8/+3
* | powerpc: regain entire stack spaceChristophe Leroy2019-02-231-4/+4
* | powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy2019-02-231-21/+0
* | powerpc/irq: use memblock functions returning virtual addressChristophe Leroy2019-02-231-12/+7
|/
* powerpc/64: Fix kernel stack 16-byte alignmentNicholas Piggin2018-11-151-0/+2
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-2/+1
* memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport2018-10-311-1/+1
* memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport2018-10-311-1/+1
* memblock: replace __alloc_bootmem_node with appropriate memblock_ APIMike Rapoport2018-10-311-2/+4
* powerpc/tm: Fix HFSCR bit for no suspend caseMichael Neuling2018-09-141-6/+12
* powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy2018-07-301-0/+1
* powerpc/64: hard disable irqs in panic_smp_self_stopNicholas Piggin2018-06-191-0/+8
* powerpc64/ftrace: Delay enabling ftrace on secondary cpusNaveen N. Rao2018-05-031-3/+7
* powerpc64/ftrace: Add a field in paca to disable ftrace in unsafe code pathsNaveen N. Rao2018-05-031-0/+3
* powerpc/64s: Default l1d_size to 64K in RFI fallback flushMadhavan Srinivasan2018-04-171-0/+11
* powerpc/64s: Fix section mismatch warnings from setup_rfi_flush()Michael Ellerman2018-04-101-1/+1
* Merge branch 'topic/paca' into nextMichael Ellerman2018-03-311-27/+53
|\
| * powerpc/64: Allocate per-cpu stacks node-local if possibleNicholas Piggin2018-03-311-19/+32
| * powerpc/64: Allocate pacas per nodeNicholas Piggin2018-03-311-0/+4
| * powerpc/64: move default SPR recordingNicholas Piggin2018-03-301-0/+8
| * powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin2018-03-301-11/+12
* | powerpc/64s: Move cpu_show_meltdown()Michael Ellerman2018-03-271-8/+0
* | powerpc/rfi-flush: Differentiate enabled and patched flush typesMauricio Faria de Oliveira2018-03-271-3/+3
* | powerpc/rfi-flush: Make it possible to call setup_rfi_flush() againMichael Ellerman2018-03-271-1/+5
* | powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs codeMichael Ellerman2018-03-271-5/+8
|/
* powerpc/64s: Improve RFI L1-D cache flush fallbackNicholas Piggin2018-01-231-12/+1
* Merge branch 'fixes' into nextMichael Ellerman2018-01-211-0/+139
|\
| * powerpc/64s: Allow control of RFI flush via debugfsMichael Ellerman2018-01-171-0/+30
| * powerpc/64s: Wire up cpu_show_meltdown()Michael Ellerman2018-01-171-0/+8
| * powerpc/64s: Support disabling RFI flush with no_rfi_flush and noptiMichael Ellerman2018-01-101-1/+23
| * powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman2018-01-101-0/+79
* | powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan2018-01-191-2/+2
* | powerpc/64: Move set_soft_enabled() and renameMadhavan Srinivasan2018-01-191-2/+2
* | powerpc/64: Add #defines for paca->soft_enabled flagsMadhavan Srinivasan2018-01-191-0/+3
* | powerpc/64s: Relax PACA address limitationsNicholas Piggin2018-01-181-10/+16
* | powerpc: Remove DEBUG define in 64-bit early setup codeBenjamin Herrenschmidt2017-12-111-2/+0
|/
* powerpc/64: Set DSCR default initially from SPRNicholas Piggin2017-11-101-0/+9
* powerpc/powernv: Avoid waiting for secondary hold spinloop with OPALNicholas Piggin2017-11-101-1/+9
* powerpc/64: Fix watchdog configuration regressionsNicholas Piggin2017-08-311-0/+28
* powerpc/64s/radix: Remove bolted-SLB address limit for per-cpu stacksNicholas Piggin2017-08-311-3/+8
* powerpc/64s: implement arch-specific hardlockup watchdogNicholas Piggin2017-07-121-19/+0