summaryrefslogtreecommitdiffstats
path: root/ipc/util.c
Commit message (Expand)AuthorAgeFilesLines
* ipc/util.c, ipc_rcu_alloc: cacheline align allocationManfred Spraul2013-07-091-6/+6
* ipc: move locking out of ipcctl_pre_down_nolockDavidlohr Bueso2013-07-091-15/+6
* ipc: move rcu lock out of ipc_addidDavidlohr Bueso2013-07-091-2/+1
* ipc_schedule_free() can do vfree() directly nowAl Viro2013-05-021-87/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-1/+1
|\
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* | ipc,sem: fine grained locking for semtimedopRik van Riel2013-05-011-23/+25
* | ipc: introduce lockless pre_down ipcctlDavidlohr Bueso2013-05-011-5/+26
* | ipc: introduce obtaining a lockless ipc objectDavidlohr Bueso2013-05-011-14/+57
* | ipc/util.c: use register_hotmemory_notifier()Andrew Morton2013-04-291-7/+8
|/
* ipc: convert to idr_alloc()Tejun Heo2013-02-271-21/+9
* ipc: add sysctl to specify desired next object idStanislav Kinsbursky2013-01-041-4/+12
* userns: Convert ipc to use kuid and kgid where appropriateEric W. Biederman2012-09-061-14/+21
* ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-301-2/+2
* ipc,rcu: Convert call_rcu(ipc_immediate_free) to kfree_rcu()Lai Jiangshan2011-07-201-15/+1
* ipc: fix util.c kernel-doc warningsRandy Dunlap2011-03-271-1/+3
* userns: user namespaces: convert several capable() callsSerge E. Hallyn2011-03-231-10/+16
* kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-251-2/+2
* seq_file: constify seq_operationsJames Morris2009-09-231-1/+1
* namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn2009-04-071-9/+0
* sanitize audit_ipc_set_perm()Al Viro2009-01-041-7/+2
* sanitize audit_ipc_obj()Al Viro2009-01-041-6/+3
* Merge branch 'master' into nextJames Morris2008-12-041-5/+9
|\
| * sysvipc: fix the ipc structures initializationNadia Derbey2008-11-191-5/+9
* | CRED: Wrap task credential accesses in the SYSV IPC subsystemDavid Howells2008-11-141-5/+13
|/
* ipc: get rid of ipc_lock_down()Nadia Derbey2008-07-251-51/+1
* ipc: call idr_find() without locking in ipc_lock()Nadia Derbey2008-07-251-9/+0
* sysvipc: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-7/+6
* ipc: add definitions of USHORT_MAX and othersZhang, Yanmin2008-04-291-2/+2
* IPC: consolidate all xxxctl_down() functionsPierre Peiffer2008-04-291-0/+51
* IPC: introduce ipc_update_perm()Pierre Peiffer2008-04-291-0/+13
* ipc: invoke the ipcns notifier chain as a work itemNadia Derbey2008-04-291-1/+14
* ipc: recompute msgmni on memory add / removeNadia Derbey2008-04-291-0/+33
* ipc: scale msgmni to the number of ipc namespacesNadia Derbey2008-04-291-0/+3
* IPC: use ipc_buildid() directly from ipc_addid()Pierre Peiffer2008-04-291-0/+1
* IPC: make struct ipc_ids static in ipc_namespacePierre Peiffer2008-02-081-3/+3
* ipc: uninline some code from util.hPavel Emelyanov2008-02-081-2/+53
* namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov2008-02-081-60/+1
* make ipc/util.c:sysvipc_find_ipc() staticAdrian Bunk2008-02-061-2/+2
* IPC: fix error case when idr-cache is empty in ipcget()Pierre Peiffer2007-10-191-5/+11
* fix idr_find() lockingNadia Derbey2007-10-191-16/+62
* ipc: fix wrong commentsNadia Derbey2007-10-191-28/+50
* ipc: inline ipc_buildid()Nadia Derbey2007-10-191-5/+0
* ipc: introduce the ipcid_to_idx macroNadia Derbey2007-10-191-2/+2
* ipc: integrate ipc_checkid() into ipc_lock()Nadia Derbey2007-10-191-21/+2
* ipc: remove the ipc_get() routineNadia Derbey2007-10-191-19/+0
* ipc: unify the syscalls codeNadia Derbey2007-10-191-1/+100
* ipc: store ipcs into IDRsNadia Derbey2007-10-191-148/+118
* remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater2007-07-161-10/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0