aboutsummaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_pcpu.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* lib: minor spelling fixes in comments.Pedro F. Giffuni2016-05-011-1/+1
* Add support to libkvm for reading vmcores from other architectures.John Baldwin2015-11-271-3/+11
* Remove trailing whitespace.John Baldwin2015-11-261-1/+1
* Add kvm_getncpus() to obtain mp_ncpus.Gleb Smirnoff2014-02-121-0/+10
* While it isn't too late and kvm_read_zpcpu() function isn't yet usedGleb Smirnoff2014-02-121-2/+2
* Revert r256514 for libkvm. It wasn't correct actually and breaks build.Gleb Smirnoff2013-10-151-3/+1
* - While we are spreading the counter(9) across network stack, more userlandGleb Smirnoff2013-10-151-1/+3
* o Provide function kvm_read_zpcpu() to access UMA_ZONE_PCPU allocations.Gleb Smirnoff2013-04-101-3/+48
* Completely remove now unused pc_other_cpus, pc_cpumask.Attilio Rao2011-07-041-29/+2
* Revert r222363, as bde@ pointed out the initial solution was far moreAttilio Rao2011-05-311-1/+1
* Style fix: cast to size_t rather than u_long when comparing to sizeof()Attilio Rao2011-05-271-1/+1
* In the near future cpuset_t objects in struct pcpu will be axed out, butAttilio Rao2011-05-271-2/+29
* libkvm code janitoringUlrich Spörlein2011-01-231-11/+10
* Similar to sys/net/vnet.h, define the linker set name for sys/sys/pcpu.hDimitry Andric2010-11-141-2/+2
* A first cut at teaching libkvm how to deal with dynamic per-CPU storageRobert Watson2010-03-011-0/+140
* Add two new routines to libkvm for working with per-CPU data:John Baldwin2008-08-191-0/+152