Re: [PATCH 0/6] Switch arm64 over to qrwlock

2017-10-10 Thread Jan Glauber
2017-10-05 14:54 GMT+02:00 Will Deacon : > > Hi all, > > This patch series reworks bits of the qrwlock code that it can be used > to replace the asm rwlocks currently implemented for arm64. The structure > of the series is: > > Patches 1-3 : Work WFE into qrwlock using atomic_cond_read_acquire

Re: [PATCH 0/6] Switch arm64 over to qrwlock

2017-10-06 Thread Will Deacon
Hi Jeremy, On Thu, Oct 05, 2017 at 05:12:44PM -0500, Jeremy Linton wrote: > On 10/05/2017 07:54 AM, Will Deacon wrote: > >This patch series reworks bits of the qrwlock code that it can be used > >to replace the asm rwlocks currently implemented for arm64. The structure > >of the series is: > > > >

Re: [PATCH 0/6] Switch arm64 over to qrwlock

2017-10-05 Thread Jeremy Linton
Hi, On 10/05/2017 07:54 AM, Will Deacon wrote: Hi all, This patch series reworks bits of the qrwlock code that it can be used to replace the asm rwlocks currently implemented for arm64. The structure of the series is: Patches 1-3 : Work WFE into qrwlock using atomic_cond_read_acquire so

[PATCH 0/6] Switch arm64 over to qrwlock

2017-10-05 Thread Will Deacon
Hi all, This patch series reworks bits of the qrwlock code that it can be used to replace the asm rwlocks currently implemented for arm64. The structure of the series is: Patches 1-3 : Work WFE into qrwlock using atomic_cond_read_acquire so we can avoid busy-waiting. Patc