summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm
AgeCommit message (Expand)Author
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-11-26powerpc/64s: Add missing declaration for machine_check_early_boot()Michael Ellerman
2022-11-18ftrace: abstract DYNAMIC_FTRACE_WITH_ARGS accessesMark Rutland
2022-11-18ftrace: rename ftrace_instruction_pointer_set() -> ftrace_regs_set_instructio...Mark Rutland
2022-11-18stackprotector: actually use get_random_canary()Jason A. Donenfeld
2022-11-01powerpc/32: fix syscall wrappers with 64-bit argumentsAndreas Schwab
2022-10-18powerpc/64s: Disable preemption in hash lazy mmu modeNicholas Piggin
2022-10-14Merge tag 'powerpc-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-10-13powerpc/32: fix syscall wrappers with 64-bit arguments of unaligned register-...Nicholas Piggin
2022-10-09Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-10-07powerpc: Don't add __powerpc_ prefix to syscall entry pointsMichael Ellerman
2022-10-04powerpc/64: Fix msr_check_and_set/clear MSR[EE] raceNicholas Piggin
2022-09-30powerpc: Add hardware description stringMichael Ellerman
2022-09-30powerpc/mm/book3s/hash: Rename flush_tlb_pmd_rangeAneesh Kumar K.V
2022-09-28powerpc: Ignore DSI error caused by the copy/paste instructionHaren Myneni
2022-09-28powerpc: Reverse stack frame marker on little endianMichael Ellerman
2022-09-28powerpc: Make stack frame marker upper caseMichael Ellerman
2022-09-28powerpc/udbg: Remove extern function prototypesPali Rohár
2022-09-28powerpc/64s: early boot machine check handlerNicholas Piggin
2022-09-28powerpc/64e: provide an addressing macro for use with TOC in alternate registerNicholas Piggin
2022-09-28powerpc/64: provide a helper macro to load r2 with the kernel TOCNicholas Piggin
2022-09-28powerpc/64: switch asm helpers from GOT to TOC relative addressingNicholas Piggin
2022-09-28powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKERNicholas Piggin
2022-09-28powerpc/64/interrupt: avoid BUG/WARN recursion in interrupt entryNicholas Piggin
2022-09-28powerpc/64s: Fix irq state management in runlatch functionsNicholas Piggin
2022-09-28powerpc/64/interrupt: Fix false warning in context tracking due to idle stateNicholas Piggin
2022-09-28powerpc/64s: Enable KFENCE on book3s64Nicholas Miehlbradt
2022-09-28powerpc/64s: Make POWER10 and later use pause_short in cpu_relax loopsNicholas Piggin
2022-09-28powerpc: add ISA v3.0 / v3.1 wait opcode macroNicholas Piggin
2022-09-28powerpc: Add support for early debugging via Serial 16550 consolePali Rohár
2022-09-28powerpc: Provide syscall wrapperRohan McLure
2022-09-28powerpc: Change system_call_exception calling conventionRohan McLure
2022-09-28powerpc: Use common syscall handler typeRohan McLure
2022-09-28powerpc: Include all arch-specific syscall prototypesRohan McLure
2022-09-28powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlersRohan McLure
2022-09-28powerpc: Remove direct call to mmap2 syscall handlersRohan 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: Add ZEROIZE_GPRS macros for register clearsRohan McLure
2022-09-26powerpc: Remove asmlinkage from syscall handler definitionsRohan McLure
2022-09-26powerpc/irq: Refactor irq_soft_mask_{set,or}_return()Christophe Leroy
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: Remove CONFIG_FSL_BOOKEChristophe Leroy