summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)AuthorLines
2016-05-23ipc, shm: make shmem attach/detach wait for mmap_sem killableMichal Hocko-2/+7
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-2/+2
2016-03-22ipc/sem: make semctl setting sempid consistentDavidlohr Bueso-2/+11
2016-02-18ipc/shm: handle removed segments gracefully in shm_mmap()Kirill A. Shutemov-10/+43
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-4/+4
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa-10/+5
2016-01-22wrappers for ->i_mutex accessAl Viro-4/+4
2016-01-20ipc/shm.c: is_file_shm_hugepages() can be booleanYaowei Bai-1/+1
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov-1/+1
2015-11-06ipc,msg: drop dst nil validation in copy_msgDavidlohr Bueso-1/+0
2015-09-30Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds-17/+18
2015-09-10ipc: convert invalid scenarios to use WARN_ONDavidlohr Bueso-3/+3
2015-08-14ipc/sem.c: update/correct memory barriersManfred Spraul-4/+14
2015-08-14ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()Herton R. Krzesinski-2/+4
2015-08-14ipc,sem: fix use after free on IPC_RMID after a task using same semaphore set...Herton R. Krzesinski-6/+17
2015-08-07ipc: use private shmem or hugetlbfs inodes for shm segments.Stephen Smalley-1/+1
2015-08-07ipc: modify message queue accounting to not take kernel data structures into ...Marcus Gelderie-5/+0
2015-06-30ipc,sysv: return -EINVAL upon incorrect id/seqnumDavidlohr Bueso-1/+1
2015-06-30ipc,sysv: make return -EIDRM when racing with RMID consistentDavidlohr Bueso-5/+8
2015-06-30ipc: rename ipc_obtain_objectDavidlohr Bueso-9/+9
2015-06-30ipc,msg: provide barrier pairings for lockless receiveDavidlohr Bueso-10/+38
2015-06-30ipc,shm: move BUG_ON check into shm_lockDavidlohr Bueso-5/+5
2015-06-30ipc/util.c: use kvfree() in ipc_rcu_free()Pekka Enberg-4/+1
2015-05-08ipc/mqueue: Implement lockless pipelined wakeupsDavidlohr Bueso-21/+33
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-12/+12
2015-04-15ipc: remove use of seq_printf return valueJoe Perches-50/+58
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells-12/+12
2015-02-17ipc,sem: use current->state helpersDavidlohr Bueso-1/+1
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-18/+19
2014-12-13shmdt: use i_size_read() instead of ->i_sizeDave Hansen-2/+3
2014-12-13ipc/shm.c: fix overly aggressive shmdt() when calls span multiple segmentsDave Hansen-5/+13
2014-12-13ipc/msg: increase MSGMNI, remove scalingManfred Spraul-266/+19
2014-12-13ipc/sem.c: change memory barrier in sem_lock() to smp_rmb()Manfred Spraul-3/+10
2014-12-10Merge branch 'nsfs' into for-nextAl Viro-18/+19
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro-0/+4
2014-12-04new helpers: ns_alloc_inum/ns_free_inumAl Viro-3/+3
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro-9/+3
2014-12-04switch the rest of proc_ns_operations to working with &...->nsAl Viro-6/+9
2014-12-04common object embedded into various struct ....nsAl Viro-5/+5
2014-12-03ipc/sem.c: fully initialize sem_array before making it visibleManfred Spraul-7/+8
2014-11-19new helper: audit_file()Al Viro-2/+2
2014-10-14ipc: resolve shadow warningsMark Rustad-46/+46
2014-10-14ipc/util.c: use __seq_open_private() instead of seq_open()Rob Jones-16/+4
2014-10-14ipc/shm: kill the historical/wrong mm->start_stack checkOleg Nesterov-7/+0
2014-10-14ipc: always handle a new value of auto_msgmniAndrey Vagin-2/+1
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-3/+3
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida-3/+3
2014-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-3/+3
2014-08-08shm: allow exit_shm in parallel if only marking orphansJack Miller-32/+35