aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28powerpc/64: switch asm helpers from GOT to TOC relative addressingNicholas Piggin1-1/+2
2022-09-28powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKERNicholas Piggin1-2/+2
2022-09-28powerpc/64/interrupt: avoid BUG/WARN recursion in interrupt entryNicholas Piggin1-13/+20
2022-09-28powerpc/64s: Fix irq state management in runlatch functionsNicholas Piggin1-4/+2
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 Miehlbradt3-3/+20
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 Piggin1-2/+5
2022-09-28powerpc: Add support for early debugging via Serial 16550 consolePali Rohár1-0/+1
2022-09-28powerpc: Provide syscall wrapperRohan McLure3-2/+77
2022-09-28powerpc: Change system_call_exception calling conventionRohan McLure1-2/+1
2022-09-28powerpc: Use common syscall handler typeRohan McLure2-2/+6
2022-09-28powerpc: Include all arch-specific syscall prototypesRohan McLure2-22/+135
2022-09-28powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlersRohan McLure1-5/+5
2022-09-28powerpc: Remove direct call to mmap2 syscall handlersRohan McLure1-1/+1
2022-09-26powerpc/32: Remove powerpc select specialisationRohan McLure1-2/+0
2022-09-26powerpc: Use generic fallocate compatibility syscallRohan McLure2-2/+1
2022-09-26powerpc: Fix fallocate and fadvise64_64 compat parameter combinationRohan McLure1-0/+12
2022-09-26powerpc: Add ZEROIZE_GPRS macros for register clearsRohan McLure1-0/+22
2022-09-26powerpc: Remove asmlinkage from syscall handler definitionsRohan McLure1-8/+8
2022-09-26powerpc/irq: Refactor irq_soft_mask_{set,or}_return()Christophe Leroy1-22/+4
2022-09-26powerpc: Cleanup idle for e500Christophe Leroy1-1/+0
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy2-2/+2
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy12-20/+20
2022-09-26powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe Leroy6-10/+10
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy5-10/+10
2022-09-26powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy4-8/+8
2022-09-26powerpc/cputable: Move __cpu_setup() prototypes out of cputable.hChristophe Leroy2-12/+49
2022-09-26powerpc/mm: Make PAGE_KERNEL_xxx macros grep-friendlyChristophe Leroy3-10/+5
2022-09-26powerpc/mm: Reduce redundancy in pgtable.hChristophe Leroy4-57/+19
2022-09-26powerpc/book3s: Inline first level of update_mmu_cache()Christophe Leroy1-5/+10
2022-09-26powerpc: Rely on generic definition of hugepd_t and is_hugepd when unusedChristophe Leroy3-5/+4
2022-09-26powerpc/nohash: Remove pgd_huge() stubChristophe Leroy2-7/+0
2022-09-26powerpc/mm/64s: Drop p4d_leaf()Michael Ellerman1-7/+0
2022-09-26powerpc/mm/64s: Drop pgd_huge()Michael Ellerman2-19/+0
2022-09-26powerpc/vmlinux.lds: Add an explicit symbol for the SRWX boundaryMichael Ellerman1-0/+1
2022-09-26powerpc/64: Remove unused prom_init_toc symbolsMichael Ellerman1-3/+0
2022-09-24Merge branch 'fixes' into nextMichael Ellerman2-8/+46
2022-09-15KVM: PPC: remove orphan declarations from kvm_ppc.hGaosheng Cui1-4/+0
2022-09-15powerpc/ps3: remove orphan declarations from ps3av.hGaosheng Cui1-2/+0
2022-09-15powerpc/sysdev: remove unused xics_ipi_dispatch() declarationGaosheng Cui1-1/+0
2022-09-15powerpc/powernv: remove orphan declarations from opal.hGaosheng Cui1-6/+0
2022-09-15powerpc/mm: remove orphan declarations from mmu_context.hGaosheng Cui1-2/+0
2022-09-15powerpc: remove unused udbg_init_debug_beat() declarationGaosheng Cui1-1/+0
2022-09-14Revert "powerpc/rtas: Implement reentrant rtas call"Nathan Lynch2-2/+0
2022-09-08powerpc/64s: add pte_needs_flush and huge_pmd_needs_flushNicholas Piggin2-0/+59
2022-09-08powerpc/math-emu: Inhibit W=1 warningsChristophe Leroy1-0/+2
2022-09-05powerpc/pseries: Move dtl scanning and steal time accounting to pseries platformNicholas Piggin3-11/+4
2022-09-05powerpc/pseries: Implement CONFIG_PARAVIRT_TIME_ACCOUNTINGNicholas Piggin2-0/+14
2022-09-04powerpc/pseries: Add wait interval counter definitions to struct lppacaNicholas Piggin1-3/+7