created | 2023-06-18T02:54:29Z |
---|---|
begin | 2023-06-16T00:00:00Z |
end | 2023-06-17T00:00:00Z |
path | src/sys |
commits | 10 |
date | 2023-06-16T00:41:01Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/include/mes_v11_api_def.h | log | diff | annotate |
message |
drm/amd/amdgpu: update mes11 api def From Jack Xiao a2fe4534bb38fc5c7c608dac179f205343611003 in linux-6.1.y/6.1.31 1e7bbdba68baf6af7500dd636f18b6fcce58e945 in mainline linux |
date | 2023-06-16T00:42:59Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/mes_v11_0.c | log | diff | annotate |
message |
drm/amdgpu/mes11: enable reg active poll From Jack Xiao ac2f5739fdca4f532036d1f2e63c2ab55c288f72 in linux-6.1.y/6.1.31 a6b3b618c0f7abc3f543dd0c57b2b19a770bffec in mainline linux |
date | 2023-06-16T00:46:08Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/dc/dc_types.h | log | diff | annotate |
src/sys/dev/pci/drm/amd/display/dc/core/dc_link.c | log | diff | annotate | |
message |
drm/amd/display: hpd rx irq not working with eDP interface From Robin Chen 28ee628fff1e72ad9629168250071a05b7ba1043 in linux-6.1.y/6.1.31 eeefe7c4820b6baa0462a8b723ea0a3b5846ccae in mainline linux |
date | 2023-06-16T00:47:28Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/radeon/radeon_irq_kms.c | log | diff | annotate |
message |
drm/radeon: reintroduce radeon_dp_work_func content From Alex Deucher 8756863c7fe0f94b23a2e0f0a0d2a79d58e2a329 in linux-6.1.y/6.1.31 a34fc1bcd2c4d8b09dcfc0b95ac65bca1e579bd7 in mainline linux |
date | 2023-06-16T00:49:10Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | log | diff | annotate |
message |
drm/amd/pm: add missing NotifyPowerSource message mapping for SMU13.0.7 From Evan Quan 6acfbdda4d06d83d434b05b7fe1a9d545d99c027 in linux-6.1.y/6.1.31 0d2dd02d74e6377268f56b90261de0fae8f0d2cb in mainline linux |
date | 2023-06-16T00:51:02Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/pm/amdgpu_pm.c | log | diff | annotate |
message |
drm/amd/pm: Fix output of pp_od_clk_voltage From Jonatas Esteves 8069bcaa5b392ce3972dd72f184b2cc4b1b8262b in linux-6.1.y/6.1.31 40baba5693b9af586dc1063af603d05a79e57a6b in mainline linux |
date | 2023-06-16T00:52:40Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_mes.c | log | diff | annotate |
message |
drm/amd/amdgpu: limit one queue per gang From Jack Xiao f3078be2febb77ed484ed59ff86ce15f49c65ddb in linux-6.1.y/6.1.31 5ee33d905f89c18d4b33da6e5eefdae6060502df in mainline linux |
date | 2023-06-16T01:31:34Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_acpi.c | log | diff | annotate |
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_drv.c | log | diff | annotate | |
message |
drm/amd: Don't allow s0ix on APUs older than Raven From Mario Limonciello 6c1fad655b40b0de6ddad30d9c57e61046df262c in linux-6.1.y/6.1.32 ca47518663973083c513cd6b2801dcda0bfaaa99 in mainline linux |
date | 2023-06-16T08:42:08Z | |||
---|---|---|---|---|
author | sf | |||
files | src/sys/msdosfs/msdosfs_fat.c | log | diff | annotate |
message |
msdosfs: fixes for Undefined Behavior From FreeBSD commits commit c0db7289c3de290d821311942d5533f2284af77f Author: pfg <[email protected]> Date: Wed Aug 8 15:08:22 2018 +0000 commit 852150953b828e4e8c32789637061001158a8cf4 Author: kib <[email protected]> Date: Fri Oct 11 18:37:02 2019 +0000 ok bluhm@ |
date | 2023-06-16T19:18:56Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/netinet6/ip6_forward.c | log | diff | annotate |
message |
If TSO is enabled, fix the IPv6 forward counters and icmp6 redirect. First try to send with TSO. The goto senderr handles icmp6 redirect and other errors. If TSO is not necessary and the interface MTU fits, just send the packet. Again goto senderr handles icmp6. Finally care about icmp6 packet too big. tested and OK jan@ |