aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/setup_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-19powerpc: Add support for GENERIC_EARLY_IOREMAPChristophe Leroy1-0/+3
2019-10-11powerpc/setup_64: fix -Wempty-body warningsQian Cai1-20/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-10Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+10
2019-05-06Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-04-21powerpc/64: Setup KUP on secondary CPUsRussell Currey1-0/+3
2019-04-21powerpc: Add framework for Kernel Userspace ProtectionChristophe Leroy1-0/+7
2019-04-17powerpc/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf1-1/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+4
2019-03-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+3
2019-03-07powerpc: prefer memblock APIs returning virtual addressMike Rapoport1-2/+3
2019-02-23powerpc: clean stack pointers namingChristophe Leroy1-8/+3
2019-02-23powerpc: regain entire stack spaceChristophe Leroy1-4/+4
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy1-21/+0
2019-02-23powerpc/irq: use memblock functions returning virtual addressChristophe Leroy1-12/+7
2018-11-15powerpc/64: Fix kernel stack 16-byte alignmentNicholas Piggin1-0/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-2/+1
2018-10-31memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport1-1/+1
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport1-1/+1
2018-10-31memblock: replace __alloc_bootmem_node with appropriate memblock_ APIMike Rapoport1-2/+4
2018-09-14powerpc/tm: Fix HFSCR bit for no suspend caseMichael Neuling1-6/+12
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy1-0/+1
2018-06-19powerpc/64: hard disable irqs in panic_smp_self_stopNicholas Piggin1-0/+8
2018-05-03powerpc64/ftrace: Delay enabling ftrace on secondary cpusNaveen N. Rao1-3/+7
2018-05-03powerpc64/ftrace: Add a field in paca to disable ftrace in unsafe code pathsNaveen N. Rao1-0/+3
2018-04-17powerpc/64s: Default l1d_size to 64K in RFI fallback flushMadhavan Srinivasan1-0/+11
2018-04-10powerpc/64s: Fix section mismatch warnings from setup_rfi_flush()Michael Ellerman1-1/+1
2018-03-31Merge branch 'topic/paca' into nextMichael Ellerman1-27/+53
2018-03-31powerpc/64: Allocate per-cpu stacks node-local if possibleNicholas Piggin1-19/+32
2018-03-31powerpc/64: Allocate pacas per nodeNicholas Piggin1-0/+4
2018-03-30powerpc/64: move default SPR recordingNicholas Piggin1-0/+8
2018-03-30powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin1-11/+12
2018-03-27powerpc/64s: Move cpu_show_meltdown()Michael Ellerman1-8/+0
2018-03-27powerpc/rfi-flush: Differentiate enabled and patched flush typesMauricio Faria de Oliveira1-3/+3
2018-03-27powerpc/rfi-flush: Make it possible to call setup_rfi_flush() againMichael Ellerman1-1/+5
2018-03-27powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs codeMichael Ellerman1-5/+8
2018-01-23powerpc/64s: Improve RFI L1-D cache flush fallbackNicholas Piggin1-12/+1
2018-01-21Merge branch 'fixes' into nextMichael Ellerman1-0/+139
2018-01-19powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan1-2/+2
2018-01-19powerpc/64: Move set_soft_enabled() and renameMadhavan Srinivasan1-2/+2
2018-01-19powerpc/64: Add #defines for paca->soft_enabled flagsMadhavan Srinivasan1-0/+3
2018-01-18powerpc/64s: Relax PACA address limitationsNicholas Piggin1-10/+16
2018-01-17powerpc/64s: Allow control of RFI flush via debugfsMichael Ellerman1-0/+30
2018-01-17powerpc/64s: Wire up cpu_show_meltdown()Michael Ellerman1-0/+8
2018-01-10powerpc/64s: Support disabling RFI flush with no_rfi_flush and noptiMichael Ellerman1-1/+23
2018-01-10powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman1-0/+79
2017-12-11powerpc: Remove DEBUG define in 64-bit early setup codeBenjamin Herrenschmidt1-2/+0
2017-11-10powerpc/64: Set DSCR default initially from SPRNicholas Piggin1-0/+9
2017-11-10powerpc/powernv: Avoid waiting for secondary hold spinloop with OPALNicholas Piggin1-1/+9
2017-08-31powerpc/64: Fix watchdog configuration regressionsNicholas Piggin1-0/+28