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
*
guard function decls with _KERNEL so user code can include this file
sam
2006-02-22
1
-1
/
+2
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Convert a couple of pointers to integers for source compatability with
peter
2003-11-14
1
-4
/
+4
*
Add the MP Table APIC enumerator. This code uses the BIOS MP Table to
jhb
2003-11-03
1
-2764
/
+45
*
Always export r_gdt and r_idt and give them extern declarations in
jhb
2003-10-30
1
-3
/
+0
*
A few whitespace and comment tweaks.
jhb
2003-10-24
1
-6
/
+3
*
Commit Bosko's patch to clean up the PSE/PG_G initialization to and
peter
2003-10-01
1
-8
/
+2
*
Remove an XXX comment by using the per CPU mask added after this comment
jhb
2003-09-10
1
-2
/
+1
*
Fix copyright comment & FBSDID style nits.
obrien
2003-08-25
1
-2
/
+1
*
Halted CPU's should not accumulate time.
ps
2003-08-12
1
-6
/
+6
*
Use macros from apic.h to when writing to the ICR to send IPIs to startup
jhb
2003-07-23
1
-5
/
+12
*
Protect lint(1) from a #error.
markm
2003-07-10
1
-0
/
+2
*
unifdef -DLAZY_SWITCH and start to tidy up the associated glue.
peter
2003-07-10
1
-3
/
+0
*
- Construct a cpu topology map for Hyper Threading systems so that ULE may
jeff
2003-06-28
1
-0
/
+31
*
Use __FBSDID().
obrien
2003-06-02
1
-1
/
+3
*
Initialize logical_cpus_mask when the logical CPUs are enumerated in
alc
2003-05-15
1
-2
/
+5
*
Commit a partial lazy thread switch mechanism for i386. it isn't as lazy
peter
2003-04-02
1
-1
/
+8
*
Nuke options HTT infavor of machdep.hlt_logical_cpus tunable/sysctl.
ps
2003-03-26
1
-21
/
+88
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
1
-1
/
+1
*
Wrap the hyperthreading support code with the HTT kernel option.
jhb
2003-03-04
1
-0
/
+21
*
The mpbiosreason variable does not used for pc98.
nyan
2003-02-24
1
-0
/
+2
*
Allow machines with one CPU and a valid mp table to boot an SMP kernel.
tegge
2003-02-23
1
-0
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-4
/
+4
*
Remove #include <sys/dkstat.h>
phk
2003-02-16
1
-1
/
+0
*
Split statclock into statclock and profclock, and made the method for driving
jake
2003-02-03
1
-10
/
+9
*
Reversion of commit by Davidxu plus fixes since applied.
julian
2003-02-01
1
-1
/
+2
*
Fix KSE related patch.
julian
2003-01-26
1
-2
/
+1
*
- Move enable_sse()'s prototype to machine/md_var.h.
jhb
2003-01-22
1
-2
/
+0
*
Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename this
jhb
2003-01-22
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-4
/
+4
*
Enumerate logical hyperthread CPUs manually if they aren't already listed
jhb
2003-01-08
1
-0
/
+80
*
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
[next]