summaryrefslogtreecommitdiff
path: root/ipc/shm.c
Commit message (Expand)AuthorAge
* ipc/shm: kill the historical/wrong mm->start_stack checkOleg Nesterov2014-10-14
* shm: allow exit_shm in parallel if only marking orphansJack Miller2014-08-08
* shm: make exit_shm work proportional to task activityJack Miller2014-08-08
* ipc/shm.c: check for integer overflow during shmget.Manfred Spraul2014-06-06
* ipc/shm.c: check for overflows of shm_totManfred Spraul2014-06-06
* ipc/shm.c: check for ulong overflows in shmatManfred Spraul2014-06-06
* ipc, kernel: clear whitespacePaul McQuade2014-06-06
* ipc, kernel: use Linux headersPaul McQuade2014-06-06
* ipc: constify ipc_opsMathias Krause2014-06-06
* ipc: standardize code commentsDavidlohr Bueso2014-01-27
* ipc: whitespace cleanupManfred Spraul2014-01-27
* ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini2014-01-27
* ipc,shm: correct error return value in shmctl (SHM_UNLOCK)Jesper Nilsson2013-11-21
* ipc,shm: fix shm_file deletion racesGreg Thelen2013-11-21
* ipc: fix race with LSMsDavidlohr Bueso2013-09-24
* ipc, shm: drop shm_lock_checkDavidlohr Bueso2013-09-11
* ipc, shm: guard against non-existant vma in shmdt(2)Davidlohr Bueso2013-09-11
* ipc: rename ids->rw_mutexDavidlohr Bueso2013-09-11
* ipc,shm: shorten critical region for shmatDavidlohr Bueso2013-09-11
* ipc,shm: cleanup do_shmat pastaDavidlohr Bueso2013-09-11
* ipc,shm: shorten critical region for shmctlDavidlohr Bueso2013-09-11
* ipc,shm: make shmctl_nolock locklessDavidlohr Bueso2013-09-11
* ipc,shm: introduce shmctl_nolockDavidlohr Bueso2013-09-11
* ipc,shm: shorten critical region in shmctl_downDavidlohr Bueso2013-09-11
* ipc,shm: introduce lockless functions to obtain the ipc objectDavidlohr Bueso2013-09-11
* ipc: move locking out of ipcctl_pre_down_nolockDavidlohr Bueso2013-07-09
* ipc: close open coded spin lock callsDavidlohr Bueso2013-07-09
* ipc: move rcu lock out of ipc_addidDavidlohr Bueso2013-07-09
* ipc/shmc.c: eliminate ugly 80-col tricksAndrew Morton2013-07-09
* shm: fix null pointer deref when userspace specifies invalid hugepage sizeLi Zefan2013-05-09
* hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi2013-05-07
* ipc: sysv shared memory limited to 8TiBRobin Holt2013-05-01
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\
| * fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov2013-02-22
| * new helper: file_inode(file)Al Viro2013-02-22
* | mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse2013-02-23
* | mm: introduce mm_populate() for populating new vmasMichel Lespinasse2013-02-23
|/
* mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen2012-12-11
* userns: Convert ipc to use kuid and kgid where appropriateEric W. Biederman2012-09-06
* ipc: add COMPAT_SHMLBA supportWill Deacon2012-07-30
* ipc: shm: restore MADV_REMOVE functionality on shared memory segmentsWill Deacon2012-06-07
* switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro2012-06-01
* take security_mmap_file() outside of ->mmap_semAl Viro2012-06-01
* hugetlbfs: fix alignment of huge page requestsSteven Truelove2012-03-21
* SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins2012-01-23
* SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins2012-01-23
* Do 'shm_init_ns()' in an early pure_initcallLinus Torvalds2011-08-04
* shm: optimize exit_shm()Vasiliy Kulikov2011-08-03
* shm: fix wrong testsVasiliy Kulikov2011-08-03
* shm: optimize locking and ipc_namespace gettingVasiliy Kulikov2011-07-30