summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386
Commit message (Expand)AuthorAgeFilesLines
* Moved the free case to top of MPgetlock and MPtrylockfsmp1997-07-311-3/+142
* Converted the TEST_LOPRIO code to default.fsmp1997-07-316-137/+127
* Converted the TEST_LOPRIO code to default.fsmp1997-07-311-38/+5
* Modified the PEND_INTS algorithm to fix the ISA INT loss problem.fsmp1997-07-284-12/+73
* mpapic.c & mp_machdep:fsmp1997-07-264-42/+25
* clock.c:fsmp1997-07-262-88/+49
* simplelock functions removed from apic_ipl.s.fsmp1997-07-241-0/+145
* Treat 6x86MX CPU as 686-class CPU instead of 586-class CPU.kato1997-07-242-7/+7
* New simple_lock code in asm:fsmp1997-07-235-40/+127
* Coded simple_lock and friends in asm.fsmp1997-07-231-7/+4
* Last commit didn't take, operator error???fsmp1997-07-223-162/+24
* Hid the existance of imen via a dump routine.fsmp1997-07-221-6/+2
* Cleaned up an ugly printout.fsmp1997-07-221-7/+4
* Fix a crash that has manifest itself while running X after the 4MBdyson1997-07-211-2/+2
* Developed a new strategy for handling the 8254/8259/APIC issue.fsmp1997-07-205-52/+95
* Minor cleanup.fsmp1997-07-204-12/+21
* Minor cleanup.fsmp1997-07-201-11/+8
* Removed unused #includes.bde1997-07-201-2/+1
* Oops, I removed one too many #include. <machine/frame.h> was previouslybde1997-07-201-1/+2
* Fixed bitrot in fpu LKMs.bde1997-07-201-3/+3
* Removed unused #includes.bde1997-07-2019-99/+19
* Added code to support #define APIC_PIN0_TIMER.fsmp1997-07-193-11/+31
* Added #code to support define APIC_PIN0_TIMER.fsmp1997-07-191-8/+24
* SMP or APIC_IO:fsmp1997-07-191-8/+23
* Split TEST_CPUSTOP code into CPUSTOP_ON_DDBBREAK and mainline code.fsmp1997-07-186-144/+91
* Made the printing of the APIC INTs depend on bootverbose.fsmp1997-07-181-6/+8
* printf cleanup.fsmp1997-07-182-6/+6
* Hopefully fix a few problems that could cause hangs in SMP mode.dyson1997-07-174-11/+24
* Add support for 4MB pages. This includes the .text, .data, .data partsdyson1997-07-172-13/+241
* Oops, added popfl after trynexgen label.kato1997-07-151-1/+2
* Removed several "magic numbers".fsmp1997-07-151-13/+3
* Cleanup.fsmp1997-07-151-5/+5
* Tighten up asm code for TEST_PRIO and other misc. things.fsmp1997-07-153-65/+93
* Tighten up asm code for EOI access.fsmp1997-07-151-11/+6
* new code to control other CPUs: stop_cpus()/restart_cpus()/_Xstopcpufsmp1997-07-135-221/+114
* Cleanup old stop_cpus/restart_cpus() cruft.fsmp1997-07-132-51/+59
* Screwed up again, gotta remember to turn off those debugs!fsmp1997-07-091-4/+4
* General cleanup of APIC code.fsmp1997-07-084-209/+219
* Minor cleanup of APIC code.fsmp1997-07-081-7/+8
* added #define IPI_LEVELfsmp1997-07-081-5/+7
* ifdef a TEST_CPUSTOP debug properly.fsmp1997-07-071-3/+3
* Opps, forgot to turn off the debugs...fsmp1997-07-071-4/+4
* stop_cpus(), currently BROKEN! (turned off in smptests.h by default).fsmp1997-07-072-20/+118
* Preliminary support for Xspuriousint.fsmp1997-07-061-4/+16
* Added some (temporary) macros for debugging.fsmp1997-07-061-1/+91
* First cut at code for handling "spurious INTerrupts".fsmp1997-07-061-22/+84
* #ifdef out debug for now...fsmp1997-07-061-1/+3
* Un-inline a call to spl0(). It is not time critical, and was only inlinebde1997-07-011-10/+2
* Added ifdefs so that this compiles when neither I586_CPU nor I586_CPUbde1997-07-011-2/+7
* Un-inline a call to spl0(). It is not time critical, and was only inlinebde1997-07-011-5/+2
OpenPOWER on IntegriCloud