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
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
2011-06-23
Check for the correct flag when checking to see if the page is part of an aobj.
Owain Ainsworth
2011-06-23
Don't bother checking for an empty queue before calling uvm_pglistfree.
Owain Ainsworth
2011-06-23
Replace handrolled version of uvmfault_unlockmaps with uvmfault_unlockmaps.
Owain Ainsworth
2011-06-23
Move uvm_pglistalloc and uvm_pglistfree to uvm_page.c and garbage
Owain Ainsworth
2011-06-23
Make mbufs and dma_alloc be contig allocations.
Ariane van der Steldt
2011-06-22
Validate pmemrange result, enabling early catching of bugs in the code.
Ariane van der Steldt
2011-06-16
Use the current page not he first page when working out whether to
Owain Ainsworth
2011-06-06
Backout vmmap in order to repair virtual address selection algorithms
Ariane van der Steldt
2011-06-03
randomness might be broken, but this change
Theo de Raadt
2011-06-01
Oops, I broke randomness. (Please upgrade, this is _bad_.)
Ariane van der Steldt
2011-05-30
Remove the freelist member from vm_physseg
Owain Ainsworth
2011-05-30
for (some; stuff; here)
Owain Ainsworth
2011-05-30
s/hart/heart/ to make more sense (another dutchism).
Owain Ainsworth
2011-05-29
Replace the lower bound PAGE_SIZE with VMMAP_MIN_ADDR.
Ariane van der Steldt
2011-05-29
Fix parameter range clamping in vmmap routines.
Ariane van der Steldt
2011-05-24
Reimplement uvm/uvm_map.
Ariane van der Steldt
2011-05-10
Don't leak swapslots when doing a uvm_km_pgremove and a page is in swap only.
Owain Ainsworth
2011-05-10
Kill vm_page_lookup_freelist.
Owain Ainsworth
2011-05-07
Uvm Anonymous Objects depending on size either use an array or a
Owain Ainsworth
2011-05-07
So long, uvm_pglist.h
Owain Ainsworth
2011-04-26
MMU address space holes are at a fixed position (ofcourse).
Ariane van der Steldt
2011-04-23
Fix management of the list of free uvm_km_pages. Seems art@ lost a line
Mark Kettenis
2011-04-19
Add missing call to pmap_update() in km_alloc().
Matthew Dempsky
2011-04-19
Free the correct pages when we failed to allocate va.
Artur Grabowski
2011-04-18
Put back the change of pool and malloc into the new km_alloc(9) api.
Artur Grabowski
2011-04-17
construct a better path to the swapdevice (as seen in pstat/swapctl output)
Theo de Raadt
2011-04-15
unused variable on !PMAP_DIRECT
Theo de Raadt
2011-04-15
for uvm_pager_dropcluster in the PG_RELEASED case we specifically unbusy the
Owain Ainsworth
2011-04-15
move uvm_pageratop from uvm_pager.c local to a general uvm function
Owain Ainsworth
[next]