From: Martin Schwidefsky <schwidefsky@de.ibm.com>
To: Cyrill Gorcunov <gorcunov@gmail.com>,
linux-mm@kvack.org, linux-arch@vger.kernel.org
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Subject: [PATCH 0/2] mm: soft-dirty bits for s390
Date: Mon, 21 Sep 2015 17:22:18 +0200 [thread overview]
Message-ID: <1442848940-22108-1-git-send-email-schwidefsky@de.ibm.com> (raw)
Greetings,
this patch set of two adds memory change tracking alias soft-dirty
feature to the s390 architecture.
The first patch is a cleanup of the existing x86 support, it adds two
arch specific functions pte_clear_soft_dirty and pmd_clear_soft_dirty
to complement the other xxx_soft_dirty functions. This removes the
use of a x86 specific function in fs/proc/tasm_mmu.c.
The second patch is the s390 arch support.
Tested on x86 and s390, seems to work as intended for both platforms.
If the first patch is acceptable I can queue the set on the linux-s390
tree for the 4.4 merge window in a couple of weeks.
Martin Schwidefsky (2):
mm: add architecture primitives for software dirty bit clearing
s390/mm: implement soft-dirty bits for user memory change tracking
arch/s390/Kconfig | 1 +
arch/s390/include/asm/pgtable.h | 59 ++++++++++++++++++++++++++++++++++++++---
arch/s390/mm/hugetlbpage.c | 2 ++
arch/x86/include/asm/pgtable.h | 10 +++++++
fs/proc/task_mmu.c | 4 +--
include/asm-generic/pgtable.h | 10 +++++++
6 files changed, 80 insertions(+), 6 deletions(-)
--
1.9.1
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next reply other threads:[~2015-09-21 15:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-21 15:22 Martin Schwidefsky [this message]
2015-09-21 15:22 ` [PATCH 1/2] mm: add architecture primitives for software dirty bit clearing Martin Schwidefsky
2015-09-21 19:48 ` Cyrill Gorcunov
2015-09-22 7:35 ` Martin Schwidefsky
2015-09-22 9:09 ` Cyrill Gorcunov
2015-09-22 10:30 ` Martin Schwidefsky
2015-09-21 15:22 ` [PATCH 2/2] s390/mm: implement soft-dirty bits for user memory change tracking Martin Schwidefsky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1442848940-22108-1-git-send-email-schwidefsky@de.ibm.com \
--to=schwidefsky@de.ibm.com \
--cc=gorcunov@gmail.com \
--cc=linux-arch@vger.kernel.org \
--cc=linux-mm@kvack.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox