aboutsummaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)AuthorFilesLines
2016-08-02ipc: delete "nr_ipc_ns"Gravatar Alexey Dobriyan 2-4/+0
2016-08-02sysv, ipc: fix security-layer leakingGravatar Fabian Frederick 2-7/+7
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 2-13/+12
2016-07-26shmem: make shmem_inode_info::lock irq-safeGravatar Kirill A. Shutemov 1-2/+2
2016-07-26shmem: get_unmapped_area align huge pageGravatar Hugh Dickins 1-2/+4
2016-06-23vfs: Generalize filesystem nodev handling.Gravatar Eric W. Biederman 1-1/+1
2016-06-23ipc/mqueue: The mqueue filesystem should never contain executablesGravatar Eric W. Biederman 1-0/+1
2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsGravatar Eric W. Biederman 1-11/+8
2016-06-23ipc: Initialize ipc_namespace->user_ns early.Gravatar Eric W. Biederman 1-2/+3
2016-06-14locking/spinlock: Update spin_unlock_wait() usersGravatar Peter Zijlstra 1-1/+0
2016-06-14locking/barriers: Introduce smp_acquire__after_ctrl_dep()Gravatar Peter Zijlstra 1-12/+2
2016-05-23ipc, shm: make shmem attach/detach wait for mmap_sem killableGravatar Michal Hocko 1-2/+7
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-03-22ipc/sem: make semctl setting sempid consistentGravatar Davidlohr Bueso 1-2/+11
2016-02-18ipc/shm: handle removed segments gracefully in shm_mmap()Gravatar Kirill A. Shutemov 1-10/+43
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