Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1197090 > unrolled thread
| Started by | Jerome Marchand <jmarchan@redhat.com> |
|---|---|
| First post | 2015-07-31 17:10 +0200 |
| Last post | 2015-08-03 12:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCHv9 29/36] thp: implement split_huge_pmd() Jerome Marchand <jmarchan@redhat.com> - 2015-07-31 17:10 +0200
Re: [PATCHv9 29/36] thp: implement split_huge_pmd() "Kirill A. Shutemov" <kirill@shutemov.name> - 2015-08-03 12:50 +0200
| From | Jerome Marchand <jmarchan@redhat.com> |
|---|---|
| Date | 2015-07-31 17:10 +0200 |
| Subject | Re: [PATCHv9 29/36] thp: implement split_huge_pmd() |
| Message-ID | <pSk6C-Yx-33@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
On 07/20/2015 04:21 PM, Kirill A. Shutemov wrote: > Original split_huge_page() combined two operations: splitting PMDs into > tables of PTEs and splitting underlying compound page. This patch > implements split_huge_pmd() which split given PMD without splitting > other PMDs this page mapped with or underlying compound page. > > Without tail page refcounting, implementation of split_huge_pmd() is > pretty straight-forward. While it's significantly simpler than it used to be, straight-forward is still not the adjective which come to my mind. > > Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> > Tested-by: Sasha Levin <sasha.levin@oracle.com> > Tested-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Acked-by: Jerome Marchand <jmarchan@redhat.com> > --- > include/linux/huge_mm.h | 11 ++++- > mm/huge_memory.c | 122 ++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 132 insertions(+), 1 deletion(-) >
[toc] | [next] | [standalone]
| From | "Kirill A. Shutemov" <kirill@shutemov.name> |
|---|---|
| Date | 2015-08-03 12:50 +0200 |
| Message-ID | <pTltF-CA-31@gated-at.bofh.it> |
| In reply to | #1197090 |
On Fri, Jul 31, 2015 at 05:06:55PM +0200, Jerome Marchand wrote: > On 07/20/2015 04:21 PM, Kirill A. Shutemov wrote: > > Original split_huge_page() combined two operations: splitting PMDs into > > tables of PTEs and splitting underlying compound page. This patch > > implements split_huge_pmd() which split given PMD without splitting > > other PMDs this page mapped with or underlying compound page. > > > > Without tail page refcounting, implementation of split_huge_pmd() is > > pretty straight-forward. > > While it's significantly simpler than it used to be, straight-forward is > still not the adjective which come to my mind. The commit message was written to older revision :-P -- Kirill A. Shutemov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web