<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/arch/microblaze/lib/Makefile, branch v4.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v4.2</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v4.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2014-07-18T12:26:09Z</updated>
<entry>
<title>microblaze: Change libgcc-style functions from lib-y to obj-y</title>
<updated>2014-07-18T12:26:09Z</updated>
<author>
<name>David Holsgrove</name>
<email>david.holsgrove@xilinx.com</email>
</author>
<published>2014-02-28T00:42:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ef264cf0c490cc9d46edb3b6aa082d23a9506e2d'/>
<id>urn:sha1:ef264cf0c490cc9d46edb3b6aa082d23a9506e2d</id>
<content type='text'>
Following precedence set by MIPs:
"[MIPS] Change libgcc-style functions from lib-y to obj-y"
(sha1: f7c2778151f32581ea9ec567d01d5d85209fcfe6),
switch the goal definition for kbuild to obj-y to ensure
object files linked in vmlinux if only modules were users
of these functions.

Signed-off-by: David Holsgrove &lt;david.holsgrove@xilinx.com&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</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.shady.money/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: 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.shady.money/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: Fix ftrace</title>
<updated>2011-04-01T07:34:51Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2011-03-18T12:52:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9e1491de519712c73ec621c4ef4872eca6f2bb57'/>
<id>urn:sha1:9e1491de519712c73ec621c4ef4872eca6f2bb57</id>
<content type='text'>
- Do not trace idle loop which takes a lot time
- Fix cache handling in generic ftrace code
- Do not trace lib functions ashldi3, ashrdi3, lshrdi3
  Functions are called from generic ftrace code which
  can't be traced

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze: Add libgcc function directly to kernel</title>
<updated>2010-10-21T05:51:42Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2010-08-12T12:28:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=4e07dba7cb8c9c76a52d0e32b69f13bb583a9674'/>
<id>urn:sha1:4e07dba7cb8c9c76a52d0e32b69f13bb583a9674</id>
<content type='text'>
Replaced libgcc functions with asm optimized implementation.

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze: uaccess: Unify __copy_tofrom_user</title>
<updated>2010-04-01T06:38:22Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2010-03-22T17:39:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=94804a9b3d0e62096a52fb62afcea32b899380c5'/>
<id>urn:sha1:94804a9b3d0e62096a52fb62afcea32b899380c5</id>
<content type='text'>
Move to generic location.

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze: uaccess: Move functions to generic location</title>
<updated>2010-04-01T06:38:22Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2010-03-22T17:23:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=cca79120c253451220e589a104bdeb57e4901871'/>
<id>urn:sha1:cca79120c253451220e589a104bdeb57e4901871</id>
<content type='text'>
noMMU and MMU use them.

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze: use the generic lib/checksum.c</title>
<updated>2009-07-06T08:26:52Z</updated>
<author>
<name>Remis Lima Baima</name>
<email>remis.developer@googlemail.com</email>
</author>
<published>2009-06-18T17:55:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=14f8738976991d2f8fb6ab6e10e9003562c3d6bb'/>
<id>urn:sha1:14f8738976991d2f8fb6ab6e10e9003562c3d6bb</id>
<content type='text'>
The microblaze checksum code is mostly identical to
the asm-generic+lib version, so use that instead.

Signed-off-by: Remis Lima Baima &lt;remis.developer@googlemail.com&gt;
Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze_mmu_v2: Makefiles</title>
<updated>2009-05-26T14:45:24Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2009-05-26T14:30:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=4b2368ffd6e3563b73b8391c133822a58b1b432a'/>
<id>urn:sha1:4b2368ffd6e3563b73b8391c133822a58b1b432a</id>
<content type='text'>
Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze_v8: Makefiles for Microblaze cpu</title>
<updated>2009-03-27T13:25:51Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2009-03-27T13:25:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5f8ffb5f6649a261372547a5841285c23409ab68'/>
<id>urn:sha1:5f8ffb5f6649a261372547a5841285c23409ab68</id>
<content type='text'>
Reviewed-by: Ingo Molnar &lt;mingo@elte.hu&gt;
Acked-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Acked-by: John Linn &lt;john.linn@xilinx.com&gt;
Acked-by: Stephen Neuendorffer &lt;stephen.neuendorffer@xilinx.com&gt;
Acked-by: John Williams &lt;john.williams@petalogix.com&gt;
Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
</feed>
