1. 412a021 x86: Remove <common.h> and add needed includes by Tom Rini · Sat Apr 27 08:10:56 2024 -0600
  2. 4194157 x86: Tidy up EFI code in interrupt_init() by Simon Glass · Sat Jul 15 21:38:40 2023 -0600
  3. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  4. 495afca x86: Show the interrupt pointer with 'irqinfo' by Simon Glass · Wed Nov 04 09:57:28 2020 -0700
  5. 6b9f010 common: Drop asm/ptrace.h from common header by Simon Glass · Sun May 10 11:40:06 2020 -0600
  6. 8b8e754 x86: cpu: Skip init code when chain loading by Simon Glass · Sun Apr 26 09:12:55 2020 -0600
  7. 21bb12a x86: Give each driver an IRQ type by Simon Glass · Thu Feb 06 09:54:58 2020 -0700
  8. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  9. da25eff common: Move ll_boot_init() to init.h by Simon Glass · Sat Dec 28 10:44:56 2019 -0700
  10. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · Thu Nov 14 12:57:41 2019 -0700
  11. 954108d x86: show UEFI images involved in crash by Heinrich Schuchardt · Sun Aug 25 19:55:12 2019 +0200
  12. 973c099 Fix spelling of available. by Vagrant Cascadian · Fri May 03 14:28:37 2019 -0800
  13. d18df3c x86: make the LAPIC / IOAPIC construct switchable with Kconfig by Hannes Schmelzer · Sun Nov 18 23:19:43 2018 +0100
  14. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  15. 6c0712a x86: Force 32-bit jumps in interrupt handlers by J. Tang · Thu Feb 09 21:54:13 2017 -0500
  16. 1560a63 x86: Fix up CONFIG_X86_64 check by Simon Glass · Mon Jan 16 07:04:00 2017 -0700
  17. 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]
  18. b58770f x86: Correct address casts in interrupt code by Simon Glass · Sun Sep 25 21:33:25 2016 -0600
  19. 87086d5 x86: Allow interrupts to be disabled in 64-bit mode by Simon Glass · Sun Sep 25 21:33:23 2016 -0600
  20. d538c36 x86: Call lapic_setup() in interrupt_init() by Bin Meng · Sun May 22 01:45:33 2016 -0700
  21. c7298e7 dm: Use uclass_first_device_err() where it is useful by Simon Glass · Thu Feb 11 13:23:26 2016 -0700
  22. 754f55e dm: x86: Set up interrupt routing from interrupt_init() by Simon Glass · Tue Jan 19 21:32:26 2016 -0700
  23. b29a08c x86: Rename pcat_ to i8254 and i8259 accordingly by Bin Meng · Thu Oct 22 19:13:30 2015 -0700
  24. 79dd434 x86: Show the un-relocated IP address in exceptions by Simon Glass · Mon Aug 10 22:02:54 2015 -0600
  25. 2b6d80b x86: Handle running as EFI payload by Simon Glass · Tue Aug 04 12:34:00 2015 -0600
  26. ab76a47 x86: Add support for U-Boot as an EFI application by Ben Stoltz · Tue Aug 04 12:33:46 2015 -0600
  27. c4b9ef8 x86: Tidy up a few minor issues with interrupts by Simon Glass · Fri Jul 31 09:31:32 2015 -0600
  28. fdebed8 x86: Simplify architecture defined exception handling in irq_llsr() by Bin Meng · Fri Jul 10 10:51:23 2015 +0800
  29. 9ff054b x86: Display correct CS/EIP/EFLAGS when there is an error code by Bin Meng · Fri Jul 10 10:38:32 2015 +0800
  30. 98d7e98 x86: Provide access to the IDT by Simon Glass · Tue Apr 28 20:25:16 2015 -0600
  31. 2096c8f x86: Drop old CONFIG_INTEL_CORE_ARCH code by Simon Glass · Mon Nov 24 21:18:14 2014 -0700
  32. cb9d9cb x86: Refactor interrupt_init() by Bin Meng · Thu Nov 20 16:11:16 2014 +0800
  33. 8337433 x86: Fix up some missing prototypes by Simon Glass · Thu Nov 06 13:20:08 2014 -0700
  34. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  35. bb6306c x86: Declare global_data pointer when it is used by Simon Glass · Wed Apr 17 16:13:33 2013 +0000
  36. 6fa6e4a x86: Permit bootstage and timer data to be used prior to relocation by Simon Glass · Thu Feb 28 19:26:12 2013 +0000
  37. 6ab0258 x86: Provide tick counter and frequency reference for Intel core architecture by Vadim Bendebury · Mon Dec 03 13:59:20 2012 +0000
  38. 2acf848 x86: Add basic cache operations by Stefan Reinauer · Sun Dec 02 04:49:50 2012 +0000
  39. af3f2c8 x86: Tweak IDT and GDT for alignment and readability by Graeme Russ · Mon Dec 19 14:26:18 2011 +1100
  40. 2768d85 x86: Ensure IDT and GDT remain 16-byte aligned post relocation by Graeme Russ · Tue Nov 08 02:33:21 2011 +0000
  41. fdee8b1 cosmetic: checkpatch cleanup of arch/x86/cpu/*.c by Graeme Russ · Tue Nov 08 02:33:13 2011 +0000
  42. 5e0e287 x86: Call hang() on unrecoverable exception by Graeme Russ · Tue Nov 08 02:33:12 2011 +0000
  43. 60fbc8d Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · Thu Aug 04 18:45:45 2011 +0200
  44. cbfce1d x86: Rename i386 to x86 by Graeme Russ · Wed Apr 13 19:43:28 2011 +1000[Renamed from arch/i386/cpu/interrupts.c]
  45. 45fc1d8 x86: Code cleanup by Graeme Russ · Wed Apr 13 19:43:26 2011 +1000
  46. 93efcb2 x86: Add processor flags header from linux by Graeme Russ · Sat Feb 12 15:11:32 2011 +1100
  47. 6869980 x86: Add stack dump to register dump by Graeme Russ · Sat Feb 12 15:11:28 2011 +1100
  48. 4326153 x86: Fix %ss and %esp in register structure for interrupts by Graeme Russ · Thu Oct 07 20:03:23 2010 +1100
  49. bed10fa x86: Change compiler options by Graeme Russ · Thu Oct 07 20:03:23 2010 +1100
  50. c39acb4 x86: Add register dump to crash handlers by Graeme Russ · Sat Apr 24 00:05:38 2010 +1000
  51. 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]
  52. 078395c i386: Final Relocation by Graeme Russ · Tue Nov 24 20:04:21 2009 +1100
  53. 1aafcc9 i386: Remove inline asm symbols from .dynsym by Graeme Russ · Tue Nov 24 20:04:19 2009 +1100
  54. d11b085 i386: Rearrange Interupt Handling by Graeme Russ · Tue Nov 24 20:04:18 2009 +1100
  55. 8495964 Add basic relocation to i386 port by Graeme Russ · Tue Feb 24 21:14:56 2009 +1100
  56. 77290ee Rewrite i386 interrupt handling by Graeme Russ · Tue Feb 24 21:13:40 2009 +1100
  57. 278638d Moved generic (triple fault) reset code by Graeme Russ · Sun Dec 07 10:29:02 2008 +1100
  58. 0c8c62e Moved definition of set_vector() to new header file by Graeme Russ · Sun Dec 07 10:29:01 2008 +1100
  59. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  60. 874ac26 * Implement new mechanism to export U-Boot's functions to standalone by wdenk · Thu Jul 24 23:38:38 2003 +0000
  61. 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
  62. abda5ca * Patch by Marc Singer, 29 May 2003: by wdenk · Sat May 31 18:35:21 2003 +0000
  63. 591dda5 * Patch by Daniel Engström, 13 Nov 2002: by wdenk · Mon Nov 18 00:14:45 2002 +0000