summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* ipc/util.c: sysvipc_find_ipc() incorrectly updates position indexVasily Averin2020-05-201-6/+6
* ipc/util.c: sysvipc_find_ipc() should increase position indexVasily Averin2020-05-021-1/+1
* Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()"Ioanna Alifieraki2020-02-281-4/+2
* ipc/mqueue.c: only perform resource calculation if user validKees Cook2019-08-061-9/+10
* ipc: prevent lockup on alloc_msg and free_msgLi Rongqing2019-06-222-2/+14
* ipc/shm: fix shmat() nil address after round-down when remappingDavidlohr Bueso2018-05-301-2/+10
* Revert "ipc/shm: Fix shmat mmap nil-page protection"Davidlohr Bueso2018-05-301-7/+2
* ipc/shm: fix use-after-free of shm file via remap_file_pages()Eric Biggers2018-04-241-3/+20
* ipc/shm.c: add split function to shm_vm_opsMike Kravetz2018-04-081-0/+12
* ipc: msg, make msgrcv work with LONG_MINJiri Slaby2018-01-311-1/+4
* mqueue: fix a use-after-free in sys_mq_notify()Cong Wang2017-07-151-1/+3
* ipc/shm: Fix shmat mmap nil-page protectionDavidlohr Bueso2017-03-121-4/+9
* ipc: account for kmem usage on mqueue and msgAristeu Rozanski2016-10-271-2/+2
* ipc/sem.c: add cond_resched in exit_smeNikolay Borisov2016-10-111-0/+2
* ipc/msg: avoid waking sender upon full queueDavidlohr Bueso2016-10-111-10/+43
* ipc/msg: make ss_wakeup() kill arg booleanDavidlohr Bueso2016-10-111-4/+4
* ipc/msg: batch queue sender wakeupsDavidlohr Bueso2016-10-111-10/+20
* ipc/msg: implement lockless pipelined wakeupsSebastian Andrzej Siewior2016-10-111-93/+40
* ipc/sem.c: fix complex_count vs. simple op raceManfred Spraul2016-10-111-55/+83
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-9/+9
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-9/+9
* | Merge branch 'nsfs-ioctls' into HEADEric W. Biederman2016-09-221-0/+6
|\ \
| * | kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin2016-09-221-0/+6
| |/
* | userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman2016-09-221-1/+1
* | ipcns: Add a limit on the number of ipc namespacesEric W. Biederman2016-08-081-11/+34
|/
* ipc: delete "nr_ipc_ns"Alexey Dobriyan2016-08-022-4/+0
* sysv, ipc: fix security-layer leakingFabian Frederick2016-08-022-7/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-292-13/+12
|\
| * vfs: Generalize filesystem nodev handling.Eric W. Biederman2016-06-231-1/+1
| * ipc/mqueue: The mqueue filesystem should never contain executablesEric W. Biederman2016-06-231-0/+1
| * vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman2016-06-231-11/+8
| * ipc: Initialize ipc_namespace->user_ns early.Eric W. Biederman2016-06-231-2/+3
* | shmem: make shmem_inode_info::lock irq-safeKirill A. Shutemov2016-07-261-2/+2
* | shmem: get_unmapped_area align huge pageHugh Dickins2016-07-261-2/+4
* | locking/spinlock: Update spin_unlock_wait() usersPeter Zijlstra2016-06-141-1/+0
* | locking/barriers: Introduce smp_acquire__after_ctrl_dep()Peter Zijlstra2016-06-141-12/+2
|/
* ipc, shm: make shmem attach/detach wait for mmap_sem killableMichal Hocko2016-05-231-2/+7
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* ipc/sem: make semctl setting sempid consistentDavidlohr Bueso2016-03-221-2/+11
* ipc/shm: handle removed segments gracefully in shm_mmap()Kirill A. Shutemov2016-02-181-10/+43
* 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-221-4/+4
* | tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-223-10/+5
|/
* ipc/shm.c: is_file_shm_hugepages() can be booleanYaowei Bai2016-01-201-1/+1
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* ipc,msg: drop dst nil validation in copy_msgDavidlohr Bueso2015-11-061-1/+0
* 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-141-4/+14
* ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()Herton R. Krzesinski2015-08-141-2/+4