summaryrefslogtreecommitdiff
path: root/ipc/shm.c
AgeCommit message (Expand)Author
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
2014-06-06ipc/shm.c: check for ulong overflows in shmatManfred Spraul
2014-06-06ipc, kernel: clear whitespacePaul McQuade
2014-06-06ipc, kernel: use Linux headersPaul McQuade
2014-06-06ipc: constify ipc_opsMathias Krause
2014-01-27ipc: standardize code commentsDavidlohr Bueso
2014-01-27ipc: whitespace cleanupManfred Spraul
2014-01-27ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini
2013-11-21ipc,shm: correct error return value in shmctl (SHM_UNLOCK)Jesper Nilsson
2013-11-21ipc,shm: fix shm_file deletion racesGreg Thelen
2013-09-24ipc: fix race with LSMsDavidlohr Bueso
2013-09-11ipc, shm: drop shm_lock_checkDavidlohr Bueso
2013-09-11ipc, shm: guard against non-existant vma in shmdt(2)Davidlohr Bueso
2013-09-11ipc: rename ids->rw_mutexDavidlohr Bueso
2013-09-11ipc,shm: shorten critical region for shmatDavidlohr Bueso
2013-09-11ipc,shm: cleanup do_shmat pastaDavidlohr Bueso
2013-09-11ipc,shm: shorten critical region for shmctlDavidlohr Bueso
2013-09-11ipc,shm: make shmctl_nolock locklessDavidlohr Bueso
2013-09-11ipc,shm: introduce shmctl_nolockDavidlohr Bueso
2013-09-11ipc,shm: shorten critical region in shmctl_downDavidlohr Bueso
2013-09-11ipc,shm: introduce lockless functions to obtain the ipc objectDavidlohr Bueso
2013-07-09ipc: move locking out of ipcctl_pre_down_nolockDavidlohr Bueso
2013-07-09ipc: close open coded spin lock callsDavidlohr Bueso
2013-07-09ipc: move rcu lock out of ipc_addidDavidlohr Bueso
2013-07-09ipc/shmc.c: eliminate ugly 80-col tricksAndrew Morton
2013-05-09shm: fix null pointer deref when userspace specifies invalid hugepage sizeLi Zefan
2013-05-07hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi
2013-05-01ipc: sysv shared memory limited to 8TiBRobin Holt
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-23mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse
2013-02-22fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov
2013-02-22new helper: file_inode(file)Al Viro
2012-12-11mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen