summaryrefslogtreecommitdiff
path: root/ipc/shm.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2017-11-18sysvipc: duplicate lock comments wrt ipc_addid()Davidlohr Bueso1-0/+1
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-11fix address space warnings in ipc/Linus Torvalds1-2/+2
2017-09-26fix a typo in put_compat_shm_info()Al Viro1-1/+1
2017-09-21ipc/shm: Fix order of parameters when calling copy_compat_shmid_to_userWill Deacon1-1/+1
2017-09-15Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-170/+363
2017-09-09ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel1-5/+7
2017-09-04ipc: shm: Make shmid_kernel timestamps y2038 safeDeepa Dinamani1-5/+5
2017-08-03ipc: add missing container_of()s for randstructKees Cook1-1/+3
2017-07-16shmat(2): move compat to nativeAl Viro1-0/+19
2017-07-16ipc: make use of compat ipc_perm helpersAl Viro1-26/+4
2017-07-16ipc: move compat shmctl to nativeAl Viro1-5/+204
2017-07-16shmctl: split the work from copyin/copyoutAl Viro1-175/+172
2017-07-13ipc/shm: remove special shm_alloc/freeKees Cook1-20/+4
2017-07-13ipc: move atomic_set() to where it is neededKees Cook1-2/+0
2017-07-13ipc/shm.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul1-6/+3
2017-07-13ipc/shm: avoid ipc_rcu_alloc()Kees Cook1-4/+14
2017-07-13ipc/shm: do not use ipc_rcu_free()Kees Cook1-2/+7
2017-07-13ipc: merge ipc_rcu and kern_ipc_permManfred Spraul1-7/+11
2017-07-06fs: remove call_fsync helper functionJeff Layton1-1/+1
2017-05-09ipc/shm: some shmat cleanupsDavidlohr Bueso1-9/+7
2017-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2017-02-28ipc/shm: Fix shmat mmap nil-page protectionDavidlohr Bueso1-4/+9
2017-02-25userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport1-4/+4
2017-02-25mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-3/+3
2017-02-20vfs: use helper for calling f_op->fsync()Miklos Szeredi1-1/+1
2017-02-20mm: use helper for calling f_op->mmap()Miklos Szeredi1-1/+1
2016-12-15ipc/shm.c: coding style fixesShailesh Pandey1-3/+10
2016-07-27shmem: make shmem_inode_info::lock irq-safeKirill A. Shutemov1-2/+2
2016-07-27shmem: get_unmapped_area align huge pageHugh Dickins1-2/+4
2016-05-24ipc, shm: make shmem attach/detach wait for mmap_sem killableMichal Hocko1-2/+7
2016-02-19ipc/shm: handle removed segments gracefully in shm_mmap()Kirill A. Shutemov1-10/+43
2016-01-21ipc/shm.c: is_file_shm_hugepages() can be booleanYaowei Bai1-1/+1
2015-09-30Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds1-6/+7
2015-09-10ipc: convert invalid scenarios to use WARN_ONDavidlohr Bueso1-2/+2
2015-08-07ipc: use private shmem or hugetlbfs inodes for shm segments.Stephen Smalley1-1/+1
2015-07-01ipc: rename ipc_obtain_objectDavidlohr Bueso1-1/+1
2015-07-01ipc,shm: move BUG_ON check into shm_lockDavidlohr Bueso1-5/+5
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-04-16ipc: remove use of seq_printf return valueJoe Perches1-20/+22
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells1-1/+1
2014-12-13shmdt: use i_size_read() instead of ->i_sizeDave Hansen1-2/+3
2014-12-13ipc/shm.c: fix overly aggressive shmdt() when calls span multiple segmentsDave Hansen1-5/+13
2014-10-14ipc/shm: kill the historical/wrong mm->start_stack checkOleg Nesterov1-7/+0
2014-08-09shm: allow exit_shm in parallel if only marking orphansJack Miller1-32/+35
2014-08-09shm: make exit_shm work proportional to task activityJack Miller1-11/+11
2014-06-07ipc/shm.c: check for integer overflow during shmget.Manfred Spraul1-0/+3
2014-06-07ipc/shm.c: check for overflows of shm_totManfred Spraul1-1/+2