summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/setup_64.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64/mm: implement page mapping percpu first chunk allocatorAneesh Kumar K.V2020-09-151-3/+59
* powerpc/percpu: Update percpu bootmem allocatorAneesh Kumar K.V2020-09-151-8/+37
* powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin2020-07-221-1/+4
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* Merge branch 'fixes' into nextMichael Ellerman2020-05-261-0/+2
|\
| * powerpc/setup_64: Set cache-line-size based on cache-block-sizeChris Packham2020-04-211-0/+2
* | powerpc/pseries: Limit machine check stack to 4GBNicholas Piggin2020-05-191-3/+12
|/
* powerpc/64: Prevent stack protection in early bootMichael Ellerman2020-03-251-1/+1
* powerpc/64: Setup a paca before parsing device tree etc.Daniel Axtens2020-03-251-6/+24
* powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACKChristophe Leroy2020-01-261-1/+1
* powerpc: Add support for GENERIC_EARLY_IOREMAPChristophe Leroy2019-11-191-0/+3
* powerpc/setup_64: fix -Wempty-body warningsQian Cai2019-10-111-20/+6
* 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