messages from 2026-06-26 12:44:00 to 2026-06-26 19:02:22 UTC [more...]
[PATCH] fix: drm/amd/display: detect_link_and_local_sink: DP alt mode timeout path leaks prev_sink reference
2026-06-26 19:02 UTC (3+ messages)
[PATCH v4 0/7] ForLt/CovariantForLt split, auxiliary closure API and DevresLt
2026-06-26 18:50 UTC (10+ messages)
` [PATCH v4 1/7] rust: types: rename ForLt to CovariantForLt
` [PATCH v4 2/7] rust: types: introduce ForLt base trait for CovariantForLt
` [PATCH v4 3/7] rust: auxiliary: add registration_data_with() for ForLt types
` [PATCH v4 4/7] rust: auxiliary: sample: demonstrate ForLt with invariant Mutex type
` [PATCH v4 5/7] rust: devres: add DevresLt for ForLt-aware device resource access
` [PATCH v4 6/7] rust: pci: return DevresLt from Bar::into_devres()
` [PATCH v4 7/7] rust: io: mem: return DevresLt from IoMem/ExclusiveIoMem::into_devres()
[PATCH v2 0/2] drm/i915/display: Enable HDR over DP MST
2026-06-26 17:54 UTC (3+ messages)
` [PATCH v2 1/2] drm/i915/display: Cache DP colorimetry support per-connector
` [PATCH v2 2/2] drm/i915/display/mst: Enable HDR over DP MST
[PATCH] drm/amd/amdgpu: add firmware file fallback for APU VBIOS discovery
2026-06-26 17:42 UTC (3+ messages)
[PATCH v2] drm/amd/display: Fix dangling pointers in state reset functions on allocation failure
2026-06-26 17:24 UTC (2+ messages)
[PATCH v8 00/14] firmware: qcom: Add OP-TEE PAS service support
2026-06-26 17:05 UTC (16+ messages)
` [PATCH v8 01/14] firmware: qcom: Add a generic PAS service
` [PATCH v8 02/14] firmware: qcom_scm: Migrate to "
` [PATCH v8 03/14] firmware: qcom: Add a PAS TEE service
` [PATCH v8 04/14] remoteproc: qcom_q6v5_pas: Switch over to generic PAS TZ APIs
` [PATCH v8 05/14] remoteproc: qcom_q6v5_mss: Switch "
` [PATCH v8 06/14] remoteproc: qcom_wcnss: "
` [PATCH v8 07/14] remoteproc: qcom: Select QCOM_PAS generic service
` [PATCH v8 08/14] drm/msm: Switch to generic PAS TZ APIs
` [PATCH v8 09/14] media: qcom: "
` [PATCH v8 10/14] media: qcom: Pass proper PAS ID to set_remote_state API
` [PATCH v8 11/14] net: ipa: Switch to generic PAS TZ APIs
` [PATCH v8 12/14] wifi: ath12k: "
` [PATCH v8 13/14] firmware: qcom_scm: Remove SCM PAS wrappers
` [PATCH v8 14/14] MAINTAINERS: Add maintainer entry for Qualcomm PAS TZ service
[PATCH 00/37] drm bridge hotplug
2026-06-26 16:51 UTC (10+ messages)
` [PATCH 05/37] drm/display: bridge-connector: split code creating the connector to a subfunction
[PATCH] accel/amdxdna: Fix use-after-free in amdxdna_gem_dmabuf_mmap()
2026-06-26 16:47 UTC (2+ messages)
[PATCH] fix: drm/amd/display: dm_update_crtc_state: skip_modeset path leaves new_stream dangling, causing double release
2026-06-26 16:45 UTC (2+ messages)
[PATCH v1] drm/bridge: of-display-mode-bridge: Fix missing static const for the bridge funcs
2026-06-26 16:44 UTC (2+ messages)
[PATCH v5 0/4] Add eDP lane mapping support
2026-06-26 16:29 UTC (5+ messages)
` [PATCH v5 2/4] drm/dp: Add helper to validate DP lane counts
` [PATCH v5 3/4] drm/bridge: analogix_dp: Add validation for samsung, lane-count property
` [PATCH v5 3/4] drm/bridge: analogix_dp: Add validation for samsung,lane-count property
[PATCH] drm/i915/gt: Return bool values from a boolean helper
2026-06-26 16:18 UTC (6+ messages)
[PATCH 0/4] (no cover subject)
2026-06-26 16:11 UTC (5+ messages)
` [PATCH 3/4] drm-bridge: lontium lt9611c: fixes and improvements
[PATCH v3 0/3] drm: detect panel type from DisplayID 2.x
2026-06-26 15:55 UTC (5+ messages)
` [PATCH v3 1/3] drm/edid: extract base section header processing into helper
` [PATCH v3 2/3] drm/edid: parse panel type from DisplayID 2.x Display Parameters
[PATCH v2 0/3] drm/imagination: Maintainer updates
2026-06-26 15:34 UTC (3+ messages)
` [PATCH v2 3/3] dt-bindings: gpu: img,powervr-*: Add maintainer entries
[PATCH v5 0/7] drm/verisilicon: add Nuvoton MA35D1 DCU Lite support
2026-06-26 15:32 UTC (14+ messages)
` [PATCH v5 1/7] dt-bindings: display: verisilicon, dc: generalize for single-output variants
` [PATCH v5 1/7] dt-bindings: display: verisilicon,dc: "
[PATCH] fix: drm/vmwgfx: ttm_base_object_init: fix tfile reference leak on error paths
2026-06-26 15:13 UTC (2+ messages)
[PATCH v5 00/20] rust: I/O type generalization and projection
2026-06-26 15:12 UTC (41+ messages)
` [PATCH v5 01/20] rust: io: add dynamically-sized `Region` type
` [PATCH v5 02/20] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v5 03/20] rust: io: restrict untyped IO access and `register!` to `Region`
` [PATCH v5 04/20] rust: io: implement `Io` on reference types instead
` [PATCH v5 05/20] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH v5 06/20] rust: io: rename `Mmio` to `MmioOwned`
` [PATCH v5 07/20] rust: io: implement `Mmio` as view type
` [PATCH v5 08/20] rust: pci: io: make `ConfigSpace` a view
` [PATCH v5 09/20] rust: io: use view types instead of addresses for `Io`
` [PATCH v5 10/20] pwm: th1520: remove unnecessary `deref`
` [PATCH v5 11/20] rust: io: remove `MmioOwned`
` [PATCH v5 12/20] rust: io: move `Io` methods to extension trait
` [PATCH v5 13/20] rust: io: add projection macro and methods
` [PATCH v5 14/20] rust: io: add I/O backend for system memory with volatile access
` [PATCH v5 15/20] rust: io: implement a view type for `Coherent`
` [PATCH v5 16/20] rust: io: add `read_val` and `write_val` functions on `Io`
` [PATCH v5 17/20] gpu: nova-core: use I/O projection for cleaner encapsulation
` [PATCH v5 18/20] rust: dma: drop `dma_read!` and `dma_write!` API
` [PATCH v5 19/20] rust: io: add copying methods
` [PATCH v5 20/20] rust: io: implement `IoSysMap`
[PATCH] fix: drm/vmwgfx: vmw_simple_resource_create_ioctl: fix base object refcount leak on ttm_base_object_init failure
2026-06-26 15:12 UTC (2+ messages)
[PATCH 0/5] drm/panel: refcounting panel lookups and references
2026-06-26 15:11 UTC (10+ messages)
` [PATCH 3/5] drm/panel: make *find_panel*() return a counted reference
` [PATCH 4/5] drm/bridge: release panel reference on all lookup exit paths
` [PATCH 5/5] drm: release panel reference after panel bridge creation
[PATCH] fix: drm/vmwgfx: vmw_user_shader_alloc: fix base object refcount leak on ttm_base_object_init failure
2026-06-26 15:11 UTC (2+ messages)
[PATCH] fix: drm/vc4: vc4_cl_lookup_bos: fix NULL pointer dereference on drm_gem_objects_lookup failure
2026-06-26 15:11 UTC (2+ messages)
[PATCH] fix: drm/nouveau: nvkm_ucgrp_new: nvkm_cgrp_new failure leaks ucgrp object and engine reference
2026-06-26 15:10 UTC (2+ messages)
[PATCH] fix: drm/ttm/tests: use KUNIT_ASSERT_EQ for critical error checks to prevent kref underflow
2026-06-26 15:06 UTC (2+ messages)
[PATCH] fix: drm/tegra: tegra_dc_pin: chunks>1 error path leaks current mapping from host1x_bo_pin
2026-06-26 15:03 UTC (2+ messages)
[PATCH] fix: drm/nouveau: nvkm_chan_new_: multiple error paths return without releasing acquired references
2026-06-26 14:53 UTC (2+ messages)
[PATCH] drm/amd/display: Always notify the HDA driver on connector disconnect
2026-06-26 14:44 UTC (2+ messages)
[PATCH v6 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
2026-06-26 14:41 UTC (9+ messages)
` [PATCH v6 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v6 10/10] rust: module: update MAINTAINERS to cover module.rs
[PATCH] fix: drm/nouveau: validate_init: break paths after drm_gem_object_lookup leak GEM reference
2026-06-26 14:35 UTC (2+ messages)
[PATCH v3 00/30] drm: Implement state readout support
2026-06-26 13:57 UTC (21+ messages)
` [PATCH v3 01/30] drm/atomic: Fix unused but set warning in state iterator macros
` [PATCH v3 02/30] drm/atomic_helper: Skip over NULL private_obj pointers
` [PATCH v3 03/30] drm/atomic-state-helper: Remove memset in __drm_atomic_helper_bridge_reset()
` [PATCH v3 04/30] drm/atomic: Convert drm_priv_to_bridge_state to container_of_const
` [PATCH v3 05/30] drm/atomic: Add drm_private_obj name
` [PATCH v3 06/30] drm/bridge: Add drm_private_obj_is_bridge()
` [PATCH v3 07/30] drm/bridge: Implement atomic_print_state
` [PATCH v3 08/30] drm/atomic: Export drm_atomic_*_print_state
` [PATCH v3 09/30] drm/atomic: Only call atomic_destroy_state on a !NULL pointer
` [PATCH v3 10/30] drm/atomic_sro: Create drm_atomic_sro_state container
` [PATCH v3 11/30] drm/atomic_sro: Create kernel parameter to force or disable readout
` [PATCH v3 12/30] drm/atomic_sro: Add atomic state readout infrastructure
` [PATCH v3 13/30] drm/atomic_sro: Add function to install state into drm objects
` [PATCH v3 14/30] drm/atomic_sro: Create documentation
` [PATCH v3 15/30] drm/bridge: Handle bridges with hardware state readout
` [PATCH v3 16/30] drm/mode-config: Read out hardware state in drm_mode_config_create_state
` [PATCH v3 17/30] drm/mode-config: Introduce hw_reset hook
` [PATCH v3 18/30] drm/atomic_sro: Provide helpers to implement hardware state readout
` [PATCH v3 19/30] drm/atomic_helper: Pass nonblock to commit_tail
` [PATCH v3 20/30] drm/atomic_helper: Compare actual and readout states once the commit is done
[PATCH v10.5 00/29] drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe
2026-06-26 13:42 UTC (30+ messages)
` [PATCH v10.5 01/29] drm/vblank_work: Add methods to schedule vblank_work in 2 stages
` [PATCH v10.5 02/29] drm/vblank: Add a 2-stage version of drm_crtc_arm_vblank_event
` [PATCH v10.5 03/29] drm/intel/display: Make intel_crtc_arm_vblank_event static
` [PATCH v10.5 04/29] drm/intel/display: Convert vblank event handling to 2-stage arming
` [PATCH v10.5 05/29] drm/i915/display: Move vblank put until after critical section
` [PATCH v10.5 06/29] drm/i915/display: Remove locking from intel_vblank_evade "
` [PATCH v10.5 07/29] drm/i915/display: Handle vlv dsi workaround in scanline_in_safe_range too
` [PATCH v10.5 08/29] drm/i915: Use preempt_disable/enable_rt() where recommended
` [PATCH v10.5 09/29] drm/i915/display: Make get_vblank_counter use intel_de_read_fw()
` [PATCH v10.5 10/29] drm/i915/display: Do not take uncore lock in i915_get_vblank_counter
` [PATCH v10.5 11/29] drm/i915/display: Make icl_dsi_frame_update use _fw too
` [PATCH v10.5 12/29] drm/i915/display: Use intel_de_read/write_fw in colorops
` [PATCH v10.5 13/29] drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset
` [PATCH v10.5 14/29] drm/i915/display: Make set_pipeconf use the fw variants
` [PATCH v10.5 15/29] drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock()
` [PATCH v10.5 16/29] drm/i915: Drop the irqs_disabled() check
` [PATCH v10.5 17/29] drm/i915/guc: Consider also RCU depth in busy loop
` [PATCH v10.5 18/29] drm/i915/gt: Fix selftests on PREEMPT_RT
` [PATCH v10.5 19/29] drm/i915/gt: Set stop_timeout() correctly on PREEMPT-RT
` [PATCH v10.5 20/29] drm/i915/display: Remove uncore lock from vlv_atomic_update_fifo
` [PATCH v10.5 21/29] drm/i915: Use sleeping selftests for igt_atomic on PREEMPT_RT
` [PATCH v10.5 22/29] Revert "drm/i915: Depend on !PREEMPT_RT."
` [PATCH v10.5 23/29] PREEMPT_RT injection
` [PATCH v10.5 24/29] FOR-CI: bump MAX_STACK_TRACE_ENTRIES
` [PATCH v10.5 25/29] drm/i915/gt: Add a spinlock to prevent starvation of irq_work
` [PATCH v10.5 26/29] drm/xe: Avoid using stolen memory for DPT
` [PATCH v10.5 27/29] drm/xe/display: Avoid using stolen memory for framebuffer when media gt exists
` [PATCH v10.5 28/29] drm/xe/display: Do not allocate into stolen for new framebuffers
` [PATCH v10.5 29/29] drm/i915/pmu: Disable on PREEMPT_RT
[PATCH] staging: fbtft: use ARRAY_SIZE() in NUMARGS macro
2026-06-26 13:41 UTC (4+ messages)
[PATCH] fix: drm/mediatek: mtk_drm_probe: of_node_get in loop overwrites previous node references without release
2026-06-26 13:38 UTC (2+ messages)
[PATCH] fix: drm/hisilicon: kirin_drm_crtc_init: premature of_node_put leaves crtc->port as dangling pointer
2026-06-26 13:30 UTC (2+ messages)
[PATCH 00/37] drm/bridge: Convert all bridges to atomic
2026-06-26 13:30 UTC (4+ messages)
` [PATCH 02/37] drm/bridge: analogix-anx6345: Switch to atomic bridge callbacks
[PATCH] fix: drm: drm_mode_obj_get_properties_ioctl: DRM_MODESET_LOCK_ALL_BEGIN retry leaks drm_mode_object reference
2026-06-26 13:25 UTC (2+ messages)
[PATCH] fix: drm/i915: __live_active_setup: kfree bypasses kref_put in early error path
2026-06-26 13:22 UTC
[PATCH 00/11] drm/panthor: Misc fixes for bugs found by shashiko
2026-06-26 13:19 UTC (16+ messages)
` [PATCH 05/11] drm/panthor: Fix theoretical IOMEM access in suspended state
` [PATCH 06/11] drm/panthor: Don't overrule pending immediate ticks in sched_resume_tick()
` [PATCH 08/11] drm/panthor: Drop a needless check in panthor_fw_unplug()
` [PATCH 09/11] drm/panthor: Fix a leak when a group is evicted before the tiler OOM is serviced
` [PATCH 10/11] drm/panthor: Interrupt group start/resumption if group_bind_locked() fails
` [PATCH 11/11] drm/panthor: Keep interrupts masked until they are needed
[PATCH] fix: drm: drm_syncobj_find_fence: invalid flags check before NULL check leaks syncobj reference
2026-06-26 13:17 UTC
[PATCH] fbdev: Fix fb_new_modelist to prevent null-ptr-deref in fb_videomode_to_var
2026-06-26 13:15 UTC (2+ messages)
[PATCH] fbcon: fix NULL pointer dereference for a console without vc_data
2026-06-26 13:11 UTC (2+ messages)
[PATCH v2] fbdev: fix use-after-free in store_modes()
2026-06-26 13:02 UTC (2+ messages)
[PATCH] fix: drm/display: drm_dp_mst_topology_mgr_set_mst: error path after DPCD write failure leaks MST branch device reference
2026-06-26 13:00 UTC (2+ messages)
[PATCH 2/5] drm/bridge/panel: hold a reference to the wrapped panel
2026-06-26 12:48 UTC (2+ messages)
[PATCH] fix: dma-buf: unwrap_merge_complex: dma_fence_get_stub reference leaked on all paths
2026-06-26 12:47 UTC (2+ messages)
[PATCH 1/5] drm/panel: have drm_panel_add/remove manage a list reference
2026-06-26 12:47 UTC (2+ messages)
[PATCH v5 0/2] Add support for Renesas RZ/G3L LVDS encoder
2026-06-26 12:47 UTC (4+ messages)
` [PATCH v5 2/2] drm: renesas: rz-du: Add support for "
[PATCH 0/3] clk: Add __clk_disable_unprepare_counts_only() and use this in simple[fb|drm]
2026-06-26 12:46 UTC (8+ 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