summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/mptable.h
Commit message (Expand)AuthorAgeFilesLines
* Wrap the hyperthreading support code with the HTT kernel option.jhb2003-03-041-0/+21
* The mpbiosreason variable does not used for pc98.nyan2003-02-241-0/+2
* Allow machines with one CPU and a valid mp table to boot an SMP kernel.tegge2003-02-231-0/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-031-10/+9
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-011-1/+2
* Fix KSE related patch.julian2003-01-261-2/+1
* - Move enable_sse()'s prototype to machine/md_var.h.jhb2003-01-221-2/+0
* Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename thisjhb2003-01-221-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* Enumerate logical hyperthread CPUs manually if they aren't already listedjhb2003-01-081-0/+80
* Be consistent about functions being static.phk2002-10-161-1/+1
* Turn back on the "SMP: AP CPU #N Launched!" message on normal boots.obrien2002-09-301-2/+1
* Only print out the "SMP: AP CPU #N Launched!" message on verbose boots.obrien2002-09-301-4/+4
* OK, I have had it with losing my console because the AP's print their "I ampeter2002-08-281-5/+12
* Revive backed out pmap related changes from Feb 2002. The highlights are:peter2002-07-121-22/+230
* Bah, move the invltlb counter to C code and hook a debug sysctl onto it.peter2002-07-111-0/+6
* Fix typo in adjusted panic message.tegge2002-04-171-1/+1
* Update io_apic_ints array properly when revoking an irq mapping.tegge2002-04-171-2/+2
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-2/+2
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-271-0/+6
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-231-5/+5
* Remove __P.alfred2002-03-201-5/+5
* Add needed includes of machine/smp.h, remove nested include in sys/smp.hjake2002-03-071-0/+1
* Add a new variable mp_maxid. This is used so that per cpu datastructures mayjeff2002-03-051-1/+4
* Back out all the pmap related stuff I've touched over the last few days.peter2002-02-271-193/+18
* revert last commit temporarily due to whining on the lists.dillon2002-02-261-6/+0
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remaindillon2002-02-261-0/+6
* Work-in-progress commit syncing up pmap cleanups that I have been workingpeter2002-02-251-18/+193
* Convert p->p_runtime and PCPU(switchtime) to bintime format.phk2002-02-221-1/+1
* Avoid __func__ string concatenationpeter2002-01-181-4/+4
* Ensure that we set all the %cr0 bits to a known state for the AP's beforepeter2002-01-161-0/+10
* Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask).peter2002-01-051-2/+2
* Introduce a standard name for the lock protecting an interrupt controllerjhb2001-12-201-3/+0
* Small cleanups to the SMP code:jhb2001-12-171-32/+16
* Axe an unneeded PCPU_SET(spinlocks, NULL) that I missed earlier.jhb2001-12-121-1/+0
* Overhaul the per-CPU support a bit:jhb2001-12-111-9/+7
* Remove previous revision. smp_started back in subr_smp where it belongs.mjacob2001-10-311-2/+0
* Make the actual volatile int smp_started live *somewhere*. This ismjacob2001-10-311-0/+2
* Add missing includes of sys/ktr.h.jhb2001-10-111-0/+1
* KSE Milestone 2julian2001-09-121-9/+9
* Optionize UPAGES for the i386. As part of this I split some of the lowpeter2001-08-251-0/+2
* - Do not handle the per-CPU containers in mbuf code as though the cpuidsbmilekic2001-07-261-3/+6
* Activate SSE/SIMD. This is the extra context switching support thatpeter2001-07-121-0/+5
* Get kernel profiling on SMP systems closer to working by replacing thejhb2001-06-281-7/+1
* Include sys/pcpu.h to get the prototype for globaldata_register() to quietjhb2001-06-181-0/+1
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-151-1/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-10/+10
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-271-544/+52
OpenPOWER on IntegriCloud