Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-16 | Kernel: Annotate UnhandledInterruptHandler::eoi with [[noreturn]] | Shannon Booth | |
2020-03-19 | Kernel: Use a const reference to RegisterState in IRQ handling | Liav A | |
2020-03-06 | Kernel: Change HandlerPurpose to HandlerType | Liav A | |
Also, GenericInterruptHandler class requires to implement two new methods. | |||
2020-02-24 | Kernel: Change get_sharing_devices_count() in GenericInterruptHandler | Liav A | |
The new method' name is sharing_devices_count(). The Serenity Coding Style tends to not accept the word "get" in methods' names if possible. | |||
2020-02-24 | Kernel: Add UnhandledInterruptHandler class | Liav A | |
This class will be used to represent an IRQ vector handler that wasn't assigned to any IRQ Handler. |