aboutsummaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)Author
2009-01-04sanitize audit_ipc_set_perm()Al Viro
2009-01-04sanitize audit_ipc_obj()Al Viro
2008-12-04Merge branch 'master' into nextJames Morris
2008-11-19sysvipc: fix the ipc structures initializationNadia Derbey
2008-11-14CRED: Pass credentials through dentry_open()David Howells
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-11-14CRED: Wrap task credential accesses in the SYSV IPC subsystemDavid Howells
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro
2008-10-20message queues: increase range limitsJoe Korty
2008-10-20SHM_LOCKED pages are unevictableLee Schermerhorn
2008-10-16ipc/sem.c: make free_un() staticAdrian Bunk
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-25ipc: do not use a negative value to re-enable msgmni automatic recomputingNadia Derbey
2008-07-25ipc: use simple_read_from_buffer()Akinobu Mita
2008-07-25ipc/sem.c: rewrite undo list lockingManfred Spraul
2008-07-25ipc/sem.c: convert sem_array.sem_pending to struct list_headManfred Spraul
2008-07-25ipc/sem.c: remove unused entries from struct sem_queueManfred Spraul
2008-07-25ipc/sem.c: convert undo structures to struct list_headManfred Spraul
2008-07-25ipc: get rid of ipc_lock_down()Nadia Derbey
2008-07-25ipc: call idr_find() without locking in ipc_lock()Nadia Derbey
2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen
2008-06-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-12/proc/sysvipc/shm: fix 32-bit truncation of segment sizesPaul Menage
2008-06-10shm: Remove silly double assignmentNeil Horman
2008-06-06ipc: only output msgmni value at boot timeNadia Derbey
2008-06-05netlink: Remove nonblock parameter from netlink_attachskbDenis V. Lunev
2008-05-03tiny mq_open optimizationUlrich Drepper
2008-04-29sysvipc: use non-racy method for proc entries creationDenis V. Lunev
2008-04-29ipc: sysvsem: implement sys_unshare(CLONE_SYSVSEM)Manfred Spraul
2008-04-29ipc: add definitions of USHORT_MAX and othersZhang, Yanmin
2008-04-29IPC: consolidate all xxxctl_down() functionsPierre Peiffer
2008-04-29IPC: introduce ipc_update_perm()Pierre Peiffer
2008-04-29IPC: get rid of the use *_setbuf structure.Pierre Peiffer
2008-04-29IPC/semaphores: remove one unused parameter from semctl_down()Pierre Peiffer
2008-04-29IPC/semaphores: move the rwmutex handling inside semctl_downPierre Peiffer
2008-04-29IPC/message queues: introduce msgctl_downPierre Peiffer
2008-04-29IPC/shared memory: introduce shmctl_downPierre Peiffer
2008-04-29IPC/semaphores: code factorisationPierre Peiffer
2008-04-29ipc: re-enable msgmni automatic recomputing msgmni if set to negativeNadia Derbey
2008-04-29ipc: do not recompute msgmni anymore if explicitly set by userNadia Derbey
2008-04-29ipc: recompute msgmni on ipc namespace creation/removalNadia Derbey
2008-04-29ipc: invoke the ipcns notifier chain as a work itemNadia Derbey
2008-04-29ipc: recompute msgmni on memory add / removeNadia Derbey
2008-04-29ipc: scale msgmni to the number of ipc namespacesNadia Derbey
2008-04-29ipc: scale msgmni to the amount of lowmemNadia Derbey
2008-04-29IPC: use ipc_buildid() directly from ipc_addid()Pierre Peiffer
2008-04-28mempolicy: rework mempolicy Reference Counting [yet again]Lee Schermerhorn