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
2022-02-21
Grab vmobjlocks with RW_DUPOK in vm_obj_wire() to silence WITNESS
Klemens Nanni
2022-01-17
Call uvm_pglistfree(9) instead of uvm_pmr_freepageq().
Martin Pieuchot
2021-12-15
Use a per-UVM object lock to serialize the lower part of the fault handler.
Martin Pieuchot
2021-10-23
Sprinkle uvm_obj_destroy() over UVM object recycling code.
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
2020-11-24
Grab the `pageqlock' before calling uvm_pageclean() as intended.
Martin Pieuchot
2020-10-21
Constify and use C99 initializer for "struct uvm_pagerops".
Martin Pieuchot
2020-09-13
Include <sys/systm.h> directly instead of relying on uvm_map.h to pull it.
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
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