summaryrefslogtreecommitdiffstats
path: root/ipc/util.h
Commit message (Expand)AuthorAgeFilesLines
* sysvipc: make get_maxid O(1) againDavidlohr Bueso2017-11-181-3/+18
* sysvipc: unteach ids->next_id for !CHECKPOINT_RESTOREDavidlohr Bueso2017-11-181-5/+0Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-09-151-0/+30
|\
| * semctl(): move compat to nativeAl Viro2017-07-161-0/+6
| * ipc: move compat shmctl to nativeAl Viro2017-07-161-0/+24
* | ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel2017-09-091-9/+12
|/
* ipc/util.h: update documentation for ipc_getref() and ipc_putref()Manfred Spraul2017-07-131-0/+3
* ipc/util: drop ipc_rcu_alloc()Kees Cook2017-07-131-3/+0Star
* ipc/util: drop ipc_rcu_free()Kees Cook2017-07-131-1/+0Star
* ipc: drop non-RCU allocationKees Cook2017-07-131-6/+0Star
* ipc: merge ipc_rcu and kern_ipc_permManfred Spraul2017-07-131-11/+7Star
* ipc: Remove unused declaration of recompute_msgmniEric W. Biederman2017-04-181-2/+0Star
* tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-231-1/+1
* ipc: rename ipc_obtain_objectDavidlohr Bueso2015-07-011-1/+1
* ipc, kernel: clear whitespacePaul McQuade2014-06-071-4/+4
* ipc: constify ipc_opsMathias Krause2014-06-071-1/+1
* ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso2014-01-281-0/+1
* ipc: whitespace cleanupManfred Spraul2014-01-281-7/+7
* ipc: change kern_ipc_perm.deleted type to boolRafael Aquini2014-01-281-1/+1
* ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini2014-01-281-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-121-1/+0Star
* ipc: drop ipc_lock_by_ptrDavidlohr Bueso2013-09-121-6/+0Star
* ipc: rename ids->rw_mutexDavidlohr Bueso2013-09-121-2/+2
* ipc: drop ipcctl_pre_downDavidlohr Bueso2013-09-121-3/+0Star
* 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/+1Star
* ipc: introduce message queue copy featureStanislav Kinsbursky2013-01-051-0/+1
* ipc: add sysctl to specify desired next object idStanislav Kinsbursky2013-01-051-0/+1
* userns: Convert ipc to use kuid and kgid where appropriateEric W. Biederman2012-09-071-1/+1
* ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-311-1/+1
* userns: user namespaces: convert several capable() callsSerge E. Hallyn2011-03-241-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/+0Star
* ipc: add definitions of USHORT_MAX and othersZhang, Yanmin2008-04-291-1/+0Star
* 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/+4Star