summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)Author
2024-12-09powerpc/sstep: make emulate_vsx_load and emulate_vsx_store staticMichal Suchanek
2024-09-12powerpc/qspinlock: Fix deadlock in MCS queueNysal Jan K.A.
2024-04-03powerpc: xor_vmx: Add '-mhard-float' to CFLAGSNathan Chancellor
2024-02-05powerpc/lib: Validate size for vector operationsNaveen N Rao
2024-01-25powerpc: add crtsavres.o to always-y instead of extra-yMasahiro Yamada
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
2022-11-30powerpc/code-patching: Use WARN_ON and fix check in poking_initBenjamin Gray
2022-11-30Merge branch 'fixes' into nextMichael Ellerman
2022-11-24powerpc: add compile-time support for lbarx, lharxNicholas Piggin
2022-10-18powerpc: Fix reschedule bug in KUAP-unlocked user copyNicholas Piggin
2022-09-28powerpc/64: asm use consistent global variable declaration and accessNicholas Piggin