summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/exception.c
Commit message (Expand)AuthorAgeFilesLines
* arch to drivers/intel: Fix misspellings & capitalization issuesMartin Roth2023-09-081-1/+1
* arch/x86: Ensure LAPIC mode for exception handlerKyösti Mälkki2023-07-051-3/+2
* arch/x86: Add support for catching null dereferences through debug regsRobert Zieba2022-05-121-2/+11
* arch/x86: Use ENV_X86_64 instead of _x86_64_Patrick Rudolph2021-07-061-1/+1
* arch/x86: Do not call lapicid() without SMPKyösti Mälkki2021-06-071-2/+3
* src/arch: Drop unneeded empty linesElyes HAOUAS2020-08-241-5/+0
* arch/x86/exception: Print stack on exceptionRaul E Rangel2020-07-101-1/+12
* arch/x86: Support x86_64 exceptionsPaul Menzel2020-07-051-2/+29
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/arch/x86: Convert to SPDX license headerPatrick Georgi2020-03-061-12/+2
* arch/x86/exception.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-10/+7
* {arch,cpu}/x86, drivers/intel: Restore cpu_index error handlingJacob Garber2019-05-161-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-2/+2
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* arch/x86/exception: Improve the readability of a commentJonathan Neuschäfer2018-10-171-2/+2
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* arch/x86/exception.c: Remove double initializationRichard Spiegel2018-08-091-1/+1
* arch/x86: Print CPU Index and APIC ID in case of exceptionSubrata Banik2018-05-021-1/+10
* arch/x86: print cr2 value on every exceptionAaron Durbin2018-04-261-2/+3
* arch/x86: allow idt to be available to link in all stagesAaron Durbin2018-04-261-0/+112
* arch/*: Update Kconfig symbol usageMartin Roth2017-07-071-2/+2
* arch/x86: Fix most of remaining issues detected by checkpatchLee Leahy2017-03-201-3/+2
* arch/x86: Wrap lines at 80 columnsLee Leahy2017-03-171-6/+13
* arch/x86: Fix space issues detected by checkpatchLee Leahy2017-03-171-14/+14
* arch/x86: Fix issues with braces detected by checkpatchLee Leahy2017-03-171-19/+9
* src/arch: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-281-2/+2
* src/arch: Capitalize CPU, RAM and ROMElyes HAOUAS2016-07-311-1/+1
* arch/x86: add missing license headersMartin Roth2016-01-141-0/+13
* Correct some common spelling mistakesMartin Roth2016-01-071-1/+1
* x86: flatten hierarchy4.14.1Stefan Reinauer2015-07-131-0/+511