rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-22 21:49:50 to 2025-08-27 13:12:23 UTC [more...]

[PATCH] rust: use the new name Location::file_as_c_str() in rustc 1.91.0+
 2025-08-27 13:12 UTC 

[PATCH v6 00/18] rnull: add configfs, remote completion to rnull
 2025-08-27 13:10 UTC  (9+ messages)
` [PATCH v6 01/18] rust: str: normalize imports in `str.rs`
` [PATCH v6 03/18] rust: str: expose `str::{Formatter, RawFormatter}` publicly
` [PATCH v6 04/18] rust: str: introduce `NullTerminatedFormatter`
` [PATCH v6 05/18] rust: str: introduce `kstrtobool` function

[PATCH v4 0/2] rust: zpool: add abstraction for zpool drivers
 2025-08-27 13:07 UTC  (12+ messages)
` [PATCH v4 1/2] rust: alloc: add from_raw method to Flags
` [PATCH v4 2/2] rust: zpool: add abstraction for zpool drivers

[PATCH v5 00/18] rnull: add configfs, remote completion to rnull
 2025-08-27 12:48 UTC  (3+ messages)
` [PATCH v5 02/18] rust: str: allow `str::Formatter` to format into `&mut [u8]`

[PATCH v1 0/2] Add read_poll_timeout_atomic support
 2025-08-27 12:36 UTC  (22+ messages)
` [PATCH v1 2/2] rust: Add read_poll_timeout_atomic function
  ` [PATCH v1 1/2] rust: add udelay() function

[PATCH v3 0/2] Arithmetic ops for Instant/Delta
 2025-08-27 10:29 UTC  (12+ messages)
  ` [PATCH v3 2/2] rust: time: Implement basic arithmetic operations for Delta
  ` [PATCH v3 1/2] rust: time: Implement Add<Delta>/Sub<Delta> for Instant

[PATCH v2 0/8] gpu: nova-core: process and prepare more firmwares to boot GSP
 2025-08-27  8:47 UTC  (16+ messages)
` [PATCH v2 1/8] rust: transmute: add `from_bytes_copy` method to `FromBytes` trait
` [PATCH v2 2/8] gpu: nova-core: firmware: add support for common firmware header
` [PATCH v2 3/8] gpu: nova-core: firmware: process Booter and patch its signature
` [PATCH v2 4/8] gpu: nova-core: firmware: process the GSP bootloader
` [PATCH v2 5/8] gpu: nova-core: firmware: process and prepare the GSP firmware
` [PATCH v2 6/8] gpu: nova-core: firmware: use 570.144 firmware
` [PATCH v2 7/8] gpu: nova-core: Add base files for r570.144 firmware bindings
` [PATCH v2 8/8] gpu: nova-core: compute layout of more framebuffer regions required for GSP

[PATCH v3 0/5] Rust infrastructure for sg_table and scatterlist
 2025-08-27  8:30 UTC  (25+ messages)
` [PATCH v3 1/5] rust: dma: implement DataDirection
` [PATCH v3 2/5] rust: dma: add type alias for bindings::dma_addr_t
` [PATCH v3 3/5] rust: scatterlist: Add abstraction for sg_table
` [PATCH v3 4/5] samples: rust: dma: add sample code for SGTable
` [PATCH v3 5/5] MAINTAINERS: rust: dma: add scatterlist files

[PATCH v9 0/7] rust: add support for request_irq
 2025-08-27  7:55 UTC  (6+ messages)
  ` [PATCH v9 3/7] rust: irq: add support for non-threaded IRQs and handlers

[RFC PATCH 0/3] Initial plumbing for implementing DRM connector APIs in Rust
 2025-08-27  6:57 UTC  (4+ messages)

[PATCH v14 0/5] rust: adds Bitmap API, ID pool and bindings
 2025-08-27  6:34 UTC  (6+ messages)

[RESEND PATCH v5] rust: kernel: introduce `unsafe_precondition_assert!` macro
 2025-08-27  6:00 UTC 

[PATCH v7 0/6] rust, nova-core: PCI Class, Vendor support
 2025-08-26 23:12 UTC  (7+ messages)
` [PATCH v7 1/6] rust: pci: provide access to PCI Class and Class-related items
` [PATCH v7 2/6] rust: pci: provide access to PCI Vendor values
` [PATCH v7 3/6] rust: pci: add DeviceId::from_class_and_vendor() method
` [PATCH v7 4/6] gpu: nova-core: avoid probing non-display/compute PCI functions
` [PATCH v7 5/6] rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*
` [PATCH v7 6/6] rust: pci: inline several tiny functions

[PATCH v6 0/5] rust, nova-core: PCI Class, Vendor support
 2025-08-26 21:12 UTC  (14+ messages)
` [PATCH v6 1/5] rust: pci: provide access to PCI Class and Class-related items
` [PATCH v6 2/5] rust: pci: provide access to PCI Vendor values

[PATCH v10 0/7] rust: DebugFS Bindings
 2025-08-26 19:38 UTC  (8+ messages)
` [PATCH v10 1/7] rust: debugfs: Add initial support for directories
` [PATCH v10 2/7] rust: debugfs: Add support for read-only files
` [PATCH v10 3/7] rust: debugfs: Add support for writable files

