Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup some leftover lint from the old interrupt system. | peter | 2000-12-04 | 1 | -26/+2 |
* | Assert that Giant is not owned during the main loop of ithd_loop(). | jhb | 2000-11-15 | 1 | -0/+1 |
* | - Overhaul the software interrupt code to use interrupt threads for each | jhb | 2000-10-25 | 1 | -7/+7 |
* | Actually harvest interrupt threads when the last handler is removed from a | jhb | 2000-10-20 | 1 | -2/+15 |
* | - Heavyweight interrupt threads on the alpha for device I/O interrupts. | jhb | 2000-10-05 | 1 | -158/+8 |
* | - Add a new process flag P_NOLOAD that marks a process that should be | jhb | 2000-09-15 | 1 | -0/+1 |
* | Check to see if we actually have an interrupt descriptor and an interrupt | jhb | 2000-09-15 | 1 | -0/+21 |
* | - Remove the inthand2_t type and use the equivalent driver_intr_t type from | jhb | 2000-09-13 | 1 | -8/+8 |
* | Don't panic for delivery of a multiplexed SWI. Most SWI handlers | bde | 2000-09-12 | 1 | -1/+4 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -0/+353 |