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-10-24 20:53:36 linux-kernel Re: [PATCH v12 09/11] pvqspinlock, x86: Add para-virtualization support
2014-10-16 18:14:25 linux-kernel [PATCH v12 03/11] qspinlock: Add pending bit
2014-10-16 18:13:17 linux-kernel [PATCH v12 07/11] qspinlock: Revert to test-and-set on hypervisors
2014-10-16 18:11:57 linux-kernel [PATCH v12 11/11] pvqspinlock, x86: Enable PV qspinlock for XEN
2014-10-16 18:11:43 linux-kernel [PATCH v12 10/11] pvqspinlock, x86: Enable PV qspinlock for KVM
2014-10-16 18:11:37 linux-kernel [PATCH v12 09/11] pvqspinlock, x86: Add para-virtualization support
2014-10-16 18:11:31 linux-kernel [PATCH v12 08/11] qspinlock, x86: Rename paravirt_ticketlocks_enabled
2014-10-16 18:11:26 linux-kernel [PATCH v12 06/11] qspinlock: Use a simple write to grab the lock
2014-10-16 18:11:19 linux-kernel [PATCH v12 05/11] qspinlock: Optimize for smaller NR_CPUS
2014-10-16 18:11:15 linux-kernel [PATCH v12 04/11] qspinlock: Extract out code snippets for the next patch
2014-10-16 18:11:09 linux-kernel [PATCH v12 02/11] qspinlock, x86: Enable x86-64 to use queue spinlock
2014-10-16 18:11:01 linux-kernel [PATCH v12 01/11] qspinlock: A simple generic 4-byte queue spinlock
2014-10-16 18:10:58 linux-kernel [PATCH v12 00/11] qspinlock: a 4-byte queue spinlock with PV support
2014-10-07 15:10:44 linux-kernel Re: [x86, locking/rwlocks, btrfs] INFO: rcu_sched self-detected stall on CPU
2014-10-04 03:28:06 linux-kernel Re: [x86, locking/rwlocks, btrfs] INFO: rcu_sched self-detected stall on CPU
2014-07-29 18:53:33 linux-kernel [PATCH 2/2 v6] locking/selftest: Support queued rwlock
2014-07-29 18:53:29 linux-kernel [PATCH 1/2 v6] locking/lockdep: Restrict the use of recursive read_lock() with qrwlock
2014-07-29 18:53:26 linux-kernel [PATCH 0/2 v6] lockdep: add support for queued rwlock
2014-07-28 16:37:22 linux-kernel Re: Linux 3.16-rc6
2014-07-25 17:23:26 linux-kernel Re: Linux 3.16-rc6
2014-07-24 20:38:34 linux-kernel Re: Linux 3.16-rc6
2014-07-22 20:25:25 linux-kernel Re: [RFC PATCH 0/5] futex: introduce an optimistic spinning futex
2014-07-22 20:21:16 linux-kernel Re: [RFC PATCH 0/5] futex: introduce an optimistic spinning futex
2014-07-22 19:36:21 linux-kernel Re: [RFC PATCH 0/5] futex: introduce an optimistic spinning futex
2014-07-22 19:34:57 linux-kernel Re: [RFC PATCH 2/5] futex: add optimistic spinning to FUTEX_SPIN_LOCK
2014-07-22 18:46:20 linux-kernel Re: [RFC PATCH 2/5] futex: add optimistic spinning to FUTEX_SPIN_LOCK
2014-07-22 18:35:13 linux-kernel Re: [RFC PATCH 0/5] futex: introduce an optimistic spinning futex
2014-07-22 18:28:24 linux-kernel Re: [RFC PATCH 0/5] futex: introduce an optimistic spinning futex
2014-07-22 18:22:23 linux-kernel Re: [RFC PATCH 1/5] futex: add new exclusive lock & unlock command codes
2014-07-22 03:19:10 linux-kernel Re: [RFC PATCH 5/5] futex, doc: add a document on how to use the spinning futexes
2014-07-21 15:26:29 linux-kernel [RFC PATCH 2/5] futex: add optimistic spinning to FUTEX_SPIN_LOCK
2014-07-21 15:25:47 linux-kernel [RFC PATCH 4/5] spinning futex: put waiting tasks in a sorted rbtree
2014-07-21 15:25:01 linux-kernel [RFC PATCH 5/5] futex, doc: add a document on how to use the spinning futexes
2014-07-21 15:24:56 linux-kernel [RFC PATCH 3/5] spinning futex: move a wakened task to spinning
2014-07-21 15:24:53 linux-kernel [RFC PATCH 1/5] futex: add new exclusive lock & unlock command codes
2014-07-21 15:24:50 linux-kernel [RFC PATCH 0/5] futex: introduce an optimistic spinning futex
2014-07-15 19:20:04 linux-kernel Re: [PATCH v5 0/2] lockdep: add support for queued rwlock
2014-07-03 21:35:09 linux-kernel Re: [RFC] Cancellable MCS spinlock rework
2014-07-03 20:35:45 linux-kernel Re: [RFC] Cancellable MCS spinlock rework
2014-06-26 17:39:41 linux-kernel [PATCH v5 2/2] locking-selftest: Support queue rwlock
2014-06-26 17:39:37 linux-kernel [PATCH v5 1/2] lockdep: restrict the use of recursive read_lock with qrwlock
2014-06-26 17:39:34 linux-kernel [PATCH v5 0/2] lockdep: add support for queued rwlock
2014-06-23 18:25:34 linux-kernel [PATCH v4 1/1] lockdep: restrict the use of recursive read_lock with qrwlock
2014-06-23 18:25:18 linux-kernel [PATCH v4 0/1] lockdep: add support for queued rwlock
2014-06-23 15:29:05 linux-kernel [PATCH v3] selinux: no recursive read_lock of policy_rwlock in security_genfs_sid()
2014-06-23 14:56:17 linux-kernel Re: [PATCH v3] lockdep: restrict the use of recursive read_lock with qrwlock
2014-06-23 14:30:30 linux-kernel Re: [PATCH v2] selinux: no recursive read_lock of policy_rwlock in security_genfs_sid()
2014-06-21 00:30:34 linux-kernel [PATCH v2] selinux: no recursive read_lock of policy_rwlock in security_genfs_sid()
2014-06-20 23:37:24 linux-kernel Re: [PATCH] selinux: no recursive read_lock of policy_rwlock in security_genfs_sid()
2014-06-20 19:23:05 linux-kernel [PATCH v3] lockdep: restrict the use of recursive read_lock with qrwlock
2014-06-20 17:45:38 linux-kernel [PATCH] selinux: no recursive read_lock of policy_rwlock in security_genfs_sid()