summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_pcpu.c
AgeCommit message (Expand)Author
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2020-10-06libkvm: catch up with pre-subtracated per-cpu addressesMateusz Guzik
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-01lib: minor spelling fixes in comments.Pedro F. Giffuni
2015-11-27Add support to libkvm for reading vmcores from other architectures.John Baldwin
2015-11-26Remove trailing whitespace.John Baldwin
2014-02-12Add kvm_getncpus() to obtain mp_ncpus.Gleb Smirnoff
2014-02-12While it isn't too late and kvm_read_zpcpu() function isn't yet usedGleb Smirnoff
2013-10-15Revert r256514 for libkvm. It wasn't correct actually and breaks build.Gleb Smirnoff
2013-10-15- While we are spreading the counter(9) across network stack, more userlandGleb Smirnoff
2013-04-10o Provide function kvm_read_zpcpu() to access UMA_ZONE_PCPU allocations.Gleb Smirnoff
2011-07-04Completely remove now unused pc_other_cpus, pc_cpumask.Attilio Rao
2011-05-31Revert r222363, as bde@ pointed out the initial solution was far moreAttilio Rao
2011-05-27Style fix: cast to size_t rather than u_long when comparing to sizeof()Attilio Rao
2011-05-27In the near future cpuset_t objects in struct pcpu will be axed out, butAttilio Rao
2011-01-23libkvm code janitoringUlrich Spörlein
2010-11-14Similar to sys/net/vnet.h, define the linker set name for sys/sys/pcpu.hDimitry Andric
2010-03-01A first cut at teaching libkvm how to deal with dynamic per-CPU storageRobert Watson
2008-08-19Add two new routines to libkvm for working with per-CPU data:John Baldwin