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