| Age | Commit message (Expand) | Author |
| 6 days | rfork(2): fix swap accounting in vmspace_unshare() | Konstantin Belousov |
| 2024-07-29 | vm: Remove kernel stack swapping support, part 2 | Mark Johnston |
| 2024-06-04 | pmap: Skip some superpage promotion attempts that will fail | Alan Cox |
| 2024-04-09 | vm: add macro to mark arguments used when NUMA is defined | Stephen J. Kiernan |
| 2023-11-26 | sys: Remove ancient SCCS tags. | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2022-09-17 | vm/vm.h: cleanup | Konstantin Belousov |
| 2022-09-16 | vm: make vm.overcommit available externally | Konstantin Belousov |
| 2022-07-17 | vm_pager: Remove the default pager | Mark Johnston |
| 2022-06-05 | vm: Fix a common typo in a source code comment | Gordon Bergling |
| 2021-05-13 | tmpfs: dynamically register tmpfs pager | Konstantin Belousov |
| 2021-05-13 | vm: Add KPI to dynamically register pagers | Konstantin Belousov |
| 2021-05-07 | Add OBJT_SWAP_TMPFS pager | Konstantin Belousov |
| 2021-05-07 | Style enum obj_type | Konstantin Belousov |
| 2021-02-17 | Add a VA_IS_CLEANMAP() macro. | John Baldwin |
| 2020-09-01 | vm: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2020-08-25 | Merge OpenZFS support in to HEAD. | Matt Macy |
| 2020-07-24 | vm: fix swap reservation leak and clean up surrounding code | Mateusz Guzik |
| 2018-03-27 | Move vm_ndomains to vm.h where it can be used with a single header include | Jeff Roberson |
| 2018-03-26 | Allow to specify for vm_fault_quick_hold_pages() that nofault mode | Konstantin Belousov |
| 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-06-24 | Implement address space guards. | Konstantin Belousov |
| 2017-03-14 | Implement INHERIT_ZERO for minherit(2). | Xin LI |
| 2017-02-28 | Renumber copyright clause 4 | Warner Losh |
| 2016-05-20 | Add new bus methods for mapping resources. | John Baldwin |
| 2013-07-24 | rename scheduler->swapper and SI_SUB_RUN_SCHEDULER->SI_SUB_LAST | Andriy Gapon |
| 2013-06-28 | - Add a general purpose resource allocator, vmem, from NetBSD. It was | Jeff Roberson |
| 2013-03-19 | Implement the concept of the unmapped VMIO buffers, i.e. buffers which | Konstantin Belousov |
| 2012-12-18 | - Fix locked memory accounting for maps with MAP_WIREFUTURE flag. | Andrey Zonov |
| 2012-05-12 | Add new pager type, OBJT_MGTDEVICE. It provides the device pager | Konstantin Belousov |
| 2010-12-02 | Replace pointer to "struct uidinfo" with pointer to "struct ucred" | Edward Tomasz Napierala |
| 2009-11-26 | Replace VM_PROT_OVERRIDE_WRITE by VM_PROT_COPY. VM_PROT_OVERRIDE_WRITE has | Alan Cox |
| 2009-08-28 | Extend the device pager to support different memory attributes on different | John Baldwin |
| 2009-07-24 | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | John Baldwin |
| 2009-07-12 | Add support to the virtual memory system for configuring machine- | Alan Cox |
| 2009-06-26 | This change is the next step in implementing the cache control functionality | Alan Cox |
| 2009-06-23 | Implement global and per-uid accounting of the anonymous memory. Add | Konstantin Belousov |
| 2007-12-27 | Add the superpage reservation type. | Alan Cox |
| 2006-07-21 | Retire debug.mpsafevm. None of the architectures supported in CVS require | Alan Cox |
| 2005-04-01 | - Change the vm_mmap() function to accept an objtype_t parameter specifying | John Baldwin |
| 2005-01-07 | /* -> /*- for license, minor formatting changes | Warner Losh |
| 2004-08-16 | - Introduce and use a new tunable "debug.mpsafevm". At present, setting | Alan Cox |
| 2004-04-06 | Remove advertising clause from University of California Regent's license, | Warner Losh |
| 2002-12-16 | Change the way ELF coredumps are handled. Instead of unconditionally | Matthew Dillon |
| 2002-03-10 | - Remove a number of extra newlines that do not belong here according to | Eivind Eklund |
| 2002-01-25 | Remove a parameter name from a prototype. | David Malone |
| 2001-08-22 | Move most of the kernel submap initialization code, including the | Matthew Dillon |
| 2001-07-04 | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon |
| 2001-05-19 | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein |