nouveau
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/12/31
Re: [PATCH] gpu: nova-core: bitfield: use &mut self setters instead of builder pattern
John Hubbard
2025/12/31
Re: [PATCH] gpu: nova-core: bitfield: use &mut self setters instead of builder pattern
Timur Tabi
2025/12/31
Re: [PATCH v4 06/11] gpu: nova-core: move some functions into the HAL
John Hubbard
2025/12/31
[PATCH] gpu: nova-core: bitfield: use &mut self setters instead of builder pattern
John Hubbard
2025/12/31
Re: [PATCH v4 05/11] gpu: nova-core: add NV_PFALCON_FALCON_DMATRFCMD::with_falcon_mem()
John Hubbard
2025/12/31
Re: [PATCH v4 11/11] gpu: nova-core: add PIO support for loading firmware images
Timur Tabi
2025/12/31
Re: [PATCH v4 00/11] gpu: nova-core: add Turing support
Timur Tabi
2025/12/31
Re: [PATCH v4 00/11] gpu: nova-core: add Turing support
John Hubbard
2025/12/31
Re: ba1b40ed0e34bab597fd90d4c4e9f7397f878c8f for 6.18.y
John Hubbard
2025/12/31
Re: [PATCH v4 03/11] gpu: nova-core: support header parsing on Turing/GA100
John Hubbard
2025/12/31
Re: [PATCH v4 02/11] gpu: nova-core: add ImemNonSecure section infrastructure
John Hubbard
2025/12/31
Re: [PATCH v4 01/11] gpu: nova-core: rename Imem to ImemSecure
John Hubbard
2025/12/31
Re: [PATCH v4 04/11] gpu: nova-core: add support for Turing/GA100 fwsignature
John Hubbard
2025/12/31
Re: [PATCH v4 00/11] gpu: nova-core: add Turing support
Timur Tabi
2025/12/31
Re: [PATCH v4 00/11] gpu: nova-core: add Turing support
John Hubbard
2025/12/31
Re: [PATCH v4 00/11] gpu: nova-core: add Turing support
John Hubbard
2025/12/31
Re: [PATCH v4 00/11] gpu: nova-core: add Turing support
Timur Tabi
2025/12/31
RE: [REGRESSION][BISECTED] Freeze when nouveau loads GSP firmware during boot on Blackwell
Christopher Snowhill
2025/12/30
[REGRESSION][BISECTED] Freeze when nouveau loads GSP firmware during boot on Blackwell
Matthew Schwartz
2025/12/30
Re: [PATCH v4 00/11] gpu: nova-core: add Turing support
John Hubbard
2025/12/30
Re: [PATCH v4 00/11] gpu: nova-core: add Turing support
Timur Tabi
2025/12/30
Re: [PATCH v4 00/11] gpu: nova-core: add Turing support
John Hubbard
2025/12/30
Re: ba1b40ed0e34bab597fd90d4c4e9f7397f878c8f for 6.18.y
Danilo Krummrich
2025/12/30
ba1b40ed0e34bab597fd90d4c4e9f7397f878c8f for 6.18.y
Miguel Ojeda
2025/12/30
Re: [PATCH v4 11/11] gpu: nova-core: add PIO support for loading firmware images
Timur Tabi
2025/12/30
Re: [PATCH v4 00/11] gpu: nova-core: add Turing support
Timur Tabi
2025/12/30
Re: [PATCH v4 1/4] rust: macros: add derive macro for `Into`
Benno Lossin
2025/12/29
RE: [BUG] NULL pointer dereference in Nouveau in 6.19 rc3 on boot
Christopher Snowhill
2025/12/29
[PATCH 00/12] Recover sysfb after DRM probe failure
Zack Rusin
2025/12/29
[PATCH 06/12] drm/nouveau: Use devm aperture helpers for sysfb restore on probe failure
Zack Rusin
2025/12/29
Re: [PATCH 0/4] nova-core Improve pin initializer code
Danilo Krummrich
2025/12/29
[GIT PULL] DRM Rust fixes for v6.19-rc4
Danilo Krummrich
2025/12/29
Re: [PATCH v4] drm/nova: Align GEM memory allocation to system page size
Danilo Krummrich
2025/12/29
Re: [PATCH v4 1/4] rust: macros: add derive macro for `Into`
Jesung Yang
2025/12/29
[BUG] NULL pointer dereference in Nouveau in 6.19 rc3 on boot
Christopher Snowhill
2025/12/29
Re: [PATCH v4 00/11] gpu: nova-core: add Turing support
Ewan Chorynski
2025/12/27
Re: [PATCH v4 1/4] rust: macros: add derive macro for `Into`
Benno Lossin
2025/12/27
NULL pointer dereference in Nouveau in 6.19 rc2 on boot
Christopher Snowhill
2025/12/27
Re: [PATCH v4 1/4] rust: macros: add derive macro for `Into`
Jesung Yang
2025/12/26
Re: [PATCH v4 1/4] rust: macros: add derive macro for `Into`
Benno Lossin
2025/12/26
Re: [PATCH v4 1/4] rust: macros: add derive macro for `Into`
Jesung Yang
2025/12/25
Re: [PATCH v4 2/4] rust: macros: add derive macro for `TryFrom`
Benno Lossin
2025/12/25
Re: [PATCH v4 1/4] rust: macros: add derive macro for `Into`
Benno Lossin
2025/12/25
Nouveau driver warn on most xfstests in current mainline (6.19-rc2)
Steve French
2025/12/25
[PATCH v4 4/4] rust: macros: add private doctests for `TryFrom` derive macro
Jesung Yang via B4 Relay
2025/12/25
[PATCH v4 2/4] rust: macros: add derive macro for `TryFrom`
Jesung Yang via B4 Relay
2025/12/25
[PATCH v4 0/4] rust: add `TryFrom` and `Into` derive macros
Jesung Yang via B4 Relay
2025/12/25
[PATCH v4 1/4] rust: macros: add derive macro for `Into`
Jesung Yang via B4 Relay
2025/12/25
[PATCH v4 3/4] rust: macros: add private doctests for `Into` derive macro
Jesung Yang via B4 Relay
2025/12/24
Re: [PATCH v3 0/4] rust: add `TryFrom` and `Into` derive macros
Jesung Yang
2025/12/24
Re: [PATCH v3 0/4] rust: add `TryFrom` and `Into` derive macros
Alexandre Courbot
2025/12/23
[PATCH v3 4/4] rust: macros: add private doctests for `TryFrom` derive macro
Jesung Yang
2025/12/23
[PATCH v3 3/4] rust: macros: add private doctests for `Into` derive macro
Jesung Yang
2025/12/23
[PATCH v3 0/4] rust: add `TryFrom` and `Into` derive macros
Jesung Yang
2025/12/23
Re: [PATCH] gpu: nova-core: replace `kernel::c_str!` with C-Strings
Danilo Krummrich
2025/12/23
Re: [PATCH v4] drm/nova: Align GEM memory allocation to system page size
Brendan Shephard
2025/12/22
Re: (subset) [PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
Mark Brown
2025/12/22
Re: [PATCH] gpu: nova-core: replace `kernel::c_str!` with C-Strings
Daniel Almeida
2025/12/22
Re: [PATCH 2/2] rust/drm/gem: Use DeviceCtx with GEM objects
Daniel Almeida
2025/12/22
Re: [PATCH 1/2] rust: drm: Introduce DeviceCtx
Daniel Almeida
2025/12/22
[PATCH] gpu: nova-core: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
2025/12/21
Re: [PATCH v3 9/9] gpu: nova-core: create GSP-RM logging buffers debugfs entries
kernel test robot
2025/12/20
Re: [PATCH 6/7] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command GSP upon unloading
Timur Tabi
2025/12/20
Re: [PATCH 4/4] rust: drm: add GPUVM immediate mode abstraction
Alice Ryhl
2025/12/20
Re: [PATCH 4/4] rust: drm: add GPUVM immediate mode abstraction
Alice Ryhl
2025/12/19
[PATCH 1/2] drm/nouveau/disp/nv50-: Set lock_core in curs507a_prepare
Lyude Paul
2025/12/19
[PATCH 2/2] drm/nouveau/kms/nv50-: Assert we hold nv50_disp->lock in nv50_head_flush_*
Lyude Paul
2025/12/19
[PATCH 0/2] drm/nouveau: Fix cursor-related display hang
Lyude Paul
2025/12/19
[PATCH RFC v5 6/6] nova-core: Add PRAMIN aperture self-tests
Joel Fernandes
2025/12/19
[PATCH RFC v5 5/6] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
Joel Fernandes
2025/12/19
[PATCH RFC v5 4/6] nova-core: mm: Add support to use PRAMIN windows to write to VRAM
Joel Fernandes
2025/12/19
[PATCH RFC v5 3/6] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
2025/12/19
[PATCH RFC v5 1/6] rust: clist: Add support to interface with C linked lists
Joel Fernandes
2025/12/19
[PATCH RFC v5 0/6] nova-core: Memory management initial patches
Joel Fernandes
2025/12/19
Re: [PATCH 00/10] rust: refactor ARef and AlwaysRefCounted imports
Danilo Krummrich
2025/12/19
Re: [PATCH 4/4] rust: drm: add GPUVM immediate mode abstraction
Danilo Krummrich
2025/12/19
Re: [PATCH 05/10] rust: kernel: Update ARef and AlwaysRefCounted imports to use sync::aref
Danilo Krummrich
2025/12/19
Re: [PATCH 1/4] drm/gpuvm: take GEM lock inside drm_gpuvm_bo_obtain_prealloc()
Danilo Krummrich
2025/12/19
Re: [PATCH 2/4] drm/gpuvm: drm_gpuvm_bo_obtain() requires lock and staged mode
Danilo Krummrich
2025/12/19
[PATCH v5 22/28] drm/nouveau: Remove drm_sched_init_args->num_rqs usage
Tvrtko Ursulin
2025/12/19
Re: [PATCH v4 08/11] gpu: nova-core: add Falcon HAL method supports_dma()
Alexandre Courbot
2025/12/18
Re: [PATCH 6/7] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command GSP upon unloading
Joel Fernandes
2025/12/18
Re: [PATCH v4 10/11] gpu: nova-core: align LibosMemoryRegionInitArgument size to page size
Alexandre Courbot
2025/12/18
Re: [PATCH v4 10/11] gpu: nova-core: align LibosMemoryRegionInitArgument size to page size
Timur Tabi
2025/12/18
Re: [PATCH v4 10/11] gpu: nova-core: align LibosMemoryRegionInitArgument size to page size
Alexandre Courbot
2025/12/18
Re: [PATCH 6/7] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command GSP upon unloading
Alexandre Courbot
2025/12/18
Re: [PATCH 6/7] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command GSP upon unloading
Alexandre Courbot
2025/12/18
Re: [PATCH 6/7] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command GSP upon unloading
Joel Fernandes
2025/12/18
Re: [PATCH 6/7] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command GSP upon unloading
Joel Fernandes
2025/12/18
Re: [PATCH 6/7] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command GSP upon unloading
Timur Tabi
2025/12/18
Re: [PATCH v4 10/11] gpu: nova-core: align LibosMemoryRegionInitArgument size to page size
Timur Tabi
2025/12/18
Re: [PATCH 6/7] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command GSP upon unloading
Joel Fernandes
2025/12/18
Re: [PATCH 6/7] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command GSP upon unloading
Timur Tabi
2025/12/18
Re: [PATCH 0/4] nova-core Improve pin initializer code
Joel Fernandes
2025/12/18
Re: [PATCH 6/7] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command GSP upon unloading
Joel Fernandes
2025/12/18
Re: [PATCH v3 2/9] rust: debugfs: add lookup contructor
Matthew Maurer
2025/12/18
Re: [PATCH v3 4/9] rust: debugfs: fix Dir::scope() to not borrow self for returned lifetime
Matthew Maurer
2025/12/18
[PATCH 3/4] gpu: nova-core: gsp: get rid of redundant Result in Gsp::new()
Danilo Krummrich
2025/12/18
[PATCH 4/4] gpu: nova-core: gsp: move appropriate code into pin initializer
Danilo Krummrich
2025/12/18
[PATCH 2/4] gpu: nova-core: fw: move appropriate code into pin initializer
Danilo Krummrich
2025/12/18
[PATCH 1/4] gpu: nova-core: fw: get rid of redundant Result in GspFirmware::new()
Danilo Krummrich
2025/12/18
[PATCH 0/4] nova-core Improve pin initializer code
Danilo Krummrich
2025/12/18
Re: [PATCH v3 2/9] rust: debugfs: add lookup contructor
Danilo Krummrich
2025/12/18
Re: [PATCH v3 7/9] gpu: nova-core: implement BinaryWriter for LogBuffer
Danilo Krummrich
2025/12/18
Re: [PATCH v3 6/9] gpu: nova-core: create debugfs root when driver loads
Danilo Krummrich
2025/12/18
Re: [PATCH v3 0/9] gpu: nova-core: expose the logging buffers via debugfs
Danilo Krummrich
2025/12/18
Re: [PATCH v3 5/9] gpu: nova-core: Replace module_pci_driver! with explicit module init
Danilo Krummrich
2025/12/18
Re: [PATCH v3 1/9] rust: pci: add PCI device name method
Danilo Krummrich
2025/12/18
[PATCH v3 9/9] gpu: nova-core: create GSP-RM logging buffers debugfs entries
Timur Tabi
2025/12/18
[PATCH v3 8/9] gpu: nova-core: use pin projection in method boot()
Timur Tabi
2025/12/18
[PATCH v3 6/9] gpu: nova-core: create debugfs root when driver loads
Timur Tabi
2025/12/18
[PATCH v3 4/9] rust: debugfs: fix Dir::scope() to not borrow self for returned lifetime
Timur Tabi
2025/12/18
[PATCH v3 7/9] gpu: nova-core: implement BinaryWriter for LogBuffer
Timur Tabi
2025/12/18
[PATCH v3 3/9] rust: debugfs: add Dir::empty() for no-op directory handle
Timur Tabi
2025/12/18
[PATCH v3 2/9] rust: debugfs: add lookup contructor
Timur Tabi
2025/12/18
[PATCH v3 1/9] rust: pci: add PCI device name method
Timur Tabi
2025/12/18
[PATCH v3 5/9] gpu: nova-core: Replace module_pci_driver! with explicit module init
Timur Tabi
2025/12/18
[PATCH v3 0/9] gpu: nova-core: expose the logging buffers via debugfs
Timur Tabi
2025/12/18
Re: [PATCH 6/7] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command GSP upon unloading
Alexandre Courbot
2025/12/18
Re: [PATCH v4] drm/nova: Align GEM memory allocation to system page size
Alexandre Courbot
2025/12/18
Re: [PATCH v4 11/11] gpu: nova-core: add PIO support for loading firmware images
Alexandre Courbot
2025/12/18
Re: [PATCH v4 10/11] gpu: nova-core: align LibosMemoryRegionInitArgument size to page size
Alexandre Courbot
2025/12/18
Re: [PATCH v4 06/11] gpu: nova-core: move some functions into the HAL
Alexandre Courbot
2025/12/18
Re: [PATCH v4 05/11] gpu: nova-core: add NV_PFALCON_FALCON_DMATRFCMD::with_falcon_mem()
Alexandre Courbot
2025/12/18
Re: [PATCH v3 7/9] gpu: nova-core: implement BinaryWriter for LogBuffer
Alexandre Courbot
2025/12/18
Re: [PATCH v3 1/9] rust: pci: add PCI device name method
Miguel Ojeda
2025/12/18
Re: [PATCH v3 0/9] gpu: nova-core: expose the logging buffers via debugfs
Alice Ryhl
2025/12/18
Re: [PATCH v3 1/9] rust: pci: add PCI device name method
Alice Ryhl
2025/12/18
Re: [PATCH v4 09/11] gpu: nova-core: add FalconUCodeDescV2 support
Alexandre Courbot
2025/12/17
Re: [PATCH v4 08/11] gpu: nova-core: add Falcon HAL method supports_dma()
Alexandre Courbot
2025/12/17
[PATCH v4 06/11] gpu: nova-core: move some functions into the HAL
Timur Tabi
2025/12/17
[PATCH v4 11/11] gpu: nova-core: add PIO support for loading firmware images
Timur Tabi
2025/12/17
[PATCH v4 08/11] gpu: nova-core: add Falcon HAL method supports_dma()
Timur Tabi
2025/12/17
[PATCH v4 09/11] gpu: nova-core: add FalconUCodeDescV2 support
Timur Tabi
2025/12/17
[PATCH v4 04/11] gpu: nova-core: add support for Turing/GA100 fwsignature
Timur Tabi
2025/12/17
[PATCH v4 10/11] gpu: nova-core: align LibosMemoryRegionInitArgument size to page size
Timur Tabi
2025/12/17
[PATCH v4 07/11] gpu: nova-core: Add basic Turing HAL
Timur Tabi
2025/12/17
[PATCH v4 03/11] gpu: nova-core: support header parsing on Turing/GA100
Timur Tabi
2025/12/17
[PATCH v4 05/11] gpu: nova-core: add NV_PFALCON_FALCON_DMATRFCMD::with_falcon_mem()
Timur Tabi
2025/12/17
[PATCH v4 02/11] gpu: nova-core: add ImemNonSecure section infrastructure
Timur Tabi
2025/12/17
[PATCH v4 01/11] gpu: nova-core: rename Imem to ImemSecure
Timur Tabi
2025/12/17
[PATCH v4 00/11] gpu: nova-core: add Turing support
Timur Tabi
2025/12/17
Re: [PATCH v3 03/12] gpu: nova-core: support header parsing on Turing/GA100
Timur Tabi
2025/12/16
Re: [PATCH v3 11/12] gpu: nova-core: align LibosMemoryRegionInitArgument size to page size
Alexandre Courbot
2025/12/16
Re: [PATCH v3 08/12] gpu: nova-core: Add basic Turing HAL
Alexandre Courbot
2025/12/16
Re: [PATCH v3 00/12] gpu: nova-core: add Turing support
Alexandre Courbot
2025/12/16
Re: [PATCH v3 06/12] gpu: nova-core: add Turing boot registers
Alexandre Courbot
2025/12/16
Re: [PATCH v3 04/12] gpu: nova-core: add support for Turing/GA100 fwsignature
Alexandre Courbot
2025/12/16
Re: [PATCH v3 03/12] gpu: nova-core: support header parsing on Turing/GA100
Alexandre Courbot
2025/12/16
Re: [PATCH 3/7] gpu: nova-core: create debugfs root in PCI init closure
Timur Tabi
2025/12/16
Re: [PATCH 3/7] gpu: nova-core: create debugfs root in PCI init closure
Joel Fernandes
2025/12/16
Re: [PATCH 3/7] gpu: nova-core: create debugfs root in PCI init closure
Timur Tabi
2025/12/16
Re: [PATCH 3/7] gpu: nova-core: create debugfs root in PCI init closure
Joel Fernandes
2025/12/16
Re: [PATCH 3/7] gpu: nova-core: create debugfs root in PCI init closure
Timur Tabi
2025/12/16
Re: [PATCH v3 2/4] gpu: nova-core: gsp: fix length of received messages
Alexandre Courbot
2025/12/16
Re: [PATCH 6/7] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command GSP upon unloading
Joel Fernandes
2025/12/16
Re: [PATCH 1/7] rust: pci: pass driver data by value to `unbind`
Alexandre Courbot
2025/12/16
Re: [PATCH v3 2/3] gpu: nova-core: select RUST_FW_LOADER_ABSTRACTIONS
Alexandre Courbot
2025/12/16
Re: [PATCH v3 0/4] gpu: nova-core: fixups for GSP message queue and bindings
Alexandre Courbot
2025/12/16
Re: [PATCH 1/7] rust: pci: pass driver data by value to `unbind`
Danilo Krummrich
2025/12/16
Re: [PATCH RFC 4/7] rust: pin-init: allow `dead_code` on projection structure
Benno Lossin
2025/12/16
Re: [PATCH v3 2/3] gpu: nova-core: select RUST_FW_LOADER_ABSTRACTIONS
Alexandre Courbot
2025/12/16
Re: [PATCH v3 2/4] gpu: nova-core: gsp: fix length of received messages
Alexandre Courbot
2025/12/16
Re: [PATCH 3/7] gpu: nova-core: create debugfs root in PCI init closure
John Hubbard
2025/12/16
Re: [PATCH v3 0/4] gpu: nova-core: fixups for GSP message queue and bindings
Joel Fernandes
2025/12/16
Re: [PATCH v3 2/4] gpu: nova-core: gsp: fix length of received messages
Joel Fernandes
2025/12/15
Re: [PATCH v3 2/4] gpu: nova-core: gsp: fix length of received messages
Alistair Popple
2025/12/15
[PATCH 6/7] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command GSP upon unloading
Alexandre Courbot
2025/12/15
[PATCH 2/7] rust: add warn_on_err macro
Alexandre Courbot
2025/12/15
[PATCH 5/7] gpu: nova-nova: use pin-init projections
Alexandre Courbot
2025/12/15
[PATCH 7/7] gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbinding
Alexandre Courbot
2025/12/15
[PATCH 3/7] gpu: nova-core: use warn_on_err macro
Alexandre Courbot
2025/12/15
[PATCH RFC 4/7] rust: pin-init: allow `dead_code` on projection structure
Alexandre Courbot
2025/12/15
[PATCH 1/7] rust: pci: pass driver data by value to `unbind`
Alexandre Courbot
2025/12/15
[PATCH 0/7] gpu: nova-core: run unload sequence upon unbinding
Alexandre Courbot
2025/12/15
[PATCH v2 10/10] gpu: nova-core: gsp: use available device reference
Alexandre Courbot
2025/12/15
[PATCH v2 09/10] gpu: nova-core: simplify str_from_null_terminated
Alexandre Courbot
2025/12/15
[PATCH v2 08/10] gpu: nova-core: use core library's CStr instead of kernel one
Alexandre Courbot
2025/12/15
[PATCH v2 06/10] gpu: nova-core: gsp: derive Zeroable for GspStaticConfigInfo
Alexandre Courbot
2025/12/15
[PATCH v2 07/10] gpu: nova-core: firmware: fwsec: do not require bound device when unneeded
Alexandre Courbot
2025/12/15
[PATCH v2 05/10] gpu: nova-core: gsp: derive `Debug` on more sequencer types
Alexandre Courbot
2025/12/15
[PATCH v2 04/10] gpu: nova-core: gsp: remove unneeded sequencer trait
Alexandre Courbot
2025/12/15
[PATCH v2 02/10] gpu: nova-core: gsp: remove unnecessary Display impls
Alexandre Courbot
2025/12/15
[PATCH v2 03/10] gpu: nova-core: gsp: simplify sequencer opcode parsing
Alexandre Courbot
2025/12/15
[PATCH v2 00/10] gpu: nova-core: miscellaneous improvements
Alexandre Courbot
2025/12/15
[PATCH v2 01/10] gpu: nova-core: gsp: warn if data remains after processing a message
Alexandre Courbot
2025/12/15
[PATCH v3 4/4] gpu: nova-core: gsp: replace firmware version with "bindings" alias
Alexandre Courbot
2025/12/15
[PATCH v3 3/4] gpu: nova-core: bindings: derive `MaybeZeroable`
Alexandre Courbot
2025/12/15
[PATCH v3 2/4] gpu: nova-core: gsp: fix length of received messages
Alexandre Courbot
2025/12/15
[PATCH v3 1/4] gpu: nova-core: bindings: add missing explicit padding
Alexandre Courbot
2025/12/15
[PATCH v3 0/4] gpu: nova-core: fixups for GSP message queue and bindings
Alexandre Courbot
2025/12/15
Re: [PATCH 1/7] rust: pci: add PCI device name method
lyude
2025/12/15
Re: [PATCH 3/7] gpu: nova-core: create debugfs root in PCI init closure
Timur Tabi
2025/12/15
Re: [PATCH 6/7] gpu: nova-core: create loginit debugfs entry
Timur Tabi
2025/12/15
Re: [PATCH v3 2/3] gpu: nova-core: select RUST_FW_LOADER_ABSTRACTIONS
Alyssa Ross
2025/12/15
[PATCH v4] drm/nova: Align GEM memory allocation to system page size
Brendan Shephard
2025/12/15
Re: [PATCH 3/7] gpu: nova-core: create debugfs root in PCI init closure
Gary Guo
2025/12/15
Re: [PATCH 1/7] rust: pci: add PCI device name method
Gary Guo
2025/12/15
Re: [PATCH 2/7] gpu: nova-core: Replace module_pci_driver! with explicit module init
Gary Guo
2025/12/15
Re: [PATCH 2/4] gpu: nova-core: gsp: Fix length of received messages
Alexandre Courbot
Earlier messages
Later messages