This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ce55c22ec8b2 Merge tag 'net-6.6-rc7' of git://git.kernel.org/pub/scm/li [...] new a37cd2a59d0c x86/sev: Disable MMIO emulation from user mode new b9cb9c45583b x86/sev: Check IOBM for IOIO exceptions from user-space new 63e44bc52047 x86/sev: Check for user-space IOIO pointing to kernel space new 0df072ab65ef Merge tag 'sev_fixes_for_v6.6' of //git.kernel.org/pub/scm [...] new 51b79f338175 drm/amdgpu: Fix possible null pointer dereference new 316baf09d355 drm/amdgpu: Reserve fences for VM update new d844fd038fff Merge tag 'amd-drm-fixes-6.6-2023-10-19' of https://gitlab [...] new 7b821db95140 drm/bridge: ti-sn65dsi86: Associate DSI device lifetime wi [...] new ad3e33fe071d drm/panel: Move AUX B116XW03 out of panel-edp back to pane [...] new f2cab4b318ee drm/nouveau: exec: fix ioctl kernel-doc warning new 4366faf43308 drm/nouveau/disp: fix DP capable DSM connectors new 3b401e30c249 drm/ttm: Reorder sys manager cleanup step new 88630e91f126 drm/edid: add 8 bpc quirk to the BenQ GW2765 new eab0261967ae drm/amdgpu: Unset context priority is now invalid new fa8391ad68c1 gpu/drm: Eliminate DRM_SCHED_PRIORITY_UNSET new 828d63042aec accel/ivpu: Don't enter d0i3 during FLR new 610b5d219d1c Revert "accel/ivpu: Use cached buffers for FW loading" new 8f5ad367e8b8 accel/ivpu: Extend address range for MMU mmap new d43c76c8208c Merge tag 'drm-misc-fixes-2023-10-19' of git://anongit.fre [...] new 5e4c16fe08c8 drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY [...] new e339c6d628fe drm/i915: Retry gtt fault when out of fence registers new 280bd84f0743 Merge tag 'drm-intel-fixes-2023-10-19' of git://anongit.fr [...] new dcc583c225e6 drm/mediatek: Correctly free sg_table in gem prime vmap new 8b35ce3f7a96 Merge tag 'mediatek-drm-fixes-20231017' of https://git.ker [...] new c8045b4a33a5 Merge tag 'drm-fixes-2023-10-20' of git://anongit.freedesk [...]
The 25 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/boot/compressed/sev.c | 10 +++++ arch/x86/kernel/sev-shared.c | 53 ++++++++++++++++++++---- arch/x86/kernel/sev.c | 30 ++++++++++++++ drivers/accel/ivpu/ivpu_drv.c | 11 +++-- drivers/accel/ivpu/ivpu_drv.h | 1 + drivers/accel/ivpu/ivpu_fw.c | 9 ++-- drivers/accel/ivpu/ivpu_gem.h | 5 --- drivers/accel/ivpu/ivpu_hw.h | 8 ++++ drivers/accel/ivpu/ivpu_hw_37xx.c | 1 + drivers/accel/ivpu/ivpu_hw_40xx.c | 1 + drivers/accel/ivpu/ivpu_mmu_context.c | 9 ++-- drivers/accel/ivpu/ivpu_pm.c | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c | 5 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c | 5 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 3 +- drivers/gpu/drm/bridge/ti-sn65dsi86.c | 14 +++---- drivers/gpu/drm/drm_edid.c | 3 ++ drivers/gpu/drm/i915/display/intel_cx0_phy.c | 3 +- drivers/gpu/drm/i915/gem/i915_gem_mman.c | 1 + drivers/gpu/drm/mediatek/mtk_drm_gem.c | 6 ++- drivers/gpu/drm/nouveau/nvkm/engine/disp/uconn.c | 14 ++++++- drivers/gpu/drm/panel/panel-edp.c | 29 ------------- drivers/gpu/drm/panel/panel-simple.c | 35 ++++++++++++++++ drivers/gpu/drm/ttm/ttm_device.c | 8 ++-- include/drm/gpu_scheduler.h | 3 +- include/uapi/drm/nouveau_drm.h | 4 +- 26 files changed, 193 insertions(+), 81 deletions(-)