| Age | Commit message (Expand) | Author |
| 2023-11-26 | sys: Remove ancient SCCS tags. | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-04-10 | procfs: Sync a documentation comment with the code. | Joseph Koshy |
| 2022-07-17 | vm_pager: Remove references to KVME_TYPE_DEFAULT in the kernel | Mark Johnston |
| 2021-05-13 | procfs_map: switch to use vm_object_kvme_type | Konstantin Belousov |
| 2021-05-07 | Add OBJT_SWAP_TMPFS pager | Konstantin Belousov |
| 2021-02-25 | Close races in vm object chain traversal for unlock | Ryan Libby |
| 2020-08-24 | cache: drop the always curthread argument from reverse lookup routines | Mateusz Guzik |
| 2019-10-08 | Define macro VM_MAP_ENTRY_FOREACH for enumerating the entries in a vm_map. | Doug Moore |
| 2018-04-06 | Move most of the contents of opt_compat.h to opt_global.h. | Brooks Davis |
| 2017-12-28 | Reuse kern_proc_vmmap_resident() for procfs_map resident count. | Konstantin Belousov |
| 2017-11-20 | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-02-28 | Renumber copyright clause 4 | Warner Losh |
| 2015-06-02 | Provide vnode in memory map info for files on tmpfs | Eric van Gyzen |
| 2013-06-05 | Relax the vm object locking. Use a read lock. | Alan Cox |
| 2013-03-09 | Switch the vm_object mutex to be a rwlock. This will enable in the | Attilio Rao |
| 2012-10-22 | Remove the support for using non-mpsafe filesystem modules. | Konstantin Belousov |
| 2011-01-26 | Add macro to test the sv_flags of any process. Change some places to test | Dmitry Chagin |
| 2010-12-02 | Replace pointer to "struct uidinfo" with pointer to "struct ucred" | Edward Tomasz Napierala |
| 2010-03-11 | Provide groundwork for 32-bit binary compatibility on non-x86 platforms, | Nathan Whitehorn |
| 2009-07-24 | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | John Baldwin |
| 2009-06-23 | Implement global and per-uid accounting of the anonymous memory. Add | Konstantin Belousov |
| 2008-12-29 | vm_map_lock_read() does not increment map->timestamp, so we should | Konstantin Belousov |
| 2008-12-29 | Use curproc->p_sysent->sv_flags bit SV_ILP32 for detection of the 32 bit | Konstantin Belousov |
| 2008-12-12 | Reference the vmspace of the process being inspected by procfs, linprocfs | Konstantin Belousov |
| 2008-12-10 | Relock user map earlier, to have the lock held when break leaves the | Konstantin Belousov |
| 2008-12-08 | Make two style changes to create new commit and document proper commit | Konstantin Belousov |
| 2008-12-08 | Change the linprocfs <pid>/maps and procfs <pid>/map handlers to use | Konstantin Belousov |
| 2008-11-04 | Remove unnecessary locking around vn_fullpath(). The vnode lock for the | John Baldwin |
| 2008-10-04 | Change the linprocfs <pid>/maps and procfs <pid>/map handlers to use | Konstantin Belousov |
| 2008-01-10 | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao |
| 2007-04-23 | Add synchronization. Eliminate the acquisition and release of Giant. | Alan Cox |
| 2007-04-15 | Instead of stating GIANT_REQUIRED, just acquire and release Giant where | Dag-Erling Smørgrav |
| 2005-06-30 | Jumbo-commit to enhance 32 bit application support on 64 bit kernels. | Peter Wemm |
| 2005-01-06 | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh |
| 2004-04-07 | Remove advertising clause from University of California Regent's | Warner Losh |
| 2003-12-07 | Minor whitespace and style issues. | Dag-Erling Smørgrav |
| 2003-10-19 | Remove debug printf(). | Maxime Henrion |
| 2003-09-29 | Add a new column to the procfs map to hold the name of the mapped | Robert Watson |
| 2003-08-14 | Add p_candebug() check to access a process map file in procfs; limit | Robert Watson |
| 2001-12-04 | Pseudofsize procfs(5). | Dag-Erling Smørgrav |
| 2001-09-12 | KSE Milestone 2 | Julian Elischer |
| 2001-07-04 | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon |
| 2001-06-06 | Lock VM Giant prior to locking a vm map. | Seigo Tanimura |
| 2001-05-23 | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | Ruslan Ermilov |
| 2001-05-19 | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein |
| 2001-05-01 | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray |
| 1999-10-29 | useracc() the prequel: | Poul-Henning Kamp |
| 1999-08-28 | $Id$ -> $FreeBSD$ | Peter Wemm |
| 1999-02-19 | Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This | Luoqi Chen |