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_pmemrange.c
Age
Commit message (
Expand
)
Author
2010-08-28
Fix an uninitialized value leading to bogus KASSERT in uvm_pmr_use_inc().
Miod Vallat
2010-07-01
We don't do CamelCase: fix style(9) violations in goto labels.
Owain Ainsworth
2010-06-29
skip empty ranges in uvm_pmr_assertvalid;
Thordur I. Bjornsson
2010-06-27
uvm constraints. Add two mandatory MD symbols, uvm_md_constraints
Thordur I. Bjornsson
2010-06-23
Fix a bug in uvm_pmr_get1page() which could cause us to bounce
Thordur I. Bjornsson
2010-06-10
fix typos in comments: lineair -> linear.
Thordur I. Bjornsson
2010-06-10
the pagedaemon sleeps on uvm.pagedaemon not
Thordur I. Bjornsson
2010-04-23
Fix null-pointer dereference.
Ariane van der Steldt
2010-04-22
Committing on behalf or ariane@.
Owain Ainsworth
2009-06-16
Backout pmemrange (which to most people is more well known as physmem
Ariane van der Steldt
2009-06-14
backout:
Theo de Raadt
2009-06-14
back out the free vs dirty fix, because pmemrange will go soon too
Theo de Raadt
2009-06-14
backout the assert diff in 1.5
Theo de Raadt
2009-06-12
Add asserts on free memory, double free and while here, fix 1 assert.
Ariane van der Steldt
2009-06-10
Fix: Clean and dirty pages had the memtype ids and the desparate case failed
Ariane van der Steldt
2009-06-07
extend uvm_page_physload to have the ability to add "device" pages to the
Owain Ainsworth
2009-06-04
remove redefinitions of static and __inline ariane
Jonathan Gray
2009-06-01
physmem allocator: change the view of free memory from single free pages
Ariane van der Steldt