Davidlohr Bueso ([email protected])

Number of posts: 154 (1.64 per day)
First post: 2013-03-01 18:18:36
Last post: 2013-06-03 19:04:58

Date List Subject
2013-06-19 01:19:10 linux-kernel [PATCH 11/11] ipc: document general ipc locking scheme
2013-06-19 01:19:08 linux-kernel [PATCH 10/11] ipc,msg: drop msg_unlock
2013-06-19 01:19:04 linux-kernel [PATCH 08/11] ipc,shm: shorten critical region for shmat
2013-06-19 01:19:00 linux-kernel [PATCH 06/11] ipc,shm: shorten critical region for shmctl
2013-06-19 01:18:54 linux-kernel [PATCH 04/11] ipc,shm: introduce shmctl_nolock
2013-06-19 01:18:51 linux-kernel [PATCH 02/11] ipc,shm: shorten critical region in shmctl_down
2013-06-19 01:18:49 linux-kernel [PATCH 00/11] sysv ipc shared mem optimizations
2013-06-17 23:35:27 linux-kernel Re: Performance regression from switching lock to rw-sem for anon-vma tree
2013-06-17 19:05:38 linux-kernel Re: Performance regression from switching lock to rw-sem for anon-vma tree
2013-06-17 16:22:10 linux-kernel Re: Performance regression from switching lock to rw-sem for anon-vma tree
2013-06-17 14:48:04 linux-kernel Re: [PATCH linux-next] ipc: Avoid sleeping inside RCU.
2013-06-16 22:18:04 linux-kernel Re: Linux 3.10-rc6
2013-06-14 22:31:51 linux-kernel Re: Performance regression from switching lock to rw-sem for anon-vma tree
2013-06-13 01:46:57 linux-kernel Re: next-20130607 BUG: sleeping function called from invalid context at lib/idr.c:424
2013-06-12 20:40:39 linux-kernel Re: [PATCH RFC ticketlock] Auto-queued ticketlock
2013-06-12 20:03:27 linux-kernel Re: [PATCH RFC ticketlock] Auto-queued ticketlock
2013-06-12 17:50:13 linux-kernel Re: [PATCH RFC ticketlock] Auto-queued ticketlock
2013-06-12 00:12:35 linux-kernel Re: [IPC] INFO: suspicious RCU usage.
2013-06-11 18:54:47 linux-kernel Re: [PATCH RFC ticketlock] Auto-queued ticketlock
2013-06-11 18:38:23 linux-kernel Re: next-20130607 BUG: sleeping function called from invalid context at lib/idr.c:424
2013-06-11 18:14:26 linux-kernel Re: [PATCH RFC ticketlock] Auto-queued ticketlock
2013-06-11 17:53:16 linux-kernel Re: [PATCH RFC ticketlock] Auto-queued ticketlock
2013-06-10 17:23:52 linux-kernel Re: [PATCH] ipc: don't allocate with GFP_KERNEL inside rcu read lock
2013-06-06 17:35:25 linux-kernel Re: [IPC] INFO: suspicious RCU usage.
2013-06-03 19:05:00 linux-kernel Re: [PATCH v1 00/11] locks: scalability improvements for file locking
2013-06-03 19:04:58 linux-nfs Re: [PATCH v1 00/11] locks: scalability improvements for file locking
2013-05-31 01:12:13 linux-kernel Re: [PATCH] mutex: do not unnecessarily deal with waiters
2013-05-31 01:11:34 linux-kernel Re: [PATCH] net: skbuff: use _RET_IP_
2013-05-29 21:08:54 linux-kernel [PATCH] net: skbuff: use _RET_IP_
2013-05-28 20:37:32 linux-kernel Re: [PATCH 0/4] ipc/sem.c: Bug fixes, regression fixes, v3
2013-05-26 20:50:38 linux-kernel Re: [PATCH 0/4] ipc/sem.c: Bug fixes, regression fixes, v3
2013-05-25 18:32:07 linux-kernel Re: [PATCH v2] ipc/sem.c: fix lockup, restore FIFO behavior
2013-05-24 22:21:39 linux-kernel Re: [PATCH 04/11] ipc: move locking out of ipcctl_pre_down_nolock
2013-05-24 01:45:33 linux-kernel Re: [PATCH 00/11] sysv mqueue: do not hold the ipc lock unnecessarily
2013-05-23 23:59:08 linux-kernel [PATCH] mutex: do not unnecessarily deal with waiters
2013-05-22 22:20:58 linux-kernel Re: [PATCH] ipc,sem: move restart loop to do_smart_update
2013-05-16 16:41:23 linux-kernel Re: [PATCH 00/11] sysv mqueue: do not hold the ipc lock unnecessarily
2013-05-16 01:10:39 linux-kernel [PATCH 04/11] ipc: move locking out of ipcctl_pre_down_nolock
2013-05-16 01:10:01 linux-kernel [PATCH 06/11] ipc,msg: introduce msgctl_nolock
2013-05-16 01:09:59 linux-kernel [PATCH 07/11] ipc,msg: introduce lockless functions to obtain the ipc object
2013-05-16 01:09:39 linux-kernel [PATCH 08/11] ipc,msg: make msgctl_nolock lockless
2013-05-16 01:08:32 linux-kernel [PATCH 09/11] ipc,msg: shorten critical region in msgsnd
2013-05-16 01:08:30 linux-kernel [PATCH 10/11] ipc,msg: shorten critical region in msgrcv
2013-05-16 01:08:27 linux-kernel [PATCH 11/11] ipc: remove unused functions
2013-05-16 01:08:25 linux-kernel [PATCH 05/11] ipc,msg: shorten critical region in msgctl_down
2013-05-16 01:08:23 linux-kernel [PATCH 03/11] ipc: close open coded spin lock calls
2013-05-16 01:08:21 linux-kernel [PATCH 02/11] ipc: introduce ipc object locking helpers
2013-05-16 01:08:16 linux-kernel [PATCH 01/11] ipc: move rcu lock out of ipc_addid
2013-05-16 01:08:15 linux-kernel [PATCH 00/11] sysv mqueue: do not hold the ipc lock unnecessarily
2013-05-09 17:11:59 linux-kernel Re: SHM oops in newseg()
2013-05-07 22:47:48 linux-kernel [PATCH v3 15/14] rwsem: check counter to avoid cmpxchg calls