OpenBSD cvs log

created 2025-02-08T02:42:23Z
begin 2025-01-29T15:10:09Z
end 2025-01-29T15:22:33Z
path src/sys
commits 1

date 2025-01-29T15:22:33Z
author mpi
files src/sys/uvm/uvm_fault.c log diff annotate
message Missing pieces to run the lower fault handler in parrallel (off by default).

Running the lower fault handler in parrallel isn't a clear performance win
as long as the global pagedaemon mutex is contended.

Tested by many, thanks!