Waiman Long ([email protected])

Number of posts: 861 (7.18 per day)
First post: 2013-03-05 19:42:53
Last post: 2013-07-03 20:25:46

Date List Subject
2014-04-17 21:49:14 linux-kernel Re: [PATCH v9 05/19] qspinlock: Optimize for smaller NR_CPUS
2014-04-17 21:46:48 linux-kernel Re: [PATCH v9 05/19] qspinlock: Optimize for smaller NR_CPUS
2014-04-17 21:33:16 linux-kernel Re: [PATCH v9 05/19] qspinlock: Optimize for smaller NR_CPUS
2014-04-17 21:29:42 linux-kernel Re: [PATCH v9 05/19] qspinlock: Optimize for smaller NR_CPUS
2014-04-17 21:28:34 linux-kernel Re: [PATCH v9 04/19] qspinlock: Extract out the exchange of tail code word
2014-04-17 21:20:39 linux-kernel Re: [PATCH v9 03/19] qspinlock: Add pending bit
2014-04-17 15:13:18 linux-kernel [PATCH v9 03/19] qspinlock: Add pending bit
2014-04-17 15:13:09 linux-kernel [PATCH v9 02/19] qspinlock, x86: Enable x86-64 to use queue spinlock
2014-04-17 15:09:24 linux-kernel [PATCH v9 05/19] qspinlock: Optimize for smaller NR_CPUS
2014-04-17 15:09:08 linux-kernel [PATCH v9 06/19] qspinlock: prolong the stay in the pending bit path
2014-04-17 15:08:57 linux-kernel [PATCH v9 07/19] qspinlock: Use a simple write to grab the lock, if applicable
2014-04-17 15:08:49 linux-kernel [PATCH v9 08/19] qspinlock: Make a new qnode structure to support virtualization
2014-04-17 15:08:43 linux-kernel [PATCH v9 09/19] qspinlock: Prepare for unfair lock support
2014-04-17 15:08:23 linux-kernel [PATCH v9 10/19] qspinlock, x86: Allow unfair spinlock in a virtual guest
2014-04-17 15:08:08 linux-kernel [PATCH v9 13/19] unfair qspinlock: Enable lock stealing in lock waiters
2014-04-17 15:08:00 linux-kernel [PATCH v9 14/19] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
2014-04-17 15:07:53 linux-kernel [PATCH v9 15/19] pvqspinlock, x86: Add PV data structure & methods
2014-04-17 15:07:42 linux-kernel [PATCH v9 16/19] pvqspinlock: Enable coexistence with the unfair lock
2014-04-17 15:07:25 linux-kernel [PATCH v9 17/19] pvqspinlock: Add qspinlock para-virtualization support
2014-04-17 15:07:06 linux-kernel [PATCH v9 18/19] pvqspinlock, x86: Enable PV qspinlock PV for KVM
2014-04-17 15:06:46 linux-kernel [PATCH v9 19/19] pvqspinlock, x86: Enable PV qspinlock for XEN
2014-04-17 15:05:52 linux-kernel [PATCH v9 11/19] qspinlock: Split the MCS queuing code into a separate slowerpath
2014-04-17 15:05:36 linux-kernel [PATCH v9 12/19] unfair qspinlock: Variable frequency lock stealing mechanism
2014-04-17 15:05:25 linux-kernel [PATCH v9 04/19] qspinlock: Extract out the exchange of tail code word
2014-04-17 15:05:06 linux-kernel [PATCH v9 01/19] qspinlock: A simple generic 4-byte queue spinlock
2014-04-17 15:04:58 linux-kernel [PATCH v9 00/19] qspinlock: a 4-byte queue spinlock with PV support
2014-04-08 19:16:10 linux-kernel Re: [PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
2014-04-07 17:00:14 linux-kernel Re: [PATCH v8 01/10] qspinlock: A generic 4-byte queue spinlock implementation
2014-04-07 16:38:40 linux-kernel Re: [PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
2014-04-04 17:13:48 linux-kernel Re: [PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
2014-04-04 17:08:44 linux-kernel Re: [PATCH v8 01/10] qspinlock: A generic 4-byte queue spinlock implementation
2014-04-04 14:59:38 linux-kernel Re: [PATCH v8 01/10] qspinlock: A generic 4-byte queue spinlock implementation
2014-04-04 02:57:31 linux-kernel Re: [PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
2014-04-03 02:10:52 linux-kernel Re: [PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
2014-04-02 20:39:12 linux-kernel Re: [PATCH v8 10/10] pvqspinlock, x86: Enable qspinlock PV support for XEN
2014-04-02 20:35:47 linux-kernel Re: [PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
2014-04-02 13:34:18 linux-kernel [PATCH v8 02/10] qspinlock, x86: Enable x86-64 to use queue spinlock
2014-04-02 13:31:48 linux-kernel [PATCH v8 05/10] pvqspinlock, x86: Allow unfair spinlock in a PV guest
2014-04-02 13:30:10 linux-kernel [PATCH v8 09/10] pvqspinlock, x86: Enable qspinlock PV support for KVM
2014-04-02 13:29:34 linux-kernel [PATCH v8 10/10] pvqspinlock, x86: Enable qspinlock PV support for XEN
2014-04-02 13:29:17 linux-kernel [PATCH v8 01/10] qspinlock: A generic 4-byte queue spinlock implementation
2014-04-02 13:28:58 linux-kernel [PATCH v8 07/10] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
2014-04-02 13:28:44 linux-kernel [PATCH v8 04/10] qspinlock: Optimized code path for 2 contending tasks
2014-04-02 13:28:42 linux-kernel [PATCH v8 06/10] pvqspinlock: Enable lock stealing in queue lock waiters
2014-04-02 13:28:36 linux-kernel [PATCH v8 08/10] pvqspinlock, x86: Add qspinlock para-virtualization support
2014-04-02 13:28:28 linux-kernel [PATCH v8 03/10] qspinlock: More optimized code for smaller NR_CPUS
2014-04-02 13:28:22 linux-kernel [PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
2014-02-28 04:07:05 linux-kernel Re: [BUG] deadlock on rename_lock
2014-02-25 03:37:33 linux-kernel Re: [PATCH v4 0/3] qspinlock: Introducing a 4-byte queue spinlock
2014-02-22 01:39:48 linux-kernel Re: [PATCH v4 3/3] qspinlock, x86: Add x86 specific optimization for 2 contending tasks
2014-02-22 01:36:38 linux-kernel Re: [PATCH v4 3/3] qspinlock, x86: Add x86 specific optimization for 2 contending tasks