summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)AuthorFilesLines
2018-01-31ipc: msg, make msgrcv work with LONG_MINJiri Slaby1-1/+4
2017-07-15mqueue: fix a use-after-free in sys_mq_notify()Cong Wang1-1/+3
2017-03-12ipc/shm: Fix shmat mmap nil-page protectionDavidlohr Bueso1-4/+9
2016-10-28ipc/sem.c: fix complex_count vs. simple op raceManfred Spraul1-55/+75
2016-08-16sysv, ipc: fix security-layer leakingFabian Frederick2-7/+7
2016-02-25ipc/shm: handle removed segments gracefully in shm_mmap()Kirill A. Shutemov1-10/+43
2015-11-07ipc,msg: drop dst nil validation in copy_msgDavidlohr Bueso1-1/+0
2015-09-30Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds3-17/+18
2015-09-10ipc: convert invalid scenarios to use WARN_ONDavidlohr Bueso2-3/+3
2015-08-15ipc/sem.c: update/correct memory barriersManfred Spraul1-4/+14
2015-08-15ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()Herton R. Krzesinski1-2/+4
2015-08-15ipc,sem: fix use after free on IPC_RMID after a task using same semaphore set...Herton R. Krzesinski1-6/+17
2015-08-07ipc: use private shmem or hugetlbfs inodes for shm segments.Stephen Smalley1-1/+1
2015-08-07ipc: modify message queue accounting to not take kernel data structures into ...Marcus Gelderie1-5/+0
2015-07-01ipc,sysv: return -EINVAL upon incorrect id/seqnumDavidlohr Bueso1-1/+1
2015-07-01ipc,sysv: make return -EIDRM when racing with RMID consistentDavidlohr Bueso1-5/+8
2015-07-01ipc: rename ipc_obtain_objectDavidlohr Bueso5-9/+9
2015-07-01ipc,msg: provide barrier pairings for lockless receiveDavidlohr Bueso1-10/+38
2015-07-01ipc,shm: move BUG_ON check into shm_lockDavidlohr Bueso1-5/+5
2015-07-01ipc/util.c: use kvfree() in ipc_rcu_free()Pekka Enberg1-4/+1
2015-05-08ipc/mqueue: Implement lockless pipelined wakeupsDavidlohr Bueso1-21/+33
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-12/+12
2015-04-16ipc: remove use of seq_printf return valueJoe Perches4-50/+58
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2-12/+12
2015-02-18ipc,sem: use current->state helpersDavidlohr Bueso1-1/+1
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-18/+19
2014-12-13shmdt: use i_size_read() instead of ->i_sizeDave Hansen1-2/+3
2014-12-13ipc/shm.c: fix overly aggressive shmdt() when calls span multiple segmentsDave Hansen1-5/+13
2014-12-13ipc/msg: increase MSGMNI, remove scalingManfred Spraul6-266/+19
2014-12-13ipc/sem.c: change memory barrier in sem_lock() to smp_rmb()Manfred Spraul1-3/+10
2014-12-11Merge branch 'nsfs' into for-nextAl Viro2-18/+19
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro2-0/+4
2014-12-04new helpers: ns_alloc_inum/ns_free_inumAl Viro1-3/+3
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro1-9/+3
2014-12-04switch the rest of proc_ns_operations to working with &...->nsAl Viro1-6/+9
2014-12-04common object embedded into various struct ....nsAl Viro2-5/+5
2014-12-03ipc/sem.c: fully initialize sem_array before making it visibleManfred Spraul1-7/+8
2014-11-19new helper: audit_file()Al Viro1-2/+2
2014-10-14ipc: resolve shadow warningsMark Rustad1-46/+46
2014-10-14ipc/util.c: use __seq_open_private() instead of seq_open()Rob Jones1-16/+4
2014-10-14ipc/shm: kill the historical/wrong mm->start_stack checkOleg Nesterov1-7/+0
2014-10-14ipc: always handle a new value of auto_msgmniAndrey Vagin1-2/+1
2014-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+3
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida1-3/+3
2014-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-3/+3
2014-08-09shm: allow exit_shm in parallel if only marking orphansJack Miller1-32/+35
2014-08-09shm: make exit_shm work proportional to task activityJack Miller1-11/+11
2014-07-30namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman1-3/+3
2014-06-07ipc: convert use of typedef ctl_table to struct ctl_tableJoe Perches2-13/+13