<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/arch, branch v2.6.33</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/arch?h=v2.6.33</id>
<link rel='self' href='https://git.amat.us/linux/atom/arch?h=v2.6.33'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2010-02-24T18:51:21Z</updated>
<entry>
<title>Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6</title>
<updated>2010-02-24T18:51:21Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2010-02-24T18:51:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=1e6c5c4e4c98af5f9e905b860f4536dcc8e92402'/>
<id>urn:sha1:1e6c5c4e4c98af5f9e905b860f4536dcc8e92402</id>
<content type='text'>
* 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6:
  parisc: Set PCI CLS early in boot.
</content>
</entry>
<entry>
<title>Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6</title>
<updated>2010-02-24T18:51:04Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2010-02-24T18:51:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=46fe24389a44527377077e3ff52206709f0387af'/>
<id>urn:sha1:46fe24389a44527377077e3ff52206709f0387af</id>
<content type='text'>
* 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6:
  [IA64] Fix broken sn2 build
</content>
</entry>
<entry>
<title>parisc: Set PCI CLS early in boot.</title>
<updated>2010-02-24T17:30:36Z</updated>
<author>
<name>Carlos O'Donell</name>
<email>carlos@codesourcery.com</email>
</author>
<published>2010-02-22T23:25:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=5fd4514bb351b5ecb0da3692fff70741e5ed200c'/>
<id>urn:sha1:5fd4514bb351b5ecb0da3692fff70741e5ed200c</id>
<content type='text'>
Set the PCI CLS early in the boot process to prevent
device failures. In pcibios_set_master use the new
pci_cache_line_size instead of a hard-coded value.

Signed-off-by: Carlos O'Donell &lt;carlos@codesourcery.com&gt;
Reviewed-by: Grant Grundler &lt;grundler@google.com&gt;
Signed-off-by: Kyle McMartin &lt;kyle@redhat.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Fix out_le32() macro</title>
<updated>2010-02-24T12:18:49Z</updated>
<author>
<name>Steven J. Magnani</name>
<email>steve@digidescorp.com</email>
</author>
<published>2010-02-22T15:25:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=83b4d17d8841a9a7b8ed02ac99ca92afada154e1'/>
<id>urn:sha1:83b4d17d8841a9a7b8ed02ac99ca92afada154e1</id>
<content type='text'>
Trailing semicolon causes compilation involving out_le32() to fail.

Signed-off-by: Steven J. Magnani &lt;steve@digidescorp.com&gt;
Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze: Fix cache loop function for cache range</title>
<updated>2010-02-24T12:18:29Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2010-02-15T09:50:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0d670b24729be268eba98b3920b8571f60798d8d'/>
<id>urn:sha1:0d670b24729be268eba98b3920b8571f60798d8d</id>
<content type='text'>
I create wrong asm code but none test shows that this part of code is wrong.
I am not convinces that were good idea to create asm optimized macros
for caches. The reason is that there is not optimization with previous code
that's why make sense to add old code and do some benchmarking which
functions are faster.

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>[IA64] Fix broken sn2 build</title>
<updated>2010-02-24T00:07:25Z</updated>
<author>
<name>Hedi Berriche</name>
<email>hedi@sgi.com</email>
</author>
<published>2010-02-23T23:58:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=f7624c97b8e5bca49be7854309550bff8ce98c47'/>
<id>urn:sha1:f7624c97b8e5bca49be7854309550bff8ce98c47</id>
<content type='text'>
Revert the change made to arch/ia64/sn/kernel/setup.c by commit
204fba4aa303ea4a7bb726a539bf4a5b9e3203d0 as it breaks the build.

Fixing the build the b94b08081fcecf83fa690d6c5664f6316fe72208 way
breaks xpc because genksyms then fails to generate an CRC for
per_cpu____sn_cnodeid_to_nasid because of limitations in the
generic genksyms code.

Signed-off-by: Hedi Berriche &lt;hedi@sgi.com&gt;
Signed-off-by: Tony Luck &lt;tony.luck@intel.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus</title>
<updated>2010-02-23T03:51:39Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2010-02-23T03:51:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9f3a6284880ceea452903e2043c88d7226736318'/>
<id>urn:sha1:9f3a6284880ceea452903e2043c88d7226736318</id>
<content type='text'>
* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus:
  MIPS: BCM47xx: Fix 128MB RAM support
  MIPS: Highmem: Fix build error
</content>
</entry>
<entry>
<title>Merge branch 'parisc/tracehook' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-roland</title>
<updated>2010-02-23T03:51:13Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2010-02-23T03:51:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=26b0833366c2521b890dfa8cb0e922be7debed37'/>
<id>urn:sha1:26b0833366c2521b890dfa8cb0e922be7debed37</id>
<content type='text'>
* 'parisc/tracehook' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-roland:
  Revert "parisc: HAVE_ARCH_TRACEHOOK"
</content>
</entry>
<entry>
<title>MIPS: BCM47xx: Fix 128MB RAM support</title>
<updated>2010-02-22T20:42:12Z</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2010-02-20T18:51:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=84a6fcb368a080620d12fc4d79e07902dbee7335'/>
<id>urn:sha1:84a6fcb368a080620d12fc4d79e07902dbee7335</id>
<content type='text'>
Ignoring the last page when ddr size is 128M. Cached accesses to last page
is causing the processor to prefetch using address above 128M stepping out
of the DDR address space.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/981/
Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>MIPS: Highmem: Fix build error</title>
<updated>2010-02-22T20:42:11Z</updated>
<author>
<name>Yoichi Yuasa</name>
<email>yuasa@linux-mips.org</email>
</author>
<published>2010-02-20T12:23:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=52ab320ac560af3333191a473e56615fb48fff95'/>
<id>urn:sha1:52ab320ac560af3333191a473e56615fb48fff95</id>
<content type='text'>
arch/mips/mm/highmem.c: In function 'kmap_init':
arch/mips/mm/highmem.c:130: error: 'init_mm' undeclared (first use in this function)
arch/mips/mm/highmem.c:130: error: (Each undeclared identifier is reported only once
arch/mips/mm/highmem.c:130: error: for each function it appears in.)

Signed-off-by: Yoichi Yuasa &lt;yuasa@linux-mips.org&gt;
Cc: linux-mips &lt;linux-mips@linux-mips.org&gt;
Patchwork: http://patchwork.linux-mips.org/patch/980/
Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
</feed>
