summaryrefslogtreecommitdiff
path: root/ipc
Commit message (Expand)AuthorAge
* ipc/sem.c: add cond_resched in exit_smeNikolay Borisov2016-10-11
* ipc/msg: avoid waking sender upon full queueDavidlohr Bueso2016-10-11
* ipc/msg: make ss_wakeup() kill arg booleanDavidlohr Bueso2016-10-11
* ipc/msg: batch queue sender wakeupsDavidlohr Bueso2016-10-11
* ipc/msg: implement lockless pipelined wakeupsSebastian Andrzej Siewior2016-10-11
* ipc/sem.c: fix complex_count vs. simple op raceManfred Spraul2016-10-11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-27
* | Merge branch 'nsfs-ioctls' into HEADEric W. Biederman2016-09-22
|\ \
| * | kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin2016-09-22
| |/
* | userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman2016-09-22
* | ipcns: Add a limit on the number of ipc namespacesEric W. Biederman2016-08-08
|/
* ipc: delete "nr_ipc_ns"Alexey Dobriyan2016-08-02
* sysv, ipc: fix security-layer leakingFabian Frederick2016-08-02
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-29
|\
| * vfs: Generalize filesystem nodev handling.Eric W. Biederman2016-06-23
| * ipc/mqueue: The mqueue filesystem should never contain executablesEric W. Biederman2016-06-23
| * vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman2016-06-23
| * ipc: Initialize ipc_namespace->user_ns early.Eric W. Biederman2016-06-23
* | shmem: make shmem_inode_info::lock irq-safeKirill A. Shutemov2016-07-26
* | shmem: get_unmapped_area align huge pageHugh Dickins2016-07-26
* | locking/spinlock: Update spin_unlock_wait() usersPeter Zijlstra2016-06-14
* | locking/barriers: Introduce smp_acquire__after_ctrl_dep()Peter Zijlstra2016-06-14
|/
* ipc, shm: make shmem attach/detach wait for mmap_sem killableMichal Hocko2016-05-23
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* ipc/sem: make semctl setting sempid consistentDavidlohr Bueso2016-03-22
* ipc/shm: handle removed segments gracefully in shm_mmap()Kirill A. Shutemov2016-02-18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-23
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-22
* | tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-22
|/
* ipc/shm.c: is_file_shm_hugepages() can be booleanYaowei Bai2016-01-20
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-14
* ipc,msg: drop dst nil validation in copy_msgDavidlohr Bueso2015-11-06
* Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds2015-09-30
* ipc: convert invalid scenarios to use WARN_ONDavidlohr Bueso2015-09-10
* ipc/sem.c: update/correct memory barriersManfred Spraul2015-08-14
* ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()Herton R. Krzesinski2015-08-14
* ipc,sem: fix use after free on IPC_RMID after a task using same semaphore set...Herton R. Krzesinski2015-08-14
* ipc: use private shmem or hugetlbfs inodes for shm segments.Stephen Smalley2015-08-07
* ipc: modify message queue accounting to not take kernel data structures into ...Marcus Gelderie2015-08-07
* ipc,sysv: return -EINVAL upon incorrect id/seqnumDavidlohr Bueso2015-06-30
* ipc,sysv: make return -EIDRM when racing with RMID consistentDavidlohr Bueso2015-06-30
* ipc: rename ipc_obtain_objectDavidlohr Bueso2015-06-30
* ipc,msg: provide barrier pairings for lockless receiveDavidlohr Bueso2015-06-30
* ipc,shm: move BUG_ON check into shm_lockDavidlohr Bueso2015-06-30
* ipc/util.c: use kvfree() in ipc_rcu_free()Pekka Enberg2015-06-30
* ipc/mqueue: Implement lockless pipelined wakeupsDavidlohr Bueso2015-05-08
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-26
|\
| * VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-15
* | ipc: remove use of seq_printf return valueJoe Perches2015-04-15
|/