lkmm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-16 14:23:55 to 2025-06-26 16:19:14 UTC [more...]

[PATCH 1/1] docs/memory-barriers.txt: Add wait_event_cmd() and wait_event_exclusive_cmd()
 2025-06-26 16:18 UTC  (3+ messages)

[PATCH 0/8] Introduce simple hazard pointers for lockdep
 2025-06-26 15:47 UTC  (31+ messages)
` [PATCH 1/8] Introduce simple hazard pointers
` [PATCH 2/8] shazptr: Add refscale test
` [PATCH 3/8] shazptr: Add refscale test for wildcard
` [PATCH 4/8] shazptr: Avoid synchronize_shaptr() busy waiting
` [PATCH 5/8] shazptr: Allow skip self scan in synchronize_shaptr()
` [PATCH 6/8] rcuscale: Allow rcu_scale_ops::get_gp_seq to be NULL
` [PATCH 7/8] rcuscale: Add tests for simple hazard pointers
` [PATCH 8/8] locking/lockdep: Use shazptr to protect the key hashlist

[PATCH v5 00/10] LKMM generic atomics in Rust
 2025-06-26 13:54 UTC  (44+ messages)
` [PATCH v5 01/10] rust: Introduce atomic API helpers
` [PATCH v5 02/10] rust: sync: Add basic atomic operation mapping framework
` [PATCH v5 03/10] rust: sync: atomic: Add ordering annotation types
` [PATCH v5 04/10] rust: sync: atomic: Add generic atomics
` [PATCH v5 05/10] rust: sync: atomic: Add atomic {cmp,}xchg operations
` [PATCH v5 06/10] rust: sync: atomic: Add the framework of arithmetic operations
` [PATCH v5 07/10] rust: sync: atomic: Add Atomic<u{32,64}>
` [PATCH v5 08/10] rust: sync: atomic: Add Atomic<{usize,isize}>
` [PATCH v5 09/10] rust: sync: atomic: Add Atomic<*mut T>
` [PATCH v5 10/10] rust: sync: Add memory barriers

[PATCH v8 00/13] Don't generate netlink .rst files inside $(srctree)
 2025-06-26  8:13 UTC  (14+ messages)
` [PATCH v8 01/13] docs: netlink: netlink-raw.rst: use :ref: instead of :doc:
` [PATCH v8 02/13] tools: ynl_gen_rst.py: Split library from command line tool
` [PATCH v8 03/13] docs: netlink: index.rst: add a netlink index file
` [PATCH v8 04/13] tools: ynl_gen_rst.py: cleanup coding style
` [PATCH v8 05/13] docs: sphinx: add a parser for yaml files for Netlink specs
` [PATCH v8 06/13] docs: use parser_yaml extension to handle "
` [PATCH v8 07/13] docs: uapi: netlink: update netlink specs link
` [PATCH v8 08/13] tools: ynl_gen_rst.py: drop support for generating index files
` [PATCH v8 09/13] docs: netlink: remove obsolete .gitignore from unused directory
` [PATCH v8 10/13] MAINTAINERS: add netlink_yml_parser.py to linux-doc
` [PATCH v8 11/13] tools: netlink_yml_parser.py: add line numbers to parsed data
` [PATCH v8 12/13] docs: parser_yaml.py: add support for line numbers from the parser
` [PATCH v8 13/13] docs: parser_yaml.py: fix backward compatibility with old docutils

[PATCH v4 00/14] Don't generate netlink .rst files inside $(srctree)
 2025-06-20 15:31 UTC  (9+ messages)
` [PATCH v4 12/14] MAINTAINERS: add maintainers for netlink_yml_parser.py

[PATCH v7 00/17] Don't generate netlink .rst files inside $(srctree)
 2025-06-20 10:58 UTC  (26+ messages)
