summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlersRohan McLure2022-09-284-34/+53
* powerpc: Provide do_ppc64_personality helperRohan McLure2022-09-281-1/+5
* powerpc: Remove direct call to mmap2 syscall handlersRohan McLure2022-09-283-13/+14
* powerpc: Remove direct call to personality syscall handlerRohan McLure2022-09-261-1/+1
* powerpc/32: Remove powerpc select specialisationRohan McLure2022-09-263-20/+1
* powerpc: Use generic fallocate compatibility syscallRohan McLure2022-09-263-9/+1
* powerpc: Fix fallocate and fadvise64_64 compat parameter combinationRohan McLure2022-09-263-15/+15
* powerpc/64s: Fix comment on interrupt handler prologueRohan McLure2022-09-261-2/+2
* powerpc/64e: Clarify register saves and clears with {SAVE,ZEROIZE}_GPRSRohan McLure2022-09-261-16/+12
* powerpc/32: Clarify interrupt restores with REST_GPR macro in entry_32.SRohan McLure2022-09-261-20/+13
* powerpc/64s: Use {ZEROIZE,SAVE,REST}_GPRS macros in sc, scv 0 handlersRohan McLure2022-09-261-34/+9
* powerpc: Add ZEROIZE_GPRS macros for register clearsRohan McLure2022-09-261-0/+22
* powerpc: Save caller r3 prior to system_call_exceptionRohan McLure2022-09-263-1/+3
* powerpc: Remove asmlinkage from syscall handler definitionsRohan McLure2022-09-262-12/+12
* powerpc/irq: Refactor irq_soft_mask_{set,or}_return()Christophe Leroy2022-09-261-22/+4
* powerpc: Remove impossible mmu_psize_defs[] on nohashChristophe Leroy2022-09-261-49/+15
* powerpc: Cleanup idle for e500Christophe Leroy2022-09-266-19/+4
* powerpc: Simplify redundant Kconfig testsChristophe Leroy2022-09-263-3/+3
* powerpc: Replace PPC_85xx || PPC_BOOKE_64 by PPC_E500Christophe Leroy2022-09-263-3/+3
* powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy2022-09-2610-18/+14
* powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy2022-09-2632-66/+58
* powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe Leroy2022-09-2618-38/+38
* powerpc: Remove redundant selection of E500 and E500MCChristophe Leroy2022-09-261-3/+0
* powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy2022-09-2620-70/+66
* powerpc/cputable: Split cpu_specs[] for mpc85xx and e500mcChristophe Leroy2022-09-263-66/+65
* powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy2022-09-2621-56/+51
* powerpc/cputable: Split cpu_specs[] out of cputable.hChristophe Leroy2022-09-269-1876/+1930
* powerpc/cputable: Move __cpu_setup() prototypes out of cputable.hChristophe Leroy2022-09-264-50/+51
* powerpc/cputable: Remove __machine_check_early_realmode_p{7/8/9} prototypesChristophe Leroy2022-09-261-3/+0
* powerpc/64e: Remove unnecessary #ifdef CONFIG_PPC_FSL_BOOK3EChristophe Leroy2022-09-262-14/+0
* powerpc/64e: Tie PPC_BOOK3E_64 to PPC_E500MCChristophe Leroy2022-09-262-0/+4
* powerpc/Kconfig: Fix non existing CONFIG_PPC_FSL_BOOKEChristophe Leroy2022-09-261-1/+1
* powerpc: dts: turris1x.dts: Fix labels in DSA cpu port nodesPali Rohár2022-09-261-2/+2
* powerpc: dts: turris1x.dts: Fix NOR partitions labelsPali Rohár2022-09-261-5/+5
* powerpc: Always select HAVE_EFFICIENT_UNALIGNED_ACCESSMichael Ellerman2022-09-261-1/+1
* powerpc/highmem: Properly handle fragmented memoryChristophe Leroy2022-09-261-1/+1
* powerpc/prom_init: drop PROM_BUG()David Hildenbrand2022-09-261-6/+0
* powerpc/mm: Make PAGE_KERNEL_xxx macros grep-friendlyChristophe Leroy2022-09-263-10/+5
* powerpc/mm: Reduce redundancy in pgtable.hChristophe Leroy2022-09-264-57/+19
* powerpc/book3s: Inline first level of update_mmu_cache()Christophe Leroy2022-09-263-12/+12
* powerpc: Rely on generic definition of hugepd_t and is_hugepd when unusedChristophe Leroy2022-09-263-5/+4
* powerpc/nohash: Remove pgd_huge() stubChristophe Leroy2022-09-262-7/+0
* powerpc/mm/64s: Drop p4d_leaf()Michael Ellerman2022-09-261-7/+0
* powerpc/mm/64s: Drop pgd_huge()Michael Ellerman2022-09-262-19/+0
* powerpc/microwatt: Remove unused early debug codeMichael Ellerman2022-09-261-39/+0
* powerpc/64: Remove unused SYS_CALL_TABLE symbolMichael Ellerman2022-09-261-10/+0
* powerpc/build: put sys_call_table in .data.rel.ro if RELOCATABLENicholas Piggin2022-09-261-0/+4
* powerpc/64/build: merge .got and .toc input sectionsNicholas Piggin2022-09-261-2/+1
* powerpc/64/build: only include .opd with ELFv1Nicholas Piggin2022-09-261-0/+2
* powerpc/build: move .data.rel.ro, .sdata2 to read-onlyNicholas Piggin2022-09-261-8/+12