pub/scm/utils/cpu/msr-tools/msr-tools.git  about / heads / tags
x86 MSR tools
$ git log --pretty=format:'%h %s (%cs)%d'
e37ee2a wrmsr: mark functions static (2010-08-04)
	(HEAD -> master)
8885647 rdmsr: fix formatting options, reorganize for readability (2010-08-04)
8d85e68 Add a .gitignore file (2010-08-04)
c001c1f rdmsr: fix tab inside a quoted string (2010-08-04)
d8e8ae1 rdmsr, wrmsr: add '-a' parameter to operate on all processors (2010-08-04)
b1d9778 msr-tools-1.2 (2008-10-09)
	(tag: msr-tools-1.2)
0d13312 Expand out hex digits in error messages (2008-02-06)
59a5920 Remove CVS $Id$ tag. (2008-02-06)
f388d3f Update style and slightly improve error messages. (2008-02-06)
095c634 Update to work with largefiles, and use pread/pwrite (2004-07-20)
	(tag: msr-tools-1.1.2)
...
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       wrmsr: mark functions static (2010-08-04)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
msr-tools-1.2 msr-tools-1.2 (2008-10-09) tar.gz
msr-tools-1.1.2 Update to work with largefiles, and use pread/pwrite (2004-07-20) tar.gz
msr-tools-1.1.1 Make this version 1.1.1 (2003-01-07) tar.gz
msr-tools-1.1 Check in msr-tools 1.1 (2001-10-10) tar.gz

# associated public inboxes:
# (number on the left is used for dev purposes)
          2 lkml
          1 dpdk-dev
          1 dri-devel
          1 intel-gfx

git clone https://yhbt.net/lore/pub/scm/utils/cpu/msr-tools/msr-tools.git