dev.linux.lists.lkmm archive
508 archived articles, newest first (page 2 of 6). Latest articles →
Re: [RFC PATCH v4 1/4] compiler.h: Introduce ptr_eq() to preserve address dependency
Thu, 18 Dec 2025 14:27:36 +0000Re: [RFC PATCH v4 1/4] compiler.h: Introduce ptr_eq() to preserve address dependency
Thu, 18 Dec 2025 08:51:02 -0500Re: [RFC PATCH v4 3/4] hazptr: Implement Hazard Pointers
Thu, 18 Dec 2025 17:36:57 +0900Re: [RFC PATCH v4 0/4] Hazard Pointers
Thu, 18 Dec 2025 05:33:02 -0500Re: [RFC PATCH v4 1/4] compiler.h: Introduce ptr_eq() to preserve address dependency
Thu, 18 Dec 2025 09:03:13 +0000[RFC PATCH v4 4/4] hazptr: Migrate per-CPU slots to backup slot on context switch
Wed, 17 Dec 2025 20:45:31 -0500[RFC PATCH v4 0/4] Hazard Pointers
Wed, 17 Dec 2025 20:45:27 -0500[RFC PATCH v4 3/4] hazptr: Implement Hazard Pointers
Wed, 17 Dec 2025 20:45:30 -0500[RFC PATCH v4 1/4] compiler.h: Introduce ptr_eq() to preserve address dependency
Wed, 17 Dec 2025 20:45:28 -0500[RFC PATCH v4 2/4] Documentation: RCU: Refer to ptr_eq()
Wed, 17 Dec 2025 20:45:29 -0500Re: [RFC] Potential problem in qspinlock due to mixed-size accesses
Wed, 17 Dec 2025 20:05:23 +0100Re: [GIT PULL] LKMM changes for v6.19
Wed, 03 Dec 2025 21:50:09 +0000[GIT PULL] LKMM changes for v6.19
Mon, 1 Dec 2025 08:38:11 -0800Re: [PATCH] memory-barriers.txt: Sort wait_event* and wait_on_bit* list alphabetically
Wed, 5 Nov 2025 10:19:58 -0800Re: [PATCH] memory-barriers.txt: Sort wait_event* and wait_on_bit* list alphabetically
Wed, 5 Nov 2025 08:48:05 +0000[PATCH] memory-barriers.txt: Sort wait_event* and wait_on_bit* list alphabetically
Wed, 5 Nov 2025 12:17:28 +0900Re: [GIT PULL] [PATCH 0/4] Rust locking changes for v6.18
Wed, 15 Oct 2025 08:16:07 -0700Re: [PATCH] locking/qspinlock: use xchg with _mb in slowpath for arm64
Fri, 19 Sep 2025 18:22:23 +0800Re: [GIT PULL] [PATCH 0/4] Rust locking changes for v6.18
Fri, 19 Sep 2025 11:27:14 +0200[PATCH 4/4] rust: lock: Add a Pin<&mut T> accessor
Fri, 19 Sep 2025 11:12:41 +0200[PATCH 3/4] rust: lock: Pin the inner data
Fri, 19 Sep 2025 11:12:40 +0200[PATCH 2/4] rust: lock: guard: Add T: Unpin bound to DerefMut
Fri, 19 Sep 2025 11:12:39 +0200[PATCH 1/4] locking/spinlock/debug: Fix data-race in do_raw_write_lock
Fri, 19 Sep 2025 11:12:38 +0200[GIT PULL] [PATCH 0/4] Rust locking changes for v6.18
Fri, 19 Sep 2025 11:12:37 +0200Re: [PATCH] locking/qspinlock: use xchg with _mb in slowpath for arm64
Wed, 17 Sep 2025 12:37:12 +0100Re: [PATCH] locking/qspinlock: use xchg with _mb in slowpath for arm64
Wed, 17 Sep 2025 18:51:18 +0800Re: [PATCH] locking/qspinlock: use xchg with _mb in slowpath for arm64
Tue, 16 Sep 2025 12:58:54 -0400Re: [PATCH v2] docs: Pull LKMM documentation into dev-tools book
Tue, 16 Sep 2025 10:34:48 -0600Re: [PATCH] locking/qspinlock: use xchg with _mb in slowpath for arm64
Tue, 16 Sep 2025 17:00:22 +0100Re: [PATCH] locking/qspinlock: use xchg with _mb in slowpath for arm64
Tue, 16 Sep 2025 16:10:32 +0200Re: [PATCH v2] docs: Pull LKMM documentation into dev-tools book
Thu, 11 Sep 2025 06:25:03 -0700[PATCH v2] docs: Pull LKMM documentation into dev-tools book
Thu, 11 Sep 2025 17:29:31 +0900Re: [GIT PULL] [PATCH 00/14] Rust atomic changes for v6.18
Tue, 9 Sep 2025 22:27:36 -0700Re: [PATCH 14/14] MAINTAINERS: update atomic infrastructure entry to include Rust
Sat, 6 Sep 2025 04:26:40 +0000Re: [PATCH 13/14] rust: block: convert `block::mq` to use `Refcount`
Sat, 6 Sep 2025 04:26:17 +0000Re: [PATCH 12/14] rust: convert `Arc` to use `Refcount`
Sat, 6 Sep 2025 04:26:01 +0000Re: [PATCH 11/14] rust: make `Arc::into_unique_or_drop` associated function
Sat, 6 Sep 2025 04:25:38 +0000Re: [PATCH 10/14] rust: implement `kernel::sync::Refcount`
Sat, 6 Sep 2025 04:25:21 +0000Re: [PATCH 09/14] rust: sync: Add memory barriers
Sat, 6 Sep 2025 04:25:04 +0000Re: [PATCH 08/14] rust: sync: atomic: Add Atomic<{usize,isize}>
Sat, 6 Sep 2025 04:24:31 +0000Re: [PATCH 07/14] rust: sync: atomic: Add Atomic<u{32,64}>
Sat, 6 Sep 2025 04:24:09 +0000Re: [PATCH 06/14] rust: sync: atomic: Add the framework of arithmetic operations
Sat, 6 Sep 2025 04:23:47 +0000Re: [PATCH 05/14] rust: sync: atomic: Add atomic {cmp,}xchg operations
Sat, 6 Sep 2025 04:23:27 +0000Re: [PATCH 04/14] rust: sync: atomic: Add generic atomics
Sat, 6 Sep 2025 04:23:05 +0000Re: [PATCH 03/14] rust: sync: atomic: Add ordering annotation types
Sat, 6 Sep 2025 04:22:45 +0000Re: [PATCH 02/14] rust: sync: Add basic atomic operation mapping framework
Sat, 6 Sep 2025 04:22:21 +0000Re: [PATCH 01/14] rust: Introduce atomic API helpers
Sat, 6 Sep 2025 04:22:01 +0000[PATCH 14/14] MAINTAINERS: update atomic infrastructure entry to include Rust
Thu, 4 Sep 2025 21:41:41 -0700[PATCH 13/14] rust: block: convert `block::mq` to use `Refcount`
Thu, 4 Sep 2025 21:41:40 -0700[PATCH 12/14] rust: convert `Arc` to use `Refcount`
Thu, 4 Sep 2025 21:41:39 -0700[PATCH 10/14] rust: implement `kernel::sync::Refcount`
Thu, 4 Sep 2025 21:41:37 -0700[PATCH 11/14] rust: make `Arc::into_unique_or_drop` associated function
Thu, 4 Sep 2025 21:41:38 -0700[PATCH 09/14] rust: sync: Add memory barriers
Thu, 4 Sep 2025 21:41:36 -0700[PATCH 08/14] rust: sync: atomic: Add Atomic<{usize,isize}>
Thu, 4 Sep 2025 21:41:35 -0700[PATCH 07/14] rust: sync: atomic: Add Atomic<u{32,64}>
Thu, 4 Sep 2025 21:41:34 -0700[PATCH 06/14] rust: sync: atomic: Add the framework of arithmetic operations
Thu, 4 Sep 2025 21:41:33 -0700[PATCH 05/14] rust: sync: atomic: Add atomic {cmp,}xchg operations
Thu, 4 Sep 2025 21:41:32 -0700[PATCH 04/14] rust: sync: atomic: Add generic atomics
Thu, 4 Sep 2025 21:41:31 -0700[PATCH 03/14] rust: sync: atomic: Add ordering annotation types
Thu, 4 Sep 2025 21:41:30 -0700[PATCH 02/14] rust: sync: Add basic atomic operation mapping framework
Thu, 4 Sep 2025 21:41:29 -0700[PATCH 01/14] rust: Introduce atomic API helpers
Thu, 4 Sep 2025 21:41:28 -0700[GIT PULL] [PATCH 00/14] Rust atomic changes for v6.18
Thu, 4 Sep 2025 21:41:27 -0700Re: [PATCH v10 06/14] docs: use parser_yaml extension to handle Netlink specs
Thu, 28 Aug 2025 19:02:43 +0200Re: [PATCH v10 06/14] docs: use parser_yaml extension to handle Netlink specs
Thu, 28 Aug 2025 18:50:37 +0200Re: [PATCH v8 6/9] rust: sync: atomic: Add the framework of arithmetic operations
Tue, 19 Aug 2025 00:49:22 +0200Re: [PATCH v8 6/9] rust: sync: atomic: Add the framework of arithmetic operations
Sat, 16 Aug 2025 20:04:23 -0700Re: [PATCH v8 6/9] rust: sync: atomic: Add the framework of arithmetic operations
Sat, 16 Aug 2025 21:35:26 +0200Re: [PATCH v8 4/9] rust: sync: atomic: Add generic atomics
Sat, 16 Aug 2025 09:11:49 -0700Re: [PATCH v8 6/9] rust: sync: atomic: Add the framework of arithmetic operations
Sat, 16 Aug 2025 09:10:21 -0700Re: [GIT PULL for v6.17-rc2] add a generic yaml parser integrated with Netlink specs generation
Fri, 15 Aug 2025 00:40:24 +0000Re: [GIT PULL for v6.17-rc2] add a generic yaml parser integrated with Netlink specs generation
Tue, 12 Aug 2025 21:23:59 +0200Re: [GIT PULL for v6.17-rc2] add a generic yaml parser integrated with Netlink specs generation
Tue, 12 Aug 2025 11:41:58 -0700Re: [GIT PULL for v6.17-rc2] add a generic yaml parser integrated with Netlink specs generation
Tue, 12 Aug 2025 12:31:03 -0600Re: [GIT PULL for v6.17-rc2] add a generic yaml parser integrated with Netlink specs generation
Tue, 12 Aug 2025 10:43:11 -0700[GIT PULL for v6.17-rc2] add a generic yaml parser integrated with Netlink specs generation
Tue, 12 Aug 2025 11:33:29 +0200Re: [PATCH v10 00/14] Don't generate netlink .rst files inside $(srctree)
Tue, 12 Aug 2025 11:29:50 +0200Re: [PATCH v8 6/9] rust: sync: atomic: Add the framework of arithmetic operations
Tue, 12 Aug 2025 10:04:12 +0200Re: [PATCH v8 4/9] rust: sync: atomic: Add generic atomics
Tue, 12 Aug 2025 09:59:39 +0200Re: [PATCH v8 3/9] rust: sync: atomic: Add ordering annotation types
Tue, 12 Aug 2025 09:52:02 +0200Re: [PATCH v10 00/14] Don't generate netlink .rst files inside $(srctree)
Mon, 11 Aug 2025 17:56:55 -0700Re: [PATCH v10 00/14] Don't generate netlink .rst files inside $(srctree)
Mon, 11 Aug 2025 11:28:45 -0600Re: [GIT PULL] LKMM changes for v6.17
Tue, 29 Jul 2025 23:30:00 +0000Re: [RFC] tools/memory-model: Rule out OOTA
Tue, 29 Jul 2025 13:34:24 -0700[PATCH v10 02/14] tools: ynl_gen_rst.py: Split library from command line tool
Mon, 28 Jul 2025 18:01:55 +0200[PATCH v10 14/14] sphinx: parser_yaml.py: fix line numbers information
Mon, 28 Jul 2025 18:02:07 +0200[PATCH v10 10/14] MAINTAINERS: add netlink_yml_parser.py to linux-doc
Mon, 28 Jul 2025 18:02:03 +0200[PATCH v10 07/14] docs: uapi: netlink: update netlink specs link
Mon, 28 Jul 2025 18:02:00 +0200[PATCH v10 12/14] docs: parser_yaml.py: add support for line numbers from the parser
Mon, 28 Jul 2025 18:02:05 +0200[PATCH v10 08/14] tools: ynl_gen_rst.py: drop support for generating index files
Mon, 28 Jul 2025 18:02:01 +0200[PATCH v10 13/14] docs: parser_yaml.py: fix backward compatibility with old docutils
Mon, 28 Jul 2025 18:02:06 +0200[PATCH v10 09/14] docs: netlink: remove obsolete .gitignore from unused directory
Mon, 28 Jul 2025 18:02:02 +0200[PATCH v10 05/14] docs: sphinx: add a parser for yaml files for Netlink specs
Mon, 28 Jul 2025 18:01:58 +0200[PATCH v10 11/14] tools: netlink_yml_parser.py: add line numbers to parsed data
Mon, 28 Jul 2025 18:02:04 +0200[PATCH v10 06/14] docs: use parser_yaml extension to handle Netlink specs
Mon, 28 Jul 2025 18:01:59 +0200[PATCH v10 04/14] tools: ynl_gen_rst.py: cleanup coding style
Mon, 28 Jul 2025 18:01:57 +0200[PATCH v10 03/14] docs: netlink: index.rst: add a netlink index file
Mon, 28 Jul 2025 18:01:56 +0200[PATCH v10 00/14] Don't generate netlink .rst files inside $(srctree)
Mon, 28 Jul 2025 18:01:53 +0200[PATCH v10 01/14] docs: netlink: netlink-raw.rst: use :ref: instead of :doc:
Mon, 28 Jul 2025 18:01:54 +0200Re: [PATCH RESEND bpf-next 1/1] powerpc64/bpf: Add jit support for load_acquire and store_release
Mon, 28 Jul 2025 07:59:12 +0530Re: [PATCH RESEND bpf-next 1/1] powerpc64/bpf: Add jit support for load_acquire and store_release
Sun, 27 Jul 2025 19:29:52 +0200
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.