summaryrefslogtreecommitdiffstats
path: root/ipc/util.c
Commit message (Expand)AuthorAgeFilesLines
* userns: Convert ipc to use kuid and kgid where appropriateEric W. Biederman2012-09-061-14/+21
* ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-301-2/+2
* ipc,rcu: Convert call_rcu(ipc_immediate_free) to kfree_rcu()Lai Jiangshan2011-07-201-15/+1
* ipc: fix util.c kernel-doc warningsRandy Dunlap2011-03-271-1/+3
* userns: user namespaces: convert several capable() callsSerge E. Hallyn2011-03-231-10/+16
* kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-251-2/+2
* seq_file: constify seq_operationsJames Morris2009-09-231-1/+1
* namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn2009-04-071-9/+0
* sanitize audit_ipc_set_perm()Al Viro2009-01-041-7/+2
* sanitize audit_ipc_obj()Al Viro2009-01-041-6/+3
* Merge branch 'master' into nextJames Morris2008-12-041-5/+9
|\
| * sysvipc: fix the ipc structures initializationNadia Derbey2008-11-191-5/+9
* | CRED: Wrap task credential accesses in the SYSV IPC subsystemDavid Howells2008-11-141-5/+13
|/
* ipc: get rid of ipc_lock_down()Nadia Derbey2008-07-251-51/+1
* ipc: call idr_find() without locking in ipc_lock()Nadia Derbey2008-07-251-9/+0
* sysvipc: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-7/+6
* ipc: add definitions of USHORT_MAX and othersZhang, Yanmin2008-04-291-2/+2
* IPC: consolidate all xxxctl_down() functionsPierre Peiffer2008-04-291-0/+51
* IPC: introduce ipc_update_perm()Pierre Peiffer2008-04-291-0/+13
* ipc: invoke the ipcns notifier chain as a work itemNadia Derbey2008-04-291-1/+14
* ipc: recompute msgmni on memory add / removeNadia Derbey2008-04-291-0/+33
* ipc: scale msgmni to the number of ipc namespacesNadia Derbey2008-04-291-0/+3
* IPC: use ipc_buildid() directly from ipc_addid()Pierre Peiffer2008-04-291-0/+1
* IPC: make struct ipc_ids static in ipc_namespacePierre Peiffer2008-02-081-3/+3
* ipc: uninline some code from util.hPavel Emelyanov2008-02-081-2/+53
* namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov2008-02-081-60/+1
* make ipc/util.c:sysvipc_find_ipc() staticAdrian Bunk2008-02-061-2/+2
* IPC: fix error case when idr-cache is empty in ipcget()Pierre Peiffer2007-10-191-5/+11
* fix idr_find() lockingNadia Derbey2007-10-191-16/+62
* ipc: fix wrong commentsNadia Derbey2007-10-191-28/+50
* ipc: inline ipc_buildid()Nadia Derbey2007-10-191-5/+0
* ipc: introduce the ipcid_to_idx macroNadia Derbey2007-10-191-2/+2
* ipc: integrate ipc_checkid() into ipc_lock()Nadia Derbey2007-10-191-21/+2
* ipc: remove the ipc_get() routineNadia Derbey2007-10-191-19/+0
* ipc: unify the syscalls codeNadia Derbey2007-10-191-1/+100
* ipc: store ipcs into IDRsNadia Derbey2007-10-191-148/+118
* remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater2007-07-161-10/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty2007-05-081-43/+10
* [PATCH] ipcns: fix !CONFIG_IPC_NS behaviorSerge E. Hallyn2007-03-271-0/+7
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-2/+2
* [PATCH] ipc: save the ipc namespace while reading proc filesEric W. Biederman2007-02-121-13/+45
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-111-11/+10
* WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-221-1/+6
* [PATCH] Fix ipc entries removalPavel Emelianov2006-11-031-1/+1
* [PATCH] IPC namespace - utilsKirill Korotaev2006-10-021-10/+122
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] Rework of IPC auditingSteve Grubb2006-05-011-1/+6
* [PATCH] IPC: access to unmapped vmalloc area in grow_ary()Alexey Kuznetsov2006-04-171-2/+1
* BUG_ON() Conversion in ipc/util.cEric Sesterhenn2006-04-011-4/+2