All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-13 12:41:36 to 2025-12-13 12:45:30 UTC [more...]

[PATCH v2 1/3] nova-core: Simplify `transmute` and `transmute_mut` in fwsec.rs
 2025-11-02 22:49 UTC  (5+ messages)

[PATCH v2 0/5] rust: add `TryFrom` and `Into` derive macros
 2025-10-11 14:53 UTC  (8+ messages)
` [PATCH v2 1/5] rust: macros: allow conversion from `&T` to `TokenStream`
` [PATCH v2 2/5] rust: macros: extend custom `quote!()` macro
` [PATCH v2 3/5] rust: macros: prefix variable `span` with underscore

[PATCH] drm/nouveau : refactor deprecated strcpy
 2025-12-04 12:08 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 1/4] nova-core: Simplify `transmute` and `transmute_mut` in fwsec.rs
 2025-11-04 19:37 UTC  (2+ messages)
` [PATCH v3 3/4] nova-core: Simplify `DmaObject::from_data` in nova-core/dma.rs

[PATCH] x86/mm: add testmmiotrace MODULE_DESCRIPTION()
 2024-07-11 18:50 UTC  (2+ messages)

[PATCH v6 0/5] Introduce bitfield and move register macro to rust/kernel/
 2025-11-13  6:26 UTC  (16+ messages)
` [PATCH v6 4/5] rust: Move register and bitfield macros out of Nova

[PATCH v2 0/8] gpu: nova-core: process and prepare more firmwares to boot GSP
 2025-09-10 20:57 UTC  (12+ messages)
` [PATCH v2 1/8] rust: transmute: add `from_bytes_copy` method to `FromBytes` trait
` [PATCH v2 2/8] gpu: nova-core: firmware: add support for common firmware header
        ` Implicit panics (was: [PATCH v2 2/8] gpu: nova-core: firmware: add support for common firmware header)

[PATCH] gpu: nova-core: vbios: change PmuLookupTableEntry to relax alignment
 2025-07-14 10:43 UTC  (2+ messages)
` [PATCH] gpu: nova-core: vbios: split out PmuLookupTableHeader from PmuLookupTable

[RFC PATCH 0/6] drm/sched: Avoid memory leaks by canceling job-by-job
 2025-06-16 10:08 UTC  (6+ messages)
` [RFC PATCH 1/6] drm/sched: Avoid memory leaks with cancel_job() callback

[PATCH 0/5] drm/sched: Fix memory leaks in drm_sched_fini()
 2025-04-22 12:21 UTC  (13+ messages)
` [PATCH 3/5] drm/sched: Warn if pending list is not empty

[PATCH 1/2] dma-buf: Add __dma_fence_is_signaled()
 2025-05-22 13:43 UTC  (12+ messages)
` [PATCH 2/2] drm/nouveau: Don't signal when killing the fence context

[PATCH] nouveau: Remove unused functions
 2024-11-22  2:02 UTC  (2+ messages)

[PATCH] gpu: nova-core: vbios: use offset_of in PmuLookupTableHeader::new
 2025-07-27  9:51 UTC  (5+ messages)
` [PATCH v3] gpu: nova-core: vbios: change PmuLookupTableEntry to use size_of

[PATCH 0/4] rust: add `TryFrom` and `Into` derive macros
 2025-08-03 14:20 UTC  (3+ messages)
` [PATCH 1/4] rust: macros: extend custom `quote!()` macro
` [PATCH 2/4] rust: macros: prefix variable `span` with underscore

[PATCH 0/6] drm/sched: Fix memory leaks with cancel_job() callback
 2025-07-04 11:27 UTC  (7+ messages)
` [PATCH 2/6] drm/sched/tests: Port to cancel_job()

[REGRESSION] NVIDIA ION graphics broken with Linux 6.16-rc*
 2025-07-14  2:44 UTC  (5+ messages)

[PATCH v2] drm/nouveau: Prevent signalled fences in pending list
 2025-04-03 14:40 UTC  (6+ messages)

[RFC PATCH v2 0/3] rust: bounded integer types and use in register macro
 2025-10-10 17:20 UTC  (7+ messages)
