summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorLines
2022-09-26powerpc/32: Remove powerpc select specialisationRohan McLure-18/+1
2022-09-26powerpc: Use generic fallocate compatibility syscallRohan McLure-7/+0
2022-09-26powerpc: Fix fallocate and fadvise64_64 compat parameter combinationRohan McLure-15/+3
2022-09-26powerpc/64s: Fix comment on interrupt handler prologueRohan McLure-2/+2
2022-09-26powerpc/64e: Clarify register saves and clears with {SAVE,ZEROIZE}_GPRSRohan McLure-16/+12
2022-09-26powerpc/32: Clarify interrupt restores with REST_GPR macro in entry_32.SRohan McLure-20/+13
2022-09-26powerpc/64s: Use {ZEROIZE,SAVE,REST}_GPRS macros in sc, scv 0 handlersRohan McLure-34/+9
2022-09-26powerpc: Save caller r3 prior to system_call_exceptionRohan McLure-1/+3
2022-09-26powerpc: Remove asmlinkage from syscall handler definitionsRohan McLure-4/+4
2022-09-26powerpc: Cleanup idle for e500Christophe Leroy-10/+4
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy-8/+8
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy-15/+15
2022-09-26powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe Leroy-10/+10
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy-38/+38
2022-09-26powerpc/cputable: Split cpu_specs[] for mpc85xx and e500mcChristophe Leroy-66/+65
2022-09-26powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy-13/+13
2022-09-26powerpc/cputable: Split cpu_specs[] out of cputable.hChristophe Leroy-1876/+1930
2022-09-26powerpc/cputable: Move __cpu_setup() prototypes out of cputable.hChristophe Leroy-38/+2
2022-09-26powerpc/cputable: Remove __machine_check_early_realmode_p{7/8/9} prototypesChristophe Leroy-3/+0
2022-09-26powerpc/64e: Remove unnecessary #ifdef CONFIG_PPC_FSL_BOOK3EChristophe Leroy-8/+0
2022-09-26powerpc/64e: Tie PPC_BOOK3E_64 to PPC_E500MCChristophe Leroy-0/+2
2022-09-26powerpc/prom_init: drop PROM_BUG()David Hildenbrand-6/+0
2022-09-26powerpc/microwatt: Remove unused early debug codeMichael Ellerman-39/+0
2022-09-26powerpc/64: Remove unused SYS_CALL_TABLE symbolMichael Ellerman-10/+0
2022-09-26powerpc/build: put sys_call_table in .data.rel.ro if RELOCATABLENicholas Piggin-0/+4
2022-09-26powerpc/64/build: merge .got and .toc input sectionsNicholas Piggin-2/+1
2022-09-26powerpc/64/build: only include .opd with ELFv1Nicholas Piggin-0/+2
2022-09-26powerpc/build: move .data.rel.ro, .sdata2 to read-onlyNicholas Piggin-8/+12
2022-09-26powerpc/build: move got, toc, plt, branch_lt sections to read-onlyNicholas Piggin-10/+22
2022-09-26powerpc/32/build: move got1/got2 sections out of textNicholas Piggin-10/+11
2022-09-26powerpc: move __end_rodata to cover arch read-only sectionsNicholas Piggin-0/+1
2022-09-26powerpc/vmlinux.lds: Add an explicit symbol for the SRWX boundaryMichael Ellerman-2/+7
2022-09-26powerpc/vmlinux.lds: Ensure STRICT_ALIGN_SIZE is at least page alignedMichael Ellerman-1/+4
2022-09-26powerpc/64: Remove unused prom_init_toc symbolsMichael Ellerman-7/+1
2022-09-24Merge branch 'fixes' into nextMichael Ellerman-0/+14
2022-09-20powerpc/64: don't refer nr_cpu_ids in asm code when it's undefinedYury Norov-0/+4
2022-09-14Revert "powerpc/rtas: Implement reentrant rtas call"Nathan Lynch-86/+0
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang-5/+0
2022-09-09Merge tag 'asm-generic-fixes-6.0-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2022-09-08powerpc/math-emu: Inhibit W=1 warningsChristophe Leroy-2/+0
2022-09-05asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior-2/+2
2022-09-05powerpc/pci-common: Fix refcount bug for 'phb->dn'Liang He-2/+2
2022-09-05powerpc/pci_dn: Add missing of_node_put()Liang He-0/+1
2022-09-05powerpc/kernel: Add missing of_node_put() in legacy_serial.cLiang He-0/+2
2022-09-05powerpc/vdso: link with -z noexecstackChristophe Leroy-2/+2
2022-09-05powerpc/pseries: Move dtl scanning and steal time accounting to pseries platformNicholas Piggin-87/+5
2022-08-30powerpc/hw_breakpoint: Avoid relying on caller synchronizationMarco Elver-13/+40
2022-08-26powerpc: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-08-26powerpc: Move patch sites out of asm-prototypes.hMichael Ellerman-0/+1
2022-08-26powerpc/rtas: Fix RTAS MSR[HV] handling for CellMichael Ellerman-0/+4