summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/setup-common.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* powerpc/setup: replace ifdefs by IS_ENABLED() wherever possible.Christophe Leroy2019-05-021-21/+18Star
* powerpc/setup: cleanup the #ifdef CONFIG_TAU blockChristophe Leroy2019-05-021-12/+12
* powerpc/setup: cleanup ifdef mess in check_cache_coherency()Christophe Leroy2019-05-021-7/+3Star
* powerpc/setup: Remove unnecessary #ifdef CONFIG_ALTIVECChristophe Leroy2019-05-021-2/+0Star
* powerpc/mm: define an empty mm_iommu_init()Christophe Leroy2019-05-021-2/+0Star
* powerpc/fadump: define an empty fadump_cleanup()Christophe Leroy2019-05-021-2/+0Star
* powerpc/mm: print hash info in a helperChristophe Leroy2019-05-021-21/+1Star
* powerpc/32: Add KASAN supportChristophe Leroy2019-05-021-0/+3
* powerpc/mm: fix erroneous duplicate slb_addr_limit initChristophe Leroy2019-05-021-6/+0Star
* 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/+0Star
|/
* 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-081-2/+2
|\
| * arch: simplify several early memory allocationsMike Rapoport2019-03-081-2/+2
* | powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy2019-02-231-1/+1
* | powerpc/setup: display reason for not bootingChristophe Leroy2019-02-211-1/+1
* | powerpc/dma: use the generic direct mapping bypassChristoph Hellwig2019-02-181-1/+0Star
|/
* 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/+0Star
* memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-311-2/+1Star
* powerpc: Wire up memtestChristophe Leroy2018-10-031-0/+3
* powerpc/64: Call setup_barrier_nospec() from setup_arch()Michael Ellerman2018-08-071-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/+0Star
* powerpc/64e: Fix oops due to deferral of paca allocationMichael Ellerman2018-03-311-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-051-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/+0Star
| * | 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-101-11/+0Star
|/ /
* / 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/+0Star
|\
| * powerpc/4xx: Fix compile error with 64K pages on 40x, 44xChristian Lamparter2017-10-031-3/+0Star
* | 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-091-1/+1