freebsd-skq/sys/vm
alc c123c7433b When the swap pager allocates space on disk, it requests contiguous
blocks in a single call to blist_alloc().  However, when it frees
that space, it previously called blist_free() on each block, one at a
time.  With this change, the swap pager identifies ranges of
contiguous blocks to be freed, and calls blist_free() once per
range.  In one extreme case, that is described in the review, the time
to perform an munmap(2) was reduced by 55%.

Submitted by:	Doug Moore <dougm@rice.edu>
Reviewed by:	kib
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D12397
2017-11-28 17:46:03 +00:00
..
_vm_radix.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
default_pager.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
device_pager.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
memguard.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
memguard.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
phys_pager.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
pmap.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
redzone.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
redzone.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
sg_pager.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
swap_pager.c When the swap pager allocates space on disk, it requests contiguous 2017-11-28 17:46:03 +00:00
swap_pager.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
uma_core.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
uma_dbg.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
uma_dbg.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
uma_int.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
uma.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
vm_domain.c Remove cpu_spinwait after seq_consistent. 2016-12-30 06:26:17 +00:00
vm_domain.h Add an initial NUMA affinity/policy configuration for threads and processes. 2015-07-11 15:21:37 +00:00
vm_extern.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
vm_fault.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
vm_glue.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
vm_init.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
vm_kern.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
vm_kern.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
vm_map.c Return different error code for the guard page layout violation. 2017-11-22 16:45:27 +00:00
vm_map.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
vm_meter.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
vm_mmap.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
vm_object.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
vm_object.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
vm_page.c Avoid unnecessary lookups when initializing the vm_page array. 2017-11-27 17:46:38 +00:00
vm_page.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
vm_pageout.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
vm_pageout.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
vm_pager.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
vm_pager.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
vm_param.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
vm_phys.c Avoid unnecessary lookups when initializing the vm_page array. 2017-11-27 17:46:38 +00:00
vm_phys.h Avoid unnecessary lookups when initializing the vm_page array. 2017-11-27 17:46:38 +00:00
vm_radix.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
vm_radix.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
vm_reserv.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
vm_reserv.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
vm_swapout_dummy.c Move swapout code into vm/vm_swapout.c. 2017-10-20 09:10:49 +00:00
vm_swapout.c Move swapout code into vm/vm_swapout.c. 2017-10-20 09:10:49 +00:00
vm_unix.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
vm.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
vnode_pager.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
vnode_pager.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00