summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* General cleanup of the sub-system locking macros.fsmp1997-09-011-3/+7
* Cleanup.fsmp1997-09-011-8/+10
* Move closer to supporting VM86 under SMP.bde1997-09-011-1/+9
* Debug version of simple_lock. This will store the CPU id of thefsmp1997-08-311-20/+11
* Define some machine characteristics using symbol naming on conventionspeter1997-08-301-1/+7
* Another round of lock pushdown.fsmp1997-08-304-6/+39
* Move MACHINE_ARCH definition from <machine/param.h> to <machine/cpu.h>.kato1997-08-301-1/+12
* Correct some things I forgot about until it was too late with smp_active.peter1997-08-261-4/+7
* Clean up the SMP AP bootstrap and eliminate the wretched idle procs.peter1997-08-262-36/+141
* Removed a bogus comment.bde1997-08-251-2/+2
* A clean fix for the spl "deadlock before smp_active" problem.fsmp1997-08-242-2/+5
* Revert my previous commit about using CS_SECURE macro.charnier1997-08-212-5/+3
* Made PEND_INTS default.fsmp1997-08-212-15/+14
* Preperation for moving cpl into critical region access.fsmp1997-08-201-1/+20
* Preperation for moving cpl into critical region access.fsmp1997-08-201-2/+8
* Use CS_SECURE macro.charnier1997-08-182-3/+5
* Removed volatile from arg to simple_lock & friends.fsmp1997-08-181-4/+4
* The promised "better fix" for "Trap 9 When Boot SMP" problem.fsmp1997-08-151-2/+3
* Cheap fix for kern/4255.fsmp1997-08-101-4/+10
* Some fixes towards making "default configs" work again.fsmp1997-08-091-13/+15
* A couple of missing doscmd header files. Messed up again. Now candyson1997-08-091-0/+46
* VM86 kernel support.dyson1997-08-096-13/+52
* Remove the PMAP_PVLIST conditionals in pmap.*, and another unneeded define.dyson1997-08-051-3/+1
* Eliminate frequent silo overflows by restoring the TEST_LOPRIO code.fsmp1997-08-041-2/+6
* Nuke the nonexistend pad bytes from the end of the DMI header structure.msmith1997-08-041-2/+1
* Support for PC BIOS functions.msmith1997-08-011-0/+113
* Fixed imen declaration.fsmp1997-07-311-2/+2
* Converted the TEST_LOPRIO code to default.fsmp1997-07-311-2/+2
* Converted the TEST_LOPRIO code to default.fsmp1997-07-312-6/+4
* Modified the PEND_INTS algorithm to fix the ISA INT loss problem.fsmp1997-07-282-5/+15
* mpapic.c & mp_machdep:fsmp1997-07-261-13/+2
* param.h:fsmp1997-07-241-2/+2
* New simple_lock code in asm:fsmp1997-07-231-10/+22
* Forced 32bit alignment of struct simple_lock in param.h.fsmp1997-07-231-2/+3
* Coded simple_lock and friends in asm.fsmp1997-07-231-1/+7
* Last commit didn't take, operator error???fsmp1997-07-221-2/+17
* Enabled the FPU emilaute bit define: CR0_EMfsmp1997-07-211-3/+1
* Developed a new strategy for handling the 8254/8259/APIC issue.fsmp1997-07-201-3/+5
* Minor cleanup.fsmp1997-07-201-3/+3
* Pass string arg to apic_dump.fsmp1997-07-201-2/+2
* Removed unused #includes and a stale forward declaration.bde1997-07-202-12/+2
* Removed unused #includes.bde1997-07-201-6/+1
* Added code to support #define APIC_PIN0_TIMER.fsmp1997-07-191-2/+6
* Increased NIDT to 256 for case of SMP or APIC_IO.fsmp1997-07-191-1/+5
* Split TEST_CPUSTOP code into CPUSTOP_ON_DDBBREAK and mainline code.fsmp1997-07-182-35/+7
* printf cleanup.fsmp1997-07-181-3/+3
* Hopefully fix a few problems that could cause hangs in SMP mode.dyson1997-07-171-1/+5
* Add support for 4MB pages. This includes the .text, .data, .data partsdyson1997-07-172-7/+23
* Removed a stale "FIXME:".fsmp1997-07-151-3/+1
* New defines to eliminate "magic numbers" in various places.fsmp1997-07-151-2/+22
OpenPOWER on IntegriCloud