summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/mptable.h
Commit message (Expand)AuthorAgeFilesLines
* Convert a couple of pointers to integers for source compatability withpeter2003-11-141-4/+4
* Add the MP Table APIC enumerator. This code uses the BIOS MP Table tojhb2003-11-031-2764/+45
* Always export r_gdt and r_idt and give them extern declarations injhb2003-10-301-3/+0
* A few whitespace and comment tweaks.jhb2003-10-241-6/+3
* Commit Bosko's patch to clean up the PSE/PG_G initialization to andpeter2003-10-011-8/+2
* Remove an XXX comment by using the per CPU mask added after this commentjhb2003-09-101-2/+1
* Fix copyright comment & FBSDID style nits.obrien2003-08-251-2/+1
* Halted CPU's should not accumulate time.ps2003-08-121-6/+6
* Use macros from apic.h to when writing to the ICR to send IPIs to startupjhb2003-07-231-5/+12
* Protect lint(1) from a #error.markm2003-07-101-0/+2
* unifdef -DLAZY_SWITCH and start to tidy up the associated glue.peter2003-07-101-3/+0
* - Construct a cpu topology map for Hyper Threading systems so that ULE mayjeff2003-06-281-0/+31
* Use __FBSDID().obrien2003-06-021-1/+3
* Initialize logical_cpus_mask when the logical CPUs are enumerated inalc2003-05-151-2/+5
* Commit a partial lazy thread switch mechanism for i386. it isn't as lazypeter2003-04-021-1/+8
* Nuke options HTT infavor of machdep.hlt_logical_cpus tunable/sysctl.ps2003-03-261-21/+88
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* 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
OpenPOWER on IntegriCloud