created | 2024-11-18T21:54:31Z |
---|---|
begin | 2024-11-15T00:00:00Z |
end | 2024-11-16T00:00:00Z |
path | src/sys |
commits | 12 |
date | 2024-11-15T01:13:20Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_debugfs.c | log | diff | annotate |
message |
drm/amdgpu: Adjust debugfs eviction and IB access permissions From Alex Deucher 5a8ae5fa576c3315c0b3ce0b0aec2e5d1aadebc9 in linux-6.6.y/6.6.61 f790a2c494c4ef587eeeb9fca20124de76a1646f in mainline linux |
date | 2024-11-15T01:15:31Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_debugfs.c | log | diff | annotate |
message |
drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read() From Alex Deucher 8906728f2fbd6504cb488f4afdd66af28f330a7a in linux-6.6.y/6.6.61 4d75b9468021c73108b4439794d69e892b1d24e3 in mainline linux |
date | 2024-11-15T01:17:57Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_debugfs.c | log | diff | annotate |
message |
drm/amdgpu: Adjust debugfs register access permissions From Alex Deucher e2574b57990d482cb4310f8d571e728741c711c8 in linux-6.6.y/6.6.61 b46dadf7e3cfe26d0b109c9c3d81b278d6c75361 in mainline linux |
date | 2024-11-15T01:19:33Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/aqua_vanjaram.c | log | diff | annotate |
message |
drm/amdgpu: Fix DPX valid mode check on GC 9.4.3 From Lijo Lazar 3930715c1aefe8e5cbca94144081aa08b466d571 in linux-6.6.y/6.6.61 3ce3f85787352fa48fc02ef6cbd7a5e5aba93347 in mainline linux |
date | 2024-11-15T01:22:44Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_acpi.c | log | diff | annotate |
message |
drm/amdgpu: prevent NULL pointer dereference if ATIF is not supported From Antonio Quartulli a613a392417532ca5aaf3deac6e3277aa7aaef2b in linux-6.6.y/6.6.61 a6dd15981c03f2cdc9a351a278f09b5479d53d2e in mainline linux |
date | 2024-11-15T02:54:01Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/uvm/uvm_amap.h | log | diff | annotate |
message | sparce -> sparse |
date | 2024-11-15T02:59:23Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/uvm/uvm_map.h | log | diff | annotate |
message | procmap(8) -> procmap(1); spotted by Avon Robertson |
date | 2024-11-15T04:26:33Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h | log | diff | annotate |
message | add placeholder for GC 11.5.2 APU |
date | 2024-11-15T15:34:56Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/pci/if_ice.c | log | diff | annotate |
message |
in ice(4), ensure that vsi->max_frame_size gets set dlg@ advised me that our drivers should always configure the largest frame size supported by hardware |
date | 2024-11-15T15:41:10Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/pci/if_ice.c | log | diff | annotate |
src/sys/dev/pci/if_icevar.h | log | diff | annotate | |
message | implement the ice(4) Rx interrupt handler |
date | 2024-11-15T15:42:00Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/pci/if_ice.c | log | diff | annotate |
message | fix build without ICE_DEBUG |
date | 2024-11-15T15:43:49Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/pci/if_ice.c | log | diff | annotate |
message |
wait for ice(4) software interrupt to occur when flushing queue interrupts This codes runs under IPL_NET. Interrupt processing would get delayed until the ioctl handler was done which is probably not what the device is expecting. |