aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-02powerpc/qspinlock: allow stealing when head of queue yieldsGravatar Nicholas Piggin 1-3/+56
2022-12-02powerpc/qspinlock: implement option to yield to previous nodeGravatar Nicholas Piggin 1-1/+45
2022-12-02powerpc/qspinlock: paravirt yield to lock ownerGravatar Nicholas Piggin 1-12/+87
2022-12-02powerpc/qspinlock: store owner CPU in lock wordGravatar Nicholas Piggin 1-1/+1
2022-12-02powerpc/qspinlock: theft prevention to control latencyGravatar Nicholas Piggin 1-0/+53
2022-12-02powerpc/qspinlock: allow new waiters to steal the lock before queueingGravatar Nicholas Piggin 1-9/+101
2022-12-02powerpc/qspinlock: convert atomic operations to assemblyGravatar Nicholas Piggin 1-35/+47
2022-12-02powerpc/qspinlock: add mcs queueing for contended waitersGravatar Nicholas Piggin 1-3/+184
2022-12-02powerpc/qspinlock: powerpc qspinlock implementationGravatar Nicholas Piggin 2-1/+20
2022-11-30powerpc/code-patching: Use WARN_ON and fix check in poking_initGravatar Benjamin Gray 1-8/+9
2022-11-30Merge branch 'fixes' into nextGravatar Michael Ellerman 1-1/+11
2022-11-24powerpc: add compile-time support for lbarx, lharxGravatar Nicholas Piggin 1-10/+11
2022-10-18powerpc: Fix reschedule bug in KUAP-unlocked user copyGravatar Nicholas Piggin 1-1/+11
2022-09-28powerpc/64: asm use consistent global variable declaration and accessGravatar Nicholas Piggin 2-12/+2
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EGravatar Christophe Leroy 1-2/+2
2022-09-01powerpc/code-patching: Speed up page mapping/unmappingGravatar Christophe Leroy 1-11/+19
2022-07-27powerpc/ppc-opcode: Define and use PPC_RAW_SETB()Gravatar Christophe Leroy 1-6/+3
2022-06-29powerpc/64: Drop ppc_inst_as_str()Gravatar Michael Ellerman 1-3/+3
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 4-91/+27
2022-05-22powerpc/kasan: Don't instrument non-maskable or raw interruptsGravatar Daniel Axtens 1-0/+3
2022-05-22powerpc/inst: Remove PPC_INST_BRANCHGravatar Christophe Leroy 1-1/+1
2022-05-19powerpc/ftrace: Use patch_instruction() return directlyGravatar Christophe Leroy 1-1/+1
2022-05-19powerpc/code-patching: Inline create_branch()Gravatar Christophe Leroy 1-20/+0
2022-05-19powerpc/code-patching: Inline is_offset_in_{cond}_branch_range()Gravatar Christophe Leroy 1-27/+0
2022-05-11powerpc/code-patching: Use jump_label to check if poking_init() is doneGravatar Christophe Leroy 1-1/+4
2022-05-11powerpc/code-patching: Use jump_label for testing freed initmemGravatar Christophe Leroy 1-1/+4
2022-05-08powerpc/code-patching: Don't call is_vmalloc_or_module_addr() without CONFIG_...Gravatar Christophe Leroy 1-1/+1
2022-05-06powerpc/64: remove system call instruction emulationGravatar Nicholas Piggin 1-36/+10
2022-05-02powerpc/sstep: Use bitwise instead of arithmetic operator for flagsGravatar Yang Li 1-3/+3
2022-04-29net: unexport csum_and_copy_{from,to}_userGravatar Christoph Hellwig 1-2/+0