nouveau
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v2 01/10] PCI: add driver flag to opt into disabling SR-IOV on remove()
Peter Colberg
[PATCH v2 02/10] fpga: dfl-pci: set driver flag to disable SR-IOV on remove()
Peter Colberg
Re: [PATCH v2 02/10] fpga: dfl-pci: set driver flag to disable SR-IOV on remove()
Xu Yilun
[PATCH v2 03/10] rust: pci: add {enable,disable}_sriov(), to control SR-IOV capability
Peter Colberg
[PATCH v2 06/10] rust: pci: add is_virtfn(), to check for VFs
Peter Colberg
[PATCH v2 05/10] rust: pci: add bus callback sriov_configure(), to control SR-IOV from sysfs
Peter Colberg
[PATCH v2 07/10] rust: pci: add is_physfn(), to check for PFs
Peter Colberg
[PATCH v2 08/10] rust: pci: add num_vf(), to return number of VFs
Peter Colberg
[PATCH v2 09/10] rust: pci: add physfn(), to return PF device for VF device
Peter Colberg
[PATCH v2 04/10] rust: pci: add vtable attribute to pci::Driver trait
Peter Colberg
[PATCH v2 10/10] samples: rust: add SR-IOV driver sample
Peter Colberg
Re: [PATCH v2 10/10] samples: rust: add SR-IOV driver sample
Dirk Behme
Re: [PATCH v2 10/10] samples: rust: add SR-IOV driver sample
Peter Colberg
Re: [PATCH v2 00/10] rust: pci: add abstractions for SR-IOV capability
Dirk Behme
Re: [PATCH v2 00/10] rust: pci: add abstractions for SR-IOV capability
Danilo Krummrich
[PATCH v2 0/2] drm/nouveau: zcull support
Mel Henning
[PATCH v2 2/2] drm/nouveau: Add DRM_IOCTL_NOUVEAU_GET_ZCULL_INFO
Mel Henning
Re: [PATCH v2 2/2] drm/nouveau: Add DRM_IOCTL_NOUVEAU_GET_ZCULL_INFO
Danilo Krummrich
Re: [PATCH v2 2/2] drm/nouveau: Add DRM_IOCTL_NOUVEAU_GET_ZCULL_INFO
M Henning
[PATCH v2 1/2] drm/nouveau: Fetch zcull info from device
Mel Henning
Re: [PATCH v2 1/2] drm/nouveau: Fetch zcull info from device
Danilo Krummrich
Re: [PATCH v2 1/2] drm/nouveau: Fetch zcull info from device
M Henning
Re: [PATCH v2 1/2] drm/nouveau: Fetch zcull info from device
Danilo Krummrich
Re: [PATCH v2 1/2] drm/nouveau: Fetch zcull info from device
M Henning
[PATCH] gpu: nova-core: fix aux device registration for multi-GPU systems
John Hubbard
Re: [PATCH] gpu: nova-core: fix aux device registration for multi-GPU systems
John Hubbard
Re: [PATCH] gpu: nova-core: fix aux device registration for multi-GPU systems
Gary Guo
Re: [PATCH] gpu: nova-core: fix aux device registration for multi-GPU systems
Matthew Wilcox
Re: [PATCH] gpu: nova-core: fix aux device registration for multi-GPU systems
Danilo Krummrich
Re: [PATCH] gpu: nova-core: fix aux device registration for multi-GPU systems
John Hubbard
Re: [PATCH 1/2] drm/nouveau: Add DRM_IOCTL_NOUVEAU_GET_ZCULL_INFO
Dave Airlie
Re: [PATCH 1/2] drm/nouveau: Add DRM_IOCTL_NOUVEAU_GET_ZCULL_INFO
Danilo Krummrich
Re: [PATCH 1/2] drm/nouveau: Add DRM_IOCTL_NOUVEAU_GET_ZCULL_INFO
Dave Airlie
Re: [PATCH 1/2] drm/nouveau: Add DRM_IOCTL_NOUVEAU_GET_ZCULL_INFO
John Hubbard
Re: [PATCH 1/2] drm/nouveau: Add DRM_IOCTL_NOUVEAU_GET_ZCULL_INFO
Danilo Krummrich
X.Org Board Elections 2026
Harry Wentland
Reminder: Deadline to renew X.Org memberships for 2026 is March 16.
Mark Filion
Re: Reminder: Deadline to renew X.Org memberships for 2026 is March 16.
Timur Kristóf
2nd Reminder: Deadline to renew X.Org memberships for 2026 is March 16.
Harry Wentland
[PATCH 0/3] nouveau/vmm: fix switching between small and large PTEs (series v2)
Dave Airlie
[PATCH 1/3] nouveau/vmm: rewrite pte tracker using a struct and bitfields.
Dave Airlie
[PATCH 2/3] nouveau/vmm: increase size of vmm pte tracker struct to u32 (v2)
Dave Airlie
[PATCH 3/3] nouveau/vmm: start tracking if the LPT PTE is valid. (v6)
Dave Airlie
Re: [PATCH 0/3] nouveau/vmm: fix switching between small and large PTEs (series v2)
Mary Guillemard
Re: [PATCH 0/3] nouveau/vmm: fix switching between small and large PTEs (series v2)
M Henning
[PATCH v7 0/7] gpu: nova-core: expose the logging buffers via debugfs
Timur Tabi
[PATCH v7 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
Timur Tabi
Re: [PATCH v7 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
kernel test robot
Re: [PATCH v7 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
Timur Tabi
Re: [PATCH v7 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
Danilo Krummrich
Re: [PATCH v7 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
Timur Tabi
Re: [PATCH v7 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
Danilo Krummrich
Re: [PATCH v7 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
Timur Tabi
Re: [PATCH v7 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
Alice Ryhl
[PATCH v7 1/7] rust: device: add device name method
Timur Tabi
[PATCH v7 7/7] gpu: nova-core: create GSP-RM logging buffers debugfs entries
Timur Tabi
[PATCH v7 4/7] gpu: nova-core: Replace module_pci_driver! with explicit module init
Timur Tabi
[PATCH v7 3/7] rust: dma: implement BinaryWriter for CoherentAllocation<u8>
Timur Tabi
[PATCH v7 5/7] gpu: nova-core: use pin projection in method boot()
Timur Tabi
[PATCH v7 6/7] gpu: nova-core: create debugfs root in module init
Timur Tabi
Re: [PATCH v7 0/7] gpu: nova-core: expose the logging buffers via debugfs
John Hubbard
nouveau/vmm: fix switching between small and large PTEs
Dave Airlie
[PATCH 2/3] nouveau/vmm: increase size of vmm pte tracker struct to u32
Dave Airlie
[PATCH 1/3] nouveau/vmm: rewrite pte tracker using a struct and bitfields.
Dave Airlie
[PATCH 3/3] nouveau/vmm: start tracking if the LPT PTE is valid. (v6)
Dave Airlie
nouveau : fix r570 suspend/resume regression
Dave Airlie
[PATCH 1/3] nouveau/gsp: use rpc sequence numbers properly.
Dave Airlie
Re: [PATCH 1/3] nouveau/gsp: use rpc sequence numbers properly.
Timur Tabi
Re: [PATCH 1/3] nouveau/gsp: use rpc sequence numbers properly.
Dave Airlie
Re: [PATCH 1/3] nouveau/gsp: use rpc sequence numbers properly.
John Hubbard
Re: [PATCH 1/3] nouveau/gsp: use rpc sequence numbers properly.
Dave Airlie
Re: [PATCH 1/3] nouveau/gsp: use rpc sequence numbers properly.
John Hubbard
[PATCH 3/3] nouveau/gsp: fix suspend/resume regression on r570 firmware
Dave Airlie
[PATCH 2/3] nouveau: add a third state to the fini handler.
Dave Airlie
Re: nouveau : fix r570 suspend/resume regression
lyude
Re: nouveau : fix r570 suspend/resume regression
Dave Airlie
[PATCH] nouveau/vmm: start tracking if the LPT PTE is valid. (v4)
Dave Airlie
Re: [PATCH] nouveau/vmm: start tracking if the LPT PTE is valid. (v4)
M Henning
Re: [PATCH] nouveau/vmm: start tracking if the LPT PTE is valid. (v4)
M Henning
NV04, 6.18.8 crashes on NULL pointer dereference
Bruno Prémont
Re: NV04, 6.18.8 crashes on NULL pointer dereference
Bruno Prémont
Re: NV04, 6.18.8 crashes on NULL pointer dereference
Greg KH
Re: NV04, 6.18.8 crashes on NULL pointer dereference
Danilo Krummrich
[PATCH] gpu: nova-core: vbios: harden falcon pointer parsing
Zijing Zhang
[PATCH v2] gpu: nova-core: vbios: harden falcon pointer parsing
Zijing Zhang
[PATCH v2 00/30] gpu: nova-core: firmware: Hopper/Blackwell support
John Hubbard
[PATCH v2 01/30] gpu: nova-core: print FB sizes, along with ranges
John Hubbard
Re: [PATCH v2 01/30] gpu: nova-core: print FB sizes, along with ranges
Gary Guo
[PATCH v2 02/30] gpu: nova-core: add FbRange.len() and use it in boot.rs
John Hubbard
[PATCH v2 05/30] gpu: nova-core: use GPU Architecture to simplify HAL selections
John Hubbard
[PATCH v2 06/30] gpu: nova-core: apply the one "use" item per line policy to commands.rs
John Hubbard
[PATCH v2 04/30] gpu: nova-core: factor .fwsignature* selection into a new get_gsp_sigs_section()
John Hubbard
[PATCH v2 03/30] gpu: nova-core: Hopper/Blackwell: basic GPU identification
John Hubbard
[PATCH v2 08/30] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
John Hubbard
Re: [PATCH v2 08/30] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
Gary Guo
Re: [PATCH v2 08/30] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
Danilo Krummrich
Re: [PATCH v2 08/30] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
John Hubbard
[PATCH v2 09/30] gpu: nova-core: move firmware image parsing code to firmware.rs
John Hubbard
[PATCH v2 07/30] gpu: nova-core: set DMA mask width based on GPU architecture
John Hubbard
[PATCH v2 10/30] gpu: nova-core: factor out a section_name_eq() function
John Hubbard
[PATCH v2 12/30] gpu: nova-core: add support for 32-bit firmware images
John Hubbard
[PATCH v2 14/30] gpu: nova-core: Hopper/Blackwell: add FMC firmware image, in support of FSP
John Hubbard
[PATCH v2 15/30] gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stub
John Hubbard
[PATCH v2 11/30] gpu: nova-core: don't assume 64-bit firmware images
John Hubbard
[PATCH v2 16/30] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
John Hubbard
[PATCH v2 17/30] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
John Hubbard
[PATCH v2 13/30] gpu: nova-core: add auto-detection of 32-bit, 64-bit firmware images
John Hubbard
[PATCH v2 21/30] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
John Hubbard
[PATCH v2 19/30] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
John Hubbard
[PATCH v2 18/30] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
John Hubbard
[PATCH v2 20/30] gpu: nova-core: Hopper/Blackwell: add FSP message structures
John Hubbard
[PATCH v2 24/30] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
John Hubbard
[PATCH v2 23/30] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
John Hubbard
[PATCH v2 25/30] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
John Hubbard
[PATCH v2 22/30] gpu: nova-core: Hopper/Blackwell: add FSP send/receive messaging
John Hubbard
[PATCH v2 26/30] gpu: nova-core: refactor SEC2 booter loading into run_booter() helper
John Hubbard
[PATCH v2 29/30] gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror
John Hubbard
[PATCH v2 28/30] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot path
John Hubbard
[PATCH v2 30/30] gpu: nova-core: clarify the GPU firmware boot steps
John Hubbard
[PATCH v2 27/30] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
John Hubbard
[PATCH v5 0/4] Introduce DeviceContext
Lyude Paul
[PATCH v5 1/4] rust/drm: Introduce DeviceContext
Lyude Paul
Re: [PATCH v5 1/4] rust/drm: Introduce DeviceContext
Daniel Almeida
Re: [PATCH v5 1/4] rust/drm: Introduce DeviceContext
Deborah Brouwer
[PATCH v5 3/4] rust/drm/gem: Add DriverAllocImpl type alias
Lyude Paul
Re: [PATCH v5 3/4] rust/drm/gem: Add DriverAllocImpl type alias
Daniel Almeida
[PATCH v5 2/4] rust/drm: Don't setup private driver data until registration
Lyude Paul
Re: [PATCH v5 2/4] rust/drm: Don't setup private driver data until registration
Daniel Almeida
Re: [PATCH v5 2/4] rust/drm: Don't setup private driver data until registration
lyude
Re: [PATCH v5 2/4] rust/drm: Don't setup private driver data until registration
Daniel Almeida
[PATCH v5 4/4] rust/drm/gem: Use DeviceContext with GEM objects
Lyude Paul
Re: [PATCH v5 4/4] rust/drm/gem: Use DeviceContext with GEM objects
Daniel Almeida
[PATCH v5 0/4] Introduce DeviceContext
Lyude Paul
[PATCH v5 1/4] rust/drm: Introduce DeviceContext
Lyude Paul
[PATCH v5 2/4] rust/drm: Don't setup private driver data until registration
Lyude Paul
[PATCH v5 3/4] rust/drm/gem: Add DriverAllocImpl type alias
Lyude Paul
[PATCH v5 4/4] rust/drm/gem: Use DeviceContext with GEM objects
Lyude Paul
Save the Date! XDC 2026 comes to Toronto
Mark Filion
[PATCH drm] Revert "drm/nouveau/disp: Set drm_mode_config_funcs.atomic_(check|commit)"
John Ogness
Re: [PATCH drm] Revert "drm/nouveau/disp: Set drm_mode_config_funcs.atomic_(check|commit)"
Daniel Palmer
Re: [PATCH drm] Revert "drm/nouveau/disp: Set drm_mode_config_funcs.atomic_(check|commit)"
Danilo Krummrich
[PATCH 0/9] rust: dma: add CoherentArray for compile-time sized allocations
Eliot Courtney
[PATCH 1/9] rust: dma: rename CoherentAllocation fallible methods
Eliot Courtney
[PATCH 2/9] rust: dma: parameterize CoherentAllocation with AllocationSize
Eliot Courtney
[PATCH 3/9] rust: dma: add CoherentArray for compile-time sized allocations
Eliot Courtney
[PATCH 4/9] rust: dma: simplify try_dma_read! and try_dma_write!
Eliot Courtney
[PATCH 6/9] rust: dma: add dma_read! and dma_write! macros
Eliot Courtney
Re: [PATCH 6/9] rust: dma: add dma_read! and dma_write! macros
Alice Ryhl
[PATCH 5/9] rust: dma: rename try_item_from_index to try_ptr_at
Eliot Courtney
[PATCH 7/9] rust: dma: implement decay from CoherentArray to CoherentSlice
Eliot Courtney
[PATCH 8/9] rust: dma: add CoherentObject for single element allocations
Eliot Courtney
[PATCH 9/9] gpu: nova-core: migrate to CoherentArray and CoherentObject
Eliot Courtney
Re: [PATCH 0/9] rust: dma: add CoherentArray for compile-time sized allocations
Danilo Krummrich
Re: [PATCH 0/9] rust: dma: add CoherentArray for compile-time sized allocations
Alexandre Courbot
Re: [PATCH 0/9] rust: dma: add CoherentArray for compile-time sized allocations
Danilo Krummrich
Re: [PATCH 0/9] rust: dma: add CoherentArray for compile-time sized allocations
Gary Guo
nouveau regression with 6.19.0-rc7
John Ogness
Re: nouveau regression with 6.19.0-rc7
John Ogness
Re: nouveau regression with 6.19.0-rc7
Dave Airlie
[PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
Jesung Yang via B4 Relay
[PATCH v5 1/4] rust: macros: add derive macro for `Into`
Jesung Yang via B4 Relay
Re: [PATCH v5 1/4] rust: macros: add derive macro for `Into`
Charalampos Mitrodimas
Re: [PATCH v5 1/4] rust: macros: add derive macro for `Into`
Jesung Yang
[PATCH v5 3/4] rust: macros: add private doctests for `Into` derive macro
Jesung Yang via B4 Relay
[PATCH v5 4/4] rust: macros: add private doctests for `TryFrom` derive macro
Jesung Yang via B4 Relay
[PATCH v5 2/4] rust: macros: add derive macro for `TryFrom`
Jesung Yang via B4 Relay
Re: [PATCH v5 2/4] rust: macros: add derive macro for `TryFrom`
Charalampos Mitrodimas
Re: [PATCH v5 2/4] rust: macros: add derive macro for `TryFrom`
Jesung Yang
Re: [PATCH v5 2/4] rust: macros: add derive macro for `TryFrom`
Alexandre Courbot
Re: [PATCH v5 2/4] rust: macros: add derive macro for `TryFrom`
Charalampos Mitrodimas
Re: [PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
Alexandre Courbot
Re: [PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
Alexandre Courbot
Re: [PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
Jesung Yang
Re: [PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
Jesung Yang
Re: [PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
Alexandre Courbot
Re: [PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
Jesung Yang
Re: [PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
Alexandre Courbot
Re: [PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
Alexandre Courbot
Re: [PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
Alexandre Courbot
[PATCH v3 0/5] gpu: nova-core: gsp: fix command queue ring buffer bugs
Eliot Courtney
[PATCH v3 1/5] gpu: nova-core: gsp: fix incorrect advancing of write pointer
Eliot Courtney
[PATCH v3 2/5] gpu: nova-core: gsp: clarify comments about invariants and pointer roles
Eliot Courtney
[PATCH v3 3/5] gpu: nova-core: gsp: use empty slices instead of [0..0] ranges
Eliot Courtney
[PATCH v3 4/5] gpu: nova-core: gsp: fix improper handling of empty slot in cmdq
Eliot Courtney
[PATCH v3 5/5] gpu: nova-core: gsp: fix improper indexing in driver_read_area
Eliot Courtney
Re: [PATCH v3 0/5] gpu: nova-core: gsp: fix command queue ring buffer bugs
Gary Guo
Re: [PATCH v3 0/5] gpu: nova-core: gsp: fix command queue ring buffer bugs
Alexandre Courbot
Re: [PATCH v3 0/5] gpu: nova-core: gsp: fix command queue ring buffer bugs
Alexandre Courbot
[PATCH] nouveau/vmm: start tracking if the LPT PTE is valid. (v3)
Dave Airlie
[PATCH v6 0/7] gpu: nova-core: expose the logging buffers via debugfs
Timur Tabi
[PATCH v6 1/7] rust: device: add device name method
Timur Tabi
[PATCH v6 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
Timur Tabi
Re: [PATCH v6 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
Gary Guo
Re: [PATCH v6 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
Danilo Krummrich
[PATCH v6 3/7] gpu: nova-core: implement BinaryWriter for CoherentAllocation<u8>
Timur Tabi
Re: [PATCH v6 3/7] gpu: nova-core: implement BinaryWriter for CoherentAllocation<u8>
Alice Ryhl
Re: [PATCH v6 3/7] gpu: nova-core: implement BinaryWriter for CoherentAllocation<u8>
Timur Tabi
[PATCH v6 4/7] gpu: nova-core: Replace module_pci_driver! with explicit module init
Timur Tabi
[PATCH v6 5/7] gpu: nova-core: use pin projection in method boot()
Timur Tabi
[PATCH v6 7/7] gpu: nova-core: create GSP-RM logging buffers debugfs entries
Timur Tabi
Earlier messages
Later messages