Uros Bizjak ([email protected])

Number of posts: 575 (0.1 per day)
First post: 2008-08-20 08:44:57
Last post: 2024-04-25 10:19:23

Date List Subject
2024-04-25 10:19:23 linux-kernel [PATCH] perf/x86/amd: Use try_cmpxchg() in events/amd/{un,}core.c
2024-04-22 20:12:33 linux-kernel Re: [PATCH] locking/pvqspinlock/x86: Use _Q_LOCKED_VAL in PV_UNLOCK_ASM macro
2024-04-22 19:57:28 linux-kernel Re: [PATCH] locking/pvqspinlock/x86: Use _Q_LOCKED_VAL in PV_UNLOCK_ASM macro
2024-04-22 15:43:47 linux-kernel [PATCH] locking/pvqspinlock/x86: Use _Q_LOCKED_VAL in PV_UNLOCK_ASM macro
2024-04-22 12:01:14 linux-kernel [PATCH] locking/qspinlock/x86: Micro-optimize virt_spin_lock()
2024-04-17 19:21:50 linux-kernel Re: [tip: locking/core] locking/atomic/x86: Introduce arch_try_cmpxchg64_local()
2024-04-17 17:58:49 linux-kernel [PATCH] locking/atomic/x86: Merge __arch{,_try}_cmpxchg64_emu_local() with __arch{,_try}_cmpxchg64_emu()
2024-04-17 16:24:57 linux-kernel Re: [tip: locking/core] locking/atomic/x86: Introduce arch_try_cmpxchg64_local()
2024-04-14 16:25:16 linux-kernel [PATCH] iommu/intel: Use try_cmpxchg64{,_local}() in iommu.c
2024-04-14 16:13:15 linux-kernel [PATCH] locking/atomic/x86: Introduce arch_try_cmpxchg64_local()
2024-04-12 08:39:20 linux-kernel [PATCH] locking/pvqspinlock/x86: Remove redundant CMP after CMPXCHG in __raw_callee_save___pv_queued_spin_unlock()
2024-04-11 19:25:14 linux-kernel [PATCH v2 2/2] locking/pvqspinlock: Use try_cmpxchg() in qspinlock_paravirt.h
2024-04-11 19:24:58 linux-kernel [PATCH v2 1/2] locking/pvqspinlock: Use try_cmpxchg_acquire() in trylock_clear_pending()
2024-04-11 19:08:44 linux-kernel Re: [PATCH 2/2] locking/pvqspinlock: Use try_cmpxchg() in qspinlock_paravirt.h
2024-04-11 13:36:17 linux-kernel Re: [PATCH 2/2] locking/pvqspinlock: Use try_cmpxchg() in qspinlock_paravirt.h
2024-04-10 11:21:45 linux-kernel Re: [PATCH 4/4] x86/percpu: Use C for percpu read/write accessors
2024-04-10 06:31:31 linux-kernel [PATCH v3 1/4] locking/atomic/x86: Introduce arch_atomic64_try_cmpxchg to x86_32
2024-04-10 06:31:29 linux-kernel [PATCH v3 3/4] locking/atomic/x86: Rewrite x86_32 arch_atomic64_{,fetch}_{and,or,xor}() functions
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