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-master-arm-mainline-allmodconfig 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 [...] adds 66a5710beaf4 drm/kfd: fix a system crash issue during GPU recovery adds 087d76415999 drm/amdkfd: fix a memory leak issue adds cc8e66e769eb drm/amd/pm: support runtime pptable update for sienna_cich [...] adds 4cdd7b332ed1 drm/amd/display: Don't use DRM_ERROR() for DTM add topology adds c4790a889423 drm/amd/display: update nv1x stutter latencies adds 5367eb6d8a98 drm/amdgpu: Include sienna_cichlid in USBC PD FW support. adds 40eab0f89567 drm/radeon: revert "Prefer lower feedback dividers" adds 2f228aab21bb drm/amdgpu/dc: Require primary plane to be enabled wheneve [...] adds e60c27f1ffc7 drm/amdgpu: declare ta firmware for navy_flounder adds 875d369d8f75 drm/amd/display: Don't log hdcp module warnings in dmesg adds 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 adds d7261b14ddc7 Merge tag 'drm-intel-fixes-2020-09-17' of ssh://git.freede [...] adds 35bf948f1edb drm/mediatek: dsi: Fix scrolling of panel with small hfp or hbp adds 855f3e08d556 drm/mediatek: Remove duplicated include adds f85acdad07fe drm/mediatek: Use CPU when fail to get cmdq event adds d494c2572711 drm/mediatek: Add missing put_device() call in mtk_ddp_com [...] adds 64c194c00789 drm/mediatek: Add exception handing in mtk_drm_probe() if [...] adds 2132940f2192 drm/mediatek: Add missing put_device() call in mtk_drm_kms_init() adds 0680a622318b drm/mediatek: Add missing put_device() call in mtk_hdmi_dt [...] adds 1f08fde70075 Merge tag 'mediatek-drm-fixes-5.9' of https://git.kernel.o [...] adds 4c0449c906fe Merge tag 'drm-fixes-2020-09-18' of git://anongit.freedesk [...] adds b3b33d3c43bb percpu: fix first chunk size calculation for populated bitmap adds 10b82d517648 Merge branch 'for-5.9-fixes' of git://git.kernel.org/pub/s [...]
No new revisions were added by this update.
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(-)