Re: [PATCH v3 00/14] An alternative series for asymmetric AArch32 systems

2020-11-19 Thread Will Deacon
On Thu, Nov 19, 2020 at 05:11:27PM +0100, Peter Zijlstra wrote: > On Fri, Nov 13, 2020 at 09:37:05AM +, Will Deacon wrote: > > > The aim of this series is to allow 32-bit ARM applications to run on > > arm64 SoCs where not all of the CPUs support the 32-bit instruction set. > > > > There are

Re: [PATCH v3 00/14] An alternative series for asymmetric AArch32 systems

2020-11-19 Thread Peter Zijlstra
On Fri, Nov 13, 2020 at 09:37:05AM +, Will Deacon wrote: > The aim of this series is to allow 32-bit ARM applications to run on > arm64 SoCs where not all of the CPUs support the 32-bit instruction set. > > There are some major changes in v3: > > * Add some scheduler hooks for restricting

[PATCH v3 00/14] An alternative series for asymmetric AArch32 systems

2020-11-13 Thread Will Deacon
Hi again everyone, I'm not a scheduler hacker, I'm a scheduler hacker's mate. I'm only hacking the scheduler, 'cos trying to run 32-bit applications on systems where not all of the CPUs support it is GREAT. It's Friday 13th, and I'm back with version three of the