created | 2024-06-04T13:29:14Z |
---|---|
begin | 2024-05-27T00:00:00Z |
end | 2024-05-28T00:00:00Z |
path | src/sys |
commits | 9 |
date | 2024-05-27T00:51:31Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/dc/dsc/dc_dsc.c | log | diff | annotate |
message |
drm/amd/display: Fix division by zero in setup_dsc_config From Jose Fernandez 7e4f50dfc98c49b3dc6875a35c3112522fb25639 in linux-6.6.y/6.6.32 130afc8a886183a94cf6eab7d24f300014ff87ba in mainline linux |
date | 2024-05-27T00:54:00Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.c | log | diff | annotate |
message |
drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_helper() From Srinivasan Shanmugam c364e7a34c85c2154fb2e47561965d5b5a0b69b1 in linux-6.6.y/6.6.32 b8d55a90fd55b767c25687747e2b24abd1ef8680 in mainline linux |
date | 2024-05-27T03:56:59Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/mii/txphy.c | log | diff | annotate |
message | include net/if_var.h to make this build |
date | 2024-05-27T04:58:43Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/mii/xmphy.c | log | diff | annotate |
src/sys/dev/mii/Attic/xmphyreg.h | log | diff | annotate | |
message | remove unused xmphyreg.h |
date | 2024-05-27T06:20:59Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/arm64/cpu.c | log | diff | annotate |
src/sys/arch/arm64/include/armreg.h | log | diff | annotate | |
message |
Decode remaining ID_AA64ISAR1_EL1 features. ok jsg@ |
date | 2024-05-27T09:31:58Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/acpi/acpi_x86.c | log | diff | annotate |
message |
Set sc_state to ACPI_STATE_S0 at the end of resume instead of at the start such that ACPI resume code can see what state we're resuming from. ok deraadt@ |
date | 2024-05-27T10:27:58Z | |||
---|---|---|---|---|
author | mglocker | |||
files | src/sys/dev/ic/ufshci.c | log | diff | annotate |
message |
Use SCSI xfer timeout value for doorbell register status polling instead of an own introduced timeout value. This fixes an SCSI SYNC command timeout seen during suspend. |
date | 2024-05-27T14:18:02Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/dev/ic/nvme.c | log | diff | annotate |
message |
Replace repeated uses of magic number 0xffffffff with nice #define NVME_GONE. Name taken from FreeBSD. Add separate #define NVME_TIMO_PT for passthrough command poll timeout. Same value as the currently reused NVME_TIMO_QOP. No functional change. |
date | 2024-05-27T14:46:26Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/dev/ic/nvme.c | log | diff | annotate |
message |
Revert NVME_GONE. Literal 0xffffffff is the preferred idiom here. Requested by deraadt@ |