summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_pcpu.c
Commit message (Expand)AuthorAgeFilesLines
* 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