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_km.c
Age
Commit message (
Expand
)
Author
2013-05-30
in the brave new world of void *, we don't need caddr_t casts
Ted Unangst
2013-05-30
UVM_UNLOCK_AND_WAIT no longer unlocks, so rename it to UVM_WAIT.
Ted Unangst
2013-05-30
remove simple_locks from uvm code. ok beck deraadt
Ted Unangst
2012-11-10
Number of swap pages in use must be smaller than tha total number of swap
Mark Kettenis
2012-03-09
New vmmap implementation.
Ariane van der Steldt
2011-07-03
Rip out and burn support for UVM_HIST.
Owain Ainsworth
2011-06-23
Don't bother checking for an empty queue before calling uvm_pglistfree.
Owain Ainsworth
2011-06-23
Make mbufs and dma_alloc be contig allocations.
Ariane van der Steldt
2011-06-06
Backout vmmap in order to repair virtual address selection algorithms
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-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-15
unused variable on !PMAP_DIRECT
Theo de Raadt
2011-04-15
move uvm_pageratop from uvm_pager.c local to a general uvm function
Owain Ainsworth
2011-04-07
Do not use NULL in integer comparisons. No functional change.
Miod Vallat
2011-04-06
Backout the uvm_km_getpage -> km_alloc conversion. Weird things are happening
Artur Grabowski
2011-04-05
- Change pool constraints to use kmem_pa_mode instead of uvm_constraint_range
Artur Grabowski
2011-04-04
Few minor ninja fixes while this isn't being used anywhere in -current.
Artur Grabowski
2011-04-04
Better.
Artur Grabowski
2011-04-04
Make gcc stop whining. pointed out by ariane@.
Artur Grabowski
2011-04-04
Some minor fixes:
Artur Grabowski
2011-04-04
New unified allocator of kernel memory.
Artur Grabowski
2010-08-26
make the comment explaining the kernel submaps a bit better.
Thordur I. Bjornsson
2010-07-22
Remove the VM_KMPAGESFREE sysctl. After the pmemrange
Thordur I. Bjornsson
2010-07-15
the uvm_km_putpage is calling into tangly uvm guts again on not pmap direct.
Ted Unangst
2010-07-02
no need to call uvm_km_free_wakup for the kernel map, uvm_km_free is
Thordur I. Bjornsson
2010-07-02
add an align argument to uvm_km_kmemalloc_pla.
Artur Grabowski
2010-07-02
Drop the uvm_km_pages.mtx mutex in uvm_km_putpage before we free va's,
Thordur I. Bjornsson
2010-06-29
Add a no_constraint uvm_constraint_range; use it in the pool code.
Thordur I. Bjornsson
2010-06-28
Move uvm_km_pages struct declaration and watermark bounds to uvm_km.h, so
Miod Vallat
2010-06-27
doh! Use pmap_kenter/pmap_kremove in the backend page allocator to prevent
Thordur I. Bjornsson
2010-06-27
uvm constraints. Add two mandatory MD symbols, uvm_md_constraints
Thordur I. Bjornsson
2010-02-12
introduce a uvm_km_valloc_try function that won't get a lower level lock
Ted Unangst
2009-07-25
Add an extra argument to uvm_unmap_remove(), for the caller to tell it
Miod Vallat
2009-07-22
Put the PG_RELEASED changes diff back in.
Owain Ainsworth
2009-06-17
date based reversion of uvm to the 4th May.
Owain Ainsworth
2009-06-16
Backout all the PG_RELEASED changes.
Owain Ainsworth
2009-05-05
Second step of PG_RELEASED cleanup.
Owain Ainsworth
2009-02-22
On machines with less than 16MB of physical memory, reduce the lower bound
Miod Vallat
2009-02-11
Remove uvm_km_alloc_poolpage1 as it serves no particular purpose
Mike Belopuhov
2008-10-23
a better fix for the "uvm_km thread runs out of memory" problem.
Ted Unangst
2008-06-14
If we have one syscall that consumes large amounts of memory (like for
Artur Grabowski
2007-12-15
export kernel uvm_km_pages_free as vm.kmpagesfree; ok tedu, tested jsg
Theo de Raadt
2007-12-11
use a mutex for protection of the uvm_km list. ok art
Ted Unangst
2007-08-03
Don't let pagedaemon wait for pages here. We could trigger this easily
Artur Grabowski
2007-04-29
Change the loop test in uvm_km_kmemalloc from '<' to '!='. Everything
Artur Grabowski
2007-04-27
Use the right size when we're backing out the allocation in
Artur Grabowski
[next]