summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
2021-12-23powerpc/4xx: Add __init attribute to eligible functionsNick Child2-3/+3
2021-12-23powerpc/ps3: Add __init attribute to eligible functionsNick Child7-24/+24
2021-12-23powerpc/pseries: Add __init attribute to eligible functionsNick Child8-15/+15
2021-12-23powerpc/powernv: Add __init attribute to eligible functionsNick Child13-26/+26
2021-12-23powerpc/powermac: Add __init attribute to eligible functionsNick Child6-9/+9
2021-12-23powerpc/pasemi: Add __init attribute to eligible functionsNick Child4-4/+4
2021-12-23powerpc/chrp: Add __init attribute to eligible functionsNick Child1-1/+1
2021-12-23powerpc/cell: Add __init attribute to eligible functionsNick Child5-20/+20
2021-12-20powerpc: use swap() to make code cleanerYang Guang1-4/+2
2021-12-16powerpc/pseries: use slab context cpumask allocation in CPU hotplug initNicholas Piggin1-4/+5
2021-12-16powerpc/pseries/vas: Don't print an error when VAS is unavailableNicholas Piggin1-2/+9
2021-12-09powerpc/powermac: Add additional missing lockdep_register_key()Christophe Leroy1-0/+2
2021-12-09powerpc/cell: Fix clang -Wimplicit-fallthrough warningAnders Roxell1-0/+1
2021-12-09powerpc: Remove CONFIG_PPC_HAVE_KUAP and CONFIG_PPC_HAVE_KUEPChristophe Leroy1-21/+0
2021-12-09powerpc/kuap: Wire-up KUAP on book3e/64Christophe Leroy1-0/+1
2021-12-09powerpc/kuap: Wire-up KUAP on 85xx in 32 bits mode.Christophe Leroy1-0/+1
2021-12-09powerpc/kuap: Wire-up KUAP on 40xChristophe Leroy1-2/+5
2021-12-09powerpc/kuap: Wire-up KUAP on 44xChristophe Leroy1-0/+1
2021-12-09powerpc/kuap: Make PPC_KUAP_DEBUG depend on PPC_KUAP onlyChristophe Leroy1-1/+1
2021-12-09powerpc/config: Add CONFIG_BOOKE_OR_40xChristophe Leroy1-0/+5
2021-12-09powerpc/book3e: Activate KUEP at all timeChristophe Leroy1-0/+2
2021-12-09powerpc/44x: Activate KUEP at all timeChristophe Leroy1-0/+1
2021-12-09powerpc/8xx: Activate KUEP at all timeChristophe Leroy1-0/+1
2021-12-09powerpc/microwatt: add POWER9_CPU, clear PPC_64S_HASH_MMUNicholas Piggin1-1/+0
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin8-5/+29
2021-12-09powerpc/64s: Make hash MMU support configurableNicholas Piggin7-4/+32
2021-12-02powerpc/pseries: lparcfg don't include slb_size line in radix modeNicholas Piggin1-1/+2
2021-12-02powerpc/pseries: move process table registration away from hash-specific codeNicholas Piggin1-28/+28
2021-12-02powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVENicholas Piggin1-1/+0
2021-12-02powerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVENicholas Piggin11-12/+12
2021-11-30powerpc/powermac: Add missing lockdep_register_key()Christophe Leroy1-0/+1
2021-11-29powerpc/85xx: Make c293_pcie_pic_init() staticMichael Ellerman1-1/+1
2021-11-29powerpc/85xx: Make mpc85xx_smp_kexec_cpu_down() staticMichael Ellerman1-2/+2
2021-11-29powerpc/85xx: Fix no previous prototype warning for mpc85xx_setup_pmc()Michael Ellerman1-0/+2
2021-11-29powerpc: remove cpu_online_cores_map functionNicholas Piggin2-8/+8
2021-11-25powerpc/microwatt: Make microwatt_get_random_darn() staticMichael Ellerman1-1/+1
2021-11-25powerpc/pseries: delete scanlogNathan Lynch3-200/+0
2021-11-25powerpc/powernv: Remove POWER9 PVR version check for entry and uaccess flushesNicholas Piggin1-3/+7
2021-11-25powerpc/cell: add missing of_node_putJulia Lawall1-0/+1
2021-11-25powerpc/powernv: add missing of_node_putJulia Lawall1-0/+1
2021-11-25powerpc/6xx: add missing of_node_putJulia Lawall1-0/+1
2021-11-24powerpc/64s: Keep AMOR SPR a constant ~0 at runtimeNicholas Piggin1-5/+3
2021-11-24powerpc/64s: Remove WORT SPR from POWER9/10 (take 2)Nicholas Piggin1-1/+0
2021-11-15powerpc/pseries/ddw: Do not try direct mapping with persistent memory and one...Alexey Kardashevskiy1-2/+4
2021-11-15powerpc/pseries/ddw: simplify enable_ddw()Alexey Kardashevskiy1-7/+4
2021-11-15powerpc/pseries/ddw: Revert "Extend upper limit for huge DMA window for persi...Alexey Kardashevskiy1-9/+0
2021-11-15powerpc/83xx/mpc8349emitx: Drop unused variableUwe Kleine-König1-1/+0
2021-11-08Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-1/+2
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-6/+5