` [PATCH v7 01/17] docs: conf.py: properly handle include and exclude patterns
` [PATCH v7 02/17] docs: Makefile: disable check rules on make cleandocs
` [PATCH v7 03/17] docs: netlink: netlink-raw.rst: use :ref: instead of :doc:
` [PATCH v7 04/17] tools: ynl_gen_rst.py: Split library from command line tool
` [PATCH v7 05/17] docs: netlink: index.rst: add a netlink index file
` [PATCH v7 06/17] tools: ynl_gen_rst.py: cleanup coding style
` [PATCH v7 07/17] docs: sphinx: add a parser for yaml files for Netlink specs
` [PATCH v7 08/17] docs: use parser_yaml extension to handle "
` [PATCH v7 09/17] docs: uapi: netlink: update netlink specs link
` [PATCH v7 10/17] tools: ynl_gen_rst.py: drop support for generating index files
` [PATCH v7 11/17] docs: netlink: remove obsolete .gitignore from unused directory
` [PATCH v7 12/17] MAINTAINERS: add netlink_yml_parser.py to linux-doc
` [PATCH v7 13/17] tools: netlink_yml_parser.py: add line numbers to parsed data
` [PATCH v7 14/17] docs: parser_yaml.py: add support for line numbers from the parser
` [PATCH v7 15/17] docs: sphinx: add a file with the requirements for lowest version
` [PATCH v7 16/17] docs: conf.py: several coding style fixes
` [PATCH v7 17/17] docs: conf.py: Check Sphinx and docutils version

[RFC] Potential problem in qspinlock due to mixed-size accesses
 2025-06-19 18:21 UTC  (21+ messages)

[PATCH v6 00/15] Don't generate netlink .rst files inside $(srctree)
 2025-06-19  6:23 UTC  (22+ messages)
` [PATCH v6 01/15] docs: conf.py: properly handle include and exclude patterns
` [PATCH v6 02/15] docs: Makefile: disable check rules on make cleandocs
` [PATCH v6 03/15] docs: netlink: netlink-raw.rst: use :ref: instead of :doc:
` [PATCH v6 04/15] tools: ynl_gen_rst.py: Split library from command line tool
` [PATCH v6 05/15] docs: netlink: index.rst: add a netlink index file
` [PATCH v6 06/15] tools: ynl_gen_rst.py: cleanup coding style
` [PATCH v6 07/15] docs: sphinx: add a parser for yaml files for Netlink specs
` [PATCH v6 08/15] docs: use parser_yaml extension to handle "
` [PATCH v6 09/15] docs: uapi: netlink: update netlink specs link
` [PATCH v6 10/15] tools: ynl_gen_rst.py: drop support for generating index files
` [PATCH v6 11/15] docs: netlink: remove obsolete .gitignore from unused directory
` [PATCH v6 12/15] MAINTAINERS: add netlink_yml_parser.py to linux-doc
` [PATCH v6 13/15] tools: netlink_yml_parser.py: add line numbers to parsed data
` [PATCH v6 14/15] docs: parser_yaml.py: add support for line numbers from the parser
` [PATCH v6 15/15] docs: sphinx: add a file with the requirements for lowest version

[PATCH v5 00/15] Don't generate netlink .rst files inside $(srctree)
 2025-06-18 12:40 UTC  (42+ messages)
` [PATCH v5 01/15] docs: conf.py: properly handle include and exclude patterns
` [PATCH v5 02/15] docs: Makefile: disable check rules on make cleandocs
` [PATCH v5 03/15] tools: ynl_gen_rst.py: create a top-level reference
` [PATCH v5 04/15] docs: netlink: netlink-raw.rst: use :ref: instead of :doc:
` [PATCH v5 05/15] tools: ynl_gen_rst.py: make the index parser more generic
` [PATCH v5 06/15] tools: ynl_gen_rst.py: Split library from command line tool
` [PATCH v5 07/15] scripts: lib: netlink_yml_parser.py: use classes
` [PATCH v5 08/15] docs: netlink: index.rst: add a netlink index file
` [PATCH v5 09/15] tools: ynl_gen_rst.py: clanup coding style
` [PATCH v5 10/15] docs: sphinx: add a parser for yaml files for Netlink specs
` [PATCH v5 11/15] docs: use parser_yaml extension to handle "
` [PATCH v5 12/15] docs: uapi: netlink: update netlink specs link
` [PATCH v5 13/15] tools: ynl_gen_rst.py: drop support for generating index files
` [PATCH v5 14/15] docs: netlink: remove obsolete .gitignore from unused directory
` [PATCH v5 15/15] MAINTAINERS: add netlink_yml_parser.py to linux-doc


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).