Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ipc/shm.c
AgeCommit message (Expand)Author
2018-02-07ipc: fix ipc data structures inconsistencyPhilippe Mikoyan
2017-11-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-18sysvipc: duplicate lock comments wrt ipc_addid()Davidlohr Bueso
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-11fix address space warnings in ipc/Linus Torvalds
2017-09-26fix a typo in put_compat_shm_info()Al Viro
2017-09-21ipc/shm: Fix order of parameters when calling copy_compat_shmid_to_userWill Deacon
2017-09-15Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2017-09-09ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel
2017-09-04ipc: shm: Make shmid_kernel timestamps y2038 safeDeepa Dinamani
2017-08-03ipc: add missing container_of()s for randstructKees Cook
2017-07-16shmat(2): move compat to nativeAl Viro
2017-07-16ipc: make use of compat ipc_perm helpersAl Viro
2017-07-16ipc: move compat shmctl to nativeAl Viro
2017-07-16shmctl: split the work from copyin/copyoutAl Viro
2017-07-13ipc/shm: remove special shm_alloc/freeKees Cook
2017-07-13ipc: move atomic_set() to where it is neededKees Cook
2017-07-13ipc/shm.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul
2017-07-13ipc/shm: avoid ipc_rcu_alloc()Kees Cook
2017-07-13ipc/shm: do not use ipc_rcu_free()Kees Cook
2017-07-13ipc: merge ipc_rcu and kern_ipc_permManfred Spraul
2017-07-06fs: remove call_fsync helper functionJeff Layton
2017-05-09ipc/shm: some shmat cleanupsDavidlohr Bueso
2017-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-02-28ipc/shm: Fix shmat mmap nil-page protectionDavidlohr Bueso
2017-02-25userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport
2017-02-25mm, 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-15ipc/shm.c: coding style fixesShailesh Pandey
2016-07-27shmem: make shmem_inode_info::lock irq-safeKirill A. Shutemov
2016-07-27shmem: get_unmapped_area align huge pageHugh Dickins
2016-05-24ipc, shm: make shmem attach/detach wait for mmap_sem killableMichal Hocko
2016-02-19ipc/shm: handle removed segments gracefully in shm_mmap()Kirill A. Shutemov
2016-01-21ipc/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-07-01ipc: rename ipc_obtain_objectDavidlohr Bueso
2015-07-01ipc,shm: move BUG_ON check into shm_lockDavidlohr Bueso
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-16ipc: 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-09shm: allow exit_shm in parallel if only marking orphansJack Miller
2014-08-09shm: make exit_shm work proportional to task activityJack Miller
2014-06-07ipc/shm.c: check for integer overflow during shmget.Manfred Spraul