This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ffd9fb546d49 Merge tag 'sound-5.12-rc6' of git://git.kernel.org/pub/scm [...] new 6161a435c191 drm/exynos/decon5433: Remove the unused include statements new 7344c82777a7 Merge tag 'exynos-drm-fixes-for-v5.12-rc6' of git://git.ke [...] new acc7baafeb0b drm/amd/pm: no need to force MCLK to highest when no displ [...] new 5e61b84f9d3d drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_m [...] new e92049ae4548 drm/amdkfd: dqm fence memory corruption new 6951c3e4a260 drm/amdgpu/vangogh: don't check for dpm in is_dpm_running [...] new 566c6e25f957 drm/amdgpu: Set a suitable dev_info.gart_page_size new e3512fb67093 drm/amdgpu: check alignment on CPU page for bo map new dcdb7aa452ef Merge tag 'amd-drm-fixes-5.12-2021-03-31' of https://gitla [...] new f8fb97c91595 drm/tegra: dc: Don't set PLL clock to 0Hz new a24f98176d1e gpu: host1x: Use different lock classes for each client new a31500fe7055 drm/tegra: dc: Restore coupling of display controllers new ac097aecfef0 drm/tegra: sor: Grab runtime PM reference across reset new a0497251f2b0 Merge tag 'drm/tegra/for-5.12-rc6' of ssh://git.freedeskto [...] new 69c3ed7282a1 drm/imx: fix memory leak when fails to init new 12d0ca80bffd drm/imx: imx-ldb: Register LDB channel1 when it is the onl [...] new 33ce7f2f95ca drm/imx: imx-ldb: fix out of bounds array access warning new 6fdb8e5aba6a Merge tag 'imx-drm-fixes-2021-04-01' of git://git.pengutro [...] new a80314c327a9 Merge tag 'drm-fixes-2021-04-02' of git://anongit.freedesk [...] new 1d676673d665 KVM: arm64: Hide system instruction access to Trace registers new a354a64d91ee KVM: arm64: Disable guest access to trace filter controls new af22df997d71 KVM: arm64: Fix CPU interface MMIO compatibility detection new 41793e7f274e Merge tag 'kvmarm-fixes-5.12-3' of git://git.kernel.org/pu [...] new 75f94ecbd0df tools/kvm_stat: Add restart delay new d632826f26f2 KVM: clean up the unused argument new ecaf088f53fc KVM: x86: remove unused declaration of kvm_write_tsc() new 1973cadd4cca KVM: x86/vPMU: Forbid writing to MSR_F15H_PERF MSRs when g [...] new f982fb62a304 selftests: kvm: make hardware_disable_test less verbose new 6fb3084ab5d9 KVM: make: Fix out-of-source module builds new a835429cda91 KVM: x86/mmu: Ensure TLBs are flushed when yielding during [...] new 048f49809c52 KVM: x86/mmu: Ensure TLBs are flushed for TDP MMU during N [...] new 33a3164161fc KVM: x86/mmu: Don't allow TDP MMU to yield when recovering [...] new 825e34d3c9e2 Merge commit 'kvm-tdp-fix-flushes' into kvm-master new a58d9166a756 KVM: SVM: load control fields from VMCB12 before checking them new 3c346c0c60ab KVM: SVM: ensure that EFER.SVME is set when running nested [...] new 6ebae23c072b Merge branch 'kvm-fix-svm-races' into kvm-master new c2c647f91aec KVM: x86: reduce pvclock_gtod_sync_lock critical sections new a83829f56c7c KVM: x86: disable interrupts while pvclock_gtod_sync_lock [...] new 77fcbe823f00 KVM: x86: Prevent 'hv_clock->system_time' from going negat [...] new 55626ca9c690 selftests: kvm: Check that TSC page value is small after K [...] new 6905b1dc3c32 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 41 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/arm64/include/asm/kvm_arm.h | 1 + arch/arm64/kernel/cpufeature.c | 1 - arch/arm64/kvm/debug.c | 2 + arch/arm64/kvm/hyp/vgic-v3-sr.c | 9 ++++ arch/x86/kvm/Makefile | 2 +- arch/x86/kvm/mmu/mmu.c | 9 ++-- arch/x86/kvm/mmu/tdp_mmu.c | 26 +++++----- arch/x86/kvm/mmu/tdp_mmu.h | 24 ++++++++- arch/x86/kvm/svm/nested.c | 28 +++++++++-- arch/x86/kvm/svm/pmu.c | 8 +++ arch/x86/kvm/x86.c | 57 ++++++++++++++-------- arch/x86/kvm/x86.h | 1 - drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 4 +- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 10 ++-- drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c | 2 +- .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 6 +-- .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 2 +- drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c | 2 +- drivers/gpu/drm/amd/amdkfd/kfd_packet_manager_v9.c | 2 +- drivers/gpu/drm/amd/amdkfd/kfd_packet_manager_vi.c | 2 +- drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 8 +-- .../gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c | 3 +- drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c | 5 ++ drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 1 - drivers/gpu/drm/imx/imx-drm-core.c | 2 +- drivers/gpu/drm/imx/imx-ldb.c | 12 ++++- drivers/gpu/drm/tegra/dc.c | 30 +++++------- drivers/gpu/drm/tegra/sor.c | 7 +++ drivers/gpu/host1x/bus.c | 10 ++-- include/linux/host1x.h | 9 +++- tools/kvm/kvm_stat/kvm_stat.service | 1 + .../testing/selftests/kvm/hardware_disable_test.c | 10 ++-- tools/testing/selftests/kvm/x86_64/hyperv_clock.c | 13 ++++- 33 files changed, 211 insertions(+), 98 deletions(-)