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_map.c
Age
Commit message (
Expand
)
Author
2014-12-05
Introduce a new sysctl to retrieve VM map entries
Masao Uebayashi
2014-11-30
panic if the kernel requests W | X pages; ok kettenis
Theo de Raadt
2014-11-18
move arc4random prototype to systm.h. more appropriate for most code
Ted Unangst
2014-11-16
Replace a plethora of historical protection options with just
Theo de Raadt
2014-11-13
bzero -> memset
Ted Unangst
2014-10-03
Introduce __MAP_NOFAULT, a mmap(2) flag that makes sure a mapping will not
Mark Kettenis
2014-08-14
Bring back 1.173 (reverting 1.174) - mips64 systems are still unhappy when
Miod Vallat
2014-08-12
Revert 1.173 now that the real cause of the octeon regression has been fixed.
Miod Vallat
2014-07-13
Fall back to smaller spacing on the mips64 machines.
Paul Irofti
2014-07-13
more mmap random on 64-bit platforms. noticed in freebsd aslr patches.
Ted Unangst
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-11
Chuck Cranor rescinded clauses in his license
Jonathan Gray
2014-06-13
Add support for MAP_INHERIT_ZERO.
Matthew Dempsky
2014-05-15
Move from struct proc to process the reference-count-holding pointers
Philip Guenther
2014-04-13
compress code by turning four line comments into one line comments.
Ted Unangst
2014-04-10
rename waitable to waitok as suggested by kettenis
Ted Unangst
2014-04-03
add a uvm_yield function and use it in the reaper path to prevent the
Ted Unangst
2014-01-23
unifdef -D__HAVE_VM_PAGE_MD - no functional change.
Miod Vallat
2013-09-21
Don't invoke pmap_copy() on map holes.
Miod Vallat
2013-05-30
remove simple_locks from uvm code. ok beck deraadt
Ted Unangst
2013-04-17
it is better if we always start addr at something reasonable, and
Ted Unangst
2013-04-17
do not permanently avoid the BRKSIZ gap in the heap for mmap. after some
Ted Unangst
2013-02-10
Don't wait for memory from pool while holding vm_map_lock or we can
Bob Beck
2012-10-18
Wiring map entries with VM_PROT_NONE only waists RAM and bears no
Gerhard Roth
2012-06-14
Remove uvm_km_kmem_grow printf.
Ariane van der Steldt
2012-06-14
fix typo in comment
Jasper Lievisse Adriaanse
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-19
Backout misplaced optimization in vmmap.
Ariane van der Steldt
2012-04-17
uvmspace_exec: Remove disfunctional "optimization".
Ariane van der Steldt
2012-04-11
vmmap: speed up allocations
Ariane van der Steldt
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
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-05
allow option KVA_GUARDPAGES to compile.
David Hill
2011-07-03
endodoify UVM_CNT too.
Owain Ainsworth
2011-07-03
Rip out and burn support for UVM_HIST.
Owain Ainsworth
2011-06-30
finish ansi in uvm. ok ariane oga
Ted Unangst
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-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-04-26
MMU address space holes are at a fixed position (ofcourse).
Ariane van der Steldt
2011-04-18
Put back the change of pool and malloc into the new km_alloc(9) api.
Artur Grabowski
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
[next]