rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-16 06:14:42 to 2025-03-17 21:36:50 UTC [more...]

[PATCH] rust: add new macro for common bitwise operations
 2025-03-17 21:36 UTC  (7+ messages)

[PATCH v5 0/6] rust: reduce pointer casts, enable related lints
 2025-03-17 21:36 UTC  (23+ messages)
` [PATCH v5 1/6] rust: retain pointer mut-ness in `container_of!`
` [PATCH v5 2/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v5 3/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v5 4/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v5 5/6] rust: enable `clippy::as_underscore` lint
` [PATCH v5 6/6] rust: use strict provenance APIs

[PATCH v2 3/4] rust: auxiliary: add auxiliary registration
 2025-03-17 20:55 UTC  (3+ messages)

[PATCH v3 0/3] rust: use &raw [mut] place instead of addr_of[_mut]!(place)
 2025-03-17 20:02 UTC  (3+ messages)

[PATCH v15 00/11] rust: add dma coherent allocator abstraction
 2025-03-17 18:52 UTC  (12+ messages)
` [PATCH v15 01/11] rust: error: Add EOVERFLOW
` [PATCH v15 02/11] rust: add dma coherent allocator abstraction
` [PATCH v15 03/11] samples: rust: add Rust dma test sample driver
` [PATCH v15 04/11] MAINTAINERS: add entry for Rust dma mapping helpers device driver API
` [PATCH v15 05/11] rust: dma: implement `dma::Device` trait
` [PATCH v15 06/11] rust: dma: add dma addressing capabilities
` [PATCH v15 07/11] rust: pci: implement the `dma::Device` trait
` [PATCH v15 08/11] rust: platform: "
` [PATCH v15 09/11] rust: dma: use `dma::Device` in `CoherentAllocation`
` [PATCH v15 10/11] rust: samples: dma: set DMA mask
` [PATCH v15 11/11] rust: dma: add as_slice/write functions for CoherentAllocation

[PATCH v14 00/11] rust: add dma coherent allocator abstraction
 2025-03-17 18:51 UTC  (5+ messages)
` [PATCH v14 02/11] "

[PATCH 1/2] rust: alloc: extend safety requirements of Vec::set_len()
 2025-03-17 18:28 UTC  (29+ messages)

[PATCH] rust: alloc: use `spare_capacity_mut` to reduce unsafe
 2025-03-17 17:55 UTC  (9+ messages)

[PATCH v2] rust: alloc: use `spare_capacity_mut` to reduce unsafe
 2025-03-17 17:52 UTC  (3+ messages)

(no subject)
 2025-03-17 17:36 UTC 

[PATCH 0/2] rust: alloc: split `Vec::set_len` into `Vec::{inc,dec}_len`
 2025-03-17 17:28 UTC  (34+ messages)
` [PATCH 1/2] rust: alloc: replace `Vec::set_len` with `inc_len`
` [PATCH 2/2] rust: alloc: add `Vec::dec_len`

[PATCH] rust: uaccess: mark UserSliceWriter method inline
 2025-03-17 15:45 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v9 0/4] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-03-17 15:30 UTC  (5+ messages)
` [PATCH v9 1/4] rust: move `CStr`'s `Display` to helper struct
` [PATCH v9 2/4] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v9 3/4] rust: replace `kernel::c_str!` with C-Strings
` [PATCH v9 4/4] rust: remove core::ffi::CStr reexport

[PATCH v4 0/6] rust: reduce pointer casts, enable related lints
 2025-03-17 15:01 UTC  (9+ messages)
