| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r238502: | Matthew D Fleming | 2012-08-22 | 1 | -2/+2 |
| * | MFC r218966, r219124: | Rebecca Cran | 2011-03-04 | 1 | -1/+1 |
| * | MFC 214144: | John Baldwin | 2011-01-25 | 1 | -1/+1 |
| * | MFC r216335: | Max Laier | 2010-12-19 | 1 | -0/+5 |
| * | Merge MIPS platform support to 8-STABLE. | Jayachandran C. | 2010-11-27 | 1 | -0/+3 |
| * | MFC r212824: | Konstantin Belousov | 2010-10-02 | 1 | -2/+3 |
| * | Implement global and per-uid accounting of the anonymous memory. Add | Konstantin Belousov | 2009-06-23 | 1 | -0/+3 |
| * | When vm_map_wire(9) is allowed to skip holes in the wired region, skip | Konstantin Belousov | 2009-04-10 | 1 | -0/+2 |
| * | Revert the addition of the freelist argument for the vm_map_delete() | Konstantin Belousov | 2009-02-24 | 1 | -3/+2 |
| * | Do not call vm_object_deallocate() from vm_map_delete(), because we | Konstantin Belousov | 2009-02-08 | 1 | -1/+3 |
| * | Resurrect shared map locks allowing greater concurrency during some map | Alan Cox | 2009-01-01 | 1 | -0/+1 |
| * | Update or eliminate some stale comments. | Alan Cox | 2008-12-31 | 1 | -9/+1 |
| * | Generalize vm_map_find(9)'s parameter "find_space". Specifically, add | Alan Cox | 2008-05-10 | 1 | -1/+9 |
| * | vm_map_fixed(), unlike vm_map_find(), does not update "addr", so it can be | Alan Cox | 2008-04-28 | 1 | -1/+2 |
| * | Make the vm_pmap field of struct vmspace the last field in the | Marcel Moolenaar | 2008-03-01 | 1 | -1/+6 |
| * | Change unused 'user_wait' argument to 'timo' argument, which will be | Pawel Jakub Dawidek | 2007-11-07 | 1 | -1/+1 |
| * | Do not drop vm_map lock between doing vm_map_remove() and vm_map_insert(). | Konstantin Belousov | 2007-08-20 | 1 | -0/+1 |
| * | Close race between vmspace_exitfree() and exit1() and races between | Tor Egge | 2006-05-29 | 1 | -1/+0 |
| * | Eliminate unneeded preallocation at initialization. | Alan Cox | 2005-12-03 | 1 | -1/+0 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Replace the linear search in vm_map_findspace() with an O(log n) | Alan Cox | 2004-08-13 | 1 | -1/+2 |
| * | The vm map lock is needed in vm_fault() after the page has been found, | Tor Egge | 2004-08-12 | 1 | -1/+2 |
| * | Revamp VM map wiring. | Brian Feldman | 2004-08-09 | 1 | -0/+14 |
| * | Get rid of another lockmgr(9) consumer by using sx locks for the user | Maxime Henrion | 2004-07-30 | 1 | -2/+2 |
| * | Simplify vmspace initialization. The bcopy() of fields from the old | Alan Cox | 2004-07-24 | 1 | -3/+0 |
| * | Micro-optimize vmspace for 64-bit architectures: Colocate vm_refcnt and | Alan Cox | 2004-07-06 | 1 | -1/+1 |
| * | Remove an unused field from the vmspace structure. | Alan Cox | 2004-06-26 | 1 | -2/+1 |
| * | In cases where a file was resident in memory mmap(..., PROT_NONE, ...) | Alan Cox | 2004-04-24 | 1 | -1/+1 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-06 | 1 | -4/+0 |
| * | Part 2 of rev 1.68. Update comment to match reality now that vm_endcopy | Peter Wemm | 2004-03-12 | 1 | -1/+1 |
| * | - Rename vm_map_clean() to vm_map_sync(). This better reflects the fact | Alan Cox | 2003-11-09 | 1 | -1/+1 |
| * | Whitespace cleanup. | Dag-Erling Smørgrav | 2003-11-03 | 1 | -4/+4 |
| * | Move pmap_resident_count() from the MD pmap.h to the MI pmap.h. | Bruce M Simpson | 2003-10-06 | 1 | -0/+1 |
| * | Part 2 of implementing rstacks: add the ability to create rstacks and | Marcel Moolenaar | 2003-09-27 | 1 | -0/+2 |
| * | Introduce MAP_ENTRY_GROWS_DOWN and MAP_ENTRY_GROWS_UP to allow for | Marcel Moolenaar | 2003-08-30 | 1 | -0/+3 |
| * | Reduce the size of the vm map (and by inclusion the vm space) on 64-bit | Alan Cox | 2003-08-13 | 1 | -1/+1 |
| * | Add the mlockall() and munlockall() system calls. | Bruce M Simpson | 2003-08-11 | 1 | -2/+24 |
| * | Introduce vm_map_pmap_enter(). Presently, this is a stub calling the MD | Alan Cox | 2003-06-29 | 1 | -0/+2 |
| * | Remove an unnecessary forward declaration. | Alan Cox | 2003-06-15 | 1 | -2/+1 |
| * | - When the VM daemon is out of swap space and looking for a | David Schultz | 2003-03-12 | 1 | -0/+3 |
| * | Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress. | Alan Cox | 2003-03-06 | 1 | -1/+0 |
| * | Add a needed #include. | Alan Cox | 2003-01-01 | 1 | -0/+1 |
| * | Implement a variant locking scheme for vm maps: Access to system maps | Alan Cox | 2002-12-31 | 1 | -0/+1 |
| * | Fix a refcount race with the vmspace structure. In order to prevent | Matthew Dillon | 2002-12-15 | 1 | -2/+2 |
| * | o Update some comments. | Alan Cox | 2002-09-22 | 1 | -7/+9 |
| * | Change struct vmspace->vm_shm from void * to struct shmmap_state *, this | Alfred Perlstein | 2002-07-22 | 1 | -1/+1 |
| * | Remove caddr_t. | Alfred Perlstein | 2002-07-22 | 1 | -1/+1 |
| * | o Add a "needs wakeup" flag to the vm_map for use by kmem_alloc_wait() | Alan Cox | 2002-07-11 | 1 | -0/+3 |
| * | o Eliminate vmspace::vm_minsaddr. It's initialized but never used. | Alan Cox | 2002-06-25 | 1 | -5/+5 |
| * | o Use vm_map_wire() and vm_map_unwire() in place of vm_map_pageable() and | Alan Cox | 2002-06-14 | 1 | -8/+0 |