summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/prom_init.c
AgeCommit message (Expand)Author
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-09-18powerpc/prom_init: Check display props exist before enabling btextMichael Ellerman
2020-07-30powerpc: fix function annotations to avoid section mismatch warnings with gcc-10Vladis Dronov
2020-07-29powerpc/book3s64/radix: Add kernel command line option to disable radix GTSEAneesh Kumar K.V
2020-07-16powerpc/mm: Enable radix GTSE only if supported.Bharata B Rao
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-02powerpc: Add POWER10 architected modeAlistair Popple
2020-05-11powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy
2020-05-11powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy
2020-03-25powerpc/prom_init: Remove leftover commentFabiano Rosas
2020-03-25powerpc/prom_init: Pass the "os-term" message to hypervisorAlexey Kardashevskiy
2019-11-13powerpc/pseries: Enable support for ibm,drc-info propertyTyrel Datwyler
2019-11-07powerpc: Support CMDLINE_EXTENDChris Packham
2019-10-29powerpc/prom_init: Undo relocation before entering secure modeThiago Jung Bauermann
2019-08-30powerpc/prom_init: Add the ESM call to prom_initRam Pai
2019-08-28powerpc/prom: convert PROM_BUG() to standard trapChristophe Leroy
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-07-01Merge branch 'fixes' into nextMichael Ellerman
2019-06-15Merge tag 'powerpc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-06-07powerpc/32s: fix booting with CONFIG_PPC_EARLY_DEBUG_BOOTXChristophe Leroy
2019-06-02powerpc/pseries: Fix xive=off command lineGreg Kurz
2019-06-02powerpc: Remove variable ‘path’ since not usedMathieu Malaterre
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-14powerpc/prom_init: mark prom_getprop() and prom_getproplen() as __initMasahiro Yamada
2019-05-03powerpc/prom_init: get rid of PROM_SCRATCH_SIZEChristophe Leroy
2019-05-03powerpc: don't use direct assignation during early boot.Christophe Leroy
2019-05-03powerpc/prom_init: don't use string functions from lib/Christophe Leroy
2019-05-03powerpc: remove CONFIG_CMDLINE #ifdef messChristophe Leroy
2018-10-19powerpc/prom_init: Generate "phandle" instead of "linux, phandle"Benjamin Herrenschmidt
2018-10-19powerpc/prom_init: Move __prombss to it's own section and store it in .bssBenjamin Herrenschmidt
2018-10-19powerpc/prom_init: Move a few remaining statics to appropriate sectionsBenjamin Herrenschmidt
2018-10-19powerpc/prom_init: Move const structures to __initconstBenjamin Herrenschmidt
2018-10-19powerpc/prom_init: Move ibm_arch_vec to __prombssBenjamin Herrenschmidt
2018-10-19powerpc/prom_init: Move prom_radix_disable to __prombssBenjamin Herrenschmidt
2018-10-19powerpc/prom_init: Remove support for OPAL v2Benjamin Herrenschmidt
2018-10-19powerpc/prom_init: Replace __initdata with __prombss when applicableBenjamin Herrenschmidt
2018-10-14powerpc/prom_init: Make "default_colors" constBenjamin Herrenschmidt
2018-10-14powerpc/prom_init: Make "fake_elf" constBenjamin Herrenschmidt
2018-10-14powerpc/prom_init: Make of_workarounds staticBenjamin Herrenschmidt
2018-09-19powerpc/prom: Remove VLA in prom_check_platform_support()Suraj Jitindar Singh
2018-08-10powerpc: Move `path` variable inside DEBUG_PROMMathieu Malaterre
2018-07-30powerpc: clean the inclusion of stringify.hChristophe Leroy
2018-07-20powerpc/prom_init: Remove linux,stdout-package propertyMurilo Opsfelder Araujo
2018-06-02powerpc/prom: Fix %u/%llx usage since prom_printf() changeMathieu Malaterre
2018-05-25powerpc/mm/radix: Use do/while(0) trick for single statement blockMathieu Malaterre
2018-05-25powerpc: Add __printf verification to prom_printfMathieu Malaterre
2018-04-04powerpc/mm/radix: Update command line parsing for disable_radixAneesh Kumar K.V
2018-04-01powerpc/64s: Remove POWER4 supportNicholas Piggin