aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_smp.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Nuke the printing of the unredirect message unless bootverbose.Steve Passe1997-05-271-3/+7
* Added a test called 'LATE_START'.Steve Passe1997-05-261-190/+194
* Broke up parse_mp_table() into 2 passes:Steve Passe1997-05-251-156/+224
* Now that panic() is properly printing messages for early SMP panics allSteve Passe1997-05-241-51/+27
* Convert all:Steve Passe1997-05-221-27/+49
* fix bug in get_isa_apic_mask() where EISA bus was ignored.Steve Passe1997-05-071-3/+7
* Code to handle SMP/APIC_IO mapping of ISA INTs to APIC pins above IRQ15.Steve Passe1997-05-051-6/+33