This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 59c36bc8d377 Merge tag 'pci-v5.3-fixes-1' of git://git.kernel.org/pub/s [...] new a53358a31c98 drm: rcar_lvds: Fix dual link mode operations new 14673e153926 Merge tag 'du-fixes-20190816' of git://linuxtv.org/pinchar [...] new 4c6f3196e6ea drm/mediatek: use correct device to import PRIME buffers new 070955558e82 drm/mediatek: set DMA max segment size new 165d42c012be drm/mediatek: mtk_drm_drv.c: Add of_node_put() before goto new 2ba552b29b54 Merge tag 'mediatek-drm-fixes-5.3' of https://github.com/c [...] new 98f58ada2d37 drm/amdgpu/gfx9: update pg_flags after determining if gfx [...] new 00430144ff73 drm/amd/powerplay: fix variable type errors in smu_v11_0_s [...] new 155f85c0d568 drm/amd/powerplay: remove duplicate macro smu_get_uclk_dpm [...] new 221a2bdbd5d3 drm/amd/amdgpu: disable MMHUB PG for navi10 new 1a701ea92481 drm/amdgpu: prevent memory leaks in AMDGPU_CS ioctl new ec6e491353b9 drm/amd/display: Calculate bpc based on max_requested_bpc new 1e85e6cad2d1 Merge tag 'drm-fixes-5.3-2019-08-21' of git://people.freed [...] new ed19e3035c5a drm/i915: Fix HW readout for crtc_clock in HDMI mode new dd89c1127f80 Merge tag 'drm-intel-fixes-2019-08-22' of git://anongit.fr [...] new 1109635b292c drm/komeda: Initialize and enable output polling on Komeda new a9577f192125 drm/komeda: Adds internal bpp computing for arm afbc only [...] new 8f1c748b9a77 drm/komeda: Add support for 'memory-region' DT node property new 181ae8844578 Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixes new 63daf4e16654 drm/omap: ensure we have a valid dma_mask new cf3627fb1af1 Merge tag 'drm-misc-fixes-2019-08-22' of git://anongit.fre [...] new 75710f08ea7e drm/amdgpu/powerplay: silence a warning in smu_v11_0_setup [...] new 1374a22e0641 Merge tag 'drm-fixes-2019-08-23' of git://anongit.freedesk [...] new 5c498950f730 libceph: allow ceph_buffer_put() to receive a NULL ceph_buffer new 86968ef21596 ceph: fix buffer free while holding i_ceph_lock in __ceph_ [...] new 12fe3dda7ed8 ceph: fix buffer free while holding i_ceph_lock in __ceph_ [...] new af8a85a41734 ceph: fix buffer free while holding i_ceph_lock in fill_inode() new c95f1c5f436b ceph: clear page dirty before invalidate page new 28a282616f56 ceph: don't try fill file_lock on unsuccessful GETFILELOCK reply new a561372405cf libceph: fix PG split vs OSD (re)connect race new 4e5639449069 Merge tag 'ceph-for-5.3-rc6' of git://github.com/ceph/ceph-client new 38f054d549a8 modules: always page-align module section allocations new 3b5be16c7e90 modules: page-align module section allocations only for ar [...] new e3fb13b7e47c Merge tag 'modules-for-v5.3-rc6' of git://git.kernel.org/p [...]
The 34 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: drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 9 +++- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 4 ++ drivers/gpu/drm/amd/amdgpu/nv.c | 1 - drivers/gpu/drm/amd/amdgpu/soc15.c | 5 -- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 16 ++++++- drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h | 2 - drivers/gpu/drm/amd/powerplay/smu_v11_0.c | 6 ++- drivers/gpu/drm/arm/display/komeda/komeda_dev.c | 9 ++++ .../drm/arm/display/komeda/komeda_format_caps.c | 19 ++++++++ .../drm/arm/display/komeda/komeda_format_caps.h | 3 ++ .../drm/arm/display/komeda/komeda_framebuffer.c | 5 +- drivers/gpu/drm/arm/display/komeda/komeda_kms.c | 5 ++ drivers/gpu/drm/i915/display/intel_ddi.c | 4 +- drivers/gpu/drm/i915/intel_drv.h | 2 +- drivers/gpu/drm/mediatek/mtk_drm_drv.c | 54 ++++++++++++++++++++-- drivers/gpu/drm/mediatek/mtk_drm_drv.h | 2 + drivers/gpu/drm/omapdrm/omap_drv.c | 2 +- drivers/gpu/drm/rcar-du/rcar_lvds.c | 6 +-- fs/ceph/addr.c | 5 +- fs/ceph/caps.c | 5 +- fs/ceph/inode.c | 7 +-- fs/ceph/locks.c | 3 +- fs/ceph/snap.c | 4 +- fs/ceph/super.h | 2 +- fs/ceph/xattr.c | 19 ++++++-- include/linux/ceph/buffer.h | 3 +- kernel/module.c | 4 +- net/ceph/osd_client.c | 9 ++-- 28 files changed, 164 insertions(+), 51 deletions(-)