| Age | Commit message (Expand) | Author |
| 2004-01-11 | sysctl_vm_updateminmax: fix swapped filemin and execmin. | yamt |
| 2004-01-10 | store a i/o priority hint in struct buf for buffer queue discipline. | yamt |
| 2004-01-07 | #if 0 out unused ubc_flush(). | yamt |
| 2004-01-07 | - get pages to loan out in uvm_loanuobjpages() rather than | yamt |
| 2004-01-06 | fix lock initialization in uvm_anon_add(). from PR 23831. | chs |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2003-12-30 | Replace the traditional buffer memory management -- based on fixed per buffer | pk |
| 2003-12-21 | No need to break a line - the full line is less than 80 chars long. | simonb |
| 2003-12-19 | Unindent a code block that doens't need to be indented. | simonb |
| 2003-12-18 | * Introduce uvm_km_kmemalloc1() which allows alignment and preferred offset | pk |
| 2003-12-18 | Condense all existing variants of uvm_km_valloc into a single function: | pk |
| 2003-12-07 | Allow sysctl(8) to update vm.{anon,exec,file}{min,max}. | tsutsui |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-11-29 | mincore: don't treat an aobj as a device mapping. | yamt |
| 2003-11-13 | eliminate uvm_useracc() in favor of checking the return value of | chs |
| 2003-11-13 | two changes in improve scalability: | chs |
| 2003-11-10 | In vm_phsyseg_find, use u_int for start, len and try when doing a | rearnsha |
| 2003-11-06 | fix wrong assertions. | yamt |
| 2003-11-05 | add a missing pmap_update(). | yamt |
| 2003-11-05 | don't move hint backward. | yamt |
| 2003-11-05 | - fix a reversed comparison. | yamt |
| 2003-11-03 | revert rev.1.70 as it was not needed. | yamt |
| 2003-11-03 | add a DEBUG check if freed PG_ZERO pages are really zero-filled. | yamt |
| 2003-11-02 | kill unneded SYSVSHM includes | jdolecek |
| 2003-11-02 | fix a wrong assertion. pointed by Christian Limpach. | yamt |
| 2003-11-01 | - update uvm_map::size fewer places. | yamt |
| 2003-11-01 | commit rest of the previous (rbtree). | yamt |
| 2003-11-01 | in uvm_pagefree and friends, if freed pages have been marked by | yamt |
| 2003-11-01 | track map entries and free spaces using red-black tree | yamt |
| 2003-11-01 | don't try to lookup addresses out of the map in uvm_coredump_walkmap(). | yamt |
| 2003-10-27 | uvm_loanzero: | yamt |
| 2003-10-26 | whitespace. | yamt |
| 2003-10-26 | update comment - kmem_map is created in kmeminit(), not uvm_km_init() | jdolecek |
| 2003-10-25 | KNF. | junyoung |
| 2003-10-24 | simplify tests: | cl |
| 2003-10-19 | don't uvm_swapout LWPs which are LSONPROC on another cpu. | cl |
| 2003-10-13 | In uvm_lwp_fork(), check if PMAP_UAREA() is defined and if so, invoke it | scw |
| 2003-10-09 | Fix indent. | enami |
| 2003-10-09 | When pulling back an amap to cover the new allocation along with the | atatat |
| 2003-10-07 | Add a MAP_WIRED flag to mmap(2), which causes the new mapping to be | thorpej |
| 2003-10-02 | Rewrite uvm_map_findspace() to improve readability and to fix a bug that | enami |
| 2003-10-01 | Some whitespace fixes. | enami |
| 2003-10-01 | ansi'fy. | enami |
| 2003-09-26 | don't dereference a vm_page pointer after we free the page. | chs |
| 2003-09-18 | Fix a reversed logic in swap deallocation which could lead to | drochner |
| 2003-09-10 | Swap where the vm map's max and min offset are stored so that they can be | enami |
| 2003-09-01 | Can't rely on side-effects in KASSERT expressions which was pointed out to | pk |
| 2003-09-01 | remove an obsolete comment. | yamt |
| 2003-08-28 | When retiring a swap device with marked bad blocks on it we should update | pk |
| 2003-08-26 | use VM_PAGE_TO_PHYS macro instead of using phys_addr directly. | yamt |