This series is to optimize the system performance via avoiding TLBI
broadcast if page is reused in the write protect fault handler. More
details of the background and the test results can be found in [2/2].
Huang Ying (2):
mm: add spurious fault fixing support for huge pmd
arm64, tlbflush: don't TLBI broadcast if page reused in write fault
arch/arm64/include/asm/pgtable.h | 14 ++++++++-----
arch/arm64/include/asm/tlbflush.h | 33 +++++++++++++++++++++++++++++++
arch/arm64/mm/fault.c | 2 +-
include/linux/pgtable.h | 4 ++++
mm/huge_memory.c | 25 +++++++++++++++++++----
mm/internal.h | 4 ++--
6 files changed, 70 insertions(+), 12 deletions(-)
Best Regards,
Huang, Ying