summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/arch/x86/exception.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-071-3/+3
* libpayload/x86/exception: Add ability to ignore unknown interruptsRaul E Rangel2018-10-041-3/+15
* libpayload/x86/exception.c: Remove exception_install_hookRaul E Rangel2018-10-041-11/+0
* libpayload/apic: Only ACK interrupts triggered by the APICRaul E Rangel2018-10-041-12/+5
* libpayload/arch/x86: Add support for initializing the APICRaul E Rangel2018-09-121-0/+11
* libpayload/x86/exception: Add ability to handle user defined interruptsRaul E Rangel2018-09-101-1/+18
* libpayload/x86/exception: Add methods to enable/disable interruptsRaul E Rangel2018-08-231-0/+32
* exception: Fix segment error code maskRaul E Rangel2018-08-061-1/+1
* libpayload: Rework exception hook interfaceJulius Werner2015-01-091-90/+73
* libpayload: don't dereference null pointer in exception handlerPatrick Georgi2014-12-301-6/+8
* libpayload: Make it possible to install callbacks for particular exceptions.Gabe Black2014-12-091-76/+76
* libpayload: x86: Add support for catching processor exceptions.Gabe Black2014-09-151-0/+199