aboutsummaryrefslogtreecommitdiff
path: root/ipc/util.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceGravatar Serge E. Hallyn 1-9/+0
2009-01-04sanitize audit_ipc_set_perm()Gravatar Al Viro 1-7/+2
2009-01-04sanitize audit_ipc_obj()Gravatar Al Viro 1-6/+3
2008-12-04Merge branch 'master' into nextGravatar James Morris 1-5/+9
2008-11-19sysvipc: fix the ipc structures initializationGravatar Nadia Derbey 1-5/+9
2008-11-14CRED: Wrap task credential accesses in the SYSV IPC subsystemGravatar David Howells 1-5/+13
2008-07-25ipc: get rid of ipc_lock_down()Gravatar Nadia Derbey 1-51/+1
2008-07-25ipc: call idr_find() without locking in ipc_lock()Gravatar Nadia Derbey 1-9/+0
2008-04-29sysvipc: use non-racy method for proc entries creationGravatar Denis V. Lunev 1-7/+6
2008-04-29ipc: add definitions of USHORT_MAX and othersGravatar Zhang, Yanmin 1-2/+2
2008-04-29IPC: consolidate all xxxctl_down() functionsGravatar Pierre Peiffer 1-0/+51
2008-04-29IPC: introduce ipc_update_perm()Gravatar Pierre Peiffer 1-0/+13
2008-04-29ipc: invoke the ipcns notifier chain as a work itemGravatar Nadia Derbey 1-1/+14
2008-04-29ipc: recompute msgmni on memory add / removeGravatar Nadia Derbey 1-0/+33
2008-04-29ipc: scale msgmni to the number of ipc namespacesGravatar Nadia Derbey 1-0/+3
2008-04-29IPC: use ipc_buildid() directly from ipc_addid()Gravatar Pierre Peiffer 1-0/+1
2008-02-08IPC: make struct ipc_ids static in ipc_namespaceGravatar Pierre Peiffer 1-3/+3
2008-02-08ipc: uninline some code from util.hGravatar Pavel Emelyanov 1-2/+53
2008-02-08namespaces: move the IPC namespace under IPC_NS optionGravatar Pavel Emelyanov 1-60/+1
2008-02-06make ipc/util.c:sysvipc_find_ipc() staticGravatar Adrian Bunk 1-2/+2
2007-10-19IPC: fix error case when idr-cache is empty in ipcget()Gravatar Pierre Peiffer 1-5/+11
2007-10-19fix idr_find() lockingGravatar Nadia Derbey 1-16/+62
2007-10-19ipc: fix wrong commentsGravatar Nadia Derbey 1-28/+50
2007-10-19ipc: inline ipc_buildid()Gravatar Nadia Derbey 1-5/+0
2007-10-19ipc: introduce the ipcid_to_idx macroGravatar Nadia Derbey 1-2/+2
2007-10-19ipc: integrate ipc_checkid() into ipc_lock()Gravatar Nadia Derbey 1-21/+2
2007-10-19ipc: remove the ipc_get() routineGravatar Nadia Derbey 1-19/+0
2007-10-19ipc: unify the syscalls codeGravatar Nadia Derbey 1-1/+100
2007-10-19ipc: store ipcs into IDRsGravatar Nadia Derbey 1-148/+118
2007-07-16remove CONFIG_UTS_NS and CONFIG_IPC_NSGravatar Cedric Le Goater 1-10/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-05-08Merge sys_clone()/sys_unshare() nsproxy and namespace handlingGravatar Badari Pulavarty 1-43/+10
2007-03-27[PATCH] ipcns: fix !CONFIG_IPC_NS behaviorGravatar Serge E. Hallyn 1-0/+7
2007-02-12[PATCH] mark struct file_operations const 7Gravatar Arjan van de Ven 1-2/+2
2007-02-12[PATCH] ipc: save the ipc namespace while reading proc filesGravatar Eric W. Biederman 1-13/+45
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Gravatar Robert P. J. Day 1-11/+10
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataGravatar David Howells 1-1/+6
2006-11-03[PATCH] Fix ipc entries removalGravatar Pavel Emelianov 1-1/+1
2006-10-02[PATCH] IPC namespace - utilsGravatar Kirill Korotaev 1-10/+122
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-05-01[PATCH] Rework of IPC auditingGravatar Steve Grubb 1-1/+6
2006-04-17[PATCH] IPC: access to unmapped vmalloc area in grow_ary()Gravatar Alexey Kuznetsov 1-2/+1
2006-04-01BUG_ON() Conversion in ipc/util.cGravatar Eric Sesterhenn 1-4/+2
2006-03-26[PATCH] sem2mutex: ipc, id.semGravatar Ingo Molnar 1-14/+15
2006-01-15correct email address of Manfred SpraulGravatar Christian Kujau 1-1/+1
2006-01-11[PATCH] move capable() to capability.hGravatar Randy.Dunlap 1-0/+1
2005-11-07[PATCH] more kernel-doc cleanups, additionsGravatar Randy Dunlap 1-4/+5
2005-09-07[PATCH] ipc: add generic struct ipc_ids seq_file iterationGravatar Mike Waychison 1-0/+156
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+580