index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
uvm
/
uvm_init.c
Age
Commit message (
Expand
)
Author
2010-07-13
need pool.h to initialize the dma allocator
Theo de Raadt
2010-07-13
dma_alloc() and dma_free(). This is a thin shim on top of a bag of
Theo de Raadt
2009-08-06
reintroduce the uvm_tree commit.
Owain Ainsworth
2009-06-16
date based reversion of uvm to the 4th May.
Owain Ainsworth
2009-06-16
Backout all changes to uvm after pmemrange (which will be backed out
Owain Ainsworth
2009-06-02
Instead of the global hash table with the terrible hashfunction and a
Owain Ainsworth
2009-05-02
a few more memset changes.
Owain Ainsworth
2009-03-20
While working on some stuff in uvm I've gotten REALLY sick of reading
Owain Ainsworth
2008-11-24
init uvm_km_page memory a bit earlier to reduce pressure on pmap bootstrap
Kurt Miller
2008-10-18
Revert the change to use pools for <= PAGE_SIZE allocations. It
Mark Kettenis
2008-09-29
Use pools to do allocations for all sizes <= PAGE_SIZE.
Artur Grabowski
2007-06-18
Bring back Mickey's UVM anon change. Testing by thib@, beck@ and
Pedro Martelletto
2007-05-09
Truncate the addresses for the deadbeef values so that they don't need
Artur Grabowski
2007-04-12
Allow machine-dependant overrides for the ``deadbeef'' sentinel values,
Miod Vallat
2006-07-13
Back out the anon change. Apparently it was tested by a few, but most of
Theo de Raadt
2006-06-21
from netbsd: make anons dynamically allocated from pool.
Michael Shalayeff
2004-04-19
introduce a new km_page allocator that gets pages from kernel_map using
Ted Unangst
2001-11-06
Move the last content from vm/ to uvm/
Artur Grabowski
2001-11-05
Minor sync to NetBSD.
Artur Grabowski
2001-09-19
merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
Michael Shalayeff
2001-08-11
Various random fixes from NetBSD.
Artur Grabowski
2001-01-29
$OpenBSD$
Niklas Hallqvist
2000-09-07
Convert bzero to memset(X, 0..) and bcopy to memcpy.
Artur Grabowski
2000-03-15
Fix the NetBSD id strings.
Artur Grabowski
1999-08-23
sync with NetBSD from 1999.05.24 (there is a reason for this date)
Artur Grabowski
1999-02-26
add OpenBSD tags
Artur Grabowski
1999-02-26
Import of uvm from NetBSD. Some local changes, some code disabled
Artur Grabowski