summaryrefslogtreecommitdiff
path: root/ipc/shm.c
Commit message (Expand)AuthorAge
* ipc/shm: fix use-after-free of shm file via remap_file_pages()Eric Biggers2018-04-13
* ipc/shm.c: shm_split(): remove unneeded test for NULL shm_file_data.vm_opsAndrew Morton2018-04-11
* ipc/shm: introduce shmctl(SHM_STAT_ANY)Davidlohr Bueso2018-04-11
* Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-03
|\
| * ipc/shm: Fix pid freeing.Eric W. Biederman2018-03-28
| * ipc: Directly call the security hook in ipc_ops.associateEric W. Biederman2018-03-27
| * ipc/shm: Fix shmctl(..., IPC_STAT, ...) between pid namespaces.Eric W. Biederman2018-03-27
| * shm: Move struct shmid_kernel into ipc/shm.cEric W. Biederman2018-03-24
| * shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksEric W. Biederman2018-03-22
* | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-02
|\ \
| * | ipc: add shmctl syscall/compat_syscall wrappersDominik Brodowski2018-04-02
| * | ipc: add shmdt syscall wrapperDominik Brodowski2018-04-02
| * | ipc: add shmget syscall wrapperDominik Brodowski2018-04-02
| |/
* | ipc/shm.c: add split function to shm_vm_opsMike Kravetz2018-03-28
|/
* ipc: fix ipc data structures inconsistencyPhilippe Mikoyan2018-02-06
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-17
|\
| * sysvipc: duplicate lock comments wrt ipc_addid()Davidlohr Bueso2017-11-17
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-17
|\ \ | |/ |/|
| * fix address space warnings in ipc/Linus Torvalds2017-10-11
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | fix a typo in put_compat_shm_info()Al Viro2017-09-25
* | ipc/shm: Fix order of parameters when calling copy_compat_shmid_to_userWill Deacon2017-09-20
|/
* Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-09-14
|\
| * ipc: shm: Make shmid_kernel timestamps y2038 safeDeepa Dinamani2017-09-03
| * shmat(2): move compat to nativeAl Viro2017-07-15
| * ipc: make use of compat ipc_perm helpersAl Viro2017-07-15
| * ipc: move compat shmctl to nativeAl Viro2017-07-15
| * shmctl: split the work from copyin/copyoutAl Viro2017-07-15
* | ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel2017-09-08
* | ipc: add missing container_of()s for randstructKees Cook2017-08-02
|/
* ipc/shm: remove special shm_alloc/freeKees Cook2017-07-12
* ipc: move atomic_set() to where it is neededKees Cook2017-07-12
* ipc/shm.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul2017-07-12
* ipc/shm: avoid ipc_rcu_alloc()Kees Cook2017-07-12
* ipc/shm: do not use ipc_rcu_free()Kees Cook2017-07-12
* ipc: merge ipc_rcu and kern_ipc_permManfred Spraul2017-07-12
* fs: remove call_fsync helper functionJeff Layton2017-07-05
* ipc/shm: some shmat cleanupsDavidlohr Bueso2017-05-08
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-02
|\
| * vfs: use helper for calling f_op->fsync()Miklos Szeredi2017-02-20
| * mm: use helper for calling f_op->mmap()Miklos Szeredi2017-02-20
* | ipc/shm: Fix shmat mmap nil-page protectionDavidlohr Bueso2017-02-27
* | userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-24
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-24
|/
* ipc/shm.c: coding style fixesShailesh Pandey2016-12-14
* shmem: make shmem_inode_info::lock irq-safeKirill A. Shutemov2016-07-26
* shmem: get_unmapped_area align huge pageHugh Dickins2016-07-26
* ipc, shm: make shmem attach/detach wait for mmap_sem killableMichal Hocko2016-05-23
* ipc/shm: handle removed segments gracefully in shm_mmap()Kirill A. Shutemov2016-02-18
* ipc/shm.c: is_file_shm_hugepages() can be booleanYaowei Bai2016-01-20