aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/arch/x86/exception.c
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2019-03-07payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-10-04libpayload/x86/exception: Add ability to ignore unknown interruptsRaul E Rangel
2018-10-04libpayload/x86/exception.c: Remove exception_install_hookRaul E Rangel
2018-10-04libpayload/apic: Only ACK interrupts triggered by the APICRaul E Rangel
2018-09-12libpayload/arch/x86: Add support for initializing the APICRaul E Rangel
2018-09-10libpayload/x86/exception: Add ability to handle user defined interruptsRaul E Rangel
2018-08-23libpayload/x86/exception: Add methods to enable/disable interruptsRaul E Rangel
2018-08-06exception: Fix segment error code maskRaul E Rangel
2015-01-09libpayload: Rework exception hook interfaceJulius Werner
2014-12-30libpayload: don't dereference null pointer in exception handlerPatrick Georgi
2014-12-09libpayload: Make it possible to install callbacks for particular exceptions.Gabe Black
2014-09-15libpayload: x86: Add support for catching processor exceptions.Gabe Black