All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Optimize mmu_notifier->invalidate_range callback
@ 2017-10-17  3:10 ` jglisse
  0 siblings, 0 replies; 40+ messages in thread
From: jglisse @ 2017-10-17  3:10 UTC (permalink / raw)
  To: linux-mm
  Cc: linux-kernel, Jérôme Glisse, Andrea Arcangeli,
	Andrew Morton, Joerg Roedel, Suravee Suthikulpanit,
	David Woodhouse, Alistair Popple, Michael Ellerman,
	Benjamin Herrenschmidt, Stephen Rothwell, Andrew Donnellan,
	iommu, linuxppc-dev

From: Jérôme Glisse <jglisse@redhat.com>

(Andrew you already have v1 in your queue of patch 1, patch 2 is new,
 i think you can drop it patch 1 v1 for v2, v2 is bit more conservative
 and i fixed typos)

All this only affect user of invalidate_range callback (at this time
CAPI arch/powerpc/platforms/powernv/npu-dma.c, IOMMU ATS/PASID in
drivers/iommu/amd_iommu_v2.c|intel-svm.c)

This patchset remove useless double call to mmu_notifier->invalidate_range
callback wherever it is safe to do so. The first patch just remove useless
call and add documentation explaining why it is safe to do so. The second
patch go further by introducing mmu_notifier_invalidate_range_only_end()
which skip callback to invalidate_range this can be done when clearing a
pte, pmd or pud with notification which call invalidate_range right after
clearing under the page table lock.

It should improve performances but i am lacking hardware and benchmarks
which might show an improvement. Maybe folks in cc can help here.

Cc: Andrea Arcangeli <aarcange@redhat.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Joerg Roedel <jroedel@suse.de>
Cc: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Alistair Popple <alistair@popple.id.au>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Cc: iommu@lists.linux-foundation.org
Cc: linuxppc-dev@lists.ozlabs.org

Jérôme Glisse (2):
  mm/mmu_notifier: avoid double notification when it is useless v2
  mm/mmu_notifier: avoid call to invalidate_range() in range_end()

 Documentation/vm/mmu_notifier.txt | 93 +++++++++++++++++++++++++++++++++++++++
 fs/dax.c                          |  9 +++-
 include/linux/mmu_notifier.h      | 20 +++++++--
 mm/huge_memory.c                  | 66 ++++++++++++++++++++++++---
 mm/hugetlb.c                      | 16 +++++--
 mm/ksm.c                          | 15 ++++++-
 mm/memory.c                       |  6 ++-
 mm/migrate.c                      | 15 +++++--
 mm/mmu_notifier.c                 | 11 ++++-
 mm/rmap.c                         | 59 ++++++++++++++++++++++---
 10 files changed, 281 insertions(+), 29 deletions(-)
 create mode 100644 Documentation/vm/mmu_notifier.txt

-- 
2.13.6

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

end of thread, other threads:[~2017-10-23 20:35 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-17  3:10 [PATCH 0/2] Optimize mmu_notifier->invalidate_range callback jglisse
2017-10-17  3:10 ` jglisse
2017-10-17  3:10 ` jglisse
2017-10-17  3:10 ` [PATCH 1/2] mm/mmu_notifier: avoid double notification when it is useless v2 jglisse
2017-10-17  3:10   ` jglisse
2017-10-17  3:10   ` jglisse-H+wXaHxf7aLQT0dZR+AlfA
2017-10-19  3:04   ` Balbir Singh
2017-10-19  3:04     ` Balbir Singh
2017-10-19  3:04     ` Balbir Singh
2017-10-19  3:28     ` Jerome Glisse
2017-10-19  3:28       ` Jerome Glisse
2017-10-19  3:28       ` Jerome Glisse
2017-10-19 10:53       ` Balbir Singh
2017-10-19 10:53         ` Balbir Singh
2017-10-19 10:53         ` Balbir Singh
2017-10-19 16:58         ` Jerome Glisse
2017-10-19 16:58           ` Jerome Glisse
2017-10-19 16:58           ` Jerome Glisse
2017-10-19 16:58           ` Jerome Glisse
2017-10-21  5:54           ` Balbir Singh
2017-10-21  5:54             ` Balbir Singh
2017-10-21  5:54             ` Balbir Singh
2017-10-21  5:54             ` Balbir Singh
2017-10-21 15:47             ` Jerome Glisse
2017-10-21 15:47               ` Jerome Glisse
2017-10-21 15:47               ` Jerome Glisse
2017-10-21 15:47               ` Jerome Glisse
2017-10-23 20:35               ` Jerome Glisse
2017-10-23 20:35                 ` Jerome Glisse
2017-10-23 20:35                 ` Jerome Glisse
2017-10-23 20:35                 ` Jerome Glisse
2017-10-17  3:10 ` [PATCH 2/2] mm/mmu_notifier: avoid call to invalidate_range() in range_end() jglisse
2017-10-17  3:10   ` jglisse
2017-10-17  3:10   ` jglisse
2017-10-19  2:43 ` [PATCH 0/2] Optimize mmu_notifier->invalidate_range callback Balbir Singh
2017-10-19  2:43   ` Balbir Singh
2017-10-19  2:43   ` Balbir Singh
2017-10-19  3:08   ` Jerome Glisse
2017-10-19  3:08     ` Jerome Glisse
2017-10-19  3:08     ` Jerome Glisse

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.