created | 2023-11-12T08:37:22Z |
---|---|
begin | 2023-11-09T00:00:00Z |
end | 2023-11-10T00:00:00Z |
path | src/sys |
commits | 8 |
date | 2023-11-09T08:08:17Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/ttm/ttm_device.c | log | diff | annotate |
message |
drm/ttm: Reorder sys manager cleanup step From Karolina Stolarek 6a87b333ba4784ba23c1e74693f5c1b0268ac137 in linux-6.1.y/6.1.62 3b401e30c249849d803de6c332dad2a595a58658 in mainline linux |
date | 2023-11-09T08:10:19Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.c | log | diff | annotate |
message |
drm/amdgpu: Unset context priority is now invalid From Luben Tuikov cafa191b27dd3c6199529f36a6dfddb707c240c0 in linux-6.1.y/6.1.62 eab0261967aeab528db4d0a51806df8209aec179 in mainline linux |
date | 2023-11-09T08:14:14Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.c | log | diff | annotate |
src/sys/dev/pci/drm/include/drm/gpu_scheduler.h | log | diff | annotate | |
message |
gpu/drm: Eliminate DRM_SCHED_PRIORITY_UNSET From Luben Tuikov 9f9b2ec53aca630783493a2ccc3bab0794052133 in linux-6.1.y/6.1.62 fa8391ad68c16716e2c06ada397e99ceed2fb647 in mainline linux |
date | 2023-11-09T08:16:47Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_dma_buf.c | log | diff | annotate |
message |
drm/amdgpu: Reserve fences for VM update From Felix Kuehling ff86d69b2e5004ec256a9301990acdaa282a777c in linux-6.1.y/6.1.62 316baf09d355aec1179981b6dfe28eba50c5ee5b in mainline linux |
date | 2023-11-09T08:53:20Z | |||
---|---|---|---|---|
author | mvs | |||
files | src/sys/net/if_pflow.c | log | diff | annotate |
message |
Remove delayed timeout(9) initialization. timeout_set*() only assign members of passed timeout structure, this delayed initialization provides nothing but makes code weird. ok kn |
date | 2023-11-09T14:07:18Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/dev/bio.c | log | diff | annotate |
message |
get rid of the ioctl whitelist that bio will tunnel for other devs. this will allow bio(4) to be used with other (non raid) related devices. ok krw@ kn@ |
date | 2023-11-09T14:26:34Z | |||
---|---|---|---|---|
author | kn | |||
files | src/sys/arch/sparc64/include/boot_flag.h | log | diff | annotate |
src/sys/arch/sparc64/sparc64/autoconf.c | log | diff | annotate | |
src/sys/arch/sparc64/stand/ofwboot/elf64_exec.c | log | diff | annotate | |
src/sys/arch/sparc64/stand/ofwboot/vers.c | log | diff | annotate | |
message |
Finish clean up of old 6.7 softraid migration code All combos of no/CRYPTO softraid, old/new ofwboot, old/new kernel do boot. OK stsp |
date | 2023-11-09T21:45:18Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/netinet/if_ether.c | log | diff | annotate |
message |
Run arp timeout without kernel lock. Since cheloha@ has implemented timeout processes that do not grab the kernel lock, start using TIMEOUT_MPSAFE for arptimer(). OK kn@ mvs@ |