This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8d15d5e1851b Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new ab1de7ead871 cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_tr [...] new 2bd110339288 cgroup: always put cset in cgroup_css_set_put_fork new 5647e53f7856 cgroup: Documentation: Clarify usage of memory limits new 9cd6357f100b Merge tag 'cgroup-for-6.4-rc5-fixes' of git://git.kernel.o [...] new 30c3d3b70aba drm/amd: Disallow s0ix without BIOS support again new 2a1eb1a34320 drm/amdgpu: fix Null pointer dereference error in amdgpu_d [...] new 1d13c49cf4e2 drm/amd/pm: Fix power context allocation in SMU13 new 38e4ced80479 drm/amd/pm: conditionally disable pcie lane switching for [...] new 99b3886f8674 drm/amd: Make lack of `ACPI_FADT_LOW_POWER_S0` or `CONFIG_ [...] new 59de751e3845 drm/amd/display: add ODM case when looking for first split pipe new 3b3ffd729e7e Revert "drm/amdgpu: change the reference clock for raven/raven2" new d511f95938bf Revert "drm/amdgpu: Differentiate between Raven2 and Raven [...] new 73c12de8bee2 Revert "drm/amdgpu: switch to golden tsc registers for rav [...] new 982b173a6c6d drm/radeon: fix race condition UAF in radeon_gem_set_domain_ioctl new b447b079cf3a drm/amdgpu: fix xclk freq on CHIP_STONEY new dac652220ba0 drm/amdgpu: change reserved vram info print new e1a600208286 drm/amd/display: Reduce sdp bw after urgent to 90% new b1913ff4d86b Merge tag 'amd-drm-fixes-6.4-2023-06-07' of https://gitlab [...] new 40023959dbab drm/i915/gt: Use the correct error value when kernel_conte [...] new cb2e701305f4 drm/i915/display: Set correct voltage level for 480MHz CDCLK new 2d6f2f79e065 drm/i915: Use 18 fast wake AUX sync len new 79d0150d2d98 drm/i915/selftests: Add some missing error propagation new d6d4f0a11893 Merge tag 'drm-intel-fixes-2023-06-08' of git://anongit.fr [...] new 4a059559809f drm/exynos: vidi: fix a wrong error return new 48bfd02569f5 drm/exynos: fix race condition UAF in exynos_g2d_exec_ioctl new 02b8f0b75518 Merge tag 'exynos-drm-fixes-for-v6.4-rc6' of git://git.ker [...] new e79d85c6c217 drm/fb-helper: Fix height, width, and accel_flags in fb_var new bed61c8fc7ba drm/ast: Fix long time waiting on s3/s4 resume new 3692ababa322 drm/ast: Fix modeset failed on DisplayPort new 50d30040eb85 accel/ivpu: ivpu_ipc needs GENERIC_ALLOCATOR new 411360257c1f accel/ivpu: Reserve all non-command bo's using DMA_RESV_US [...] new 6eea63c7090b drm/lima: fix sched context destroy new 9f7e3611f6c8 accel/ivpu: Do not trigger extra VPU reset if the VPU is idle new b563e47957af accel/ivpu: Do not use mutex_lock_interruptible new a3efabee5878 accel/ivpu: Fix sporadic VPU boot failure new bcd84301a33b Merge tag 'drm-misc-fixes-2023-06-08' of git://anongit.fre [...] new 173d42721b46 drm/msm: Set max segment size earlier new b78c77273a56 drm/msm/dp: add module parameter for PSR new a8e981ac2d0e drm/msm/dp: enable HDP plugin/unplugged interrupts at hpd_ [...] new 12abd735f030 drm/msm/a6xx: initialize GMU mutex earlier new 986c34b49581 Merge tag 'drm-msm-fixes-2023-06-08' of https://gitlab.fre [...] new 33f2b5785a2b Merge tag 'drm-fixes-2023-06-09' of git://anongit.freedesk [...]
The 42 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: Documentation/admin-guide/cgroup-v2.rst | 22 +++--- drivers/accel/ivpu/Kconfig | 1 + drivers/accel/ivpu/ivpu_hw_mtl.c | 22 ++++-- drivers/accel/ivpu/ivpu_hw_mtl_reg.h | 1 + drivers/accel/ivpu/ivpu_ipc.c | 4 +- drivers/accel/ivpu/ivpu_job.c | 21 +++-- drivers/accel/ivpu/ivpu_mmu.c | 22 ++---- drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 12 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 10 +-- drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c | 1 - drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c | 7 +- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 35 -------- drivers/gpu/drm/amd/amdgpu/soc15.c | 7 +- drivers/gpu/drm/amd/amdgpu/vi.c | 11 ++- drivers/gpu/drm/amd/display/dc/core/dc.c | 36 ++++++++- drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 20 +++++ .../gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c | 2 +- .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 92 +++++++++++++++++----- drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c | 4 +- drivers/gpu/drm/ast/ast_dp.c | 55 ++++--------- drivers/gpu/drm/ast/ast_drv.h | 5 +- drivers/gpu/drm/ast/ast_main.c | 11 ++- drivers/gpu/drm/ast/ast_mode.c | 15 +++- drivers/gpu/drm/ast/ast_post.c | 3 +- drivers/gpu/drm/drm_fb_helper.c | 12 +-- drivers/gpu/drm/exynos/exynos_drm_g2d.c | 2 +- drivers/gpu/drm/exynos/exynos_drm_vidi.c | 2 - drivers/gpu/drm/i915/display/intel_cdclk.c | 30 ++++++- drivers/gpu/drm/i915/display/intel_dp_aux.c | 2 +- .../gpu/drm/i915/gem/selftests/i915_gem_context.c | 14 +++- drivers/gpu/drm/i915/gt/selftest_execlists.c | 12 ++- drivers/gpu/drm/lima/lima_sched.c | 2 +- drivers/gpu/drm/msm/adreno/a6xx_gmu.c | 2 - drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 2 + drivers/gpu/drm/msm/dp/dp_catalog.c | 15 +++- drivers/gpu/drm/msm/dp/dp_catalog.h | 3 +- drivers/gpu/drm/msm/dp/dp_display.c | 77 ++++++------------ drivers/gpu/drm/msm/msm_drv.c | 4 +- drivers/gpu/drm/radeon/radeon_gem.c | 4 +- kernel/cgroup/cgroup-v1.c | 4 +- kernel/cgroup/cgroup.c | 17 ++-- 41 files changed, 362 insertions(+), 261 deletions(-)