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.h
Age
Commit message (
Expand
)
Author
2022-09-04
spelling
Jonathan Gray
2021-12-15
Use a per-UVM object lock to serialize the lower part of the fault handler.
Martin Pieuchot
2021-10-12
Introduce a dummy uvm_obj_destroy() interface. This function will be
Mark Kettenis
2021-09-05
Introduce dummy pagers for 'special' subsystems using UVM objects.
Martin Pieuchot
2021-06-16
Change the prefix of UVM object functions to match NetBSD's.
Martin Pieuchot
2021-06-15
Use a macro to assert that given uobjs correspond to anonymous objects.
Martin Pieuchot
2020-10-21
Constify and use C99 initializer for "struct uvm_pagerops".
Martin Pieuchot
2019-11-29
Add uvm_objfree function to free all pages in a uvm_obj in one go.
Bob Beck
2016-09-16
move the vm_page struct from being stored in RB macro trees to RBT functions
David Gwynne
2014-07-11
Chuck Cranor rescinded clauses in his license
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
2011-07-07
fix typos; while here, improve spacing in comments.
Igor Sobrado
2010-04-30
Right now, if anything internal changes with a uvm object, diverse
Owain Ainsworth
2009-11-25
re-add uvm_objwire and uvm_objunwire. needed for intel GEM support.
Owain Ainsworth
2009-08-06
reintroduce the uvm_tree commit.
Owain Ainsworth
2009-06-17
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-06
Add uvm_objwire() and uvm_objunwire(), I need this for some of my crazy
Owain Ainsworth
2009-06-02
Instead of the global hash table with the terrible hashfunction and a
Owain Ainsworth
2007-04-11
Instead of managing pages for intrsafe maps in special objects (aka.
Artur Grabowski
2005-07-26
- Make a UVM_OBJ_IS_DEVICE macro.
Artur Grabowski
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
2001-11-28
Sync in more uvm from NetBSD. Mostly just cosmetic stuff.
Artur Grabowski
2001-11-12
Bring in more changes from NetBSD. Mostly pagedaemon improvements.
Artur Grabowski
2001-01-29
$OpenBSD$
Niklas Hallqvist
2000-03-16
Bring in some new UVM code from NetBSD (not current).
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