created | 2024-01-18T22:58:41Z |
---|---|
begin | 2023-12-21T00:00:00Z |
end | 2023-12-22T00:00:00Z |
path | src/sys |
commits | 8 |
date | 2023-12-21T02:57:14Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/conf/files | log | diff | annotate |
src/sys/lib/libkern/libkern.h | log | diff | annotate | |
src/sys/lib/libkern/strnstr.c | log | diff | annotate | |
message |
add strnstr(9) string search within character limit From Mike Barcroft in FreeBSD. Added to FreeBSD in 2001, Linux in 2010. Used in amdgpu. ok deraadt@ |
date | 2023-12-21T03:09:08Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_fru_eeprom.c | log | diff | annotate |
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.c | log | diff | annotate | |
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ras_eeprom.c | log | diff | annotate | |
message | use strnstr paths in amdgpu |
date | 2023-12-21T03:43:28Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/sdma_v5_2.c | log | diff | annotate |
message |
drm/amdgpu/sdma5.2: add begin/end_use ring callbacks From Alex Deucher 78b2ba39beef21c8baebb1868569c2026ad76de0 in linux-6.1.y/6.1.69 ab4750332dbe535243def5dcebc24ca00c1f98ac in mainline linux |
date | 2023-12-21T03:45:45Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_vm_pt.c | log | diff | annotate |
message |
drm/amdgpu: fix tear down order in amdgpu_vm_pt_free From Christian Koenig a9e2de19433fe0b63c080e910cce9954745cd903 in linux-6.1.y/6.1.69 ceb9a321e7639700844aa3bf234a4e0884f13b77 in mainline linux |
date | 2023-12-21T03:47:04Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/modules/power/power_helpers.c | log | diff | annotate |
message |
drm/amd/display: Disable PSR-SU on Parade 0803 TCON again From Mario Limonciello 20907717918f0487258424631b704c7248a72da2 in linux-6.1.y/6.1.69 e7ab758741672acb21c5d841a9f0309d30e48a06 in mainline linux |
date | 2023-12-21T03:49:28Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/display/intel_fb.c | log | diff | annotate |
message |
drm/i915: Fix remapped stride with CCS on ADL+ From Ville Syrjala 7b0faa541f15af170607e565ceca1ae44e6daa35 in linux-6.1.y/6.1.69 0ccd963fe555451b1f84e6d14d2b3ef03dd5c947 in mainline linux |
date | 2023-12-21T19:34:07Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/kern/makesyscalls.sh | log | diff | annotate |
src/sys/kern/syscalls.master | log | diff | annotate | |
message |
Remove logic and comments related to INDIR now that they aren't supported anymore. ok tb@ deraadt@, no need to regen anything |
date | 2023-12-21T19:40:47Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/dev/usb/ugold.c | log | diff | annotate |
message | New TEMPerGold sensor; reported by Mikolaj Kucharski on bugs@ |