Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
d97307de8719e162d253e4b1fbf5da5a55348864
/
arch
/
x86
/
cpu
/
i386
/
interrupt.c
6c0712a
x86: Force 32-bit jumps in interrupt handlers
by J. Tang
· Thu Feb 09 21:54:13 2017 -0500
1560a63
x86: Fix up CONFIG_X86_64 check
by Simon Glass
· Mon Jan 16 07:04:00 2017 -0700
16a624b
x86: Move the i386 code into its own directory
by Simon Glass
· Mon Jan 16 07:03:57 2017 -0700
[Renamed (98%) from arch/x86/cpu/interrupts.c]
b58770f
x86: Correct address casts in interrupt code
by Simon Glass
· Sun Sep 25 21:33:25 2016 -0600
87086d5
x86: Allow interrupts to be disabled in 64-bit mode
by Simon Glass
· Sun Sep 25 21:33:23 2016 -0600
d538c36
x86: Call lapic_setup() in interrupt_init()
by Bin Meng
· Sun May 22 01:45:33 2016 -0700
c7298e7
dm: Use uclass_first_device_err() where it is useful
by Simon Glass
· Thu Feb 11 13:23:26 2016 -0700
754f55e
dm: x86: Set up interrupt routing from interrupt_init()
by Simon Glass
· Tue Jan 19 21:32:26 2016 -0700
b29a08c
x86: Rename pcat_ to i8254 and i8259 accordingly
by Bin Meng
· Thu Oct 22 19:13:30 2015 -0700
79dd434
x86: Show the un-relocated IP address in exceptions
by Simon Glass
· Mon Aug 10 22:02:54 2015 -0600
2b6d80b
x86: Handle running as EFI payload
by Simon Glass
· Tue Aug 04 12:34:00 2015 -0600
ab76a47
x86: Add support for U-Boot as an EFI application
by Ben Stoltz
· Tue Aug 04 12:33:46 2015 -0600
c4b9ef8
x86: Tidy up a few minor issues with interrupts
by Simon Glass
· Fri Jul 31 09:31:32 2015 -0600
fdebed8
x86: Simplify architecture defined exception handling in irq_llsr()
by Bin Meng
· Fri Jul 10 10:51:23 2015 +0800
9ff054b
x86: Display correct CS/EIP/EFLAGS when there is an error code
by Bin Meng
· Fri Jul 10 10:38:32 2015 +0800
98d7e98
x86: Provide access to the IDT
by Simon Glass
· Tue Apr 28 20:25:16 2015 -0600
2096c8f
x86: Drop old CONFIG_INTEL_CORE_ARCH code
by Simon Glass
· Mon Nov 24 21:18:14 2014 -0700
cb9d9cb
x86: Refactor interrupt_init()
by Bin Meng
· Thu Nov 20 16:11:16 2014 +0800
8337433
x86: Fix up some missing prototypes
by Simon Glass
· Thu Nov 06 13:20:08 2014 -0700
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· Mon Jul 08 09:37:19 2013 +0200
bb6306c
x86: Declare global_data pointer when it is used
by Simon Glass
· Wed Apr 17 16:13:33 2013 +0000
6fa6e4a
x86: Permit bootstage and timer data to be used prior to relocation
by Simon Glass
· Thu Feb 28 19:26:12 2013 +0000
6ab0258
x86: Provide tick counter and frequency reference for Intel core architecture
by Vadim Bendebury
· Mon Dec 03 13:59:20 2012 +0000
2acf848
x86: Add basic cache operations
by Stefan Reinauer
· Sun Dec 02 04:49:50 2012 +0000
af3f2c8
x86: Tweak IDT and GDT for alignment and readability
by Graeme Russ
· Mon Dec 19 14:26:18 2011 +1100
2768d85
x86: Ensure IDT and GDT remain 16-byte aligned post relocation
by Graeme Russ
· Tue Nov 08 02:33:21 2011 +0000
fdee8b1
cosmetic: checkpatch cleanup of arch/x86/cpu/*.c
by Graeme Russ
· Tue Nov 08 02:33:13 2011 +0000
5e0e287
x86: Call hang() on unrecoverable exception
by Graeme Russ
· Tue Nov 08 02:33:12 2011 +0000
60fbc8d
Convert ISO-8859 files to UTF-8
by Albert ARIBAUD
· Thu Aug 04 18:45:45 2011 +0200
cbfce1d
x86: Rename i386 to x86
by Graeme Russ
· Wed Apr 13 19:43:28 2011 +1000
[Renamed from arch/i386/cpu/interrupts.c]
45fc1d8
x86: Code cleanup
by Graeme Russ
· Wed Apr 13 19:43:26 2011 +1000
93efcb2
x86: Add processor flags header from linux
by Graeme Russ
· Sat Feb 12 15:11:32 2011 +1100
6869980
x86: Add stack dump to register dump
by Graeme Russ
· Sat Feb 12 15:11:28 2011 +1100
4326153
x86: Fix %ss and %esp in register structure for interrupts
by Graeme Russ
· Thu Oct 07 20:03:23 2010 +1100
bed10fa
x86: Change compiler options
by Graeme Russ
· Thu Oct 07 20:03:23 2010 +1100
c39acb4
x86: Add register dump to crash handlers
by Graeme Russ
· Sat Apr 24 00:05:38 2010 +1000
16261b5
i386: Move cpu/i386/* to arch/i386/cpu/*
by Peter Tyser
· Mon Apr 12 22:28:17 2010 -0500
[Renamed from cpu/i386/interrupts.c]
078395c
i386: Final Relocation
by Graeme Russ
· Tue Nov 24 20:04:21 2009 +1100
1aafcc9
i386: Remove inline asm symbols from .dynsym
by Graeme Russ
· Tue Nov 24 20:04:19 2009 +1100
d11b085
i386: Rearrange Interupt Handling
by Graeme Russ
· Tue Nov 24 20:04:18 2009 +1100
8495964
Add basic relocation to i386 port
by Graeme Russ
· Tue Feb 24 21:14:56 2009 +1100
77290ee
Rewrite i386 interrupt handling
by Graeme Russ
· Tue Feb 24 21:13:40 2009 +1100
278638d
Moved generic (triple fault) reset code
by Graeme Russ
· Sun Dec 07 10:29:02 2008 +1100
0c8c62e
Moved definition of set_vector() to new header file
by Graeme Russ
· Sun Dec 07 10:29:01 2008 +1100
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· Thu Oct 16 15:01:15 2008 +0200
874ac26
* Implement new mechanism to export U-Boot's functions to standalone
by wdenk
· Thu Jul 24 23:38:38 2003 +0000
57b2d80
* Code cleanup:
by wdenk
· Fri Jun 27 21:31:46 2003 +0000
abda5ca
* Patch by Marc Singer, 29 May 2003:
by wdenk
· Sat May 31 18:35:21 2003 +0000
591dda5
* Patch by Daniel Engström, 13 Nov 2002:
by wdenk
· Mon Nov 18 00:14:45 2002 +0000