| Commit message (Expand) | Author | Age | Files | Lines |
* | CRED: Wrap task credential accesses in the SYSV IPC subsystem | David Howells | 2008-11-14 | 3 | -10/+19 |
* | [PATCH] introduce fmode_t, do annotations | Al Viro | 2008-10-21 | 1 | -1/+1 |
* | message queues: increase range limits | Joe Korty | 2008-10-20 | 1 | -6/+14 |
* | SHM_LOCKED pages are unevictable | Lee Schermerhorn | 2008-10-20 | 1 | -0/+4 |
* | ipc/sem.c: make free_un() static | Adrian Bunk | 2008-10-16 | 1 | -1/+1 |
* | sysctl: simplify ->strategy | Alexey Dobriyan | 2008-10-16 | 1 | -5/+4 |
* | [PATCH] kill nameidata passing to permission(), rename to inode_permission() | Al Viro | 2008-07-27 | 1 | -1/+1 |
* | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 2008-07-26 | 1 | -1/+1 |
* | ipc: do not use a negative value to re-enable msgmni automatic recomputing | Nadia Derbey | 2008-07-25 | 2 | -18/+74 |
* | ipc: use simple_read_from_buffer() | Akinobu Mita | 2008-07-25 | 1 | -18/+7 |
* | ipc/sem.c: rewrite undo list locking | Manfred Spraul | 2008-07-25 | 1 | -54/+93 |
* | ipc/sem.c: convert sem_array.sem_pending to struct list_head | Manfred Spraul | 2008-07-25 | 1 | -57/+35 |
* | ipc/sem.c: remove unused entries from struct sem_queue | Manfred Spraul | 2008-07-25 | 1 | -2/+0 |
* | ipc/sem.c: convert undo structures to struct list_head | Manfred Spraul | 2008-07-25 | 1 | -74/+89 |
* | ipc: get rid of ipc_lock_down() | Nadia Derbey | 2008-07-25 | 3 | -75/+4 |
* | ipc: call idr_find() without locking in ipc_lock() | Nadia Derbey | 2008-07-25 | 1 | -9/+0 |
* | hugetlb: modular state for hugetlb page size | Andi Kleen | 2008-07-24 | 1 | -1/+2 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-06-14 | 2 | -17/+14 |
|\ |
|
| * | /proc/sysvipc/shm: fix 32-bit truncation of segment sizes | Paul Menage | 2008-06-13 | 1 | -8/+8 |
| * | shm: Remove silly double assignment | Neil Horman | 2008-06-10 | 1 | -2/+0 |
| * | ipc: only output msgmni value at boot time | Nadia Derbey | 2008-06-06 | 1 | -7/+6 |
* | | netlink: Remove nonblock parameter from netlink_attachskb | Denis V. Lunev | 2008-06-05 | 1 | -1/+1 |
|/ |
|
* | tiny mq_open optimization | Ulrich Drepper | 2008-05-03 | 1 | -2/+1 |
* | sysvipc: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 1 | -7/+6 |
* | ipc: sysvsem: implement sys_unshare(CLONE_SYSVSEM) | Manfred Spraul | 2008-04-29 | 1 | -0/+1 |
* | ipc: add definitions of USHORT_MAX and others | Zhang, Yanmin | 2008-04-29 | 3 | -9/+8 |
* | IPC: consolidate all xxxctl_down() functions | Pierre Peiffer | 2008-04-29 | 5 | -119/+66 |
* | IPC: introduce ipc_update_perm() | Pierre Peiffer | 2008-04-29 | 5 | -12/+17 |
* | IPC: get rid of the use *_setbuf structure. | Pierre Peiffer | 2008-04-29 | 3 | -86/+46 |
* | IPC/semaphores: remove one unused parameter from semctl_down() | Pierre Peiffer | 2008-04-29 | 1 | -3/+3 |
* | IPC/semaphores: move the rwmutex handling inside semctl_down | Pierre Peiffer | 2008-04-29 | 1 | -11/+13 |
* | IPC/message queues: introduce msgctl_down | Pierre Peiffer | 2008-04-29 | 1 | -73/+89 |
* | IPC/shared memory: introduce shmctl_down | Pierre Peiffer | 2008-04-29 | 1 | -88/+72 |
* | IPC/semaphores: code factorisation | Pierre Peiffer | 2008-04-29 | 1 | -30/+31 |
* | ipc: re-enable msgmni automatic recomputing msgmni if set to negative | Nadia Derbey | 2008-04-29 | 2 | -10/+44 |
* | ipc: do not recompute msgmni anymore if explicitly set by user | Nadia Derbey | 2008-04-29 | 1 | -2/+41 |
* | ipc: recompute msgmni on ipc namespace creation/removal | Nadia Derbey | 2008-04-29 | 3 | -2/+15 |
* | ipc: invoke the ipcns notifier chain as a work item | Nadia Derbey | 2008-04-29 | 1 | -1/+14 |
* | ipc: recompute msgmni on memory add / remove | Nadia Derbey | 2008-04-29 | 6 | -2/+120 |
* | ipc: scale msgmni to the number of ipc namespaces | Nadia Derbey | 2008-04-29 | 3 | -3/+13 |
* | ipc: scale msgmni to the amount of lowmem | Nadia Derbey | 2008-04-29 | 1 | -1/+36 |
* | IPC: use ipc_buildid() directly from ipc_addid() | Pierre Peiffer | 2008-04-29 | 4 | -13/+2 |
* | mempolicy: rework mempolicy Reference Counting [yet again] | Lee Schermerhorn | 2008-04-28 | 1 | -3/+2 |
* | mempolicy: fixup Fallback for Default Shmem Policy | Lee Schermerhorn | 2008-04-28 | 1 | -2/+1 |
* | [PATCH] r/o bind mounts: elevate write count for open()s | Dave Hansen | 2008-04-19 | 1 | -2/+14 |
* | [PATCH] r/o bind mounts: elevate write count for rmdir and unlink. | Dave Hansen | 2008-04-19 | 1 | -1/+4 |
* | mempolicy: fix reference counting bugs | Lee Schermerhorn | 2008-03-11 | 1 | -2/+3 |
* | Pidns: fix badly converted mqueues pid handling | Pavel Emelyanov | 2008-02-08 | 1 | -1/+1 |
* | Pidns: make full use of xxx_vnr() calls | Pavel Emelyanov | 2008-02-08 | 1 | -2/+1 |
* | IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns() | Pierre Peiffer | 2008-02-08 | 4 | -66/+46 |