` [PATCH v4 6/6] rust: use strict provenance APIs

[PATCH v2] rust: irq: add support for request_irq()
 2025-03-17 14:58 UTC  (3+ messages)

[PATCH] rust: uaccess: name the correct function
 2025-03-17 14:43 UTC  (4+ messages)

[PATCH v2 0/4] Improve soundness of bus device abstractions
 2025-03-17 13:17 UTC  (4+ messages)

[PATCH 0/2] rust: workqueue: remove HasWork::OFFSET
 2025-03-17 11:35 UTC  (16+ messages)
` [PATCH 1/2] rust: retain pointer mut-ness in `container_of!`
` [PATCH 2/2] rust: workqueue: remove HasWork::OFFSET

[PATCH v2 0/4] Auxiliary bus Rust abstractions
 2025-03-17 11:33 UTC  (3+ messages)

[PATCH v2 00/22] make pin-init into a standalone crate
 2025-03-17 10:45 UTC  (3+ messages)

[PATCH] rust: page:: optimize rust symbol generation for Page
 2025-03-17 10:33 UTC  (2+ messages)

[PATCH v2] rust: file: optimize rust symbol generation for FileDescriptorReservation
 2025-03-17 10:29 UTC 

[PATCH] rust: sync: optimize rust symbol generation for CondVar
 2025-03-17 10:29 UTC  (3+ messages)

[PATCH v2] rust: file: optimize rust symbol generation for FileDescriptorReservation
 2025-03-17 10:24 UTC  (2+ messages)

[PATCH v2] rust: sync: optimize Rust symbol generation for PollCondVar
 2025-03-17 10:23 UTC  (2+ messages)

[PATCH] rust: rbtree: fix comments referring to Box instead of KBox
 2025-03-17 10:19 UTC  (3+ messages)

[PATCH v2] rust: optimize rust symbol generation for SeqFile
 2025-03-17 10:14 UTC  (3+ messages)

[PATCH 1/2] rust: alloc: extend safety requirements of Vec::set_len()
 2025-03-17  9:46 UTC 

[PATCH v4 00/16] rust: refactor to utilize `&raw [const|mut]`
 2025-03-17  4:33 UTC  (25+ messages)
` [PATCH v4 01/16] rust: enable `raw_ref_op` feature
` [PATCH v4 02/16] rust: init: refactor to use `&raw [const|mut]`
` [PATCH v4 03/16] rust: list: "
` [PATCH v4 04/16] rust: task: "
` [PATCH v4 05/16] rust: faux: "
` [PATCH v4 06/16] rust: platform: "
` [PATCH v4 07/16] rust: pci: "
` [PATCH v4 08/16] rust: kunit: "
` [PATCH v4 09/16] rust: workqueue: "
` [PATCH v4 10/16] rust: rbtree: "
` [PATCH v4 11/16] rust: net: phy: "
` [PATCH v4 12/16] rust: sync: arc: "
` [PATCH v4 13/16] rust: jump_label: "
` [PATCH v4 14/16] rust: fs: file: "
` [PATCH v4 15/16] rust: block: "
` [PATCH v4 16/16] rust: clippy: disable `addr_of[_mut]!` macros

[PATCH] rust: file: optimize rust symbol generation for FileDescriptorReservation
 2025-03-17  1:26 UTC  (5+ messages)

[PATCH v4] rust: error: Extend the Result documentation
 2025-03-16 21:01 UTC  (2+ messages)

[PATCH v2 0/3] rust: alloc: add Vec::resize and Vec::truncate
 2025-03-16 19:19 UTC  (6+ messages)
` [PATCH v2 1/3] rust: alloc: add Vec::truncate method
` [PATCH v2 2/3] rust: alloc: add Vec::resize method
` [PATCH v2 3/3] gpu: nova-core: remove completed Vec extentions from task list

[PATCH] rust/revocable: add try_with() convenience method
 2025-03-16 12:42 UTC  (12+ messages)

[PATCH] MAINTAINERS: driver core: mark Rafael and Danilo as co-maintainers
 2025-03-16 12:05 UTC  (3+ messages)

[PATCH RFC 0/3] Initial work for Rust abstraction for HID device driver development
 2025-03-16 10:02 UTC  (5+ messages)
` [PATCH RFC 3/3] rust: hid: demo the core abstractions for probe and remove


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