aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/prom_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26powerpc/prom_init: drop PROM_BUG()David Hildenbrand1-6/+0
2022-07-09Merge branch 'fixes' into nextMichael Ellerman1-1/+1
2022-06-20powerpc: Don't include asm/setup.h in asm/machdep.hChristophe Leroy1-1/+1
2022-06-19powerpc/prom_init: Fix build failure with GCC_PLUGIN_STRUCTLEAK_BYREF_ALL and KASANChristophe Leroy1-1/+1
2022-05-08powerpc: Add missing headersChristophe Leroy1-0/+2
2022-05-05powerpc: fix typos in commentsJulia Lawall1-1/+1
2021-12-23powerpc/kernel: Add __init attribute to eligible functionsNick Child1-6/+6
2021-11-25powerpc/prom_init: Fix improper check of prom_getprop()Peiwei Hu1-1/+1
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan1-1/+1
2021-08-13powerpc/pseries: Add support for FORM2 associativityAneesh Kumar K.V1-1/+2
2021-08-13powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITYAneesh Kumar K.V1-1/+1
2021-06-25powerpc/64s: Make prom_init require RELOCATABLEMichael Ellerman1-56/+2
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin1-0/+3
2021-06-25powerpc/prom_init: Pass linux_banner to firmware via option vector 7Michael Ellerman1-0/+13
2021-06-25powerpc/prom_init: Convert prom_strcpy() into prom_strscpy_pad()Michael Ellerman1-6/+24
2021-06-15powerpc/prom_init: Move custom isspace() to its own namespaceAndy Shevchenko1-9/+8
2021-03-24powerpc: remove unneeded semicolonJiapeng Chong1-1/+1
2021-01-31powerpc/prom: Fix "ibm,arch-vec-5-platform-support" scanCédric Le Goater1-8/+4
2020-11-18powerpc: fix -Wimplicit-fallthroughNick Desaulniers1-0/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-09-18powerpc/prom_init: Check display props exist before enabling btextMichael Ellerman1-4/+13
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/powerpc/linuxLinus 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/powerpc/linuxLinus 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