aboutsummaryrefslogtreecommitdiff
path: root/ipc/util.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-12ipc/util.h: update documentation for ipc_getref() and ipc_putref()Gravatar Manfred Spraul 1-0/+3
2017-07-12ipc/util: drop ipc_rcu_alloc()Gravatar Kees Cook 1-3/+0
2017-07-12ipc/util: drop ipc_rcu_free()Gravatar Kees Cook 1-1/+0
2017-07-12ipc: drop non-RCU allocationGravatar Kees Cook 1-6/+0
2017-07-12ipc: merge ipc_rcu and kern_ipc_permGravatar Manfred Spraul 1-11/+7
2017-04-17ipc: Remove unused declaration of recompute_msgmniGravatar Eric W. Biederman 1-2/+0
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Gravatar Tetsuo Handa 1-1/+1
2015-06-30ipc: rename ipc_obtain_objectGravatar Davidlohr Bueso 1-1/+1
2014-06-06ipc, kernel: clear whitespaceGravatar Paul McQuade 1-4/+4
2014-06-06ipc: constify ipc_opsGravatar Mathias Krause 1-1/+1
2014-01-27ipc: delete seq_max field in struct ipc_idsGravatar Davidlohr Bueso 1-0/+1
2014-01-27ipc: whitespace cleanupGravatar Manfred Spraul 1-7/+7
2014-01-27ipc: change kern_ipc_perm.deleted type to boolGravatar Rafael Aquini 1-1/+1
2014-01-27ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesGravatar Rafael Aquini 1-0/+13
2013-11-13ipc, msg: fix message length check for negative valuesGravatar Mathias Krause 1-2/+2
2013-09-24ipc: fix race with LSMsGravatar Davidlohr Bueso 1-1/+9
2013-09-11ipc: drop ipc_lock_checkGravatar Davidlohr Bueso 1-1/+0
2013-09-11ipc: drop ipc_lock_by_ptrGravatar Davidlohr Bueso 1-6/+0
2013-09-11ipc: rename ids->rw_mutexGravatar Davidlohr Bueso 1-2/+2
2013-09-11ipc: drop ipcctl_pre_downGravatar Davidlohr Bueso 1-3/+0
2013-07-09ipc: close open coded spin lock callsGravatar Davidlohr Bueso 1-2/+2
2013-07-09ipc: introduce ipc object locking helpersGravatar Davidlohr Bueso 1-5/+15
2013-05-01ipc,sem: fine grained locking for semtimedopGravatar Rik van Riel 1-1/+1
2013-05-01ipc,sem: do not hold ipc lock more than necessaryGravatar Davidlohr Bueso 1-0/+5
2013-05-01ipc: introduce lockless pre_down ipcctlGravatar Davidlohr Bueso 1-0/+3
2013-05-01ipc: introduce obtaining a lockless ipc objectGravatar Davidlohr Bueso 1-0/+2
2013-05-01ipc: remove bogus lock comment for ipc_checkidGravatar Davidlohr Bueso 1-6/+1
2013-01-04ipc: introduce message queue copy featureGravatar Stanislav Kinsbursky 1-0/+1
2013-01-04ipc: add sysctl to specify desired next object idGravatar Stanislav Kinsbursky 1-0/+1
2012-09-06userns: Convert ipc to use kuid and kgid where appropriateGravatar Eric W. Biederman 1-1/+1
2012-07-30ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONGravatar Will Deacon 1-1/+1
2011-03-23userns: user namespaces: convert several capable() callsGravatar Serge E. Hallyn 1-2/+3
2009-06-21ipc: unbreak 32-bit shmctl/semctl/msgctlGravatar Johannes Weiner 1-0/+1
2009-06-18ipcns: move free_ipcs() protoGravatar Alexey Dobriyan 1-1/+2
2009-06-18ipc: use __ARCH_WANT_IPC_PARSE_VERSION in ipc/util.hGravatar Arnd Bergmann 1-1/+1
2009-04-07namespaces: ipc namespaces: implement support for posix msqueuesGravatar Serge E. Hallyn 1-2/+4
2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceGravatar Serge E. Hallyn 1-0/+16
2008-07-25ipc: get rid of ipc_lock_down()Gravatar Nadia Derbey 1-6/+0
2008-04-29ipc: add definitions of USHORT_MAX and othersGravatar Zhang, Yanmin 1-1/+0
2008-04-29IPC: consolidate all xxxctl_down() functionsGravatar Pierre Peiffer 1-0/+2
2008-04-29IPC: introduce ipc_update_perm()Gravatar Pierre Peiffer 1-0/+1
2008-04-29ipc: recompute msgmni on memory add / removeGravatar Nadia Derbey 1-0/+2
2008-02-08IPC: make struct ipc_ids static in ipc_namespaceGravatar Pierre Peiffer 1-12/+4
2008-02-08ipc: uninline some code from util.hGravatar Pavel Emelyanov 1-56/+4
2008-02-08namespaces: move the IPC namespace under IPC_NS optionGravatar Pavel Emelyanov 1-0/+2
2007-10-19ipc: remove unneeded parametersGravatar Nadia Derbey 1-5/+4
2007-10-19fix idr_find() lockingGravatar Nadia Derbey 1-2/+26
2007-10-19ipc: fix wrong commentsGravatar Nadia Derbey 1-2/+16
2007-10-19ipc: inline ipc_buildid()Gravatar Nadia Derbey 1-1/+5
2007-10-19ipc: introduce the ipcid_to_idx macroGravatar Nadia Derbey 1-0/+2