summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/setup-common.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/fsl: Enable runtime patching if nospectre_v2 boot arg is usedDiana Craciun2018-12-201-0/+1
* powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-261-2/+2
* powerpc: Use device_type helpers to access the node typeRob Herring2018-11-261-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-311-2/+1
* powerpc: Wire up memtestChristophe Leroy2018-10-031-0/+3
* powerpc/64: Call setup_barrier_nospec() from setup_arch()Michael Ellerman2018-08-081-0/+2
* powerpc/64: hard disable irqs on the panic()ing CPUNicholas Piggin2018-06-191-2/+10
* powerpc/tau: Synchronize function prototypes and bodyMathieu Malaterre2018-05-251-6/+0
* powerpc/64e: Fix oops due to deferral of paca allocationMichael Ellerman2018-04-011-3/+4
* Merge branch 'topic/paca' into nextMichael Ellerman2018-03-311-1/+29
|\
| * powerpc/64: Defer paca allocation until memory topology is discoveredNicholas Piggin2018-03-301-6/+18
| * powerpc/setup: Add cpu_to_phys_id arrayNicholas Piggin2018-03-301-1/+14
| * powerpc/mm/numa: move numa topology discovery earlierNicholas Piggin2018-03-301-0/+3
* | powerpc/mm/slice: Fix hugepage allocation at hint address on 8xxChristophe Leroy2018-03-061-0/+2
|/
* Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-021-9/+12
|\
| * Merge branch 'fixes' into nextMichael Ellerman2018-01-211-10/+27
| |\
| * | powerpc: Cosmetic cleanup of cpuinfo_opBenjamin Herrenschmidt2018-01-161-4/+4
| * | powerpc: Make newline in cpuinfo unconditionalBenjamin Herrenschmidt2018-01-161-3/+0
| * | powerpc: make use of for_each_node_by_type() instead of open-coding itDmitry Torokhov2018-01-161-2/+7
* | | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-311-1/+1
|\ \ \ | |_|/ |/| |
| * | powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig2018-01-101-1/+1
* | | powerpc: Don't preempt_disable() in show_cpuinfo()Benjamin Herrenschmidt2018-01-111-11/+0
|/ /
* | Revert "powerpc: Do not call ppc_md.panic in fadump panic notifier"David Gibson2017-12-051-0/+27
|/
* powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin2017-11-131-1/+2
* Merge branch 'fixes' into nextMichael Ellerman2017-11-101-3/+0
|\
| * powerpc/4xx: Fix compile error with 64K pages on 40x, 44xChristian Lamparter2017-10-031-3/+0
* | powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman2017-11-061-2/+2
|/
* treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-081-1/+1
* powerpc: Do not call ppc_md.panic in fadump panic notifierNicholas Piggin2017-08-311-27/+0
* powerpc: Convert to using %pOF instead of full_nameRob Herring2017-08-231-1/+1
* powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ...Aneesh Kumar K.V2017-08-161-7/+0
* Merge branch 'fixes' into nextMichael Ellerman2017-07-031-1/+1
|\
| * powerpc/mm/4k: Limit 4k page size config to 64TB virtual address spaceAneesh Kumar K.V2017-06-081-1/+1
* | powerpc: Fix /proc/cpuinfo revision for POWER9 DD2Michael Neuling2017-06-271-0/+4
|/
* Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-121-1/+1
|\
| * powerpc: Don't print cpu_spec->cpu_name if it's NULLNicholas Piggin2017-05-091-1/+1
* | powerpc/fadump: remove dependency with CONFIG_KEXECHari Bathini2017-05-081-0/+5
|/
* powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman2017-04-111-1/+1
* powerpc/mm: Enable mappings above 128TBAneesh Kumar K.V2017-04-011-1/+1
* powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexAneesh Kumar K.V2017-04-011-0/+9
* powerpc: Move {d,i,u}cache_bsize definitions to a common placeBenjamin Herrenschmidt2017-02-061-0/+9
* powerpc/iommu: Pass mm_struct to init/cleanup helpersAlexey Kardashevskiy2016-12-021-1/+1
* powerpc: Call chained reset handlers during resetAndrey Smirnov2016-09-251-0/+4
* powerpc: Factor out common code in setup-common.cAndrey Smirnov2016-09-251-9/+14
* powerpc: Move cpu_has_feature() to a separate fileKevin Hao2016-08-011-0/+1
* powerpc: Merge 32-bit and 64-bit setup_arch()Benjamin Herrenschmidt2016-07-211-0/+173
* powerpc: Re-order setup_panic()Benjamin Herrenschmidt2016-07-211-0/+2
* powerpc: Ensure that ppc_md is empty before probing for machine typeBenjamin Herrenschmidt2016-07-211-0/+12
* powerpc: Don't test for machine type in smp_setup_cpu_maps()Benjamin Herrenschmidt2016-07-131-1/+1
OpenPOWER on IntegriCloud