This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b371ddb94fae Merge tag 'iommu-fixes-v5.5-rc2' of git://git.kernel.org/p [...] new d195a66e367b io_uring: fix stale comment and a few typos new 0b416c3e1345 io_uring: fix sporadic -EFAULT from IORING_OP_RECVMSG new 525b305d61ed io-wq: re-add io_wq_current_is_worker() new b7bb4f7da0a1 io_uring: fix pre-prepped issue with force_nonblock == true new fc4df999e24f io_uring: remove 'sqe' parameter to the OP helpers that take it new 8ed8d3c3bc32 io_uring: any deferred command must have stable sqe data new ffbb8d6b7691 io_uring: make HARDLINK imply LINK new 0969e783e3a8 io_uring: make IORING_POLL_ADD and IORING_POLL_REMOVE deferrable new fbf23849b172 io_uring: make IORING_OP_CANCEL_ASYNC deferrable new b29472ee7b53 io_uring: make IORING_OP_TIMEOUT_REMOVE deferrable new d625c6ee4975 io_uring: read opcode and user_data from SQE exactly once new e781573e2fb1 io_uring: warn about unhandled opcode new 7c504e65206a io_uring: don't wait when under-submitting new fd6c2e4c063d io_uring: io_wq_submit_work() should not touch req->rw new f8f04d085974 Merge tag 'io_uring-5.5-20191220' of git://git.kernel.dk/l [...] new 84c92365b20a drm/exynos: gsc: add missed component_del new 39b7f58f10ba Merge tag 'exynos-drm-fixes-for-v5.5-rc3' of git://git.ker [...] new fbc44a0b34a1 drm/i915/dsb: Fix in mmio offset calculation of DSB instance new 99de95360faa drm/i915: Copy across scheduler behaviour flags across sub [...] new 242bff7fc515 drm/i915: Set fence_work.ops before dma_fence_init new 2eeab8eb1e3a drm/i915/ehl: Define EHL powerwells independently of ICL new 5665a1febfe7 drm/i915/tgl: Drop Wa#1178 new d55157f6aaca drm/i915: Fix WARN_ON condition for cursor plane ddb allocation new a76cf5692096 drm/i915/gem: Keep request alive while attaching fences new f0f3a6cecf3b drm/i915: Fix pid leak with banned clients new 6d44694dc7c7 drm/i915/gvt: use vgpu lock for active state setting new 4fc0a3ca721d drm/i915/gvt: set guest display buffer as readonly new 9f674c811740 drm/i915/gvt: Pin vgpu dma address before using new 5e822e44cece drm/i915/gvt: Fix guest boot warning new 78d75f5739c4 Merge tag 'gvt-fixes-2019-12-18' of https://github.com/int [...] new 0c517e6ced03 Merge tag 'drm-intel-fixes-2019-12-19' of git://anongit.fr [...] new a7c88728da3b Merge tag 'drm-fixes-2019-12-21' of git://anongit.freedesk [...] new 8ae4bcf4821c perf/smmuv3: Remove the leftover put_cpu() in error path new aa638cfe3e73 arm64: cpu_errata: Add Hisilicon TSV110 to spectre-v2 safe list new 3939f2c86657 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
The 35 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/kernel/cpu_errata.c | 1 + drivers/gpu/drm/exynos/exynos_drm_gsc.c | 1 + drivers/gpu/drm/i915/display/intel_display_power.c | 153 ++++- drivers/gpu/drm/i915/gem/i915_gem_context.c | 3 +- drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 2 + drivers/gpu/drm/i915/gvt/dmabuf.c | 64 +- drivers/gpu/drm/i915/gvt/handlers.c | 16 + drivers/gpu/drm/i915/gvt/hypercall.h | 2 + drivers/gpu/drm/i915/gvt/kvmgt.c | 23 + drivers/gpu/drm/i915/gvt/mpt.h | 15 + drivers/gpu/drm/i915/gvt/vgpu.c | 4 +- drivers/gpu/drm/i915/i915_reg.h | 6 +- drivers/gpu/drm/i915/i915_request.c | 114 +++- drivers/gpu/drm/i915/i915_scheduler.c | 1 - drivers/gpu/drm/i915/i915_sw_fence_work.c | 3 +- drivers/gpu/drm/i915/intel_pm.c | 4 +- drivers/perf/arm_smmuv3_pmu.c | 4 +- fs/io-wq.c | 2 +- fs/io-wq.h | 8 +- fs/io_uring.c | 712 ++++++++++++++------- 20 files changed, 861 insertions(+), 277 deletions(-)