summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_pcpu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r261722, r261723, r261724, r261725 from head:glebius2014-03-041-0/+25
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Remove pc_name member of struct pcpu.attilio2011-07-191-3/+0
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-041-1/+0
* MFCattilio2011-05-311-3/+3
* Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-051-1/+1
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* After some off-list discussion, revert a number of changes to thedim2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-1/+1
* Update several places that iterate over CPUs to use CPU_FOREACH().jhb2010-06-111-3/+1
* - Adjust the whitespace for the lines that output fields in 'show pcpu' injhb2010-05-211-4/+3
* Fix an issue with the dynamic pcpu/vnet data allocators.bz2010-05-141-1/+1
* Right now, WITNESS just blindly pipes all the output to theattilio2010-05-111-1/+1
* Add ddb show dpcpu_off command to ease dpcpu memory debugging.bz2009-08-121-0/+12
* - Add a sysctl_dpcpu_long to support long typed pcpu stats.jeff2009-06-251-10/+19
* Implement a facility for dynamic per-cpu variables.jeff2009-06-231-0/+201
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-0/+4
* - Implement generic macros for producing KTR records that are compatiblejeff2009-01-171-0/+3
* Make ddb command registration dynamic so modules can extendsam2008-09-151-1/+2
* generally we are interested in what thread did something asjulian2007-11-141-3/+3
* Initial checkin for rmlock (read mostly lock) a multi reader single writerups2007-11-081-1/+4
* Fix 'show allpcpu' ddb command on non-x86. CPU IDs are in the range 0 ..jhb2005-11-031-1/+1
* Add "show allpcpu" to DDB, which prints the current CPU id followed byrwatson2005-09-261-12/+36
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Use __FBSDID().obrien2003-06-111-2/+3
* Add a per-cpu variable, cpumask, the preshifted equivalent of 1 << cpuid.peter2002-01-051-0/+1
* Overhaul the per-CPU support a bit:jhb2001-12-111-11/+79
* Document the requirements and nature of the logical CPU IDs. It isn'tjhb2001-10-241-0/+10
* - Split out the support for per-CPU data from the SMP code. UP kernelsjhb2001-05-101-0/+65
OpenPOWER on IntegriCloud