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