messages from 2024-11-26 15:26:14 to 2025-06-12 14:39:14 UTC [more...]
[PATCH 0/4] Don't generate netlink .rst files inside $(srctree)
2025-06-12 14:39 UTC (15+ messages)
` [PATCH 1/4] tools: ynl_gen_rst.py: create a top-level reference
` [PATCH 2/4] docs: netlink: netlink-raw.rst: use :ref: instead of :doc:
` [PATCH 3/4] docs: netlink: don't ignore generated rst files
` [PATCH 4/4] docs: netlink: store generated .rst files at Documentation/output
[PATCH v2 0/2] Some extra patches for netlink doc generation
2025-06-12 14:24 UTC (5+ messages)
` [PATCH v2 1/2] docs: conf.py: add include_pattern to speedup
` [PATCH v2 2/2] docs: uapi: netlink: update netlink specs link
[PATCH v2 00/12] Don't generate netlink .rst files inside $(srctree)
2025-06-12 10:32 UTC (13+ messages)
` [PATCH v2 01/12] tools: ynl_gen_rst.py: create a top-level reference
` [PATCH v2 02/12] docs: netlink: netlink-raw.rst: use :ref: instead of :doc:
` [PATCH v2 03/12] docs: netlink: don't ignore generated rst files
` [PATCH v2 04/12] tools: ynl_gen_rst.py: make the index parser more generic
` [PATCH v2 05/12] tools: ynl_gen_rst.py: Split library from command line tool
` [PATCH v2 06/12] scripts: lib: netlink_yml_parser.py: use classes
` [PATCH v2 07/12] tools: ynl_gen_rst.py: do some coding style cleanups
` [PATCH v2 08/12] scripts: netlink_yml_parser.py: improve index.rst generation
` [PATCH v2 09/12] docs: sphinx: add a parser template for yaml files
` [PATCH v2 10/12] docs: sphinx: parser_yaml.py: add Netlink specs parser
` [PATCH v2 11/12] docs: use parser_yaml extension to handle Netlink specs
` [PATCH v2 12/12] docs: conf.py: don't handle yaml files outside "
[PATCH v4 00/10] LKMM generic atomics in Rust
2025-06-11 6:40 UTC (16+ messages)
` [PATCH v4 01/10] rust: Introduce atomic API helpers
` [PATCH v4 02/10] rust: sync: Add basic atomic operation mapping framework
` [PATCH v4 03/10] rust: sync: atomic: Add ordering annotation types
` [PATCH v4 04/10] rust: sync: atomic: Add generic atomics
` [PATCH v4 05/10] rust: sync: atomic: Add atomic {cmp,}xchg operations
` [PATCH v4 06/10] rust: sync: atomic: Add the framework of arithmetic operations
` [PATCH v4 07/10] rust: sync: atomic: Add Atomic<u{32,64}>
` [PATCH v4 08/10] rust: sync: atomic: Add Atomic<{usize,isize}>
` [PATCH v4 09/10] rust: sync: atomic: Add Atomic<*mut T>
` [PATCH v4 10/10] rust: sync: Add memory barriers
Potential translation of LKMM docs into ReST
2025-06-10 8:13 UTC (8+ messages)
` [PATCH] lkmm: docs: Put LKMM documentation into dev-tools book
[GIT PULL] LKMM changes for v6.16
2025-05-27 18:30 UTC (2+ messages)
[PATCH] xfs: mark the i_delayed_blks access in xfs_file_release as racy
2025-05-16 6:34 UTC (5+ messages)
[RFC v3 00/12] LKMM generic atomics in Rust
2025-04-21 16:42 UTC (13+ messages)
` [RFC v3 01/12] rust: Introduce atomic API helpers
` [RFC v3 02/12] rust: sync: Add basic atomic operation mapping framework
` [RFC v3 03/12] rust: sync: atomic: Add ordering annotation types
` [RFC v3 04/12] rust: sync: atomic: Add generic atomics
` [RFC v3 05/12] rust: sync: atomic: Add atomic {cmp,}xchg operations
` [RFC v3 06/12] rust: sync: atomic: Add the framework of arithmetic operations
` [RFC v3 07/12] rust: sync: atomic: Add Atomic<u{32,64}>
` [RFC v3 08/12] rust: sync: atomic: Add Atomic<{usize,isize}>
` [RFC v3 09/12] rust: sync: atomic: Add Atomic<*mut T>
` [RFC v3 10/12] rust: sync: atomic: Add arithmetic ops for "
` [RFC v3 11/12] rust: sync: Add memory barriers
` [RFC v3 12/12] rust: sync: rcu: Add RCU protected pointer
[RFC v2 00/13] LKMM *generic* atomics in Rust
2025-04-21 16:27 UTC (13+ messages)
` [RFC v2 02/13] rust: sync: Add basic atomic operation mapping framework
` [RFC v2 04/13] rust: sync: atomic: Add generic atomics
[PATCH 0/4] LKMM documentation updates for v6.16
2025-04-18 20:31 UTC (7+ messages)
` [PATCH 1/4] tools/memory-model: docs/README: Update introduction of locking.txt
` [PATCH 2/4] tools/memory-model: docs/simple.txt: Fix trivial typos
` [PATCH 3/4] tools/memory-model: docs/ordering: "
` [PATCH 4/4] tools/memory-model: docs/references: Remove broken link to imgtec.com
[GIT PULL] LKMM changes for v6.15
2025-03-25 1:58 UTC (2+ messages)
Allow data races on some read/write operations
2025-03-18 14:44 UTC (19+ messages)
[PATCH 0/4] tools/memory-model: Documentation updates and fixes
2025-03-18 2:10 UTC (7+ messages)
` [PATCH 1/4] tools/memory-model: docs/README: Update introduction of locking.txt
` [PATCH 2/4] tools/memory-model: docs/simple.txt: Fix trivial typos
` [PATCH 3/4] tools/memory-model: docs/ordering: "
` [PATCH 4/4] tools/memory-model: docs/references: Remove broken link to imgtec.com
[PATCH memory-model 1/2] tools/memory-model/README: Fix typo
2025-02-25 18:42 UTC (3+ messages)
` [PATCH memory-model 2/2] tools/memory-model: glossary.txt: Fix indents
[PATCH memory-model 0/7] LKMM updates for v6.15
2025-02-25 18:18 UTC (12+ messages)
` [PATCH memory-model 1/7] tools/memory-model: Add atomic_and()/or()/xor() and add_negative
` [PATCH memory-model 2/7] tools/memory-model: Add atomic_andnot() with its variants
` [PATCH memory-model 3/7] tools/memory-model: Legitimize current use of tags in LKMM macros
` [PATCH memory-model 4/7] tools/memory-model: Define applicable tags on operation in tools/
` [PATCH memory-model 5/7] tools/memory-model: Define effect of Mb tags on RMWs "
` [PATCH memory-model 6/7] tools/memory-model: Switch to softcoded herd7 tags
` [PATCH memory-model 7/7] tools/memory-model: Distinguish between syntactic and semantic tags
herdtools7.7.58 is now available
2025-02-14 14:59 UTC (4+ messages)
[RFC] tools/memory-model: Rule out OOTA
2025-01-22 19:11 UTC (49+ messages)
[PATCH] tools/memory-model: Fix litmus-tests's file names for case-insensitive filesystem
2024-12-12 23:09 UTC (12+ messages)
[PATCH] tools/memory-model: Fix litmus-tests's file names
2024-12-09 15:00 UTC
[PATCH net-next v2] selftests/net: call sendmmsg via udpgso_bench.sh
2024-12-05 3:30 UTC (4+ messages)
[PATCH] selftests/net: call sendmmsg via udpgso_bench.sh
2024-12-03 15:21 UTC (3+ messages)
[PATCH v4 5/5] tools/memory-model: Distinguish between syntactic and semantic tags
2024-11-26 16:03 UTC (9+ messages)
page: next (older) | prev (newer) | latest
- 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 read-only IMAP folder(s) and NNTP newsgroup(s).