Nouveau Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-06 20:48:19 to 2025-10-07 11:00:16 UTC [more...]

[PATCH v2 0/8] rust: use `kernel::{fmt,prelude::fmt!}`
 2025-07-21 20:33 UTC  (11+ messages)
` [PATCH v2 1/8] gpu: nova-core: "
` [PATCH v2 2/8] rust: alloc: "
` [PATCH v2 3/8] rust: block: "
` [PATCH v2 4/8] rust: device: "
` [PATCH v2 5/8] rust: file: "
` [PATCH v2 6/8] rust: kunit: "
` [PATCH v2 7/8] rust: seq_file: "
` [PATCH v2 8/8] rust: sync: "

[PATCH v13 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-07-04 19:38 UTC  (27+ messages)
` [PATCH v13 1/5] rust: macros: reduce collections in `quote!` macro
` [PATCH v13 2/5] rust: support formatting of foreign types
` [PATCH v13 3/5] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v13 4/5] rust: replace `kernel::c_str!` with C-Strings
` [PATCH v13 5/5] rust: remove core::ffi::CStr reexport

[PATCH v3 0/5] Introduce bitfield and move register macro to rust/kernel/
 2025-09-20  9:33 UTC  (10+ messages)
` [PATCH v3 5/5] rust: Add KUNIT tests for bitfield

[PATCH] drm/nouveau: Fix refcount leak in nouveau_connector_detect
 2025-10-06 21:43 UTC  (2+ messages)

[PATCH v2 0/3] rust: alloc: add Vec::resize and Vec::truncate
 2025-03-19 17:22 UTC  (11+ messages)
` [PATCH v2 2/3] rust: alloc: add Vec::resize method

[PATCH 0/6] Replace `kernel::str::CStr` with `core::ffi::CStr` (cycle 1)
 2025-07-20 23:18 UTC  (10+ messages)
` [PATCH 1/6] rust: kernel: remove `fmt!`, fix clippy::uninlined-format-args
` [PATCH 2/6] rust: kernel: add `fmt` module
` [PATCH 3/6] rust: use `kernel::{fmt,prelude::fmt!}`
` [PATCH 4/6] rust: str: remove unnecessary qualification
` [PATCH 5/6] rust: add `CStr` methods matching `core::ffi::CStr`
` [PATCH 6/6] rust: use `core::ffi::CStr` method names

[PATCH v6 0/5] Introduce bitfield and move register macro to rust/kernel/
 2025-10-07 10:36 UTC  (6+ messages)
` [PATCH v6 1/5] nova-core: bitfield: Move bitfield-specific code from register! into new macro

[PATCH v12 0/6] rust: reduce `as` casts, enable related lints
 2025-06-18 17:57 UTC  (16+ messages)
` [PATCH v12 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v12 2/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v12 3/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v12 4/6] rust: enable `clippy::as_underscore` lint
` [PATCH v12 5/6] rust: enable `clippy::cast_lossless` lint
` [PATCH v12 6/6] rust: enable `clippy::ref_as_ptr` lint

[PATCH v10 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-05-29 22:21 UTC  (31+ messages)
` [PATCH v10 1/5] rust: retitle "Example" section as "Examples"
` [PATCH v10 2/5] rust: support formatting of foreign types
` [PATCH v10 3/5] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v10 4/5] rust: replace `kernel::c_str!` with C-Strings
` [PATCH v10 5/5] rust: remove core::ffi::CStr reexport

[PATCH 0/2] rust: pci: expose is_virtfn() and reject VFs in nova-core
 2025-10-07 11:00 UTC  (14+ messages)

[PATCH v2] drm/client: Remove holds_console_lock parameter from suspend/resume
 2025-10-07 10:06 UTC  (2+ messages)

[PATCH] nouveau: add option to avoid 535 firmware in initramfs
 2025-10-07  3:41 UTC  (4+ messages)

[PATCH RFC] nova-core: mm: Add initial structures for page table management
 2025-10-06 21:11 UTC  (2+ messages)

[RFC PATCH v1 06/10] mm/hugetlb: use separate folio->_hugetlb_list for hugetlb-internals
 2024-11-12 15:28 UTC  (2+ messages)
`  "

[PATCH v3 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
 2025-09-24  1:08 UTC  (12+ messages)
` [PATCH v3 1/9] gpu: nova-core: "
` [PATCH v3 2/9] rust: alloc: "
` [PATCH v3 3/9] rust: block: "
` [PATCH v3 4/9] rust: device: "
` [PATCH v3 5/9] rust: file: "
` [PATCH v3 6/9] rust: kunit: "
` [PATCH v3 7/9] rust: seq_file: "
` [PATCH v3 8/9] rust: sync: "
` [PATCH v3 9/9] rust: device: "

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-09-25 13:54 UTC  (20+ messages)
` [PATCH v2 01/19] drivers: net: "
` [PATCH v2 02/19] gpu: nova-core: "
` [PATCH v2 03/19] rust: auxiliary: "
` [PATCH v2 04/19] rust: clk: "
` [PATCH v2 05/19] rust: configfs: "
` [PATCH v2 06/19] rust: cpufreq: "
` [PATCH v2 07/19] rust: device: "
` [PATCH v2 08/19] rust: firmware: "
` [PATCH v2 09/19] rust: kunit: "
` [PATCH v2 10/19] rust: macros: "
` [PATCH v2 11/19] rust: miscdevice: "
` [PATCH v2 12/19] rust: net: "
` [PATCH v2 13/19] rust: pci: "
` [PATCH v2 14/19] rust: platform: "
` [PATCH v2 15/19] rust: seq_file: "
` [PATCH v2 16/19] rust: str: "
` [PATCH v2 17/19] rust: sync: "
` [PATCH v2 18/19] rust: io: "
` [PATCH v2 19/19] rust: regulator: "

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-08-13 15:59 UTC  (16+ messages)
` [PATCH v2 01/19] drivers: net: "
` [PATCH v2 02/19] gpu: nova-core: "
` [PATCH v2 03/19] rust: auxiliary: "
` [PATCH v2 04/19] rust: clk: "
` [PATCH v2 05/19] rust: configfs: "
` [PATCH v2 06/19] rust: cpufreq: "
` [PATCH v2 07/19] rust: device: "
` [PATCH v2 08/19] rust: firmware: "
` [PATCH v2 09/19] rust: kunit: "
` [PATCH v2 10/19] rust: macros: "
` [PATCH v2 11/19] rust: miscdevice: "
` [PATCH v2 12/19] rust: net: "
` [PATCH v2 13/19] rust: pci: "
` [PATCH v2 14/19] rust: platform: "
` [PATCH v2 15/19] rust: seq_file: "

[PATCH 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
 2025-07-14 21:08 UTC  (16+ messages)
` [PATCH 1/9] gpu: nova-core: "
` [PATCH 2/9] rust: alloc: "
` [PATCH 3/9] rust: block: "
` [PATCH 4/9] rust: device: "
` [PATCH 5/9] rust: file: "
` [PATCH 6/9] rust: kunit: "
` [PATCH 7/9] rust: pin-init: "
` [PATCH 8/9] rust: seq_file: "
` [PATCH 9/9] rust: sync: "

[PATCH v12 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-07-01 16:46 UTC  (8+ messages)
` [PATCH v12 1/5] rust: macros: reduce collections in `quote!` macro
` [PATCH v12 2/5] rust: support formatting of foreign types
` [PATCH v12 3/5] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v12 4/5] rust: replace `kernel::c_str!` with C-Strings
` [PATCH v12 5/5] rust: remove core::ffi::CStr reexport

[PATCH 00/17] rust: replace `kernel::c_str!` with C-Strings
 2025-07-10 15:31 UTC  (18+ messages)
` [PATCH 01/17] drivers: net: "
` [PATCH 02/17] gpu: nova-core: "
` [PATCH 03/17] rust: auxiliary: "
` [PATCH 04/17] rust: clk: "
` [PATCH 05/17] rust: configfs: "
` [PATCH 06/17] rust: cpufreq: "
` [PATCH 07/17] rust: device: "
` [PATCH 08/17] rust: firmware: "
` [PATCH 09/17] rust: kunit: "
` [PATCH 10/17] rust: macros: "
` [PATCH 11/17] rust: miscdevice: "
` [PATCH 12/17] rust: net: "
` [PATCH 13/17] rust: pci: "
` [PATCH 14/17] rust: platform: "
` [PATCH 15/17] rust: seq_file: "
` [PATCH 16/17] rust: str: "
` [PATCH 17/17] rust: sync: "

[PATCH v11 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-06-02 13:54 UTC  (12+ messages)
` [PATCH v11 1/5] rust: macros: reduce collections in `quote!` macro
` [PATCH v11 2/5] rust: support formatting of foreign types
` [PATCH v11 3/5] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v11 4/5] rust: replace `kernel::c_str!` with C-Strings
` [PATCH v11 5/5] rust: remove core::ffi::CStr reexport

[PATCH v4] drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations
 2025-09-25 16:33 UTC  (4+ messages)

[PATCH 1/5] drm/nouveau/uvmm: Prepare for larger pages
 2025-10-06 19:13 UTC  (5+ messages)
` [PATCH 2/5] drm/nouveau/uvmm: Allow "
` [PATCH 3/5] drm/nouveau/mmu/gp100: Remove unused/broken support for compression
` [PATCH 4/5] drm/nouveau/mmu/tu102: Add support for compressed kinds
` [PATCH 5/5] drm/nouveau/drm: Bump the driver version to 1.4.1 to report new features

[PATCH v3] drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations
 2024-05-08 23:06 UTC 

[PATCH] drm/client: Remove holds_console_lock parameter from suspend/resume
 2025-10-01 14:53 UTC  (4+ messages)

[PATCH 00/16] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-04-22 18:50 UTC  (3+ messages)
` [PATCH 09/16] gpu: nova-core: register sysmem flush page

[PATCH v3 00/62] add support for Hopper and Blackwell GPUs
 2025-05-17  0:09 UTC  (3+ messages)
` [PATCH v3 14/62] drm/nouveau/gsp: switch to a simpler GSP-RM header layout
` [PATCH v3 62/62] drm/nouveau/kms: add support for GB20x

[PATCH] drm/nouveau/acr/ga102: fix NULL vs IS_ERR() check in ga102_acr_wpr_parse()
 2025-09-02  9:48 UTC  (2+ messages)

[PATCH v6 5/5] rust: bitfield: Add KUNIT tests for bitfield
 2025-10-06 20:36 UTC  (2+ messages)
` [PATCH v7] "

[PATCH v2 00/62] add support for Hopper and Blackwell GPUs
 2025-05-11 21:07 UTC  (3+ messages)
` [PATCH v2 13/62] drm/nouveau/gsp: switch to a simpler GSP-RM header layout
` [PATCH v2 45/62] drm/nouveau/gsp: add support for 570.144

[PATCH v4 0/6] Introduce bitfield and move register macro to rust/kernel/
 2025-09-23 22:24 UTC  (6+ messages)
` [PATCH v4 1/6] nova-core: bitfield: Move bitfield-specific code from register! into new macro


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox