From: Alex Thorlton <athorlton@sgi.com>
To: linux-kernel@vger.kernel.org
Cc: Gerald Schaefer <gerald.schaefer@de.ibm.com>,
Martin Schwidefsky <schwidefsky@de.ibm.com>,
Heiko Carstens <heiko.carstens@de.ibm.com>,
Christian Borntraeger <borntraeger@de.ibm.com>,
Andrew Morton <akpm@linux-foundation.org>,
Paolo Bonzini <pbonzini@redhat.com>,
"Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>,
Mel Gorman <mgorman@suse.de>, Rik van Riel <riel@redhat.com>,
Ingo Molnar <mingo@kernel.org>,
Peter Zijlstra <peterz@infradead.org>,
Andrea Arcangeli <aarcange@redhat.com>,
Oleg Nesterov <oleg@redhat.com>,
"Eric W. Biederman" <ebiederm@xmission.com>,
Alexander Viro <viro@zeniv.linux.org.uk>,
linux390@de.ibm.com, linux-s390@vger.kernel.org,
linux-mm@kvack.org, linux-api@vger.kernel.org
Subject: Re: [PATCHv4 0/3] [RESEND] mm, thp: Add mm flag to control THP
Date: Tue, 25 Feb 2014 15:10:50 -0600 [thread overview]
Message-ID: <20140225211050.GL3041@sgi.com> (raw)
In-Reply-To: <cover.1392009759.rs.git.athorlton@sgi.com>
On Tue, Feb 25, 2014 at 02:54:03PM -0600, Alex Thorlton wrote:
> (First send had too big of a cc list to make it into all the mailing lists.)
Sorry for the double-send to a couple of lists/people. I got bumped
from linux-api for having too long of a cc list, and I figured it had
gotten bumped elsewhere as well.
- Alex
--
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: Alex Thorlton <athorlton@sgi.com>
To: linux-kernel@vger.kernel.org
Cc: Gerald Schaefer <gerald.schaefer@de.ibm.com>,
Martin Schwidefsky <schwidefsky@de.ibm.com>,
Heiko Carstens <heiko.carstens@de.ibm.com>,
Christian Borntraeger <borntraeger@de.ibm.com>,
Andrew Morton <akpm@linux-foundation.org>,
Paolo Bonzini <pbonzini@redhat.com>,
"Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>,
Mel Gorman <mgorman@suse.de>, Rik van Riel <riel@redhat.com>,
Ingo Molnar <mingo@kernel.org>,
Peter Zijlstra <peterz@infradead.org>,
Andrea Arcangeli <aarcange@redhat.com>,
Oleg Nesterov <oleg@redhat.com>,
"Eric W. Biederman" <ebiederm@xmission.com>,
Alexander Viro <viro@zeniv.linux.org.uk>,
linux390@de.ibm.com, linux-s390@vger.kernel.org,
linux-mm@kvack.org, linux-api@vger.kernel.org
Subject: Re: [PATCHv4 0/3] [RESEND] mm, thp: Add mm flag to control THP
Date: Tue, 25 Feb 2014 15:10:50 -0600 [thread overview]
Message-ID: <20140225211050.GL3041@sgi.com> (raw)
In-Reply-To: <cover.1392009759.rs.git.athorlton@sgi.com>
On Tue, Feb 25, 2014 at 02:54:03PM -0600, Alex Thorlton wrote:
> (First send had too big of a cc list to make it into all the mailing lists.)
Sorry for the double-send to a couple of lists/people. I got bumped
from linux-api for having too long of a cc list, and I figured it had
gotten bumped elsewhere as well.
- Alex
next prev parent reply other threads:[~2014-02-25 21:10 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-25 20:54 [PATCHv4 0/3] [RESEND] mm, thp: Add mm flag to control THP Alex Thorlton
2014-02-25 20:54 ` Alex Thorlton
2014-02-25 20:54 ` Alex Thorlton
2014-02-25 21:10 ` Alex Thorlton [this message]
2014-02-25 21:10 ` Alex Thorlton
-- strict thread matches above, loose matches on Subject: below --
2014-02-25 19:20 [PATCH 0/3] " Alex Thorlton
2014-02-25 19:20 ` Alex Thorlton
2014-02-25 19:21 ` [PATCH 1/3] Revert "thp: make MADV_HUGEPAGE check for mm->def_flags" Alex Thorlton
2014-02-25 20:54 ` Alex Thorlton
2014-02-25 19:21 ` Alex Thorlton
2014-02-25 19:21 ` [PATCH 2/3] mm, thp: Add VM_INIT_DEF_MASK and PRCTL_THP_DISABLE Alex Thorlton
2014-02-25 20:54 ` Alex Thorlton
2014-02-25 19:21 ` Alex Thorlton
2014-02-25 23:03 ` Rik van Riel
2014-02-25 23:03 ` Rik van Riel
2014-02-25 19:21 ` [PATCH 3/3] exec: kill the unnecessary mm->def_flags setting in load_elf_binary() Alex Thorlton
2014-02-25 20:54 ` Alex Thorlton
2014-02-25 19:21 ` Alex Thorlton
2014-02-25 23:03 ` Rik van Riel
2014-02-25 23:03 ` Rik van Riel
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=20140225211050.GL3041@sgi.com \
--to=athorlton@sgi.com \
--cc=aarcange@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=borntraeger@de.ibm.com \
--cc=ebiederm@xmission.com \
--cc=gerald.schaefer@de.ibm.com \
--cc=heiko.carstens@de.ibm.com \
--cc=kirill.shutemov@linux.intel.com \
--cc=linux-api@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linux-s390@vger.kernel.org \
--cc=linux390@de.ibm.com \
--cc=mgorman@suse.de \
--cc=mingo@kernel.org \
--cc=oleg@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peterz@infradead.org \
--cc=riel@redhat.com \
--cc=schwidefsky@de.ibm.com \
--cc=viro@zeniv.linux.org.uk \
/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.