summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/mptable.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the ap_boot_mtx mutex static.jhb2001-04-201-1/+1
* Blow away the panic mutex in favor of using a single atomic_cmpset() on ajhb2001-04-171-4/+0
* Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is justjhb2001-04-111-14/+14
* Remove the BETTER_CLOCK #ifdef's. The code is on by default and is herejhb2001-04-101-14/+4
* Add an MI API for sending IPI's. I used the same API present on the alphajhb2001-04-101-12/+55
* Rework the witness code to work with sx locks as well as mutexes.jhb2001-03-281-0/+1
* Kill the 4MB kernel limit dead. [I hope :-)].peter2001-03-151-3/+9
* Activate USER_LDT by default. The new thread libraries are going topeter2001-02-231-3/+0
* Woops, remove an obsolete reference to gd_cpu_lockid.jhb2001-02-091-1/+0
* Change and clean the mutex lock interface.bmilekic2001-02-091-10/+10
* Remove some leftovers from the CMAP* stuff in globaldata and thepeter2001-01-301-7/+2
* Move the setting of curproc to idleproc up earlier in ap_init(). Thebmilekic2001-01-281-6/+6
OpenPOWER on IntegriCloud