summaryrefslogtreecommitdiff
path: root/ipc/shm.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-02ipc/shm: Fix pid freeing.Eric W. Biederman1-2/+2
2018-10-21ipc/shm: fix shmat() nil address after round-down when remappingDavidlohr Bueso1-2/+10
2018-10-21Revert "ipc/shm: Fix shmat mmap nil-page protection"Davidlohr Bueso1-7/+2
2018-10-21ipc/shm: fix use-after-free of shm file via remap_file_pages()Eric Biggers1-3/+20
2018-10-21ipc/shm: Fix shmctl(..., IPC_STAT, ...) between pid namespaces.Eric W. Biederman1-8/+13
2018-10-21ipc/shm: handle removed segments gracefully in shm_mmap()Kirill A. Shutemov1-10/+43
2018-10-21ipc: convert invalid scenarios to use WARN_ONDavidlohr Bueso1-2/+2
2018-10-21ipc,shm: move BUG_ON check into shm_lockDavidlohr Bueso1-5/+5
2017-03-16ipc/shm: Fix shmat mmap nil-page protectionDavidlohr Bueso1-4/+9
2017-02-23ipc: remove use of seq_printf return valueJoe Perches1-20/+22
2015-10-28Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds1-6/+6
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
2014-06-07ipc/shm.c: check for ulong overflows in shmatManfred Spraul1-0/+3
2014-06-07ipc, kernel: clear whitespacePaul McQuade1-1/+1
2014-06-07ipc, kernel: use Linux headersPaul McQuade1-1/+1
2014-06-07ipc: constify ipc_opsMathias Krause1-5/+5
2014-01-28ipc: standardize code commentsDavidlohr Bueso1-1/+0
2014-01-28ipc: whitespace cleanupManfred Spraul1-16/+16
2014-01-28ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini1-8/+8
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 Bueso1-5/+12
2013-09-12ipc, shm: drop shm_lock_checkDavidlohr Bueso1-11/+0
2013-09-12ipc, shm: guard against non-existant vma in shmdt(2)Davidlohr Bueso1-2/+1
2013-09-12ipc: rename ids->rw_mutexDavidlohr Bueso1-28/+28
2013-09-12ipc,shm: shorten critical region for shmatDavidlohr Bueso1-4/+10
2013-09-12ipc,shm: cleanup do_shmat pastaDavidlohr Bueso1-14/+12
2013-09-12ipc,shm: shorten critical region for shmctlDavidlohr Bueso1-24/+25
2013-09-12ipc,shm: make shmctl_nolock locklessDavidlohr Bueso1-7/+12
2013-09-12ipc,shm: introduce shmctl_nolockDavidlohr Bueso1-18/+39
2013-09-12ipc,shm: shorten critical region in shmctl_downDavidlohr Bueso1-4/+6
2013-09-12ipc,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
2013-07-09ipc: move rcu lock out of ipc_addidDavidlohr Bueso1-1/+4
2013-07-09ipc/shmc.c: eliminate ugly 80-col tricksAndrew Morton1-2/+2
2013-05-10shm: fix null pointer deref when userspace specifies invalid hugepage sizeLi Zefan1-1/+7
2013-05-08hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi1-1/+5
2013-05-01ipc: sysv shared memory limited to 8TiBRobin Holt1-1/+1
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+6
2013-02-24mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse1-2/+2
2013-02-24mm: introduce mm_populate() for populating new vmasMichel Lespinasse1-5/+7
2013-02-23fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov1-1/+2
2013-02-23new helper: file_inode(file)Al Viro1-4/+4
2012-12-12mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen1-1/+2
2012-09-07userns: Convert ipc to use kuid and kgid where appropriateEric W. Biederman1-8/+11
2012-07-31ipc: add COMPAT_SHMLBA supportWill Deacon1-4/+5
2012-06-08ipc: shm: restore MADV_REMOVE functionality on shared memory segmentsWill Deacon1-0/+12
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro1-1/+1