This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allnoconfig in repository toolchain/ci/linux.
from 5925fa68fe82 Merge tag 'perf-tools-fixes-for-v5.9-2020-09-16' of git:// [...] adds 5ef64cc8987a mm: allow a controlled amount of unfairness in the page lock adds 564c836fd945 MIPS: SNI: Fix MIPS_L1_CACHE_SHIFT adds b959b97860d0 MIPS: SNI: Fix spurious interrupts adds 4cbffc461ec9 Merge tag 'mips_fixes_5.9_2' of git://git.kernel.org/pub/s [...] new 66a5710beaf4 drm/kfd: fix a system crash issue during GPU recovery new 087d76415999 drm/amdkfd: fix a memory leak issue new cc8e66e769eb drm/amd/pm: support runtime pptable update for sienna_cich [...] new 4cdd7b332ed1 drm/amd/display: Don't use DRM_ERROR() for DTM add topology new c4790a889423 drm/amd/display: update nv1x stutter latencies new 5367eb6d8a98 drm/amdgpu: Include sienna_cichlid in USBC PD FW support. new 40eab0f89567 drm/radeon: revert "Prefer lower feedback dividers" new 2f228aab21bb drm/amdgpu/dc: Require primary plane to be enabled wheneve [...] new e60c27f1ffc7 drm/amdgpu: declare ta firmware for navy_flounder new 875d369d8f75 drm/amd/display: Don't log hdcp module warnings in dmesg new 4b1ededb69d9 Merge tag 'amd-drm-fixes-5.9-2020-09-17' of git://people.f [...] adds e7d95527f27a drm/i915/gem: Delay tracking the GEM context until it is r [...] adds c2314b8bd4c0 drm/i915/gem: Reduce context termination list iteration gu [...] adds b82a8b93b4f9 drm/i915: Be wary of data races when reading the active execlists adds 20612303a0b4 drm/i915: Filter wake_flags passed to default_wake_function new d7261b14ddc7 Merge tag 'drm-intel-fixes-2020-09-17' of ssh://git.freede [...] new 35bf948f1edb drm/mediatek: dsi: Fix scrolling of panel with small hfp or hbp new 855f3e08d556 drm/mediatek: Remove duplicated include new f85acdad07fe drm/mediatek: Use CPU when fail to get cmdq event new d494c2572711 drm/mediatek: Add missing put_device() call in mtk_ddp_com [...] new 64c194c00789 drm/mediatek: Add exception handing in mtk_drm_probe() if [...] new 2132940f2192 drm/mediatek: Add missing put_device() call in mtk_drm_kms_init() new 0680a622318b drm/mediatek: Add missing put_device() call in mtk_hdmi_dt [...] new 1f08fde70075 Merge tag 'mediatek-drm-fixes-5.9' of https://git.kernel.o [...] new 4c0449c906fe Merge tag 'drm-fixes-2020-09-18' of git://anongit.freedesk [...] new b3b33d3c43bb percpu: fix first chunk size calculation for populated bitmap new 10b82d517648 Merge branch 'for-5.9-fixes' of git://git.kernel.org/pub/s [...]
The 23 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/mips/Kconfig | 1 + arch/mips/sni/a20r.c | 9 +- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 2 +- drivers/gpu/drm/amd/amdgpu/psp_v11_0.c | 2 +- .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 4 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 32 ++--- .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c | 4 +- .../gpu/drm/amd/display/modules/hdcp/hdcp_log.h | 2 +- .../gpu/drm/amd/display/modules/hdcp/hdcp_psp.c | 2 +- drivers/gpu/drm/amd/powerplay/amdgpu_smu.c | 12 +- drivers/gpu/drm/i915/gem/i915_gem_context.c | 48 ++++--- drivers/gpu/drm/i915/gt/intel_lrc.c | 15 +- drivers/gpu/drm/i915/i915_request.c | 25 +++- drivers/gpu/drm/i915/i915_sw_fence.c | 10 +- drivers/gpu/drm/mediatek/mtk_drm_crtc.c | 20 ++- drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c | 1 + drivers/gpu/drm/mediatek/mtk_drm_drv.c | 19 ++- drivers/gpu/drm/mediatek/mtk_dsi.c | 9 +- drivers/gpu/drm/mediatek/mtk_hdmi.c | 26 ++-- drivers/gpu/drm/radeon/radeon_display.c | 2 +- include/linux/mm.h | 2 + include/linux/wait.h | 1 + kernel/sysctl.c | 8 ++ mm/filemap.c | 160 +++++++++++++++++---- mm/percpu.c | 2 +- 25 files changed, 298 insertions(+), 120 deletions(-)