` [PATCH RFC v2 3/3] gpu: nova-core: use BoundedInt

[PATCH v3 0/5] Introduce bitfield and move register macro to rust/kernel/
 2025-09-21 11:41 UTC  (8+ messages)
` [PATCH v3 5/5] rust: Add KUNIT tests for bitfield

[PATCH 1/2] nova-core: Add a library for bitfields in Rust structs
 2025-09-04 21:35 UTC  (3+ messages)

[PATCH v4 00/20] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-05-31 14:09 UTC  (7+ messages)
` [PATCH v4 04/20] rust: add new `num` module with useful integer operations
` [PATCH v4 11/20] gpu: nova-core: wait for GFW_BOOT completion

[RFC PATCH 0/8] [RFC] DRM Rust abstractions and Nova
 2024-06-09  5:15 UTC  (10+ messages)
` [RFC PATCH 3/8] rust: drm: Add Device and Driver abstractions
` [RFC PATCH 7/8] rust: add firmware abstractions

[PATCH] drm/nouveau/pmu: Fix gp10b firmware guard
 2025-02-17 23:46 UTC  (2+ messages)

[PATCH 1/2] nova-core: Solve mentions of `CoherentAllocation` improvements [COHA]
 2025-10-19 11:57 UTC  (6+ messages)

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

[PATCH 0/4] rust: add `FromPrimitive` support
 2025-06-26 14:23 UTC  (6+ messages)
` [PATCH 1/4] rust: introduce `FromPrimitive` trait
` [PATCH 2/4] rust: macros: extend custom `quote!` macro
` [PATCH 4/4] rust: macros: add derive macro for `FromPrimitive`

[PATCH] drm/nouveau: Replace redundant return value judgment with PTR_ERR_OR_ZERO()
 2025-08-15 13:36 UTC 

[PATCH v4 0/6] Introduce bitfield and move register macro to rust/kernel/
 2025-09-29 15:26 UTC  (14+ messages)
` [PATCH v4 1/6] nova-core: bitfield: Move bitfield-specific code from register! into new macro
` [PATCH v4 6/6] rust: bitfield: Use 'as' operator for setter type conversion

[PATCH v2 00/11] gpu: nova-core: Boot GSP to RISC-V active
 2025-09-30 11:58 UTC  (9+ messages)
` [PATCH v2 05/10] gpu: nova-core: gsp: Add GSP command queue handling

[PATCH v3 0/5] Fix memory leaks in drm_sched_fini()
 2025-05-22 14:59 UTC  (4+ messages)
` [PATCH v3 2/5] drm/sched/tests: Port tests to new cleanup method

[PATCH v6 00/24] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-06-23 16:07 UTC  (5+ messages)
` [PATCH v6 04/24] rust: make ETIMEDOUT error available
` [PATCH v6 05/24] rust: sizes: add constants up to SZ_2G

[PATCH v2 0/7] drm/sched: Fix memory leaks with cancel_job() callback
 2025-07-07 13:54 UTC  (4+ messages)
` [PATCH v2 7/7] drm/nouveau: Remove waitque for sched teardown

[PATCH 1/2] gpu: nova-core: vbios: split out PmuLookupTableHeader from PmuLookupTable
 2025-07-27  9:49 UTC  (2+ messages)
` [PATCH 2/2] gpu: nova-core: vbios: use offset_of in PmuLookupTableHeader::new

[PATCH] drm/nouveau/acr: remove assignments from conditional statements
 2025-08-13 13:29 UTC 

[PATCH] drm/nouveau: Remove surplus struct member
 2025-08-01 19:33 UTC  (5+ messages)

[PATCH] gpu: nova-core: fix bounds check in PmuLookupTableEntry::new
 2025-07-14  6:10 UTC  (4+ messages)
` [PATCH] gpu: nova-core: define named constants for magic numbers

[PATCH RESEND] drm/nouveau/pmu: Fix gp10b firmware guard
 2025-02-16  7:25 UTC 

[PATCH v2] drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes
 2024-06-27  2:27 UTC 

Bug: Nouveau failed to boot on 6.11
 2024-11-17  3:44 UTC 

[PATCH 0/3] Nouveau fixes for TTM refcount rework
 2024-07-22 21:01 UTC  (5+ messages)
