<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/arch/microblaze/lib, branch v3.4.84</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/arch/microblaze/lib?h=v3.4.84</id>
<link rel='self' href='https://git.amat.us/linux/atom/arch/microblaze/lib?h=v3.4.84'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2012-03-30T10:10:03Z</updated>
<entry>
<title>Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into next</title>
<updated>2012-03-30T10:10:03Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2012-03-30T10:10:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6a4770e335bd4df0a4577146f76e116ab6e23f40'/>
<id>urn:sha1:6a4770e335bd4df0a4577146f76e116ab6e23f40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>microblaze: Fix stack usage in PAGE_SIZE copy_tofrom_user</title>
<updated>2012-03-30T09:37:13Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2012-03-30T06:21:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ac64a9caa55bdfd8d24784f25c68cb7919ddabe3'/>
<id>urn:sha1:ac64a9caa55bdfd8d24784f25c68cb7919ddabe3</id>
<content type='text'>
If access to user space failed we need to reconstruct
stack pointer and restore all register.

This patch fixed problem introduces by:
"microblaze: Add loop unrolling for PAGE in copy_tofrom_user"
(sha1: ebe211254bfa6295f4ab0b33c7c881bdfabbab60)

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>Disintegrate asm/system.h for Microblaze</title>
<updated>2012-03-28T17:30:02Z</updated>
<author>
<name>David Howells</name>
<email>dhowells@redhat.com</email>
</author>
<published>2012-03-28T17:30:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c40d04df152a1111c5bbcb632278394dabd2b73d'/>
<id>urn:sha1:c40d04df152a1111c5bbcb632278394dabd2b73d</id>
<content type='text'>
Disintegrate asm/system.h for Microblaze.  Not compiled.

Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;
cc: microblaze-uclinux@itee.uq.edu.au
</content>
</entry>
<entry>
<title>microblaze: Add __cmpdi2</title>
<updated>2012-01-05T07:22:01Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2011-11-29T12:05:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=eecb20720f1b29019725515051e41bc7c079f91f'/>
<id>urn:sha1:eecb20720f1b29019725515051e41bc7c079f91f</id>
<content type='text'>
Some new kernel configurations require __cmpdi2 function.

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze: Use delay slot in __strnlen_user, __strncpy_user</title>
<updated>2011-10-14T10:24:34Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2011-10-02T11:07:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=cb5edfe3e553d930f9a13cb75cfe395ee38cde23'/>
<id>urn:sha1:cb5edfe3e553d930f9a13cb75cfe395ee38cde23</id>
<content type='text'>
Use delay slot to speedup if maxlen is zero.

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze: Add __ucmpdi2() helper function</title>
<updated>2011-10-14T10:24:32Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2011-09-23T06:46:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c8ae8a820880cf8bf3588752ac0ded6d4d218d50'/>
<id>urn:sha1:c8ae8a820880cf8bf3588752ac0ded6d4d218d50</id>
<content type='text'>
Add missing __ucmpdi2 helper function.

Error log:
kernel/built-in.o: In function `print_graph_duration':
: undefined reference to `__ucmpdi2'
kernel/built-in.o: In function `print_graph_duration':
: undefined reference to `__ucmpdi2'

Based on MIPS code.

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze: Add loop unrolling for PAGE in copy_tofrom_user</title>
<updated>2011-10-14T10:24:26Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2011-06-10T08:49:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ebe211254bfa6295f4ab0b33c7c881bdfabbab60'/>
<id>urn:sha1:ebe211254bfa6295f4ab0b33c7c881bdfabbab60</id>
<content type='text'>
Increase performance by loop unrolling.

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze: Simplify logic for unaligned byte copying</title>
<updated>2011-10-14T10:24:25Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2011-06-10T09:08:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=782d491fc210fac03976d01071145728339b6887'/>
<id>urn:sha1:782d491fc210fac03976d01071145728339b6887</id>
<content type='text'>
Save jump instruction for unaligned byte copying.

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze: Change label names - copy_tofrom_user</title>
<updated>2011-10-14T10:24:22Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2011-06-10T09:07:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c83858b3e6e8db9dbb17641de1a2420bb102ae31'/>
<id>urn:sha1:c83858b3e6e8db9dbb17641de1a2420bb102ae31</id>
<content type='text'>
Change label name to be prepared for loop unrolling.

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze: Separate fixup section definition</title>
<updated>2011-10-14T10:24:22Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2011-06-10T09:05:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=eedac7914dd4d6effa0b970a36efd898c9fc4873'/>
<id>urn:sha1:eedac7914dd4d6effa0b970a36efd898c9fc4873</id>
<content type='text'>
Move fixups below appropriate code.

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
</feed>
