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