summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/mptable.c
Commit message (Expand)AuthorAgeFilesLines
* MFi386: rev 1.236 - improve panic message for a busted mptablepeter2004-09-291-1/+3
* MFi386: various io apic cleanupspeter2004-07-081-5/+20
* MFi386: apic intpin programming updates etc.peter2004-06-031-6/+1
* MFi386: numerous interrupt and acpi updatespeter2004-05-161-36/+28
* MFi386: (jhb): Deal with MAXCPU etc correctlypeter2003-12-111-2/+2
* Initial landing of SMP support for FreeBSD/amd64.peter2003-11-171-8/+3
* Minor source sync with amd64. Use int as the type for the widthpeter2003-11-141-2/+2
* basemem is in K, not bytes. I think I tricked jhb into making the samepeter2003-11-141-1/+1
* Don't probe busses in the MP Table for the MP Table PCI bridge driversjhb2003-11-111-0/+2
* Disable probing of HTT CPUs by default for the MP Table case. HTT CPUsjhb2003-11-111-0/+7
* Bump APIC ID limits up to 32 since a machine with 16 CPUs will have APICjhb2003-11-101-1/+1
* When remapping an ISA interrupt from one intpin to another, disable thejhb2003-11-051-1/+5
* Add a workaround for MP Tables that list the same PCI IRQ twice withjhb2003-11-051-3/+16
* Add the MP Table APIC enumerator. This code uses the BIOS MP Table tojhb2003-11-031-2582/+660
* 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
OpenPOWER on IntegriCloud