summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvmexp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use per-CPU counters for fault and stats counters reached in uvm_fault().mpi2020-12-281-1/+38
* Grab the KERNEL_LOCK() or ensure it's held when poking at swap data structures.mpi2020-12-141-3/+4
* Turn uvm_pagealloc() mp-safe by checking uvmexp global with pageqlock held.mpi2020-12-011-6/+10
* Document uvmexp.nswget without relying on implementation details.mpi2020-04-231-2/+2
* new sysctl for userland malloc flags, kernel part. ok millert@ deraadt@otto2018-11-061-2/+4
* Rename some unused fields in struct uvmexp tokrw2018-06-191-14/+13
* Wait for RAM in uvm_fault when allocating uvm structures failsstefan2016-05-081-1/+2
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-0/+152