This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 31009296f8ff Merge tag 'pci-v6.18-fixes-3' of git://git.kernel.org/pub/ [...] new 89939cf252d8 drm/amd/display: Fix NULL pointer dereference new bec947cbe9a6 drm/amd/display: increase max link count and fix link->enc [...] new 72a1eb3cf573 drm/amd/display: use GFP_NOWAIT for allocation in interrup [...] new 6ced10611e97 Merge tag 'amd-drm-fixes-6.18-2025-10-22' of https://gitla [...] new c700e7279b29 drm/rockchip: dw_hdmi: use correct SCLIN mask for RK3228 new 4eabd0d8791e drm/panthor: Fix kernel panic on partial unmap of a GPU VA region new 179753aa5b78 drm/panic: Fix drawing the logo on a small narrow screen new cfa56e0a0e9b drm/panic: Fix overlap between qr code and logo new 4fcffb5e5c8c drm/panic: Fix qr_code, ensure vmargin is positive new e9b36fe06300 drm/panic: Fix kmsg text drawing rectangle new 2e337dd278c6 drm/panic: Fix divide by 0 if the screen width < font width new 23437509a694 drm/panic: Fix 24bit pixel crossing page boundaries new 0cdf7f6fa671 Merge tag 'drm-misc-fixes-2025-10-23' of https://gitlab.fr [...] new 789e46fbfca1 drm/i915/panic: fix panic structure allocation memory leak new adb0971a1acd Merge tag 'drm-intel-fixes-2025-10-23' of https://gitlab.f [...] new 9a3c0d683419 drm/xe: Retain vma flags when recreating and splitting vma [...] new ce831bffcef3 drm/xe/uapi: Hide the madvise autoreset behind a VM_BIND flag new ce29214ada6d drm/xe: Check return value of GGTT workqueue allocation new 18b1ce0b29c4 Merge tag 'drm-xe-fixes-2025-10-23' of https://gitlab.free [...] new 3d08a425d2f6 Merge tag 'drm-fixes-2025-10-24' of https://gitlab.freedes [...] new 53abe3e1c154 sched: Remove never used code in mm_cid_get()
The 21 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 +- .../drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 3 + drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h | 8 +- .../amd/display/dc/link/accessories/link_dp_cts.c | 3 +- drivers/gpu/drm/drm_panic.c | 60 ++++++++++++-- drivers/gpu/drm/i915/display/intel_fb.c | 25 +++--- drivers/gpu/drm/panthor/panthor_mmu.c | 10 ++- drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c | 2 +- drivers/gpu/drm/xe/xe_ggtt.c | 3 + drivers/gpu/drm/xe/xe_pt.c | 4 +- drivers/gpu/drm/xe/xe_svm.c | 5 ++ drivers/gpu/drm/xe/xe_vm.c | 96 +++++++++------------- drivers/gpu/drm/xe/xe_vm_types.h | 10 +-- include/uapi/drm/xe_drm.h | 15 ++++ kernel/sched/sched.h | 2 - 15 files changed, 153 insertions(+), 97 deletions(-)