| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the leading underscore from all symbols defined in x86 asm | jake | 2001-02-25 | 1 | -5/+5 |
* | Move io_apic_{read,write} from apic_ipl.s (where they do not belong) into | peter | 2000-12-06 | 1 | -29/+0 |
* | GC unused assembler function apic_eoi() | peter | 2000-12-06 | 1 | -7/+0 |
* | Cleanup some leftover lint from the old interrupt system. | peter | 2000-12-04 | 1 | -216/+0 |
* | Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, | ps | 2000-09-22 | 1 | -3/+6 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -74/+0 |
* | Commit major SMP cleanups and move the BGL (big giant lock) in the | dillon | 2000-03-28 | 1 | -29/+19 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | It would help if things that MUST be 32 bit aligned were really 32 bit | peter | 1999-08-25 | 1 | -3/+3 |
* | Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pending | bde | 1999-07-10 | 1 | -3/+1 |
* | An SMP-specific change: Add the lock prefix to RMW operations | alc | 1999-07-03 | 1 | -1/+2 |
* | When trying to enable or disable an interrupt not described by the mp table, | tegge | 1999-04-10 | 1 | -3/+7 |
* | Maintain a mapping from irq number to (ioapic number, int pin) tuple, | tegge | 1998-09-06 | 1 | -11/+7 |
* | Implemented dynamic registration of software interrupt handlers. Not | bde | 1998-08-11 | 1 | -16/+8 |
* | Mask the interrupt before setting the corresponding bit in ipending if | tegge | 1998-04-22 | 1 | -2/+1 |
* | Remove special handling for resuming clock interrupt when using APIC_IO. | tegge | 1998-03-05 | 1 | -49/+2 |
* | When entering the apic version of slow interrupt handler, level | tegge | 1998-03-03 | 1 | -1/+4 |
* | Add support for low resolution SMP kernel profiling. | tegge | 1997-12-15 | 1 | -1/+5 |
* | General cleanup of the lock pushdown code. They are grouped and enabled | fsmp | 1997-09-07 | 1 | -17/+20 |
* | Support for the new FAST_HI algorithm, enabled. | fsmp | 1997-08-29 | 1 | -4/+14 |
* | The last of the encapsolation of cpl/spl/ipending things into a critical | fsmp | 1997-08-24 | 1 | -26/+87 |
* | Made PEND_INTS default. | fsmp | 1997-08-21 | 1 | -64/+3 |
* | Preperation for moving cpl into critical region access. | fsmp | 1997-08-20 | 1 | -1/+19 |
* | Fixed imen alignment. | fsmp | 1997-07-31 | 1 | -2/+2 |
* | Removed the simplelock functions. | fsmp | 1997-07-24 | 1 | -142/+11 |
* | Fixed possible deadlock from recursive INTs on same cpu. Since | fsmp | 1997-07-23 | 1 | -3/+9 |
* | New simple_lock code in asm: | fsmp | 1997-07-23 | 1 | -114/+154 |
* | Coded simple_lock and friends in asm. | fsmp | 1997-07-23 | 1 | -21/+197 |
* | Last commit didn't take, operator error??? | fsmp | 1997-07-22 | 1 | -1/+195 |
* | Developed a new strategy for handling the 8254/8259/APIC issue. | fsmp | 1997-07-20 | 1 | -40/+47 |
* | Added #code to support define APIC_PIN0_TIMER. | fsmp | 1997-07-19 | 1 | -4/+25 |
* | SMP or APIC_IO: | fsmp | 1997-07-19 | 1 | -9/+31 |
* | Split vector.s into UP and SMP specific files: | fsmp | 1997-05-26 | 1 | -0/+149 |