summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/prom.c
AgeCommit message (Expand)AuthorLines
2022-08-01powerpc/64: Init jump labels before parse_early_param()Zhouyi Zhou-0/+7
2022-07-28powerpc: Remove asm/prom.h from asm/mpc52xx.h and asm/pci.hChristophe Leroy-0/+1
2022-06-20powerpc: Don't include asm/setup.h in asm/machdep.hChristophe Leroy-1/+1
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy-1/+0
2022-02-02powerpc/64: Move paca allocation later in bootMichael Ellerman-5/+10
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-3/+3
2021-12-23powerpc/kernel: Add __init attribute to eligible functionsNick Child-2/+2
2021-12-16of/fdt: Rework early_init_dt_scan_memory() to call directlyRob Herring-11/+10
2021-12-16of/fdt: Rework early_init_dt_scan_root() to call directlyRob Herring-2/+2
2021-12-16of/fdt: Rework early_init_dt_scan_chosen() to call directlyRob Herring-1/+1
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin-1/+1
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+0
2021-08-23powerpc/prom: Fix unused variable ‘reserve_map’ when CONFIG_PPC32 is not setCédric Le Goater-2/+3
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan-1/+0
2021-06-25powerpc: Remove klimitChristophe Leroy-1/+1
2021-04-17powerpc/smp: Cache CPU to chip lookupSrikar Dronamraju-4/+15
2021-03-24powerpc/prom: Mark identical_pvr_fixup as __initNathan Chancellor-1/+1
2021-02-09powerpc: remove unneeded semicolonsChengyang Fan-1/+1
2020-12-04powerpc/feature: Remove CPU_FTR_NODSISRALIGNChristophe Leroy-1/+0
2020-09-15powerpc/mm/book3s: Split radix and hash MAX_PHYSMEM limitAneesh Kumar K.V-0/+5
2020-07-29powerpc/drmem: Make LMB walk a bit more flexibleHari Bathini-5/+8
2020-07-26powerpc/watchpoint: Set CPU_FTR_DAWR1 based on pa-features bitRavi Bangoria-0/+2
2020-07-20powerpc/book3s64/pkeys: Add MMU_FTR_PKEYAneesh Kumar K.V-0/+5
2020-07-20powerpc/prom: Enable Radix GTSE in cpu pa-featuresNicholas Piggin-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-1/+1
2020-06-02powerpc/64s: Save FSCR to init_task.thread.fscr after feature initMichael Ellerman-0/+19
2020-06-02powerpc/kernel: Enables memory hot-remove after reboot on pseries guestsLeonardo Bras-2/+7
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy-2/+2
2020-05-11powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy-3/+3
2019-09-14powerpc/fadump: add support to preserve crash data on FADUMP disabled kernelHari Bathini-2/+2
2019-08-30powerpc/powernv: Introduce FW_FEATURE_ULTRAVISORClaudio Carvalho-0/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-03-12powerpc: use memblock functions returning virtual addressChristophe Leroy-1/+4
2018-12-20powerpc/prom: move the device tree if not in declared memory.Christophe Leroy-2/+2
2018-12-20powerpc/prom: fix early DEBUG messagesChristophe Leroy-3/+3
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport-1/+1
2018-07-30powerpc: clean the inclusion of stringify.hChristophe Leroy-1/+0
2018-07-24powerpc/mm: Check memblock_add against MAX_PHYSMEM_BITS rangeAneesh Kumar K.V-3/+29
2018-05-11powerpc/prom: Drop support for old FDT versionsMichael Ellerman-19/+4
2018-03-31Merge branch 'topic/paca' into nextMichael Ellerman-2/+13
2018-03-30powerpc/64: Defer paca allocation until memory topology is discoveredNicholas Piggin-2/+3
2018-03-30powerpc/setup: Add cpu_to_phys_id arrayNicholas Piggin-0/+10
2018-03-13powerpc/prom: Remove warning on array size when emptyMathieu Malaterre-2/+2
2018-01-16powerpc/mm: Separate ibm, dynamic-memory data from DT formatNathan Fontenot-66/+49
2017-11-06powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman-1/+1
2017-10-21powerpc/powernv: Enable TM without suspend if possibleMichael Ellerman-0/+4
2017-10-20powerpc/tm: Add commandline option to disable hardware transactional memoryCyril Bur-0/+31
2017-05-25powerpc: Fix booting P9 hash with CONFIG_PPC_RADIX_MMU=NMichael Neuling-0/+2
2017-05-09powerpc/64s: Support new device tree binding for discovering CPU featuresNicholas Piggin-9/+20