aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_map.h
Commit message (Expand)AuthorAgeFilesLines
* - Merge changes to the base system to support OFED. These includeJeff Roberson2011-03-211-0/+2
* Change the return type of vmspace_swap_count to a long to match the otherRebecca Cran2011-03-011-1/+1
* Calculate and return the count in vmspace_swap_count as a vm_offset_tRebecca Cran2011-02-231-1/+1
* Introduce vm_fault_hold() and use it to (1) eliminate a long-standing raceAlan Cox2010-12-201-0/+1
* Fix a long standing (from the original 4.4BSD lite sources) race betweenMax Laier2010-12-091-0/+5
* Replace pointer to "struct uidinfo" with pointer to "struct ucred"Edward Tomasz Napierala2010-12-021-1/+1
* - Make 'vm_refcnt' volatile so that compilers won't be tempted to treatJohn Baldwin2010-10-211-1/+1
* Make refinements to r212824. In particular, don't makeAlan Cox2010-09-191-4/+3
* Adopt the deferring of object deallocation for the deleted map entriesKonstantin Belousov2010-09-181-1/+3
* o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches theJuli Mallett2010-04-181-0/+3
* Make _vm_map_init() the one place where the vm map's pmap field isAlan Cox2010-04-031-1/+1
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagAlan Cox2009-11-271-1/+0
* Simplify both the invocation and the implementation of vm_fault() for wiringAlan Cox2009-11-181-2/+0
* Implement global and per-uid accounting of the anonymous memory. AddKonstantin Belousov2009-06-231-0/+3
* When vm_map_wire(9) is allowed to skip holes in the wired region, skipKonstantin Belousov2009-04-101-0/+2
* Revert the addition of the freelist argument for the vm_map_delete()Konstantin Belousov2009-02-241-3/+2
* Do not call vm_object_deallocate() from vm_map_delete(), because weKonstantin Belousov2009-02-081-1/+3
* Resurrect shared map locks allowing greater concurrency during some mapAlan Cox2009-01-011-0/+1
* Update or eliminate some stale comments.Alan Cox2008-12-311-9/+1
* Generalize vm_map_find(9)'s parameter "find_space". Specifically, addAlan Cox2008-05-101-1/+9
* vm_map_fixed(), unlike vm_map_find(), does not update "addr", so it can beAlan Cox2008-04-281-1/+2
* Make the vm_pmap field of struct vmspace the last field in theMarcel Moolenaar2008-03-011-1/+6
* Change unused 'user_wait' argument to 'timo' argument, which will bePawel Jakub Dawidek2007-11-071-1/+1
* Do not drop vm_map lock between doing vm_map_remove() and vm_map_insert().Konstantin Belousov2007-08-201-0/+1
* Close race between vmspace_exitfree() and exit1() and races betweenTor Egge2006-05-291-1/+0
* Eliminate unneeded preallocation at initialization.Alan Cox2005-12-031-1/+0
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Replace the linear search in vm_map_findspace() with an O(log n)Alan Cox2004-08-131-1/+2
* The vm map lock is needed in vm_fault() after the page has been found,Tor Egge2004-08-121-1/+2
* Revamp VM map wiring.Brian Feldman2004-08-091-0/+14
* Get rid of another lockmgr(9) consumer by using sx locks for the userMaxime Henrion2004-07-301-2/+2
* Simplify vmspace initialization. The bcopy() of fields from the oldAlan Cox2004-07-241-3/+0
* Micro-optimize vmspace for 64-bit architectures: Colocate vm_refcnt andAlan Cox2004-07-061-1/+1
* Remove an unused field from the vmspace structure.Alan Cox2004-06-261-2/+1
* In cases where a file was resident in memory mmap(..., PROT_NONE, ...)Alan Cox2004-04-241-1/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-061-4/+0
* Part 2 of rev 1.68. Update comment to match reality now that vm_endcopyPeter Wemm2004-03-121-1/+1
* - Rename vm_map_clean() to vm_map_sync(). This better reflects the factAlan Cox2003-11-091-1/+1
* Whitespace cleanup.Dag-Erling Smørgrav2003-11-031-4/+4
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.Bruce M Simpson2003-10-061-0/+1
* Part 2 of implementing rstacks: add the ability to create rstacks andMarcel Moolenaar2003-09-271-0/+2
* Introduce MAP_ENTRY_GROWS_DOWN and MAP_ENTRY_GROWS_UP to allow forMarcel Moolenaar2003-08-301-0/+3
* Reduce the size of the vm map (and by inclusion the vm space) on 64-bitAlan Cox2003-08-131-1/+1
* Add the mlockall() and munlockall() system calls.Bruce M Simpson2003-08-111-2/+24
* Introduce vm_map_pmap_enter(). Presently, this is a stub calling the MDAlan Cox2003-06-291-0/+2
* Remove an unnecessary forward declaration.Alan Cox2003-06-151-2/+1
* - When the VM daemon is out of swap space and looking for aDavid Schultz2003-03-121-0/+3
* Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress.Alan Cox2003-03-061-1/+0
* Add a needed #include.Alan Cox2003-01-011-0/+1
* Implement a variant locking scheme for vm maps: Access to system mapsAlan Cox2002-12-311-0/+1