rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-07 23:28:27 to 2024-06-18 21:15:37 UTC [more...]

[PATCH v3 0/2] Rust abstractions for Device & Firmware
 2024-06-18 21:15 UTC  (12+ messages)
` [PATCH v3 1/2] rust: add abstraction for struct device
` [PATCH v3 2/2] rust: add firmware abstractions

[PATCH 00/15] Implement MODVERSIONS for Rust
 2024-06-18 20:19 UTC  (26+ messages)
` [PATCH 01/15] tools: Add gendwarfksyms
` [PATCH 02/15] gendwarfksyms: Add symbol list input handling
` [PATCH 03/15] gendwarfksyms: Add CRC calculation
` [PATCH 04/15] gendwarfksyms: Expand base_type
` [PATCH 05/15] gendwarfksyms: Add a cache
` [PATCH 06/15] gendwarfksyms: Expand type modifiers and typedefs
` [PATCH 07/15] gendwarfksyms: Add pretty-printing
` [PATCH 08/15] gendwarfksyms: Expand subroutine_type
` [PATCH 09/15] gendwarfksyms: Expand array_type
` [PATCH 10/15] gendwarfksyms: Expand structure types
` [PATCH 11/15] gendwarfksyms: Limit structure expansion
` [PATCH 12/15] gendwarfksyms: Add inline debugging
` [PATCH 13/15] modpost: Add support for hashing long symbol names
` [PATCH 14/15] module: Support hashed symbol names when checking modversions
` [PATCH 15/15] kbuild: Use gendwarfksyms to generate Rust symbol versions

[PATCH v5 0/6] Red-black tree abstraction needed by Rust Binder
 2024-06-18 19:11 UTC  (3+ messages)
` [PATCH v5 5/6] rust: rbtree: add `RBTreeCursor`

[PATCH v4 0/2] Rust abstractions for Device & Firmware
 2024-06-18 16:27 UTC  (4+ messages)
` [PATCH v4 1/2] rust: add abstraction for struct device
` [PATCH v4 2/2] rust: add firmware abstractions

[PATCH v2] arm: rust: Enable Rust support for ARMv7
 2024-06-17 16:03 UTC 

[RFC PATCH V2 0/8] Rust bindings for cpufreq and OPP core + sample driver
 2024-06-17  9:23 UTC  (12+ messages)
` [RFC PATCH V2 1/8] rust: Add initial bindings for OPP framework
` [RFC PATCH V2 2/8] rust: Extend OPP bindings for the OPP table
` [RFC PATCH V2 3/8] rust: Extend OPP bindings for the configuration options
` [RFC PATCH V2 4/8] rust: Add initial bindings for cpufreq framework

[RFC 0/2] Initial LKMM atomics support in Rust
 2024-06-17  5:42 UTC  (53+ messages)
` [RFC 1/2] rust: Introduce atomic API helpers
` [RFC 2/2] rust: sync: Add atomic support

[RFC PATCH v4 0/2] net::phy add unified API for C22 and C45 registers
 2024-06-15  7:39 UTC  (10+ messages)
` [RFC PATCH v4 1/2] rust: net::phy unified read/write "
` [RFC PATCH v4 2/2] rust: net::phy unified genphy_read_status function "

[PATCH] rust: block: do not use removed queue limit API
 2024-06-15  0:25 UTC  (2+ messages)

(No Subject)
 2024-06-14 18:16 UTC 

[PATCH v6 0/3] Rust block device driver API and null block driver
 2024-06-14 13:45 UTC  (6+ messages)
