summaryrefslogtreecommitdiffstats
path: root/ipc/util.c
Commit message (Expand)AuthorAgeFilesLines
...
* ipc/util.c: remove unnecessary work pending testXie XiuQi2013-11-131-3/+1Star
* ipc: update locking scheme commentsDavidlohr Bueso2013-10-171-6/+21
* ipc: fix race with LSMsDavidlohr Bueso2013-09-241-20/+12Star
* ipc: drop ipc_lock_checkDavidlohr Bueso2013-09-121-16/+0Star
* ipc: drop ipc_lock_by_ptrDavidlohr Bueso2013-09-121-2/+4
* ipc: document general ipc locking schemeDavidlohr Bueso2013-09-121-0/+8
* ipc: rename ids->rw_mutexDavidlohr Bueso2013-09-121-14/+14
* ipc: drop ipcctl_pre_downDavidlohr Bueso2013-09-121-20/+4Star
* 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/+6Star
* ipc: move rcu lock out of ipc_addidDavidlohr Bueso2013-07-091-2/+1Star
* ipc_schedule_free() can do vfree() directly nowAl Viro2013-05-021-87/+16Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-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-301-7/+8
|/
* ipc: convert to idr_alloc()Tejun Heo2013-02-281-21/+9Star
* ipc: add sysctl to specify desired next object idStanislav Kinsbursky2013-01-051-4/+12
* userns: Convert ipc to use kuid and kgid where appropriateEric W. Biederman2012-09-071-14/+21
* ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-311-2/+2
* ipc,rcu: Convert call_rcu(ipc_immediate_free) to kfree_rcu()Lai Jiangshan2011-07-201-15/+1Star
* ipc: fix util.c kernel-doc warningsRandy Dunlap2011-03-281-1/+3
* userns: user namespaces: convert several capable() callsSerge E. Hallyn2011-03-241-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/+0Star
* sanitize audit_ipc_set_perm()Al Viro2009-01-041-7/+2Star
* sanitize audit_ipc_obj()Al Viro2009-01-041-6/+3Star
* Merge branch 'master' into nextJames Morris2008-12-041-5/+9
|\
| * sysvipc: fix the ipc structures initializationNadia Derbey2008-11-201-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/+1Star
* ipc: call idr_find() without locking in ipc_lock()Nadia Derbey2008-07-251-9/+0Star
* sysvipc: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-7/+6Star
* 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/+1Star
* 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