aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)AuthorFilesLines
2024-05-17Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 4-6/+127
2024-05-14powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriateGravatar Mike Rapoport (IBM) 1-1/+1
2024-05-08powerpc/code-patching: Use dedicated memory routines for patchingGravatar Benjamin Gray 1-4/+27
2024-05-08powerpc/code-patching: Test patch_instructions() during bootGravatar Benjamin Gray 1-0/+92
2024-05-07powerpc/Makefile: Remove bits related to the previous use of -mcmodel=largeGravatar Naveen N Rao 1-2/+0
2024-04-15powerpc: Add static_key_feature_checks_initialized flagGravatar Nicholas Miehlbradt 1-0/+8
2024-03-07powerpc: xor_vmx: Add '-mhard-float' to CFLAGSGravatar Nathan Chancellor 1-1/+1
2024-03-03powerpc/64s: Move dcbt/dcbtst sequence into a macroGravatar Michael Ellerman 3-31/+3
2024-02-22powerpc: Use user_mode() macro when possibleGravatar Christophe Leroy 1-12/+11
2023-11-27powerpc/lib: Validate size for vector operationsGravatar Naveen N Rao 1-0/+10
2023-11-27powerpc/lib: Avoid array bounds warnings in vec opsGravatar Michael Ellerman 1-2/+2
2023-11-27powerpc: add crtsavres.o to always-y instead of extra-yGravatar Masahiro Yamada 1-1/+1
2023-10-23powerpc/code-patching: introduce patch_instructions()Gravatar Hari Bathini 1-3/+138
2023-10-20powerpc/code-patching: Perform hwsync in __patch_instruction() in case of fai...Gravatar Christophe Leroy 1-4/+1
2023-10-20powerpc/qspinlock: Rename yield_propagate_owner tunableGravatar Nicholas Piggin 1-9/+9
2023-10-20powerpc/qspinlock: Propagate sleepy if previous waiter is preemptedGravatar Nicholas Piggin 1-1/+5
2023-10-20powerpc/qspinlock: don't propagate the not-sleepy stateGravatar Nicholas Piggin 1-18/+8
2023-10-20powerpc/qspinlock: propagate owner preemptedness rather than CPU numberGravatar Nicholas Piggin 1-44/+36
2023-10-20powerpc/qspinlock: stop queued waiters trying to set lock sleepyGravatar Nicholas Piggin 1-14/+10
2023-10-18powerpc/qspinlock: Fix stale propagated yield_cpuGravatar Nicholas Piggin 1-0/+3
2023-08-24powerpc: Drop zalloc_maybe_bootmem()Gravatar Michael Ellerman 2-24/+1
2023-08-16powerpc: replace #include <asm/export.h> with #include <linux/export.h>Gravatar Masahiro Yamada 15-15/+15
2023-08-16powerpc/step: Mark __copy_mem_out() and __emulate_dcbz() __always_inlineGravatar Christophe Leroy 1-2/+2
2023-08-02powerpc/features: Add capability to update mmu features laterGravatar Christophe Leroy 1-4/+27
2023-06-27powerpc: remove checks for binutils older than 2.25Gravatar Masahiro Yamada 1-1/+1
2023-06-21powerpc: qspinlock: Enforce qnode writes prior to publishing to queueGravatar Rohan McLure 1-0/+7
2023-06-21powerpc: qspinlock: Mark accesses to qnode lock checksGravatar Rohan McLure 1-2/+2
2023-04-20powerpc/64: vmlinux support building with PCREL addresingGravatar Nicholas Piggin 1-0/+10
2023-04-20powerpc: add CFUNC assembly label annotationGravatar Nicholas Piggin 5-15/+15
2023-03-29powerpc: Remove memcpy_page_flushcache()Gravatar Ira Weiny 1-7/+0
2023-02-10powerpc/kcsan: Add exclusions from instrumentationGravatar Rohan McLure 1-0/+2
2022-12-16powerpc/code-patching: Fix oops with DEBUG_VM enabledGravatar Michael Ellerman 1-3/+7
2022-12-12powerpc/qspinlock: Fix 32-bit buildGravatar Nicholas Piggin 1-0/+1
2022-12-02powerpc/code-patching: Remove protection against patching init addresses afte...Gravatar Christophe Leroy 1-12/+1
2022-12-02powerpc/feature-fixups: Do not patch init section after initGravatar Christophe Leroy 1-0/+12
2022-12-02powerpc/feature-fixups: Refactor other fixups patchingGravatar Christophe Leroy 1-49/+28
2022-12-02powerpc/feature-fixups: Refactor entry fixups patchingGravatar Christophe Leroy 1-52/+32
2022-12-02powerpc/code-patching: Remove #ifdef CONFIG_STRICT_KERNEL_RWXGravatar Christophe Leroy 1-11/+5
2022-12-02Merge branch 'topic/qspinlock' into nextGravatar Michael Ellerman 2-1/+999
2022-12-02powerpc: add definition for pt_regs offset within an interrupt frameGravatar Nicholas Piggin 1-1/+1
2022-12-02powerpc/code-patching: Consolidate and cache per-cpu patching contextGravatar Benjamin Gray 1-19/+30
2022-12-02powerpc/code-patching: Use temporary mm for Radix MMUGravatar Christopher M. Riedl 1-5/+172
2022-12-02powerpc/qspinlock: add compile-time tuning adjustmentsGravatar Nicholas Piggin 1-3/+36
2022-12-02powerpc/qspinlock: provide accounting and options for sleepy locksGravatar Nicholas Piggin 1-18/+224
2022-12-02powerpc/qspinlock: allow indefinite spinning on a preempted ownerGravatar Nicholas Piggin 1-15/+62
2022-12-02powerpc/qspinlock: reduce remote node steal spinsGravatar Nicholas Piggin 1-3/+40
2022-12-02powerpc/qspinlock: use spin_begin/end APIGravatar Nicholas Piggin 1-4/+35
2022-12-02powerpc/qspinlock: allow lock stealing in trylock and lock fastpathGravatar Nicholas Piggin 1-0/+9
2022-12-02powerpc/qspinlock: add ability to prod new queue head CPUGravatar Nicholas Piggin 1-2/+29
2022-12-02powerpc/qspinlock: allow propagation of yield CPU down the queueGravatar Nicholas Piggin 1-0/+79