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
/
i386
/
include
/
mptable.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Be consistent about functions being static.
phk
2002-10-16
1
-1
/
+1
*
Turn back on the "SMP: AP CPU #N Launched!" message on normal boots.
obrien
2002-09-30
1
-2
/
+1
*
Only print out the "SMP: AP CPU #N Launched!" message on verbose boots.
obrien
2002-09-30
1
-4
/
+4
*
OK, I have had it with losing my console because the AP's print their "I am
peter
2002-08-28
1
-5
/
+12
*
Revive backed out pmap related changes from Feb 2002. The highlights are:
peter
2002-07-12
1
-22
/
+230
*
Bah, move the invltlb counter to C code and hook a debug sysctl onto it.
peter
2002-07-11
1
-0
/
+6
*
Fix typo in adjusted panic message.
tegge
2002-04-17
1
-1
/
+1
*
Update io_apic_ints array properly when revoking an irq mapping.
tegge
2002-04-17
1
-2
/
+2
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-2
/
+2
*
Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt
dillon
2002-03-27
1
-0
/
+6
*
Fixed some style bugs in the removal of __P(()). The main ones were
bde
2002-03-23
1
-5
/
+5
*
Remove __P.
alfred
2002-03-20
1
-5
/
+5
*
Add needed includes of machine/smp.h, remove nested include in sys/smp.h
jake
2002-03-07
1
-0
/
+1
*
Add a new variable mp_maxid. This is used so that per cpu datastructures may
jeff
2002-03-05
1
-1
/
+4
*
Back out all the pmap related stuff I've touched over the last few days.
peter
2002-02-27
1
-193
/
+18
*
revert last commit temporarily due to whining on the lists.
dillon
2002-02-26
1
-6
/
+0
*
STAGE-1 of 3 commit - allow (but do not require) interrupts to remain
dillon
2002-02-26
1
-0
/
+6
*
Work-in-progress commit syncing up pmap cleanups that I have been working
peter
2002-02-25
1
-18
/
+193
*
Convert p->p_runtime and PCPU(switchtime) to bintime format.
phk
2002-02-22
1
-1
/
+1
*
Avoid __func__ string concatenation
peter
2002-01-18
1
-4
/
+4
*
Ensure that we set all the %cr0 bits to a known state for the AP's before
peter
2002-01-16
1
-0
/
+10
*
Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask).
peter
2002-01-05
1
-2
/
+2
*
Introduce a standard name for the lock protecting an interrupt controller
jhb
2001-12-20
1
-3
/
+0
*
Small cleanups to the SMP code:
jhb
2001-12-17
1
-32
/
+16
*
Axe an unneeded PCPU_SET(spinlocks, NULL) that I missed earlier.
jhb
2001-12-12
1
-1
/
+0
*
Overhaul the per-CPU support a bit:
jhb
2001-12-11
1
-9
/
+7
*
Remove previous revision. smp_started back in subr_smp where it belongs.
mjacob
2001-10-31
1
-2
/
+0
*
Make the actual volatile int smp_started live *somewhere*. This is
mjacob
2001-10-31
1
-0
/
+2
*
Add missing includes of sys/ktr.h.
jhb
2001-10-11
1
-0
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-9
/
+9
*
Optionize UPAGES for the i386. As part of this I split some of the low
peter
2001-08-25
1
-0
/
+2
*
- Do not handle the per-CPU containers in mbuf code as though the cpuids
bmilekic
2001-07-26
1
-3
/
+6
*
Activate SSE/SIMD. This is the extra context switching support that
peter
2001-07-12
1
-0
/
+5
*
Get kernel profiling on SMP systems closer to working by replacing the
jhb
2001-06-28
1
-7
/
+1
*
Include sys/pcpu.h to get the prototype for globaldata_register() to quiet
jhb
2001-06-18
1
-0
/
+1
*
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
jhb
2001-05-15
1
-1
/
+0
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-10
/
+10
*
Overhaul of the SMP code. Several portions of the SMP kernel support have
jhb
2001-04-27
1
-544
/
+52
*
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
*
Rework the witness code to work with sx locks as well as mutexes.
jhb
2001-03-28
1
-0
/
+1
*
Kill the 4MB kernel limit dead. [I hope :-)].
peter
2001-03-15
1
-3
/
+9
*
Activate USER_LDT by default. The new thread libraries are going to
peter
2001-02-23
1
-3
/
+0
*
Woops, remove an obsolete reference to gd_cpu_lockid.
jhb
2001-02-09
1
-1
/
+0
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-10
/
+10
*
Remove some leftovers from the CMAP* stuff in globaldata and the
peter
2001-01-30
1
-7
/
+2
*
Move the setting of curproc to idleproc up earlier in ap_init(). The
bmilekic
2001-01-28
1
-6
/
+6
[next]