summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/prom_init.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-30powerpc: fix function annotations to avoid section mismatch warnings with gcc-10Vladis Dronov1-2/+2
2020-07-29powerpc/book3s64/radix: Add kernel command line option to disable radix GTSEAneesh Kumar K.V1-4/+9
2020-07-16powerpc/mm: Enable radix GTSE only if supported.Bharata B Rao1-5/+8
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-02powerpc: Add POWER10 architected modeAlistair Popple1-2/+10
2020-05-11powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy1-4/+4
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy1-4/+4
2020-05-11powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy1-4/+4
2020-03-25powerpc/prom_init: Remove leftover commentFabiano Rosas1-1/+0
2020-03-25powerpc/prom_init: Pass the "os-term" message to hypervisorAlexey Kardashevskiy1-0/+3
2019-11-13powerpc/pseries: Enable support for ibm,drc-info propertyTyrel Datwyler1-1/+1
2019-11-07powerpc: Support CMDLINE_EXTENDChris Packham1-12/+24
2019-10-29powerpc/prom_init: Undo relocation before entering secure modeThiago Jung Bauermann1-0/+13
2019-08-30powerpc/prom_init: Add the ESM call to prom_initRam Pai1-0/+96
2019-08-28powerpc/prom: convert PROM_BUG() to standard trapChristophe Leroy1-1/+1
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-10/+19
2019-07-01Merge branch 'fixes' into nextMichael Ellerman1-0/+1
2019-06-15Merge tag 'powerpc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+1
2019-06-07powerpc/32s: fix booting with CONFIG_PPC_EARLY_DEBUG_BOOTXChristophe Leroy1-0/+1
2019-06-02powerpc/pseries: Fix xive=off command lineGreg Kurz1-1/+15
2019-06-02powerpc: Remove variable ‘path’ since not usedMathieu Malaterre1-9/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-14powerpc/prom_init: mark prom_getprop() and prom_getproplen() as __initMasahiro Yamada1-3/+3
2019-05-03powerpc/prom_init: get rid of PROM_SCRATCH_SIZEChristophe Leroy1-11/+9
2019-05-03powerpc: don't use direct assignation during early boot.Christophe Leroy1-2/+8
2019-05-03powerpc/prom_init: don't use string functions from lib/Christophe Leroy1-41/+170
2019-05-03powerpc: remove CONFIG_CMDLINE #ifdef messChristophe Leroy1-6/+3
2018-10-19powerpc/prom_init: Generate "phandle" instead of "linux, phandle"Benjamin Herrenschmidt1-8/+5
2018-10-19powerpc/prom_init: Move __prombss to it's own section and store it in .bssBenjamin Herrenschmidt1-1/+1
2018-10-19powerpc/prom_init: Move a few remaining statics to appropriate sectionsBenjamin Herrenschmidt1-5/+5
2018-10-19powerpc/prom_init: Move const structures to __initconstBenjamin Herrenschmidt1-3/+3
2018-10-19powerpc/prom_init: Move ibm_arch_vec to __prombssBenjamin Herrenschmidt1-1/+7
2018-10-19powerpc/prom_init: Move prom_radix_disable to __prombssBenjamin Herrenschmidt1-1/+6
2018-10-19powerpc/prom_init: Remove support for OPAL v2Benjamin Herrenschmidt1-115/+10
2018-10-19powerpc/prom_init: Replace __initdata with __prombss when applicableBenjamin Herrenschmidt1-26/+29
2018-10-14powerpc/prom_init: Make "default_colors" constBenjamin Herrenschmidt1-1/+1
2018-10-14powerpc/prom_init: Make "fake_elf" constBenjamin Herrenschmidt1-1/+1
2018-10-14powerpc/prom_init: Make of_workarounds staticBenjamin Herrenschmidt1-1/+1
2018-09-19powerpc/prom: Remove VLA in prom_check_platform_support()Suraj Jitindar Singh1-2/+5
2018-08-10powerpc: Move `path` variable inside DEBUG_PROMMathieu Malaterre1-2/+7
2018-07-30powerpc: clean the inclusion of stringify.hChristophe Leroy1-1/+0
2018-07-20powerpc/prom_init: Remove linux,stdout-package propertyMurilo Opsfelder Araujo1-2/+0
2018-06-02powerpc/prom: Fix %u/%llx usage since prom_printf() changeMathieu Malaterre1-24/+49
2018-05-25powerpc/mm/radix: Use do/while(0) trick for single statement blockMathieu Malaterre1-1/+1
2018-05-25powerpc: Add __printf verification to prom_printfMathieu Malaterre1-56/+58
2018-04-04powerpc/mm/radix: Update command line parsing for disable_radixAneesh Kumar K.V1-3/+13
2018-04-01powerpc/64s: Remove POWER4 supportNicholas Piggin1-9/+1
2018-03-28Merge branch 'fixes' into nextMichael Ellerman1-1/+0
2018-03-27powerpc/init: Do not advertise radix during client-architecture-supportAlexey Kardashevskiy1-1/+2