aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/shm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-08ipc/shm: some shmat cleanupsDavidlohr Bueso1-9/+7
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2017-02-27ipc/shm: Fix shmat mmap nil-page protectionDavidlohr Bueso1-4/+9
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport1-4/+4
2017-02-24mm, 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-14ipc/shm.c: coding style fixesShailesh Pandey1-3/+10
2016-07-26shmem: make shmem_inode_info::lock irq-safeKirill A. Shutemov1-2/+2
2016-07-26shmem: get_unmapped_area align huge pageHugh Dickins1-2/+4
2016-05-23ipc, shm: make shmem attach/detach wait for mmap_sem killableMichal Hocko1-2/+7
2016-02-18ipc/shm: handle removed segments gracefully in shm_mmap()Kirill A. Shutemov1-10/+43
2016-01-20ipc/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-06-30ipc: rename ipc_obtain_objectDavidlohr Bueso1-1/+1
2015-06-30ipc,shm: move BUG_ON check into shm_lockDavidlohr Bueso1-5/+5
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-04-15ipc: 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-08shm: allow exit_shm in parallel if only marking orphansJack Miller1-32/+35
2014-08-08shm: make exit_shm work proportional to task activityJack Miller1-11/+11
2014-06-06ipc/shm.c: check for integer overflow during shmget.Manfred Spraul1-0/+3
2014-06-06ipc/shm.c: check for overflows of shm_totManfred Spraul1-1/+2
2014-06-06ipc/shm.c: check for ulong overflows in shmatManfred Spraul1-0/+3
2014-06-06ipc, kernel: clear whitespacePaul McQuade1-1/+1
2014-06-06ipc, kernel: use Linux headersPaul McQuade1-1/+1
2014-06-06ipc: constify ipc_opsMathias Krause1-5/+5
2014-01-27ipc: standardize code commentsDavidlohr Bueso1-1/+0
2014-01-27ipc: whitespace cleanupManfred Spraul1-16/+16
2014-01-27ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini1-8/+8
2013-11-21ipc,shm: correct error return value in shmctl (SHM_UNLOCK)Jesper Nilsson1-3/+6
2013-11-21ipc,shm: fix shm_file deletion racesGreg Thelen1-5/+23
2013-09-24ipc: fix race with LSMsDavidlohr Bueso1-5/+12
2013-09-11ipc, shm: drop shm_lock_checkDavidlohr Bueso1-11/+0
2013-09-11ipc, shm: guard against non-existant vma in shmdt(2)Davidlohr Bueso1-2/+1
2013-09-11ipc: rename ids->rw_mutexDavidlohr Bueso1-28/+28
2013-09-11ipc,shm: shorten critical region for shmatDavidlohr Bueso1-4/+10
2013-09-11ipc,shm: cleanup do_shmat pastaDavidlohr Bueso1-14/+12
2013-09-11ipc,shm: shorten critical region for shmctlDavidlohr Bueso1-24/+25
2013-09-11ipc,shm: make shmctl_nolock locklessDavidlohr Bueso1-7/+12
2013-09-11ipc,shm: introduce shmctl_nolockDavidlohr Bueso1-18/+39
2013-09-11ipc,shm: shorten critical region in shmctl_downDavidlohr Bueso1-4/+6
2013-09-11ipc,shm: introduce lockless functions to obtain the ipc objectDavidlohr Bueso1-0/+20
2013-07-09ipc: move locking out of ipcctl_pre_down_nolockDavidlohr Bueso1-6/+17
2013-07-09ipc: close open coded spin lock callsDavidlohr Bueso1-2/+2