<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32/gplinclude/cpuid.h, branch lua</title>
<subtitle>git.kernel.org: pub/scm/boot/syslinux/syslinux.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/'/>
<entry>
<title>cpuid: Adding L1 &amp; L2 cache detection</title>
<updated>2009-12-04T09:11:14+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwan.velu@free.fr</email>
</author>
<published>2009-11-27T18:47:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=86f0a14f7c045776b14c5ad8f7c4974f9e0cfc01'/>
<id>86f0a14f7c045776b14c5ad8f7c4974f9e0cfc01</id>
<content type='text'>
Impact: Adding L1 &amp; L2 cache detection

Adding L1 &amp; L2 cache detection
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Impact: Adding L1 &amp; L2 cache detection

Adding L1 &amp; L2 cache detection
</pre>
</div>
</content>
</entry>
<entry>
<title>cpuid: Adding cpu core detection</title>
<updated>2009-12-04T09:11:14+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwan.velu@free.fr</email>
</author>
<published>2009-11-27T14:44:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=8ae29a14d58100f21c8c6611190f15a46680f318'/>
<id>8ae29a14d58100f21c8c6611190f15a46680f318</id>
<content type='text'>
Impact: we are now able to detect the number of cpu cores

We can detect the number of cores using cpuid(4) or cpuid_ecx(0x80000008)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Impact: we are now able to detect the number of cpu cores

We can detect the number of cores using cpuid(4) or cpuid_ecx(0x80000008)
</pre>
</div>
</content>
</entry>
<entry>
<title>cpuid: Adding more flags</title>
<updated>2009-12-04T09:11:14+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwan.velu@free.fr</email>
</author>
<published>2009-11-27T09:10:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=fef4af4aada7001595a56d287d89f2a9e3cd328b'/>
<id>fef4af4aada7001595a56d287d89f2a9e3cd328b</id>
<content type='text'>
Impact: sync with linux kernel

cpu flags are now in sync with the linux kernel. Too many flags were
missing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Impact: sync with linux kernel

cpu flags are now in sync with the linux kernel. Too many flags were
missing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit 'erwan/master' into hdt-0.3.5</title>
<updated>2009-10-27T20:04:31+00:00</updated>
<author>
<name>Pierre-Alexandre Meyer</name>
<email>pierre@ning.com</email>
</author>
<published>2009-10-27T20:04:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=57c8555003f53800da1bb93a765d80678ae230ae'/>
<id>57c8555003f53800da1bb93a765d80678ae230ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding VMX &amp; SVM cpu flags</title>
<updated>2009-09-29T18:31:11+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwan.velu@free.fr</email>
</author>
<published>2009-09-29T18:31:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=8ba991f9e17c5bdaa24dccbc5aa0a4e5db690756'/>
<id>8ba991f9e17c5bdaa24dccbc5aa0a4e5db690756</id>
<content type='text'>
Impact: Hardware virtualization is now detected

Minor update to detect vmx &amp; svm cpu flags
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Impact: Hardware virtualization is now detected

Minor update to detect vmx &amp; svm cpu flags
</pre>
</div>
</content>
</entry>
<entry>
<title>gpllib: add const qualifier in cpu_dev (cpuid)</title>
<updated>2009-09-03T17:28:00+00:00</updated>
<author>
<name>Pierre-Alexandre Meyer</name>
<email>pierre@mouraf.org</email>
</author>
<published>2009-09-03T17:28:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=c93e27af183de1cdf591706448d42887d0fbc0eb'/>
<id>c93e27af183de1cdf591706448d42887d0fbc0eb</id>
<content type='text'>
The Syslinux build turns on -Wwrite-strings, which gives string constants
the type const char[length].

Note: -Wall doesn't trigger this warning.

Signed-off-by: Pierre-Alexandre Meyer &lt;pierre@mouraf.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Syslinux build turns on -Wwrite-strings, which gives string constants
the type const char[length].

Note: -Wall doesn't trigger this warning.

Signed-off-by: Pierre-Alexandre Meyer &lt;pierre@mouraf.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gpllib: fix cpuid.h Once-Only Header wrapper</title>
<updated>2009-09-01T22:52:21+00:00</updated>
<author>
<name>Pierre-Alexandre Meyer</name>
<email>pierre@mouraf.org</email>
</author>
<published>2009-09-01T22:52:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=b247e81bb738358fef900aca1844e43f556c8e88'/>
<id>b247e81bb738358fef900aca1844e43f556c8e88</id>
<content type='text'>
It seems that the cpuid.h had a misplaced #endif.

Signed-off-by: Pierre-Alexandre Meyer &lt;pierre@mouraf.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It seems that the cpuid.h had a misplaced #endif.

Signed-off-by: Pierre-Alexandre Meyer &lt;pierre@mouraf.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Run Nindent on com32/gplinclude/cpuid.h</title>
<updated>2009-05-29T22:10:21+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-05-29T22:10:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=d302e690f584befe1d44f0a015be682a911b1197'/>
<id>d302e690f584befe1d44f0a015be682a911b1197</id>
<content type='text'>
Automatically reformat com32/gplinclude/cpuid.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatically reformat com32/gplinclude/cpuid.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Global whitespace cleanup.</title>
<updated>2009-04-20T22:56:30+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@linux.intel.com</email>
</author>
<published>2009-04-20T22:56:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=31937531087fb47aa4a3a218e8114b32176f8683'/>
<id>31937531087fb47aa4a3a218e8114b32176f8683</id>
<content type='text'>
Signed-off-by: H. Peter Anvin &lt;hpa@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: H. Peter Anvin &lt;hpa@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the cpuid.h license header</title>
<updated>2009-03-13T04:14:36+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-03-13T04:14:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=d617310bda3b892fb8626151891748c1ee98106d'/>
<id>d617310bda3b892fb8626151891748c1ee98106d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
