From: Christian Borntraeger <borntraeger@de.ibm.com>
To: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org,
kvm@vger.kernel.org, Andrew Morton <akpm@linux-foundation.org>,
Mel Gorman <mgorman@suse.de>, Nick Piggin <npiggin@kernel.dk>,
Hugh Dickins <hughd@google.com>, Rik van Riel <riel@redhat.com>
Subject: Re: [RFC][PATCH 0/2] s390/kvm: add kvm support for guest page hinting v2
Date: Thu, 25 Jul 2013 12:44:48 +0200 [thread overview]
Message-ID: <51F101A0.3050104@de.ibm.com> (raw)
In-Reply-To: <1374742461-29160-1-git-send-email-schwidefsky@de.ibm.com>
On 25/07/13 10:54, Martin Schwidefsky wrote:
> v1->v2:
> - found a way to simplify the common code patch
>
> Linux on s390 as a guest under z/VM has been using the guest page
> hinting interface (alias collaborative memory management) for a long
> time. The full version with volatile states has been deemed to be too
> complicated (see the old discussion about guest page hinting e.g. on
> http://marc.info/?l=linux-mm&m=123816662017742&w=2).
> What is currently implemented for the guest is the unused and stable
> states to mark unallocated pages as freely available to the host.
> This works just fine with z/VM as the host.
>
> The two patches in this series implement the guest page hinting
> interface for the unused and stable states in the KVM host.
> Most of the code specific to s390 but there is a common memory
> management part as well, see patch #1.
>
> The code is working stable now, from my point of view this is ready
> for prime-time.
>
> Konstantin Weitz (2):
> mm: add support for discard of unused ptes
> s390/kvm: support collaborative memory management
Can you also add the patch from our tree that reset the usage states
on reboot (diag 308 subcode 3 and 4)?
--
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>
WARNING: multiple messages have this Message-ID (diff)
From: Christian Borntraeger <borntraeger@de.ibm.com>
To: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org,
kvm@vger.kernel.org, Andrew Morton <akpm@linux-foundation.org>,
Mel Gorman <mgorman@suse.de>, Nick Piggin <npiggin@kernel.dk>,
Hugh Dickins <hughd@google.com>, Rik van Riel <riel@redhat.com>
Subject: Re: [RFC][PATCH 0/2] s390/kvm: add kvm support for guest page hinting v2
Date: Thu, 25 Jul 2013 12:44:48 +0200 [thread overview]
Message-ID: <51F101A0.3050104@de.ibm.com> (raw)
In-Reply-To: <1374742461-29160-1-git-send-email-schwidefsky@de.ibm.com>
On 25/07/13 10:54, Martin Schwidefsky wrote:
> v1->v2:
> - found a way to simplify the common code patch
>
> Linux on s390 as a guest under z/VM has been using the guest page
> hinting interface (alias collaborative memory management) for a long
> time. The full version with volatile states has been deemed to be too
> complicated (see the old discussion about guest page hinting e.g. on
> http://marc.info/?l=linux-mm&m=123816662017742&w=2).
> What is currently implemented for the guest is the unused and stable
> states to mark unallocated pages as freely available to the host.
> This works just fine with z/VM as the host.
>
> The two patches in this series implement the guest page hinting
> interface for the unused and stable states in the KVM host.
> Most of the code specific to s390 but there is a common memory
> management part as well, see patch #1.
>
> The code is working stable now, from my point of view this is ready
> for prime-time.
>
> Konstantin Weitz (2):
> mm: add support for discard of unused ptes
> s390/kvm: support collaborative memory management
Can you also add the patch from our tree that reset the usage states
on reboot (diag 308 subcode 3 and 4)?
next prev parent reply other threads:[~2013-07-25 10:44 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-25 8:54 [RFC][PATCH 0/2] s390/kvm: add kvm support for guest page hinting v2 Martin Schwidefsky
2013-07-25 8:54 ` [PATCH 1/2] mm: add support for discard of unused ptes Martin Schwidefsky
2013-07-25 8:54 ` Martin Schwidefsky
2013-07-25 10:46 ` Christian Borntraeger
2013-07-25 10:46 ` Christian Borntraeger
2013-07-30 20:44 ` Andrew Morton
2013-07-30 20:44 ` Andrew Morton
2013-07-31 6:26 ` Martin Schwidefsky
2013-07-31 6:26 ` Martin Schwidefsky
2013-07-25 8:54 ` [PATCH 2/2] s390/kvm: support collaborative memory management Martin Schwidefsky
2013-07-25 8:54 ` Martin Schwidefsky
2013-07-25 10:58 ` Christian Borntraeger
2013-07-25 10:58 ` Christian Borntraeger
2013-07-25 10:44 ` Christian Borntraeger [this message]
2013-07-25 10:44 ` [RFC][PATCH 0/2] s390/kvm: add kvm support for guest page hinting v2 Christian Borntraeger
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=51F101A0.3050104@de.ibm.com \
--to=borntraeger@de.ibm.com \
--cc=akpm@linux-foundation.org \
--cc=hughd@google.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mgorman@suse.de \
--cc=npiggin@kernel.dk \
--cc=riel@redhat.com \
--cc=schwidefsky@de.ibm.com \
/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 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.