| Commit message (Expand) | Author | Age | Files | Lines |
* | Update several places that iterate over CPUs to use CPU_FOREACH(). | jhb | 2010-06-11 | 1 | -3/+1 |
* | - Adjust the whitespace for the lines that output fields in 'show pcpu' in | jhb | 2010-05-21 | 1 | -4/+3 |
* | Fix an issue with the dynamic pcpu/vnet data allocators. | bz | 2010-05-14 | 1 | -1/+1 |
* | Right now, WITNESS just blindly pipes all the output to the | attilio | 2010-05-11 | 1 | -1/+1 |
* | Add ddb show dpcpu_off command to ease dpcpu memory debugging. | bz | 2009-08-12 | 1 | -0/+12 |
* | - Add a sysctl_dpcpu_long to support long typed pcpu stats. | jeff | 2009-06-25 | 1 | -10/+19 |
* | Implement a facility for dynamic per-cpu variables. | jeff | 2009-06-23 | 1 | -0/+201 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -0/+4 |
* | - Implement generic macros for producing KTR records that are compatible | jeff | 2009-01-17 | 1 | -0/+3 |
* | Make ddb command registration dynamic so modules can extend | sam | 2008-09-15 | 1 | -1/+2 |
* | generally we are interested in what thread did something as | julian | 2007-11-14 | 1 | -3/+3 |
* | Initial checkin for rmlock (read mostly lock) a multi reader single writer | ups | 2007-11-08 | 1 | -1/+4 |
* | Fix 'show allpcpu' ddb command on non-x86. CPU IDs are in the range 0 .. | jhb | 2005-11-03 | 1 | -1/+1 |
* | Add "show allpcpu" to DDB, which prints the current CPU id followed by | rwatson | 2005-09-26 | 1 | -12/+36 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Add a per-cpu variable, cpumask, the preshifted equivalent of 1 << cpuid. | peter | 2002-01-05 | 1 | -0/+1 |
* | Overhaul the per-CPU support a bit: | jhb | 2001-12-11 | 1 | -11/+79 |
* | Document the requirements and nature of the logical CPU IDs. It isn't | jhb | 2001-10-24 | 1 | -0/+10 |
* | - Split out the support for per-CPU data from the SMP code. UP kernels | jhb | 2001-05-10 | 1 | -0/+65 |