| Age | Commit message (Expand) | Author |
| 2012-10-29 | get rid of not used uvm_map flag (UVM_MAP_KMAPENT) | para |
| 2012-02-19 | Remove VM_MAP_INTRSAFE and related code. Not used since the "kmem changes". | rmind |
| 2012-01-27 | extending vmem(9) to be able to allocated resources for it's own needs. | para |
| 2012-01-21 | fix UVM_MAP_CLIP_* to only clip if the clip address is within the entry | chs |
| 2011-12-20 | Ooops forgot the uvm_map.h | reinoud |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-02-02 | udpate license clauses on my code to match the new-style BSD licenses. | chuck |
| 2010-09-25 | Rename rb.h to rbtree.h, as it is more appropriate (c.f. ptree.h). Also | matt |
| 2009-08-01 | - uvm_map_extract: update map->size correctly for !UVM_EXTRACT_CONTIG. | yamt |
| 2009-06-10 | on MADV_WILLNEED, start prefetching backing object's pages. | yamt |
| 2008-07-29 | Make uvm_map.? use <sys/rb.h> instead of <sys/tree.h>. Change the | matt |
| 2008-04-26 | fix a locking botch. PR/38415 from Wolfgang Solfrank. | yamt |
| 2008-01-08 | simplify locking and remove vm_map_upgrade/downgrade. | yamt |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-07-22 | When _KERNEL is defined, we have now grown a dependency on | he |
| 2007-07-21 | Merge unobtrusive locking changes from the vmlocking branch. | ad |
| 2007-02-22 | TRUE -> true, FALSE -> false | thorpej |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2006-05-25 | move wait points for kva from upper layers to vm_map. PR/33185 #1. | yamt |
| 2006-05-03 | uvm_km_suballoc: consider kva overhead of "kmapent". | yamt |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2006-02-11 | remove the following options. no objections on tech-kern@. | yamt |
| 2006-01-21 | implement compat_linux mremap. | yamt |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-17 | (try to) merge map entries in fault handler. | yamt |
| 2005-04-01 | merge yamt-km branch. | yamt |
| 2005-02-11 | use vm_map_{min,max}() instead of dereferencing the vm_map pointer directly. | chs |
| 2005-01-13 | in uvm_unmap_remove, always wakeup va waiters if any. | yamt |
| 2005-01-12 | don't reserve (uvm_mapent_reserve) entries for malloc/pool backends | yamt |
| 2005-01-01 | in the case of !PMAP_MAP_POOLPAGE, gather pool backend allocations to | yamt |
| 2005-01-01 | introduce vm_map_kernel, a subclass of vm_map, and | yamt |
| 2005-01-01 | for in-kernel maps, | yamt |
| 2004-02-10 | Back out the changes in | matt |
| 2004-01-29 | - split uvm_map() into two functions for the followings. | yamt |
| 2003-11-01 | track map entries and free spaces using red-black tree | yamt |
| 2003-10-01 | ansi'fy. | enami |
| 2003-09-10 | Swap where the vm map's max and min offset are stored so that they can be | enami |
| 2003-02-20 | Introduce "top down" memory management for mmap()ed allocations. This | atatat |
| 2002-11-02 | /*CONTCOND*/ while (0)'ed macros | perry |
| 2002-09-22 | add a new flag VM_MAP_DYING, which is set before we start | chs |
| 2001-10-03 | protect against traditional macro expansion. | christos |
| 2001-09-09 | create a new pool for map entries, allocated from kmem_map instead of | chs |
| 2001-06-26 | Reduce some complexity in the fault path -- Rather than maintaining | thorpej |
| 2001-06-02 | replace vm_map{,_entry}_t with struct vm_map{,_entry} *. | chs |
| 2001-05-26 | replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}. | chs |
| 2001-05-25 | remove trailing whitespace. | chs |
| 2001-03-15 | eliminate the KERN_* error codes in favor of the traditional E* codes. | chs |
| 2001-02-18 | clean up DIAGNOSTIC checks, use KASSERT(). | chs |
| 2000-12-13 | Use single const char array instead of over 200 string constant. | enami |