messages from 2026-02-17 02:45:18 to 2026-02-19 02:12:51 UTC [more...]
[PATCH v3 0/8] gpu: nova-core: miscellaneous improvements
2026-02-19 2:12 UTC (14+ messages)
` [PATCH v3 1/8] gpu: nova-core: gsp: warn if data remains after processing a message
` [PATCH v3 2/8] gpu: nova-core: gsp: remove unnecessary Display impls
` [PATCH v3 3/8] gpu: nova-core: gsp: simplify sequencer opcode parsing
` [PATCH v3 4/8] gpu: nova-core: gsp: remove unneeded sequencer trait
` [PATCH v3 5/8] gpu: nova-core: gsp: derive `Debug` on more sequencer types
` [PATCH v3 6/8] gpu: nova-core: gsp: derive Zeroable for GspStaticConfigInfo
` [PATCH v3 7/8] gpu: nova-core: use core library's CStr instead of kernel one
` [PATCH v3 8/8] gpu: nova-core: gsp: use available device reference
[PATCH v10 0/8] Preparatory patches for nova-core memory management
2026-02-19 2:06 UTC (16+ messages)
` [PATCH v10 1/8] gpu: Move DRM buddy allocator one level up (part one)
` [PATCH v10 2/8] gpu: Move DRM buddy allocator one level up (part two)
` [PATCH v10 3/8] gpu: Fix uninitialized buddy for built-in drivers
` [PATCH v10 4/8] rust: ffi: Convert pub use to pub mod and create ffi module
` [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
` [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
` [PATCH v10 7/8] nova-core: mm: Select GPU_BUDDY for VRAM allocation
` [PATCH v10 8/8] nova-core: Kconfig: Sort select statements alphabetically
[PATCH -next v9 0/3] rust: Add CList and GPU buddy allocator bindings
2026-02-19 0:59 UTC (4+ messages)
` [PATCH -next v9 1/3] rust: clist: Add support to interface with C linked lists
[RFC v3 00/27] lib: Rust implementation of SPDM
2026-02-19 0:56 UTC (7+ messages)
[PATCH v3] gpu: nova-core: fix stack overflow in GSP memory allocation
2026-02-18 23:23 UTC (2+ messages)
[LSF/MM/BPF TOPIC][RESEND] Status of Rust in the block subsystem
2026-02-18 21:31 UTC
[PATCH v7 00/23] nova-core: Add memory management support
2026-02-18 21:20 UTC (24+ messages)
` [PATCH v7 01/23] nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v7 02/23] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v7 03/23] nova-core: Add BAR1 aperture type and size constant
` [PATCH v7 04/23] nova-core: gsp: Add BAR1 PDE base accessors
` [PATCH v7 05/23] nova-core: mm: Add common memory management types
` [PATCH v7 06/23] nova-core: mm: Add common types for all page table formats
` [PATCH v7 07/23] nova-core: mm: Add MMU v2 page table types
` [PATCH v7 08/23] nova-core: mm: Add MMU v3 "
` [PATCH v7 09/23] nova-core: mm: Add unified page table entry wrapper enums
` [PATCH v7 10/23] nova-core: mm: Add TLB flush support
` [PATCH v7 11/23] nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v7 12/23] nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v7 13/23] nova-core: mm: Add Virtual Memory Manager
` [PATCH v7 14/23] nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v7 15/23] nova-core: mm: Add multi-page mapping API "
` [PATCH v7 16/23] nova-core: mm: Add BAR1 user interface
` [PATCH v7 17/23] nova-core: gsp: Return GspStaticInfo and FbLayout from boot()
` [PATCH v7 18/23] nova-core: mm: Add BAR1 memory management self-tests
` [PATCH v7 19/23] nova-core: mm: Add PRAMIN aperture self-tests
` [PATCH v7 20/23] nova-core: gsp: Extract usable FB region from GSP
` [PATCH v7 21/23] nova-core: fb: Add usable_vram field to FbLayout
` [PATCH v7 22/23] nova-core: mm: Use usable VRAM region for buddy allocator
` [PATCH v7 23/23] nova-core: mm: Add BarUser to struct Gpu and create at boot
[PATCH] rust: pin-init: replace clippy `expect` with `allow`
2026-02-18 20:38 UTC (5+ messages)
[PATCH] rust: irq: add `'static` bounds to irq callbacks
2026-02-18 20:36 UTC (2+ messages)
[PATCH] rust: hrtimer: document handle based design rationale
2026-02-18 20:15 UTC (4+ messages)
[PATCH 0/4] rust: add pointer projection infrastructure and convert DMA
2026-02-18 18:25 UTC (10+ messages)
[PATCH] gpu: nova-core: consolidate GSP boot parameters into GspBootContext
2026-02-18 16:55 UTC
[PATCH v2 0/2] Fix VMA confusion in Rust Binder
2026-02-18 16:39 UTC (7+ messages)
` [PATCH v2 1/2] rust_binder: check ownership before using vma
` [PATCH v2 2/2] rust_binder: avoid reading the written value in offsets array
[PATCH] rust_binder: use lock_vma_under_rcu() in use_page_slow()
2026-02-18 16:21 UTC (3+ messages)
[PATCH v4] tools build: Fix rust cross compilation
2026-02-18 15:47 UTC
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2026-02-18 15:08 UTC (5+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
[PATCH v3] rust: page: add byte-wise atomic memory copy methods
2026-02-18 14:42 UTC (24+ messages)
[PATCH v3] tools build: Fix rust cross compilation
2026-02-18 13:51 UTC (3+ messages)
[PATCH 0/2] rust: pages that cannot be racy
2026-02-18 11:41 UTC (7+ messages)
` [PATCH 2/2] rust: page: add method to copy data between safe pages
[LSF/MM/BPF TOPIC] Evaluating Rust for XArray
2026-02-18 11:24 UTC (9+ messages)
[RFC PATCH 2/4] rust: sync: Add dma_fence abstractions
2026-02-18 10:48 UTC (20+ messages)
[PATCH v2] rust: page: add byte-wise atomic memory copy methods
2026-02-18 10:09 UTC (39+ messages)
[PATCH] rust: add a ring buffer implementation
2026-02-18 8:29 UTC (13+ messages)
[PATCH v2 00/10] rust: pci: add abstractions for SR-IOV capability
2026-02-18 2:03 UTC (4+ messages)
` [PATCH v2 10/10] samples: rust: add SR-IOV driver sample
[PATCH] rust: irq: add missing 'static bound to IRQ callback functions
2026-02-17 22:56 UTC (3+ messages)
[PATCH 0/2] Fix VMA confusion in Rust Binder
2026-02-17 21:17 UTC (13+ messages)
` [PATCH 1/2] rust_binder: check ownership before using vma
` [PATCH 2/2] rust_binder: avoid reading the written value in offsets array
[PATCH v3 0/1] rust: introduce abstractions for fwctl
2026-02-17 20:49 UTC (2+ messages)
` [PATCH v3 1/1] "
[PATCH v4 00/33] gpu: nova-core: firmware: Hopper/Blackwell support
2026-02-17 20:20 UTC (21+ messages)
` [PATCH v4 17/33] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
` [PATCH v4 18/33] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
` [PATCH v4 19/33] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
` [PATCH v4 20/33] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
` [PATCH v4 24/33] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
` [PATCH v4 25/33] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH v4 27/33] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH v4 28/33] gpu: nova-core: refactor SEC2 booter loading into run_booter() helper
` [PATCH v4 29/33] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
[PATCH] rust_binder: add additional alignment checks
2026-02-17 20:05 UTC (3+ messages)
[PATCH v7 0/7] Rust bindings for gem shmem + iosys_map
2026-02-17 19:53 UTC (5+ messages)
` [PATCH v7 4/7] rust: drm: gem: shmem: Add DRM shmem helper abstraction
` [PATCH v7 5/7] rust: drm: gem: Introduce shmem::SGTable
[PATCH 0/2] gpu: nova-core: use GSP RPC sequence numbers properly
2026-02-17 11:52 UTC (6+ messages)
` [PATCH 1/2] gpu: nova-core: fix GSP RPC send sequence numbers to match Open RM
` [PATCH 2/2] gpu: nova-core: improve GSP RPC debug logging with message classification
[PATCH v2 0/6] rust: io: turn IoCapable into a functional trait
2026-02-17 11:17 UTC (12+ messages)
` [PATCH v2 1/6] "
[PATCH 00/79] block: rnull: complete the rust null block driver
2026-02-17 9:54 UTC (4+ messages)
` [PATCH 62/79] block: rust: add `TagSet::update_hw_queue_count`
[PATCH v1] tools build: Fix rust cross compilation
2026-02-17 8:22 UTC (3+ messages)
[PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
2026-02-17 2:45 UTC (6+ messages)
` [PATCH v5 2/4] rust: macros: add derive macro for `TryFrom`
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