aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/setup-common.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-05-28powerpc/40x: Remove support for IBM 403GCXGravatar Christophe Leroy 1-4/+0
2020-03-04powerpc/kernel: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-2/+1
2020-01-14arch/powerpc/setup: Drop dummy_con initializationGravatar Arvind Sankar 1-3/+0
2019-11-13powerpc/fsl_booke/kaslr: dump out kernel offset information on panicGravatar Jason Yan 1-0/+20
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+7
2019-08-22driver core: initialize a default DMA mask for platform deviceGravatar Christoph Hellwig 1-6/+0
2019-08-15powerpc/64s: Make boot look nice(r)Gravatar Nicholas Piggin 1-1/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-03powerpc/setup: replace ifdefs by IS_ENABLED() wherever possible.Gravatar Christophe Leroy 1-21/+18
2019-05-03powerpc/setup: cleanup the #ifdef CONFIG_TAU blockGravatar Christophe Leroy 1-12/+12
2019-05-03powerpc/setup: cleanup ifdef mess in check_cache_coherency()Gravatar Christophe Leroy 1-7/+3
2019-05-03powerpc/setup: Remove unnecessary #ifdef CONFIG_ALTIVECGravatar Christophe Leroy 1-2/+0
2019-05-03powerpc/mm: define an empty mm_iommu_init()Gravatar Christophe Leroy 1-2/+0
2019-05-03powerpc/fadump: define an empty fadump_cleanup()Gravatar Christophe Leroy 1-2/+0
2019-05-03powerpc/mm: print hash info in a helperGravatar Christophe Leroy 1-21/+1
2019-05-03powerpc/32: Add KASAN supportGravatar Christophe Leroy 1-0/+3
2019-05-03powerpc/mm: fix erroneous duplicate slb_addr_limit initGravatar Christophe Leroy 1-6/+0
2019-04-30Merge branch 'topic/ppc-kvm' into nextGravatar Michael Ellerman 1-2/+2
2019-04-30powerpc/64s: Reimplement book3s idle code in CGravatar Nicholas Piggin 1-2/+2
2019-04-21powerpc/mm: Print kernel map details to dmesgGravatar Aneesh Kumar K.V 1-0/+3
2019-04-21powerpc/mm: Reduce memory usage for mm_context_t for radixGravatar Aneesh Kumar K.V 1-0/+6
2019-04-21powerpc/mm: Move slb_addr_linit to early_init_mmuGravatar Aneesh Kumar K.V 1-11/+0
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-0/+3
2019-03-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+2
2019-03-07arch: simplify several early memory allocationsGravatar Mike Rapoport 1-2/+2
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKGravatar Christophe Leroy 1-1/+1
2019-02-22powerpc/setup: display reason for not bootingGravatar Christophe Leroy 1-1/+1
2019-02-18powerpc/dma: use the generic direct mapping bypassGravatar Christoph Hellwig 1-1/+0
2018-12-20powerpc/fsl: Enable runtime patching if nospectre_v2 boot arg is usedGravatar Diana Craciun 1-0/+1
2018-11-26powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32Gravatar Christophe Leroy 1-2/+2
2018-11-26powerpc: Use device_type helpers to access the node typeGravatar Rob Herring 1-1/+1
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+0
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Gravatar Mike Rapoport 1-2/+1
2018-10-03powerpc: Wire up memtestGravatar Christophe Leroy 1-0/+3
2018-08-08powerpc/64: Call setup_barrier_nospec() from setup_arch()Gravatar Michael Ellerman 1-0/+2
2018-06-19powerpc/64: hard disable irqs on the panic()ing CPUGravatar Nicholas Piggin 1-2/+10
2018-05-25powerpc/tau: Synchronize function prototypes and bodyGravatar Mathieu Malaterre 1-6/+0
2018-04-01powerpc/64e: Fix oops due to deferral of paca allocationGravatar Michael Ellerman 1-3/+4
2018-03-31Merge branch 'topic/paca' into nextGravatar Michael Ellerman 1-1/+29
2018-03-30powerpc/64: Defer paca allocation until memory topology is discoveredGravatar Nicholas Piggin 1-6/+18
2018-03-30powerpc/setup: Add cpu_to_phys_id arrayGravatar Nicholas Piggin 1-1/+14
2018-03-30powerpc/mm/numa: move numa topology discovery earlierGravatar Nicholas Piggin 1-0/+3
2018-03-06powerpc/mm/slice: Fix hugepage allocation at hint address on 8xxGravatar Christophe Leroy 1-0/+2
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-9/+12
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+1
2018-01-21Merge branch 'fixes' into nextGravatar Michael Ellerman 1-10/+27
2018-01-16powerpc: Cosmetic cleanup of cpuinfo_opGravatar Benjamin Herrenschmidt 1-4/+4
2018-01-16powerpc: Make newline in cpuinfo unconditionalGravatar Benjamin Herrenschmidt 1-3/+0