| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce a new mechanism for relocating virtual pages to a new physical | alc | 2015-12-19 | 1 | -166/+0 |
* | In vm_pageout_grow_cache(), do not re-try the inactive queue when | kib | 2015-11-27 | 1 | -5/+6 |
* | Remove unneeded includes of opt_kdtrace.h. | markj | 2015-11-22 | 1 | -1/+1 |
* | Rework the test which raises OOM condition. Right now, the code | kib | 2015-11-16 | 1 | -14/+30 |
* | Do not use vmspace_resident_count() for the OOM process selection. | kib | 2015-11-16 | 1 | -3/+63 |
* | VM daemon works in parallel with the pagedaemon threads, and, among | kib | 2015-11-16 | 1 | -1/+2 |
* | Ensure that deactivated pages that are not expected to be reused are | markj | 2015-11-08 | 1 | -0/+3 |
* | Only marker is guaranteed to be present on the queue after the relock | kib | 2015-10-18 | 1 | -5/+17 |
* | Revert r289302, invalid pages can be queued, e.g. by vfs_vmio_unwire(). | kib | 2015-10-15 | 1 | -5/+5 |
* | Invalid pages should not appear on the inactive queue. Change the | kib | 2015-10-14 | 1 | -5/+5 |
* | Reduce the scope of a variable to the only file where it is used. | alc | 2015-10-03 | 1 | -1/+0 |
* | Correct a non-fatal error in vm_pageout_worker(). vm_pageout_worker() | alc | 2015-09-20 | 1 | -6/+11 |
* | To simplify upcoming changes to the inactive queue scan, change the code | alc | 2015-09-08 | 1 | -18/+8 |
* | Eliminate pointless requeueing of pages from terminated objects. These | alc | 2015-09-05 | 1 | -23/+25 |
* | Handle held pages earlier in the inactive queue scan. | alc | 2015-09-01 | 1 | -31/+33 |
* | In vm_pageout_scan(), simplify the logic for determining if a page can be | alc | 2015-08-27 | 1 | -15/+15 |
* | Testing whether a page is dirty does not require the page lock. Moreover, | alc | 2015-08-25 | 1 | -6/+10 |
* | Prevent ticks rollover from preventing vm_lowmem event | rstone | 2015-08-20 | 1 | -3/+4 |
* | As another piece of PG_CACHE page elimination, remove an LRU-defeating call | alc | 2015-08-16 | 1 | -5/+0 |
* | The intention of r254304 was to scan the active queue continuously. | alc | 2015-07-08 | 1 | -15/+19 |
* | Avoid pmap_is_modified() on pages that can't be mapped. | alc | 2015-06-21 | 1 | -3/+5 |
* | Invalid pages do not need neither update of the activation count nor | kib | 2015-06-14 | 1 | -15/+15 |
* | As the next step in eliminating PG_CACHE pages, free rather than cache | alc | 2015-06-14 | 1 | -3/+3 |
* | Implement lockless resource limits. | mjg | 2015-06-10 | 1 | -1/+1 |
* | The vmem callback to reclaim kmem arena address space on low or | kib | 2015-05-09 | 1 | -1/+6 |
* | Add kern.racct.enable tunable and RACCT_DISABLED config option. | trasz | 2015-04-29 | 1 | -25/+34 |
* | - Simplify vm_pageout_scan() by introducing a new vm_pageout_clean() | jeff | 2015-04-07 | 1 | -120/+123 |
* | - Eliminate pagequeue locking in the dirty code in vm_pageout_scan(). | jeff | 2015-03-28 | 1 | -13/+10 |
* | Add vm.panic_on_oom sysctl, which enables those who would rather panic than | will | 2015-01-24 | 1 | -0/+8 |
* | Avoid calling vmspace_free() while owning the process lock. Freeing | kib | 2015-01-24 | 1 | -10/+16 |
* | Refactor ZFS ARC reclaim checks and limits | smh | 2014-10-03 | 1 | -0/+8 |
* | Fix ticks wrap issue of lowmem test in vm_pageout_scan | smh | 2014-09-24 | 1 | -1/+1 |
* | Refactor ZFS ARC reclaim logic to be more VM cooperative | smh | 2014-08-28 | 1 | -7/+18 |
* | Back in the days when the kernel was single threaded, testing | alc | 2014-08-26 | 1 | -14/+17 |
* | Remove ia64. | marcel | 2014-07-07 | 1 | -9/+0 |
* | Prior to r254304, a separate function, vm_pageout_page_stats(), was used to | alc | 2014-05-06 | 1 | -3/+5 |
* | Rename global cnt to vm_cnt to avoid shadowing. | bdrewery | 2014-03-22 | 1 | -25/+25 |
* | Fix a couple of typos. | jhb | 2014-01-21 | 1 | -2/+2 |
* | Style changes in vm_pageout_scan(): | alc | 2014-01-18 | 1 | -12/+11 |
* | Correctly update the count of stuck pages, "addl_page_shortage", in | alc | 2014-01-12 | 1 | -15/+17 |
* | For ia64, use pmap_remove_pages() and not pmap_remove(). The problem is | marcel | 2013-12-26 | 1 | -0/+10 |
* | In sys/vm/vm_pageout.c, since vm_pageout_worker() takes a void * as | dim | 2013-12-25 | 1 | -1/+1 |
* | If filesystem declares that it supports shared locking for writes, use | kib | 2013-11-09 | 1 | -2/+8 |
* | - Eliminate the vm object lock from the active queue scan. It is not | jeff | 2013-08-21 | 1 | -24/+9 |
* | - Increase the active lru refresh interval to 10 minutes. This has been | jeff | 2013-08-19 | 1 | -4/+12 |
* | Remove the arbitrary binding of the pagedaemon threads to the domains, | kib | 2013-08-17 | 1 | -23/+4 |
* | - Fix bug in r254304. Use the ACTIVE pq count for the active list | jeff | 2013-08-15 | 1 | -2/+2 |
* | Improve pageout flow control to wakeup more frequently and do less work while | jeff | 2013-08-13 | 1 | -204/+63 |
* | Different consumers of the struct vm_page abuse pageq member to keep | kib | 2013-08-10 | 1 | -16/+16 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | attilio | 2013-08-09 | 1 | -22/+14 |