summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/prom_init.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-1/+1
|\
| * isystem: ship and use stdarg.hAlexey Dobriyan2021-08-191-1/+1
* | powerpc/pseries: Add support for FORM2 associativityAneesh Kumar K.V2021-08-131-1/+2
* | powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITYAneesh Kumar K.V2021-08-131-1/+1
|/
* powerpc/64s: Make prom_init require RELOCATABLEMichael Ellerman2021-06-251-56/+2
* powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin2021-06-251-0/+3
* powerpc/prom_init: Pass linux_banner to firmware via option vector 7Michael Ellerman2021-06-251-0/+13
* powerpc/prom_init: Convert prom_strcpy() into prom_strscpy_pad()Michael Ellerman2021-06-251-6/+24
* powerpc/prom_init: Move custom isspace() to its own namespaceAndy Shevchenko2021-06-151-9/+8
* powerpc: remove unneeded semicolonJiapeng Chong2021-03-241-1/+1
* powerpc/prom: Fix "ibm,arch-vec-5-platform-support" scanCédric Le Goater2021-01-311-8/+4
* powerpc: fix -Wimplicit-fallthroughNick Desaulniers2020-11-181-0/+1
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* powerpc/prom_init: Check display props exist before enabling btextMichael Ellerman2020-09-181-4/+13
* powerpc: fix function annotations to avoid section mismatch warnings with gcc-10Vladis Dronov2020-07-301-2/+2
* powerpc/book3s64/radix: Add kernel command line option to disable radix GTSEAneesh Kumar K.V2020-07-291-4/+9
* powerpc/mm: Enable radix GTSE only if supported.Bharata B Rao2020-07-161-5/+8
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* powerpc: Add POWER10 architected modeAlistair Popple2020-06-021-2/+10
* powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy2020-05-111-4/+4
* powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy2020-05-111-4/+4
* powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy2020-05-111-4/+4
* powerpc/prom_init: Remove leftover commentFabiano Rosas2020-03-251-1/+0
* powerpc/prom_init: Pass the "os-term" message to hypervisorAlexey Kardashevskiy2020-03-251-0/+3
* powerpc/pseries: Enable support for ibm,drc-info propertyTyrel Datwyler2019-11-131-1/+1
* powerpc: Support CMDLINE_EXTENDChris Packham2019-11-071-12/+24
* powerpc/prom_init: Undo relocation before entering secure modeThiago Jung Bauermann2019-10-291-0/+13
* powerpc/prom_init: Add the ESM call to prom_initRam Pai2019-08-301-0/+96
* powerpc/prom: convert PROM_BUG() to standard trapChristophe Leroy2019-08-281-1/+1
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-10/+19
|\
| * Merge branch 'fixes' into nextMichael Ellerman2019-07-011-0/+1
| |\
| * | powerpc/pseries: Fix xive=off command lineGreg Kurz2019-06-021-1/+15
| * | powerpc: Remove variable ‘path’ since not usedMathieu Malaterre2019-06-021-9/+4
* | | Merge tag 'powerpc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-06-151-0/+1
|\ \ \ | | |/ | |/|
| * | powerpc/32s: fix booting with CONFIG_PPC_EARLY_DEBUG_BOOTXChristophe Leroy2019-06-071-0/+1
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* powerpc/prom_init: mark prom_getprop() and prom_getproplen() as __initMasahiro Yamada2019-05-141-3/+3
* powerpc/prom_init: get rid of PROM_SCRATCH_SIZEChristophe Leroy2019-05-031-11/+9
* powerpc: don't use direct assignation during early boot.Christophe Leroy2019-05-031-2/+8
* powerpc/prom_init: don't use string functions from lib/Christophe Leroy2019-05-031-41/+170
* powerpc: remove CONFIG_CMDLINE #ifdef messChristophe Leroy2019-05-031-6/+3
* powerpc/prom_init: Generate "phandle" instead of "linux, phandle"Benjamin Herrenschmidt2018-10-191-8/+5
* powerpc/prom_init: Move __prombss to it's own section and store it in .bssBenjamin Herrenschmidt2018-10-191-1/+1
* powerpc/prom_init: Move a few remaining statics to appropriate sectionsBenjamin Herrenschmidt2018-10-191-5/+5
* powerpc/prom_init: Move const structures to __initconstBenjamin Herrenschmidt2018-10-191-3/+3
* powerpc/prom_init: Move ibm_arch_vec to __prombssBenjamin Herrenschmidt2018-10-191-1/+7
* powerpc/prom_init: Move prom_radix_disable to __prombssBenjamin Herrenschmidt2018-10-191-1/+6
* powerpc/prom_init: Remove support for OPAL v2Benjamin Herrenschmidt2018-10-191-115/+10
* powerpc/prom_init: Replace __initdata with __prombss when applicableBenjamin Herrenschmidt2018-10-191-26/+29