aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/setup_64.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-05-26Merge branch 'fixes' into nextGravatar Michael Ellerman 1-0/+2
2020-05-19powerpc/pseries: Limit machine check stack to 4GBGravatar Nicholas Piggin 1-3/+12
2020-04-21powerpc/setup_64: Set cache-line-size based on cache-block-sizeGravatar Chris Packham 1-0/+2
2020-03-25powerpc/64: Prevent stack protection in early bootGravatar Michael Ellerman 1-1/+1
2020-03-25powerpc/64: Setup a paca before parsing device tree etc.Gravatar Daniel Axtens 1-6/+24
2020-01-26powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACKGravatar Christophe Leroy 1-1/+1
2019-11-19powerpc: Add support for GENERIC_EARLY_IOREMAPGravatar Christophe Leroy 1-0/+3
2019-10-11powerpc/setup_64: fix -Wempty-body warningsGravatar Qian Cai 1-20/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-10Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+10
2019-05-06Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-1/+1
2019-04-21powerpc/64: Setup KUP on secondary CPUsGravatar Russell Currey 1-0/+3
2019-04-21powerpc: Add framework for Kernel Userspace ProtectionGravatar Christophe Leroy 1-0/+7
2019-04-17powerpc/speculation: Support 'mitigations=' cmdline optionGravatar Josh Poimboeuf 1-1/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-0/+4
2019-03-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+3
2019-03-07powerpc: prefer memblock APIs returning virtual addressGravatar Mike Rapoport 1-2/+3
2019-02-23powerpc: clean stack pointers namingGravatar Christophe Leroy 1-8/+3
2019-02-23powerpc: regain entire stack spaceGravatar Christophe Leroy 1-4/+4
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKGravatar Christophe Leroy 1-21/+0
2019-02-23powerpc/irq: use memblock functions returning virtual addressGravatar Christophe Leroy 1-12/+7
2018-11-15powerpc/64: Fix kernel stack 16-byte alignmentGravatar Nicholas Piggin 1-0/+2
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-2/+1
2018-10-31memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: replace __alloc_bootmem_node with appropriate memblock_ APIGravatar Mike Rapoport 1-2/+4
2018-09-14powerpc/tm: Fix HFSCR bit for no suspend caseGravatar Michael Neuling 1-6/+12
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hGravatar Christophe Leroy 1-0/+1
2018-06-19powerpc/64: hard disable irqs in panic_smp_self_stopGravatar Nicholas Piggin 1-0/+8
2018-05-03powerpc64/ftrace: Delay enabling ftrace on secondary cpusGravatar Naveen N. Rao 1-3/+7
2018-05-03powerpc64/ftrace: Add a field in paca to disable ftrace in unsafe code pathsGravatar Naveen N. Rao 1-0/+3
2018-04-17powerpc/64s: Default l1d_size to 64K in RFI fallback flushGravatar Madhavan Srinivasan 1-0/+11
2018-04-10powerpc/64s: Fix section mismatch warnings from setup_rfi_flush()Gravatar Michael Ellerman 1-1/+1
2018-03-31Merge branch 'topic/paca' into nextGravatar Michael Ellerman 1-27/+53
2018-03-31powerpc/64: Allocate per-cpu stacks node-local if possibleGravatar Nicholas Piggin 1-19/+32
2018-03-31powerpc/64: Allocate pacas per nodeGravatar Nicholas Piggin 1-0/+4
2018-03-30powerpc/64: move default SPR recordingGravatar Nicholas Piggin 1-0/+8
2018-03-30powerpc/64: Use array of paca pointers and allocate pacas individuallyGravatar Nicholas Piggin 1-11/+12
2018-03-27powerpc/64s: Move cpu_show_meltdown()Gravatar Michael Ellerman 1-8/+0
2018-03-27powerpc/rfi-flush: Differentiate enabled and patched flush typesGravatar Mauricio Faria de Oliveira 1-3/+3
2018-03-27powerpc/rfi-flush: Make it possible to call setup_rfi_flush() againGravatar Michael Ellerman 1-1/+5
2018-03-27powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs codeGravatar Michael Ellerman 1-5/+8
2018-01-23powerpc/64s: Improve RFI L1-D cache flush fallbackGravatar Nicholas Piggin 1-12/+1
2018-01-21Merge branch 'fixes' into nextGravatar Michael Ellerman 1-0/+139
2018-01-19powerpc/64: Rename soft_enabled to irq_soft_maskGravatar Madhavan Srinivasan 1-2/+2
2018-01-19powerpc/64: Move set_soft_enabled() and renameGravatar Madhavan Srinivasan 1-2/+2
2018-01-19powerpc/64: Add #defines for paca->soft_enabled flagsGravatar Madhavan Srinivasan 1-0/+3
2018-01-18powerpc/64s: Relax PACA address limitationsGravatar Nicholas Piggin 1-10/+16