OpenBSD cvs log

created 2022-01-30T19:41:42Z
begin 2022-01-29T00:00:00Z
end 2022-01-30T00:00:00Z
path src/sys
commits 7

date 2022-01-29T05:47:36Z
author visa
files src/sys/lib/libkern/arch/mips64/bcmp.S log diff annotate
src/sys/lib/libkern/arch/mips64/bzero.S log diff annotate
src/sys/lib/libkern/arch/mips64/memmove.S log diff annotate
src/sys/lib/libkern/arch/mips64/strcmp.S log diff annotate
message Use local symbols in libkern mips64 assembly routines.

OK miod@

date 2022-01-29T06:25:33Z
author aoyama
files src/sys/uvm/uvm_page.h log diff annotate
message Fix macro name in comment.

ok visa@

date 2022-01-29T12:37:08Z
author jsg
files src/sys/dev/pci/drm/i915/i915_reg.h log diff annotate
src/sys/dev/pci/drm/i915/i915_vma.c log diff annotate
src/sys/dev/pci/drm/i915/intel_uncore.c log diff annotate
src/sys/dev/pci/drm/i915/intel_uncore.h log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_object_types.h log diff annotate
message drm/i915: Flush TLBs before releasing backing store

From Tvrtko Ursulin
8a17a077e7e9ecce25c95dbdb27843d2d6c2f0f7 in linux 5.15.y/5.15.18
7938d61591d33394a21bdd7797a245b65428f44c in mainline linux

date 2022-01-29T12:37:09Z
author jsg
files src/sys/dev/pci/drm/i915/gem/i915_gem_pages.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_gt.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_gt.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_gt_types.h log diff annotate
message drm/i915: Flush TLBs before releasing backing store

From Tvrtko Ursulin
8a17a077e7e9ecce25c95dbdb27843d2d6c2f0f7 in linux 5.15.y/5.15.18
7938d61591d33394a21bdd7797a245b65428f44c in mainline linux

date 2022-01-29T12:40:27Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn31/dcn31_smu.c log diff annotate
message drm/amd/display: reset dcn31 SMU mailbox on failures

From Mario Limonciello
f71c91ed1d4b4bfbbb55327b04dcc32b2d970f62 in linux 5.15.y/5.15.18
83293f7f3d15fc56e86bd5067a2c88b6b233ac3a in mainline linux

date 2022-01-29T12:43:21Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/gmc_v9_0.c log diff annotate
message drm/amdgpu: Use correct VIEWPORT_DIMENSION for DCN2

From Harry Wentland
7b6577cf9fe48d24d82df9362a077396a9d5cb27 in linux 5.15.y/5.15.18
dc5d4aff2e99c312df8abbe1ee9a731d2913bc1b in mainline linux

date 2022-01-29T19:23:02Z
author guenther
files src/sys/arch/amd64/amd64/vmm.c log diff annotate
message Put the leaf and subleaf input values (from rax/rcx) into local variables,
truncating them to 32bit as documented by the SDM and verified on an Intel
CPU in a Lenovo T510. Use that in the clamping logic and all the tests,
adjusting DPRINTF() format strings to match.

ok mlarkin@