linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] THP support for Sparc64
@ 2012-10-02 22:26 David Miller
  2012-10-02 22:55 ` Andrew Morton
  0 siblings, 1 reply; 8+ messages in thread
From: David Miller @ 2012-10-02 22:26 UTC (permalink / raw)
  To: linux-mm; +Cc: sparclinux, linux-kernel, linux-arch, akpm, aarcange, hannes


Here is a set of patches that add THP support for sparc64.

A few of them are relatively minor portability issues I ran into.
Like the MIPS guys I hit the update_mmu_cache() typing issue so I have
a patch for that here.

It is very likely that I need the ACCESSED bit handling fix the
ARM folks have been posting recently as well.

On the sparc64 side the biggest issue was moving to only supporting
4MB pages and then realigning the page tables so that the PMDs map 4MB
(instead of 8MB as they do now).

The rest was just trial and error, running tests, and fixing bugs.

A familiar test case that makes 5 million random accesses to a 1GB
memory area goes from 20 seconds down to 0.43 seconds with THP enabled
on my SPARC T4-2 box.

Signed-off-by: David S. Miller <davem@davemloft.net>

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-10-05 11:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-02 22:26 [PATCH 0/8] THP support for Sparc64 David Miller
2012-10-02 22:55 ` Andrew Morton
2012-10-03  0:53   ` David Miller
2012-10-04  2:00   ` David Miller
2012-10-04 10:35     ` Andrea Arcangeli
2012-10-04 18:11       ` David Miller
2012-10-05  9:28         ` Michal Hocko
2012-10-05 11:57           ` Andrea Arcangeli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).