July 2025 Archives by author
Starting: Tue Jul 1 06:29:29 UTC 2025
Ending: Thu Jul 31 23:41:04 UTC 2025
Messages: 347
- [PATCH 17/80] drm/nouveau: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
- [PATCH] nouveau/gsp: add a 50ms delay between fbsr and driver unload rpcs
Dave Airlie
- [PATCH] nouveau/gsp: add a 50ms delay between fbsr and driver unload rpcs
David Airlie
- [PATCH] Partially revert "rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically"
Daniel Almeida
- [PATCH v2 01/19] gpu: nova-core: register: minor grammar and spelling fixes
Daniel Almeida
- [PATCH v2 02/19] gpu: nova-core: register: fix typo
Daniel Almeida
- [PATCH v2 03/19] gpu: nova-core: register: allow fields named `offset`
Daniel Almeida
- [PATCH v2 04/19] gpu: nova-core: register: improve documentation for basic registers
Daniel Almeida
- [PATCH v2 05/19] gpu: nova-core: register: simplify @leaf_accessor rule
Daniel Almeida
- [PATCH v2 06/19] gpu: nova-core: register: remove `try_` accessors for relative registers
Daniel Almeida
- [PATCH v2 07/19] gpu: nova-core: register: move OFFSET declaration to I/O impl block
Daniel Almeida
- [PATCH v2 08/19] gpu: nova-core: register: fix documentation and indentation
Daniel Almeida
- [PATCH v2 09/19] gpu: nova-core: register: add missing doccomments for fixed registers I/O accessors
Daniel Almeida
- [PATCH v2 10/19] gpu: nova-core: register: add fields dispatcher internal rule
Daniel Almeida
- [PATCH v2 11/19] gpu: nova-core: register: improve `Debug` implementation
Daniel Almeida
- [PATCH v2 12/19] gpu: nova-core: register: generate correct `Default` implementation
Daniel Almeida
- [PATCH v2 13/19] gpu: nova-core: register: split @io rule into fixed and relative versions
Daniel Almeida
- [PATCH v2 14/19] gpu: nova-core: register: use #[inline(always)] for all methods
Daniel Almeida
- [PATCH v2 15/19] gpu: nova-core: register: redesign relative registers
Daniel Almeida
- [PATCH v2 17/19] gpu: nova-core: register: add support for register arrays
Daniel Almeida
- [PATCH v2 17/19] gpu: nova-core: register: add support for register arrays
Daniel Almeida
- [PATCH v2 01/19] gpu: nova-core: register: minor grammar and spelling fixes
Daniel Almeida
- [PATCH] drm/nouveau: check ioctl command codes better
Arnd Bergmann
- [PATCH] drm/nouveau: check ioctl command codes better
Arnd Bergmann
- [PATCH] drm/nouveau: check ioctl command codes better
Arnd Bergmann
- [PATCH] drm/nouveau: check ioctl command codes better
Arnd Bergmann
- [PATCH] drm/nouveau: check ioctl command codes better
Arnd Bergmann
- [PATCH] Revert "drm/nouveau: check ioctl command codes better"
Arnd Bergmann
- [PATCH 04/17] rust: clk: replace `kernel::c_str!` with C-Strings
Stephen Boyd
- [PATCH 1/6] drm/sched: Avoid memory leaks with cancel_job() callback
Maíra Canal
- [PATCH v6 00/24] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
Alexandre Courbot
- [PATCH v3 0/7] Documentation for nova-core
Alexandre Courbot
- [PATCH v3 1/7] gpu: nova-core: Add code comments related to devinit
Alexandre Courbot
- [PATCH v3 2/7] gpu: nova-core: Clarify sysmembar operations
Alexandre Courbot
- [PATCH v3 3/7] gpu: nova-core: Clarify falcon code
Alexandre Courbot
- [PATCH v3 4/7] Documentation: gpu: nova-core: Document vbios layout
Alexandre Courbot
- [PATCH v3 5/7] Documentation: gpu: nova-core: Document devinit process
Alexandre Courbot
- [PATCH v3 6/7] Documentation: gpu: nova-core: Document fwsec operation and layout
Alexandre Courbot
- [PATCH v3 7/7] Documentation: gpu: nova-core: Document basics of the Falcon
Alexandre Courbot
- [PATCH 00/18] gpu: nova-core: register!() macro improvements
Alexandre Courbot
- [PATCH 01/18] gpu: nova-core: register: minor grammar and spelling fixes
Alexandre Courbot
- [PATCH 02/18] gpu: nova-core: register: fix typo
Alexandre Courbot
- [PATCH 03/18] gpu: nova-core: register: fix alias documentation
Alexandre Courbot
- [PATCH 04/18] gpu: nova-core: register: simplify @leaf_accessor rule
Alexandre Courbot
- [PATCH 05/18] gpu: nova-core: register: remove `try_` accessors for relative registers
Alexandre Courbot
- [PATCH 06/18] gpu: nova-core: register: move OFFSET declaration to I/O impl block
Alexandre Courbot
- [PATCH 07/18] gpu: nova-core: register: fix documentation and indentation
Alexandre Courbot
- [PATCH 08/18] gpu: nova-core: register: add missing doccomments for fixed registers I/O accessors
Alexandre Courbot
- [PATCH 09/18] gpu: nova-core: register: add fields dispatcher internal rule
Alexandre Courbot
- [PATCH 10/18] gpu: nova-core: register: improve `Debug` implementation
Alexandre Courbot
- [PATCH 11/18] gpu: nova-core: register: generate correct `Default` implementation
Alexandre Courbot
- [PATCH 12/18] gpu: nova-core: register: split @io rule into fixed and relative versions
Alexandre Courbot
- [PATCH 13/18] gpu: nova-core: register: use #[inline(always)] for all methods
Alexandre Courbot
- [PATCH 14/18] gpu: nova-core: register: redesign relative registers
Alexandre Courbot
- [PATCH 15/18] gpu: nova-core: falcon: add distinct base address for PFALCON2
Alexandre Courbot
- [PATCH 16/18] gpu: nova-core: register: add support for register arrays
Alexandre Courbot
- [PATCH 17/18] gpu: nova-core: falcon: use register arrays for FUSE registers
Alexandre Courbot
- [PATCH 18/18] gpu: nova-core: registers: add support for relative array registers
Alexandre Courbot
- [PATCH v3 1/7] gpu: nova-core: Add code comments related to devinit
Alexandre Courbot
- [PATCH v4 0/8] Documentation for nova-core
Alexandre Courbot
- [PATCH v4 1/8] gpu: nova-core: Add code comments related to devinit
Alexandre Courbot
- [PATCH v4 2/8] gpu: nova-core: Clarify sysmembar operations
Alexandre Courbot
- [PATCH v4 3/8] gpu: nova-core: Clarify falcon code
Alexandre Courbot
- [PATCH v4 4/8] gpu: nova-core: convert `/*` comments to `//`
Alexandre Courbot
- [PATCH v4 5/8] Documentation: gpu: nova-core: Document vbios layout
Alexandre Courbot
- [PATCH v4 6/8] Documentation: gpu: nova-core: Document devinit process
Alexandre Courbot
- [PATCH v4 7/8] Documentation: gpu: nova-core: Document fwsec operation and layout
Alexandre Courbot
- [PATCH v4 8/8] Documentation: gpu: nova-core: Document basics of the Falcon
Alexandre Courbot
- [PATCH] gpu: nova-core: fix bounds check in PmuLookupTableEntry::new
Alexandre Courbot
- [PATCH] gpu: nova-core: define named constants for magic numbers
Alexandre Courbot
- [PATCH v2] gpu: nova-core: vbios: change PmuLookupTableEntry to relax alignment
Alexandre Courbot
- [PATCH] gpu: nova-core: vbios: split out PmuLookupTableHeader from PmuLookupTable
Alexandre Courbot
- [PATCH] gpu: nova-core: vbios: use size_of instead of magic number
Alexandre Courbot
- [PATCH] gpu: nova-core: fix bounds check in PmuLookupTableEntry::new
Alexandre Courbot
- [PATCH v2 00/19] gpu: nova-core: register!() macro improvements
Alexandre Courbot
- [PATCH v2 01/19] gpu: nova-core: register: minor grammar and spelling fixes
Alexandre Courbot
- [PATCH v2 02/19] gpu: nova-core: register: fix typo
Alexandre Courbot
- [PATCH v2 03/19] gpu: nova-core: register: allow fields named `offset`
Alexandre Courbot
- [PATCH v2 04/19] gpu: nova-core: register: improve documentation for basic registers
Alexandre Courbot
- [PATCH v2 05/19] gpu: nova-core: register: simplify @leaf_accessor rule
Alexandre Courbot
- [PATCH v2 06/19] gpu: nova-core: register: remove `try_` accessors for relative registers
Alexandre Courbot
- [PATCH v2 07/19] gpu: nova-core: register: move OFFSET declaration to I/O impl block
Alexandre Courbot
- [PATCH v2 08/19] gpu: nova-core: register: fix documentation and indentation
Alexandre Courbot
- [PATCH v2 09/19] gpu: nova-core: register: add missing doccomments for fixed registers I/O accessors
Alexandre Courbot
- [PATCH v2 10/19] gpu: nova-core: register: add fields dispatcher internal rule
Alexandre Courbot
- [PATCH v2 11/19] gpu: nova-core: register: improve `Debug` implementation
Alexandre Courbot
- [PATCH v2 12/19] gpu: nova-core: register: generate correct `Default` implementation
Alexandre Courbot
- [PATCH v2 13/19] gpu: nova-core: register: split @io rule into fixed and relative versions
Alexandre Courbot
- [PATCH v2 14/19] gpu: nova-core: register: use #[inline(always)] for all methods
Alexandre Courbot
- [PATCH v2 15/19] gpu: nova-core: register: redesign relative registers
Alexandre Courbot
- [PATCH v2 16/19] gpu: nova-core: falcon: add distinct base address for PFALCON2
Alexandre Courbot
- [PATCH v2 17/19] gpu: nova-core: register: add support for register arrays
Alexandre Courbot
- [PATCH v2 18/19] gpu: nova-core: falcon: use register arrays for FUSE registers
Alexandre Courbot
- [PATCH v2 19/19] gpu: nova-core: register: add support for relative array registers
Alexandre Courbot
- [PATCH v2 02/19] gpu: nova-core: register: fix typo
Alexandre Courbot
- [PATCH v2 16/19] gpu: nova-core: falcon: add distinct base address for PFALCON2
Alexandre Courbot
- [PATCH 1/3] rust: add `num` module with `PowerOfTwo` type
Alexandre Courbot
- [PATCH v2] gpu: nova-core: vbios: use size_of instead of magic number
Alexandre Courbot
- [PATCH v3] gpu: nova-core: vbios: change PmuLookupTableEntry to use size_of
Alexandre Courbot
- [PATCH] gpu: nova-core: vbios: use offset_of in PmuLookupTableHeader::new
Alexandre Courbot
- [PATCH v2 01/19] gpu: nova-core: register: minor grammar and spelling fixes
Alexandre Courbot
- [PATCH v2 07/19] gpu: nova-core: register: move OFFSET declaration to I/O impl block
Alexandre Courbot
- [PATCH v2 15/19] gpu: nova-core: register: redesign relative registers
Alexandre Courbot
- [PATCH v2 17/19] gpu: nova-core: register: add support for register arrays
Alexandre Courbot
- [PATCH v2 01/19] gpu: nova-core: register: minor grammar and spelling fixes
Alexandre Courbot
- [PATCH 1/2] gpu: nova-core: vbios: split out PmuLookupTableHeader from PmuLookupTable
Alexandre Courbot
- [PATCH v2 01/19] gpu: nova-core: register: minor grammar and spelling fixes
Alexandre Courbot
- [PATCH v2 02/19] drm: Pass pixel_format+modifier directly to drm_get_format_info()
Liviu Dudau
- [PATCH v2 05/19] drm: Allow the caller to pass in the format info to drm_helper_mode_fill_fb_struct()
Liviu Dudau
- [RFC 00/11] THP support for zone device pages
Francois Dugast
- [RFC 00/11] THP support for zone device pages
Francois Dugast
- [RFC 4/4] drm: define NVIDIA DRM format modifiers for GB20x
Faith Ekstrand
- [RFC 4/4] drm: define NVIDIA DRM format modifiers for GB20x
Faith Ekstrand
- [RFC 0/4] Add Format Modifiers for NVIDIA Blackwell chipsets
Faith Ekstrand
- [RFC 0/4] Add Format Modifiers for NVIDIA Blackwell chipsets
Faith Ekstrand
- Reminder: Final week to submit a talk for XDC 2025!
Mark Filion
- XDC 2025 - Call for Proposals ends tonight at 23:59 CEST!
Mark Filion
- [PATCH v2 1/5] mm/hmm: HMM API to enable P2P DMA for device private pages
Jason Gunthorpe
- [PATCH v2 1/5] mm/hmm: HMM API to enable P2P DMA for device private pages
Jason Gunthorpe
- [PATCH v2 4/5] RDMA/mlx5: Enable P2P DMA with fallback mechanism
Jason Gunthorpe
- [PATCH v2 0/5] *** GPU Direct RDMA (P2P DMA) for Device Private Pages ***
Jason Gunthorpe
- [PATCH v2 0/5] *** GPU Direct RDMA (P2P DMA) for Device Private Pages ***
Christoph Hellwig
- [PATCH v2 1/5] mm/hmm: HMM API to enable P2P DMA for device private pages
Christoph Hellwig
- [PATCH v2 2/5] nouveau/dmem: HMM P2P DMA for private dev pages
Christoph Hellwig
- [PATCH v2 4/5] RDMA/mlx5: Enable P2P DMA with fallback mechanism
Christoph Hellwig
- [PATCH v2 4/5] RDMA/mlx5: Enable P2P DMA with fallback mechanism
Christoph Hellwig
- [PATCH 2/2] drm/nouveau: Remove nvkm_gsp_fwif.enable
M Henning
- [PATCH V2 0/3] drm/nouveau: Remove DRM_NOUVEAU_GSP_DEFAULT config
Mel Henning
- [PATCH V2 1/3] drm/nouveau: Remove DRM_NOUVEAU_GSP_DEFAULT config
Mel Henning
- [PATCH V2 2/3] drm/nouveau: Remove nvkm_gsp_fwif.enable
Mel Henning
- [PATCH V2 3/3] drm/nouveau: Improve message for missing firmware
Mel Henning
- [RFC 01/11] mm/zone_device: support large zone device private folios
David Hildenbrand
- [RFC 02/11] mm/migrate_device: flags for selecting device private THP pages
David Hildenbrand
- [RFC 03/11] mm/thp: zone_device awareness in THP handling code
David Hildenbrand
- [RFC 07/11] mm/memremap: Add folio_split support
David Hildenbrand
- [RFC 08/11] mm/thp: add split during migration support
David Hildenbrand
- [RFC 05/11] mm/memory/fault: Add support for zone device THP fault handling
David Hildenbrand
- [RFC 08/11] mm/thp: add split during migration support
David Hildenbrand
- [PATCH v2 1/5] mm/hmm: HMM API to enable P2P DMA for device private pages
David Hildenbrand
- [PATCH v2 1/5] mm/hmm: HMM API to enable P2P DMA for device private pages
David Hildenbrand
- [PATCH v2 16/19] gpu: nova-core: falcon: add distinct base address for PFALCON2
John Hubbard
- [PATCH v2 01/19] gpu: nova-core: register: minor grammar and spelling fixes
John Hubbard
- [RFC 0/4] Add Format Modifiers for NVIDIA Blackwell chipsets
James Jones
- [RFC 1/4] drm: macros defining fields of NVIDIA modifiers
James Jones
- [RFC 2/4] drm: add inline helper funcs for NVIDIA modifiers
James Jones
- [RFC 3/4] drm/nouveau: use format modifier helper funcs
James Jones
- [RFC 4/4] drm: define NVIDIA DRM format modifiers for GB20x
James Jones
- [RFC 4/4] drm: define NVIDIA DRM format modifiers for GB20x
James Jones
- [RFC 0/4] Add Format Modifiers for NVIDIA Blackwell chipsets
James Jones
- [PATCH] drm/nouveau: Pass along the format info from .fb_create() nouveau_framebuffer_new()
James Jones
- [PATCH v12 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
Greg Kroah-Hartman
- [PATCH v2 3/7] drm/gpuvm: Pass map arguments through a struct
Danilo Krummrich
- [PATCH v3 0/7] drm/panthor: support repeated mappings
Danilo Krummrich
- [PATCH] nouveau/gsp: add a 50ms delay between fbsr and driver unload rpcs
Danilo Krummrich
- [PATCH] nouveau/gsp: add a 50ms delay between fbsr and driver unload rpcs
Danilo Krummrich
- [PATCH] drm/nouveau: Do not fail module init on debugfs errors
Danilo Krummrich
- [PATCH 17/80] drm/nouveau: Remove redundant pm_runtime_mark_last_busy() calls
Danilo Krummrich
- [PATCH v2 5/7] drm/nouveau: Make fence container helper usable driver-wide
Danilo Krummrich
- [PATCH v2 7/7] drm/nouveau: Remove waitque for sched teardown
Danilo Krummrich
- [PATCH v2 7/7] drm/nouveau: Remove waitque for sched teardown
Danilo Krummrich
- [PATCH v2 6/7] drm/nouveau: Add new callback for scheduler teardown
Danilo Krummrich
- [PATCH] drm/nouveau/gsp: fix potential leak of memory used during acpi init
Danilo Krummrich
- [PATCH] drm/nouveau/gsp: fix potential leak of memory used during acpi init
Danilo Krummrich
- [PATCH v4 2/7] drm/gpuvm: Kill drm_gpuva_init()
Danilo Krummrich
- [PATCH v4 3/7] drm/gpuvm: Pass map arguments through a struct
Danilo Krummrich
- [PATCH v4 4/7] drm/gpuvm: Add a helper to check if two VA can be merged
Danilo Krummrich
- [PATCH v4 5/7] drm/gpuvm: Add a flags field to drm_gpuvm_map_req/drm_gpuva_op_map
Danilo Krummrich
- [PATCH v4 4/7] drm/gpuvm: Add a helper to check if two VA can be merged
Danilo Krummrich
- [PATCH v4 6/7] drm/gpuvm: Add DRM_GPUVA_REPEAT flag and logic
Danilo Krummrich
- [PATCH v4 0/8] Documentation for nova-core
Danilo Krummrich
- [PATCH v4 5/8] drm/sched: Warn if pending_list is not empty
Danilo Krummrich
- [PATCH] drm/nouveau: check ioctl command codes better
Danilo Krummrich
- [PATCH] gpu: nova-core: fix bounds check In PmuLookupTableEntry::new, data is sliced from 2..6, but the bounds check data.len() < 5 does not satisfy those bounds.
Danilo Krummrich
- [PATCH] drm/nouveau: check ioctl command codes better
Danilo Krummrich
- [PATCH] gpu: nova-core: fix bounds check In PmuLookupTableEntry::new, data is sliced from 2..6, but the bounds check data.len() < 5 does not satisfy those bounds.
Danilo Krummrich
- [PATCH 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
Danilo Krummrich
- [PATCH 00/17] rust: replace `kernel::c_str!` with C-Strings
Danilo Krummrich
- [PATCH v2] gpu: nova-core: vbios: change PmuLookupTableEntry to relax alignment
Danilo Krummrich
- [GIT PULL] Nova changes for v6.17
Danilo Krummrich
- [PATCH 1/6] rust: kernel: remove `fmt!`, fix clippy::uninlined-format-args
Danilo Krummrich
- [PATCH] drm/nouveau/nvif: fix null ptr deref on pre-fermi boards
Danilo Krummrich
- [PATCH] drm/nouveau: check ioctl command codes better
Danilo Krummrich
- [PATCH] Revert "drm/nouveau: check ioctl command codes better"
Danilo Krummrich
- [PATCH] drm: nova-drm: fix 32-bit arm build
Danilo Krummrich
- [PATCH] Partially revert "rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically"
Danilo Krummrich
- [PATCH] Partially revert "rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically"
Danilo Krummrich
- [PATCH] gpu: nova-core: vbios: use offset_of in PmuLookupTableHeader::new
Danilo Krummrich
- [PATCH] Partially revert "rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically"
Danilo Krummrich
- [PATCH] drm/nouveau: Remove forgotten TODO
Danilo Krummrich
- [PATCH 1/6] rust: kernel: remove `fmt!`, fix clippy::uninlined-format-args
Viresh Kumar
- [PATCH v4 4/7] drm/gpuvm: Add a helper to check if two VA can be merged
Adrian Larumbe
- [PATCH v4 5/7] drm/gpuvm: Add a flags field to drm_gpuvm_map_req/drm_gpuva_op_map
Adrian Larumbe
- [PATCH v13 2/5] rust: support formatting of foreign types
Benno Lossin
- [PATCH v13 2/5] rust: support formatting of foreign types
Benno Lossin
- [PATCH v13 2/5] rust: support formatting of foreign types
Benno Lossin
- [PATCH v13 2/5] rust: support formatting of foreign types
Benno Lossin
- [PATCH v13 2/5] rust: support formatting of foreign types
Benno Lossin
- [PATCH v13 3/5] rust: replace `CStr` with `core::ffi::CStr`
Benno Lossin
- [PATCH v13 4/5] rust: replace `kernel::c_str!` with C-Strings
Benno Lossin
- [PATCH 1/6] rust: kernel: remove `fmt!`, fix clippy::uninlined-format-args
Benno Lossin
- [PATCH 2/6] rust: kernel: add `fmt` module
Benno Lossin
- [PATCH 4/6] rust: str: remove unnecessary qualification
Benno Lossin
- [PATCH 5/6] rust: add `CStr` methods matching `core::ffi::CStr`
Benno Lossin
- [PATCH 6/6] rust: use `core::ffi::CStr` method names
Benno Lossin
- [PATCH 3/6] rust: use `kernel::{fmt,prelude::fmt!}`
Benno Lossin
- [PATCH 7/9] rust: pin-init: use `kernel::{fmt,prelude::fmt!}`
Benno Lossin
- [PATCH 7/9] rust: pin-init: use `kernel::{fmt,prelude::fmt!}`
Benno Lossin
- [PATCH 00/17] rust: replace `kernel::c_str!` with C-Strings
Benno Lossin
- [PATCH 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
Benno Lossin
- [PATCH] gpu: nova-core: vbios: change PmuLookupTableEntry to relax alignment
Benno Lossin
- [PATCH 1/3] rust: add `num` module with `PowerOfTwo` type
Benno Lossin
- [PATCH v13 2/5] rust: support formatting of foreign types
Andrew Lunn
- [PATCH v13 2/5] rust: support formatting of foreign types
Andrew Lunn
- [PATCH v13 2/5] rust: support formatting of foreign types
Andrew Lunn
- [PATCH v13 2/5] rust: support formatting of foreign types
Andrew Lunn
- [PATCH v2 0/5] *** GPU Direct RDMA (P2P DMA) for Device Private Pages ***
Yonatan Maman
- [PATCH v2 1/5] mm/hmm: HMM API to enable P2P DMA for device private pages
Yonatan Maman
- [PATCH v2 2/5] nouveau/dmem: HMM P2P DMA for private dev pages
Yonatan Maman
- [PATCH v2 3/5] IB/core: P2P DMA for device private pages
Yonatan Maman
- [PATCH v2 4/5] RDMA/mlx5: Enable P2P DMA with fallback mechanism
Yonatan Maman
- [PATCH v2 5/5] RDMA/mlx5: Enabling ATS for ODP memory
Yonatan Maman
- [PATCH v2 0/5] *** GPU Direct RDMA (P2P DMA) for Device Private Pages ***
Yonatan Maman
- [PATCH v2 2/5] nouveau/dmem: HMM P2P DMA for private dev pages
Yonatan Maman
- [PATCH v2 1/5] mm/hmm: HMM API to enable P2P DMA for device private pages
Yonatan Maman
- [PATCH] drm: nova-drm: fix 32-bit arm build
Miguel Ojeda
- [PATCH] Partially revert "rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically"
Lyude Paul
- [PATCH] Partially revert "rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically"
Lyude Paul
- [PATCH] Partially revert "rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically"
Lyude Paul
- [RFC 03/11] mm/thp: zone_device awareness in THP handling code
Alistair Popple
- [PATCH v2 1/5] mm/hmm: HMM API to enable P2P DMA for device private pages
Alistair Popple
- [PATCH v2 1/5] mm/hmm: HMM API to enable P2P DMA for device private pages
Alistair Popple
- [PATCH v2 1/5] mm/hmm: HMM API to enable P2P DMA for device private pages
Alistair Popple
- [PATCH v2 1/5] mm/hmm: HMM API to enable P2P DMA for device private pages
Alistair Popple
- [PATCH v4 1/7] drm/panthor: Add support for atomic page table updates
Steven Price
- [PATCH v4 2/7] drm/gpuvm: Kill drm_gpuva_init()
Steven Price
- [PATCH v4 7/7] drm/panthor: Add support for repeated mappings
Steven Price
- [PATCH v4 1/7] drm/panthor: Add support for atomic page table updates
Steven Price
- [PATCH v4 1/7] drm/panthor: Add support for atomic page table updates
Steven Price
- [PATCH v4 7/7] drm/panthor: Add support for repeated mappings
Steven Price
- [PATCH v2 01/19] gpu: nova-core: register: minor grammar and spelling fixes
Steven Price
- [PATCH v2 01/19] gpu: nova-core: register: minor grammar and spelling fixes
Steven Price
- [PATCH v2 01/19] gpu: nova-core: register: minor grammar and spelling fixes
Steven Price
- [PATCH v2 0/5] *** GPU Direct RDMA (P2P DMA) for Device Private Pages ***
Leon Romanovsky
- [PATCH v2 0/5] *** GPU Direct RDMA (P2P DMA) for Device Private Pages ***
Leon Romanovsky
- [PATCH v2 0/5] *** GPU Direct RDMA (P2P DMA) for Device Private Pages ***
Leon Romanovsky
- [PATCH v12 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
Alice Ryhl
- [PATCH 4/6] rust: str: remove unnecessary qualification
Alice Ryhl
- [PATCH 0/6] Replace `kernel::str::CStr` with `core::ffi::CStr` (cycle 1)
Alice Ryhl
- [PATCH v2] gpu: nova-core: vbios: change PmuLookupTableEntry to relax alignment
Alice Ryhl
- [REGRESSION] NVIDIA ION graphics broken with Linux 6.16-rc*
Rui Salvaterra
- [REGRESSION] NVIDIA ION graphics broken with Linux 6.16-rc*
Rui Salvaterra
- [PATCH v3 4/7] Documentation: gpu: nova-core: Document vbios layout
Bagas Sanjaya
- [PATCH v3 5/7] Documentation: gpu: nova-core: Document devinit process
Bagas Sanjaya
- [PATCH v3 6/7] Documentation: gpu: nova-core: Document fwsec operation and layout
Bagas Sanjaya
- [PATCH v3 7/7] Documentation: gpu: nova-core: Document basics of the Falcon
Bagas Sanjaya
- [PATCH v2 3/7] drm/gpuvm: Pass map arguments through a struct
Caterina Shablia
- [PATCH v2 3/7] drm/gpuvm: Pass map arguments through a struct
Caterina Shablia
- [PATCH v3 0/7] drm/panthor: support repeated mappings
Caterina Shablia
- [PATCH v3 1/7] drm/panthor: Add support for atomic page table updates
Caterina Shablia
- [PATCH v3 2/7] drm/gpuvm: Kill drm_gpuva_init()
Caterina Shablia
- [PATCH v3 3/7] drm/gpuvm: Pass map arguments through a struct
Caterina Shablia
- [PATCH v3 4/7] drm/gpuvm: Add a helper to check if two VA can be merged
Caterina Shablia
- [PATCH v3 5/7] drm/gpuvm: Add a flags field to drm_gpuvm_map_req/drm_gpuva_op_map
Caterina Shablia
- [PATCH v3 6/7] drm/gpuvm: Add DRM_GPUVA_REPEAT flag and logic
Caterina Shablia
- [PATCH v3 7/7] drm/panthor: Add support for repeated mappings
Caterina Shablia
- [PATCH v4 0/7] drm/panthor: support repeated mappings
Caterina Shablia
- [PATCH v4 1/7] drm/panthor: Add support for atomic page table updates
Caterina Shablia
- [PATCH v4 2/7] drm/gpuvm: Kill drm_gpuva_init()
Caterina Shablia
- [PATCH v4 3/7] drm/gpuvm: Pass map arguments through a struct
Caterina Shablia
- [PATCH v4 4/7] drm/gpuvm: Add a helper to check if two VA can be merged
Caterina Shablia
- [PATCH v4 5/7] drm/gpuvm: Add a flags field to drm_gpuvm_map_req/drm_gpuva_op_map
Caterina Shablia
- [PATCH v4 6/7] drm/gpuvm: Add DRM_GPUVA_REPEAT flag and logic
Caterina Shablia
- [PATCH v4 7/7] drm/panthor: Add support for repeated mappings
Caterina Shablia
- [PATCH v4 1/7] drm/panthor: Add support for atomic page table updates
Caterina Shablia
- [PATCH v4 7/7] drm/panthor: Add support for repeated mappings
Caterina Shablia
- [PATCH v4 1/7] drm/panthor: Add support for atomic page table updates
Caterina Shablia
- [PATCH v4 1/7] drm/panthor: Add support for atomic page table updates
Caterina Shablia
- [RFC 00/11] THP support for zone device pages
Balbir Singh
- [RFC 01/11] mm/zone_device: support large zone device private folios
Balbir Singh
- [RFC 02/11] mm/migrate_device: flags for selecting device private THP pages
Balbir Singh
- [RFC 03/11] mm/thp: zone_device awareness in THP handling code
Balbir Singh
- [RFC 05/11] mm/memory/fault: Add support for zone device THP fault handling
Balbir Singh
- [RFC 07/11] mm/memremap: Add folio_split support
Balbir Singh
- [REGRESSION] NVIDIA ION graphics broken with Linux 6.16-rc*
Ben Skeggs
- [PATCH] drm/nouveau/nvif: fix null ptr deref on pre-fermi boards
Ben Skeggs
- [PATCH 2/2] drm/nouveau: Remove nvkm_gsp_fwif.enable
Ben Skeggs
- [PATCH 2/2] drm/nouveau: Remove nvkm_gsp_fwif.enable
Ben Skeggs
- [PATCH 0/6] drm/sched: Fix memory leaks with cancel_job() callback
Philipp Stanner
- [PATCH 1/6] drm/sched: Avoid memory leaks with cancel_job() callback
Philipp Stanner
- [PATCH 2/6] drm/sched/tests: Port to cancel_job()
Philipp Stanner
- [PATCH 3/6] drm/sched: Warn if pending list is not empty
Philipp Stanner
- [PATCH 4/6] drm/nouveau: Make fence container helper usable driver-wide
Philipp Stanner
- [PATCH 5/6] drm/nouveau: Add new callback for scheduler teardown
Philipp Stanner
- [PATCH 6/6] drm/nouveau: Remove waitque for sched teardown
Philipp Stanner
- [PATCH] drm/nouveau/gsp: fix potential leak of memory used during acpi init
Philipp Stanner
- [PATCH v2 0/7] drm/sched: Fix memory leaks with cancel_job() callback
Philipp Stanner
- [PATCH v2 1/7] drm/sched: Avoid memory leaks with cancel_job() callback
Philipp Stanner
- [PATCH v2 2/7] drm/sched/tests: Implement cancel_job() callback
Philipp Stanner
- [PATCH v2 3/7] drm/sched/tests: Add unit test for cancel_job()
Philipp Stanner
- [PATCH v2 4/7] drm/sched: Warn if pending list is not empty
Philipp Stanner
- [PATCH v2 5/7] drm/nouveau: Make fence container helper usable driver-wide
Philipp Stanner
- [PATCH v2 6/7] drm/nouveau: Add new callback for scheduler teardown
Philipp Stanner
- [PATCH v2 7/7] drm/nouveau: Remove waitque for sched teardown
Philipp Stanner
- [PATCH] drm/nouveau/gsp: fix potential leak of memory used during acpi init
Philipp Stanner
- [PATCH v3 0/7] drm/sched: Fix memory leaks with cancel_job() callback
Philipp Stanner
- [PATCH v3 1/7] drm/sched: Avoid memory leaks with cancel_job() callback
Philipp Stanner
- [PATCH v3 2/7] drm/sched/tests: Implement cancel_job() callback
Philipp Stanner
- [PATCH v3 3/7] drm/sched/tests: Add unit test for cancel_job()
Philipp Stanner
- [PATCH v3 4/7] drm/sched: Warn if pending_list is not empty
Philipp Stanner
- [PATCH v3 5/7] drm/nouveau: Make fence container helper usable driver-wide
Philipp Stanner
- [PATCH v3 6/7] drm/nouveau: Add new callback for scheduler teardown
Philipp Stanner
- [PATCH v3 7/7] drm/nouveau: Remove waitque for sched teardown
Philipp Stanner
- [PATCH v4 0/8] drm/sched: Fix memory leaks with cancel_job() callback
Philipp Stanner
- [PATCH v4 1/8] drm/panfrost: Fix scheduler workqueue bug
Philipp Stanner
- [PATCH v4 2/8] drm/sched: Avoid memory leaks with cancel_job() callback
Philipp Stanner
- [PATCH v4 3/8] drm/sched/tests: Implement cancel_job() callback
Philipp Stanner
- [PATCH v4 4/8] drm/sched/tests: Add unit test for cancel_job()
Philipp Stanner
- [PATCH v4 5/8] drm/sched: Warn if pending_list is not empty
Philipp Stanner
- [PATCH v4 6/8] drm/nouveau: Make fence container helper usable driver-wide
Philipp Stanner
- [PATCH v4 7/8] drm/nouveau: Add new callback for scheduler teardown
Philipp Stanner
- [PATCH v4 8/8] drm/nouveau: Remove waitque for sched teardown
Philipp Stanner
- [PATCH v2 02/19] drm: Pass pixel_format+modifier directly to drm_get_format_info()
Ville Syrjala
- [PATCH v2 04/19] drm: Pass the format info to .fb_create()
Ville Syrjala
- [PATCH v2 05/19] drm: Allow the caller to pass in the format info to drm_helper_mode_fill_fb_struct()
Ville Syrjala
- [PATCH] drm/nouveau: Do not fail module init on debugfs errors
Timur Tabi
- [PATCH] drm/nouveau: fix error path in nvkm_gsp_fwsec_v2
Timur Tabi
- [PATCH] drm/nouveau: remove unused memory target test
Timur Tabi
- [PATCH] drm/nouveau: remove unused memory target test
Timur Tabi
- [PATCH] drm/nouveau: remove unused increment in gm200_flcn_pio_imem_wr
Timur Tabi
- [RESEND][PATCH] drm/nouveau: remove unused increment in gm200_flcn_pio_imem_wr
Timur Tabi
- [PATCH 1/6] drm/sched: Avoid memory leaks with cancel_job() callback
Tvrtko Ursulin
- [PATCH 2/6] drm/sched/tests: Port to cancel_job()
Tvrtko Ursulin
- [PATCH 2/6] drm/sched/tests: Port to cancel_job()
Tvrtko Ursulin
- [PATCH 2/6] drm/sched/tests: Port to cancel_job()
Tvrtko Ursulin
- [PATCH v2 3/7] drm/sched/tests: Add unit test for cancel_job()
Tvrtko Ursulin
- [PATCH v2 2/7] drm/sched/tests: Implement cancel_job() callback
Tvrtko Ursulin
- [PATCH v4] drm/sched: Use struct for drm_sched_init() params
Tvrtko Ursulin
- [PATCH v3 2/7] drm/sched/tests: Implement cancel_job() callback
Tvrtko Ursulin
- [PATCH] drm/nouveau: remove unused memory target test
Zhi Wang
- [PATCH] drm/nouveau: fix error path in nvkm_gsp_fwsec_v2
Zhi Wang
- [PATCH] drm/nouveau: remove unused memory target test
Zhi Wang
- [PATCH v2 1/5] mm/hmm: HMM API to enable P2P DMA for device private pages
Matthew Wilcox
- [PATCH v2 1/5] mm/hmm: HMM API to enable P2P DMA for device private pages
Matthew Wilcox
- [RFC 00/11] THP support for zone device pages
Zi Yan
- [RFC 08/11] mm/thp: add split during migration support
Zi Yan
- [PATCH v5 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
Thomas Zimmermann
- [PATCH v5 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
Thomas Zimmermann
Last message date:
Thu Jul 31 23:41:04 UTC 2025
Archived on: Thu Jul 31 23:38:23 UTC 2025
This archive was generated by
Pipermail 0.09 (Mailman edition).