mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] x86: Fix performance regression in get_user_pages_fast()
@ 2017-09-08 21:56 Kirill A. Shutemov
  2017-09-08 21:56 ` [PATCH 1/2] mm: Add infrastructure for get_user_pages_fast() benchmarking Kirill A. Shutemov
  2017-09-08 21:56 ` [PATCH 2/2] mm, x86: Fix performance regression in get_user_pages_fast() Kirill A. Shutemov
  0 siblings, 2 replies; 4+ messages in thread
From: Kirill A. Shutemov @ 2017-09-08 21:56 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton, Ingo Molnar
  Cc: x86, Thorsten Leemhuis, Jonathan Corbet, Huang Ying, linux-mm,
	linux-kernel, Kirill A. Shutemov

Fix performance regression found by 0-day.

Kirill A. Shutemov (2):
  mm: Add infrastructure for get_user_pages_fast() benchmarking
  mm, x86: Fix performance regression in get_user_pages_fast()

 mm/Kconfig                                 |   9 +++
 mm/Makefile                                |   1 +
 mm/gup.c                                   |  97 +++++++++++++++++-----------
 mm/gup_benchmark.c                         | 100 +++++++++++++++++++++++++++++
 tools/testing/selftests/vm/Makefile        |   1 +
 tools/testing/selftests/vm/gup_benchmark.c |  91 ++++++++++++++++++++++++++
 6 files changed, 260 insertions(+), 39 deletions(-)
 create mode 100644 mm/gup_benchmark.c
 create mode 100644 tools/testing/selftests/vm/gup_benchmark.c

-- 
2.14.1

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

end of thread, other threads:[~2017-09-13 10:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-08 21:56 [PATCH 0/2] x86: Fix performance regression in get_user_pages_fast() Kirill A. Shutemov
2017-09-08 21:56 ` [PATCH 1/2] mm: Add infrastructure for get_user_pages_fast() benchmarking Kirill A. Shutemov
2017-09-08 21:56 ` [PATCH 2/2] mm, x86: Fix performance regression in get_user_pages_fast() Kirill A. Shutemov
2017-09-13 10:06   ` [tip:x86/mm] mm, x86/mm: " tip-bot for Kirill A. Shutemov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome