summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)Author
2023-11-27powerpc/lib: Validate size for vector operationsNaveen N Rao
2023-11-27powerpc/lib: Avoid array bounds warnings in vec opsMichael Ellerman
2023-11-27powerpc: add crtsavres.o to always-y instead of extra-yMasahiro Yamada
2023-10-23powerpc/code-patching: introduce patch_instructions()Hari Bathini
2023-10-20powerpc/code-patching: Perform hwsync in __patch_instruction() in case of fai...Christophe Leroy
2023-10-20powerpc/qspinlock: Rename yield_propagate_owner tunableNicholas Piggin
2023-10-20powerpc/qspinlock: Propagate sleepy if previous waiter is preemptedNicholas Piggin
2023-10-20powerpc/qspinlock: don't propagate the not-sleepy stateNicholas Piggin
2023-10-20powerpc/qspinlock: propagate owner preemptedness rather than CPU numberNicholas Piggin
2023-10-20powerpc/qspinlock: stop queued waiters trying to set lock sleepyNicholas Piggin
2023-10-18powerpc/qspinlock: Fix stale propagated yield_cpuNicholas Piggin
2023-08-24powerpc: Drop zalloc_maybe_bootmem()Michael Ellerman
2023-08-16powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada
2023-08-16powerpc/step: Mark __copy_mem_out() and __emulate_dcbz() __always_inlineChristophe Leroy
2023-08-02powerpc/features: Add capability to update mmu features laterChristophe Leroy
2023-06-27powerpc: remove checks for binutils older than 2.25Masahiro Yamada
2023-06-21powerpc: qspinlock: Enforce qnode writes prior to publishing to queueRohan McLure
2023-06-21powerpc: qspinlock: Mark accesses to qnode lock checksRohan McLure
2023-04-20powerpc/64: vmlinux support building with PCREL addresingNicholas Piggin
2023-04-20powerpc: add CFUNC assembly label annotationNicholas Piggin
2023-03-29powerpc: Remove memcpy_page_flushcache()Ira Weiny
2023-02-10powerpc/kcsan: Add exclusions from instrumentationRohan McLure
2022-12-16powerpc/code-patching: Fix oops with DEBUG_VM enabledMichael Ellerman
2022-12-12powerpc/qspinlock: Fix 32-bit buildNicholas Piggin
2022-12-02powerpc/code-patching: Remove protection against patching init addresses afte...Christophe Leroy
2022-12-02powerpc/feature-fixups: Do not patch init section after initChristophe Leroy
2022-12-02powerpc/feature-fixups: Refactor other fixups patchingChristophe Leroy
2022-12-02powerpc/feature-fixups: Refactor entry fixups patchingChristophe Leroy
2022-12-02powerpc/code-patching: Remove #ifdef CONFIG_STRICT_KERNEL_RWXChristophe Leroy
2022-12-02Merge branch 'topic/qspinlock' into nextMichael Ellerman
2022-12-02powerpc: add definition for pt_regs offset within an interrupt frameNicholas Piggin
2022-12-02powerpc/code-patching: Consolidate and cache per-cpu patching contextBenjamin Gray
2022-12-02powerpc/code-patching: Use temporary mm for Radix MMUChristopher M. Riedl
2022-12-02powerpc/qspinlock: add compile-time tuning adjustmentsNicholas Piggin
2022-12-02powerpc/qspinlock: provide accounting and options for sleepy locksNicholas Piggin
2022-12-02powerpc/qspinlock: allow indefinite spinning on a preempted ownerNicholas Piggin
2022-12-02powerpc/qspinlock: reduce remote node steal spinsNicholas Piggin
2022-12-02powerpc/qspinlock: use spin_begin/end APINicholas Piggin
2022-12-02powerpc/qspinlock: allow lock stealing in trylock and lock fastpathNicholas Piggin
2022-12-02powerpc/qspinlock: add ability to prod new queue head CPUNicholas Piggin
2022-12-02powerpc/qspinlock: allow propagation of yield CPU down the queueNicholas Piggin
2022-12-02powerpc/qspinlock: allow stealing when head of queue yieldsNicholas Piggin
2022-12-02powerpc/qspinlock: implement option to yield to previous nodeNicholas Piggin
2022-12-02powerpc/qspinlock: paravirt yield to lock ownerNicholas Piggin
2022-12-02powerpc/qspinlock: store owner CPU in lock wordNicholas Piggin
2022-12-02powerpc/qspinlock: theft prevention to control latencyNicholas Piggin
2022-12-02powerpc/qspinlock: allow new waiters to steal the lock before queueingNicholas Piggin
2022-12-02powerpc/qspinlock: convert atomic operations to assemblyNicholas Piggin
2022-12-02powerpc/qspinlock: add mcs queueing for contended waitersNicholas Piggin
2022-12-02powerpc/qspinlock: powerpc qspinlock implementationNicholas Piggin