summaryrefslogtreecommitdiff
path: root/sys/kern/subr_smp.c
Commit message (Expand)AuthorAgeFilesLines
* Staticize.Eivind Eklund1998-02-091-5/+7
* Add support for low resolution SMP kernel profiling.Tor Egge1997-12-151-1/+6
* Don't forward hardclock or statclock to stopped cpus. Disable forwardingTor Egge1997-12-151-10/+17
* Add needed #include.Tor Egge1997-12-121-1/+4
* The improvements to clock statistics by Tor EggeSteve Passe1997-12-081-1/+315
* Use UPAGES when setting up private pages for SMP (which includes idle stack).Tor Egge1997-11-071-7/+7
* Removed unused #includes.Bruce Evans1997-10-281-2/+1
* Try and fix some style problemsPeter Wemm1997-10-121-15/+18
* Convert the VM86 option from a global option to an option only dependedPeter Wemm1997-10-101-1/+2
* It is possible that MB's with really broken bios's not set up more ofJohn Dyson1997-10-061-0/+8
* Make sure that the memory type registers are the same for each CPUJohn Dyson1997-10-051-1/+53
* Implement the parts needed for VM86 under SMP.Peter Wemm1997-09-211-7/+11
* Add support for more than 1 page of idle process stack on SMP systems.John Dyson1997-09-211-14/+24
* General cleanup of the lock pushdown code. They are grouped and enabledSteve Passe1997-09-071-9/+13
* Cleanup.Steve Passe1997-09-011-8/+10
* Move closer to supporting VM86 under SMP.Bruce Evans1997-09-011-1/+9
* Debug version of simple_lock. This will store the CPU id of theSteve Passe1997-08-311-20/+11
* Another round of lock pushdown.Steve Passe1997-08-301-3/+19
* Correct some things I forgot about until it was too late with smp_active.Peter Wemm1997-08-261-4/+7
* Clean up the SMP AP bootstrap and eliminate the wretched idle procs.Peter Wemm1997-08-261-34/+140
* Removed a bogus comment.Bruce Evans1997-08-251-2/+2
* A clean fix for the spl "deadlock before smp_active" problem.Steve Passe1997-08-241-1/+3
* Made PEND_INTS default.Steve Passe1997-08-211-1/+13
* Preperation for moving cpl into critical region access.Steve Passe1997-08-201-1/+20
* Cheap fix for kern/4255.Steve Passe1997-08-101-4/+10
* Some fixes towards making "default configs" work again.Steve Passe1997-08-091-13/+15
* 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-4/+4
* mpapic.c & mp_machdep:Steve Passe1997-07-261-13/+2
* New simple_lock code in asm:Steve Passe1997-07-231-10/+22
* Developed a new strategy for handling the 8254/8259/APIC issue.Steve Passe1997-07-201-3/+5
* Minor cleanup.Steve Passe1997-07-201-3/+3
* Removed unused #includes.Bruce Evans1997-07-201-6/+1
* Added code to support #define APIC_PIN0_TIMER.Steve Passe1997-07-191-2/+6
* Split TEST_CPUSTOP code into CPUSTOP_ON_DDBBREAK and mainline code.Steve Passe1997-07-181-34/+3
* printf cleanup.Steve Passe1997-07-181-3/+3
* Hopefully fix a few problems that could cause hangs in SMP mode.John Dyson1997-07-171-1/+5
* new code to control other CPUs: stop_cpus()/restart_cpus()/_XstopcpuSteve Passe1997-07-131-64/+23
* General cleanup of APIC code.Steve Passe1997-07-081-44/+46
* stop_cpus(), currently BROKEN! (turned off in smptests.h by default).Steve Passe1997-07-071-10/+59
* Added POST code output to various points of the startup code.Steve Passe1997-06-271-20/+173
* Program lint1 to handle NMIs.Steve Passe1997-06-271-2/+24
* Merged/renamed functions:Steve Passe1997-06-251-82/+56
* Ensure that the boot CPU honours write protection in kernel mode.Tor Egge1997-06-241-1/+9
* Fix calculation of initial mplock value.Steve Passe1997-06-241-2/+2
* Fixed breakage for "default" configurations in mptable_pass1().Steve Passe1997-06-241-2/+2
* Preliminary support for per-cpu data pages.Peter Wemm1997-06-221-45/+109
* Change isa_device.h to intr_machdep.hDoug Rabson1997-06-021-2/+2
* Code such as apic_base[APIC_ID] converted to lapic__idSteve Passe1997-05-291-16/+16
* minor style police (recent divergence from KNF code)Peter Wemm1997-05-291-5/+5