| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bug that allowed a tracing process (e.g. gdb) to write | des | 2013-06-18 | 1 | -0/+6 |
* | o Relax locking assertions for vm_page_find_least() | attilio | 2013-05-21 | 1 | -7/+15 |
* | Fix the assertions for the state of the object under the map entry | kib | 2013-04-09 | 1 | -6/+16 |
* | MFC | attilio | 2013-02-26 | 1 | -2/+1 |
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -22/+22 |
* | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -0/+1 |
* | - Get rid of unused function vmspace_wired_count(). | zont | 2013-01-14 | 1 | -6/+0 |
* | - Reduce kernel size by removing unnecessary pointer indirections. | zont | 2013-01-10 | 1 | -6/+4 |
* | - Fix locked memory accounting for maps with MAP_WIREFUTURE flag. | zont | 2012-12-18 | 1 | -6/+39 |
* | In the past four years, we've added two new vm object types. Each time, | alc | 2012-12-09 | 1 | -8/+7 |
* | Make a few small changes to vm_map_pmap_enter(): | alc | 2012-11-25 | 1 | -9/+10 |
* | Fix DDB command "show map XXX": | attilio | 2012-11-12 | 1 | -24/+14 |
* | - After r240026 sgrowsiz should be used in a safer maner. | zont | 2012-09-03 | 1 | -4/+7 |
* | Add new pmap layer locks to the predefined lock order. Change the names | alc | 2012-06-27 | 1 | -2/+2 |
* | Move the per-thread deferred user map entries list into a private list | jhb | 2012-06-20 | 1 | -3/+6 |
* | Use the previous stack entry protection and max protection to correctly | kib | 2012-06-10 | 1 | -1/+1 |
* | Give vm_fault()'s sequential access optimization a makeover. | alc | 2012-05-10 | 1 | -0/+2 |
* | Fix madvise(MADV_WILLNEED) to properly handle individual mappings larger | jhb | 2012-03-19 | 1 | -12/+10 |
* | In vm_object_page_clean(), do not clean OBJ_MIGHTBEDIRTY object flag | kib | 2012-03-17 | 1 | -2/+5 |
* | Simplify vmspace_fork()'s control flow by copying immutable data before | alc | 2012-02-25 | 1 | -14/+10 |
* | Account the writeable shared mappings backed by file in the vnode | kib | 2012-02-23 | 1 | -4/+73 |
* | Close a race due to dropping of the map lock between creating map entry | kib | 2012-02-11 | 1 | -2/+7 |
* | Introduce the same mutex-wise fix in r227758 for sx locks. | attilio | 2011-11-21 | 1 | -29/+13 |
* | Introduce macro stubs in the mutex implementation that will be always | attilio | 2011-11-20 | 1 | -15/+12 |
* | All the racct_*() calls need to happen with the proc locked. Fixing this | trasz | 2011-07-06 | 1 | -0/+10 |
* | Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing this | alc | 2011-06-29 | 1 | -1/+9 |
* | Add accounting for most of the memory-related resources. | trasz | 2011-04-05 | 1 | -1/+54 |
* | - Merge changes to the base system to support OFED. These include | jeff | 2011-03-21 | 1 | -13/+14 |
* | Since the last parameter to vm_object_shadow() is a vm_size_t and not a | alc | 2011-02-04 | 1 | -7/+5 |
* | Reenable the call to vm_map_simplify_entry() from vm_map_insert() for non- | alc | 2011-01-29 | 1 | -9/+5 |
* | Fix a long standing (from the original 4.4BSD lite sources) race between | mlaier | 2010-12-09 | 1 | -1/+41 |
* | Replace pointer to "struct uidinfo" with pointer to "struct ucred" | trasz | 2010-12-02 | 1 | -106/+106 |
* | Implement a (soft) stack guard page for auto-growing stack mappings. | kib | 2010-11-14 | 1 | -1/+13 |
* | In case the stack size reaches its limit and its growth must be restricted, | alc | 2010-11-07 | 1 | -1/+2 |
* | - Make 'vm_refcnt' volatile so that compilers won't be tempted to treat | jhb | 2010-10-21 | 1 | -5/+1 |
* | If vm_map_find() is asked to allocate a superpage-aligned region of virtual | alc | 2010-10-04 | 1 | -14/+8 |
* | Make refinements to r212824. In particular, don't make | alc | 2010-09-19 | 1 | -16/+24 |
* | Adopt the deferring of object deallocation for the deleted map entries | kib | 2010-09-18 | 1 | -20/+45 |
* | Introduce a helper function vm_page_find_least(). Use it in several places, | kib | 2010-07-04 | 1 | -7/+1 |
* | Push down page queues lock acquisition in pmap_enter_object() and | alc | 2010-05-26 | 1 | -14/+1 |
* | Correct an error of omission in r206819. If VMFS_TLB_ALIGNED_SPACE is | alc | 2010-05-02 | 1 | -1/+5 |
* | o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches the | jmallett | 2010-04-18 | 1 | -1/+12 |
* | Make _vm_map_init() the one place where the vm map's pmap field is | alc | 2010-04-03 | 1 | -9/+9 |
* | Re-enable the call to pmap_release() by vmspace_dofree(). The accounting | alc | 2010-04-03 | 1 | -6/+3 |
* | The MAP_ENTRY_NEEDS_COPY flag belongs to protoeflags, cow variable | kib | 2010-01-29 | 1 | -1/+1 |
* | Replace VM_PROT_OVERRIDE_WRITE by VM_PROT_COPY. VM_PROT_OVERRIDE_WRITE has | alc | 2009-11-26 | 1 | -21/+8 |
* | Simplify both the invocation and the implementation of vm_fault() for wiring | alc | 2009-11-18 | 1 | -2/+2 |
* | Avoid pointless calls to pmap_protect(). | alc | 2009-11-02 | 1 | -3/+3 |
* | When protection of wired read-only mapping is changed to read-write, | kib | 2009-10-27 | 1 | -4/+10 |
* | Move the annotation for vm_map_startup() immediately before the function. | kib | 2009-10-01 | 1 | -16/+16 |