summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_smp.c
Commit message (Expand)AuthorAgeFilesLines
* Backout early start of APs since it caused some machines to hang.tegge1999-04-131-4/+1
* Add prototype for wait_ap().tegge1999-04-111-1/+4
* Let BSP wait until all APs are initialized.tegge1999-04-101-1/+4
* Disable the mtrr copy calls, it doesn't work with the i686_mem.c stuff.peter1999-04-071-1/+7
* The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpubde1999-03-051-3/+3
* Don't call assign_apic_irq with a value for irq that is out of range.tegge1999-02-261-2/+2
* Introduce machine-dependent macro pgtok() to convert page count to numberluoqi1999-02-191-5/+5
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). Thisluoqi1999-02-191-3/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* Make more messages conditional on bootverbosejkh1999-01-201-3/+5
* Silence warnings.eivind1999-01-121-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* Attempt to handle interrupts delivered to all IO APICs by using the firsttegge1998-11-261-2/+17
* Staticize.eivind1998-11-261-3/+3
* mp_machdep.c: Set a vector to boot code (PC-98).kato1998-10-101-4/+4
* PC-98 doesn't have CMOS ram.kato1998-10-101-2/+8
* BIOS ROM base address is 0xe8000 on PC-98.kato1998-10-081-1/+6
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,tegge1998-09-061-14/+115
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-241-2/+2
* Presently there is only one `currentldt' variable for all cpusmsmith1998-08-181-1/+5
* pmap.c:bde1998-08-161-4/+4
* Add forwarding of roundrobin to other cpus. This gives a more regulartegge1998-05-171-10/+48
* For SMP, use prv_PPAGE1/prv_PMAP1 instead of PADDR1/PMAP1.tegge1998-05-171-1/+3
* Attempt to set write combining mode for graphics devices.dyson1998-05-111-59/+5
* Use real types for the SMP pages being allocated rather than arrays ofpeter1998-04-061-17/+11
* Make a kernel version of the timer* functions called timerval* to bephk1998-04-061-3/+3
* Add two workarounds for broken MP tables:tegge1998-04-011-2/+49
* The APs now reload the interrupt descriptor table pointer aftertegge1998-03-071-1/+6
* When entering the apic version of slow interrupt handler, leveltegge1998-03-031-1/+60
* Forward the signal if the process runs on a different CPU. This reducestegge1998-03-031-2/+54
* Reduce timeout before assuming that forwarding of hardclock or softclocktegge1998-03-031-7/+11
* 1) Use a more consistent page wait methodology.dyson1998-03-011-2/+2
* Staticize.eivind1998-02-091-5/+7
* Add support for low resolution SMP kernel profiling.tegge1997-12-151-1/+6
* Don't forward hardclock or statclock to stopped cpus. Disable forwardingtegge1997-12-151-10/+17
* Add needed #include.tegge1997-12-121-1/+4
* The improvements to clock statistics by Tor Eggefsmp1997-12-081-1/+315
* Use UPAGES when setting up private pages for SMP (which includes idle stack).tegge1997-11-071-7/+7
* Removed unused #includes.bde1997-10-281-2/+1
* Try and fix some style problemspeter1997-10-121-15/+18
* Convert the VM86 option from a global option to an option only dependedpeter1997-10-101-1/+2
* It is possible that MB's with really broken bios's not set up more ofdyson1997-10-061-0/+8
* Make sure that the memory type registers are the same for each CPUdyson1997-10-051-1/+53
* Implement the parts needed for VM86 under SMP.peter1997-09-211-7/+11
* Add support for more than 1 page of idle process stack on SMP systems.dyson1997-09-211-14/+24
* General cleanup of the lock pushdown code. They are grouped and enabledfsmp1997-09-071-9/+13
* 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
OpenPOWER on IntegriCloud