created | 2024-03-17T03:22:20Z |
---|---|
begin | 2024-03-12T00:00:00Z |
end | 2024-03-13T00:00:00Z |
path | src/sys |
commits | 7 |
date | 2024-03-12T01:20:30Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/conf/newvers.sh | log | diff | annotate |
message | moving on to 7.5-current |
date | 2024-03-12T02:31:15Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/arch/amd64/amd64/vmm_machdep.c | log | diff | annotate |
message |
Correct handling of cpuid(0xd) subleaves, carefully hiding bits and sizes that the host does not intend to expose, but do expose xsaveopt and xgetbv(1). ok dv@ |
date | 2024-03-12T05:40:37Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/pm/legacy-dpm/amdgpu_si_dpm.c | log | diff | annotate |
message |
Revert "drm/amd/pm: resolve reboot exception for si oland" From Alex Deucher baac292852c0e347626fb5436916947188e5838f in linux-6.6.y/6.6.21 955558030954b9637b41c97b730f9b38c92ac488 in mainline linux |
date | 2024-03-12T05:42:37Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/drm_buddy.c | log | diff | annotate |
message |
drm/buddy: fix range bias From Matthew Auld 5e476625fa8a36d7483ec3396a2bd124c2c02066 in linux-6.6.y/6.6.21 f41900e4a6ef019d64a70394b0e0c3bd048d4ec8 in mainline linux |
date | 2024-03-12T05:46:09Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | log | diff | annotate |
message |
drm/amd/display: Add monitor patch for specific eDP From Ryan Lin 82dacc26e15cbac7f64a30ad4bc2c414f78eaa8f in linux-6.6.y/6.6.21 b7cdccc6a849568775f738b1e233f751a8fed013 in mainline linux |
date | 2024-03-12T13:32:53Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/arm64/db_trace.c | log | diff | annotate |
src/sys/arch/arm64/arm64/exception.S | log | diff | annotate | |
message |
Fix the "fake" frame that we create alongside the trapframe. This fixes backtraces through trap franes. Adjust the code that prints backtraces in ddb as the old code now tries to access a userland address. ok mpi@ |
date | 2024-03-12T16:26:46Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/mii/ytphy.c | log | diff | annotate |
message |
Configure the signal on the CLKOUT pin of the YT8531 PHY when we're instructed to do so by the device tree. ok patrick@ |