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