summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
AgeCommit message (Expand)AuthorLines
2023-04-20powerpc/64: vmlinux support building with PCREL addresingNicholas Piggin-0/+10
2023-04-20powerpc: add CFUNC assembly label annotationNicholas Piggin-15/+15
2023-03-29powerpc: Remove memcpy_page_flushcache()Ira Weiny-7/+0
2023-02-10powerpc/kcsan: Add exclusions from instrumentationRohan McLure-0/+2
2022-12-16powerpc/code-patching: Fix oops with DEBUG_VM enabledMichael Ellerman-3/+7
2022-12-12powerpc/qspinlock: Fix 32-bit buildNicholas Piggin-0/+1
2022-12-02powerpc/code-patching: Remove protection against patching init addresses afte...Christophe Leroy-12/+1
2022-12-02powerpc/feature-fixups: Do not patch init section after initChristophe Leroy-0/+12
2022-12-02powerpc/feature-fixups: Refactor other fixups patchingChristophe Leroy-49/+28
2022-12-02powerpc/feature-fixups: Refactor entry fixups patchingChristophe Leroy-52/+32
2022-12-02powerpc/code-patching: Remove #ifdef CONFIG_STRICT_KERNEL_RWXChristophe Leroy-11/+5
2022-12-02Merge branch 'topic/qspinlock' into nextMichael Ellerman-1/+999
2022-12-02powerpc: add definition for pt_regs offset within an interrupt frameNicholas Piggin-1/+1
2022-12-02powerpc/code-patching: Consolidate and cache per-cpu patching contextBenjamin Gray-19/+30
2022-12-02powerpc/code-patching: Use temporary mm for Radix MMUChristopher M. Riedl-5/+172
2022-12-02powerpc/qspinlock: add compile-time tuning adjustmentsNicholas Piggin-3/+36
2022-12-02powerpc/qspinlock: provide accounting and options for sleepy locksNicholas Piggin-18/+224
2022-12-02powerpc/qspinlock: allow indefinite spinning on a preempted ownerNicholas Piggin-15/+62
2022-12-02powerpc/qspinlock: reduce remote node steal spinsNicholas Piggin-3/+40
2022-12-02powerpc/qspinlock: use spin_begin/end APINicholas Piggin-4/+35
2022-12-02powerpc/qspinlock: allow lock stealing in trylock and lock fastpathNicholas Piggin-0/+9
2022-12-02powerpc/qspinlock: add ability to prod new queue head CPUNicholas Piggin-2/+29
2022-12-02powerpc/qspinlock: allow propagation of yield CPU down the queueNicholas Piggin-0/+79
2022-12-02powerpc/qspinlock: allow stealing when head of queue yieldsNicholas Piggin-3/+56
2022-12-02powerpc/qspinlock: implement option to yield to previous nodeNicholas Piggin-1/+45
2022-12-02powerpc/qspinlock: paravirt yield to lock ownerNicholas Piggin-12/+87
2022-12-02powerpc/qspinlock: store owner CPU in lock wordNicholas Piggin-1/+1
2022-12-02powerpc/qspinlock: theft prevention to control latencyNicholas Piggin-0/+53
2022-12-02powerpc/qspinlock: allow new waiters to steal the lock before queueingNicholas Piggin-9/+101
2022-12-02powerpc/qspinlock: convert atomic operations to assemblyNicholas Piggin-35/+47
2022-12-02powerpc/qspinlock: add mcs queueing for contended waitersNicholas Piggin-3/+184
2022-12-02powerpc/qspinlock: powerpc qspinlock implementationNicholas Piggin-1/+20
2022-11-30powerpc/code-patching: Use WARN_ON and fix check in poking_initBenjamin Gray-8/+9
2022-11-30Merge branch 'fixes' into nextMichael Ellerman-1/+11
2022-11-24powerpc: add compile-time support for lbarx, lharxNicholas Piggin-10/+11
2022-10-18powerpc: Fix reschedule bug in KUAP-unlocked user copyNicholas Piggin-1/+11
2022-09-28powerpc/64: asm use consistent global variable declaration and accessNicholas Piggin-12/+2
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy-2/+2
2022-09-01powerpc/code-patching: Speed up page mapping/unmappingChristophe Leroy-11/+19
2022-07-27powerpc/ppc-opcode: Define and use PPC_RAW_SETB()Christophe Leroy-6/+3
2022-06-29powerpc/64: Drop ppc_inst_as_str()Michael Ellerman-3/+3
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-91/+27
2022-05-22powerpc/kasan: Don't instrument non-maskable or raw interruptsDaniel Axtens-0/+3
2022-05-22powerpc/inst: Remove PPC_INST_BRANCHChristophe Leroy-1/+1
2022-05-19powerpc/ftrace: Use patch_instruction() return directlyChristophe Leroy-1/+1
2022-05-19powerpc/code-patching: Inline create_branch()Christophe Leroy-20/+0
2022-05-19powerpc/code-patching: Inline is_offset_in_{cond}_branch_range()Christophe Leroy-27/+0
2022-05-11powerpc/code-patching: Use jump_label to check if poking_init() is doneChristophe Leroy-1/+4
2022-05-11powerpc/code-patching: Use jump_label for testing freed initmemChristophe Leroy-1/+4
2022-05-08powerpc/code-patching: Don't call is_vmalloc_or_module_addr() without CONFIG_...Christophe Leroy-1/+1