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