summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-231-4/+4
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-231-4/+4
* | tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-233-10/+5Star
|/
* ipc/shm.c: is_file_shm_hugepages() can be booleanYaowei Bai2016-01-211-1/+1
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-1/+1
* ipc,msg: drop dst nil validation in copy_msgDavidlohr Bueso2015-11-071-1/+0Star
* Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds2015-09-303-17/+18
* ipc: convert invalid scenarios to use WARN_ONDavidlohr Bueso2015-09-102-3/+3
* ipc/sem.c: update/correct memory barriersManfred Spraul2015-08-151-4/+14
* ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()Herton R. Krzesinski2015-08-151-2/+4
* ipc,sem: fix use after free on IPC_RMID after a task using same semaphore set...Herton R. Krzesinski2015-08-151-6/+17
* ipc: use private shmem or hugetlbfs inodes for shm segments.Stephen Smalley2015-08-071-1/+1
* ipc: modify message queue accounting to not take kernel data structures into ...Marcus Gelderie2015-08-071-5/+0Star
* ipc,sysv: return -EINVAL upon incorrect id/seqnumDavidlohr Bueso2015-07-011-1/+1
* ipc,sysv: make return -EIDRM when racing with RMID consistentDavidlohr Bueso2015-07-011-5/+8
* ipc: rename ipc_obtain_objectDavidlohr Bueso2015-07-015-9/+9
* ipc,msg: provide barrier pairings for lockless receiveDavidlohr Bueso2015-07-011-10/+38
* ipc,shm: move BUG_ON check into shm_lockDavidlohr Bueso2015-07-011-5/+5
* ipc/util.c: use kvfree() in ipc_rcu_free()Pekka Enberg2015-07-011-4/+1Star
* ipc/mqueue: Implement lockless pipelined wakeupsDavidlohr Bueso2015-05-081-21/+33
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-272-12/+12
|\
| * VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-152-12/+12
* | ipc: remove use of seq_printf return valueJoe Perches2015-04-164-50/+58
|/
* ipc,sem: use current->state helpersDavidlohr Bueso2015-02-171-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-172-18/+19
|\
| * Merge branch 'nsfs' into for-nextAl Viro2014-12-112-18/+19
| |\
| | * copy address of proc_ns_ops into ns_commonAl Viro2014-12-042-0/+4
| | * new helpers: ns_alloc_inum/ns_free_inumAl Viro2014-12-041-3/+3
| | * make proc_ns_operations work with struct ns_common * instead of void *Al Viro2014-12-041-9/+3Star
| | * switch the rest of proc_ns_operations to working with &...->nsAl Viro2014-12-041-6/+9
| | * common object embedded into various struct ....nsAl Viro2014-12-042-5/+5
* | | shmdt: use i_size_read() instead of ->i_sizeDave Hansen2014-12-131-2/+3
* | | ipc/shm.c: fix overly aggressive shmdt() when calls span multiple segmentsDave Hansen2014-12-131-5/+13
* | | ipc/msg: increase MSGMNI, remove scalingManfred Spraul2014-12-136-266/+19Star
* | | ipc/sem.c: change memory barrier in sem_lock() to smp_rmb()Manfred Spraul2014-12-131-3/+10
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-111-2/+2
|\| |
| * | new helper: audit_file()Al Viro2014-11-191-2/+2
| |/
* / ipc/sem.c: fully initialize sem_array before making it visibleManfred Spraul2014-12-031-7/+8
|/
* ipc: resolve shadow warningsMark Rustad2014-10-141-46/+46
* ipc/util.c: use __seq_open_private() instead of seq_open()Rob Jones2014-10-141-16/+4Star
* ipc/shm: kill the historical/wrong mm->start_stack checkOleg Nesterov2014-10-141-7/+0Star
* ipc: always handle a new value of auto_msgmniAndrey Vagin2014-10-141-2/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-081-3/+3
|\
| * Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida2014-09-091-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-08-101-3/+3
|\ \
| * | namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman2014-07-301-3/+3
| |/
* | shm: allow exit_shm in parallel if only marking orphansJack Miller2014-08-091-32/+35
* | shm: make exit_shm work proportional to task activityJack Miller2014-08-091-11/+11
|/
* ipc: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-072-13/+13
* ipc/sem.c: add a printk_once for semctl(GETNCNT/GETZCNT)Manfred Spraul2014-06-071-0/+11