summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/setup-common.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix P10 PVR revision in /proc/cpuinfo for SMT4 coresMichael Neuling2020-08-171-0/+1
* powerpc/hugetlb/cma: Allocate gigantic hugetlb pages using CMAAneesh Kumar K.V2020-07-291-0/+3
* 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
* powerpc/40x: Remove support for IBM 403GCXChristophe Leroy2020-05-281-4/+0
* powerpc/kernel: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2020-03-041-2/+1
* arch/powerpc/setup: Drop dummy_con initializationArvind Sankar2020-01-141-3/+0
* powerpc/fsl_booke/kaslr: dump out kernel offset information on panicJason Yan2019-11-131-0/+20
* Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-201-1/+7
|\
| * powerpc/64s: Make boot look nice(r)Nicholas Piggin2019-08-151-1/+7
* | driver core: initialize a default DMA mask for platform deviceChristoph Hellwig2019-08-221-6/+0
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* powerpc/setup: replace ifdefs by IS_ENABLED() wherever possible.Christophe Leroy2019-05-031-21/+18
* powerpc/setup: cleanup the #ifdef CONFIG_TAU blockChristophe Leroy2019-05-031-12/+12
* powerpc/setup: cleanup ifdef mess in check_cache_coherency()Christophe Leroy2019-05-031-7/+3
* powerpc/setup: Remove unnecessary #ifdef CONFIG_ALTIVECChristophe Leroy2019-05-031-2/+0
* powerpc/mm: define an empty mm_iommu_init()Christophe Leroy2019-05-031-2/+0
* powerpc/fadump: define an empty fadump_cleanup()Christophe Leroy2019-05-031-2/+0
* powerpc/mm: print hash info in a helperChristophe Leroy2019-05-031-21/+1
* powerpc/32: Add KASAN supportChristophe Leroy2019-05-031-0/+3
* powerpc/mm: fix erroneous duplicate slb_addr_limit initChristophe Leroy2019-05-031-6/+0
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2019-04-301-2/+2
|\
| * powerpc/64s: Reimplement book3s idle code in CNicholas Piggin2019-04-301-2/+2
* | powerpc/mm: Print kernel map details to dmesgAneesh Kumar K.V2019-04-211-0/+3
* | powerpc/mm: Reduce memory usage for mm_context_t for radixAneesh Kumar K.V2019-04-211-0/+6
* | powerpc/mm: Move slb_addr_linit to early_init_mmuAneesh Kumar K.V2019-04-211-11/+0
|/
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-071-2/+2
|\
| * arch: simplify several early memory allocationsMike Rapoport2019-03-071-2/+2
* | powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy2019-02-231-1/+1
* | powerpc/setup: display reason for not bootingChristophe Leroy2019-02-221-1/+1
* | powerpc/dma: use the generic direct mapping bypassChristoph Hellwig2019-02-181-1/+0
|/
* 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