1. 3f01cd1 arch/x86: Add support for catching null dereferences through debug regs by Robert Zieba · 2 years, 4 months ago
  2. adcf782 arch/x86: Use ENV_X86_64 instead of _x86_64_ by Patrick Rudolph · 4 years ago
  3. 34806cc arch/x86: Do not call lapicid() without SMP by Kyösti Mälkki · 3 years, 3 months ago
  4. c94b38e src/arch: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  5. 5bb926e arch/x86/exception: Print stack on exception by Raul E Rangel · 4 years, 2 months ago
  6. 6663ad9 arch/x86: Support x86_64 exceptions by Paul Menzel · 5 years ago
  7. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  8. 11f0079 src/arch/x86: Convert to SPDX license header by Patrick Georgi · 4 years, 6 months ago
  9. 9e1ea54 arch/x86/exception.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 9 months ago
  10. bc67476 {arch,cpu}/x86, drivers/intel: Restore cpu_index error handling by Jacob Garber · 5 years ago
  11. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  12. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  13. 773cc1b arch/x86/exception: Improve the readability of a comment by Jonathan Neuschäfer · 6 years ago
  14. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  15. b1299c7 arch/x86/exception.c: Remove double initialization by Richard Spiegel · 6 years ago
  16. 8cfd76d arch/x86: Print CPU Index and APIC ID in case of exception by Subrata Banik · 6 years ago
  17. aae73d7 arch/x86: print cr2 value on every exception by Aaron Durbin · 6 years ago
  18. 4b032e4 arch/x86: allow idt to be available to link in all stages by Aaron Durbin · 6 years ago
  19. 898a775 arch/*: Update Kconfig symbol usage by Martin Roth · 7 years ago
  20. 0b5678f arch/x86: Fix most of remaining issues detected by checkpatch by Lee Leahy · 7 years ago
  21. 6f80ccc arch/x86: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  22. 024b13d arch/x86: Fix space issues detected by checkpatch by Lee Leahy · 7 years ago
  23. 9c7c6f7 arch/x86: Fix issues with braces detected by checkpatch by Lee Leahy · 7 years ago
  24. dbf3067 src/arch: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  25. 777ea89 src/arch: Capitalize CPU, RAM and ROM by Elyes HAOUAS · 8 years ago
  26. 9df9e939 arch/x86: add missing license headers by Martin Roth · 9 years ago
  27. 2ed0aa2 Correct some common spelling mistakes by Martin Roth · 9 years ago
  28. 6cb3a59 x86: flatten hierarchy by Stefan Reinauer · 9 years ago 4.1 4.1[Renamed from src/arch/x86/lib/exception.c]
  29. 9693885 x86: Port x86 over to compile cleanly with x86-64 by Stefan Reinauer · 9 years ago
  30. f2f7f03 console: Add console for GDB by Kyösti Mälkki · 10 years ago
  31. de415eb coreboot: Dump memory around problem area when encountering exception by Alexandru Gagniuc · 12 years ago
  32. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  33. d4814bd more ifdef -> if fixes by Stefan Reinauer · 13 years ago
  34. 8677a23 After this has been brought up many times before, rename src/arch/i386 to by Stefan Reinauer · 14 years ago[Renamed from src/arch/i386/lib/exception.c]
  35. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  36. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  37. ea92185 Add few missing prototypes, and remove few unused (thus lonelly) variables. by Maciej Pijanka · 15 years ago
  38. 42dc721 move all register fram definitions to arch/register.h by Stefan Reinauer · 15 years ago
  39. df77f34 (trivial) fix some warnings by Stefan Reinauer · 15 years ago
  40. c4ddbff Remove some warnings, mainly from format strings which didn't match the by Myles Watson · 16 years ago
  41. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  42. a9e632c - First stab at getting the ppc ports building and working. by Eric Biederman · 20 years ago
  43. 432aa6a - Update console.c to have non-inline versions of functions by Eric Biederman · 20 years ago