summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | powerpc/64: switch asm helpers from GOT to TOC relative addressingNicholas Piggin2022-09-282-2/+4
| * | powerpc/64: asm use consistent global variable declaration and accessNicholas Piggin2022-09-289-39/+30
| * | powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKERNicholas Piggin2022-09-286-23/+10
| * | powerpc/64s: POWER10 CPU Kconfig build optionNicholas Piggin2022-09-282-1/+12
| * | powerpc/pseries: Move vas_migration_handler early during migrationHaren Myneni2022-09-281-3/+12
| * | powerpc/64/irq: tidy soft-masked irq replay and improve documentationNicholas Piggin2022-09-281-32/+61
| * | powerpc/64/interrupt: avoid BUG/WARN recursion in interrupt entryNicholas Piggin2022-09-281-13/+20
| * | powerpc/64s/interrupt: masked handler debug check for previous hard disableNicholas Piggin2022-09-281-0/+10
| * | powerpc/64s: Fix irq state management in runlatch functionsNicholas Piggin2022-09-281-4/+2
| * | 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/64/interrupt: Fix false warning in context tracking due to idle stateNicholas Piggin2022-09-281-1/+2
| * | powerpc/64s: Enable KFENCE on book3s64Nicholas Miehlbradt2022-09-286-11/+30
| * | powerpc/64s: Allow double call of kernel_[un]map_linear_page()Christophe Leroy2022-09-281-1/+7
| * | powerpc/64s: Remove unneeded #ifdef CONFIG_DEBUG_PAGEALLOC in hash_utilsChristophe Leroy2022-09-281-7/+2
| * | powerpc/64s: Add DEBUG_PAGEALLOC for radixNicholas Miehlbradt2022-09-281-4/+14
| * | powerpc/64s: update cpu selection optionsNicholas Piggin2022-09-282-6/+7
| * | powerpc/64s: Fix GENERIC_CPU build flags for PPC970 / G5Nicholas Piggin2022-09-281-1/+1
| * | powerpc/64s: Make POWER10 and later use pause_short in cpu_relax loopsNicholas Piggin2022-09-282-6/+24
| * | powerpc: add ISA v3.0 / v3.1 wait opcode macroNicholas Piggin2022-09-282-3/+6
| * | 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-284-0/+51
| * | powerpc/64/kdump: Limit kdump base to 512MBHari Bathini2022-09-281-3/+3
| * | powerpc: Provide syscall wrapperRohan McLure2022-09-287-18/+105
| * | powerpc: Change system_call_exception calling conventionRohan McLure2022-09-284-24/+23
| * | powerpc: Use common syscall handler typeRohan McLure2022-09-286-12/+19
| * | powerpc: Enable compile-time check for syscall handlersRohan McLure2022-09-281-21/+11
| * | powerpc: Include all arch-specific syscall prototypesRohan McLure2022-09-284-27/+80
| * | 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