summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)Author
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
2022-09-26powerpc/cputable: Move __cpu_setup() prototypes out of cputable.hChristophe Leroy
2022-09-26powerpc/mm: Make PAGE_KERNEL_xxx macros grep-friendlyChristophe Leroy
2022-09-26powerpc/mm: Reduce redundancy in pgtable.hChristophe Leroy
2022-09-26powerpc/book3s: Inline first level of update_mmu_cache()Christophe Leroy
2022-09-26powerpc: Rely on generic definition of hugepd_t and is_hugepd when unusedChristophe Leroy
2022-09-26powerpc/nohash: Remove pgd_huge() stubChristophe Leroy
2022-09-26powerpc/mm/64s: Drop p4d_leaf()Michael Ellerman
2022-09-26powerpc/mm/64s: Drop pgd_huge()Michael Ellerman
2022-09-26powerpc/vmlinux.lds: Add an explicit symbol for the SRWX boundaryMichael Ellerman
2022-09-26powerpc/64: Remove unused prom_init_toc symbolsMichael Ellerman
2022-09-24Merge branch 'fixes' into nextMichael Ellerman
2022-09-15KVM: PPC: remove orphan declarations from kvm_ppc.hGaosheng Cui
2022-09-15powerpc/ps3: remove orphan declarations from ps3av.hGaosheng Cui
2022-09-15powerpc/sysdev: remove unused xics_ipi_dispatch() declarationGaosheng Cui
2022-09-15powerpc/powernv: remove orphan declarations from opal.hGaosheng Cui
2022-09-15powerpc/mm: remove orphan declarations from mmu_context.hGaosheng Cui
2022-09-15powerpc: remove unused udbg_init_debug_beat() declarationGaosheng Cui
2022-09-14Revert "powerpc/rtas: Implement reentrant rtas call"Nathan Lynch
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang
2022-09-09termios: get rid of non-UAPI asm/termios.hAl Viro