index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_pcpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create two public UMA_ZONE_PCPU zones: 64 bit sized and pointer sized.
glebius
2014-02-10
1
-0
/
+25
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
Remove pc_name member of struct pcpu.
attilio
2011-07-19
1
-3
/
+0
*
With retirement of cpumask_t and usage of cpuset_t for representing a
attilio
2011-07-04
1
-1
/
+0
*
MFC
attilio
2011-05-31
1
-3
/
+3
*
Commit the support for removing cpumask_t and replacing it directly with
attilio
2011-05-05
1
-1
/
+1
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
1
-1
/
+0
*
After some off-list discussion, revert a number of changes to the
dim
2010-11-22
1
-1
/
+1
*
Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout
dim
2010-11-14
1
-1
/
+1
*
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