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