summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_pcpu.c
Commit message (Expand)AuthorAgeFilesLines
* Add kvm_getncpus() to obtain mp_ncpus.glebius2014-02-121-0/+10
* While it isn't too late and kvm_read_zpcpu() function isn't yet usedglebius2014-02-121-2/+2
* Revert r256514 for libkvm. It wasn't correct actually and breaks build.glebius2013-10-151-3/+1
* - While we are spreading the counter(9) across network stack, more userlandglebius2013-10-151-1/+3
* o Provide function kvm_read_zpcpu() to access UMA_ZONE_PCPU allocations.glebius2013-04-101-3/+48
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-041-29/+2
* Revert r222363, as bde@ pointed out the initial solution was far moreattilio2011-05-311-1/+1
* Style fix: cast to size_t rather than u_long when comparing to sizeof()attilio2011-05-271-1/+1
* In the near future cpuset_t objects in struct pcpu will be axed out, butattilio2011-05-271-2/+29
* libkvm code janitoringuqs2011-01-231-11/+10
* Similar to sys/net/vnet.h, define the linker set name for sys/sys/pcpu.hdim2010-11-141-2/+2
* A first cut at teaching libkvm how to deal with dynamic per-CPU storagerwatson2010-03-011-0/+140
* Add two new routines to libkvm for working with per-CPU data:jhb2008-08-191-0/+152
OpenPOWER on IntegriCloud