| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r263471: | kib | 2014-03-24 | 1 | -0/+1 |
* | MFC r259951: | kib | 2013-12-30 | 1 | -1/+1 |
* | MFC r258367: | kib | 2013-12-13 | 1 | -0/+15 |
* | MFC r258366: | kib | 2013-12-13 | 1 | -1/+9 |
* | Both the vm_map and vmspace zones are defined as "no free". So, there is no | alc | 2013-09-22 | 1 | -23/+2 |
* | Merge the following changes from projects/bhyve_npt_pmap: | neel | 2013-09-20 | 1 | -5/+12 |
* | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | jhb | 2013-09-09 | 1 | -3/+4 |
* | Significantly reduce the cost, i.e., run time, of calls to madvise(..., | alc | 2013-08-29 | 1 | -2/+19 |
* | Revert r254501. Instead, reuse the type stability of the struct pmap | kib | 2013-08-22 | 1 | -0/+1 |
* | Add new mmap(2) flags to permit applications to request specific virtual | jhb | 2013-08-16 | 1 | -5/+16 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 1 | -24/+7 |
* | Clear entire map structure including locks so that the | kientzle | 2013-07-25 | 1 | -2/+1 |
* | Be more aggressive in using superpages in all mappings of objects: | jhb | 2013-07-19 | 1 | -5/+15 |
* | The mlockall() or VM_MAP_WIRE_HOLESOK does not interact properly with | kib | 2013-07-11 | 1 | -11/+51 |
* | 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 |