Merge branch 'for-next/faultaround' into for-next/core
authorWill Deacon <will@kernel.org>
Fri, 12 Feb 2021 14:59:10 +0000 (14:59 +0000)
committerWill Deacon <will@kernel.org>
Fri, 12 Feb 2021 14:59:10 +0000 (14:59 +0000)
commit6b76c3aedb07588ef558ba33896d6ae75229c7b7
tree20aa9df0681ec6d4c17d68dd06b0bccbfb1d8422
parent90eb8c9d94fa7f9969792584c376b435bf8a035c
parentde591a82f41b61af4a8fce49d21b43105c5c2186
Merge branch 'for-next/faultaround' into for-next/core

Initialise prefaulted PTEs as 'old' for arm64 when hardware access-flag
updates are supported, which drastically improves vmscan performance.

* for-next/faultaround:
  mm: filemap: Fix microblaze build failure with 'mmu_defconfig'
  mm/nommu: Fix return type of filemap_map_pages()
  mm: Mark anonymous struct field of 'struct vm_fault' as 'const'
  mm: Use static initialisers for immutable fields of 'struct vm_fault'
  mm: Avoid modifying vmf.address in __collapse_huge_page_swapin()
  mm: Pass 'address' to map to do_set_pte() and drop FAULT_FLAG_PREFAULT
  mm: Move immutable fields of 'struct vm_fault' into anonymous struct
  arm64: mm: Implement arch_wants_old_prefaulted_pte()
  mm: Allow architectures to request 'old' entries when prefaulting
  mm: Cleanup faultaround and finish_fault() codepaths