aboutsummaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)Author
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
2007-10-19ipc: remove the ipc_get() routineNadia Derbey
2007-10-19ipc: unify the syscalls codeNadia Derbey
2007-10-19ipc: store ipcs into IDRsNadia Derbey
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov
2007-10-18sysctl mqueue: remove the binary sysctl numbersEric W. Biederman
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen
2007-10-17ipc namespace: remove config ipc ns fixCedric Le Goater
2007-10-17ipc/shm.c: make 2 functions staticAdrian Bunk
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-10-10[NET]: cleanup 3rd argument in netlink_sendskbDenis V. Lunev
2007-07-31Fix user struct leakage with locked IPC shem segmentPavel Emelianov
2007-07-31NOMMU: Fix SYSV IPC SHMDavid Howells
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-19mm: fault feedback #1Nick Piggin
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin
2007-07-17arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()Jeff Garzik
2007-07-16remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater
2007-07-06fix logic error in ipc compat semctl()Alexander Graf
2007-06-16shm: fix the filename of hugetlb sysv shared memoryEric W. Biederman
2007-06-16hugetlb: fix get_policy for stacked shared memory filesAdam Litke
2007-06-16Restore shmid as inode# to fix /proc/pid/maps ABI breakageBadari Pulavarty
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-11[PATCH] complete message queue auditingAmy Griffis
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-08Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty
2007-05-08Cap shmmax at INT_MAX in compat shminfoGuy Streeter
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter