nouveau
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH 03/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
Miguel Ojeda
Re: [PATCH 03/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
Gary Guo
Re: [PATCH 03/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
Tamir Duberstein
[PATCH 04/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
Miguel Ojeda
Re: [PATCH 04/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
Gary Guo
Re: [PATCH 04/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
Tamir Duberstein
[PATCH 05/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Miguel Ojeda
Re: [PATCH 05/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Gary Guo
Re: [PATCH 05/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Danilo Krummrich
Re: [PATCH 05/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Tamir Duberstein
[PATCH 06/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
Miguel Ojeda
Re: [PATCH 06/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
Gary Guo
Re: [PATCH 06/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
Tamir Duberstein
[PATCH 07/33] rust: kbuild: remove `feature(...)`s that are now stable
Miguel Ojeda
Re: [PATCH 07/33] rust: kbuild: remove `feature(...)`s that are now stable
Gary Guo
Re: [PATCH 07/33] rust: kbuild: remove `feature(...)`s that are now stable
Tamir Duberstein
[PATCH 08/33] rust: kbuild: simplify `--remap-path-prefix` workaround
Miguel Ojeda
Re: [PATCH 08/33] rust: kbuild: simplify `--remap-path-prefix` workaround
Gary Guo
Re: [PATCH 08/33] rust: kbuild: simplify `--remap-path-prefix` workaround
Miguel Ojeda
Re: [PATCH 08/33] rust: kbuild: simplify `--remap-path-prefix` workaround
Tamir Duberstein
[PATCH 09/33] rust: kbuild: make `--remap-path-prefix` workaround conditional
Miguel Ojeda
Re: [PATCH 09/33] rust: kbuild: make `--remap-path-prefix` workaround conditional
Gary Guo
Re: [PATCH 09/33] rust: kbuild: make `--remap-path-prefix` workaround conditional
Miguel Ojeda
Re: [PATCH 09/33] rust: kbuild: make `--remap-path-prefix` workaround conditional
Tamir Duberstein
[PATCH 10/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
Miguel Ojeda
Re: [PATCH 10/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
Gary Guo
Re: [PATCH 10/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
Tamir Duberstein
Re: [PATCH 10/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
Miguel Ojeda
[PATCH 11/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
Miguel Ojeda
Re: [PATCH 11/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
Danilo Krummrich
Re: [PATCH 11/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
Gary Guo
Re: [PATCH 11/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
Tamir Duberstein
Re: [PATCH 11/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
Miguel Ojeda
[PATCH 12/33] rust: macros: update `extract_if` MSRV TODO comment
Miguel Ojeda
Re: [PATCH 12/33] rust: macros: update `extract_if` MSRV TODO comment
Gary Guo
Re: [PATCH 12/33] rust: macros: update `extract_if` MSRV TODO comment
Miguel Ojeda
Re: [PATCH 12/33] rust: macros: update `extract_if` MSRV TODO comment
Tamir Duberstein
[PATCH 13/33] rust: block: update `const_refs_to_static` MSRV TODO comment
Miguel Ojeda
Re: [PATCH 13/33] rust: block: update `const_refs_to_static` MSRV TODO comment
Gary Guo
Re: [PATCH 13/33] rust: block: update `const_refs_to_static` MSRV TODO comment
Tamir Duberstein
Re: [PATCH 13/33] rust: block: update `const_refs_to_static` MSRV TODO comment
Gary Guo
[PATCH 14/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
Miguel Ojeda
Re: [PATCH 14/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
Gary Guo
Re: [PATCH 14/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
Tamir Duberstein
[PATCH 15/33] rust: rust_is_available: remove warning for 0.66.[01] buggy versions
Miguel Ojeda
Re: [PATCH 15/33] rust: rust_is_available: remove warning for 0.66.[01] buggy versions
Gary Guo
Re: [PATCH 15/33] rust: rust_is_available: remove warning for 0.66.[01] buggy versions
Miguel Ojeda
Re: [PATCH 15/33] rust: rust_is_available: remove warning for 0.66.[01] buggy versions
Tamir Duberstein
[PATCH 16/33] rust: rust_is_available: remove warning for < 0.69.5 && libclang >= 19.1
Miguel Ojeda
Re: [PATCH 16/33] rust: rust_is_available: remove warning for < 0.69.5 && libclang >= 19.1
Tamir Duberstein
[PATCH 17/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
Miguel Ojeda
Re: [PATCH 17/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
Gary Guo
Re: [PATCH 17/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
Tamir Duberstein
Re: [PATCH 17/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
Miguel Ojeda
[PATCH 18/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
Miguel Ojeda
Re: [PATCH 18/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
Gary Guo
Re: [PATCH 18/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
Tamir Duberstein
[PATCH 19/33] rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
Miguel Ojeda
Re: [PATCH 19/33] rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
Gary Guo
Re: [PATCH 19/33] rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
Tamir Duberstein
[PATCH 20/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
Miguel Ojeda
Re: [PATCH 20/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
Gary Guo
Re: [PATCH 20/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
Tamir Duberstein
Re: [PATCH 20/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
Miguel Ojeda
[PATCH 21/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
Miguel Ojeda
Re: [PATCH 21/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
Danilo Krummrich
Re: [PATCH 21/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
Gary Guo
Re: [PATCH 21/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
Tamir Duberstein
[PATCH 22/33] docs: rust: quick-start: openSUSE provides `rust-src` package nowadays
Miguel Ojeda
Re: [PATCH 22/33] docs: rust: quick-start: openSUSE provides `rust-src` package nowadays
Tamir Duberstein
[PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
Miguel Ojeda
Re: [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
Tamir Duberstein
Re: [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
Miguel Ojeda
Re: [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
Gary Guo
Re: [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
Miguel Ojeda
[PATCH 24/33] docs: rust: quick-start: update minimum Ubuntu version
Miguel Ojeda
Re: [PATCH 24/33] docs: rust: quick-start: update minimum Ubuntu version
Tamir Duberstein
[PATCH 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
Miguel Ojeda
Re: [PATCH 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
Tamir Duberstein
[PATCH 26/33] docs: rust: quick-start: remove Gentoo "testing" note
Miguel Ojeda
Re: [PATCH 26/33] docs: rust: quick-start: remove Gentoo "testing" note
Tamir Duberstein
[PATCH 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
Miguel Ojeda
Re: [PATCH 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
Gary Guo
Re: [PATCH 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
Tamir Duberstein
[PATCH 28/33] docs: rust: quick-start: remove GDB/Binutils mention
Miguel Ojeda
Re: [PATCH 28/33] docs: rust: quick-start: remove GDB/Binutils mention
Gary Guo
Re: [PATCH 28/33] docs: rust: quick-start: remove GDB/Binutils mention
Tamir Duberstein
[PATCH 29/33] docs: rust: general-information: simplify Kconfig example
Miguel Ojeda
Re: [PATCH 29/33] docs: rust: general-information: simplify Kconfig example
Gary Guo
Re: [PATCH 29/33] docs: rust: general-information: simplify Kconfig example
Tamir Duberstein
[PATCH 30/33] docs: rust: general-information: use real example
Miguel Ojeda
Re: [PATCH 30/33] docs: rust: general-information: use real example
Gary Guo
Re: [PATCH 30/33] docs: rust: general-information: use real example
Tamir Duberstein
[PATCH 31/33] rust: declare cfi_encoding for lru_status
Miguel Ojeda
Re: [PATCH 31/33] rust: declare cfi_encoding for lru_status
Gary Guo
[PATCH 32/33] rust: kbuild: support global per-version flags
Miguel Ojeda
Re: [PATCH 32/33] rust: kbuild: support global per-version flags
Gary Guo
Re: [PATCH 32/33] rust: kbuild: support global per-version flags
Miguel Ojeda
Re: [PATCH 32/33] rust: kbuild: support global per-version flags
Gary Guo
Re: [PATCH 32/33] rust: kbuild: support global per-version flags
Tamir Duberstein
[PATCH 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0
Miguel Ojeda
Re: [PATCH 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0
Gary Guo
Re: [PATCH 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0
Tamir Duberstein
Re: [PATCH 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0
Miguel Ojeda
[GIT PULL] DRM Rust changes for v7.1-rc1
Danilo Krummrich
[PATCH] drm/nouveau: Omit a redundant pm_runtime_mark_last_busy() call in nouveau_pmops_runtime_idle()
Markus Elfring
Re: [PATCH 6.19 000/220] 6.19.10-rc1 review
Miguel Ojeda
Re: [PATCH 6.19 000/220] 6.19.10-rc1 review
Miguel Ojeda
[PATCH 1/3] rust: uaccess: generalize write_dma() to accept any Coherent<T>
Danilo Krummrich
[PATCH 2/3] rust: dma: generalize BinaryWriter impl for Coherent<T>
Danilo Krummrich
Re: [PATCH 2/3] rust: dma: generalize BinaryWriter impl for Coherent<T>
Danilo Krummrich
[PATCH 3/3] gpu: nova-core: use sized array for GSP log buffers
Danilo Krummrich
Re: [PATCH 3/3] gpu: nova-core: use sized array for GSP log buffers
Danilo Krummrich
Re: [PATCH 1/3] rust: uaccess: generalize write_dma() to accept any Coherent<T>
Alice Ryhl
Re: [PATCH 1/3] rust: uaccess: generalize write_dma() to accept any Coherent<T>
Gary Guo
Re: [PATCH 1/3] rust: uaccess: generalize write_dma() to accept any Coherent<T>
Danilo Krummrich
Re: [PATCH 1/3] rust: uaccess: generalize write_dma() to accept any Coherent<T>
Gary Guo
Re: [PATCH 1/3] rust: uaccess: generalize write_dma() to accept any Coherent<T>
Alexandre Courbot
Re: [PATCH 1/3] rust: uaccess: generalize write_dma() to accept any Coherent<T>
Gary Guo
Re: [PATCH 1/3] rust: uaccess: generalize write_dma() to accept any Coherent<T>
Miguel Ojeda
Re: [PATCH 1/3] rust: uaccess: generalize write_dma() to accept any Coherent<T>
Danilo Krummrich
[PATCH 7/8] gpu: nova-core: use I/O projection for cleaner encapsulation
Gary Guo
Problems...
royr
[PATCH v6 0/5] Introduce DeviceContext
Lyude Paul
[PATCH v6 1/5] rust/drm: Fix potential drop of uninitialized driver data
Lyude Paul
[PATCH v6 2/5] rust/drm: Introduce DeviceContext
Lyude Paul
[PATCH v6 3/5] rust/drm: Don't setup private driver data until registration
Lyude Paul
[PATCH v6 4/5] rust/drm/gem: Add DriverAllocImpl type alias
Lyude Paul
[PATCH v6 5/5] rust/drm/gem: Use DeviceContext with GEM objects
Lyude Paul
[PATCH v2 0/8] dma::Coherent & dma::CoherentBox API
Danilo Krummrich
[PATCH v2 1/8] rust: dma: use "kernel vertical" style for imports
Danilo Krummrich
Re: [PATCH v2 1/8] rust: dma: use "kernel vertical" style for imports
Andreas Hindborg
[PATCH v2 3/8] rust: dma: add zeroed constructor to `Coherent`
Danilo Krummrich
Re: [PATCH v2 3/8] rust: dma: add zeroed constructor to `Coherent`
Alexandre Courbot
Re: [PATCH v2 3/8] rust: dma: add zeroed constructor to `Coherent`
Andreas Hindborg
[PATCH v2 2/8] rust: dma: add generalized container for types other than slices
Danilo Krummrich
Re: [PATCH v2 2/8] rust: dma: add generalized container for types other than slices
Aditya Rajan
Re: [PATCH v2 2/8] rust: dma: add generalized container for types other than slices
Gary Guo
Re: [PATCH v2 2/8] rust: dma: add generalized container for types other than slices
Aditya Rajan
Re: [PATCH v2 2/8] rust: dma: add generalized container for types other than slices
Andreas Hindborg
Re: [PATCH v2 2/8] rust: dma: add generalized container for types other than slices
Gary Guo
Re: [PATCH v2 2/8] rust: dma: add generalized container for types other than slices
Andreas Hindborg
[PATCH v2 4/8] rust: dma: introduce dma::CoherentBox for memory initialization
Danilo Krummrich
Re: [PATCH v2 4/8] rust: dma: introduce dma::CoherentBox for memory initialization
Gary Guo
Re: [PATCH v2 4/8] rust: dma: introduce dma::CoherentBox for memory initialization
Andreas Hindborg
[PATCH v2 5/8] rust: dma: add Coherent:init() and Coherent::init_with_attrs()
Danilo Krummrich
Re: [PATCH v2 5/8] rust: dma: add Coherent:init() and Coherent::init_with_attrs()
Gary Guo
Re: [PATCH v2 5/8] rust: dma: add Coherent:init() and Coherent::init_with_attrs()
Andreas Hindborg
Re: [PATCH v2 5/8] rust: dma: add Coherent:init() and Coherent::init_with_attrs()
Danilo Krummrich
Re: [PATCH v2 5/8] rust: dma: add Coherent:init() and Coherent::init_with_attrs()
Andreas Hindborg
[PATCH v2 6/8] gpu: nova-core: use Coherent::init to initialize GspFwWprMeta
Danilo Krummrich
Re: [PATCH v2 6/8] gpu: nova-core: use Coherent::init to initialize GspFwWprMeta
Gary Guo
[PATCH v2 7/8] gpu: nova-core: convert Gsp::new() to use CoherentBox
Danilo Krummrich
Re: [PATCH v2 7/8] gpu: nova-core: convert Gsp::new() to use CoherentBox
Gary Guo
[PATCH v2 8/8] gpu: nova-core: convert to new dma::Coherent API
Danilo Krummrich
Re: [PATCH v2 8/8] gpu: nova-core: convert to new dma::Coherent API
Gary Guo
Re: [PATCH v2 8/8] gpu: nova-core: convert to new dma::Coherent API
Danilo Krummrich
Re: [PATCH v2 8/8] gpu: nova-core: convert to new dma::Coherent API
Gary Guo
Re: [PATCH v2 0/8] dma::Coherent & dma::CoherentBox API
Alexandre Courbot
Re: [PATCH v2 0/8] dma::Coherent & dma::CoherentBox API
Danilo Krummrich
[PATCH v3 4/4] rust: make `build_assert` module the home of related macros
Gary Guo
Re: [PATCH v3 4/4] rust: make `build_assert` module the home of related macros
Danilo Krummrich
Re: [PATCH v3 4/4] rust: make `build_assert` module the home of related macros
Alice Ryhl
Re: [PATCH v3 4/4] rust: make `build_assert` module the home of related macros
Alexandre Courbot
Re: [PATCH v3 4/4] rust: make `build_assert` module the home of related macros
Gary Guo
Re: [PATCH v3 4/4] rust: make `build_assert` module the home of related macros
Miguel Ojeda
Re: [PATCH v3 4/4] rust: make `build_assert` module the home of related macros
Miguel Ojeda
Re: [PATCH v3 4/4] rust: make `build_assert` module the home of related macros
Alexandre Courbot
Re: [PATCH v3 4/4] rust: make `build_assert` module the home of related macros
Miguel Ojeda
Re: [PATCH v3 4/4] rust: make `build_assert` module the home of related macros
Alexandre Courbot
Re: [PATCH v3 4/4] rust: make `build_assert` module the home of related macros
FUJITA Tomonori
Re: [PATCH v3 4/4] rust: make `build_assert` module the home of related macros
Boqun Feng
Re: [PATCH v3 4/4] rust: make `build_assert` module the home of related macros
Tamir Duberstein
[PATCH v9 0/7] Rust bindings for gem shmem
Lyude Paul
[PATCH v9 1/7] rust: drm: Add gem::impl_aref_for_gem_obj!
Lyude Paul
[PATCH v9 2/7] rust: drm: gem: Add raw_dma_resv() function
Lyude Paul
[PATCH v9 3/7] rust: helpers: Add bindings/wrappers for dma_resv_lock
Lyude Paul
[PATCH v9 4/7] rust: gem: Introduce DriverObject::Args
Lyude Paul
[PATCH v9 5/7] rust: drm: gem: shmem: Add DRM shmem helper abstraction
Lyude Paul
Re: [PATCH v9 5/7] rust: drm: gem: shmem: Add DRM shmem helper abstraction
Danilo Krummrich
[PATCH v9 6/7] rust: drm: gem: Introduce shmem::SGTable
Lyude Paul
[PATCH v9 7/7] rust: drm/gem: Add vmap functions to shmem bindings
Lyude Paul
Re: [PATCH v9 7/7] rust: drm/gem: Add vmap functions to shmem bindings
Alvin Sun
Re: (subset) [PATCH v9 0/7] Rust bindings for gem shmem
Danilo Krummrich
Re: (subset) [PATCH v9 0/7] Rust bindings for gem shmem
Janne Grunau
Re: (subset) [PATCH v9 0/7] Rust bindings for gem shmem
Alice Ryhl
Re: (subset) [PATCH v9 0/7] Rust bindings for gem shmem
Miguel Ojeda
Re: (subset) [PATCH v9 0/7] Rust bindings for gem shmem
Deborah Brouwer
(subset) Re: [PATCH v9 0/7] Rust bindings for gem shmem
Danilo Krummrich
Announcement: 2026 X.Org Foundation Election Candidates
Harry Wentland
[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
Earlier messages
Later messages