1. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  2. 53b08c3 cpuid: Add helper function for cpuid(1) functions by Subrata Banik · 6 years ago
  3. 6c9737b src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  4. 31d82b5 arch/x86/cpu.c: Remove unneeded headers by Elyes HAOUAS · 6 years ago
  5. d6630d1 x86: Increase time out for parking APs to 250ms by Furquan Shaikh · 6 years ago
  6. 8f06ce3 Constify struct cpu_device_id instances by Jonathan Neuschäfer · 7 years ago
  7. 0b5678f arch/x86: Fix most of remaining issues detected by checkpatch by Lee Leahy · 7 years ago
  8. 024b13d arch/x86: Fix space issues detected by checkpatch by Lee Leahy · 7 years ago
  9. 9c7c6f7 arch/x86: Fix issues with braces detected by checkpatch by Lee Leahy · 7 years ago
  10. b21e362 cpu/x86: allow AP callbacks after MP init by Aaron Durbin · 8 years ago
  11. dbf3067 src/arch: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  12. 777ea89 src/arch: Capitalize CPU, RAM and ROM by Elyes HAOUAS · 8 years ago
  13. e0969ae x86: add coreboot table entry for TSC info by Aaron Durbin · 9 years ago
  14. f6ada1c lib/coreboot_table: add function to allow arch code to add records by Aaron Durbin · 9 years ago
  15. e369010 arch/x86: Indent using tabs not spaces by Martin Roth · 9 years ago
  16. 9df9e939 arch/x86: add missing license headers by Martin Roth · 9 years ago
  17. 149c4c5 x86/smm: Initialize SMM on some CPUs one-by-one by Damien Zammit · 9 years ago
  18. 0375815 symbols: add '_' to pci_drivers and cpu_drivers symbols by Aaron Durbin · 9 years ago
  19. 6cb3a59 x86: flatten hierarchy by Stefan Reinauer · 9 years ago 4.1 4.1[Renamed from src/arch/x86/lib/cpu.c]
  20. 9693885 x86: Port x86 over to compile cleanly with x86-64 by Stefan Reinauer · 9 years ago
  21. 2da9524 x86 cpu: Allow some cpuid functions during romstage by Lee Leahy · 9 years ago
  22. 7e8d483 arch: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  23. 8adf7a2 Log device path into CMOS during probe stages by Duncan Laurie · 11 years ago
  24. cbf3073 qemu: add x86 cpu by Gerd Hoffmann · 11 years ago
  25. 8b93059 Pass the CPU index as a parameter to startup. by Ronald G. Minnich · 12 years ago
  26. 51676b1 Revert "Use broadcast SIPI to startup siblings" by Sven Schnelle · 12 years ago
  27. bc8c996 Fix APIC cpu_index by Kyösti Mälkki · 12 years ago
  28. da09be6 Drop start_cpu_lock by Kyösti Mälkki · 12 years ago
  29. 042c146 Use broadcast SIPI to startup siblings by Sven Schnelle · 12 years ago
  30. 6293d30 Factor out function to find driver for a CPU by Stefan Reinauer · 12 years ago
  31. 06253cd Avoid using CPUID in SMBIOS tables. Check for CPUID otherwise claim 486 class cpu. by Rudolf Marek · 12 years ago
  32. c5fc7db Move C labels to start-of-line by Patrick Georgi · 12 years ago
  33. 730c0ee Fix x86 cpu_phys_address_size by Kyösti Mälkki · 12 years ago
  34. 7363ca3 X86: fix cpu_phys_address_size() by Sven Schnelle · 13 years ago
  35. adfbcb79 MTRR: get physical address size from CPUID by Sven Schnelle · 13 years ago
  36. 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]
  37. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  38. 5f5436f drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h" by Stefan Reinauer · 14 years ago
  39. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  40. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  41. 4b556a1 remove some dead code from cpu.c (trivial) by Stefan Reinauer · 15 years ago
  42. c4ddbff Remove some warnings, mainly from format strings which didn't match the by Myles Watson · 16 years ago
  43. fc2e8ed Trivial stuff: by Stefan Reinauer · 16 years ago
  44. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  45. 30b4abe Part III of YhLu's patch from January 18th by Yinghai Lu · 17 years ago
  46. d4b278c AMD Rev F support by Yinghai Lu · 18 years ago
  47. 43225bc EPIA-M fixup by Ronald G. Minnich · 19 years ago
  48. eccc357 Abort cpu_initialize if we detect that we've lost a race. by Steven J. Magnani · 19 years ago
  49. b78c197 - First pass through with with device tree enhancement merge. Most of the mechanisms should by Eric Biederman · 20 years ago
  50. 7fb8916 make cpuid and mtrr check conditional. They are not there on cpus older than by Stefan Reinauer · 20 years ago
  51. fd3f2d7 remove unused l2 cache configure, if we really need it some time in the by Li-Ta Lo · 20 years ago
  52. 8cb91dc speed up ecc clear by enable MTRR/Cache first. by Li-Ta Lo · 20 years ago
  53. 5cd8173 - Moved hlt() to it's own header. by Eric Biederman · 20 years ago
  54. 83b991a - O2, enums, and switch statements work in romcc by Eric Biederman · 21 years ago
  55. 57ffeb0 updates from YhLu, plus fixes for PPC/K8 issues. by Ronald G. Minnich · 21 years ago
  56. 9b4336c - Major cleanup of the bootpath by Eric Biederman · 21 years ago
  57. 8d9c123 - Minor mod to reset16.inc to work with newer binutils hopefully this works with older ones... by Eric Biederman · 21 years ago
  58. 5899fd8 - Small step forward Linux boots and almost works... by Eric Biederman · 21 years ago
  59. 8ca8d76 - Initial checkin of the freebios2 tree by Eric Biederman · 21 years ago