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
*
smp_rendezvous: master cpu should wait until all slaves are fully done
avg
2011-07-30
1
-31
/
+23
*
Define two new sysctl node flags: CTLFLAG_CAPRD and CTLFLAG_CAPRW, which
rwatson
2011-07-17
1
-7
/
+7
*
With retirement of cpumask_t and usage of cpuset_t for representing a
attilio
2011-07-04
1
-2
/
+2
*
generic_stop_cpus: pull timeout logic from under DIAGNOSTIC
avg
2011-06-25
1
-3
/
+1
*
MFC
attilio
2011-05-26
1
-7
/
+43
|
\
|
*
Silly spelling typos.
jhb
2011-05-24
1
-4
/
+4
|
*
Fix an issue with critical sections and SMP rendezvous handlers.
jhb
2011-05-24
1
-7
/
+43
*
|
Fix mismerge.
attilio
2011-05-18
1
-4
/
+4
*
|
MFC
attilio
2011-05-17
1
-19
/
+52
|
\
\
|
|
/
|
*
Fix a race in the SMP rendezvous code. Specifically, the write by the
jhb
2011-05-17
1
-15
/
+48
|
*
Merge r221278 from largeSMP project:
attilio
2011-05-16
1
-1
/
+0
*
|
Commit the support for removing cpumask_t and replacing it directly with
attilio
2011-05-05
1
-36
/
+51
*
|
idle_cpus_mask is just used in the SMP case and within sched_4BSD.
attilio
2011-04-30
1
-1
/
+0
|
/
*
With smp_topo_none, set cg_mask to all_cpus rather than setting the mp_ncpus
jmallett
2011-02-11
1
-1
/
+1
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-1
/
+1
*
generic_stop_cpus: prevent parallel execution
avg
2010-10-12
1
-45
/
+17
*
The r208165 fixed a bug related to unsigned integer overflowing for the
attilio
2010-08-09
1
-4
/
+1
*
Add a new ipi_cpu() function to the MI IPI API that can be used to send an
jhb
2010-08-06
1
-1
/
+1
*
Update several places that iterate over CPUs to use CPU_FOREACH().
jhb
2010-06-11
1
-2
/
+3
*
This pushes all of JC's patches that I have in place. I
rrs
2010-05-16
1
-1
/
+4
*
Fix a hang introduced in r206878 for kernel compiled with SMP support but
attilio
2010-05-11
1
-1
/
+2
*
Remove forward_roundrobin(), it is unused for quite some time.
kib
2009-09-21
1
-33
/
+0
*
* Completely Remove the option STOP_NMI from the kernel. This option
attilio
2009-08-13
1
-4
/
+21
*
- Remove the bogus idle thread state code. This may have a race in it
jeff
2009-04-29
1
-1
/
+1
*
Initial suspend/resume support for amd64.
jkim
2009-03-17
1
-0
/
+48
*
as suggested by jhb@, panic in case the ncpus == 0.
dchagin
2009-03-03
1
-1
/
+1
*
Fix range-check error introduced in r182292. Also do not do anything
dchagin
2009-03-01
1
-1
/
+3
*
Whitespace tweak.
jhb
2009-01-26
1
-1
/
+1
*
Adjust the license statement to more closely match a standard 3-clause BSD
jhb
2008-11-03
1
-12
/
+12
*
- Only count the number of CPUs in the rendezvous map once rather than
jhb
2008-08-27
1
-14
/
+8
*
Allow a rendezvous with just a specified CPU too.
jb
2008-05-23
1
-19
/
+61
*
In keeping with style(9)'s recommendations on macros, use a ';'
rwatson
2008-03-16
1
-3
/
+3
*
- Add the missing '2' case to the switch table for kern.smp.topology and
jeff
2008-03-10
1
-0
/
+4
*
- Remove the old smp cpu topology specification with a new, more flexible
jeff
2008-03-02
1
-14
/
+188
*
A few whitespace fixes.
jhb
2008-01-02
1
-12
/
+11
*
Initial checkin for rmlock (read mostly lock) a multi reader single writer
ups
2007-11-08
1
-16
/
+37
*
This is a follow-up, cleaning-up commit about recent changes involving
attilio
2007-09-11
1
-1
/
+1
*
Tweak the low-level MI SMP code some:
jhb
2007-07-03
1
-11
/
+23
*
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
[next]