aboutsummaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)AuthorFilesLines
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+4
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Gravatar Tetsuo Handa 3-10/+5
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-4/+4
2016-01-20ipc/shm.c: is_file_shm_hugepages() can be booleanGravatar Yaowei Bai 1-1/+1
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2015-11-06ipc,msg: drop dst nil validation in copy_msgGravatar Davidlohr Bueso 1-1/+0
2015-09-30Initialize msg/shm IPC objects before doing ipc_addid()Gravatar Linus Torvalds 3-17/+18
2015-09-10ipc: convert invalid scenarios to use WARN_ONGravatar Davidlohr Bueso 2-3/+3
2015-08-14ipc/sem.c: update/correct memory barriersGravatar Manfred Spraul 1-4/+14
2015-08-14ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()Gravatar Herton R. Krzesinski 1-2/+4
2015-08-14ipc,sem: fix use after free on IPC_RMID after a task using same semaphore set...Gravatar Herton R. Krzesinski 1-6/+17
2015-08-07ipc: use private shmem or hugetlbfs inodes for shm segments.Gravatar Stephen Smalley 1-1/+1
2015-08-07ipc: modify message queue accounting to not take kernel data structures into ...Gravatar Marcus Gelderie 1-5/+0
2015-06-30ipc,sysv: return -EINVAL upon incorrect id/seqnumGravatar Davidlohr Bueso 1-1/+1
2015-06-30ipc,sysv: make return -EIDRM when racing with RMID consistentGravatar Davidlohr Bueso 1-5/+8
2015-06-30ipc: rename ipc_obtain_objectGravatar Davidlohr Bueso 5-9/+9
2015-06-30ipc,msg: provide barrier pairings for lockless receiveGravatar Davidlohr Bueso 1-10/+38
2015-06-30ipc,shm: move BUG_ON check into shm_lockGravatar Davidlohr Bueso 1-5/+5
2015-06-30ipc/util.c: use kvfree() in ipc_rcu_free()Gravatar Pekka Enberg 1-4/+1
2015-05-08ipc/mqueue: Implement lockless pipelined wakeupsGravatar Davidlohr Bueso 1-21/+33
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-12/+12
2015-04-15ipc: remove use of seq_printf return valueGravatar Joe Perches 4-50/+58
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsGravatar David Howells 2-12/+12
2015-02-17ipc,sem: use current->state helpersGravatar Davidlohr Bueso 1-1/+1
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-18/+19
2014-12-13shmdt: use i_size_read() instead of ->i_sizeGravatar Dave Hansen 1-2/+3
2014-12-13ipc/shm.c: fix overly aggressive shmdt() when calls span multiple segmentsGravatar Dave Hansen 1-5/+13
2014-12-13ipc/msg: increase MSGMNI, remove scalingGravatar Manfred Spraul 6-266/+19
2014-12-13ipc/sem.c: change memory barrier in sem_lock() to smp_rmb()Gravatar Manfred Spraul 1-3/+10
2014-12-10Merge branch 'nsfs' into for-nextGravatar Al Viro 2-18/+19
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2014-12-04copy address of proc_ns_ops into ns_commonGravatar Al Viro 2-0/+4
2014-12-04new helpers: ns_alloc_inum/ns_free_inumGravatar Al Viro 1-3/+3
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Gravatar Al Viro 1-9/+3
2014-12-04switch the rest of proc_ns_operations to working with &...->nsGravatar Al Viro 1-6/+9
2014-12-04common object embedded into various struct ....nsGravatar Al Viro 2-5/+5
2014-12-03ipc/sem.c: fully initialize sem_array before making it visibleGravatar Manfred Spraul 1-7/+8
2014-11-19new helper: audit_file()Gravatar Al Viro 1-2/+2
2014-10-14ipc: resolve shadow warningsGravatar Mark Rustad 1-46/+46
2014-10-14ipc/util.c: use __seq_open_private() instead of seq_open()Gravatar Rob Jones 1-16/+4
2014-10-14ipc/shm: kill the historical/wrong mm->start_stack checkGravatar Oleg Nesterov 1-7/+0
2014-10-14ipc: always handle a new value of auto_msgmniGravatar Andrey Vagin 1-2/+1
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-3/+3
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlGravatar Masanari Iida 1-3/+3
2014-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-3/+3
2014-08-08shm: allow exit_shm in parallel if only marking orphansGravatar Jack Miller 1-32/+35
2014-08-08shm: make exit_shm work proportional to task activityGravatar Jack Miller 1-11/+11
2014-07-29namespaces: Use task_lock and not rcu to protect nsproxyGravatar Eric W. Biederman 1-3/+3
2014-06-06ipc: convert use of typedef ctl_table to struct ctl_tableGravatar Joe Perches 2-13/+13
2014-06-06ipc/sem.c: add a printk_once for semctl(GETNCNT/GETZCNT)Gravatar Manfred Spraul 1-0/+11