summaryrefslogtreecommitdiff
path: root/sys/uvm/uvmexp.h
AgeCommit message (Expand)Author
2021-03-04Modify `uvmexp.swpgonly' atomically, required for uvm_fault() w/o KERNEL_LOCK()Martin Pieuchot
2020-12-28Use per-CPU counters for fault and stats counters reached in uvm_fault().Martin Pieuchot
2020-12-14Grab the KERNEL_LOCK() or ensure it's held when poking at swap data structures.Martin Pieuchot
2020-12-01Turn uvm_pagealloc() mp-safe by checking uvmexp global with pageqlock held.Martin Pieuchot
2020-04-23Document uvmexp.nswget without relying on implementation details.Martin Pieuchot
2018-11-06new sysctl for userland malloc flags, kernel part. ok millert@ deraadt@Otto Moerbeek
2018-06-19Rename some unused fields in struct uvmexp toKenneth R Westerback
2016-05-08Wait for RAM in uvm_fault when allocating uvm structures failsStefan Kempf
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt