created | 2024-11-18T21:37:23Z |
---|---|
begin | 2024-11-10T00:00:00Z |
end | 2024-11-11T00:00:00Z |
path | src/sys |
commits | 8 |
date | 2024-11-10T03:02:43Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/amd64/amd64/vector.S | log | diff | annotate |
message | remove unused XINTR() define |
date | 2024-11-10T05:59:27Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/arm64/arm64/machdep.c | log | diff | annotate |
message |
Do not call uvm_swap_finicrypt_all() a second time in dumpsys(). a change mpi@ committed to all architectures in 2015 |
date | 2024-11-10T06:45:36Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/kern/kern_resource.c | log | diff | annotate |
message | no need to include both uvm.h and uvm_extern.h |
date | 2024-11-10T06:51:59Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/arm64/arm64/autoconf.c | log | diff | annotate |
src/sys/arch/arm64/arm64/cpu.c | log | diff | annotate | |
src/sys/arch/arm64/arm64/machdep.c | log | diff | annotate | |
src/sys/arch/arm64/arm64/trap.c | log | diff | annotate | |
src/sys/arch/riscv64/riscv64/autoconf.c | log | diff | annotate | |
src/sys/arch/riscv64/riscv64/cpu.c | log | diff | annotate | |
src/sys/arch/riscv64/riscv64/machdep.c | log | diff | annotate | |
src/sys/dev/ic/psp.c | log | diff | annotate | |
src/sys/dev/pci/drm/drm_gem_dma_helper.c | log | diff | annotate | |
src/sys/dev/pci/drm/drm_gem_ttm_helper.c | log | diff | annotate | |
src/sys/kern/kern_fork.c | log | diff | annotate | |
message | replace uvm.h includes with uvm_extern.h where possible |
date | 2024-11-10T10:04:33Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/kcov.c | log | diff | annotate |
src/sys/dev/pci/drm/include/linux/preempt.h | log | diff | annotate | |
message | all archs now have ci_idepth, remove ifdefs |
date | 2024-11-10T13:03:22Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/kern/sys_socket.c | log | diff | annotate |
message |
Lock send socket buffer for fstat syscall. In soo_stat() lock send socket buffer mutex around access to sb_state. Althoug not strictly necessary as this is only a single read access, make clear where parallel variable access happens. As this is not performance critical, use mutex instead of read once wrapper. This is also consistent to the receive socket buffer a few lines above. OK mvs@ |
date | 2024-11-10T22:35:31Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/amd64/amd64/vmm_machdep.c | log | diff | annotate |
message |
remove vmx_pmap_find_pte_ept(), used by removed EPT mprotect ioctl ok mlarkin@ |
date | 2024-11-10T23:16:09Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_hwseq.c | log | diff | annotate |
message |
drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencing From Srinivasan Shanmugam 10c20d79d59cadfe572480d98cec271a89ffb024 in linux-6.6.y/6.6.60 15c2990e0f0108b9c3752d7072a97d45d4283aea in mainline linux |