aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_vmem.c
Commit message (Expand)AuthorAgeFilesLines
* subr_vmem: Fix double-free in error case of vmem_createConrad Meyer2016-05-111-3/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Add vmem locking to r281026.Alexander Motin2015-04-051-0/+3
* Make ZFS ARC track both KVA usage and fragmentation.Alexander Motin2015-04-031-0/+9
* Fix integer truncation bug in malloc(9)Ryan Stone2015-04-011-1/+1
* Periodically wake up threads waiting for vmem(9) resources, so they couldAlexander Motin2015-03-301-0/+6
* Add four new DDB commands to display vmem(9) statistics.Alexander Motin2015-03-291-0/+74
* Make debug.vmem_check a tunable. It is useful to set it early.Konstantin Belousov2015-03-281-1/+1
* Do not set M_BESTFIT if a strategy has already been provided. ThisNavdeep Parhar2014-04-161-1/+2
* Create own free list for each of the first 32 possible allocation sizes.Alexander Motin2013-12-111-9/+17
* Added sysctl to turn off calls to vmem_check().Peter Holm2013-08-201-3/+9
* - Use an arbitrary but reasonably large import size for kva on architecturesJeff Roberson2013-08-191-2/+9
* - Add a statically allocated memguard arena since it is needed very earlyJeff Roberson2013-08-131-0/+7
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-2/+97
* Remove unused argument from vmem_add1().Gleb Smirnoff2013-07-241-3/+3
* - Add a general purpose resource allocator, vmem, from NetBSD. It wasJeff Roberson2013-06-281-0/+1372