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_smp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Commit 14/14 of sched_lock decomposition.
jeff
2007-06-05
1
-3
/
+1
*
Instead of doing comparisons using the pcpu area to see if
julian
2007-03-08
1
-1
/
+1
*
Rename the KDB_STOP_NMI kernel option to STOP_NMI and make it apply to all
jhb
2005-10-24
1
-32
/
+0
*
Second part of commit for moving KDB_STOP_NMI from opt_global.h to
peter
2005-06-30
1
-0
/
+2
*
Implement an alternate method to stop CPUs when entering DDB. Normally we use
dwhite
2005-04-30
1
-0
/
+29
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Move 4bsd specific experimental IP code into the 4bsd file.
julian
2004-09-03
1
-130
/
+1
*
*Blush* forgot to test non SMP builds.. oddly enough some UP code (particularly
julian
2004-09-01
1
-1
/
+2
*
Give the 4bsd scheduler the ability to wake up idle processors
julian
2004-09-01
1
-1
/
+135
*
s/smp_rv_mtx/smp_ipi_mtx/g
obrien
2004-08-28
1
-4
/
+4
*
Commit Doug White and Alan Cox's fix for the cross-ipi smp deadlock.
peter
2004-08-23
1
-1
/
+8
*
Don't keep evaluating our own cpu mask..
julian
2004-08-13
1
-2
/
+3
*
Move the CPU newbus attachment to i386 legacy. The acpi_cpu device will
njl
2004-05-06
1
-70
/
+0
*
Change the type of the various CPU masks to cpumask_t. Note that as
marcel
2004-03-27
1
-7
/
+7
*
Add powerpc to temporary fix. The new cpu device claims all
grehan
2004-03-16
1
-2
/
+2
*
This is a temporary fix to solve a regression issue on sparc64 that
kensmith
2004-03-12
1
-0
/
+4
*
Hook CPUs up to newbus. CPUs will ultimately be a bus driver so that
njl
2004-03-09
1
-0
/
+67
*
- Move smp_topology to subr_smp.c so that it is defined on all architectures.
jeff
2004-01-24
1
-0
/
+1
*
Introduce mp_maxcpus which can be used by libkvm utils to find out
alfred
2003-12-23
1
-0
/
+5
*
Export a few SMP related symbols in UP kernels as well. This is needed to
jhb
2003-12-03
1
-0
/
+36
*
- Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still called
jhb
2003-11-21
1
-6
/
+6
*
Ensure that mp_ncpus is set to 1 if mp_cpu_probe() fails.
jhb
2003-10-30
1
-1
/
+3
*
Change all SYSCTLS which are readonly and have a related TUNABLE
silby
2003-10-21
1
-1
/
+1
*
Document some sysctl variables.
des
2003-06-12
1
-5
/
+10
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Move the _oncpu entry from the KSE to the thread.
julian
2003-04-10
1
-1
/
+1
*
- Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with
jeff
2003-03-31
1
-2
/
+2
*
Move a bunch of flags from the KSE to the thread.
julian
2003-02-17
1
-2
/
+2
*
Add a tunable kern.smp.disabled for disabling explicitly smp on an smp
jake
2002-12-28
1
-1
/
+5
*
Completely redo thread states.
julian
2002-09-11
1
-1
/
+1
*
Part 1 of KSE-III
julian
2002-06-29
1
-2
/
+2
*
Updated a doubly stale comment about signotify(). Fixed a nearby long line.
bde
2002-04-05
1
-4
/
+5
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
- Remove a semi-colon from after SYSINIT that was introduced in rev. 1.163.
arr
2002-03-20
1
-1
/
+1
*
Remove __P.
alfred
2002-03-19
1
-1
/
+1
*
Add needed includes of machine/smp.h, remove nested include in sys/smp.h
jake
2002-03-07
1
-0
/
+2
*
Add a new variable mp_maxid. This is used so that per cpu datastructures may
jeff
2002-03-05
1
-2
/
+14
*
Fix forward_roundrobin(). It was mistakenly using the cpu number as
peter
2002-01-05
1
-2
/
+2
*
Overhaul the per-CPU support a bit:
jhb
2001-12-11
1
-5
/
+5
*
Don't remove the tentative declaration. It's the only one...
marcel
2001-10-31
1
-0
/
+1
*
Make smp_started volatile in sys/smp.h and remove the volatile
marcel
2001-10-31
1
-1
/
+0
*
KSE Milestone 2
julian
2001-09-12
1
-9
/
+9
*
- Close races with signals and other AST's being triggered while we are in
jhb
2001-08-10
1
-1
/
+1
*
- Split out the support for per-CPU data from the SMP code. UP kernels
jhb
2001-05-10
1
-42
/
+3
*
Overhaul of the SMP code. Several portions of the SMP kernel support have
jhb
2001-04-27
1
-2724
/
+139
*
Make the ap_boot_mtx mutex static.
jhb
2001-04-20
1
-1
/
+1
*
Blow away the panic mutex in favor of using a single atomic_cmpset() on a
jhb
2001-04-17
1
-4
/
+0
*
Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is just
jhb
2001-04-11
1
-14
/
+14
*
Remove the BETTER_CLOCK #ifdef's. The code is on by default and is here
jhb
2001-04-10
1
-14
/
+4
*
Add an MI API for sending IPI's. I used the same API present on the alpha
jhb
2001-04-10
1
-12
/
+55
[next]