index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: xor_vmx: Add '-mhard-float' to CFLAGS
Nathan Chancellor
2024-03-07
1
-1
/
+1
*
powerpc/64s: Move dcbt/dcbtst sequence into a macro
Michael Ellerman
2024-03-03
3
-31
/
+3
*
powerpc: Use user_mode() macro when possible
Christophe Leroy
2024-02-22
1
-12
/
+11
*
powerpc/lib: Validate size for vector operations
Naveen N Rao
2023-11-27
1
-0
/
+10
*
powerpc/lib: Avoid array bounds warnings in vec ops
Michael Ellerman
2023-11-27
1
-2
/
+2
*
powerpc: add crtsavres.o to always-y instead of extra-y
Masahiro Yamada
2023-11-27
1
-1
/
+1
*
powerpc/code-patching: introduce patch_instructions()
Hari Bathini
2023-10-23
1
-3
/
+138
*
powerpc/code-patching: Perform hwsync in __patch_instruction() in case of fai...
Christophe Leroy
2023-10-20
1
-4
/
+1
*
powerpc/qspinlock: Rename yield_propagate_owner tunable
Nicholas Piggin
2023-10-20
1
-9
/
+9
*
powerpc/qspinlock: Propagate sleepy if previous waiter is preempted
Nicholas Piggin
2023-10-20
1
-1
/
+5
*
powerpc/qspinlock: don't propagate the not-sleepy state
Nicholas Piggin
2023-10-20
1
-18
/
+8
*
powerpc/qspinlock: propagate owner preemptedness rather than CPU number
Nicholas Piggin
2023-10-20
1
-44
/
+36
*
powerpc/qspinlock: stop queued waiters trying to set lock sleepy
Nicholas Piggin
2023-10-20
1
-14
/
+10
*
powerpc/qspinlock: Fix stale propagated yield_cpu
Nicholas Piggin
2023-10-18
1
-0
/
+3
*
powerpc: Drop zalloc_maybe_bootmem()
Michael Ellerman
2023-08-24
2
-24
/
+1
*
powerpc: replace #include <asm/export.h> with #include <linux/export.h>
Masahiro Yamada
2023-08-16
15
-15
/
+15
*
powerpc/step: Mark __copy_mem_out() and __emulate_dcbz() __always_inline
Christophe Leroy
2023-08-16
1
-2
/
+2
*
powerpc/features: Add capability to update mmu features later
Christophe Leroy
2023-08-02
1
-4
/
+27
*
powerpc: remove checks for binutils older than 2.25
Masahiro Yamada
2023-06-27
1
-1
/
+1
*
powerpc: qspinlock: Enforce qnode writes prior to publishing to queue
Rohan McLure
2023-06-21
1
-0
/
+7
*
powerpc: qspinlock: Mark accesses to qnode lock checks
Rohan McLure
2023-06-21
1
-2
/
+2
*
powerpc/64: vmlinux support building with PCREL addresing
Nicholas Piggin
2023-04-20
1
-0
/
+10
*
powerpc: add CFUNC assembly label annotation
Nicholas Piggin
2023-04-20
5
-15
/
+15
*
powerpc: Remove memcpy_page_flushcache()
Ira Weiny
2023-03-29
1
-7
/
+0
*
powerpc/kcsan: Add exclusions from instrumentation
Rohan McLure
2023-02-10
1
-0
/
+2
*
powerpc/code-patching: Fix oops with DEBUG_VM enabled
Michael Ellerman
2022-12-16
1
-3
/
+7
*
powerpc/qspinlock: Fix 32-bit build
Nicholas Piggin
2022-12-12
1
-0
/
+1
*
powerpc/code-patching: Remove protection against patching init addresses afte...
Christophe Leroy
2022-12-02
1
-12
/
+1
*
powerpc/feature-fixups: Do not patch init section after init
Christophe Leroy
2022-12-02
1
-0
/
+12
*
powerpc/feature-fixups: Refactor other fixups patching
Christophe Leroy
2022-12-02
1
-49
/
+28
*
powerpc/feature-fixups: Refactor entry fixups patching
Christophe Leroy
2022-12-02
1
-52
/
+32
*
powerpc/code-patching: Remove #ifdef CONFIG_STRICT_KERNEL_RWX
Christophe Leroy
2022-12-02
1
-11
/
+5
*
Merge branch 'topic/qspinlock' into next
Michael Ellerman
2022-12-02
2
-1
/
+999
|
\
|
*
powerpc/qspinlock: add compile-time tuning adjustments
Nicholas Piggin
2022-12-02
1
-3
/
+36
|
*
powerpc/qspinlock: provide accounting and options for sleepy locks
Nicholas Piggin
2022-12-02
1
-18
/
+224
|
*
powerpc/qspinlock: allow indefinite spinning on a preempted owner
Nicholas Piggin
2022-12-02
1
-15
/
+62
|
*
powerpc/qspinlock: reduce remote node steal spins
Nicholas Piggin
2022-12-02
1
-3
/
+40
|
*
powerpc/qspinlock: use spin_begin/end API
Nicholas Piggin
2022-12-02
1
-4
/
+35
|
*
powerpc/qspinlock: allow lock stealing in trylock and lock fastpath
Nicholas Piggin
2022-12-02
1
-0
/
+9
|
*
powerpc/qspinlock: add ability to prod new queue head CPU
Nicholas Piggin
2022-12-02
1
-2
/
+29
|
*
powerpc/qspinlock: allow propagation of yield CPU down the queue
Nicholas Piggin
2022-12-02
1
-0
/
+79
|
*
powerpc/qspinlock: allow stealing when head of queue yields
Nicholas Piggin
2022-12-02
1
-3
/
+56
|
*
powerpc/qspinlock: implement option to yield to previous node
Nicholas Piggin
2022-12-02
1
-1
/
+45
|
*
powerpc/qspinlock: paravirt yield to lock owner
Nicholas Piggin
2022-12-02
1
-12
/
+87
|
*
powerpc/qspinlock: store owner CPU in lock word
Nicholas Piggin
2022-12-02
1
-1
/
+1
|
*
powerpc/qspinlock: theft prevention to control latency
Nicholas Piggin
2022-12-02
1
-0
/
+53
|
*
powerpc/qspinlock: allow new waiters to steal the lock before queueing
Nicholas Piggin
2022-12-02
1
-9
/
+101
|
*
powerpc/qspinlock: convert atomic operations to assembly
Nicholas Piggin
2022-12-02
1
-35
/
+47
|
*
powerpc/qspinlock: add mcs queueing for contended waiters
Nicholas Piggin
2022-12-02
1
-3
/
+184
|
*
powerpc/qspinlock: powerpc qspinlock implementation
Nicholas Piggin
2022-12-02
2
-1
/
+20
[next]