summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-05-30ipc/shm: fix shmat() nil address after round-down when remappingDavidlohr Bueso1-2/+10
2018-05-30Revert "ipc/shm: Fix shmat mmap nil-page protection"Davidlohr Bueso1-7/+2
2018-04-24ipc/shm: fix use-after-free of shm file via remap_file_pages()Eric Biggers1-3/+20
2018-04-08ipc/shm.c: add split function to shm_vm_opsMike Kravetz1-0/+12
2017-03-12ipc/shm: Fix shmat mmap nil-page protectionDavidlohr Bueso1-4/+9
2016-07-26shmem: make shmem_inode_info::lock irq-safeKirill A. Shutemov2-26/+28
2016-07-26shmem: get_unmapped_area align huge pageHugh Dickins5-4/+142
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 Bai2-4/+4
2015-09-30Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds3-17/+18
2015-09-10ipc: convert invalid scenarios to use WARN_ONDavidlohr Bueso2-3/+3
2015-08-07ipc: use private shmem or hugetlbfs inodes for shm segments.Stephen Smalley3-3/+5
2015-07-01ipc: rename ipc_obtain_objectDavidlohr Bueso5-9/+9
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 Torvalds343-1867/+1877
2015-04-15ipc: remove use of seq_printf return valueJoe Perches4-50/+58
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells15-106/+106
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 Miller4-12/+34
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 McQuade6-30/+29
2014-06-06ipc, kernel: use Linux headersPaul McQuade7-7/+7
2014-06-06ipc: constify ipc_opsMathias Krause5-20/+19
2014-01-28ipc: standardize code commentsDavidlohr Bueso3-139/+125
2014-01-28ipc: whitespace cleanupManfred Spraul11-115/+115
2014-01-28ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini4-19/+41
2013-11-22ipc,shm: correct error return value in shmctl (SHM_UNLOCK)Jesper Nilsson1-3/+6
2013-11-22ipc,shm: fix shm_file deletion racesGreg Thelen1-5/+23
2013-09-24ipc: fix race with LSMsDavidlohr Bueso5-48/+64
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 Bueso7-69/+69
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 Bueso4-39/+56
2013-07-09ipc: close open coded spin lock callsDavidlohr Bueso4-12/+12
2013-07-09ipc: move rcu lock out of ipc_addidDavidlohr Bueso3-7/+8
2013-07-09ipc/shmc.c: eliminate ugly 80-col tricksAndrew Morton2-4/+4
2013-05-09shm: fix null pointer deref when userspace specifies invalid hugepage sizeLi Zefan2-3/+13
[next]