[PATCH v5 0/4] rust, nova-core: PCI Class, Vendor support
 2025-08-26 19:25 UTC  (4+ messages)
` [PATCH v5 2/4] rust: pci: provide access to PCI Vendor values

[PATCH] Rust associative function
 2025-08-26 13:42 UTC  (2+ messages)

Using Rust on non-Rust side of kernel
 2025-08-26  9:13 UTC  (17+ messages)

[PATCH] rust: sync: Update ARef and AlwaysRefCounted imports from sync::aref
 2025-08-26  9:07 UTC  (2+ messages)

[PATCH v9 0/7] rust/hrtimer: Various hrtimer + time additions
 2025-08-26  8:45 UTC  (7+ messages)
` [PATCH v9 6/7] rust: time: Add Instant::from_ktime()
  ` [PATCH v9 7/7] rust: hrtimer: Add HrTimer::expires()

[PATCH 1/2] nova-core: Add a library for bitfields in Rust structs
 2025-08-25 23:20 UTC  (8+ messages)

[PATCH] rust: uaccess: use to_result for error handling
 2025-08-25 22:57 UTC  (2+ messages)

[PATCH] rust: opp: use to_result for error handling
 2025-08-25 22:56 UTC  (2+ messages)

[PATCH] rust: phy: use to_result for error handling
 2025-08-25 22:55 UTC  (2+ messages)

[PATCH] rust: file: use to_result for error handling
 2025-08-25 22:54 UTC  (2+ messages)

[PATCH 0/2] rust: usb: add initial USB abstractions
 2025-08-25 21:03 UTC  (6+ messages)
` [PATCH 1/2] rust: usb: add basic "
` [PATCH 2/2] samples: rust: add a USB driver sample

[PATCH v10] rust: transmute: Add methods for FromBytes trait
 2025-08-25 19:51 UTC  (7+ messages)

[PATCH v2 00/13] Split sphinx call logic from docs Makefile
 2025-08-25 16:30 UTC  (3+ messages)
` [PATCH v2 06/13] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
` [PATCH v2 07/13] tools/docs: sphinx-build-wrapper: add comments and blank lines

[PATCH 0/5] gpu: nova-core: process and prepare more firmwares to boot GSP
 2025-08-25 15:45 UTC  (3+ messages)
` [PATCH 4/5] gpu: nova-core: firmware: process the GSP bootloader

[PATCH] rust: alloc: remove `allocator_test`
 2025-08-25 14:32 UTC  (2+ messages)

[PATCH] rust: kernel: remove support for unused host `#[test]`s
 2025-08-25 14:31 UTC  (2+ messages)

[PATCH v2 0/5] Add Rust abstraction for Maple Trees
 2025-08-25 12:30 UTC  (16+ messages)
` [PATCH v2 2/5] rust: maple_tree: add MapleTree
` [PATCH v2 5/5] rust: maple_tree: add MAINTAINERS entry

[PATCH 1/7] rust: block: update ARef and AlwaysRefCounted imports from sync::aref
 2025-08-25  5:41 UTC  (2+ messages)

[PATCH] rust: alloc: add missing trait item MIN_ALIGN to Cmalloc
 2025-08-24 14:41 UTC  (7+ messages)

[PATCH v2 0/2] Take ARCH_KMALLOC_MINALIGN into account for build-time XArray check
 2025-08-24 11:38 UTC  (3+ messages)

[PATCH v2 0/5] Rust infrastructure for sg_table and scatterlist
 2025-08-23 14:57 UTC  (21+ messages)
` [PATCH v2 1/5] rust: dma: implement DataDirection
` [PATCH v2 2/5] rust: dma: add type alias for bindings::dma_addr_t
` [PATCH v2 3/5] rust: scatterlist: Add type-state abstraction for sg_table

[PATCH v14 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-08-23 14:20 UTC  (6+ messages)
  ` [PATCH v14 7/7] riscv: dts: thead: Add PWM fan and thermal control


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