nouveau
Thread
Date
Earlier messages
Messages by Date
2026/04/20
[PATCH AUTOSEL 7.0-6.12] nouveau: pci: quiesce GPU on shutdown
Sasha Levin
2026/04/19
Re: [PATCH] drm/nouveau/gsp: Fix possible NULL pointer dereference warning in r535_dmac_alloc
sunliming
2026/04/18
Re: [PATCH] drm/nouveau/gsp: Fix possible NULL pointer dereference warning in r535_dmac_alloc
Danilo Krummrich
2026/04/18
Re: [PATCH] drm/nouveau/gsp: Fix possible NULL pointer dereference warning in r535_dmac_alloc
Timur Tabi
2026/04/18
Re: [PATCH] drm/nouveau/gsp: Fix possible NULL pointer dereference warning in r535_dmac_alloc
Danilo Krummrich
2026/04/18
Re: [PATCH] drm/nouveau/gsp: Fix possible NULL pointer dereference warning in r535_dmac_alloc
Timur Tabi
2026/04/18
Re: [PATCH] drm/nouveau/gsp: Fix possible NULL pointer dereference warning in r535_dmac_alloc
Danilo Krummrich
2026/04/18
[PATCH] drm/nouveau/gsp: Fix possible NULL pointer dereference warning in r535_dmac_alloc
sunliming
2026/04/17
Re: [PATCH v10 4/5] rust: drm: gem: Introduce shmem::SGTable
lyude
2026/04/17
Re: [PATCH v10 4/5] rust: drm: gem: Introduce shmem::SGTable
lyude
2026/04/17
[PATCH v8 23/29] drm/nouveau: Remove drm_sched_init_args->num_rqs usage
Tvrtko Ursulin
2026/04/16
Re: [PATCH v2 1/2] drm/sched: Make drm_sched_entity_kill() a public function
Luben Tuikov
2026/04/16
Re: [PATCH] Documentation: gpu: nova-core: document the IFR header layout
Alexandre Courbot
2026/04/16
Re: [PATCH v2 1/2] drm/sched: Make drm_sched_entity_kill() a public function
Danilo Krummrich
2026/04/16
Re: [PATCH 5/5] rust: ptr: remove implicit index projection syntax
Alice Ryhl
2026/04/16
Re: [PATCH 4/5] gpu: nova-core: use pointer projection for command queue code
Alice Ryhl
2026/04/16
Re: [PATCH 3/5] gpu: nova-core: convert to keyworded projection syntax
Alice Ryhl
2026/04/16
Re: [PATCH 2/5] rust: dma: update to keyworded index projection syntax
Alice Ryhl
2026/04/16
Re: [PATCH 1/5] rust: ptr: add panicking index projection variant
Alice Ryhl
2026/04/15
Re: [PATCH] drm/nouveau: fix nvkm_device leak on aperture removal failure
Danilo Krummrich
2026/04/15
[PATCH 3/5] gpu: nova-core: convert to keyworded projection syntax
Gary Guo
2026/04/15
[PATCH 4/5] gpu: nova-core: use pointer projection for command queue code
Gary Guo
2026/04/15
[PATCH 1/5] rust: ptr: add panicking index projection variant
Gary Guo
2026/04/15
[PATCH 5/5] rust: ptr: remove implicit index projection syntax
Gary Guo
2026/04/15
[PATCH 2/5] rust: dma: update to keyworded index projection syntax
Gary Guo
2026/04/15
[PATCH 0/5] Rework index projection syntax
Gary Guo
2026/04/15
[PATCH v2 2/2] drm/nouveau: Fix double call to drm_sched_entity_fini()
Philipp Stanner
2026/04/15
[PATCH v2 1/2] drm/sched: Make drm_sched_entity_kill() a public function
Philipp Stanner
2026/04/14
Re: [PATCH 2/2] drm/nouveau: Fix double call to drm_sched_entity_fini()
M Henning
2026/04/14
[PATCH 2/2] drm/nouveau: Fix double call to drm_sched_entity_fini()
Philipp Stanner
2026/04/14
[PATCH 1/2] drm/sched: Make drm_sched_entity_kill() a public function
Philipp Stanner
2026/04/14
Re: [PATCH 1/3] rust: add `num` module with `PowerOfTwo` type
Miguel Ojeda
2026/04/13
Re: [PATCH 3/3] gpu: nova-core: fix wrong use of barriers in GSP code
Gary Guo
2026/04/12
Re: [PATCH 1/3] rust: sync: add helpers for mb, dma_mb and friends
Eliot Courtney
2026/04/12
Re: [PATCH 3/3] gpu: nova-core: fix wrong use of barriers in GSP code
Eliot Courtney
2026/04/11
[PATCH] drm/nouveau: fix nvkm_device leak on aperture removal failure
David Carlier
2026/04/11
Re: [PATCH v10 5/5] rust: drm: gem: Add vmap functions to shmem bindings
Alexandre Courbot
2026/04/10
[PATCH 2/3] drm/nouveau/kms: add NULL check for CRTC in nv50_sor_atomic_disable
Marek Czernohous
2026/04/10
[PATCH 3/3] drm/nouveau/dp: retry link check once on HPD IRQ before disconnect
Marek Czernohous
2026/04/10
[PATCH 3/3] drm/nouveau/dp: retry link check once on HPD IRQ before disconnect
Marek Czernohous
2026/04/10
[PATCH 1/3] drm/nouveau/pci: use nv46 MSI rearm for G94 (NVAC/MCP79)
Marek Czernohous
2026/04/10
[PATCH 2/3] drm/nouveau/kms: add NULL check for CRTC in nv50_sor_atomic_disable
Marek Czernohous
2026/04/10
[PATCH 1/3] drm/nouveau/pci: use nv46 MSI rearm for G94 (NVAC/MCP79)
Marek Czernohous
2026/04/10
[PATCH 0/3] drm/nouveau: stability fixes for NVAC (MCP79/MCP7A)
Marek Czernohous
2026/04/10
[PATCH] drm/nouveau: Wire up dmem cgroups
Natalie Vock
2026/04/10
Re: [PATCH v10 3/5] drm/gem/shmem: Export drm_gem_shmem_get_pages_sgt_locked()
Alexandre Courbot
2026/04/10
Re: [PATCH v10 2/5] drm/gem/shmem: Introduce __drm_gem_shmem_free_sgt_locked()
Alexandre Courbot
2026/04/10
Re: [PATCH v10 4/5] rust: drm: gem: Introduce shmem::SGTable
Alexandre Courbot
2026/04/10
Re: [PATCH v10 1/5] rust: drm: gem: s/device::Device/Device/ for shmem.rs
Alexandre Courbot
2026/04/09
Re: [PATCH 0/6] drm/nouveau: fix GA100 issues
lyude
2026/04/09
Re: [PATCH v10 4/5] rust: drm: gem: Introduce shmem::SGTable
Deborah Brouwer
2026/04/09
Re: [PATCH 0/2] replaced old wq name, added WQ_PERCPU to alloc_workqueue
Marco Crivellari
2026/04/08
[PATCH v10 3/5] drm/gem/shmem: Export drm_gem_shmem_get_pages_sgt_locked()
Lyude Paul
2026/04/08
[PATCH v10 2/5] drm/gem/shmem: Introduce __drm_gem_shmem_free_sgt_locked()
Lyude Paul
2026/04/08
[PATCH v10 4/5] rust: drm: gem: Introduce shmem::SGTable
Lyude Paul
2026/04/08
[PATCH v10 1/5] rust: drm: gem: s/device::Device/Device/ for shmem.rs
Lyude Paul
2026/04/08
[PATCH v10 0/5] Rust bindings for gem shmem
Lyude Paul
2026/04/08
[PATCH v10 5/5] rust: drm: gem: Add vmap functions to shmem bindings
Lyude Paul
2026/04/08
Re: [PATCH] Documentation: gpu: nova-core: document the IFR header layout
Timur Tabi
2026/04/08
[PATCH] Documentation: gpu: nova-core: document the IFR header layout
Timur Tabi
2026/04/07
Re: [PATCH v2 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0
Nicolas Schier
2026/04/07
Re: [PATCH v2 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
Nicolas Schier
2026/04/07
Re: [PATCH v2 24/33] docs: rust: quick-start: update minimum Ubuntu version
Nicolas Schier
2026/04/07
Re: [PATCH v2 01/33] rust: kbuild: remove `--remap-path-prefix` workarounds
Nicolas Schier
2026/04/07
Re: [PATCH v2 32/33] rust: kbuild: support global per-version flags
Nicolas Schier
2026/04/07
[PATCH 6/6] drm/nouveau/gsp: enable FWSEC-SB on GA100
Timur Tabi
2026/04/07
[PATCH 2/6] drm/nouveau/bios: specify correct display fuse register for Ampere and Ada
Timur Tabi
2026/04/07
[PATCH 3/6] drm/nouveau/bios: skip the IFR header if present
Timur Tabi
2026/04/07
[PATCH 1/6] drm/nouveau: check for GA100 specifically when calculating FRTS size
Timur Tabi
2026/04/07
[PATCH 4/6] drm/nouveau/gsp: require GSP-RM for GA100 support
Timur Tabi
2026/04/07
[PATCH 5/6] drm/nouveau: parse the VBIOS on GA100
Timur Tabi
2026/04/07
[PATCH 0/6] drm/nouveau: fix GA100 issues
Timur Tabi
2026/04/07
[GIT PULL] DRM Rust changes for v7.1-rc1 (2nd)
Danilo Krummrich
2026/04/07
[PATCH] drm/nouveau: expose VBIOS via debugfs on GSP-RM systems
Timur Tabi
2026/04/07
Re: [PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
Tamir Duberstein
2026/04/07
Re: [PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
Miguel Ojeda
2026/04/06
Re: [PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
Miguel Ojeda
2026/04/06
Re: [PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
John Hubbard
2026/04/06
Re: [PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
Miguel Ojeda
2026/04/06
Re: [PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
John Hubbard
2026/04/06
Re: [PATCH 3/3] gpu: nova-core: fix wrong use of barriers in GSP code
Joel Fernandes
2026/04/06
Re: [PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
Tamir Duberstein
2026/04/06
Re: [PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
Miguel Ojeda
2026/04/06
Re: [PATCH v2 32/33] rust: kbuild: support global per-version flags
Tamir Duberstein
2026/04/06
Re: [PATCH v2 15/33] rust: macros: simplify code using `feature(extract_if)`
Tamir Duberstein
2026/04/06
Re: [PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
Tamir Duberstein
2026/04/06
Re: [PATCH v2 01/33] rust: kbuild: remove `--remap-path-prefix` workarounds
Tamir Duberstein
2026/04/06
Re: [PATCH 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0
Miguel Ojeda
2026/04/06
Re: [PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
Miguel Ojeda
2026/04/05
Re: [PATCH] gpu: nova-core: fix missing colon in SEC2 boot debug message
Alexandre Courbot
2026/04/05
Re: [PATCH v2 01/33] rust: kbuild: remove `--remap-path-prefix` workarounds
Gary Guo
2026/04/05
Re: [PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
Gary Guo
2026/04/05
Re: [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
Miguel Ojeda
2026/04/05
[PATCH v2 28/33] docs: rust: quick-start: remove GDB/Binutils mention
Miguel Ojeda
2026/04/05
Re: [PATCH 32/33] rust: kbuild: support global per-version flags
Gary Guo
2026/04/05
Re: [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
Gary Guo
2026/04/05
[PATCH v2 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0
Miguel Ojeda
2026/04/05
[PATCH v2 32/33] rust: kbuild: support global per-version flags
Miguel Ojeda
2026/04/05
[PATCH v2 29/33] docs: rust: general-information: simplify Kconfig example
Miguel Ojeda
2026/04/05
[PATCH v2 31/33] rust: declare cfi_encoding for lru_status
Miguel Ojeda
2026/04/05
[PATCH v2 30/33] docs: rust: general-information: use real example
Miguel Ojeda
2026/04/05
[PATCH v2 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
Miguel Ojeda
2026/04/05
[PATCH v2 26/33] docs: rust: quick-start: remove Gentoo "testing" note
Miguel Ojeda
2026/04/05
[PATCH v2 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
Miguel Ojeda
2026/04/05
[PATCH v2 24/33] docs: rust: quick-start: update minimum Ubuntu version
Miguel Ojeda
2026/04/05
[PATCH v2 23/33] docs: rust: quick-start: update Ubuntu versioned packages
Miguel Ojeda
2026/04/05
[PATCH v2 22/33] docs: rust: quick-start: openSUSE provides `rust-src` package nowadays
Miguel Ojeda
2026/04/05
[PATCH v2 21/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
Miguel Ojeda
2026/04/05
[PATCH v2 20/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
Miguel Ojeda
2026/04/05
[PATCH v2 19/33] rust: rust_is_available: remove warning for `bindgen` < 0.69.5 && libclang >= 19.1
Miguel Ojeda
2026/04/05
[PATCH v2 18/33] rust: rust_is_available: remove warning for `bindgen` 0.66.[01]
Miguel Ojeda
2026/04/05
[PATCH v2 17/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
Miguel Ojeda
2026/04/05
[PATCH v2 16/33] rust: block: update `const_refs_to_static` MSRV TODO comment
Miguel Ojeda
2026/04/05
[PATCH v2 15/33] rust: macros: simplify code using `feature(extract_if)`
Miguel Ojeda
2026/04/05
[PATCH v2 14/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
Miguel Ojeda
2026/04/05
[PATCH v2 13/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
Miguel Ojeda
2026/04/05
[PATCH v2 12/33] rust: kbuild: remove `feature(...)`s that are now stable
Miguel Ojeda
2026/04/05
[PATCH v2 11/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
Miguel Ojeda
2026/04/05
[PATCH v2 10/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Miguel Ojeda
2026/04/05
[PATCH v2 09/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
Miguel Ojeda
2026/04/05
[PATCH v2 08/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
Miguel Ojeda
2026/04/05
[PATCH v2 02/33] rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
Miguel Ojeda
2026/04/05
[PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
Miguel Ojeda
2026/04/05
[PATCH v2 06/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
Miguel Ojeda
2026/04/05
[PATCH v2 04/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
Miguel Ojeda
2026/04/05
[PATCH v2 05/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
Miguel Ojeda
2026/04/05
[PATCH v2 01/33] rust: kbuild: remove `--remap-path-prefix` workarounds
Miguel Ojeda
2026/04/05
[PATCH v2 03/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
Miguel Ojeda
2026/04/05
[PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
Miguel Ojeda
2026/04/05
Re: [PATCH 32/33] rust: kbuild: support global per-version flags
Miguel Ojeda
2026/04/05
Re: [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
Miguel Ojeda
2026/04/05
Re: [PATCH 20/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
Miguel Ojeda
2026/04/05
Re: [PATCH 17/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
Miguel Ojeda
2026/04/05
Re: [PATCH 11/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
Miguel Ojeda
2026/04/05
Re: [PATCH 10/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
Miguel Ojeda
2026/04/04
Re: [PATCH] gpu: nova-core: program_brom cannot fail
Alexandre Courbot
2026/04/04
Re: [PATCH 3/3] gpu: nova-core: fix wrong use of barriers in GSP code
Gary Guo
2026/04/04
Re: [PATCH] gpu: nova-core: fix missing colon in SEC2 boot debug message
Danilo Krummrich
2026/04/03
Re: [PATCH] gpu: nova-core: fix missing colon in SEC2 boot debug message
Alexandre Courbot
2026/04/02
Re: [PATCH 3/3] gpu: nova-core: fix wrong use of barriers in GSP code
Joel Fernandes
2026/04/02
[PATCH] gpu: nova-core: fix missing colon in SEC2 boot debug message
David Carlier
2026/04/02
Re: [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
Benno Lossin
2026/04/02
[PATCH 3/3] gpu: nova-core: fix wrong use of barriers in GSP code
Gary Guo
2026/04/02
[PATCH 2/3] rust: sync: generic memory barriers
Gary Guo
2026/04/02
[PATCH 1/3] rust: sync: add helpers for mb, dma_mb and friends
Gary Guo
2026/04/02
[PATCH 0/3] rust: more memory barriers bindings
Gary Guo
2026/04/02
Re: [PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
Alexandre Courbot
2026/04/02
Re: [PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
Jesung Yang
2026/04/02
Re: [PATCH 15/33] rust: rust_is_available: remove warning for 0.66.[01] buggy versions
Miguel Ojeda
2026/04/01
Re: [PATCH 13/33] rust: block: update `const_refs_to_static` MSRV TODO comment
Gary Guo
2026/04/01
Re: [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
Tamir Duberstein
2026/04/01
Re: [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
Tamir Duberstein
2026/04/01
Re: [PATCH 15/33] rust: rust_is_available: remove warning for 0.66.[01] buggy versions
Tamir Duberstein
2026/04/01
Re: [PATCH 22/33] docs: rust: quick-start: openSUSE provides `rust-src` package nowadays
Tamir Duberstein
2026/04/01
Re: [PATCH 18/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
Tamir Duberstein
2026/04/01
Re: [PATCH 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0
Tamir Duberstein
2026/04/01
Re: [PATCH 09/33] rust: kbuild: make `--remap-path-prefix` workaround conditional
Tamir Duberstein
2026/04/01
Re: [PATCH 12/33] rust: macros: update `extract_if` MSRV TODO comment
Tamir Duberstein
2026/04/01
Re: [PATCH 29/33] docs: rust: general-information: simplify Kconfig example
Tamir Duberstein
2026/04/01
Re: [PATCH 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
Tamir Duberstein
2026/04/01
Re: [PATCH 28/33] docs: rust: quick-start: remove GDB/Binutils mention
Tamir Duberstein
2026/04/01
Re: [PATCH 24/33] docs: rust: quick-start: update minimum Ubuntu version
Tamir Duberstein
2026/04/01
Re: [PATCH 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
Tamir Duberstein
2026/04/01
Re: [PATCH 17/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
Tamir Duberstein
2026/04/01
Re: [PATCH 11/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
Tamir Duberstein
2026/04/01
Re: [PATCH 03/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
Tamir Duberstein
2026/04/01
Re: [PATCH 07/33] rust: kbuild: remove `feature(...)`s that are now stable
Tamir Duberstein
2026/04/01
Re: [PATCH 04/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
Tamir Duberstein
2026/04/01
Re: [PATCH v9 04/23] gpu: nova-core: gsp: Extract usable FB region from GSP
Joel Fernandes
2026/04/01
Re: [PATCH 05/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Tamir Duberstein
2026/04/01
Re: [PATCH 13/33] rust: block: update `const_refs_to_static` MSRV TODO comment
Tamir Duberstein
2026/04/01
Re: [PATCH 26/33] docs: rust: quick-start: remove Gentoo "testing" note
Tamir Duberstein
2026/04/01
Re: [PATCH 21/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
Tamir Duberstein
2026/04/01
Re: [PATCH 08/33] rust: kbuild: simplify `--remap-path-prefix` workaround
Tamir Duberstein
2026/04/01
Re: [PATCH 30/33] docs: rust: general-information: use real example
Tamir Duberstein
2026/04/01
Re: [PATCH 19/33] rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
Tamir Duberstein
2026/04/01
Re: [PATCH 32/33] rust: kbuild: support global per-version flags
Tamir Duberstein
2026/04/01
Re: [PATCH 20/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
Tamir Duberstein
2026/04/01
Re: [PATCH 16/33] rust: rust_is_available: remove warning for < 0.69.5 && libclang >= 19.1
Tamir Duberstein
2026/04/01
Re: [PATCH 14/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
Tamir Duberstein
2026/04/01
Re: [PATCH 02/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
Tamir Duberstein
2026/04/01
Re: [PATCH 10/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
Tamir Duberstein
2026/04/01
Re: [PATCH 06/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
Tamir Duberstein
2026/04/01
Re: [PATCH 09/33] rust: kbuild: make `--remap-path-prefix` workaround conditional
Miguel Ojeda
2026/04/01
Re: [PATCH 12/33] rust: macros: update `extract_if` MSRV TODO comment
Miguel Ojeda
2026/04/01
Re: [PATCH 08/33] rust: kbuild: simplify `--remap-path-prefix` workaround
Miguel Ojeda
2026/04/01
Re: [PATCH 03/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
Gary Guo
2026/04/01
Re: [PATCH 31/33] rust: declare cfi_encoding for lru_status
Gary Guo
2026/04/01
Re: [PATCH 20/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
Gary Guo
2026/04/01
Re: [PATCH 02/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
Danilo Krummrich
2026/04/01
Re: [PATCH 05/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Danilo Krummrich
2026/04/01
Re: [PATCH 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0
Gary Guo
2026/04/01
Re: [PATCH 32/33] rust: kbuild: support global per-version flags
Gary Guo
2026/04/01
Re: [PATCH 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
Gary Guo
2026/04/01
Re: [PATCH 19/33] rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
Gary Guo
2026/04/01
Re: [PATCH 30/33] docs: rust: general-information: use real example
Gary Guo
2026/04/01
Re: [PATCH 29/33] docs: rust: general-information: simplify Kconfig example
Gary Guo
2026/04/01
Re: [PATCH 28/33] docs: rust: quick-start: remove GDB/Binutils mention
Gary Guo
2026/04/01
Re: [PATCH 21/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
Gary Guo
2026/04/01
Re: [PATCH 18/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
Gary Guo
Earlier messages