| Age | Commit message (Expand) | Author |
| 2025-05-30 | vm_pageout: reduce number of flush() params | Doug Moore |
| 2024-07-29 | vm: Remove kernel stack swapping support, part 1 | Mark Johnston |
| 2023-11-26 | sys: Remove ancient SCCS tags. | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2022-08-17 | protosw: retire pr_drain and use EVENTHANDLER(9) directly | Gleb Smirnoff |
| 2020-09-08 | Add interruptible variant of vm_wait(9), vm_wait_intr(9). | Konstantin Belousov |
| 2019-08-16 | Fix OOM handling of some corner cases. | Konstantin Belousov |
| 2019-05-13 | Provide separate accounting for user-wired pages. | Mark Johnston |
| 2018-11-21 | linuxkpi: Use pageproc instead of vmproc | Ben Widawsky |
| 2018-11-20 | linuxkpi: Add some basic swap functions | Ben Widawsky |
| 2018-09-06 | Avoid resource deadlocks when one domain has exhausted its memory. Attempt | Mark Johnston |
| 2018-03-16 | Fix GCC build: Remove redundant pagedaemon_wakeup declaration | Conrad Meyer |
| 2018-02-24 | Hide all vm/vm_pageout.h content under #ifdef _KERNEL. | Konstantin Belousov |
| 2018-02-20 | vm_wait() rework. | Konstantin Belousov |
| 2018-02-06 | Use per-domain locks for vm page queue free. Move paging control from | Jeff Roberson |
| 2017-12-29 | After r327168, the variable "vm_pageout_wanted" can be static. | Alan Cox |
| 2017-12-24 | Fix two problems with the page daemon control loop. | Mark Johnston |
| 2017-11-30 | SPDX: Consider code from Carnegie-Mellon University. | Pedro F. Giffuni |
| 2017-11-20 | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-10-20 | Move swapout code into vm/vm_swapout.c. | Konstantin Belousov |
| 2017-02-28 | Renumber copyright clause 4 | Warner Losh |
| 2017-02-25 | call vm_lowmem hook in uma_reclaim_worker | Andriy Gapon |
| 2016-05-27 | The flag "vm_pages_needed" has long served two distinct purposes: (1) to | Alan Cox |
| 2015-12-19 | Introduce a new mechanism for relocating virtual pages to a new physical | Alan Cox |
| 2015-10-03 | Reduce the scope of a variable to the only file where it is used. | Alan Cox |
| 2012-07-18 | Move what remains of vm/vm_contig.c into vm/vm_pageout.c, where similar | Alan Cox |
| 2012-03-17 | In vm_object_page_clean(), do not clean OBJ_MIGHTBEDIRTY object flag | Konstantin Belousov |
| 2010-11-18 | vm_pageout_flush() might cache the pages that finished write to the | Konstantin Belousov |
| 2010-06-04 | Make vm_contig_grow_cache() extern, and use it when vm_phys_alloc_contig() | Jayachandran C. |
| 2010-05-06 | Add a helper function vm_pageout_page_lock(), similar to tegge' | Konstantin Belousov |
| 2008-09-29 | Move the code for doing out-of-memory grass from vm_pageout_scan() | Konstantin Belousov |
| 2007-11-25 | Make contigmalloc(9)'s page laundering more robust. Specifically, use | Alan Cox |
| 2005-01-07 | /* -> /*- for license, minor formatting changes | Warner Losh |
| 2004-11-20 | Disable U area swapping and remove the routines that create, destroy, | David Schultz |
| 2004-04-06 | Remove advertising clause from University of California Regent's license, | Warner Losh |
| 2003-10-18 | - Increase the object lock's scope in vm_contig_launder() so that access | Alan Cox |
| 2003-08-03 | Change the layout policy of the swap_pager from a hardcoded width | Poul-Henning Kamp |
| 2003-05-03 | Move a declaration to its proper place. | Alan Cox |
| 2003-04-29 | Remove unused declarations and definitions. | Alan Cox |
| 2003-04-24 | - Move swap_pager_isswapped()'s prototype to a more logical place. | Alan Cox |
| 2003-04-24 | - Acquire the vm_object's lock when performing vm_object_page_clean(). | Alan Cox |
| 2003-01-14 | Make vm_pageout_page_free() static. | Alan Cox |
| 2002-12-15 | This is David Schultz's swapoff code which I am finally able to commit. | Matthew Dillon |
| 2002-03-19 | Remove __P. | Alfred Perlstein |
| 2002-03-10 | - Remove a number of extra newlines that do not belong here according to | Eivind Eklund |
| 2002-02-19 | Changes to make the OOM killer much more effective: | Mike Silbersack |
| 2001-08-10 | - Remove asleep(), await(), and M_ASLEEP. | John Baldwin |
| 1999-12-29 | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm |
| 1999-08-28 | $Id$ -> $FreeBSD$ | Peter Wemm |
| 1999-01-21 | This is a rather large commit that encompasses the new swapper, | Matthew Dillon |