messages from 2026-03-24 18:16:02 to 2026-03-26 06:55:53 UTC [more...]
[PATCH 00/13] drm/tyr: add debugfs support
2026-03-26 6:53 UTC (10+ messages)
` [PATCH 01/13] rust: sync: support [pin_]init for `SetOnce`
` [PATCH 02/13] rust: revocable: add lazily instantiated revocable variant
` [PATCH 03/13] rust: sync: set_once: Rename InitError variants to fix clippy warning
` [PATCH 04/13] rust: sync: add hazard pointer abstraction
` [PATCH 05/13] rust: revocable: add HazPtrRevocable
` [PATCH 06/13] rust: revocable: make LazyRevocable use HazPtrRevocable
` [PATCH 07/13] rust: drm: add Device::primary_index()
` [PATCH 08/13] rust: drm/gem: add GEM object query helpers for debugfs
` [PATCH 09/13] rust: drm/gem/shmem: add resident_size() and madv() "
[PATCH v4 00/10] gpu: nova-core: convert registers to use the kernel register macro
2026-03-26 6:27 UTC (14+ messages)
` [PATCH v4 01/10] gpu: nova-core: introduce `bounded_enum` macro
` [PATCH v4 02/10] gpu: nova-core: convert PMC registers to kernel register macro
` [PATCH v4 03/10] gpu: nova-core: convert PBUS "
` [PATCH v4 04/10] gpu: nova-core: convert PFB "
` [PATCH v4 05/10] gpu: nova-core: convert GC6 "
` [PATCH v4 06/10] gpu: nova-core: convert FUSE "
` [PATCH v4 07/10] gpu: nova-core: convert PDISP "
` [PATCH v4 08/10] gpu: nova-core: convert falcon "
` [PATCH v4 09/10] gpu: nova-core: remove `io::` qualifier to register macro invocations
` [PATCH v4 10/10] Documentation: nova: remove register abstraction task
[PATCH v3] gpu: nova-core: gsp: fix undefined behavior in command queue code
2026-03-26 5:43 UTC
[PATCH v2 0/3] Inline helpers into Rust without full LTO
2026-03-26 5:34 UTC (7+ messages)
` "
[PATCH 1/2] rust: watchdog: add watchdog device abstraction
2026-03-26 5:02 UTC (2+ messages)
[PATCH v2] gpu: nova-core: gsp: fix undefined behavior in command queue code
2026-03-26 4:51 UTC (6+ messages)
[PATCH v2] rust: allow Clang-native `RANDSTRUCT` configs
2026-03-26 3:18 UTC (2+ messages)
[PATCH v3] rust: Mark all from() for Error functions inline
2026-03-26 2:04 UTC
[PATCH v9 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
2026-03-26 1:39 UTC (32+ messages)
` [PATCH v9 01/31] gpu: nova-core: Hopper/Blackwell: basic GPU identification
` [PATCH v9 02/31] gpu: nova-core: factor .fwsignature* selection into a new find_gsp_sigs_section()
` [PATCH v9 03/31] gpu: nova-core: use GPU Architecture to simplify HAL selections
` [PATCH v9 04/31] gpu: nova-core: add Copy/Clone to Spec and Revision, add chipset() accessor
` [PATCH v9 05/31] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v9 06/31] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
` [PATCH v9 07/31] gpu: nova-core: move firmware image parsing code to firmware.rs
` [PATCH v9 08/31] gpu: nova-core: factor out an elf_str() function
` [PATCH v9 09/31] gpu: nova-core: don't assume 64-bit firmware images
` [PATCH v9 10/31] gpu: nova-core: add support for 32-bit "
` [PATCH v9 11/31] gpu: nova-core: add auto-detection of 32-bit, 64-bit "
` [PATCH v9 12/31] gpu: nova-core: Hopper/Blackwell: add FMC firmware image, in support of FSP
` [PATCH v9 13/31] gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stub
` [PATCH v9 14/31] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
` [PATCH v9 15/31] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
` [PATCH v9 16/31] rust: ptr: add const_align_up()
` [PATCH v9 17/31] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
` [PATCH v9 18/31] gpu: nova-core: add MCTP/NVDM protocol types for firmware communication
` [PATCH v9 19/31] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
` [PATCH v9 20/31] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
` [PATCH v9 21/31] gpu: nova-core: Hopper/Blackwell: add FSP send/receive messaging
` [PATCH v9 22/31] gpu: nova-core: Hopper/Blackwell: add FspCotVersion type
` [PATCH v9 23/31] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH v9 24/31] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
` [PATCH v9 25/31] gpu: nova-core: Blackwell: use correct sysmem flush registers
` [PATCH v9 26/31] gpu: nova-core: make WPR heap sizing fallible
` [PATCH v9 27/31] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH v9 28/31] gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()
` [PATCH v9 29/31] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
` [PATCH v9 30/31] gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror
` [PATCH v9 31/31] gpu: nova-core: Hopper/Blackwell: integrate FSP boot path into boot()
[PATCH v8 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
2026-03-26 1:23 UTC (56+ messages)
` [PATCH v8 01/31] gpu: nova-core: Hopper/Blackwell: basic GPU identification
` [PATCH v8 02/31] gpu: nova-core: factor .fwsignature* selection into a new find_gsp_sigs_section()
` [PATCH v8 03/31] gpu: nova-core: use GPU Architecture to simplify HAL selections
` [PATCH v8 04/31] gpu: nova-core: add Copy/Clone to Spec and Revision, add chipset() accessor
` [PATCH v8 05/31] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v8 06/31] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
` [PATCH v8 07/31] gpu: nova-core: move firmware image parsing code to firmware.rs
` [PATCH v8 08/31] gpu: nova-core: factor out an elf_str() function
` [PATCH v8 09/31] gpu: nova-core: don't assume 64-bit firmware images
` [PATCH v8 10/31] gpu: nova-core: add support for 32-bit "
` [PATCH v8 11/31] gpu: nova-core: add auto-detection of 32-bit, 64-bit "
` [PATCH v8 12/31] gpu: nova-core: Hopper/Blackwell: add FMC firmware image, in support of FSP
` [PATCH v8 13/31] gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stub
` [PATCH v8 14/31] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
` [PATCH v8 15/31] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
` [PATCH v8 16/31] rust: ptr: add const_align_up()
` [PATCH v8 17/31] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
` [PATCH v8 18/31] gpu: nova-core: add MCTP/NVDM protocol types for firmware communication
` [PATCH v8 19/31] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
` [PATCH v8 20/31] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
` [PATCH v8 21/31] gpu: nova-core: Hopper/Blackwell: add FSP send/receive messaging
` [PATCH v8 22/31] gpu: nova-core: Hopper/Blackwell: add FspCotVersion type
` [PATCH v8 23/31] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH v8 24/31] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
` [PATCH v8 25/31] gpu: nova-core: Blackwell: use correct sysmem flush registers
` [PATCH v8 26/31] gpu: nova-core: make WPR heap sizing fallible
` [PATCH v8 27/31] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH v8 28/31] gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()
` [PATCH v8 29/31] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
` [PATCH v8 30/31] gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror
` [PATCH v8 31/31] gpu: nova-core: Hopper/Blackwell: integrate FSP boot path into boot()
[PATCH v9 0/7] Rust bindings for gem shmem
2026-03-26 1:15 UTC (4+ messages)
` [PATCH v9 5/7] rust: drm: gem: shmem: Add DRM shmem helper abstraction
` (subset) [PATCH v9 0/7] Rust bindings for gem shmem
[PATCH 1/3] rust: uaccess: generalize write_dma() to accept any Coherent<T>
2026-03-26 0:39 UTC (8+ messages)
` [PATCH 2/3] rust: dma: generalize BinaryWriter impl for Coherent<T>
` [PATCH 3/3] gpu: nova-core: use sized array for GSP log buffers
[PATCH v4 0/2] Introduce Synology Microp driver
2026-03-25 22:07 UTC (7+ messages)
` [PATCH v4 1/2] dt-bindings: embedded-controller: Add synology,microp device
[PATCH] MAINTAINERS: Update Rust I2C Subsystem entries
2026-03-25 22:03 UTC (6+ messages)
[PATCH 1/2] rust: dma: remove DMA_ATTR_NO_KERNEL_MAPPING from public attrs
2026-03-25 17:18 UTC (6+ messages)
` [PATCH 2/2] rust: dma: add CoherentHandle for DMA allocations without kernel mapping
[PATCH] kbuild: rust: add AutoFDO support
2026-03-25 17:10 UTC (10+ messages)
[PATCH v2] rust: Mark all from() for Error functions inline
2026-03-25 15:29 UTC (4+ messages)
[PATCH 0/2] rust: add support for Software Tag-Based KASAN
2026-03-25 14:30 UTC (8+ messages)
` [PATCH 1/2] rust: kasan: do not pass -Zsanitizer-recover
` [PATCH 2/2] rust: kasan: add support for Software Tag-Based KASAN
[PATCH v4] kbuild: host: use single executable for rustc -C linker
2026-03-25 14:25 UTC (4+ messages)
` [PATCH v5] "
[PATCH 6.6.y 1/3] rust: pin-init: add references to previously initialized fields
2026-03-25 12:59 UTC (3+ messages)
` [PATCH 6.6.y 2/3] rust: pin-init: internal: init: document load-bearing fact of field accessors
` [PATCH 6.6.y 3/3] rust: pin-init: replace shadowed return token by `unsafe`-to-create token
[PATCH 6.12.y 1/3] rust: pin-init: add references to previously initialized fields
2026-03-25 12:58 UTC (3+ messages)
` [PATCH 6.12.y 2/3] rust: pin-init: internal: init: document load-bearing fact of field accessors
` [PATCH 6.12.y 3/3] rust: pin-init: replace shadowed return token by `unsafe`-to-create token
[PATCH 6.18.y 1/2] rust: pin-init: internal: init: document load-bearing fact of field accessors
2026-03-25 12:57 UTC (2+ messages)
` [PATCH 6.18.y 2/2] rust: pin-init: replace shadowed return token by `unsafe`-to-create token
[PATCH 6.19.y 1/2] rust: pin-init: internal: init: document load-bearing fact of field accessors
2026-03-25 12:57 UTC (2+ messages)
` [PATCH 6.19.y 2/2] rust: pin-init: replace shadowed return token by `unsafe`-to-create token
[PATCH v3 0/9] gpu: nova-core: gsp: add RM control command infrastructure
2026-03-25 12:13 UTC (10+ messages)
` [PATCH v3 1/9] gpu: nova-core: gsp: add NV_STATUS error code bindings
` [PATCH v3 2/9] gpu: nova-core: gsp: add NvStatus enum for RM control errors
` [PATCH v3 3/9] gpu: nova-core: gsp: expose GSP-RM internal client and subdevice handles
` [PATCH v3 4/9] gpu: nova-core: gsp: add RM control RPC structure binding
` [PATCH v3 5/9] gpu: nova-core: gsp: add types for RM control RPCs
` [PATCH v3 6/9] gpu: nova-core: use KVVec for SBufferIter flush
` [PATCH v3 7/9] gpu: nova-core: gsp: add RM control command infrastructure
` [PATCH v3 8/9] gpu: nova-core: gsp: add CE fault method buffer size bindings
` [PATCH v3 9/9] gpu: nova-core: gsp: add FaultMethodBufferSize RM control command
[PATCH v2 0/9] gpu: nova-core: gsp: add RM control command infrastructure
2026-03-25 12:13 UTC (12+ messages)
` [PATCH v2 6/9] gpu: nova-core: use KVVec for SBufferIter flush
` [PATCH v2 7/9] gpu: nova-core: gsp: add RM control command infrastructure
` [PATCH v2 9/9] gpu: nova-core: gsp: add CeGetFaultMethodBufferSize RM control command
[PATCH 0/8] I/O type generalization and projection
2026-03-25 11:19 UTC (3+ messages)
[PATCH v7 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
2026-03-25 11:18 UTC (16+ messages)
` [PATCH v7 04/31] gpu: nova-core: move GPU init into Gpu::new()
` [PATCH v7 05/31] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v7 06/31] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
` [PATCH v7 07/31] gpu: nova-core: move firmware image parsing code to firmware.rs
[PATCH] dma-mapping: add missing `inline` for `dma_free_attrs`
2026-03-25 8:34 UTC (3+ messages)
[PATCH V6 0/3] Rust support for powerpc
2026-03-25 8:29 UTC (2+ messages)
[PATCH 0/7] rust: dma: add from-slice constructors and use them in nova-core
2026-03-25 2:14 UTC (3+ messages)
` [PATCH 4/7] gpu: nova-core: falcon: use dma::Coherent
[PATCH v11 0/6] gpu: nova-core: expose the logging buffers via debugfs
2026-03-25 0:42 UTC (4+ messages)
` [PATCH v11 2/6] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
[PATCH v3 0/4] rust_binder: check current before closing fds
2026-03-24 20:02 UTC (5+ messages)
` [PATCH v3 1/4] rust: sync: implement == operator for ARef
` [PATCH v3 2/4] rust: task: implement == operator for Task
` [PATCH v3 3/4] rust_binder: make use of == "
` [PATCH v3 4/4] rust_binder: check current before closing fds
[PATCH] rust: regulator: do not assume that regulator_get() returns non-null
2026-03-24 13:08 UTC (2+ messages)
[PATCH v3 00/12] drm/tyr: Use register! macro
2026-03-24 19:03 UTC (7+ messages)
` [PATCH v3 01/12] drm/tyr: Use register! macro for GPU_CONTROL
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox