summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-09-28powerpc/64s/interrupt: halt early boot interrupts if paca is not set upNicholas Piggin3-2/+17
2022-09-28powerpc/64: don't set boot CPU's r13 to paca until the structure is set upNicholas Piggin1-10/+10
2022-09-28powerpc/64: avoid using r13 in relocateNicholas Piggin1-7/+7
2022-09-28powerpc/64s: early boot machine check handlerNicholas Piggin3-1/+33
2022-09-28powerpc/64s/interrupt: move early boot ILE fixup into a macroNicholas Piggin1-45/+56
2022-09-28powerpc/64e: provide an addressing macro for use with TOC in alternate registerNicholas Piggin1-7/+7
2022-09-28powerpc/64: provide a helper macro to load r2 with the kernel TOCNicholas Piggin7-21/+20
2022-09-28powerpc/64: asm use consistent global variable declaration and accessNicholas Piggin3-21/+13
2022-09-28powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKERNicholas Piggin5-21/+8
2022-09-28powerpc/64/irq: tidy soft-masked irq replay and improve documentationNicholas Piggin1-32/+61
2022-09-28powerpc/64s/interrupt: masked handler debug check for previous hard disableNicholas Piggin1-0/+10
2022-09-28powerpc/64/interrupt: Fix return to masked context after hard-mask irq become...Nicholas Piggin2-13/+31
2022-09-28powerpc/64: mark irqs hard disabled in boot pacaNicholas Piggin1-1/+3
2022-09-28powerpc: add ISA v3.0 / v3.1 wait opcode macroNicholas Piggin1-1/+1
2022-09-28powerpc/time: avoid programming DEC at the start of the timer interruptNicholas Piggin1-14/+15
2022-09-28powerpc: Add support for early debugging via Serial 16550 consolePali Rohár2-0/+35
2022-09-28powerpc: Provide syscall wrapperRohan McLure3-16/+27
2022-09-28powerpc: Change system_call_exception calling conventionRohan McLure3-22/+22
2022-09-28powerpc: Use common syscall handler typeRohan McLure3-7/+10
2022-09-28powerpc: Enable compile-time check for syscall handlersRohan McLure1-21/+11
2022-09-28powerpc: Include all arch-specific syscall prototypesRohan McLure2-61/+1
2022-09-28powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlersRohan McLure3-29/+48
2022-09-28powerpc: Provide do_ppc64_personality helperRohan McLure1-1/+5
2022-09-28powerpc: Remove direct call to mmap2 syscall handlersRohan McLure2-12/+13
2022-09-27powerpc: remove mmap linked list walksMatthew Wilcox (Oracle)1-3/+3
2022-09-26powerpc: Remove direct call to personality syscall handlerRohan McLure1-1/+1
2022-09-26powerpc/32: Remove powerpc select specialisationRohan McLure2-18/+1
2022-09-26powerpc: Use generic fallocate compatibility syscallRohan McLure1-7/+0
2022-09-26powerpc: Fix fallocate and fadvise64_64 compat parameter combinationRohan McLure2-15/+3
2022-09-26powerpc/64s: Fix comment on interrupt handler prologueRohan McLure1-2/+2
2022-09-26powerpc/64e: Clarify register saves and clears with {SAVE,ZEROIZE}_GPRSRohan McLure1-16/+12
2022-09-26powerpc/32: Clarify interrupt restores with REST_GPR macro in entry_32.SRohan McLure1-20/+13
2022-09-26powerpc/64s: Use {ZEROIZE,SAVE,REST}_GPRS macros in sc, scv 0 handlersRohan McLure1-34/+9
2022-09-26powerpc: Save caller r3 prior to system_call_exceptionRohan McLure3-1/+3
2022-09-26powerpc: Remove asmlinkage from syscall handler definitionsRohan McLure1-4/+4
2022-09-26powerpc: Cleanup idle for e500Christophe Leroy3-10/+4
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy4-8/+8
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy9-15/+15
2022-09-26powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe Leroy7-10/+10
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy8-38/+38
2022-09-26powerpc/cputable: Split cpu_specs[] for mpc85xx and e500mcChristophe Leroy3-66/+65
2022-09-26powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy6-13/+13
2022-09-26powerpc/cputable: Split cpu_specs[] out of cputable.hChristophe Leroy9-1876/+1930
2022-09-26powerpc/cputable: Move __cpu_setup() prototypes out of cputable.hChristophe Leroy2-38/+2
2022-09-26powerpc/cputable: Remove __machine_check_early_realmode_p{7/8/9} prototypesChristophe Leroy1-3/+0
2022-09-26powerpc/64e: Remove unnecessary #ifdef CONFIG_PPC_FSL_BOOK3EChristophe Leroy1-8/+0
2022-09-26powerpc/64e: Tie PPC_BOOK3E_64 to PPC_E500MCChristophe Leroy1-0/+2
2022-09-26powerpc/prom_init: drop PROM_BUG()David Hildenbrand1-6/+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