aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/processor.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28powerpc/64: asm use consistent global variable declaration and accessNicholas Piggin9-39/+30
2022-09-28powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKERNicholas Piggin6-23/+10
2022-09-28powerpc/64s: POWER10 CPU Kconfig build optionNicholas Piggin2-1/+12
2022-09-28powerpc/pseries: Move vas_migration_handler early during migrationHaren Myneni1-3/+12
2022-09-28powerpc/64/irq: tidy soft-masked irq replay and improve documentationNicholas Piggin1-32/+61
2022-09-28powerpc/64/interrupt: avoid BUG/WARN recursion in interrupt entryNicholas Piggin1-13/+20
2022-09-28powerpc/64s/interrupt: masked handler debug check for previous hard disableNicholas Piggin1-0/+10
2022-09-28powerpc/64s: Fix irq state management in runlatch functionsNicholas Piggin1-4/+2
2022-09-28powerpc/64/interrupt: Fix return to masked context after hard-mask irq becomes pendingNicholas Piggin2-13/+31
2022-09-28powerpc/64: mark irqs hard disabled in boot pacaNicholas Piggin1-1/+3
2022-09-28powerpc/64/interrupt: Fix false warning in context tracking due to idle stateNicholas Piggin1-1/+2
2022-09-28powerpc/64s: Enable KFENCE on book3s64Nicholas Miehlbradt6-11/+30
2022-09-28powerpc/64s: Allow double call of kernel_[un]map_linear_page()Christophe Leroy1-1/+7
2022-09-28powerpc/64s: Remove unneeded #ifdef CONFIG_DEBUG_PAGEALLOC in hash_utilsChristophe Leroy1-7/+2
2022-09-28powerpc/64s: Add DEBUG_PAGEALLOC for radixNicholas Miehlbradt1-4/+14
2022-09-28powerpc/64s: update cpu selection optionsNicholas Piggin3-6/+21
2022-09-28powerpc/64s: Fix GENERIC_CPU build flags for PPC970 / G5Nicholas Piggin1-1/+1
2022-09-28powerpc/64s: Make POWER10 and later use pause_short in cpu_relax loopsNicholas Piggin2-6/+24
2022-09-28powerpc: add ISA v3.0 / v3.1 wait opcode macroNicholas Piggin2-3/+6
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ár4-0/+51
2022-09-28powerpc/64/kdump: Limit kdump base to 512MBHari Bathini1-3/+3
2022-09-28powerpc: Provide syscall wrapperRohan McLure7-18/+105
2022-09-28powerpc: Change system_call_exception calling conventionRohan McLure4-24/+23
2022-09-28powerpc: Use common syscall handler typeRohan McLure6-12/+19
2022-09-28powerpc: Enable compile-time check for syscall handlersRohan McLure1-21/+11
2022-09-28powerpc: Include all arch-specific syscall prototypesRohan McLure4-27/+80
2022-09-28powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlersRohan McLure5-45/+64
2022-09-28powerpc: Provide do_ppc64_personality helperRohan McLure1-1/+5
2022-09-28powerpc: Remove direct call to mmap2 syscall handlersRohan McLure3-13/+14
2022-09-26powerpc: Remove direct call to personality syscall handlerRohan McLure1-1/+1
2022-09-26powerpc/32: Remove powerpc select specialisationRohan McLure4-21/+2
2022-09-26powerpc: Use generic fallocate compatibility syscallRohan McLure3-9/+1
2022-09-26asm-generic: compat: Support BE for long long args in 32-bit ABIsRohan McLure1-2/+7
2022-09-26powerpc: Fix fallocate and fadvise64_64 compat parameter combinationRohan McLure3-15/+15
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: Add ZEROIZE_GPRS macros for register clearsRohan McLure1-0/+22
2022-09-26powerpc: Save caller r3 prior to system_call_exceptionRohan McLure3-1/+3
2022-09-26powerpc: Remove asmlinkage from syscall handler definitionsRohan McLure2-12/+12
2022-09-26powerpc/irq: Refactor irq_soft_mask_{set,or}_return()Christophe Leroy1-22/+4
2022-09-26powerpc: Remove impossible mmu_psize_defs[] on nohashChristophe Leroy1-49/+15
2022-09-26powerpc: Cleanup idle for e500Christophe Leroy6-19/+4
2022-09-26powerpc: Simplify redundant Kconfig testsChristophe Leroy3-3/+3
2022-09-26powerpc: Replace PPC_85xx || PPC_BOOKE_64 by PPC_E500Christophe Leroy3-3/+3
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy10-18/+14
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy32-66/+58
2022-09-26watchdog: booke_wdt: Replace PPC_FSL_BOOK3E by PPC_E500Christophe Leroy2-8/+8