1. 75db5966 util/msrtool: Fix typos by Elyes HAOUAS · 6 years ago
  2. 8ba9e8c util: Add description.md to each util by Tom Hiller · 6 years ago
  3. 6e6b36a util/msrtool: Add Pentium D support by Elyes HAOUAS · 6 years ago
  4. 6cc4dea msrtool: add VIA C7 by Lubomir Rintel · 7 years ago
  5. 1edd66c util/msrtool: Check for VENDOR_AMD for K8 probe by Kyösti Mälkki · 6 years ago
  6. 15a971b util/msrtool: Fix swapped IA32_MC3_x and IA32_MC4_x by Kyösti Mälkki · 6 years ago
  7. 8b72aaf util/msrtool: Fix names from IA32_MCO_xx to IA32_MC0_xx by Kyösti Mälkki · 6 years ago
  8. fbf5759 msrtool: use a bit more clever cpuid vendor match by Lubomir Rintel · 7 years ago
  9. 38686f1 msrtool: add support for printing string values by Lubomir Rintel · 7 years ago
  10. 199a23c mstrool: only use intel targets for actual intel CPUs by Lubomir Rintel · 7 years ago
  11. 3a44b6a util/msrtool: Exit program after displaying the help message by Maciej Suminski · 7 years ago
  12. 459d219 msrtool: Remove `no-pic` from `CFLAGS` by Paul Menzel · 7 years ago
  13. a8843de Use more secure HTTPS URLs for coreboot sites by Paul Menzel · 7 years ago
  14. 3baa7e7 util/msrtool: Use tabs for indents by Elyes HAOUAS · 8 years ago
  15. 7ab98fb util/msrtool: update register for Pentium4_later by Elyes HAOUAS · 8 years ago
  16. e5a5084 msrtool/README: Remove trailing spaces by Elyes HAOUAS · 8 years ago
  17. 69bbfac msrtool/configure: change svn to git by Iru Cai · 9 years ago
  18. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  19. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  20. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  21. c768f92 utils/msrtool: add westmere cpuids to nehalem by Alexander Couzens · 9 years ago
  22. f42b83e msrtool: Fix verbose ignored by cpuid(). by Benoît Legat · 11 years ago
  23. ccc7d1f Intel Atom cpu support to msrtool by Olivier Langlois · 11 years ago
  24. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  25. dd678a2 msrtool: Decoding for most of Intel Core 2 MSRs by Anton Kochkov · 12 years ago
  26. 59b36f1 msrtool: Factor out cpuid() from target probe functions into main() by Anton Kochkov · 12 years ago
  27. 42b808e msrtool: add support for cs5536 LPC_SERIRQ (0x5140004e) by Christian Gmeiner · 12 years ago
  28. 54c07a6 msrtool: Add Intel Nehalem CPUs support by Anton Kochkov · 12 years ago
  29. ffbbecc msrtool: Fix Intel CPUs detection by Anton Kochkov · 12 years ago
  30. 7c634ae msrtool: added support for Intel CPUs by Anton Kochkov · 13 years ago
  31. 9018b6e msrtool: Update to use DirectHW on Mac OS X by Stefan Reinauer · 13 years ago
  32. fb2b584 Add Geode GX2 memmory descriptors. by Nils Jacobs · 13 years ago
  33. b1180b4 msrtool: Print hex values using only as many digits as the field needs by Peter Stuge · 14 years ago
  34. 8796486 msrtool: Remove some unneeded casts by Peter Stuge · 14 years ago
  35. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  36. 85bb83a msrtool: Fix typo by Paul Menzel · 14 years ago
  37. cba6169 msrtool: Read both MSR values from file in diff mode by Peter Stuge · 14 years ago
  38. 34f2907 msrtool: Add endptr to str2msr() showing how many characters were parsed by Peter Stuge · 14 years ago
  39. e6cf7c0 msrtool: More trivial rearrangement by Peter Stuge · 15 years ago
  40. 350ca4a msrtool: Remove indent by using continue inside for() to avoid an if block by Peter Stuge · 15 years ago
  41. fb333c4 (missing svn add) by Nils Jacobs · 15 years ago
  42. 58a901f Support for the AMD Geode GX2 by Nils Jacobs · 15 years ago
  43. f30a2220 msrtool: Fix simple breakage in r4964 by Peter Stuge · 15 years ago
  44. d80e57c msrtool: Add FreeBSD support using /dev/cpuctl ioctl interface by Andriy Gapon · 15 years ago
  45. 7df17af msrtool: Make configure more POSIX sh friendly by Andriy Gapon · 15 years ago
  46. be89c41 msrtool: Actually do PREFIX substitution in Makefile by Peter Stuge · 15 years ago
  47. 13250d1 Remove commented out example MSR definitions by Peter Stuge · 15 years ago
  48. 226280c Add the following GeodeLX memory controller MSRs by Nathan Williams · 15 years ago
  49. 46c920e msrtool: Fix Geode LX probe function, Family/Model were swapped by Peter Stuge · 15 years ago
  50. b198a47 Add GLCP_SYS_RSTPLL MSR defines for GeodeLX by Peter Stuge · 15 years ago
  51. 34b876c msrtool: Add comment with DirectIO URL to the code where it is used. by Peter Stuge · 15 years ago
  52. 84d69f7 fix building on Linux again, working around crude runtime OS detection. by Stefan Reinauer · 15 years ago
  53. 37f3935 port msrtool to darwin. by Stefan Reinauer · 15 years ago
  54. 9f26b8f msrtool: CS5536: The most important interrupt MSRs and some DIVIL MSRs. by Peter Stuge · 15 years ago
  55. 708ccac Add a note that 'modprobe msr' might be required. by Uwe Hermann · 15 years ago
  56. 5f28c09 msrtool: If an MSR name lookup fails in msraddrbyname(), return the strtoul() conversion result. by Peter Stuge · 15 years ago
  57. 8f21076 Add some basic K8 MSRs. by Marc Jones · 15 years ago
  58. 3108a12 msrtool: Allow MSR symbols (names) to also be used as addresses. by Peter Stuge · 15 years ago
  59. c1d6ed9 msrtool: Linux /dev/cpu/*/msr returns the low 32 bits before the high 32 bits. by Peter Stuge · 15 years ago
  60. fbda0d3 msrtool: AMD CS5536 probe implementation. by Peter Stuge · 15 years ago
  61. 279cdbb msrtool: Make configure work with zsh, the default shell in Darwin. by Peter Stuge · 15 years ago
  62. 0924dee msrtool: Use libpci to let system and target probes find PCI devices. by Peter Stuge · 16 years ago
  63. cc9db9d msrtool: Very small fixes I made after sending out the rc1 tarball. by Peter Stuge · 16 years ago
  64. dad1e30 msrtool: Release Candidate 1 by Peter Stuge · 16 years ago