aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/mptable.h
Commit message (Expand)AuthorAgeFilesLines
...
* When doing statistics for statclock on other CPU's, use the other CPUs'John Baldwin2000-09-111-3/+3
* Remove an unneeded extern declaration of cp_time.John Baldwin2000-09-081-2/+0
* Really fix USER_LDT. (Don't use currentldt as an L-value.)Jake Burkholder2000-09-081-1/+1
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-26/+62
* Clean up some low level bootstrap code:Peter Wemm2000-08-111-11/+2
* Don't skip IOAPIC id conflict detection when only one pci bus is present.Tor Egge2000-08-101-6/+4
* Be more verbose when changing APIC ID on an IO APIC.Tor Egge2000-08-061-2/+142
* Further fixes for multiple-IO-APIC systems from Tor Egge:Mike Smith2000-05-311-7/+2
* Commit major SMP cleanups and move the BGL (big giant lock) in theMatthew Dillon2000-03-281-0/+2
* Allow SMP systems with an MCA bus to work properly.Matthew N. Dodd2000-01-131-4/+6
* Allow SMP && NCPU == 1 to work. From now on, there's no restriction on theLuoqi Chen2000-01-071-2/+4
* ISA device drivers use the ISA source interrupt number in locations whereTor Egge2000-01-041-6/+64
* Moved scheduling-related code to kern_synch.c so that it is easier to fixBruce Evans1999-11-271-8/+1
* Eliminate remaining part of incorrect PCI bus numbering sanity check on syste...Tor Egge1999-10-151-7/+0
* Zap unneeded #includesPeter Wemm1999-10-111-2/+0
* Set up FPU state on the AP.Peter Wemm1999-09-051-0/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Merge the cons.c and cons.h to the best of my ability. alpha may orPoul-Henning Kamp1999-08-091-3/+2
* Implement an all-CPU shootdown-style rendezvous facility. This allowsMike Smith1999-07-201-1/+85
* Changes in the way that the APs are started appears to have removed theMike Smith1999-06-231-11/+3
* Do not setup 4M pdir until all APs are up.Luoqi Chen1999-06-231-8/+9
* Remove an unnecessary panic when sparse PCI bus numbering is encountered.Mike Smith1999-06-221-3/+1
* Unifdef VM86.Jonathan Lemon1999-06-011-4/+1
* Unbreak VESA on SMP.Luoqi Chen1999-05-121-2/+3
* Make sure the mem_range_AP_init() prototype is seen where it's needed, andPeter Wemm1999-05-081-1/+3
* Add a hook that can be called to initialise a slave processor's memoryMike Smith1999-04-301-1/+4
* Enable vmspace sharing on SMP. Major changes are,Luoqi Chen1999-04-281-113/+54
* Backout early start of APs since it caused some machines to hang.Tor Egge1999-04-131-4/+1
* Add prototype for wait_ap().Tor Egge1999-04-111-1/+4
* Let BSP wait until all APs are initialized.Tor Egge1999-04-101-1/+4
* Disable the mtrr copy calls, it doesn't work with the i686_mem.c stuff.Peter Wemm1999-04-071-1/+7
* The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpuBruce Evans1999-03-051-3/+3
* Don't call assign_apic_irq with a value for irq that is out of range.Tor Egge1999-02-261-2/+2
* Introduce machine-dependent macro pgtok() to convert page count to numberLuoqi Chen1999-02-191-5/+5
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). ThisLuoqi Chen1999-02-191-3/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* Make more messages conditional on bootverboseJordan K. Hubbard1999-01-201-3/+5
* Silence warnings.Eivind Eklund1999-01-121-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+1
* Attempt to handle interrupts delivered to all IO APICs by using the firstTor Egge1998-11-261-2/+17
* Staticize.Eivind Eklund1998-11-261-3/+3
* mp_machdep.c: Set a vector to boot code (PC-98).KATO Takenori1998-10-101-4/+4
* PC-98 doesn't have CMOS ram.KATO Takenori1998-10-101-2/+8
* BIOS ROM base address is 0xe8000 on PC-98.KATO Takenori1998-10-081-1/+6
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,Tor Egge1998-09-061-14/+115
* Fixed printf format errors. Only one left in LINT on i386's.Bruce Evans1998-08-241-2/+2
* Presently there is only one `currentldt' variable for all cpusMike Smith1998-08-181-1/+5
* pmap.c:Bruce Evans1998-08-161-4/+4
* Add forwarding of roundrobin to other cpus. This gives a more regularTor Egge1998-05-171-10/+48
* For SMP, use prv_PPAGE1/prv_PMAP1 instead of PADDR1/PMAP1.Tor Egge1998-05-171-1/+3