kernel-ark/arch/s390/mm
Martin Schwidefsky b11b533427 [S390] Improve address space mode selection.
Introduce user_mode to replace the two variables switch_amode and
s390_noexec. There are three valid combinations of the old values:
  1) switch_amode == 0 && s390_noexec == 0
  2) switch_amode == 1 && s390_noexec == 0
  3) switch_amode == 1 && s390_noexec == 1
They get replaced by
  1) user_mode == HOME_SPACE_MODE
  2) user_mode == PRIMARY_SPACE_MODE
  3) user_mode == SECONDARY_SPACE_MODE
The new kernel parameter user_mode=[primary,secondary,home] lets
you choose the address space mode the user space processes should
use. In addition the CONFIG_S390_SWITCH_AMODE config option
is removed.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2009-12-07 12:51:33 +01:00
..
cmm.c sysctl: remove "struct file *" argument of ->proc_handler 2009-09-24 07:21:04 -07:00
extmem.c [S390] convert dcssblk and extmem printks messages to pr_xxx macros. 2008-12-25 13:39:23 +01:00
fault.c [S390] Improve address space mode selection. 2009-12-07 12:51:33 +01:00
hugetlbpage.c hugetlb: introduce pud_huge 2008-07-24 10:47:18 -07:00
init.c arches: drop superfluous casts in nr_free_pages() callers 2009-09-22 07:17:34 -07:00
maccess.c [S390] maccess: arch specific probe_kernel_write() implementation 2009-06-12 10:27:37 +02:00
Makefile [S390] Enable guest page hinting by default. 2009-09-11 10:29:54 +02:00
mmap.c [S390] implement is_compat_task 2009-06-12 10:27:30 +02:00
page-states.c [S390] hibernation: fix guest page hinting related crash 2009-09-22 22:58:44 +02:00
pgtable.c [S390] Improve address space mode selection. 2009-12-07 12:51:33 +01:00
vmem.c [S390] fix recursive locking on page_table_lock 2009-09-11 10:29:53 +02:00