<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/Makefile, branch v3.5.2</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v3.5.2</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v3.5.2'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2012-08-15T14:55:25+00:00</updated>
<entry>
<title>Linux 3.5.2</title>
<updated>2012-08-15T14:55:25+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-08-15T14:55:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=684012d815c70359162d8b9cc9879b83855e59bf'/>
<id>urn:sha1:684012d815c70359162d8b9cc9879b83855e59bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.5.1</title>
<updated>2012-08-09T15:23:56+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-08-09T15:23:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=cbd3c20ba161fdb64c37b3a28e22a9d9ae92f8fc'/>
<id>urn:sha1:cbd3c20ba161fdb64c37b3a28e22a9d9ae92f8fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.5</title>
<updated>2012-07-21T20:58:29+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2012-07-21T20:58:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=28a33cbc24e4256c143dce96c7d93bf423229f92'/>
<id>urn:sha1:28a33cbc24e4256c143dce96c7d93bf423229f92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.5-rc7</title>
<updated>2012-07-14T22:40:28+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2012-07-14T22:40:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=84a1caf1453c3d44050bd22db958af4a7f99315c'/>
<id>urn:sha1:84a1caf1453c3d44050bd22db958af4a7f99315c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.5-rc6</title>
<updated>2012-07-08T00:23:56+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2012-07-08T00:23:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=bd0a521e88aa7a06ae7aabaed7ae196ed4ad867a'/>
<id>urn:sha1:bd0a521e88aa7a06ae7aabaed7ae196ed4ad867a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.5-rc5</title>
<updated>2012-06-30T23:08:57+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2012-06-30T23:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=6887a4131da3adaab011613776d865f4bcfb5678'/>
<id>urn:sha1:6887a4131da3adaab011613776d865f4bcfb5678</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.5-rc4</title>
<updated>2012-06-24T19:53:04+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2012-06-24T19:53:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=6b16351acbd415e66ba16bf7d473ece1574cf0bc'/>
<id>urn:sha1:6b16351acbd415e66ba16bf7d473ece1574cf0bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: fix up CROSS_COMPILE and READABLE_ASM interaction.</title>
<updated>2012-06-18T18:10:58+00:00</updated>
<author>
<name>Paul Mundt</name>
<email>lethal@linux-sh.org</email>
</author>
<published>2012-06-18T04:48:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=a1f42beb8e287482d1a802731d4fb7e2bdc2c703'/>
<id>urn:sha1:a1f42beb8e287482d1a802731d4fb7e2bdc2c703</id>
<content type='text'>
When the READABLE_ASM cc-option tests were added they were done so prior
to the arch Makefile include, resulting in cc-option being run on the
host cc instead of the factoring in the cross prefix set up by the
architecture.

This bumps the include back up so that cc-option actually runs on the
compiler that we're building with.

Cc: Andi Kleen &lt;andi@firstfloor.org&gt;
Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Linux 3.5-rc3</title>
<updated>2012-06-17T00:25:17+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2012-06-17T00:25:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=485802a6c524e62b5924849dd727ddbb1497cc71'/>
<id>urn:sha1:485802a6c524e62b5924849dd727ddbb1497cc71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.5-rc2</title>
<updated>2012-06-09T01:40:09+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2012-06-09T01:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=cfaf025112d3856637ff34a767ef785ef5cf2ca9'/>
<id>urn:sha1:cfaf025112d3856637ff34a767ef785ef5cf2ca9</id>
<content type='text'>
</content>
</entry>
</feed>
