index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/test/py/pytest-9.0.3
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
cpu
/
interrupts.c
Age
Commit message (
Expand
)
Author
2017-02-06
x86: Move the i386 code into its own directory
Simon Glass
2016-10-11
x86: Correct address casts in interrupt code
Simon Glass
2016-10-11
x86: Allow interrupts to be disabled in 64-bit mode
Simon Glass
2016-05-23
x86: Call lapic_setup() in interrupt_init()
Bin Meng
2016-03-14
dm: Use uclass_first_device_err() where it is useful
Simon Glass
2016-01-24
dm: x86: Set up interrupt routing from interrupt_init()
Simon Glass
2015-11-13
x86: Rename pcat_ to i8254 and i8259 accordingly
Bin Meng
2015-08-14
x86: Show the un-relocated IP address in exceptions
Simon Glass
2015-08-05
x86: Handle running as EFI payload
Simon Glass
2015-08-05
x86: Add support for U-Boot as an EFI application
Ben Stoltz
2015-08-05
x86: Tidy up a few minor issues with interrupts
Simon Glass
2015-07-28
x86: Simplify architecture defined exception handling in irq_llsr()
Bin Meng
2015-07-28
x86: Display correct CS/EIP/EFLAGS when there is an error code
Bin Meng
2015-04-29
x86: Provide access to the IDT
Simon Glass
2014-11-25
x86: Drop old CONFIG_INTEL_CORE_ARCH code
Simon Glass
2014-11-25
x86: Refactor interrupt_init()
Bin Meng
2014-11-21
x86: Fix up some missing prototypes
Simon Glass
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-05-13
x86: Declare global_data pointer when it is used
Simon Glass
2013-03-04
x86: Permit bootstage and timer data to be used prior to relocation
Simon Glass
2012-12-06
x86: Provide tick counter and frequency reference for Intel core architecture
Vadim Bendebury
2012-12-06
x86: Add basic cache operations
Stefan Reinauer
2012-01-04
x86: Tweak IDT and GDT for alignment and readability
Graeme Russ
2011-11-29
x86: Ensure IDT and GDT remain 16-byte aligned post relocation
Graeme Russ
2011-11-29
cosmetic: checkpatch cleanup of arch/x86/cpu/*.c
Graeme Russ
2011-11-29
x86: Call hang() on unrecoverable exception
Graeme Russ
2011-08-04
Convert ISO-8859 files to UTF-8
Albert ARIBAUD
2011-04-13
x86: Rename i386 to x86
Graeme Russ