aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm.h
Commit message (Expand)AuthorAgeFilesLines
* vm: Remove kernel stack swapping support, part 2Mark Johnston2024-07-291-1/+0
* pmap: Skip some superpage promotion attempts that will failAlan Cox2024-06-041-0/+1
* vm: add macro to mark arguments used when NUMA is definedStephen J. Kiernan2024-04-091-0/+6
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-4/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* vm/vm.h: cleanupKonstantin Belousov2022-09-171-12/+11
* vm: make vm.overcommit available externallyKonstantin Belousov2022-09-161-0/+6
* vm_pager: Remove the default pagerMark Johnston2022-07-171-1/+2
* vm: Fix a common typo in a source code commentGordon Bergling2022-06-051-1/+1
* tmpfs: dynamically register tmpfs pagerKonstantin Belousov2021-05-131-1/+0
* vm: Add KPI to dynamically register pagersKonstantin Belousov2021-05-131-0/+1
* Add OBJT_SWAP_TMPFS pagerKonstantin Belousov2021-05-071-0/+1
* Style enum obj_typeKonstantin Belousov2021-05-071-2/+10
* Add a VA_IS_CLEANMAP() macro.John Baldwin2021-02-181-0/+3
* vm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-251-0/+2
* vm: fix swap reservation leak and clean up surrounding codeMateusz Guzik2020-07-241-2/+4
* Move vm_ndomains to vm.h where it can be used with a single header includeJeff Roberson2018-03-271-0/+2
* Allow to specify for vm_fault_quick_hold_pages() that nofault modeKonstantin Belousov2018-03-261-1/+3
* SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni2017-11-301-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Implement address space guards.Konstantin Belousov2017-06-241-0/+1
* Implement INHERIT_ZERO for minherit(2).Xin LI2017-03-141-0/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Add new bus methods for mapping resources.John Baldwin2016-05-201-2/+3
* rename scheduler->swapper and SI_SUB_RUN_SCHEDULER->SI_SUB_LASTAndriy Gapon2013-07-241-0/+1
* - Add a general purpose resource allocator, vmem, from NetBSD. It wasJeff Roberson2013-06-281-4/+0
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichKonstantin Belousov2013-03-191-0/+2
* - Fix locked memory accounting for maps with MAP_WIREFUTURE flag.Andrey Zonov2012-12-181-0/+2
* Add new pager type, OBJT_MGTDEVICE. It provides the device pagerKonstantin Belousov2012-05-121-1/+1
* Replace pointer to "struct uidinfo" with pointer to "struct ucred"Edward Tomasz Napierala2010-12-021-3/+3
* Replace VM_PROT_OVERRIDE_WRITE by VM_PROT_COPY. VM_PROT_OVERRIDE_WRITE hasAlan Cox2009-11-261-1/+1
* Extend the device pager to support different memory attributes on differentJohn Baldwin2009-08-281-6/+6
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar toJohn Baldwin2009-07-241-1/+1
* Add support to the virtual memory system for configuring machine-Alan Cox2009-07-121-3/+3
* This change is the next step in implementing the cache control functionalityAlan Cox2009-06-261-0/+8
* Implement global and per-uid accounting of the anonymous memory. AddKonstantin Belousov2009-06-231-0/+7
* Add the superpage reservation type.Alan Cox2007-12-271-0/+3
* Retire debug.mpsafevm. None of the architectures supported in CVS requireAlan Cox2006-07-211-13/+0
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingJohn Baldwin2005-04-011-0/+4
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* - Introduce and use a new tunable "debug.mpsafevm". At present, settingAlan Cox2004-08-161-0/+13
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-061-4/+0
* Change the way ELF coredumps are handled. Instead of unconditionallyMatthew Dillon2002-12-161-0/+1
* - Remove a number of extra newlines that do not belong here according toEivind Eklund2002-03-101-1/+1
* Remove a parameter name from a prototype.David Malone2002-01-251-1/+1
* Move most of the kernel submap initialization code, including theMatthew Dillon2001-08-221-0/+17
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-041-4/+0
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-0/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1