aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/prom_init.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-26powerpc/prom_init: drop PROM_BUG()Gravatar David Hildenbrand 1-6/+0
2022-07-09Merge branch 'fixes' into nextGravatar Michael Ellerman 1-1/+1
2022-06-20powerpc: Don't include asm/setup.h in asm/machdep.hGravatar Christophe Leroy 1-1/+1
2022-06-19powerpc/prom_init: Fix build failure with GCC_PLUGIN_STRUCTLEAK_BYREF_ALL and...Gravatar Christophe Leroy 1-1/+1
2022-05-08powerpc: Add missing headersGravatar Christophe Leroy 1-0/+2
2022-05-05powerpc: fix typos in commentsGravatar Julia Lawall 1-1/+1
2021-12-23powerpc/kernel: Add __init attribute to eligible functionsGravatar Nick Child 1-6/+6
2021-11-25powerpc/prom_init: Fix improper check of prom_getprop()Gravatar Peiwei Hu 1-1/+1
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+1
2021-08-19isystem: ship and use stdarg.hGravatar Alexey Dobriyan 1-1/+1
2021-08-13powerpc/pseries: Add support for FORM2 associativityGravatar Aneesh Kumar K.V 1-1/+2
2021-08-13powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITYGravatar Aneesh Kumar K.V 1-1/+1
2021-06-25powerpc/64s: Make prom_init require RELOCATABLEGravatar Michael Ellerman 1-56/+2
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validGravatar Nicholas Piggin 1-0/+3
2021-06-25powerpc/prom_init: Pass linux_banner to firmware via option vector 7Gravatar Michael Ellerman 1-0/+13
2021-06-25powerpc/prom_init: Convert prom_strcpy() into prom_strscpy_pad()Gravatar Michael Ellerman 1-6/+24
2021-06-15powerpc/prom_init: Move custom isspace() to its own namespaceGravatar Andy Shevchenko 1-9/+8
2021-03-24powerpc: remove unneeded semicolonGravatar Jiapeng Chong 1-1/+1
2021-01-31powerpc/prom: Fix "ibm,arch-vec-5-platform-support" scanGravatar Cédric Le Goater 1-8/+4
2020-11-18powerpc: fix -Wimplicit-fallthroughGravatar Nick Desaulniers 1-0/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 1-1/+1
2020-09-18powerpc/prom_init: Check display props exist before enabling btextGravatar Michael Ellerman 1-4/+13
2020-07-30powerpc: fix function annotations to avoid section mismatch warnings with gcc-10Gravatar Vladis Dronov 1-2/+2
2020-07-29powerpc/book3s64/radix: Add kernel command line option to disable radix GTSEGravatar Aneesh Kumar K.V 1-4/+9
2020-07-16powerpc/mm: Enable radix GTSE only if supported.Gravatar Bharata B Rao 1-5/+8
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-02powerpc: Add POWER10 architected modeGravatar Alistair Popple 1-2/+10
2020-05-11powerpc: Replace _ALIGN() by ALIGN()Gravatar Christophe Leroy 1-4/+4
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Gravatar Christophe Leroy 1-4/+4
2020-05-11powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Gravatar Christophe Leroy 1-4/+4
2020-03-25powerpc/prom_init: Remove leftover commentGravatar Fabiano Rosas 1-1/+0
2020-03-25powerpc/prom_init: Pass the "os-term" message to hypervisorGravatar Alexey Kardashevskiy 1-0/+3
2019-11-13powerpc/pseries: Enable support for ibm,drc-info propertyGravatar Tyrel Datwyler 1-1/+1
2019-11-07powerpc: Support CMDLINE_EXTENDGravatar Chris Packham 1-12/+24
2019-10-29powerpc/prom_init: Undo relocation before entering secure modeGravatar Thiago Jung Bauermann 1-0/+13
2019-08-30powerpc/prom_init: Add the ESM call to prom_initGravatar Ram Pai 1-0/+96
2019-08-28powerpc/prom: convert PROM_BUG() to standard trapGravatar Christophe Leroy 1-1/+1
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-10/+19
2019-07-01Merge branch 'fixes' into nextGravatar Michael Ellerman 1-0/+1
2019-06-15Merge tag 'powerpc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+1
2019-06-07powerpc/32s: fix booting with CONFIG_PPC_EARLY_DEBUG_BOOTXGravatar Christophe Leroy 1-0/+1
2019-06-02powerpc/pseries: Fix xive=off command lineGravatar Greg Kurz 1-1/+15
2019-06-02powerpc: Remove variable ‘path’ since not usedGravatar Mathieu Malaterre 1-9/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-14powerpc/prom_init: mark prom_getprop() and prom_getproplen() as __initGravatar Masahiro Yamada 1-3/+3
2019-05-03powerpc/prom_init: get rid of PROM_SCRATCH_SIZEGravatar Christophe Leroy 1-11/+9
2019-05-03powerpc: don't use direct assignation during early boot.Gravatar Christophe Leroy 1-2/+8
2019-05-03powerpc/prom_init: don't use string functions from lib/Gravatar Christophe Leroy 1-41/+170
2019-05-03powerpc: remove CONFIG_CMDLINE #ifdef messGravatar Christophe Leroy 1-6/+3