[PATCH v9 0/5] qrwlock: Introducing a queue read/write lock implementation

2014-01-14 Thread Waiman Long
v8->v9: - Rebase to the tip branch which has the PeterZ's smp_load_acquire()/smp_store_release() patch. - Only pass integer type arguments to smp_load_acquire() & smp_store_release() functions. - Add a new patch to make any data type less than or equal to long as atomic or native in

[PATCH v9 0/5] qrwlock: Introducing a queue read/write lock implementation

2014-01-14 Thread Waiman Long
v8-v9: - Rebase to the tip branch which has the PeterZ's smp_load_acquire()/smp_store_release() patch. - Only pass integer type arguments to smp_load_acquire() smp_store_release() functions. - Add a new patch to make any data type less than or equal to long as atomic or native in x86.