This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 26fd9f7b7ff3 Merge tag 'cxl-fixes-6.16-rc4' of git://git.kernel.org/pub [...] new 0043ec26d827 drm/amdgpu/gfx9: Add Cleaner Shader Support for GFX9.x GPUs new 99579c55c3d6 drm/amdgpu/mes: add compatibility checks for set_hw_resource_1 new 73eab78721f7 drm/amd: Adjust output for discovery error handling new 899dec4e885f drm/amdgpu/sdma6: add ucode version checks for userq support new 31135cc99c40 drm/amdgpu/sdma7: add ucode version checks for userq support new 66abb996999d drm/amd/display: Fix AMDGPU_MAX_BL_LEVEL value new 6847b3b6e84e drm/amd/display: Add sanity checks for drm_edid_raw() new 06f6516ee0b1 Merge tag 'amd-drm-fixes-6.16-2025-25-25' of https://gitla [...] new 9205999e9f13 drm/i915/snps_hdmi_pll: Fix 64-bit divisor truncation by u [...] new a3ef3c2da675 drm/dp: Change AUX DPCD probe address from DPCD_REV to LAN [...] new d02b2103a08b drm/i915: fix build error some more new b6211ab2ebc1 Merge tag 'drm-intel-fixes-2025-06-26' of https://gitlab.f [...] new 62207293479e drm/xe/display: Add check for alloc_ordered_workqueue() new 9127a69c7193 drm/xe/hwmon: Fix xe_hwmon_power_max_write new a4b1b51ae132 drm/xe: Move DSB l2 flush to a more sensible place new f16873f42a06 drm/xe: move DPT l2 flush to a more sensible place new ad40098da5c3 drm/xe/guc: Explicitly exit CT safe mode on unwind new af2b588abe00 drm/xe: Process deferred GGTT node removals on device unwind new 6daaa479ac55 Merge tag 'drm-xe-fixes-2025-06-26' of https://gitlab.free [...] new fb721b2c35b1 drm: writeback: Fix drm_writeback_connector_cleanup signature new 103578241512 drm/bridge-connector: Fix bridge in drm_connector_hdmi_aud [...] new 55e8ff842051 drm/bridge: ti-sn65dsi86: Add HPD for DisplayPort connector type new 9fbceb37c959 Merge tag 'drm-misc-fixes-2025-06-26' of https://gitlab.fr [...] new 7abdafd2343a Merge tag 'drm-fixes-2025-06-28' of https://gitlab.freedes [...] new 5aa326a6a2ff PCI/PTM: Build debugfs code only if CONFIG_DEBUG_FS is enabled new fa33adcaf8af Merge tag 'pci-v6.16-fixes-2' of git://git.kernel.org/pub/ [...] new e0eb1b6b0cd2 riscv: vdso: Exclude .rodata from the PT_DYNAMIC segment new 8d90d9872eda riscv: fix runtime constant support for nommu kernels new 4262bd0d9cc7 riscv: vector: Fix context save/restore with xtheadvector new 2b9518684f85 RISC-V: vDSO: Correct inline assembly constraints in the g [...] new 5c5ecd1f3413 Merge tag 'riscv-fixes-6.16-rc1' of ssh://gitolite.kernel. [...] new bc75552b80e6 raid6: riscv: Fix NULL pointer dereference caused by a mis [...] new dbe0038b65ff Merge patch "Fix a segmentation fault also add raid6test f [...] new 2aa5801ada29 RISC-V: uaccess: Wrap the get_user_8 uaccess macro new 850f0e2433cd MAINTAINERS: Update Drew Fustini's email address new 2f73c62d4e13 Revert "riscv: misaligned: fix sleeping function called du [...] new b0843f836126 riscv: Fix sparse warning in vendor_extensions/sifive.c new 890ba5be6335 Revert "riscv: Define TASK_SIZE_MAX for __access_ok()" new c5136add3f9b riscv: export boot_cpu_hartid new 867b9987a30b Merge tag 'riscv-for-linus-5.16-rc4' of git://git.kernel.o [...]
The 40 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: .mailmap | 1 + MAINTAINERS | 2 +- arch/riscv/include/asm/pgtable.h | 1 - arch/riscv/include/asm/runtime-const.h | 2 +- arch/riscv/include/asm/uaccess.h | 3 +- arch/riscv/include/asm/vdso/getrandom.h | 2 +- arch/riscv/include/asm/vector.h | 12 ++-- arch/riscv/kernel/setup.c | 1 + arch/riscv/kernel/traps_misaligned.c | 4 +- arch/riscv/kernel/vdso/vdso.lds.S | 2 +- arch/riscv/kernel/vendor_extensions/sifive.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 28 ++++----- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 19 ++++++ drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 10 ++-- drivers/gpu/drm/amd/amdgpu/mes_v12_0.c | 3 +- drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c | 19 +++++- drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c | 12 +++- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 10 ++-- .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 4 ++ drivers/gpu/drm/bridge/ti-sn65dsi86.c | 69 +++++++++++++++++++--- drivers/gpu/drm/display/drm_bridge_connector.c | 7 ++- drivers/gpu/drm/display/drm_dp_helper.c | 2 +- drivers/gpu/drm/drm_writeback.c | 7 ++- drivers/gpu/drm/i915/display/intel_snps_hdmi_pll.c | 4 +- drivers/gpu/drm/i915/i915_pmu.c | 2 +- drivers/gpu/drm/xe/display/xe_display.c | 2 + drivers/gpu/drm/xe/display/xe_dsb_buffer.c | 11 ++-- drivers/gpu/drm/xe/display/xe_fb_pin.c | 5 +- drivers/gpu/drm/xe/regs/xe_mchbar_regs.h | 1 + drivers/gpu/drm/xe/xe_ggtt.c | 11 ++++ drivers/gpu/drm/xe/xe_guc_ct.c | 10 ++-- drivers/gpu/drm/xe/xe_hwmon.c | 34 +++++------ drivers/pci/pcie/ptm.c | 2 + lib/raid6/rvv.c | 48 ++++++++------- 34 files changed, 236 insertions(+), 116 deletions(-)