summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_map.h
AgeCommit message (Expand)Author
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
2001-11-28Sync in more uvm changes from NetBSD.Artur Grabowski
2001-11-27Merge in the unified buffer cache code as found in NetBSD 2001/03/10. TheArtur Grabowski
2001-11-12Bring in more changes from NetBSD. Mostly pagedaemon improvements.Artur Grabowski
2001-11-07Another sync of uvm to NetBSD. Just minor fiddling, no major changes.Artur Grabowski
2001-11-07Add an alignment argument to uvm_map that specifies an alignment hintArtur Grabowski
2001-11-06More sync to NetBSD.Artur Grabowski
2001-11-06Sync to NetBSD.Artur Grabowski
2001-08-12merge vm_map.h into uvm_map.h, kinda matches netbsd's approachMichael Shalayeff
2001-08-11Various random fixes from NetBSD.Artur Grabowski
2001-08-06Add a new type voff_t (right now it's typedefed as off_t) used for offsetsArtur Grabowski
2001-03-22Sync style, typo, and comments a little closer to NetBSD. art@ oksmart
2001-03-09Protect protypes, certain macros, and inlines from userland. Checked userlandsmart
2001-01-29$OpenBSD$Niklas Hallqvist
2000-03-16Bring in some new UVM code from NetBSD (not current).Artur Grabowski
1999-08-23sync with NetBSD from 1999.05.24 (there is a reason for this date)Artur Grabowski
1999-02-26add OpenBSD tagsArtur Grabowski
1999-02-26Import of uvm from NetBSD. Some local changes, some code disabledArtur Grabowski