| Age | Commit message (Expand) | Author |
| 2003-12-19 | Unindent a code block that doens't need to be indented. | simonb |
| 2003-11-13 | two changes in improve scalability: | chs |
| 2003-11-06 | fix wrong assertions. | yamt |
| 2003-11-05 | don't move hint backward. | yamt |
| 2003-11-05 | - fix a reversed comparison. | yamt |
| 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 | track map entries and free spaces using red-black tree | yamt |
| 2003-10-25 | KNF. | junyoung |
| 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-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-08-26 | use VM_PAGE_TO_PHYS macro instead of using phys_addr directly. | yamt |
| 2003-04-09 | In uvm_map_clean(), only call pgo_put if the object has one. | thorpej |
| 2003-03-02 | In uvm_map_space, if the current entry is above the new space use the | matt |
| 2003-03-02 | When finding an aligned block, we need to truncate in topdown, not roundup. | matt |
| 2003-02-23 | Remove assigned-to but not used variable. | simonb |
| 2003-02-21 | fix a tpyo in a comment. | matt |
| 2003-02-20 | Introduce "top down" memory management for mmap()ed allocations. This | atatat |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2003-01-21 | finally: step 5: disable a KASSERT() if we are doing_shutdown. | christos |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-12-11 | UVM_KMF_NOWAIT -> UVM_FLAG_NOWAIT | thorpej |
| 2002-11-30 | Change uvm_km_kmemalloc() to accept flag UVM_KMF_NOWAIT and pass it to | bouyer |
| 2002-11-14 | Implement backwards extension of amaps. There are three cases to deal | atatat |
| 2002-11-02 | /*CONTCOND*/ while (0)'ed macros | perry |
| 2002-10-24 | In the case of a double amap_extend() (during a forward merge after a | atatat |
| 2002-10-24 | Call amap_extend() a second time in the case of a bimerge (both | atatat |
| 2002-10-18 | Add an implementation of forward merging of new map entries. Most new | atatat |
| 2002-09-22 | add a new flag VM_MAP_DYING, which is set before we start | chs |
| 2002-09-15 | add a new km flag UVM_KMF_CANFAIL, which causes uvm_km_kmemalloc() to | chs |
| 2002-03-08 | Pool deals fairly well with physical memory shortage, but it doesn't | thorpej |
| 2001-12-31 | introduce a new UVM fault type, VM_FAULT_WIREMAX. this is different | chs |
| 2001-12-31 | in uvm_map_clean(), add PGO_CLEANIT to the flags passed to an object's pager. | chs |
| 2001-12-31 | fix locking for loaning. in general we should be looking at the page's | chs |
| 2001-11-10 | add RCSIDs, and in some cases, slightly cleanup #include order | lukem |
| 2001-11-06 | don't call pmap_copy() from uvmspace_fork(). | chs |
| 2001-10-30 | uvm_map_protect(): Don't allow VM_PROT_EXECUTE to be set on entries | thorpej |
| 2001-10-30 | Correct a comment. | thorpej |
| 2001-10-30 | - Add a new vnode flag VEXECMAP, which indicates that a vnode has | thorpej |
| 2001-10-29 | uvm_mmap(): If a vnode mapping is established with PROT_EXEC, mark the | thorpej |
| 2001-09-23 | make pmap_resident_count() non-optional. | chs |
| 2001-09-21 | add an assert. | chs |
| 2001-09-15 | a whole bunch of changes to improve performance and robustness under load: | chs |
| 2001-09-10 | Update pmap_update to now take the updated pmap as an argument. | chris |
| 2001-09-09 | create a new pool for map entries, allocated from kmem_map instead of | chs |
| 2001-09-07 | let user know current value of MAX_KMAPENT in panic | lukem |