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
Age
Commit message (
Expand
)
Author
2012-12-10
Always back the buffer cache off on any page daemon wakeup. This avoids
Bob Beck
2012-11-10
Number of swap pages in use must be smaller than tha total number of swap
Mark Kettenis
2012-11-07
Fix the buffer cache.
Bob Beck
2012-10-18
Wiring map entries with VM_PROT_NONE only waists RAM and bears no
Gerhard Roth
2012-09-20
Now that none of our installation media runs off the swap area, don't bother
Miod Vallat
2012-07-21
Add a new mmap(2) flag __MAP_NOREMAP for use with MAP_FIXED to
Matthew Dempsky
2012-07-18
comment typo; s/lineair/linear/
Matthew Dempsky
2012-07-12
Three cases that should be failures, not successes when checking for avail
Mike Larkin
2012-07-11
#ifdef the uvm swap checker fn for hibernate only, to save space in kernels
Mike Larkin
2012-07-11
add a check for the total size of swap, abort if too small.
Mike Larkin
2012-07-11
add uvm_swap_check_range to scan for contig free space at end of swap.
Mike Larkin
2012-06-14
Remove uvm_km_kmem_grow printf.
Ariane van der Steldt
2012-06-14
whitespace cleanup
Jasper Lievisse Adriaanse
2012-06-14
fix typo in comment
Jasper Lievisse Adriaanse
2012-06-06
Fix address-space randomization that was accidentally disabled in
Matthew Dempsky
2012-06-03
Make sure uvm_map_extract() entesr mappings at an address that doesn't
Mark Kettenis
2012-06-01
Correct handling of mlock()/munlock() with len==0 to return success
Philip Guenthe
2012-04-22
Add struct proc * argument to FRELE() and FILE_SET_MATURE() in
Philip Guenthe
2012-04-19
Backout misplaced optimization in vmmap.
Ariane van der Steldt
2012-04-17
uvmspace_exec: Remove disfunctional "optimization".
Ariane van der Steldt
2012-04-12
Remove dead UBC code
Ariane van der Steldt
2012-04-12
uvm: keep track of maxrss
Ariane van der Steldt
2012-04-11
vmmap: speed up allocations
Ariane van der Steldt
2012-04-10
Return EINVAL on 0-byte mmap invocation.
Ariane van der Steldt
2012-03-23
Make rusage totals, itimers, and profile settings per-process instead
Philip Guenthe
2012-03-15
Fix vmmap SMALL_KERNEL introduced bug.
Ariane van der Steldt
2012-03-15
Reduce installmedia pressure from new vmmap.
Ariane van der Steldt
2012-03-09
New vmmap implementation.
Ariane van der Steldt
2012-01-05
Prevent integer wrap-around in pmemrange.
Ariane van der Steldt
2011-12-03
Be sure not to access the vm_page array out of bounds in uvm_pmr_freepages().
Miod Vallat
2011-11-24
Fix spelling and remove question
Philip Guenthe
2011-11-08
In ddb `show page', print the address of the vm_page_md substruct if
Miod Vallat
2011-07-09
More syscalls.master cleanup:
Matthew Dempsky
2011-07-08
Move uvm_pmr_alloc_pig to kern/subr_hibernate.c
Ariane van der Steldt
2011-07-08
Move uvm_pmr_zero_everything() to subr_hibernate.
Ariane van der Steldt
2011-07-08
Expose pmemrange internal functions via pmemrange.h.
Ariane van der Steldt
2011-07-08
some machines don't boot with the previous uvm reserve enforcement diff.
Ted Unangst
2011-07-07
Move the uvm reserve enforcement from uvm_pagealloc to pmemrange.
Owain Ainsworth
2011-07-07
fix typos; while here, improve spacing in comments.
Igor Sobrado
2011-07-06
uvm changes for buffer cache improvements.
Bob Beck
2011-07-05
Don't derefence the item past the end of the array to figure out if
Ariane van der Steldt
2011-07-05
msync has some code that is based on *old* bsd behaviour where
Owain Ainsworth
2011-07-05
allow option KVA_GUARDPAGES to compile.
David Hill
2011-07-04
move the specfs code to a place people can see it; ok guenther thib krw
Theo de Raadt
2011-07-04
Replace inadvertantly removed line.
Owain Ainsworth
2011-07-03
endodoify UVM_CNT too.
Owain Ainsworth
2011-07-03
Rip out and burn support for UVM_HIST.
Owain Ainsworth
2011-07-03
The UVM_STRAT defines have been unused since pmemrange was commited.
Owain Ainsworth
2011-07-02
rename VFSDEBUG to VFLCKDEBUG;
Thordur I. Bjornsson
2011-06-30
finish ansi in uvm. ok ariane oga
Ted Unangst
[next]