aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/setup-common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2019-03-07arch: simplify several early memory allocationsMike Rapoport1-2/+2
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy1-1/+1
2019-02-22powerpc/setup: display reason for not bootingChristophe Leroy1-1/+1
2019-02-18powerpc/dma: use the generic direct mapping bypassChristoph Hellwig1-1/+0
2018-12-20powerpc/fsl: Enable runtime patching if nospectre_v2 boot arg is usedDiana Craciun1-0/+1
2018-11-26powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32Christophe Leroy1-2/+2
2018-11-26powerpc: Use device_type helpers to access the node typeRob Herring1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport1-2/+1
2018-10-03powerpc: Wire up memtestChristophe Leroy1-0/+3
2018-08-08powerpc/64: Call setup_barrier_nospec() from setup_arch()Michael Ellerman1-0/+2
2018-06-19powerpc/64: hard disable irqs on the panic()ing CPUNicholas Piggin1-2/+10
2018-05-25powerpc/tau: Synchronize function prototypes and bodyMathieu Malaterre1-6/+0
2018-04-01powerpc/64e: Fix oops due to deferral of paca allocationMichael Ellerman1-3/+4
2018-03-31Merge branch 'topic/paca' into nextMichael Ellerman1-1/+29
2018-03-30powerpc/64: Defer paca allocation until memory topology is discoveredNicholas Piggin1-6/+18
2018-03-30powerpc/setup: Add cpu_to_phys_id arrayNicholas Piggin1-1/+14
2018-03-30powerpc/mm/numa: move numa topology discovery earlierNicholas Piggin1-0/+3
2018-03-06powerpc/mm/slice: Fix hugepage allocation at hint address on 8xxChristophe Leroy1-0/+2
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-9/+12
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2018-01-21Merge branch 'fixes' into nextMichael Ellerman1-10/+27
2018-01-16powerpc: Cosmetic cleanup of cpuinfo_opBenjamin Herrenschmidt1-4/+4
2018-01-16powerpc: Make newline in cpuinfo unconditionalBenjamin Herrenschmidt1-3/+0
2018-01-16powerpc: make use of for_each_node_by_type() instead of open-coding itDmitry Torokhov1-2/+7
2018-01-10powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig1-1/+1
2018-01-11powerpc: Don't preempt_disable() in show_cpuinfo()Benjamin Herrenschmidt1-11/+0
2017-12-05Revert "powerpc: Do not call ppc_md.panic in fadump panic notifier"David Gibson1-0/+27
2017-11-13powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin1-1/+2
2017-11-10Merge branch 'fixes' into nextMichael Ellerman1-3/+0
2017-11-06powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman1-2/+2
2017-10-03powerpc/4xx: Fix compile error with 64K pages on 40x, 44xChristian Lamparter1-3/+0
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan1-1/+1
2017-08-31powerpc: Do not call ppc_md.panic in fadump panic notifierNicholas Piggin1-27/+0
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring1-1/+1
2017-08-16powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel command lineAneesh Kumar K.V1-7/+0
2017-07-03Merge branch 'fixes' into nextMichael Ellerman1-1/+1
2017-06-27powerpc: Fix /proc/cpuinfo revision for POWER9 DD2Michael Neuling1-0/+4
2017-06-08powerpc/mm/4k: Limit 4k page size config to 64TB virtual address spaceAneesh Kumar K.V1-1/+1
2017-05-12Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2017-05-09powerpc: Don't print cpu_spec->cpu_name if it's NULLNicholas Piggin1-1/+1
2017-05-08powerpc/fadump: remove dependency with CONFIG_KEXECHari Bathini1-0/+5
2017-04-11powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman1-1/+1
2017-04-01powerpc/mm: Enable mappings above 128TBAneesh Kumar K.V1-1/+1
2017-04-01powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexAneesh Kumar K.V1-0/+9
2017-02-06powerpc: Move {d,i,u}cache_bsize definitions to a common placeBenjamin Herrenschmidt1-0/+9
2016-12-02powerpc/iommu: Pass mm_struct to init/cleanup helpersAlexey Kardashevskiy1-1/+1
2016-09-25powerpc: Call chained reset handlers during resetAndrey Smirnov1-0/+4
2016-09-25powerpc: Factor out common code in setup-common.cAndrey Smirnov1-9/+14