| Commit message (Expand) | Author | Age | Files | Lines |
* | RIP <machine/lock.h>. | markm | 2001-02-11 | 1 | -3/+0 |
* | Use the MI ithread helper functions in the x86 interrupt code. | jhb | 2001-02-09 | 1 | -160/+83 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -2/+2 |
* | Convert mca (microchannel bus support) from something that we count | peter | 2001-01-29 | 1 | -5/+5 |
* | Send "#if NISA > 0" to the bit-bucket and replace it with an option. | peter | 2001-01-29 | 1 | -4/+3 |
* | Clear intr_nesting_level when an interrupt thread has no more | jake | 2001-01-28 | 1 | -0/+1 |
* | Make intr_nesting_level per-process, rather than per-cpu. Setup | jake | 2001-01-21 | 1 | -0/+1 |
* | EEK! I missed a couple of places with the 24->32 interrupt change. | peter | 2001-01-19 | 1 | -0/+6 |
* | Fix a warning (the prototypes probably shouldn't be so over-zealously | peter | 2001-01-19 | 1 | -1/+1 |
* | Free the intrhand name when free'ing a intrhand. | jhb | 2001-01-16 | 1 | -0/+1 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -4/+3 |
* | Fix a couple of whitespace nits. | jhb | 2000-10-27 | 1 | -2/+2 |
* | Fast interrupts have no associated process, therefore do not try | ps | 2000-10-25 | 1 | -11/+13 |
* | - Overhaul the software interrupt code to use interrupt threads for each | jhb | 2000-10-25 | 1 | -33/+33 |
* | Actually harvest interrupt threads when the last handler is removed from a | jhb | 2000-10-20 | 1 | -2/+18 |
* | - Heavyweight interrupt threads on the alpha for device I/O interrupts. | jhb | 2000-10-05 | 1 | -6/+5 |
* | - Remove the inthand2_t type and use the equivalent driver_intr_t type from | jhb | 2000-09-13 | 1 | -14/+15 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -380/+144 |
* | Change the behavior of isa_nmi to log an error message instead of | ps | 2000-08-06 | 1 | -18/+31 |
* | Fixed atpic_attach() for the SMP (specifically APIC_IO) case. | fsmp | 2000-06-24 | 1 | -1/+2 |
* | Add PnP probe methods to some common AT hardware drivers. In each case, | msmith | 2000-06-23 | 1 | -0/+66 |
* | Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use a | bde | 2000-05-31 | 1 | -2/+2 |
* | Mark two functions as private. | peter | 2000-04-29 | 1 | -0/+3 |
* | Don't include <isa/isavar.h> or compile code depending on it when isa | bde | 1999-12-26 | 1 | -0/+6 |
* | Replaced the INTRMASK and INTRUNMASK macros by "|" and "&~" operations. | bde | 1999-12-26 | 1 | -2/+2 |
* | Use the correct return value for MCA NMIs. | eivind | 1999-12-21 | 1 | -1/+1 |
* | Zap the old isa_device specific register_intr() and unregister_intr() | peter | 1999-12-20 | 1 | -66/+0 |
* | This adds the i386 specific support for systems with a MicroChannel | mdodd | 1999-09-03 | 1 | -2/+23 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -2/+2 |
* | Fixed a longstanding scheduling bug. ASTs and softclock interrupts were | bde | 1999-07-10 | 1 | -12/+13 |
* | Recover from removing the last (unshared) interrupt handler. | peter | 1999-05-22 | 1 | -27/+12 |
* | Use unit, not device_id as an argument to an old-style ISA interrupt | dfr | 1999-05-04 | 1 | -3/+3 |
* | Make the register_intr() glue actually have a chance of working... | peter | 1999-04-23 | 1 | -2/+3 |
* | Stage 1 of a cleanup of the i386 interrupt registration mechanism. | peter | 1999-04-21 | 1 | -42/+426 |
* | Bring the 'new-bus' to the i386. This extensively changes the way the | peter | 1999-04-16 | 1 | -1/+3 |
* | Generate intrnames[] dynamically. This should be new-bus friendly. | bde | 1999-04-14 | 1 | -65/+80 |
* | Unspammed includes in <machine/cpufunc.h> in the !SMP case. Partially | bde | 1999-01-08 | 1 | -1/+4 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -2/+2 |
* | Maintain a mapping from irq number to (ioapic number, int pin) tuple, | tegge | 1998-09-06 | 1 | -5/+8 |
* | Converted isa_strayintr() to take a `void *' arg. | bde | 1998-06-18 | 1 | -10/+11 |
* | Changed the type of an isa/general interrupt handler to take a | bde | 1998-06-18 | 1 | -4/+4 |
* | Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() into | bde | 1998-05-31 | 1 | -47/+10 |
* | Use a higher priority interrupt vector for 8254 timer interrupts. | tegge | 1998-05-17 | 1 | -2/+5 |
* | When entering the apic version of slow interrupt handler, level | tegge | 1998-03-03 | 1 | -12/+26 |
* | Staticize. | eivind | 1998-02-09 | 1 | -2/+2 |
* | Add a small hack to support the strange antics of the Unisys ELI 4003. This | mckay | 1997-09-28 | 1 | -10/+22 |
* | Another round of lock pushdown. | fsmp | 1997-08-30 | 1 | -1/+9 |
* | Support for the new FAST_HI algorithm, enabled. | fsmp | 1997-08-29 | 1 | -4/+38 |
* | Removed unused #includes. | bde | 1997-07-20 | 1 | -8/+1 |
* | Preliminary support for per-cpu data pages. | peter | 1997-06-22 | 1 | -2/+2 |