1. 21ca775 cpu/x86/mp_init.c: Keep track of initial lapic ID inside device_path by Arthur Heymans · 2 years, 3 months ago
  2. e1a84db arch/x86/cpu: move cpuid_match to corresponding header file by Felix Held · 1 year, 6 months ago
  3. 6a6ac1e arch/x86/cpu: introduce and use device_match_mask by Felix Held · 1 year, 6 months ago
  4. 6e23da2 cpu/cpu.h: Change the function signature by Arthur Heymans · 1 year, 9 months ago
  5. cc22607 Revert "src/arch/x86: Use core apic id to get cpu_index()" by Arthur Heymans · 1 year, 9 months ago
  6. 2ba796e src/arch: Remove unnecessary space after casts by Elyes Haouas · 1 year, 9 months ago
  7. d4dfc21 cpu/x86: Set thread local storage in C code by Arthur Heymans · 1 year, 9 months ago
  8. adcf782 arch/x86: Use ENV_X86_64 instead of _x86_64_ by Patrick Rudolph · 4 years ago
  9. dea42e0 cpu/x86/lapic: Replace LOCAL_APIC_ADDR references by Kyösti Mälkki · 3 years, 3 months ago
  10. 26ab9bf *x86: Support x2apic mode by Wonkyu Kim · 3 years, 5 months ago
  11. 6b688f5 src: use ARRAY_SIZE where possible by Patrick Georgi · 3 years, 6 months ago
  12. ffa2adf arch/x86/cpu.c: Remove redundant <arch/cpu.h> by Elyes HAOUAS · 3 years, 6 months ago
  13. 5f262be intel: Rename config FSP_USES_MP_SERVICES_PPI to MP_SERVICES_PPI by Furquan Shaikh · 3 years, 6 months ago
  14. c94b38e src/arch: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  15. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  16. b1859a6 cpu: Add a helper function cpu_get_lapic_addr by Furquan Shaikh · 4 years, 4 months ago
  17. ce39ba9 drivers/pc80/rtc: Reorganize prototypes by Kyösti Mälkki · 4 years, 8 months ago
  18. a5b0bc4 src: capitalize 'APIC' by Elyes HAOUAS · 4 years, 6 months ago
  19. 11f0079 src/arch/x86: Convert to SPDX license header by Patrick Georgi · 4 years, 6 months ago
  20. 0d6ddf8 cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE by Kyösti Mälkki · 4 years, 10 months ago
  21. 8de6cb9 arch/x86/cpu: Add define and strings for Hygon by Jinke Fan · 5 years ago
  22. bc67476 {arch,cpu}/x86, drivers/intel: Restore cpu_index error handling by Jacob Garber · 5 years ago
  23. 095c931 src/arch/x86: Use core apic id to get cpu_index() by Subrata Banik · 5 years ago
  24. 7bc9036 arch/cpu: Rename mp_get_apic_id() and add_cpu_map_entry() function by Subrata Banik · 5 years ago
  25. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  26. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  27. 53b08c3 cpuid: Add helper function for cpuid(1) functions by Subrata Banik · 6 years ago
  28. 6c9737b src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  29. 31d82b5 arch/x86/cpu.c: Remove unneeded headers by Elyes HAOUAS · 6 years ago
  30. d6630d1 x86: Increase time out for parking APs to 250ms by Furquan Shaikh · 6 years ago
  31. 8f06ce3 Constify struct cpu_device_id instances by Jonathan Neuschäfer · 7 years ago
  32. 0b5678f arch/x86: Fix most of remaining issues detected by checkpatch by Lee Leahy · 7 years ago
  33. 024b13d arch/x86: Fix space issues detected by checkpatch by Lee Leahy · 7 years ago
  34. 9c7c6f7 arch/x86: Fix issues with braces detected by checkpatch by Lee Leahy · 7 years ago
  35. b21e362 cpu/x86: allow AP callbacks after MP init by Aaron Durbin · 8 years ago
  36. dbf3067 src/arch: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  37. 777ea89 src/arch: Capitalize CPU, RAM and ROM by Elyes HAOUAS · 8 years ago
  38. e0969ae x86: add coreboot table entry for TSC info by Aaron Durbin · 9 years ago
  39. f6ada1c lib/coreboot_table: add function to allow arch code to add records by Aaron Durbin · 9 years ago
  40. e369010 arch/x86: Indent using tabs not spaces by Martin Roth · 9 years ago
  41. 9df9e939 arch/x86: add missing license headers by Martin Roth · 9 years ago
  42. 149c4c5 x86/smm: Initialize SMM on some CPUs one-by-one by Damien Zammit · 9 years ago
  43. 0375815 symbols: add '_' to pci_drivers and cpu_drivers symbols by Aaron Durbin · 9 years ago
  44. 6cb3a59 x86: flatten hierarchy by Stefan Reinauer · 9 years ago 4.1 4.1[Renamed from src/arch/x86/lib/cpu.c]
  45. 9693885 x86: Port x86 over to compile cleanly with x86-64 by Stefan Reinauer · 9 years ago
  46. 2da9524 x86 cpu: Allow some cpuid functions during romstage by Lee Leahy · 9 years ago
  47. 7e8d483 arch: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  48. 8adf7a2 Log device path into CMOS during probe stages by Duncan Laurie · 11 years ago
  49. cbf3073 qemu: add x86 cpu by Gerd Hoffmann · 11 years ago
  50. 8b93059 Pass the CPU index as a parameter to startup. by Ronald G. Minnich · 12 years ago
  51. 51676b1 Revert "Use broadcast SIPI to startup siblings" by Sven Schnelle · 12 years ago
  52. bc8c996 Fix APIC cpu_index by Kyösti Mälkki · 12 years ago
  53. da09be6 Drop start_cpu_lock by Kyösti Mälkki · 12 years ago
  54. 042c146 Use broadcast SIPI to startup siblings by Sven Schnelle · 12 years ago
  55. 6293d30 Factor out function to find driver for a CPU by Stefan Reinauer · 12 years ago
  56. 06253cd Avoid using CPUID in SMBIOS tables. Check for CPUID otherwise claim 486 class cpu. by Rudolf Marek · 12 years ago
  57. c5fc7db Move C labels to start-of-line by Patrick Georgi · 12 years ago
  58. 730c0ee Fix x86 cpu_phys_address_size by Kyösti Mälkki · 12 years ago
  59. 7363ca3 X86: fix cpu_phys_address_size() by Sven Schnelle · 13 years ago
  60. adfbcb79 MTRR: get physical address size from CPUID by Sven Schnelle · 13 years ago
  61. 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/cpu.c]
  62. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  63. 5f5436f drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h" by Stefan Reinauer · 14 years ago
  64. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  65. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  66. 4b556a1 remove some dead code from cpu.c (trivial) by Stefan Reinauer · 15 years ago
  67. c4ddbff Remove some warnings, mainly from format strings which didn't match the by Myles Watson · 16 years ago
  68. fc2e8ed Trivial stuff: by Stefan Reinauer · 16 years ago
  69. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  70. 30b4abe Part III of YhLu's patch from January 18th by Yinghai Lu · 17 years ago
  71. d4b278c AMD Rev F support by Yinghai Lu · 18 years ago
  72. 43225bc EPIA-M fixup by Ronald G. Minnich · 19 years ago
  73. eccc357 Abort cpu_initialize if we detect that we've lost a race. by Steven J. Magnani · 19 years ago
  74. b78c197 - First pass through with with device tree enhancement merge. Most of the mechanisms should by Eric Biederman · 20 years ago
  75. 7fb8916 make cpuid and mtrr check conditional. They are not there on cpus older than by Stefan Reinauer · 20 years ago
  76. fd3f2d7 remove unused l2 cache configure, if we really need it some time in the by Li-Ta Lo · 20 years ago
  77. 8cb91dc speed up ecc clear by enable MTRR/Cache first. by Li-Ta Lo · 20 years ago
  78. 5cd8173 - Moved hlt() to it's own header. by Eric Biederman · 20 years ago
  79. 83b991a - O2, enums, and switch statements work in romcc by Eric Biederman · 21 years ago
  80. 57ffeb0 updates from YhLu, plus fixes for PPC/K8 issues. by Ronald G. Minnich · 21 years ago
  81. 9b4336c - Major cleanup of the bootpath by Eric Biederman · 21 years ago
  82. 8d9c123 - Minor mod to reset16.inc to work with newer binutils hopefully this works with older ones... by Eric Biederman · 21 years ago
  83. 5899fd8 - Small step forward Linux boots and almost works... by Eric Biederman · 21 years ago
  84. 8ca8d76 - Initial checkin of the freebios2 tree by Eric Biederman · 21 years ago