nouveau
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/02/24
[PATCH v8 12/25] gpu: nova-core: mm: Add common types for all page table formats
Joel Fernandes
2026/02/24
[PATCH v8 10/25] gpu: nova-core: mm: Add GpuMm centralized memory manager
Joel Fernandes
2026/02/24
[PATCH v8 11/25] gpu: nova-core: mm: Use usable VRAM region for buddy allocator
Joel Fernandes
2026/02/24
[PATCH v8 09/25] gpu: nova-core: mm: Add TLB flush support
Joel Fernandes
2026/02/24
[PATCH v8 08/25] gpu: nova-core: mm: Add common memory management types
Joel Fernandes
2026/02/24
[PATCH v8 06/25] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
Joel Fernandes
2026/02/24
[PATCH v8 07/25] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
Joel Fernandes
2026/02/24
[PATCH v8 05/25] gpu: nova-core: fb: Add usable_vram field to FbLayout
Joel Fernandes
2026/02/24
[PATCH v8 04/25] gpu: nova-core: gsp: Extract usable FB region from GSP
Joel Fernandes
2026/02/24
[PATCH v8 03/25] gpu: nova-core: gsp: Return GspStaticInfo and FbLayout from boot()
Joel Fernandes
2026/02/24
[PATCH v8 02/25] gpu: nova-core: Kconfig: Sort select statements alphabetically
Joel Fernandes
2026/02/24
[PATCH v8 01/25] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
Joel Fernandes
2026/02/24
[PATCH v8 00/25] gpu: nova-core: Add memory management support
Joel Fernandes
2026/02/24
[PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
2026/02/24
[reference PATCH v11 1/4] gpu: Move DRM buddy allocator one level up (part one)
Joel Fernandes
2026/02/24
[reference PATCH v11 3/4] gpu: Fix uninitialized buddy for built-in drivers
Joel Fernandes
2026/02/24
[PATCH v11 0/4] Rust GPU buddy allocator bindings
Joel Fernandes
2026/02/24
[PATCH v11 1/2] rust: ffi: Convert pub use to pub mod and create ffi module
Joel Fernandes
2026/02/24
[PATCH v11 2/2] rust: clist: Add support to interface with C linked lists
Joel Fernandes
2026/02/24
[PATCH v11 0/2] rust: clist patches for nova-core memory management
Joel Fernandes
2026/02/24
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Miguel Ojeda
2026/02/24
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Miguel Ojeda
2026/02/24
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
2026/02/24
Re: [PATCH v5 01/38] gpu: nova-core: fix aux device registration for multi-GPU systems
Danilo Krummrich
2026/02/24
Re: [PATCH v2 7/8] gpu: nova-core: remove redundant `.as_ref()` for `dev_*` print
Danilo Krummrich
2026/02/24
Re: [PATCH v3 0/2] drm/nouveau: zcull support
Danilo Krummrich
2026/02/23
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Alice Ryhl
2026/02/23
[PATCH] nouveau/dpcd: return EBUSY for aux xfer if the device is asleep
Dave Airlie
2026/02/23
Re: [PATCH v9 9/9] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing
Eliot Courtney
2026/02/23
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Eliot Courtney
2026/02/23
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
2026/02/23
Re: [PATCH v5 21/38] rust: ptr: add const_align_up() and enable inline_const feature
Danilo Krummrich
2026/02/23
Re: [PATCH v5 21/38] rust: ptr: add const_align_up() and enable inline_const feature
Gary Guo
2026/02/23
Re: [PATCH v5 21/38] rust: ptr: add const_align_up() and enable inline_const feature
Alice Ryhl
2026/02/23
Re: [PATCH v5 21/38] rust: ptr: add const_align_up() and enable inline_const feature
Danilo Krummrich
2026/02/23
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Alice Ryhl
2026/02/22
Re: [PATCH v5 21/38] rust: ptr: add const_align_up() and enable inline_const feature
Alexandre Courbot
2026/02/22
Re: Tegra notes for Nova: [PATCH v4 18/33] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
Alexandre Courbot
2026/02/22
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
2026/02/22
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
2026/02/22
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
2026/02/22
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
2026/02/22
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
2026/02/22
Re: [PATCH v5 21/38] rust: ptr: add const_align_up() and enable inline_const feature
Miguel Ojeda
2026/02/22
Re: [PATCH v5 21/38] rust: ptr: add const_align_up() and enable inline_const feature
John Hubbard
2026/02/22
Re: [PATCH v5 21/38] rust: ptr: add const_align_up() and enable inline_const feature
John Hubbard
2026/02/22
Re: [PATCH v9 6/9] gpu: nova-core: add PIO support for loading firmware images
Alexandre Courbot
2026/02/21
Re: [PATCH v5 21/38] rust: ptr: add const_align_up() and enable inline_const feature
Gary Guo
2026/02/21
Re: [PATCH v5 21/38] rust: ptr: add const_align_up() and enable inline_const feature
Miguel Ojeda
2026/02/21
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Alice Ryhl
2026/02/20
[PATCH v5 16/38] gpu: nova-core: add auto-detection of 32-bit, 64-bit firmware images
John Hubbard
2026/02/20
[PATCH v5 30/38] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
John Hubbard
2026/02/20
[PATCH v5 35/38] gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror
John Hubbard
2026/02/20
[PATCH v5 38/38] gpu: nova-core: use SZ_*_U64 constants from kernel::sizes
John Hubbard
2026/02/20
[PATCH v5 36/38] gpu: nova-core: Hopper/Blackwell: integrate FSP boot path into boot()
John Hubbard
2026/02/20
[PATCH v5 34/38] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
John Hubbard
2026/02/20
[PATCH v5 33/38] gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()
John Hubbard
2026/02/20
[PATCH v5 37/38] rust: sizes: add u64 variants of SZ_* constants
John Hubbard
2026/02/20
[PATCH v5 24/38] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
John Hubbard
2026/02/20
[PATCH v5 32/38] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
John Hubbard
2026/02/20
[PATCH v5 31/38] gpu: nova-core: Blackwell: use correct sysmem flush registers
John Hubbard
2026/02/20
[PATCH v5 27/38] gpu: nova-core: Hopper/Blackwell: add FSP send/receive messaging
John Hubbard
2026/02/20
[PATCH v5 25/38] gpu: nova-core: Hopper/Blackwell: add FSP message structures
John Hubbard
2026/02/20
[PATCH v5 22/38] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
John Hubbard
2026/02/20
[PATCH v5 23/38] gpu: nova-core: add MCTP/NVDM protocol types for firmware communication
John Hubbard
2026/02/20
[PATCH v5 29/38] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
John Hubbard
2026/02/20
[PATCH v5 26/38] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
John Hubbard
2026/02/20
[PATCH v5 28/38] gpu: nova-core: Hopper/Blackwell: add FspCotVersion type
John Hubbard
2026/02/20
[PATCH v5 19/38] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
John Hubbard
2026/02/20
[PATCH v5 21/38] rust: ptr: add const_align_up() and enable inline_const feature
John Hubbard
2026/02/20
[PATCH v5 20/38] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
John Hubbard
2026/02/20
[PATCH v5 18/38] gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stub
John Hubbard
2026/02/20
[PATCH v5 17/38] gpu: nova-core: Hopper/Blackwell: add FMC firmware image, in support of FSP
John Hubbard
2026/02/20
[PATCH v5 07/38] gpu: nova-core: use GPU Architecture to simplify HAL selections
John Hubbard
2026/02/20
[PATCH v5 02/38] gpu: nova-core: pass pdev directly to dev_* logging macros
John Hubbard
2026/02/20
[PATCH v5 13/38] gpu: nova-core: factor out an elf_str() function
John Hubbard
2026/02/20
[PATCH v5 15/38] gpu: nova-core: add support for 32-bit firmware images
John Hubbard
2026/02/20
[PATCH v5 14/38] gpu: nova-core: don't assume 64-bit firmware images
John Hubbard
2026/02/20
[PATCH v5 12/38] gpu: nova-core: move firmware image parsing code to firmware.rs
John Hubbard
2026/02/20
[PATCH v5 10/38] gpu: nova-core: set DMA mask width based on GPU architecture
John Hubbard
2026/02/20
[PATCH v5 11/38] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
John Hubbard
2026/02/20
[PATCH v5 09/38] gpu: nova-core: move GPU init and DMA mask setup into Gpu::new()
John Hubbard
2026/02/20
[PATCH v5 06/38] gpu: nova-core: factor .fwsignature* selection into a new find_gsp_sigs_section()
John Hubbard
2026/02/20
[PATCH v5 08/38] gpu: nova-core: apply the one "use" item per line policy to commands.rs
John Hubbard
2026/02/20
[PATCH v5 05/38] gpu: nova-core: Hopper/Blackwell: basic GPU identification
John Hubbard
2026/02/20
[PATCH v5 04/38] gpu: nova-core: add FbRange.len() and use it in boot.rs
John Hubbard
2026/02/20
[PATCH v5 01/38] gpu: nova-core: fix aux device registration for multi-GPU systems
John Hubbard
2026/02/20
[PATCH v5 03/38] gpu: nova-core: print FB sizes, along with ranges
John Hubbard
2026/02/20
[PATCH v5 00/38] gpu: nova-core: firmware: Hopper/Blackwell support
John Hubbard
2026/02/20
Re: [PATCH v4 29/33] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
John Hubbard
2026/02/20
Re: [PATCH v4 28/33] gpu: nova-core: refactor SEC2 booter loading into run_booter() helper
John Hubbard
2026/02/20
Re: [PATCH v4 27/33] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
John Hubbard
2026/02/20
Re: [PATCH v4 25/33] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
John Hubbard
2026/02/20
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Danilo Krummrich
2026/02/20
Re: [PATCH v4 24/33] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
John Hubbard
2026/02/20
Re: [PATCH v4 20/33] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
John Hubbard
2026/02/20
Re: [PATCH v4 19/33] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
John Hubbard
2026/02/20
Tegra notes for Nova: [PATCH v4 18/33] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
John Hubbard
2026/02/20
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
2026/02/20
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Danilo Krummrich
2026/02/20
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Eliot Courtney
2026/02/20
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Eliot Courtney
2026/02/20
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Danilo Krummrich
2026/02/20
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
2026/02/20
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
2026/02/19
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
2026/02/19
Re: [PATCH v7 00/23] nova-core: Add memory management support
Alexandre Courbot
2026/02/19
Re: [PATCH -next v9 1/3] rust: clist: Add support to interface with C linked lists
Alexandre Courbot
2026/02/19
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Alexandre Courbot
2026/02/19
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Alexandre Courbot
2026/02/19
Re: [PATCH v7 00/23] nova-core: Add memory management support
Alexandre Courbot
2026/02/19
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Miguel Ojeda
2026/02/19
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Gary Guo
2026/02/19
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Miguel Ojeda
2026/02/19
[PATCH v3 1/2] drm/nouveau: Fetch zcull info from device
Mel Henning
2026/02/19
[PATCH v3 2/2] drm/nouveau: Add DRM_IOCTL_NOUVEAU_GET_ZCULL_INFO
Mel Henning
2026/02/19
[PATCH v3 0/2] drm/nouveau: zcull support
Mel Henning
2026/02/19
Re: [PATCH v7 00/23] nova-core: Add memory management support
Joel Fernandes
2026/02/19
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
2026/02/19
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Miguel Ojeda
2026/02/19
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
2026/02/19
Re: [PATCH v10 3/8] gpu: Fix uninitialized buddy for built-in drivers
Joel Fernandes
2026/02/19
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Danilo Krummrich
2026/02/19
Re: [PATCH -next v9 1/3] rust: clist: Add support to interface with C linked lists
Joel Fernandes
2026/02/19
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
2026/02/19
Re: [PATCH v10 7/8] nova-core: mm: Select GPU_BUDDY for VRAM allocation
Joel Fernandes
2026/02/19
Re: [PATCH v10 7/8] nova-core: mm: Select GPU_BUDDY for VRAM allocation
Joel Fernandes
2026/02/19
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
2026/02/19
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
2026/02/19
Re: [PATCH v10 3/8] gpu: Fix uninitialized buddy for built-in drivers
Joel Fernandes
2026/02/19
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
2026/02/19
Re: [PATCH v10 2/8] gpu: Move DRM buddy allocator one level up (part two)
Joel Fernandes
2026/02/19
Re: [PATCH -next v9 1/3] rust: clist: Add support to interface with C linked lists
Joel Fernandes
2026/02/19
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
2026/02/19
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
2026/02/19
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
2026/02/19
Re: [PATCH v7 00/23] nova-core: Add memory management support
Alexandre Courbot
2026/02/19
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Gary Guo
2026/02/19
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Danilo Krummrich
2026/02/19
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Danilo Krummrich
2026/02/19
Re: [PATCH v10 3/8] gpu: Fix uninitialized buddy for built-in drivers
Danilo Krummrich
2026/02/19
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Danilo Krummrich
2026/02/19
Re: [PATCH v4 19/33] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
Miguel Ojeda
2026/02/19
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Miguel Ojeda
2026/02/18
[PATCH v2 9/9] gpu: nova-core: gsp: add tests for SplitState
Eliot Courtney
2026/02/18
[PATCH v2 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
Eliot Courtney
2026/02/18
[PATCH v2 7/9] gpu: nova-core: gsp: add command_size helper
Eliot Courtney
2026/02/18
[PATCH v2 6/9] gpu: nova-core: gsp: unconditionally call variable payload handling
Eliot Courtney
2026/02/18
[PATCH v2 5/9] gpu: nova-core: gsp: clarify invariant on command queue
Eliot Courtney
2026/02/18
[PATCH v2 4/9] gpu: nova-core: gsp: add checking oversized commands
Eliot Courtney
2026/02/18
[PATCH v2 3/9] rust: add EMSGSIZE error code
Eliot Courtney
2026/02/18
[PATCH v2 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Eliot Courtney
2026/02/18
[PATCH v2 0/9] gpu: nova-core: gsp: add continuation record support
Eliot Courtney
2026/02/18
[PATCH v2 1/9] gpu: nova-core: gsp: sort MsgFunction variants alphabetically
Eliot Courtney
2026/02/18
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Alexandre Courbot
2026/02/18
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Alexandre Courbot
2026/02/18
Re: [PATCH v10 4/8] rust: ffi: Convert pub use to pub mod and create ffi module
Alexandre Courbot
2026/02/18
Re: [PATCH v10 2/8] gpu: Move DRM buddy allocator one level up (part two)
Alexandre Courbot
2026/02/18
Re: [PATCH v4 19/33] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
John Hubbard
2026/02/18
Re: [PATCH v4 17/33] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
John Hubbard
2026/02/18
Re: [PATCH -next v9 1/3] rust: clist: Add support to interface with C linked lists
Alexandre Courbot
2026/02/18
Re: [PATCH v3 0/8] gpu: nova-core: miscellaneous improvements
Alexandre Courbot
2026/02/18
Re: [PATCH v10 7/8] nova-core: mm: Select GPU_BUDDY for VRAM allocation
Joel Fernandes
2026/02/18
Re: [PATCH v10 7/8] nova-core: mm: Select GPU_BUDDY for VRAM allocation
John Hubbard
2026/02/18
Re: [PATCH -next v9 1/3] rust: clist: Add support to interface with C linked lists
Joel Fernandes
2026/02/18
Re: [PATCH v10 7/8] nova-core: mm: Select GPU_BUDDY for VRAM allocation
Alexandre Courbot
2026/02/18
Re: [PATCH -next v9 1/3] rust: clist: Add support to interface with C linked lists
Alexandre Courbot
2026/02/18
Re: [PATCH v10 0/8] Preparatory patches for nova-core memory management
Joel Fernandes
2026/02/18
Re: [PATCH v10 0/8] Preparatory patches for nova-core memory management
Joel Fernandes
2026/02/18
Re: [PATCH v3] gpu: nova-core: fix stack overflow in GSP memory allocation
Danilo Krummrich
2026/02/18
Re: [PATCH v10 0/8] Preparatory patches for nova-core memory management
Danilo Krummrich
2026/02/18
[PATCH v7 17/23] nova-core: gsp: Return GspStaticInfo and FbLayout from boot()
Joel Fernandes
2026/02/18
[PATCH v7 22/23] nova-core: mm: Use usable VRAM region for buddy allocator
Joel Fernandes
2026/02/18
[PATCH v7 23/23] nova-core: mm: Add BarUser to struct Gpu and create at boot
Joel Fernandes
2026/02/18
[PATCH v7 21/23] nova-core: fb: Add usable_vram field to FbLayout
Joel Fernandes
2026/02/18
[PATCH v7 20/23] nova-core: gsp: Extract usable FB region from GSP
Joel Fernandes
2026/02/18
[PATCH v7 19/23] nova-core: mm: Add PRAMIN aperture self-tests
Joel Fernandes
2026/02/18
[PATCH v7 18/23] nova-core: mm: Add BAR1 memory management self-tests
Joel Fernandes
2026/02/18
[PATCH v7 15/23] nova-core: mm: Add multi-page mapping API to VMM
Joel Fernandes
2026/02/18
[PATCH v7 16/23] nova-core: mm: Add BAR1 user interface
Joel Fernandes
2026/02/18
[PATCH v7 14/23] nova-core: mm: Add virtual address range tracking to VMM
Joel Fernandes
2026/02/18
[PATCH v7 13/23] nova-core: mm: Add Virtual Memory Manager
Joel Fernandes
2026/02/18
[PATCH v7 12/23] nova-core: mm: Add page table walker for MMU v2/v3
Joel Fernandes
2026/02/18
[PATCH v7 11/23] nova-core: mm: Add GpuMm centralized memory manager
Joel Fernandes
2026/02/18
[PATCH v7 10/23] nova-core: mm: Add TLB flush support
Joel Fernandes
2026/02/18
[PATCH v7 08/23] nova-core: mm: Add MMU v3 page table types
Joel Fernandes
2026/02/18
[PATCH v7 09/23] nova-core: mm: Add unified page table entry wrapper enums
Joel Fernandes
2026/02/18
[PATCH v7 06/23] nova-core: mm: Add common types for all page table formats
Joel Fernandes
2026/02/18
[PATCH v7 07/23] nova-core: mm: Add MMU v2 page table types
Joel Fernandes
2026/02/18
[PATCH v7 05/23] nova-core: mm: Add common memory management types
Joel Fernandes
2026/02/18
[PATCH v7 04/23] nova-core: gsp: Add BAR1 PDE base accessors
Joel Fernandes
2026/02/18
[PATCH v7 03/23] nova-core: Add BAR1 aperture type and size constant
Joel Fernandes
2026/02/18
[PATCH v7 01/23] nova-core: mm: Add support to use PRAMIN windows to write to VRAM
Joel Fernandes
2026/02/18
[PATCH v7 02/23] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
Joel Fernandes
2026/02/18
[PATCH v7 00/23] nova-core: Add memory management support
Joel Fernandes
2026/02/18
Re: [PATCH v10 0/8] Preparatory patches for nova-core memory management
Joel Fernandes
2026/02/18
[PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
2026/02/18
[PATCH v10 8/8] nova-core: Kconfig: Sort select statements alphabetically
Joel Fernandes
2026/02/18
[PATCH v10 7/8] nova-core: mm: Select GPU_BUDDY for VRAM allocation
Joel Fernandes
2026/02/18
[PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
Earlier messages
Later messages