aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/mptable.h
Commit message (Expand)AuthorAgeFilesLines
* Move the mptable.h under x86/include/.Attilio Rao2010-11-091-146/+0
* guard function decls with _KERNEL so user code can include this fileSam Leffler2006-03-011-1/+2
* Begin all license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Convert a couple of pointers to integers for source compatability withPeter Wemm2003-11-141-4/+4
* Add the MP Table APIC enumerator. This code uses the BIOS MP Table toJohn Baldwin2003-11-031-2764/+45
* Always export r_gdt and r_idt and give them extern declarations inJohn Baldwin2003-10-301-3/+0
* A few whitespace and comment tweaks.John Baldwin2003-10-241-6/+3
* Commit Bosko's patch to clean up the PSE/PG_G initialization to andPeter Wemm2003-10-011-8/+2
* Remove an XXX comment by using the per CPU mask added after this commentJohn Baldwin2003-09-101-2/+1
* Fix copyright comment & FBSDID style nits.David E. O'Brien2003-08-251-2/+1
* Halted CPU's should not accumulate time.Paul Saab2003-08-121-6/+6
* Use macros from apic.h to when writing to the ICR to send IPIs to startupJohn Baldwin2003-07-231-5/+12
* Protect lint(1) from a #error.Mark Murray2003-07-101-0/+2
* unifdef -DLAZY_SWITCH and start to tidy up the associated glue.Peter Wemm2003-07-101-3/+0
* - Construct a cpu topology map for Hyper Threading systems so that ULE mayJeff Roberson2003-06-281-0/+31
* Use __FBSDID().David E. O'Brien2003-06-021-1/+3
* Initialize logical_cpus_mask when the logical CPUs are enumerated inAlan Cox2003-05-151-2/+5
* Commit a partial lazy thread switch mechanism for i386. it isn't as lazyPeter Wemm2003-04-021-1/+8
* Nuke options HTT infavor of machdep.hlt_logical_cpus tunable/sysctl.Paul Saab2003-03-261-21/+88
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-1/+1
* Wrap the hyperthreading support code with the HTT kernel option.John Baldwin2003-03-041-0/+21
* The mpbiosreason variable does not used for pc98.Yoshihiro Takahashi2003-02-241-0/+2
* Allow machines with one CPU and a valid mp table to boot an SMP kernel.Tor Egge2003-02-231-0/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-4/+4
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* Split statclock into statclock and profclock, and made the method for drivingJake Burkholder2003-02-031-10/+9
* Reversion of commit by Davidxu plus fixes since applied.Julian Elischer2003-02-011-1/+2
* Fix KSE related patch.Julian Elischer2003-01-261-2/+1
* - Move enable_sse()'s prototype to machine/md_var.h.John Baldwin2003-01-221-2/+0
* Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename thisJohn Baldwin2003-01-221-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-4/+4
* Enumerate logical hyperthread CPUs manually if they aren't already listedJohn Baldwin2003-01-081-0/+80
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-1/+1
* Turn back on the "SMP: AP CPU #N Launched!" message on normal boots.David E. O'Brien2002-09-301-2/+1
* Only print out the "SMP: AP CPU #N Launched!" message on verbose boots.David E. O'Brien2002-09-301-4/+4
* OK, I have had it with losing my console because the AP's print their "I amPeter Wemm2002-08-281-5/+12
* Revive backed out pmap related changes from Feb 2002. The highlights are:Peter Wemm2002-07-121-22/+230
* Bah, move the invltlb counter to C code and hook a debug sysctl onto it.Peter Wemm2002-07-111-0/+6
* Fix typo in adjusted panic message.Tor Egge2002-04-171-1/+1
* Update io_apic_ints array properly when revoking an irq mapping.Tor Egge2002-04-171-2/+2
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-2/+2
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptMatthew Dillon2002-03-271-0/+6
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-231-5/+5
* Remove __P.Alfred Perlstein2002-03-201-5/+5
* Add needed includes of machine/smp.h, remove nested include in sys/smp.hJake Burkholder2002-03-071-0/+1
* Add a new variable mp_maxid. This is used so that per cpu datastructures mayJeff Roberson2002-03-051-1/+4
* Back out all the pmap related stuff I've touched over the last few days.Peter Wemm2002-02-271-193/+18
* revert last commit temporarily due to whining on the lists.Matthew Dillon2002-02-261-6/+0
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remainMatthew Dillon2002-02-261-0/+6
* Work-in-progress commit syncing up pmap cleanups that I have been workingPeter Wemm2002-02-251-18/+193