| Commit message (Expand) | Author | Age |
... | |
| * | | sanitize audit_mq_notify() | Al Viro | 2009-01-04 |
| * | | sanitize audit_mq_getsetattr() | Al Viro | 2009-01-04 |
| * | | sanitize audit_ipc_set_perm() | Al Viro | 2009-01-04 |
| * | | sanitize audit_ipc_obj() | Al Viro | 2009-01-04 |
| |/ |
|
* / | Integrity: IMA file free imbalance | Mimi Zohar | 2009-02-05 |
|/ |
|
* | Merge branch 'master' into next | James Morris | 2008-12-04 |
|\ |
|
| * | sysvipc: fix the ipc structures initialization | Nadia Derbey | 2008-11-19 |
* | | CRED: Pass credentials through dentry_open() | David Howells | 2008-11-13 |
* | | CRED: Wrap current->cred and a few other accessors | David Howells | 2008-11-13 |
* | | CRED: Separate task security context from task_struct | David Howells | 2008-11-13 |
* | | CRED: Wrap task credential accesses in the SYSV IPC subsystem | David Howells | 2008-11-13 |
|/ |
|
* | [PATCH] introduce fmode_t, do annotations | Al Viro | 2008-10-21 |
* | message queues: increase range limits | Joe Korty | 2008-10-20 |
* | SHM_LOCKED pages are unevictable | Lee Schermerhorn | 2008-10-20 |
* | ipc/sem.c: make free_un() static | Adrian Bunk | 2008-10-16 |
* | sysctl: simplify ->strategy | Alexey Dobriyan | 2008-10-16 |
* | [PATCH] kill nameidata passing to permission(), rename to inode_permission() | Al Viro | 2008-07-26 |
* | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 2008-07-26 |
* | ipc: do not use a negative value to re-enable msgmni automatic recomputing | Nadia Derbey | 2008-07-25 |
* | ipc: use simple_read_from_buffer() | Akinobu Mita | 2008-07-25 |
* | ipc/sem.c: rewrite undo list locking | Manfred Spraul | 2008-07-25 |
* | ipc/sem.c: convert sem_array.sem_pending to struct list_head | Manfred Spraul | 2008-07-25 |
* | ipc/sem.c: remove unused entries from struct sem_queue | Manfred Spraul | 2008-07-25 |
* | ipc/sem.c: convert undo structures to struct list_head | Manfred Spraul | 2008-07-25 |
* | ipc: get rid of ipc_lock_down() | Nadia Derbey | 2008-07-25 |
* | ipc: call idr_find() without locking in ipc_lock() | Nadia Derbey | 2008-07-25 |
* | hugetlb: modular state for hugetlb page size | Andi Kleen | 2008-07-24 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-06-13 |
|\ |
|
| * | /proc/sysvipc/shm: fix 32-bit truncation of segment sizes | Paul Menage | 2008-06-12 |
| * | shm: Remove silly double assignment | Neil Horman | 2008-06-10 |
| * | ipc: only output msgmni value at boot time | Nadia Derbey | 2008-06-06 |
* | | netlink: Remove nonblock parameter from netlink_attachskb | Denis V. Lunev | 2008-06-05 |
|/ |
|
* | tiny mq_open optimization | Ulrich Drepper | 2008-05-03 |
* | sysvipc: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 |
* | ipc: sysvsem: implement sys_unshare(CLONE_SYSVSEM) | Manfred Spraul | 2008-04-29 |
* | ipc: add definitions of USHORT_MAX and others | Zhang, Yanmin | 2008-04-29 |
* | IPC: consolidate all xxxctl_down() functions | Pierre Peiffer | 2008-04-29 |
* | IPC: introduce ipc_update_perm() | Pierre Peiffer | 2008-04-29 |
* | IPC: get rid of the use *_setbuf structure. | Pierre Peiffer | 2008-04-29 |
* | IPC/semaphores: remove one unused parameter from semctl_down() | Pierre Peiffer | 2008-04-29 |
* | IPC/semaphores: move the rwmutex handling inside semctl_down | Pierre Peiffer | 2008-04-29 |
* | IPC/message queues: introduce msgctl_down | Pierre Peiffer | 2008-04-29 |
* | IPC/shared memory: introduce shmctl_down | Pierre Peiffer | 2008-04-29 |
* | IPC/semaphores: code factorisation | Pierre Peiffer | 2008-04-29 |
* | ipc: re-enable msgmni automatic recomputing msgmni if set to negative | Nadia Derbey | 2008-04-29 |
* | ipc: do not recompute msgmni anymore if explicitly set by user | Nadia Derbey | 2008-04-29 |
* | ipc: recompute msgmni on ipc namespace creation/removal | Nadia Derbey | 2008-04-29 |
* | ipc: invoke the ipcns notifier chain as a work item | Nadia Derbey | 2008-04-29 |
* | ipc: recompute msgmni on memory add / remove | Nadia Derbey | 2008-04-29 |
* | ipc: scale msgmni to the number of ipc namespaces | Nadia Derbey | 2008-04-29 |