]> www.infradead.org Git - users/willy/pagecache.git/commit
mm: Call update_mmu_cache_range() in more page fault handling paths set_ptes
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 3 Apr 2023 17:18:45 +0000 (13:18 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 2 Aug 2023 02:53:28 +0000 (22:53 -0400)
commit25e33542be527d856d2e73dd466c39268d1815f2
treeda42ea3ee2688669c6a75edb187e5bbf0afa49ed
parent90155f7b8b4f4179cdc05bbec94c177ac3663898
mm: Call update_mmu_cache_range() in more page fault handling paths

Pass the vm_fault to the architecture to help it make smarter decisions
about which PTEs to insert into the TLB.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
mm/memory.c