Rust-for-linux archive mirror
 help / color / mirror / Atom feed
[PATCH v1 0/4] rust: docs: Update the translation of rust to 6.9-rc4
 2024-04-25 11:38 UTC  (9+ 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 "

[PATCH] rust: hrtimer: introduce hrtimer support
 2024-04-25  9:46 UTC 

[PATCH 0/2] rust: time related cleanup
 2024-04-25  9:00 UTC  (20+ messages)
` [PATCH 1/2] rust: time: doc: Add missing C header links
` [PATCH 2/2] rust: time: Use wrapping_sub() for Ktime::sub()

[PATCH v3 00/10] Allocation APIs
 2024-04-23 15:43 UTC  (3+ 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: force `alloc` extern to allow "empty" Rust files
 2024-04-23  0:42 UTC  (3+ messages)

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

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

[PATCH v5 0/4] Memory management patches needed by Rust Binder
 2024-04-22  6:31 UTC  (29+ messages)
` [PATCH v5 1/4] rust: uaccess: add userspace pointers
` [PATCH v5 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST
` [PATCH v5 3/4] rust: uaccess: add typed accessors for userspace pointers
` [PATCH v5 4/4] rust: add abstraction for `struct page`

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

[PATCH RFC v1] rust: add 'firmware' tag support to module! macro
 2024-04-20  1:14 UTC  (4+ messages)

[PATCH v6 0/4] Memory management patches needed by Rust Binder
 2024-04-19 19:35 UTC  (22+ messages)
` [PATCH v6 1/4] rust: uaccess: add userspace pointers
` [PATCH v6 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST
` [PATCH v6 3/4] rust: uaccess: add typed accessors for userspace pointers
` [PATCH v6 4/4] rust: add abstraction for `struct page`

[PATCH net-next v1 0/4] net: phy: add Applied Micro QT2025 PHY driver
 2024-04-18 14:42 UTC  (36+ messages)
` [PATCH net-next v1 1/4] rust: net::phy support config_init driver callback
` [PATCH net-next v1 2/4] rust: net::phy support C45 helpers
` [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 v3 0/5] Red-black tree abstraction needed by Rust Binder
 2024-04-18 14:15 UTC  (6+ 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 v4] docs: rust: extend abstraction and binding documentation
 2024-04-18 11:55 UTC  (2+ messages)

[PATCH] rust: init: change the generated name of guard variables
 2024-04-17 15:20 UTC  (5+ messages)

[PATCH v3 0/1] RISC-V: enable rust
 2024-04-17 14:00 UTC  (5+ messages)
` [PATCH v3 1/1] RISC-V: enable building 64-bit kernels with rust support

[PATCH] rust: update `dbg!()` to format column number
 2024-04-17 13:50 UTC  (4+ messages)

[PATCH v5 3/9] rust: file: add Rust abstraction for `struct file`
 2024-04-17  8:22 UTC  (3+ messages)

[PATCH v2] rust: macros: fix soundness issue in `module!` macro
 2024-04-16 19:36 UTC  (4+ messages)

[WIP 0/3] Memory model and atomic API in Rust
 2024-04-16 18:12 UTC  (20+ messages)

[PATCH] kbuild: rust: split up helpers.c
 2024-04-16  7:46 UTC 

[PATCH] rust: helpers: Fix grammar in comment
 2024-04-16  5:59 UTC  (3+ messages)

[PATCH] Add room for insn-enconding and symbol name
 2024-04-14 18:09 UTC 

[PATCH] rust: remove unneeded `kernel::prelude` imports from doctests
 2024-04-12  8:48 UTC  (2+ messages)

[PATCH v2] rust: time: add Ktime
 2024-04-11 18:19 UTC  (6+ messages)

[PATCH v2] rust: add flags for shadow call stack sanitizer
 2024-04-09 15:55 UTC  (4+ messages)

[PATCH] x86/insn_decoder_test: allow longer symbol-names
 2024-04-08 15:30 UTC  (4+ messages)

[PATCH v4 0/4] Memory management patches needed by Rust Binder
 2024-04-08  9:26 UTC  (8+ messages)
` [PATCH v4 4/4] rust: add abstraction for `struct page`

[PATCH 0/9] Add Rust linked list for reference counted values
 2024-04-08  8:51 UTC  (18+ messages)
` [PATCH 3/9] rust: list: add struct with prev/next pointers
` [PATCH 5/9] rust: list: add List
` [PATCH 6/9] rust: list: add iterators
` [PATCH 8/9] rust: list: support heterogeneous lists


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 read-only IMAP folder(s) and NNTP newsgroup(s).