rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 0/4] rust: docs: Update the translation of rust to 6.9-rc4
 2024-05-02 16:28 UTC  (21+ messages)
` [PATCH v2 1/4] docs/zh_CN/rust: Update the translation of arch-support "
` [PATCH v2 2/4] docs/zh_CN/rust: Update the translation of coding-guidelines "
` [PATCH v2 3/4] docs/zh_CN/rust: Update the translation of general-information "
` [PATCH v2 4/4] docs/zh_CN/rust: Update the translation of quick-start "

[PATCH WIP 0/8] Draft: Alternative allocator support
 2024-05-01 22:31 UTC  (22+ messages)
` [PATCH WIP 1/8] rust: alloc: re-enable allocator_api
` [PATCH WIP 2/8] rust: alloc: use AllocError from core::alloc
` [PATCH WIP 3/8] rust: alloc: implement AllocatorWithFlags trait
` [PATCH WIP 4/8] rust: alloc: separate krealloc_aligned()
` [PATCH WIP 5/8] rust: alloc: implement AllocatorWithFlags for KernelAllocator
` [PATCH WIP 6/8] rust: alloc: implement BoxExtAlloc
` [PATCH WIP 7/8] rust: alloc: implement VecExtAlloc
` [PATCH WIP 8/8] rust: alloc: implement vmalloc allocator

[PATCH v3 00/10] Allocation APIs
 2024-05-01 22:06 UTC  (13+ messages)

[PATCH v3] rust: alloc: fix dangling pointer in VecExt<T>::reserve()
 2024-05-01 13:47 UTC 

[PATCH v2] rust: add 'firmware' field support to module! macro
 2024-05-01 12:35 UTC 

[PATCH v1] rust: add 'firmware' field support to module! macro
 2024-05-01 12:37 UTC  (3+ messages)

[PATCH] rust: hrtimer: introduce hrtimer support
 2024-05-01 11:37 UTC  (14+ messages)

[PATCH] kbuild: rust: split up helpers.c
 2024-05-01 11:09 UTC  (2+ messages)

[PATCH v2] rust: alloc: fix dangling pointer in VecExt<T>::reserve()
 2024-05-01  8:20 UTC  (4+ messages)

[PATCH] rust: alloc: fix dangling pointer in VecExt<T>::reserve()
 2024-04-30 22:44 UTC  (15+ messages)

[PATCH v2] rust: add flags for shadow call stack sanitizer
 2024-04-30 11:09 UTC  (2+ messages)

[RFC WIP 0/4] Rust bindings for KMS + RVKMS
 2024-04-29 19:54 UTC  (10+ messages)
` [PATCH 1/4] WIP: rust: Add basic KMS bindings
` [PATCH 2/4] WIP: drm: Introduce rvkms

[PATCH 1/2] rust: kernel: add `drop_contents` to `BoxExt`
 2024-04-29 17:44 UTC  (4+ messages)
` [PATCH 2/2] rust: init: add re-initialization functions

Problem with rust module
 2024-04-29 14:56 UTC  (3+ messages)

[GIT PULL] Rust fixes for 6.9
 2024-04-27 19:17 UTC  (2+ messages)

[PATCH RFC v1] rust: add 'firmware' tag support to module! macro
 2024-04-26  9:40 UTC  (9+ messages)

[PATCH v6 0/4] Memory management patches needed by Rust Binder
 2024-04-26  7:13 UTC  (24+ messages)
` [PATCH v6 1/4] rust: uaccess: add userspace pointers
` [PATCH v6 3/4] rust: uaccess: add typed accessors for "
` [PATCH v6 4/4] rust: add abstraction for `struct page`

[PATCH v3 0/5] Red-black tree abstraction needed by Rust Binder
 2024-04-26  7:05 UTC  (12+ messages)
` [PATCH v3 1/5] rust: rbtree: add red-black tree implementation backed by the C version
` [PATCH v3 2/5] rust: rbtree: add `RBTreeIterator`
` [PATCH v3 3/5] rust: rbtree: add `RBTreeIteratorMut`
` [PATCH v3 4/5] rust: rbtree: add `RBTreeCursor`
` [PATCH v3 5/5] rust: rbtree: add `RBTree::entry`

[PATCH v1 0/4] rust: docs: Update the translation of rust to 6.9-rc4
 2024-04-26  6:21 UTC  (10+ messages)
` [PATCH v1 1/4] docs/zh_CN/rust: Update the translation of arch-support "
` [PATCH v1 2/4] docs/zh_CN/rust: Update the translation of coding-guidelines "
` [PATCH v1 3/4] docs/zh_CN/rust: Update the translation of general-information "
` [PATCH v1 4/4] docs/zh_CN/rust: Update the translation of quick-start "

[RFC PATCH 0/3] Rust bindings for cpufreq and OPP core + sample driver
 2024-04-25 15:54 UTC  (10+ messages)
` [RFC PATCH 1/3] rust: Add bindings for OPP framework
` [RFC PATCH 3/3] cpufreq: Add Rust based cpufreq-dt driver

[PATCH 0/2] rust: time related cleanup
 2024-04-25 14:28 UTC  (10+ messages)
` [PATCH 2/2] rust: time: Use wrapping_sub() for Ktime::sub()

[PATCH] kbuild: rust: force `alloc` extern to allow "empty" Rust files
 2024-04-25 14:15 UTC  (4+ messages)

[PATCH 1/3] rust: remove `params` from `module` macro docs
 2024-04-23  0:46 UTC  (8+ messages)
` [PATCH 2/3] rust: add example for `alias` argument in `module` macro documentation
` [PATCH 3/3] rust: fix datatype in docs for `module` macro arguments

[PATCH] kbuild: rust: remove unneeded `@rustc_cfg` to avoid ICE
 2024-04-23  0:42 UTC  (3+ messages)

[PATCH v2 0/5] In-place module initialisation
 2024-04-23  0:42 UTC  (2+ messages)

[PATCH v5 1/4] rust: uaccess: add userspace pointers
 2024-04-22  6:31 UTC  (6+ messages)

[PATCH net-next v1 0/4] net: phy: add Applied Micro QT2025 PHY driver
 2024-04-18 14:42 UTC  (15+ messages)
` [PATCH net-next v1 3/4] rust: net::phy support Firmware API
` [PATCH net-next v1 4/4] net: phy: add Applied Micro QT2025 PHY driver

[PATCH net-next v1 2/4] rust: net::phy support C45 helpers
 2024-04-18 14:32 UTC  (11+ 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).