Rust-for-linux archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-09 16:45:44 to 2024-02-29 15:53:33 UTC [more...]

[PATCH v5] kselftest: Add basic test for probing the rust sample modules
 2024-02-29 15:52 UTC 

[PATCH v4] rust: locks: Add `get_mut` method to `Lock`
 2024-02-28 18:51 UTC  (3+ messages)

[RFC PATCH 0/1] Rewrite the VP9 codec library in Rust
 2024-02-28 17:59 UTC  (4+ messages)
` [RFC PATCH 1/1] v4l2-core: rewrite the VP9 "

[RFC PATCH 00/11] Rust null block driver
 2024-02-28 14:31 UTC  (5+ messages)
` [RFC PATCH 04/11] rust: block: introduce `kernel::block::bio` module

[PATCH v2 0/2] Arc methods for linked list
 2024-02-28 13:00 UTC  (3+ messages)
` [PATCH v2 1/2] rust: sync: add `ArcBorrow::from_raw`
` [PATCH v2 2/2] rust: sync: add `Arc::into_unique_or_drop`

[PATCH v7 0/2] rust: xarray: Add an abstraction for XArray
 2024-02-28 10:44 UTC  (9+ messages)
` [PATCH v7 1/2] rust: types: add FOREIGN_ALIGN to ForeignOwnable
` [PATCH v7 2/2] rust: xarray: Add an abstraction for XArray

[PATCH v4] kselftest: Add basic test for probing the rust sample modules
 2024-02-28  0:01 UTC  (2+ messages)

[PATCH v2 0/3] RISC-V: enable rust
 2024-02-27 18:24 UTC  (20+ messages)
` [PATCH v2 1/3] rust: make mutually exclusive with CFI_CLANG
` [PATCH v2 2/3] scripts: generate_rust_target: enable building on RISC-V
` [PATCH v2 3/3] RISC-V: enable building 64-bit kernels with rust support

[PATCH v2 0/4] Memory management patches needed by Rust Binder
 2024-02-27 15:56 UTC  (16+ messages)
` [PATCH v2 1/4] rust: uaccess: add userspace pointers
` [PATCH v2 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST
` [PATCH v2 4/4] rust: add abstraction for `struct page`

[PATCH v3] kselftest: Add basic test for probing the rust sample modules
 2024-02-26 10:21 UTC  (4+ messages)

[PATCH] rust: add `Module::as_ptr`
 2024-02-26  9:44 UTC 

[RFC PATCH 06/11] rust: apply cache line padding for `SpinLock`
 2024-02-26  9:15 UTC  (4+ messages)

[PATCH] rust: Add `container_of` and `offset_of` macros
 2024-02-25 20:30 UTC  (9+ messages)

[PATCH V3] rust: str: implement `Display` and `Debug` for `BStr`
 2024-02-25 20:29 UTC  (2+ messages)

[PATCH v3] rust: place generated init_module() function in .init.text
 2024-02-25 20:28 UTC  (2+ messages)

[PATCH v2 0/6] Red-black tree abstraction needed by Rust Binder
 2024-02-25 20:28 UTC  (8+ messages)
` [PATCH v2 1/6] rust: add `container_of!` macro
` [PATCH v2 2/6] rust: rbtree: add red-black tree implementation backed by the C version
` [PATCH v2 3/6] rust: rbtree: add `RBTreeIterator`
` [PATCH v2 4/6] rust: rbtree: add `RBTreeIteratorMut`
` [PATCH v2 5/6] rust: rbtree: add `RBTreeCursor`
` [PATCH v2 6/6] rust: rbtree: add `RBTree::entry`

[PATCH v6] rust: types: Add `try_from_foreign()` method
 2024-02-25 20:28 UTC  (3+ messages)

[PATCH v3] rust: locks: Add `get_mut` method to `Lock`
 2024-02-25 19:56 UTC  (5+ messages)

[PATCH v4 24/36] rust: Add a rust helper for krealloc()
 2024-02-23 22:17 UTC  (3+ messages)

[PATCH v5] rust: str: add {make,to}_{upper,lower}case() to CString
 2024-02-23 16:37 UTC 

[PATCH v2] kselftest: Add basic test for probing the rust sample modules
 2024-02-22 16:37 UTC  (3+ messages)

[PATCH] kselftest: Add basic test for probing the rust sample modules
 2024-02-22 15:20 UTC  (2+ messages)

[PATCH v4] rust: str: add {make,to}_{upper,lower}case() to CString
 2024-02-20 19:55 UTC  (11+ messages)

