rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-01 12:23:20 to 2024-06-13 10:36:25 UTC [more...]

[RFC 0/2] Initial LKMM atomics support in Rust
 2024-06-13 10:36 UTC  (8+ messages)
` [RFC 1/2] rust: Introduce atomic API helpers
` [RFC 2/2] rust: sync: Add atomic support

[PATCH v1 0/7] Refactor perf python module build
 2024-06-13  9:27 UTC  (9+ 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

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

[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] arch: um: rust: Use the generated target.json again
 2024-06-11 22:08 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  (8+ messages)
` [RFC PATCH 3/8] rust: drm: Add Device and Driver abstractions
` [RFC PATCH 6/8] rust: drm: gem: Add GEM object abstraction

[PATCH v6 0/3] Rust block device driver API and null block driver
 2024-06-11 11:45 UTC  (4+ 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 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  (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

[RFC PATCH 7/8] rust: add firmware abstractions
 2024-06-10 13:13 UTC  (12+ 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

Rust MC at LPC 2024
 2024-06-07 19:19 UTC  (2+ messages)

[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  (19+ messages)
` [RFC PATCH 01/11] rust: add abstraction for struct device
` [RFC PATCH 02/11] rust: add driver abstraction
` [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  (6+ messages)
` [PATCH v3 1/3] rust: block: introduce `kernel::block::mq` module


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