messages from 2025-11-24 12:16:49 to 2025-11-30 01:04:56 UTC [more...]
[PATCH 00/10] rust: refactor ARef and AlwaysRefCounted imports
2025-11-27 6:25 UTC (12+ messages)
` [PATCH 01/10] drivers: android: binder: Update ARef imports from sync::aref
` [PATCH 02/10] drivers: gpu: "
` [PATCH 06/10] rust: kernel: Update ARef and AlwaysRefCounted imports to use sync::aref
[PATCH v2 1/3] rust: helpers: Add list helpers for C linked list operations
2025-11-30 1:04 UTC (30+ messages)
` [PATCH v2 2/3] rust: clist: Add basic list infrastructure and head iterator
` [PATCH v2 3/3] rust: clist: Add typed iteration with FromListHead trait
[PATCH] gpu: Move DRM buddy allocator one level up
2025-11-26 15:17 UTC (13+ messages)
[PATCH v6 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
2025-11-26 7:40 UTC (10+ messages)
` [PATCH v6 03/25] drm/gem-dma: Compute dumb-buffer sizes with drm_mode_size_dumb()
` [PATCH v6 18/25] drm/renesas/rz-du: "
linux-next: build failure after merge of the tip tree
2025-11-24 19:19 UTC (7+ messages)
[PATCH 1/1] drm: nova: Align GEM memory allocation to system page size
2025-11-26 16:24 UTC (14+ messages)
[PATCH v3] rust: clist: Add support to interface with C linked lists
2025-11-29 21:30 UTC
[PATCH 0/4] Rust GPUVM support
2025-11-28 14:27 UTC (8+ messages)
` [PATCH 1/4] drm/gpuvm: take GEM lock inside drm_gpuvm_bo_obtain_prealloc()
` [PATCH 2/4] drm/gpuvm: drm_gpuvm_bo_obtain() requires lock and staged mode
` [PATCH 3/4] drm/gpuvm: use const for drm_gpuva_op_* ptrs
` [PATCH 4/4] rust: drm: add GPUVM immediate mode abstraction
[PATCH v2 0/5] gpu: nova-core: Hopper/Blackwell prerequisites
2025-11-28 5:27 UTC (9+ messages)
` [PATCH v2 1/5] gpu: nova-core: print FB sizes, along with ranges
` [PATCH v2 2/5] gpu: nova-core: add FbRange.len() and use it in boot.rs
` [PATCH v2 3/5] gpu: nova-core: Hopper/Blackwell: basic GPU identification
` [PATCH v2 4/5] nova-core: factor .fwsignature* selection into a new get_gsp_sigs_section()
` [PATCH v2 5/5] gpu: nova-core: use GPU Architecture to simplify HAL selections
[PATCH] drm/nouveau: handle division by zero and overflow in nouveau_bo_fixup_align()
2025-11-26 23:29 UTC (2+ messages)
[PATCH 0/5] drm: Remove remaining support for kdb
2025-11-26 23:07 UTC (16+ messages)
` [PATCH 1/5] drm/amdgpu: Do not implement mode_set_base_atomic callback
` [PATCH 2/5] drm/nouveau: "
` [PATCH 3/5] drm/radeon: "
` [PATCH 4/5] drm/fbdev-helper: Remove drm_fb_helper_debug_enter/_leave()
` [PATCH 5/5] fbcon: Remove fb_debug_enter/_leave from struct fb_ops
[PATCH 00/11] gpu: nova-core: add Turing support
2025-11-26 1:09 UTC (27+ messages)
` [PATCH 02/11] gpu: nova-core: add ImemNs section infrastructure
` [PATCH 03/11] gpu: nova-core: support header parsing on Turing/GA100
` [PATCH 09/11] gpu: nova-core: add FalconUCodeDescV2 support
[PATCH v2 0/4] gpu: nova-core: Fixups for GSP message queue and bindings
2025-11-25 20:57 UTC (9+ messages)
` [PATCH v2 1/4] gpu: nova-core: bindings: Add missing explicit padding
` [PATCH v2 2/4] gpu: nova-core: gsp: Fix length of received messages
` [PATCH v2 3/4] gpu: nova-core: bindings: Derive `MaybeZeroable`
` [PATCH v2 4/4] gpu: nova-core: gsp: Replace firmware version with "bindings" alias
[PATCH v2 0/6] rust: add support for port io
2025-05-14 10:57 UTC (7+ messages)
` [PATCH v2 1/6] rust: helpers: io: use macro to generate io accessor functions
` [PATCH v2 2/6] rust: io: make Io use IoAccess trait
` [PATCH v2 3/6] rust: io: add new Io type
` [PATCH v2 4/6] rust: io: implement Debug for IoRaw and add some doctests
` [PATCH v2 5/6] rust: io: add from_raw_cookie functions
` [PATCH v2 6/6] rust: pci: make Bar generic over Io
[PATCH v6 0/5] Introduce bitfield and move register macro to rust/kernel/
2025-10-27 15:05 UTC (9+ messages)
` [PATCH v6 4/5] rust: Move register and bitfield macros out of Nova
[PATCH] drm: nouveau: fifo: ga100: fix null pointer dereferences
2025-08-09 8:00 UTC
[PATCH] gpu/drm/nouveau/nvif: fix a null dereference in nvif_client_ctor()
2025-10-02 8:33 UTC
[PATCH v7 0/9] drm: Support per-plane async flip configuration
2024-06-18 20:45 UTC (15+ messages)
` [PATCH v7 1/9] drm/atomic: Allow userspace to use explicit sync with atomic async flips
` [PATCH v7 2/9] drm: Support per-plane async flip configuration
` [PATCH v7 3/9] drm/amdgpu: Enable async flips on the primary plane
` [PATCH v7 4/9] drm: atmel-hlcdc: "
` [PATCH v7 5/9] drm/i915: "
` [PATCH v7 6/9] drm/nouveau: "
` [PATCH v7 7/9] drm/vc4: "
` [PATCH v7 8/9] drm: Enable per-plane async flip check
` [PATCH v7 9/9] drm/amdgpu: Make it possible to async flip overlay planes
[PATCH 00/86] drm: Provide client setup helper and convert drivers
2024-08-19 9:50 UTC (3+ messages)
` [PATCH 35/86] drm/renesas/rz-du: Run DRM default client setup
[PATCH 00/11] rust: add support for Port io
2025-05-13 15:15 UTC (14+ messages)
` [PATCH 01/11] rust: helpers: io: use macro to generate io accessor functions
` [PATCH 02/11] rust: io: Replace Io with MMIo using IoAccess trait
` [PATCH 03/11] rust: io: implement Debug for IoRaw and add some doctests
` [PATCH 04/11] rust: io: add PortIo
` [PATCH 05/11] rust: io: add new Io type
` [PATCH 06/11] io: move PIO_OFFSET to linux/io.h
` [PATCH 07/11] rust: io: add from_raw_cookie functions
` [PATCH 08/11] rust: pci: make Bar generic over Io
` [PATCH 09/11] samples: rust: rust_driver_pci: update to use new bar and io api
` [PATCH 10/11] gpu: nova-core: update to use the "
` [PATCH 11/11] rust: devres: fix doctest
[PATCH v2 0/3] rust: alloc: add Vec::resize and Vec::truncate
2025-03-19 14:34 UTC (9+ messages)
` [PATCH v2 1/3] rust: alloc: add Vec::truncate method
` [PATCH v2 2/3] rust: alloc: add Vec::resize method
` [PATCH v2 3/3] gpu: nova-core: remove completed Vec extentions from task list
[PATCH v5 0/5] Initial Nova Core series
2025-03-06 1:42 UTC (15+ messages)
` [PATCH v5 2/5] rust: firmware: introduce `firmware::ModInfoBuilder`
` [PATCH v5 3/5] rust: firmware: add `module_firmware!` macro
[PATCH 0/3] rust: alloc: add Vec::resize and Vec::truncate
2025-03-15 18:04 UTC (8+ messages)
` [PATCH 1/3] rust: alloc: add Vec::truncate method
` [PATCH 2/3] rust: alloc: add Vec::resize method
` [PATCH 3/3] gpu: nova-core: remove completed Vec extentions from task list
[PATCH v5 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
2025-06-18 7:45 UTC (3+ messages)
` [PATCH v5 02/25] drm/dumb-buffers: Provide helper to set pitch and size
` "
[PATCH 1/3] drm/nouveau/tegra: Use iommu_paging_domain_alloc()
2024-08-12 7:52 UTC (3+ messages)
` [PATCH 2/3] drm/rockchip: "
` "
[PATCH v6 0/8] drm: Support per-plane async flip configuration
2024-06-14 19:45 UTC (13+ messages)
` [PATCH v6 1/8] drm/atomic: Allow userspace to use explicit sync with atomic async flips
` [PATCH v6 2/8] drm: Support per-plane async flip configuration
` [PATCH v6 3/8] drm/amdgpu: Enable async flips on the primary plane
` [PATCH v6 4/8] drm: atmel-hlcdc: "
` [PATCH v6 5/8] drm/i915: "
` [PATCH v6 6/8] drm/nouveau: "
` [PATCH v6 7/8] drm/vc4: "
` [PATCH v6 8/8] drm/amdgpu: Make it possible to async flip overlay planes
[PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string()
2024-06-05 11:17 UTC (3+ messages)
[PATCH v2 00/17] mm: fixes for device-exclusive entries (hmm)
2025-02-10 23:39 UTC (3+ messages)
[PATCH v2 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
2025-01-13 3:53 UTC (5+ messages)
` [PATCH v2 02/25] drm/dumb-buffers: Provide helper to set pitch and size
` "
` Re:Re: [PATCH "
[PATCH v3 1/2] gpu: nova-core: add initial driver stub
2025-02-13 0:33 UTC (4+ messages)
` [PATCH v3 2/2] gpu: nova-core: add initial documentation
[PATCH] drm/nouveau: Resolve the issue of VGA not being recognized or disconnected
2025-10-27 3:07 UTC
[PATCH] drm/nouveau: Resolve the issue of VGA not detecting disconnection
2025-10-27 3:16 UTC
[PATCH 1/2] drm/nouveau: restrict the flush page to a 32-bit address
2025-11-24 22:47 UTC (4+ messages)
` [PATCH 2/2] drm/nouveau: verify that hardware supports the flush page address
[PATCH] drm/nouveau: fix circular dep oops from vendored i2c encoder
2025-11-24 16:07 UTC
[PATCH v5 4/8] rust: gem: Introduce DriverObject::Args
2025-11-24 15:25 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 read-only IMAP folder(s) and NNTP newsgroup(s).