Age | Commit message (Expand) | Author |
---|---|---|
2018-10-04 | libpayload/x86/exception: Add ability to ignore unknown interrupts | Raul E Rangel |
2018-10-04 | libpayload/x86/exception.c: Remove exception_install_hook | Raul E Rangel |
2018-10-04 | libpayload/apic: Only ACK interrupts triggered by the APIC | Raul E Rangel |
2018-09-12 | libpayload/arch/x86: Add support for initializing the APIC | Raul E Rangel |
2018-09-10 | libpayload/x86/exception: Add ability to handle user defined interrupts | Raul E Rangel |
2018-08-23 | libpayload/x86/exception: Add methods to enable/disable interrupts | Raul E Rangel |
2018-08-06 | exception: Fix segment error code mask | Raul E Rangel |
2015-01-09 | libpayload: Rework exception hook interface | Julius Werner |
2014-12-30 | libpayload: don't dereference null pointer in exception handler | Patrick Georgi |
2014-12-09 | libpayload: Make it possible to install callbacks for particular exceptions. | Gabe Black |
2014-09-15 | libpayload: x86: Add support for catching processor exceptions. | Gabe Black |