summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_smp.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup.fsmp1997-09-011-8/+10
* Move closer to supporting VM86 under SMP.bde1997-09-011-1/+9
* Debug version of simple_lock. This will store the CPU id of thefsmp1997-08-311-20/+11
* Another round of lock pushdown.fsmp1997-08-301-3/+19
* Correct some things I forgot about until it was too late with smp_active.peter1997-08-261-4/+7
* Clean up the SMP AP bootstrap and eliminate the wretched idle procs.peter1997-08-261-34/+140
* Removed a bogus comment.bde1997-08-251-2/+2
* A clean fix for the spl "deadlock before smp_active" problem.fsmp1997-08-241-1/+3
* Made PEND_INTS default.fsmp1997-08-211-1/+13
* Preperation for moving cpl into critical region access.fsmp1997-08-201-1/+20
* Cheap fix for kern/4255.fsmp1997-08-101-4/+10
* Some fixes towards making "default configs" work again.fsmp1997-08-091-13/+15
* Converted the TEST_LOPRIO code to default.fsmp1997-07-311-2/+2
* Modified the PEND_INTS algorithm to fix the ISA INT loss problem.fsmp1997-07-281-4/+4
* mpapic.c & mp_machdep:fsmp1997-07-261-13/+2
* New simple_lock code in asm:fsmp1997-07-231-10/+22
* Developed a new strategy for handling the 8254/8259/APIC issue.fsmp1997-07-201-3/+5
* Minor cleanup.fsmp1997-07-201-3/+3
* Removed unused #includes.bde1997-07-201-6/+1
* Added code to support #define APIC_PIN0_TIMER.fsmp1997-07-191-2/+6
* Split TEST_CPUSTOP code into CPUSTOP_ON_DDBBREAK and mainline code.fsmp1997-07-181-34/+3
* printf cleanup.fsmp1997-07-181-3/+3
* Hopefully fix a few problems that could cause hangs in SMP mode.dyson1997-07-171-1/+5
* new code to control other CPUs: stop_cpus()/restart_cpus()/_Xstopcpufsmp1997-07-131-64/+23
* General cleanup of APIC code.fsmp1997-07-081-44/+46
* stop_cpus(), currently BROKEN! (turned off in smptests.h by default).fsmp1997-07-071-10/+59
* Added POST code output to various points of the startup code.fsmp1997-06-271-20/+173
* Program lint1 to handle NMIs.fsmp1997-06-271-2/+24
* Merged/renamed functions:fsmp1997-06-251-82/+56
* Ensure that the boot CPU honours write protection in kernel mode.tegge1997-06-241-1/+9
* Fix calculation of initial mplock value.fsmp1997-06-241-2/+2
* Fixed breakage for "default" configurations in mptable_pass1().fsmp1997-06-241-2/+2
* Preliminary support for per-cpu data pages.peter1997-06-221-45/+109
* Change isa_device.h to intr_machdep.hdfr1997-06-021-2/+2
* Code such as apic_base[APIC_ID] converted to lapic__idfsmp1997-05-291-16/+16
* minor style police (recent divergence from KNF code)peter1997-05-291-5/+5
* Nuke the printing of the unredirect message unless bootverbose.fsmp1997-05-271-3/+7
* Added a test called 'LATE_START'.fsmp1997-05-261-190/+194
* Broke up parse_mp_table() into 2 passes:fsmp1997-05-251-156/+224
* Now that panic() is properly printing messages for early SMP panics allfsmp1997-05-241-51/+27
* Convert all:fsmp1997-05-221-27/+49
* fix bug in get_isa_apic_mask() where EISA bus was ignored.fsmp1997-05-071-3/+7
* Code to handle SMP/APIC_IO mapping of ISA INTs to APIC pins above IRQ15.fsmp1997-05-051-6/+33
* new function to turn an APIC pin# into an INT mask.fsmp1997-05-031-1/+25
* fixed spelling error.fsmp1997-05-011-2/+2
* Enabled 'FIX_MP_TABLE_WORKS' code.fsmp1997-04-291-33/+39
* removed all the TEST_UPPERPRIO crud.fsmp1997-04-281-31/+4
* remove all the SMP_INVLTLB defines, making the code default for APIC_IO.fsmp1997-04-281-45/+15
* informal discussion between Bruce Evans <bde@zeta.org.au>,fsmp1997-04-271-132/+7
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-0/+1646
OpenPOWER on IntegriCloud