Age | Commit message (Expand) | Author | Files | Lines |
2014-12-13 | shmdt: use i_size_read() instead of ->i_size |  Dave Hansen | 1 | -2/+3 |
2014-12-13 | ipc/shm.c: fix overly aggressive shmdt() when calls span multiple segments |  Dave Hansen | 1 | -5/+13 |
2014-10-14 | ipc/shm: kill the historical/wrong mm->start_stack check |  Oleg Nesterov | 1 | -7/+0 |
2014-08-08 | shm: allow exit_shm in parallel if only marking orphans |  Jack Miller | 1 | -32/+35 |
2014-08-08 | shm: make exit_shm work proportional to task activity |  Jack Miller | 1 | -11/+11 |
2014-06-06 | ipc/shm.c: check for integer overflow during shmget. |  Manfred Spraul | 1 | -0/+3 |
2014-06-06 | ipc/shm.c: check for overflows of shm_tot |  Manfred Spraul | 1 | -1/+2 |
2014-06-06 | ipc/shm.c: check for ulong overflows in shmat |  Manfred Spraul | 1 | -0/+3 |
2014-06-06 | ipc, kernel: clear whitespace |  Paul McQuade | 1 | -1/+1 |
2014-06-06 | ipc, kernel: use Linux headers |  Paul McQuade | 1 | -1/+1 |
2014-06-06 | ipc: constify ipc_ops |  Mathias Krause | 1 | -5/+5 |
2014-01-27 | ipc: standardize code comments |  Davidlohr Bueso | 1 | -1/+0 |
2014-01-27 | ipc: whitespace cleanup |  Manfred Spraul | 1 | -16/+16 |
2014-01-27 | ipc: introduce ipc_valid_object() helper to sort out IPC_RMID races |  Rafael Aquini | 1 | -8/+8 |
2013-11-21 | ipc,shm: correct error return value in shmctl (SHM_UNLOCK) |  Jesper Nilsson | 1 | -3/+6 |
2013-11-21 | ipc,shm: fix shm_file deletion races |  Greg Thelen | 1 | -5/+23 |
2013-09-24 | ipc: fix race with LSMs |  Davidlohr Bueso | 1 | -5/+12 |
2013-09-11 | ipc, shm: drop shm_lock_check |  Davidlohr Bueso | 1 | -11/+0 |
2013-09-11 | ipc, shm: guard against non-existant vma in shmdt(2) |  Davidlohr Bueso | 1 | -2/+1 |
2013-09-11 | ipc: rename ids->rw_mutex |  Davidlohr Bueso | 1 | -28/+28 |
2013-09-11 | ipc,shm: shorten critical region for shmat |  Davidlohr Bueso | 1 | -4/+10 |
2013-09-11 | ipc,shm: cleanup do_shmat pasta |  Davidlohr Bueso | 1 | -14/+12 |
2013-09-11 | ipc,shm: shorten critical region for shmctl |  Davidlohr Bueso | 1 | -24/+25 |
2013-09-11 | ipc,shm: make shmctl_nolock lockless |  Davidlohr Bueso | 1 | -7/+12 |
2013-09-11 | ipc,shm: introduce shmctl_nolock |  Davidlohr Bueso | 1 | -18/+39 |
2013-09-11 | ipc,shm: shorten critical region in shmctl_down |  Davidlohr Bueso | 1 | -4/+6 |
2013-09-11 | ipc,shm: introduce lockless functions to obtain the ipc object |  Davidlohr Bueso | 1 | -0/+20 |
2013-07-09 | ipc: move locking out of ipcctl_pre_down_nolock |  Davidlohr Bueso | 1 | -6/+17 |
2013-07-09 | ipc: close open coded spin lock calls |  Davidlohr Bueso | 1 | -2/+2 |
2013-07-09 | ipc: move rcu lock out of ipc_addid |  Davidlohr Bueso | 1 | -1/+4 |
2013-07-09 | ipc/shmc.c: eliminate ugly 80-col tricks |  Andrew Morton | 1 | -2/+2 |
2013-05-09 | shm: fix null pointer deref when userspace specifies invalid hugepage size |  Li Zefan | 1 | -1/+7 |
2013-05-07 | hugetlbfs: fix mmap failure in unaligned size request |  Naoya Horiguchi | 1 | -1/+5 |
2013-05-01 | ipc: sysv shared memory limited to 8TiB |  Robin Holt | 1 | -1/+1 |
2013-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -5/+6 |
2013-02-23 | mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool |  Michel Lespinasse | 1 | -2/+2 |
2013-02-23 | mm: introduce mm_populate() for populating new vmas |  Michel Lespinasse | 1 | -5/+7 |
2013-02-22 | fs: Preserve error code in get_empty_filp(), part 2 |  Anatol Pomozov | 1 | -1/+2 |
2013-02-22 | new helper: file_inode(file) |  Al Viro | 1 | -4/+4 |
2012-12-11 | mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB |  Andi Kleen | 1 | -1/+2 |
2012-09-06 | userns: Convert ipc to use kuid and kgid where appropriate |  Eric W. Biederman | 1 | -8/+11 |
2012-07-30 | ipc: add COMPAT_SHMLBA support |  Will Deacon | 1 | -4/+5 |
2012-06-07 | ipc: shm: restore MADV_REMOVE functionality on shared memory segments |  Will Deacon | 1 | -0/+12 |
2012-06-01 | switch aio and shm to do_mmap_pgoff(), make do_mmap() static |  Al Viro | 1 | -1/+1 |
2012-06-01 | take security_mmap_file() outside of ->mmap_sem |  Al Viro | 1 | -0/+5 |
2012-03-21 | hugetlbfs: fix alignment of huge page requests |  Steven Truelove | 1 | -1/+1 |
2012-01-23 | SHM_UNLOCK: fix Unevictable pages stranded after swap |  Hugh Dickins | 1 | -1/+1 |
2012-01-23 | SHM_UNLOCK: fix long unpreemptible section |  Hugh Dickins | 1 | -15/+22 |
2011-08-04 | Do 'shm_init_ns()' in an early pure_initcall |  Linus Torvalds | 1 | -1/+8 |
2011-08-03 | shm: optimize exit_shm() |  Vasiliy Kulikov | 1 | -0/+3 |