| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
ok kettenis@, dlg@
|
|
|
|
|
|
|
| |
This will allow uvm_fault_upper() to enter swap-related functions without
holding the KERNEL_LOCK().
ok jmatthew@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use a new flag, UVM_PLA_USERESERVE, to tell uvm_pmr_getpages() that using
kernel reserved pages is allowed.
Merge duplicated checks waking the pagedaemon to uvm_pmr_getpages().
Add two more pages to the amount reserved for the kernel to compensate the
fact that the pagedaemon may now consume an additional page.
Document locking of some uvmexp fields.
ok kettenis@
|
|
|
|
|
|
| |
Prompted by a question from schwarze@
ok deraadt@, schwarze@, visa@
|
| |
|
|
|
|
|
|
|
|
|
| |
unusedNN.
Missing man page bits pointed out by
jmc@. Ports source scan by sthen@.
ok deraadt@ guenther@
|
|
|
|
|
|
|
|
|
|
|
| |
Only fail hard when running out of swap space also, as suggested by
kettenis@
While there, let amap_add() return a success status and handle
amap_add() errors in uvm_fault() similar to other out of RAM situations.
These bits are needed for further amap reorganization diffs.
lots of feedback and ok kettenis@
|
|
don't need to be married.
ok guenther miod beck jsing kettenis
|