summaryrefslogtreecommitdiffstats
path: root/ipc/shm.c
Commit message (Expand)AuthorAgeFilesLines
* ipc/shm.c: add split function to shm_vm_opsMike Kravetz2018-03-281-0/+12
* ipc: fix ipc data structures inconsistencyPhilippe Mikoyan2018-02-061-5/+15
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-171-0/+1
|\
| * sysvipc: duplicate lock comments wrt ipc_addid()Davidlohr Bueso2017-11-171-0/+1
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-171-2/+2
|\ \ | |/ |/|
| * fix address space warnings in ipc/Linus Torvalds2017-10-111-2/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | fix a typo in put_compat_shm_info()Al Viro2017-09-251-1/+1
* | ipc/shm: Fix order of parameters when calling copy_compat_shmid_to_userWill Deacon2017-09-201-1/+1
|/
* Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-09-141-170/+363
|\
| * ipc: shm: Make shmid_kernel timestamps y2038 safeDeepa Dinamani2017-09-031-5/+5
| * shmat(2): move compat to nativeAl Viro2017-07-151-0/+19
| * ipc: make use of compat ipc_perm helpersAl Viro2017-07-151-26/+4
| * ipc: move compat shmctl to nativeAl Viro2017-07-151-5/+204
| * shmctl: split the work from copyin/copyoutAl Viro2017-07-151-175/+172
* | ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel2017-09-081-5/+7
* | ipc: add missing container_of()s for randstructKees Cook2017-08-021-1/+3
|/
* ipc/shm: remove special shm_alloc/freeKees Cook2017-07-121-20/+4
* ipc: move atomic_set() to where it is neededKees Cook2017-07-121-2/+0
* ipc/shm.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul2017-07-121-6/+3
* ipc/shm: avoid ipc_rcu_alloc()Kees Cook2017-07-121-4/+14
* ipc/shm: do not use ipc_rcu_free()Kees Cook2017-07-121-2/+7
* ipc: merge ipc_rcu and kern_ipc_permManfred Spraul2017-07-121-7/+11
* fs: remove call_fsync helper functionJeff Layton2017-07-051-1/+1
* ipc/shm: some shmat cleanupsDavidlohr Bueso2017-05-081-9/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-021-2/+2
|\
| * vfs: use helper for calling f_op->fsync()Miklos Szeredi2017-02-201-1/+1
| * mm: use helper for calling f_op->mmap()Miklos Szeredi2017-02-201-1/+1
* | ipc/shm: Fix shmat mmap nil-page protectionDavidlohr Bueso2017-02-271-4/+9
* | userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-241-4/+4
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-3/+3
|/
* ipc/shm.c: coding style fixesShailesh Pandey2016-12-141-3/+10
* 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
* ipc, shm: make shmem attach/detach wait for mmap_sem killableMichal Hocko2016-05-231-2/+7
* ipc/shm: handle removed segments gracefully in shm_mmap()Kirill A. Shutemov2016-02-181-10/+43
* ipc/shm.c: is_file_shm_hugepages() can be booleanYaowei Bai2016-01-201-1/+1
* Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds2015-09-301-6/+7
* ipc: convert invalid scenarios to use WARN_ONDavidlohr Bueso2015-09-101-2/+2
* ipc: use private shmem or hugetlbfs inodes for shm segments.Stephen Smalley2015-08-071-1/+1
* ipc: rename ipc_obtain_objectDavidlohr Bueso2015-06-301-1/+1
* ipc,shm: move BUG_ON check into shm_lockDavidlohr Bueso2015-06-301-5/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-1/+1
|\
| * VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-151-1/+1
* | ipc: remove use of seq_printf return valueJoe Perches2015-04-151-20/+22
|/
* shmdt: use i_size_read() instead of ->i_sizeDave Hansen2014-12-131-2/+3
* ipc/shm.c: fix overly aggressive shmdt() when calls span multiple segmentsDave Hansen2014-12-131-5/+13
* ipc/shm: kill the historical/wrong mm->start_stack checkOleg Nesterov2014-10-141-7/+0
* shm: allow exit_shm in parallel if only marking orphansJack Miller2014-08-081-32/+35
* shm: make exit_shm work proportional to task activityJack Miller2014-08-081-11/+11
OpenPOWER on IntegriCloud