summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
...
* 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-69/+143
* Minor cleanup.fsmp1997-07-204-10/+19
* Minor cleanup.fsmp1997-07-202-22/+16
* Pass string arg to apic_dump.fsmp1997-07-201-2/+2
* Removed unused #includes.bde1997-07-209-37/+9
* Removed unused #includes and a stale forward declaration.bde1997-07-202-12/+2
* Removed unused #includes.bde1997-07-2019-89/+19
* Added code to support #define APIC_PIN0_TIMER.fsmp1997-07-193-6/+18
* Added #code to support define APIC_PIN0_TIMER.fsmp1997-07-192-16/+48
* SMP or APIC_IO:fsmp1997-07-193-44/+76
* 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-187-149/+61
* Made the printing of the APIC INTs depend on bootverbose.fsmp1997-07-182-12/+16
* printf cleanup.fsmp1997-07-183-9/+9
* Hopefully fix a few problems that could cause hangs in SMP mode.dyson1997-07-176-13/+35
* Add support for 4MB pages. This includes the .text, .data, .data partsdyson1997-07-175-21/+275
* Remove the disable for the P5 cpu class bcopy using the FPU on SMP kernels,peter1997-07-172-6/+4
* Oops, added popfl after trynexgen label.kato1997-07-152-2/+4
* Removed a stale "FIXME:".fsmp1997-07-151-3/+1
* Add SYSVSHM by default. Nobody seems to have objected too stronglyjkh1997-07-151-1/+4
* Cleanup.fsmp1997-07-151-5/+5
* Tighten up asm code for TEST_PRIO and other misc. things.fsmp1997-07-152-72/+80
* Tighten up asm code for EOI access.fsmp1997-07-151-11/+6
* New defines to eliminate "magic numbers" in various places.fsmp1997-07-151-2/+22
* new code to control other CPUs: stop_cpus()/restart_cpus()/_Xstopcpufsmp1997-07-134-199/+74
* Cleanup old stop_cpus/restart_cpus() cruft.fsmp1997-07-134-72/+161
* Many new test defines, including:fsmp1997-07-131-1/+2
* Back out my changes with 'conflicts' keyword for IRQs,ache1997-07-091-9/+4
* General cleanup of APIC code.fsmp1997-07-084-134/+140
* Minor cleanup of APIC code.fsmp1997-07-081-7/+8
* General cleanup of APIC code.fsmp1997-07-082-4/+9
* stop_cpus(), currently BROKEN! (turned off in smptests.h by default).fsmp1997-07-073-30/+177
* Additional debugging functions and macros.fsmp1997-07-061-2/+12
* First cut at code for handling "spurious INTerrupts".fsmp1997-07-061-22/+84
* #ifdef out debug for now...fsmp1997-07-061-1/+3
* Added a hook for a "spurious INTerrupt handler".fsmp1997-07-061-1/+9
* Un-inline a call to spl0(). It is not time critical, and was only inlinebde1997-07-012-20/+4
* Un-inline a call to spl0(). It is not time critical, and was only inlinebde1997-07-012-10/+4
* apic_vector.s:fsmp1997-06-272-3/+85
* Added POST code output to various points of the startup code.fsmp1997-06-273-60/+519
* Experimental calls to stop_cpus()/restart_cpus() within breakpoint calls.fsmp1997-06-271-1/+20
* Added other_cpus to CPU private page.fsmp1997-06-272-4/+8
* Preliminaries for stop_cpus()/restart_cpus().fsmp1997-06-271-3/+16
* Program lint1 to handle NMIs.fsmp1997-06-273-6/+72
* Added fields to the LVT1/2 group.fsmp1997-06-271-1/+10
* Removed '#include <machine/smptests.h>' line, no longer needed.fsmp1997-06-271-3/+2
* Added CPU_DIRECT_MAPPED_CACHE option which sets L1 cache in directkato1997-06-271-1/+4
* Back out a bad commit.tegge1997-06-261-3/+1
* Merged/renamed functions:fsmp1997-06-253-246/+168
OpenPOWER on IntegriCloud