summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-01-23tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa17-103/+36
2015-07-01ipc: rename ipc_obtain_objectDavidlohr Bueso5-9/+9
2014-06-06ipc, kernel: clear whitespacePaul McQuade6-30/+29
2014-06-06ipc: constify ipc_opsMathias Krause5-20/+19
2014-01-28ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso3-12/+3
2014-01-28ipc: whitespace cleanupManfred Spraul11-115/+115
2014-01-28ipc: change kern_ipc_perm.deleted type to boolRafael Aquini4-6/+6
2014-01-28ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini4-19/+41
2013-11-13ipc, msg: fix message length check for negative valuesMathias Krause3-15/+15
2013-09-24ipc: fix race with LSMsDavidlohr Bueso5-48/+64
2013-09-11ipc: drop ipc_lock_checkDavidlohr Bueso2-17/+0
2013-09-11ipc: drop ipc_lock_by_ptrDavidlohr Bueso3-9/+6
2013-09-11ipc: rename ids->rw_mutexDavidlohr Bueso7-69/+69
2013-09-11ipc: drop ipcctl_pre_downDavidlohr Bueso2-23/+4
2013-07-09ipc: close open coded spin lock callsDavidlohr Bueso4-12/+12
2013-07-09ipc: introduce ipc object locking helpersDavidlohr Bueso1-5/+15
2013-05-01ipc,sem: fine grained locking for semtimedopRik van Riel4-125/+203
2013-05-01ipc,sem: do not hold ipc lock more than necessaryDavidlohr Bueso2-48/+118
2013-05-01ipc: introduce lockless pre_down ipcctlDavidlohr Bueso2-5/+29
2013-05-01ipc: introduce obtaining a lockless ipc objectDavidlohr Bueso2-14/+59
2013-05-01ipc: remove bogus lock comment for ipc_checkidDavidlohr Bueso1-6/+1
2013-01-05ipc: introduce message queue copy featureStanislav Kinsbursky4-2/+102
2013-01-05ipc: add sysctl to specify desired next object idStanislav Kinsbursky5-4/+65
2012-09-07userns: Convert ipc to use kuid and kgid where appropriateEric W. Biederman7-38/+55
2012-07-31ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon39-22/+29
2011-03-24userns: user namespaces: convert several capable() callsSerge E. Hallyn13-45/+75
2009-06-21ipc: unbreak 32-bit shmctl/semctl/msgctlJohannes Weiner1-0/+1
2009-06-18ipcns: move free_ipcs() protoAlexey Dobriyan2-5/+2
2009-06-18ipc: use __ARCH_WANT_IPC_PARSE_VERSION in ipc/util.hArnd Bergmann1-1/+1
2009-04-07namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn5-52/+131
2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn7-71/+145
2008-07-25ipc: get rid of ipc_lock_down()Nadia Derbey3-75/+4
2008-04-29ipc: add definitions of USHORT_MAX and othersZhang, Yanmin4-9/+11
2008-04-29IPC: consolidate all xxxctl_down() functionsPierre Peiffer5-119/+66
2008-04-29IPC: introduce ipc_update_perm()Pierre Peiffer5-12/+17
2008-04-29ipc: recompute msgmni on memory add / removeNadia Derbey8-4/+162
2008-02-08IPC: make struct ipc_ids static in ipc_namespacePierre Peiffer7-104/+34
2008-02-08ipc: uninline some code from util.hPavel Emelyanov2-58/+57
2008-02-08namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov12-112/+164
2007-10-19ipc: remove unneeded parametersNadia Derbey4-17/+12
2007-10-19fix idr_find() lockingNadia Derbey5-70/+198
2007-10-19ipc: fix wrong commentsNadia Derbey5-45/+118
2007-10-19ipc: inline ipc_buildid()Nadia Derbey2-6/+5
2007-10-19ipc: introduce the ipcid_to_idx macroNadia Derbey2-2/+4
2007-10-19Storing ipcs into IDRsNadia Derbey4-18/+46
2007-10-19ipc: integrate ipc_checkid() into ipc_lock()Nadia Derbey5-136/+152
2007-10-19ipc: remove the ipc_get() routineNadia Derbey3-23/+13
2007-10-19ipc: unify the syscalls codeNadia Derbey5-139/+215
2007-10-19ipc: store ipcs into IDRsNadia Derbey9-313/+331
2007-07-16remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater11-79/+12
[next]