Jason Low ([email protected])

Number of posts: 287 (0.23 per day)
First post: 2013-05-29 17:00:59
Last post: 2016-10-04 21:29:03

Date List Subject
2014-07-30 15:20:00 linux-kernel Re: [PATCH -tip/master 5/7] locking/mutex: Use MUTEX_SPIN_ON_OWNER when appropriate
2014-07-30 15:19:01 linux-kernel Re: [PATCH -tip/master 4/7] locking/mutex: Refactor optimistic spinning code
2014-07-30 15:11:22 linux-kernel Re: [PATCH -tip/master 3/7] locking/mcs: Remove obsolete comment
2014-07-30 15:10:35 linux-kernel Re: [PATCH -tip/master 2/7] locking/mutex: Document quick lock release when unlocking
2014-07-29 03:41:46 linux-kernel Re: [PATCH -tip/master v2] locking/mutex: Refactor optimistic spinning code
2014-07-28 21:02:59 linux-kernel Re: [PATCH -tip/master 3/7] locking/mcs: Remove obsolete comment
2014-07-28 18:09:33 linux-kernel Re: [PATCH -tip/master 7/7] Documentation: Update locking/mutex-design.txt disadvantages
2014-07-28 17:49:39 linux-kernel Re: [PATCH -tip/master 3/7] locking/mcs: Remove obsolete comment
2014-07-28 17:19:59 linux-kernel Re: [PATCH -tip/master 3/7] locking/mcs: Remove obsolete comment
2014-07-28 16:49:40 linux-kernel Re: [PATCH -tip/master 3/7] locking/mcs: Remove obsolete comment
2014-07-28 16:39:56 linux-kernel Re: [PATCH -tip/master 4/7] locking/mutex: Refactor optimistic spinning code
2014-07-21 20:17:23 linux-kernel Re: [RFC PATCH 2/5] futex: add optimistic spinning to FUTEX_SPIN_LOCK
2014-07-14 17:29:08 linux-kernel [PATCH v2 5/5] rwsem: Reduce the size of struct rw_semaphore
2014-07-14 17:28:55 linux-kernel [PATCH v2 4/5] MCS spinlocks: Micro-optimize osq_unlock()
2014-07-14 17:28:43 linux-kernel [PATCH v2 3/5] MCS spinlocks: Introduce and use init macro and function for osq locks
2014-07-14 17:28:31 linux-kernel [PATCH v2 2/5] MCS spinlocks: Convert osq lock to atomic_t to reduce overhead
2014-07-14 17:28:19 linux-kernel [PATCH v2 1/5] MCS spinlocks: Rename optimistic_spin_queue to optimistic_spin_node
2014-07-14 17:28:15 linux-kernel [PATCH v2 0/5] MCS spinlocks: Cancellable MCS spinlock rework
2014-07-14 17:10:43 linux-kernel Re: [regression, 3.16-rc] rwsem: optimistic spinning causing performance degradation
2014-07-11 21:13:38 linux-kernel Re: [PATCH peterz-queue:locking/core 1/2] locking/rwsem: Fix building with opt spinning and new osq_lock header
2014-07-08 16:44:36 linux-kernel Re: [PATCH 2/4] MCS spinlocks: Convert osq lock to atomic_t to reduce overhead
2014-07-07 19:06:09 linux-kernel [PATCH 2/4] MCS spinlocks: Convert osq lock to atomic_t to reduce overhead
2014-07-07 19:00:58 linux-kernel [PATCH 4/4] rwsem: Reduce the size of struct rw_semaphore
2014-07-07 18:53:47 linux-kernel [PATCH 3/4] MCS spinlocks: Micro-optimize osq_unlock()
2014-07-07 18:52:07 linux-kernel [PATCH 0/4] MCS spinlocks: Cancellable MCS spinlock rework
2014-07-07 18:50:50 linux-kernel [PATCH 1/4] MCS spinlocks: Rename optimistic_spin_queue to optimistic_spin_node
2014-07-07 17:22:38 linux-kernel Re: [RFC] Cancellable MCS spinlock rework
2014-07-05 03:49:35 linux-kernel Re: [regression, 3.16-rc] rwsem: optimistic spinning causing performance degradation
2014-07-05 03:14:30 linux-kernel Re: [regression, 3.16-rc] rwsem: optimistic spinning causing performance degradation
2014-07-04 07:06:24 linux-kernel Re: [regression, 3.16-rc] rwsem: optimistic spinning causing performance degradation
2014-07-04 01:54:58 linux-kernel Re: [regression, 3.16-rc] rwsem: optimistic spinning causing performance degradation
2014-07-04 01:46:11 linux-kernel Re: [regression, 3.16-rc] rwsem: optimistic spinning causing performance degradation
2014-07-04 01:07:30 linux-kernel Re: [RFC] Cancellable MCS spinlock rework
2014-07-03 21:54:52 linux-kernel Re: [RFC] Cancellable MCS spinlock rework
2014-07-03 20:51:54 linux-kernel Re: [RFC] Cancellable MCS spinlock rework
2014-07-03 18:34:52 linux-kernel Re: [RFC] Cancellable MCS spinlock rework
2014-07-03 18:22:32 linux-kernel Re: [RFC] Cancellable MCS spinlock rework
2014-07-03 04:39:24 linux-kernel Re: [RFC] Cancellable MCS spinlock rework
2014-07-02 17:30:15 linux-kernel Re: [RFC] Cancellable MCS spinlock rework
2014-07-02 16:59:24 linux-kernel Re: [RFC] Cancellable MCS spinlock rework
2014-07-02 16:21:21 linux-kernel [RFC] Cancellable MCS spinlock rework
2014-06-23 16:44:37 linux-kernel Re: [PATCH v2] sched: Fast idling of CPU when system is partially loaded
2014-06-23 04:33:16 linux-kernel Re: [PATCH v2] sched: Fast idling of CPU when system is partially loaded
2014-06-13 19:18:54 linux-kernel Re: [PATCH] sched: Fast idling of CPU when system is partially loaded
2014-06-13 06:01:56 linux-kernel Re: [PATCH] sched: Fast idling of CPU when system is partially loaded
2014-06-12 21:20:58 linux-kernel [PATCH v3 1/3] mutex: Correct documentation on mutex optimistic spinning
2014-06-12 21:20:31 linux-kernel [PATCH v3 3/3] mutex: Optimize mutex trylock slowpath
2014-06-12 21:20:20 linux-kernel [PATCH v3 2/3] mutex: Try-acquire mutex only if unlocked and improve code clarity
2014-06-12 21:20:17 linux-kernel [PATCH v3 0/3] mutex: Modifications to mutex
2014-06-12 19:54:31 linux-kernel Re: [PATCH v2 3/4] mutex: Try to acquire mutex only if it is unlocked
2014-06-11 21:48:08 linux-kernel Re: [RFC PATCH 1/3] locking/mutex: Try to acquire mutex only if it is unlocked