index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
arch
/
x86
/
exception.c
Age
Commit message (
Expand
)
Author
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2019-03-07
payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
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