summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/prom_init.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/prom_init: Generate "phandle" instead of "linux, phandle"Benjamin Herrenschmidt2018-10-181-8/+5Star
* powerpc/prom_init: Move __prombss to it's own section and store it in .bssBenjamin Herrenschmidt2018-10-181-1/+1
* powerpc/prom_init: Move a few remaining statics to appropriate sectionsBenjamin Herrenschmidt2018-10-181-5/+5
* powerpc/prom_init: Move const structures to __initconstBenjamin Herrenschmidt2018-10-181-3/+3
* powerpc/prom_init: Move ibm_arch_vec to __prombssBenjamin Herrenschmidt2018-10-181-1/+7
* powerpc/prom_init: Move prom_radix_disable to __prombssBenjamin Herrenschmidt2018-10-181-1/+6
* powerpc/prom_init: Remove support for OPAL v2Benjamin Herrenschmidt2018-10-181-115/+10Star
* powerpc/prom_init: Replace __initdata with __prombss when applicableBenjamin Herrenschmidt2018-10-181-26/+29
* powerpc/prom_init: Make "default_colors" constBenjamin Herrenschmidt2018-10-141-1/+1
* powerpc/prom_init: Make "fake_elf" constBenjamin Herrenschmidt2018-10-141-1/+1
* powerpc/prom_init: Make of_workarounds staticBenjamin Herrenschmidt2018-10-141-1/+1
* powerpc/prom: Remove VLA in prom_check_platform_support()Suraj Jitindar Singh2018-09-191-2/+5
* powerpc: Move `path` variable inside DEBUG_PROMMathieu Malaterre2018-08-101-2/+7
* powerpc: clean the inclusion of stringify.hChristophe Leroy2018-07-301-1/+0Star
* powerpc/prom_init: Remove linux,stdout-package propertyMurilo Opsfelder Araujo2018-07-201-2/+0Star
* powerpc/prom: Fix %u/%llx usage since prom_printf() changeMathieu Malaterre2018-06-011-24/+49
* powerpc/mm/radix: Use do/while(0) trick for single statement blockMathieu Malaterre2018-05-251-1/+1
* powerpc: Add __printf verification to prom_printfMathieu Malaterre2018-05-251-56/+58
* powerpc/mm/radix: Update command line parsing for disable_radixAneesh Kumar K.V2018-04-041-3/+13
* powerpc/64s: Remove POWER4 supportNicholas Piggin2018-03-311-9/+1Star
* Merge branch 'fixes' into nextMichael Ellerman2018-03-281-1/+0Star
|\
| * powerpc/pseries: Fix vector5 in ibm architecture vector tableBharata B Rao2018-03-061-1/+0Star
* | powerpc/init: Do not advertise radix during client-architecture-supportAlexey Kardashevskiy2018-03-271-1/+2
|/
* powerpc/pseries: Revert support for ibm,drc-info devtree propertyMichael Bringmann2018-02-221-1/+1
* powerpc: Enable support for ibm,drc-info devtree propertyMichael Bringmann2018-01-211-0/+1
* powerpc/pseries: Enable support of ibm,dynamic-memory-v2Nathan Fontenot2018-01-161-0/+1
* powerpc/xive: add XIVE Exploitation Mode to CASCédric Le Goater2017-09-021-1/+33
* powerpc: don't fortify prom_initDaniel Axtens2017-07-131-0/+3
* powerpc/prom: Increase minimum RMA size to 512MBSukadev Bhattiprolu2017-04-041-1/+1
* powerpc: Update to new option-vector-5 format for CASSuraj Jitindar Singh2017-03-061-2/+108
* powerpc: Parse the command line before calling CASSuraj Jitindar Singh2017-03-061-5/+5
* Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-03-011-1/+1
|\
| * powerpc/pseries: Advertise Hot Plug Event support to firmwareMichael Roth2017-02-211-1/+1
* | Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-02-221-2/+18
|\|
| * Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-02-141-1/+17
| |\
| | * powerpc/64: Enable use of radix MMU under hypervisor on POWER9Paul Mackerras2017-01-311-1/+17
| * | powerpc/pseries: Advertise HPT resizing support via CASDavid Gibson2017-02-101-1/+1
| |/
* / powerpc: Add missing error check to prom_find_boot_cpu()Darren Stevens2017-01-241-0/+3
|/
* powerpc/prom: Switch to using structs for ibm_architecture_vecMichael Ellerman2016-11-301-120/+154
* powerpc/prom: Define structs for client architecture vectorsMichael Ellerman2016-11-301-0/+53
* powerpc: Fix old style declaration GCC warningsTobias Klauser2016-11-181-2/+2
* powerpc/pasemi: Fix device_type of Nemo SB600 node.Darren Stevens2016-09-131-0/+16
* powerpc/pasemi: Fix Nemo SB600 i8259 interrupts.Darren Stevens2016-09-131-0/+65
* powerpc/sparse: Add more assembler prototypesDaniel Axtens2016-09-131-0/+1
* powerpc/prom: Fix sub-processor option passed to ibm, client-architecture-sup...Michael Ellerman2016-08-221-3/+6
* powerpc: Print the kernel load address at the end of prom_init()Benjamin Herrenschmidt2016-08-101-1/+1
* powerpc/pseries: Fix IBM_ARCH_VEC_NRCORES_OFFSET since POWER8NVL was addedMichael Ellerman2016-06-081-1/+1
* powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support callThomas Huth2016-06-011-0/+1
* powerpc: Add missing calls to va_end()Daniel Axtens2015-12-171-0/+1
* vTPM: get the buffer allocated for event log instead of the actual logHon Ching \(Vicky\) Lo2015-10-191-6/+15