summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | powerpc/64/interrupt: Fix return to masked context after hard-mask irq become...Nicholas Piggin2022-09-282-13/+31
| * | | powerpc/64: mark irqs hard disabled in boot pacaNicholas Piggin2022-09-281-1/+3
| * | | powerpc: add ISA v3.0 / v3.1 wait opcode macroNicholas Piggin2022-09-281-1/+1
| * | | powerpc/time: avoid programming DEC at the start of the timer interruptNicholas Piggin2022-09-281-14/+15
| * | | powerpc: Add support for early debugging via Serial 16550 consolePali Rohár2022-09-282-0/+35
| * | | powerpc: Provide syscall wrapperRohan McLure2022-09-283-16/+27
| * | | powerpc: Change system_call_exception calling conventionRohan McLure2022-09-283-22/+22
| * | | powerpc: Use common syscall handler typeRohan McLure2022-09-283-7/+10
| * | | powerpc: Enable compile-time check for syscall handlersRohan McLure2022-09-281-21/+11
| * | | powerpc: Include all arch-specific syscall prototypesRohan McLure2022-09-282-61/+1
| * | | powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlersRohan McLure2022-09-283-29/+48
| * | | powerpc: Provide do_ppc64_personality helperRohan McLure2022-09-281-1/+5
| * | | powerpc: Remove direct call to mmap2 syscall handlersRohan McLure2022-09-282-12/+13
| * | | powerpc: Remove direct call to personality syscall handlerRohan McLure2022-09-261-1/+1
| * | | powerpc/32: Remove powerpc select specialisationRohan McLure2022-09-262-18/+1
| * | | powerpc: Use generic fallocate compatibility syscallRohan McLure2022-09-261-7/+0
| * | | powerpc: Fix fallocate and fadvise64_64 compat parameter combinationRohan McLure2022-09-262-15/+3
| * | | 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: Save caller r3 prior to system_call_exceptionRohan McLure2022-09-263-1/+3
| * | | powerpc: Remove asmlinkage from syscall handler definitionsRohan McLure2022-09-261-4/+4
| * | | powerpc: Cleanup idle for e500Christophe Leroy2022-09-263-10/+4
| * | | powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy2022-09-264-8/+8
| * | | powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy2022-09-269-15/+15
| * | | powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe Leroy2022-09-267-10/+10
| * | | powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy2022-09-268-38/+38
| * | | powerpc/cputable: Split cpu_specs[] for mpc85xx and e500mcChristophe Leroy2022-09-263-66/+65
| * | | powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy2022-09-266-13/+13
| * | | 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-262-38/+2
| * | | 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-261-8/+0
| * | | powerpc/64e: Tie PPC_BOOK3E_64 to PPC_E500MCChristophe Leroy2022-09-261-0/+2
| * | | powerpc/prom_init: drop PROM_BUG()David Hildenbrand2022-09-261-6/+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
| * | | powerpc/build: move got, toc, plt, branch_lt sections to read-onlyNicholas Piggin2022-09-261-10/+22
| * | | powerpc/32/build: move got1/got2 sections out of textNicholas Piggin2022-09-261-10/+11
| * | | powerpc: move __end_rodata to cover arch read-only sectionsNicholas Piggin2022-09-261-0/+1
| * | | powerpc/vmlinux.lds: Add an explicit symbol for the SRWX boundaryMichael Ellerman2022-09-261-2/+7
| * | | powerpc/vmlinux.lds: Ensure STRICT_ALIGN_SIZE is at least page alignedMichael Ellerman2022-09-261-1/+4
| * | | powerpc/64: Remove unused prom_init_toc symbolsMichael Ellerman2022-09-262-7/+1
| * | | Merge branch 'fixes' into nextMichael Ellerman2022-09-243-0/+14
| |\ \ \ | | | |/ | | |/|
| * | | Revert "powerpc/rtas: Implement reentrant rtas call"Nathan Lynch2022-09-142-86/+0