summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pageout.c
Commit message (Expand)AuthorAgeFilesLines
...
* Change the pagedaemon, vm_wait(), and vm_waitpfault() to sleep on thealc2007-02-071-8/+12
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.delphij2007-01-171-1/+1
* Replace PG_BUSY with VPO_BUSY. In other words, changes to the page'salc2006-10-221-11/+17
* Complete the transition from pmap_page_protect() to pmap_remove_write().alc2006-08-011-1/+1
* Expand scope of marker to reduce the number of page queue scan restarts.tegge2006-02-171-12/+19
* Check return value from nonblocking call to vn_start_write().tegge2006-02-171-2/+8
* Remove an unnecessary call to pmap_remove_all(). The given page is notalc2006-02-041-1/+0
* Use the new macros abstracting the page coloring/queues implementation.alc2006-01-271-2/+2
* MI changes:netchild2005-12-311-6/+6
* Reimplement the reclamation of PV entries. Specifically, performalc2005-11-091-34/+0
* Don't allow pagedaemon to skip pages while scanning PQ_ACTIVE or PQ_INACTIVEtegge2005-08-101-5/+70
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Revise the part of vm_pageout_scan() that moves pages from the cachealc2005-01-061-12/+31
* During traversal of the inactive queue, try locking the page's containingalc2004-11-051-4/+9
* The synchronization provided by vm object locking has eliminated thealc2004-11-031-2/+0
* During traversal of the active queue by vm_pageout_page_stats(), tryalc2004-10-301-1/+10
* Add an assignment statement that I omitted from the previous revision.alc2004-10-301-0/+1
* During traversal of the active queue, try locking the page's containingalc2004-10-271-4/+12
* Remove the GIANT_REQUIRED preceding pmap_remove() inalc2004-07-181-1/+0
* Push down the acquisition and release of the page queues lock intoalc2004-07-151-2/+0
* Remove an unused and unimplemented sysctl. (For the record, it was markedalc2004-07-121-10/+1
* Call vm_pageout_page_stats() with the page queues lock held.alc2004-06-241-3/+2
* Remove spl calls.alc2004-06-241-14/+1
* Nice, is a property of a process as a whole..julian2004-06-161-4/+1
* Cache queue pages are not mapped. Thus, the pmap_remove_all() byalc2004-05-121-1/+0
* Minor style fixes. In vm_daemon(), don't fetch the rss limit long beforebde2004-03-041-9/+8
* Eliminate the second, unnecessary call to pmap_page_protect() near the endalc2004-02-211-2/+4
* - Correct a long-standing race condition in vm_page_try_to_cache() thatalc2004-02-141-3/+2
* Correct a long-standing race condition in the inactive queue scan. (Seealc2004-02-101-0/+15
* Locking for the per-process resource limits structure.jhb2004-02-041-2/+3
* - Push down Giant from vm_pageout() to vm_pageout_scan(), freeingalc2003-10-241-7/+4
* - Retire vm_pageout_page_free(). Instead, use vm_page_select_cache() fromalc2003-10-221-40/+12
* - Assert that every page found in the active queue is an active page.alc2003-10-221-7/+2
* - Increase the object lock's scope in vm_contig_launder() so that accessalc2003-10-181-11/+5
* - Synchronize access to a vm page's valid field using the containingalc2003-10-171-14/+19
* Merge vm_pageout_free_page_calc() into vm_pageout(), eliminating somealc2003-09-191-26/+18
* When calling vget() on a vnode-backed vm object, acquire the vnodealc2003-09-171-2/+3
* - Add vm object locking to the part of vm_pageout_scan() that laundersalc2003-08-311-20/+16
* Extend the scope of the page queues lock in vm_pageout_scan() to coveralc2003-08-151-14/+4
* Change the layout policy of the swap_pager from a hardcoded widthphk2003-08-031-2/+2
* - Complete the vm object locking in vm_pageout_object_deactivate_pages().alc2003-07-071-21/+27
* Add vm object locking to vm_pageout_map_deactivate_pages().alc2003-06-291-9/+18
* - Add vm object locking to vm_pageout_clean().alc2003-06-281-5/+7
* Use __FBSDID().obrien2003-06-111-2/+3
* If we seem to be out of VM, don't allow the pagedaemon to killdas2003-05-191-7/+8
* Avoid a lock-order reversal and implement vm_object lockingalc2003-05-041-8/+8
* Eliminate an unused parameter from vm_pageout_object_deactivate_pages().alc2003-04-301-6/+5
* - Acquire the vm_object's lock when performing vm_object_page_clean().alc2003-04-241-4/+7
* Lock the proc to check p_flag and several other related tests injhb2003-04-221-2/+5
* - Lock the vm_object when performing vm_object_pip_wakeup().alc2003-04-201-2/+2
OpenPOWER on IntegriCloud