messages from 2025-08-02 07:35:41 to 2025-08-22 12:48:07 UTC [more...]
[PATCH 0/5] gpu: nova-core: process and prepare more firmwares to boot GSP
2025-08-22 12:47 UTC (6+ messages)
` [PATCH 1/5] rust: transmute: add `from_bytes_copy` method to `FromBytes` trait
` [PATCH 2/5] gpu: nova-core: firmware: add support for common firmware header
` [PATCH 3/5] gpu: nova-core: firmware: process Booter and patch its signature
` [PATCH 4/5] gpu: nova-core: firmware: process the GSP bootloader
` [PATCH 5/5] gpu: nova-core: firmware: process and prepare the GSP firmware
[PATCH v4 0/2] rust: add `Alignment` type
2025-08-22 7:58 UTC (4+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] gpu: nova-core: use Alignment for alignment-related operations
[PATCH v6 0/5] rust, nova-core: PCI Class, Vendor support
2025-08-22 2:03 UTC (6+ messages)
` [PATCH v6 1/5] rust: pci: provide access to PCI Class and Class-related items
` [PATCH v6 2/5] rust: pci: provide access to PCI Vendor values
` [PATCH v6 3/5] rust: pci: add DeviceId::from_class_and_vendor() method
` [PATCH v6 4/5] gpu: nova-core: avoid probing non-display/compute PCI functions
` [PATCH v6 5/5] rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*
[PATCH v5 0/4] rust, nova-core: PCI Class, Vendor support
2025-08-21 16:54 UTC (9+ messages)
` [PATCH v5 1/4] rust: pci: provide access to PCI Class and Class-related items
` [PATCH v5 2/4] rust: pci: provide access to PCI Vendor values
` [PATCH v5 3/4] gpu: nova-core: avoid probing non-display/compute PCI functions
` [PATCH v5 4/4] rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*
[PATCH v4 0/7] drm/panthor: support repeated mappings
2025-08-21 15:15 UTC (26+ messages)
` [PATCH v4 1/7] drm/panthor: Add support for atomic page table updates
` [PATCH v4 3/7] drm/gpuvm: Pass map arguments through a struct
` [PATCH v4 4/7] drm/gpuvm: Add a helper to check if two VA can be merged
` [PATCH v4 5/7] drm/gpuvm: Add a flags field to drm_gpuvm_map_req/drm_gpuva_op_map
` [PATCH v4 6/7] drm/gpuvm: Add DRM_GPUVA_REPEAT flag and logic
[PATCH v2] gpu: nova-core: falcon: align DMA transfers to 256 bytes
2025-08-21 13:26 UTC (2+ messages)
[PATCH v2] drm/amd/display: clean-up dead code in dml2_mall_phantom
2025-08-21 13:06 UTC
[PATCH v6 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
2025-08-21 11:55 UTC (27+ messages)
` [PATCH v6 01/25] drm/dumb-buffers: Sanitize output on errors
` [PATCH v6 02/25] drm/dumb-buffers: Provide helper to set pitch and size
` [PATCH v6 03/25] drm/gem-dma: Compute dumb-buffer sizes with drm_mode_size_dumb()
` [PATCH v6 04/25] drm/gem-shmem: "
` [PATCH v6 05/25] drm/gem-vram: "
` [PATCH v6 06/25] drm/armada: "
` [PATCH v6 07/25] drm/exynos: "
` [PATCH v6 08/25] drm/gma500: "
` [PATCH v6 09/25] drm/hibmc: "
` [PATCH v6 10/25] drm/imx/ipuv3: "
` [PATCH v6 11/25] drm/loongson: "
` [PATCH v6 12/25] drm/mediatek: "
` [PATCH v6 13/25] drm/msm: "
` [PATCH v6 14/25] drm/nouveau: "
` [PATCH v6 15/25] drm/omapdrm: "
` [PATCH v6 16/25] drm/qxl: "
` [PATCH v6 17/25] drm/renesas/rcar-du: "
` [PATCH v6 18/25] drm/renesas/rz-du: "
` [PATCH v6 19/25] drm/rockchip: "
` [PATCH v6 20/25] drm/tegra: "
` [PATCH v6 21/25] drm/virtio: "
` [PATCH v6 22/25] drm/vmwgfx: "
` [PATCH v6 23/25] drm/xe: "
` [PATCH v6 24/25] drm/xen: "
` [PATCH v6 25/25] drm/xlnx: "
[PATCH] rust: nova-core: Update ARef imports from sync::aref
2025-08-21 4:28 UTC (2+ messages)
[PATCH v2 0/3] rust, nova-core: PCI Class, Vendor support
2025-08-20 17:22 UTC (11+ messages)
` [PATCH v2 1/3] rust: pci: provide access to PCI Class, subclass, implementation values
` [PATCH v2 2/3] gpu: nova-core: avoid probing non-display/compute PCI functions
` [PATCH v2 3/3] rust: pci: provide access to PCI Vendor values
[PATCH v4 0/3] rust, nova-core: PCI Class, Vendor support
2025-08-20 17:20 UTC (10+ messages)
` [PATCH v4 1/3] rust: pci: provide access to PCI Class and Class-related items
` [PATCH v4 2/3] gpu: nova-core: avoid probing non-display/compute PCI functions
` [PATCH v4 3/3] rust: pci: provide access to PCI Vendor values
[PATCH v3 0/3] rust, nova-core: PCI Class, Vendor support
2025-08-19 18:24 UTC (8+ messages)
` [PATCH v3 1/3] rust: pci: provide access to PCI Class, subclass, implementation values
` [PATCH v3 2/3] gpu: nova-core: avoid probing non-display/compute PCI functions
` [PATCH v3 3/3] rust: pci: provide access to PCI Vendor values
[PATCH] drm: nova-drm: fix 32-bit arm build
2025-08-15 21:19 UTC (2+ messages)
[PATCH v2] drm/nouveau/gsp: fix mismatched alloc/free for kvmalloc()
2025-08-15 20:57 UTC (2+ messages)
[PATCH v2 06/19] rust: cpufreq: replace `kernel::c_str!` with C-Strings
2025-08-15 11:11 UTC (4+ messages)
` [PATCH v2 04/19] rust: clk: "
` [PATCH v2 00/19] rust: "
` [PATCH v2 02/19] gpu: nova-core: "
[PATCH v2 00/19] gpu: nova-core: register!() macro improvements
2025-08-15 4:44 UTC (3+ messages)
[PATCH v3 9/9] rust: device: use `kernel::{fmt,prelude::fmt!}`
2025-08-14 7:54 UTC
[PATCH v3][next] drm/nouveau: fifo: Avoid -Wflex-array-member-not-at-end warning
2025-08-14 6:01 UTC
[PATCH] gpu: nova-core: avoid probing non-display/compute PCI functions
2025-08-14 0:02 UTC (3+ messages)
[PATCH v2 19/19] drm: Make passing of format info to drm_helper_mode_fill_fb_struct() mandatory
2025-08-13 19:25 UTC (3+ messages)
[PATCH] drm/nouveau/gsp: fix mismatched alloc/free for kvmalloc()
2025-08-13 14:02 UTC (8+ messages)
[PATCH v3 1/3] drm/nouveau: fix error path in nvkm_gsp_fwsec_v2
2025-08-13 0:10 UTC (3+ messages)
` [PATCH v3 2/3] drm/nouveau: remove unused increment in gm200_flcn_pio_imem_wr
` [PATCH v3 3/3] drm/nouveau: remove unused memory target test
[PATCH V2 RESEND 0/3] drm/nouveau: Remove DRM_NOUVEAU_GSP_DEFAULT config
2025-08-12 20:57 UTC (6+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] drm/nouveau: Remove nvkm_gsp_fwif.enable
` [PATCH 3/3] drm/nouveau: Improve message for missing firmware
[PATCH] drm/nouveau: use DRM_GPUVM_RESV_PROTECTED locking scheme
2025-08-12 17:01 UTC
[PATCH v3 0/2] rust: add `Alignment` type
2025-08-12 4:23 UTC (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] gpu: nova-core: use Alignment for alignment-related operations
[PATCH] drm/nouveau: always set RMDevidCheckIgnore for GSP-RM
2025-08-11 22:34 UTC (4+ messages)
[PATCH 0/3] Various minor fixes to Nouveau
2025-08-11 22:16 UTC (9+ messages)
` [PATCH v2 1/3] drm/nouveau: fix error path in nvkm_gsp_fwsec_v2
` [PATCH v2 2/3] drm/nouveau: remove unused increment in gm200_flcn_pio_imem_wr
` [PATCH v2 3/3] drm/nouveau: remove unused memory target test
[PATCH 0/3] drm/nouveau: Advertise correct modifiers on GB20x
2025-08-11 22:00 UTC (4+ messages)
` [PATCH 1/3] drm: define NVIDIA DRM format modifiers for GB20x
` [PATCH 2/3] drm/nouveau/disp: Always accept linear modifier
` [PATCH 3/3] drm/nouveau: Advertise correct modifiers on GB20x
[PATCH] drm/nouveau/nvif: Fix potential memory leak in nvif_vmm_ctor()
2025-08-09 12:38 UTC
[PATCH] drm/nouveau: fix typos in comments
2025-08-09 12:38 UTC
[PATCH] drm/nouveau: Remove surplus struct member
2025-08-09 12:00 UTC (2+ messages)
[PATCH] drm/nouveau: replace snprintf() with scnprintf() in nvkm_snprintbf()
2025-08-09 12:00 UTC
[PATCH] drm: nouveau: fifo: ga100: fix null pointer dereferences
2025-08-09 11:57 UTC
[PATCH v5 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
2025-08-08 10:46 UTC (9+ messages)
` [PATCH v5 02/25] drm/dumb-buffers: Provide helper to set pitch and size
` [PATCH v5 03/25] drm/gem-dma: Compute dumb-buffer sizes with drm_mode_size_dumb()
` [PATCH v5 04/25] drm/gem-shmem: "
` [PATCH v5 25/25] drm/xlnx: "
[PATCH v2 3/8] rust: block: use `kernel::{fmt,prelude::fmt!}`
2025-08-08 9:43 UTC
[PATCH 0/4] rust: add `TryFrom` and `Into` derive macros
2025-08-08 9:15 UTC (2+ messages)
` [PATCH 1/4] rust: macros: extend custom `quote!()` macro
[PATCH] MAINTAINERS: Add website of Nova GPU driver
2025-08-08 3:14 UTC (2+ messages)
[PATCH] gpu: nova-core: falcon: align DMA transfers to 256 bytes
2025-08-08 3:08 UTC
[PATCH 0/2] gpu: nova-core: vbios: simplify device use
2025-08-08 2:46 UTC (3+ messages)
` [PATCH 1/2] gpu: nova-core: vbios: replace pci::Device with device::Device
` [PATCH 2/2] gpu: nova-core: vbios: store reference to Device where relevant
[PATCH v2 0/3] drm: Fix initializing format info in drm_framebuffer
2025-08-06 12:38 UTC (3+ messages)
` [PATCH v2 2/3] drm/nouveau: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
[PATCH 0/3] rust: add `num` module
2025-08-06 5:02 UTC (8+ messages)
` [PATCH 1/3] rust: add `num` module with `PowerOfTwo` type
[PATCH v2 0/4] rust: add `Alignment` type
2025-08-05 19:26 UTC (14+ messages)
` [PATCH v2 1/4] rust: add `CheckedAdd` trait
` [PATCH v2 2/4] rust: add `Alignment` type
` [PATCH v2 3/4] gpu: nova-core: use Alignment for alignment-related operations
` [PATCH v2 4/4] gpu: nova-core: use `checked_ilog2` to emulate `fls`
[PATCH RESEND 1/2] drm/gpuvm: Send in-place re-maps to the driver as remap
2025-08-05 14:48 UTC (2+ messages)
[PATCH v2 1/5] mm/hmm: HMM API to enable P2P DMA for device private pages
2025-08-05 14:09 UTC (14+ messages)
[PATCH 05/17] rust: configfs: replace `kernel::c_str!` with C-Strings
2025-08-05 10:25 UTC
[PATCH] drm/nouveau/gsp: fix potential leak of memory used during acpi init
2025-08-05 9:16 UTC (2+ messages)
[PATCH] drm/nouveau: Pass along the format info from .fb_create() nouveau_framebuffer_new()
2025-08-02 14:24 UTC (4+ messages)
[PATCH] drm/nouveau/gsp: remove always true if check
2025-08-02 10:07 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).