Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | intr: Note which interrupt is being refused to userland | Samuel Thibault | 2024-12-23 | 1 | -1/+1 |
* | intr: Protect internals with a lock | Sergey Bugaev | 2024-12-10 | 1 | -16/+22 |
* | device/intr: Account for interrupts that could not be delivered | Damien Zammit via Bug reports for the GNU Hurd | 2024-11-24 | 1 | -0/+4 |
* | Fix interrupt handling | Damien Zammit | 2023-10-03 | 1 | -2/+14 |
* | intr: Fix crash on irq notification port destruction | Samuel Thibault | 2023-06-12 | 1 | -1/+8 |
* | intr: Simplify clearing after intr port deallocation | Samuel Thibault | 2023-02-16 | 1 | -35/+21 |
* | device intr: Return an error on bogus intr port | Samuel Thibault | 2022-03-13 | 1 | -3/+5 |
* | device intr: Fix hypothetical NULL dererefence | Samuel Thibault | 2022-03-13 | 1 | -1/+1 |
* | SMP: Fix warnings | Samuel Thibault | 2021-04-04 | 1 | -2/+2 |
* | intr: Always share irqs | Samuel Thibault | 2021-03-31 | 1 | -0/+2 |
* | intr: Add user interrupt handling code for non-Linux case | Damien Zammit | 2021-03-31 | 1 | -0/+80 |
* | Add hardware interrupt notification mechanism | Samuel Thibault | 2020-07-10 | 1 | -0/+283 |