summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)Author
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
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy
2022-09-01powerpc/code-patching: Speed up page mapping/unmappingChristophe Leroy
2022-07-27powerpc/ppc-opcode: Define and use PPC_RAW_SETB()Christophe Leroy
2022-06-29powerpc/64: Drop ppc_inst_as_str()Michael Ellerman
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-05-22powerpc/kasan: Don't instrument non-maskable or raw interruptsDaniel Axtens
2022-05-22powerpc/inst: Remove PPC_INST_BRANCHChristophe Leroy
2022-05-19powerpc/ftrace: Use patch_instruction() return directlyChristophe Leroy
2022-05-19powerpc/code-patching: Inline create_branch()Christophe Leroy
2022-05-19powerpc/code-patching: Inline is_offset_in_{cond}_branch_range()Christophe Leroy
2022-05-11powerpc/code-patching: Use jump_label to check if poking_init() is doneChristophe Leroy
2022-05-11powerpc/code-patching: Use jump_label for testing freed initmemChristophe Leroy
2022-05-08powerpc/code-patching: Don't call is_vmalloc_or_module_addr() without CONFIG_...Christophe Leroy