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
/
ia64
/
include
/
pcpu.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Define struct pcpu_md as the only MD field of struct pcpu (pc_acpi_id
marcel
2009-12-07
1
-10
/
+13
*
Allocate the VHPT for each CPU in cpu_mp_start(), rather than
marcel
2009-12-07
1
-0
/
+1
*
Move the sysctl related fields to the end of the structure and
marcel
2009-11-29
1
-3
/
+5
*
Eliminate teh use of MAXCPU in static arrays of interrupt counters by
marcel
2009-11-28
1
-1
/
+18
*
Export 'struct pcpu' to userland w/o requiring _KERNEL. A few ports
jhb
2008-08-19
1
-2
/
+2
*
Rework the PCPU_* (MD) interface:
attilio
2007-06-04
1
-1
/
+2
*
Push down the implementation of PCPU_LAZY_INC() into the machine-dependent
alc
2007-03-11
1
-0
/
+6
*
Now that printf() needs the PCPU, set it up before we call printf().
marcel
2006-11-18
1
-2
/
+4
*
Fixed a pedantic syntax error (a stray semicolon at the end of
bde
2003-11-17
1
-1
/
+1
*
Add the pc_acpi_id PCPU member. The new acpi_cpu driver uses this to
njl
2003-11-15
1
-1
/
+2
*
Cleanup the clock code. This includes:
marcel
2003-08-04
1
-2
/
+6
*
Remove unused MD fields (pc_pending_ipis, pc_next_asn and
marcel
2001-12-30
1
-3
/
+3
*
Overhaul the per-CPU support a bit:
jhb
2001-12-11
1
-35
/
+13
*
- If we ever do the per-cpu KTR stuff, the index won't be volatile as it
jhb
2001-09-18
1
-9
/
+9
*
KSE Milestone 2
julian
2001-09-12
1
-9
/
+8
*
style(9) and make consistent across platforms
obrien
2001-08-16
1
-12
/
+13
*
Overhaul of the SMP code. Several portions of the SMP kernel support have
jhb
2001-04-27
1
-4
/
+0
*
Rework the witness code to work with sx locks as well as mutexes.
jhb
2001-03-28
1
-1
/
+1
*
Axe the astpending per-cpu variable.
jhb
2001-02-22
1
-1
/
+0
*
Add gd_witness_spin_check.
marcel
2001-01-28
1
-0
/
+1
*
Change cpuno to cpuid.
dfr
2001-01-24
1
-3
/
+3
*
Make intr_nesting_level per-process, rather than per-cpu. Setup
jake
2001-01-21
1
-1
/
+0
*
Remove unused per-cpu variables inside_intr and ss_eflags.
jake
2001-01-12
1
-1
/
+0
*
* Add rudimentary DDB support (no kgdb, no backtrace, no single step).
dfr
2000-10-10
1
-0
/
+1
*
This is the first snapshot of the FreeBSD/ia64 kernel. This kernel will
dfr
2000-09-29
1
-0
/
+78