This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b62ce2547fe8 Merge tag 'pm-6.19-rc6' of git://git.kernel.org/pub/scm/li [...] new 05f66cf5e7a5 PCI: Provide pci_free_irq_vectors() stub new d81585830017 Merge tag 'pci-v6.19-fixes-3' of git://git.kernel.org/pub/ [...] new 269031b15c14 x86/kaslr: Recognize all ZONE_DEVICE users as physaddr consumers new 88c72bab77aa cxl/region: fix format string for resource_size_t new 3e8aaacdad4f cxl/port: Fix target list setup for multiple decoders shar [...] new 49d106347913 cxl/acpi: Restore HBIW check before dereferencing platform_data new d4026a446264 cxl/hdm: Fix potential infinite loop in __cxl_dpa_reserve() new 8441c7d3bd6c cxl: Check for invalid addresses returned from translation [...] new 6782a30d2077 Merge tag 'cxl-fixes-6.19-rc6' of git://git.kernel.org/pub [...] new 81d0223832f9 drm/i915/guc: make 'guc_hw_reg_state' static as it isn't exported new 85807edac851 Merge tag 'drm-intel-fixes-2026-01-15' of https://gitlab.f [...] new 292e5757b222 drm/amdgpu: Fix gfx9 update PTE mtype flag new 9cb6278b44c3 drm/amdgpu: fix drm panic null pointer when driver not sup [...] new 28695ca09d32 drm/amd: Clean up kfd node on surprise disconnect new 9c8120015270 Revert duplicate "drm/amdgpu: disable peer-to-peer access [...] new 122b15cdbcc2 drm/amdgpu: Use correct address to setup gart page table f [...] new b6dff005fcf3 drm/amdgpu: make sure userqs are enabled in userq IOCTLs new 80614c509810 drm/amdkfd: fix a memory leak in device_queue_manager_init() new 0a1253ba5096 drm/amd/display: Show link name in PSR status message new fee50077656d drm/amd/display: Bump the HDMI clock to 340MHz new 52d3d115e9cc drm/amd/display: Initialise backlight level values from hw new 90dbc0bc2aa6 drm/amd/pm: fix smu overdrive data type wrong issue on smu 14.0.2 new 0bea77b13b76 drm/amdgpu: validate the flush_gpu_tlb_pasid() new 808c2052f046 Revert "drm/amdgpu: don't attach the tlb fence for SI" new 18dbcfb46f69 drm/amdkfd: No need to suspend whole MES to evict process new b2426a211dba drm/amdgpu/userq: Fix fence reference leak on queue teardown v2 new d04f73668beb drm/amd/display: Add an hdmi_hpd_debounce_delay_ms module new 52456a62174f Merge tag 'amd-drm-fixes-6.19-2026-01-15' of https://gitla [...] new 14adddc65340 drm/bridge: dw-hdmi-qp: Fix spurious IRQ on resume new d9186faeae6e drm/vmwgfx: Fix KMS with 3D on HW version 10 new 37a0cff4551c drm/vmwgfx: Merge vmw_bo_release and vmw_bo_free functions new bf72b4b7bb7d drm/vmwgfx: Fix an error return check in vmw_compat_shader_add() new 3ea3b7891b21 drm/vmwgfx: Fix kernel-doc warnings for vmwgfx_fence new 9fae82450d8a drm/rockchip: vop2: Add delay between poll registers new 7f6721b767e2 drm/rockchip: vop2: Only wait for changed layer cfg done w [...] new 9ce4aef9a5b1 drm/gpuvm: take GEM lock inside drm_gpuvm_bo_obtain_prealloc() new a8f49a004301 drm/dp: Add byte-by-byte fallback for broken USB-C adapters new db8061bbb9b2 drm/rockchip: dw_hdmi_qp: Switch to gpiod_set_value_cansleep() new 6ab3d4353bf7 drm/panel-simple: fix connector type for DataImage SCF0700 [...] new 9380dc33cd6a drm/panel: simple: restore connector_type fallback new dc2d5ddb193e drm/gud: fix NULL fb and crtc dereferences on USB disconnect new 9e9bc6be0fa0 drm/nouveau/disp/nv50-: Set lock_core in curs507a_prepare new 456c4f5ff0c8 drm/nouveau/kms/nv50-: Assert we hold nv50_disp->lock in n [...] new b91a565ed14f drm/sysfb: Remove duplicate declarations new 9dd1f5f3eb8c Merge tag 'drm-misc-fixes-2026-01-16' of https://gitlab.fr [...] new 39d3389331ab Merge tag 'drm-fixes-2026-01-16' of https://gitlab.freedes [...]
The 46 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: arch/x86/mm/kaslr.c | 10 +-- drivers/cxl/acpi.c | 11 ++- drivers/cxl/core/hdm.c | 4 +- drivers/cxl/core/port.c | 2 +- drivers/cxl/core/region.c | 36 ++++++--- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 + drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 8 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 7 +- drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c | 12 --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 11 +++ drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c | 4 +- drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 4 + drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c | 16 ++++ drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c | 8 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 4 +- drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 8 +- .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 31 +++----- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 36 +++++++-- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 5 +- drivers/gpu/drm/amd/display/dc/dc_hdmi_types.h | 2 +- .../gpu/drm/amd/display/dc/link/link_detection.c | 4 +- .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 3 +- drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.c | 9 +++ drivers/gpu/drm/drm_gpuvm.c | 69 ++++++++++++----- drivers/gpu/drm/gud/gud_pipe.c | 20 ++--- drivers/gpu/drm/i915/i915_gpu_error.c | 2 +- drivers/gpu/drm/nouveau/dispnv50/curs507a.c | 1 + drivers/gpu/drm/nouveau/dispnv50/head.c | 5 ++ drivers/gpu/drm/panel/panel-simple.c | 90 +++++++++++----------- drivers/gpu/drm/panthor/panthor_mmu.c | 10 --- drivers/gpu/drm/rockchip/dw_hdmi_qp-rockchip.c | 14 +++- drivers/gpu/drm/rockchip/rockchip_vop2_reg.c | 17 +++- drivers/gpu/drm/sysfb/drm_sysfb_helper.h | 9 --- drivers/gpu/drm/vmwgfx/vmwgfx_bo.c | 22 ++---- drivers/gpu/drm/vmwgfx/vmwgfx_fence.c | 10 +-- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 14 ++-- drivers/gpu/drm/vmwgfx/vmwgfx_shader.c | 4 +- drivers/pci/Kconfig | 6 -- include/drm/bridge/dw_hdmi_qp.h | 1 + include/drm/display/drm_dp_helper.h | 57 +++++++++----- include/linux/pci.h | 4 + mm/Kconfig | 12 ++- tools/testing/cxl/test/cxl_translate.c | 30 +++++--- 44 files changed, 394 insertions(+), 241 deletions(-)