messages from 2026-02-24 00:45:42 to 2026-02-25 12:11:22 UTC [more...]
[PATCH v4 0/6] cgroup/dmem,drm/ttm: Improve protection in contended cases
2026-02-25 12:10 UTC (4+ messages)
` [PATCH v4 2/6] cgroup/dmem: Add dmem_cgroup_common_ancestor helper
` [PATCH v4 3/6] drm/ttm: Extract code for attempting allocation in a place
` [PATCH v4 4/6] drm/ttm: Split cgroup charge and resource allocation
[PATCH] drm/msm/a6xx: Fix the bogus protect error on X2-85
2026-02-25 11:32 UTC (2+ messages)
[PATCH] gpu/buddy: Introduce gpu_buddy_assert() for kunit-aware assertions
2026-02-25 11:19 UTC (2+ messages)
[PATCH 0/5] drm/imagination: add support for j721e,j784s4,j722s,am62p
2026-02-25 11:06 UTC (9+ messages)
` [PATCH 1/5] arm64: dts: ti: k3-j721e: Add GPU node
` [PATCH 2/5] dt-bindings: gpu: img: Add J721e SoC specific compatible
` [PATCH 3/5] arm64: dts: ti: k3-j784s4: Add GPU node
` [PATCH 4/5] arm64: dts: ti: add "
` [PATCH 5/5] clk: keystone: don't cache clock rate
[PATCH 0/5] Add DSI display support for SC8280XP
2026-02-25 11:02 UTC (10+ messages)
` [PATCH 1/5] dt-bindings: display: msm-dsi-phy-7nm: Add SC8280XP
` [PATCH 2/5] dt-bindings: display/msm: dsi-controller-main: "
` [PATCH 3/5] dt-bindings: display: msm: Document DSI controller and DSI PHY on SC8280XP
` [PATCH 4/5] drm/msm/dsi: Add DSI PHY configuration "
` [PATCH] arm64: dts: qcom: sc8280xp: Add dsi nodes "
[PATCH v4 0/2] Add lontium lt8713sx bridge driver
2026-02-25 10:35 UTC (4+ messages)
` [PATCH v4 1/2] dt-bindings: bridge: lt8713sx: Add bindings
` [PATCH v4 2/2] drm/bridge: add support for lontium lt8713sx bridge driver
[PATCH 0/1] Fix use-after-free on framebuffers and property blobs when calling drm_dev_unplug
2026-02-25 10:15 UTC (2+ messages)
` [PATCH 1/1] drm: "
[PATCH RFT] drm/bridge: dw-hdmi: Replace calls to deprecated HDMI/audio detection functions
2026-02-25 10:11 UTC (2+ messages)
[PATCH v3] drm/mediatek: dsi: Store driver data before invoking mipi_dsi_host_register
2026-02-25 9:38 UTC
[PATCH 0/6] Add LCD and LVDS controller for sama7d65 SoC
2026-02-25 8:54 UTC (7+ messages)
` [PATCH 1/6] ARM: dts: microchip: sama7d65: add LCD controller
` [PATCH 2/6] dt-bindings: display: bridge: microchip, sam9x75-lvds: document SAMA7D65 binding
` [PATCH 3/6] ARM: dts: microchip: sama7d65: add LVDS controller
` [PATCH 4/6] ARM: configs: at91: sama7: enable DRM hlcdc support
` [PATCH 5/6] ARM: configs: at91: sama7: enable config for atmel maxtouch
` [PATCH 6/6] ARM: configs: at91: sama7: enable LVDS serializer support
[PATCH] drm/dumb-buffers: document that it's only for linear FB
2026-02-25 8:34 UTC (6+ messages)
[PATCH] drm/amdgpu: Fix resource leaks
2026-02-25 6:36 UTC (2+ messages)
[PATCH v11 0/2] rust: clist patches for nova-core memory management
2026-02-25 8:25 UTC (5+ messages)
` [PATCH v11 1/2] rust: ffi: Convert pub use to pub mod and create ffi module
` [PATCH v11 2/2] rust: clist: Add support to interface with C linked lists
[PATCH] drm/client: Do not destroy NULL modes
2026-02-25 7:52 UTC (2+ messages)
[PATCH v8 00/25] gpu: nova-core: Add memory management support
2026-02-25 5:39 UTC (27+ messages)
` [PATCH v8 01/25] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
` [PATCH v8 02/25] gpu: nova-core: Kconfig: Sort select statements alphabetically
` [PATCH v8 03/25] gpu: nova-core: gsp: Return GspStaticInfo and FbLayout from boot()
` [PATCH v8 04/25] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v8 05/25] gpu: nova-core: fb: Add usable_vram field to FbLayout
` [PATCH v8 06/25] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v8 07/25] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v8 08/25] gpu: nova-core: mm: Add common memory management types
` [PATCH v8 09/25] gpu: nova-core: mm: Add TLB flush support
` [PATCH v8 10/25] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v8 11/25] gpu: nova-core: mm: Use usable VRAM region for buddy allocator
` [PATCH v8 12/25] gpu: nova-core: mm: Add common types for all page table formats
` [PATCH v8 13/25] gpu: nova-core: mm: Add MMU v2 page table types
` [PATCH v8 14/25] gpu: nova-core: mm: Add MMU v3 "
` [PATCH v8 15/25] gpu: nova-core: mm: Add unified page table entry wrapper enums
` [PATCH v8 16/25] gpu: nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v8 17/25] gpu: nova-core: mm: Add Virtual Memory Manager
` [PATCH v8 18/25] gpu: nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v8 19/25] gpu: nova-core: mm: Add multi-page mapping API "
` [PATCH v8 20/25] gpu: nova-core: Add BAR1 aperture type and size constant
` [PATCH v8 21/25] gpu: nova-core: gsp: Add BAR1 PDE base accessors
` [PATCH v8 22/25] gpu: nova-core: mm: Add BAR1 user interface
` [PATCH v8 23/25] gpu: nova-core: mm: Add BarUser to struct Gpu and create at boot
` [PATCH v8 24/25] gpu: nova-core: mm: Add BAR1 memory management self-tests
` [PATCH v8 25/25] gpu: nova-core: mm: Add PRAMIN aperture self-tests
[PATCH 0/5] drm/vblank: Deferred Enable and Disable
2026-02-25 4:42 UTC (7+ messages)
` [PATCH 1/5] drm/vblank: Add drm_crtc_vblank_is_off() helper
` [PATCH 2/5] drm/vblank: Introduce deferred vblank enable/disable
` [PATCH 3/5] drm/amd/display: Refactor amdgpu_dm_crtc_set_vblank
` [PATCH 4/5] drm/amd/display: Implement deferred vblanks on IPS platforms
` [PATCH 5/5] drm/vblank: Add some debugging trace events
[PATCH v5 0/6] platform/x86/intel/vsec: Prep for ACPI PMT discovery
2026-02-25 1:50 UTC (7+ messages)
` [PATCH v5 1/6] platform/x86/intel/vsec: Refactor base_addr handling
` [PATCH v5 2/6] platform/x86/intel/vsec: Make driver_data info const
` [PATCH v5 3/6] platform/x86/intel/vsec: Decouple add/link helpers from PCI
` [PATCH v5 4/6] platform/x86/intel/vsec: Switch exported helpers from pci_dev to device
` [PATCH v5 5/6] platform/x86/intel/vsec: Return real error codes from registration path
` [PATCH v5 6/6] platform/x86/intel/vsec: Plumb ACPI PMT discovery tables through vsec
[PATCH] drm/amd/ras: Fix type size of remainder argument
2026-02-25 1:43 UTC
[PATCH v2] drm/pagemap_util: Ensure proper cache lock management on free
2026-02-24 23:15 UTC (3+ messages)
[PATCH v11 0/4] Rust GPU buddy allocator bindings
2026-02-24 22:40 UTC (5+ messages)
` [reference PATCH v11 1/4] gpu: Move DRM buddy allocator one level up (part one)
` [reference PATCH v11 2/4] gpu: Move DRM buddy allocator one level up (part two)
` [reference PATCH v11 3/4] gpu: Fix uninitialized buddy for built-in drivers
` [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
[PATCH v2 0/4] fbdev: defio: Protect against device/module removal
2026-02-24 22:02 UTC (6+ messages)
` [PATCH v2 1/4] fbdev: defio: Disconnect deferred I/O from the lifetime of struct fb_info
` [PATCH v2 2/4] fbdev: defio: Keep module reference from VMAs
` [PATCH v2 3/4] fbdev: defio: Move variable state into struct fb_deferred_io_state
` [PATCH v2 4/4] fbdev: defio: Move pageref array to "
[PATCH] drm/amdkfd: remove duplicate ttmp11 scheduling mode definitions
2026-02-24 17:21 UTC
[PATCH v5 0/4] drm/atomic: Allocate drm_private_state through a callback
2026-02-24 16:10 UTC (5+ messages)
` [PATCH v5 1/4] drm/amdgpu: Switch private_obj initialization to atomic_create_state
` [PATCH v5 2/4] drm/omapdrm: "
` [PATCH v5 3/4] drm/tegra: "
` [PATCH v5 4/4] drm/atomic: Remove state argument to drm_atomic_private_obj_init
[PATCH] drm/tests: Mark slow tests as slow
2026-02-24 13:07 UTC (7+ messages)
[PATCH 00/14] drm: Create drm_output_color_format enum
2026-02-24 12:44 UTC (17+ messages)
` [PATCH 01/14] drm/connector: Introduce "
` [PATCH 02/14] drm/edid: Convert to "
` [PATCH 03/14] drm/display: hdmi: Convert to drm_output_color_format
` [PATCH 04/14] drm/amdgpu: display: "
` [PATCH 05/14] drm/bridge: adv7511: "
` [PATCH 06/14] drm/bridge: analogix: "
` [PATCH 07/14] drm/bridge: cadence: "
` [PATCH 08/14] drm/bridge: synopsys: dw-dp: "
` [PATCH 09/14] drm/bridge: synopsys: dw-hdmi: "
` [PATCH 10/14] drm/arm: komeda: "
` [PATCH 11/14] drm/mediatek: dp: "
` [PATCH 12/14] drm/rockchip: analogix: "
` [PATCH 13/14] drm/connector: Remove DRM_COLOR_FORMAT defines
` [PATCH 14/14] drm/display: hdmi: Use drm_output_color_format instead of hdmi_colorspace
[PATCH v16 00/10] rust: add `Ownable` trait and `Owned` type
2026-02-24 11:18 UTC (11+ messages)
` [PATCH v16 01/10] rust: alloc: add `KBox::into_nonnull`
` [PATCH v16 02/10] rust: types: Add Ownable/Owned types
` [PATCH v16 03/10] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v16 04/10] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v16 05/10] rust: aref: update formatting of use statements
` [PATCH v16 06/10] rust: Add `OwnableRefCounted`
` [PATCH v16 07/10] rust: page: update formatting of `use` statements
` [PATCH v16 08/10] rust: page: convert to `Ownable`
` [PATCH v16 09/10] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v16 10/10] rust: page: add `from_raw()`
[PATCH] drm/i915: Fix potential overflow of shmem scatterlist length
2026-02-24 9:49 UTC
[PATCH RFC 00/18] accel/qda: Introduce Qualcomm DSP Accelerator driver
2026-02-24 9:12 UTC (44+ messages)
` [PATCH RFC 01/18] accel/qda: Add Qualcomm QDA DSP accelerator driver docs
` Claude review: "
` [PATCH RFC 02/18] accel/qda: Add Qualcomm DSP accelerator driver skeleton
` Claude review: "
` [PATCH RFC 03/18] accel/qda: Add RPMsg transport for Qualcomm DSP accelerator
` Claude review: "
` [PATCH RFC 04/18] accel/qda: Add built-in compute CB bus for QDA and integrate with IOMMU
` Claude review: "
` [PATCH RFC 05/18] accel/qda: Create compute CB devices on QDA compute bus
` Claude review: "
` [PATCH RFC 06/18] accel/qda: Add memory manager for CB devices
` Claude review: "
` [PATCH RFC 07/18] accel/qda: Add DRM accel device registration for QDA driver
` Claude review: "
` [PATCH RFC 08/18] accel/qda: Add per-file DRM context and open/close handling
` Claude review: "
` [PATCH RFC 09/18] accel/qda: Add QUERY IOCTL and basic QDA UAPI header
` Claude review: "
` [PATCH RFC 10/18] accel/qda: Add DMA-backed GEM objects and memory manager integration
` Claude review: "
` [PATCH RFC 11/18] accel/qda: Add GEM_CREATE and GEM_MMAP_OFFSET IOCTLs
` Claude review: "
` [PATCH RFC 12/18] accel/qda: Add PRIME dma-buf import support
` Claude review: "
` [PATCH RFC 13/18] accel/qda: Add initial FastRPC attach and release support
` Claude review: "
` [PATCH RFC 14/18] accel/qda: Add FastRPC dynamic invocation support
` Claude review: "
` [PATCH RFC 15/18] accel/qda: Add FastRPC DSP process creation support
` Claude review: "
` [PATCH RFC 16/18] accel/qda: Add FastRPC-based DSP memory mapping support
` Claude review: "
` [PATCH RFC 17/18] accel/qda: Add FastRPC-based DSP memory unmapping support
` Claude review: "
` [PATCH RFC 18/18] MAINTAINERS: Add MAINTAINERS entry for QDA driver
` Claude review: "
` Claude review: accel/qda: Introduce Qualcomm DSP Accelerator driver
[PATCH v1] drm/ci: add sc7180-trogdor-wormdingler-rev1-boe
2026-02-24 8:10 UTC
[PATCH] dma-buf: heaps: Add Coherent heap to dmabuf heaps
2026-02-24 7:57 UTC
[PATCH v1 00/11] Zero page->private when freeing pages
2026-02-24 0:52 UTC (24+ messages)
` [PATCH v1 01/11] relay: zero "
` Claude review: "
` [PATCH v1 02/11] mm/slub: "
` Claude review: "
` [PATCH v1 03/11] drm/ttm: "
` Claude review: "
` [PATCH v1 04/11] blk-mq: "
` Claude review: "
` [PATCH v1 05/11] watch_queue: "
` Claude review: "
` [PATCH v1 06/11] binder: "
` Claude review: "
` [PATCH v1 07/11] null_blk: "
` Claude review: "
` [PATCH v1 08/11] percpu: "
` Claude review: "
` [PATCH v1 09/11] erofs: "
` Claude review: "
` [PATCH v1 10/11] mm/huge_memory: add page->private check back in __split_folio_to_order()
` Claude review: "
` [PATCH v1 11/11] mm/page_alloc: check page->private upon page free
` Claude review: "
` Claude review: Zero page->private when freeing pages
[PATCH] drm/panel: novatek-nt36672a: Convert to mipi_dsi_*_multi() helpers
2026-02-24 0:48 UTC (3+ messages)
` Claude review: "
[PATCH v8 0/5] Introduce DRM_RAS using generic netlink for RAS
2026-02-24 0:45 UTC (7+ messages)
` [PATCH v8 3/5] drm/xe/xe_hw_error: Integrate DRM RAS with hardware error handling
` Claude review: "
` [PATCH v8 4/5] drm/xe/xe_hw_error: Add support for Core-Compute errors
` Claude review: "
` [PATCH v8 5/5] drm/xe/xe_hw_error: Add support for PVC SoC errors
` Claude review: "
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