aboutsummaryrefslogtreecommitdiffstats
path: root/ipc (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-29ipc: lost unlock and fput in mqueue.c on error pathPavel Emelyanov1-2/+4
2007-11-07[NETLINK]: Fix unicast timeoutsPatrick McHardy1-2/+4
2007-10-21[PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro1-4/+4
2007-10-19IPC: fix error case when idr-cache is empty in ipcget()Pierre Peiffer4-11/+18
2007-10-19virtualization of sysv msg queues is incompleteKirill Korotaev1-11/+10
2007-10-19IPC: cleanup some code and wrong comments about semundo list managmentPierre Peiffer1-40/+6
2007-10-19ipc: remove unneeded parametersNadia Derbey4-17/+12
2007-10-19fix idr_find() lockingNadia Derbey5-70/+198
2007-10-19ipc: fix wrong commentsNadia Derbey5-45/+118
2007-10-19ipc: inline ipc_buildid()Nadia Derbey2-6/+5
2007-10-19ipc: introduce the ipcid_to_idx macroNadia Derbey2-2/+4
2007-10-19Storing ipcs into IDRsNadia Derbey4-18/+46
2007-10-19ipc: integrate ipc_checkid() into ipc_lock()Nadia Derbey5-136/+152
2007-10-19ipc: remove the ipc_get() routineNadia Derbey3-23/+13
2007-10-19ipc: unify the syscalls codeNadia Derbey5-139/+215
2007-10-19ipc: store ipcs into IDRsNadia Derbey5-310/+330
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov4-12/+15
2007-10-18sysctl mqueue: remove the binary sysctl numbersEric W. Biederman1-10/+0
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen1-8/+5
2007-10-17ipc namespace: remove config ipc ns fixCedric Le Goater1-4/+0
2007-10-17ipc/shm.c: make 2 functions staticAdrian Bunk1-2/+3
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-10[NET]: cleanup 3rd argument in netlink_sendskbDenis V. Lunev1-3/+2
2007-07-31Fix user struct leakage with locked IPC shem segmentPavel Emelianov1-1/+1
2007-07-31NOMMU: Fix SYSV IPC SHMDavid Howells1-0/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-19mm: fault feedback #1Nick Piggin1-3/+2
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin1-4/+5
2007-07-17arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()Jeff Garzik2-3/+3
2007-07-16remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater5-25/+6
2007-07-06fix logic error in ipc compat semctl()Alexander Graf1-1/+1
2007-06-16shm: fix the filename of hugetlb sysv shared memoryEric W. Biederman1-3/+3
2007-06-16hugetlb: fix get_policy for stacked shared memory filesAdam Litke1-1/+3
2007-06-16Restore shmid as inode# to fix /proc/pid/maps ABI breakageBadari Pulavarty1-0/+5
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-11[PATCH] complete message queue auditingAmy Griffis1-0/+4
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap2-2/+0
2007-05-08Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty1-43/+10
2007-05-08Cap shmmax at INT_MAX in compat shminfoGuy Streeter1-0/+4
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-03-27[PATCH] ipcns: fix !CONFIG_IPC_NS behaviorSerge E. Hallyn1-0/+7
2007-03-06[PATCH] mqueue: nested locking annotationPeter Zijlstra1-1/+2
2007-03-01[PATCH] Fix get_unmapped_area and fsync for hugetlb shm segmentsAdam Litke1-6/+26
2007-03-01[PATCH] make ipc/shm.c:shm_nopage() staticAdrian Bunk1-2/+2
2007-02-20[PATCH] shm: make sysv ipc shared memory use stacked filesEric W. Biederman1-85/+155
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2-2/+2
2007-02-14[PATCH] sysctl: move SYSV IPC sysctls to their own fileEric W. Biederman2-0/+184
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-2/+2
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven3-6/+6
2007-02-12[PATCH] ipc: save the ipc namespace while reading proc filesEric W. Biederman1-13/+45