| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r302567: | Konstantin Belousov | 2016-07-25 | 1 | -0/+4 |
| * | Do not leak the vm object lock when swap reservation failed, in | Konstantin Belousov | 2016-05-29 | 1 | -0/+1 |
| * | Prevent parallel object collapses. Both vm_object_collapse_scan() and | Konstantin Belousov | 2016-05-26 | 1 | -0/+5 |
| * | Style changes to some most outrageous violations in vm_object_collapse(). | Konstantin Belousov | 2016-05-26 | 1 | -9/+6 |
| * | Add implementation of robust mutexes, hopefully close enough to the | Konstantin Belousov | 2016-05-17 | 1 | -1/+1 |
| * | sys/vm: minor spelling fixes in comments. | Pedro F. Giffuni | 2016-05-02 | 1 | -1/+1 |
| * | Implement process-shared locks support for libthr.so.3, without | Konstantin Belousov | 2016-02-28 | 1 | -0/+5 |
| * | A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES(). | Gleb Smirnoff | 2015-12-16 | 1 | -1/+1 |
| * | Pull vm_object_scan_all_shadowed out of vm_object_backing_scan | Conrad Meyer | 2015-12-03 | 1 | -155/+146 |
| * | r221714 fixed the situation when the collapse scan improperly handled | Konstantin Belousov | 2015-12-01 | 1 | -97/+84 |
| * | As a step towards the elimination of PG_CACHED pages, rework the handling | Mark Johnston | 2015-09-30 | 1 | -11/+11 |
| * | Revert r173708's modifications to vm_object_page_remove(). | Konstantin Belousov | 2015-07-25 | 1 | -23/+5 |
| * | Make KPI of vm_pager_get_pages() more strict: if a pager changes a page | Gleb Smirnoff | 2015-06-12 | 1 | -6/+2 |
| * | Provide vnode in memory map info for files on tmpfs | Eric van Gyzen | 2015-06-02 | 1 | -0/+12 |
| * | Export a list of VM objects in the system via a sysctl. The list can be | John Baldwin | 2015-05-27 | 1 | -0/+137 |
| * | Place VM objects on the object list when created and never remove them. | John Baldwin | 2015-05-08 | 1 | -14/+17 |
| * | Correct a typo in vm_object_backing_scan() that originated in r254141. | Alan Cox | 2015-03-07 | 1 | -1/+1 |
| * | Use RW_NEW rather than calling bzero(). | Alan Cox | 2015-03-01 | 1 | -2/+1 |
| * | Update mtime for tmpfs files modified through memory mapping. Similar | Konstantin Belousov | 2015-01-28 | 1 | -1/+6 |
| * | When the last reference on the vnode' vm object is dropped, read the | Konstantin Belousov | 2014-12-05 | 1 | -1/+6 |
| * | When unwiring a region of an address space, do not assume that the | Alan Cox | 2014-07-26 | 1 | -0/+72 |
| * | Correct assertion. The shadowing object cannot be tmpfs vm object, | Konstantin Belousov | 2014-07-24 | 1 | -2/+4 |
| * | The OBJ_TMPFS flag of vm_object means that there is unreclaimed tmpfs | Konstantin Belousov | 2014-07-14 | 1 | -3/+3 |
| * | Rename global cnt to vm_cnt to avoid shadowing. | Bryan Drewery | 2014-03-22 | 1 | -1/+1 |
| * | Do not vdrop() the tmpfs vnode until it is unlocked. The hold | Konstantin Belousov | 2014-03-12 | 1 | -1/+2 |
| * | Fix-up r254141: in the process of making a failing vm_page_rename() | Attilio Rao | 2014-02-14 | 1 | -2/+4 |
| * | Fix function name in KASSERT(). | Gleb Smirnoff | 2014-02-12 | 1 | -2/+1 |
| * | Do not coalesce if the swap object belongs to tmpfs vnode. The | Konstantin Belousov | 2013-11-05 | 1 | -2/+3 |
| * | Drain for the xbusy state for two places which potentially do | Konstantin Belousov | 2013-09-08 | 1 | -0/+6 |
| * | Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9). | Konstantin Belousov | 2013-08-22 | 1 | -2/+1 |
| * | On all the architectures, avoid to preallocate the physical memory | Attilio Rao | 2013-08-09 | 1 | -27/+49 |
| * | The soft and hard busy mechanism rely on the vm object lock to work. | Attilio Rao | 2013-08-09 | 1 | -23/+25 |
| * | Replace kernel virtual address space allocation with vmem. This provides | Jeff Roberson | 2013-08-07 | 1 | -1/+1 |
| * | Never remove user-wired pages from an object when doing | Konstantin Belousov | 2013-07-11 | 1 | -9/+10 |
| * | - Add a general purpose resource allocator, vmem, from NetBSD. It was | Jeff Roberson | 2013-06-28 | 1 | -6/+0 |
| * | Revise the interface between vm_object_madvise() and vm_page_dontneed() so | Alan Cox | 2013-06-10 | 1 | -22/+2 |
| * | In vm_object_split(), busy and consequently unbusy the pages only when | Attilio Rao | 2013-06-04 | 1 | -3/+4 |
| * | After the object lock was dropped, the object' reference count could | Konstantin Belousov | 2013-05-30 | 1 | -5/+5 |
| * | Remove the capitalization in the assertion message. Print the address | Konstantin Belousov | 2013-05-30 | 1 | -1/+1 |
| * | Rework the handling of the tmpfs node backing swap object and tmpfs | Konstantin Belousov | 2013-04-28 | 1 | -1/+23 |
| * | Make vm_object_page_clean() and vm_mmap_vnode() tolerate the vnode' | Konstantin Belousov | 2013-04-28 | 1 | -1/+6 |
| * | Sync back vmcontention branch into HEAD: | Attilio Rao | 2013-03-18 | 1 | -5/+8 |
| * | Switch the vm_object mutex to be a rwlock. This will enable in the | Attilio Rao | 2013-03-09 | 1 | -103/+104 |
| * | Merge from vmc-playground: | Attilio Rao | 2013-03-09 | 1 | -5/+6 |
| * | Merge from vmcontention: | Attilio Rao | 2013-03-04 | 1 | -4/+5 |
| * | The value held by the vm object's field pg_color is only considered | Alan Cox | 2013-03-02 | 1 | -1/+0 |
| * | Merge from vmc-playground branch: | Attilio Rao | 2013-02-26 | 1 | -4/+4 |
| * | Remove white spaces. | Attilio Rao | 2013-02-26 | 1 | -2/+2 |
| * | Wrap the sleeps synchronized by the vm_object lock into the specific | Attilio Rao | 2013-02-26 | 1 | -7/+5 |
| * | In the past four years, we've added two new vm object types. Each time, | Alan Cox | 2012-12-09 | 1 | -8/+27 |