Re: [PATCH v5 00/11] hugetlb: Factorize hugetlb architecture primitives

2018-08-01 Thread Alexandre Ghiti
On 07/31/2018 10:06 PM, Luiz Capitulino wrote: On Tue, 31 Jul 2018 06:01:44 + Alexandre Ghiti wrote: [CC linux-mm for inclusion in -mm tree] In order to reduce copy/paste of functions across architectures and then make riscv hugetlb port (and future ports) simpler and smaller, this patchs

Re: [PATCH v5 00/11] hugetlb: Factorize hugetlb architecture primitives

2018-07-31 Thread Luiz Capitulino
On Tue, 31 Jul 2018 06:01:44 + Alexandre Ghiti wrote: > [CC linux-mm for inclusion in -mm tree] > > In order to reduce copy/paste of functions across architectures and then > make riscv hugetlb port (and future ports) simpler and smaller, this > patchset intends to factorize the numerous hu

Re: [PATCH v5 00/11] hugetlb: Factorize hugetlb architecture primitives

2018-07-31 Thread Catalin Marinas
On Tue, Jul 31, 2018 at 06:01:44AM +, Alexandre Ghiti wrote: > Alexandre Ghiti (11): > hugetlb: Harmonize hugetlb.h arch specific defines with pgtable.h > hugetlb: Introduce generic version of hugetlb_free_pgd_range > hugetlb: Introduce generic version of set_huge_pte_at > hugetlb: Intr

[PATCH v5 00/11] hugetlb: Factorize hugetlb architecture primitives

2018-07-30 Thread Alexandre Ghiti
[CC linux-mm for inclusion in -mm tree] In order to reduce copy/paste of functions across architectures and then make riscv hugetlb port (and future ports) simpler and smaller, this patchset intends to factorize the numerous hugetlb primitives that are defined across all the architectures. Excep