summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipc,sem: fix use after free on IPC_RMID after a task using same semaphore set...Herton R. Krzesinski2015-08-141-6/+17
* ipc: use private shmem or hugetlbfs inodes for shm segments.Stephen Smalley2015-08-071-1/+1
* ipc: modify message queue accounting to not take kernel data structures into ...Marcus Gelderie2015-08-071-5/+0
* ipc,sysv: return -EINVAL upon incorrect id/seqnumDavidlohr Bueso2015-06-301-1/+1
* ipc,sysv: make return -EIDRM when racing with RMID consistentDavidlohr Bueso2015-06-301-5/+8
* ipc: rename ipc_obtain_objectDavidlohr Bueso2015-06-305-9/+9
* ipc,msg: provide barrier pairings for lockless receiveDavidlohr Bueso2015-06-301-10/+38
* ipc,shm: move BUG_ON check into shm_lockDavidlohr Bueso2015-06-301-5/+5
* ipc/util.c: use kvfree() in ipc_rcu_free()Pekka Enberg2015-06-301-4/+1
* ipc/mqueue: Implement lockless pipelined wakeupsDavidlohr Bueso2015-05-081-21/+33
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-262-12/+12
|\
| * VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-152-12/+12
* | ipc: remove use of seq_printf return valueJoe Perches2015-04-154-50/+58
|/