nouveau
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v2] drm/nouveau/disp: Fix potential NULL pointer dereference in nouveau_dp_irq
Alexey Nepomnyashih
[PATCH] drm/nouveau/disp: Fix potential NULL pointer dereference in nouveau_dp_irq
Alexey Nepomnyashih
Re: [PATCH] drm/nouveau/disp: Fix potential NULL pointer dereference in nouveau_dp_irq
Timur Tabi
Re: [PATCH] drm/nouveau/disp: Fix potential NULL pointer dereference in nouveau_dp_irq
SDL
Re: [PATCH] drm/nouveau/disp: Fix potential NULL pointer dereference in nouveau_dp_irq
Timur Tabi
[PATCH v2 0/2] gpu: nova: rename drivers and directory to use kebab-case convention
Cheng-Yang Chou
[PATCH v2 2/2] gpu: nova-drm: rename nova/ directory to nova-drm/
Cheng-Yang Chou
Re: [PATCH v2 2/2] gpu: nova-drm: rename nova/ directory to nova-drm/
John Hubbard
[PATCH v3 2/2] gpu: nova-drm: rename nova to nova-drm
Cheng-Yang Chou
Re: [PATCH v3 2/2] gpu: nova-drm: rename nova to nova-drm
Alexandre Courbot
Re: [PATCH v3 2/2] gpu: nova-drm: rename nova to nova-drm
Martin Roukala
Re: [PATCH v3 2/2] gpu: nova-drm: rename nova to nova-drm
Danilo Krummrich
Re: [PATCH v3 2/2] gpu: nova-drm: rename nova to nova-drm
Alexandre Courbot
Re: [PATCH v3 2/2] gpu: nova-drm: rename nova to nova-drm
Danilo Krummrich
Re: [PATCH v3 2/2] gpu: nova-drm: rename nova to nova-drm
Alexandre Courbot
Re: [PATCH v3 2/2] gpu: nova-drm: rename nova to nova-drm
John Hubbard
[PATCH v2 1/2] gpu: nova: rename drivers to use kebab-case convention
Cheng-Yang Chou
Re: [PATCH v2 1/2] gpu: nova: rename drivers to use kebab-case convention
Gary Guo
Re: [PATCH v2 1/2] gpu: nova: rename drivers to use kebab-case convention
John Hubbard
Re: [PATCH v2 1/2] gpu: nova: rename drivers to use kebab-case convention
Danilo Krummrich
[PATCH v9 0/6] gpu: nova-core: expose the logging buffers via debugfs
Timur Tabi
[PATCH v9 2/6] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
Timur Tabi
Re: [PATCH v9 2/6] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
Alice Ryhl
Re: [PATCH v9 2/6] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
Timur Tabi
Re: [PATCH v9 2/6] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
Alice Ryhl
Re: [PATCH v9 2/6] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
Miguel Ojeda
Re: [PATCH v9 2/6] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
Timur Tabi
[PATCH v9 1/6] rust: device: add device name method
Timur Tabi
Re: [PATCH v9 1/6] rust: device: add device name method
Gary Guo
[PATCH v9 4/6] gpu: nova-core: Replace module_pci_driver! with explicit module init
Timur Tabi
Re: [PATCH v9 4/6] gpu: nova-core: Replace module_pci_driver! with explicit module init
Gary Guo
[PATCH v9 5/6] gpu: nova-core: create debugfs root in module init
Timur Tabi
Re: [PATCH v9 5/6] gpu: nova-core: create debugfs root in module init
Gary Guo
[PATCH v9 3/6] rust: dma: implement BinaryWriter for CoherentAllocation<u8>
Timur Tabi
Re: [PATCH v9 3/6] rust: dma: implement BinaryWriter for CoherentAllocation<u8>
Alice Ryhl
Re: [PATCH v9 3/6] rust: dma: implement BinaryWriter for CoherentAllocation<u8>
Gary Guo
Re: [PATCH v9 3/6] rust: dma: implement BinaryWriter for CoherentAllocation<u8>
Alexandre Courbot
[PATCH v9 6/6] gpu: nova-core: create GSP-RM logging buffers debugfs entries
Timur Tabi
Re: [PATCH v9 6/6] gpu: nova-core: create GSP-RM logging buffers debugfs entries
Gary Guo
Re: [PATCH v9 0/6] gpu: nova-core: expose the logging buffers via debugfs
John Hubbard
Re: [PATCH v9 0/6] gpu: nova-core: expose the logging buffers via debugfs
Eliot Courtney
[PATCH] drm/nouveau: fix misleading indentation
Joey Pabalinas
[RFC v2 00/10] gpu: nova-core: boot GSP with vGPU enabled
Zhi Wang
[RFC v2 01/10] rust: pci: expose sriov_get_totalvfs() helper
Zhi Wang
[RFC v2 02/10] gpu: nova-core: factor out common FSP message header
Zhi Wang
[RFC v2 03/10] gpu: nova-core: return FSP response buffer to caller
Zhi Wang
[RFC v2 04/10] gpu: nova-core: read vGPU mode from FSP via PRC protocol
Zhi Wang
[RFC v2 05/10] gpu: nova-core: add FSP and PRC protocol documentation
Zhi Wang
[RFC v2 06/10] gpu: nova-core: introduce vgpu_support module param
Zhi Wang
[RFC v2 07/10] gpu: nova-core: populate GSP_VF_INFO when vGPU is enabled
Zhi Wang
[RFC v2 08/10] gpu: nova-core: set RMSetSriovMode when NVIDIA vGPU is enabled
Zhi Wang
[RFC v2 09/10] gpu: nova-core: reserve a larger GSP WPR2 heap when vGPU is enabled
Zhi Wang
[RFC v2 10/10] gpu: nova-core: load the scrubber ucode when vGPU support is enabled
Zhi Wang
[PATCH v11 43/65] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
Jim Cromie
Re: [PATCH v11 43/65] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
lyude
[PATCH] nouveau/vmm: use kzalloc_flex
Rosen Penev
[PATCH v8 0/7] Rust bindings for gem shmem + iosys_map
Lyude Paul
[PATCH v8 1/7] rust: drm: Add gem::impl_aref_for_gem_obj!
Lyude Paul
[PATCH v8 2/7] rust: drm: gem: Add raw_dma_resv() function
Lyude Paul
[PATCH v8 3/7] rust: helpers: Add bindings/wrappers for dma_resv_lock
Lyude Paul
[PATCH v8 4/7] rust: gem: Introduce DriverObject::Args
Lyude Paul
[PATCH v8 5/7] rust: drm: gem: shmem: Add DRM shmem helper abstraction
Lyude Paul
[PATCH v8 6/7] rust: drm: gem: Introduce shmem::SGTable
Lyude Paul
[PATCH v8 7/7] rust: drm/gem: Add vmap functions to shmem bindings
Lyude Paul
Re: [PATCH v8 7/7] rust: drm/gem: Add vmap functions to shmem bindings
Lyude Paul
Re: [PATCH v8 0/7] Rust bindings for gem shmem + iosys_map
Deborah Brouwer
[PATCH v9 00/23] gpu: nova-core: Add memory management support
Joel Fernandes
[PATCH v9 01/23] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
Joel Fernandes
Re: [PATCH v9 01/23] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
Eliot Courtney
Re: [PATCH v9 01/23] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
Alexandre Courbot
Re: [PATCH v9 01/23] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
Joel Fernandes
[PATCH v9 02/23] gpu: nova-core: Kconfig: Sort select statements alphabetically
Joel Fernandes
Re: [PATCH v9 02/23] gpu: nova-core: Kconfig: Sort select statements alphabetically
Eliot Courtney
Re: [PATCH v9 02/23] gpu: nova-core: Kconfig: Sort select statements alphabetically
Alexandre Courbot
Re: [PATCH v9 02/23] gpu: nova-core: Kconfig: Sort select statements alphabetically
Joel Fernandes
[PATCH v9 03/23] gpu: nova-core: gsp: Return GspStaticInfo from boot()
Joel Fernandes
Re: [PATCH v9 03/23] gpu: nova-core: gsp: Return GspStaticInfo from boot()
Eliot Courtney
[PATCH v9 04/23] gpu: nova-core: gsp: Extract usable FB region from GSP
Joel Fernandes
Re: [PATCH v9 04/23] gpu: nova-core: gsp: Extract usable FB region from GSP
Eliot Courtney
Re: [PATCH v9 04/23] gpu: nova-core: gsp: Extract usable FB region from GSP
Joel Fernandes
Re: [PATCH v9 04/23] gpu: nova-core: gsp: Extract usable FB region from GSP
Alexandre Courbot
Re: [PATCH v9 04/23] gpu: nova-core: gsp: Extract usable FB region from GSP
Joel Fernandes
[PATCH v9 05/23] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
Joel Fernandes
Re: [PATCH v9 05/23] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
Alexandre Courbot
Re: [PATCH v9 05/23] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
Joel Fernandes
[PATCH v9 07/23] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
Joel Fernandes
[PATCH v9 06/23] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
Joel Fernandes
[PATCH v9 08/23] gpu: nova-core: mm: Add common memory management types
Joel Fernandes
[PATCH v9 11/23] gpu: nova-core: mm: Add common types for all page table formats
Joel Fernandes
[PATCH v9 10/23] gpu: nova-core: mm: Add GpuMm centralized memory manager
Joel Fernandes
[PATCH v9 09/23] gpu: nova-core: mm: Add TLB flush support
Joel Fernandes
[PATCH v9 12/23] gpu: nova-core: mm: Add MMU v2 page table types
Joel Fernandes
[PATCH v9 13/23] gpu: nova-core: mm: Add MMU v3 page table types
Joel Fernandes
[PATCH v9 14/23] gpu: nova-core: mm: Add unified page table entry wrapper enums
Joel Fernandes
[PATCH v9 15/23] gpu: nova-core: mm: Add page table walker for MMU v2/v3
Joel Fernandes
[PATCH v9 16/23] gpu: nova-core: mm: Add Virtual Memory Manager
Joel Fernandes
[PATCH v9 17/23] gpu: nova-core: mm: Add virtual address range tracking to VMM
Joel Fernandes
[PATCH v9 20/23] gpu: nova-core: mm: Add BAR1 user interface
Joel Fernandes
[PATCH v9 19/23] gpu: nova-core: Add BAR1 aperture type and size constant
Joel Fernandes
[PATCH v9 18/23] gpu: nova-core: mm: Add multi-page mapping API to VMM
Joel Fernandes
[PATCH v9 22/23] gpu: nova-core: mm: Add PRAMIN aperture self-tests
Joel Fernandes
[PATCH v9 21/23] gpu: nova-core: mm: Add BAR1 memory management self-tests
Joel Fernandes
[PATCH v9 23/23] gpu: nova-core: Use runtime BAR1 size instead of hardcoded 256MB
Joel Fernandes
[PATCH v8 0/7] gpu: nova-core: expose the logging buffers via debugfs
Timur Tabi
[PATCH v8 1/7] rust: device: add device name method
Timur Tabi
Re: [PATCH v8 1/7] rust: device: add device name method
Alice Ryhl
Re: [PATCH v8 1/7] rust: device: add device name method
Alexandre Courbot
[PATCH v8 4/7] gpu: nova-core: Replace module_pci_driver! with explicit module init
Timur Tabi
[PATCH v8 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
Timur Tabi
Re: [PATCH v8 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
kernel test robot
Re: [PATCH v8 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
Alexandre Courbot
[PATCH v8 7/7] gpu: nova-core: create GSP-RM logging buffers debugfs entries
Timur Tabi
[PATCH v8 3/7] rust: dma: implement BinaryWriter for CoherentAllocation<u8>
Timur Tabi
Re: [PATCH v8 3/7] rust: dma: implement BinaryWriter for CoherentAllocation<u8>
Alexandre Courbot
Re: [PATCH v8 3/7] rust: dma: implement BinaryWriter for CoherentAllocation<u8>
Timur Tabi
Re: [PATCH v8 3/7] rust: dma: implement BinaryWriter for CoherentAllocation<u8>
Alexandre Courbot
Re: [PATCH v8 3/7] rust: dma: implement BinaryWriter for CoherentAllocation<u8>
Timur Tabi
Re: [PATCH v8 3/7] rust: dma: implement BinaryWriter for CoherentAllocation<u8>
Alexandre Courbot
[PATCH v8 5/7] gpu: nova-core: use pin projection in method boot()
Timur Tabi
Re: [PATCH v8 5/7] gpu: nova-core: use pin projection in method boot()
Alexandre Courbot
Re: [PATCH v8 5/7] gpu: nova-core: use pin projection in method boot()
Timur Tabi
[PATCH v8 6/7] gpu: nova-core: create debugfs root in module init
Timur Tabi
Re: [PATCH v8 0/7] gpu: nova-core: expose the logging buffers via debugfs
John Hubbard
Re: [PATCH v8 0/7] gpu: nova-core: expose the logging buffers via debugfs
John Hubbard
[PATCH] gpu: nova: rename drivers to use kebab-case convention
Cheng-Yang Chou
Re: [PATCH] gpu: nova: rename drivers to use kebab-case convention
Timur Tabi
Re: [PATCH] gpu: nova: rename drivers to use kebab-case convention
John Hubbard
Re: [PATCH] gpu: nova: rename drivers to use kebab-case convention
Cheng-Yang Chou
Re: [PATCH] gpu: nova: rename drivers to use kebab-case convention
John Hubbard
Re: [PATCH] gpu: nova: rename drivers to use kebab-case convention
Danilo Krummrich
Re: [PATCH] gpu: nova: rename drivers to use kebab-case convention
John Hubbard
Re: [PATCH] gpu: nova: rename drivers to use kebab-case convention
Danilo Krummrich
[PATCH v4 0/5] gpu: nova-core: gsp: add locking to Cmdq
Eliot Courtney
[PATCH v4 1/5] gpu: nova-core: gsp: fix stale doc comments on command queue methods
Eliot Courtney
[PATCH v4 2/5] gpu: nova-core: gsp: add `RECEIVE_TIMEOUT` constant for command queue
Eliot Courtney
[PATCH v4 3/5] gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`
Eliot Courtney
[PATCH v4 4/5] gpu: nova-core: gsp: make `Cmdq` a pinned type
Eliot Courtney
[PATCH v4 5/5] gpu: nova-core: gsp: add mutex locking to Cmdq
Eliot Courtney
Re: [PATCH v4 5/5] gpu: nova-core: gsp: add mutex locking to Cmdq
Alexandre Courbot
[PATCH] gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessors
Danilo Krummrich
Re: [PATCH] gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessors
Gary Guo
Re: [PATCH] gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessors
Eliot Courtney
Re: [PATCH] gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessors
Danilo Krummrich
Re: [PATCH] gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessors
Gary Guo
Re: [PATCH] gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessors
Danilo Krummrich
Re: [PATCH] gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessors
Danilo Krummrich
Re: [PATCH] gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessors
Gary Guo
Re: [PATCH] gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessors
Danilo Krummrich
Re: [PATCH] gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessors
Alexandre Courbot
Re: [PATCH] gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessors
Danilo Krummrich
[PATCH v4 0/4] Fixes the stack overflow
Tim Kovalenko via B4 Relay
[PATCH v4 4/4] gpu: nova-core: fix stack overflow in GSP memory allocation
Tim Kovalenko via B4 Relay
Re: [PATCH v4 4/4] gpu: nova-core: fix stack overflow in GSP memory allocation
Danilo Krummrich
Re: [PATCH v4 4/4] gpu: nova-core: fix stack overflow in GSP memory allocation
Miguel Ojeda
Re: [PATCH v4 4/4] gpu: nova-core: fix stack overflow in GSP memory allocation
Alexandre Courbot
Re: [PATCH v4 4/4] gpu: nova-core: fix stack overflow in GSP memory allocation
Gary Guo
Re: [PATCH v4 4/4] gpu: nova-core: fix stack overflow in GSP memory allocation
Alexandre Courbot
Re: [PATCH v4 4/4] gpu: nova-core: fix stack overflow in GSP memory allocation
Danilo Krummrich
Re: [PATCH v4 4/4] gpu: nova-core: fix stack overflow in GSP memory allocation
Danilo Krummrich
[PATCH v4 1/4] rust: ptr: add `KnownSize` trait to support DST size info extraction
Tim Kovalenko via B4 Relay
[PATCH v4 2/4] rust: ptr: add projection infrastructure
Tim Kovalenko via B4 Relay
[PATCH v4 3/4] rust: dma: use pointer projection infra for `dma_{read,write}` macro
Tim Kovalenko via B4 Relay
Re: [PATCH v4 0/4] Fixes the stack overflow
Danilo Krummrich
[PATCH v12 0/1] Rust GPU buddy allocator bindings
Joel Fernandes
[PATCH v12 1/1] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
[PATCH v12.1 0/1] Rust GPU buddy allocator bindings
Joel Fernandes
[PATCH v12.1 1/1] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
Re: [PATCH v12.1 1/1] rust: gpu: Add GPU buddy allocator bindings
Danilo Krummrich
Re: [PATCH v12.1 1/1] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
Re: [PATCH v12.1 1/1] rust: gpu: Add GPU buddy allocator bindings
Alexandre Courbot
Re: [PATCH v12.1 1/1] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
Re: [PATCH v12.1 1/1] rust: gpu: Add GPU buddy allocator bindings
Alexandre Courbot
Re: [PATCH v12.1 1/1] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
Re: [PATCH v12.1 1/1] rust: gpu: Add GPU buddy allocator bindings
John Hubbard
Re: [PATCH v12.1 1/1] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
Re: [PATCH v12.1 1/1] rust: gpu: Add GPU buddy allocator bindings
John Hubbard
Re: [PATCH v12.1 1/1] rust: gpu: Add GPU buddy allocator bindings
Alexandre Courbot
Re: [PATCH v12.1 1/1] rust: gpu: Add GPU buddy allocator bindings
John Hubbard
Re: [PATCH v12.1 1/1] rust: gpu: Add GPU buddy allocator bindings
Alexandre Courbot
Re: [PATCH v12.1 1/1] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
Re: [PATCH] gpu: nova: add impl_num_enum!() macro to replace FromPrimitive boilerplate
Alexandre Courbot
[PATCH v12 0/1] rust: interop: Add list module for C linked list interface
Joel Fernandes
[PATCH v12 1/1] rust: interop: Add list module for C linked list interface
Joel Fernandes
Re: [PATCH v12 1/1] rust: interop: Add list module for C linked list interface
Danilo Krummrich
Re: [PATCH v12 1/1] rust: interop: Add list module for C linked list interface
Miguel Ojeda
Re: [PATCH v12 1/1] rust: interop: Add list module for C linked list interface
Miguel Ojeda
Re: [PATCH v12 1/1] rust: interop: Add list module for C linked list interface
Joel Fernandes
Re: [PATCH v12 1/1] rust: interop: Add list module for C linked list interface
Miguel Ojeda
Re: [PATCH v12 1/1] rust: interop: Add list module for C linked list interface
Danilo Krummrich
Re: [PATCH v12 1/1] rust: interop: Add list module for C linked list interface
Joel Fernandes
Nova developers: avoid nouveau mailing list until it is fixed
John Hubbard
Re: Nova developers: avoid nouveau mailing list until it is fixed
John Hubbard
Re: Nova developers: avoid nouveau mailing list until it is fixed
Danilo Krummrich
Re: Nova developers: avoid nouveau mailing list until it is fixed
John Hubbard
Re: [PATCH v12 1/1] rust: interop: Add list module for C linked list interface
Joel Fernandes
Re: [PATCH v12 1/1] rust: interop: Add list module for C linked list interface
Alexandre Courbot
[PATCH v7 23/29] drm/nouveau: Remove drm_sched_init_args->num_rqs usage
Tvrtko Ursulin
[PATCH] drm/nouveau: avoid -Wtautological-constant-out-of-range-compare warning
Arnd Bergmann
[PATCH v6 0/9] gpu: nova-core: gsp: add continuation record support
Eliot Courtney
[PATCH v6 1/9] gpu: nova-core: gsp: sort `MsgFunction` variants alphabetically
Eliot Courtney
Earlier messages
Later messages