aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-12-02powerpc/code-patching: Remove protection against patching init addresses afte...Christophe Leroy1-2/+0
2022-12-02powerpc/ftrace: fix syscall tracing on PPC64_ELF_ABI_V1Michael Jeanson1-12/+0
2022-12-02powerpc/64: Add interrupt register sanitisation macrosRohan McLure1-0/+19
2022-12-02Merge branch 'topic/qspinlock' into nextMichael Ellerman5-60/+215
2022-12-02powerpc: remove STACK_FRAME_OVERHEADNicholas Piggin1-13/+11
2022-12-02powerpc/64: ELFv2 use minimal stack frames in int and switch frame sizesNicholas Piggin1-5/+15
2022-12-02powerpc: split validate_sp into two functionsNicholas Piggin1-3/+12
2022-12-02powerpc: add a define for the switch frame size and regs offsetNicholas Piggin1-2/+4
2022-12-02powerpc: add a define for the user interrupt frame sizeNicholas Piggin1-3/+3
2022-12-02powerpc: Rename STACK_FRAME_MARKER and derive it from frame offsetNicholas Piggin1-2/+2
2022-12-02powerpc: add a definition for the marker offset within the interrupt frameNicholas Piggin1-0/+2
2022-12-02powerpc: add definition for pt_regs offset within an interrupt frameNicholas Piggin1-0/+2
2022-12-02powerpc/64: Remove asm interrupt tracing call helpersNicholas Piggin1-58/+0
2022-12-02powerpc/qspinlock: add compile-time tuning adjustmentsNicholas Piggin1-3/+58
2022-12-02powerpc/qspinlock: provide accounting and options for sleepy locksNicholas Piggin1-1/+6
2022-12-02powerpc/qspinlock: allow lock stealing in trylock and lock fastpathNicholas Piggin1-2/+20
2022-12-02powerpc/qspinlock: store owner CPU in lock wordNicholas Piggin2-3/+21
2022-12-02powerpc/qspinlock: theft prevention to control latencyNicholas Piggin1-1/+7
2022-12-02powerpc/qspinlock: allow new waiters to steal the lock before queueingNicholas Piggin1-0/+23
2022-12-02powerpc/qspinlock: convert atomic operations to assemblyNicholas Piggin2-7/+21
2022-12-02powerpc/qspinlock: use a half-word store to unlock to avoid larx/stcx.Nicholas Piggin2-7/+18
2022-12-02powerpc/qspinlock: add mcs queueing for contended waitersNicholas Piggin2-3/+30
2022-12-02powerpc/qspinlock: powerpc qspinlock implementationNicholas Piggin5-66/+44
2022-11-30mm: remove unused savedwrite infrastructureDavid Hildenbrand1-76/+4
2022-11-30powerpc/tlb: Add local flush for page given mm_struct and psizeBenjamin Gray3-0/+23
2022-11-30powerpc/mm: Remove flush_all_mm, local_flush_all_mmBenjamin Gray2-37/+0
2022-11-30cxl: Use radix__flush_all_mm instead of generic flush_all_mmBenjamin Gray1-3/+3
2022-11-30powerpc/mm: Remove empty hash__ functionsBenjamin Gray2-46/+9
2022-11-30powerpc: Allow clearing and restoring registers independent of saved breakpoi...Jordan Niethe1-0/+2
2022-11-30powerpc/ps3: mark ps3_system_bus_type staticChristoph Hellwig1-4/+0
2022-11-30Merge branch 'fixes' into nextMichael Ellerman3-0/+14
2022-11-30Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-0/+12
2022-11-30KVM: PPC: Book3E: Fix CONFIG_TRACE_IRQFLAGS supportNicholas Piggin1-0/+12
2022-11-26powerpc/64s: Add missing declaration for machine_check_early_boot()Michael Ellerman1-0/+1
2022-11-24powerpc/pseries: Fix the H_CALL error code in PLPKS driverNayna Jain1-2/+1
2022-11-24powerpc: remove the last remnants of cputime_tNicholas Piggin1-16/+1
2022-11-24powerpc/8xx: Reverse order entries are written by __set_pte_at()Christophe Leroy1-1/+1
2022-11-24powerpc/8xx: Simplify pte_update() with 16k pagesChristophe Leroy1-2/+8
2022-11-24powerpc/kvm: Remove unused references for MMCR3/SIER2/SIER3 registersKajol Jain1-1/+1
2022-11-24powerpc: add compile-time support for lbarx, lharxNicholas Piggin1-1/+230
2022-11-24powerpc/ftrace: Ignore weak functionsNaveen N. Rao1-0/+7
2022-11-24powerpc: Remove find_current_mm_pte()Christophe Leroy1-25/+0
2022-11-18ftrace: abstract DYNAMIC_FTRACE_WITH_ARGS accessesMark Rutland1-0/+19
2022-11-18ftrace: rename ftrace_instruction_pointer_set() -> ftrace_regs_set_instructio...Mark Rutland1-2/+3
2022-11-18objtool/powerpc: Enable objtool to be built on ppcSathvika Vasireddy1-0/+7
2022-11-18stackprotector: actually use get_random_canary()Jason A. Donenfeld1-9/+1
2022-11-15powerpc: Override __ALIGN and __ALIGN_STR macrosSathvika Vasireddy1-0/+3
2022-11-15powerpc: Fix __WARN_FLAGS() for use with ObjtoolSathvika Vasireddy1-1/+2
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang1-7/+0
2022-11-01powerpc/32: fix syscall wrappers with 64-bit argumentsAndreas Schwab1-0/+7