` [PATCH v6 1/3] rust: block: introduce `kernel::block::mq` module
` [PATCH v6 2/3] rust: block: add rnull, Rust null_blk implementation
` [PATCH v6 3/3] MAINTAINERS: add entry for Rust block device driver API

[PATCH v3 0/8] Refactor perf python module build
 2024-06-14  9:33 UTC  (10+ messages)
` [PATCH v3 1/8] perf build: Add '*.a' to clean targets
` [PATCH v3 2/8] perf ui: Make ui its own library
` [PATCH v3 3/8] perf pmu-events: Make pmu-events a library
` [PATCH v3 4/8] perf test: Make tests its own library
` [PATCH v3 5/8] perf bench: Make bench "
` [PATCH v3 6/8] perf util: Make util "
` [PATCH v3 7/8] perf python: Switch module to linking libraries from building source
` [PATCH v3 8/8] perf python: Clean up build dependencies

[PATCH] Makefile: rust-analyzer target: better error handling and comments
 2024-06-14  9:00 UTC  (2+ messages)

[PATCH v2 0/5] In-place module initialisation
 2024-06-14  0:39 UTC  (3+ messages)

[PATCH] arch: um: rust: Use the generated target.json again
 2024-06-13 20:25 UTC  (3+ messages)

[PATCH v2 0/2] Rust abstractions for Device & Firmware
 2024-06-13 20:18 UTC  (22+ messages)
` [PATCH v2 1/2] rust: add abstraction for struct device
` [PATCH v2 2/2] rust: add firmware abstractions

[PATCH v2 0/8] Refactor perf python module build
 2024-06-13 18:32 UTC  (9+ messages)
` [PATCH v2 1/8] perf build: Add '*.a' to clean targets
` [PATCH v2 2/8] perf ui: Make ui its own library
` [PATCH v2 3/8] perf pmu-events: Make pmu-events a library
` [PATCH v2 4/8] perf test: Make tests its own library
` [PATCH v2 5/8] perf bench: Make bench "
` [PATCH v2 6/8] perf util: Make util "
` [PATCH v2 7/8] perf python: Switch module to linking libraries from building source
` [PATCH v2 8/8] perf python: Clean up build dependencies

[PATCH v2] docs: rust: no_std is used
 2024-06-13 17:54 UTC  (2+ messages)

[PATCH v1 0/7] Refactor perf python module build
 2024-06-13 16:55 UTC  (12+ messages)
` [PATCH v1 1/7] perf ui: Make ui its own library
` [PATCH v1 2/7] perf pmu-events: Make pmu-events a library
` [PATCH v1 3/7] perf test: Make tests its own library
` [PATCH v1 4/7] perf bench: Make bench "
` [PATCH v1 5/7] perf util: Make util "
` [PATCH v1 6/7] perf python: Switch module to linking libraries from building source
` [PATCH v1 7/7] perf python: Clean up build dependencies

[RFC PATCH 0/2] kbuild: rust: provide an option to inline C helpers into Rust
 2024-06-12 21:28 UTC  (5+ messages)
` [RFC PATCH 2/2] "

[PATCH v2 0/2] Tracepoints and static branch in Rust
 2024-06-12 15:03 UTC  (4+ messages)
` [PATCH v2 1/2] rust: add static_key_false
` [PATCH v2 2/2] rust: add tracepoint support

[PATCH] rust: avoid unused import warning in `rusttest`
 2024-06-11 22:13 UTC  (2+ messages)

[PATCH v7 0/4] Memory management patches needed by Rust Binder
 2024-06-11 21:44 UTC  (6+ messages)
` [PATCH v7 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST
` [PATCH v7 4/4] rust: add abstraction for `struct page`

[RFC PATCH 0/8] [RFC] DRM Rust abstractions and Nova
 2024-06-11 15:46 UTC  (6+ messages)
` [RFC PATCH 3/8] rust: drm: Add Device and Driver abstractions

[PATCH 1/1] arm: rust: Enable Rust support for ARMv7
 2024-06-10 21:19 UTC  (7+ messages)

[PATCH v4 0/3] Rust block device driver API and null block driver
 2024-06-10 20:07 UTC  (7+ messages)
` [PATCH v4 1/3] rust: block: introduce `kernel::block::mq` module

[PATCH v5 0/3] Rust block device driver API and null block driver
 2024-06-10 20:07 UTC  (3+ messages)
` [PATCH v5 2/3] rust: block: add rnull, Rust null_blk implementation

[RFC PATCH 7/8] rust: add firmware abstractions
 2024-06-10 13:13 UTC  (5+ messages)


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