<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/ppc, branch v1.4.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.4.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.4.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2006-07-10T07:36:44Z</updated>
<entry>
<title>Fix more typos, primarily in the code</title>
<updated>2006-07-10T07:36:44Z</updated>
<author>
<name>Pavel Roskin</name>
<email>proski@gnu.org</email>
</author>
<published>2006-07-10T05:50:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=82e5a82fd73edb80a841f5fab1660e14b9b8f3ad'/>
<id>urn:sha1:82e5a82fd73edb80a841f5fab1660e14b9b8f3ad</id>
<content type='text'>
The only visible change is that git-blame doesn't understand
"--compability" anymore, but it does accept "--compatibility" instead,
which is already documented.

Signed-off-by: Pavel Roskin &lt;proski@gnu.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>A better-scheduled PPC SHA-1 implementation.</title>
<updated>2006-06-24T10:02:00Z</updated>
<author>
<name>Unknown</name>
<email>linux@horizon.net</email>
</author>
<published>2006-06-24T09:31:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=84702995f89361c5872029cb93983c704d80e993'/>
<id>urn:sha1:84702995f89361c5872029cb93983c704d80e993</id>
<content type='text'>
This is about 15% faster that the current sha1ppc.S on a G4, and
5% faster on a G5 when hashing 10 million bytes, unaligned.
(The G5 ratio seems to get better as the sizes fall.)

It's also somewhat smaller, due to using load-multiple instructions.

No copyright is claimed on the changes to Paul Mackerras' work below.
</content>
</entry>
<entry>
<title>Fix PPC SHA1 routine for large input buffers</title>
<updated>2006-06-19T03:12:20Z</updated>
<author>
<name>Paul Mackerras</name>
<email>paulus@samba.org</email>
</author>
<published>2006-06-18T23:25:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b47f509ba59df5bd9a780745ca710272c6dd175b'/>
<id>urn:sha1:b47f509ba59df5bd9a780745ca710272c6dd175b</id>
<content type='text'>
The PPC SHA1 routine had an overflow which meant that it gave
incorrect results for input buffers &gt;= 512MB.  This fixes it by
ensuring that the update of the total length in bits is done using
64-bit arithmetic.

Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] PPC assembly implementation of SHA1</title>
<updated>2005-04-23T06:08:43Z</updated>
<author>
<name>Paul Mackerras</name>
<email>paulus@samba.org</email>
</author>
<published>2005-04-23T06:08:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a6ef3518f9ac8a1c46a36c8d27173b1f73d839c4'/>
<id>urn:sha1:a6ef3518f9ac8a1c46a36c8d27173b1f73d839c4</id>
<content type='text'>
Here is a SHA1 implementation with the core written in PPC assembly.
On my 2GHz G5, it does 218MB/s, compared to 135MB/s for the openssl
version or 45MB/s for the mozilla version.

Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
