summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/prom.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/prom: Add CPU info to hardware description string laterNathan Lynch2024-06-281-4/+8
* powerpc/fadump: pass additional parameters when fadump is activeHari Bathini2024-05-101-0/+3
* powerpc: Fix preserved memory size for int-vectorsGUO Zihua2024-05-071-1/+9
* powerpc/mm: Update the memory limit based on direct mapping restrictionsAneesh Kumar K.V (IBM)2024-04-191-3/+2
* powerpc/mm: Align memory_limit value specified using mem= kernel parameterAneesh Kumar K.V (IBM)2024-04-191-2/+5
* powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependencyHari Bathini2024-03-171-1/+1
* powerpc/pseries: Set CPU_FTR_DBELL according to ibm,pi-featuresNicholas Piggin2024-02-211-0/+1
* powerpc/pseries: Add a clear modifier to ibm,pa/pi-features parserNicholas Piggin2024-02-211-3/+6
* powerpc/smp: Remap boot CPU onto core 0 if >= nr_cpu_idsMichael Ellerman2024-02-151-5/+11
* powerpc/smp: Increase nr_cpu_ids to include the boot CPUMichael Ellerman2024-02-151-0/+6
* powerpc/smp: Adjust nr_cpu_ids to cover all threads of a coreMichael Ellerman2024-02-151-0/+6
* powerpc/dexcr: Add initial Dynamic Execution Control Register (DEXCR) supportBenjamin Gray2023-06-191-0/+1
* powerpc/pseries: Pass PLPKS password on kexecRussell Currey2023-02-121-0/+4
* powerpc/64: Move paca allocation to early_setup()Nicholas Piggin2023-02-101-9/+3
* powerpc/prom: Fix 32-bit buildMichael Ellerman2022-12-081-1/+2
* powerpc: export the CPU node countLaurent Dufour2022-12-071-0/+3
* powerpc: Add device-tree model to the hardware descriptionMichael Ellerman2022-09-301-0/+19
* powerpc/64: Add logical PVR to the hardware descriptionMichael Ellerman2022-09-301-1/+3
* powerpc: Add PVR & CPU name to hardware descriptionMichael Ellerman2022-09-301-0/+4
* powerpc: Ignore DSI error caused by the copy/paste instructionHaren Myneni2022-09-281-10/+26
* 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