summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include file updates.. <machine/spl.h> -> <machine/ipl.h>, addpeter1997-05-3110-16/+22
* remove #include of <machine/spl.h> - they are externed nowpeter1997-05-311-3/+1
* The SWI_NET_MASK and SWI_TTY_MASK handlers are now back adjacent to thepeter1997-05-314-13/+21
* - Use `6x86MX' instead of `M2'. Cyrix officially use `6x86MX' for thekato1997-05-312-128/+211
* Code such as apic_base[APIC_ID] converted to lapic__idfsmp1997-05-294-48/+54
* apic.h now has structure definitions for both the local APIC and io APIC.fsmp1997-05-292-2/+153
* Added code to manage the local and io APICs as structures.fsmp1997-05-291-2/+2
* remove no longer needed opt_smp.h includespeter1997-05-2910-20/+10
* minor style police (recent divergence from KNF code)peter1997-05-293-15/+15
* remove opt_smp.h and fix the reason it was needed.peter1997-05-291-3/+2
* No longer need opt_smp.h herepeter1997-05-292-4/+2
* remove opt_smp.h from this well-included file, minor style policepeter1997-05-291-10/+8
* remove opt_smp.h, minor style policepeter1997-05-291-12/+11
* Add declaration of mp_probe().fsmp1997-05-281-1/+2
OpenPOWER on IntegriCloud