public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-09 15:14:30 to 2026-03-10 22:19:24 UTC [more...]

[PATCH 0/2] rust, nova-core: use u64 variants of SZ_* constants
 2026-03-10 22:19 UTC  (13+ messages)
` [PATCH 1/2] rust: sizes: add "
` [PATCH 2/2] gpu: nova-core: use SZ_*_U64 constants from kernel::sizes

[PATCH v8 0/7] gpu: nova-core: expose the logging buffers via debugfs
 2026-03-10 22:05 UTC  (9+ messages)
` [PATCH v8 1/7] rust: device: add device name method
` [PATCH v8 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
` [PATCH v8 3/7] rust: dma: implement BinaryWriter for CoherentAllocation<u8>
` [PATCH v8 4/7] gpu: nova-core: Replace module_pci_driver! with explicit module init
` [PATCH v8 5/7] gpu: nova-core: use pin projection in method boot()
` [PATCH v8 6/7] gpu: nova-core: create debugfs root in module init
` [PATCH v8 7/7] gpu: nova-core: create GSP-RM logging buffers debugfs entries

[PATCH v2 0/2] Change Rust Binder crate name to rust_binder
 2026-03-10 20:27 UTC  (12+ messages)
` [PATCH v2 1/2] rust: support overriding crate_name
` [PATCH v2 2/2] rust_binder: override crate name to rust_binder

[PATCH v2 0/3] docs: sp_SP: Add Rust documentation section
 2026-03-10 20:14 UTC  (6+ messages)
` [PATCH v2 3/3] docs: sp_SP: Add Spanish translation for Rust coding guidelines

[PATCH v7 0/7] gpu: nova-core: expose the logging buffers via debugfs
 2026-03-10 20:11 UTC  (7+ messages)
` [PATCH v7 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace

[PATCH 0/9] gpu: nova-core: gsp: add RM control command infrastructure
 2026-03-10 18:48 UTC  (23+ messages)
` [PATCH 3/9] gpu: nova-core: gsp: expose GSP-RM internal client and subdevice handles
` [PATCH 5/9] gpu: nova-core: gsp: add types for RM control RPCs
` [PATCH 6/9] gpu: nova-core: generalize `flush_into_kvec` to `flush_into_vec`
` [PATCH 7/9] gpu: nova-core: gsp: add RM control command infrastructure
` [PATCH 8/9] gpu: nova-core: gsp: add CE fault method buffer size bindings
` [PATCH 9/9] gpu: nova-core: gsp: add CeGetFaultMethodBufferSize RM control command

[PATCH v2] rust: update `kernel::c_str!` documentation
 2026-03-10 17:57 UTC  (2+ messages)

[PATCH v4 0/4] Fixes the stack overflow
 2026-03-10 17:40 UTC  (13+ messages)
` [PATCH v4 1/4] rust: ptr: add `KnownSize` trait to support DST size info extraction
` [PATCH v4 2/4] rust: ptr: add projection infrastructure
` [PATCH v4 3/4] rust: dma: use pointer projection infra for `dma_{read,write}` macro
` [PATCH v4 4/4] gpu: nova-core: fix stack overflow in GSP memory allocation

[PATCH v8 00/10] rust: add `register!` macro
 2026-03-10 17:20 UTC  (35+ messages)
` [PATCH v8 03/10] rust: num: add `into_bool` method to `Bounded`
` [PATCH v8 04/10] rust: num: make Bounded::get const
` [PATCH v8 05/10] rust: io: add IoLoc type and generic I/O accessors
` [PATCH v8 06/10] rust: io: use generic read/write accessors for primitive accesses
` [PATCH v8 07/10] rust: io: introduce `IntoIoVal` trait and single-argument `write_val`
` [PATCH v8 08/10] rust: io: add `register!` macro
` [PATCH v8 09/10] sample: rust: pci: use "
` [PATCH FOR REFERENCE v8 10/10] gpu: nova-core: use the kernel "

[PATCH v6 00/34] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-03-10 16:54 UTC  (47+ messages)
` [PATCH v6 01/34] gpu: nova-core: print FB sizes, along with ranges
` [PATCH v6 02/34] gpu: nova-core: add FbRange.len() and use it in boot.rs
` [PATCH v6 03/34] gpu: nova-core: Hopper/Blackwell: basic GPU identification
` [PATCH v6 04/34] gpu: nova-core: factor .fwsignature* selection into a new find_gsp_sigs_section()
` [PATCH v6 05/34] gpu: nova-core: use GPU Architecture to simplify HAL selections
` [PATCH v6 06/34] gpu: nova-core: apply the one "use" item per line policy to commands.rs
` [PATCH v6 07/34] gpu: nova-core: move GPU init and DMA mask setup into Gpu::new()
` [PATCH v6 08/34] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v6 09/34] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
` [PATCH v6 10/34] gpu: nova-core: move firmware image parsing code to firmware.rs
` [PATCH v6 11/34] gpu: nova-core: factor out an elf_str() function
` [PATCH v6 12/34] gpu: nova-core: don't assume 64-bit firmware images
` [PATCH v6 13/34] gpu: nova-core: add support for 32-bit "
` [PATCH v6 14/34] gpu: nova-core: add auto-detection of 32-bit, 64-bit "
` [PATCH v6 15/34] gpu: nova-core: Hopper/Blackwell: add FMC firmware image, in support of FSP
` [PATCH v6 16/34] gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stub
` [PATCH v6 17/34] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
` [PATCH v6 18/34] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
` [PATCH v6 19/34] rust: ptr: add const_align_up()
` [PATCH v6 20/34] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
` [PATCH v6 21/34] gpu: nova-core: add MCTP/NVDM protocol types for firmware communication
` [PATCH v6 22/34] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
` [PATCH v6 23/34] gpu: nova-core: Hopper/Blackwell: add FSP message structures
` [PATCH v6 24/34] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
` [PATCH v6 25/34] gpu: nova-core: Hopper/Blackwell: add FSP send/receive messaging
` [PATCH v6 26/34] gpu: nova-core: Hopper/Blackwell: add FspCotVersion type
` [PATCH v6 27/34] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH v6 28/34] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
` [PATCH v6 29/34] gpu: nova-core: Blackwell: use correct sysmem flush registers
` [PATCH v6 30/34] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH v6 31/34] gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()
` [PATCH v6 32/34] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
` [PATCH v6 33/34] gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror
` [PATCH v6 34/34] gpu: nova-core: Hopper/Blackwell: integrate FSP boot path into boot()

[RFC PATCH net-next] net: phy: rust: add experimental Davicom PHY driver
 2026-03-10 15:52 UTC  (2+ messages)

[PATCH] rust: transmute: use split_at_checked() and split_at_mut_checked()
 2026-03-10 12:57 UTC  (3+ messages)

[RFC PATCH] rust: allow Clang-native `RANDSTRUCT` configs
 2026-03-10 11:09 UTC  (3+ messages)

[PATCH] gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessors
 2026-03-10 11:02 UTC  (5+ messages)

[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
 2026-03-10 10:56 UTC  (2+ messages)

[PATCH v2] rust: hrtimer: Restrict expires() to safe contexts
 2026-03-10  8:24 UTC  (6+ messages)

[PATCH v4 0/5] gpu: nova-core: gsp: add locking to Cmdq
 2026-03-10  8:09 UTC  (6+ messages)
` [PATCH v4 1/5] gpu: nova-core: gsp: fix stale doc comments on command queue methods
` [PATCH v4 2/5] gpu: nova-core: gsp: add `RECEIVE_TIMEOUT` constant for command queue
` [PATCH v4 3/5] gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`
` [PATCH v4 4/5] gpu: nova-core: gsp: make `Cmdq` a pinned type
` [PATCH v4 5/5] gpu: nova-core: gsp: add mutex locking to Cmdq

[PATCH 0/4] Rust netlink support + use in Rust Binder
 2026-03-10  7:47 UTC  (7+ messages)

[PATCH v6 0/9] gpu: nova-core: gsp: add continuation record support
 2026-03-10  7:44 UTC  (2+ messages)

[PATCH v11 00/12] gpu: nova-core: add Turing support
 2026-03-10  1:49 UTC  (13+ messages)
` [PATCH v11 09/12] gpu: nova-core: firmware: fix and explain v2 header offsets computations

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-03-09 23:11 UTC  (16+ messages)

[PATCH v3 0/2] rust: take advantage of newer rust-analyzer features
 2026-03-09 18:34 UTC  (5+ messages)
` [PATCH v3 1/2] scripts: generate_rust_analyzer.py: add versioning infrastructure
` [PATCH v3 2/2] scripts: generate_rust_analyzer.py: fix IDE support for primitive types

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-09 16:46 UTC  (5+ messages)
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [PATCH v1 14/16] mm: rename zap_page_range_single() to zap_vma_range()

[GIT PULL] [PATCH 00/13] Rust atomic changes for v7.1
 2026-03-09 15:54 UTC  (2+ messages)

[PATCH v2 0/2] Introduce Synology Microp driver
 2026-03-09 15:50 UTC  (13+ messages)
` [PATCH v2 2/2] mfd: Add initial synology microp driver


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox