summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modified to use merged/renamed functions:fsmp1997-06-253-73/+65
* Modified to declare merged/renamed functions:fsmp1997-06-251-5/+4
* Allow the kernel configuration file to override the amount of memorytegge1997-06-251-1/+3
* Allow kernel configuration file to override PMAP_SHPGPERPROC. The defaulttegge1997-06-251-1/+3
* Block some interrupts during the call to pmap_zero_page integge1997-06-251-1/+3
* Ensure that the boot CPU honours write protection in kernel mode.tegge1997-06-243-3/+27
* Recognize AMD K5 PR166 and PR200 CPUs.kato1997-06-241-1/+7
* Fix calculation of initial mplock value.fsmp1997-06-243-6/+6
* Fixed breakage for "default" configurations in mptable_pass1().fsmp1997-06-243-6/+6
* Preliminary support for per-cpu data pages.peter1997-06-2227-677/+690
* Kill some stale leftovers from the earlier attempts at SMP per-cpu pagespeter1997-06-221-18/+1
* Fixed va_arg() to work for small args (as in stdarg.h).bde1997-06-211-9/+6
* Fix another power down braino.wollman1997-06-151-2/+2
* When APM is configured, turn off the power when halting for good.wollman1997-06-152-2/+18
* While deciding to install irq with unneded "conflicts" keyword,ache1997-06-091-3/+4
* Add safety check in case "conflicts" keyword specified more times thanache1997-06-081-4/+7
* Make "conflicts" keyword work againache1997-06-081-4/+5
* Preserve %fs and %gs across context switches. This has a relatively lowbde1997-06-078-9/+78
* Updated comments.bde1997-06-071-15/+15
* YAMF22 - XSERVER comment changes.jkh1997-06-061-2/+2
* Document a non-standard gdbremote protocol extension (kludge, really)pst1997-06-041-0/+14
* Fill in some gaps in the cpuid features list..peter1997-06-021-3/+19
* Added PC-98 code.kato1997-06-022-26/+124
* Change isa_device.h to intr_machdep.hdfr1997-06-023-6/+6
* Move interrupt handling code from isa.c to a new file. This should makedfr1997-06-0212-368/+959
OpenPOWER on IntegriCloud