<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/Makefile, branch v2.6.20.5</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/Makefile?h=v2.6.20.5</id>
<link rel='self' href='https://git.amat.us/linux/atom/Makefile?h=v2.6.20.5'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2007-04-06T10:44:59Z</updated>
<entry>
<title>Linux 2.6.20.5</title>
<updated>2007-04-06T10:44:59Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2007-04-06T10:44:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=30944b3a446917d34e559c354586c023d9829ac0'/>
<id>urn:sha1:30944b3a446917d34e559c354586c023d9829ac0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.20.4</title>
<updated>2007-03-23T19:52:51Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2007-03-23T19:52:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e947fa65e90d410219fc93d4b92c287bbc041773'/>
<id>urn:sha1:e947fa65e90d410219fc93d4b92c287bbc041773</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.20.3</title>
<updated>2007-03-13T18:27:08Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2007-03-13T18:27:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=5794567d5138ea5af652ff5be1e86c246110a542'/>
<id>urn:sha1:5794567d5138ea5af652ff5be1e86c246110a542</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.20.2</title>
<updated>2007-03-09T18:58:04Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2007-03-09T18:58:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=026164e704dbe989054cd189e34660aafefc9913'/>
<id>urn:sha1:026164e704dbe989054cd189e34660aafefc9913</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.20.1</title>
<updated>2007-02-20T06:34:32Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2007-02-20T06:34:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8d1117a9f5d302d8d460fbe7ef322b382e45c9ce'/>
<id>urn:sha1:8d1117a9f5d302d8d460fbe7ef322b382e45c9ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.20</title>
<updated>2007-02-04T18:44:54Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@woody.linux-foundation.org</email>
</author>
<published>2007-02-04T18:44:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=62d0cfcb27cf755cebdc93ca95dabc83608007cd'/>
<id>urn:sha1:62d0cfcb27cf755cebdc93ca95dabc83608007cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.20-rc7</title>
<updated>2007-01-31T03:42:57Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@woody.linux-foundation.org</email>
</author>
<published>2007-01-31T03:42:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=f56df2f4db6e4af87fb8e941cff69f4501a111df'/>
<id>urn:sha1:f56df2f4db6e4af87fb8e941cff69f4501a111df</id>
<content type='text'>
Ok, so I said there wouldn't be another -rc.

I lied.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] `make help' in build tree doesn't show headers_* targets</title>
<updated>2007-01-30T16:28:16Z</updated>
<author>
<name>Geert Uytterhoeven</name>
<email>Geert.Uytterhoeven@sonycom.com</email>
</author>
<published>2007-01-29T12:47:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=59df3230fc57fa8900bebf3d2d68221d549f3c7c'/>
<id>urn:sha1:59df3230fc57fa8900bebf3d2d68221d549f3c7c</id>
<content type='text'>
`make help' in the build tree doesn't show the help texts about the
`headers_install' and `headers_check' targets because it looks for
include/asm-$(ARCH)/Kbuild in the wrong place.
Add the missing `$(srctree)' prefixes to fix this.
Also move the printing of the default install path for the headers inside the
`if/fi', where it belongs.

Signed-off-by: Geert Uytterhoeven &lt;Geert.Uytterhoeven@sonycom.com&gt;
Acked-by: Oleg Verych &lt;olecom@flower.upol.cz&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Linux 2.6.20-rc6</title>
<updated>2007-01-25T02:19:28Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@woody.linux-foundation.org</email>
</author>
<published>2007-01-25T02:19:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=99abfeafb5f2eea1bb481330ff37343e1133c924'/>
<id>urn:sha1:99abfeafb5f2eea1bb481330ff37343e1133c924</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux v2.6.20-rc5</title>
<updated>2007-01-12T18:54:26Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@woody.osdl.org</email>
</author>
<published>2007-01-12T18:54:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a8b3485287731978899ced11f24628c927890e78'/>
<id>urn:sha1:a8b3485287731978899ced11f24628c927890e78</id>
<content type='text'>
</content>
</entry>
</feed>
