summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/interrupts.c
AgeCommit message (Expand)Author
2016-01-24dm: x86: Set up interrupt routing from interrupt_init()Simon Glass
2015-11-13x86: Rename pcat_ to i8254 and i8259 accordinglyBin Meng
2015-08-14x86: Show the un-relocated IP address in exceptionsSimon Glass
2015-08-05x86: Handle running as EFI payloadSimon Glass
2015-08-05x86: Add support for U-Boot as an EFI applicationBen Stoltz
2015-08-05x86: Tidy up a few minor issues with interruptsSimon Glass
2015-07-28x86: Simplify architecture defined exception handling in irq_llsr()Bin Meng
2015-07-28x86: Display correct CS/EIP/EFLAGS when there is an error codeBin Meng
2015-04-30x86: Provide access to the IDTSimon Glass
2014-11-25x86: Drop old CONFIG_INTEL_CORE_ARCH codeSimon Glass
2014-11-25x86: Refactor interrupt_init()Bin Meng
2014-11-21x86: Fix up some missing prototypesSimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-13x86: Declare global_data pointer when it is usedSimon Glass
2013-03-04x86: Permit bootstage and timer data to be used prior to relocationSimon Glass
2012-12-06x86: Provide tick counter and frequency reference for Intel core architectureVadim Bendebury
2012-12-06x86: Add basic cache operationsStefan Reinauer
2012-01-04x86: Tweak IDT and GDT for alignment and readabilityGraeme Russ
2011-11-29x86: Ensure IDT and GDT remain 16-byte aligned post relocationGraeme Russ
2011-11-29cosmetic: checkpatch cleanup of arch/x86/cpu/*.cGraeme Russ
2011-11-29x86: Call hang() on unrecoverable exceptionGraeme Russ
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD
2011-04-13x86: Rename i386 to x86Graeme Russ