CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2019/01/18 21:07:12

Modified files:
        sys/arch/amd64/amd64: pmap.c 
        sys/arch/amd64/include: pmap.h 

Log message:
Finish randominzing remaining layers of pmap_kernel

An earlier diff moved the top level page, this diff finishes the lower
layers. New pages are allocated for the existing hiererchy (which thus
benefit from random placement from pmemrange/etc). Existing managed
pages are returned to uvm (a small number of bootstrap pages are not
returned as they are allocated in locore0 and thus aren't managed).

ok deraadt

Reply via email to