This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3cb12d27ff65 Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/l [...] new 9c5743dff415 x86/uaccess: fix code generation in put_user() new eda4a7bf5d75 docs: fb: Add font_6x8 to available built-in fonts new 272d70895113 Fonts: Support FONT_EXTRA_WORDS macros for font_6x8 new 7e13256dfe22 Merge tag 'drm-misc-next-fixes-2020-10-20' of git://anongi [...] new fea456d82c19 drm/ttm: fix eviction valuable range check. new 274c240c760e drm/amdgpu: add function to program pbb mode for sienna cichlid new 843c7eb2f757 drm/amdgpu: add rlc iram and dram firmware support new 207ac6847925 drm/amdgpu: correct the gpu reset handling for job != NULL case new d48d7484d8dc drm/amd/swsmu: add missing feature map for sienna_cichlid new 0d142232d943 drm/amdgpu: update golden setting for sienna_cichlid new 0d427f6c290c drm/amd/display: Revert "drm/amd/display: Fix a list corruption" new 5dff80bdce9e drm/amd/display: Avoid MST manager resource leak. new f1bcddffe46b drm/amd/psp: Fix sysfs: cannot create duplicate filename new a6c42e843165 drm/amd/swsmu: correct wrong feature bit mapping new d56b1980d7ef drm/amdkfd: Use same SQ prefetch setting as amdgpu new 9a2f408f5406 drm/amd/pm: fix pcie information for sienna cichlid new e4eeceb73cb0 Revert drm/amdgpu: disable sienna chichlid UMC RAS new 392d256fa26d drm/amd/pm: fix pp_dpm_fclk new 0435d77cd9f4 drm/amd/pm: remove the average clock value in sysfs new 687e79c0feb4 drm/amdgpu: correct the cu and rb info for sienna cichlid new 3f31dedb49b5 Merge tag 'amd-drm-fixes-5.10-2020-10-21' of git://people. [...] new 354842df3888 drm/i915/dp: Tweak initial dpcd backlight.enabled value new 849c0fe9e831 drm/i915/gt: Initialize reserved and unspecified MOCS indices new 1664ffee760a drm/i915: Mark ininitial fb obj as WT on eLLC machines to [...] new d5e8782129c2 drm/i915/gem: Support parsing of oversize batches new 9b99e5ba3e5d drm/i915/gt: Delay execlist processing for tgl new 64402570e12f drm/i915/gt: Undo forced context restores after trivial pr [...] new db9bc2d35f49 drm/i915: Use the active reference on the vma while capturing new ca05277e4021 drm/i915/gt: Widen CSB pointer to u64 for the parsers new 4a9bb58aba6d drm/i915/gt: Wait for CSB entries on Tigerlake new b8cff311a42d drm/i915/gt: Onion unwind for scratch page allocation failure new 3da3c5c1c982 drm/i915: Exclude low pages (128KiB) of stolen from use new 8195400f7ea9 drm/i915: Force VT'd workarounds when running as a guest OS new 5c6c13cd1102 drm/i915: Drop runtime-pm assert from vgpu io accessors new b45b6fbc671c Merge tag 'drm-intel-next-fixes-2020-10-22' of git://anong [...] new fc03b2d6a9d1 Merge tag 'drm-next-2020-10-23' of git://anongit.freedeskt [...] new a97cbcd00f05 ALSA: sparc: dbri: fix repeated word 'the' new 9ce88a13b301 ALSA: hda/ca0132: make some const arrays static, makes obj [...] new 7da4c510abff ALSA: usb-audio: Line6 Pod Go interface requires static cl [...] new 033e4040d453 ALSA: hda - Fix the return value if cb func is already registered new 40a03b750bb3 Merge tag 'sound-fix-5.10-rc1' of git://git.kernel.org/pub [...]
The 41 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: Documentation/fb/fbcon.rst | 2 +- arch/x86/include/asm/uaccess.h | 10 +- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 9 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 4 +- drivers/gpu/drm/amd/amdgpu/amdgpu_rlc.h | 4 + drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 10 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h | 11 ++ drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 111 +++++++++++- drivers/gpu/drm/amd/amdgpu/psp_gfx_if.h | 4 +- .../drm/amd/amdkfd/kfd_device_queue_manager_v10.c | 5 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 8 +- drivers/gpu/drm/amd/pm/inc/smu_types.h | 1 + .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 22 ++- drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c | 27 +-- drivers/gpu/drm/i915/Kconfig.debug | 1 + drivers/gpu/drm/i915/display/intel_display.c | 8 + .../gpu/drm/i915/display/intel_dp_aux_backlight.c | 31 ++-- drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 10 +- drivers/gpu/drm/i915/gem/i915_gem_stolen.c | 6 +- drivers/gpu/drm/i915/gem/i915_gem_stolen.h | 2 + drivers/gpu/drm/i915/gt/gen6_ppgtt.c | 18 +- drivers/gpu/drm/i915/gt/gen8_ppgtt.c | 3 +- drivers/gpu/drm/i915/gt/intel_engine_types.h | 2 +- drivers/gpu/drm/i915/gt/intel_lrc.c | 58 +++--- drivers/gpu/drm/i915/gt/intel_mocs.c | 16 +- drivers/gpu/drm/i915/gt/selftest_reset.c | 196 +++++++++++++++++++++ drivers/gpu/drm/i915/i915_drv.h | 6 +- drivers/gpu/drm/i915/i915_gpu_error.c | 3 +- drivers/gpu/drm/i915/intel_uncore.c | 27 ++- drivers/gpu/drm/ttm/ttm_bo.c | 2 +- lib/fonts/font_6x8.c | 8 +- sound/pci/hda/hda_jack.c | 18 +- sound/pci/hda/patch_ca0132.c | 18 +- sound/sparc/dbri.c | 2 +- sound/usb/format.c | 1 + 36 files changed, 563 insertions(+), 103 deletions(-)