Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1314146

[PATCH 0/3] Couple of fixes for deferred_split_huge_page()

From "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
Newsgroups linux.kernel
Subject [PATCH 0/3] Couple of fixes for deferred_split_huge_page()
Date 2016-01-21 13:20 +0100
Message-ID <qTmdQ-545-7@gated-at.bofh.it> (permalink)
References <qTceu-6lk-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Andrea,

Sorry, I should be noticed and address the issue with scan before...

Patchset below should address your concern.

I've tested it in qemu with fake numa.

Kirill A. Shutemov (3):
  thp: make split_queue per-node
  thp: change deferred_split_count() to return number of THP in queue
  thp: limit number of object to scan on deferred_split_scan()

 include/linux/mmzone.h |  6 +++++
 mm/huge_memory.c       | 64 +++++++++++++++++++++++++-------------------------
 mm/page_alloc.c        |  5 ++++
 3 files changed, 43 insertions(+), 32 deletions(-)

-- 
2.7.0.rc3

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [PATCHv12 34/37] thp: introduce deferred_split_huge_page() Andrea Arcangeli <aarcange@redhat.com> - 2016-01-21 02:30 +0100
  [PATCH 1/3] thp: make split_queue per-node "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com> - 2016-01-21 13:10 +0100
  [PATCH 2/3] thp: change deferred_split_count() to return number of THP in queue "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com> - 2016-01-21 13:10 +0100
    Re: [PATCH 2/3] thp: change deferred_split_count() to return number  of THP in queue Andrea Arcangeli <aarcange@redhat.com> - 2016-01-22 15:40 +0100
      Re: [PATCH 2/3] thp: change deferred_split_count() to return number  of THP in queue "Kirill A. Shutemov" <kirill@shutemov.name> - 2016-01-22 16:30 +0100
  [PATCH 3/3] thp: limit number of object to scan on deferred_split_scan() "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com> - 2016-01-21 13:10 +0100
  [PATCH 0/3] Couple of fixes for deferred_split_huge_page() "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com> - 2016-01-21 13:20 +0100
    Re: [PATCH 0/3] Couple of fixes for deferred_split_huge_page() Andrea Arcangeli <aarcange@redhat.com> - 2016-01-22 00:00 +0100

csiph-web