linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/4] MIPS: page fault handling optimization
@ 2020-05-27  2:25 Bibo Mao
  2020-05-27  2:25 ` [PATCH v7 1/4] MIPS: Do not flush tlb page when updating PTE entry Bibo Mao
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Bibo Mao @ 2020-05-27  2:25 UTC (permalink / raw)
  To: Thomas Bogendoerfer, Jiaxun Yang, Huacai Chen, Andrew Morton,
	Paul Burton, Dmitry Korotin, Philippe Mathieu-Daudé,
	Stafford Horne, Steven Price, Anshuman Khandual
  Cc: linux-mips, linux-kernel, Mike Rapoport, Sergei Shtylyov,
	Maciej W. Rozycki, linux-mm, David Hildenbrand

V7:
- define function flush_tlb_fix_spurious_fault as inline rather
  than macro
V6:
- Add update_mmu_tlb function as empty on all platform except mips
  system, we use this function to update local tlb for page fault
  smp-race handling
V5:
- define update_mmu_cache function specified on MIPS platform, and
  add page fault smp-race stats info
V4:
- add pte_sw_mkyoung function to implement readable privilege, and
  this function is  only in effect on MIPS system.
- add page valid bit judgement in function pte_modify
V3:
- add detailed changelog, modify typo issue in patch V2
v2:
- split flush_tlb_fix_spurious_fault and tlb update into two patches
- comments typo modification
- separate tlb update and add pte readable privilege into two patches

Bibo Mao (4):
  MIPS: Do not flush tlb page when updating PTE entry
  mm/memory.c: Update local TLB if PTE entry exists
  mm/memory.c: Add memory read privilege on page fault handling
  MIPS: mm: add page valid judgement in function pte_modify

 arch/mips/include/asm/pgtable.h | 37 +++++++++++++++++++++++++++++++++++--
 include/asm-generic/pgtable.h   | 33 +++++++++++++++++++++++++++++++++
 mm/memory.c                     | 30 ++++++++++++++++++++++--------
 3 files changed, 90 insertions(+), 10 deletions(-)

-- 
1.8.3.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-05-29  1:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-27  2:25 [PATCH v7 0/4] MIPS: page fault handling optimization Bibo Mao
2020-05-27  2:25 ` [PATCH v7 1/4] MIPS: Do not flush tlb page when updating PTE entry Bibo Mao
2020-05-27  2:25 ` [PATCH v7 2/4] mm/memory.c: Update local TLB if PTE entry exists Bibo Mao
2020-05-28 19:23   ` Andrew Morton
2020-05-29  0:59     ` maobibo
2020-05-27  2:25 ` [PATCH v7 3/4] mm/memory.c: Add memory read privilege on page fault handling Bibo Mao
2020-05-27  2:25 ` [PATCH v7 4/4] MIPS: mm: add page valid judgement in function pte_modify Bibo Mao
2020-05-27 11:32 ` [PATCH v7 0/4] MIPS: page fault handling optimization Thomas Bogendoerfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).