summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-26powerpc: Rely on generic definition of hugepd_t and is_hugepd when unusedChristophe Leroy4-6/+5
2022-09-26powerpc/nohash: Remove pgd_huge() stubChristophe Leroy2-7/+0
2022-09-26powerpc/mm/64s: Drop p4d_leaf()Michael Ellerman1-7/+0
2022-09-26powerpc/mm/64s: Drop pgd_huge()Michael Ellerman2-19/+0
2022-09-26powerpc/microwatt: Remove unused early debug codeMichael Ellerman1-39/+0
2022-09-26powerpc/64: Remove unused SYS_CALL_TABLE symbolMichael Ellerman1-10/+0
2022-09-26powerpc/build: put sys_call_table in .data.rel.ro if RELOCATABLENicholas Piggin1-0/+4
2022-09-26powerpc/64/build: merge .got and .toc input sectionsNicholas Piggin1-2/+1
2022-09-26powerpc/64/build: only include .opd with ELFv1Nicholas Piggin1-0/+2
2022-09-26powerpc/build: move .data.rel.ro, .sdata2 to read-onlyNicholas Piggin1-8/+12
2022-09-26powerpc/build: move got, toc, plt, branch_lt sections to read-onlyNicholas Piggin1-10/+22
2022-09-26powerpc/32/build: move got1/got2 sections out of textNicholas Piggin1-10/+11
2022-09-26powerpc: move __end_rodata to cover arch read-only sectionsNicholas Piggin5-6/+8
2022-09-26powerpc/vmlinux.lds: Add an explicit symbol for the SRWX boundaryMichael Ellerman4-5/+11
2022-09-26powerpc/vmlinux.lds: Ensure STRICT_ALIGN_SIZE is at least page alignedMichael Ellerman1-1/+4
2022-09-26powerpc/64: Remove unused prom_init_toc symbolsMichael Ellerman3-10/+1
2022-09-26powerpc/pseries: move hcall_tracepoint_refcount out of .tocNicholas Piggin1-2/+2
2022-09-24Merge branch 'fixes' into nextMichael Ellerman7-70/+91
2022-09-15KVM: PPC: remove orphan declarations from kvm_ppc.hGaosheng Cui1-4/+0
2022-09-15powerpc/ps3: remove orphan declarations from ps3av.hGaosheng Cui1-2/+0
2022-09-15powerpc/sysdev: remove unused xics_ipi_dispatch() declarationGaosheng Cui1-1/+0
2022-09-15powerpc/powernv: remove orphan declarations from opal.hGaosheng Cui1-6/+0
2022-09-15powerpc/mm: remove orphan declarations from mmu_context.hGaosheng Cui1-2/+0
2022-09-15powerpc: remove unused udbg_init_debug_beat() declarationGaosheng Cui1-1/+0
2022-09-15powerpc: remove unused chrp_event_scan() declarationGaosheng Cui1-1/+0
2022-09-15powerpc/spufs: remove orphan declarations from spufs.hGaosheng Cui1-2/+0
2022-09-15powerpc/xmon: remove unused ppc_parse_cpu() declarationGaosheng Cui1-2/+0
2022-09-14Revert "powerpc/rtas: Implement reentrant rtas call"Nathan Lynch5-99/+11
2022-09-08powerpc/powernv: add missing of_node_put() in opal_export_attrs()Zheng Yongjun1-0/+1
2022-09-08powerpc/85xx: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2022-09-08powerpc/64s: add pte_needs_flush and huge_pmd_needs_flushNicholas Piggin2-0/+59
2022-09-08powerpc/math-emu: Inhibit W=1 warningsChristophe Leroy4-3/+10
2022-09-08powerpc/pseries: Fix plpks crash on non-pseriesMichael Ellerman1-1/+2
2022-09-06powerpc/pasemi: Use of_root in pas_pci_init()Michael Ellerman1-8/+2
2022-09-06powerpc/pasemi: Use strscpy instead of strlcpyRussell Currey1-2/+1
2022-09-06powerpc/xive: fix repeated words in commentsJilin Yuan1-1/+1
2022-09-06powerpc/vas: fix repeated words in commentsJilin Yuan1-1/+1
2022-09-06powerpc/mobility: fix repeated words in commentsJilin Yuan1-1/+1
2022-09-05powerpc/powermac/udbg_scc: Add missing of_node_put()s in udbg_scc_init()Liang He1-2/+6
2022-09-05powerpc/powermac/pfunc_base: Add missing of_node_put() in macio_gpio_init_one()Liang He1-0/+2
2022-09-05powerpc/powermac/low_i2c: Add missing of_node_put() in kw_i2c_probe()Liang He1-0/+1
2022-09-05powerpc/powermac/feature: Add missing of_node_put()Liang He1-5/+10
2022-09-05powerpc/pci-common: Fix refcount bug for 'phb->dn'Liang He1-2/+2
2022-09-05powerpc/powernv: Add missing of_node_put()sLiang He6-3/+20
2022-09-05powerpc/fsl_pci: Remove of_node_put() when reference escaped outLiang He1-1/+0
2022-09-05powerpc/85xx: Add missing of_node_get/put() in ge_imp3a_pci_assign_primary()Liang He1-2/+4
2022-09-05powerpc/44x: Add of_node_put() when break out from for_eachLiang He1-0/+2
2022-09-05powerpc/pci_dn: Add missing of_node_put()Liang He1-0/+1
2022-09-05powerpc/pseries: Add missing of_node_put()s in hotplug-cpu.cLiang He1-4/+11
2022-09-05macintosh: Add missing of_node_get() in do_attach()Liang He1-0/+2