summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_vmem.c
Commit message (Expand)AuthorAgeFilesLines
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Add vmem locking to r281026.mav2015-04-051-0/+3
* Make ZFS ARC track both KVA usage and fragmentation.mav2015-04-031-0/+9
* Fix integer truncation bug in malloc(9)rstone2015-04-011-1/+1
* Periodically wake up threads waiting for vmem(9) resources, so they couldmav2015-03-301-0/+6
* Add four new DDB commands to display vmem(9) statistics.mav2015-03-291-0/+74
* Make debug.vmem_check a tunable. It is useful to set it early.kib2015-03-281-1/+1
* Do not set M_BESTFIT if a strategy has already been provided. Thisnp2014-04-161-1/+2
* Create own free list for each of the first 32 possible allocation sizes.mav2013-12-111-9/+17
* Added sysctl to turn off calls to vmem_check().pho2013-08-201-3/+9
* - Use an arbitrary but reasonably large import size for kva on architecturesjeff2013-08-191-2/+9
* - Add a statically allocated memguard arena since it is needed very earlyjeff2013-08-131-0/+7
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-2/+97
* Remove unused argument from vmem_add1().glebius2013-07-241-3/+3
* - Add a general purpose resource allocator, vmem, from NetBSD. It wasjeff2013-06-281-0/+1372
OpenPOWER on IntegriCloud