android_kernel_google_msm/arch/um
Richard Weinberger f09f8dad90 um: Implement a custom pte_same() function
commit f15b9000eb upstream.

UML uses the _PAGE_NEWPAGE flag to mark pages which are not jet
installed on the host side using mmap().
pte_same() has to ignore this flag, otherwise unuse_pte_range()
is unable to unuse the page because two identical
page tables entries with different _PAGE_NEWPAGE flags would not
match and swapoff() would never return.

Analyzed-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-06-01 15:18:18 +08:00
..
drivers um: Disintegrate asm/system.h 2012-04-10 00:13:45 +02:00
include um: Implement a custom pte_same() function 2012-06-01 15:18:18 +08:00
kernel um: uml_setup_stubs': warning: unused variable 'pages' 2012-04-10 00:13:45 +02:00
os-Linux um: use the right ifdef around exports in user_syms.c 2012-03-25 00:29:55 +01:00
scripts um: don't bother trying to rebuild CHECKFLAGS for USER_OBJS 2012-03-25 00:29:56 +01:00
sys-ia64
sys-ppc
.gitignore
defconfig um: Update defconfig 2012-03-25 00:46:51 +01:00
Kconfig.char
Kconfig.common um: Wire CONFIG_GENERIC_IO up 2012-03-25 00:29:56 +01:00
Kconfig.debug
Kconfig.net
Kconfig.rest
Kconfig.um
Makefile um: Switch to large mcmodel on x86_64 2012-03-25 00:29:57 +01:00
Makefile-ia64
Makefile-os-Linux
Makefile-ppc
Makefile-skas