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
2009-04-06
In the case where VM_PHYSSEG_MAX == 1 make vm_physseg_find and
Owain Ainsworth
2009-04-06
Instead of doing splbio(); simple_lock(&uvm.aiodoned_lock); just replace
Owain Ainsworth
2009-04-05
In the unlikely even that we do the final unref on a uvm_vnode object
Owain Ainsworth
2009-03-27
remove PGO_OVERWRITE, PGO_WEAK and PGO_PASTEOF from the pager. They're all
Owain Ainsworth
2009-03-26
Convert splvm() + simplelock(&uvm.hashlock); around the page hash table
Owain Ainsworth
2009-03-25
Move all of the pseudo-inline functions in uvm into C files.
Owain Ainsworth
2009-03-24
vm_physseg_find and VM_PAGE_TO_PHYS are both called many times in your
Owain Ainsworth
2009-03-23
Whitespace nit in previous.
Owain Ainsworth
2009-03-23
turn a for (i = 0; i < size; i++) arc4random(); loop into arc4random_buf().
Owain Ainsworth
2009-03-23
Remove space added in last commit. Pointed out by miod@.
Owain Ainsworth
2009-03-23
Processor affinity for processes.
Artur Grabowski
2009-03-20
While working on some stuff in uvm I've gotten REALLY sick of reading
Owain Ainsworth
2009-03-05
Make ELF platforms generate ELF core dumps. Somewhat based on code from
Mark Kettenis
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
2009-02-05
Add some (currently unused) MD pmap flags to be used for pushing in
Owain Ainsworth
2009-01-27
Get rid of the last traces of uvm.pager_[se]va
Miod Vallat
2009-01-27
Simplify page-out/page-in map management; fix rare pager deadlock.
Ariane van der Steldt
2009-01-25
Remove /dev/drum and related code.
Miod Vallat
2009-01-20
Variables were never used, never implemented.
Ariane van der Steldt
2009-01-12
Register aiodoned_proc, although it is not used anywhere yet; PR #6034
Miod Vallat
2008-11-24
garbage collect uvm_errno2vmerror();
Thordur I. Bjornsson
2008-11-24
init uvm_km_page memory a bit earlier to reduce pressure on pmap bootstrap
Kurt Miller
2008-11-10
typo: be -> by in comment
Owain Ainsworth
2008-11-10
vm_map_lock() around calls to uvm_map_findspace(); ok tedu
Theo de Raadt
2008-11-04
uvmspace_unshare() is never used; ok miod
Theo de Raadt
2008-10-24
it is a good policy to clear the pointer after we free something
Theo de Raadt
2008-10-23
a better fix for the "uvm_km thread runs out of memory" problem.
Ted Unangst
2008-10-18
Revert the change to use pools for <= PAGE_SIZE allocations. It
Mark Kettenis
2008-10-08
Don't extend amaps beyond what their supposed maximum. This code path is
Artur Grabowski
2008-10-06
uvn_attach message is purely diagnostic, not needed
Theo de Raadt
2008-10-01
In uvm_pglistalloc(), do not fall through the success code if we could not find
Miod Vallat
2008-09-29
Use pools to do allocations for all sizes <= PAGE_SIZE.
Artur Grabowski
2008-09-23
Do not merge userland map entries.
Artur Grabowski
2008-09-16
remove dead stores and newly created unused variables.
Charles Longeau
2008-09-13
fix potential use of uninitialized value
Charles Longeau
2008-09-12
less waste for amaps in the common case:
Otto Moerbeek
2008-08-26
Plug potential memory leak.
Mark Kettenis
2008-07-25
Correct printing of the pg_flags for ddb.
Artur Grabowski
2008-07-25
some splassert paranoia.
Artur Grabowski
2008-07-18
Add new uvm function called uvm_map_pie() which takes align as a
Kurt Miller
2008-07-02
Make the pagedaemon a bit happier.
Artur Grabowski
2008-06-27
uvm_pglistalloc() works by walking the physical address range it gets invoked
Miod Vallat
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-06-14
If we have one syscall that consumes large amounts of memory (like for
Artur Grabowski
2008-06-12
Bring biomem diff back into the tree after the nfs_bio.c fix went in.
Theo de Raadt
2008-06-11
back out biomem diff since it is not right yet. Doing very large
Theo de Raadt
2008-06-10
Fix buffer cache pending read statistics by ensuring we can identify
Bob Beck
2008-06-09
Define a new flag, UVM_FLAG_HOLE, for uvm_map to create a vm_map_entry of
Miod Vallat
2008-06-02
Round up the numbers of keys to allocate, so that the last 128 page area
Miod Vallat
[prev]
[next]