Date |
List |
Subject |
2024-04-10 06:31:02
|
linux-kernel
|
[PATCH v3 4/4] locking/atomic/x86: Define arch_atomic_sub() family using arch_atomic_add() functions |
2024-04-10 06:30:26
|
linux-kernel
|
[PATCH v3 2/4] locking/atomic/x86: Introduce arch_atomic64_read_nonatomic to x86_32 |
2024-04-09 17:00:09
|
linux-kernel
|
[PATCH v2 2/4] locking/atomic/x86: Introduce arch_atomic64_read_tearable to x86_32 |
2024-04-09 16:53:53
|
linux-kernel
|
Re: [PATCH 2/6] locking/atomic/x86: Rewrite x86_32 arch_atomic64_{,fetch}_{and,or,xor}() functions |
2024-04-09 16:40:48
|
linux-kernel
|
Re: [PATCH 2/6] locking/atomic/x86: Rewrite x86_32 arch_atomic64_{,fetch}_{and,or,xor}() functions |
2024-04-09 16:33:06
|
linux-kernel
|
[PATCH v2 3/4] locking/atomic/x86: Rewrite x86_32 arch_atomic64_{,fetch}_{and,or,xor}() functions |
2024-04-09 16:32:49
|
linux-kernel
|
[PATCH v2 4/4] locking/atomic/x86: Define arch_atomic_sub() family using arch_atomic_add() functions |
2024-04-09 16:32:43
|
linux-kernel
|
[PATCH v2 1/4] locking/atomic/x86: Introduce arch_atomic64_try_cmpxchg to x86_32 |
2024-04-09 12:50:44
|
linux-kernel
|
Re: [PATCH 2/6] locking/atomic/x86: Rewrite x86_32 arch_atomic64_{,fetch}_{and,or,xor}() functions |
2024-04-09 12:04:23
|
linux-kernel
|
Re: [PATCH 2/6] locking/atomic/x86: Rewrite x86_32 arch_atomic64_{,fetch}_{and,or,xor}() functions |
2024-04-09 11:59:57
|
linux-kernel
|
Re: [PATCH 3/6] locking/atomic/x86: Use READ_ONCE before atomic{,64}_try_cmpxchg loops |
2024-04-09 10:07:40
|
linux-kernel
|
[PATCH 6/6] locking/atomic/x86: Reorder a couple of arch_atomic64 functions |
2024-04-09 10:07:32
|
linux-kernel
|
[PATCH 5/6] locking/atomic/x86: Define arch_atomic_sub() family using arch_atomic_add() functions |
2024-04-09 10:07:23
|
linux-kernel
|
[PATCH 4/6] locking/atomic/x86: Merge x86_32 and x86_64 arch_atomic64_fetch_{and,or,xor}() functions |
2024-04-09 10:07:12
|
linux-kernel
|
[PATCH 3/6] locking/atomic/x86: Use READ_ONCE before atomic{,64}_try_cmpxchg loops |
2024-04-09 10:07:05
|
linux-kernel
|
[PATCH 2/6] locking/atomic/x86: Rewrite x86_32 arch_atomic64_{,fetch}_{and,or,xor}() functions |
2024-04-09 10:06:02
|
linux-kernel
|
[PATCH 1/6] locking/atomic/x86: Introduce arch_atomic64_try_cmpxchg to x86_32 |
2024-04-09 10:05:59
|
linux-kernel
|
[PATCH 0/6] locking/atomic/x86: Improve arch_atomic*() family of functions |
2024-04-08 09:22:46
|
linux-kernel
|
[PATCH 2/3] locking/atomic/x86: Modernize x86_32 arch_{,try_}_cmpxchg64{,_local}() |
2024-04-08 09:17:09
|
linux-kernel
|
[PATCH 3/3] locking/atomic/x86: Introduce arch_try_cmpxchg64() for !CONFIG_X86_CMPXCHG64 |
2024-04-08 09:16:41
|
linux-kernel
|
[PATCH 1/3] locking/atomic/x86: Correct the definition of __arch_try_cmpxchg128() |
2024-04-08 09:16:36
|
linux-kernel
|
[PATCH 0/3] locking/atomic/x86: Improve arch_cmpxchg64() and friends for x86_32 |
2024-04-06 12:30:51
|
linux-kernel
|
Re: More annoying code generation by clang |
2024-04-05 15:17:10
|
linux-kernel
|
Re: [PATCH] x86/percpu: Use __force to cast from __percpu address space |
2024-04-05 08:34:10
|
linux-kernel
|
[PATCH] locking/x86/xen: Use try_cmpxchg() in xen_alloc_p2m_entry() |
2024-04-04 09:52:56
|
linux-kernel
|
[PATCH v2 2/3] x86/percpu: Rewrite x86_this_cpu_test_bit() and friends as macros |
2024-04-04 09:44:13
|
linux-kernel
|
[PATCH v2 1/3] x86/percpu: Fix x86_this_cpu_variable_test_bit() asm template |
2024-04-04 09:42:53
|
linux-kernel
|
[PATCH v2 3/3] x86/percpu: Introduce raw_cpu_read_long() to reduce ifdeffery |
2024-04-04 08:25:56
|
linux-kernel
|
[PATCH] x86/percpu: Introduce raw_cpu_read_long() to reduce ifdeffery |
2024-04-04 06:56:43
|
linux-kernel
|
Re: arch/x86/include/asm/processor.h:698:16: sparse: sparse: incorrect type in initializer (different address spaces) |
2024-04-03 15:12:03
|
linux-kernel
|
[PATCH] x86/percpu: Fix and improve x86_this_cpu_test_bit() and friends |
2024-04-03 08:04:13
|
linux-kernel
|
Re: [PATCH RESEND bpf v2 0/2] x86/bpf: Fixes for the BPF JIT with retbleed=stuff |
2024-04-02 20:40:35
|
linux-kernel
|
Re: warning: cast removes address space '__percpu' of expression |
2024-04-02 17:52:04
|
linux-kernel
|
[PATCH] x86/percpu: Use __force to cast from __percpu address space |
2024-04-02 12:20:35
|
linux-kernel
|
[PATCH tip] x86/percpu: Re-enable named address spaces with sanitizers for GCC 13.3+ |
2024-04-02 11:43:23
|
linux-kernel
|
Re: arch/x86/include/asm/processor.h:698:16: sparse: sparse: incorrect type in initializer (different address spaces) |
2024-04-02 09:43:26
|
linux-kernel
|
Re: warning: cast removes address space '__percpu' of expression |
2024-04-01 19:16:46
|
linux-kernel
|
Re: warning: cast removes address space '__percpu' of expression |
2024-04-01 18:59:30
|
linux-kernel
|
[PATCH RESEND bpf v2 2/2] x86/bpf: Fix IP for relocating call depth accounting |
2024-04-01 18:59:02
|
linux-kernel
|
[PATCH RESEND bpf v2 1/2] x86/bpf: Fix IP after emitting call depth accounting |
2024-04-01 18:58:49
|
linux-kernel
|
[PATCH RESEND bpf v2 0/2] x86/bpf: Fixes for the BPF JIT with retbleed=stuff |
2024-04-01 18:38:33
|
linux-kernel
|
Re: [PATCH RESEND bpf 2/2] x86/bpf: Fix IP for relocating call depth accounting |
2024-04-01 17:24:23
|
linux-kernel
|
[PATCH bpf v2 1/2] x86/bpf: Fix IP after emitting call depth accounting |
2024-04-01 17:24:10
|
linux-kernel
|
[PATCH bpf v2 2/2] x86/bpf: Fix IP for relocating call depth accounting |
2024-04-01 17:23:42
|
linux-kernel
|
[PATCH bpf v2 0/2] x86/bpf: Fixes for the BPF JIT with retbleed=stuff |
2024-03-30 09:01:33
|
linux-kernel
|
Re: [PATCH RESEND bpf 2/2] x86/bpf: Fix IP for relocating call depth accounting |
2024-03-29 09:50:17
|
linux-kernel
|
[PATCH RESEND bpf 2/2] x86/bpf: Fix IP for relocating call depth accounting |
2024-03-29 09:49:50
|
linux-kernel
|
[PATCH RESEND bpf 1/2] x86/bpf: Fix IP after emitting call depth accounting |
2024-03-29 09:49:37
|
linux-kernel
|
[PATCH RESEND bpf 0/2] x86/bpf: Fixes for the BPF JIT with retbleed=stuff |
2024-03-29 09:32:47
|
linux-kernel
|
[PATCH bpf 2/2] x86/bpf: Fix IP for relocating call depth accounting |
2024-03-29 09:32:26
|
linux-kernel
|
[PATCH bpf 1/2] x86/bpf: Fix IP after emitting call depth accounting |