Home
last modified time | relevance | path

Searched hist:"2 a5eacca85d39d8b6dffae821d7d260f05584dc7" (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/sh/mm/
H A Dpgtable.c2a5eacca85d39d8b6dffae821d7d260f05584dc7 Thu Dec 31 06:19:24 CST 2009 Matt Fleming <matt@console-pimps.org> sh: Move page table allocation out of line

We also switched away from quicklists and instead moved to slab
caches. After benchmarking both implementations the difference is
negligible. The slab caches suit us better though because the size of a
pgd table is just 4 entries when we're using a 3-level page table layout
and quicklists always deal with pages.

Signed-off-by: Matt Fleming <matt@console-pimps.org>
H A DMakefilediff 2a5eacca85d39d8b6dffae821d7d260f05584dc7 Thu Dec 31 06:19:24 CST 2009 Matt Fleming <matt@console-pimps.org> sh: Move page table allocation out of line

We also switched away from quicklists and instead moved to slab
caches. After benchmarking both implementations the difference is
negligible. The slab caches suit us better though because the size of a
pgd table is just 4 entries when we're using a 3-level page table layout
and quicklists always deal with pages.

Signed-off-by: Matt Fleming <matt@console-pimps.org>
/openbmc/linux/arch/sh/include/asm/
H A Dpgalloc.hdiff 2a5eacca85d39d8b6dffae821d7d260f05584dc7 Thu Dec 31 06:19:24 CST 2009 Matt Fleming <matt@console-pimps.org> sh: Move page table allocation out of line

We also switched away from quicklists and instead moved to slab
caches. After benchmarking both implementations the difference is
negligible. The slab caches suit us better though because the size of a
pgd table is just 4 entries when we're using a 3-level page table layout
and quicklists always deal with pages.

Signed-off-by: Matt Fleming <matt@console-pimps.org>
H A Dpgtable.hdiff 2a5eacca85d39d8b6dffae821d7d260f05584dc7 Thu Dec 31 06:19:24 CST 2009 Matt Fleming <matt@console-pimps.org> sh: Move page table allocation out of line

We also switched away from quicklists and instead moved to slab
caches. After benchmarking both implementations the difference is
negligible. The slab caches suit us better though because the size of a
pgd table is just 4 entries when we're using a 3-level page table layout
and quicklists always deal with pages.

Signed-off-by: Matt Fleming <matt@console-pimps.org>