Nouveau Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-06 21:10:20 to 2025-10-20 10:50:58 UTC [more...]

[PATCH v2 0/5] rust: add `TryFrom` and `Into` derive macros
 2025-10-14  6:35 UTC  (6+ messages)

[PATCH v5 00/14] gpu: nova-core: Boot GSP to RISC-V active
 2025-10-20 10:50 UTC  (44+ messages)
` [PATCH v5 01/14] gpu: nova-core: Set correct DMA mask
` [PATCH v5 02/14] gpu: nova-core: Create initial Gsp
` [PATCH v5 03/14] gpu: nova-core: gsp: Create wpr metadata
` [PATCH v5 04/14] gpu: nova-core: Add a slice-buffer (sbuffer) datastructure
` [PATCH v5 05/14] gpu: nova-core: Add zeroable trait to bindings
` [PATCH v5 06/14] gpu: nova-core: Add GSP command queue bindings
` [PATCH v5 07/14] gpu: nova-core: gsp: Add GSP command queue handling
` [PATCH v5 08/14] gpu: nova-core: gsp: Create rmargs
` [PATCH v5 09/14] gpu: nova-core: Add bindings and accessors for GspSystemInfo
` [PATCH v5 10/14] gpu: nova-core: Add bindings for the GSP RM registry tables
` [PATCH v5 11/14] gpu: nova-core: gsp: Create RM registry and sysinfo commands
` [PATCH v5 12/14] nova-core: falcon: Add support to check if RISC-V is active
` [PATCH v5 13/14] nova-core: falcon: Add support to write firmware version
` [PATCH v5 14/14] nova-core: gsp: Boot GSP

[PATCH v6 0/5] Introduce bitfield and move register macro to rust/kernel/
 2025-10-09 12:54 UTC  (20+ messages)
` [PATCH v6 1/5] nova-core: bitfield: Move bitfield-specific code from register! into new macro
` [PATCH v6 4/5] rust: Move register and bitfield macros out of Nova

[PATCH] nouveau: add option to avoid 535 firmware in initramfs
 2025-10-08  3:43 UTC  (8+ messages)

[RFC PATCH v2 0/3] rust: bounded integer types and use in register macro
 2025-10-16 14:51 UTC  (25+ messages)
` [PATCH RFC v2 1/3] gpu: nova-core: register: use field type for Into implementation
` [PATCH RFC v2 2/3] rust: kernel: add bounded integer types
` [PATCH RFC v2 3/3] gpu: nova-core: use BoundedInt

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

[PATCH 1/2] nova-core: Solve mentions of `CoherentAllocation` improvements [COHA]
 2025-10-17  1:36 UTC  (5+ messages)

[PATCH v2] Revert "drm/nouveau: Remove waitque for sched teardown"
 2025-10-08 16:35 UTC  (4+ messages)

[PATCH v4 00/13] gpu: nova-core: Boot GSP to RISC-V active
 2025-10-09 21:41 UTC  (29+ messages)
` [PATCH v4 01/13] gpu: nova-core: Set correct DMA mask
` [PATCH v4 02/13] gpu: nova-core: Create initial Gsp
` [PATCH v4 03/13] gpu: nova-core: gsp: Create wpr metadata
` [PATCH v4 04/13] gpu: nova-core: Add a slice-buffer (sbuffer) datastructure
` [PATCH v4 05/13] gpu: nova-core: Add GSP command queue bindings
` [PATCH v4 06/13] gpu: nova-core: gsp: Add GSP command queue handling
` [PATCH v4 07/13] gpu: nova-core: gsp: Create rmargs
` [PATCH v4 08/13] gpu: nova-core: Add bindings and accessors for GspSystemInfo
` [PATCH v4 09/13] gpu: nova-core: Add bindings for the GSP RM registry tables
` [PATCH v4 10/13] gpu: nova-core: gsp: Create RM registry and sysinfo commands
` [PATCH v4 11/13] nova-core: falcon: Add support to check if RISC-V is active
` [PATCH v4 12/13] nova-core: falcon: Add support to write firmware version
` [PATCH v4 13/13] nova-core: gsp: Boot GSP

[PATCH] drm/nouveau: fix bad ret code in nouveau_bo_move_prep
 2025-10-07 20:17 UTC  (3+ messages)

[PATCH v7.1 0/4] bitfield initial refactor within nova-core (RESEND)
 2025-10-18 13:41 UTC  (14+ messages)
