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-04-15
Add a bit of paranoia to uvm_pageinsert.
Owain Ainsworth
2011-04-15
When I switched uvm objects to use a per-object page tree instead of the
Owain Ainsworth
2011-04-07
Do not use NULL in integer comparisons. No functional change.
Miod Vallat
2011-04-07
In uvm_vslock_device(), if uvm_pglistalloc() fails, make sure to not pass
Miod Vallat
2011-04-06
Backout the uvm_km_getpage -> km_alloc conversion. Weird things are happening
Artur Grabowski
2011-04-06
fix uvm_pmr_alloc_pig to return the proper pig range size
Mike Larkin
2011-04-05
Test iterated variable instead of a temporary variable from the previous
Ariane van der Steldt
2011-04-05
- Change pool constraints to use kmem_pa_mode instead of uvm_constraint_range
Artur Grabowski
2011-04-04
Remove debug code.
Ariane van der Steldt
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
Disallow swapping to vnd's and return ENOTSUPP back
Thordur I. Bjornsson
2011-04-04
New unified allocator of kernel memory.
Artur Grabowski
2011-04-03
Helper functions for suspend.
Ariane van der Steldt
2011-04-03
Fix an #ifdef: uvm_pmr_isfree() is also used when DEBUG is defined
Philip Guenthe
2011-04-03
knf - trailing whitespace flense.
Bob Beck
2011-04-02
Constrain the buffer cache to use only the dma reachable region of memory.
Bob Beck
2011-04-02
Count the number of physical pages within a memory range.
Ariane van der Steldt
2011-04-01
Two problems with vslock_device functions.
Artur Grabowski
2011-04-01
Typo in comment.
Kenneth R Westerback
2011-01-11
for key material that is being being discarded, convert bzero() to
Theo de Raadt
2010-12-26
Kill pmap_phys_address(), and force every driver's mmap() routine to return
Miod Vallat
2010-12-24
add a param to uvm_map_hint to not skip over the heap, and use it as a last
Ted Unangst
2010-12-21
Bring back the "End the VOP experiment." diff, naddy's issues where
Thordur I. Bjornsson
2010-12-15
add a BRKSIZ define and use it for the heap gap constant, decoupling
Ted Unangst
2010-12-06
Change the signature of PMAP_PREFER from void PMAP_PREFER(..., vaddr_t *) to
Miod Vallat
2010-12-04
Teach swapctl(2) about DUIDs.
Joel Sing
2010-11-18
Declare pmap_proc_iflush() in <uvm/uvm_pmap.h> unless <machine/pmap.h>
Miod Vallat
2010-09-29
Band-aid to prevent uvm_mapent_alloc() sleeping with the pseg mutex held
Thordur I. Bjornsson
2010-09-26
remove static so things show up in ddb.
Thordur I. Bjornsson
2010-09-10
Backout the VOP diff until the issues naddy was seeing on alpha (gcc3)
Thordur I. Bjornsson
2010-09-06
End the VOP experiment. Instead of the ridicolusly complicated operation
Thordur I. Bjornsson
2010-09-06
cut swapping to file over from disksort to bufq fifo's and
Thordur I. Bjornsson
2010-08-28
Fix an uninitialized value leading to bogus KASSERT in uvm_pmr_use_inc().
Miod Vallat
2010-08-26
make the comment explaining the kernel submaps a bit better.
Thordur I. Bjornsson
2010-08-07
No "\n" needed at the end of panic() strings.
Kenneth R Westerback
2010-07-24
Don't sleep while holding the uvm_psel_lck mutex. Should fix "locking against
Mark Kettenis
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-13
need pool.h to initialize the dma allocator
Theo de Raadt
2010-07-13
dma_alloc() and dma_free(). This is a thin shim on top of a bag of
Theo de Raadt
2010-07-03
Be sure to initialize b_bq member of struct buf not allocated through the
Miod Vallat
2010-07-03
explicitly specify flags to malloc and pool_get instead of relying on 0.
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
Don't bother trying to handle a uvm_pglistalloc failure when called with
Thordur I. Bjornsson
2010-07-02
nuke unused global and a comment.
Thordur I. Bjornsson
2010-07-02
Add missing pmap_update. pointed out by matthew@
Artur Grabowski
2010-07-02
fix corrupt UVMHIST_LOG
Takuya ASADA
[prev]
[next]