OpenBSD cvs log

created 2022-12-11T08:54:57Z
begin 2022-12-03T00:00:00Z
end 2022-12-04T00:00:00Z
path src/sys
commits 8

date 2022-12-03T01:18:03Z
author jsg
files src/sys/dev/pci/drm/i915/gt/intel_gt.c log diff annotate
message drm/i915: fix TLB invalidation for Gen12 video and compute engines

From Andrzej Hajda
ee2d04f23bbb16208045c3de545c6127aaa1ed0e in linux 5.15.y/5.15.81
04aa64375f48a5d430b5550d9271f8428883e550 in mainline linux

date 2022-12-03T03:04:36Z
author jsg
files src/sys/dev/pci/pcidevs log diff annotate
message add AMD family 19h model 61h (Raphael) ids
initial diff from Laurence Tratt; ok mlarkin@

date 2022-12-03T03:05:13Z
author jsg
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2022-12-03T10:57:04Z
author yasuoka
files src/sys/dev/pv/vmt.c log diff annotate
message Modify vmt to use the buffer allocated in pvbus directly instead of
the buffer in the vmt softc when doing RPC for PVBUSIOC_KV{READ|WRITE}
ioctl.

ok asou

date 2022-12-03T13:31:32Z
author kettenis
files src/sys/arch/arm64/dev/aplcpu.c log diff annotate
message The device tree bindings for aplcpu(4) changed once more, recycling the
"apple,cluster-cpufreq" compatible that was used for the first version.
Add support for the "new new" binding while retaining support for the
"old new" binding. Hopefully nobody is using the "old" binding anymore
now that we update the m1n1+u-boot+dtb "boot firmware" automatically on
sysupgrade.

ok patrick@, tobhe@

date 2022-12-03T13:42:23Z
author kettenis
files src/sys/arch/arm64/dev/aplmbox.c log diff annotate
src/sys/arch/arm64/dev/rtkit.c log diff annotate
src/sys/arch/arm64/dev/rtkit.h log diff annotate
message Rework the RTKit code such that we don't spin forever if for some reason
we don't get the expected replies from the firmware on the other side.

ok patrick@

date 2022-12-03T15:02:30Z
author jca
files src/sys/arch/riscv64/include/asm.h log diff annotate
message Add ENTRY_NB() and use it for brk.S and sbrk.S on riscv64

NB for "No Binding". This gets us rid of clang-13 warnings about
a global symbol redefined as weak. Mostly a copy of what guenther@
already implemented on other archs. ok guenther@ tb@

date 2022-12-03T15:03:49Z
author jca
files src/sys/arch/riscv64/riscv64/clock.c log diff annotate
message Use evcount_percpu(9) for clock interrupts

ok cheloha@