[PATCH] MAINTAINERS: Update my email address to @kernel.org
2026-01-30 4:41 UTC (7+ messages)
[RFC PATCH v4 0/4] Hazard Pointers
2026-01-08 23:34 UTC (33+ messages)
` [RFC PATCH v4 1/4] compiler.h: Introduce ptr_eq() to preserve address dependency
` [RFC PATCH v4 2/4] Documentation: RCU: Refer to ptr_eq()
` [RFC PATCH v4 3/4] hazptr: Implement Hazard Pointers
` [RFC PATCH v4 4/4] hazptr: Migrate per-CPU slots to backup slot on context switch
[RFC PATCH 1/1] hpref: Hazard Pointers with Reference Counter
2026-01-07 20:04 UTC (7+ messages)
[RFC] Potential problem in qspinlock due to mixed-size accesses
2025-12-18 22:02 UTC (3+ messages)
[GIT PULL] LKMM changes for v6.19
2025-12-03 21:50 UTC (2+ messages)
[PATCH] memory-barriers.txt: Sort wait_event* and wait_on_bit* list alphabetically
2025-11-05 18:19 UTC (3+ messages)
[GIT PULL] [PATCH 0/4] Rust locking changes for v6.18
2025-10-15 15:16 UTC (7+ messages)
` [PATCH 1/4] locking/spinlock/debug: Fix data-race in do_raw_write_lock
` [PATCH 2/4] rust: lock: guard: Add T: Unpin bound to DerefMut
` [PATCH 3/4] rust: lock: Pin the inner data
` [PATCH 4/4] rust: lock: Add a Pin<&mut T> accessor
[PATCH] locking/qspinlock: use xchg with _mb in slowpath for arm64
2025-09-19 10:22 UTC (6+ messages)
[PATCH v2] docs: Pull LKMM documentation into dev-tools book
2025-09-16 16:34 UTC (3+ messages)
[GIT PULL] [PATCH 00/14] Rust atomic changes for v6.18
2025-09-10 5:27 UTC (30+ messages)
` [PATCH 01/14] rust: Introduce atomic API helpers
` [PATCH 02/14] rust: sync: Add basic atomic operation mapping framework
` [PATCH 03/14] rust: sync: atomic: Add ordering annotation types
` [PATCH 04/14] rust: sync: atomic: Add generic atomics
` [PATCH 05/14] rust: sync: atomic: Add atomic {cmp,}xchg operations
` [PATCH 06/14] rust: sync: atomic: Add the framework of arithmetic operations
` [PATCH 07/14] rust: sync: atomic: Add Atomic<u{32,64}>
` [PATCH 08/14] rust: sync: atomic: Add Atomic<{usize,isize}>
` [PATCH 09/14] rust: sync: Add memory barriers
` [PATCH 10/14] rust: implement `kernel::sync::Refcount`
` [PATCH 11/14] rust: make `Arc::into_unique_or_drop` associated function
` [PATCH 12/14] rust: convert `Arc` to use `Refcount`
` [PATCH 13/14] rust: block: convert `block::mq` "
` [PATCH 14/14] MAINTAINERS: update atomic infrastructure entry to include Rust
[PATCH v10 00/14] Don't generate netlink .rst files inside $(srctree)
2025-08-28 17:02 UTC (20+ messages)
` [PATCH v10 01/14] docs: netlink: netlink-raw.rst: use :ref: instead of :doc:
` [PATCH v10 02/14] tools: ynl_gen_rst.py: Split library from command line tool
` [PATCH v10 03/14] docs: netlink: index.rst: add a netlink index file
` [PATCH v10 04/14] tools: ynl_gen_rst.py: cleanup coding style
` [PATCH v10 05/14] docs: sphinx: add a parser for yaml files for Netlink specs
` [PATCH v10 06/14] docs: use parser_yaml extension to handle "
` [PATCH v10 07/14] docs: uapi: netlink: update netlink specs link
` [PATCH v10 08/14] tools: ynl_gen_rst.py: drop support for generating index files
` [PATCH v10 09/14] docs: netlink: remove obsolete .gitignore from unused directory
` [PATCH v10 10/14] MAINTAINERS: add netlink_yml_parser.py to linux-doc
` [PATCH v10 11/14] tools: netlink_yml_parser.py: add line numbers to parsed data
` [PATCH v10 12/14] docs: parser_yaml.py: add support for line numbers from the parser
` [PATCH v10 13/14] docs: parser_yaml.py: fix backward compatibility with old docutils
` [PATCH v10 14/14] sphinx: parser_yaml.py: fix line numbers information
[PATCH v8 0/9] LKMM atomics in Rust
2025-08-18 22:49 UTC (18+ messages)
` [PATCH v8 1/9] rust: Introduce atomic API helpers
` [PATCH v8 2/9] rust: sync: Add basic atomic operation mapping framework
` [PATCH v8 3/9] rust: sync: atomic: Add ordering annotation types
` [PATCH v8 4/9] rust: sync: atomic: Add generic atomics
` [PATCH v8 5/9] rust: sync: atomic: Add atomic {cmp,}xchg operations
` [PATCH v8 6/9] rust: sync: atomic: Add the framework of arithmetic operations
` [PATCH v8 7/9] rust: sync: atomic: Add Atomic<u{32,64}>
` [PATCH v8 8/9] rust: sync: atomic: Add Atomic<{usize,isize}>
` [PATCH v8 9/9] rust: sync: Add memory barriers
[GIT PULL for v6.17-rc2] add a generic yaml parser integrated with Netlink specs generation
2025-08-15 0:40 UTC (6+ messages)
[GIT PULL] LKMM changes for v6.17
2025-07-29 23:30 UTC (2+ messages)
[RFC] tools/memory-model: Rule out OOTA
2025-07-29 20:34 UTC (11+ messages)
[PATCH RESEND bpf-next 1/1] powerpc64/bpf: Add jit support for load_acquire and store_release
2025-07-28 2:29 UTC (6+ messages)
[PATCH 0/4] Convert atomic_*.txt and memory-barriers.txt to reST
2025-07-19 7:08 UTC (13+ messages)
` [PATCH 1/4] Documentation: memory-barriers: Convert to reST format
` [PATCH 2/4] Documentation: atomic_bitops: "
` [PATCH 3/4] Documentation: atomic_t: "
` [PATCH 4/4] Documentation: atomic_bitops, atomic_t, memory-barriers: Link to newly-converted docs
[PATCH bpf-next 1/1] powerpc64/bpf: Add jit support for load_acquire and store_release
2025-07-17 18:24 UTC
[PATCH bpf-next 0/1] A tool to verify the BPF memory model
2025-07-17 1:50 UTC (2+ messages)
[PATCH v6 0/9] LKMM generic atomics in Rust
2025-07-16 19:42 UTC (9+ messages)
` [PATCH v6 8/9] rust: sync: Add memory barriers
[PATCH v7 0/9] LKMM generic atomics in Rust
2025-07-16 17:38 UTC (30+ messages)
` [PATCH v7 1/9] rust: Introduce atomic API helpers
` [PATCH v7 4/9] rust: sync: atomic: Add generic atomics
` [PATCH v7 6/9] rust: sync: atomic: Add the framework of arithmetic operations
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).