This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8a92980606e3 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new 0698ff57bf32 drm/xe/pf: Update the LMTT when freeing VF GT config new 1cfa043fc012 Merge tag 'drm-xe-fixes-2024-06-04' of https://gitlab.free [...] new 267cace556e8 drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platforms new c6c4dd540125 drm/amdgpu/pptable: Fix UBSAN array-index-out-of-bounds new 2d4218311071 Merge tag 'amd-drm-fixes-6.10-2024-06-06' of https://gitla [...] new 629f2b4e0522 drm/panel: sitronix-st7789v: Add check for of_drm_get_pane [...] new 426826933109 drm/vmwgfx: Filter modes which exceed graphics memory new fb5e19d2dd03 drm/vmwgfx: 3D disabled should not effect STDU memory limits new dde1de06bd72 drm/vmwgfx: Remove STDU logic from generic mode_valid function new a54a200f3dc7 drm/vmwgfx: Standardize use of kibibytes when logging new 7ef91dcba172 drm/vmwgfx: Don't destroy Screen Target when CRTC is enabl [...] new b91e05f1fcf7 drm/vmwgfx: remove unused struct 'vmw_stdu_dma' new 5703fc058efd drm/vmwgfx: Don't memcmp equivalent pointers new 26033424ed08 Merge tag 'drm-misc-fixes-2024-06-07' of https://gitlab.fr [...] new 539d33b57838 drm/komeda: remove unused struct 'gamma_curve_segment' new eb55943aab89 Merge tag 'drm-misc-next-fixes-2024-06-07' of https://gitl [...] new 2e32d5807573 Merge tag 'drm-fixes-2024-06-07' of https://gitlab.freedes [...] new 09fe2bfa6b83 ata: pata_macio: Fix max_segment_size with PAGE_SIZE == 64K new e693c5026c28 Merge tag 'ata-6.10-rc3' of git://git.kernel.org/pub/scm/l [...] new a295ec52c862 iommu/amd: Fix sysfs leak in iommu init new cc8d89d06379 iommu/dma: Fix domain init new 89e8a2366e3b iommu: Return right value in iommu_sva_bind_device() new 998a0a362b0b iommu/amd: Fix workqueue name new 48dc345a23b9 iommu/amd: Check EFR[EPHSup] bit before enabling PPR new 526606b0a199 iommu/amd: Fix Invalid wait context issue new f24b46ea10d7 Merge tag 'iommu-fixes-v6.10-rc2' of git://git.kernel.org/ [...] new 38a38f5a36da Input: silead - Always support 10 fingers new 84b26f509c1b platform/x86: touchscreen_dmi: Drop "silead,max-fingers" property new 55624db051c8 platform/x86: touchscreen_dmi: Use 2-argument strscpy() new 078fc56f5c17 platform/x86: yt2-1380: add CONFIG_EXTCON dependency new 1981b296f858 platform/x86: dell-smbios: Fix wrong token data in sysfs new 306aec7eea8c platform/x86: dell-smbios: Simplify error handling new 77f1972bdcf7 platform/x86/amd/hsmp: Check HSMP support on AMD family of [...] new 96e09b8f8166 Merge tag 'platform-drivers-x86-v6.10-3' of git://git.kern [...]
The 34 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/ata/pata_macio.c | 9 +- drivers/gpu/drm/amd/include/pptable.h | 91 +++++++++--------- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_4_ppt.c | 20 ++-- .../gpu/drm/arm/display/komeda/komeda_color_mgmt.c | 5 - drivers/gpu/drm/panel/panel-sitronix-st7789v.c | 4 +- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 19 ++-- drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 3 - drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 4 +- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 28 ++---- drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c | 60 ++++++++++-- drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c | 1 + drivers/input/touchscreen/silead.c | 19 +--- drivers/iommu/amd/amd_iommu.h | 3 +- drivers/iommu/amd/init.c | 9 ++ drivers/iommu/amd/iommu.c | 48 +++++----- drivers/iommu/amd/ppr.c | 25 +---- drivers/iommu/dma-iommu.c | 8 +- drivers/platform/x86/Kconfig | 1 + drivers/platform/x86/amd/hsmp.c | 50 ++++++++-- drivers/platform/x86/dell/dell-smbios-base.c | 103 ++++++++------------- drivers/platform/x86/touchscreen_dmi.c | 59 +----------- include/linux/iommu.h | 2 +- 22 files changed, 276 insertions(+), 295 deletions(-)