summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_map.h
AgeCommit message (Expand)Author
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
2005-03-01only use MAX_KMAPENT 2000 on i386 amd64 sparc64 and revert to 1000 on allHenning Brauer
2005-02-19double default MAX_KMAPENT to 2000, theo okHenning Brauer
2003-04-14There are two related changes.Artur Grabowski
2002-10-29Since memory deallocation can't fail, remove the error return fromArtur Grabowski
2002-06-11Remove a stupid assert that grows the kernel by 40kB.Artur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-07use an augmented red-black tree to keep track of free space in the vm_map.Niels Provos
2002-02-28use red-black tree for lookup_entry. the red-black tree case forNiels Provos
2002-02-25back out red-black tree. they are very fast but alpha UVM is broken andNiels Provos
2002-02-25use a red-black tree to find entries in the vm_map. augment the red-blackNiels Provos
2002-02-18From the UBC branch and NetBSD.Artur Grabowski
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-12-04Yet another sync to NetBSD uvm.Artur Grabowski
2001-11-28Sync in more uvm from NetBSD. Mostly just cosmetic stuff.Artur Grabowski