| Age | Commit message (Expand) | Author |
| 2017-01-02 | Move sys/uvm/uvm_physseg.h inclusion to within _KERNEL only. | cherry |
| 2016-12-22 | Use uvm_physseg.h:uvm_page_physload() instead of uvm_extern.h | cherry |
| 2015-04-13 | Limit <sys/rndsource.h> include to kernel. | riastradh |
| 2015-04-13 | Convert remaining MI <sys/rnd.h> stragglers. Many MD ones left. | riastradh |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2011-05-17 | move and rename the uvm history code out of uvm_stat to "kernhist". | mrg |
| 2011-02-02 | udpate license clauses on my code to match the new-style BSD licenses. | chuck |
| 2011-02-02 | udpate license clauses on my code to match the new-style BSD licenses. | chuck |
| 2010-12-09 | Make UVM_PAGE_TRKOWN a real flag. | uebayasi |
| 2010-04-25 | Reduce memory spent on bookkeeping for large values of MAXCPUS. | ad |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-06-28 | Ephemeral mapping (emap) implementation. Concept is based on the idea that | rmind |
| 2008-06-04 | Replace the global vm_page hash with a per vm_object rbtree. | ad |
| 2008-06-04 | - vm_page: put listq, pageq into a union alongside a LIST_ENTRY, so we can | ad |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-07-21 | Merge unobtrusive locking changes from the vmlocking branch. | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-06-15 | Add a sysctl to disable swapout of kernel stacks. Discussed on tech-kern@. | ad |
| 2007-02-21 | Pick up some additional files that were missed before due to conflicts | thorpej |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2007-02-19 | uvm_kick_scheduler(): do nothing until the swap subsystem is initialized. | ad |
| 2007-02-15 | Add uvm_kick_scheduler() (MP safe) to replace wakeup(&proc0). | ad |
| 2006-12-21 | merge yamt-splraiseipl branch. | yamt |
| 2006-09-15 | merge yamt-pdpolicy branch. | yamt |
| 2006-02-11 | remove the following options. no objections on tech-kern@. | yamt |
| 2005-11-29 | read-ahead statistics. | yamt |
| 2005-10-30 | don't include uvm_*_i.h unless needed, | yamt |
| 2005-05-11 | allocate anons on-demand, rather than reserving static amount of | yamt |
| 2005-01-01 | for in-kernel maps, | yamt |
| 2004-11-23 | introduce UVMHIST_LOANHIST and sprinkle UVMHIST_LOGs. | yamt |
| 2004-02-10 | Back out the changes in | matt |
| 2004-01-29 | - split uvm_map() into two functions for the followings. | yamt |
| 2002-12-01 | Reorder things so that with multiple inclusion protection that optional | matt |
| 2002-11-02 | gah. reversed a test. | perry |
| 2002-11-02 | /*CONTCOND*/, and protect UVMHIST_DECL with #ifdef UVMHIST | perry |
| 2002-09-15 | Protect "struct uvm" with _KERNEL. | thorpej |
| 2001-09-15 | a whole bunch of changes to improve performance and robustness under load: | chs |
| 2001-06-27 | Macro'ize the code that checks the free and inactive thresholds and | thorpej |
| 2001-06-02 | replace vm_map{,_entry}_t with struct vm_map{,_entry} *. | chs |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-05-26 | replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}. | chs |
| 2001-05-22 | Merge the swap-backed and object-backed inactive lists. | ross |
| 2001-04-29 | Implement page coloring, using a round-robin bucket selection | thorpej |
| 2000-11-27 | Initial integration of the Unified Buffer Cache project. | chs |
| 2000-06-26 | remove/move more mach vm header files: | mrg |
| 2000-06-08 | Change UVM_UNLOCK_AND_WAIT() to use ltsleep() (it is now atomic, as | thorpej |
| 2000-04-24 | Changes necessary to implement pre-zero'ing of pages in the idle loop: | thorpej |
| 2000-04-10 | tidy. | chs |
| 2000-04-02 | Instead of checking vm_physmem[<physseg>].pgs to determine if | thorpej |