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_object.c
Age
Commit message (
Expand
)
Author
2016-09-16
move the vm_page struct from being stored in RB macro trees to RBT functions
David Gwynne
2015-08-21
Remove the unused loan_count field and the related uvm logic. Most of
Visa Hankala
2014-12-17
remove lock.h from uvm_extern.h. another holdover from the simpletonlock
Ted Unangst
2014-12-17
Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latter
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-05-08
Fix some potential integer overflows caused by converting a page number into
Mark Kettenis
2013-05-30
remove simple_locks from uvm code. ok beck deraadt
Ted Unangst
2010-05-01
Unbreak ramdisks.
Owain Ainsworth
2010-04-30
Right now, if anything internal changes with a uvm object, diverse
Owain Ainsworth
2010-04-21
the atomic primitives are still impossible to get at without using proc.h
Theo de Raadt
2009-11-25
something hairy happened with cvs so this file didn't get added.
Owain Ainsworth
2009-06-16
Backout all changes to uvm after pmemrange (which will be backed out
Owain Ainsworth
2009-06-06
Add uvm_objwire() and uvm_objunwire(), I need this for some of my crazy
Owain Ainsworth