Date |
List |
Subject |
2013-09-24 21:09:40
|
linux-kernel
|
Re: [PATCH] ipc/sem.c: fix update sem_otime when calling sem_op in semaphore initialization |
2013-09-24 09:05:54
|
linux-kernel
|
Re: [PATCH 0/4] ipc: shm and msg fixes |
2013-09-24 08:50:00
|
linux-kernel
|
Re: [PATCH 0/4] ipc: shm and msg fixes |
2013-09-22 10:42:11
|
linux-kernel
|
Re: [PATCH] ipc/sem.c: fix update sem_otime when calling sem_op in semaphore initialization |
2013-09-16 09:23:19
|
linux-kernel
|
Re: [PATCH 1/4] ipc,shm: fix race with selinux |
2013-09-15 11:34:44
|
linux-kernel
|
Re: [PATCH 1/2] ipc/sem.c: Race in sem_lock() |
2013-09-14 21:35:39
|
linux-kernel
|
[PATCH 2/2] ipc/sem.c: optimize sem_lock(). |
2013-09-14 21:35:27
|
linux-kernel
|
[PATCH 1/2] ipc/sem.c: Race in sem_lock() |
2013-09-12 15:10:12
|
linux-kernel
|
Re: [PATCH] ipc,msg: shorten critical region in msgsnd |
2013-09-12 12:20:24
|
linux-kernel
|
Re: [PATCH] ipc,msg: shorten critical region in msgsnd |
2013-09-07 09:11:34
|
linux-kernel
|
Re: soft lockup in sysvipc code. |
2013-09-03 16:33:18
|
linux-kernel
|
Re: [PATCH] ipc/msg.c: Fix lost wakeup in msgsnd(). |
2013-09-03 14:00:31
|
linux-kernel
|
[PATCH] ipc/msg.c: Fix lost wakeup in msgsnd(). |
2013-09-03 10:17:01
|
linux-kernel
|
Re: ipc-msg broken again on 3.11-rc7? |
2013-09-03 09:23:31
|
linux-kernel
|
Re: ipc-msg broken again on 3.11-rc7? |
2013-09-03 08:57:17
|
linux-kernel
|
Re: ipc-msg broken again on 3.11-rc7? |
2013-09-02 16:29:49
|
linux-kernel
|
Re: ipc-msg broken again on 3.11-rc7? |
2013-06-15 14:06:54
|
linux-kernel
|
[PATCH] ipc/sem.c: scan complex wait-for-zero after undefined updates |
2013-06-15 11:10:23
|
linux-kernel
|
Re: [PATCH 0/6] ipc/sem.c: performance improvements, FIFO |
2013-06-15 05:27:22
|
linux-kernel
|
Re: [PATCH 0/6] ipc/sem.c: performance improvements, FIFO |
2013-06-14 15:38:40
|
linux-kernel
|
Re: [PATCH 0/6] ipc/sem.c: performance improvements, FIFO |
2013-06-10 17:18:39
|
linux-kernel
|
[PATCH 1/6] ipc/util.c, ipc_rcu_alloc: cacheline align allocation |
2013-06-10 17:17:31
|
linux-kernel
|
[PATCH 6/6] ipc/sem.c: Rename try_atomic_semop() to perform_atomic_semop(), docu update |
2013-06-10 17:17:30
|
linux-kernel
|
[PATCH 5/6] ipc/sem.c: Replace shared sem_otime with per-semaphore value |
2013-06-10 17:17:28
|
linux-kernel
|
[PATCH 4/6] ipc/sem.c: Always use only one queue for alter operations. |
2013-06-10 17:17:26
|
linux-kernel
|
[PATCH 3/6] ipc/sem: seperate wait-for-zero and alter tasks into seperate queues |
2013-06-10 17:17:21
|
linux-kernel
|
[PATCH 2/6] ipc/sem.c: cacheline align the semaphore structures |
2013-06-10 17:17:19
|
linux-kernel
|
[PATCH 0/6] ipc/sem.c: performance improvements, FIFO |
2013-06-01 19:03:05
|
linux-kernel
|
sem_otime trashing |
2013-06-01 11:52:13
|
linux-kernel
|
Re: [PATCH 2/4] ipc/sem: seperate wait-for-zero and alter tasks into seperate queues |
2013-06-01 09:20:38
|
linux-kernel
|
Re: [PATCH 2/4] ipc/sem: seperate wait-for-zero and alter tasks into seperate queues |
2013-05-27 19:53:48
|
linux-kernel
|
Re: [PATCH 1/4] ipc/sem.c: Fix missing wakeups in do_smart_update_queue() |
2013-05-27 15:57:16
|
linux-kernel
|
Re: [PATCH 0/4] ipc/sem.c: Bug fixes, regression fixes, v3 |
2013-05-26 09:10:51
|
linux-kernel
|
[PATCH 4/4] ipc/sem.c: Rename try_atomic_semop() to perform_atomic_semop(), docu update |
2013-05-26 09:10:29
|
linux-kernel
|
[PATCH 3/4] ipc/sem.c: Always use only one queue for alter operations. |
2013-05-26 09:10:25
|
linux-kernel
|
[PATCH 2/4] ipc/sem: seperate wait-for-zero and alter tasks into seperate queues |
2013-05-26 09:10:19
|
linux-kernel
|
[PATCH 1/4] ipc/sem.c: Fix missing wakeups in do_smart_update_queue() |
2013-05-26 09:09:22
|
linux-kernel
|
[PATCH 0/4] ipc/sem.c: Bug fixes, regression fixes, v3 |
2013-05-26 06:09:16
|
linux-kernel
|
Re: [PATCH] ipc,sem: move restart loop to do_smart_update |
2013-05-25 20:00:22
|
linux-kernel
|
Re: [PATCH v2] ipc/sem.c: fix lockup, restore FIFO behavior |
2013-05-25 15:17:15
|
linux-kernel
|
[PATCH v2] ipc/sem.c: fix lockup, restore FIFO behavior |
2013-05-25 15:16:50
|
linux-kernel
|
Re: [PATCH] ipc/sem.c: fix lockup, restore FIFO behavior |
2013-05-25 12:04:14
|
linux-kernel
|
Re: [PATCH 06/10] ipc: Don't allocate a copy larger than max |
2013-05-25 08:55:22
|
linux-kernel
|
[PATCH] ipc/sem.c: fix lockup, restore FIFO behavior |
2013-05-18 13:48:12
|
linux-kernel
|
ipc/sem.c: Lockup with complex ops, comments not updated |
2013-05-06 18:59:25
|
linux-kernel
|
Re: linux-next: manual merge of the akpm tree with the tree |
2012-08-12 09:48:32
|
linux-kernel
|
Re: [PATCH v3 08/10] IPC: message queue copy feature introduced |
2012-08-11 11:21:02
|
linux-kernel
|
Re: [PATCH v3 08/10] IPC: message queue copy feature introduced |
2012-08-07 11:10:09
|
linux-kernel
|
Re: [PATCH] ipc/sem.c: prevent ENOMEM in semop() w/ SEM_UNDO flag |
2012-08-03 17:39:11
|
linux-kernel
|
Re: [PATCH] ipc/sem.c: prevent ENOMEM in semop() w/ SEM_UNDO flag |
2010-07-02 16:10:11
|
linux-kernel
|
Re: 2.6.35-rc3 deadlocks on semaphore operations |