| Commit message (Expand) | Author | Age | Files | Lines |
| * | vm: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -1/+0 |
| * | Merge OpenZFS support in to HEAD. | Matt Macy | 2020-08-25 | 1 | -0/+2 |
| * | vm: fix swap reservation leak and clean up surrounding code | Mateusz Guzik | 2020-07-24 | 1 | -2/+4 |
| * | Move vm_ndomains to vm.h where it can be used with a single header include | Jeff Roberson | 2018-03-27 | 1 | -0/+2 |
| * | Allow to specify for vm_fault_quick_hold_pages() that nofault mode | Konstantin Belousov | 2018-03-26 | 1 | -1/+3 |
| * | SPDX: Consider code from Carnegie-Mellon University. | Pedro F. Giffuni | 2017-11-30 | 1 | -1/+1 |
| * | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
| * | Implement address space guards. | Konstantin Belousov | 2017-06-24 | 1 | -0/+1 |
| * | Implement INHERIT_ZERO for minherit(2). | Xin LI | 2017-03-14 | 1 | -0/+1 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
| * | Add new bus methods for mapping resources. | John Baldwin | 2016-05-20 | 1 | -2/+3 |
| * | rename scheduler->swapper and SI_SUB_RUN_SCHEDULER->SI_SUB_LAST | Andriy Gapon | 2013-07-24 | 1 | -0/+1 |
| * | - Add a general purpose resource allocator, vmem, from NetBSD. It was | Jeff Roberson | 2013-06-28 | 1 | -4/+0 |
| * | Implement the concept of the unmapped VMIO buffers, i.e. buffers which | Konstantin Belousov | 2013-03-19 | 1 | -0/+2 |
| * | - Fix locked memory accounting for maps with MAP_WIREFUTURE flag. | Andrey Zonov | 2012-12-18 | 1 | -0/+2 |
| * | Add new pager type, OBJT_MGTDEVICE. It provides the device pager | Konstantin Belousov | 2012-05-12 | 1 | -1/+1 |
| * | Replace pointer to "struct uidinfo" with pointer to "struct ucred" | Edward Tomasz Napierala | 2010-12-02 | 1 | -3/+3 |
| * | Replace VM_PROT_OVERRIDE_WRITE by VM_PROT_COPY. VM_PROT_OVERRIDE_WRITE has | Alan Cox | 2009-11-26 | 1 | -1/+1 |
| * | Extend the device pager to support different memory attributes on different | John Baldwin | 2009-08-28 | 1 | -6/+6 |
| * | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | John Baldwin | 2009-07-24 | 1 | -1/+1 |
| * | Add support to the virtual memory system for configuring machine- | Alan Cox | 2009-07-12 | 1 | -3/+3 |
| * | This change is the next step in implementing the cache control functionality | Alan Cox | 2009-06-26 | 1 | -0/+8 |
| * | Implement global and per-uid accounting of the anonymous memory. Add | Konstantin Belousov | 2009-06-23 | 1 | -0/+7 |
| * | Add the superpage reservation type. | Alan Cox | 2007-12-27 | 1 | -0/+3 |
| * | Retire debug.mpsafevm. None of the architectures supported in CVS require | Alan Cox | 2006-07-21 | 1 | -13/+0 |
| * | - Change the vm_mmap() function to accept an objtype_t parameter specifying | John Baldwin | 2005-04-01 | 1 | -0/+4 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | - Introduce and use a new tunable "debug.mpsafevm". At present, setting | Alan Cox | 2004-08-16 | 1 | -0/+13 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-06 | 1 | -4/+0 |
| * | Change the way ELF coredumps are handled. Instead of unconditionally | Matthew Dillon | 2002-12-16 | 1 | -0/+1 |
| * | - Remove a number of extra newlines that do not belong here according to | Eivind Eklund | 2002-03-10 | 1 | -1/+1 |
| * | Remove a parameter name from a prototype. | David Malone | 2002-01-25 | 1 | -1/+1 |
| * | Move most of the kernel submap initialization code, including the | Matthew Dillon | 2001-08-22 | 1 | -0/+17 |
| * | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon | 2001-07-04 | 1 | -4/+0 |
| * | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 1 | -0/+4 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -1/+1 |
| * | useracc() the prequel: | Poul-Henning Kamp | 1999-10-29 | 1 | -1/+44 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Removed vestiges of Mach lock types. | Bruce Evans | 1997-02-18 | 1 | -11/+0 |
| * | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -0/+11 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Moved the declaration of boolean_t from <vm/vm_param.h> to | Bruce Evans | 1995-12-10 | 1 | -1/+10 |
| * | Untangled the vm.h include file spaghetti. | David Greenman | 1995-12-07 | 1 | -35/+2 |
| * | Moved the declaration of vm_object_t from <vm/vm.h> to <sys/types.h> | Bruce Evans | 1995-12-05 | 1 | -1/+7 |
| * | Fix pollution of application namespace by declarations of kernel | Bruce Evans | 1995-10-05 | 1 | -2/+1 |
| * | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | David Greenman | 1995-07-13 | 1 | -4/+1 |
| * | These changes embody the support of the fully coherent merged VM buffer cache, | David Greenman | 1995-01-09 | 1 | -11/+12 |
| * | Added $Id$ | David Greenman | 1994-08-02 | 1 | -0/+1 |
| * | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | Rodney W. Grimes | 1994-05-25 | 1 | -1/+3 |