summaryrefslogtreecommitdiff
path: root/ipc/shm.c
AgeCommit message (Expand)Author
2018-05-30ipc/shm: fix shmat() nil address after round-down when remappingDavidlohr Bueso
2018-05-30Revert "ipc/shm: Fix shmat mmap nil-page protection"Davidlohr Bueso
2018-04-24ipc/shm: fix use-after-free of shm file via remap_file_pages()Eric Biggers
2018-04-08ipc/shm.c: add split function to shm_vm_opsMike Kravetz
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-25fix a typo in put_compat_shm_info()Al Viro
2017-09-20ipc/shm: Fix order of parameters when calling copy_compat_shmid_to_userWill Deacon
2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2017-09-08ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel
2017-09-03ipc: shm: Make shmid_kernel timestamps y2038 safeDeepa Dinamani
2017-08-02ipc: add missing container_of()s for randstructKees Cook
2017-07-15shmat(2): move compat to nativeAl Viro
2017-07-15ipc: make use of compat ipc_perm helpersAl Viro
2017-07-15ipc: move compat shmctl to nativeAl Viro
2017-07-15shmctl: split the work from copyin/copyoutAl Viro
2017-07-12ipc/shm: remove special shm_alloc/freeKees Cook
2017-07-12ipc: move atomic_set() to where it is neededKees Cook
2017-07-12ipc/shm.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul
2017-07-12ipc/shm: avoid ipc_rcu_alloc()Kees Cook
2017-07-12ipc/shm: do not use ipc_rcu_free()Kees Cook
2017-07-12ipc: merge ipc_rcu and kern_ipc_permManfred Spraul
2017-07-05fs: remove call_fsync helper functionJeff Layton
2017-05-08ipc/shm: some shmat cleanupsDavidlohr Bueso
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-02-27ipc/shm: Fix shmat mmap nil-page protectionDavidlohr Bueso
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-20vfs: use helper for calling f_op->fsync()Miklos Szeredi
2017-02-20mm: use helper for calling f_op->mmap()Miklos Szeredi
2016-12-14ipc/shm.c: coding style fixesShailesh Pandey
2016-07-26shmem: make shmem_inode_info::lock irq-safeKirill A. Shutemov
2016-07-26shmem: get_unmapped_area align huge pageHugh Dickins
2016-05-23ipc, shm: make shmem attach/detach wait for mmap_sem killableMichal Hocko
2016-02-18ipc/shm: handle removed segments gracefully in shm_mmap()Kirill A. Shutemov
2016-01-20ipc/shm.c: is_file_shm_hugepages() can be booleanYaowei Bai
2015-09-30Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds
2015-09-10ipc: convert invalid scenarios to use WARN_ONDavidlohr Bueso
2015-08-07ipc: use private shmem or hugetlbfs inodes for shm segments.Stephen Smalley
2015-06-30ipc: rename ipc_obtain_objectDavidlohr Bueso
2015-06-30ipc,shm: move BUG_ON check into shm_lockDavidlohr Bueso
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15ipc: remove use of seq_printf return valueJoe Perches
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells
2014-12-13shmdt: use i_size_read() instead of ->i_sizeDave Hansen
2014-12-13ipc/shm.c: fix overly aggressive shmdt() when calls span multiple segmentsDave Hansen
2014-10-14ipc/shm: kill the historical/wrong mm->start_stack checkOleg Nesterov
2014-08-08shm: allow exit_shm in parallel if only marking orphansJack Miller
2014-08-08shm: make exit_shm work proportional to task activityJack Miller
2014-06-06ipc/shm.c: check for integer overflow during shmget.Manfred Spraul
2014-06-06ipc/shm.c: check for overflows of shm_totManfred Spraul