public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-08 11:35:33 to 2026-03-10 11:02:14 UTC [more...]

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

[PATCH v6 00/34] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-03-10 11:01 UTC  (43+ 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()

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

[PATCH 0/9] gpu: nova-core: gsp: add RM control command infrastructure
 2026-03-10 10:35 UTC  (22+ 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] rust: transmute: use split_at_checked() and split_at_mut_checked()
 2026-03-10 10:03 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  (18+ messages)
` [PATCH 1/4] rust: netlink: add raw netlink abstraction

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

[PATCH v2 0/3] docs: sp_SP: Add Rust documentation section
 2026-03-10  3:33 UTC  (11+ messages)
` [PATCH v2 1/3] docs: sp_SP: Add Spanish translation for Rust quick-start
` [PATCH v2 2/3] docs: sp_SP: Add Spanish translation for Rust general information
` [PATCH v2 3/3] docs: sp_SP: Add Spanish translation for Rust coding guidelines

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

[PATCH v4 0/4] Fixes the stack overflow
 2026-03-10  2:28 UTC  (11+ 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  2:18 UTC  (32+ messages)
` [PATCH v8 01/10] rust: enable the `generic_arg_infer` feature
` [PATCH v8 02/10] rust: num: add `shr` and `shl` methods to `Bounded`
` [PATCH v8 03/10] rust: num: add `into_bool` method "
` [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 v11 00/12] gpu: nova-core: add Turing support
 2026-03-10  1:49 UTC  (21+ messages)
` [PATCH v11 08/12] gpu: nova-core: firmware: add comments to justify v3 header values
` [PATCH v11 09/12] gpu: nova-core: firmware: fix and explain v2 header offsets computations
` [PATCH v11 12/12] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing

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

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

[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 v2] rust: update `kernel::c_str!` documentation
 2026-03-09 17:01 UTC 

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-09 16:46 UTC  (11+ messages)
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [PATCH v1 11/16] mm/memory: inline unmap_page_range() into __zap_vma_range()
` [PATCH v1 14/16] mm: rename zap_page_range_single() to zap_vma_range()
` [PATCH v1 16/16] mm/memory: support VM_MIXEDMAP in zap_special_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  (21+ messages)
` [PATCH v2 1/2] dt-bindings: mfd: Add synology,microp device
` [PATCH v2 2/2] mfd: Add initial synology microp driver

[PATCH v12 0/1] Rust GPU buddy allocator bindings
 2026-03-09 13:53 UTC  (4+ messages)
` [PATCH v12 1/1] rust: gpu: Add "
` [PATCH v12.1 0/1] Rust "
  ` [PATCH v12.1 1/1] rust: gpu: Add "

[PATCH] drm/tyr: replace fixed sleeps with read_poll_timeout
 2026-03-09  9:58 UTC 

[PATCH] drm/tyr: Use DRM device type alias across driver
 2026-03-09  9:27 UTC  (2+ messages)

[PATCH v10 00/10] gpu: nova-core: add Turing support
 2026-03-09  4:51 UTC  (5+ messages)
` [PATCH v10 08/10] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing

[PATCH 0/8] rust: module parameter extensions
 2026-03-09  2:27 UTC  (6+ messages)
` [PATCH 2/8] rust: module_param: wire StringParam into the module! macro

[PATCH v7 00/10] rust: add `register!` macro
 2026-03-08 11:43 UTC  (34+ messages)
` [PATCH v7 05/10] rust: io: add IoLoc and IoWrite types


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