` [PATCH 1/3] drm/nouveau: prime: fix refcount underflow
` [PATCH 2/3] drm/nouveau: bo: remove unused functions

[PATCH RESEND] drm/nouveau: fix circular dep oops from vendored i2c encoder
 2025-12-04 22:54 UTC  (3+ messages)

[PATCH 0/7] Pre-requisite patches for mm and irq in nova-core
 2025-11-04 17:56 UTC  (5+ messages)
` [PATCH 7/7] nova-core: mm: Add data structures for page table management

[PATCH 0/7] gpu: nova-core: remove use of `as` for integer conversions
 2025-10-28 14:45 UTC  (5+ messages)
` [PATCH 7/7] gpu: nova-core: justify remaining uses of `as`

[PATCH] drm/nouveau/gsp: remove unneeded semicolon
 2024-09-12  3:16 UTC 

Nova driver and Steam launcher
 2025-08-23  9:21 UTC 

[PATCH v5 00/14] gpu: nova-core: Boot GSP to RISC-V active
 2025-10-16 23:25 UTC  (12+ messages)
` [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 06/14] gpu: nova-core: Add GSP command queue bindings

[OE-core][whinlatter][PATCH 01/67] bluez5: upgrade 5.84 -> 5.85
 2025-12-13 12:43 UTC  (4+ messages)
` [OE-core][whinlatter][PATCH 66/67] mesa: upgrade 25.2.5 -> 25.2.8

[PATCH] drm/nouveau/gsp: fix mismatched alloc/free for kvmalloc()
 2025-08-13 11:37 UTC  (4+ messages)

[PATCH v4 0/2] rust: add `Alignment` type
 2025-09-08 12:18 UTC  (3+ messages)
` [PATCH v4 1/2] "

[PATCH v2 0/4] Improve bitfield support in Rust
 2025-09-05 22:24 UTC  (8+ messages)
` [PATCH v2 2/4] nova-core: bitstruct: Add support for different storage widths
` [PATCH v2 3/4] nova-core: bitstruct: Add support for custom visiblity
` [PATCH v2 4/4] rust: Move register and bitstruct macros out of Nova

[PATCH] drm/nouveau: move assignment out of condition and fix spacing
 2025-08-18 10:44 UTC 

[PATCH v5 0/9] Introduce bitfield and move register macro to rust/kernel/
 2025-10-06 16:40 UTC  (8+ messages)
` [PATCH v5 6/9] rust: bitfield: Add KUNIT tests for bitfield

[PATCH] drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes
 2024-06-26  1:30 UTC 

[PATCH 0/3] rust: add `num` module
 2025-06-20 13:35 UTC  (3+ messages)
` [PATCH 1/3] rust: add `num` module with `PowerOfTwo` type

[PATCH v2 00/37] drm/nouveau: misc. cleanups and removal of unused apis
 2024-07-26 15:41 UTC  (7+ messages)
` [PATCH v2 02/37] drm/nouveau: handle pci/tegra drm_dev_{alloc, register} from common code

[PATCH] drm/nouveau: Do not fail module init on debugfs errors
 2025-07-03 21:19 UTC 

[PATCH v4 00/13] gpu: nova-core: Boot GSP to RISC-V active
 2025-10-08 16:56 UTC  (3+ messages)
` [PATCH v4 04/13] gpu: nova-core: Add a slice-buffer (sbuffer) datastructure

[PATCH RFC 0/4] rust: Introduce support for C linked list interfacing and DRM Buddy bindings
 2025-11-04 13:52 UTC  (5+ messages)
` [PATCH RFC 1/4] rust: clist: Add abstraction for iterating over C linked lists

[RFC] GPU driver with separate "core" and "DRM" modules
 2024-06-19 18:26 UTC  (3+ messages)
` [PATCH 2/2] drm/nouveau/nvkm: separate out into nvkm.ko

[PATCH] drm/nouveau: fix bad ret code in nouveau_bo_move_prep
 2025-10-07 16:17 UTC 

[PATCH] drm/nouveau: replace snprintf() with scnprintf() in nvkm_snprintbf()
 2025-07-24 19:59 UTC 

