This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4b3c31c8d4dd Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...] new 15f77c4ade33 drm/nouveau: register backlight on pascal and newer new 118780066e30 drm/nouveau: Don't disable polling in fallback mode new a5176a4cb85b drm/nouveau/falcon: avoid touching registers if engine is off new ae5e5ae90d32 Merge branch 'linux-4.21' of git://github.com/skeggsb/linu [...] new 62d85b3bf9d9 drm/fb-helper: Partially bring back workaround for bugs of [...] new 66a8d5bfb518 drm/fb-helper: Ignore the value of fb_var_screeninfo.pixclock new 4089e272ac61 gpu/drm: Fix lock held when returning to user space. new 95681cda8dcc Merge tag 'drm-misc-fixes-2019-01-10-1' of git://anongit.f [...] new f0e994372518 drm/i915/gvt: Fix workload request allocation before request add new 038a0a8d2972 Merge tag 'gvt-fixes-2019-01-09' of https://github.com/int [...] new 1035f4a65f58 drm/i915: Disable PSR in Apple panels new 107c595c2a27 drm/i915: Skip the ERR_PTR error state new 280d479b3102 drm/i915: Unwind failure on pinning the gen7 ppgtt new 70e31424eabe drm/i915: init per-engine WAs for all engines new f299e0bdbaeb drm: Fix documentation generation for DP_DPCD_QUIRK_NO_PSR new e2d3c414ec0f Merge tag 'drm-intel-fixes-2019-01-11' of git://anongit.fr [...] new 7b5c8f5226bd Merge tag 'drm-fixes-2019-01-11-1' of git://anongit.freede [...] new d14eff1bc53e KVM: x86: Fix bit shifting in update_intel_pt_cfg new 98938aa8edd6 KVM: validate userspace input in kvm_clear_dirty_log_protect() new 3f14a89d1132 kvm: sev: Fail KVM_SEV_INIT if already initialized new b7c1c226f940 KVM/VMX: Avoid return error when flush tlb successfully in [...] new cf1754c2a1d6 Documentation/virtual/kvm: Update URL for AMD SEV API spec [...] new 826c1362e79a x86/kvm/nVMX: don't skip emulated instruction twice when v [...] new 473348891c36 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 24 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: .../virtual/kvm/amd-memory-encryption.rst | 2 +- arch/x86/kvm/svm.c | 3 + arch/x86/kvm/vmx/nested.c | 3 +- arch/x86/kvm/vmx/vmx.c | 4 +- drivers/gpu/drm/drm_atomic_uapi.c | 3 +- drivers/gpu/drm/drm_dp_helper.c | 2 + drivers/gpu/drm/drm_fb_helper.c | 133 ++++++++++++--------- drivers/gpu/drm/drm_mode_object.c | 4 +- drivers/gpu/drm/i915/gvt/scheduler.c | 64 ++++++---- drivers/gpu/drm/i915/gvt/scheduler.h | 1 + drivers/gpu/drm/i915/i915_debugfs.c | 12 +- drivers/gpu/drm/i915/i915_gem_gtt.c | 15 ++- drivers/gpu/drm/i915/i915_gpu_error.c | 23 ++-- drivers/gpu/drm/i915/i915_sysfs.c | 4 +- drivers/gpu/drm/i915/intel_lrc.c | 3 +- drivers/gpu/drm/i915/intel_psr.c | 6 + drivers/gpu/drm/nouveau/nouveau_backlight.c | 3 + drivers/gpu/drm/nouveau/nvkm/engine/falcon.c | 7 +- drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c | 7 +- include/drm/drm_dp_helper.h | 7 ++ virt/kvm/kvm_main.c | 9 +- 21 files changed, 206 insertions(+), 109 deletions(-)