summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/prom.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64: Init jump labels before parse_early_param()Zhouyi Zhou2022-08-011-0/+7
* powerpc: Remove asm/prom.h from asm/mpc52xx.h and asm/pci.hChristophe Leroy2022-07-281-0/+1
* powerpc: Don't include asm/setup.h in asm/machdep.hChristophe Leroy2022-06-201-1/+1
* powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2022-05-081-1/+0
* powerpc/64: Move paca allocation later in bootMichael Ellerman2022-02-021-5/+10
* Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-141-3/+3
|\
| * powerpc/kernel: Add __init attribute to eligible functionsNick Child2021-12-231-2/+2
| * powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin2021-12-091-1/+1
* | of/fdt: Rework early_init_dt_scan_memory() to call directlyRob Herring2021-12-161-11/+10
* | of/fdt: Rework early_init_dt_scan_root() to call directlyRob Herring2021-12-161-2/+2
* | of/fdt: Rework early_init_dt_scan_chosen() to call directlyRob Herring2021-12-161-1/+1
|/
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-1/+0
|\
| * isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-1/+0
* | powerpc/prom: Fix unused variable ‘reserve_map’ when CONFIG_PPC32 is not setCédric Le Goater2021-08-231-2/+3
|/
* powerpc: Remove klimitChristophe Leroy2021-06-251-1/+1
* powerpc/smp: Cache CPU to chip lookupSrikar Dronamraju2021-04-171-4/+15
* powerpc/prom: Mark identical_pvr_fixup as __initNathan Chancellor2021-03-241-1/+1
* powerpc: remove unneeded semicolonsChengyang Fan2021-02-091-1/+1
* powerpc/feature: Remove CPU_FTR_NODSISRALIGNChristophe Leroy2020-12-041-1/+0
* powerpc/mm/book3s: Split radix and hash MAX_PHYSMEM limitAneesh Kumar K.V2020-09-151-0/+5
* powerpc/drmem: Make LMB walk a bit more flexibleHari Bathini2020-07-291-5/+8
* powerpc/watchpoint: Set CPU_FTR_DAWR1 based on pa-features bitRavi Bangoria2020-07-261-0/+2
* powerpc/book3s64/pkeys: Add MMU_FTR_PKEYAneesh Kumar K.V2020-07-201-0/+5
* powerpc/prom: Enable Radix GTSE in cpu pa-featuresNicholas Piggin2020-07-201-1/+1
* 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/64s: Save FSCR to init_task.thread.fscr after feature initMichael Ellerman2020-06-021-0/+19
* powerpc/kernel: Enables memory hot-remove after reboot on pseries guestsLeonardo Bras2020-06-021-2/+7
* powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy2020-05-111-2/+2
* powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy2020-05-111-3/+3
* powerpc/fadump: add support to preserve crash data on FADUMP disabled kernelHari Bathini2019-09-141-2/+2
* powerpc/powernv: Introduce FW_FEATURE_ULTRAVISORClaudio Carvalho2019-08-301-0/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* powerpc: use memblock functions returning virtual addressChristophe Leroy2019-03-121-1/+4
* powerpc/prom: move the device tree if not in declared memory.Christophe Leroy2018-12-201-2/+2
* powerpc/prom: fix early DEBUG messagesChristophe Leroy2018-12-201-3/+3
* memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-311-1/+1
* powerpc: clean the inclusion of stringify.hChristophe Leroy2018-07-301-1/+0
* powerpc/mm: Check memblock_add against MAX_PHYSMEM_BITS rangeAneesh Kumar K.V2018-07-241-3/+29
* powerpc/prom: Drop support for old FDT versionsMichael Ellerman2018-05-111-19/+4
* Merge branch 'topic/paca' into nextMichael Ellerman2018-03-311-2/+13
|\
| * powerpc/64: Defer paca allocation until memory topology is discoveredNicholas Piggin2018-03-301-2/+3
| * powerpc/setup: Add cpu_to_phys_id arrayNicholas Piggin2018-03-301-0/+10
* | powerpc/prom: Remove warning on array size when emptyMathieu Malaterre2018-03-131-2/+2
|/
* powerpc/mm: Separate ibm, dynamic-memory data from DT formatNathan Fontenot2018-01-161-66/+49
* powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman2017-11-061-1/+1
* powerpc/powernv: Enable TM without suspend if possibleMichael Ellerman2017-10-211-0/+4
* powerpc/tm: Add commandline option to disable hardware transactional memoryCyril Bur2017-10-201-0/+31
* powerpc: Fix booting P9 hash with CONFIG_PPC_RADIX_MMU=NMichael Neuling2017-05-251-0/+2
* powerpc/64s: Support new device tree binding for discovering CPU featuresNicholas Piggin2017-05-091-9/+20