summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2022-09-26powerpc: remove mmap linked list walksMatthew Wilcox (Oracle)
2022-09-26powerpc: Remove direct call to personality syscall handlerRohan McLure
2022-09-26powerpc/32: Remove powerpc select specialisationRohan McLure
2022-09-26powerpc: Use generic fallocate compatibility syscallRohan McLure
2022-09-26powerpc: Fix fallocate and fadvise64_64 compat parameter combinationRohan McLure
2022-09-26powerpc/64s: Fix comment on interrupt handler prologueRohan McLure
2022-09-26powerpc/64e: Clarify register saves and clears with {SAVE,ZEROIZE}_GPRSRohan McLure
2022-09-26powerpc/32: Clarify interrupt restores with REST_GPR macro in entry_32.SRohan McLure
2022-09-26powerpc/64s: Use {ZEROIZE,SAVE,REST}_GPRS macros in sc, scv 0 handlersRohan McLure
2022-09-26powerpc: Save caller r3 prior to system_call_exceptionRohan McLure
2022-09-26powerpc: Remove asmlinkage from syscall handler definitionsRohan McLure
2022-09-26powerpc: Cleanup idle for e500Christophe Leroy
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy
2022-09-26powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe 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/prom_init: drop PROM_BUG()David Hildenbrand
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-24Merge branch 'fixes' into nextMichael Ellerman
2022-09-20powerpc/64: don't refer nr_cpu_ids in asm code when it's undefinedYury Norov
2022-09-14Revert "powerpc/rtas: Implement reentrant rtas call"Nathan Lynch
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang
2022-09-09Merge tag 'asm-generic-fixes-6.0-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-09-08powerpc/math-emu: Inhibit W=1 warningsChristophe Leroy
2022-09-05asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior
2022-09-05powerpc/pci-common: Fix refcount bug for 'phb->dn'Liang He
2022-09-05powerpc/pci_dn: Add missing of_node_put()Liang He
2022-09-05powerpc/kernel: Add missing of_node_put() in legacy_serial.cLiang He
2022-09-05powerpc/vdso: link with -z noexecstackChristophe Leroy
2022-09-05powerpc/pseries: Move dtl scanning and steal time accounting to pseries platformNicholas Piggin
2022-08-30powerpc/hw_breakpoint: Avoid relying on caller synchronizationMarco Elver
2022-08-26powerpc: move from strlcpy with unused retval to strscpyWolfram Sang