Home
last modified time | relevance | path

Searched hist:"063 b0a4207e43acbeff3d4b09f43e750e0212b48" (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/arm/mm/
H A Dcopypage-xsc3.cdiff 063b0a4207e43acbeff3d4b09f43e750e0212b48 Fri Oct 31 10:08:35 CDT 2008 Russell King <rmk@dyn-67.arm.linux.org.uk> [ARM] copypage: provide our own copy_user_highpage()

We used to override the copy_user_page() function. However, this
is not only inefficient, it also causes additional complexity for
highmem support, since we convert from a struct page to a kernel
direct mapped address and back to a struct page again.

Moreover, with highmem support, we end up pointlessly setting up
kmap entries for pages which we're going to remap. So, push the
kmapping down into the copypage implementation files where it's
required.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
H A Dproc-syms.cdiff 063b0a4207e43acbeff3d4b09f43e750e0212b48 Fri Oct 31 10:08:35 CDT 2008 Russell King <rmk@dyn-67.arm.linux.org.uk> [ARM] copypage: provide our own copy_user_highpage()

We used to override the copy_user_page() function. However, this
is not only inefficient, it also causes additional complexity for
highmem support, since we convert from a struct page to a kernel
direct mapped address and back to a struct page again.

Moreover, with highmem support, we end up pointlessly setting up
kmap entries for pages which we're going to remap. So, push the
kmapping down into the copypage implementation files where it's
required.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
H A Dcopypage-v4wt.cdiff 063b0a4207e43acbeff3d4b09f43e750e0212b48 Fri Oct 31 10:08:35 CDT 2008 Russell King <rmk@dyn-67.arm.linux.org.uk> [ARM] copypage: provide our own copy_user_highpage()

We used to override the copy_user_page() function. However, this
is not only inefficient, it also causes additional complexity for
highmem support, since we convert from a struct page to a kernel
direct mapped address and back to a struct page again.

Moreover, with highmem support, we end up pointlessly setting up
kmap entries for pages which we're going to remap. So, push the
kmapping down into the copypage implementation files where it's
required.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
H A Dcopypage-feroceon.cdiff 063b0a4207e43acbeff3d4b09f43e750e0212b48 Fri Oct 31 10:08:35 CDT 2008 Russell King <rmk@dyn-67.arm.linux.org.uk> [ARM] copypage: provide our own copy_user_highpage()

We used to override the copy_user_page() function. However, this
is not only inefficient, it also causes additional complexity for
highmem support, since we convert from a struct page to a kernel
direct mapped address and back to a struct page again.

Moreover, with highmem support, we end up pointlessly setting up
kmap entries for pages which we're going to remap. So, push the
kmapping down into the copypage implementation files where it's
required.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
H A Dcopypage-v4wb.cdiff 063b0a4207e43acbeff3d4b09f43e750e0212b48 Fri Oct 31 10:08:35 CDT 2008 Russell King <rmk@dyn-67.arm.linux.org.uk> [ARM] copypage: provide our own copy_user_highpage()

We used to override the copy_user_page() function. However, this
is not only inefficient, it also causes additional complexity for
highmem support, since we convert from a struct page to a kernel
direct mapped address and back to a struct page again.

Moreover, with highmem support, we end up pointlessly setting up
kmap entries for pages which we're going to remap. So, push the
kmapping down into the copypage implementation files where it's
required.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
H A Dcopypage-xscale.cdiff 063b0a4207e43acbeff3d4b09f43e750e0212b48 Fri Oct 31 10:08:35 CDT 2008 Russell King <rmk@dyn-67.arm.linux.org.uk> [ARM] copypage: provide our own copy_user_highpage()

We used to override the copy_user_page() function. However, this
is not only inefficient, it also causes additional complexity for
highmem support, since we convert from a struct page to a kernel
direct mapped address and back to a struct page again.

Moreover, with highmem support, we end up pointlessly setting up
kmap entries for pages which we're going to remap. So, push the
kmapping down into the copypage implementation files where it's
required.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
H A Dcopypage-v4mc.cdiff 063b0a4207e43acbeff3d4b09f43e750e0212b48 Fri Oct 31 10:08:35 CDT 2008 Russell King <rmk@dyn-67.arm.linux.org.uk> [ARM] copypage: provide our own copy_user_highpage()

We used to override the copy_user_page() function. However, this
is not only inefficient, it also causes additional complexity for
highmem support, since we convert from a struct page to a kernel
direct mapped address and back to a struct page again.

Moreover, with highmem support, we end up pointlessly setting up
kmap entries for pages which we're going to remap. So, push the
kmapping down into the copypage implementation files where it's
required.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
H A Dcopypage-v6.cdiff 063b0a4207e43acbeff3d4b09f43e750e0212b48 Fri Oct 31 10:08:35 CDT 2008 Russell King <rmk@dyn-67.arm.linux.org.uk> [ARM] copypage: provide our own copy_user_highpage()

We used to override the copy_user_page() function. However, this
is not only inefficient, it also causes additional complexity for
highmem support, since we convert from a struct page to a kernel
direct mapped address and back to a struct page again.

Moreover, with highmem support, we end up pointlessly setting up
kmap entries for pages which we're going to remap. So, push the
kmapping down into the copypage implementation files where it's
required.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
/openbmc/linux/arch/arm/include/asm/
H A Dpage.hdiff 063b0a4207e43acbeff3d4b09f43e750e0212b48 Fri Oct 31 10:08:35 CDT 2008 Russell King <rmk@dyn-67.arm.linux.org.uk> [ARM] copypage: provide our own copy_user_highpage()

We used to override the copy_user_page() function. However, this
is not only inefficient, it also causes additional complexity for
highmem support, since we convert from a struct page to a kernel
direct mapped address and back to a struct page again.

Moreover, with highmem support, we end up pointlessly setting up
kmap entries for pages which we're going to remap. So, push the
kmapping down into the copypage implementation files where it's
required.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>