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
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-02-07
Introduce VM_KERNEL_SPACE_SIZE as a replacement for
Miod Vallat
2014-12-17
Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latter
Philip Guenther
2014-12-15
Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro,
Philip Guenther
2014-11-16
Replace a plethora of historical protection options with just
Theo de Raadt
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-07-11
Chuck Cranor rescinded clauses in his license
Jonathan Gray
2014-04-13
compress code by turning four line comments into one line comments.
Ted Unangst
2014-04-03
uvm_fault() will try to fault neighbouring pages for the MADV_NORMAL case,
Miod Vallat
2012-03-15
Reduce installmedia pressure from new vmmap.
Ariane van der Steldt
2012-03-09
New vmmap implementation.
Ariane van der Steldt
2010-08-07
No "\n" needed at the end of panic() strings.
Kenneth R Westerback
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