<feed xmlns='http://www.w3.org/2005/Atom'>
<title>talos-op-linux/Makefile, branch v2.6.26-rc1</title>
<subtitle>Talosâ„¢ II Linux sources for OpenPOWER</subtitle>
<id>https://git.raptorcs.com/git/talos-op-linux/atom?h=v2.6.26-rc1</id>
<link rel='self' href='https://git.raptorcs.com/git/talos-op-linux/atom?h=v2.6.26-rc1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/'/>
<updated>2008-05-03T18:59:44+00:00</updated>
<entry>
<title>Linux 2.6.26-rc1</title>
<updated>2008-05-03T18:59:44+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2008-05-03T18:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=2ddcca36c8bcfa251724fe342c8327451988be0d'/>
<id>urn:sha1:2ddcca36c8bcfa251724fe342c8327451988be0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>kbuild: fix vmlinux.o link</title>
<updated>2008-05-01T17:31:35+00:00</updated>
<author>
<name>Sam Ravnborg</name>
<email>sam@uranus.ravnborg.org</email>
</author>
<published>2008-05-01T17:31:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=90ebd878a5900839106664fae40a6cc83dbe86ab'/>
<id>urn:sha1:90ebd878a5900839106664fae40a6cc83dbe86ab</id>
<content type='text'>
We always linked vmliux.o.
Remove init/built-in.o dependency so we avoid this

Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>kbuild: fix help output to show correct arch</title>
<updated>2008-04-28T20:46:11+00:00</updated>
<author>
<name>Andres Salomon</name>
<email>dilinger@queued.net</email>
</author>
<published>2008-04-26T02:34:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=01dee1881d7cbcd5c456735085e52de94da8d4e1'/>
<id>urn:sha1:01dee1881d7cbcd5c456735085e52de94da8d4e1</id>
<content type='text'>
Signed-off-by: Andres Salomon &lt;dilinger@debian.org&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>kbuild: show defconfig subdirs in make help</title>
<updated>2008-04-28T20:40:14+00:00</updated>
<author>
<name>Segher Boessenkool</name>
<email>segher@kernel.crashing.org</email>
</author>
<published>2008-04-06T20:16:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=5dffbe811b78684fc4d8538cb7b38d9c47f96f9f'/>
<id>urn:sha1:5dffbe811b78684fc4d8538cb7b38d9c47f96f9f</id>
<content type='text'>
PowerPC will start moving board defconfigs into subarch-specific
subdirs soon.  "make help" currently does not look in subdirs to
find the defconfigs to show.  This is partially a good thing,
since there are way too many defconfigs for one list.

This patch makes the main "make help" display something like

  help-40x         - Show 40x-specific targets
  help-44x         - Show 44x-specific targets
  help-boards      - Show all of the above

and wires up stuff so those new help-* commands actually work.

[sam: fixed it up to display x86 defconfigs too]
Cc: Josh Boyer &lt;jwboyer@linux.vnet.ibm.com&gt;
Signed-off-by: Segher Boessenkool &lt;segher@kernel.crashing.org&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>kbuild: fix depmod comment</title>
<updated>2008-04-25T18:49:40+00:00</updated>
<author>
<name>Uwe Kleine-KÃ¶nig</name>
<email>Uwe.Kleine-Koenig@digi.com</email>
</author>
<published>2008-03-05T14:57:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=0254da07d9d51044140a904c47affaeeb8b74ae8'/>
<id>urn:sha1:0254da07d9d51044140a904c47affaeeb8b74ae8</id>
<content type='text'>
Signed-off-by: Uwe Kleine-KÃ¶nig &lt;Uwe.Kleine-Koenig@digi.com&gt;
Cc: trivial@kernel.org
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>Add option to enable -Wframe-larger-than= on gcc 4.4</title>
<updated>2008-04-25T18:23:47+00:00</updated>
<author>
<name>Andi Kleen</name>
<email>andi@firstfloor.org</email>
</author>
<published>2008-02-22T14:15:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=35bb5b1e0e84cfa1a8906f7e6a77f391ff315791'/>
<id>urn:sha1:35bb5b1e0e84cfa1a8906f7e6a77f391ff315791</id>
<content type='text'>
Add option to enable -Wframe-larger-than= on gcc 4.4

gcc mainline (upcoming 4.4) added a new -Wframe-larger-than=...
option to warn at build time about too large stack frames. Add a config
option to enable this warning, since this very useful for the kernel.

I choose (somewhat arbitarily) 2048 as default warning threshold for 64bit
and 1024 as default for 32bit architectures.  With some research and
fixing all the code for smaller values these defaults should be probably
lowered.

With the default allyesconfigs have some new warnings, but I think
that is all code that should be just fixed.

At some point (when gcc 4.4 is released and widely used) this should
obsolete make checkstack

Signed-off-by: Andi Kleen &lt;ak@suse.de&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>kbuild: add kconfig symbols to tags output</title>
<updated>2008-04-25T18:20:42+00:00</updated>
<author>
<name>Alexey Dobriyan</name>
<email>adobriyan@gmail.com</email>
</author>
<published>2008-02-22T12:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=80ff26241623875636674a31c0540a78c0fb5433'/>
<id>urn:sha1:80ff26241623875636674a31c0540a78c0fb5433</id>
<content type='text'>
Steps to reproduce:

	vi -t NETFILTER

Signed-off-by: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>Remove -numa from EXTRAVERSION</title>
<updated>2008-04-24T19:38:04+00:00</updated>
<author>
<name>Sebastian Siewior</name>
<email>sebastian@breakpoint.cc</email>
</author>
<published>2008-04-24T19:32:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=f764e51421d66fa0b58cba6a75355fa6e60f3a37'/>
<id>urn:sha1:f764e51421d66fa0b58cba6a75355fa6e60f3a37</id>
<content type='text'>
This snuck in through 919ee677b656c52c5f86d3d916786891220d5452
("[SPARC64]: Add NUMA support")

Signed-off-by: Sebastian Siewior &lt;sebastian@breakpoint.cc&gt;
Cc: David S. Miller &lt;davem@davemloft.net&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>[SPARC64]: Add NUMA support.</title>
<updated>2008-04-24T06:32:17+00:00</updated>
<author>
<name>David S. Miller</name>
<email>davem@davemloft.net</email>
</author>
<published>2008-04-23T12:40:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=919ee677b656c52c5f86d3d916786891220d5452'/>
<id>urn:sha1:919ee677b656c52c5f86d3d916786891220d5452</id>
<content type='text'>
Currently there is only code to parse NUMA attributes on
sun4v/niagara systems, but later on we will add such parsing
for older systems.

Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>fix typo "is" -&gt; "if" in Makefile</title>
<updated>2008-04-21T22:53:56+00:00</updated>
<author>
<name>Uwe Kleine-König</name>
<email>Uwe.Kleine-Koenig@digi.com</email>
</author>
<published>2008-04-21T22:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=bc3c26fe65ecaa3fa96844219a9070a3e079697a'/>
<id>urn:sha1:bc3c26fe65ecaa3fa96844219a9070a3e079697a</id>
<content type='text'>
It should be "if" but is written as "is"..

Signed-off-by: Uwe Kleine-Koenig &lt;Uwe.Kleine-Koenig@digi.com&gt;
Signed-off-by: Jesper Juhl &lt;jesper.juhl@gmail.com&gt;
</content>
</entry>
</feed>
