summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)Author
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-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
2008-04-28mempolicy: fixup Fallback for Default Shmem PolicyLee Schermerhorn
2008-04-19[PATCH] r/o bind mounts: elevate write count for open()sDave Hansen
2008-04-19[PATCH] r/o bind mounts: elevate write count for rmdir and unlink.Dave Hansen
2008-03-10mempolicy: fix reference counting bugsLee Schermerhorn
2008-02-08Pidns: fix badly converted mqueues pid handlingPavel Emelyanov
2008-02-08Pidns: make full use of xxx_vnr() callsPavel Emelyanov
2008-02-08IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()Pierre Peiffer
2008-02-08IPC: make struct ipc_ids static in ipc_namespacePierre Peiffer
2008-02-08IPC/semaphores: consolidate SEM_STAT and IPC_STAT commandsPierre Peiffer
2008-02-08ipc: uninline some code from util.hPavel Emelyanov
2008-02-08namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov
2008-02-06make ipc/util.c:sysvipc_find_ipc() staticAdrian Bunk
2008-02-06IPC: fix error check in all new xxx_lock() and xxx_exit_ns() functionsPierre Peiffer
2007-11-29ipc: lost unlock and fput in mqueue.c on error pathPavel Emelyanov
2007-11-07[NETLINK]: Fix unicast timeoutsPatrick McHardy
2007-10-21[PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro
2007-10-19IPC: fix error case when idr-cache is empty in ipcget()Pierre Peiffer
2007-10-19virtualization of sysv msg queues is incompleteKirill Korotaev
2007-10-19IPC: cleanup some code and wrong comments about semundo list managmentPierre Peiffer
2007-10-19ipc: remove unneeded parametersNadia Derbey
2007-10-19fix idr_find() lockingNadia Derbey
2007-10-19ipc: fix wrong commentsNadia Derbey
2007-10-19ipc: inline ipc_buildid()Nadia Derbey
2007-10-19ipc: introduce the ipcid_to_idx macroNadia Derbey
2007-10-19Storing ipcs into IDRsNadia Derbey
2007-10-19ipc: integrate ipc_checkid() into ipc_lock()Nadia Derbey