nouveau
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v5 28/38] gpu: nova-core: Hopper/Blackwell: add FspCotVersion type
John Hubbard
[PATCH v5 26/38] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
John Hubbard
[PATCH v5 29/38] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
John Hubbard
[PATCH v5 23/38] gpu: nova-core: add MCTP/NVDM protocol types for firmware communication
John Hubbard
[PATCH v5 22/38] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
John Hubbard
[PATCH v5 25/38] gpu: nova-core: Hopper/Blackwell: add FSP message structures
John Hubbard
[PATCH v5 27/38] gpu: nova-core: Hopper/Blackwell: add FSP send/receive messaging
John Hubbard
[PATCH v5 31/38] gpu: nova-core: Blackwell: use correct sysmem flush registers
John Hubbard
[PATCH v5 32/38] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
John Hubbard
[PATCH v5 24/38] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
John Hubbard
[PATCH v5 37/38] rust: sizes: add u64 variants of SZ_* constants
John Hubbard
[PATCH v5 33/38] gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()
John Hubbard
[PATCH v5 34/38] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
John Hubbard
[PATCH v5 36/38] gpu: nova-core: Hopper/Blackwell: integrate FSP boot path into boot()
John Hubbard
[PATCH v5 38/38] gpu: nova-core: use SZ_*_U64 constants from kernel::sizes
John Hubbard
[PATCH v5 35/38] gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror
John Hubbard
[PATCH v5 30/38] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
John Hubbard
[PATCH v5 16/38] gpu: nova-core: add auto-detection of 32-bit, 64-bit firmware images
John Hubbard
[PATCH v3 0/2] drm/nouveau: zcull support
Mel Henning
[PATCH v3 2/2] drm/nouveau: Add DRM_IOCTL_NOUVEAU_GET_ZCULL_INFO
Mel Henning
[PATCH v3 1/2] drm/nouveau: Fetch zcull info from device
Mel Henning
Re: [PATCH v3 0/2] drm/nouveau: zcull support
Danilo Krummrich
[PATCH v2 0/9] gpu: nova-core: gsp: add continuation record support
Eliot Courtney
[PATCH v2 1/9] gpu: nova-core: gsp: sort MsgFunction variants alphabetically
Eliot Courtney
[PATCH v2 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Eliot Courtney
[PATCH v2 3/9] rust: add EMSGSIZE error code
Eliot Courtney
[PATCH v2 4/9] gpu: nova-core: gsp: add checking oversized commands
Eliot Courtney
[PATCH v2 5/9] gpu: nova-core: gsp: clarify invariant on command queue
Eliot Courtney
[PATCH v2 6/9] gpu: nova-core: gsp: unconditionally call variable payload handling
Eliot Courtney
[PATCH v2 7/9] gpu: nova-core: gsp: add command_size helper
Eliot Courtney
Re: [PATCH v2 7/9] gpu: nova-core: gsp: add command_size helper
Alexandre Courbot
[PATCH v2 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
Eliot Courtney
Re: [PATCH v2 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
Alexandre Courbot
Re: [PATCH v2 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
Alexandre Courbot
[PATCH v2 9/9] gpu: nova-core: gsp: add tests for SplitState
Eliot Courtney
Re: [PATCH v2 0/9] gpu: nova-core: gsp: add continuation record support
Zhi Wang
Re: [PATCH v2 0/9] gpu: nova-core: gsp: add continuation record support
Alexandre Courbot
[PATCH v7 00/23] nova-core: Add memory management support
Joel Fernandes
[PATCH v7 02/23] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
Joel Fernandes
[PATCH v7 01/23] nova-core: mm: Add support to use PRAMIN windows to write to VRAM
Joel Fernandes
[PATCH v7 03/23] nova-core: Add BAR1 aperture type and size constant
Joel Fernandes
[PATCH v7 04/23] nova-core: gsp: Add BAR1 PDE base accessors
Joel Fernandes
[PATCH v7 05/23] nova-core: mm: Add common memory management types
Joel Fernandes
[PATCH v7 07/23] nova-core: mm: Add MMU v2 page table types
Joel Fernandes
[PATCH v7 06/23] nova-core: mm: Add common types for all page table formats
Joel Fernandes
[PATCH v7 09/23] nova-core: mm: Add unified page table entry wrapper enums
Joel Fernandes
[PATCH v7 08/23] nova-core: mm: Add MMU v3 page table types
Joel Fernandes
[PATCH v7 10/23] nova-core: mm: Add TLB flush support
Joel Fernandes
[PATCH v7 11/23] nova-core: mm: Add GpuMm centralized memory manager
Joel Fernandes
[PATCH v7 12/23] nova-core: mm: Add page table walker for MMU v2/v3
Joel Fernandes
[PATCH v7 13/23] nova-core: mm: Add Virtual Memory Manager
Joel Fernandes
[PATCH v7 14/23] nova-core: mm: Add virtual address range tracking to VMM
Joel Fernandes
[PATCH v7 16/23] nova-core: mm: Add BAR1 user interface
Joel Fernandes
[PATCH v7 15/23] nova-core: mm: Add multi-page mapping API to VMM
Joel Fernandes
[PATCH v7 18/23] nova-core: mm: Add BAR1 memory management self-tests
Joel Fernandes
[PATCH v7 19/23] nova-core: mm: Add PRAMIN aperture self-tests
Joel Fernandes
[PATCH v7 20/23] nova-core: gsp: Extract usable FB region from GSP
Joel Fernandes
[PATCH v7 21/23] nova-core: fb: Add usable_vram field to FbLayout
Joel Fernandes
[PATCH v7 23/23] nova-core: mm: Add BarUser to struct Gpu and create at boot
Joel Fernandes
[PATCH v7 22/23] nova-core: mm: Use usable VRAM region for buddy allocator
Joel Fernandes
[PATCH v7 17/23] nova-core: gsp: Return GspStaticInfo and FbLayout from boot()
Joel Fernandes
Re: [PATCH v7 00/23] nova-core: Add memory management support
Alexandre Courbot
Re: [PATCH v7 00/23] nova-core: Add memory management support
Joel Fernandes
Re: [PATCH v7 00/23] nova-core: Add memory management support
Alexandre Courbot
Re: [PATCH v7 00/23] nova-core: Add memory management support
Alexandre Courbot
[PATCH v10 0/8] Preparatory patches for nova-core memory management
Joel Fernandes
[PATCH v10 1/8] gpu: Move DRM buddy allocator one level up (part one)
Joel Fernandes
[PATCH v10 3/8] gpu: Fix uninitialized buddy for built-in drivers
Joel Fernandes
Re: [PATCH v10 3/8] gpu: Fix uninitialized buddy for built-in drivers
Danilo Krummrich
Re: [PATCH v10 3/8] gpu: Fix uninitialized buddy for built-in drivers
Joel Fernandes
Re: [PATCH v10 3/8] gpu: Fix uninitialized buddy for built-in drivers
Joel Fernandes
[PATCH v10 4/8] rust: ffi: Convert pub use to pub mod and create ffi module
Joel Fernandes
Re: [PATCH v10 4/8] rust: ffi: Convert pub use to pub mod and create ffi module
Alexandre Courbot
[PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Alexandre Courbot
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Danilo Krummrich
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Danilo Krummrich
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Gary Guo
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Danilo Krummrich
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Miguel Ojeda
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Miguel Ojeda
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Alexandre Courbot
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Gary Guo
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Miguel Ojeda
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Danilo Krummrich
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Miguel Ojeda
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Boqun Feng
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Eliot Courtney
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Eliot Courtney
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Alice Ryhl
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Miguel Ojeda
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Alice Ryhl
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Alice Ryhl
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
[PATCH v10 7/8] nova-core: mm: Select GPU_BUDDY for VRAM allocation
Joel Fernandes
Re: [PATCH v10 7/8] nova-core: mm: Select GPU_BUDDY for VRAM allocation
Alexandre Courbot
Re: [PATCH v10 7/8] nova-core: mm: Select GPU_BUDDY for VRAM allocation
John Hubbard
Re: [PATCH v10 7/8] nova-core: mm: Select GPU_BUDDY for VRAM allocation
Joel Fernandes
Re: [PATCH v10 7/8] nova-core: mm: Select GPU_BUDDY for VRAM allocation
Joel Fernandes
Re: [PATCH v10 7/8] nova-core: mm: Select GPU_BUDDY for VRAM allocation
Joel Fernandes
[PATCH v10 8/8] nova-core: Kconfig: Sort select statements alphabetically
Joel Fernandes
[PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Alexandre Courbot
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Miguel Ojeda
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Gary Guo
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Miguel Ojeda
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Alexandre Courbot
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Danilo Krummrich
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Eliot Courtney
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Danilo Krummrich
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Danilo Krummrich
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
Re: [PATCH v10 0/8] Preparatory patches for nova-core memory management
Joel Fernandes
Re: [PATCH v10 0/8] Preparatory patches for nova-core memory management
Danilo Krummrich
Re: [PATCH v10 0/8] Preparatory patches for nova-core memory management
Joel Fernandes
Re: [PATCH v10 0/8] Preparatory patches for nova-core memory management
Joel Fernandes
Re: [PATCH v10 2/8] gpu: Move DRM buddy allocator one level up (part two)
Alexandre Courbot
Re: [PATCH v10 2/8] gpu: Move DRM buddy allocator one level up (part two)
Joel Fernandes
[PATCH] gpu: nova-core: consolidate GSP boot parameters into GspBootContext
Zhi Wang
[PATCH v3] gpu: nova-core: fix stack overflow in GSP memory allocation
Tim Kovalenko via B4 Relay
Re: [PATCH v3] gpu: nova-core: fix stack overflow in GSP memory allocation
Danilo Krummrich
Re: [PATCH v3] gpu: nova-core: fix stack overflow in GSP memory allocation
Danilo Krummrich
[PATCH v3 0/8] gpu: nova-core: miscellaneous improvements
Alexandre Courbot
[PATCH v3 1/8] gpu: nova-core: gsp: warn if data remains after processing a message
Alexandre Courbot
[PATCH v3 4/8] gpu: nova-core: gsp: remove unneeded sequencer trait
Alexandre Courbot
[PATCH v3 2/8] gpu: nova-core: gsp: remove unnecessary Display impls
Alexandre Courbot
[PATCH v3 3/8] gpu: nova-core: gsp: simplify sequencer opcode parsing
Alexandre Courbot
[PATCH v3 6/8] gpu: nova-core: gsp: derive Zeroable for GspStaticConfigInfo
Alexandre Courbot
[PATCH v3 5/8] gpu: nova-core: gsp: derive `Debug` on more sequencer types
Alexandre Courbot
[PATCH v3 7/8] gpu: nova-core: use core library's CStr instead of kernel one
Alexandre Courbot
Re: [PATCH v3 7/8] gpu: nova-core: use core library's CStr instead of kernel one
Danilo Krummrich
Re: [PATCH v3 7/8] gpu: nova-core: use core library's CStr instead of kernel one
Alexandre Courbot
[PATCH v3 8/8] gpu: nova-core: gsp: use available device reference
Alexandre Courbot
Re: [PATCH v3 8/8] gpu: nova-core: gsp: use available device reference
Danilo Krummrich
Re: [PATCH v3 0/8] gpu: nova-core: miscellaneous improvements
Danilo Krummrich
Re: [PATCH v3 0/8] gpu: nova-core: miscellaneous improvements
Alexandre Courbot
Re: [PATCH v3 0/8] gpu: nova-core: miscellaneous improvements
Alexandre Courbot
Re: [PATCH] nouveau/gsp: drop WARN_ON in ACPI probes
Danilo Krummrich
[PATCH] nouveau/gsp: fix memory leak in r535_gsp_acpi_dod() unwind paths
Danilo Krummrich
[PATCH 3/4] gpu: nova-core: convert to use new `dma_write!` syntax
Gary Guo
Re: [PATCH 3/4] gpu: nova-core: convert to use new `dma_write!` syntax
Benno Lossin
[PATCH v2] gpu: nova-core: fix stack overflow in GSP memory allocation
Tim Kovalenko via B4 Relay
Re: [PATCH v2] gpu: nova-core: fix stack overflow in GSP memory allocation
Danilo Krummrich
Re: [PATCH v2] gpu: nova-core: fix stack overflow in GSP memory allocation
gary
Re: [PATCH v2] gpu: nova-core: fix stack overflow in GSP memory allocation
Danilo Krummrich
Re: [PATCH v2] gpu: nova-core: fix stack overflow in GSP memory allocation
Gary Guo
Re: [PATCH v2] gpu: nova-core: fix stack overflow in GSP memory allocation
Danilo Krummrich
[PATCH] gpu: nova-core: fix stack overflow in GSP memory allocation
Tim Kovalenko via B4 Relay
Re: [PATCH] gpu: nova-core: fix stack overflow in GSP memory allocation
kernel test robot
[PATCH v9 0/9] gpu: nova-core: add Turing support
Alexandre Courbot
[PATCH v9 1/9] gpu: nova-core: falcon: rename load parameters to reflect DMA dependency
Alexandre Courbot
[PATCH v9 2/9] gpu: nova-core: require DmaObject on FalconDmaLoadable, not FalconFirmware
Alexandre Courbot
[PATCH v9 3/9] gpu: nova-core: falcon: remove generic argument from dma_wr
Alexandre Courbot
[PATCH v9 4/9] gpu: nova-core: falcon: remove FalconFirmware's dependency on FalconDmaLoadable
Alexandre Courbot
[PATCH v9 5/9] gpu: nova-core: move brom_params and boot_addr to FalconFirmware
Alexandre Courbot
[PATCH v9 7/9] gpu: nova-core: make Chipset::arch() const
Alexandre Courbot
[PATCH v9 6/9] gpu: nova-core: add PIO support for loading firmware images
Alexandre Courbot
Re: [PATCH v9 6/9] gpu: nova-core: add PIO support for loading firmware images
Danilo Krummrich
Re: [PATCH v9 6/9] gpu: nova-core: add PIO support for loading firmware images
Alexandre Courbot
[PATCH v9 8/9] gpu: nova-core: add gen_bootloader firmware to ModInfoBuilder
Alexandre Courbot
[PATCH v9 9/9] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing
Alexandre Courbot
Re: [PATCH v9 9/9] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing
Eliot Courtney
Re: [PATCH v9 9/9] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing
Alexandre Courbot
[PATCH 0/7] gpu: nova-core: gsp: add continuation record support
Eliot Courtney
[PATCH 1/7] gpu: nova-core: gsp: sort MsgFunction variants alphabetically
Eliot Courtney
[PATCH 2/7] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Eliot Courtney
Re: [PATCH 2/7] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Alexandre Courbot
Re: [PATCH 2/7] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Eliot Courtney
Re: [PATCH 2/7] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Alexandre Courbot
[PATCH 3/7] gpu: nova-core: gsp: add checking oversized commands
Eliot Courtney
Re: [PATCH 3/7] gpu: nova-core: gsp: add checking oversized commands
Alexandre Courbot
Re: [PATCH 3/7] gpu: nova-core: gsp: add checking oversized commands
Eliot Courtney
Re: [PATCH 3/7] gpu: nova-core: gsp: add checking oversized commands
Alexandre Courbot
[PATCH 4/7] gpu: nova-core: gsp: clarify invariant on command queue
Eliot Courtney
[PATCH 5/7] gpu: nova-core: gsp: unconditionally call variable payload handling
Eliot Courtney
[PATCH 6/7] gpu: nova-core: gsp: support large RPCs via continuation record
Eliot Courtney
Re: [PATCH 6/7] gpu: nova-core: gsp: support large RPCs via continuation record
Alexandre Courbot
Re: [PATCH 6/7] gpu: nova-core: gsp: support large RPCs via continuation record
Eliot Courtney
Re: [PATCH 6/7] gpu: nova-core: gsp: support large RPCs via continuation record
Alexandre Courbot
[PATCH 7/7] gpu: nova-core: gsp: add tests for WrappingCommand
Eliot Courtney
Earlier messages
Later messages