summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvm_init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduce installmedia pressure from new vmmap.ariane2012-03-151-1/+3
* New vmmap implementation.ariane2012-03-091-1/+13
* No "\n" needed at the end of panic() strings.krw2010-08-071-3/+3
* need pool.h to initialize the dma allocatorderaadt2010-07-131-1/+2
* dma_alloc() and dma_free(). This is a thin shim on top of a bag ofderaadt2010-07-131-1/+6
* reintroduce the uvm_tree commit.oga2009-08-061-5/+3
* date based reversion of uvm to the 4th May.oga2009-06-161-1/+1
* Backout all changes to uvm after pmemrange (which will be backed outoga2009-06-161-1/+2
* Instead of the global hash table with the terrible hashfunction and aoga2009-06-021-2/+1
* a few more memset changes.oga2009-05-021-4/+2
* While working on some stuff in uvm I've gotten REALLY sick of readingoga2009-03-201-2/+2
* init uvm_km_page memory a bit earlier to reduce pressure on pmap bootstrapkurt2008-11-241-3/+6
* Revert the change to use pools for <= PAGE_SIZE allocations. Itkettenis2008-10-181-2/+3
* Use pools to do allocations for all sizes <= PAGE_SIZE.art2008-09-291-3/+2
* Bring back Mickey's UVM anon change. Testing by thib@, beck@ andpedro2007-06-181-6/+4
* Truncate the addresses for the deadbeef values so that they don't needart2007-05-091-3/+3
* Allow machine-dependant overrides for the ``deadbeef'' sentinel values,miod2007-04-121-1/+18
* Back out the anon change. Apparently it was tested by a few, but most ofderaadt2006-07-131-4/+6
* from netbsd: make anons dynamically allocated from pool.mickey2006-06-211-6/+4
* introduce a new km_page allocator that gets pages from kernel_map usingtedu2004-04-191-1/+3
* Move the last content from vm/ to uvm/art2001-11-061-5/+2
* Minor sync to NetBSD.art2001-11-051-3/+2
* merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okmickey2001-09-191-2/+1
* Various random fixes from NetBSD.art2001-08-111-3/+2
* $OpenBSD$niklas2001-01-291-0/+1
* Convert bzero to memset(X, 0..) and bcopy to memcpy.art2000-09-071-1/+1
* Fix the NetBSD id strings.art2000-03-151-1/+1
* sync with NetBSD from 1999.05.24 (there is a reason for this date)art1999-08-231-5/+0
* add OpenBSD tagsart1999-02-261-0/+1
* Import of uvm from NetBSD. Some local changes, some code disabledart1999-02-261-0/+167