| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the leading underscore from all symbols defined in x86 asm | jake | 2001-02-25 | 1 | -59/+59 |
* | - Make astpending and need_resched process attributes rather than CPU | jhb | 2001-02-10 | 1 | -5/+4 |
* | Remove unused forward_irq counters. | jhb | 2001-02-09 | 1 | -9/+0 |
* | - Remove all the #if 0'd code that used to implement IRQ forwarding. | jhb | 2001-01-24 | 1 | -85/+0 |
* | Make intr_nesting_level per-process, rather than per-cpu. Setup | jake | 2001-01-21 | 1 | -4/+10 |
* | Remove APIC_INTR_DIAGNOSTIC - this has been disabled for some time now. | peter | 2001-01-21 | 1 | -70/+0 |
* | Remove reference to splz_unpend - it is long gone. | peter | 2001-01-19 | 1 | -1/+1 |
* | Use _lapic+offset to access the local apic from assembly language | jake | 2000-12-14 | 1 | -16/+16 |
* | Introduce a new potientially cleaner interface for accessing per-cpu | jake | 2000-12-13 | 1 | -15/+16 |
* | Cleanup some leftover lint from the old interrupt system. | peter | 2000-12-04 | 1 | -9/+23 |
* | Change doreti to take a trapframe instead of an intrframe. | jake | 2000-12-01 | 1 | -3/+3 |
* | - Change fast interrupts on x86 to push a full interrupt frame and to | jhb | 2000-10-06 | 1 | -33/+22 |
* | - Heavyweight interrupt threads on the alpha for device I/O interrupts. | jhb | 2000-10-05 | 1 | -24/+0 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -106/+26 |
* | INTR_TYPE_FAST / FAST_INTR interrupts (currently just serial interrupts) | dillon | 2000-06-06 | 1 | -13/+0 |
* | Pack the SWI bits to save some time and space. | bde | 2000-05-31 | 1 | -2/+2 |
* | Add SWI_TQ_MASK to imask definition. | dfr | 2000-05-29 | 1 | -1/+1 |
* | 1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bit | obrien | 2000-05-10 | 1 | -20/+20 |
* | The SMP cleanup commit broke need_resched, this fixes that and also | dillon | 2000-03-29 | 1 | -4/+2 |
* | Commit major SMP cleanups and move the BGL (big giant lock) in the | dillon | 2000-03-28 | 1 | -264/+10 |
* | Optimize two cases in the MP locking code. First, it is not necessary | dillon | 1999-11-19 | 1 | -3/+2 |
* | Invoke smp_rendezvous_action() using the a.out compatible asnames.h | msmith | 1999-09-10 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Modify the macros IMASK_UNLOCK, CPL_UNLOCK, and REL_FAST_INTR_LOCK | alc | 1999-08-23 | 1 | -4/+2 |
* | Implement an all-CPU shootdown-style rendezvous facility. This allows | msmith | 1999-07-20 | 1 | -1/+24 |
* | Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pending | bde | 1999-07-10 | 1 | -5/+4 |
* | An SMP-specific change: Add the lock prefix to RMW operations | alc | 1999-07-03 | 1 | -1/+9 |
* | Clean up bitrot in interrupt tracing code. | tegge | 1999-06-16 | 1 | -3/+3 |
* | Unifdef VM86. | jlemon | 1999-06-01 | 1 | -3/+1 |
* | Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter. | bde | 1999-05-28 | 1 | -27/+32 |
* | Enable vmspace sharing on SMP. Major changes are, | luoqi | 1999-04-28 | 1 | -18/+49 |
* | Generate intrnames[] dynamically. This should be new-bus friendly. | bde | 1999-04-14 | 1 | -43/+1 |
* | Test CF after a btrl operation instead of testing ZF (which is undefined). | tegge | 1999-04-10 | 1 | -2/+2 |
* | Maintain a mapping from irq number to (ioapic number, int pin) tuple, | tegge | 1998-09-06 | 1 | -6/+11 |
* | Make irq forwarding truely functional. | luoqi | 1998-09-04 | 1 | -11/+1 |
* | Register tty software interrupt handlers at run time using register_swi() | bde | 1998-08-11 | 1 | -2/+2 |
* | Implemented dynamic registration of software interrupt handlers. Not | bde | 1998-08-11 | 1 | -10/+5 |
* | Add forwarding of roundrobin to other cpus. This gives a more regular | tegge | 1998-05-17 | 1 | -3/+54 |
* | Mask the interrupt before setting the corresponding bit in ipending if | tegge | 1998-04-22 | 1 | -6/+7 |
* | Remove special handling for resuming clock interrupt when using APIC_IO. | tegge | 1998-03-05 | 1 | -16/+1 |
* | When entering the apic version of slow interrupt handler, level | tegge | 1998-03-03 | 1 | -40/+303 |
* | Forward the signal if the process runs on a different CPU. This reduces | tegge | 1998-03-03 | 1 | -5/+5 |
* | Addition of splsoftvm and a VM SWI to handle bus dma related callbacks. | gibbs | 1998-01-15 | 1 | -3/+3 |
* | The improvements to clock statistics by Tor Egge | fsmp | 1997-12-08 | 1 | -4/+146 |
* | Fix a serious bug I introduced while adding in support for CAM interrupts. | gibbs | 1997-09-28 | 1 | -2/+3 |
* | aha1542.c aic6360.c cy.c fd.c ft.c | gibbs | 1997-09-21 | 1 | -4/+7 |
* | General cleanup of the lock pushdown code. They are grouped and enabled | fsmp | 1997-09-07 | 1 | -25/+50 |
* | Another round of lock pushdown. | fsmp | 1997-08-30 | 1 | -3/+3 |
* | Support for the new FAST_HI algorithm, enabled. | fsmp | 1997-08-29 | 1 | -12/+79 |
* | The last of the encapsolation of cpl/spl/ipending things into a critical | fsmp | 1997-08-24 | 1 | -25/+40 |