summaryrefslogtreecommitdiff
path: root/ipc/util.h
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2017-09-08ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel
2017-07-15semctl(): move compat to nativeAl Viro
2017-07-15ipc: move compat shmctl to nativeAl Viro
2017-07-12ipc/util.h: update documentation for ipc_getref() and ipc_putref()Manfred Spraul
2017-07-12ipc/util: drop ipc_rcu_alloc()Kees Cook
2017-07-12ipc/util: drop ipc_rcu_free()Kees Cook
2017-07-12ipc: drop non-RCU allocationKees Cook
2017-07-12ipc: merge ipc_rcu and kern_ipc_permManfred Spraul
2017-04-17ipc: Remove unused declaration of recompute_msgmniEric W. Biederman
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa
2015-06-30ipc: rename ipc_obtain_objectDavidlohr Bueso
2014-06-06ipc, kernel: clear whitespacePaul McQuade
2014-06-06ipc: constify ipc_opsMathias Krause
2014-01-27ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso
2014-01-27ipc: whitespace cleanupManfred Spraul
2014-01-27ipc: change kern_ipc_perm.deleted type to boolRafael Aquini
2014-01-27ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini
2013-11-13ipc, msg: fix message length check for negative valuesMathias Krause
2013-09-24ipc: fix race with LSMsDavidlohr Bueso
2013-09-11ipc: drop ipc_lock_checkDavidlohr Bueso
2013-09-11ipc: drop ipc_lock_by_ptrDavidlohr Bueso
2013-09-11ipc: rename ids->rw_mutexDavidlohr Bueso
2013-09-11ipc: drop ipcctl_pre_downDavidlohr Bueso
2013-07-09ipc: close open coded spin lock callsDavidlohr Bueso
2013-07-09ipc: introduce ipc object locking helpersDavidlohr Bueso
2013-05-01ipc,sem: fine grained locking for semtimedopRik van Riel
2013-05-01ipc,sem: do not hold ipc lock more than necessaryDavidlohr Bueso
2013-05-01ipc: introduce lockless pre_down ipcctlDavidlohr Bueso
2013-05-01ipc: introduce obtaining a lockless ipc objectDavidlohr Bueso
2013-05-01ipc: remove bogus lock comment for ipc_checkidDavidlohr Bueso
2013-01-04ipc: introduce message queue copy featureStanislav Kinsbursky
2013-01-04ipc: add sysctl to specify desired next object idStanislav Kinsbursky
2012-09-06userns: Convert ipc to use kuid and kgid where appropriateEric W. Biederman
2012-07-30ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon
2011-03-23userns: user namespaces: convert several capable() callsSerge E. Hallyn
2009-06-21ipc: unbreak 32-bit shmctl/semctl/msgctlJohannes Weiner
2009-06-18ipcns: move free_ipcs() protoAlexey Dobriyan
2009-06-18ipc: use __ARCH_WANT_IPC_PARSE_VERSION in ipc/util.hArnd Bergmann
2009-04-07namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn
2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn
2008-07-25ipc: get rid of ipc_lock_down()Nadia Derbey
2008-04-29ipc: add definitions of USHORT_MAX and othersZhang, Yanmin
2008-04-29IPC: consolidate all xxxctl_down() functionsPierre Peiffer
2008-04-29IPC: introduce ipc_update_perm()Pierre Peiffer
2008-04-29ipc: recompute msgmni on memory add / removeNadia Derbey
2008-02-08IPC: make struct ipc_ids static in ipc_namespacePierre Peiffer
2008-02-08ipc: uninline some code from util.hPavel Emelyanov
2008-02-08namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov