Re: [PATCH v2 0/2] arm64: tlb: add support for TLBI RANGE instructions

2020-07-14 Thread Catalin Marinas
On Tue, Jul 14, 2020 at 11:17:01PM +0800, Zhenyu Ye wrote: > On 2020/7/14 0:59, Catalin Marinas wrote: > >> +config ARM64_TLBI_RANGE > >> + bool "Enable support for tlbi range feature" > >> + default y > >> + depends on AS_HAS_TLBI_RANGE > >> + help > >> +ARMv8.4-TLBI provides TLBI

Re: [PATCH v2 0/2] arm64: tlb: add support for TLBI RANGE instructions

2020-07-14 Thread Zhenyu Ye
On 2020/7/14 0:59, Catalin Marinas wrote: >> +config ARM64_TLBI_RANGE >> +bool "Enable support for tlbi range feature" >> +default y >> +depends on AS_HAS_TLBI_RANGE >> +help >> + ARMv8.4-TLBI provides TLBI invalidation instruction that apply to a >> + range of input

Re: [PATCH v2 0/2] arm64: tlb: add support for TLBI RANGE instructions

2020-07-13 Thread Catalin Marinas
On Mon, Jul 13, 2020 at 08:41:31PM +0800, Zhenyu Ye wrote: > On 2020/7/13 20:21, Catalin Marinas wrote: > > On Fri, Jul 10, 2020 at 08:11:19PM +0100, Catalin Marinas wrote: > >> On Fri, 10 Jul 2020 17:44:18 +0800, Zhenyu Ye wrote: > >>> NOTICE: this series are based on the arm64 for-next/tlbi

Re: [PATCH v2 0/2] arm64: tlb: add support for TLBI RANGE instructions

2020-07-13 Thread Zhenyu Ye
Hi Catalin, On 2020/7/13 20:21, Catalin Marinas wrote: > On Fri, Jul 10, 2020 at 08:11:19PM +0100, Catalin Marinas wrote: >> On Fri, 10 Jul 2020 17:44:18 +0800, Zhenyu Ye wrote: >>> NOTICE: this series are based on the arm64 for-next/tlbi branch: >>>

Re: [PATCH v2 0/2] arm64: tlb: add support for TLBI RANGE instructions

2020-07-13 Thread Catalin Marinas
On Fri, Jul 10, 2020 at 08:11:19PM +0100, Catalin Marinas wrote: > On Fri, 10 Jul 2020 17:44:18 +0800, Zhenyu Ye wrote: > > NOTICE: this series are based on the arm64 for-next/tlbi branch: > > git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-next/tlbi > > > > -- > > ARMv8.4-TLBI

Re: [PATCH v2 0/2] arm64: tlb: add support for TLBI RANGE instructions

2020-07-10 Thread Catalin Marinas
On Fri, 10 Jul 2020 17:44:18 +0800, Zhenyu Ye wrote: > NOTICE: this series are based on the arm64 for-next/tlbi branch: > git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-next/tlbi > > -- > ARMv8.4-TLBI provides TLBI invalidation instruction that apply to a > range of input

[PATCH v2 0/2] arm64: tlb: add support for TLBI RANGE instructions

2020-07-10 Thread Zhenyu Ye
NOTICE: this series are based on the arm64 for-next/tlbi branch: git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-next/tlbi -- ARMv8.4-TLBI provides TLBI invalidation instruction that apply to a range of input addresses. This series add support for this feature. -- ChangeList: