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.h
Age
Commit message (
Expand
)
Author
2022-11-17
With regret, place mutexes after struct vm_map fields which are inspected
Theo de Raadt
2022-11-04
Assert the VM map lock is held in function used by mmap/mprotect/munmap.
Martin Pieuchot
2022-10-21
the debug "name" parameter to uvm_map_immutable() is no longer needed
Theo de Raadt
2022-10-16
Rather than marking MAP_STACK on entries for sigaltstack() [2 days ago],
Theo de Raadt
2022-10-15
During the MAP_STACK introduction in 2018, sigaltstack() became a
Theo de Raadt
2022-10-07
Add mimmutable(2) system call which locks the permissions (PROT_*) of
Theo de Raadt
2022-03-12
Revert holding a read lock on the map while copying out data during sysctl(2).
Martin Pieuchot
2022-03-11
Hold a read lock on the map while copying out data during a sysctl(2) call
Mark Kettenis
2022-02-11
Backout previous "Assert vm map locks" (commitid: sRNBfzX2dJrxFDmb)
Klemens Nanni
2022-02-10
Assert vm map locks
Klemens Nanni
2021-12-15
Use a per-UVM object lock to serialize the lower part of the fault handler.
Martin Pieuchot
2021-05-22
Use atomic operations for reference counting VM maps.
Martin Pieuchot
2021-03-12
spelling
Jonathan Gray
2020-10-09
Remove unecesary includes.
Martin Pieuchot
2019-12-18
Set vm_map's pmap in uvm_map_setup().
Visa Hankala
2019-12-12
Header cleanup.
Martin Pieuchot
2019-11-29
Repurpose the "syscalls must be on a writeable page" mechanism to
Theo de Raadt
2019-11-02
Start documenting which locking primitives apply to uvm_map members.
Martin Pieuchot
2019-11-01
Keep local function definitions in C files.
Martin Pieuchot
2019-06-14
The addition of writeable-syscall checking near MAP_STACK checking
Theo de Raadt
2019-06-01
Refactor the MAP_STACK feature, and introduce another similar variation:
Theo de Raadt
2018-04-12
Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and
Theo de Raadt
2016-09-16
put RBT_PROTOTYPE inside #ifdef _KERNEL
David Gwynne
2016-09-16
move uaddr_free_rbtree from RB macros to RBT functions
David Gwynne
2016-09-16
move the uvm_map_addr RB tree from RB macros to the RBT functions
David Gwynne
2016-08-11
replace abuse of the static map entries RB_ENTRY pointers with an SLIST
David Gwynne
2015-09-09
Add locking for interrupt-safe maps (those that have the VM_MAP_INTRSAFE flag
Mark Kettenis
2015-03-30
Extend uvm_map_hint() to get an address range as extra arguments, and make
Miod Vallat
2015-02-06
make vm_map_lock lock when it's supposed to. add mutex to protect flags
Ted Unangst
2014-12-05
Introduce a new sysctl to retrieve VM map entries
Masao Uebayashi
2014-07-11
Chuck Cranor rescinded clauses in his license
Jonathan Gray
2013-05-30
remove lots of comments about locking per beck's request
Ted Unangst
2013-05-30
remove simple_locks from uvm code. ok beck deraadt
Ted Unangst
2012-04-11
vmmap: speed up allocations
Ariane van der Steldt
2012-03-09
New vmmap implementation.
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
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-04-20
remove proc.h include from uvm_map.h. This has far reaching effects, as
Ted Unangst
2009-08-28
kva_guardpages: make guard pages separate map entries
Ariane van der Steldt
2009-07-25
Add an extra argument to uvm_unmap_remove(), for the caller to tell it
Miod Vallat
2009-03-25
Move all of the pseudo-inline functions in uvm into C files.
Owain Ainsworth
2008-07-18
Add new uvm function called uvm_map_pie() which takes align as a
Kurt Miller
2007-04-11
Instead of managing pages for intrsafe maps in special objects (aka.
Artur Grabowski
2007-04-04
Switch vm_map lock to rwlock.
Artur Grabowski
2007-03-25
Remove the flags_lock simplelock from struct vm_map;
Thordur I. Bjornsson
2007-01-12
proper define for MAX_KMAPENT; miod@ ok
Michael Shalayeff
2005-11-19
Remove unnecessary lockmgr() archaism that was costing too much in terms
Pedro Martelletto
2005-09-30
revert MAX_KMAPENT hack added just before 3.7 now that
Brad Smith
2005-05-24
add a new field to vm_space and use it to track the number of anon
Ted Unangst
[next]