messages from 2024-05-17 19:45:38 to 2024-06-01 08:02:41 UTC [more...]
[PATCH v2 0/3] Rust block device driver API and null block driver
2024-06-01 8:02 UTC (12+ messages)
` [PATCH v2 1/3] rust: block: introduce `kernel::block::mq` module
` [PATCH v2 2/3] rust: block: add rnull, Rust null_blk implementation
` [PATCH v2 3/3] MAINTAINERS: add entry for Rust block device driver API
[RFC PATCH v1] rust: net::phy support to C45 registers access
2024-06-01 4:51 UTC (12+ messages)
[RFC PATCH v2 0/2] net::phy support for C45
2024-06-01 4:35 UTC (3+ 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] 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 (8+ messages)
` [RFC PATCH v2 04/30] rust: fs: introduce `FileSystem::fill_super`
` [RFC PATCH v2 27/30] rust: fs: add `iomap` module
` [RFC PATCH v2 30/30] WIP: fs: ext2: add rust ro ext2 implementation
[RFC PATCH 0/8] [RFC] DRM Rust abstractions and Nova
2024-05-31 9:59 UTC (39+ messages)
` [RFC PATCH 1/8] rust: drm: ioctl: Add DRM ioctl abstraction
` [RFC PATCH 2/8] rust: Add a Sealed trait
` [RFC PATCH 3/8] rust: drm: Add Device and Driver abstractions
` [RFC PATCH 4/8] rust: drm: implement `AsRef` for DRM device
` [RFC PATCH 5/8] rust: drm: file: Add File abstraction
` [RFC PATCH 6/8] rust: drm: gem: Add GEM object abstraction
` [RFC PATCH 7/8] rust: add firmware abstractions
` [RFC PATCH 8/8] nova: add initial driver stub
` Device / Driver and PCI Rust abstractions
[RFC PATCH 00/11] [RFC] Device / Driver and PCI Rust abstractions
2024-05-31 8:35 UTC (44+ messages)
` [RFC PATCH 01/11] rust: add abstraction for struct device
` [RFC PATCH 02/11] rust: add driver abstraction
` [RFC PATCH 03/11] rust: add rcu abstraction
` [RFC PATCH 04/11] rust: add revocable mutex
` [RFC PATCH 05/11] rust: add revocable objects
` [RFC PATCH 06/11] rust: add device::Data
` [RFC PATCH 07/11] rust: add `dev_*` print macros
` [RFC PATCH 08/11] rust: add devres abstraction
` [RFC PATCH 09/11] rust: add basic PCI driver abstractions
` [RFC PATCH 10/11] rust: add basic abstractions for iomem operations
` [RFC PATCH 11/11] rust: PCI: add BAR request and ioremap
[PATCH] arch: um: rust: Use the generated target.json again
2024-05-30 17:00 UTC (2+ messages)
[RFC PATCH 0/2] kbuild: rust: provide an option to inline C helpers into Rust
2024-05-29 20:45 UTC (4+ 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] 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 (5+ messages)
` [PATCH v2 2/2] rust: fix datatype in docs for `module` macro arguments
[PATCH v6 0/8] File abstractions needed by Rust Binder
2024-05-29 12:58 UTC (16+ messages)
` [PATCH v6 3/8] rust: file: add Rust abstraction for `struct file`
[PATCH] kbuild: rust: remove now-unneeded `rusttest` custom sysroot handling
2024-05-28 16:35 UTC
Rust for Linux Open Meeting
2024-05-28 15:58 UTC (6+ messages)
` No Open Meeting at Nov 15
` Open Meeting at Jan 24
` Open Meeting at March 27
` Open Meeting at May 29
[PATCH v7 0/4] Memory management patches needed by Rust Binder
2024-05-28 14:58 UTC (5+ messages)
` [PATCH v7 1/4] rust: uaccess: add userspace pointers
` [PATCH v7 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST
` [PATCH v7 3/4] rust: uaccess: add typed accessors for userspace pointers
` [PATCH v7 4/4] rust: add abstraction for `struct page`
[PATCH v2 0/9] Add Rust linked list for reference counted values
2024-05-27 11:42 UTC (20+ messages)
` [PATCH v2 1/9] rust: list: add ListArc
` [PATCH v2 2/9] rust: list: add tracking for ListArc
` [PATCH v2 3/9] rust: list: add struct with prev/next pointers
` [PATCH v2 4/9] rust: list: add macro for implementing ListItem
` [PATCH v2 5/9] rust: list: add List
` [PATCH v2 6/9] rust: list: add iterators
` [PATCH v2 7/9] rust: list: add cursor
` [PATCH v2 8/9] rust: list: support heterogeneous lists
` [PATCH v2 9/9] rust: list: add ListArcField
[PATCH] rust: kernel: make impl_has_work compatible with more complex generics
2024-05-27 9:05 UTC (6+ messages)
` 回复: "
[PATCH net-next v1 0/4] net: phy: add Applied Micro QT2025 PHY driver
2024-05-27 2:00 UTC (4+ messages)
` [PATCH net-next v1 2/4] rust: net::phy support C45 helpers
[PATCH net-next v1 4/4] net: phy: add Applied Micro QT2025 PHY driver
2024-05-24 1:50 UTC (4+ messages)
ASN.1
2024-05-23 15:44 UTC (11+ messages)
[PATCH] rust: kernel: make impl_has_work compatible with more complex generics
2024-05-22 16:11 UTC (7+ messages)
` [PATCH v2] rust: kernel: make impl_has_work compatible with more generics
` [PATCH v3] "
[PATCH] rust: kernel: make impl_has_work compatible with more complex generics
2024-05-22 12:48 UTC
[PATCH 1/3] kbuild: rust: move `-Dwarnings` handling to `Makefile.extrawarn`
2024-05-22 11:58 UTC (11+ messages)
` [PATCH 2/3] kbuild: rust: apply `CONFIG_WERROR` to all Rust targets
` [PATCH 3/3] kbuild: rust: support `W=e` for Rust
[PATCH] rust: avoid unused import warning in `rusttest`
2024-05-20 15:24 UTC (3+ messages)
Rust MC at LPC 2024
2024-05-17 19:51 UTC
kernel.org LLVM + Rust toolchains
2024-05-17 19:45 UTC
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).