[PATCH 0/2] drm: Use vmalloc_array and vcalloc to simplify code
 2025-08-16 14:37 UTC  (2+ messages)
` [PATCH 1/2] drm/nouveau: Use vmalloc_array "

[PATCH v2 0/6] drm/sched: Fix memory leaks in drm_sched_fini()
 2025-05-14  9:19 UTC  (7+ messages)
` [PATCH v2 6/6] drm/sched: Port unit tests to new cleanup design

[PATCH] drm/nouveau: Fix race in nouveau_sched_fini()
 2025-10-27 13:00 UTC  (3+ messages)

[RFC PATCH v3 0/7] gpu: nova-core: register definitions and basic timer and falcon devices
 2025-03-21 16:20 UTC  (5+ messages)
` [PATCH RFC v3 6/7] gpu: nova-core: add basic timer device

[PATCH] drm/nouveau: Fix null pointer dereference
 2025-04-12 17:53 UTC 

[RFC PATCH 0/3] gpu: nova-core: add basic timer subdevice implementation
 2025-02-20  6:23 UTC  (6+ messages)
` [PATCH RFC 1/3] rust: add useful ops for u64

[PATCH] drm/nouveau: avoid assignment in if condition
 2025-08-18  7:20 UTC 

[PATCH] drm/nouveau/gr/gf100: Fix missing unlock in gf100_gr_chan_new()
 2024-10-31  2:04 UTC  (3+ messages)

[PATCH] drm/nouveau: prime: fix ttm_bo_delayed_delete oops
 2025-03-26 13:10 UTC  (10+ messages)
  ` [PATCH v2] "
          ` [PATCH v3] "
          ` [PATCH] drm/nouveau: prime: drm_prime_gem_destroy comment
              ` [PATCH v2] drm/prime: fix "

[PATCH] drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes
 2024-06-25  8:18 UTC 

[PATCH v5 00/23] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-06-15 13:32 UTC  (8+ messages)
` [PATCH v5 04/23] rust: add new `num` module with `PowerOfTwo` type
` [PATCH v5 05/23] rust: num: add the `fls` operation

[PATCH v1 v1] drm/nouveau: Fix memory leak in nvbios_iccsense_parse
 2024-12-17  1:53 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/5] drm/nouveau: Add drm_panic support for nv50+
 2024-05-23 13:00 UTC  (6+ messages)
` [PATCH 1/5] drm/panic: Add ABGR2101010 support
` [PATCH 2/5] drm/panic: only draw the foreground color in drm_panic_blit()
` [PATCH 3/5] drm/panic: Add a set_pixel() callback to drm_scanout_buffer
` [PATCH 4/5] drm/panic: add a private pointer "
` [PATCH 5/5] drm/nouveau: Add drm_panic support for nv50+

[PATCH] drm/nouveau: Fix memory leak in nvbios_iccsense_parse
 2024-12-10  6:20 UTC 

[PATCH] drm/nouveau/i2c: rename aux.c and aux.h to auxch.c and auxch.h
 2024-09-23 20:18 UTC  (2+ messages)

[PATCH] drm/nouveau/i2c: rename aux.c and aux.h to nvkm_i2c_aux.c and nvkm_i2c_aux.h
 2024-06-02 23:27 UTC  (5+ messages)

[PATCH] [v7] nouveau: add command-line GSP-RM registry support
 2024-04-29 14:26 UTC  (5+ messages)

[PATCH v2 1/3] rust: helpers: Add list helpers for C linked list operations
 2025-11-11 19:54 UTC  (3+ messages)
` [PATCH v2 0/3] rust: Introduce support for C linked list interfacing

[PATCH v7.1 0/4] bitfield initial refactor within nova-core (RESEND)
 2025-10-16 17:48 UTC  (3+ messages)
