Date |
List |
Subject |
2014-01-24 04:29:36
|
linux-kernel
|
[PATCH v11 1/4] qrwlock: A queue read/write lock implementation |
2014-01-24 04:29:33
|
linux-kernel
|
[PATCH v11 0/4] Introducing a queue read/write lock implementation |
2014-01-23 20:46:17
|
linux-kernel
|
Re: [PATCH v10 1/4] qrwlock: A queue read/write lock implementation |
2014-01-23 17:47:48
|
linux-kernel
|
Re: [PATCH v10 1/4] qrwlock: A queue read/write lock implementation |
2014-01-23 17:12:34
|
linux-kernel
|
Re: [PATCH v10 1/4] qrwlock: A queue read/write lock implementation |
2014-01-22 21:36:09
|
linux-kernel
|
[PATCH v10 2/4] qrwlock, x86: Enable x86 to use queue read/write lock |
2014-01-22 21:35:26
|
linux-kernel
|
[PATCH v10 1/4] qrwlock: A queue read/write lock implementation |
2014-01-22 21:35:00
|
linux-kernel
|
[PATCH v10 4/4] qrwlock: Use the mcs_spinlock helper functions for MCS queuing |
2014-01-22 21:34:42
|
linux-kernel
|
[PATCH v10 3/4] qrwlock, x86: Add char and short as atomic data type in x86 |
2014-01-22 21:34:38
|
linux-kernel
|
[PATCH v10 0/4] Introducing a queue read/write lock implementation |
2014-01-22 17:14:07
|
linux-kernel
|
Re: [PATCH v2] sched: reduce contention on tg's load_avg & runnable_avg |
2014-01-22 16:25:28
|
linux-kernel
|
Re: [PATCH v2] sched: reduce contention on tg's load_avg & runnable_avg |
2014-01-22 04:42:42
|
linux-kernel
|
Re: [PATCH v9 3/5] qrwlock, x86 - Treat all data type not bigger than long as atomic in x86 |
2014-01-21 16:16:09
|
linux-kernel
|
Re: [PATCH v8 4/4] qrwlock: Use smp_store_release() in write_unlock() |
2014-01-21 16:09:27
|
linux-kernel
|
Re: [PATCH v9 3/5] qrwlock, x86 - Treat all data type not bigger than long as atomic in x86 |
2014-01-21 16:01:04
|
linux-kernel
|
Re: [PATCH v9 2/5] qrwlock x86: Enable x86 to use queue read/write lock |
2014-01-21 15:58:35
|
linux-kernel
|
Re: [PATCH v9 1/5] qrwlock: A queue read/write lock implementation |
2014-01-21 15:45:54
|
linux-kernel
|
Re: [PATCH v9 4/5] qrwlock: Use smp_store_release() in write_unlock() |
2014-01-21 15:36:59
|
linux-kernel
|
Re: [PATCH v9 3/5] qrwlock, x86 - Treat all data type not bigger than long as atomic in x86 |
2014-01-21 15:02:14
|
linux-kernel
|
Re: [PATCH v8 4/4] qrwlock: Use smp_store_release() in write_unlock() |
2014-01-17 20:08:35
|
linux-kernel
|
Re: [tip:perf/core] x86, mm, perf: Allow recursive faults from interrupts |
2014-01-17 18:10:27
|
linux-kernel
|
Re: [tip:perf/core] x86, mm, perf: Allow recursive faults from interrupts |
2014-01-16 02:23:23
|
linux-kernel
|
[PATCH v2] sched: reduce contention on tg's load_avg & runnable_avg |
2014-01-15 15:33:36
|
linux-kernel
|
Re: SIGSEGV when using "perf record -g" with 3.13-rc* kernel |
2014-01-15 15:20:11
|
linux-kernel
|
Re: [RFC 3/3] mutex: When there is no owner, stop spinning after too many tries |
2014-01-15 15:11:20
|
linux-kernel
|
Re: [RFC 2/3] mutex: Modify the way optimistic spinners are queued |
2014-01-15 04:45:49
|
linux-kernel
|
[PATCH v9 1/5] qrwlock: A queue read/write lock implementation |
2014-01-15 04:45:28
|
linux-kernel
|
[PATCH v9 2/5] qrwlock x86: Enable x86 to use queue read/write lock |
2014-01-15 04:45:05
|
linux-kernel
|
[PATCH v9 4/5] qrwlock: Use smp_store_release() in write_unlock() |
2014-01-15 04:44:37
|
linux-kernel
|
[PATCH v9 5/5] qrwlock: Use the mcs_spinlock helper functions for MCS queuing |
2014-01-15 04:44:33
|
linux-kernel
|
[PATCH v9 3/5] qrwlock, x86 - Treat all data type not bigger than long as atomic in x86 |
2014-01-15 04:44:31
|
linux-kernel
|
[PATCH v9 0/5] qrwlock: Introducing a queue read/write lock implementation |
2014-01-14 19:09:39
|
linux-kernel
|
Re: [PATCH v8 4/4] qrwlock: Use smp_store_release() in write_unlock() |
2014-01-14 15:25:40
|
linux-kernel
|
Re: [PATCH v8 4/4] qrwlock: Use smp_store_release() in write_unlock() |
2014-01-13 16:41:43
|
linux-kernel
|
Re: [PATCH v8 4/4] qrwlock: Use smp_store_release() in write_unlock() |
2014-01-10 19:44:10
|
linux-kernel
|
Re: SIGSEGV when using "perf record -g" with 3.13-rc* kernel |
2014-01-10 19:37:40
|
linux-kernel
|
Re: SIGSEGV when using "perf record -g" with 3.13-rc* kernel |
2014-01-10 15:34:54
|
linux-kernel
|
Re: [PATCH v8 0/4] qrwlock: Introducing a queue read/write lock implementation |
2014-01-10 15:29:41
|
linux-kernel
|
SIGSEGV when using "perf record -g" with 3.13-rc* kernel |
2014-01-08 17:01:33
|
linux-kernel
|
[PATCH v8 1/4] qrwlock: A queue read/write lock implementation |
2014-01-08 17:01:07
|
linux-kernel
|
[PATCH v8 4/4] qrwlock: Use smp_store_release() in write_unlock() |
2014-01-08 17:00:43
|
linux-kernel
|
[PATCH v8 3/4] qrwlock: Use the mcs_spinlock helper functions for MCS queuing |
2014-01-08 17:00:40
|
linux-kernel
|
[PATCH v8 2/4] qrwlock x86: Enable x86 to use queue read/write lock |
2014-01-08 17:00:33
|
linux-kernel
|
[PATCH v8 0/4] qrwlock: Introducing a queue read/write lock implementation |
2013-10-24 23:54:14
|
linux-kernel
|
[PATCH v8.1 10/10] MCS Lock: Make mcs_spinlock.h includable in other files |
2013-10-24 23:21:03
|
linux-kernel
|
Re: [PATCH v8 10/10] MCS Lock: Make mcs_spinlock.h includable in other files |
2013-10-24 20:02:42
|
linux-kernel
|
[PATCH v8 10/10] MCS Lock: Make mcs_spinlock.h includable in other files |
2013-10-24 14:13:13
|
linux-kernel
|
Re: [PATCH v4 1/3] qrwlock: A queue read/write lock implementation |
2013-10-23 16:58:31
|
linux-kernel
|
Re: [PATCH v4 1/3] qrwlock: A queue read/write lock implementation |
2013-10-22 19:12:40
|
linux-kernel
|
Re: [PATCH v3 0/3] perf: add option to limit callchain stack scan to increase speed |
2013-10-21 15:04:46
|
linux-kernel
|
[PATCH v3 1/3] perf: streamline append_chain() function |