<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/Makefile, branch v2.6.19</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=v2.6.19</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.19'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2006-11-29T21:57:37Z</updated>
<entry>
<title>Linux 2.6.19</title>
<updated>2006-11-29T21:57:37Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@woody.osdl.org</email>
</author>
<published>2006-11-29T21:57:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0215ffb08ce99e2bb59eca114a99499a4d06e704'/>
<id>urn:sha1:0215ffb08ce99e2bb59eca114a99499a4d06e704</id>
<content type='text'>
It's all good.
</content>
</entry>
<entry>
<title>Linux 2.6.19-rc6</title>
<updated>2006-11-16T04:03:40Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@woody.osdl.org</email>
</author>
<published>2006-11-16T04:03:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=44597f65f6af3c692560a639f61d25398d13d1b6'/>
<id>urn:sha1:44597f65f6af3c692560a639f61d25398d13d1b6</id>
<content type='text'>
Getting there.  Hopefully the MSI and other interrupt problems are all
solved now.

Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Linux 2.6.19-rc5</title>
<updated>2006-11-08T02:24:20Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2006-11-08T02:24:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=80c218812786f619c9a1ce50d0e7c32c7afde4de'/>
<id>urn:sha1:80c218812786f619c9a1ce50d0e7c32c7afde4de</id>
<content type='text'>
Ok, things are clearly starting to calm down.. Finally.
</content>
</entry>
<entry>
<title>Linux 2.6.19-rc4</title>
<updated>2006-10-31T03:37:36Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2006-10-31T03:37:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ae99a78af33f00565a05dbbc6ca9b247fed002c5'/>
<id>urn:sha1:ae99a78af33f00565a05dbbc6ca9b247fed002c5</id>
<content type='text'>
Not halloween. Not scary. Just a regular -rc release.
</content>
</entry>
<entry>
<title>Linux 2.6.19-rc3</title>
<updated>2006-10-23T23:02:02Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2006-10-23T23:02:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=7059abedd2f04b68bd7e1a79c9c72f7aeee134c0'/>
<id>urn:sha1:7059abedd2f04b68bd7e1a79c9c72f7aeee134c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] x86-64: Speed up dwarf2 unwinder</title>
<updated>2006-10-21T16:37:01Z</updated>
<author>
<name>Jan Beulich</name>
<email>jbeulich@novell.com</email>
</author>
<published>2006-10-21T16:37:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=690a973f48b6ba2954465992c08e65059c8374fe'/>
<id>urn:sha1:690a973f48b6ba2954465992c08e65059c8374fe</id>
<content type='text'>
This changes the dwarf2 unwinder to do a binary search for CIEs
instead of a linear work. The linker is unfortunately not
able to build a proper lookup table at link time, instead it creates
one at runtime as soon as the bootmem allocator is usable (so you'll continue
using the linear lookup for the first [hopefully] few calls).
The code should be ready to utilize a build-time created table once
a fixed linker becomes available.

Signed-off-by: Jan Beulich &lt;jbeulich@novell.com&gt;
Signed-off-by: Andi Kleen &lt;ak@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] Add entry.S labels to tag file</title>
<updated>2006-10-17T15:18:48Z</updated>
<author>
<name>Aneesh Kumar K.V</name>
<email>aneesh.kumar@gmail.com</email>
</author>
<published>2006-10-17T07:10:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=91b943ee4afa2037678dc1db30b89baef0e17090'/>
<id>urn:sha1:91b943ee4afa2037678dc1db30b89baef0e17090</id>
<content type='text'>
Add functions defined using ENTRY macro to the tags file.

Signed-off-by: Aneesh Kumar K.V &lt;aneesh.kumar@gmail.com&gt;
Cc: Sam Ravnborg &lt;sam@ravnborg.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Linux 2.6.19-rc2</title>
<updated>2006-10-13T16:25:04Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2006-10-13T16:25:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b4bd8c66435a8cdf8c90334fb3b517a23ff2ab95'/>
<id>urn:sha1:b4bd8c66435a8cdf8c90334fb3b517a23ff2ab95</id>
<content type='text'>
That was slightly more painful than really necessary..
</content>
</entry>
<entry>
<title>[PATCH] Fix headers_check for O= builds; disable automatic check on UML.</title>
<updated>2006-10-13T15:35:39Z</updated>
<author>
<name>David Woodhouse</name>
<email>dwmw2@infradead.org</email>
</author>
<published>2006-10-13T15:04:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0e7af8d04ecb4f6ba8cd1f731f036a004ad0e174'/>
<id>urn:sha1:0e7af8d04ecb4f6ba8cd1f731f036a004ad0e174</id>
<content type='text'>
 * make header_check work with O=

Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Add CONFIG_HEADERS_CHECK option to automatically run 'make headers_check'</title>
<updated>2006-10-11T18:14:21Z</updated>
<author>
<name>David Woodhouse</name>
<email>dwmw2@infradead.org</email>
</author>
<published>2006-10-11T08:21:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0f836e5fecf59d0d0353e9af11fd14a32a3001ae'/>
<id>urn:sha1:0f836e5fecf59d0d0353e9af11fd14a32a3001ae</id>
<content type='text'>
In order to encourage people to notice when they break the exported
headers, add a config option which automatically runs the sanity checks
when building vmlinux.  That way, those who use allyesconfig will notice
failures.

Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
