OpenBSD cvs log

created 2024-03-04T15:35:06Z
begin 2024-02-25T00:00:00Z
end 2024-02-26T00:00:00Z
path src/sys
commits 9

date 2024-02-25T00:07:13Z
author deraadt
files src/sys/kern/kern_sig.c log diff annotate
src/sys/sys/acct.h log diff annotate
message New accounting flag ABTCFI to indicate signal SIGILL + code ILL_BTCFI
has occurred in the process.
ok various people

date 2024-02-25T18:17:11Z
author cheloha
files src/sys/kern/kern_clockintr.c log diff annotate
src/sys/sys/clockintr.h log diff annotate
message clockintr.h, kern_clockintr.c: add 2023, 2024 to copyright range

date 2024-02-25T18:29:26Z
author cheloha
files src/sys/sys/clockintr.h log diff annotate
message sys/clockintr.h: consolidate forward declarations

date 2024-02-25T19:15:50Z
author cheloha
files src/sys/arch/alpha/include/cpu.h log diff annotate
src/sys/arch/amd64/include/cpu.h log diff annotate
src/sys/arch/arm/include/cpu.h log diff annotate
src/sys/arch/arm64/include/cpu.h log diff annotate
src/sys/arch/hppa/include/cpu.h log diff annotate
src/sys/arch/i386/include/cpu.h log diff annotate
src/sys/arch/m88k/include/cpu.h log diff annotate
src/sys/arch/mips64/include/cpu.h log diff annotate
src/sys/arch/powerpc/include/cpu.h log diff annotate
src/sys/arch/powerpc64/include/cpu.h log diff annotate
src/sys/arch/riscv64/include/cpu.h log diff annotate
src/sys/arch/sh/include/cpu.h log diff annotate
src/sys/arch/sparc64/include/cpu.h log diff annotate
src/sys/kern/kern_clockintr.c log diff annotate
src/sys/sys/clockintr.h log diff annotate
message clockintr: rename "struct clockintr_queue" to "struct clockqueue"

The code has outgrown the original name for this struct. Both the
external and internal APIs have used the "clockqueue" namespace for
some time when operating on it, and that name is eyeball-consistent
with "clockintr" and "clockrequest", so "clockqueue" it is.

date 2024-02-25T22:33:09Z
author guenther
files src/sys/arch/amd64/amd64/acpi_wakecode.S log diff annotate
src/sys/arch/amd64/amd64/cpu.c log diff annotate
src/sys/arch/amd64/amd64/locore.S log diff annotate
src/sys/arch/amd64/amd64/machdep.c log diff annotate
src/sys/arch/amd64/amd64/vmm_machdep.c log diff annotate
src/sys/arch/amd64/amd64/vmm_support.S log diff annotate
src/sys/arch/amd64/include/segments.h log diff annotate
message We don't do compat32 so MSR_CSTAR shouldn't be set up: delete the
Xsyscall32 stub and UCODE32 selector, set MSR_CSTAR to zero at CPU
startup, and rezero on ACPI resume and VM exit.

requested a while ago by deraadt@
AMD VM testing chris@
testing and ok krw@

date 2024-02-25T23:54:12Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c log diff annotate
message Revert "drm/amd: flush any delayed gfxoff on suspend entry"

From Mario Limonciello
caa2565a2e13899be31f7b1e069e6465d3e2adb0 in linux-6.6.y/6.6.18
916361685319098f696b798ef1560f69ed96e934 in mainline linux

date 2024-02-25T23:55:59Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/cik_ih.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/cz_ih.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/iceland_ih.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/ih_v6_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/ih_v6_1.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/navi10_ih.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/si_ih.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/tonga_ih.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/vega10_ih.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/vega20_ih.c log diff annotate
message drm/amdgpu: Reset IH OVERFLOW_CLEAR bit

From Friedrich Vock
8983397951b4b0bd51bb4b4ba9749424e1ccbb70 in linux-6.6.y/6.6.18
7330256268664ea0a7dd5b07a3fed363093477dd in mainline linux

date 2024-02-25T23:57:35Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c log diff annotate
message drm/amd: Don't init MEC2 firmware when it fails to load

From David McFarland
38fd4dfa2764280e48c862e89623def321d0328d in linux-6.6.y/6.6.18
8ef85a0ce24a6d9322dfa2a67477e473c3619b4f in mainline linux

date 2024-02-25T23:59:06Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/link/protocols/link_dp_training.c log diff annotate
message drm/amd/display: Add align done check

From Zhikai Zhai
b9e373ed8d9cefd56bf2ff2dd2914105bf53bd4e in linux-6.6.y/6.6.18
94b38b895dec8c0ef093140a141e191b60ff614c in mainline linux