mbox series

[v3,0/2] use update_mmu_tlb() on the second thread

Message ID 20220929112318.32393-1-zhengqi.arch@bytedance.com (mailing list archive)
Headers show
Series use update_mmu_tlb() on the second thread | expand

Message

Qi Zheng Sept. 29, 2022, 11:23 a.m. UTC
v1: https://lore.kernel.org/lkml/20220924053239.91661-1-zhengqi.arch@bytedance.com/
v2: https://lore.kernel.org/linux-mm/20220926115621.13849-1-zhengqi.arch@bytedance.com/

Changelog in v2 -> v3:
 - implement update_mmu_tlb() for LoongArch (suggested by Bibo)

Changelog in v1 -> v2:
 - change the subject and commit message (David)

Qi Zheng (2):
  mm: use update_mmu_tlb() on the second thread
  LoongArch: update local TLB if PTE entry exists

 arch/loongarch/include/asm/pgtable.h | 3 +++
 mm/memory.c                          | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)