[PATCH] x86/insn_decoder_test: allow longer symbol-names
 2024-02-20 17:07 UTC  (4+ messages)

[PATCH 0/2] Arc methods for linked list
 2024-02-20  9:25 UTC  (5+ messages)
` [PATCH 1/2] rust: sync: add `ArcBorrow::from_raw`
` [PATCH 2/2] rust: sync: add `Arc::into_unique_or_drop`

[PATCH] rust: upgrade to Rust 1.77.0
 2024-02-19 16:03 UTC  (6+ messages)

[PATCH 1/2] kbuild: mark `rustc` (and others) invocations as recursive
 2024-02-19  9:52 UTC  (5+ messages)
` [PATCH 2/2] rust: upgrade to Rust 1.76.0

[RFC PATCH v3 0/2] rust: crates in other kernel directories
 2024-02-19  9:05 UTC  (4+ messages)

[PATCH v3 00/12] rust: kernel: documentation improvements
 2024-02-18 20:24 UTC  (2+ messages)

[PATCH v2] rust: stop using ptr_metadata feature
 2024-02-18 20:24 UTC  (2+ messages)

[PATCH v4 1/2] docs: rust: Move testing to a separate page
 2024-02-18 20:23 UTC  (2+ messages)

[PATCH v1] rust: add reexports for macros
 2024-02-18 20:23 UTC  (2+ messages)

[PATCH] rust: bindings: Order headers alphabetically
 2024-02-18 20:23 UTC  (4+ messages)

[net-next RFC PATCH 0/3] net: phy: detach PHY driver OPs from phy_driver struct
 2024-02-18 12:39 UTC  (11+ messages)
` [net-next RFC PATCH 1/3] "
` [net-next RFC PATCH 2/3] net: phy: aquantia: use common OPs for PHYs where possible
` [net-next RFC PATCH 3/3] net: phy: bcm7xxx: "

[PATCH] kbuild: rust: use `-Zdebuginfo-compression`
 2024-02-17  0:26 UTC 

[PATCH] kbuild: rust: use `-Zdwarf-version` to support DWARFv5
 2024-02-17  0:26 UTC 

RfL currently does not integrate very well with some Kconfigs
 2024-02-16 19:25 UTC  (4+ messages)

[PATCH v3] rust: str: add {make,to}_{upper,lower}case() to CString
 2024-02-16 19:25 UTC  (10+ messages)

[PATCH v2] rust: locks: Add `get_mut` method to `Lock`
 2024-02-15 20:55 UTC  (5+ messages)

[PATCH v2] rust: str: add {make,to}_{upper,lower}case() to CString
 2024-02-14 17:20 UTC  (4+ messages)

[PATCH v1 0/2] RISC-V: enable rust
 2024-02-14  3:14 UTC  (20+ messages)

[PATCH v3] docs: rust: extend abstraction and binding documentation
 2024-02-13  8:38 UTC 

[PATCH v5 0/9] File abstractions needed by Rust Binder
 2024-02-12 16:00 UTC  (11+ messages)
` [PATCH v5 6/9] rust: file: add `FileDescriptorReservation`
` [PATCH v5 7/9] rust: file: add `Kuid` wrapper
` [PATCH v5 8/9] rust: file: add `DeferredFdCloser`
` [PATCH v5 9/9] rust: file: add abstraction for `poll_table`

[PATCH 0/6] Red-black tree abstraction needed by Rust Binder
 2024-02-12  9:56 UTC  (4+ messages)
` [PATCH 1/6] rust: add `container_of!` macro

[PATCH 0/3] Memory management patches needed by Rust Binder
 2024-02-12  9:30 UTC  (10+ messages)
` [PATCH 1/3] rust: add userspace pointers

[PATCH v2] docs: rust: extend abstraction and binding documentation
 2024-02-11  7:54 UTC  (3+ messages)

[PATCH v4 0/2] Rust enablement for AArch64
 2024-02-09 21:41 UTC  (3+ messages)

[PATCH v6] rust: xarray: Add an abstraction for XArray
 2024-02-09 21:14 UTC  (3+ messages)

[PATCH] rust: locks: Add `get_mut` method to `Lock`
 2024-02-09 19:44 UTC  (3+ messages)

[PATCH v2 3/4] rust: uaccess: add typed accessors for userspace pointers
 2024-02-09 17:18 UTC  (2+ messages)

[PATCH v2 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST
 2024-02-09 16:45 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).