messages from 2024-05-29 12:52:32 to 2024-06-10 20:07:44 UTC [more...]
[PATCH v4 0/3] Rust block device driver API and null block driver
2024-06-10 20:07 UTC (20+ messages)
` [PATCH v4 1/3] rust: block: introduce `kernel::block::mq` module
` [PATCH v4 2/3] rust: block: add rnull, Rust null_blk implementation
` [PATCH v4 3/3] MAINTAINERS: add entry for Rust block device driver API
[PATCH v5 0/3] Rust block device driver API and null block driver
2024-06-10 20:07 UTC (5+ messages)
` [PATCH v5 1/3] rust: block: introduce `kernel::block::mq` module
` [PATCH v5 2/3] rust: block: add rnull, Rust null_blk implementation
` [PATCH v5 3/3] MAINTAINERS: add entry for Rust block device driver API
[PATCH 1/1] arm: rust: Enable Rust support for ARMv7
2024-06-10 19:37 UTC (6+ messages)
[PATCH v2 0/2] Rust abstractions for Device & Firmware
2024-06-10 18:38 UTC (4+ messages)
` [PATCH v2 1/2] rust: add abstraction for struct device
` [PATCH v2 2/2] rust: add firmware abstractions
[PATCH v2 0/2] Tracepoints and static branch in Rust
2024-06-10 14:01 UTC (3+ messages)
` [PATCH v2 1/2] rust: add static_key_false
` [PATCH v2 2/2] rust: add tracepoint support
[RFC PATCH 7/8] rust: add firmware abstractions
2024-06-10 13:13 UTC (20+ messages)
[PATCH v2] docs: rust: no_std is used
2024-06-10 12:23 UTC
[RFC PATCH V2 0/8] Rust bindings for cpufreq and OPP core + sample driver
2024-06-10 8:30 UTC (16+ 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 PATCH V2 5/8] rust: Extend cpufreq bindings for policy and driver ops
` [RFC PATCH V2 6/8] rust: Extend cpufreq bindings for driver registration
` [RFC PATCH V2 7/8] rust: Extend OPP bindings with CPU frequency table
` [RFC PATCH V2 8/8] cpufreq: Add Rust based cpufreq-dt driver
[RFC PATCH 0/8] [RFC] DRM Rust abstractions and Nova
2024-06-09 14:18 UTC (7+ messages)
` [RFC PATCH 3/8] rust: drm: Add Device and Driver abstractions
` [RFC PATCH 6/8] rust: drm: gem: Add GEM object abstraction
Rust MC at LPC 2024
2024-06-07 19:19 UTC (2+ messages)
[RFC PATCH 0/2] kbuild: rust: provide an option to inline C helpers into Rust
2024-06-07 14:40 UTC (5+ messages)
` [RFC PATCH 1/2] kbuild: rust: auto generate rust helper exports
` [RFC PATCH 2/2] kbuild: rust: provide an option to inline C helpers into Rust
[PATCH 0/3] Tracepoints and static branch/call in Rust
2024-06-07 11:46 UTC (27+ messages)
` [PATCH 1/3] rust: add static_call support
` [PATCH 2/3] rust: add static_key_false
` [PATCH 3/3] rust: add tracepoint support
[PATCH] rust: alloc: add __GFP_HIGHMEM flag
2024-06-07 8:23 UTC
[RFC PATCH v4 0/2] net::phy add unified API for C22 and C45 registers
2024-06-07 5:21 UTC (3+ 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 v3 0/2] net::phy add unified API for C22 and C45
2024-06-06 23:59 UTC (14+ messages)
` [PATCH v3 1/2] rust: net::phy unified read/write API for C22 and C45 registers
` [PATCH v3 2/2] rust: net::phy unified genphy_read_status function "
[PATCH v5 0/6] Red-black tree abstraction needed by Rust Binder
2024-06-06 14:50 UTC (7+ messages)
` [PATCH v5 1/6] rust: kernel: add `drop_contents` to `BoxExt`
` [PATCH v5 2/6] rust: rbtree: add red-black tree implementation backed by the C version
` [PATCH v5 3/6] rust: rbtree: add iterator
` [PATCH v5 4/6] rust: rbtree: add mutable iterator
` [PATCH v5 5/6] rust: rbtree: add `RBTreeCursor`
` [PATCH v5 6/6] rust: rbtree: add `RBTree::entry`
[PATCH] docs: rust: no_std is used
2024-06-06 9:14 UTC (2+ messages)
[PATCH] arch: um: rust: Add i386 support for Rust
2024-06-05 18:02 UTC (4+ messages)
[RFC PATCH 00/11] [RFC] Device / Driver and PCI Rust abstractions
2024-06-04 20:06 UTC (22+ messages)
` [RFC PATCH 01/11] rust: add abstraction for struct device
` [RFC PATCH 02/11] rust: add driver abstraction
` [RFC PATCH 05/11] rust: add revocable objects
` [RFC PATCH 08/11] rust: add devres abstraction
[PATCH v2] rust: add flags for shadow call stack sanitizer
2024-06-04 14:53 UTC (4+ messages)
[PATCH v4 0/6] Red-black tree abstraction needed by Rust Binder
2024-06-03 18:25 UTC (12+ messages)
` [PATCH v4 1/6] rust: kernel: add `drop_contents` to `BoxExt`
` [PATCH v4 2/6] rust: rbtree: add red-black tree implementation backed by the C version
` [PATCH v4 3/6] rust: rbtree: add iterator
` [PATCH v4 4/6] rust: rbtree: add mutable iterator
` [PATCH v4 5/6] rust: rbtree: add `RBTreeCursor`
` [PATCH v4 6/6] rust: rbtree: add `RBTree::entry`
[RFC PATCH v2 0/2] net::phy support for C45
2024-06-02 9:59 UTC (8+ messages)
` [RFC PATCH v2 1/2] rust: net::phy support for C45 register access
` [RFC PATCH v2 2/2] rust: net::phy support for C45 genphy helpers
[PATCH v3 0/3] Rust block device driver API and null block driver
2024-06-01 12:51 UTC (11+ messages)
` [PATCH v3 1/3] rust: block: introduce `kernel::block::mq` module
` [PATCH v3 2/3] rust: block: add rnull, Rust null_blk implementation
` [PATCH v3 3/3] MAINTAINERS: add entry for Rust block device driver API
[PATCH v2 0/3] Rust block device driver API and null block driver
2024-06-01 8:02 UTC (11+ messages)
` [PATCH v2 1/3] rust: block: introduce `kernel::block::mq` module
` [PATCH v2 2/3] rust: block: add rnull, Rust null_blk implementation
[RFC PATCH v1] rust: net::phy support to C45 registers access
2024-06-01 4:51 UTC (12+ messages)
[PATCH] Makefile: rust-analyzer target: better error handling and comments
2024-06-01 0:48 UTC
[RFC PATCH v2 00/30] Rust abstractions for VFS
2024-05-31 14:34 UTC (2+ messages)
[PATCH] arch: um: rust: Use the generated target.json again
2024-05-30 17:00 UTC (2+ messages)
[PATCH] rust: alloc: fix typo in docs for GFP_NOWAIT
2024-05-29 19:02 UTC (2+ messages)
[PATCH v2 1/2] rust: add example for `alias` argument in `module` macro documentation
2024-05-29 18:55 UTC (3+ messages)
` [PATCH v2 2/2] rust: fix datatype in docs for `module` macro arguments
[PATCH v6 3/8] rust: file: add Rust abstraction for `struct file`
2024-05-29 12:58 UTC (4+ 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 NNTP newsgroup(s).