` [PATCH v7.1 1/4] gpu: nova-core: register: use field type for Into implementation
` [PATCH v7.1 2/4] gpu: nova-core: bitfield: Move bitfield-specific code from register! into new macro
` [PATCH v7.1 3/4] gpu: nova-core: bitfield: Add support for different storage widths
` [PATCH v7.1 4/4] gpu: nova-core: bitfield: Add support for custom visiblity

[PATCH] gpu: nova-core: replace wait_on with kernel equivalents
 2025-10-20 10:07 UTC  (2+ messages)

[PATCH] rust: driver: let probe() return impl PinInit<Self, Error>
 2025-10-17 18:29 UTC  (7+ messages)

[PATCH v2 21/27] drm/nouveau: Remove drm_sched_init_args->num_rqs usage
 2025-10-17 13:36 UTC 

[PATCH v4 5/9] rust: gem: Introduce DriverObject::Args
 2025-10-17 13:24 UTC  (2+ messages)

[PATCH v2] drm/sched: Add warning for removing hack in drm_sched_fini()
 2025-10-17 11:25 UTC 

[PATCH v7 0/4] bitfield initial refactor within nova-core
 2025-10-16 15:05 UTC  (6+ messages)
` [PATCH v7 1/4] gpu: nova-core: register: use field type for Into implementation
` [PATCH v7 2/4] gpu: nova-core: bitfield: Move bitfield-specific code from register! into new macro
` [PATCH v7 3/4] gpu: nova-core: bitfield: Add support for different storage widths
` [PATCH v7 4/4] gpu: nova-core: bitfield: Add support for custom visiblity

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-10-16 10:42 UTC  (3+ messages)
` [PATCH v2 17/19] rust: sync: "

[PATCH 1/2] gpu: nova-core: gsp: remove useless conversion
 2025-10-15 23:20 UTC  (3+ messages)

[PATCH v2] nova-core: vbios: Rework BiosImage to be simpler
 2025-10-15 23:19 UTC  (2+ messages)

[PATCH RFC] nova-core: mm: Add initial structures for page table management
 2025-10-15 20:34 UTC  (4+ messages)

[PATCH v3] rust: pci: Allocate and manage PCI interrupt vectors
 2025-10-15 20:32 UTC  (3+ messages)

[PATCH v2 0/2] drm/nouveau: add and implement missing DCB connector values
 2025-10-15 18:19 UTC  (5+ messages)
  ` [PATCH v2 1/2] drm/nouveau: add missing DCB connector types
  ` [PATCH v2 2/2] drm/nouveau: implement missing DCB connector types; gracefully handle unknown connectors

[PATCH 0/3] drm/nouveau: Advertise correct modifiers on GB20x
 2025-10-15  0:10 UTC  (4+ messages)
` [PATCH 1/3] drm: define NVIDIA DRM format modifiers for GB20x

[PATCH] drm/nouveau: set DMA mask before creating the flush page
 2025-10-14 17:45 UTC 

[PATCH v2] drm/client: Remove holds_console_lock parameter from suspend/resume
 2025-10-14  7:33 UTC  (5+ messages)

[PATCH] drm/nouveau: fully define nvfw_hs_load_header_v2
 2025-10-10 22:39 UTC 

[PATCH 2/5] drm/nouveau/uvmm: Allow larger pages
 2025-10-09 23:40 UTC  (5+ messages)

[PATCH 0/5 v2] drm/nouveau: Enable variable page sizes and compression
 2025-10-09 23:38 UTC  (6+ messages)
` [PATCH 1/5] drm/nouveau/uvmm: Prepare for larger pages
` [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 v6 0/5] Introduce bitfield and move register macro to rust/kernel/
 2025-10-09 13:02 UTC  (6+ messages)

[PATCH v6 0/5] Introduce bitfield and move register macro to rust/kernel/
 2025-10-08 19:56 UTC 

[PATCH v2] rust: pci: Allocate and manage PCI interrupt vectors
 2025-10-08 19:09 UTC  (5+ messages)

[PATCH 22/28] drm/nouveau: Remove drm_sched_init_args->num_rqs usage
 2025-10-08  8:53 UTC 

[RFC PATCH 1/1] Avoid NOUVEAU_GETPARAM_HAS_VMA_TILEMODE on nv177
 2025-10-07 18:38 UTC  (3+ messages)

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


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