1. e01742b cpu/x86: Reduce scope of MTRR functions used locally by Kyösti Mälkki · 1 year, 2 months ago
  2. ca26109 cpu/x86/mtrr: rename local cpu_idx variable and make it const by Felix Held · 1 year, 8 months ago
  3. 447f577 cpu/x86/mtrr: use lapicid instead of cpu_index calls by Felix Held · 1 year, 8 months ago
  4. b326166 cpu/x86/mtrr/mtrr: fix printk format strings by Felix Held · 1 year, 8 months ago
  5. 4c37498 cpu/x86/mtrr: Print cpu index number when set up MTRRs for BSP/APs by Kane Chen · 1 year, 9 months ago
  6. 69c02b0 cpu/x86/mtrr/mtrr.c: Add missing <stdbool.h> by Elyes Haouas · 1 year, 11 months ago
  7. 9b2d1d8 include/cpu/x86/mtrr: define NUM_FIXED_MTRRS once in mtrr.h by Felix Held · 1 year, 11 months ago
  8. 6c42fa2 cpu: Get rid of unnecessary blank line {before,after} barce by Elyes HAOUAS · 2 years, 6 months ago
  9. 29aa1e1 Revert "cpu/x86: Add function to set `put_back_original_solution` variable" by Arthur Heymans · 2 years, 3 months ago
  10. 4ed2260 cpu/x86/mtrr: Allow for multiple TEMP MTRR ranges by Arthur Heymans · 2 years, 4 months ago
  11. eaf11c9 x86/mtrr: Print address ranges inclusive to be more consistent by Werner Zeh · 2 years, 4 months ago
  12. 3e4e4ab cpu/x86/mtrr: Use `need_restore_mtrr` to set put_back_original_solution by Subrata Banik · 2 years, 4 months ago
  13. 00aaffa cpu/x86: Add function to set `put_back_original_solution` variable by Kane Chen · 2 years, 4 months ago
  14. 1f09a2a cpu/x86/mtrr: Delay removing `temp` variable range MTRR snapshot by Subrata Banik · 2 years, 5 months ago
  15. 7578ea4 {cpu/x86, drivers/amd}: Use `get_var_mtrr_count()` to get MTRR count by Subrata Banik · 2 years, 5 months ago
  16. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 7 months ago
  17. 6fcc46d cpu/x86/mtrr: Use a Kconfig for reserving MTRRs for OS by Tim Wawrzynczak · 3 years, 4 months ago
  18. 8f594b7 cpu/x86/mtrr: fix OVERFLOW_BEFORE_WIDEN by Jonathan Zhang · 3 years, 10 months ago
  19. 320ad93 cpu/x86/mtrr: add support for address space higher than 16TiB by Jonathan Zhang · 3 years, 10 months ago
  20. 1ebbb16 cpu/x86/mtrr: add x86_setup_mtrrs_with_detect_no_above_4gb() by Aaron Durbin · 4 years, 3 months ago
  21. 32da343 src: Remove unused '#include <cpu/x86/lapic.h>' by Elyes HAOUAS · 4 years, 3 months ago
  22. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  23. 3a7346c cpu/x86/mtrr: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  24. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 3 months ago
  25. d57ace2 AUTHORS: Move src/cpu copyrights into AUTHORS file by Martin Roth · 5 years ago
  26. 361f6ff src/cpu: Use 'include <stdlib.h>' when appropriate by Elyes HAOUAS · 5 years ago
  27. d26844c cpu: Add missing #include <commonlib/helpers.h> by Elyes HAOUAS · 5 years ago
  28. 5b92272 cpu/x86/mtrr: Assert that MSR arrays are fully initialized by Jacob Garber · 5 years ago
  29. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  30. 89989cf src: Drop unused include <arch/acpi.h> by Elyes HAOUAS · 5 years ago
  31. b28025a cpu/x86/mtrr/mtrr.c:Avoid static scan false positive by Richard Spiegel · 5 years ago
  32. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  33. bb3a5ef Correct "MTTR" to "MTRR" by Jonathan Neuschäfer · 6 years ago
  34. 2e744e0 cpu/x86/mtrr: Fix broken output ("indexis") by Jonathan Neuschäfer · 6 years ago
  35. 64f0bcb cpu/x86/mtrr: Use single code path with/without holes by Nico Huber · 7 years ago
  36. bd5fb66 cpu/x86/mtrr: Optimize hole carving strategy by Nico Huber · 7 years ago
  37. c0dbeda x86/mtrr: Enable Rd/WrDram mod in AMD fixed MTRRs by Marshall Dawson · 7 years ago
  38. ceb5271 cpu/x86/mtrr: Remove var-MTRR alignment optimization by Nico Huber · 7 years ago
  39. 0fa92b3 src/cpu: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  40. d9762f7 cpu/x86/mtrr: fail early if solution exceeds available MTRRs by Aaron Durbin · 7 years ago
  41. c591707 cpu/x86: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  42. a07d0dd cpu/x86: Use tabs for indent by Lee Leahy · 7 years ago
  43. 2bebd7b cpu/x86/mtrr: allow temporary MTRR range during coreboot by Aaron Durbin · 8 years ago
  44. 8453c4f cpu/x86: Move fls() and fms() to mtrr.h by Rizwan Qureshi · 8 years ago
  45. a38677b cpu/x86/mtrr: correct variable MTRR calculation around 1MiB boundary by Aaron Durbin · 8 years ago
  46. e63be89 cpu/x86/mtrr: add helper function to detect variable MTRRs by Aaron Durbin · 8 years ago
  47. 2f91403 src: Fix various spelling and whitespace issues. by Martin Roth · 9 years ago
  48. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  49. 6a70dbc cpu/x86/mtrr: Add MTRR index and total MTRRs to error message by Paul Menzel · 9 years ago
  50. 86091f9 cpu/mtrr.h: Fix macro names for MTRR registers by Alexandru Gagniuc · 9 years ago
  51. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  52. 81f90c5 x86/mtrr: Enable MTRR's before enabling caching by Isaac Christensen · 10 years ago
  53. 7756fe7 x86: Minimize work done with the caches disabled in mtrr functions. by Gabe Black · 10 years ago
  54. 38a8fb0 x86 MTRR: Drop unused return value by Kyösti Mälkki · 10 years ago
  55. 599cda8 Use MTRR defines by Kyösti Mälkki · 10 years ago
  56. 4337020 Remove CACHE_ROM. by Vladimir Serbinenko · 11 years ago
  57. ca4f4b8 mtrr: only add prefetchable resources as WRCOMB for VGA devices by Aaron Durbin · 11 years ago
  58. 30fe612 MTRR: Mark all prefetchable resources as WRCOMB. by Vladimir Serbinenko · 11 years ago
  59. 5b9e3b6 mtrr: retry fitting w/o WRCOMB if usage exceeds BIOS allocation by Aaron Durbin · 11 years ago
  60. 4fe9813 src/cpu: Fix spelling of MTTR to MTRR by Paul Menzel · 11 years ago
  61. 107f72e Re-declare CACHE_ROM_SIZE as aligned ROM_SIZE for MTRR by Kyösti Mälkki · 11 years ago
  62. 11b4780 cpu/x86/mtrr/mtrr.c: Remove superfluous assignment to `type_index` by Paul Menzel · 11 years ago
  63. 4c3ab73 cpu: Fix spelling by Martin Roth · 11 years ago
  64. bebf669 x86: use boot state callbacks to disable rom cache by Aaron Durbin · 11 years ago
  65. ebf142a boot: add disable_cache_rom() function by Aaron Durbin · 11 years ago
  66. 5392424 x86: mtrr: optimize hole carving above 4GiB by Aaron Durbin · 11 years ago
  67. e383442 x86: mtrr: add hole punching support by Aaron Durbin · 11 years ago
  68. bc07f5d x86: add rom cache variable MTRR index to tables by Aaron Durbin · 11 years ago
  69. 77a5b40 x86: mtrr: add CONFIG_CACHE_ROM support by Aaron Durbin · 11 years ago
  70. 9b027fe mtrr: honor IORESOURCE_WRCOMB by Aaron Durbin · 11 years ago
  71. bb4e79a x86: add new mtrr implementation by Aaron Durbin · 11 years ago
  72. 57686f8 x86: unify amd and non-amd MTRR routines by Aaron Durbin · 11 years ago
  73. 69efaa0 Google Link: Add remaining code to support native graphics by Ronald G. Minnich · 11 years ago
  74. 1ec5e74 Intel Sandybridge: add reserved memory as resources by Kyösti Mälkki · 12 years ago
  75. 0067188 MTRR: drop repetetive debug message by Stefan Reinauer · 12 years ago
  76. 2d42b34 Check for IORESOURCE_UMA_FB in MTRR setup by Kyösti Mälkki · 12 years ago
  77. cc55b9b Define global uma_memory variables by Kyösti Mälkki · 12 years ago
  78. ffc1fb3 Drop Kconfig VAR_MTRR_HOLE option by Kyösti Mälkki · 12 years ago
  79. 7c2d058 Fix the location of "Setting variable MTRR" printk. by Denis 'GNUtoo' Carikli · 12 years ago
  80. f8f0062 Some more #if cleanup by Patrick Georgi · 12 years ago
  81. c00dfbc Cache 8MB flash instead of 4MB by Stefan Reinauer · 12 years ago
  82. 7b67892 Make MTRR min hole alignment 64MB by Duncan Laurie · 13 years ago
  83. 527fc74 Fix MB calculation in the reporting of the MTRR hole by Duncan Laurie · 13 years ago
  84. 7389fa9 MTRR: add alternate allocation method for odd memory maps by Duncan Laurie · 13 years ago
  85. 00093a8 Add an option to keep the ROM cached after romstage by Stefan Reinauer · 13 years ago
  86. adfbcb79 MTRR: get physical address size from CPUID by Sven Schnelle · 13 years ago
  87. 5bb9fd6 Now that the VIA code is run above 1Meg (like other boards), it should by Kevin O'Connor · 14 years ago
  88. f3cce2f MTRR related improvements for AMD family 10h and family 0Fh systems by Scott Duplichan · 14 years ago
  89. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  90. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  91. ec0ee64 Clean up some #ifdef CONFIG_* by Myles Watson · 15 years ago
  92. edee9eb The code between #if and #endif is only about UMA mode. The CONFIG_GFXUMA should be 1. by Zheng Bao · 15 years ago
  93. 5cbdc1e Fix typo. trivial. by Marc Jones · 15 years ago
  94. 51001fbd I just went on a bugfix frenzy and fixed all printk format warnings by Carl-Daniel Hailfinger · 15 years ago
  95. 552b327 This patch converts __FUNCTION__ to __func__, since __func__ is standard. by Myles Watson · 16 years ago
  96. 7f86ed1 Fix mtrr setup for UMA architectures. by Stefan Reinauer · 16 years ago
  97. 7dde1da Print a loud warning message if we run out of MTRRs. by Carl-Daniel Hailfinger · 16 years ago
  98. c4ddbff Remove some warnings, mainly from format strings which didn't match the by Myles Watson · 16 years ago
  99. 57d2af8 same spelling in all mtrr output.. (trivial) by Stefan Reinauer · 16 years ago
  100. 0dff6e3 fix a whole bunch of warnings. (trivial) by Stefan Reinauer · 17 years ago