| Commit message (Expand) | Author | Age | Files | Lines |
* | Maintain a mapping from irq number to (ioapic number, int pin) tuple, | tegge | 1998-09-06 | 1 | -14/+115 |
* | Fixed printf format errors. Only one left in LINT on i386's. | bde | 1998-08-24 | 1 | -2/+2 |
* | Presently there is only one `currentldt' variable for all cpus | msmith | 1998-08-18 | 1 | -1/+5 |
* | pmap.c: | bde | 1998-08-16 | 1 | -4/+4 |
* | Add forwarding of roundrobin to other cpus. This gives a more regular | tegge | 1998-05-17 | 1 | -10/+48 |
* | For SMP, use prv_PPAGE1/prv_PMAP1 instead of PADDR1/PMAP1. | tegge | 1998-05-17 | 1 | -1/+3 |
* | Attempt to set write combining mode for graphics devices. | dyson | 1998-05-11 | 1 | -59/+5 |
* | Use real types for the SMP pages being allocated rather than arrays of | peter | 1998-04-06 | 1 | -17/+11 |
* | Make a kernel version of the timer* functions called timerval* to be | phk | 1998-04-06 | 1 | -3/+3 |
* | Add two workarounds for broken MP tables: | tegge | 1998-04-01 | 1 | -2/+49 |
* | The APs now reload the interrupt descriptor table pointer after | tegge | 1998-03-07 | 1 | -1/+6 |
* | When entering the apic version of slow interrupt handler, level | tegge | 1998-03-03 | 1 | -1/+60 |
* | Forward the signal if the process runs on a different CPU. This reduces | tegge | 1998-03-03 | 1 | -2/+54 |
* | Reduce timeout before assuming that forwarding of hardclock or softclock | tegge | 1998-03-03 | 1 | -7/+11 |
* | 1) Use a more consistent page wait methodology. | dyson | 1998-03-01 | 1 | -2/+2 |
* | Staticize. | eivind | 1998-02-09 | 1 | -5/+7 |
* | Add support for low resolution SMP kernel profiling. | tegge | 1997-12-15 | 1 | -1/+6 |
* | Don't forward hardclock or statclock to stopped cpus. Disable forwarding | tegge | 1997-12-15 | 1 | -10/+17 |
* | Add needed #include. | tegge | 1997-12-12 | 1 | -1/+4 |
* | The improvements to clock statistics by Tor Egge | fsmp | 1997-12-08 | 1 | -1/+315 |
* | Use UPAGES when setting up private pages for SMP (which includes idle stack). | tegge | 1997-11-07 | 1 | -7/+7 |
* | Removed unused #includes. | bde | 1997-10-28 | 1 | -2/+1 |
* | Try and fix some style problems | peter | 1997-10-12 | 1 | -15/+18 |
* | Convert the VM86 option from a global option to an option only depended | peter | 1997-10-10 | 1 | -1/+2 |
* | It is possible that MB's with really broken bios's not set up more of | dyson | 1997-10-06 | 1 | -0/+8 |
* | Make sure that the memory type registers are the same for each CPU | dyson | 1997-10-05 | 1 | -1/+53 |
* | Implement the parts needed for VM86 under SMP. | peter | 1997-09-21 | 1 | -7/+11 |
* | Add support for more than 1 page of idle process stack on SMP systems. | dyson | 1997-09-21 | 1 | -14/+24 |
* | General cleanup of the lock pushdown code. They are grouped and enabled | fsmp | 1997-09-07 | 1 | -9/+13 |
* | Cleanup. | fsmp | 1997-09-01 | 1 | -8/+10 |
* | Move closer to supporting VM86 under SMP. | bde | 1997-09-01 | 1 | -1/+9 |
* | Debug version of simple_lock. This will store the CPU id of the | fsmp | 1997-08-31 | 1 | -20/+11 |
* | Another round of lock pushdown. | fsmp | 1997-08-30 | 1 | -3/+19 |
* | Correct some things I forgot about until it was too late with smp_active. | peter | 1997-08-26 | 1 | -4/+7 |
* | Clean up the SMP AP bootstrap and eliminate the wretched idle procs. | peter | 1997-08-26 | 1 | -34/+140 |
* | Removed a bogus comment. | bde | 1997-08-25 | 1 | -2/+2 |
* | A clean fix for the spl "deadlock before smp_active" problem. | fsmp | 1997-08-24 | 1 | -1/+3 |
* | Made PEND_INTS default. | fsmp | 1997-08-21 | 1 | -1/+13 |
* | Preperation for moving cpl into critical region access. | fsmp | 1997-08-20 | 1 | -1/+20 |
* | Cheap fix for kern/4255. | fsmp | 1997-08-10 | 1 | -4/+10 |
* | Some fixes towards making "default configs" work again. | fsmp | 1997-08-09 | 1 | -13/+15 |
* | Converted the TEST_LOPRIO code to default. | fsmp | 1997-07-31 | 1 | -2/+2 |
* | Modified the PEND_INTS algorithm to fix the ISA INT loss problem. | fsmp | 1997-07-28 | 1 | -4/+4 |
* | mpapic.c & mp_machdep: | fsmp | 1997-07-26 | 1 | -13/+2 |
* | New simple_lock code in asm: | fsmp | 1997-07-23 | 1 | -10/+22 |
* | Developed a new strategy for handling the 8254/8259/APIC issue. | fsmp | 1997-07-20 | 1 | -3/+5 |
* | Minor cleanup. | fsmp | 1997-07-20 | 1 | -3/+3 |
* | Removed unused #includes. | bde | 1997-07-20 | 1 | -6/+1 |
* | Added code to support #define APIC_PIN0_TIMER. | fsmp | 1997-07-19 | 1 | -2/+6 |
* | Split TEST_CPUSTOP code into CPUSTOP_ON_DDBBREAK and mainline code. | fsmp | 1997-07-18 | 1 | -34/+3 |