This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4703d9119972 Merge tag 'xarray-5.5' of git://git.infradead.org/users/wi [...] new 4d627c88546a mmc: sdhci_am654: Remove Inverted Write Protect flag new de31f6ab68a3 mmc: sdhci_am654: Reset Command and Data line after tuning new 27f4e1e9425e mmc: sdhci_am654: Fix Command Queuing in AM65x new f571389c0b01 mmc: tegra: fix SDR50 tuning override new 2a187d033520 mmc: sdhci: fix minimum clock rate for v3 controller new 838a860a3905 Merge tag 'mmc-v5.5-rc2-2' of git://git.kernel.org/pub/scm [...] new ab10ae1c3bef lib: Reduce user_access_begin() boundaries in strncpy_from [...] new db1a07956968 drm/dp_mst: Handle SST-only branch device case new bdefca2d8dc0 drm/panfrost: Add the panfrost_gem_mapping concept new a48d4a33b6ef Merge tag 'drm-misc-fixes-2020-01-22-1' of git://anongit.f [...] new ecc4d2a52df6 drm/i915/userptr: fix size calculation new 5eec71829ad7 drm/i915: Align engine->uabi_class/instance with i915_drm.h new b52937145d6f Merge tag 'drm-intel-fixes-2020-01-23' of git://anongit.fr [...] new 23fe1390c7f1 drm/amdgpu: remove the experimental flag for renoir new 49412f6636ba Merge tag 'amd-drm-fixes-5.5-2020-01-23' of git://people.f [...] new 274adbff45e3 Merge tag 'drm-fixes-2020-01-24' of git://anongit.freedesk [...] new a2db55dda9cf powerpc: Ultravisor: Fix the dependencies for CONFIG_PPC_UV new 17328f218fb7 powerpc/xive: Discard ESB load value when interrupt is invalid new 5d2e5dd5849b powerpc/mm/hash: Fix sharing context ids between kernel & [...] new 3c45d7510cf5 Merge tag 'powerpc-5.5-6' of git://git.kernel.org/pub/scm/ [...] new bf708cfb2f48 iommu/vt-d: Call __dmar_remove_one_dev_info with valid pointer new 8c17bbf6c8f7 iommu/amd: Fix IOMMU perf counter clobbering during init new 6381b442836e Merge tag 'iommu-fixes-v5.5-rc7' of git://git.kernel.org/p [...]
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/powerpc/Kconfig | 6 +- arch/powerpc/include/asm/book3s/64/mmu-hash.h | 5 +- arch/powerpc/include/asm/xive-regs.h | 1 + arch/powerpc/sysdev/xive/common.c | 15 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 +- drivers/gpu/drm/drm_dp_mst_topology.c | 140 +++++++++++++---------- drivers/gpu/drm/i915/gem/i915_gem_busy.c | 12 +- drivers/gpu/drm/i915/gem/i915_gem_userptr.c | 9 +- drivers/gpu/drm/i915/gt/intel_engine_types.h | 4 +- drivers/gpu/drm/i915/i915_gem_gtt.c | 2 + drivers/gpu/drm/panfrost/panfrost_drv.c | 91 +++++++++++++-- drivers/gpu/drm/panfrost/panfrost_gem.c | 124 +++++++++++++++++--- drivers/gpu/drm/panfrost/panfrost_gem.h | 41 ++++++- drivers/gpu/drm/panfrost/panfrost_gem_shrinker.c | 3 +- drivers/gpu/drm/panfrost/panfrost_job.c | 13 ++- drivers/gpu/drm/panfrost/panfrost_job.h | 1 + drivers/gpu/drm/panfrost/panfrost_mmu.c | 61 +++++----- drivers/gpu/drm/panfrost/panfrost_mmu.h | 6 +- drivers/gpu/drm/panfrost/panfrost_perfcnt.c | 34 ++++-- drivers/iommu/amd_iommu_init.c | 24 +++- drivers/iommu/intel-iommu.c | 3 +- drivers/mmc/host/sdhci-tegra.c | 2 +- drivers/mmc/host/sdhci.c | 10 +- drivers/mmc/host/sdhci_am654.c | 54 ++++++--- lib/strncpy_from_user.c | 14 +-- lib/strnlen_user.c | 14 +-- 26 files changed, 490 insertions(+), 201 deletions(-)