[PATCH 0/9] gpu: nova-core: miscellaneous improvements
2025-12-08 17:55 UTC (13+ messages)
` [PATCH 1/9] gpu: nova-core: gsp: warn if data remains after processing a message
` [PATCH 2/9] gpu: nova-core: gsp: remove unnecessary Display impls
` [PATCH 3/9] gpu: nova-core: gsp: simplify sequencer opcode parsing
` [PATCH 4/9] gpu: nova-core: gsp: remove unneeded sequencer trait
` [PATCH 5/9] gpu: nova-core: gsp: derive `Debug` on more sequencer types
` [PATCH 6/9] gpu: nova-core: gsp: derive Zeroable for GspStaticConfigInfo
` [PATCH 7/9] gpu: nova-core: firmware: fwsec: do not require bound device when unneeded
` [PATCH 8/9] gpu: nova-core: use core library's CStr instead of kernel one
` [PATCH 9/9] gpu: nova-core: simplify str_from_null_terminated
[PATCH v2 0/4] gpu: nova-core: Fixups for GSP message queue and bindings
2025-12-08 10:06 UTC (2+ messages)
[PATCH 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
2025-12-08 6:09 UTC (53+ messages)
` [PATCH 01/31] gpu: nova-core: print FB sizes, along with ranges
` [PATCH 02/31] gpu: nova-core: add FbRange.len() and use it in boot.rs
` [PATCH 03/31] gpu: nova-core: Hopper/Blackwell: basic GPU identification
` [PATCH 04/31] nova-core: factor .fwsignature* selection into a new get_gsp_sigs_section()
` [PATCH 05/31] gpu: nova-core: use GPU Architecture to simplify HAL selections
` [PATCH 06/31] gpu: nova-core: apply the one "use" item per line policy to commands.rs
` [PATCH 07/31] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH 08/31] gpu: nova-core: move firmware image parsing code to firmware.rs
` [PATCH 09/31] gpu: nova-core: factor out a section_name_eq() function
` [PATCH 10/31] gpu: nova-core: don't assume 64-bit firmware images
` [PATCH 11/31] gpu: nova-core: add support for 32-bit "
` [PATCH 12/31] gpu: nova-core: add auto-detection of 32-bit, 64-bit "
` [PATCH 13/31] gpu: nova-core: Hopper/Blackwell: add FMC firmware image, in support of FSP
` [PATCH 14/31] gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stub
` [PATCH 15/31] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
` [PATCH 16/31] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
` [PATCH 17/31] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
` [PATCH 18/31] gpu: nova-core: Hopper/Blackwell: add needs_large_reserved_mem()
` [PATCH 19/31] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
` [PATCH 20/31] gpu: nova-core: Hopper/Blackwell: add FSP message structures
` [PATCH 21/31] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
` [PATCH 22/31] gpu: nova-core: Hopper/Blackwell: add FSP send/receive messaging
` [PATCH 23/31] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
` [PATCH 24/31] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH 25/31] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH 26/31] gpu: nova-core: refactor SEC2 booter loading into run_booter() helper
` [PATCH 27/31] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
` [PATCH 28/31] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
` [PATCH 29/31] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot path
` [PATCH 30/31] gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror
` [PATCH 31/31] gpu: nova-core: clarify the GPU firmware boot steps
[RFC 0/7] gpu: nova-core: Enable booting GSP with vGPU enabled
2025-12-07 16:57 UTC (12+ messages)
` [RFC 1/7] rust: pci: expose sriov_get_totalvfs() helper
` [RFC 2/7] [!UPSTREAM] rust: pci: support configuration space access
` [RFC 3/7] gpu: nova-core: introduce vgpu_support module param
` [RFC 4/7] gpu: nova-core: populate GSP_VF_INFO when vGPU is enabled
` [RFC 5/7] gpu: nova-core: set RMSetSriovMode when NVIDIA "
` [RFC 6/7] gpu: nova-core: reserve a larger GSP WPR2 heap when "
` [RFC 7/7] gpu: nova-core: load the scrubber ucode when vGPU support "
nouveau: endless drm_WARN_ON(state->checked) spew beginning at 6.19 merge window
2025-12-06 9:04 UTC
[PATCH 00/11] gpu: nova-core: add Turing support
2025-12-05 23:22 UTC (21+ messages)
` [PATCH 09/11] gpu: nova-core: add FalconUCodeDescV2 support
` [PATCH 10/11] gpu: nova-core: LibosMemoryRegionInitArgument size must be page aligned
` [PATCH 11/11] gpu: nova-core: add PIO support for loading firmware images
[PATCH] drm/nouveau/dispnv50: Don't call drm_atomic_get_crtc_state() in prepare_fb
2025-12-05 21:31 UTC
[PATCH] drm: nouveau: Replace sprintf() with sysfs_emit()
2025-12-05 20:12 UTC
[PATCH RESEND] drm/nouveau: fix circular dep oops from vendored i2c encoder
2025-12-05 20:08 UTC (2+ messages)
[PATCH] drm/nouveau : refactor deprecated strcpy
2025-12-05 19:55 UTC (2+ messages)
` [PATCH v2] "
[PATCH v2] drm/nouveau/gsp: Allocate fwsec-sb at boot
2025-12-04 23:10 UTC (2+ messages)
[PATCH v4 0/3] Introduce support for C linked list interfacing and GPU Buddy bindings
2025-12-04 21:57 UTC (4+ messages)
` [PATCH v4 1/3] rust: clist: Add support to interface with C linked lists
` [PATCH v4 3/3] rust: gpu: Add GPU buddy allocator bindings
[PATCH 0/4] Inline helpers into Rust without full LTO
2025-12-04 19:29 UTC (17+ messages)
` [PATCH 1/4] vmalloc: export vrealloc_node_align_noprof
` [PATCH 2/4] rust: helpers: #define __rust_helper
` [PATCH 3/4] kbuild: rust: add `CONFIG_RUSTC_CLANG_LLVM_COMPATIBLE`
` [PATCH 4/4] build: rust: provide an option to inline C helpers into Rust
[PATCH 6.12 126/132] drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup
2025-12-03 17:15 UTC (2+ messages)
[PATCH 6.12.y] drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup
2025-12-03 16:50 UTC (6+ messages)
` Patch "drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup" has been added to the 6.12-stable tree
[PATCH 6.17 090/146] drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup
2025-12-03 15:27 UTC
[PATCH v3] rust: clist: Add support to interface with C linked lists
2025-12-03 15:08 UTC (22+ messages)
[PATCH] nouveau: use proper atomic accessor to get crtc state
2025-12-03 12:27 UTC (2+ messages)
[PATCH v2 0/5] gpu: nova-core: Hopper/Blackwell prerequisites
2025-12-03 5:26 UTC (7+ messages)
` [PATCH v2 2/5] gpu: nova-core: add FbRange.len() and use it in boot.rs
[PATCH v2 1/3] rust: helpers: Add list helpers for C linked list operations
2025-12-03 3:30 UTC (13+ messages)
[PATCH v2 00/13] gpu: nova-core: add Turing support
2025-12-03 2:21 UTC (27+ messages)
` [PATCH v2 01/13] gpu: nova-core: rename Imem to ImemSecure
` [PATCH v2 02/13] gpu: nova-core: add ImemNonSecure section infrastructure
` [PATCH v2 03/13] gpu: nova-core: support header parsing on Turing/GA100
` [PATCH v2 04/13] gpu: nova-core: add support for Turing/GA100 fwsignature
` [PATCH v2 05/13] gpu: nova-core: add NV_PFALCON_FALCON_DMATRFCMD::with_falcon_mem()
` [PATCH v2 06/13] gpu: nova-core: add Turing boot registers
` [PATCH v2 07/13] gpu: nova-core: move some functions into the HAL
` [PATCH v2 08/13] gpu: nova-core: Add basic Turing HAL
` [PATCH v2 09/13] gpu: nova-core: add Falcon HAL method supports_dma()
` [PATCH v2 10/13] gpu: nova-core: add FalconUCodeDescV2 support
` [PATCH v2 11/13] gpu: nova-core: align LibosMemoryRegionInitArgument size to page size
` [PATCH v2 12/13] gpu: nova-core: add PIO support for loading firmware images
` [PATCH v2 13/13] [RFC] gpu: nova: implement trait object FalconUCodeDescriptor
[PATCH v6 4/8] rust: gem: Introduce DriverObject::Args
2025-12-02 22:03 UTC
[PATCH 6.6.y] drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup
2025-12-02 15:53 UTC (3+ messages)
[PATCH 0/4] Rust GPUVM support
2025-12-02 13:42 UTC (8+ messages)
` [PATCH 1/4] drm/gpuvm: take GEM lock inside drm_gpuvm_bo_obtain_prealloc()
` [PATCH 4/4] rust: drm: add GPUVM immediate mode abstraction
[PATCH] nouveau: don't inherit boot eDP
2025-12-01 20:25 UTC
[PATCH] drm/nouveau/gsp: Prepare fwsec-sb and fwsec-frts at boot
2025-12-01 18:13 UTC (2+ messages)
[PATCH 0/5] drm: Remove remaining support for kdb
2025-12-01 16:41 UTC (2+ messages)
Patch "drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup" has been added to the 6.17-stable tree
2025-12-01 16:08 UTC
[PATCH] drm/nouveau: Resolve the issue of VGA not detecting disconnection
2025-12-01 7:36 UTC
page: next (older)
- 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).