aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* vm_phys: avoid waste in multipage allocationDoug Moore2022-04-261-75/+146
* vm_phys_init: Quiet unused but set warnings about npages.John Baldwin2022-04-181-0/+6
* vm: Initialize the transient buffer mapping arena with M_WAITOKMark Johnston2022-04-141-1/+1
* vm: Move the "vm_wait in early boot" assertion to the proper placeMark Johnston2022-04-141-2/+2
* vm: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-135-9/+9
* vm_fault_dontneed: Inline value of variable used once in an assertion.John Baldwin2022-04-131-3/+2
* Fix OID format for `vm.swap_reserved` and `vm.swap_total`Enji Cooper2022-04-111-2/+2
* vm_phys_early_alloc: mem_index is only used under #ifdef NUMA.John Baldwin2022-04-091-2/+5
* uma_zfree_smr: uz_flags is only used if NUMA is defined.John Baldwin2022-04-091-2/+5
* memguard(9): Fix two typos in source code commentsGordon Bergling2022-04-021-2/+2
* kern: Fix typo in kassert message.Peter Jeremy2022-04-021-1/+1
* vm_phys: check small blocks to finish allocationDoug Moore2022-03-311-3/+21
* vm_phys: alloc pages without duplicating searches.Doug Moore2022-03-311-62/+72
* uma: Don't allow a limit to be set in a warm zoneMark Johnston2022-03-301-0/+2
* uma: Use the correct type for a return valueMark Johnston2022-03-301-1/+1
* syscallarg_t: Add a type for system call argumentsBrooks Davis2022-03-281-1/+1
* uma_zalloc_domain: call uma_zalloc_debug in multi-domain pathEric van Gyzen2022-03-261-6/+5
* uma_zalloc: assert M_NOWAIT ^ M_WAITOKEric van Gyzen2022-03-261-0/+28
* vm_ksubmap_init: pass M_WAITOK to vmem_init -> uma_zalloc_argEric van Gyzen2022-03-261-1/+1
* vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik2022-03-241-2/+2
* uma: Add UMA_ZONE_UNMANAGEDMark Johnston2022-02-152-38/+39
* Use vmspace->vm_stacktop in place of sv_usrstack in more places.John Baldwin2022-02-141-1/+1
* Revert "vm_pageout_scans: correct detection of active object"Konstantin Belousov2022-02-101-38/+18
* pbuf_ctor(): lock the buffer with LK_NOWAITRobert Wing2022-02-071-1/+1
* vmmeter(): Fix detection of the named swap objectsKonstantin Belousov2022-02-021-1/+1
* vm_object: restore handling of shadow_count for all type of objectsKonstantin Belousov2022-02-021-18/+39
* vm/vm_extern.h, vm/vm_page.h: use sys/kassert.hKonstantin Belousov2022-02-012-3/+2
* vm/vm_pager.h: use sys/systm.h headerKonstantin Belousov2022-02-011-1/+1
* Use dedicated lock name for pbufsKonstantin Belousov2022-01-311-1/+3
* Make <vm/vm_extern.h> more self-contained.John Baldwin2022-01-281-10/+6
* vm_pageout_scans: correct detection of active objectKonstantin Belousov2022-01-221-18/+38
* vm_phys: add essential segment bounds checkDoug Moore2022-01-191-1/+2
* vm_phys: fix seg->end test in alloc_seg_contigDoug Moore2022-01-181-36/+33
* fork: Copy the vm_stacktop field into the new vmspaceMark Johnston2022-01-181-0/+1
* exec: Reimplement stack address randomizationMark Johnston2022-01-172-7/+6
* uma: Avoid polling for an invalid SMR sequence numberMark Johnston2022-01-141-1/+3
* vm_pageout: Print a more accurate message to the console before an OOM killMark Johnston2022-01-141-2/+17
* Revert "syscallarg_t: Add a type for system call arguments"Brooks Davis2022-01-121-1/+1
* syscallarg_t: Add a type for system call argumentsBrooks Davis2022-01-121-1/+1
* vm_reserv: use enhanced bitstring for popmapsDoug Moore2022-01-121-158/+43
* vm_pageout: Group sysctl variables together with sysctl definitionsMark Johnston2022-01-111-18/+19
* swap_pager: uma_zcreate() doesn't failMark Johnston2022-01-111-4/+0
* vm_addr_ok: add power2 invariant checkDoug Moore2022-01-101-0/+10
* Dump page tracking no longer needed on mipsKonstantin Belousov2022-01-062-4/+4
* Remove special kstack allocation code for mips.Konstantin Belousov2022-01-061-12/+0
* vm_reserv: #include vm_extern.h explicitly, for arm.Doug Moore2021-12-311-0/+1
* vm_phys: convert error back to warningDoug Moore2021-12-311-1/+1
* vm_phys: #include vm_externDoug Moore2021-12-311-1/+2
* vm_extern: use standard address checkers everywhereDoug Moore2021-12-315-22/+41
* uma: with KTR trace allocs/frees from SMR zonesGleb Smirnoff2021-12-301-0/+6