| Age | Commit message (Expand) | Author |
| 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 |
| 2003-08-24 | fix some indentation. | chs |
| 2003-08-24 | add support for non-executable mappings (where the hardware allows this) | chs |
| 2003-08-24 | mprotect()'s "len" is really a size_t, and we can't do any useful | chs |
| 2003-08-11 | uao_pagein_page() & anon_pagein(): | pk |
| 2003-08-11 | Only deactivate pages if their wired count is zero. | pk |
| 2003-08-11 | Make sure to call uvm_swap_free() and uvm_swap_markbad() with valid (i.e. | pk |
| 2003-08-11 | Introduce uvm_swapisfull(), which computes the available swap space by | pk |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-02 | sync comments with reality | drochner |