messages from 2026-03-25 12:59:28 to 2026-03-27 15:42:51 UTC [more...]
[PATCH v5 0/3] Implement Send and Sync for clk
2026-03-27 15:42 UTC (8+ messages)
subscribe
2026-03-27 14:37 UTC
[PATCH v3] gpu: nova-core: gsp: fix undefined behavior in command queue code
2026-03-27 14:34 UTC (4+ messages)
[PATCH 0/2] rust: add support for Software Tag-Based KASAN
2026-03-27 14:28 UTC (8+ messages)
` [PATCH 1/2] rust: kasan: do not pass -Zsanitizer-recover
[RFC 0/2] block: Introduce a BPF-based I/O scheduler
2026-03-27 14:21 UTC (4+ messages)
` [RFC 1/2] block: Introduce the UFQ "
` [RFC 2/2] tools/ufq_iosched: add BPF example scheduler and build scaffolding
[PATCH v2 0/3] Inline helpers into Rust without full LTO
2026-03-27 13:41 UTC (21+ messages)
` "
[PATCH v4 0/2] Introduce Synology Microp driver
2026-03-27 13:34 UTC (10+ messages)
` [PATCH v4 1/2] dt-bindings: embedded-controller: Add synology,microp device
[PATCH 0/8] I/O type generalization and projection
2026-03-27 12:19 UTC (22+ 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 8/8] rust: dma: drop `dma_read!` and `dma_write!` API
[PATCH v3] rust: Mark all from() for Error functions inline
2026-03-27 11:56 UTC (3+ messages)
[PATCH] rust: list: hide macros from top-level kernel doc
2026-03-27 11:25 UTC (2+ messages)
[PATCH] MAINTAINERS: add `.rustfmt.toml` to "RUST" entry
2026-03-27 11:20 UTC (2+ messages)
[PATCH 0/7] rust: dma: add from-slice constructors and use them in nova-core
2026-03-27 10:39 UTC (10+ 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 v9 0/7] Rust bindings for gem shmem
2026-03-27 9:53 UTC (7+ 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 v9 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
2026-03-27 9:33 UTC (33+ 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 1/2] rust: watchdog: add watchdog device abstraction
2026-03-27 9:01 UTC (3+ 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 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 1/3] rust: uaccess: generalize write_dma() to accept any Coherent<T>
2026-03-26 18:17 UTC (7+ messages)
[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] 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 v2] rust: allow Clang-native `RANDSTRUCT` configs
2026-03-26 3:18 UTC (2+ messages)
[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 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 (2+ messages)
` [PATCH 6.12.y 3/3] rust: pin-init: replace shadowed return token by `unsafe`-to-create token
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