summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/mpboot.S
Commit message (Expand)AuthorAgeFilesLines
* sys/amd64: Small spelling fixes.pfg2016-05-031-2/+2
* don't set CR4 PSE bit on amd64royger2014-07-231-2/+2
* Revert accidentally committed changes in 262748.jkim2014-03-041-39/+1
* Properly save and restore CR0.jkim2014-03-041-1/+39
* Initial PG_NX support (no-execute page bit)peter2004-06-081-4/+0
* Since we don't use PG_NX yet, don't turn on EFER_NXE quite yet. This needspeter2004-02-251-0/+4
* Initial landing of SMP support for FreeBSD/amd64.peter2003-11-171-223/+175
* New i386 SMP code:jhb2003-11-031-43/+27
* Include "opt_pmap.h" so that the DISABLE_P* options are honored.jhb2003-10-301-0/+2
* Commit Bosko's patch to clean up the PSE/PG_G initialization to andpeter2003-10-011-0/+16
* - Add support for PAE and more than 4 gigs of ram on x86, dependent on thejake2003-03-301-1/+11
* Remove the leading underscore from all symbols defined in x86 asmjake2001-02-251-26/+26
* Use _lapic+offset to access the local apic from assembly languagejake2000-12-141-3/+3
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-35/+1
* Add workaround for livelock problem when starting APs.tegge2000-08-071-0/+4
* - Remove unnecessary 'data32' and 'addr32' prefixes and #define's.jhb2000-05-271-10/+1
* Reintroduce a workaround for a gas bug (misassembled lgdt instruction)tegge2000-05-251-13/+7
* Remove a workaround for a gas bug. It couldn't assemble a certainpeter2000-01-291-3/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Unifdef VM86.jlemon1999-06-011-5/+1
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-3/+3
* Let BSP wait until all APs are initialized.tegge1999-04-101-1/+19
* PC-98 doesn't have CMOS ram.kato1998-10-101-2/+2
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,tegge1998-09-061-1/+7
* Convert the VM86 option from a global option to an option only dependedpeter1997-10-101-1/+3
* Turn on CR4_VME on the AP's the same as the BSP. Note that we do notpeter1997-09-221-1/+13
* Clean up the SMP AP bootstrap and eliminate the wretched idle procs.peter1997-08-261-41/+10
* s/.align/.p2align/ so that we get the same results when building elfpeter1997-08-251-3/+3
* Preliminary support for per-cpu data pages.peter1997-06-221-6/+5
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-0/+317
OpenPOWER on IntegriCloud