Re: [PATCH v2 0/8] Introduce sv48 support

2020-07-02 Thread Alex Ghiti
Hi Palmer, Le 7/1/20 à 2:27 PM, Palmer Dabbelt a écrit : On Wed, 03 Jun 2020 01:10:56 PDT (-0700), a...@ghiti.fr wrote: This patchset implements sv48 support at runtime. The kernel will try to boot with 4-level page table and will fallback to 3-level if the HW does not support it. The

Re: [PATCH v2 0/8] Introduce sv48 support

2020-07-01 Thread Palmer Dabbelt
On Wed, 03 Jun 2020 01:10:56 PDT (-0700), a...@ghiti.fr wrote: This patchset implements sv48 support at runtime. The kernel will try to boot with 4-level page table and will fallback to 3-level if the HW does not support it. The biggest advantage is that we only have one kernel for 64bit, which

Re: [PATCH v2 0/8] Introduce sv48 support

2020-06-18 Thread Palmer Dabbelt
On Wed, 03 Jun 2020 01:10:56 PDT (-0700), a...@ghiti.fr wrote: This patchset implements sv48 support at runtime. The kernel will try to boot with 4-level page table and will fallback to 3-level if the HW does not support it. The biggest advantage is that we only have one kernel for 64bit, which

Re: [PATCH v2 0/8] Introduce sv48 support

2020-06-17 Thread Alex Ghiti
Hi Palmer, Le 6/3/20 à 4:10 AM, Alexandre Ghiti a écrit : This patchset implements sv48 support at runtime. The kernel will try to boot with 4-level page table and will fallback to 3-level if the HW does not support it.

[PATCH v2 0/8] Introduce sv48 support

2020-06-03 Thread Alexandre Ghiti
This patchset implements sv48 support at runtime. The kernel will try to boot with 4-level page table and will fallback to 3-level if the HW does not support it.