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


Groups > linux.kernel > #1420045

[RFC PATCH 0/3] mm, thp: convert from optimistic to conservative

From Ebru Akagunduz <ebru.akagunduz@gmail.com>
Newsgroups linux.kernel
Subject [RFC PATCH 0/3] mm, thp: convert from optimistic to conservative
Date 2016-06-11 21:20 +0200
Message-ID <rIWBQ-723-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patch series converts thp design from optimistic to conservative, 
creates a sysfs integer knob for conservative threshold and documents it.

Ebru Akagunduz (3):
  mm, thp: revert allocstall comparing
  mm, thp: convert from optimistic to conservative
  doc: add information about min_ptes_young

 Documentation/vm/transhuge.txt     |  7 ++++
 include/trace/events/huge_memory.h | 10 ++---
 mm/khugepaged.c                    | 81 ++++++++++++++++++++++----------------
 3 files changed, 59 insertions(+), 39 deletions(-)

-- 
1.9.1

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


Thread

[RFC PATCH 0/3] mm, thp: convert from optimistic to conservative Ebru Akagunduz <ebru.akagunduz@gmail.com> - 2016-06-11 21:20 +0200
  [RFC PATCH 1/3] mm, thp: revert allocstall comparing Ebru Akagunduz <ebru.akagunduz@gmail.com> - 2016-06-11 21:20 +0200
    Re: [RFC PATCH 1/3] mm, thp: revert allocstall comparing Ebru Akagunduz <ebru.akagunduz@gmail.com> - 2016-06-13 20:40 +0200
    Re: [RFC PATCH 1/3] mm, thp: revert allocstall comparing Michal Hocko <mhocko@kernel.org> - 2016-06-14 09:10 +0200
  [RFC PATCH 2/3] mm, thp: convert from optimistic to conservative Ebru Akagunduz <ebru.akagunduz@gmail.com> - 2016-06-11 21:20 +0200
    Re: [RFC PATCH 2/3] mm, thp: convert from optimistic to conservative Ebru Akagunduz <ebru.akagunduz@gmail.com> - 2016-06-13 20:40 +0200
    Re: [RFC PATCH 2/3] mm, thp: convert from optimistic to conservative Michal Hocko <mhocko@kernel.org> - 2016-06-14 09:20 +0200
    Re: [RFC PATCH 2/3] mm, thp: convert from optimistic to conservative Minchan Kim <minchan@kernel.org> - 2016-06-15 08:50 +0200
      Re: [RFC PATCH 2/3] mm, thp: convert from optimistic to conservative Ebru Akagunduz <ebru.akagunduz@gmail.com> - 2016-06-16 11:10 +0200
  Re: [RFC PATCH 0/3] mm, thp: convert from optimistic to conservative Ebru Akagunduz <ebru.akagunduz@gmail.com> - 2016-06-13 20:40 +0200

csiph-web