| Commit message (Expand) | Author | Age | Files | Lines |
* | Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages. | alc | 2015-06-08 | 1 | -1/+0 |
* | Document vm_page_alloc_contig()'s support for the VM_ALLOC_NODUMP option. | alc | 2015-05-30 | 1 | -0/+1 |
* | Do grammar fix in the comment to record the right commit message for | kib | 2015-05-20 | 1 | -2/+2 |
* | Remove the write-only variable phent. We currently do not check the | kib | 2015-05-20 | 1 | -0/+1 |
* | Remove support for Xen PV domU kernels. Support for HVM domU kernels | jhb | 2015-04-30 | 1 | -8/+0 |
* | Improve support for blacklisting bad memory locations. The user can supply | scottl | 2015-04-29 | 1 | -25/+153 |
* | Add comments about CTLFLAG_RDTUN vs. TUNABLE_INT_FETCH. | rpaulo | 2015-03-26 | 1 | -0/+3 |
* | Use TUNABLE_INT_FETCH for boot_pages. | rpaulo | 2015-03-24 | 1 | -2/+4 |
* | Remove whitespace. | rpaulo | 2015-03-24 | 1 | -18/+18 |
* | Add flag VM_ALLOC_NOWAIT for vm_page_grab() that prevents sleeping and | glebius | 2014-12-22 | 1 | -0/+4 |
* | Do not clear flag that vm_page_alloc() doesn't support. | glebius | 2014-12-22 | 1 | -1/+1 |
* | Enable the use of VM_PHYSSEG_SPARSE on amd64 and i386, making it the default | alc | 2014-11-15 | 1 | -4/+25 |
* | Eliminate a stale, i386-specific comment. | alc | 2014-11-04 | 1 | -2/+0 |
* | Follow up to r225617. In order to maximize the re-usability of kernel code | davide | 2014-10-16 | 1 | -1/+1 |
* | Fix a typo. | jhb | 2014-08-29 | 1 | -1/+1 |
* | Adapt vm_page_aflag_set(PGA_WRITEABLE) to the locking of | kib | 2014-08-09 | 1 | -0/+18 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -2/+1 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -1/+2 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -2/+1 |
* | - Modify vm_page_unwire() and vm_page_enqueue() to directly accept | attilio | 2014-06-16 | 1 | -10/+14 |
* | Add a page size field to struct vm_page. Increase the page size field when | alc | 2014-06-07 | 1 | -0/+25 |
* | Rename global cnt to vm_cnt to avoid shadowing. | bdrewery | 2014-03-22 | 1 | -44/+44 |
* | In an effort to diagnose possible corruption of struct vm_page on some | alc | 2014-01-24 | 1 | -2/+2 |
* | Since the introduction of the popmap to reservations in r259999, there is | alc | 2013-12-31 | 1 | -28/+14 |
* | Eliminate a redundant parameter to vm_radix_replace(). | alc | 2013-12-08 | 1 | -1/+1 |
* | PG_SLAB no longer serves a useful purpose, since m->object is no | kib | 2013-09-17 | 1 | -4/+2 |
* | Remove zero-copy sockets code. It only worked for anonymous memory, | kib | 2013-09-16 | 1 | -103/+1 |
* | If the last page of the file is partially full and whole valid | kib | 2013-09-14 | 1 | -3/+10 |
* | The vm_page_trysbusy() should not fail when shared busy counter or | kib | 2013-09-05 | 1 | -3/+7 |
* | Significantly reduce the cost, i.e., run time, of calls to madvise(..., | alc | 2013-08-29 | 1 | -9/+0 |
* | Remove comment that is no longer relevant since r254182. | glebius | 2013-08-26 | 1 | -4/+0 |
* | Addendum to r254141: The call to vm_radix_insert() in vm_page_cache() can | alc | 2013-08-23 | 1 | -0/+9 |
* | Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9). | kib | 2013-08-22 | 1 | -7/+1 |
* | Addendum to r254141: Allow recursion on the free pages queues lock in | alc | 2013-08-21 | 1 | -1/+1 |
* | On the recovery path for vm_page_alloc(), if a page had been requested | attilio | 2013-08-15 | 1 | -0/+9 |
* | Improve pageout flow control to wakeup more frequently and do less work while | jeff | 2013-08-13 | 1 | -1/+0 |
* | Correct the recovery logic in vm_page_alloc_contig: | attilio | 2013-08-11 | 1 | -4/+2 |
* | Different consumers of the struct vm_page abuse pageq member to keep | kib | 2013-08-10 | 1 | -23/+28 |
* | Revert the addition of VPO_BUSY and instead update vm_page_replace() to | jhb | 2013-08-09 | 1 | -6/+6 |
* | On all the architectures, avoid to preallocate the physical memory | attilio | 2013-08-09 | 1 | -32/+211 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | attilio | 2013-08-09 | 1 | -92/+240 |
* | Split the pagequeues per NUMA domains, and split pageademon process | kib | 2013-08-07 | 1 | -44/+67 |
* | In the vm_page_set_invalid() function, do not assert that the page is | kib | 2013-07-11 | 1 | -2/+0 |
* | vm_phys_fictitious_reg_range() was losing the 'memattr' because it would be | neel | 2013-07-03 | 1 | -0/+1 |
* | Typo in comment. | glebius | 2013-06-24 | 1 | -1/+1 |
* | Revise the interface between vm_object_madvise() and vm_page_dontneed() so | alc | 2013-06-10 | 1 | -8/+27 |
* | Remove irrelevant comments. | kib | 2013-06-03 | 1 | -7/+0 |
* | Require that the page lock is held, instead of the object lock, when | alc | 2013-06-03 | 1 | -0/+7 |
* | Now that access to the page's "act_count" field is synchronized by the page | alc | 2013-06-01 | 1 | -1/+0 |
* | o Relax locking assertions for vm_page_find_least() | attilio | 2013-05-21 | 1 | -1/+1 |