summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/setup-common.c
AgeCommit message (Expand)Author
2018-12-20powerpc/fsl: Enable runtime patching if nospectre_v2 boot arg is usedDiana Craciun
2018-11-26powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32Christophe Leroy
2018-11-26powerpc: Use device_type helpers to access the node typeRob Herring
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport
2018-10-03powerpc: Wire up memtestChristophe Leroy
2018-08-08powerpc/64: Call setup_barrier_nospec() from setup_arch()Michael Ellerman
2018-06-19powerpc/64: hard disable irqs on the panic()ing CPUNicholas Piggin
2018-05-25powerpc/tau: Synchronize function prototypes and bodyMathieu Malaterre
2018-04-01powerpc/64e: Fix oops due to deferral of paca allocationMichael Ellerman
2018-03-31Merge branch 'topic/paca' into nextMichael Ellerman
2018-03-30powerpc/64: Defer paca allocation until memory topology is discoveredNicholas Piggin
2018-03-30powerpc/setup: Add cpu_to_phys_id arrayNicholas Piggin
2018-03-30powerpc/mm/numa: move numa topology discovery earlierNicholas Piggin
2018-03-06powerpc/mm/slice: Fix hugepage allocation at hint address on 8xxChristophe Leroy
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-01-21Merge branch 'fixes' into nextMichael Ellerman
2018-01-16powerpc: Cosmetic cleanup of cpuinfo_opBenjamin Herrenschmidt
2018-01-16powerpc: Make newline in cpuinfo unconditionalBenjamin Herrenschmidt
2018-01-16powerpc: make use of for_each_node_by_type() instead of open-coding itDmitry Torokhov
2018-01-10powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig
2018-01-11powerpc: Don't preempt_disable() in show_cpuinfo()Benjamin Herrenschmidt
2017-12-05Revert "powerpc: Do not call ppc_md.panic in fadump panic notifier"David Gibson
2017-11-13powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin
2017-11-10Merge branch 'fixes' into nextMichael Ellerman
2017-11-06powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman
2017-10-03powerpc/4xx: Fix compile error with 64K pages on 40x, 44xChristian Lamparter
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan
2017-08-31powerpc: Do not call ppc_md.panic in fadump panic notifierNicholas Piggin
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring
2017-08-16powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ...Aneesh Kumar K.V
2017-07-03Merge branch 'fixes' into nextMichael Ellerman
2017-06-27powerpc: Fix /proc/cpuinfo revision for POWER9 DD2Michael Neuling
2017-06-08powerpc/mm/4k: Limit 4k page size config to 64TB virtual address spaceAneesh Kumar K.V
2017-05-12Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-05-09powerpc: Don't print cpu_spec->cpu_name if it's NULLNicholas Piggin
2017-05-08powerpc/fadump: remove dependency with CONFIG_KEXECHari Bathini
2017-04-11powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman
2017-04-01powerpc/mm: Enable mappings above 128TBAneesh Kumar K.V
2017-04-01powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexAneesh Kumar K.V
2017-02-06powerpc: Move {d,i,u}cache_bsize definitions to a common placeBenjamin Herrenschmidt
2016-12-02powerpc/iommu: Pass mm_struct to init/cleanup helpersAlexey Kardashevskiy
2016-09-25powerpc: Call chained reset handlers during resetAndrey Smirnov
2016-09-25powerpc: Factor out common code in setup-common.cAndrey Smirnov
2016-08-01powerpc: Move cpu_has_feature() to a separate fileKevin Hao
2016-07-21powerpc: Merge 32-bit and 64-bit setup_arch()Benjamin Herrenschmidt
2016-07-21powerpc: Re-order setup_panic()Benjamin Herrenschmidt
2016-07-21powerpc: Ensure that ppc_md is empty before probing for machine typeBenjamin Herrenschmidt
2016-07-13powerpc: Don't test for machine type in smp_setup_cpu_maps()Benjamin Herrenschmidt