summaryrefslogtreecommitdiffstats
path: root/ipc/util.c
Commit message (Expand)AuthorAgeFilesLines
* ipc/msg: increase MSGMNI, remove scalingManfred Spraul2014-12-131-40/+0
* ipc/util.c: use __seq_open_private() instead of seq_open()Rob Jones2014-10-141-16/+4
* Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida2014-09-091-3/+3
* ipc, kernel: clear whitespacePaul McQuade2014-06-061-2/+2
* ipc: constify ipc_opsMathias Krause2014-06-061-4/+4
* ipc: use device_initcallDavidlohr Bueso2014-04-071-1/+1
* ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso2014-01-271-11/+2
* ipc: simplify sysvipc_proc_open() returnDavidlohr Bueso2014-01-271-5/+4
* ipc: remove useless return statementDavidlohr Bueso2014-01-271-4/+0
* ipc: remove braces for single statementsDavidlohr Bueso2014-01-271-2/+1
* ipc: standardize code commentsDavidlohr Bueso2014-01-271-125/+114
* ipc: whitespace cleanupManfred Spraul2014-01-271-12/+12
* ipc: change kern_ipc_perm.deleted type to boolRafael Aquini2014-01-271-3/+3
* ipc/util.c: remove unnecessary work pending testXie XiuQi2013-11-131-3/+1
* ipc: update locking scheme commentsDavidlohr Bueso2013-10-161-6/+21
* ipc: fix race with LSMsDavidlohr Bueso2013-09-241-20/+12
* ipc: drop ipc_lock_checkDavidlohr Bueso2013-09-111-16/+0
* ipc: drop ipc_lock_by_ptrDavidlohr Bueso2013-09-111-2/+4
* ipc: document general ipc locking schemeDavidlohr Bueso2013-09-111-0/+8
* ipc: rename ids->rw_mutexDavidlohr Bueso2013-09-111-14/+14
* ipc: drop ipcctl_pre_downDavidlohr Bueso2013-09-111-20/+4
* 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
OpenPOWER on IntegriCloud