created | 2023-11-26T08:55:31Z |
---|---|
begin | 2023-11-21T00:00:00Z |
end | 2023-11-22T00:00:00Z |
path | src/sys |
commits | 8 |
date | 2023-11-21T02:18:47Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h | log | diff | annotate |
message | add more product names in comments |
date | 2023-11-21T02:22:04Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/radeon/evergreen.c | log | diff | annotate |
message |
drm/radeon: possible buffer overflow From Konstantin Meskhidze 341e79f8aec6af6b0061b8171d77b085835c6a58 in linux-6.1.y/6.1.63 dd05484f99d16715a88eedfca363828ef9a4c2d4 in mainline linux |
date | 2023-11-21T02:23:24Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdkfd/kfd_svm.c | log | diff | annotate |
message |
drm/amdkfd: fix some race conditions in vram buffer alloc/free of svm code From Xiaogang Chen 9eae81af9243aabb75bdf638fd773cdee0907f92 in linux-6.1.y/6.1.63 7bfaa160caed8192f8262c4638f552cad94bcf5a in mainline linux |
date | 2023-11-21T02:26:43Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c | log | diff | annotate |
message |
drm/amd/display: Check all enabled planes in dm_check_crtc_cursor From Michel Daenzer 896066202757b5c890ee670840ba985d48da2e0e in linux-6.1.y/6.1.63 003048ddf44b1a6cfa57afa5a0cf40673e13f1ba in mainline linux |
date | 2023-11-21T02:28:24Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c | log | diff | annotate |
message |
drm/amd/display: Refactor dm_get_plane_scale helper From Michel Daenzer a99afba394a9b014eafaca2aa83495d651054bb1 in linux-6.1.y/6.1.63 ec4d770bbb155674c2497f255f4199bdc42287a9 in mainline linux |
date | 2023-11-21T02:30:21Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c | log | diff | annotate |
message |
drm/amd/display: Bail from dm_check_crtc_cursor if no relevant change From Michel Daenzer 03e334565d2d67673d7405b5b4a746da0fc20f71 in linux-6.1.y/6.1.63 bc0b79ce2050aa523c38c96b6d26340a96bfbdca in mainline linux |
date | 2023-11-21T02:32:56Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/drm_syncobj.c | log | diff | annotate |
message |
drm/syncobj: fix DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE From Erik Kurzinger 3bbf06efb8ed88fbafe7b10b79837b8300372f94 in linux-6.1.y/6.1.63 101c9f637efa1655f55876644d4439e552267527 in mainline linux |
date | 2023-11-21T14:00:13Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/conf/files | log | diff | annotate |
src/sys/kern/sys_process.c | log | diff | annotate | |
message |
Fix kernel build without option PTRACE, but with dt(4). Since revision 1.26 dt_ioctl_get_auxbase() is calling process_domem(). Build the latter function into kernel if pseudo device dt is enabled. from Matthias Pitzl; OK claudio@ |