Show patches with: Submitter = kemi       |    State = Action Required       |    Archived = No       |   45 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[1/3] Tunables: Add tunables of spin count for adaptive spin mutex [1/3] Tunables: Add tunables of spin count for adaptive spin mutex - - - - --- 2018-03-30 kemi New
[2/3] Mutex: Only read while spinning [1/3] Tunables: Add tunables of spin count for adaptive spin mutex - - - - --- 2018-03-30 kemi New
[3/3] Mutex: Avoid useless spinning [1/3] Tunables: Add tunables of spin count for adaptive spin mutex - - - - --- 2018-03-30 kemi New
[v2,1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex [v2,1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex - - - - --- 2018-04-25 kemi New
[v2,2/3] benchtests: Add pthread adaptive spin mutex microbenchmark [v2,1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex - - - - --- 2018-04-25 kemi New
[v2,3/3] Mutex: Optimize adaptive spin algorithm [v2,1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex - - - - --- 2018-04-25 kemi New
[v3,1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex [v3,1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex - - - - --- 2018-05-23 kemi New
[v3,2/3] benchtests: Add pthread adaptive spin mutex microbenchmark [v3,1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex - - - - --- 2018-05-23 kemi New
[v3,3/3] Mutex: Replace trylock by read only while spinning [v3,1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex - - - - --- 2018-05-23 kemi New
[v4,1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex [v4,1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex - - - - --- 2018-06-11 kemi New
[v4,2/3] benchtests: Add pthread adaptive spin mutex microbenchmark [v4,1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex - - - - --- 2018-06-11 kemi New
[v4,3/3] Mutex: Replace trylock by read only while spinning [v4,1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex - - - - --- 2018-06-11 kemi New
[v5,1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex [v5,1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex - - - - --- 2018-06-22 kemi New
[v5,2/3] benchtests: Add pthread adaptive spin mutex microbenchmark [v5,1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex - - - - --- 2018-06-22 kemi New
[v5,3/3] Mutex: Replace trylock by read only while spinning [v5,1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex - - - - --- 2018-06-22 kemi New
[1/4] Mutex: Queue spinners to reduce cache line bouncing and ensure fairness Add a new mutex type PTHREAD_MUTEX_QUEUESPINNER_NP - - - - --- 2018-07-02 kemi New
[2/4] Mutex: add unit tests for new type Add a new mutex type PTHREAD_MUTEX_QUEUESPINNER_NP - - - - --- 2018-07-02 kemi New
[3/4] BENCHMARK: add a benchmark for testing new type of mutex Add a new mutex type PTHREAD_MUTEX_QUEUESPINNER_NP - - - - --- 2018-07-02 kemi New
[4/4] Manual: Add manual for pthread mutex Add a new mutex type PTHREAD_MUTEX_QUEUESPINNER_NP - - - - --- 2018-07-02 kemi New
[v6,1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex [v6,1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex - - - - --- 2018-07-02 kemi New
[v6,2/3] benchtests: Add pthread adaptive spin mutex microbenchmark [v6,1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex - - - - --- 2018-07-02 kemi New
[v6,3/3] Mutex: Replace trylock by read only while spinning [v6,1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex - - - - --- 2018-07-02 kemi New
[v7,1/2] Mutex: Add pthread mutex tunables [v7,1/2] Mutex: Add pthread mutex tunables - - 1 - --- 2018-07-06 kemi New
[v7,2/2] Mutex: Replace trylock by read only while spinning [v7,1/2] Mutex: Add pthread mutex tunables - - - - --- 2018-07-06 kemi New
[v8] Mutex: Add pthread mutex tunables [v8] Mutex: Add pthread mutex tunables - - 1 - --- 2018-07-10 kemi New
[v2,1/5] Mutex: Queue spinners to reduce cache line bouncing and ensure fairness Add a new mutex type PTHREAD_MUTEX_QUEUESPINNER_NP - - - - --- 2018-07-13 kemi New
[v2,2/5] MCS lock: Enhance legacy MCS lock algorithm Add a new mutex type PTHREAD_MUTEX_QUEUESPINNER_NP - - - - --- 2018-07-13 kemi New
[v2,3/5] Mutex: add unit tests for new type Add a new mutex type PTHREAD_MUTEX_QUEUESPINNER_NP - - - - --- 2018-07-13 kemi New
[v2,4/5] BENCHMARK: add a benchmark for testing new type of mutex Add a new mutex type PTHREAD_MUTEX_QUEUESPINNER_NP - - - - --- 2018-07-13 kemi New
[v2,5/5] Manual: Add manual for pthread mutex Add a new mutex type PTHREAD_MUTEX_QUEUESPINNER_NP - - - - --- 2018-07-13 kemi New
[v9] Mutex: Add pthread mutex tunables [v9] Mutex: Add pthread mutex tunables - - - - --- 2018-07-27 kemi New
Mutex: Use test and cmpxchg instead of cmpxchg while spinning Mutex: Use test and cmpxchg instead of cmpxchg while spinning - - - - --- 2018-07-30 kemi New
[RESEND] Mutex: Use test and cmpxchg instead of cmpxchg while spinning [RESEND] Mutex: Use test and cmpxchg instead of cmpxchg while spinning - - - - --- 2018-08-17 kemi New
[RESEND,v9] Mutex: Add pthread mutex tunables [RESEND,v9] Mutex: Add pthread mutex tunables - - 1 - --- 2018-08-17 kemi New
[RESEND,v9] Mutex: Add pthread mutex tunables [RESEND,v9] Mutex: Add pthread mutex tunables - - - - --- 2018-11-22 kemi New
[v10] Mutex: Add pthread mutex tunables [v10] Mutex: Add pthread mutex tunables - - 1 - --- 2018-11-30 kemi New
[V11] Mutex: Add pthread mutex tunables [V11] Mutex: Add pthread mutex tunables - - 1 - --- 2018-12-01 kemi New
[RESEND,1/3] Mutex: Accelerate lock acquisition by queuing spinner [RESEND,1/3] Mutex: Accelerate lock acquisition by queuing spinner - - - - --- 2018-12-17 kemi New
[RESEND,2/3] Mutex: add unit tests for new type [RESEND,1/3] Mutex: Accelerate lock acquisition by queuing spinner - - - - --- 2018-12-17 kemi New
[RESEND,3/3] Manual: Add manual for pthread mutex [RESEND,1/3] Mutex: Accelerate lock acquisition by queuing spinner - - - - --- 2018-12-17 kemi New
[v2,1/3] Mutex: Accelerate lock acquisition by queuing spinner [v2,1/3] Mutex: Accelerate lock acquisition by queuing spinner - - - - --- 2018-12-20 kemi New
[v2,2/3] Mutex: add unit tests for new type [v2,1/3] Mutex: Accelerate lock acquisition by queuing spinner - - - - --- 2018-12-20 kemi New
[v2,3/3] Manual: Add manual for pthread mutex [v2,1/3] Mutex: Accelerate lock acquisition by queuing spinner - - - - --- 2018-12-20 kemi New
[v3,1/2] Mutex: Accelerate lock acquisition by queuing spinner [v3,1/2] Mutex: Accelerate lock acquisition by queuing spinner - - - - --- 2019-01-14 kemi New
[v3,2/2] Mutex: add unit tests for new type [v3,1/2] Mutex: Accelerate lock acquisition by queuing spinner - - - - --- 2019-01-14 kemi New