dev.linux.lists.lkmm archive
508 archived articles, newest first (page 3 of 6). Latest articles →
[GIT PULL] LKMM changes for v6.17
Fri, 25 Jul 2025 16:56:22 -0700Re: [RFC] tools/memory-model: Rule out OOTA
Fri, 25 Jul 2025 07:23:23 +0200Re: [RFC] tools/memory-model: Rule out OOTA
Thu, 24 Jul 2025 07:14:45 -0700Re: [PATCH RESEND bpf-next 1/1] powerpc64/bpf: Add jit support for load_acquire and store_release
Thu, 24 Jul 2025 15:57:47 +0530Re: [PATCH RESEND bpf-next 1/1] powerpc64/bpf: Add jit support for load_acquire and store_release
Thu, 24 Jul 2025 14:20:40 +0530Re: [RFC] tools/memory-model: Rule out OOTA
Wed, 23 Jul 2025 12:57:13 -0700Re: [RFC] tools/memory-model: Rule out OOTA
Wed, 23 Jul 2025 15:25:13 -0400Re: [RFC] tools/memory-model: Rule out OOTA
Wed, 23 Jul 2025 10:27:49 -0700Re: [RFC] tools/memory-model: Rule out OOTA
Wed, 23 Jul 2025 13:13:35 -0400Re: [RFC] tools/memory-model: Rule out OOTA
Wed, 23 Jul 2025 09:39:05 -0700Re: [RFC] tools/memory-model: Rule out OOTA
Wed, 23 Jul 2025 09:26:32 +0200Re: [RFC] tools/memory-model: Rule out OOTA
Tue, 22 Jul 2025 17:43:16 -0700Re: [PATCH 0/4] Convert atomic_*.txt and memory-barriers.txt to reST
Sat, 19 Jul 2025 14:08:38 +0700[PATCH v8 9/9] rust: sync: Add memory barriers
Fri, 18 Jul 2025 20:08:27 -0700[PATCH v8 8/9] rust: sync: atomic: Add Atomic<{usize,isize}>
Fri, 18 Jul 2025 20:08:26 -0700[PATCH v8 6/9] rust: sync: atomic: Add the framework of arithmetic operations
Fri, 18 Jul 2025 20:08:24 -0700[PATCH v8 7/9] rust: sync: atomic: Add Atomic<u{32,64}>
Fri, 18 Jul 2025 20:08:25 -0700[PATCH v8 4/9] rust: sync: atomic: Add generic atomics
Fri, 18 Jul 2025 20:08:22 -0700[PATCH v8 5/9] rust: sync: atomic: Add atomic {cmp,}xchg operations
Fri, 18 Jul 2025 20:08:23 -0700[PATCH v8 3/9] rust: sync: atomic: Add ordering annotation types
Fri, 18 Jul 2025 20:08:21 -0700[PATCH v8 2/9] rust: sync: Add basic atomic operation mapping framework
Fri, 18 Jul 2025 20:08:20 -0700[PATCH v8 1/9] rust: Introduce atomic API helpers
Fri, 18 Jul 2025 20:08:19 -0700[PATCH v8 0/9] LKMM atomics in Rust
Fri, 18 Jul 2025 20:08:18 -0700Re: [PATCH RESEND bpf-next 1/1] powerpc64/bpf: Add jit support for load_acquire and store_release
Thu, 17 Jul 2025 20:56:45 +0000[PATCH RESEND bpf-next 1/1] powerpc64/bpf: Add jit support for load_acquire and store_release
Thu, 17 Jul 2025 20:29:17 +0000Re: [PATCH 0/4] Convert atomic_*.txt and memory-barriers.txt to reST
Thu, 17 Jul 2025 14:15:18 -0600[PATCH bpf-next 1/1] powerpc64/bpf: Add jit support for load_acquire and store_release
Thu, 17 Jul 2025 18:24:43 +0000Re: [PATCH 0/4] Convert atomic_*.txt and memory-barriers.txt to reST
Thu, 17 Jul 2025 07:34:00 -0600Re: [PATCH 1/4] Documentation: memory-barriers: Convert to reST format
Thu, 17 Jul 2025 14:30:48 +0100Re: [PATCH 0/4] Convert atomic_*.txt and memory-barriers.txt to reST
Thu, 17 Jul 2025 08:32:42 -0400Re: [PATCH 0/4] Convert atomic_*.txt and memory-barriers.txt to reST
Thu, 17 Jul 2025 13:56:12 +0200Re: [PATCH 0/4] Convert atomic_*.txt and memory-barriers.txt to reST
Thu, 17 Jul 2025 18:26:50 +0700Re: [PATCH 0/4] Convert atomic_*.txt and memory-barriers.txt to reST
Thu, 17 Jul 2025 12:55:54 +0200[PATCH 1/4] Documentation: memory-barriers: Convert to reST format
Thu, 17 Jul 2025 15:06:14 +0700[PATCH 4/4] Documentation: atomic_bitops, atomic_t, memory-barriers: Link to newly-converted docs
Thu, 17 Jul 2025 15:06:17 +0700[PATCH 0/4] Convert atomic_*.txt and memory-barriers.txt to reST
Thu, 17 Jul 2025 15:06:13 +0700[PATCH 3/4] Documentation: atomic_t: Convert to reST format
Thu, 17 Jul 2025 15:06:16 +0700[PATCH 2/4] Documentation: atomic_bitops: Convert to reST format
Thu, 17 Jul 2025 15:06:15 +0700Re: [PATCH bpf-next 0/1] A tool to verify the BPF memory model
Thu, 17 Jul 2025 01:50:08 +0000Re: [PATCH v6 8/9] rust: sync: Add memory barriers
Wed, 16 Jul 2025 21:42:25 +0200Re: [PATCH v7 6/9] rust: sync: atomic: Add the framework of arithmetic operations
Wed, 16 Jul 2025 10:38:12 -0700Re: [PATCH v7 6/9] rust: sync: atomic: Add the framework of arithmetic operations
Wed, 16 Jul 2025 19:16:02 +0200Re: [PATCH v7 6/9] rust: sync: atomic: Add the framework of arithmetic operations
Wed, 16 Jul 2025 08:48:23 -0700Re: [PATCH v7 6/9] rust: sync: atomic: Add the framework of arithmetic operations
Wed, 16 Jul 2025 17:36:05 +0200Re: [PATCH v7 6/9] rust: sync: atomic: Add the framework of arithmetic operations
Wed, 16 Jul 2025 07:13:01 -0700Re: [PATCH v7 1/9] rust: Introduce atomic API helpers
Wed, 16 Jul 2025 15:04:42 +0200Re: [PATCH v7 1/9] rust: Introduce atomic API helpers
Wed, 16 Jul 2025 14:57:09 +0200Re: [PATCH v7 1/9] rust: Introduce atomic API helpers
Wed, 16 Jul 2025 14:56:37 +0200Re: [PATCH v7 1/9] rust: Introduce atomic API helpers
Wed, 16 Jul 2025 14:54:34 +0200Re: [PATCH v7 1/9] rust: Introduce atomic API helpers
Wed, 16 Jul 2025 14:47:13 +0200Re: [PATCH v7 1/9] rust: Introduce atomic API helpers
Wed, 16 Jul 2025 14:36:27 +0200Re: [PATCH v7 6/9] rust: sync: atomic: Add the framework of arithmetic operations
Wed, 16 Jul 2025 12:25:30 +0200Re: [PATCH v7 1/9] rust: Introduce atomic API helpers
Wed, 16 Jul 2025 11:23:09 +0200Re: [PATCH v7 6/9] rust: sync: atomic: Add the framework of arithmetic operations
Tue, 15 Jul 2025 13:13:57 -0700Re: [PATCH v7 6/9] rust: sync: atomic: Add the framework of arithmetic operations
Tue, 15 Jul 2025 20:39:04 +0200Re: [PATCH v7 6/9] rust: sync: atomic: Add the framework of arithmetic operations
Tue, 15 Jul 2025 09:13:16 -0700Re: [PATCH v6 8/9] rust: sync: Add memory barriers
Tue, 15 Jul 2025 08:56:54 -0700Re: [PATCH v7 6/9] rust: sync: atomic: Add the framework of arithmetic operations
Tue, 15 Jul 2025 17:45:34 +0200Re: [PATCH v6 8/9] rust: sync: Add memory barriers
Tue, 15 Jul 2025 17:35:47 +0200Re: [PATCH v7 4/9] rust: sync: atomic: Add generic atomics
Tue, 15 Jul 2025 17:35:22 +0200Re: [PATCH v6 8/9] rust: sync: Add memory barriers
Tue, 15 Jul 2025 08:21:47 -0700Re: [PATCH v7 6/9] rust: sync: atomic: Add the framework of arithmetic operations
Tue, 15 Jul 2025 06:33:43 -0700Re: [PATCH v7 4/9] rust: sync: atomic: Add generic atomics
Tue, 15 Jul 2025 06:14:35 -0700Re: [PATCH v7 6/9] rust: sync: atomic: Add the framework of arithmetic operations
Tue, 15 Jul 2025 13:21:20 +0200Re: [PATCH v7 4/9] rust: sync: atomic: Add generic atomics
Tue, 15 Jul 2025 11:36:49 +0200Re: [PATCH v6 8/9] rust: sync: Add memory barriers
Mon, 14 Jul 2025 17:42:39 +0200Re: [PATCH v7 2/9] rust: sync: Add basic atomic operation mapping framework
Mon, 14 Jul 2025 08:34:09 -0700Re: [PATCH v7 4/9] rust: sync: atomic: Add generic atomics
Mon, 14 Jul 2025 08:32:49 -0700Re: [PATCH v7 4/9] rust: sync: atomic: Add generic atomics
Mon, 14 Jul 2025 17:16:59 +0200Re: [PATCH v7 3/9] rust: sync: atomic: Add ordering annotation types
Mon, 14 Jul 2025 17:16:14 +0200Re: [PATCH v7 4/9] rust: sync: atomic: Add generic atomics
Mon, 14 Jul 2025 17:05:40 +0200Re: [PATCH v7 2/9] rust: sync: Add basic atomic operation mapping framework
Mon, 14 Jul 2025 17:00:56 +0200Re: [PATCH v7 3/9] rust: sync: atomic: Add ordering annotation types
Mon, 14 Jul 2025 07:59:29 -0700Re: [PATCH v7 4/9] rust: sync: atomic: Add generic atomics
Mon, 14 Jul 2025 07:53:01 -0700Re: [PATCH v7 4/9] rust: sync: atomic: Add generic atomics
Mon, 14 Jul 2025 16:34:39 +0200Re: [PATCH v7 4/9] rust: sync: atomic: Add generic atomics
Mon, 14 Jul 2025 07:30:32 -0700Re: [PATCH v7 4/9] rust: sync: atomic: Add generic atomics
Mon, 14 Jul 2025 07:21:53 -0700Re: [PATCH v7 9/9] rust: sync: atomic: Add Atomic<{usize,isize}>
Mon, 14 Jul 2025 06:47:23 -0700Re: [PATCH v7 2/9] rust: sync: Add basic atomic operation mapping framework
Mon, 14 Jul 2025 06:42:57 -0700Re: [PATCH v7 9/9] rust: sync: atomic: Add Atomic<{usize,isize}>
Mon, 14 Jul 2025 13:06:08 +0200Re: [PATCH v7 5/9] rust: sync: atomic: Add atomic {cmp,}xchg operations
Mon, 14 Jul 2025 12:56:01 +0200Re: [PATCH v7 4/9] rust: sync: atomic: Add generic atomics
Mon, 14 Jul 2025 12:30:12 +0200Re: [PATCH v7 3/9] rust: sync: atomic: Add ordering annotation types
Mon, 14 Jul 2025 12:10:46 +0200Re: [PATCH v7 2/9] rust: sync: Add basic atomic operation mapping framework
Mon, 14 Jul 2025 12:03:11 +0200Re: [PATCH v6 4/9] rust: sync: atomic: Add generic atomics
Mon, 14 Jul 2025 00:08:57 -0700[PATCH v7 9/9] rust: sync: atomic: Add Atomic<{usize,isize}>
Sun, 13 Jul 2025 22:36:56 -0700[PATCH v7 8/9] rust: sync: Add memory barriers
Sun, 13 Jul 2025 22:36:55 -0700[PATCH v7 7/9] rust: sync: atomic: Add Atomic<u{32,64}>
Sun, 13 Jul 2025 22:36:54 -0700[PATCH v7 6/9] rust: sync: atomic: Add the framework of arithmetic operations
Sun, 13 Jul 2025 22:36:53 -0700[PATCH v7 5/9] rust: sync: atomic: Add atomic {cmp,}xchg operations
Sun, 13 Jul 2025 22:36:52 -0700[PATCH v7 4/9] rust: sync: atomic: Add generic atomics
Sun, 13 Jul 2025 22:36:51 -0700[PATCH v7 3/9] rust: sync: atomic: Add ordering annotation types
Sun, 13 Jul 2025 22:36:50 -0700[PATCH v7 2/9] rust: sync: Add basic atomic operation mapping framework
Sun, 13 Jul 2025 22:36:49 -0700[PATCH v7 1/9] rust: Introduce atomic API helpers
Sun, 13 Jul 2025 22:36:48 -0700[PATCH v7 0/9] LKMM generic atomics in Rust
Sun, 13 Jul 2025 22:36:47 -0700Re: [PATCH v6 6/9] rust: sync: atomic: Add the framework of arithmetic operations
Sun, 13 Jul 2025 21:20:50 -0700Re: [PATCH v6 4/9] rust: sync: atomic: Add generic atomics
Sun, 13 Jul 2025 12:51:24 -0700Re: [PATCH v6 8/9] rust: sync: Add memory barriers
Fri, 11 Jul 2025 14:34:56 -0700Re: [PATCH v6 4/9] rust: sync: atomic: Add generic atomics
Fri, 11 Jul 2025 14:25:20 -0700Re: [PATCH v6 6/9] rust: sync: atomic: Add the framework of arithmetic operations
Fri, 11 Jul 2025 14:22:13 -0700
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.