` [PATCH v7.1 2/4] gpu: nova-core: bitfield: Move bitfield-specific code from register! into new macro

linux 6.12, 6.16: Running Flatpaks causes kernel oops in nouveau module
 2025-09-11  1:47 UTC 

[RFC PATCH 7/8] rust: add firmware abstractions
 2024-05-29 23:28 UTC  (4+ messages)

Locking GPU frequency on GSP-enabled cards
 2024-09-13 11:24 UTC 

gpu: nova-core: arm32 build errors
 2025-08-28 19:36 UTC  (5+ messages)

[PATCH 2/6] drm/nouveau: remove unused struct 'init_exec'
 2024-06-11 10:37 UTC  (4+ messages)

[PATCH v1] drivers/nouveau: change signature nv50_wndw_atomic_check_lut()
 2024-12-19 10:09 UTC 

[PATCH] drm/nouveau: check ioctl command codes better
 2025-07-22 10:29 UTC  (5+ messages)

[RFC PATCH 7/8] rust: add firmware abstractions
 2024-06-07 12:11 UTC  (6+ messages)

[PATCH v4 0/8] drm/sched: Fix memory leaks with cancel_job() callback
 2025-07-10 15:11 UTC  (4+ messages)
` [PATCH v4 1/8] drm/panfrost: Fix scheduler workqueue bug

[PATCH v2 0/3] rust, nova-core: PCI Class, Vendor support
 2025-08-22  1:03 UTC  (4+ messages)
` [PATCH v2 1/3] rust: pci: provide access to PCI Class, subclass, implementation values

[PATCH v2] gpu: nova-core: vbios: change PmuLookupTableEntry to relax alignment
 2025-07-14 11:02 UTC 

[PATCH v1] drm/nouveau/nvkm: Convert to use ERR_CAST()
 2024-09-05 10:20 UTC 

[PATCH] drm/nouveau: use new debugfs device-centered functions
 2025-08-16 13:15 UTC 

[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
 2025-07-11  9:30 UTC 

[PATCH 1/1] drm/nouveau/disp: Use dev->dev to get the device
 2025-06-25  8:16 UTC  (2+ messages)

[android-common:android14-kiwi-6.1 40/40] arch/x86/kernel/cpu/amd.c:1255:6: warning: no previous prototype for function 'amd_check_microcode'
 2025-12-13 12:41 UTC 

[PATCH v3 00/37] drm/nouveau: misc. cleanups and removal of unused apis
 2024-07-27  1:58 UTC  (2+ messages)

[Buildroot] [PATCH] package/dialog: bump to version 1.3-20251001
 2025-12-13 12:42 UTC  (2+ messages)

[PATCH] drm/nouveau: Fix memory leak in nvbios_iccsense_parse
 2024-12-16  1:52 UTC 

[PATCH] kconfig: move XPM icons to separate files
 2025-12-13 12:41 UTC 

[PATCH v5 0/2] rust: add `Alignment` type
 2025-09-22 21:59 UTC  (3+ messages)

[PATCH nft] parser_bison: on syntax errors, output expected tokens
 2025-12-13 12:32 UTC  (3+ messages)

[PATCH] drm/nouveau/mmu: fix potential overflow in PFN size calculation
 2025-05-23  7:50 UTC 

[PATCH v2] drm/amd/display: clean-up dead code in dml2_mall_phantom
 2025-08-21 12:01 UTC 

[PATCH RFC] gpu: nova-core: use the TryFrom/Into derive macros
 2025-09-30  7:15 UTC  (2+ messages)

GT610 driver
 2025-02-22 11:08 UTC 

[PATCH] drm/nouveau: fix typos in comments
 2025-08-08  7:38 UTC 

[PATCH] drm/nouveau/vfn/r535: Convert comma to semicolon
 2025-06-03  6:10 UTC 

[PATCH] drm/nouveau: Fix memory leak in nvbios_iccsense_parse
 2024-12-16 13:03 UTC  (2+ messages)
` [PATCH v1 v1] "

[PATCH] drm/nouveau/clk: prevent division by zero in gt215_clk_info()
 2024-09-30 15:25 UTC 

[PATCH 0/4] drm/nouveau: Simplify nouveau_fence.c
 2025-05-08  9:13 UTC  (4+ messages)
` [PATCH 4/4] drm/nouveau: Check dma_fence in canonical way

[PATCH v1 1/2] powerpc/mmiotrace: Add MMIO Tracing tool for PowerPC
 2024-09-04  7:47 UTC  (4+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.