summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy
2022-09-26powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe Leroy
2022-09-26powerpc: Remove redundant selection of E500 and E500MCChristophe Leroy
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy
2022-09-26powerpc/cputable: Split cpu_specs[] for mpc85xx and e500mcChristophe Leroy
2022-09-26powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy
2022-09-26powerpc/cputable: Split cpu_specs[] out of cputable.hChristophe Leroy
2022-09-26powerpc/cputable: Move __cpu_setup() prototypes out of cputable.hChristophe Leroy
2022-09-26powerpc/cputable: Remove __machine_check_early_realmode_p{7/8/9} prototypesChristophe Leroy
2022-09-26powerpc/64e: Remove unnecessary #ifdef CONFIG_PPC_FSL_BOOK3EChristophe Leroy
2022-09-26powerpc/64e: Tie PPC_BOOK3E_64 to PPC_E500MCChristophe Leroy
2022-09-26powerpc/Kconfig: Fix non existing CONFIG_PPC_FSL_BOOKEChristophe Leroy
2022-09-26powerpc: dts: turris1x.dts: Fix labels in DSA cpu port nodesPali Rohár
2022-09-26powerpc: dts: turris1x.dts: Fix NOR partitions labelsPali Rohár
2022-09-26powerpc: Always select HAVE_EFFICIENT_UNALIGNED_ACCESSMichael Ellerman
2022-09-26powerpc/highmem: Properly handle fragmented memoryChristophe Leroy
2022-09-26powerpc/prom_init: drop PROM_BUG()David Hildenbrand
2022-09-26powerpc/mm: Make PAGE_KERNEL_xxx macros grep-friendlyChristophe Leroy
2022-09-26powerpc/mm: Reduce redundancy in pgtable.hChristophe Leroy
2022-09-26powerpc/book3s: Inline first level of update_mmu_cache()Christophe Leroy
2022-09-26powerpc: Rely on generic definition of hugepd_t and is_hugepd when unusedChristophe Leroy
2022-09-26powerpc/nohash: Remove pgd_huge() stubChristophe Leroy
2022-09-26powerpc/mm/64s: Drop p4d_leaf()Michael Ellerman
2022-09-26powerpc/mm/64s: Drop pgd_huge()Michael Ellerman
2022-09-26powerpc/microwatt: Remove unused early debug codeMichael Ellerman
2022-09-26powerpc/64: Remove unused SYS_CALL_TABLE symbolMichael Ellerman
2022-09-26powerpc/build: put sys_call_table in .data.rel.ro if RELOCATABLENicholas Piggin
2022-09-26powerpc/64/build: merge .got and .toc input sectionsNicholas Piggin
2022-09-26powerpc/64/build: only include .opd with ELFv1Nicholas Piggin
2022-09-26powerpc/build: move .data.rel.ro, .sdata2 to read-onlyNicholas Piggin
2022-09-26powerpc/build: move got, toc, plt, branch_lt sections to read-onlyNicholas Piggin
2022-09-26powerpc/32/build: move got1/got2 sections out of textNicholas Piggin
2022-09-26powerpc: move __end_rodata to cover arch read-only sectionsNicholas Piggin
2022-09-26powerpc/vmlinux.lds: Add an explicit symbol for the SRWX boundaryMichael Ellerman
2022-09-26powerpc/vmlinux.lds: Ensure STRICT_ALIGN_SIZE is at least page alignedMichael Ellerman
2022-09-26powerpc/64: Remove unused prom_init_toc symbolsMichael Ellerman
2022-09-26powerpc/pseries: move hcall_tracepoint_refcount out of .tocNicholas Piggin
2022-09-24Merge branch 'fixes' into nextMichael Ellerman
2022-09-15KVM: PPC: remove orphan declarations from kvm_ppc.hGaosheng Cui
2022-09-15powerpc/ps3: remove orphan declarations from ps3av.hGaosheng Cui
2022-09-15powerpc/sysdev: remove unused xics_ipi_dispatch() declarationGaosheng Cui
2022-09-15powerpc/powernv: remove orphan declarations from opal.hGaosheng Cui
2022-09-15powerpc/mm: remove orphan declarations from mmu_context.hGaosheng Cui
2022-09-15powerpc: remove unused udbg_init_debug_beat() declarationGaosheng Cui
2022-09-15powerpc: remove unused chrp_event_scan() declarationGaosheng Cui
2022-09-15powerpc/spufs: remove orphan declarations from spufs.hGaosheng Cui
2022-09-15powerpc/xmon: remove unused ppc_parse_cpu() declarationGaosheng Cui
2022-09-14Revert "powerpc/rtas: Implement reentrant rtas call"Nathan Lynch
2022-09-08powerpc/powernv: add missing of_node_put() in opal_export_attrs()Zheng Yongjun
2022-09-08powerpc/85xx: Fix fall-through warning for ClangGustavo A. R. Silva