| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r303924 (by trasz): | kib | 2016-08-29 | 1 | -1/+1 |
* | MFC r302567: | kib | 2016-07-25 | 1 | -0/+4 |
* | Do not leak the vm object lock when swap reservation failed, in | kib | 2016-05-29 | 1 | -0/+1 |
* | Prevent parallel object collapses. Both vm_object_collapse_scan() and | kib | 2016-05-26 | 1 | -0/+5 |
* | Style changes to some most outrageous violations in vm_object_collapse(). | kib | 2016-05-26 | 1 | -9/+6 |
* | Add implementation of robust mutexes, hopefully close enough to the | kib | 2016-05-17 | 1 | -1/+1 |
* | sys/vm: minor spelling fixes in comments. | pfg | 2016-05-02 | 1 | -1/+1 |
* | Implement process-shared locks support for libthr.so.3, without | kib | 2016-02-28 | 1 | -0/+5 |
* | A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES(). | glebius | 2015-12-16 | 1 | -1/+1 |
* | Pull vm_object_scan_all_shadowed out of vm_object_backing_scan | cem | 2015-12-03 | 1 | -155/+146 |
* | r221714 fixed the situation when the collapse scan improperly handled | kib | 2015-12-01 | 1 | -97/+84 |
* | As a step towards the elimination of PG_CACHED pages, rework the handling | markj | 2015-09-30 | 1 | -11/+11 |
* | Revert r173708's modifications to vm_object_page_remove(). | kib | 2015-07-25 | 1 | -23/+5 |
* | Make KPI of vm_pager_get_pages() more strict: if a pager changes a page | glebius | 2015-06-12 | 1 | -6/+2 |
* | Provide vnode in memory map info for files on tmpfs | vangyzen | 2015-06-02 | 1 | -0/+12 |
* | Export a list of VM objects in the system via a sysctl. The list can be | jhb | 2015-05-27 | 1 | -0/+137 |
* | Place VM objects on the object list when created and never remove them. | jhb | 2015-05-08 | 1 | -14/+17 |
* | Correct a typo in vm_object_backing_scan() that originated in r254141. | alc | 2015-03-07 | 1 | -1/+1 |
* | Use RW_NEW rather than calling bzero(). | alc | 2015-03-01 | 1 | -2/+1 |
* | Update mtime for tmpfs files modified through memory mapping. Similar | kib | 2015-01-28 | 1 | -1/+6 |
* | When the last reference on the vnode' vm object is dropped, read the | kib | 2014-12-05 | 1 | -1/+6 |
* | 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 |