| Commit message (Expand) | Author | Age | Files | Lines |
* | When unwiring a region of an address space, do not assume that the | alc | 2014-07-26 | 1 | -0/+72 |
* | Correct assertion. The shadowing object cannot be tmpfs vm object, | kib | 2014-07-24 | 1 | -2/+4 |
* | The OBJ_TMPFS flag of vm_object means that there is unreclaimed tmpfs | kib | 2014-07-14 | 1 | -3/+3 |
* | Rename global cnt to vm_cnt to avoid shadowing. | bdrewery | 2014-03-22 | 1 | -1/+1 |
* | Do not vdrop() the tmpfs vnode until it is unlocked. The hold | kib | 2014-03-12 | 1 | -1/+2 |
* | Fix-up r254141: in the process of making a failing vm_page_rename() | attilio | 2014-02-14 | 1 | -2/+4 |
* | Fix function name in KASSERT(). | glebius | 2014-02-12 | 1 | -2/+1 |
* | Do not coalesce if the swap object belongs to tmpfs vnode. The | kib | 2013-11-05 | 1 | -2/+3 |
* | Drain for the xbusy state for two places which potentially do | kib | 2013-09-08 | 1 | -0/+6 |
* | Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9). | kib | 2013-08-22 | 1 | -2/+1 |
* | On all the architectures, avoid to preallocate the physical memory | attilio | 2013-08-09 | 1 | -27/+49 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | attilio | 2013-08-09 | 1 | -23/+25 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 1 | -1/+1 |
* | Never remove user-wired pages from an object when doing | kib | 2013-07-11 | 1 | -9/+10 |
* | - Add a general purpose resource allocator, vmem, from NetBSD. It was | jeff | 2013-06-28 | 1 | -6/+0 |
* | Revise the interface between vm_object_madvise() and vm_page_dontneed() so | alc | 2013-06-10 | 1 | -22/+2 |
* | In vm_object_split(), busy and consequently unbusy the pages only when | attilio | 2013-06-04 | 1 | -3/+4 |
* | After the object lock was dropped, the object' reference count could | kib | 2013-05-30 | 1 | -5/+5 |
* | Remove the capitalization in the assertion message. Print the address | kib | 2013-05-30 | 1 | -1/+1 |
* | Rework the handling of the tmpfs node backing swap object and tmpfs | kib | 2013-04-28 | 1 | -1/+23 |
* | Make vm_object_page_clean() and vm_mmap_vnode() tolerate the vnode' | kib | 2013-04-28 | 1 | -1/+6 |
* | Introduce vm_radix_is_empty(), and use it in place of | alc | 2013-03-10 | 1 | -1/+1 |
* | Merge from vmcontention. | attilio | 2013-03-09 | 1 | -103/+104 |
|\ |
|
| * | MFC | attilio | 2013-03-09 | 1 | -102/+105 |
| |\ |
|
| | * | Switch the vm_object mutex to be a rwlock. This will enable in the | attilio | 2013-03-09 | 1 | -103/+104 |
| | |\ |
|
| | | * | MFC | attilio | 2013-03-08 | 1 | -5/+5 |
| | | |\ |
|
| | | * | | Fix compiling. | attilio | 2013-02-26 | 1 | -2/+2 |
| | | * | | MFC | attilio | 2013-02-26 | 1 | -4/+4 |
| | | * | | MFC | attilio | 2013-02-26 | 1 | -2/+2 |
| | | * | | MFC | attilio | 2013-02-26 | 1 | -1/+1 |
| | | * | | As VM_OBJECT_SLEEP() is a vm_object_t specific function, make | attilio | 2013-02-26 | 1 | -3/+3 |
| | | * | | Hide the details for the assertion for VM_OBJECT_LOCK operations. | attilio | 2013-02-21 | 1 | -21/+21 |
| | | * | | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -78/+78 |
| | | * | | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -33/+32 |
| | * | | | Merge from vmc-playground: | attilio | 2013-03-09 | 1 | -5/+6 |
| | | |/
| | |/| |
|
| * | | | MFC | attilio | 2013-03-04 | 1 | -3/+5 |
| |\ \ \
| | |/ / |
|
| | * | | Merge from vmcontention: | attilio | 2013-03-04 | 1 | -4/+5 |
* | | | | Evaluations on the likelyhood of empty object cache cannot be made in | attilio | 2013-03-04 | 1 | -4/+5 |
* | | | | Remove the boot-time cache support and rely on UMA boot-time slab cache | attilio | 2013-03-04 | 1 | -0/+2 |
* | | | | We don't need to reinitialize the root of the page cache trie on every | alc | 2013-03-03 | 1 | -1/+1 |
* | | | | Merge from vmcontention | attilio | 2013-03-03 | 1 | -1/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | MFC | attilio | 2013-03-03 | 1 | -1/+0 |
| |\ \ \
| | |/ / |
|
| | * | | The value held by the vm object's field pg_color is only considered | alc | 2013-03-02 | 1 | -1/+0 |
| | * | | Merge from vmc-playground branch: | attilio | 2013-02-26 | 1 | -4/+4 |
| | * | | Remove white spaces. | attilio | 2013-02-26 | 1 | -2/+2 |
| * | | | MFC | attilio | 2013-02-26 | 1 | -4/+4 |
| * | | | MFC | attilio | 2013-02-26 | 1 | -1/+1 |
* | | | | Revert white space change in the previous commit. | alc | 2013-03-02 | 1 | -1/+0 |
* | | | | Assert that the trie is empty when a vm object is destroyed. | alc | 2013-03-02 | 1 | -4/+6 |
* | | | | Merge from vmcontention | attilio | 2013-02-26 | 1 | -1/+1 |