s390/mm: tag normal pages vs pages used in page tables
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 14 Jun 2016 10:56:01 +0000 (12:56 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 25 Jul 2017 04:55:28 +0000 (06:55 +0200)
commitc9b5ad546e7d486465a3dd8c89245ac3707a4384
tree5c073b778a64cfee1efc5e9f27b6a4caae82b764
parent520eccdfe187591a51ea9ab4c1a024ae4d0f68d9
s390/mm: tag normal pages vs pages used in page tables

The ESSA instruction has a new option that allows to tag pages that
are not used as a page table. Without the tag the hypervisor has to
assume that any guest page could be used in a page table inside the
guest. This forces the hypervisor to flush all guest TLB entries
whenever a host page table entry is invalidated. With the tag
the host can skip the TLB flush if the page is tagged as normal page.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/page-states.h
arch/s390/include/asm/page.h
arch/s390/include/asm/setup.h
arch/s390/kernel/suspend.c
arch/s390/kernel/vdso.c
arch/s390/mm/init.c
arch/s390/mm/page-states.c
arch/s390/mm/pgalloc.c