summaryrefslogtreecommitdiffstats
path: root/ipc/util.h
Commit message (Expand)AuthorAgeFilesLines
* tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-221-1/+1
* ipc: rename ipc_obtain_objectDavidlohr Bueso2015-06-301-1/+1
* ipc, kernel: clear whitespacePaul McQuade2014-06-061-4/+4
* ipc: constify ipc_opsMathias Krause2014-06-061-1/+1
* ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso2014-01-271-0/+1
* ipc: whitespace cleanupManfred Spraul2014-01-271-7/+7
* ipc: change kern_ipc_perm.deleted type to boolRafael Aquini2014-01-271-1/+1
* ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini2014-01-271-0/+13
* ipc, msg: fix message length check for negative valuesMathias Krause2013-11-131-2/+2
* ipc: fix race with LSMsDavidlohr Bueso2013-09-241-1/+9
* ipc: drop ipc_lock_checkDavidlohr Bueso2013-09-111-1/+0
* ipc: drop ipc_lock_by_ptrDavidlohr Bueso2013-09-111-6/+0
* ipc: rename ids->rw_mutexDavidlohr Bueso2013-09-111-2/+2
* ipc: drop ipcctl_pre_downDavidlohr Bueso2013-09-111-3/+0
* ipc: close open coded spin lock callsDavidlohr Bueso2013-07-091-2/+2
* ipc: introduce ipc object locking helpersDavidlohr Bueso2013-07-091-5/+15
* ipc,sem: fine grained locking for semtimedopRik van Riel2013-05-011-1/+1
* ipc,sem: do not hold ipc lock more than necessaryDavidlohr Bueso2013-05-011-0/+5
* ipc: introduce lockless pre_down ipcctlDavidlohr Bueso2013-05-011-0/+3
* ipc: introduce obtaining a lockless ipc objectDavidlohr Bueso2013-05-011-0/+2
* ipc: remove bogus lock comment for ipc_checkidDavidlohr Bueso2013-05-011-6/+1
* ipc: introduce message queue copy featureStanislav Kinsbursky2013-01-041-0/+1
* ipc: add sysctl to specify desired next object idStanislav Kinsbursky2013-01-041-0/+1
* userns: Convert ipc to use kuid and kgid where appropriateEric W. Biederman2012-09-061-1/+1
* ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-301-1/+1
* userns: user namespaces: convert several capable() callsSerge E. Hallyn2011-03-231-2/+3
* ipc: unbreak 32-bit shmctl/semctl/msgctlJohannes Weiner2009-06-211-0/+1
* ipcns: move free_ipcs() protoAlexey Dobriyan2009-06-181-1/+2
* ipc: use __ARCH_WANT_IPC_PARSE_VERSION in ipc/util.hArnd Bergmann2009-06-181-1/+1
* namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn2009-04-071-2/+4
* namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn2009-04-071-0/+16
* ipc: get rid of ipc_lock_down()Nadia Derbey2008-07-251-6/+0
* ipc: add definitions of USHORT_MAX and othersZhang, Yanmin2008-04-291-1/+0
* IPC: consolidate all xxxctl_down() functionsPierre Peiffer2008-04-291-0/+2
* IPC: introduce ipc_update_perm()Pierre Peiffer2008-04-291-0/+1
* ipc: recompute msgmni on memory add / removeNadia Derbey2008-04-291-0/+2
* IPC: make struct ipc_ids static in ipc_namespacePierre Peiffer2008-02-081-12/+4
* ipc: uninline some code from util.hPavel Emelyanov2008-02-081-56/+4
* namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov2008-02-081-0/+2
* ipc: remove unneeded parametersNadia Derbey2007-10-191-5/+4
* fix idr_find() lockingNadia Derbey2007-10-191-2/+26
* ipc: fix wrong commentsNadia Derbey2007-10-191-2/+16
* ipc: inline ipc_buildid()Nadia Derbey2007-10-191-1/+5
* ipc: introduce the ipcid_to_idx macroNadia Derbey2007-10-191-0/+2
* Storing ipcs into IDRsNadia Derbey2007-10-191-2/+2
* ipc: integrate ipc_checkid() into ipc_lock()Nadia Derbey2007-10-191-4/+39
* ipc: remove the ipc_get() routineNadia Derbey2007-10-191-1/+0
* ipc: unify the syscalls codeNadia Derbey2007-10-191-1/+42
* ipc: store ipcs into IDRsNadia Derbey2007-10-191-24/+8
* remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater2007-07-161-6/+2