opnsense-src/sys/vm
Craig Rodrigues a3845534a0 In keg_dtor(), print out the keg name in the "Freed UMA keg was not empty"
message printed to the console.  This makes it easier to track down
the source of certain memory leaks.

Suggested by: adrian
2013-11-29 08:04:45 +00:00
..
_vm_radix.h
default_pager.c
device_pager.c
memguard.c
memguard.h
phys_pager.c
pmap.h The pmap function pmap_clear_reference() is no longer used. Remove it. 2013-09-20 04:30:18 +00:00
redzone.c
redzone.h
sg_pager.c
swap_pager.c
swap_pager.h
uma.h
uma_core.c In keg_dtor(), print out the keg name in the "Freed UMA keg was not empty" 2013-11-29 08:04:45 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h Implement soft pressure on UMA cache bucket sizes. 2013-11-19 10:05:53 +00:00
vm.h
vm_extern.h Merge the following changes from projects/bhyve_npt_pmap: 2013-09-20 17:06:49 +00:00
vm_fault.c Revert back to use int for the page counts. In vn_io_fault(), the i/o 2013-11-20 08:45:26 +00:00
vm_glue.c
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c Vm map code performs clipping when map entry covers region which is 2013-11-20 09:03:48 +00:00
vm_map.h
vm_meter.c
vm_mmap.c Extend the support for exempting processes from being killed when swap is 2013-09-19 18:53:42 +00:00
vm_object.c Do not coalesce if the swap object belongs to tmpfs vnode. The 2013-11-05 06:18:50 +00:00
vm_object.h
vm_page.c PG_SLAB no longer serves a useful purpose, since m->object is no 2013-09-17 07:35:26 +00:00
vm_page.h PG_SLAB no longer serves a useful purpose, since m->object is no 2013-09-17 07:35:26 +00:00
vm_pageout.c If filesystem declares that it supports shared locking for writes, use 2013-11-09 20:36:29 +00:00
vm_pageout.h
vm_pager.c
vm_pager.h
vm_param.h
vm_phys.c Tidy up the output of "sysctl vm.phys_free". 2013-10-10 16:11:45 +00:00
vm_phys.h
vm_radix.c
vm_radix.h
vm_reserv.c PG_SLAB no longer serves a useful purpose, since m->object is no 2013-09-17 07:35:26 +00:00
vm_reserv.h
vm_unix.c
vm_zeroidle.c
vnode_pager.c
vnode_pager.h