]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitac4b14cf03cf576af9de9239414dffd58430f3fd
tree20aa9df0681ec6d4c17d68dd06b0bccbfb1d8422
parent9316b0b5d659217a3026e87150e6d0ee98903aaa
parenta98f9d6e3aee209dede894aa84d97c28e6c93068
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