created | 2024-06-04T22:10:12Z |
---|---|
begin | 2024-05-30T00:00:00Z |
end | 2024-05-31T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2024-05-30T04:16:25Z | |||
---|---|---|---|---|
author | tb | |||
files | src/sys/arch/arm64/arm64/cpu.c | log | diff | annotate |
message |
arm64: move cpu_suspended out of #ifdef SUSPEND Matches amd64 and i386 and unbreaks the RAMDISK build ok deraadt |
date | 2024-05-30T10:56:24Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/arch/i386/i386/pmapae.c | log | diff | annotate |
message |
Ensure pmap_create() waits in case kernel virtual space shortage. Prevents a panic in pmap_pinit_pd_pae() when applying a lot of memory pressure and the kernel needs time to recover while swapping. Reported and fix tested by mvs@, also tested by sthen@ ok mlarkin@, mvs@, kettenis@ |