aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/prom_init.c
AgeCommit message (Expand)Author
2022-05-08powerpc: Add missing headersChristophe Leroy
2022-05-05powerpc: fix typos in commentsJulia Lawall
2021-12-23powerpc/kernel: Add __init attribute to eligible functionsNick Child
2021-11-25powerpc/prom_init: Fix improper check of prom_getprop()Peiwei Hu
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan
2021-08-13powerpc/pseries: Add support for FORM2 associativityAneesh Kumar K.V
2021-08-13powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITYAneesh Kumar K.V
2021-06-25powerpc/64s: Make prom_init require RELOCATABLEMichael Ellerman
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin
2021-06-25powerpc/prom_init: Pass linux_banner to firmware via option vector 7Michael Ellerman
2021-06-25powerpc/prom_init: Convert prom_strcpy() into prom_strscpy_pad()Michael Ellerman
2021-06-15powerpc/prom_init: Move custom isspace() to its own namespaceAndy Shevchenko
2021-03-24powerpc: remove unneeded semicolonJiapeng Chong
2021-01-31powerpc/prom: Fix "ibm,arch-vec-5-platform-support" scanCédric Le Goater
2020-11-18powerpc: fix -Wimplicit-fallthroughNick Desaulniers
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