aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/smp.h
Commit message (Expand)AuthorAgeFilesLines
* Enable vmspace sharing on SMP. Major changes are,Luoqi Chen1999-04-281-8/+1
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,Tor Egge1998-09-061-9/+13
* Add forwarding of roundrobin to other cpus. This gives a more regularTor Egge1998-05-171-1/+5
* Add two workarounds for broken MP tables:Tor Egge1998-04-011-1/+2
* Declare some variables modified by interrupt handlers as volatile.Tor Egge1998-04-011-3/+3
* This mega-commit is meant to fix numerous interrelated problems. ThereJohn Dyson1998-03-071-3/+3
* Remove special handling for resuming clock interrupt when using APIC_IO.Tor Egge1998-03-051-8/+1
* When entering the apic version of slow interrupt handler, levelTor Egge1998-03-031-1/+4
* Forward the signal if the process runs on a different CPU. This reducesTor Egge1998-03-031-3/+2
* forward_statclock and forward_hardclock are located in mp_machdep.c.Tor Egge1998-03-031-3/+5
* Fix page prezeroing for SMP, and fix some potential paging-in-progressJohn Dyson1998-02-251-3/+3
* Moved the SMP declarations of INTREN() and INTRDIS() to the correct header,Bruce Evans1998-01-011-3/+1
* The improvements to clock statistics by Tor EggeSteve Passe1997-12-081-1/+8
* General cleanup of the lock pushdown code. They are grouped and enabledSteve Passe1997-09-071-1/+2
* Another round of lock pushdown.Steve Passe1997-08-301-1/+9
* Clean up the SMP AP bootstrap and eliminate the wretched idle procs.Peter Wemm1997-08-261-2/+1
* A clean fix for the spl "deadlock before smp_active" problem.Steve Passe1997-08-241-1/+2
* Made PEND_INTS default.Steve Passe1997-08-211-14/+1
* Preperation for moving cpl into critical region access.Steve Passe1997-08-201-2/+8
* Removed volatile from arg to simple_lock & friends.Steve Passe1997-08-181-4/+4
* The promised "better fix" for "Trap 9 When Boot SMP" problem.Steve Passe1997-08-151-2/+3
* Fixed imen declaration.Steve Passe1997-07-311-2/+2
* Converted the TEST_LOPRIO code to default.Steve Passe1997-07-311-2/+2
* Modified the PEND_INTS algorithm to fix the ISA INT loss problem.Steve Passe1997-07-281-1/+11
* param.h:Steve Passe1997-07-241-2/+2
* Forced 32bit alignment of struct simple_lock in param.h.Steve Passe1997-07-231-2/+3
* Coded simple_lock and friends in asm.Steve Passe1997-07-231-1/+7
* Last commit didn't take, operator error???Steve Passe1997-07-221-2/+17
* Pass string arg to apic_dump.Steve Passe1997-07-201-2/+2
* Many new test defines, including:Steve Passe1997-07-131-1/+2
* General cleanup of APIC code.Steve Passe1997-07-081-3/+3
* Additional debugging functions and macros.Steve Passe1997-07-061-2/+12
* Preliminaries for stop_cpus()/restart_cpus().Steve Passe1997-06-271-3/+16
* Modified to declare merged/renamed functions:Steve Passe1997-06-251-5/+4
* Preliminary support for per-cpu data pages.Peter Wemm1997-06-221-35/+7
* apic.h now has structure definitions for both the local APIC and io APIC.Steve Passe1997-05-291-1/+13
* Add declaration of mp_probe().Steve Passe1997-05-281-1/+2
* remove #include "opt_smp.h"Peter Wemm1997-05-071-6/+1
* Force user to config SMP kernel with "options APIC_IO".Steve Passe1997-05-061-1/+5
* Code to handle SMP/APIC_IO mapping of ISA INTs to APIC pins above IRQ15.Steve Passe1997-05-051-2/+3
* added declaration for get_isa_apic_mask().Steve Passe1997-05-031-1/+2
* cleaned up FAST_IPI code.Steve Passe1997-05-011-1/+2
* changed expect_lock() to try_lock(), the real name used in mplock.sSteve Passe1997-04-301-2/+2
* remove all the SMP_INVLTLB defines, making the code default for APIC_IO.Steve Passe1997-04-281-6/+2
* Man the liferafts! Here comes the long awaited SMP -> -current merge!Peter Wemm1997-04-261-0/+135