messages from 2026-03-25 11:06:57 to 2026-03-27 08:21:19 UTC [more...]
[PATCH 0/8] I/O type generalization and projection
2026-03-27 8:21 UTC (20+ messages)
` [PATCH 1/8] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH 2/8] rust: io: generalize `Mmio` "
` [PATCH 3/8] rust: io: use pointer types instead of address
` [PATCH 4/8] rust: io: add view type
` [PATCH 5/8] rust: dma: add methods to unsafely create reference from subview
` [PATCH 6/8] rust: io: add `read_val` and `write_val` function on I/O view
[PATCH v2 0/3] Inline helpers into Rust without full LTO
2026-03-27 8:16 UTC (19+ messages)
` "
[PATCH] rust: workqueue: add SAFETY comments for Pin<KBox<T>> impl blocks
2026-03-27 7:29 UTC (2+ messages)
[PATCH v2 0/7] rust: dma: add from-slice constructors and use them in nova-core
2026-03-27 6:57 UTC (10+ messages)
` [PATCH v2 1/7] rust: dma: add from-slice constructors for Coherent and CoherentBox
` [PATCH v2 2/7] gpu: nova-core: firmware: riscv: use dma::Coherent
` [PATCH v2 3/7] gpu: nova-core: firmware: fwsec: "
` [PATCH v2 4/7] gpu: nova-core: falcon: "
` [PATCH v2 5/7] gpu: nova-core: fb: use dma::CoherentHandle
` [PATCH v2 6/7] gpu: nova-core: firmware: gsp: use dma::Coherent for signatures
` [PATCH v2 7/7] gpu: nova-core: firmware: gsp: use dma::Coherent for level0 table
[PATCH v3] gpu: nova-core: gsp: fix undefined behavior in command queue code
2026-03-27 6:56 UTC (2+ messages)
[PATCH 00/13] drm/tyr: add debugfs support
2026-03-27 6:18 UTC (20+ 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 10/13] drm/tyr: expose Vm gpuvm_core, gpuvm and va_range as pub(crate)
` [PATCH 11/13] drm/tyr: add debugfs infrastructure
` [PATCH 12/13] drm/tyr: add vms and gpuvas debugfs interface
` [PATCH 13/13] drm/tyr: add gems field and gems "
[PATCH v2] gpu: nova-core: gsp: fix undefined behavior in command queue code
2026-03-27 0:47 UTC (9+ messages)
[PATCH V6 0/3] Rust support for powerpc
2026-03-26 22:16 UTC (3+ messages)
[PATCH v4 0/2] Introduce Synology Microp driver
2026-03-26 19:36 UTC (9+ messages)
` [PATCH v4 1/2] dt-bindings: embedded-controller: Add synology,microp device
[PATCH 1/3] rust: uaccess: generalize write_dma() to accept any Coherent<T>
2026-03-26 18:17 UTC (8+ messages)
[PATCH v9 0/7] Rust bindings for gem shmem
2026-03-26 16:10 UTC (6+ messages)
` [PATCH v9 5/7] rust: drm: gem: shmem: Add DRM shmem helper abstraction
` (subset) [PATCH v9 0/7] Rust bindings for gem shmem
[drm-rust-next PATCH 0/2] Fix sync::aref imports
2026-03-26 15:50 UTC (8+ messages)
` [PATCH drm-rust-next 1/2] rust: workqueue: use new sync::aref path for imports
` [PATCH drm-rust-next 2/2] rust: drm: "
[PATCH v3 0/4] rust: Add ARef support for work items
2026-03-26 15:48 UTC (2+ messages)
[PATCH 0/7] rust: dma: add from-slice constructors and use them in nova-core
2026-03-26 15:35 UTC (9+ messages)
` [PATCH 1/7] rust: dma: add from-slice constructors for Coherent and CoherentBox
` [PATCH 4/7] gpu: nova-core: falcon: use dma::Coherent
[PATCH] MAINTAINERS: Update Rust I2C Subsystem entries
2026-03-26 13:40 UTC (7+ messages)
[PATCH 1/2] rust: dma: remove DMA_ATTR_NO_KERNEL_MAPPING from public attrs
2026-03-26 13:37 UTC (7+ messages)
` [PATCH 2/2] rust: dma: add CoherentHandle for DMA allocations without kernel mapping
[PATCH v4 0/2] cpufreq/amd-pstate: Prevent scheduling when atomic on PREEMPT_RT
2026-03-26 13:16 UTC (6+ messages)
` [PATCH v4 1/2] cpufreq/amd-pstate: Pass the policy to amd_pstate_update()
` [PATCH v4 2/2] cpufreq: Pass the policy to cpufreq_driver->adjust_perf()
[PATCH] rust/alloc: add Vec::into_boxed_slice()
2026-03-26 12:40 UTC (7+ messages)
[PATCH v3 0/4] add `const_assert!` macro and rework documentation
2026-03-26 12:09 UTC (4+ messages)
` [PATCH v3 4/4] rust: make `build_assert` module the home of related macros
[PATCH v4 08/10] gpu: nova-core: convert falcon registers to kernel register macro
2026-03-26 11:46 UTC (2+ messages)
[PATCH 0/5] pin-init upstream sync for v7.0
2026-03-26 8:23 UTC (2+ messages)
[PATCH v4 00/10] gpu: nova-core: convert registers to use the kernel register macro
2026-03-26 6:27 UTC (3+ messages)
[PATCH 1/2] rust: watchdog: add watchdog device abstraction
2026-03-26 5:02 UTC (2+ 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 (31+ 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 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 12/31] gpu: nova-core: Hopper/Blackwell: add FMC firmware image, in support of FSP
` [PATCH v8 16/31] rust: ptr: add const_align_up()
[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 (3+ 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 (4+ messages)
` [PATCH v2 9/9] gpu: nova-core: gsp: add CeGetFaultMethodBufferSize RM control command
[PATCH v7 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
2026-03-25 11:18 UTC (7+ messages)
` [PATCH v7 07/31] gpu: nova-core: move firmware image parsing code to firmware.rs
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