<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hardinfo2.git/includes/x86, branch release-2.0.18</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.gnuabordo.com.br/hardinfo2.git/atom?h=release-2.0.18</id>
<link rel='self' href='https://git.gnuabordo.com.br/hardinfo2.git/atom?h=release-2.0.18'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/hardinfo2.git/'/>
<updated>2024-02-08T18:52:52+00:00</updated>
<entry>
<title>LICENSE Changed to GPL2+ for project and source code According to approval from copyright holders - see: https://github.com/lpereira/hardinfo/issues/530 https://github.com/lpereira/hardinfo/issues/707</title>
<updated>2024-02-08T18:52:52+00:00</updated>
<author>
<name>bigbear</name>
<email>ns@bigbear.dk</email>
</author>
<published>2024-02-07T21:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/hardinfo2.git/commit/?id=da0d0d9040b91ecef5985af982d7e77ae435a957'/>
<id>urn:sha1:da0d0d9040b91ecef5985af982d7e77ae435a957</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright information</title>
<updated>2021-11-08T04:36:46+00:00</updated>
<author>
<name>L Pereira</name>
<email>l@tia.mat.br</email>
</author>
<published>2021-11-08T04:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/hardinfo2.git/commit/?id=f139c5f5c562ed721c5f0d874a4dddb4c2a89e6e'/>
<id>urn:sha1:f139c5f5c562ed721c5f0d874a4dddb4c2a89e6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>x86: fix for kernels that don't provide cache id</title>
<updated>2018-02-27T15:43:20+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-12-13T00:52:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/hardinfo2.git/commit/?id=9d126592569f7aabbf4d5125930a461f8aa64a7f'/>
<id>urn:sha1:9d126592569f7aabbf4d5125930a461f8aa64a7f</id>
<content type='text'>
Use shared_cpu_list as a unique cache id, but only in the
case that kernel-supplied cache id is not available.

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>x86: add summary of caches to package information</title>
<updated>2017-12-09T20:10:54+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-12-02T06:18:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/hardinfo2.git/commit/?id=f9a5bd3159c6facebcb16a1df48e6dc8c2258671'/>
<id>urn:sha1:f9a5bd3159c6facebcb16a1df48e6dc8c2258671</id>
<content type='text'>
Show actual physical caches by counting only unique
references from each "cpu" (hardware thread).

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>x86: add microcode version to reported information</title>
<updated>2017-08-12T14:50:11+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-08-12T02:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/hardinfo2.git/commit/?id=7b6b36df3a8dc5775b37300b293daf9deec9dca1'/>
<id>urn:sha1:7b6b36df3a8dc5775b37300b293daf9deec9dca1</id>
<content type='text'>
Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>Move common processor stuff into cpu_util.{h,c}</title>
<updated>2017-07-13T02:38:41+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-07-10T05:12:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/hardinfo2.git/commit/?id=d42ee4cb296043ee763ea93afe16ea534b0d70d0'/>
<id>urn:sha1:d42ee4cb296043ee763ea93afe16ea534b0d70d0</id>
<content type='text'>
* PROC_CPUINFO define used in testing
* STRIFNULL(), UNKIFNULL() EMPIFNULL() macros used in
  reading cpuinfo
* byte order, topology, and cpufreq data structures and
  functions that are platform independent
* processor_has_flag() helper

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>x86: add socket/core and more cpufreq information</title>
<updated>2017-06-23T16:44:50+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-06-23T00:03:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/hardinfo2.git/commit/?id=a3e20ae1e02698271964100eaee2d840cf4bd9e4'/>
<id>urn:sha1:a3e20ae1e02698271964100eaee2d840cf4bd9e4</id>
<content type='text'>
Copied from the recent changes for ARM.

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>x86: fix code comment</title>
<updated>2017-06-22T23:05:03+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-06-22T20:49:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/hardinfo2.git/commit/?id=008c7e1322d3135fbe7a42d4c38c751cd2fb1cd7'/>
<id>urn:sha1:008c7e1322d3135fbe7a42d4c38c751cd2fb1cd7</id>
<content type='text'>
Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>x86: improve processor frequency information</title>
<updated>2017-06-04T23:23:46+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-05-23T19:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/hardinfo2.git/commit/?id=640b0affbefd159e5a6bb30f0a8d55c6f104cc8c'/>
<id>urn:sha1:640b0affbefd159e5a6bb30f0a8d55c6f104cc8c</id>
<content type='text'>
Use /sys/.../cpufreq/ data if available.
Processor max frequency is now used for cpu_mhz.

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add /proc/cpuinfo power management list handling</title>
<updated>2017-04-09T17:58:25+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-04-09T02:39:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/hardinfo2.git/commit/?id=9963afdb30c71343cc5a22a854421919269b2c58'/>
<id>urn:sha1:9963afdb30c71343cc5a22a854421919269b2c58</id>
<content type='text'>
Show items and descriptions from the power management feature
list.

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
</feed>
