created | 2024-02-05T02:03:51Z |
---|---|
begin | 2024-01-29T00:00:00Z |
end | 2024-01-30T00:00:00Z |
path | src/sys |
commits | 24 |
date | 2024-01-29T01:23:04Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c | log | diff | annotate |
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | log | diff | annotate | |
src/sys/dev/pci/drm/display/drm_dp_mst_topology.c | log | diff | annotate | |
src/sys/dev/pci/drm/i915/display/intel_dp_mst.c | log | diff | annotate | |
src/sys/dev/pci/drm/include/drm/display/drm_dp_mst_helper.h | log | diff | annotate | |
message |
drm/dp_mst: Fix fractional DSC bpp handling From Ville Syrjala 4e042f022255604c68ab5d5f73c8f437d24d651e in linux-6.6.y/6.6.14 7707dd6022593f3edd8e182e7935870cf326f874 in mainline linux |
date | 2024-01-29T01:25:00Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/include/drm/drm_bridge.h | log | diff | annotate |
message |
drm/bridge: Fix typo in post_disable() description From Dario Binacchi c111350d673a517c3995849c724e444205f7e51c in linux-6.6.y/6.6.14 288b039db225676e0c520c981a1b5a2562d893a3 in mainline linux |
date | 2024-01-29T01:27:31Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/radeon/r600_cs.c | log | diff | annotate |
message |
drm/radeon/r600_cs: Fix possible int overflows in r600_cs_check_reg() From Nikita Zhandarovich 0413e8869171145d8a53f9d009f59c804b37c7b2 in linux-6.6.y/6.6.14 39c960bbf9d9ea862398759e75736cfb68c3446f in mainline linux |
date | 2024-01-29T01:29:18Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/radeon/r100.c | log | diff | annotate |
message |
drm/radeon/r100: Fix integer overflow issues in r100_cs_track_check() From Nikita Zhandarovich 056484916a131ebad65ee33048ec959f6186befc in linux-6.6.y/6.6.14 b5c5baa458faa5430c445acd9a17481274d77ccf in mainline linux |
date | 2024-01-29T01:30:49Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/radeon/si.c | log | diff | annotate |
message |
drm/radeon: check return value of radeon_ring_lock() From Nikita Zhandarovich 18bd4d184675fbb2fc4b2f9b80aaebea2e05fca0 in linux-6.6.y/6.6.14 71225e1c930942cb1e042fc08c5cc0c4ef30e95e in mainline linux |
date | 2024-01-29T01:32:31Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/drm_drv.c | log | diff | annotate |
message |
drm/drv: propagate errors from drm_modeset_register_all() From Dmitry Baryshkov af9d39677c919f5c7dc67675aa0d30f7793bd324 in linux-6.6.y/6.6.14 5f8dec200923a76dc57187965fd59c1136f5d085 in mainline linux |
date | 2024-01-29T01:34:47Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/radeon/radeon_display.c | log | diff | annotate |
message |
drm/radeon: check the alloc_workqueue return value in radeon_crtc_init() From Yang Yingliang 0b813a6a0087451cb702b6eb841f10856f49d088 in linux-6.6.y/6.6.14 7a2464fac80d42f6f8819fed97a553e9c2f43310 in mainline linux |
date | 2024-01-29T01:36:31Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/radeon/sumo_dpm.c | log | diff | annotate |
message |
drm/radeon/dpm: fix a memleak in sumo_parse_power_table From Zhipeng Lu a26634b3ce218ee3a308f2c0e326a1c7d4bb97ec in linux-6.6.y/6.6.14 0737df9ed0997f5b8addd6e2b9699a8c6edba2e4 in mainline linux |
date | 2024-01-29T01:37:52Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/radeon/trinity_dpm.c | log | diff | annotate |
message |
drm/radeon/trinity_dpm: fix a memleak in trinity_parse_power_table From Zhipeng Lu 0564e8a427914015d773a32f6e9baa2bd2f38a37 in linux-6.6.y/6.6.14 28c28d7f77c06ac2c0b8f9c82bc04eba22912b3b in mainline linux |
date | 2024-01-29T01:39:33Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_debugfs.c | log | diff | annotate |
message |
drm/amdgpu/debugfs: fix error code when smc register accessors are NULL From Alex Deucher 5bc4f16118c575410e7be220bbb9b1fa2ee4274b in linux-6.6.y/6.6.14 afe58346d5d3887b3e49ff623d2f2e471f232a8d in mainline linux |
date | 2024-01-29T01:40:59Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/pm/legacy-dpm/amdgpu_si_dpm.c | log | diff | annotate |
message |
drm/amd/pm: fix a double-free in si_dpm_init From Zhipeng Lu fb1936cb587262cd539e84b34541abb06e42b2f9 in linux-6.6.y/6.6.14 ac16667237a82e2597e329eb9bc520d1cf9dff30 in mainline linux |
date | 2024-01-29T01:42:34Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/pm/legacy-dpm/amdgpu_kv_dpm.c | log | diff | annotate |
message |
drivers/amd/pm: fix a use-after-free in kv_parse_power_table From Zhipeng Lu 95084632a65d5c0d682a83b55935560bdcd2a1e3 in linux-6.6.y/6.6.14 28dd788382c43b330480f57cd34cde0840896743 in mainline linux |
date | 2024-01-29T01:44:25Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/radeon/radeon_vm.c | log | diff | annotate |
message |
gpu/drm/radeon: fix two memleaks in radeon_vm_init From Zhipeng Lu 4c9a96dd6d4acaa18146f5b1de457fec1004628c in linux-6.6.y/6.6.14 c2709b2d6a537ca0fa0f1da36fdaf07e48ef447d in mainline linux |
date | 2024-01-29T01:46:11Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/pm/legacy-dpm/legacy_dpm.c | log | diff | annotate |
message |
drm/amd/pm: fix a double-free in amdgpu_parse_extended_power_table From Zhipeng Lu 0c5d08b1c98e5dbb0cf56cb99c45adec887790ce in linux-6.6.y/6.6.14 a6582701178a47c4d0cb2188c965c59c0c0647c8 in mainline linux |
date | 2024-01-29T01:47:49Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdkfd/kfd_priv.h | log | diff | annotate |
message |
drm/amdkfd: Fix type of 'dbg_flags' in 'struct kfd_process' From Srinivasan Shanmugam 9b0cc30d26c32432b334ee7a5fc11b9d401c0a85 in linux-6.6.y/6.6.14 217e85f97031791fb48a2d374c7bdcf439365b21 in mainline linux |
date | 2024-01-29T01:49:28Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdkfd/kfd_topology.c | log | diff | annotate |
message |
drm/amdkfd: Confirm list is non-empty before utilizing list_first_entry in kfd_topology.c From Srinivasan Shanmugam 5024cce888e11e5688f77df81db9e14828495d64 in linux-6.6.y/6.6.14 499839eca34ad62d43025ec0b46b80e77065f6d8 in mainline linux |
date | 2024-01-29T01:51:19Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c | log | diff | annotate |
message |
drm/amd/pm/smu7: fix a memleak in smu7_hwmgr_backend_init From Zhipeng Lu ae7cbf935b9a1b41f65fe6443e7cd0c401500b20 in linux-6.6.y/6.6.14 2f3be3ca779b11c332441b10e00443a2510f4d7b in mainline linux |
date | 2024-01-29T01:53:19Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/dc/link/protocols/link_dp_training.c | log | diff | annotate |
src/sys/dev/pci/drm/amd/display/dc/link/protocols/link_dp_training.h | log | diff | annotate | |
message |
drm/amd/display: avoid stringop-overflow warnings for dp_decide_lane_settings() From Arnd Bergmann ecfaeb66b1f08c72fe8e8d1df955cf2879d7333b in linux-6.6.y/6.6.14 c966dc0e9d96dc44423c404a2628236f1200c24e in mainline linux |
date | 2024-01-29T01:54:54Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdkfd/kfd_flat_memory.c | log | diff | annotate |
message |
Revert "drm/amdkfd: Relocate TBA/TMA to opposite side of VM hole" From Kaibo Ma 3a99f15ce9d01bcce4f1f260194f964523f5c07a in linux-6.6.y/6.6.14 0f35b0a7b8fa402adbffa2565047cdcc4c480153 in mainline linux |
date | 2024-01-29T01:56:26Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdkfd/kfd_migrate.c | log | diff | annotate |
message |
drm/amdkfd: fixes for HMM mem allocation From Dafna Hirschfeld 1515db19c4a374f75e6bf5430f9cb9b7e3c2fd0d in linux-6.6.y/6.6.14 02eed83abc1395a1207591aafad9bcfc5cb1abcb in mainline linux |
date | 2024-01-29T01:58:43Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_kms.c | log | diff | annotate |
message |
drm/amdgpu: fall back to INPUT power for AVG power via INFO IOCTL From Alex Deucher 836e236b878a385911db619b38393d624a4d7eae in linux-6.6.y/6.6.14 d02069850fc102b07ae923535d5e212f2c8a34e9 in mainline linux |
date | 2024-01-29T14:52:25Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/dev/mainbus.c | log | diff | annotate |
src/sys/dev/pci/drm/apple/apldrm.c | log | diff | annotate | |
message |
Because of the way the Linux code behind apldrm(4) is structured it may fail to create a framebuffer without propagating an error to its callers. Prevent a kernel panic by explicitly checking that we have a framebuffer. To prevent us ending up with no framebuffer at all, only claim the framebuffer in apldrm(4) when we actually created our own. Delay the attach of simplefb(4) such that we check whether someone else claimed its framebuffer until apldrm(4) has done its thing. tested by robert@ ok jsg@ |
date | 2024-01-29T16:06:45Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/ic/qwx.c | log | diff | annotate |
src/sys/dev/ic/qwxvar.h | log | diff | annotate | |
message |
handle qwx(4) association state transitions from ASSOC to RUN We can succesfully complete the association sequence with the AP. The next step will be getting data frames to pass. |
date | 2024-01-29T22:47:13Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/netinet/tcp_timer.h | log | diff | annotate |
message |
Run TCP timer without kernel lock. TCP timers are protected by exclusive net lock. They may sleep to grab it as they run in process context. There is no reason for them to hold additional kernel lock. Since we have MP safe timeouts now, convert them by adding TIMEOUT_PROC and TIMEOUT_MPSAFE flag. OK mvs@ |