OpenBSD cvs log

created 2020-01-04T20:07:48Z
begin 2020-01-01T00:00:00Z
end 2020-01-02T00:00:00Z
path src/sys
commits 13

date 2020-01-01T00:00:24Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/core/dc_link.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/core/dc_link_dp.c log diff annotate
message drm/amd/display: Fix dongle_caps containing stale information.

From David Galiffi
59fc1675b5731b6cb57ad668ab2022add0433d5d in linux 4.19.y/4.19.92
dd998291dbe92106d8c4a7581c409b356928d711 in mainline linux

date 2020-01-01T00:02:57Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c log diff annotate
message drm/amdgpu: disallow direct upload save restore list from gfx driver

From Hawking Zhang
7b3fe663da71273710fc8f7fa0c71515e96c6786 in linux 4.19.y/4.19.92
58f46d4b65021083ef4b4d49c6e2c58e5783f626 in mainline linux

date 2020-01-01T00:06:02Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_test.c log diff annotate
message drm/amdgpu: fix potential double drop fence reference

From Pan Bian
2c528fa3c40d16c61da38a9f4fa7a0ce71df4db3 in linux 4.19.y/4.19.92
946ab8db6953535a3a88c957db8328beacdfed9d in mainline linux

date 2020-01-01T00:08:03Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/si_ih.c log diff annotate
message drm/amdgpu: fix bad DMA from INTERRUPT_CNTL2

From Sam Bobroff
9234c9254e22da026e351cd4b7028e216abbeef0 in linux 4.19.y/4.19.92
3d0e3ce52ce3eb4b9de3caf9c38dbb5a4d3e13c3 in mainline linux

date 2020-01-01T00:10:18Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_vm.c log diff annotate
message drm/amdgpu: fix uninitialized variable pasid_mapping_needed

From Colin Ian King
6032df37982ab948e6d2a41744deabef9181bec9 in linux 4.19.y/4.19.92
17cf678a33c6196a3df4531fe5aec91384c9eeb5 in mainline linux

date 2020-01-01T00:16:45Z
author jsg
files src/sys/dev/pci/drm/amd/amdkfd/kfd_interrupt.c log diff annotate
message drm/amdkfd: fix a potential NULL pointer dereference (v2)

From Allen Pais
55248674330101fb3ccf7cec8b729e8e067e5f71 in linux 4.19.y/4.19.92
81de29d842ccb776c0f77aa3e2b11b07fff0c0e2 in mainline linux

date 2020-01-01T01:50:00Z
author beck
files src/sys/uvm/uvm_pmemrange.c log diff annotate
message Add uvm_pmr_remove_1strange_reverse to efficiently free pages
in reverse order from uvm. Use it in uvm_pmr_freepageq when the
pages appear to be in reverse order.

This greatly improves cases of massive page freeing as noticed by
mlarkin@ in his ongoing efforts to have the most gigantish buffer
cache on the planet.

Most of this work done by me with help and polish from kettenis@
at e2k19. Follow on commits to this will make use of this for
more efficient freeing of amaps and a few other things.

ok kettenis@ deraadt@

date 2020-01-01T07:06:35Z
author jsg
files src/sys/kern/init_main.c log diff annotate
message copyright++;

date 2020-01-01T14:09:59Z
author bluhm
files src/sys/sys/time.h log diff annotate
message Replace __inline with C99 inline.
OK miod@ mpi@

date 2020-01-01T14:48:04Z
author kn
files src/sys/arch/sparc64/dev/iommu.c log diff annotate
message Unbreak DEBUG build: format time_t as long long

Feedback guenther

date 2020-01-01T14:51:51Z
author kn
files src/sys/arch/sparc64/dev/iommu.c log diff annotate
message Unbreak DEBUG build: Format bus_{addr,size}_t as long

date 2020-01-01T14:56:12Z
author kn
files src/sys/arch/sparc64/dev/iommu.c log diff annotate
message Unbreak DEBUG build: do not use undefined pa

introduced iommu_dvmamap_insert() using an undefined paddr_t pa under DEBUG;
since it cannot be introduced it (easily), remove it from the printf().

date 2020-01-01T15:00:07Z
author kn
files src/sys/arch/sparc64/dev/iommu.c log diff annotate
message Unbreak DEBUG build: use %x not %lx with int